.wp-dark-mode-support-modal{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:50}.wp-dark-mode-support-modal .overlay{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1));height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%}.wp-dark-mode-support-modal .modal{--tw-bg-opacity:1;--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-radius:.375rem;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);gap:1.5rem;max-width:32rem;outline:2px solid transparent;outline-offset:2px;padding:1.5rem;position:relative;width:100%;z-index:9999}.wp-dark-mode-support-modal .header,.wp-dark-mode-support-modal .modal{display:flex;flex-direction:column}.wp-dark-mode-support-modal .header{align-items:flex-start;gap:.75rem}.wp-dark-mode-support-modal .close-button{cursor:pointer;opacity:.5;position:absolute;right:.75rem;top:1.25rem;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.wp-dark-mode-support-modal .close-button:hover{opacity:1}.wp-dark-mode-support-modal .link-list{display:flex;flex-direction:column;font-size:.875rem;gap:1rem;letter-spacing:.025em;line-height:1.25rem;padding-top:.5rem}.wp-dark-mode-support-modal .link-list-item{--tw-bg-opacity:1;align-items:center;background-color:rgb(249 250 251/var(--tw-bg-opacity,1));border-radius:.25rem;cursor:pointer;display:flex;font-weight:500;gap:1rem;letter-spacing:.025em;padding:1rem;position:relative;transition-duration:75ms;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.wp-dark-mode-switch.wp-dark-mode-support-modal .link-list-item .dark,.wp-dark-mode-switch.wp-dark-mode-support-modal .link-list-item .light{border-radius:9999px;height:var(--wpdm-switch-size,80px);overflow:hidden;width:var(--wpdm-switch-size,80px)}.wp-dark-mode-support-modal .link-list-item:hover{opacity:1}.wp-dark-mode-support-modal .link-list-item-icon{--tw-bg-opacity:1;align-items:center;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-radius:.5rem;display:flex;height:3rem;justify-content:center;width:3.5rem}.wp-dark-mode-support-modal .link-list-item-text{align-items:flex-start;display:flex;flex-direction:column;gap:.625rem}.wp-dark-mode-support-modal .link-list-item-text span{display:inline-flex;font-size:.75rem;line-height:1rem}.wp-dark-mode-support-modal .link-list-item-text span:first-child{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1));font-weight:600;white-space:nowrap}.wp-dark-mode-support-modal .link-list-item-text span:last-child{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1));font-weight:400}.wp-dark-mode-support-modal .link-list-item-arrow{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1));display:inline-flex;margin-top:-.625rem;opacity:0;position:absolute;right:2rem;top:50%;transition-duration:.3s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:50}.wp-dark-mode-support-modal .link-list-item:hover{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);--tw-shadow-color:#e5e7eb;--tw-shadow:var(--tw-shadow-colored);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.wp-dark-mode-support-modal .link-list-item:hover .link-list-item-arrow{opacity:1;right:2rem}[data-wp-dark-mode-active][data-wp-dark-mode-animation=fade-in]{animation:fade .6s}[data-wp-dark-mode-active][data-wp-dark-mode-animation=pulse]{animation:pulse .6s}[data-wp-dark-mode-active][data-wp-dark-mode-animation=flip]{animation:flip .6s}[data-wp-dark-mode-active][data-wp-dark-mode-animation=roll]{animation:roll .6s}[data-wp-dark-mode-active][data-wp-dark-mode-animation=slide-left]{animation:slide-left .6s}[data-wp-dark-mode-active][data-wp-dark-mode-animation=slide-up]{animation:slide-up .6s}[data-wp-dark-mode-active][data-wp-dark-mode-animation=slide-down]{animation:slide-down .6s}[data-wp-dark-mode-active][data-wp-dark-mode-animation=slide-right]{animation:slide-right .6s}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes flip{0%{transform:perspective(400px) rotateY(0)}to{transform:perspective(400px) rotateY(180deg)}}@keyframes roll{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes slide-left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes slide-up{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes slide-down{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes slide-right{0%{transform:translateX(0)}to{transform:translateX(100%)}}.bounce-in{animation:bounce-in .3s}@keyframes bounce-in{0%{transform:scale(.6)}50%{transform:scale(1.2)}to{transform:scale(1)}}.bounce-out{animation:bounce-out .3s}@keyframes bounce-out{0%{transform:scale(1.2)}50%{transform:scale(.6)}to{transform:scale(0)}}.fade-in{animation:fade-in .3s}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.fade-out{animation:fade-out .3s}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.scale-in{animation:scale-in .2s}@keyframes scale-in{0%{transform:scale(0)}to{transform:scale(1)}}.scale-out{animation:scale-out .2s}@keyframes scale-out{0%{transform:scale(1)}to{transform:scale(0)}}.wp-dark-mode-active .wp-dark-mode-link a,[data-wp-dark-mode] .wp-dark-mode-link a{color:var(--wpdm-link,"blue")}.wp-dark-mode-active .wp-dark-mode-link a:hover,[data-wp-dark-mode] .wp-dark-mode-link a:hover{color:var(--wpdm-link-hover,"blue")}.wp-dark-mode-active .wp-dark-mode-input,[data-wp-dark-mode] .wp-dark-mode-input{background:var(--wpdm-input-bg,"#222");border:2px solid var(--wpdm-input-text,"black");color:var(--wpdm-input-text,"black")}.wp-dark-mode-active .wp-dark-mode-input::-moz-placeholder,[data-wp-dark-mode] .wp-dark-mode-input::-moz-placeholder{color:var(--wpdm-input-placeholder,"black")}.wp-dark-mode-active .wp-dark-mode-input::placeholder,[data-wp-dark-mode] .wp-dark-mode-input::placeholder{color:var(--wpdm-input-placeholder,"black")}.wp-dark-mode-active .wp-dark-mode-button,[data-wp-dark-mode] .wp-dark-mode-button{background:var(--wpdm-button-bg,"#222");border:2px solid var(--wpdm-button-border,"black");color:var(--wpdm-button-text,"black")}.wp-dark-mode-active .wp-dark-mode-button:hover,[data-wp-dark-mode] .wp-dark-mode-button:hover{background:var(--wpdm-button-hover-bg,"#222");color:var(--wpdm-button-hover-text,"black")}.wp-dark-mode-switch-10,.wp-dark-mode-switch-11,.wp-dark-mode-switch-12,.wp-dark-mode-switch-2,.wp-dark-mode-switch-20,.wp-dark-mode-switch-21,.wp-dark-mode-switch-22,.wp-dark-mode-switch-3,.wp-dark-mode-switch-4,.wp-dark-mode-switch-5,.wp-dark-mode-switch-6,.wp-dark-mode-switch-7,.wp-dark-mode-switch-8,.wp-dark-mode-switch-9,.wp-dark-mode-switch-normal{align-items:center;cursor:pointer;display:inline-flex;gap:.25rem;justify-content:center;z-index:auto}.wp-dark-mode-switch-10 *,.wp-dark-mode-switch-11 *,.wp-dark-mode-switch-12 *,.wp-dark-mode-switch-2 *,.wp-dark-mode-switch-20 *,.wp-dark-mode-switch-21 *,.wp-dark-mode-switch-22 *,.wp-dark-mode-switch-3 *,.wp-dark-mode-switch-4 *,.wp-dark-mode-switch-5 *,.wp-dark-mode-switch-6 *,.wp-dark-mode-switch-7 *,.wp-dark-mode-switch-8 *,.wp-dark-mode-switch-9 *,.wp-dark-mode-switch-normal *{cursor:pointer}.wp-dark-mode-switch-10>span,.wp-dark-mode-switch-11>span,.wp-dark-mode-switch-12>span,.wp-dark-mode-switch-20>span,.wp-dark-mode-switch-21>span,.wp-dark-mode-switch-22>span,.wp-dark-mode-switch-2>span,.wp-dark-mode-switch-3>span,.wp-dark-mode-switch-4>span,.wp-dark-mode-switch-5>span,.wp-dark-mode-switch-6>span,.wp-dark-mode-switch-7>span,.wp-dark-mode-switch-8>span,.wp-dark-mode-switch-9>span,.wp-dark-mode-switch-normal>span{align-items:center;display:inline-flex;font-size:.75rem;justify-content:center;line-height:1rem;text-align:center;white-space:nowrap}.wp-dark-mode-switch-10>._track,.wp-dark-mode-switch-11>._track,.wp-dark-mode-switch-12>._track,.wp-dark-mode-switch-20>._track,.wp-dark-mode-switch-21>._track,.wp-dark-mode-switch-22>._track,.wp-dark-mode-switch-2>._track,.wp-dark-mode-switch-3>._track,.wp-dark-mode-switch-4>._track,.wp-dark-mode-switch-5>._track,.wp-dark-mode-switch-6>._track,.wp-dark-mode-switch-7>._track,.wp-dark-mode-switch-8>._track,.wp-dark-mode-switch-9>._track,.wp-dark-mode-switch-normal>._track{align-items:center;border-radius:9999px;display:inline-flex;gap:.125rem;height:calc(34px*var(--wpdm-switch-scale, 1));justify-content:space-between;padding:calc(2px*var(--wpdm-switch-scale, 1));position:relative;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:calc(75px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-10>._track>._thumb,.wp-dark-mode-switch-11>._track>._thumb,.wp-dark-mode-switch-12>._track>._thumb,.wp-dark-mode-switch-20>._track>._thumb,.wp-dark-mode-switch-21>._track>._thumb,.wp-dark-mode-switch-22>._track>._thumb,.wp-dark-mode-switch-2>._track>._thumb,.wp-dark-mode-switch-3>._track>._thumb,.wp-dark-mode-switch-4>._track>._thumb,.wp-dark-mode-switch-5>._track>._thumb,.wp-dark-mode-switch-6>._track>._thumb,.wp-dark-mode-switch-7>._track>._thumb,.wp-dark-mode-switch-8>._track>._thumb,.wp-dark-mode-switch-9>._track>._thumb,.wp-dark-mode-switch-normal>._track>._thumb{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);align-items:center;border-radius:9999px;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);display:inline-flex;height:calc(34px*var(--wpdm-switch-scale, 1) - 2px*var(--wpdm-switch-scale, 1)*2);justify-content:center;left:calc(2px*var(--wpdm-switch-scale, 1))!important;position:absolute;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:calc(34px*var(--wpdm-switch-scale, 1) - 2px*var(--wpdm-switch-scale, 1)*2)}.wp-dark-mode-switch-10>._track>._thumb>._icon,.wp-dark-mode-switch-11>._track>._thumb>._icon,.wp-dark-mode-switch-12>._track>._thumb>._icon,.wp-dark-mode-switch-20>._track>._thumb>._icon,.wp-dark-mode-switch-21>._track>._thumb>._icon,.wp-dark-mode-switch-22>._track>._thumb>._icon,.wp-dark-mode-switch-2>._track>._thumb>._icon,.wp-dark-mode-switch-3>._track>._thumb>._icon,.wp-dark-mode-switch-4>._track>._thumb>._icon,.wp-dark-mode-switch-5>._track>._thumb>._icon,.wp-dark-mode-switch-6>._track>._thumb>._icon,.wp-dark-mode-switch-7>._track>._thumb>._icon,.wp-dark-mode-switch-8>._track>._thumb>._icon,.wp-dark-mode-switch-9>._track>._thumb>._icon,.wp-dark-mode-switch-normal>._track>._thumb>._icon{--tw-translate-y:-50%;align-items:center;display:inline-flex;justify-content:center;position:absolute;top:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:-moz-fit-content;width:fit-content}.wp-dark-mode-switch-10>._track>._thumb>._icon img,.wp-dark-mode-switch-10>._track>._thumb>._icon svg,.wp-dark-mode-switch-11>._track>._thumb>._icon img,.wp-dark-mode-switch-11>._track>._thumb>._icon svg,.wp-dark-mode-switch-12>._track>._thumb>._icon img,.wp-dark-mode-switch-12>._track>._thumb>._icon svg,.wp-dark-mode-switch-20>._track>._thumb>._icon img,.wp-dark-mode-switch-20>._track>._thumb>._icon svg,.wp-dark-mode-switch-21>._track>._thumb>._icon img,.wp-dark-mode-switch-21>._track>._thumb>._icon svg,.wp-dark-mode-switch-22>._track>._thumb>._icon img,.wp-dark-mode-switch-22>._track>._thumb>._icon svg,.wp-dark-mode-switch-2>._track>._thumb>._icon img,.wp-dark-mode-switch-2>._track>._thumb>._icon svg,.wp-dark-mode-switch-3>._track>._thumb>._icon img,.wp-dark-mode-switch-3>._track>._thumb>._icon svg,.wp-dark-mode-switch-4>._track>._thumb>._icon img,.wp-dark-mode-switch-4>._track>._thumb>._icon svg,.wp-dark-mode-switch-5>._track>._thumb>._icon img,.wp-dark-mode-switch-5>._track>._thumb>._icon svg,.wp-dark-mode-switch-6>._track>._thumb>._icon img,.wp-dark-mode-switch-6>._track>._thumb>._icon svg,.wp-dark-mode-switch-7>._track>._thumb>._icon img,.wp-dark-mode-switch-7>._track>._thumb>._icon svg,.wp-dark-mode-switch-8>._track>._thumb>._icon img,.wp-dark-mode-switch-8>._track>._thumb>._icon svg,.wp-dark-mode-switch-9>._track>._thumb>._icon img,.wp-dark-mode-switch-9>._track>._thumb>._icon svg,.wp-dark-mode-switch-normal>._track>._thumb>._icon img,.wp-dark-mode-switch-normal>._track>._thumb>._icon svg{background-color:transparent;max-width:100%;width:60%}.wp-dark-mode-switch-10>._track>._icon,.wp-dark-mode-switch-11>._track>._icon,.wp-dark-mode-switch-12>._track>._icon,.wp-dark-mode-switch-20>._track>._icon,.wp-dark-mode-switch-21>._track>._icon,.wp-dark-mode-switch-22>._track>._icon,.wp-dark-mode-switch-2>._track>._icon,.wp-dark-mode-switch-3>._track>._icon,.wp-dark-mode-switch-4>._track>._icon,.wp-dark-mode-switch-5>._track>._icon,.wp-dark-mode-switch-6>._track>._icon,.wp-dark-mode-switch-7>._track>._icon,.wp-dark-mode-switch-8>._track>._icon,.wp-dark-mode-switch-9>._track>._icon,.wp-dark-mode-switch-normal>._track>._icon{align-items:center;display:inline-flex;justify-content:center;margin-left:calc(2px*var(--wpdm-switch-scale, 1));margin-right:calc(2px*var(--wpdm-switch-scale, 1));width:-moz-fit-content;width:fit-content}.wp-dark-mode-switch-10>._track>._icon img,.wp-dark-mode-switch-10>._track>._icon svg,.wp-dark-mode-switch-11>._track>._icon img,.wp-dark-mode-switch-11>._track>._icon svg,.wp-dark-mode-switch-12>._track>._icon img,.wp-dark-mode-switch-12>._track>._icon svg,.wp-dark-mode-switch-20>._track>._icon img,.wp-dark-mode-switch-20>._track>._icon svg,.wp-dark-mode-switch-21>._track>._icon img,.wp-dark-mode-switch-21>._track>._icon svg,.wp-dark-mode-switch-22>._track>._icon img,.wp-dark-mode-switch-22>._track>._icon svg,.wp-dark-mode-switch-2>._track>._icon img,.wp-dark-mode-switch-2>._track>._icon svg,.wp-dark-mode-switch-3>._track>._icon img,.wp-dark-mode-switch-3>._track>._icon svg,.wp-dark-mode-switch-4>._track>._icon img,.wp-dark-mode-switch-4>._track>._icon svg,.wp-dark-mode-switch-5>._track>._icon img,.wp-dark-mode-switch-5>._track>._icon svg,.wp-dark-mode-switch-6>._track>._icon img,.wp-dark-mode-switch-6>._track>._icon svg,.wp-dark-mode-switch-7>._track>._icon img,.wp-dark-mode-switch-7>._track>._icon svg,.wp-dark-mode-switch-8>._track>._icon img,.wp-dark-mode-switch-8>._track>._icon svg,.wp-dark-mode-switch-9>._track>._icon img,.wp-dark-mode-switch-9>._track>._icon svg,.wp-dark-mode-switch-normal>._track>._icon img,.wp-dark-mode-switch-normal>._track>._icon svg{max-width:100%;width:80%}.wp-dark-mode-switch-10>._icon,.wp-dark-mode-switch-11>._icon,.wp-dark-mode-switch-12>._icon,.wp-dark-mode-switch-20>._icon,.wp-dark-mode-switch-21>._icon,.wp-dark-mode-switch-22>._icon,.wp-dark-mode-switch-2>._icon,.wp-dark-mode-switch-3>._icon,.wp-dark-mode-switch-4>._icon,.wp-dark-mode-switch-5>._icon,.wp-dark-mode-switch-6>._icon,.wp-dark-mode-switch-7>._icon,.wp-dark-mode-switch-8>._icon,.wp-dark-mode-switch-9>._icon,.wp-dark-mode-switch-normal>._icon{align-items:center;display:inline-flex;justify-content:center;width:-moz-fit-content;width:fit-content}.wp-dark-mode-switch-10>._icon img,.wp-dark-mode-switch-10>._icon svg,.wp-dark-mode-switch-11>._icon img,.wp-dark-mode-switch-11>._icon svg,.wp-dark-mode-switch-12>._icon img,.wp-dark-mode-switch-12>._icon svg,.wp-dark-mode-switch-20>._icon img,.wp-dark-mode-switch-20>._icon svg,.wp-dark-mode-switch-21>._icon img,.wp-dark-mode-switch-21>._icon svg,.wp-dark-mode-switch-22>._icon img,.wp-dark-mode-switch-22>._icon svg,.wp-dark-mode-switch-2>._icon img,.wp-dark-mode-switch-2>._icon svg,.wp-dark-mode-switch-3>._icon img,.wp-dark-mode-switch-3>._icon svg,.wp-dark-mode-switch-4>._icon img,.wp-dark-mode-switch-4>._icon svg,.wp-dark-mode-switch-5>._icon img,.wp-dark-mode-switch-5>._icon svg,.wp-dark-mode-switch-6>._icon img,.wp-dark-mode-switch-6>._icon svg,.wp-dark-mode-switch-7>._icon img,.wp-dark-mode-switch-7>._icon svg,.wp-dark-mode-switch-8>._icon img,.wp-dark-mode-switch-8>._icon svg,.wp-dark-mode-switch-9>._icon img,.wp-dark-mode-switch-9>._icon svg,.wp-dark-mode-switch-normal>._icon img,.wp-dark-mode-switch-normal>._icon svg{background-color:transparent;max-width:100%;width:50%!important}.active.wp-dark-mode-switch-10 ._track ._thumb,.active.wp-dark-mode-switch-11 ._track ._thumb,.active.wp-dark-mode-switch-12 ._track ._thumb,.active.wp-dark-mode-switch-2 ._track ._thumb,.active.wp-dark-mode-switch-20 ._track ._thumb,.active.wp-dark-mode-switch-21 ._track ._thumb,.active.wp-dark-mode-switch-22 ._track ._thumb,.active.wp-dark-mode-switch-3 ._track ._thumb,.active.wp-dark-mode-switch-4 ._track ._thumb,.active.wp-dark-mode-switch-5 ._track ._thumb,.active.wp-dark-mode-switch-6 ._track ._thumb,.active.wp-dark-mode-switch-7 ._track ._thumb,.active.wp-dark-mode-switch-8 ._track ._thumb,.active.wp-dark-mode-switch-9 ._track ._thumb,.wp-dark-mode-switch-normal.active ._track ._thumb{margin-right:calc(4px*var(--wpdm-switch-scale, 1))!important;transform:translateX(calc(75px*var(--wpdm-switch-scale, 1) - 34px*var(--wpdm-switch-scale, 1)))}.wp-dark-mode-switch-14:not(.horizontal):not(.wp-dark-mode-switch-18):not(.wp-dark-mode-switch-19),.wp-dark-mode-switch-15:not(.horizontal):not(.wp-dark-mode-switch-18):not(.wp-dark-mode-switch-19),.wp-dark-mode-switch-16:not(.horizontal):not(.wp-dark-mode-switch-18):not(.wp-dark-mode-switch-19),.wp-dark-mode-switch-17:not(.horizontal):not(.wp-dark-mode-switch-18):not(.wp-dark-mode-switch-19),.wp-dark-mode-switch-18:not(.horizontal):not(.wp-dark-mode-switch-18):not(.wp-dark-mode-switch-19),.wp-dark-mode-switch-19:not(.horizontal):not(.wp-dark-mode-switch-18):not(.wp-dark-mode-switch-19),.wp-dark-mode-switch-special:not(.horizontal):not(.wp-dark-mode-switch-18):not(.wp-dark-mode-switch-19){height:calc(108px*var(--wpdm-switch-scale, 1))!important;width:calc(46px*var(--wpdm-switch-scale, 1))!important}.horizontal.wp-dark-mode-switch-14,.horizontal.wp-dark-mode-switch-15,.horizontal.wp-dark-mode-switch-16,.horizontal.wp-dark-mode-switch-17,.wp-dark-mode-switch-18,.wp-dark-mode-switch-19,.wp-dark-mode-switch-special.horizontal{height:calc(46px*var(--wpdm-switch-scale, 1))!important;width:calc(108px*var(--wpdm-switch-scale, 1))!important}.wp-dark-mode-switch-14,.wp-dark-mode-switch-15,.wp-dark-mode-switch-16,.wp-dark-mode-switch-17,.wp-dark-mode-switch-18,.wp-dark-mode-switch-19,.wp-dark-mode-switch-special{align-items:center!important;border:calc(2px*var(--wpdm-switch-scale, 1)) solid #4a5568!important;border-radius:8px!important;cursor:pointer!important;display:inline-flex!important;flex-direction:column!important;justify-content:center!important;z-index:auto!important}.wp-dark-mode-switch-14>:not([hidden])~:not([hidden]),.wp-dark-mode-switch-15>:not([hidden])~:not([hidden]),.wp-dark-mode-switch-16>:not([hidden])~:not([hidden]),.wp-dark-mode-switch-17>:not([hidden])~:not([hidden]),.wp-dark-mode-switch-18>:not([hidden])~:not([hidden]),.wp-dark-mode-switch-19>:not([hidden])~:not([hidden]),.wp-dark-mode-switch-special>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0!important;--tw-divide-opacity:1!important;border-bottom-width:calc(1px*var(--tw-divide-y-reverse))!important;border-color:rgb(75 85 99/var(--tw-divide-opacity,1))!important;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))!important}.wp-dark-mode-switch-14,.wp-dark-mode-switch-15,.wp-dark-mode-switch-16,.wp-dark-mode-switch-17,.wp-dark-mode-switch-18,.wp-dark-mode-switch-19,.wp-dark-mode-switch-special{--tw-border-opacity:1!important;--tw-bg-opacity:1!important;--tw-text-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important;border-color:rgb(75 85 99/var(--tw-border-opacity,1))!important;border-width:1px!important;color:rgb(55 65 81/var(--tw-text-opacity,1))!important;overflow:hidden!important}.wp-dark-mode-switch-14 ._font,.wp-dark-mode-switch-14 ._scheme,.wp-dark-mode-switch-15 ._font,.wp-dark-mode-switch-15 ._scheme,.wp-dark-mode-switch-16 ._font,.wp-dark-mode-switch-16 ._scheme,.wp-dark-mode-switch-17 ._font,.wp-dark-mode-switch-17 ._scheme,.wp-dark-mode-switch-18 ._font,.wp-dark-mode-switch-18 ._scheme,.wp-dark-mode-switch-19 ._font,.wp-dark-mode-switch-19 ._scheme,.wp-dark-mode-switch-special ._font,.wp-dark-mode-switch-special ._scheme{align-items:center!important;display:inline-flex!important;font-size:1.5rem!important;font-weight:500!important;height:50%!important;justify-content:center!important;line-height:2rem!important;position:relative!important;text-align:center!important;width:100%!important}.wp-dark-mode-switch-14 ._font ._icon,.wp-dark-mode-switch-14 ._scheme ._icon,.wp-dark-mode-switch-15 ._font ._icon,.wp-dark-mode-switch-15 ._scheme ._icon,.wp-dark-mode-switch-16 ._font ._icon,.wp-dark-mode-switch-16 ._scheme ._icon,.wp-dark-mode-switch-17 ._font ._icon,.wp-dark-mode-switch-17 ._scheme ._icon,.wp-dark-mode-switch-18 ._font ._icon,.wp-dark-mode-switch-18 ._scheme ._icon,.wp-dark-mode-switch-19 ._font ._icon,.wp-dark-mode-switch-19 ._scheme ._icon,.wp-dark-mode-switch-special ._font ._icon,.wp-dark-mode-switch-special ._scheme ._icon{align-items:center;display:inline-flex;height:100%;justify-content:center;width:100%}.wp-dark-mode-switch-14 ._font ._icon img,.wp-dark-mode-switch-14 ._font ._icon svg,.wp-dark-mode-switch-14 ._scheme ._icon img,.wp-dark-mode-switch-14 ._scheme ._icon svg,.wp-dark-mode-switch-15 ._font ._icon img,.wp-dark-mode-switch-15 ._font ._icon svg,.wp-dark-mode-switch-15 ._scheme ._icon img,.wp-dark-mode-switch-15 ._scheme ._icon svg,.wp-dark-mode-switch-16 ._font ._icon img,.wp-dark-mode-switch-16 ._font ._icon svg,.wp-dark-mode-switch-16 ._scheme ._icon img,.wp-dark-mode-switch-16 ._scheme ._icon svg,.wp-dark-mode-switch-17 ._font ._icon img,.wp-dark-mode-switch-17 ._font ._icon svg,.wp-dark-mode-switch-17 ._scheme ._icon img,.wp-dark-mode-switch-17 ._scheme ._icon svg,.wp-dark-mode-switch-18 ._font ._icon img,.wp-dark-mode-switch-18 ._font ._icon svg,.wp-dark-mode-switch-18 ._scheme ._icon img,.wp-dark-mode-switch-18 ._scheme ._icon svg,.wp-dark-mode-switch-19 ._font ._icon img,.wp-dark-mode-switch-19 ._font ._icon svg,.wp-dark-mode-switch-19 ._scheme ._icon img,.wp-dark-mode-switch-19 ._scheme ._icon svg,.wp-dark-mode-switch-special ._font ._icon img,.wp-dark-mode-switch-special ._font ._icon svg,.wp-dark-mode-switch-special ._scheme ._icon img,.wp-dark-mode-switch-special ._scheme ._icon svg{max-width:100%;width:40%}.wp-dark-mode-switch-14 ._font ._icon:last-child,.wp-dark-mode-switch-14 ._scheme ._icon:last-child,.wp-dark-mode-switch-15 ._font ._icon:last-child,.wp-dark-mode-switch-15 ._scheme ._icon:last-child,.wp-dark-mode-switch-16 ._font ._icon:last-child,.wp-dark-mode-switch-16 ._scheme ._icon:last-child,.wp-dark-mode-switch-17 ._font ._icon:last-child,.wp-dark-mode-switch-17 ._scheme ._icon:last-child,.wp-dark-mode-switch-18 ._font ._icon:last-child,.wp-dark-mode-switch-18 ._scheme ._icon:last-child,.wp-dark-mode-switch-19 ._font ._icon:last-child,.wp-dark-mode-switch-19 ._scheme ._icon:last-child,.wp-dark-mode-switch-special ._font ._icon:last-child,.wp-dark-mode-switch-special ._scheme ._icon:last-child{display:none}.wp-dark-mode-switch-14 ._scheme.active,.wp-dark-mode-switch-15 ._scheme.active,.wp-dark-mode-switch-16 ._scheme.active,.wp-dark-mode-switch-17 ._scheme.active,.wp-dark-mode-switch-18 ._scheme.active,.wp-dark-mode-switch-19 ._scheme.active,.wp-dark-mode-switch-special ._scheme.active{--tw-text-opacity:1!important;background:#000!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.wp-dark-mode-switch-14 ._scheme.active ._icon:first-child,.wp-dark-mode-switch-15 ._scheme.active ._icon:first-child,.wp-dark-mode-switch-16 ._scheme.active ._icon:first-child,.wp-dark-mode-switch-17 ._scheme.active ._icon:first-child,.wp-dark-mode-switch-18 ._scheme.active ._icon:first-child,.wp-dark-mode-switch-19 ._scheme.active ._icon:first-child,.wp-dark-mode-switch-special ._scheme.active ._icon:first-child{display:none}.wp-dark-mode-switch-14 ._scheme.active ._icon:last-child,.wp-dark-mode-switch-15 ._scheme.active ._icon:last-child,.wp-dark-mode-switch-16 ._scheme.active ._icon:last-child,.wp-dark-mode-switch-17 ._scheme.active ._icon:last-child,.wp-dark-mode-switch-18 ._scheme.active ._icon:last-child,.wp-dark-mode-switch-19 ._scheme.active ._icon:last-child,.wp-dark-mode-switch-special ._scheme.active ._icon:last-child{display:inline-flex}.wp-dark-mode-switch-14 ._font.active,.wp-dark-mode-switch-15 ._font.active,.wp-dark-mode-switch-16 ._font.active,.wp-dark-mode-switch-17 ._font.active,.wp-dark-mode-switch-18 ._font.active,.wp-dark-mode-switch-19 ._font.active,.wp-dark-mode-switch-special ._font.active{--tw-text-opacity:1!important;background:#000!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.wp-dark-mode-switch-14 ._font.active ._icon:first-child,.wp-dark-mode-switch-15 ._font.active ._icon:first-child,.wp-dark-mode-switch-16 ._font.active ._icon:first-child,.wp-dark-mode-switch-17 ._font.active ._icon:first-child,.wp-dark-mode-switch-18 ._font.active ._icon:first-child,.wp-dark-mode-switch-19 ._font.active ._icon:first-child,.wp-dark-mode-switch-special ._font.active ._icon:first-child{display:none}.wp-dark-mode-switch-14 ._font.active ._icon:last-child,.wp-dark-mode-switch-15 ._font.active ._icon:last-child,.wp-dark-mode-switch-16 ._font.active ._icon:last-child,.wp-dark-mode-switch-17 ._font.active ._icon:last-child,.wp-dark-mode-switch-18 ._font.active ._icon:last-child,.wp-dark-mode-switch-19 ._font.active ._icon:last-child,.wp-dark-mode-switch-special ._font.active ._icon:last-child{display:inline-flex}._hide,.active.wp-dark-mode-switch-10 ._track ._thumb ._icon:first-child,.active.wp-dark-mode-switch-11 ._track ._thumb ._icon:first-child,.active.wp-dark-mode-switch-12 ._track ._thumb ._icon:first-child,.active.wp-dark-mode-switch-2 ._track ._thumb ._icon:first-child,.active.wp-dark-mode-switch-20 ._track ._thumb ._icon:first-child,.active.wp-dark-mode-switch-21 ._track ._thumb ._icon:first-child,.active.wp-dark-mode-switch-22 ._track ._thumb ._icon:first-child,.active.wp-dark-mode-switch-3 ._track ._thumb ._icon:first-child,.active.wp-dark-mode-switch-4 ._track ._thumb ._icon:first-child,.active.wp-dark-mode-switch-5 ._track ._thumb ._icon:first-child,.active.wp-dark-mode-switch-6 ._track ._thumb ._icon:first-child,.active.wp-dark-mode-switch-7 ._track ._thumb ._icon:first-child,.active.wp-dark-mode-switch-8 ._track ._thumb ._icon:first-child,.active.wp-dark-mode-switch-9 ._track ._thumb ._icon:first-child,.wp-dark-mode-switch-10>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-11>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-12>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-20>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-21>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-22>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-2>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-3>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-4>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-5>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-6>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-7>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-8>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-9>._track>._thumb>._icon:nth-child(2),.wp-dark-mode-switch-normal.active ._track ._thumb ._icon:first-child,.wp-dark-mode-switch-normal>._track>._thumb>._icon:nth-child(2){animation:hide .1s forwards}._show,.active.wp-dark-mode-switch-10 ._track ._thumb ._icon:nth-child(2),.active.wp-dark-mode-switch-11 ._track ._thumb ._icon:nth-child(2),.active.wp-dark-mode-switch-12 ._track ._thumb ._icon:nth-child(2),.active.wp-dark-mode-switch-2 ._track ._thumb ._icon:nth-child(2),.active.wp-dark-mode-switch-20 ._track ._thumb ._icon:nth-child(2),.active.wp-dark-mode-switch-21 ._track ._thumb ._icon:nth-child(2),.active.wp-dark-mode-switch-22 ._track ._thumb ._icon:nth-child(2),.active.wp-dark-mode-switch-3 ._track ._thumb ._icon:nth-child(2),.active.wp-dark-mode-switch-4 ._track ._thumb ._icon:nth-child(2),.active.wp-dark-mode-switch-5 ._track ._thumb ._icon:nth-child(2),.active.wp-dark-mode-switch-6 ._track ._thumb ._icon:nth-child(2),.active.wp-dark-mode-switch-7 ._track ._thumb ._icon:nth-child(2),.active.wp-dark-mode-switch-8 ._track ._thumb ._icon:nth-child(2),.active.wp-dark-mode-switch-9 ._track ._thumb ._icon:nth-child(2),.wp-dark-mode-switch-normal.active ._track ._thumb ._icon:nth-child(2){animation:show .1s forwards}@keyframes hide{0%{opacity:1}to{display:none!important;opacity:0}}@keyframes show{0%{opacity:0}to{display:inline-flex;opacity:1}}.wp-dark-mode-switch-cta{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);border-radius:.5rem;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);font-size:.875rem;line-height:1.25rem;padding:.75rem;white-space:nowrap}.wp-dark-mode-switch .dark,.wp-dark-mode-switch .light{width:var(--wpdm-switch-size,80px)}.wp-dark-mode-switch .dark img,.wp-dark-mode-switch .dark svg,.wp-dark-mode-switch .light img,.wp-dark-mode-switch .light svg{max-width:100%}.wp-dark-mode-switch .light{display:block}.wp-dark-mode-switch .dark,.wp-dark-mode-switch.active .light{display:none}.wp-dark-mode-switch.active .dark{display:block}.wp-dark-mode-switch.rounded .dark,.wp-dark-mode-switch.rounded .light{border-radius:9999px;height:var(--wpdm-switch-size,80px);overflow:hidden;width:var(--wpdm-switch-size,80px)}.wp-dark-mode-switch{cursor:pointer;z-index:auto}.wp-dark-mode-switch,.wp-dark-mode-switch>div{align-items:center;display:inline-flex;justify-content:center}.wp-dark-mode-switch>div{height:100%;width:100%}.wp-dark-mode-floating-switch{align-items:center;display:flex;gap:.5rem;position:fixed;z-index:9999999999}.wp-dark-mode-floating-switch-hidden{display:none!important;height:0;margin:0;padding:0;pointer-events:none;width:0}.wp-dark-mode-floating-switch.reverse{flex-direction:row-reverse}.wp-dark-mode-floating-switch.top-left{left:20px;top:20px}.wp-dark-mode-floating-switch.top-right{right:20px;top:20px}.wp-dark-mode-floating-switch.bottom-left{bottom:20px;left:20px}.wp-dark-mode-floating-switch.bottom-right{bottom:20px;right:20px}@media (max-width:480px){.wp-dark-mode-floating-switch.wp-dark-mode-hide-mobile{display:none!important}}@media (min-width:481px) and (max-width:1024px){.wp-dark-mode-floating-switch.wp-dark-mode-hide-tablet{display:none!important}}@media (min-width:1025px){.wp-dark-mode-floating-switch.wp-dark-mode-hide-desktop{display:none!important}}.wp-dark-mode-switch-effect-wobble{animation:wobble 1s linear 2}@keyframes wobble{0%{transform:rotate(0deg)}15%{transform:rotate(-5deg)}30%{transform:rotate(3deg)}45%{transform:rotate(-3deg)}60%{transform:rotate(2deg)}75%{transform:rotate(-1deg)}to{transform:rotate(0deg)}}.wp-dark-mode-switch-effect-vibrate{animation:vibrate .3s linear 4}@keyframes vibrate{0%{transform:translateX(0)}25%{transform:translateX(2px)}50%{transform:translateX(-2px)}75%{transform:translateX(2px)}to{transform:translateX(0)}}.wp-dark-mode-switch-effect-flicker{animation:flicker .6s linear 1}@keyframes flicker{0%{opacity:1}25%{opacity:.5}50%{opacity:1}75%{opacity:.5}to{opacity:1}}.wp-dark-mode-switch-effect-shake{animation:shake .3s linear 1}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(-2px)}50%{transform:translate(0)}75%{transform:translate(2px)}to{transform:translate(0)}}.wp-dark-mode-switch-effect-jello{animation:jello .9s 1}@keyframes jello{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.wp-dark-mode-switch-effect-bounce{animation:bounce 1s linear 1}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}55%{transform:translateY(0)}65%{transform:translateY(-15px)}75%{transform:translateY(0)}}.wp-dark-mode-switch-effect-heartbeat{animation:heartbeat 1s linear 1}@keyframes heartbeat{0%{transform:scale(1)}25%{transform:scale(1.1)}50%{transform:scale(1)}75%{transform:scale(1.1)}to{transform:scale(1)}}.wp-dark-mode-switch-effect-blink{animation:blink .3s linear 1}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.wp-dark-mode-switch-1,.wp-dark-mode-switch-13{display:inline-flex}.wp-dark-mode-switch-1 ._track,.wp-dark-mode-switch-13 ._track{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);background:#555;border-radius:calc(15px*var(--wpdm-switch-scale, 1))!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);color:hsla(0,0%,100%,.996);height:calc(60px*var(--wpdm-switch-scale, 1))!important;width:calc(60px*var(--wpdm-switch-scale, 1))!important}.wp-dark-mode-switch-1 ._track ._icon,.wp-dark-mode-switch-13 ._track ._icon{align-items:center!important;display:flex!important;height:100%!important;justify-content:center!important;width:100%!important}.wp-dark-mode-switch-1 ._track ._icon:first-child,.wp-dark-mode-switch-13 ._track ._icon:first-child{display:inline-flex!important}.wp-dark-mode-switch-1 ._track ._icon:nth-child(2),.wp-dark-mode-switch-13 ._track ._icon:nth-child(2){display:none!important}.wp-dark-mode-switch-1 ._track ._icon img,.wp-dark-mode-switch-1 ._track ._icon svg,.wp-dark-mode-switch-13 ._track ._icon img,.wp-dark-mode-switch-13 ._track ._icon svg{height:60%!important;width:60%!important}.active.wp-dark-mode-switch-13 ._track,.wp-dark-mode-switch-1.active ._track{background:#ececec;color:#8b5cf6}.active.wp-dark-mode-switch-13 ._track ._icon:nth-child(2),.wp-dark-mode-switch-1.active ._track ._icon:nth-child(2){display:inline-flex!important}.active.wp-dark-mode-switch-13 ._track ._icon:first-child,.wp-dark-mode-switch-1.active ._track ._icon:first-child{display:none!important}.wp-dark-mode-switch-2 ._track{background:#ececec;border-radius:9999px;width:-moz-fit-content!important;width:fit-content!important}.wp-dark-mode-switch-2 ._track span{font-size:calc(12px*var(--wpdm-switch-scale, 1));font-weight:500;padding:0 calc(15px*var(--wpdm-switch-scale, 1));text-align:center;white-space:nowrap;width:50%;z-index:10}.wp-dark-mode-switch-2 ._track ._thumb{background:#fff!important;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:50%!important}.wp-dark-mode-switch-2.active ._track{color:#35353b!important}.wp-dark-mode-switch-2.active ._thumb{background:#35353b;transform:translateX(calc(100% - 2px*var(--wpdm-switch-scale, 1)*2 - 1px))!important}.wp-dark-mode-switch-10 ._track,.wp-dark-mode-switch-11 ._track,.wp-dark-mode-switch-12 ._track,.wp-dark-mode-switch-22 ._track,.wp-dark-mode-switch-3 ._track,.wp-dark-mode-switch-4 ._track,.wp-dark-mode-switch-5 ._track,.wp-dark-mode-switch-6 ._track,.wp-dark-mode-switch-7 ._track,.wp-dark-mode-switch-8 ._track,.wp-dark-mode-switch-9 ._track{--tw-text-opacity:1;background:#39393d!important;color:rgb(255 255 255/var(--tw-text-opacity,1))}.wp-dark-mode-switch-10 ._track ._thumb,.wp-dark-mode-switch-11 ._track ._thumb,.wp-dark-mode-switch-12 ._track ._thumb,.wp-dark-mode-switch-22 ._track ._thumb,.wp-dark-mode-switch-3 ._track ._thumb,.wp-dark-mode-switch-4 ._track ._thumb,.wp-dark-mode-switch-5 ._track ._thumb,.wp-dark-mode-switch-6 ._track ._thumb,.wp-dark-mode-switch-7 ._track ._thumb,.wp-dark-mode-switch-8 ._track ._thumb,.wp-dark-mode-switch-9 ._track ._thumb{background:#fff!important}.active.wp-dark-mode-switch-10 ._track,.active.wp-dark-mode-switch-11 ._track,.active.wp-dark-mode-switch-12 ._track,.active.wp-dark-mode-switch-22 ._track,.active.wp-dark-mode-switch-4 ._track,.active.wp-dark-mode-switch-5 ._track,.active.wp-dark-mode-switch-6 ._track,.active.wp-dark-mode-switch-7 ._track,.active.wp-dark-mode-switch-8 ._track,.active.wp-dark-mode-switch-9 ._track,.wp-dark-mode-switch-3.active ._track{--tw-text-opacity:1;background:#fff!important;color:rgb(55 65 81/var(--tw-text-opacity,1))}.active.wp-dark-mode-switch-10 ._thumb,.active.wp-dark-mode-switch-11 ._thumb,.active.wp-dark-mode-switch-12 ._thumb,.active.wp-dark-mode-switch-22 ._thumb,.active.wp-dark-mode-switch-4 ._thumb,.active.wp-dark-mode-switch-5 ._thumb,.active.wp-dark-mode-switch-6 ._thumb,.active.wp-dark-mode-switch-7 ._thumb,.active.wp-dark-mode-switch-8 ._thumb,.active.wp-dark-mode-switch-9 ._thumb,.wp-dark-mode-switch-3.active ._thumb{background:#39393d!important}.wp-dark-mode-switch-11 ._track,.wp-dark-mode-switch-12 ._track,.wp-dark-mode-switch-4 ._track,.wp-dark-mode-switch-6 ._track,.wp-dark-mode-switch-7 ._track{background:#ea580c!important;width:calc(75px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-11 ._icon,.wp-dark-mode-switch-12 ._icon,.wp-dark-mode-switch-4 ._icon,.wp-dark-mode-switch-6 ._icon,.wp-dark-mode-switch-7 ._icon{width:calc(20px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-11 ._icon img,.wp-dark-mode-switch-11 ._icon svg,.wp-dark-mode-switch-12 ._icon img,.wp-dark-mode-switch-12 ._icon svg,.wp-dark-mode-switch-4 ._icon img,.wp-dark-mode-switch-4 ._icon svg,.wp-dark-mode-switch-6 ._icon img,.wp-dark-mode-switch-6 ._icon svg,.wp-dark-mode-switch-7 ._icon img,.wp-dark-mode-switch-7 ._icon svg{width:100%!important}.active.wp-dark-mode-switch-11,.active.wp-dark-mode-switch-12,.active.wp-dark-mode-switch-6,.active.wp-dark-mode-switch-7,.wp-dark-mode-switch-4.active{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.active.wp-dark-mode-switch-11 ._track,.active.wp-dark-mode-switch-12 ._track,.active.wp-dark-mode-switch-6 ._track,.active.wp-dark-mode-switch-7 ._track,.wp-dark-mode-switch-4.active ._track{background:#545454!important}.active.wp-dark-mode-switch-11 ._track ._thumb,.active.wp-dark-mode-switch-12 ._track ._thumb,.active.wp-dark-mode-switch-6 ._track ._thumb,.active.wp-dark-mode-switch-7 ._track ._thumb,.wp-dark-mode-switch-4.active ._track ._thumb{background:#fff!important}.wp-dark-mode-switch-5 ._track{background-color:linear-gradient(90deg,#f59e0b 4.27%,#f8681e 106.71%)!important;color:#fff!important;height:calc(8px*var(--wpdm-switch-scale, 1))!important;width:calc(75px*var(--wpdm-switch-scale, 1)*1.2)!important}.wp-dark-mode-switch-5 ._track ._icon{transform:translateY(-50%)!important}.wp-dark-mode-switch-5 ._track ._thumb{align-items:center;background:#ea580c!important;display:flex;justify-content:center;margin-left:calc(7.5px*var(--wpdm-switch-scale, 1))!important}.wp-dark-mode-switch-5.active ._track{background-color:linear-gradient(90deg,#2875dc -19.51%,#73abff)!important}.wp-dark-mode-switch-11 ._track,.wp-dark-mode-switch-12 ._track,.wp-dark-mode-switch-6 ._track,.wp-dark-mode-switch-7 ._track{width:calc(75px*var(--wpdm-switch-scale, 1)*1)}.wp-dark-mode-switch-11 ._track ._thumb,.wp-dark-mode-switch-12 ._track ._thumb,.wp-dark-mode-switch-6 ._track ._thumb,.wp-dark-mode-switch-7 ._track ._thumb{background-color:transparent!important}.wp-dark-mode-switch-11 ._track ._thumb ._icon,.wp-dark-mode-switch-12 ._track ._thumb ._icon,.wp-dark-mode-switch-6 ._track ._thumb ._icon,.wp-dark-mode-switch-7 ._track ._thumb ._icon{transform:translateY(-50%)!important}.wp-dark-mode-switch-11 ._track ._thumb ._icon img,.wp-dark-mode-switch-11 ._track ._thumb ._icon svg,.wp-dark-mode-switch-12 ._track ._thumb ._icon img,.wp-dark-mode-switch-12 ._track ._thumb ._icon svg,.wp-dark-mode-switch-6 ._track ._thumb ._icon img,.wp-dark-mode-switch-6 ._track ._thumb ._icon svg,.wp-dark-mode-switch-7 ._track ._thumb ._icon img,.wp-dark-mode-switch-7 ._track ._thumb ._icon svg{width:90%!important}.active.wp-dark-mode-switch-11 ._track,.active.wp-dark-mode-switch-12 ._track,.active.wp-dark-mode-switch-7 ._track,.wp-dark-mode-switch-6.active ._track{background-color:linear-gradient(276.67deg,#2875dc 2.77%,#73abff 163.19%),linear-gradient(0deg,#ea580c,#ea580c)}.active.wp-dark-mode-switch-11 ._track ._thumb,.active.wp-dark-mode-switch-12 ._track ._thumb,.active.wp-dark-mode-switch-7 ._track ._thumb,.wp-dark-mode-switch-6.active ._track ._thumb{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.wp-dark-mode-switch-11 ._track,.wp-dark-mode-switch-12 ._track,.wp-dark-mode-switch-7 ._track{width:calc(75px*var(--wpdm-switch-scale, 1)*1)!important}.wp-dark-mode-switch-8 ._track{background:linear-gradient(88.44deg,#653fdf .97%,#32b1f4 98.68%)!important}.wp-dark-mode-switch-8.active ._track{--tw-text-opacity:1;background:linear-gradient(88.44deg,#653fdf .97%,#32b1f4 98.68%),linear-gradient(0deg,#fff,#fff)!important;color:rgb(255 255 255/var(--tw-text-opacity,1))}.wp-dark-mode-switch-8.active ._track ._thumb{background:#fff!important}.wp-dark-mode-switch-9 ._track{background:linear-gradient(180deg,#6ee470,#2fc031)!important}.wp-dark-mode-switch-9 ._track ._thumb{--tw-text-opacity:1!important;--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;background-color:transparent!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important;height:calc(34px*var(--wpdm-switch-scale, 1)*.7*var(--wpdm-switch-scale, 1))!important;margin-left:calc(2px*var(--wpdm-switch-scale, 1)*2*var(--wpdm-switch-scale, 1))!important;width:calc(34px*var(--wpdm-switch-scale, 1)*.7*var(--wpdm-switch-scale, 1))!important}.wp-dark-mode-switch-9 ._track ._thumb ._icon{transform:translateY(-50%)!important}.wp-dark-mode-switch-9 ._track ._thumb ._icon img,.wp-dark-mode-switch-9 ._track ._thumb ._icon svg{width:90%!important}.wp-dark-mode-switch-9.active ._track{--tw-text-opacity:1;background:linear-gradient(180deg,#6ee470,#2fc031)!important;color:rgb(255 255 255/var(--tw-text-opacity,1))}.wp-dark-mode-switch-9.active ._track ._thumb{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important;margin-left:.25rem!important}.wp-dark-mode-switch-10 ._track{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-color:transparent;background:#e5e7eb!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.wp-dark-mode-switch-10 ._track>._icon{color:#f59e0b!important;height:calc(34px*var(--wpdm-switch-scale, 1))!important;margin-left:-.125rem!important;position:relative!important;transition-delay:.1s!important;width:calc(34px*var(--wpdm-switch-scale, 1))!important}.wp-dark-mode-switch-10 ._track>._icon img,.wp-dark-mode-switch-10 ._track>._icon svg{width:50%!important}.wp-dark-mode-switch-10 ._track ._thumb{color:#f59e0b!important}.wp-dark-mode-switch-10 ._track ._thumb ._icon{transform:translateY(-50%)!important}.wp-dark-mode-switch-10.active ._track{--tw-ring-opacity:1;--tw-ring-color:rgb(156 163 175/var(--tw-ring-opacity,1));background-color:#6b7280!important}.wp-dark-mode-switch-10.active ._track>._icon{color:#ffed8c!important}.wp-dark-mode-switch-11 ._track{background-color:linear-gradient(97.13deg,#2b3ccc 15.81%,rgba(71,131,236,.32) 82.31%),linear-gradient(88.44deg,#653fdf .97%,#32b1f4 98.68%),linear-gradient(0deg,#fff,#fff)!important;border:calc(3px*var(--wpdm-switch-scale, 1)) solid #2b3ccc;width:calc(75px*var(--wpdm-switch-scale, 1) - 3px)!important}.wp-dark-mode-switch-11 ._track ._thumb{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.wp-dark-mode-switch-11 ._track ._thumb ._icon svg{width:70%!important}.wp-dark-mode-switch-11.active ._track{background:linear-gradient(97.13deg,#2b3ccc 15.81%,rgba(71,131,236,.32) 82.31%),linear-gradient(88.44deg,#653fdf .97%,#32b1f4 98.68%),linear-gradient(0deg,#fff,#fff)!important}.wp-dark-mode-switch-11.active ._track ._thumb{transform:translateX(calc(75px*var(--wpdm-switch-scale, 1) - 6px - 34px*var(--wpdm-switch-scale, 1)))!important}.wp-dark-mode-switch-12 ._track{background-color:linear-gradient(97.13deg,#2b3ccc 15.81%,rgba(71,131,236,.32) 82.31%),linear-gradient(88.44deg,#653fdf .97%,#32b1f4 98.68%),linear-gradient(0deg,#fff,#fff)!important}.wp-dark-mode-switch-12 ._track ._thumb{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.wp-dark-mode-switch-12.active ._track{background:linear-gradient(97.13deg,#2b3ccc 15.81%,rgba(71,131,236,.32) 82.31%),linear-gradient(88.44deg,#653fdf .97%,#32b1f4 98.68%),linear-gradient(0deg,#fff,#fff)!important}.wp-dark-mode-switch-13.active ._icon{color:#2563eb!important}.wp-dark-mode-switch-14 ._font.active,.wp-dark-mode-switch-14 ._scheme.active{background-color:#1e3a8a!important}.wp-dark-mode-switch-18,.wp-dark-mode-switch-19{flex-direction:row!important;height:scaled(46px)!important;width:scaled(108px)!important}.wp-dark-mode-switch-18>:not([hidden])~:not([hidden]),.wp-dark-mode-switch-19>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0!important;--tw-divide-x-reverse:0!important;border-width:calc(0px*(1 - var(--tw-divide-y-reverse))) calc(1px*var(--tw-divide-x-reverse)) calc(0px*var(--tw-divide-y-reverse)) calc(1px*(1 - var(--tw-divide-x-reverse)))!important}.wp-dark-mode-switch-18 ._font,.wp-dark-mode-switch-18 ._scheme,.wp-dark-mode-switch-19 ._font,.wp-dark-mode-switch-19 ._scheme{height:100%!important;width:50%!important}.wp-dark-mode-switch-18 ._icon,.wp-dark-mode-switch-19 ._icon{width:70%!important}.wp-dark-mode-switch-20 ._track{--width-of-switch:calc(56px*var(--wpdm-switch-scale, 1));--height-of-switch:calc(32px*var(--wpdm-switch-scale, 1));--size-of-icon:calc(22.4px*var(--wpdm-switch-scale, 1));--slider-offset:calc(4.8px*var(--wpdm-switch-scale, 1));background:#f4f4f5!important;border-radius:calc(30px*var(--wpdm-switch-scale, 1));display:block;height:var(--height-of-switch);position:relative;transition:.4s;width:var(--width-of-switch)}.wp-dark-mode-switch-20 ._thumb{background:linear-gradient(40deg,#ff0080,#ff8c00 70%)!important;border-radius:calc(20px*var(--wpdm-switch-scale, 1));height:var(--size-of-icon);left:var(--slider-offset);position:absolute;top:50%;transform:translateY(-50%) scale(.8);transition:.4s;width:var(--size-of-icon)}.wp-dark-mode-switch-20.active ._track{background:#303136}.wp-dark-mode-switch-20.active ._thumb{background:transparent!important;box-shadow:inset -3px -2px 5px -2px #8983f7,inset -10px -4px 0 0 #a3dafb!important;left:calc(100% - var(--size-of-icon) - var(--slider-offset) - var(--size-of-icon)*20/100)!important;transform:translateY(-50%) scale(.8)!important}.wp-dark-mode-switch-21 .theme-switch{--toggle-size:14px;--container-width:calc(5.625em*var(--wpdm-switch-scale, 1));--container-height:calc(2.5em*var(--wpdm-switch-scale, 1));--container-radius:calc(6.25em*var(--wpdm-switch-scale, 1));--container-light-bg:#3d7eae;--container-night-bg:#1d1f2c;--circle-container-diameter:calc(3.375em*var(--wpdm-switch-scale, 1));--sun-moon-diameter:calc(2.125em*var(--wpdm-switch-scale, 1));--sun-bg:#ecca2f;--moon-bg:#c4c9d1;--spot-color:#959db1;--circle-container-offset:calc((var(--circle-container-diameter) - var(--container-height))/2*-1);--stars-color:#fff;--clouds-color:#f3fdff;--back-clouds-color:#aacadf;--transition:.5s cubic-bezier(0,-0.02,0.4,1.25);--circle-transition:.3s cubic-bezier(0,-0.02,0.35,1.17)}.wp-dark-mode-switch-21 .theme-switch,.wp-dark-mode-switch-21 .theme-switch *,.wp-dark-mode-switch-21 .theme-switch :after,.wp-dark-mode-switch-21 .theme-switch :before{box-sizing:border-box;font-size:var(--toggle-size);margin:0;padding:0}.wp-dark-mode-switch-21 .theme-switch__container{background:var(--container-light-bg)!important;border-radius:var(--container-radius);box-shadow:0 calc(-.062em*var(--wpdm-switch-scale, 1)) calc(.062em*var(--wpdm-switch-scale, 1)) rgba(0,0,0,.25),0 calc(.062em*var(--wpdm-switch-scale, 1)) calc(.125em*var(--wpdm-switch-scale, 1)) hsla(0,0%,100%,.94);cursor:pointer;height:var(--container-height);overflow:hidden;position:relative;transition:var(--transition);width:var(--container-width)}.wp-dark-mode-switch-21 .theme-switch__container:before{border-radius:var(--container-radius);box-shadow:0 calc(.05em*var(--wpdm-switch-scale, 1)) calc(.187em*var(--wpdm-switch-scale, 1)) rgba(0,0,0,.25) inset,0 calc(.05em*var(--wpdm-switch-scale, 1)) calc(.187em*var(--wpdm-switch-scale, 1)) rgba(0,0,0,.25) inset;content:"";inset:0;position:absolute;z-index:1}.wp-dark-mode-switch-21 .theme-switch__checkbox{display:none}.wp-dark-mode-switch-21 .theme-switch__circle-container{background:hsla(0,0%,100%,.1)!important;border-radius:var(--container-radius);box-shadow:inset 0 0 0 calc(3.375em*var(--wpdm-switch-scale, 1)) hsla(0,0%,100%,.1),inset 0 0 0 calc(3.375em*var(--wpdm-switch-scale, 1)) hsla(0,0%,100%,.1),0 0 0 calc(.625em*var(--wpdm-switch-scale, 1)) hsla(0,0%,100%,.1),0 0 0 calc(1.25em*var(--wpdm-switch-scale, 1)) hsla(0,0%,100%,.1);display:flex;height:var(--circle-container-diameter);left:var(--circle-container-offset);pointer-events:none;position:absolute;top:var(--circle-container-offset);transition:var(--circle-transition);width:var(--circle-container-diameter)}.wp-dark-mode-switch-21 .theme-switch__sun-moon-container{background:var(--sun-bg)!important;border-radius:var(--container-radius);box-shadow:calc(.062em*var(--wpdm-switch-scale, 1)) calc(.062em*var(--wpdm-switch-scale, 1)) calc(.062em*var(--wpdm-switch-scale, 1)) 0 rgba(254,255,239,.61) inset,0 calc(-.062em*var(--wpdm-switch-scale, 1)) calc(.062em*var(--wpdm-switch-scale, 1)) 0 #a1872a inset;filter:drop-shadow(calc(.062em*var(--wpdm-switch-scale, 1)) calc(.125em*var(--wpdm-switch-scale, 1)) calc(.125em*var(--wpdm-switch-scale, 1)) rgba(0,0,0,.25)) drop-shadow(0 calc(.062em*var(--wpdm-switch-scale, 1)) calc(.125em*var(--wpdm-switch-scale, 1)) rgba(0,0,0,.25));height:var(--sun-moon-diameter);margin-bottom:auto!important;margin:auto;overflow:hidden;pointer-events:auto;position:relative;transition:var(--transition);width:var(--sun-moon-diameter);z-index:2}.wp-dark-mode-switch-21 .theme-switch__moon{background:var(--moon-bg)!important;border-radius:inherit;box-shadow:calc(.062em*var(--wpdm-switch-scale, 1)) calc(.062em*var(--wpdm-switch-scale, 1)) calc(.062em*var(--wpdm-switch-scale, 1)) 0 rgba(254,255,239,.61) inset,0 calc(-.062em*var(--wpdm-switch-scale, 1)) calc(.062em*var(--wpdm-switch-scale, 1)) 0 #969696 inset;height:100%;margin-bottom:auto!important;position:relative;transform:translateX(100%);transition:var(--transition);width:100%}.wp-dark-mode-switch-21 .theme-switch__spot{background:var(--spot-color);border-radius:var(--container-radius);box-shadow:0 calc(.0312em*var(--wpdm-switch-scale, 1)) calc(.062em*var(--wpdm-switch-scale, 1)) rgba(0,0,0,.25) inset;height:calc(.75em*var(--wpdm-switch-scale, 1));left:calc(.312em*var(--wpdm-switch-scale, 1));position:absolute;top:calc(.75em*var(--wpdm-switch-scale, 1));width:calc(.75em*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-21 .theme-switch__spot:nth-of-type(2){height:calc(.375em*var(--wpdm-switch-scale, 1));left:calc(1.375em*var(--wpdm-switch-scale, 1));top:calc(.937em*var(--wpdm-switch-scale, 1));width:calc(.375em*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-21 .theme-switch__spot:nth-last-of-type(3){height:calc(.25em*var(--wpdm-switch-scale, 1));left:calc(.812em*var(--wpdm-switch-scale, 1));top:calc(.312em*var(--wpdm-switch-scale, 1));width:calc(.25em*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-21 .theme-switch__clouds{background:var(--clouds-color)!important;border-radius:var(--container-radius);bottom:calc(-.625em*var(--wpdm-switch-scale, 1));box-shadow:calc(.937em*var(--wpdm-switch-scale, 1)) calc(.312em*var(--wpdm-switch-scale, 1)) var(--clouds-color),calc(-.312em*var(--wpdm-switch-scale, 1)) calc(-.312em*var(--wpdm-switch-scale, 1)) var(--back-clouds-color),calc(1.437em*var(--wpdm-switch-scale, 1)) calc(.375em*var(--wpdm-switch-scale, 1)) var(--clouds-color),calc(.5em*var(--wpdm-switch-scale, 1)) calc(-.125em*var(--wpdm-switch-scale, 1)) var(--back-clouds-color),calc(2.187em*var(--wpdm-switch-scale, 1)) 0 var(--clouds-color),calc(1.25em*var(--wpdm-switch-scale, 1)) calc(-.062em*var(--wpdm-switch-scale, 1)) var(--back-clouds-color),calc(2.937em*var(--wpdm-switch-scale, 1)) calc(.312em*var(--wpdm-switch-scale, 1)) var(--clouds-color),calc(2em*var(--wpdm-switch-scale, 1)) calc(-.312em*var(--wpdm-switch-scale, 1)) var(--back-clouds-color),calc(3.625em*var(--wpdm-switch-scale, 1)) calc(-.062em*var(--wpdm-switch-scale, 1)) var(--clouds-color),calc(2.625em*var(--wpdm-switch-scale, 1)) 0 var(--back-clouds-color),calc(4.5em*var(--wpdm-switch-scale, 1)) calc(-.312em*var(--wpdm-switch-scale, 1)) var(--clouds-color),calc(3.375em*var(--wpdm-switch-scale, 1)) calc(-.437em*var(--wpdm-switch-scale, 1)) var(--back-clouds-color),calc(4.625em*var(--wpdm-switch-scale, 1)) calc(-1.75em*var(--wpdm-switch-scale, 1)) 0 calc(.437em*var(--wpdm-switch-scale, 1)) var(--clouds-color),calc(4em*var(--wpdm-switch-scale, 1)) calc(-.625em*var(--wpdm-switch-scale, 1)) var(--back-clouds-color),calc(4.125em*var(--wpdm-switch-scale, 1)) calc(-2.125em*var(--wpdm-switch-scale, 1)) 0 calc(.437em*var(--wpdm-switch-scale, 1)) var(--back-clouds-color);height:calc(1.25em*var(--wpdm-switch-scale, 1));left:calc(.312em*var(--wpdm-switch-scale, 1));position:absolute;transition:.5s cubic-bezier(0,-.02,.4,1.25);width:calc(1.25em*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-21 .theme-switch__stars-container{color:var(--stars-color);height:auto;left:calc(.312em*var(--wpdm-switch-scale, 1));position:absolute;top:-100%;transition:var(--transition);width:calc(2.75em*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-21.active .theme-switch__container{background:var(--container-night-bg)!important}.wp-dark-mode-switch-21.active .theme-switch__container .theme-switch__circle-container{left:calc(100% - var(--circle-container-offset) - var(--circle-container-diameter))}.wp-dark-mode-switch-21.active .theme-switch__container .theme-switch__circle-container:hover{left:calc(100% - var(--circle-container-offset) - var(--circle-container-diameter) - .187em*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-21 .theme-switch__circle-container:hover{left:calc(var(--circle-container-offset) + .187em*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-21.active .theme-switch__container .theme-switch__moon{transform:translate(0)}.wp-dark-mode-switch-21.active .theme-switch__container .theme-switch__clouds{bottom:calc(-4.062em*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-21.active .theme-switch__container .theme-switch__stars-container{top:50%;transform:translateY(-50%)}.wp-dark-mode-switch-22{gap:.5rem}.wp-dark-mode-switch-22 ._track{background:#f29f05!important;box-shadow:1px 1px 1.6px 0 hsla(0,0%,100%,.478);width:calc(75px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-22 ._track ._thumb{background:#fdfdfd!important;height:calc(34px*var(--wpdm-switch-scale, 1) - 4px*var(--wpdm-switch-scale, 1)*1.5);left:calc(3px*var(--wpdm-switch-scale, 1))!important;width:calc(34px*var(--wpdm-switch-scale, 1) - 4px*var(--wpdm-switch-scale, 1)*1.5)}.wp-dark-mode-switch-22 ._icon{width:calc(25px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-22 ._icon img,.wp-dark-mode-switch-22 ._icon svg{width:100%!important}.wp-dark-mode-switch-22 ._icon:first-child{opacity:0}.wp-dark-mode-switch-22 ._icon:last-child{opacity:1}.wp-dark-mode-switch-22.active{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.wp-dark-mode-switch-22.active ._track{background-image:url("data:image/webp;base64,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")!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:100% 100%!important}.wp-dark-mode-switch-22.active ._track ._thumb{background:#fdfdfd!important}.wp-dark-mode-switch-22.active ._icon:first-child{opacity:1}.wp-dark-mode-switch-22.active ._icon:last-child{opacity:0}.wp-dark-mode-switch-23{border-radius:calc(50px*var(--wpdm-switch-scale, 1));cursor:default;display:inline-flex;height:calc(40px*var(--wpdm-switch-scale, 1))!important;justify-content:center;line-height:normal;max-width:calc(110px*var(--wpdm-switch-scale, 1))!important;width:calc(110px*var(--wpdm-switch-scale, 1))!important;z-index:50}.wp-dark-mode-switch-23 .switch-inner svg{fill:currentColor;stroke-width:0px;cursor:pointer;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:calc(18px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-23 .switch-inner svg:hover{transform:scale(1.2)!important}.wp-dark-mode-switch-23 .switch-inner{align-items:center;border-radius:calc(50px*var(--wpdm-switch-scale, 1));display:flex;height:100%;inset:0;isolation:isolate;overflow:hidden;position:relative;width:100%;z-index:0}.wp-dark-mode-switch-23 .switch-inner span:not(.glass){align-items:center;display:flex;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:calc(12px*var(--wpdm-switch-scale, 1));font-weight:400;height:100%;justify-content:center;transition:all .2s cubic-bezier(.68,-.55,.265,1.55);width:50%}.wp-dark-mode-switch-23 .switch-inner span:not(.glass):first-child svg{fill:currentColor;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.wp-dark-mode-switch-23 .switch-inner span:not(.glass):first-child svg:hover{--tw-text-opacity:1;color:rgb(3 213 255/var(--tw-text-opacity,1))}.wp-dark-mode-switch-23 .switch-inner span:not(.glass):nth-child(2) svg{stroke:currentColor;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.wp-dark-mode-switch-23 .switch-inner span:not(.glass):nth-child(2) svg:hover{--tw-text-opacity:1;color:rgb(5 169 201/var(--tw-text-opacity,1))}.wp-dark-mode-switch-23 .switch-inner .glass{clear:both;margin:0;padding:0;position:absolute;width:50%;z-index:10}.wp-dark-mode-switch-23 .switch-inner .glass:active,.wp-dark-mode-switch-23 .switch-inner .glass:focus{outline:2px solid transparent;outline-offset:2px}.wp-dark-mode-switch-23 .switch-inner .glass{border-radius:calc(50px*var(--wpdm-switch-scale, 1))!important;height:calc(35px*var(--wpdm-switch-scale, 1))!important;left:calc(2.5px*var(--wpdm-switch-scale, 1))!important;top:calc(2.5px*var(--wpdm-switch-scale, 1))!important;transition:all .5s cubic-bezier(.68,-.55,.265,1.55)}.wp-dark-mode-switch-23.active{-moz-backdrop-filter:brightness(1.5) blur(3px) url(#glassEffect);-o-backdrop-filter:brightness(1.5) blur(3px) url(#glassEffect);backdrop-filter:brightness(1.5) blur(3px) url(#glassEffect);box-shadow:inset 0 0 6px 0 rgba(0,0,0,.2)}.wp-dark-mode-switch-23.active .switch-inner{animation:liquid-glass 10s linear infinite}.wp-dark-mode-switch-23.active .glass{animation:liquid-glass-moving-right .3s ease-in-out forwards;background:hsla(0,0%,100%,.05);box-shadow:inset 0 0 calc(5px*var(--wpdm-switch-scale, 1)) 0 hsla(0,0%,100%,.15)}.wp-dark-mode-switch-23:not(.active){-moz-backdrop-filter:brightness(1.2) blur(3px) url(#glassEffect);-o-backdrop-filter:brightness(1.2) blur(3px) url(#glassEffect);backdrop-filter:brightness(1.2) blur(3px) url(#glassEffect);box-shadow:inset 0 0 6px 0 rgba(0,0,0,.2)}.wp-dark-mode-switch-23:not(.active) .switch-inner{animation:liquid-glass 10s linear infinite}.wp-dark-mode-switch-23:not(.active) .glass{animation:liquid-glass-moving-left .4s ease-in-out forwards;background:rgba(0,0,0,.05);box-shadow:inset 0 0 calc(5px*var(--wpdm-switch-scale, 1)) 0 rgba(0,0,0,.1)}.wp-dark-mode-switch-23.active .switch-inner span:not(.glass){color:#f8fafc;text-shadow:0 1px 2px rgba(0,0,0,.25)}.wp-dark-mode-switch-23:not(.active) .switch-inner span:not(.glass){color:#22292f;text-shadow:0 1px 0 hsla(0,0%,100%,.15)}@keyframes liquid-glass{0%,to{box-shadow:inset 6px 9px 2px -9px hsla(0,0%,100%,.4),inset -6px -9px 2px -9px hsla(0,0%,100%,.4)}70%{box-shadow:inset 6px 9px 2px -9px hsla(0,0%,100%,.4),inset -6px -9px 2px -9px hsla(0,0%,100%,.4)}80%{box-shadow:inset 9px 6px 2px -9px hsla(0,0%,100%,.4),inset -9px -6px 2px -9px hsla(0,0%,100%,.4)}90%{box-shadow:inset 9px -6px 2px -9px hsla(0,0%,100%,.4),inset -9px 6px 2px -9px hsla(0,0%,100%,.4)}}@keyframes liquid-glass-dark{0%,to{box-shadow:inset 6px 9px 2px -9px rgba(0,0,0,.3),inset -6px -9px 2px -9px rgba(0,0,0,.3)}70%{box-shadow:inset 6px 9px 2px -9px rgba(0,0,0,.2),inset -6px -9px 2px -9px rgba(0,0,0,.2)}80%{box-shadow:inset 9px 6px 2px -9px rgba(0,0,0,.2),inset -9px -6px 2px -9px rgba(0,0,0,.2)}90%{box-shadow:inset 9px -6px 2px -9px rgba(0,0,0,.2),inset -9px 6px 2px -9px rgba(0,0,0,.2)}}@keyframes liquid-glass-moving-right{0%{background:rgba(0,0,0,.1);border-radius:calc(50px*var(--wpdm-switch-scale, 1));box-shadow:inset 0 0 5px 0 rgba(0,0,0,.1);transform:translateX(0) scale(1)}20%{background:hsla(0,0%,100%,.1);border-radius:calc(60px*var(--wpdm-switch-scale, 1));box-shadow:inset 0 0 10px 0 hsla(0,0%,100%,.2);transform:translateX(calc(20% - 1px*var(--wpdm-switch-scale, 1))) scale(1.1,.9)}40%{background:hsla(0,0%,100%,.2);border-radius:calc(65px*var(--wpdm-switch-scale, 1));transform:translateX(calc(40% - 2px*var(--wpdm-switch-scale, 1))) scale(1.2,.85)}60%{background:hsla(0,0%,100%,.15);border-radius:calc(55px*var(--wpdm-switch-scale, 1));transform:translateX(calc(60% - 3px*var(--wpdm-switch-scale, 1))) scale(1.1,.9)}80%{background:hsla(0,0%,100%,.1);border-radius:calc(45px*var(--wpdm-switch-scale, 1));transform:translateX(calc(80% - 4px*var(--wpdm-switch-scale, 1))) scale(1.05,.95)}95%{background:hsla(0,0%,100%,.08);border-radius:calc(50px*var(--wpdm-switch-scale, 1));transform:translateX(calc(100% - 5px*var(--wpdm-switch-scale, 1))) scale(.9,1.1)}to{background:hsla(0,0%,100%,.05);border-radius:calc(50px*var(--wpdm-switch-scale, 1));box-shadow:inset 0 0 8px 0 hsla(0,0%,100%,.15);transform:translateX(calc(100% - 5px*var(--wpdm-switch-scale, 1))) scale(1)}}@keyframes liquid-glass-moving-left{0%{background:rgba(0,0,0,.05);border-radius:calc(50px*var(--wpdm-switch-scale, 1));box-shadow:inset 0 0 10px 0 hsla(0,0%,100%,.2);transform:translateX(calc(100% - 5px*var(--wpdm-switch-scale, 1))) scale(1)}20%{border-radius:calc(60px*var(--wpdm-switch-scale, 1));transform:translateX(calc(80% - 4px*var(--wpdm-switch-scale, 1))) scale(1.1,.9)}40%{border-radius:calc(65px*var(--wpdm-switch-scale, 1));transform:translateX(calc(60% - 3px*var(--wpdm-switch-scale, 1))) scale(1.2,.85)}60%{border-radius:calc(55px*var(--wpdm-switch-scale, 1));transform:translateX(calc(40% - 2px*var(--wpdm-switch-scale, 1))) scale(1.1,.9)}80%{border-radius:calc(45px*var(--wpdm-switch-scale, 1));transform:translateX(calc(20% - 1px*var(--wpdm-switch-scale, 1))) scale(1.05,.95)}95%{border-radius:calc(50px*var(--wpdm-switch-scale, 1));transform:translateX(0) scale(.9,1.1)}to{background:rgba(0,0,0,.05);border-radius:calc(50px*var(--wpdm-switch-scale, 1));box-shadow:inset 0 0 5px 0 rgba(0,0,0,.1);transform:translateX(0) scale(1)}}.wp-dark-mode-switch-24{align-items:center;cursor:default;display:flex;gap:calc(12px*var(--wpdm-switch-scale, 1));transition:all .3s ease}.wp-dark-mode-switch-24:hover ._thumb{box-shadow:0 0 15px rgba(0,0,0,.2);transform:scale(1.1)}.wp-dark-mode-switch-24 ._track{background-color:#84b2f7;cursor:pointer;height:calc(35px*var(--wpdm-switch-scale, 1));overflow:hidden;position:relative;width:calc(65px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-24 ._thumb,.wp-dark-mode-switch-24 ._track{border-radius:calc(50px*var(--wpdm-switch-scale, 1));transition:all .6s cubic-bezier(.68,-.55,.27,1.55)}.wp-dark-mode-switch-24 ._thumb{background-color:#fff;display:flex;height:calc(23px*var(--wpdm-switch-scale, 1))!important;left:calc(6px*var(--wpdm-switch-scale, 1))!important;position:absolute;top:calc(6px*var(--wpdm-switch-scale, 1))!important;width:calc(23px*var(--wpdm-switch-scale, 1))!important}.wp-dark-mode-switch-24 ._thumb svg{fill:#fff;height:100%;transform:rotate(-100deg);transition:all .6s cubic-bezier(.68,-.55,.27,1.55);width:100%}.wp-dark-mode-switch-24.active ._track{background:#000}.wp-dark-mode-switch-24.active ._thumb{background:transparent;transform:translateX(calc(30px*var(--wpdm-switch-scale, 1)))}.wp-dark-mode-switch-24.active ._thumb svg{opacity:1}.wp-dark-mode-switch-24.active ._label:first-child{color:#666}.wp-dark-mode-switch-24.active ._label:last-child{color:#fff}.wp-dark-mode-switch-24:not(.active) ._label:last-child{color:#aaa}.wp-dark-mode-switch-24 ._label{color:#000;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:calc(15px*var(--wpdm-switch-scale, 1));font-weight:600;letter-spacing:.5px;transition:color .2s ease}.wp-dark-mode-switch-24 ._label:last-child{color:#888}.wp-dark-mode-switch-24 ._circles{height:100%;left:0;position:absolute;top:0;width:100%}.wp-dark-mode-switch-24 ._circles span{background:#fff;border-radius:50%;height:calc(8px*var(--wpdm-switch-scale, 1));position:absolute;transition:all .5s cubic-bezier(.68,-.55,.27,1.55);width:calc(8px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-24 ._circles span:first-child{right:calc(10px*var(--wpdm-switch-scale, 1));top:calc(8px*var(--wpdm-switch-scale, 1));transition-delay:.05s}.wp-dark-mode-switch-24 ._circles span:last-child{height:calc(4px*var(--wpdm-switch-scale, 1));right:calc(20px*var(--wpdm-switch-scale, 1));top:calc(17px*var(--wpdm-switch-scale, 1));transition-delay:.15s;width:calc(4px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-24 ._stars svg{border-radius:50%;color:#fff;height:calc(8px*var(--wpdm-switch-scale, 1));opacity:0;position:absolute;transform:translateX(50px) scale(.3) rotate(180deg);transition:all .5s cubic-bezier(.68,-.55,.265,1.55);width:calc(8px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-24 ._stars svg:first-child{height:calc(7px*var(--wpdm-switch-scale, 1));left:calc(10px*var(--wpdm-switch-scale, 1));top:calc(8px*var(--wpdm-switch-scale, 1));transition-delay:.1s;width:calc(7px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-24 ._stars svg:nth-child(2){height:calc(5px*var(--wpdm-switch-scale, 1));left:calc(25px*var(--wpdm-switch-scale, 1));top:calc(21px*var(--wpdm-switch-scale, 1));transition-delay:.2s;width:calc(5px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-24 ._stars svg:nth-child(3){height:calc(3px*var(--wpdm-switch-scale, 1));left:calc(28px*var(--wpdm-switch-scale, 1));top:calc(8px*var(--wpdm-switch-scale, 1));transition-delay:.25s;width:calc(3px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-24 ._stars svg:nth-child(4){height:calc(3px*var(--wpdm-switch-scale, 1));left:calc(23px*var(--wpdm-switch-scale, 1));top:calc(13px*var(--wpdm-switch-scale, 1));transition-delay:.3s;width:calc(3px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-24 ._stars svg:nth-child(5){height:calc(3px*var(--wpdm-switch-scale, 1));left:calc(9px*var(--wpdm-switch-scale, 1));top:calc(22px*var(--wpdm-switch-scale, 1));transition-delay:.35s;width:calc(3px*var(--wpdm-switch-scale, 1))}.wp-dark-mode-switch-24.active ._circles span{opacity:0;transform:translateX(-50px)}.wp-dark-mode-switch-24.active ._stars svg{opacity:1;transform:translateX(0) scale(1) rotate(0deg)}html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body a:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,.button,.btn,.wp-element-button,.wp-block-button__link),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body a:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,.button,.btn,.wp-element-button,.wp-block-button__link),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body a:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,.button,.btn,.wp-element-button,.wp-block-button__link){color:var(--wpdm-link-color,inherit)!important}html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body a:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,.button,.btn,.wp-element-button,.wp-block-button__link):hover,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body a:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,.button,.btn,.wp-element-button,.wp-block-button__link):hover,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body a:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,.button,.btn,.wp-element-button,.wp-block-button__link):hover{color:var(--wpdm-link-hover-color,inherit)!important;filter:brightness(1.2)}html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body .btn:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body .button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body .elementor-button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body .wp-block-button__link:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body .wp-element-button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body input[type=submit]:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body .btn:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body .button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body .elementor-button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body .wp-block-button__link:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body .wp-element-button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body input[type=submit]:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body .btn:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body .button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body .elementor-button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body .wp-block-button__link:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body .wp-element-button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body input[type=submit]:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *){background-color:var(--wpdm-button-background-color,inherit)!important;border-color:var(--wpdm-button-border-color,inherit)!important;color:var(--wpdm-button-text-color,inherit)!important}html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body .btn:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body .button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body .elementor-button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body .wp-block-button__link:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body .wp-element-button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body input[type=submit]:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body .btn:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body .button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body .elementor-button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body .wp-block-button__link:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body .wp-element-button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body input[type=submit]:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body .btn:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body .button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body .elementor-button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body .wp-block-button__link:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body .wp-element-button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body button:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body input[type=submit]:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *):hover{background-color:var(--wpdm-button-hover-background-color,inherit)!important;border-color:var(--wpdm-button-hover-border-color,inherit)!important;color:var(--wpdm-button-hover-text-color,inherit)!important}html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body iframe:not(.wp-dark-mode-ignore,.wp-dark-mode-bg-image,.wp-dark-mode-bg-image *),html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body img:not(.wp-dark-mode-ignore,.wp-dark-mode-bg-image,.wp-dark-mode-bg-image *),html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body video:not(.wp-dark-mode-ignore,.wp-dark-mode-bg-image,.wp-dark-mode-bg-image *),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body iframe:not(.wp-dark-mode-ignore,.wp-dark-mode-bg-image,.wp-dark-mode-bg-image *),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body img:not(.wp-dark-mode-ignore,.wp-dark-mode-bg-image,.wp-dark-mode-bg-image *),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body video:not(.wp-dark-mode-ignore,.wp-dark-mode-bg-image,.wp-dark-mode-bg-image *),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body iframe:not(.wp-dark-mode-ignore,.wp-dark-mode-bg-image,.wp-dark-mode-bg-image *),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body img:not(.wp-dark-mode-ignore,.wp-dark-mode-bg-image,.wp-dark-mode-bg-image *),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body video:not(.wp-dark-mode-ignore,.wp-dark-mode-bg-image,.wp-dark-mode-bg-image *){filter:brightness(var(--wpdm-img-brightness,100%)) grayscale(var(--wpdm-img-grayscale,0))!important}html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body input:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,[type=radio],[type=checkbox]),html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body select:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body textarea:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body input:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,[type=radio],[type=checkbox]),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body select:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body textarea:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body input:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,[type=radio],[type=checkbox]),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body select:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *),html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body textarea:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *){background-color:var(--wpdm-input-background-color,#222)!important;border-color:var(--wpdm-input-border-color,#f0f0f0)!important;color:var(--wpdm-input-text-color,#f0f0f0)!important}html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body input:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,[type=radio],[type=checkbox])::-moz-placeholder,html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body select:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *)::-moz-placeholder,html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body textarea:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *)::-moz-placeholder,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body input:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,[type=radio],[type=checkbox])::-moz-placeholder,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body select:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *)::-moz-placeholder,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body textarea:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *)::-moz-placeholder,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body input:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,[type=radio],[type=checkbox])::-moz-placeholder,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body select:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *)::-moz-placeholder,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body textarea:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *)::-moz-placeholder{color:var(--wpdm-input-placeholder-color,#f0f0f0)!important}html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body input:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,[type=radio],[type=checkbox])::placeholder,html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body select:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *)::placeholder,html.wp-dark-mode-active:not([data-wp-dark-mode-preset="0"]) body textarea:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *)::placeholder,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body input:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,[type=radio],[type=checkbox])::placeholder,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body select:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *)::placeholder,html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset="0"]) body textarea:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *)::placeholder,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body input:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *,[type=radio],[type=checkbox])::placeholder,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body select:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *)::placeholder,html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset="0"]) body textarea:not(.wp-dark-mode-ignore,.wp-dark-mode-ignore *)::placeholder{color:var(--wpdm-input-placeholder-color,#f0f0f0)!important}html.wp-dark-mode-large-font *{font-size:var(--wpdm-large-font-size,1rem)!important}html[data-wp-dark-mode-preset="0"]{filter:grayscale(var(--wpdm-grayscale,0))}html[data-wp-dark-mode-loading] .wp-dark-mode-image{transition:opacity .02s ease-in-out!important}.wp-dark-mode-floating-switch{opacity:1;transition:opacity .1s linear}.wp-dark-mode-floating-switch-hidden{opacity:0!important}
/*# sourceMappingURL=app.min.css.map */.hfe-counter-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.hfe-counter-wrapper[style*="flex-direction: column"]{align-items:center;justify-content:center}.hfe-counter-wrapper[style*="flex-direction: row"]{justify-content:center;align-items:center}.hfe-counter-content{display:flex;align-items:center;justify-content:center}.hfe-counter-number{font-weight:700;font-size:48px;line-height:1}.hfe-counter-title{font-size:18px;line-height:1.2;margin:0}.hfe-counter-prefix,.hfe-counter-suffix{font-size:inherit;line-height:inherit}.hfe-counter-title{margin:0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hfe-counter-content{flex-shrink:0}.hfe-counter-wrapper[style*="flex-direction: row"] .hfe-counter-title,.hfe-counter-wrapper[style*="flex-direction: row"] .hfe-counter-content{flex:1;min-width:0}.hfe-counter-wrapper[style*="flex-direction: row-reverse"] .hfe-counter-title,.hfe-counter-wrapper[style*="flex-direction: row-reverse"] .hfe-counter-content{flex:1;min-width:0}.hfe-counter-wrapper:not([style*="column"]) .hfe-counter-title,.hfe-counter-wrapper:not([style*="column"]) .hfe-counter-content{flex:1;min-width:0}.hfe-counter-content{display:flex!important;align-items:center;justify-content:center}@media (max-width:1024px){.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-title,.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-content{flex:1;min-width:0}}@media (max-width:767px){.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-title,.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-content{flex:1;min-width:0}}@media (max-width:767px){.hfe-counter-number{font-size:36px}.hfe-counter-title{font-size:16px}}ul.hfe-nav-menu,.hfe-nav-menu li,.hfe-nav-menu ul{list-style:none!important;margin:0;padding:0}.hfe-nav-menu li.menu-item{position:relative}.hfe-flyout-container .hfe-nav-menu li.menu-item{position:relative;background:unset}.hfe-nav-menu .sub-menu li.menu-item{position:relative;background:inherit}.hfe-nav-menu__theme-icon-yes button.sub-menu-toggle{display:none}div.hfe-nav-menu,.elementor-widget-hfe-nav-menu .elementor-widget-container{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hfe-nav-menu__layout-horizontal,.hfe-nav-menu__layout-horizontal .hfe-nav-menu{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.hfe-nav-menu__layout-horizontal .hfe-nav-menu{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.hfe-nav-menu .parent-has-no-child .hfe-menu-toggle{display:none}.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu,.hfe-submenu-action-hover .hfe-layout-vertical .hfe-nav-menu .sub-menu{position:absolute;top:100%;left:0;z-index:16;visibility:hidden;opacity:0;text-align:left;-webkit-transition:all 300ms ease-in;transition:all 300ms ease-in}.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu,.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:focus>.sub-menu{visibility:visible;opacity:1}.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:hover>.sub-menu,.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:focus>.sub-menu{visibility:hidden;opacity:0}.hfe-nav-menu .menu-item-has-children .sub-menu{position:absolute;top:100%;left:0;z-index:9999;visibility:hidden;opacity:0}.hfe-flyout-container .hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu{top:0;left:0}.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu{top:0;left:100%}.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu,.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children.focus>.sub-menu{visibility:visible;opacity:1;-webkit-transition:all 300ms ease-out;transition:all 300ms ease-out}.hfe-nav-menu:before,.hfe-nav-menu:after{content:'';display:table;clear:both}.hfe-nav-menu__align-right .hfe-nav-menu{margin-left:auto;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end}.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-menu-item,.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end}.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{text-align:right}.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{text-align:left}.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{text-align:center}.hfe-nav-menu__align-left .hfe-nav-menu{margin-right:auto;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start}.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-menu-item,.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start}.hfe-nav-menu__align-center .hfe-nav-menu{margin-left:auto;margin-right:auto;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-menu-item,.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.hfe-nav-menu__layout-horizontal .hfe-nav-menu{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu{width:100%}.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.menu-item{-webkit-box-flex:1;-ms-flex-positive:1;-webkit-flex-grow:1;-moz-box-flex:1;flex-grow:1}.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.hfe-active-menu+nav li:not(:last-child) a.hfe-menu-item,.hfe-active-menu+nav li:not(:last-child) a.hfe-sub-menu-item{border-bottom-width:0}.hfe-nav-menu a.hfe-menu-item,.hfe-nav-menu a.hfe-sub-menu-item{line-height:1;text-decoration:none;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;-webkit-box-shadow:none;box-shadow:none;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}.hfe-nav-menu a.hfe-menu-item:hover,.hfe-nav-menu a.hfe-sub-menu-item:hover{text-decoration:none}.hfe-nav-menu .sub-menu{min-width:220px;margin:0;z-index:9999}.hfe-nav-menu__layout-horizontal{font-size:0}.hfe-nav-menu__layout-horizontal li.menu-item,.hfe-nav-menu__layout-horizontal>li.menu-item{font-size:medium}.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu{-webkit-box-shadow:0 4px 10px -2px rgb(0 0 0 / .1);box-shadow:0 4px 10px -2px rgb(0 0 0 / .1)}.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before{content:''}.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-arrow i:before{content:''}.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before{content:'+'}.hfe-submenu-icon-none .hfe-nav-menu .parent-has-child .sub-arrow{display:none}.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,.hfe-link-redirect-self_link.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before{content:''}.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,.hfe-link-redirect-self_link.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before{content:'-'}.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,.hfe-link-redirect-self_link.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before{content:''}.rtl .hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{content:''}.rtl .hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{content:''}.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{content:''}.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{content:''}.hfe-nav-menu-icon{padding:.35em;border:0 solid}.hfe-nav-menu-icon svg{width:25px;height:25px;line-height:25px;font-size:25px}.hfe-nav-menu-icon i:focus{outline:0}.hfe-has-submenu-container a.hfe-menu-item:focus,.hfe-has-submenu-container a.hfe-sub-menu-item:focus{outline:0}.hfe-nav-menu .menu-item-has-children:focus,.hfe-nav-menu .menu-item-has-children .sub-menu:focus,.hfe-nav-menu .menu-item-has-children-container:focus{outline:0}.hfe-nav-menu .menu-item-has-children-container{position:relative}.hfe-nav-menu__layout-expandible .sub-menu,.hfe-nav-menu__layout-vertical .sub-menu,.hfe-flyout-wrapper .sub-menu{position:relative;height:0}.hfe-nav-menu__submenu-arrow .hfe-menu-toggle:before,.hfe-nav-menu__submenu-plus .hfe-menu-toggle:before,.hfe-nav-menu__submenu-classic .hfe-menu-toggle:before{font-family:'Font Awesome 5 Free';z-index:1;font-size:inherit;font-weight:inherit;line-height:0}.hfe-menu-item-center .hfe-nav-menu li a.hfe-menu-item,.hfe-menu-item-center .hfe-nav-menu li a.hfe-sub-menu-item{margin-right:0}.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-menu-item,.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-sub-menu-item{margin-right:0}.hfe-nav-menu__toggle-icon:before{content:'\f0c9';font-family:'fontAwesome';z-index:1;font-size:24px;font-weight:inherit;font-style:normal;line-height:0}.hfe-active-menu .hfe-nav-menu__toggle-icon:before{content:'\f00d'}.hfe-nav-menu__layout-expandible{-webkit-transition-property:display;transition-property:display;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:cubic-bezier(0,1,.5,1);transition-timing-function:cubic-bezier(0,1,.5,1)}.hfe-nav-menu__layout-expandible{visibility:hidden;opacity:0}.hfe-nav-menu__layout-expandible .sub-menu{visibility:hidden;opacity:0}.hfe-active-menu+.hfe-nav-menu__layout-expandible{visibility:visible;opacity:1;height:auto}.hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-expandible,.hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal,.hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-vertical{position:absolute;top:100%}.hfe-nav-menu__layout-expandible .menu-item-has-children .menu-item-has-children .sub-menu,.hfe-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu{top:0;left:0}.hfe-layout-expandible nav{height:0}.hfe-nav-sub-menu-icon,.hfe-nav-menu__icon{display:inline-block;line-height:1}.hfe-nav-menu__toggle{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;font-size:22px;cursor:pointer;border:0 solid;-webkit-border-radius:3px;border-radius:3px;color:#494c4f;position:relative;line-height:1}.hfe-nav-menu__toggle-icon{display:inline-block;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hfe-nav-menu .sub-arrow{font-size:14px;line-height:1;-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;cursor:pointer;margin-top:-10px;margin-bottom:-10px}.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow{margin-left:10px}.hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-arrow,.hfe-layout-expandible .sub-arrow,.hfe-flyout-wrapper .sub-arrow{padding:10px}.hfe-nav-menu .child-item,.hfe-nav-menu__layout-vertical .hfe-nav-menu .child-item{font-size:14px;line-height:1;padding:10px 0 10px 10px;margin-top:-10px;margin-bottom:-10px;position:absolute;right:0;margin-right:20px}.hfe-layout-horizontal .hfe-nav-menu__toggle,.hfe-layout-vertical .hfe-nav-menu__toggle{visibility:hidden;opacity:0;display:none}.hfe-nav-menu-icon{display:inline-block;line-height:1;text-align:center}.hfe-nav-menu__layout-expandible .saved-content,.hfe-nav-menu__layout-expandible .sub-menu,.hfe-nav-menu__layout-expandible .child,.hfe-nav-menu__layout-vertical .saved-content,.hfe-nav-menu__layout-vertical .sub-menu,.hfe-nav-menu__layout-vertical .child,.hfe-flyout-container .saved-content,.hfe-flyout-container .sub-menu,.hfe-flyout-container .child{left:0!important;width:100%!important}.hfe-flyout-container .hfe-nav-menu .sub-menu{background:unset}.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover,.hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover,.hfe-flyout-wrapper .hfe-menu-toggle:hover{border:1px dotted}.hfe-nav-menu__layout-vertical .hfe-menu-toggle,.hfe-nav-menu__layout-expandible .hfe-menu-toggle,.hfe-flyout-wrapper .hfe-menu-toggle{border:1px dotted #fff0}.hfe-nav-menu .menu-item a:before,.hfe-nav-menu .menu-item a:after{display:block;position:absolute;-webkit-transition:0.3s;transition:0.3s;-webkit-transition-timing-function:cubic-bezier(.58,.3,.005,1);transition-timing-function:cubic-bezier(.58,.3,.005,1)}.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after{opacity:0}.hfe-nav-menu .menu-item a.hfe-menu-item:hover:before,.hfe-nav-menu .menu-item a.hfe-menu-item:hover:after,.hfe-nav-menu .menu-item a.hfe-menu-item:focus:before,.hfe-nav-menu .menu-item a.hfe-menu-item:focus:after,.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:before,.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:after,.hfe-nav-menu .current-menu-item:before,.hfe-nav-menu .current-menu-item:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before,.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after,.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before,.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after,.hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before,.hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after{height:3px;width:100%;left:0;background-color:#55595c;z-index:2}.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,.hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,.hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after{height:0;width:0;left:50%}.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,.hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,.hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before{top:10px}.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after{bottom:10px}.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,.hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,.hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before{top:-10px}.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after{bottom:-10px}.hfe-pointer__double-line.hfe-animation__none,.hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item,.hfe-pointer__underline.hfe-animation__none,.hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item,.hfe-pointer__overline.hfe-animation__none,.hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item{-webkit-transition-duration:0s;transition-duration:0s}.hfe-pointer__double-line.hfe-animation__none:before,.hfe-pointer__double-line.hfe-animation__none:after,.hfe-pointer__double-line.hfe-animation__none:hover,.hfe-pointer__double-line.hfe-animation__none:focus,.hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:before,.hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:after,.hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover,.hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus,.hfe-pointer__underline.hfe-animation__none:before,.hfe-pointer__underline.hfe-animation__none:after,.hfe-pointer__underline.hfe-animation__none:hover,.hfe-pointer__underline.hfe-animation__none:focus,.hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before,.hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after,.hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover,.hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus,.hfe-pointer__overline.hfe-animation__none:before,.hfe-pointer__overline.hfe-animation__none:after,.hfe-pointer__overline.hfe-animation__none:hover,.hfe-pointer__overline.hfe-animation__none:focus,.hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before,.hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after,.hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover,.hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus{-webkit-transition-duration:0s;transition-duration:0s}.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before,.hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before{content:'';top:0}.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,.hfe-pointer__overline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before{width:10px;left:-20px}.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after,.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after{content:'';bottom:0}.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__underline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after{width:10px;left:-webkit-calc(100% + 20px);left:calc(100% + 20px)}.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after{background:#fff0;left:0;top:0;bottom:0;right:0;border:3px solid #55595c}.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{content:''}.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25)}.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before,.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:before{-webkit-transition:opacity 0.2s,-webkit-transform 0.4s;transition:opacity 0.2s,-webkit-transform 0.4s;transition:opacity 0.2s,transform 0.4s;transition:opacity 0.2s,transform 0.4s,-webkit-transform 0.4s}.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before,.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after{width:3px;height:3px}.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before{border-width:0 0 3px 3px;-webkit-transition:width 0.1s 0.2s,height 0.1s 0.3s,opacity 0.12s 0.22s;transition:width 0.1s 0.2s,height 0.1s 0.3s,opacity 0.12s 0.22s}.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after{content:'';top:initial;bottom:0;left:initial;right:0;border-width:3px 3px 0 0;-webkit-transition:width 0.1s,height 0.1s 0.1s,opacity 0.02s 0.18s;transition:width 0.1s,height 0.1s 0.1s,opacity 0.02s 0.18s}.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before,.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after,.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before,.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after,.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before,.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after,.hfe-pointer__framed.hfe-animation__draw .current-menu-item:before,.hfe-pointer__framed.hfe-animation__draw .current-menu-item:after{width:100%;height:100%}.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before,.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before,.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before,.hfe-pointer__framed.hfe-animation__draw .current-menu-item:before{-webkit-transition:opacity 0.02s,height 0.1s,width 0.1s 0.1s;transition:opacity 0.02s,height 0.1s,width 0.1s 0.1s}.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after,.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after,.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after,.hfe-pointer__framed.hfe-animation__draw .current-menu-item:after{-webkit-transition:opacity 0.02s 0.2s,height 0.1s 0.2s,width 0.1s 0.3s;transition:opacity 0.02s 0.2s,height 0.1s 0.2s,width 0.1s 0.3s}.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before,.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after{width:3px;height:3px}.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before{border-width:3px 0 0 3px}.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after{content:'';top:initial;bottom:0;left:initial;right:0;border-width:0 3px 3px 0}.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:before,.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:after,.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:before,.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:after,.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:before,.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:after,.hfe-pointer__framed.hfe-animation__corners .current-menu-item:before,.hfe-pointer__framed.hfe-animation__corners .current-menu-item:after{width:100%;height:100%;-webkit-transition:opacity 0.002s,width 0.4s,height 0.4s;transition:opacity 0.002s,width 0.4s,height 0.4s}.hfe-pointer__framed.hfe-animation__none,.hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item{-webkit-transition-duration:0s;transition-duration:0s}.hfe-pointer__framed.hfe-animation__none:before,.hfe-pointer__framed.hfe-animation__none:after,.hfe-pointer__framed.hfe-animation__none:hover,.hfe-pointer__framed.hfe-animation__none:focus,.hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:before,.hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:after,.hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover,.hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus{-webkit-transition-duration:0s;transition-duration:0s}.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before,.hfe-pointer__background .menu-item.parent a.hfe-menu-item:after{content:'';-webkit-transition:0.3s;transition:0.3s}.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before{top:0;left:0;right:0;bottom:0;background:#55595c;z-index:-1}.hfe-pointer__background .menu-item.parent a.hfe-menu-item:hover,.hfe-pointer__background .menu-item.parent a.hfe-menu-item:focus,.hfe-pointer__background .menu-item.parent a.hfe-menu-item.highlighted,.hfe-pointer__background .current-menu-item{color:#fff}.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover:before,.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus:before,.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item.highlighted:before,.hfe-pointer__background.hfe-animation__grow .current-menu-item:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);-webkit-transition:0.3s;transition:0.3s}.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover:before,.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus:before,.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item.highlighted:before,.hfe-pointer__background.hfe-animation__shrink .current-menu-item:before{-webkit-transition:opacity 0.15s,-webkit-transform 0.4s;transition:opacity 0.15s,-webkit-transform 0.4s;transition:opacity 0.15s,transform 0.4s;transition:opacity 0.15s,transform 0.4s,-webkit-transform 0.4s}.hfe-pointer__background.hfe-animation__sweep-left .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before{left:100%}.hfe-pointer__background.hfe-animation__sweep-right .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before{right:100%}.hfe-pointer__background.hfe-animation__sweep-up .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before{top:100%}.hfe-pointer__background.hfe-animation__sweep-down .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before{bottom:100%}.hfe-pointer__background.hfe-animation__shutter-out-vertical .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before{bottom:50%;top:50%}.hfe-pointer__background.hfe-animation__shutter-out-horizontal .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before{right:50%;left:50%}.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after,.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after{top:0;left:0;right:0;bottom:0;background:#55595c;z-index:-1}.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:before{top:0;bottom:100%}.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after{top:100%;bottom:0}.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:before,.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:before,.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:before,.hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:before{bottom:50%}.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:after,.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:after,.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:after,.hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:after{top:50%}.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:before{right:0;left:100%}.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after{right:100%;left:0}.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:before,.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:before,.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:before,.hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:before{left:50%}.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:after,.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:after,.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:after,.hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:after{right:50%}.hfe-pointer__background.hfe-animation__none,.hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item{-webkit-transition-duration:0s;transition-duration:0s}.hfe-pointer__background.hfe-animation__none:before,.hfe-pointer__background.hfe-animation__none:after,.hfe-pointer__background.hfe-animation__none:hover,.hfe-pointer__background.hfe-animation__none:focus,.hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:before,.hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:after,.hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover,.hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus{-webkit-transition-duration:0s;transition-duration:0s}.hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:hover,.hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:focus{-webkit-transform:skew(-8deg);-ms-transform:skew(-8deg);transform:skew(-8deg)}.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover,.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover,.hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:hover,.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:focus{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:hover,.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:focus{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}.hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:hover,.hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:focus{-webkit-transform:rotate(6deg);-ms-transform:rotate(6deg);transform:rotate(6deg)}.hfe-pointer__text.hfe-animation__none,.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item{-webkit-transition-duration:0s;transition-duration:0s}.hfe-pointer__text.hfe-animation__none:before,.hfe-pointer__text.hfe-animation__none:after,.hfe-pointer__text.hfe-animation__none:hover,.hfe-pointer__text.hfe-animation__none:focus,.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:before,.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:after,.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover,.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus{-webkit-transition-duration:0s;transition-duration:0s}.hfe-flyout-overlay{display:none;position:fixed;top:0;bottom:0;left:0;right:0;z-index:999998;background:rgb(0 0 0 / .6);cursor:pointer;-webkit-backface-visibility:hidden}.hfe-pointer__underline .menu-item.parent a.hfe-menu-item.elementor-button:after,.hfe-pointer__overline .menu-item.parent a.hfe-menu-item.elementor-button:before,.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:after,.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:before{height:0}.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:before,.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:after{border-width:0}.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:hover,.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:focus{-webkit-transform:none;transform:none}.hfe-flyout-close,.hfe-flyout-close svg{position:absolute;top:0;right:0;margin:5px;width:23px;height:23px;line-height:23px;font-size:23px;display:block;cursor:pointer}.hfe-flyout-wrapper .hfe-side.hfe-flyout-left{top:0;bottom:0;left:-100%;right:auto;height:100%;width:300px;max-width:100%;max-width:100vw}.hfe-flyout-wrapper .hfe-side{display:none;position:fixed;z-index:999999;padding:0;margin:0;-webkit-overflow-scrolling:touch;-webkit-backface-visibility:hidden}.hfe-flyout-wrapper .hfe-side.hfe-flyout-show{display:block}.hfe-flyout-content.push{color:#fff}.hfe-flyout-content ul li{color:#fff}.hfe-flyout-wrapper .hfe-side.hfe-flyout-right{top:0;bottom:0;left:auto;right:-100%;height:100%;width:300px;max-width:100%}.hfe-flyout-wrapper .hfe-side.hfe-flyout-left{top:0;bottom:0;left:-100%;right:auto;height:100%;width:300px;max-width:100%;max-width:100vw}.hfe-flyout-wrapper .hfe-side.top{top:-100%;bottom:auto;left:0;right:0;width:100%;width:100vw;height:300px;max-height:100%}.hfe-flyout-wrapper .hfe-side.bottom{top:auto;bottom:-100%;left:0;right:0;width:100%;width:100vw;height:300px;max-height:100%}.hfe-flyout-content{height:100%;overflow-x:hidden;overflow-y:auto;line-height:1.4em;color:#fff}@media (max-width:1024px){.hfe-flyout-content{-webkit-transform:translateZ(0);transform:translateZ(0)}}.hfe-flyout-content::-webkit-scrollbar{display:none}.admin-bar .hfe-side{margin-top:32px}.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children>ul.sub-menu{-webkit-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transition:all 0.1s;transition:all 0.1s}.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover>ul.sub-menu{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children>ul.sub-menu{-webkit-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transition:all 0.1s;transition:all 0.1s}.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover>ul.sub-menu{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:first-child,.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:last-child{overflow:visible!important}.elementor-widget-navigation-menu:not(.hfe-nav-menu__align-justify):not(.hfe-menu-item-space-between) a.hfe-menu-item.elementor-button{display:inline-flex}.hfe-nav-menu li.hfe-button-wrapper{align-self:center}@media only screen and (max-width:1024px){.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li,.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu{width:100%;margin-right:0}.hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,.hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle{display:block}.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu{visibility:hidden;opacity:0}.hfe-nav-menu__breakpoint-tablet .hfe-active-menu+.hfe-nav-menu__layout-horizontal .hfe-nav-menu{visibility:visible;opacity:1}.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal,.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical{visibility:hidden;opacity:0;height:0}.hfe-nav-menu__breakpoint-tablet .hfe-active-menu+.hfe-nav-menu__layout-horizontal,.hfe-nav-menu__breakpoint-tablet .hfe-active-menu+.hfe-nav-menu__layout-vertical{visibility:visible;opacity:1;height:auto}.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal .hfe-nav-menu{position:relative}.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal,.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-vertical{position:absolute}.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu{visibility:hidden;opacity:0}.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu{top:0;left:0}.hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,.hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle{visibility:visible;opacity:1;display:block}.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical{float:none}.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu,.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu,.hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu{visibility:hidden;opacity:0;-webkit-transition:none;transition:none}.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover{border:1px dotted}.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle{border:1px dotted #fff0}.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu{position:relative;height:0}.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu{position:relative;height:0;top:0}.hfe-nav-menu__breakpoint-tablet .saved-content,.hfe-nav-menu__breakpoint-tablet .sub-menu,.hfe-nav-menu__breakpoint-tablet .child{left:0!important;width:auto!important}.hfe-nav-menu .sub-menu{min-width:auto;margin:0}.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow{padding:10px}.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{content:''}.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{content:''}.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{content:''}.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{content:''}.hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{content:'-'}.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu .sub-menu{-webkit-box-shadow:none;box-shadow:none}.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{content:''}.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{content:''}.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{content:''}.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{content:''}.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu{-webkit-transform:none;-ms-transform:none;transform:none}.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before{background-color:unset!important}.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{border:0px!important}.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover,.hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item,.hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.hfe-button-wrapper{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media only screen and (max-width:767px){.hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,.hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.hfe-button-wrapper{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-horizontal .hfe-nav-menu__toggle,.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal .hfe-nav-menu{visibility:visible;opacity:1;display:block}.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal li.menu-item,.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu{width:100%}.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle{display:inline-block}.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu{position:relative;height:0;top:0}.hfe-nav-menu .sub-menu{min-width:auto;margin:0}.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu,.hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu{visibility:hidden;opacity:0;-webkit-transition:none;transition:none}.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical{float:none}.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle.hfe-active-menu{display:block}.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal,.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-vertical{visibility:hidden;opacity:0;height:0}.hfe-nav-menu__breakpoint-mobile .hfe-layout-horizontal .hfe-nav-menu__toggle,.hfe-nav-menu__breakpoint-mobile .hfe-layout-vertical .hfe-nav-menu__toggle{visibility:visible;opacity:1;display:block}.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal{visibility:hidden;opacity:0;height:0}.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical{float:none}.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu{visibility:hidden;opacity:0}.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu{visibility:hidden;opacity:0}.hfe-nav-menu__breakpoint-mobile .hfe-active-menu+.hfe-nav-menu__layout-horizontal .hfe-nav-menu{visibility:visible;opacity:1}.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal,.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical{visibility:hidden;opacity:0;height:0}.hfe-nav-menu__breakpoint-mobile .hfe-active-menu+.hfe-nav-menu__layout-horizontal,.hfe-nav-menu__breakpoint-mobile .hfe-active-menu+.hfe-nav-menu__layout-vertical{visibility:visible;opacity:1;height:auto}.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal .hfe-nav-menu{position:relative}.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal,.hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-vertical{position:absolute}.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu{top:0;left:0}.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{content:''}.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before{content:''}.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{content:''}.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{content:''}.hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{content:'-'}.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{content:''}.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before{content:''}.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{content:''}.hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before{content:''}.hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle:hover{border:1px dotted}.hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle{border:1px dotted #fff0}.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu .sub-menu{-webkit-box-shadow:none;box-shadow:none}.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-1 .hfe-nav-menu{-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transition:all 0.3s;transition:all 0.3s}.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow{padding:10px}.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-1 .hfe-nav-menu{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-2 .hfe-nav-menu{-webkit-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transition:all 0.3s cubic-bezier(.25,.5,.5,.9);transition:all 0.3s cubic-bezier(.25,.5,.5,.9)}.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-2 .hfe-nav-menu{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-3 .hfe-nav-menu{-webkit-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-webkit-transition:all 0.3s;transition:all 0.3s}.hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-3 .hfe-nav-menu{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.hfe-nav-menu__breakpoint-mobile .saved-content,.hfe-nav-menu__breakpoint-mobile .sub-menu,.hfe-nav-menu__breakpoint-mobile .child,.hfe-nav-menu__breakpoint-tablet .saved-content,.hfe-nav-menu__breakpoint-tablet .sub-menu,.hfe-nav-menu__breakpoint-tablet .child{left:0!important;width:auto!important}.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu{-webkit-transform:none;-ms-transform:none;transform:none}.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before,.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before{background-color:unset!important}.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before{border:0px!important}.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover,.hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus,.elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover,.hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}}.hfe-toggle-no .hfe-layout-expandible .hfe-nav-menu__toggle{display:none}.hfe-icon{display:inline-block;vertical-align:middle}.hfe-icon svg{width:1em;height:1em}.hfe-cart-menu-wrap-custom{display:inline-block;line-height:1}.hfe-cart-menu-wrap-custom .hfe-cart-count,.hfe-cart-menu-wrap-custom .hfe-cart-count:after{border-color:#75c32c;color:#75c32c}.hfe-cart-menu-wrap-custom .hfe-cart-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:.3em .3em .3em .3em;border-width:2px;border-style:solid;padding:12px 24px}.hfe-cart-menu-wrap-default{display:inline-block;line-height:1}.hfe-cart-menu-wrap-default .hfe-cart-count,.hfe-cart-menu-wrap-default .hfe-cart-count:after{border-color:#75c32c;color:#75c32c}.hfe-cart-menu-wrap-default .hfe-cart-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:0em 0em .3em .3em;border-width:2px;border-style:solid;padding:0 .4em}.hfe-cart-menu-wrap-default .hfe-cart-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}.elementor-widget-hfe-cart:not(.hfe-menu-cart--show-subtotal-yes) .hfe-menu-cart__toggle .elementor-button-text{display:none}.elementor-widget-hfe-cart.toggle-icon--bag-light .hfe-menu-cart__toggle .elementor-button-icon i:before{content:'\e8e3'}.elementor-widget-hfe-cart.toggle-icon--bag-medium .hfe-menu-cart__toggle .elementor-button-icon i:before{content:'\e8e4'}.elementor-widget-hfe-cart.toggle-icon--bag-solid .hfe-menu-cart__toggle .elementor-button-icon i:before{content:'\e8e5'}.hfe-menu-cart__toggle .elementor-button{background:#fff0;border-radius:0;color:#818a91;border:1px solid;border-color:inherit;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hfe-menu-cart__toggle .elementor-button-text{margin-right:.3em}.hfe-menu-cart__toggle .elementor-button-icon{position:relative;-webkit-transition:color 0.1s;-o-transition:color 0.1s;transition:color 0.1s}.hfe-menu-cart--items-indicator-bubble .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before{content:attr(data-counter);display:block;position:absolute;min-width:1.6em;height:1.6em;line-height:1.5em;top:-.7em;right:-.7em;border-radius:100%;color:#fff;background-color:#d9534f;text-align:center;font-size:10px}.hfe-menu-cart--items-indicator-plain .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before{content:attr(data-counter);display:inline-block;font-weight:400}.hfe-menu-cart--empty-indicator-hide .hfe-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter="0"]:before{content:none;display:none}.hfe-menu-cart__toggle .elementor-button-icon{-webkit-box-ordinal-group:16;-webkit-order:15;-ms-flex-order:15;order:15}.hfe-menu-cart__toggle.hfe-button-wrapper .elementor-button{color:#4d4848}.hfe-search-button-wrapper{display:block;cursor:pointer;vertical-align:middle;text-align:right}.hfe-search-form__container{display:flex;overflow:hidden}.hfe-search-form__input{flex-basis:100%}.hfe-search-icon-toggle i.fa-search{display:inline-block;position:absolute;width:20px;box-sizing:content-box;padding:10px}.hfe-search-icon-toggle i:before{vertical-align:middle}.hfe-search-button-wrapper input[type=search]{border:0;padding:10px;cursor:pointer;border-radius:0;transition:all .5s;box-sizing:border-box;outline:none}.hfe-search-button-wrapper button{border:none;border-radius:0;padding:0}.hfe-search-button-wrapper input[type=search]:focus{cursor:auto;border:none;box-shadow:none}.hfe-search-icon-toggle input:-moz-placeholder,.hfe-search-icon-toggle input::-webkit-input-placeholder{color:#fff0}.hfe-search-layout-icon .hfe-search-icon-toggle .hfe-search-form__input{background-color:unset;height:100%}.hfe-search-button-wrapper.hfe-input-focus{display:flex}.hfe-search-form__container .hfe-search-submit{min-width:3%;position:relative}.hfe-search-form__container button#clear,.hfe-search-icon-toggle button#clear{visibility:hidden;position:absolute;right:0;top:0;padding:0 8px;font-style:normal;user-select:none;cursor:pointer;bottom:0;margin-right:10px;background-color:#fff0}.hfe-search-button-wrapper input[type="search"]::-webkit-search-decoration,.hfe-search-button-wrapper input[type="search"]::-webkit-search-cancel-button,.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-button,.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-decoration{display:none}.hfe-search-form__container button#clear-with-button{visibility:hidden;position:absolute;top:0;padding:0 8px;font-style:normal;font-size:1.2em;user-select:none;cursor:pointer;bottom:0;background-color:#fff0}.hfe-search-button-wrapper,.hfe-search-form__container,.hfe-search-icon-toggle,.hfe-search-button-wrapper .hfe-search-icon-toggle i,.hfe-search-button-wrapper .hfe-search-icon-toggle i:before{position:relative}.hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input{position:absolute;width:0;right:0;background-color:#fff0}.hfe-search-icon-toggle{width:100%!important}.hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input{position:absolute;width:250px;right:0}.hfe-search-layout-text .hfe-search-form__container,.hfe-search-layout-icon_text .hfe-search-form__container,.hfe-search-layout-text .hfe-search-form__container .hfe-search-form__input,.hfe-search-layout-icon_text .hfe-search-form__container .hfe-search-form__input{width:100%}.hfe-search-icon-toggle{line-height:1.5}.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,.hfe-pointer__underline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__overline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,.hfe-pointer__overline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before{width:100%;left:0;opacity:1}.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after{bottom:0;opacity:1}.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,.hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,.hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,.hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,.hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before{top:0;opacity:1}.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,.hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,.hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after{height:3px;width:100%;left:0;opacity:1}.hfe-pointer__framed.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.hfe-pointer__framed.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:before,.hfe-pointer__underline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,.hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after{opacity:1}.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after{border-width:3px;width:100%;opacity:1;height:100%}.hfe-scroll-to-top-wrap.hfe-scroll-to-top-hide{display:none}.hfe-scroll-to-top-wrap.edit-mode,.hfe-scroll-to-top-wrap.single-page-off{display:none!important}.hfe-scroll-to-top-button{position:fixed;right:15px;bottom:15px;z-index:9999;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;width:50px;height:50px;border-radius:50px;background-color:#000;color:#fff;text-align:center;opacity:1;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.hfe-scroll-to-top-button i{color:#fff;font-size:16px}ul.hfe-breadcrumbs{display:block;margin:0;padding:0;list-style:none}ul.hfe-breadcrumbs li{display:inline-block;margin-right:10px;vertical-align:middle}ul.hfe-breadcrumbs li:last-child{margin:0}ul.hfe-breadcrumbs li a,ul.hfe-breadcrumbs li span.hfe-breadcrumbs-separator-icon,ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{display:block}ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{-webkit-transition:all .4s;transition:all .4s}span.hfe-breadcrumbs-home-icon{margin-right:10px;align-content:center}.hfe-breadcrumbs-first a{align-content:center}.hfe-breadcrumbs-separator-icon i,.hfe-breadcrumbs-separator-icon svg,.hfe-breadcrumbs-home-icon i,.hfe-breadcrumbs-home-icon svg{width:1em;height:1em;position:relative;display:block}ul.hfe-breadcrumbs-show-home li.hfe-breadcrumbs-first{display:inline-flex}ul.hfe-post-info-items{list-style:none;margin:0;padding:0}ul.hfe-post-info-inline.hfe-post-info-items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}li.hfe-post-info-item{-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}li.hfe-post-info-item,li.hfe-post-info-item>a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center}.hfe-post-info-inline.hfe-post-info-items .hfe-post-info-item{margin-right:8px;margin-left:8px}.hfe-post-info-inline .hfe-post-info-item:not(:last-child):after{position:relative;right:-8px}.hfe-post-info-inline.hfe-post-info-items{margin-right:-8px;margin-left:-8px}.hfe-post-info-icon svg{display:block}.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child):after{position:absolute;bottom:0;width:100%;left:0}.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child){position:relative}.hfe-icon-wrap .hfe-icon svg{height:100%;width:100%}body .elementor .hfe-button-wrapper a{text-decoration:none}.hfe-button-wrapper{border-radius:3px}.hfe-reading-progress-bar{height:4px}.hfe-posts-grid{display:grid}.hfe-post-image img{width:100%;height:auto;display:block}.hfe-post-title a{text-decoration:none}.hfe-post-title{margin-top:0}.hfe-read-more{text-decoration:none}.hfe-post-meta{font-size:12px;line-height:1.3em}.hfe-post-title{font-size:20px}.hfe-woo-products-wrapper{width:100%}.hfe-woo-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:35px 20px}.hfe-product-item{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #f0f0f0}.hfe-product-image{position:relative;overflow:hidden}.hfe-product-image img{width:100%;height:auto;display:block}.hfe-product-content{padding:20px;display:flex;flex-direction:column;height:100%}.hfe-product-category{font-size:12px;text-transform:uppercase;letter-spacing:.8px;margin-bottom:8px;opacity:.75;font-weight:500;color:#666}.hfe-product-title{margin:0 0 12px 0;font-size:16px;line-height:1.5;font-weight:600;flex-grow:1}.hfe-product-title a{color:#333;text-decoration:none}.hfe-product-title h2{margin:0;font-size:inherit;line-height:inherit;font-weight:inherit;color:inherit}.hfe-product-title .hfe-loop-product__link{display:block}.hfe-product-rating{margin-bottom:12px}.hfe-product-rating .review-rating{display:flex;align-items:center;min-height:16px}.hfe-product-rating .star-rating{font-size:14px;color:orange;display:inline-block}.hfe-product-price{margin-bottom:16px;font-weight:700;font-size:18px}.hfe-product-price .price{color:#333}.hfe-product-price .price del{opacity:.6;margin-right:8px;font-weight:400}.hfe-product-description{margin-bottom:16px;font-size:14px;line-height:1.6;color:#666;flex-grow:1}.hfe-product-add-to-cart{margin-top:auto}.hfe-woo-products-wrapper .hfe-product-add-to-cart .button{width:auto;min-width:100px;padding:12px 20px;border:none;border-radius:4px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;text-decoration:none;display:inline-block;text-align:center}.hfe-woo-products-wrapper .hfe-product-add-to-cart .button:hover,.hfe-woo-products-wrapper .hfe-product-add-to-cart .button:focus,.hfe-woo-products-wrapper .hfe-product-add-to-cart .button:active,.hfe-woo-products-wrapper .hfe-product-add-to-cart a.button:link{text-decoration:none}.hfe-woo-products-notice,.hfe-woo-products-empty{text-align:center;padding:40px 20px;background:#f8f9fa;border-radius:4px;color:#666}.hfe-product-item{height:100%;display:flex;flex-direction:column}.hfe-product-content{flex:1;display:flex;flex-direction:column}.hfe-content-align-left .hfe-product-item{text-align:left}.hfe-content-align-left .hfe-product-item .star-rating{margin-left:0;margin-right:auto}.hfe-content-align-center .hfe-product-item{text-align:center}.hfe-content-align-center .hfe-product-item .star-rating{margin-left:auto;margin-right:auto}.hfe-content-align-right .hfe-product-item{text-align:right}.hfe-content-align-right .hfe-product-item .star-rating{margin-left:auto;margin-right:0}@media (max-width:1024px){.hfe-content-tablet-align-left .hfe-product-item{text-align:left}.hfe-content-tablet-align-left .hfe-product-item .star-rating{margin-left:0;margin-right:auto}.hfe-content-tablet-align-center .hfe-product-item{text-align:center}.hfe-content-tablet-align-center .hfe-product-item .star-rating{margin-left:auto;margin-right:auto}.hfe-content-tablet-align-right .hfe-product-item{text-align:right}.hfe-content-tablet-align-right .hfe-product-item .star-rating{margin-left:auto;margin-right:0}}@media (max-width:767px){.hfe-content-mobile-align-left .hfe-product-item{text-align:left}.hfe-content-mobile-align-left .hfe-product-item .star-rating{margin-left:0;margin-right:auto}.hfe-content-mobile-align-center .hfe-product-item{text-align:center}.hfe-content-mobile-align-center .hfe-product-item .star-rating{margin-left:auto;margin-right:auto}.hfe-content-mobile-align-right .hfe-product-item{text-align:right}.hfe-content-mobile-align-right .hfe-product-item .star-rating{margin-left:auto;margin-right:0}}@media (max-width:1200px){.hfe-woo-products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.hfe-woo-products-grid{grid-template-columns:repeat(2,1fr);gap:20px 15px}.hfe-product-content{padding:16px}.hfe-product-title{font-size:15px}.hfe-product-price{font-size:16px}}@media (max-width:480px){.hfe-woo-products-grid{grid-template-columns:1fr;gap:25px}.hfe-product-content{padding:18px}}.wp-block-accordion{box-sizing:border-box}.wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{transform:rotate(45deg)}@media (prefers-reduced-motion:no-preference){.wp-block-accordion-item{transition:grid-template-rows .3s ease-out}.wp-block-accordion-item>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{transition:transform .2s ease-in-out}}.wp-block-accordion-heading__toggle{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;overflow:hidden;padding:var(--wp--preset--spacing--20,1em) 0;text-align:inherit;text-decoration:inherit;text-transform:inherit;width:100%;word-spacing:inherit}.wp-block-accordion-heading__toggle:not(:focus-visible){outline:none}.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title{text-decoration:underline}.wp-block-accordion-heading__toggle-title{flex:1}.wp-block-accordion-heading__toggle-icon{align-items:center;display:flex;height:1.2em;justify-content:center;width:1.2em}.wp-block-accordion-panel[aria-hidden=true],.wp-block-accordion-panel[inert]{display:none;margin-block-start:0}.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-breadcrumbs{box-sizing:border-box}.wp-block-breadcrumbs ol{flex-wrap:wrap;list-style:none}.wp-block-breadcrumbs li,.wp-block-breadcrumbs ol{align-items:center;display:flex;margin:0;padding:0}.wp-block-breadcrumbs li:not(:last-child):after{content:var(--separator,"/");margin:0 .5em;opacity:.7}.wp-block-breadcrumbs span{color:inherit}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons .wp-block-button__link{width:100%}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}.wp-block-calendar :where(table:not(.has-text-color)){color:#40464d}.wp-block-calendar :where(table:not(.has-text-color)) td,.wp-block-calendar :where(table:not(.has-text-color)) th{border-color:#ddd}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label{display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{
  /*!rtl:begin:ignore*/direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap
  /*!rtl:end:ignore*/}.wp-block-columns{box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns{align-items:normal!important}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{font-size:inherit}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;position:relative;width:100%}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{z-index:0}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{z-index:1}.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{z-index:auto}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):where(a):active,:where(.wp-block-file__button):where(a):focus,:where(.wp-block-file__button):where(a):hover,:where(.wp-block-file__button):where(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:fit-content}:where(.wp-block-form-input__input){font-size:1em;margin-bottom:.5em;padding:0 .5em}:where(.wp-block-form-input__input)[type=date],:where(.wp-block-form-input__input)[type=datetime-local],:where(.wp-block-form-input__input)[type=datetime],:where(.wp-block-form-input__input)[type=email],:where(.wp-block-form-input__input)[type=month],:where(.wp-block-form-input__input)[type=number],:where(.wp-block-form-input__input)[type=password],:where(.wp-block-form-input__input)[type=search],:where(.wp-block-form-input__input)[type=tel],:where(.wp-block-form-input__input)[type=text],:where(.wp-block-form-input__input)[type=time],:where(.wp-block-form-input__input)[type=url],:where(.wp-block-form-input__input)[type=week]{border-style:solid;border-width:1px;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%;pointer-events:none}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;text-align:center;text-shadow:0 0 1.5px #000}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{will-change:transform}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000)}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout{box-sizing:border-box}.wp-block-math{overflow-x:auto;overflow-y:hidden}.wp-block-media-text{box-sizing:border-box;
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media a{display:block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block;z-index:1}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation{--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;opacity:0;position:absolute;z-index:2}@media not (prefers-reduced-motion){.wp-block-navigation .has-child .wp-block-navigation__submenu-container{transition:opacity .1s linear}}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{height:0;overflow:hidden;visibility:hidden;width:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1;padding:.5em 1em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{left:-1px;top:100%}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-submenu__toggle[aria-expanded=true]+.wp-block-navigation__submenu-icon>svg,.wp-block-navigation-submenu__toggle[aria-expanded=true]>svg{transform:rotate(180deg)}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{background-color:inherit;display:flex;flex-direction:column}@media not (prefers-reduced-motion){.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.wp-block-navigation__responsive-container.is-menu-open{overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem);z-index:100000}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{outline:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.wp-block-page-list{box-sizing:border-box}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form input:not([type=submit])),:where(.wp-block-post-comments-form textarea){border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form input:where(:not([type=submit]):not([type=checkbox]))),:where(.wp-block-post-comments-form textarea){padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments-count{box-sizing:border-box}.wp-block-post-content{display:flow-root}.wp-block-post-comments-link,.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.has-text-align-center blockquote{text-align:center}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote :where(cite){color:inherit;display:block}.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-query-total,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-rss{box-sizing:border-box;list-style:none;padding:0}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){appearance:none;border:1px solid #949494;flex-grow:1;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){background-color:#fff;border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block}@media not (prefers-reduced-motion){.wp-block-social-link{transition:transform .1s ease}}.wp-block-social-link{height:auto}.wp-block-social-link a{align-items:center;display:flex;line-height:0}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{background-color:#5865f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{color:#5865f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table.is-style-stripes{border-bottom:1px solid #f0f0f0}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:root :where(.wp-block-table-of-contents){box-sizing:border-box}.wp-block-term-count{box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-term-name{box-sizing:border-box}.wp-block-term-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.3333333333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{height:auto;vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}.home.page-template-template-fullwidth .hentry{margin-bottom:0}.home.page-template-template-fullwidth .hentry .entry-content>.wp-block-cover,.home.page-template-template-fullwidth .hentry .entry-content>.wp-block-image{margin-bottom:4.2360680659em}.home.page-template-template-fullwidth .hentry .entry-content h2+.woocommerce,.home.page-template-template-fullwidth .hentry .entry-content h2+[class*=wp-block-woocommerce-]{margin-top:2.290779772em}.hentry .entry-content .has-small-font-size,.editor-styles-wrapper .has-small-font-size{font-size:.875em}.hentry .entry-content .has-medium-font-size,.editor-styles-wrapper .has-medium-font-size{font-size:1.41577975em}.hentry .entry-content .has-large-font-size,.editor-styles-wrapper .has-large-font-size{font-size:1.618034em}.hentry .entry-content .has-huge-font-size,.editor-styles-wrapper .has-huge-font-size{font-size:2.290779772em}.hentry .entry-content .wp-block-post-title,.editor-styles-wrapper .wp-block-post-title{display:inline-block;margin-bottom:10px}.hentry .entry-content .wp-block-rss__item,.editor-styles-wrapper .wp-block-rss__item{display:flex;align-items:center}.hentry .entry-content .wp-block-social-links,.editor-styles-wrapper .wp-block-social-links{margin:10px 0}.hentry .entry-content .wp-social-link:before,.hentry .entry-content .wp-block-social-link:before,.editor-styles-wrapper .wp-social-link:before,.editor-styles-wrapper .wp-block-social-link:before{content:unset}.hentry .entry-content .wp-block-audio,.editor-styles-wrapper .wp-block-audio{margin-bottom:1.41577975em;width:100%}.hentry .entry-content .wp-block-audio audio,.editor-styles-wrapper .wp-block-audio audio{width:100%}.hentry .entry-content .wp-block-audio.alignleft audio,.hentry .entry-content .wp-block-audio.alignright audio,.editor-styles-wrapper .wp-block-audio.alignleft audio,.editor-styles-wrapper .wp-block-audio.alignright audio{max-width:284px}.hentry .entry-content .wp-block-audio.aligncenter,.editor-styles-wrapper .wp-block-audio.aligncenter{margin:0 auto 1.41577975em;max-width:48.3870967742%}.hentry .entry-content .wp-block-video,.editor-styles-wrapper .wp-block-video{margin-bottom:1.41577975em}.hentry .entry-content .wp-block-video video,.editor-styles-wrapper .wp-block-video video{width:100%}.hentry .entry-content .wp-block-button,.editor-styles-wrapper .wp-block-button{margin-bottom:1.41577975em}.hentry .entry-content .wp-block-button .wp-block-button__link,.editor-styles-wrapper .wp-block-button .wp-block-button__link{font-size:14px;font-size:.875rem;border:0;cursor:pointer;padding:.875em 2.290779772em;text-decoration:none;text-shadow:none;display:inline-block;-webkit-appearance:none;font-weight:var(--e-global-typography-text-font-weight)}.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link,.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus,.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active,.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover,.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link,.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:focus,.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:active,.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:hover{background:#fff0;border:2px solid currentColor}.hentry .entry-content .wp-block-archives,.hentry .entry-content .wp-block-categories,.hentry .entry-content .wp-block-latest-posts,.editor-styles-wrapper .wp-block-archives,.editor-styles-wrapper .wp-block-categories,.editor-styles-wrapper .wp-block-latest-posts{margin:0 0 1.41577975em;list-style:none;font-size:16px;font-size:1rem}.hentry .entry-content .wp-block-archives li,.hentry .entry-content .wp-block-categories li,.hentry .entry-content .wp-block-latest-posts li,.editor-styles-wrapper .wp-block-archives li,.editor-styles-wrapper .wp-block-categories li,.editor-styles-wrapper .wp-block-latest-posts li{margin-bottom:1em}.hentry .entry-content .wp-block-archives a,.hentry .entry-content .wp-block-categories a,.hentry .entry-content .wp-block-latest-posts a,.editor-styles-wrapper .wp-block-archives a,.editor-styles-wrapper .wp-block-categories a,.editor-styles-wrapper .wp-block-latest-posts a{color:#000}.hentry .entry-content .wp-block-archives a:hover,.hentry .entry-content .wp-block-categories a:hover,.hentry .entry-content .wp-block-latest-posts a:hover,.editor-styles-wrapper .wp-block-archives a:hover,.editor-styles-wrapper .wp-block-categories a:hover,.editor-styles-wrapper .wp-block-latest-posts a:hover{color:#DE3431}.hentry .entry-content .wp-block-latest-posts__post-date,.editor-styles-wrapper .wp-block-latest-posts__post-date{font-size:.875em;color:#888}.hentry .entry-content .wp-block-latest-posts li,.editor-styles-wrapper .wp-block-latest-posts li{margin:0}.hentry .entry-content .wp-block-latest-posts.has-dates li,.editor-styles-wrapper .wp-block-latest-posts.has-dates li{margin:0 0 1em}.hentry .entry-content .wp-block-latest-posts.is-grid li,.editor-styles-wrapper .wp-block-latest-posts.is-grid li{margin:0 1em 0 0}.hentry .entry-content .wp-block-latest-posts.is-grid.has-dates li,.editor-styles-wrapper .wp-block-latest-posts.is-grid.has-dates li{margin-bottom:1em}@media (min-width:600px){.hentry .entry-content .wp-block-latest-posts.columns-2 li,.editor-styles-wrapper .wp-block-latest-posts.columns-2 li{margin-right:3.2258064516%;width:48.3870967742%}.hentry .entry-content .wp-block-latest-posts.columns-2 li:nth-of-type(2n),.editor-styles-wrapper .wp-block-latest-posts.columns-2 li:nth-of-type(2n){margin-right:0}.hentry .entry-content .wp-block-latest-posts.columns-3 li,.editor-styles-wrapper .wp-block-latest-posts.columns-3 li{margin-right:3.2258064516%;width:31.1827956989%}.hentry .entry-content .wp-block-latest-posts.columns-3 li:nth-of-type(3n),.editor-styles-wrapper .wp-block-latest-posts.columns-3 li:nth-of-type(3n){margin-right:0}.hentry .entry-content .wp-block-latest-posts.columns-4 li,.editor-styles-wrapper .wp-block-latest-posts.columns-4 li{margin-right:3.2258064516%;width:22.5806451613%}.hentry .entry-content .wp-block-latest-posts.columns-4 li:nth-of-type(4n),.editor-styles-wrapper .wp-block-latest-posts.columns-4 li:nth-of-type(4n){margin-right:0}.hentry .entry-content .wp-block-latest-posts.columns-5 li,.editor-styles-wrapper .wp-block-latest-posts.columns-5 li{margin-right:3.2258064516%;width:17.4193548387%}.hentry .entry-content .wp-block-latest-posts.columns-5 li:nth-of-type(5n),.editor-styles-wrapper .wp-block-latest-posts.columns-5 li:nth-of-type(5n){margin-right:0}.hentry .entry-content .wp-block-latest-posts.columns-6 li,.editor-styles-wrapper .wp-block-latest-posts.columns-6 li{margin-right:3.2258064516%;width:13.9784946237%}.hentry .entry-content .wp-block-latest-posts.columns-6 li:nth-of-type(6n),.editor-styles-wrapper .wp-block-latest-posts.columns-6 li:nth-of-type(6n){margin-right:0}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-2 li,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-2 li{margin-right:4.347826087%;width:35.4838709677%}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-2 li:nth-of-type(2n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-2 li:nth-of-type(2n){margin-right:0}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-3 li,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-3 li{margin-right:4.347826087%;width:22.5806451613%}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-3 li:nth-of-type(3n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-3 li:nth-of-type(3n){margin-right:0}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-4 li,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-4 li{margin-right:4.347826087%;width:16.1290322581%}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-4 li:nth-of-type(4n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-4 li:nth-of-type(4n){margin-right:0}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-5 li,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-5 li{margin-right:4.347826087%;width:12.2580645161%}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-5 li:nth-of-type(5n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-5 li:nth-of-type(5n){margin-right:0}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-6 li,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-6 li{margin-right:4.347826087%;width:9.6774193548%}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-6 li:nth-of-type(6n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-6 li:nth-of-type(6n){margin-right:0}}.hentry .entry-content p.has-drop-cap:not(:focus)::first-letter,.editor-styles-wrapper p.has-drop-cap:not(:focus)::first-letter{margin:.15em .15em 0 0;font-size:3.7065595576em}.hentry .entry-content .wp-block-query-pagination-numbers,.editor-styles-wrapper .wp-block-query-pagination-numbers{display:flex;gap:13px}.hentry .entry-content .wp-block-pullquote,.editor-styles-wrapper .wp-block-pullquote{margin:0 0 25px;border:1px solid;border-color:var(--e-global-color-primary);overflow:hidden;position:relative;padding:40px;border-radius:0}.hentry .entry-content .wp-block-pullquote.alignleft,.hentry .entry-content .wp-block-pullquote.alignright,.editor-styles-wrapper .wp-block-pullquote.alignleft,.editor-styles-wrapper .wp-block-pullquote.alignright{padding:45px 25px;margin:8px 30px 20px 0;max-width:290px}.hentry .entry-content .wp-block-pullquote.alignleft p,.hentry .entry-content .wp-block-pullquote.alignright p,.editor-styles-wrapper .wp-block-pullquote.alignleft p,.editor-styles-wrapper .wp-block-pullquote.alignright p{font-size:20px;font-size:1.25rem;line-height:31px;margin-bottom:20px!important}.hentry .entry-content .wp-block-pullquote blockquote,.editor-styles-wrapper .wp-block-pullquote blockquote{float:none;max-width:100%;margin:0;padding:0;text-align:center;background-color:#fff0}.hentry .entry-content .wp-block-pullquote blockquote p,.editor-styles-wrapper .wp-block-pullquote blockquote p{margin-bottom:20px;font-size:24px;font-size:1.5rem;line-height:34px;position:relative;z-index:2}.hentry .entry-content .wp-block-pullquote blockquote cite,.editor-styles-wrapper .wp-block-pullquote blockquote cite{font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);font-size:18px;font-size:1.125rem;color:var(--e-global-color-primary);text-transform:capitalize;margin-top:16px;z-index:2}.hentry .entry-content .wp-block-pullquote.is-style-solid-color,.editor-styles-wrapper .wp-block-pullquote.is-style-solid-color{margin:0 0 25px;border:1px solid;border-color:#abb8c3;overflow:hidden;position:relative;padding:40px;border-radius:0}.hentry .entry-content .wp-block-quote,.hentry .entry-content blockquote,.editor-styles-wrapper .wp-block-quote,.editor-styles-wrapper blockquote{padding-left:8em;border-left:none}.hentry .entry-content .wp-block-quote p:last-child,.hentry .entry-content blockquote p:last-child,.editor-styles-wrapper .wp-block-quote p:last-child,.editor-styles-wrapper blockquote p:last-child{margin-bottom:0}.hentry .entry-content .wp-block-quote cite,.hentry .entry-content blockquote cite,.editor-styles-wrapper .wp-block-quote cite,.editor-styles-wrapper blockquote cite{font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);font-size:16px;font-size:1rem;color:var(--e-global-color-text);text-transform:capitalize;z-index:2}.hentry .entry-content .wp-block-quote footer,.hentry .entry-content .wp-block-quote__citation,.hentry .entry-content blockquote footer,.hentry .entry-content blockquote__citation,.editor-styles-wrapper .wp-block-quote footer,.editor-styles-wrapper .wp-block-quote__citation,.editor-styles-wrapper blockquote footer,.editor-styles-wrapper blockquote__citation{font-size:1em;font-weight:var(--e-global-typography-primary-font-weight)}.hentry .entry-content .wp-block-quote.is-large cite,.hentry .entry-content .wp-block-quote.is-style-large cite,.hentry .entry-content blockquote.is-large cite,.hentry .entry-content blockquote.is-style-large cite,.editor-styles-wrapper .wp-block-quote.is-large cite,.editor-styles-wrapper .wp-block-quote.is-style-large cite,.editor-styles-wrapper blockquote.is-large cite,.editor-styles-wrapper blockquote.is-style-large cite{font-size:18px;font-size:1.125rem}.hentry .entry-content .wp-block-quote.has-text-align-right,.hentry .entry-content blockquote.has-text-align-right,.editor-styles-wrapper .wp-block-quote.has-text-align-right,.editor-styles-wrapper blockquote.has-text-align-right{border-width:0}.hentry .entry-content .wp-block-column .wp-block-quote,.editor-styles-wrapper .wp-block-column .wp-block-quote{padding:40px 15px 35px 55px}.hentry .entry-content .wp-block-image figure,.editor-styles-wrapper .wp-block-image figure{margin-bottom:1.41577975em}.hentry .entry-content .wp-block-image .alignleft,.editor-styles-wrapper .wp-block-image .alignleft{margin-right:1.41577975em}.hentry .entry-content .wp-block-image .alignright,.editor-styles-wrapper .wp-block-image .alignright{margin-left:1.41577975em}.hentry .entry-content .wp-block-image figcaption,.editor-styles-wrapper .wp-block-image figcaption{margin:0;padding:.875em 0;font-size:.875em;font-style:italic}.hentry .entry-content figure.wp-block-image,.editor-styles-wrapper figure.wp-block-image{margin:0 0 1.41577975em}.hentry .entry-content div.wp-block-image,.editor-styles-wrapper div.wp-block-image{display:inline}.hentry .entry-content .wp-block-cover,.hentry .entry-content .wp-block-cover-image,.editor-styles-wrapper .wp-block-cover,.editor-styles-wrapper .wp-block-cover-image{min-height:300px}.hentry .entry-content .wp-block-cover .wp-block-cover-text,.hentry .entry-content .wp-block-cover-image .wp-block-cover-text,.editor-styles-wrapper .wp-block-cover .wp-block-cover-text,.editor-styles-wrapper .wp-block-cover-image .wp-block-cover-text{font-size:22px!important}.hentry .entry-content .wp-block-cover p.wp-block-cover-text,.editor-styles-wrapper .wp-block-cover p.wp-block-cover-text{font-size:1.618034em;font-weight:300;line-height:1.618;padding:1em;width:calc(100vw - 1em);max-width:calc(100vw - 1em);color:#fff;z-index:1}@media (min-width:568px){.hentry .entry-content .wp-block-cover p.wp-block-cover-text,.editor-styles-wrapper .wp-block-cover p.wp-block-cover-text{padding:1em;font-size:2.290779772em;width:calc(8 * (100vw / 12));max-width:calc(8 * (100vw / 12))}}@media (min-width:768px){.hentry .entry-content .wp-block-cover p.wp-block-cover-text,.editor-styles-wrapper .wp-block-cover p.wp-block-cover-text{font-size:2.290779772em;width:calc(6 * (100vw / 12));max-width:calc(6 * (100vw / 12))}}.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container,.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container{padding:2.6180340252em 1em;width:calc(100vw - 1em);max-width:calc(100vw - 1em)}.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container *:nth-last-child(-n+1),.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container *:nth-last-child(-n+1){margin-bottom:0}.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h1,.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h2,.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h3,.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h4,.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h5,.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h6,.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h1,.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h2,.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h3,.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h4,.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h5,.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h6{padding:0;margin-left:auto;margin-right:auto}.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h1,.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h1{font-size:3.7065595576em;margin-bottom:.2360679726em}.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h2,.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h2{font-size:2.6180340252em;margin-bottom:.3342202552em}.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h3,.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h3{font-size:2.290779772em;margin-bottom:.3819660059em}.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h4,.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h4{font-size:1.618034em;margin-bottom:.5407797364em}.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h5,.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h5{font-size:1.41577975em;margin-bottom:.6180339845em}.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h6,.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h6{font-size:1.41577975em;margin-bottom:.6180339845em}.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container p:not(.has-small-font-size):not(.has-medium-font-size):not(.has-large-font-size):not(.has-huge-font-size),.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container p:not(.has-small-font-size):not(.has-medium-font-size):not(.has-large-font-size):not(.has-huge-font-size){font-size:1.1em}.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container p:not(.has-text-color),.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container p:not(.has-text-color){color:#fff}@media (min-width:568px){.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container,.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container{width:calc(8 * (100vw / 12));max-width:calc(8 * (100vw / 12))}}@media (min-width:768px){.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container,.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container{width:calc(6 * (100vw / 12));max-width:calc(6 * (100vw / 12));padding-top:6.8541021569em;padding-bottom:6.8541021569em}}.hentry .entry-content .wp-block-gallery,.editor-styles-wrapper .wp-block-gallery{margin:0 0 2.290779772em}.hentry .entry-content .wp-block-gallery.alignleft,.editor-styles-wrapper .wp-block-gallery.alignleft{margin-right:2rem}.hentry .entry-content .wp-block-gallery.alignright,.editor-styles-wrapper .wp-block-gallery.alignright{margin-left:2rem}.hentry .entry-content .wp-block-gallery .blocks-gallery-image,.hentry .entry-content .wp-block-gallery .blocks-gallery-item,.editor-styles-wrapper .wp-block-gallery .blocks-gallery-image,.editor-styles-wrapper .wp-block-gallery .blocks-gallery-item{width:48.3870967742%;margin:0 3.2258064516% 3.2258064516% 0;flex-grow:1}.hentry .entry-content .wp-block-gallery .blocks-gallery-image:before,.hentry .entry-content .wp-block-gallery .blocks-gallery-item:before,.editor-styles-wrapper .wp-block-gallery .blocks-gallery-image:before,.editor-styles-wrapper .wp-block-gallery .blocks-gallery-item:before{content:unset}.hentry .entry-content .wp-block-gallery .blocks-gallery-image:nth-of-type(even),.hentry .entry-content .wp-block-gallery .blocks-gallery-item:nth-of-type(even),.editor-styles-wrapper .wp-block-gallery .blocks-gallery-image:nth-of-type(even),.editor-styles-wrapper .wp-block-gallery .blocks-gallery-item:nth-of-type(even){margin-right:0}.hentry .entry-content .wp-block-gallery .blocks-gallery-image figcaption,.hentry .entry-content .wp-block-gallery .blocks-gallery-item figcaption,.editor-styles-wrapper .wp-block-gallery .blocks-gallery-image figcaption,.editor-styles-wrapper .wp-block-gallery .blocks-gallery-item figcaption{font-size:1em;padding:2.290779772em 1.41577975em .6180339845em}@media (min-width:600px){.hentry .entry-content .wp-block-gallery .blocks-gallery-image,.hentry .entry-content .wp-block-gallery .blocks-gallery-item,.editor-styles-wrapper .wp-block-gallery .blocks-gallery-image,.editor-styles-wrapper .wp-block-gallery .blocks-gallery-item{margin:0 3.2258064516% 1.5873015873% 0}.hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image,.hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item,.editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image,.editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item{margin-right:3.2258064516%;width:48.3870967742%}.hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image:last-child,.hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item:last-child,.editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image:last-child,.editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item:last-child{margin-right:0}.hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image,.hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item,.editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image,.editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item{margin-right:3.2258064516%;width:31.1827956989%}.hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image:last-child,.hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item:last-child,.editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image:last-child,.editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item:last-child{margin-right:0}.hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image,.hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item,.editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image,.editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item{margin-right:3.2258064516%;width:22.5806451613%}.hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image:last-child,.hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item:last-child,.editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image:last-child,.editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item:last-child{margin-right:0}.hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image,.hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item,.editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image,.editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item{margin-right:3.2258064516%;width:17.4193548387%}.hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image:last-child,.hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item:last-child,.editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image:last-child,.editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item:last-child{margin-right:0}.hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image,.hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item,.editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image,.editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item{margin-right:3.2258064516%;width:13.9784946237%}.hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image:last-child,.hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item:last-child,.editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image:last-child,.editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item:last-child{margin-right:0}.hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image,.hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item,.editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image,.editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item{margin-right:3.2258064516%;width:11.5207373272%}.hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image:last-child,.hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item:last-child,.editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image:last-child,.editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item:last-child{margin-right:0}.hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image,.hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item,.editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image,.editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item{margin-right:3.2258064516%;width:9.6774193548%}.hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image:last-child,.hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),.hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item:last-child,.editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image:last-child,.editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),.editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item:last-child{margin-right:0}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery .blocks-gallery-image,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery .blocks-gallery-item,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery .blocks-gallery-image,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery .blocks-gallery-item{margin-bottom:1.5873015873%;margin-right:1.5873015873%}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item{margin-right:1.5873015873%;width:49.2063492063%}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image:last-child,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item:last-child,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image:last-child,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item:last-child{margin-right:0}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item{margin-right:1.5873015873%;width:32.2751322751%}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image:last-child,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item:last-child,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image:last-child,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item:last-child{margin-right:0}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item{margin-right:1.5873015873%;width:23.8095238095%}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image:last-child,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item:last-child,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image:last-child,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item:last-child{margin-right:0}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item{margin-right:1.5873015873%;width:18.7301587302%}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image:last-child,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item:last-child,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image:last-child,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item:last-child{margin-right:0}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item{margin-right:1.5873015873%;width:15.3439153439%}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image:last-child,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item:last-child,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image:last-child,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item:last-child{margin-right:0}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item{margin-right:1.5873015873%;width:12.925170068%}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image:last-child,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item:last-child,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image:last-child,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item:last-child{margin-right:0}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item{margin-right:1.5873015873%;width:11.1111111111%}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image:last-child,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item:last-child,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image:last-child,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item:last-child{margin-right:0}}.hentry .entry-content .wp-block-separator,.editor-styles-wrapper .wp-block-separator{border:0;margin:0 auto 1.41577975em;overflow:hidden}.hentry .entry-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots),.editor-styles-wrapper .wp-block-separator:not(.is-style-wide):not(.is-style-dots){max-width:10%}.hentry .entry-content .wp-block-embed-twitter,.editor-styles-wrapper .wp-block-embed-twitter{overflow:hidden}.hentry .entry-content .wp-block-table,.editor-styles-wrapper .wp-block-table{border-collapse:separate}.hentry .entry-content .wp-block-table td,.hentry .entry-content .wp-block-table th,.editor-styles-wrapper .wp-block-table td,.editor-styles-wrapper .wp-block-table th{border:1px solid;border-color:var(--e-global-color-border)}.hentry .entry-content .wp-block-table thead th,.editor-styles-wrapper .wp-block-table thead th{padding:1.41577975em}.hentry .entry-content .wp-block-file,.editor-styles-wrapper .wp-block-file{margin-bottom:1.41577975em}.hentry .entry-content .wp-block-file .wp-block-file__button,.editor-styles-wrapper .wp-block-file .wp-block-file__button{font-size:.875em;line-height:1.618;border:0;cursor:pointer;padding:.6180339845em 1.41577975em;text-decoration:none;font-weight:var(--e-global-typography-primary-font-weight);text-shadow:none;display:inline-block;-webkit-appearance:none;border-radius:0;opacity:1}.hentry .entry-content .wp-block-code,.hentry .entry-content .wp-block-preformatted pre,.editor-styles-wrapper .wp-block-code,.editor-styles-wrapper .wp-block-preformatted pre{font-family:"Courier 10 Pitch",Courier,monospace;font-size:1em}.hentry .entry-content .wp-block-code,.editor-styles-wrapper .wp-block-code{border:none;border-radius:0;padding:1.618034em}.hentry .entry-content .wp-block-columns,.editor-styles-wrapper .wp-block-columns{margin-bottom:0}.hentry .entry-content .wp-block-columns .wp-block-column,.editor-styles-wrapper .wp-block-columns .wp-block-column{margin-bottom:1em}@media (min-width:600px){.hentry .entry-content .wp-block-columns .wp-block-column,.editor-styles-wrapper .wp-block-columns .wp-block-column{padding-left:0;padding-right:3.2258064516%;margin-left:0}.hentry .entry-content .wp-block-columns .wp-block-column:not(:last-child),.editor-styles-wrapper .wp-block-columns .wp-block-column:not(:last-child){margin-right:0}.hentry .entry-content .wp-block-columns .wp-block-column:nth-of-type(even),.editor-styles-wrapper .wp-block-columns .wp-block-column:nth-of-type(even){padding-right:0}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-columns .wp-block-column,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-columns .wp-block-column{padding-right:4.347826087%}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-columns .wp-block-column:nth-of-type(even),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-columns .wp-block-column:nth-of-type(even){padding-right:0}}@media (min-width:782px){.hentry .entry-content .wp-block-columns.has-2-columns .wp-block-column:nth-of-type(2n),.editor-styles-wrapper .wp-block-columns.has-2-columns .wp-block-column:nth-of-type(2n){margin-right:0}.hentry .entry-content .wp-block-columns.has-3-columns .wp-block-column:nth-of-type(3n),.editor-styles-wrapper .wp-block-columns.has-3-columns .wp-block-column:nth-of-type(3n){margin-right:0}.hentry .entry-content .wp-block-columns.has-4-columns .wp-block-column:nth-of-type(4n),.editor-styles-wrapper .wp-block-columns.has-4-columns .wp-block-column:nth-of-type(4n){margin-right:0}.hentry .entry-content .wp-block-columns.has-5-columns .wp-block-column:nth-of-type(5n),.editor-styles-wrapper .wp-block-columns.has-5-columns .wp-block-column:nth-of-type(5n){margin-right:0}.hentry .entry-content .wp-block-columns.has-6-columns .wp-block-column:nth-of-type(6n),.editor-styles-wrapper .wp-block-columns.has-6-columns .wp-block-column:nth-of-type(6n){margin-right:0}.hentry .entry-content .wp-block-columns .wp-block-column,.editor-styles-wrapper .wp-block-columns .wp-block-column{padding-right:0}.hentry .entry-content .wp-block-columns .wp-block-column:not(:first-child),.editor-styles-wrapper .wp-block-columns .wp-block-column:not(:first-child){padding-left:0}.hentry .entry-content .wp-block-columns .wp-block-column:not(:last-child),.editor-styles-wrapper .wp-block-columns .wp-block-column:not(:last-child){padding-right:0;margin-right:3.2258064516%}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-columns .wp-block-column,body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-columns .wp-block-column{padding-right:0}body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .hentry .entry-content .wp-block-columns .wp-block-column:not(:last-child),body:not(.page-template-template-fullwidth-php):not(.razox-full-width-content) .editor-styles-wrapper .wp-block-columns .wp-block-column:not(:last-child){margin-right:4.347826087%}}.hentry .entry-content .wp-block-rss a,.hentry .entry-content .wp-block-latest-comments a,.hentry .entry-content .wp-block-tag-cloud a,.editor-styles-wrapper .wp-block-rss a,.editor-styles-wrapper .wp-block-latest-comments a,.editor-styles-wrapper .wp-block-tag-cloud a{color:#555}.hentry .entry-content .wp-block-rss a:hover,.hentry .entry-content .wp-block-latest-comments a:hover,.hentry .entry-content .wp-block-tag-cloud a:hover,.editor-styles-wrapper .wp-block-rss a:hover,.editor-styles-wrapper .wp-block-latest-comments a:hover,.editor-styles-wrapper .wp-block-tag-cloud a:hover{color:#DE3431}.hentry .entry-content .wp-block-latest-comments,.editor-styles-wrapper .wp-block-latest-comments{margin:0 0 1.41577975em}.hentry .entry-content .wp-block-latest-comments__comment-avatar,.editor-styles-wrapper .wp-block-latest-comments__comment-avatar{margin-top:.3819660059em}.hentry .entry-content .wp-block-latest-comments__comment,.editor-styles-wrapper .wp-block-latest-comments__comment{font-size:1em;margin:0 0 1em}.hentry .entry-content .wp-block-latest-comments__comment-date,.editor-styles-wrapper .wp-block-latest-comments__comment-date{font-size:.875em}.hentry .entry-content .wp-block-latest-comments__comment-excerpt p,.editor-styles-wrapper .wp-block-latest-comments__comment-excerpt p{margin:.5407797364em 0 1em;font-size:1em;line-height:1.618}.hentry .entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.hentry .entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,.editor-styles-wrapper .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.editor-styles-wrapper .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.7065595576em}.hentry .entry-content .wp-block-latest-comments:not(.has-avatars):not(.has-dates):not(.has-excerpts) .wp-block-latest-comments__comment,.editor-styles-wrapper .wp-block-latest-comments:not(.has-avatars):not(.has-dates):not(.has-excerpts) .wp-block-latest-comments__comment{margin:0;line-height:1.618}.hentry .entry-content .wp-block-latest-comments br,.editor-styles-wrapper .wp-block-latest-comments br{display:inline;content:""}.wp-block-cover-image{margin-bottom:1em}.wp-block-button.is-style-squared .wp-block-button__link{border-radius:0}body.razox-full-width-content:not(.elementor-page).single .hentry .entry-content .alignwide{margin-left:calc(25% - 25vw);width:calc(50vw + 50%);max-width:calc(50vw + 50%);margin-bottom:1em}body.razox-full-width-content:not(.elementor-page).single .hentry .entry-content .alignfull{margin-left:calc(50% - 50vw + 7.5px);width:calc(100vw - 15px);max-width:100vw;margin-bottom:1em}body.razox-full-width-content:not(.elementor-page) .editor-styles-wrapper .alignwide{margin-left:calc(25% - 25vw);width:calc(50vw + 50%);max-width:calc(50vw + 50%)}body.razox-full-width-content:not(.elementor-page) .editor-styles-wrapper .alignfull{margin-left:calc(50% - 50vw);width:100vw;max-width:100vw}p.cr-comment-image-text{margin-bottom:.5em;font-size:.9em}p.cr-comment-video-text{margin-bottom:.5em;font-size:.9em}.iv-comment-image{float:left;margin-right:5px;margin-left:0;margin-bottom:5px;margin-top:0;border-radius:5px;overflow:hidden;border:1px solid #e4e1e3;filter:brightness(100%)}.iv-comment-image:hover,.cr-comment-video:hover{filter:brightness(95%)}.cr-comment-image-top{display:inline-block;margin-right:5px;vertical-align:top;max-height:150px;border-radius:5px;overflow:hidden;border:1px solid #e4e1e3;filter:brightness(100%);box-sizing:content-box;position:relative}.cr-comment-image-top:hover{filter:brightness(95%)}.cr-comment-video{float:left;margin-right:5px;margin-bottom:5px;position:relative;cursor:pointer;border-radius:5px;overflow:hidden;border:1px solid #e4e1e3;filter:brightness(100%)}.cr-comment-video video.cr-video-a{width:75px;height:75px;display:block;object-fit:cover}.cr-comment-video-modal.cr-comment-video video.cr-video-a{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;background-color:rgb(0 0 0 / .4)}.cr-comment-video .cr-comment-videoicon,.cr-comment-image-top .cr-comment-videoicon{position:absolute;top:50%;left:50%;width:32px;height:auto;margin-top:-16px;margin-left:-16px}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav .cr-comment-videoicon,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav .cr-comment-videoicon{position:absolute;top:50%;left:50%;width:26px;height:auto;margin-top:-13px;margin-left:-13px}.cr-comment-image-top img,.cr-comment-image-top video{width:150px;height:150px;box-shadow:none;padding:0;border-radius:0;object-fit:cover;cursor:pointer}#reviews div.iv-comment-image img,div.iv-comment-image img{box-shadow:none;width:75px;height:75px;max-width:75px;max-height:75px;object-fit:cover;padding:0;border-radius:0;display:block;position:relative}.cr-comment-images,.cr-comment-videos{margin-bottom:1em}.cr-all-reviews-shortcode .cr-comment-images,.cr-comment-videos{margin:0}.cr-all-reviews-shortcode .comment_container .avatar,.cr-ajax-reviews-list .comment_container .avatar{display:none}.cr-comment-videos .cr-comment-video .cr-comment-video-close{display:none}.cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-comment-video-close{display:block;background-color:#7A7A7A;color:#FFF;border:0 solid;border-radius:10px;position:absolute;top:0;right:0;padding:1px;line-height:0;cursor:pointer}.cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-comment-video-close .cr-close-button-svg{display:block;width:18px;height:18px}.cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-comment-video-close .cr-close-button-svg-p{fill:#fff}.cr-comment-videos .cr-comment-video .cr-video-cont{display:flex;position:relative;margin:auto}.cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-video-cont{padding:10px;max-width:100%;max-height:100%}.cr-comment-videos-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:99999;overflow:auto;background-color:rgb(0 0 0 / .4);display:flex;align-items:center;justify-content:center}.cr-comment-videos-modal .cr-comment-video,.cr-comment-videos-modal .iv-comment-image{display:none}.cr-comment-video.cr-comment-video-modal{width:80%;height:80%;float:none;margin:auto;z-index:1;display:flex;justify-content:center;cursor:auto;border-width:0;filter:brightness(100%)}.cr-recaptcha{margin-bottom:1.5em}#commentform.comment-form .cr-upload-local-images,.comment-form .cr-upload-local-images{width:100%;flex:none}#commentform.comment-form .cr-upload-local-images label,.comment-form .cr-upload-local-images label{display:block;transform:none;position:relative;left:auto;top:auto}#commentform.comment-form .cr-upload-local-images input,.comment-form .cr-upload-local-images input{display:block;width:100%}.ivole-meter{overflow:hidden;background:#f2f2f2;background:-webkit-linear-gradient(top,#eee,#f6f6f6);background:linear-gradient(to bottom,#eee,#f6f6f6);background-color:#f3f3f3;height:22px;border-radius:1px;box-shadow:inset 0 1px 2px rgb(0 0 0 / .4),inset 0 0 0 1px rgb(0 0 0 / .1);-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.ivole-meter .ivole-meter-bar{border-radius:1px;background:#fb0;background:-webkit-linear-gradient(top,#ffce00,#ffa700);background:linear-gradient(to bottom,#ffce00,#ffa700);background-color:#ffce00;box-shadow:inset 0 0 0 1px rgb(0 0 0 / .25),inset 0 -1px 0 rgb(0 0 0 / .05);-webkit-transition:width .5s ease;transition:width .5s ease;float:left;font-size:0;height:100%;width:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.ivole-meter .ivole-meter-bar:before{background-color:rgb(255 255 255 / .25);content:"";display:block;font-size:0;height:1px;margin:1px}.cr-histogramTable tr.ivole-histogramRow .ivole-histogramCell1{white-space:nowrap;width:auto}.cr-histogramTable tr.ivole-histogramRow .ivole-histogramCell2{width:70%}.cr-all-reviews-shortcode .cr-histogramTable tr.ivole-histogramRow .ivole-histogramCell2{min-width:100px}.cr-histogramTable tr.ivole-histogramRow .ivole-histogramCell3{text-align:right;white-space:nowrap;width:auto}#reviews .cr-summaryBox-wrap,.cr-all-reviews-shortcode .cr-summaryBox-wrap,.cr-reviews-grid .cr-summaryBox-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;padding:2px;align-items:center}.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-summaryBox-wrap{display:none}.cr-reviews-grid.cr-reviews-grid-new-review .cr-summaryBox-wrap,.cr-reviews-grid.cr-reviews-grid-new-review .cr-reviews-grid-empty{display:none}#reviews .cr-summaryBox-wrap{margin:0 0 1em 0;background-color:#F9F9F9}.cr-all-reviews-shortcode .cr-summaryBox-wrap,.cr-reviews-grid .cr-summaryBox-wrap{margin:0;background-color:#F9F9F9}.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator,.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator{width:auto;height:40px}.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-summary-separator,.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-summary-separator{flex:2 2 auto;display:flex;justify-content:center;align-items:center}.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-summary-separator-side,.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-summary-separator-side{flex:1 1 auto}.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator-int,.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator-int{width:2px;height:40px;background-color:#BCCCD4}.cr-reviews-grid .cr-summaryBox-wrap{margin:0 10px 20px 10px}.cr-summaryBox-wrap .ivole-summaryBox,.cr-summaryBox-wrap .cr-overall-rating-wrap,.cr-all-reviews-shortcode .cr-summaryBox-wrap .ivole-summaryBox,.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,.cr-reviews-grid .cr-summaryBox-wrap .ivole-summaryBox,.cr-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap{margin:0;width:49%;flex:0 0 49%;padding:10px;border-radius:4px;border:0 solid #e4e1e3;box-sizing:border-box}.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .ivole-summaryBox,.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .ivole-summaryBox{width:35%;flex:1 0 35%}.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap,.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap,.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap,.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap{width:auto;flex:0 0 auto}#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap,.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap,.cr-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap,.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:column}#reviews .cr-summaryBox-wrap .cr-average-rating,.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-average-rating,.cr-reviews-grid .cr-summaryBox-wrap .cr-average-rating{font-size:36px;font-weight:700;line-height:50px;color:#0E252C}#reviews .cr-summaryBox-wrap .cr-total-rating-count,.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-total-rating-count,.cr-reviews-grid .cr-summaryBox-wrap .cr-total-rating-count{font-size:14px;color:#0E252C;line-height:25px}.cr-all-reviews-shortcode .cr-review-form-wrap,.cr-reviews-grid .cr-review-form-wrap,.cr-qna-block .cr-qna-new-q-form{display:none}.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-review-form-wrap,.cr-ajax-reviews-review-form .cr-review-form-wrap,.cr-reviews-grid.cr-reviews-grid-new-review .cr-review-form-wrap,.cr-qna-block.cr-qna-new-q-form-open .cr-qna-new-q-form{display:block}.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav,.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav,.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav,.cr-qna-block .cr-review-form-nav{display:flex;justify-content:space-between;border-top:1px solid #E5E9EB;border-bottom:1px solid #E5E9EB;height:50px;box-sizing:border-box}.cr-qna-block .cr-qna-list-inl-answ .cr-review-form-nav{margin:0 0 20px 0}.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left,.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-right,.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left,.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-right,.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-left,.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-right,.cr-qna-block .cr-review-form-nav .cr-nav-left,.cr-qna-block .cr-review-form-nav .cr-nav-right{display:flex;align-items:center}.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-wrap .cr-review-form-nav .cr-nav-right{display:none}.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg,.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg,.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg,.cr-qna-block .cr-review-form-nav .cr-nav-left svg{margin:0 5px 0 0}.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg{pointer-events:none}.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg:hover,.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-right svg:hover,.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg:hover,.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-right svg:hover,.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg:hover,.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-right svg:hover,.cr-qna-block .cr-review-form-nav .cr-nav-left svg:hover,.cr-qna-block .cr-review-form-nav .cr-nav-right svg:hover{cursor:pointer}.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left span,.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left span,.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-left span,.cr-qna-block .cr-review-form-nav .cr-nav-left span{font-size:16px;color:#0E252C}.cr-all-reviews-shortcode .cr-review-form-item,.cr-ajax-reviews-review-form .cr-review-form-item,.cr-reviews-grid .cr-review-form-item,.cr-qna-block .cr-review-form-item{display:flex;max-width:500px;margin:0 auto;padding:30px 0;border-bottom:1px solid #E5E9EB;position:relative;align-items:center}.cr-all-reviews-shortcode .cr-review-form-item img,.cr-ajax-reviews-review-form .cr-review-form-item img,.cr-reviews-grid .cr-review-form-item img,.cr-qna-block .cr-review-form-item img{display:block;height:60px;width:auto;margin:0 20px 0 0}.rtl .cr-all-reviews-shortcode .cr-review-form-item img,.rtl .cr-ajax-reviews-review-form .cr-review-form-item img,.rtl .cr-reviews-grid .cr-review-form-item img,.rtl .cr-qna-block .cr-review-form-item img{margin:0 0 0 20px}.cr-all-reviews-shortcode .cr-review-form-item span,.cr-ajax-reviews-review-form .cr-review-form-item span,.cr-reviews-grid .cr-review-form-item span,.cr-qna-block .cr-review-form-item span{display:block;font-size:22px;font-weight:500;color:#0E252C}.cr-all-reviews-shortcode .cr-review-form-rating,.cr-ajax-reviews-review-form .cr-review-form-rating,.cr-reviews-grid .cr-review-form-rating{max-width:500px;margin:0 auto;padding:30px 0 30px 0;position:relative}.cr-onsite-ratings .cr-review-form-rating,.cr-review-form-rating-overall .cr-review-form-rating{max-width:500px;margin:1em 0 1em 0;padding:0;position:relative}.cr-review-form-rating-overall.cr-review-form-rating-ovonly .cr-review-form-rating{margin:1em 0 1.5em 0}.cr-review-form-wrap .cr-onsite-ratings .cr-review-form-rating,.cr-review-form-wrap .cr-review-form-rating-overall .cr-review-form-rating{margin-left:auto;margin-right:auto}.cr-review-form-wrap .cr-onsite-ratings .cr-review-form-rating-label{font-size:12px;color:#4D5D64}.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont,.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont,.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont,.cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont{display:flex;position:relative;height:auto;padding:5px 0}.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner,.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner,.cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner{height:20px;padding:0 5px;line-height:0}.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner{height:30px;padding:0 5px}.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg{height:30px;width:33px}.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner:first-child,.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner:first-child{padding-left:0}.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,.cr-ajax-reviews-review-form .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,.cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act{display:none}.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg:hover,.cr-ajax-reviews-review-form .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg:hover,.cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg:hover{cursor:pointer}.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr,.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr,.cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr{font-size:14px;line-height:20px;height:20px;margin:0 0 0 10px}.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr{font-size:18px;line-height:30px;height:30px;margin:0 0 0 10px}.rtl .cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr{margin:0 10px 0 0}.cr-review-form-rating-overall .cr-review-form-rating-label{font-size:18px}.cr-all-reviews-shortcode .cr-review-form-rating-overall .cr-review-form-rating-label,.cr-ajax-reviews-review-form .cr-review-form-rating-overall .cr-review-form-rating-label,.cr-reviews-grid .cr-review-form-rating-overall .cr-review-form-rating-label{font-size:16px}.cr-all-reviews-shortcode .cr-review-form-field-error,.cr-onsite-ratings .cr-review-form-field-error,.cr-review-form-rating-overall .cr-review-form-field-error,.cr-onsite-questions .cr-onsite-question .cr-review-form-field-error,.cr-ajax-reviews-review-form .cr-review-form-field-error,.cr-reviews-grid .cr-review-form-field-error,.cr-qna-block .cr-review-form-field-error{font-size:11px;color:#CE2B37;margin:5px 0 0 0;display:none}.cr-all-reviews-shortcode .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont,.cr-onsite-ratings .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont,.cr-review-form-rating-overall .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont,.cr-reviews-grid .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont{background-color:#fae9eb}.cr-all-reviews-shortcode .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,.cr-ajax-reviews-review-form .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,.cr-onsite-ratings .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,.cr-review-form-rating-overall .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,.cr-onsite-questions .cr-onsite-question.cr-review-form-error .cr-review-form-field-error,.cr-all-reviews-shortcode .cr-review-form-comment.cr-review-form-error .cr-review-form-field-error,.cr-all-reviews-shortcode .cr-review-form-name.cr-review-form-error .cr-review-form-field-error,.cr-all-reviews-shortcode .cr-review-form-captcha.cr-review-form-error .cr-review-form-field-error,.cr-all-reviews-shortcode .cr-review-form-email.cr-review-form-error .cr-review-form-field-error,.cr-all-reviews-shortcode .cr-form-item-media.cr-review-form-error .cr-review-form-field-error,.cr-all-reviews-shortcode .cr-review-form-terms.cr-review-form-error .cr-review-form-field-error,.cr-ajax-reviews-review-form .cr-review-form-comment.cr-review-form-error .cr-review-form-field-error,.cr-ajax-reviews-review-form .cr-review-form-name.cr-review-form-error .cr-review-form-field-error,.cr-ajax-reviews-review-form .cr-review-form-email.cr-review-form-error .cr-review-form-field-error,.cr-ajax-reviews-review-form .cr-review-form-captcha.cr-review-form-error .cr-review-form-field-error,.cr-ajax-reviews-review-form .cr-form-item-media.cr-review-form-error .cr-review-form-field-error,.cr-ajax-reviews-review-form .cr-review-form-terms.cr-review-form-error .cr-review-form-field-error,.cr-reviews-grid .cr-review-form-comment.cr-review-form-error .cr-review-form-field-error,.cr-reviews-grid .cr-review-form-name.cr-review-form-error .cr-review-form-field-error,.cr-reviews-grid .cr-review-form-email.cr-review-form-error .cr-review-form-field-error,.cr-reviews-grid .cr-review-form-captcha.cr-review-form-error .cr-review-form-field-error,.cr-reviews-grid .cr-form-item-media.cr-review-form-error .cr-review-form-field-error,.cr-reviews-grid .cr-review-form-terms.cr-review-form-error .cr-review-form-field-error,.cr-qna-block .cr-review-form-comment.cr-review-form-error .cr-review-form-field-error,.cr-qna-block .cr-review-form-name.cr-review-form-error .cr-review-form-field-error,.cr-qna-block .cr-review-form-email.cr-review-form-error .cr-review-form-field-error,.cr-qna-block .cr-review-form-terms.cr-review-form-error .cr-review-form-field-error{display:block}.cr-all-reviews-shortcode .cr-review-form-comment,.cr-ajax-reviews-review-form .cr-review-form-comment,.cr-reviews-grid .cr-review-form-comment,.cr-qna-block .cr-review-form-comment{max-width:500px;margin:0 auto;padding:0 0 20px 0;position:relative}.cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-comment-txt,.cr-ajax-reviews-review-form .cr-review-form-comment .cr-review-form-comment-txt,.cr-reviews-grid .cr-review-form-comment .cr-review-form-comment-txt,.cr-qna-block .cr-review-form-comment .cr-review-form-comment-txt{border:solid 1px #D8E2E7;background-color:#FFF;box-shadow:none;position:relative;padding:12px 16px;color:#0E252C;font-size:14px;width:100%;margin:0;box-sizing:border-box;border-radius:3px}.cr-all-reviews-shortcode .cr-review-form-comment.cr-review-form-error .cr-review-form-comment-txt,.cr-ajax-reviews-review-form .cr-review-form-comment.cr-review-form-error .cr-review-form-comment-txt,.cr-reviews-grid .cr-review-form-comment.cr-review-form-error .cr-review-form-comment-txt,.cr-qna-block .cr-review-form-comment.cr-review-form-error .cr-review-form-comment-txt{border:#CE2B37 solid 2px}.cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-lbl,.cr-all-reviews-shortcode .cr-review-form-name .cr-review-form-lbl,.cr-all-reviews-shortcode .cr-review-form-email .cr-review-form-lbl,.cr-ajax-reviews-review-form .cr-review-form-comment .cr-review-form-lbl,.cr-ajax-reviews-review-form .cr-review-form-name .cr-review-form-lbl,.cr-ajax-reviews-review-form .cr-review-form-email .cr-review-form-lbl,.cr-reviews-grid .cr-review-form-comment .cr-review-form-lbl,.cr-reviews-grid .cr-review-form-name .cr-review-form-lbl,.cr-reviews-grid .cr-review-form-email .cr-review-form-lbl,.cr-qna-block .cr-review-form-lbl{position:absolute;top:-7px;z-index:1;left:16px;background-color:#FFF;padding:0 5px;font-size:12px;line-height:12px;height:12px;color:#4D5D64}.rtl .cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-lbl,.rtl .cr-all-reviews-shortcode .cr-review-form-name .cr-review-form-lbl,.rtl .cr-all-reviews-shortcode .cr-review-form-email .cr-review-form-lbl,.rtl .cr-ajax-reviews-review-form .cr-review-form-comment .cr-review-form-lbl,.rtl .cr-ajax-reviews-review-form .cr-review-form-name .cr-review-form-lbl,.rtl .cr-ajax-reviews-review-form .cr-review-form-email .cr-review-form-lbl,.rtl .cr-reviews-grid .cr-review-form-comment .cr-review-form-lbl,.rtl .cr-reviews-grid .cr-review-form-name .cr-review-form-lbl,.rtl .cr-reviews-grid .cr-review-form-email .cr-review-form-lbl,.rtl .cr-qna-block .cr-review-form-lbl{left:auto;right:16px}.cr-all-reviews-shortcode .cr-form-item-media,.cr-ajax-reviews-review-form .cr-form-item-media,.cr-reviews-grid .cr-form-item-media{max-width:500px;margin:0 auto;padding:0 0 20px 0}.cr-all-reviews-shortcode .cr-review-form-terms,.cr-ajax-reviews-review-form .cr-review-form-terms,.cr-reviews-grid .cr-review-form-terms,.cr-qna-block .cr-captcha-terms,.cr-qna-block .cr-review-form-terms{max-width:500px;margin:0 auto;padding:0 0 20px 0;line-height:1;display:block}.cr-all-reviews-shortcode .cr-review-form-terms label,.cr-ajax-reviews-review-form .cr-review-form-terms label,.cr-reviews-grid .cr-review-form-terms label,.cr-qna-block .cr-review-form-terms label{display:inline-block;font-size:14px;font-weight:400;margin:0}.cr-all-reviews-shortcode .cr-review-form-terms .cr-review-form-checkbox,.cr-ajax-reviews-review-form .cr-review-form-terms .cr-review-form-checkbox,.cr-reviews-grid .cr-review-form-terms .cr-review-form-checkbox,.cr-qna-block .cr-review-form-terms .cr-review-form-checkbox{appearance:auto;width:auto;height:auto;border:none;display:inline-block;vertical-align:middle;margin:0 5px 0 0;accent-color:#4D5D64}.rtl .cr-all-reviews-shortcode .cr-review-form-terms .cr-review-form-checkbox,.rtl .cr-ajax-reviews-review-form .cr-review-form-terms .cr-review-form-checkbox,.rtl .cr-reviews-grid .cr-review-form-terms .cr-review-form-checkbox,.rtl .cr-qna-block .cr-review-form-terms .cr-review-form-checkbox{margin:0 0 0 5px}.cr-all-reviews-shortcode .cr-review-form-terms span,.cr-ajax-reviews-review-form .cr-review-form-terms span,.cr-reviews-grid .cr-review-form-terms span,.cr-qna-block .cr-review-form-terms span{display:inline;vertical-align:middle;color:#0E252C;line-height:1.3}.cr-all-reviews-shortcode .cr-review-form-terms .cr-review-form-checkbox::after,.cr-ajax-reviews-review-form .cr-review-form-terms .cr-review-form-checkbox::after,.cr-reviews-grid .cr-review-form-terms .cr-review-form-checkbox::after,.cr-qna-block .cr-review-form-terms .cr-review-form-checkbox::after{border:none;content:normal}.cr-qna-block .cr-captcha-terms{font-size:12px;font-weight:400;vertical-align:middle;color:#0E252C}.cr-all-reviews-shortcode .cr-review-form-ne,.cr-ajax-reviews-review-form .cr-review-form-ne,.cr-reviews-grid .cr-review-form-ne,.cr-qna-block .cr-review-form-ne{max-width:500px;margin:0 auto;padding:0 0 20px 0;position:relative;display:flex;gap:10px}.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-name,.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-email,.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-name,.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-email,.cr-reviews-grid .cr-review-form-ne .cr-review-form-name,.cr-reviews-grid .cr-review-form-ne .cr-review-form-email,.cr-qna-block .cr-review-form-ne .cr-review-form-name,.cr-qna-block .cr-review-form-ne .cr-review-form-email{width:50%;position:relative}.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-name input,.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-email input,.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-name input,.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-email input,.cr-reviews-grid .cr-review-form-ne .cr-review-form-name input,.cr-reviews-grid .cr-review-form-ne .cr-review-form-email input,.cr-qna-block .cr-review-form-ne .cr-review-form-name input,.cr-qna-block .cr-review-form-ne .cr-review-form-email input{width:100%}.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-txt,.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-txt,.cr-reviews-grid .cr-review-form-ne .cr-review-form-txt,.cr-qna-block .cr-review-form-ne .cr-review-form-txt{border:solid 1px #D8E2E7;background-color:#FFF;box-shadow:none;position:relative;padding:12px 16px;color:#0E252C;font-size:14px;margin:0;box-sizing:border-box;border-radius:3px}.cr-review-form-wrap .cr-onsite-question .cr-onsite-question-inp{border:solid 1px #D8E2E7;background-color:#FFF;box-shadow:none;padding:12px 16px;color:#0E252C;font-size:14px;width:50%;box-sizing:border-box}.cr-review-form-wrap .cr-onsite-question label{position:absolute;top:-7px;z-index:1;left:16px;background-color:#FFF;padding:0 5px;font-size:12px;line-height:12px;height:12px;color:#4D5D64;font-weight:400}.rtl .cr-review-form-wrap .cr-onsite-question label{left:auto;right:16px}.cr-review-form-wrap .cr-onsite-questions{max-width:500px;margin:0 auto}.cr-all-reviews-shortcode .cr-review-form-name.cr-review-form-error .cr-review-form-txt,.cr-all-reviews-shortcode .cr-review-form-email.cr-review-form-error .cr-review-form-txt,.cr-ajax-reviews-review-form .cr-review-form-name.cr-review-form-error .cr-review-form-txt,.cr-ajax-reviews-review-form .cr-review-form-email.cr-review-form-error .cr-review-form-txt,.cr-onsite-questions .cr-onsite-question.cr-review-form-error input[type='text'],.cr-onsite-questions .cr-onsite-question.cr-review-form-error input[type='number'],.cr-single-product-review .cr-review-form-textbox.cr-review-form-error,.cr-reviews-grid .cr-review-form-name.cr-review-form-error .cr-review-form-txt,.cr-reviews-grid .cr-review-form-email.cr-review-form-error .cr-review-form-txt,.cr-qna-block .cr-review-form-name.cr-review-form-error .cr-review-form-txt,.cr-qna-block .cr-review-form-email.cr-review-form-error .cr-review-form-txt{border:#CE2B37 solid 2px}.cr-all-reviews-shortcode .cr-review-form-captcha,.cr-ajax-reviews-review-form .cr-review-form-captcha,.cr-reviews-grid .cr-review-form-captcha{max-width:500px;margin:0 auto;padding:0 0 20px 0;display:flex;flex-direction:column;align-items:start}.cr-all-reviews-shortcode .cr-review-form-captcha .cr-recaptcha,.cr-ajax-reviews-review-form .cr-review-form-captcha .cr-recaptcha,.cr-reviews-grid .cr-review-form-captcha .cr-recaptcha{margin:0}.cr-all-reviews-shortcode .cr-review-form-buttons,.cr-ajax-reviews-review-form .cr-review-form-buttons,.cr-reviews-grid .cr-review-form-buttons,.cr-qna-block .cr-review-form-buttons{max-width:500px;margin:0 auto;padding:0 0 30px 0;position:relative;display:flex;gap:10px}.cr-qna-block .cr-qna-list-inl-answ .cr-review-form-buttons{padding:0}.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,.cr-reviews-grid .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,.cr-qna-block .cr-review-form-buttons .cr-review-form-submit{display:flex;background-color:#31856C;color:#fff;border:0;height:40px;line-height:20px;font-size:15px;width:50%;padding:0 10px;margin:0;align-items:center;justify-content:center}.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-buttons .cr-review-form-submit{width:100%}.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-submit:hover,.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-submit:hover,.cr-reviews-grid .cr-review-form-buttons .cr-review-form-submit:hover,.cr-qna-block .cr-review-form-buttons .cr-review-form-submit:hover{background-color:#276A56;text-decoration:none;cursor:pointer}.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit,.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-cancel,.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-comment .cr-review-form-comment-txt,.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-ne .cr-review-form-txt,.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-captcha,.cr-all-reviews-shortcode .cr-review-form-submitting .cr-onsite-question,.cr-all-reviews-shortcode .cr-review-form-submitting .cr-onsite-question-inp,.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-terms,.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit,.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-cancel,.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-comment .cr-review-form-comment-txt,.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-ne .cr-review-form-txt,.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-captcha,.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-onsite-question,.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-onsite-question-inp,.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-terms,.cr-reviews-grid .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit,.cr-reviews-grid .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-cancel,.cr-reviews-grid .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,.cr-reviews-grid .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,.cr-reviews-grid .cr-review-form-submitting .cr-review-form-comment .cr-review-form-comment-txt,.cr-reviews-grid .cr-review-form-submitting .cr-review-form-ne .cr-review-form-txt,.cr-reviews-grid .cr-review-form-submitting .cr-review-form-captcha,.cr-reviews-grid .cr-review-form-submitting .cr-onsite-question,.cr-reviews-grid .cr-review-form-submitting .cr-onsite-question-inp,.cr-reviews-grid .cr-review-form-submitting .cr-review-form-terms,.cr-qna-block .cr-review-form-submitting.cr-qna-new-q-form,.cr-qna-block .cr-review-form-submitting.cr-qna-list-inl-answ{pointer-events:none}.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-submit span,.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-submit span,.cr-reviews-grid .cr-review-form-buttons .cr-review-form-submit span{display:block}.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit span,.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit span,.cr-reviews-grid .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit span,.cr-qna-block .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit span{display:none}.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-submit img,.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-submit img,.cr-reviews-grid .cr-review-form-buttons .cr-review-form-submit img,.cr-qna-block .cr-review-form-buttons .cr-review-form-submit img{display:none;height:10px}.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit img,.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit img,.cr-reviews-grid .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit img,.cr-qna-block .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit img{display:block}.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel,.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel,.cr-reviews-grid .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel,.cr-qna-block .cr-review-form-buttons .cr-review-form-cancel{display:flex;background-color:#fff;color:#0E252C;border:0;height:40px;line-height:20px;font-size:15px;width:50%;border:solid 1px #D8E2E7;padding:0 10px;margin:0;align-items:center;justify-content:center}.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-buttons .cr-review-form-cancel{display:none}.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-cancel:hover,.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-cancel:hover,.cr-reviews-grid .cr-review-form-buttons .cr-review-form-cancel:hover,.cr-qna-block .cr-review-form-buttons .cr-review-form-cancel:hover{border:solid 1px #4D5D64;text-decoration:none;cursor:pointer}.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-rating,.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-comment,.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-ne,.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-captcha,.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-buttons,.cr-all-reviews-shortcode .cr-review-form-res .cr-onsite-ratings,.cr-all-reviews-shortcode .cr-review-form-res .cr-onsite-question,.cr-all-reviews-shortcode .cr-review-form-res .cr-form-item-media,.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-terms,.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-rating,.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-comment,.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-ne,.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-captcha,.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-buttons,.cr-ajax-reviews-review-form .cr-review-form-res .cr-onsite-ratings,.cr-ajax-reviews-review-form .cr-review-form-res .cr-onsite-question,.cr-ajax-reviews-review-form .cr-review-form-res .cr-form-item-media,.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-terms,.cr-reviews-grid .cr-review-form-res .cr-review-form-rating,.cr-reviews-grid .cr-review-form-res .cr-review-form-comment,.cr-reviews-grid .cr-review-form-res .cr-review-form-ne,.cr-reviews-grid .cr-review-form-res .cr-review-form-captcha,.cr-reviews-grid .cr-review-form-res .cr-review-form-buttons,.cr-reviews-grid .cr-review-form-res .cr-onsite-ratings,.cr-reviews-grid .cr-review-form-res .cr-onsite-question,.cr-reviews-grid .cr-review-form-res .cr-form-item-media,.cr-reviews-grid .cr-review-form-res .cr-review-form-terms,.cr-qna-block .cr-review-form-res .cr-review-form-comment,.cr-qna-block .cr-review-form-res .cr-review-form-ne,.cr-qna-block .cr-review-form-res .cr-review-form-buttons,.cr-qna-block .cr-review-form-res .cr-captcha-terms,.cr-qna-block .cr-review-form-res .cr-review-form-terms{display:none}.cr-all-reviews-shortcode .cr-review-form-result,.cr-ajax-reviews-review-form .cr-review-form-result,.cr-all-reviews-shortcode .cr-review-form-not-logged-in,.cr-ajax-reviews-review-form .cr-review-form-not-logged-in,.cr-reviews-grid .cr-review-form-result,.cr-reviews-grid .cr-review-form-not-logged-in,.cr-qna-block .cr-review-form-not-logged-in,.cr-qna-block .cr-review-form-result{max-width:500px;margin:0 auto;display:none;position:relative;padding:40px 0}.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result,.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result,.cr-all-reviews-shortcode .cr-review-form-not-logged-in,.cr-ajax-reviews-review-form .cr-review-form-not-logged-in,.cr-reviews-grid .cr-review-form-res .cr-review-form-result,.cr-reviews-grid .cr-review-form-not-logged-in,.cr-qna-block .cr-review-form-res .cr-review-form-result,.cr-qna-block .cr-review-form-not-logged-in{display:flex;flex-direction:column;align-items:center}.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result span,.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result span,.cr-all-reviews-shortcode .cr-review-form-not-logged-in span,.cr-ajax-reviews-review-form .cr-review-form-not-logged-in span,.cr-reviews-grid .cr-review-form-res .cr-review-form-result span,.cr-reviews-grid .cr-review-form-not-logged-in span,.cr-qna-block .cr-review-form-res .cr-review-form-result span,.cr-qna-block .cr-review-form-not-logged-in span{padding:0 0 20px 0}.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result .cr-review-form-continue,.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result .cr-review-form-continue,.cr-all-reviews-shortcode .cr-review-form-not-logged-in .cr-review-form-continue,.cr-ajax-reviews-review-form .cr-review-form-not-logged-in .cr-review-form-continue,.cr-reviews-grid .cr-review-form-res .cr-review-form-result .cr-review-form-continue,.cr-reviews-grid .cr-review-form-not-logged-in .cr-review-form-continue,.cr-qna-block .cr-review-form-res .cr-review-form-result .cr-review-form-continue,.cr-qna-block .cr-review-form-not-logged-in .cr-review-form-continue{display:flex;background-color:#31856C;color:#fff;border:0;height:40px;line-height:20px;font-size:15px;width:auto;text-decoration:none;align-items:center;justify-content:center}.cr-all-reviews-shortcode .cr-review-form-not-logged-in .cr-review-form-continue,.cr-ajax-reviews-review-form .cr-review-form-not-logged-in .cr-review-form-continue,.cr-reviews-grid .cr-review-form-not-logged-in .cr-review-form-continue,.cr-qna-block .cr-review-form-not-logged-in .cr-review-form-continue{padding:10px 20px;min-width:100px;text-align:center}.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover,.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover,.cr-all-reviews-shortcode .cr-review-form-not-logged-in .cr-review-form-continue:hover,.cr-ajax-reviews-review-form .cr-review-form-not-logged-in .cr-review-form-continue:hover,.cr-reviews-grid .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover,.cr-reviews-grid .cr-review-form-not-logged-in .cr-review-form-continue:hover,.cr-qna-block .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover,.cr-qna-block .cr-review-form-not-logged-in .cr-review-form-continue:hover{background-color:#276A56;text-decoration:none;cursor:pointer}.ivole-summaryBox{max-width:100%;font-size:14px}div.ivole-summaryBox{margin-bottom:2rem}.cr-summaryBox-wrap .cr-histogramTable{margin-bottom:0;border-collapse:collapse;border:0;width:100%;max-width:320px;min-width:auto;margin:0 auto}.cr-histogramTable .ivole-histogramRow{border:0}.cr-histogramTable tr.ivole-histogramRow td{padding:.2rem .3rem;vertical-align:middle;border:0;background-color:#fff0}.cr-histogramTable tr.ivole-histogramRow:first-child td{padding-top:0}.cr-histogramTable tr.ivole-histogramRow:last-child td{padding-bottom:0}.cr-histogramTable tr.ivole-histogramRow td:first-child{padding-left:0}.cr-histogramTable tr.ivole-histogramRow td:last-child{padding-right:0}#reviews .cr-credits-div,.cr-all-reviews-shortcode .cr-credits-div,.cr-reviews-grid .cr-credits-div{font-size:10px;text-align:right;width:100%;padding:0 5px;margin:7px 0;line-height:16px;display:flex;align-items:center;justify-content:right;box-sizing:border-box}.cr-reviews-grid .cr-credits-div{margin-top:0;padding:0 10px}.cr-all-reviews-shortcode .cr-credits-div a,#reviews .cr-credits-div a,.cr-reviews-grid .cr-credits-div a{text-decoration:none}.cr-all-reviews-shortcode .cr-credits-div a img,#reviews .cr-credits-div a img,.cr-reviews-grid .cr-credits-div a img{display:inline;height:16px;margin:0 0 0 4px;padding:0;vertical-align:middle}#reviews .cr-summaryBox-wrap .cr-count-filtered-reviews,.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-count-filtered-reviews,.cr-reviews-grid .cr-summaryBox-wrap .cr-count-filtered-reviews{width:100%;padding:5px 10px;margin-top:0;font-size:14px;color:#0E252C}.cr-histogramTable tr.ivole-histogramRow .ivole-histogram-a,.cr-histogramTable tr.ivole-histogramRow .cr-histogram-a{display:inline;cursor:pointer;color:#0E252C}.cr-histogramTable tr.ivole-histogramRow.ivole-histogramRow-s .ivole-histogram-a,.cr-histogramTable tr.ivole-histogramRow.ivole-histogramRow-s .cr-histogram-a{display:inline;font-weight:700}#reviews.cr-reviews-ajax-reviews{width:100%}.cr-all-reviews-shortcode .cr-count-row,#reviews.cr-reviews-ajax-reviews .cr-count-row{background-color:#F9F9F9;padding:10px 12px;font-size:12px;color:#0E252C;margin:24px 0;display:flex;align-items:center;justify-content:space-between}.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-count-row{display:none}.cr-all-reviews-shortcode .cr-count-row a,.cr-reviews-ajax-comments .cr-count-row a{color:#0E252C;text-decoration:underline}.cr-all-reviews-shortcode .cr-count-row a:hover,.cr-reviews-ajax-comments .cr-count-row a:hover{cursor:pointer;color:#0E252C}div.ivole-summaryBox.cr-summaryBox-ajax.cr-summaryBar-updating,div.ivole-summaryBox.cr-all-reviews-ajax.cr-summaryBar-updating,div.ivole-summaryBox.cr-summaryBar-updating,.cr-count-row .cr-seeAll-updating,.cr-ajax-reviews-sort.cr-sort-updating,.cr-review-tags-filter.cr-tags-updating{opacity:.5;pointer-events:none}.cr-voting-cont{display:flex;align-items:center;justify-content:flex-end}.cr-voting-cont img,.cr-voting-cont-uni svg{margin-left:0;margin-right:7px;margin-top:0;margin-bottom:0;width:13px;height:16px;cursor:pointer;pointer-events:auto}.rtl .cr-voting-cont img,.rtl .cr-voting-cont-uni svg{margin-right:0;margin-left:7px}.cr-voting-cont-uni .cr-voting-update svg{pointer-events:none}.cr-voting-cont-uni span.cr-voting-upvote svg:hover{color:#000}.cr-voting-cont-uni span{display:block;line-height:11px;font-size:11px;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.cr-voting-cont-uni span.cr-voting-upvote svg .cr-voting-svg-int{fill:none}.cr-voting-cont-uni span.cr-voting-upvote svg .cr-voting-svg-ext{fill:#18B394}.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg .cr-voting-svg-int{fill:#00A382;fill-opacity:.4}.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg .cr-voting-svg-ext{fill:#00A382}.cr-voting-cont-uni span.cr-voting-upvote svg:hover .cr-voting-svg-ext,.cr-voting-cont-uni span.cr-voting-downvote svg:hover .cr-voting-svg-ext,.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg:hover .cr-voting-svg-ext,.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg:hover .cr-voting-svg-ext,.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-update svg .cr-voting-svg-ext,.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-update svg .cr-voting-svg-ext{fill:#202020}.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-update svg .cr-voting-svg-int,.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-update svg .cr-voting-svg-int{fill:none;animation:pulse 1s infinite}@keyframes pulse{0%{fill:#FFF}50%{fill:#A9A9A9}100%{fill:#FFF}}.cr-voting-cont-uni span.cr-voting-downvote svg .cr-voting-svg-int{fill:none}.cr-voting-cont-uni span.cr-voting-downvote svg .cr-voting-svg-ext{fill:#CE2B37}.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg .cr-voting-svg-int{fill:#CA2430;fill-opacity:.4}.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg .cr-voting-svg-ext{fill:#CA2430}.cr-voting-cont-uni span.cr-voting-upvote-count{margin-right:10px;color:#18B394}.rtl .cr-voting-cont-uni span.cr-voting-upvote-count{margin-right:0;margin-left:10px}.cr-voting-cont-uni span.cr-voting-downvote-count{color:#CE2B37}.cr-all-reviews-shortcode ol li.comment,.cr-all-reviews-shortcode ol li.review{list-style:none;margin-right:0;margin-bottom:2.5em;position:relative;border:0}#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container,.cr-all-reviews-shortcode ol li.comment .comment_container,.cr-all-reviews-shortcode ol li.review .comment_container{position:relative;padding:0}#reviews .comment_container{position:relative}#reviews .comment_container .cr-avatar,.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .cr-avatar,.cr-all-reviews-shortcode ol li.comment .comment_container .cr-avatar,.cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar{float:left;position:absolute;padding:0;top:0;left:0;width:50px;height:auto;border:0 solid #e4e1e3;margin:0;box-shadow:none;border-radius:25px;max-height:none}.rtl #reviews .comment_container .cr-avatar,.rtl .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .cr-avatar,.rtl .cr-all-reviews-shortcode ol li.comment .comment_container .cr-avatar,.rtl .cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar{float:right;position:absolute;padding:0;top:0;right:0;width:50px;height:auto;border:0 solid #e4e1e3;margin:0;box-shadow:none;border-radius:25px;max-height:none}.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .cr-std-avatar,.cr-all-reviews-shortcode ol li.comment .comment_container .cr-std-avatar,.cr-all-reviews-shortcode ol li.review .comment_container .cr-std-avatar{float:left;position:absolute;padding:0;top:0;left:0;width:50px;height:auto;margin:0;max-height:none}.rtl .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .cr-std-avatar,.rtl .cr-all-reviews-shortcode ol li.comment .comment_container .cr-std-avatar,.rtl .cr-all-reviews-shortcode ol li.review .comment_container .cr-std-avatar{float:right;position:absolute;padding:0;top:0;right:0;width:50px;height:auto;margin:0;max-height:none}.cr-all-reviews-shortcode ol li.review .comment_container.cr-comment-no-avatar .cr-avatar{display:none}.cr-avatar-check{display:none}.cr-all-reviews-shortcode ol li.comment .comment_container .cr-avatar-check,.cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar-check,#reviews .comment_container .cr-avatar-check,.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .cr-avatar-check,.cr-reviews-grid .cr-review-card .cr-avatar-check,.cr-reviews-slider .cr-review-card .cr-avatar-check{width:20px;height:20px;background-color:#31856C;position:absolute;left:34px;top:28px;border-radius:10px;border:2px solid #FFF;display:flex;align-items:center;justify-content:center;box-sizing:border-box;z-index:10}.rtl .cr-all-reviews-shortcode ol li.comment .comment_container .cr-avatar-check,.rtl .cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar-check,.rtl #reviews .comment_container .cr-avatar-check,.rtl .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .cr-avatar-check,.rtl .cr-reviews-grid .cr-review-card .cr-avatar-check,.rtl .cr-reviews-slider .cr-review-card .cr-avatar-check{right:34px;left:auto}.cr-all-reviews-shortcode ol li.review .comment_container .meta,#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .meta{display:flex;align-items:baseline;justify-content:space-between;color:#767676;font-size:14px;flex-wrap:wrap}.cr-all-reviews-shortcode ol li div.comment_container a.cr-comment-a{box-shadow:none}.cr-all-reviews-shortcode ol li div.comment_container p.iv-comment-product{font-size:90%}.cr-all-reviews-shortcode ol li div.comment_container a.iv-comment-product-a{box-shadow:none;line-height:0}.cr-all-reviews-shortcode ol li .comment_container .iv-comment-product-img{width:20px;height:auto;vertical-align:top;margin-right:5px;display:inline;border-radius:3px}.cr-all-reviews-shortcode .commentlist.cr-pagination-load{opacity:.5;pointer-events:none}.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .cr-comment-text,.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text{margin:0 0 0 70px;border-top:0 solid #e4e1e3;border-left:0 solid #e4e1e3;border-right:0 solid #e4e1e3;border-bottom:1px solid #e4e1e3;padding:0 0 1em 0}.rtl .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .cr-comment-text,.rtl .cr-all-reviews-shortcode ol.commentlist li .cr-comment-text{margin:0 70px 0 0}.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .cr-comment-text.comment-text-no-avatar,.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text.comment-text-no-avatar{margin:0;float:none;width:100%}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text p,.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .cr-comment-text p{margin:9px 0 16px 0;text-align:left}.rtl .cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .cr-comment-text p{text-align:right}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta{font-size:16px}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta time{font-style:normal}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta .cr-meta-author-featured-date,.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .cr-comment-text .meta .cr-meta-author-featured-date{display:flex;flex-direction:row;column-gap:20px;align-items:baseline}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .cr-rating-product-name{display:flex;align-items:center;column-gap:20px}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .cr-rating-product-name .cr-product-name-picture{display:flex;align-items:center;margin:0 0 0 0;column-gap:7px}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .cr-rating-product-name .cr-product-name-picture .cr-comment-productname-a{font-size:14px;color:#0E252C}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .cr-rating-product-name .cr-product-name-picture .cr-comment-productname-a:hover{text-decoration:underline}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta .woocommerce-review__author,.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .cr-comment-text .meta .woocommerce-review__author{color:#0E252C;font-size:16px;display:inline;font-weight:500;margin:0;text-indent:0}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta .woocommerce-review__verified,.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .cr-comment-text .meta .woocommerce-review__verified{display:block;color:#4D5D64;font-size:14px;font-weight:400;margin:0;text-indent:0}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta .cr-meta-author-date time{color:#4D5D64}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta .cr-meta-author-title{display:flex;align-items:flex-start;flex-direction:column}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta .cr-meta-author-title svg{width:18px;height:18px;display:block;margin:0 0 0 10px;color:#4D5D64}.cr-tag{color:#3d3d3d;background-color:#EEEFF2;display:inline-block;padding:.2em .4em;font-size:12px;text-align:center;white-space:nowrap;vertical-align:middle;border-radius:.7em;border:1px solid #c3c6d1;border-color:#31856C;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.cr-review-tags-filter .cr-tag{font-size:14px;border-radius:.7em;margin-right:5px;margin-bottom:7px;border-color:#D0D0D0}.cr-review-tags-filter span.cr-tag:hover{border-color:#31856C;cursor:pointer}.cr-review-tags-filter{padding-top:5px;padding-left:0;padding-right:0;padding-bottom:0;pointer-events:auto;opacity:1}.cr-review-tags-filter span.cr-tag.cr-tag-selected{border-color:#31856C;background-color:#D3D3D3}div.cr-review-tags-filter.cr-review-tags-filter-disabled{pointer-events:none;opacity:.5}.cr-review-tags{margin-bottom:1em}.cr-incentivized-badge{display:flex;column-gap:4px;align-items:center;font-size:10px;line-height:10px;margin:0 0 1em 0}.cr-reviews-grid .cr-review-card .cr-incentivized-row .cr-incentivized-badge,.cr-reviews-slider .cr-review-card .cr-incentivized-row .cr-incentivized-badge{margin:0}.cr-incentivized-badge .cr-incentivized-icon{display:block;height:12px}.cr-incentivized-badge .cr-incentivized-icon .cr-incentivized-svg{width:12px;height:12px}.cr-all-reviews-shortcode ol.commentlist ul.children,#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list ul.children{list-style:none outside;margin:20px 0 0 50px;margin-inline-start:70px;padding-inline-start:0}.ivole-verified-badge{font-size:12px;vertical-align:middle}.ivole-verified-badge-text{vertical-align:middle}.ivole-verified-badge span.ivole-review-country-text,p.ivole-verified-badge span.ivole-review-country-space{vertical-align:middle}.cr-all-reviews-shortcode ol.commentlist,#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list{list-style-type:none;margin:0;padding:0 0 1.5em 0;display:block;position:relative}.cr-all-reviews-shortcode ol.commentlist li,#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list li{margin:0 0 30px 0;list-style:none;clear:both;border:0;padding:0}.cr-all-reviews-shortcode.cr-all-reviews-new-review ol.commentlist,.cr-reviews-grid.cr-reviews-grid-new-review .cr-reviews-grid-inner,.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-review-tags-filter,.cr-reviews-grid.cr-reviews-grid-new-review .cr-review-tags-filter{display:none}.cr-all-reviews-shortcode .ivole-review-country-icon,#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .ivole-review-country-icon{display:inline;height:12px;width:auto;margin:0 0 0 5px;border-radius:0}.woocommerce #content #reviews p.ivole-verified-badge img.ivole-review-country-icon,#reviews p.ivole-verified-badge img.ivole-review-country-icon{float:none;height:12px;width:auto;vertical-align:middle;margin:0 5px 0 0;display:inline;border-radius:0}.woocommerce #content div.product #reviews .comment img.ivole-verified-badge-icon,.woocommerce #content div.Product #reviews .comment_container img.ivole-verified-badge-icon,.woocommerce div.product #reviews .comment img.ivole-verified-badge-icon,.woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-icon,.woocommerce-page div.product #reviews .comment img.ivole-verified-badge-icon,#reviews p.ivole-verified-badge img.ivole-verified-badge-icon,p.ivole-verified-badge img.ivole-verified-badge-icon,#reviews img.ivole-verified-badge-icon,img.ivole-verified-badge-icon{float:none;height:20px;width:auto;vertical-align:middle;margin:0 5px 0 0;display:inline;border-radius:0}.woocommerce #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,.woocommerce #content div.Product #reviews .comment_container img.ivole-verified-badge-ext-icon,.woocommerce div.product #reviews .comment img.ivole-verified-badge-ext-icon,.woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,.woocommerce-page div.product #reviews .comment img.ivole-verified-badge-ext-icon,#reviews p.ivole-verified-badge .ivole-verified-badge-text img.ivole-verified-badge-ext-icon,p.ivole-verified-badge .ivole-verified-badge-text img.ivole-verified-badge-ext-icon,#reviews img.ivole-verified-badge-ext-icon,img.ivole-verified-badge-ext-icon{float:none;height:11px;width:11px;vertical-align:middle;margin:0 0 0 5px;display:inline;border-radius:0}.cr-form-item-media-none{padding:24px;text-align:left;display:flex;align-items:center;cursor:pointer;border:1px dashed #D8E2E7;border-radius:2px}.cr-review-form-error .cr-form-item-media-none{border-color:#CE2B37}.cr-form-visible .cr-form-item-media-none{display:none}.cr-form-item-media-none .cr-form-item-media-icon{width:60px;height:60px;padding:8px;border:1px solid #e0e0e0;fill:#e0e0e0;border-radius:2px;flex-shrink:0}.cr-form-item-media-none .cr-form-item-media-icon:first-child{margin:0 5px 0 0}.rtl .cr-form-item-media-none .cr-form-item-media-icon:first-child{margin:0 0 0 5px}.cr-rtl .cr-form-item-media-none .cr-form-item-media-icon:first-child{margin-right:0;margin-left:5px}.cr-form-item-media-none span{display:inline-block;vertical-align:top;margin:0 0 0 20px;color:#4D5D64;font-size:12px}.rtl .cr-form-item-media-none span{margin:0 20px 0 0}.cr-rtl .cr-form-item-media-none span{margin-left:0;margin-right:20px}.cr-form-item-media-none:active{border-color:#c9c9c9}.cr-form-item-media-none:active .cr-form-item-media-icon{border:1px solid #c9c9c9;fill:#c9c9c9}.cr-form-item-media .cr-form-item-media-file{display:none}.cr-form-item-media-preview{display:none;margin:0;flex-wrap:wrap}.cr-form-visible .cr-form-item-media-preview{display:flex;row-gap:9px}.cr-form-item-media-preview .cr-upload-images-containers{width:108px;height:108px;margin-bottom:0;margin-right:9px;position:relative;display:flex;align-items:center;justify-content:center;pointer-events:auto;border:1px solid #D8E2E7;padding:0;overflow:hidden}.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-delete-pending{pointer-events:none}.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok{padding:0}.cr-form-item-media-preview .cr-upload-images-containers img{margin:0 0 0 0;opacity:.3;object-fit:cover}.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-video-thumbnail{width:108px;height:108px;margin:0 0 0 0;opacity:.3;padding:15px;border:1px solid #e0e0e0;fill:#e0e0e0;border-radius:2px}.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok img{opacity:1}.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-video-thumbnail{opacity:.6;border-width:0}.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending img{opacity:.2}.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-video-thumbnail{opacity:.2}.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-delete{padding:1px;position:absolute;top:2px;right:2px;width:16px;height:16px;display:none;background-color:#CE2B37;border-radius:8px;border:0 solid;line-height:0;cursor:pointer}.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-delete{display:block}.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-delete{opacity:.2}.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-delete .cr-no-icon{fill:#fff}.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-delete-spinner{margin:0;background:url(/wp-content/plugins/customer-reviews-woocommerce/img/spinner-2x.gif) no-repeat;background-size:20px 20px;width:20px;height:20px;display:none;text-decoration:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete-spinner{display:block}.cr-form-item-media-preview .cr-form-item-media-add{cursor:pointer;width:108px;height:108px;text-align:center;line-height:108px;font-size:40px;color:#e0e0e0;border:1px dashed #e0e0e0;margin-bottom:0;display:inline-block}.cr-form-item-media-preview .cr-form-item-media-add:active{border-color:#c9c9c9;color:#c9c9c9}.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-pbar{width:94px;height:10px;margin:0 5px 0 5px;padding:0;position:absolute;top:50%;left:0;transform:translate(0,-50%);background-color:#ddd;border-radius:5px}.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-pbar{display:none}.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-pbar .cr-upload-images-pbarin{width:0;height:100%;margin:0;padding:0;background-color:#1AB394;border-radius:5px}.cr-pswp{display:none}.cr-reviews-rating{display:flex;column-gap:10px;align-items:center;margin:0;padding:0;line-height:0;.cr-qna-separator{margin:0}}.cr-average-rating-stars{line-height:0}.crstar-rating-svg{margin:8px 0;position:relative;display:inline-block}.cr-reviews-grid .cr-review-card .crstar-rating-svg,.cr-reviews-slider .cr-review-card .crstar-rating-svg,.cr-reviews-rating .crstar-rating-svg,.cr-ajax-reviews-slide-main-comment .crstar-rating-svg,.crf-custom-question-rating-cont .crstar-rating-svg{margin:0}.cr-average-rating-stars .crstar-rating-svg{margin:5px 0 0 0}.crstar-rating-svg .cr-rating-icon-base{display:flex;height:20px}.crstar-rating-svg .cr-rating-icon-frnt{display:flex;height:20px;position:absolute;top:0;left:0;overflow:hidden}.cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-base,.cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt,.cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-base,.cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt{height:25px;column-gap:3px}.crf-custom-question-rating-cont .crstar-rating-svg .cr-rating-icon-base,.crf-custom-question-rating-cont .crstar-rating-svg .cr-rating-icon-frnt,.cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-base,.cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-frnt{height:18px;column-gap:0}.rtl .crstar-rating-svg .cr-rating-icon-frnt{right:0;left:auto}.crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg{width:20px;height:20px;fill:none;stroke:#FFBC00}.crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon{width:20px;height:20px;fill:#FFBC00;flex-shrink:0}.cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg,.cr-reviews-grid .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon,.cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg,.cr-reviews-slider .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon{width:25px;height:25px}.crf-custom-question-rating-cont .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg,.crf-custom-question-rating-cont .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon,.cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg,.cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon{width:18px;height:18px}.cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg{stroke:#aaa}.cr-reviews-slider .cr-sldr-custom-question .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon{fill:#aaa}@media (max-width:500px){#reviews .cr-summaryBox-wrap .ivole-summaryBox,#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap,.cr-all-reviews-shortcode .cr-summaryBox-wrap .ivole-summaryBox,.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .ivole-summaryBox,.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap,.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap,.cr-reviews-grid .cr-summaryBox-wrap .ivole-summaryBox,.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .ivole-summaryBox,.cr-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap,.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap,.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap{width:100%;flex:0 0 100%}.cr-all-reviews-shortcode ol.commentlist{margin-left:0;margin-right:0}.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator,.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator{width:100%;display:flex;justify-content:center;align-items:center}.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator-int,.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator-int{width:50px;height:2px}.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator-side,.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator-side{display:none}.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap,.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap{width:100%;padding:10px}}.woocommerce .product #reviews .comment-text p.ivf-custom-question-checkbox,.woocommerce .product #reviews .cr-comment-text p.ivf-custom-question-checkbox{font-weight:550;margin:.6em 0}.woocommerce .product #reviews .comment-text ul.ivf-custom-question-ul,.woocommerce .product #reviews .cr-comment-text ul.ivf-custom-question-ul{margin:.6em 0}.woocommerce .product #reviews .comment-text ul.ivf-custom-question-ul li,.woocommerce .product #reviews .cr-comment-text ul.ivf-custom-question-ul li{margin:0}.woocommerce .product #reviews .comment-text span.ivf-custom-question-radio,.woocommerce .product #reviews .cr-comment-text span.ivf-custom-question-radio{font-weight:550}.woocommerce .product #reviews .comment-text hr.ivf-custom-question-hr,.woocommerce .product #reviews .cr-comment-text hr.ivf-custom-question-hr,.cr-all-reviews-shortcode .commentlist hr.ivf-custom-question-hr{margin:.6em 0}.cr-all-reviews-shortcode .commentlist hr.ivf-custom-question-hr{display:none}.cr-all-reviews-shortcode .commentlist .cr-comment-text .ivf-custom-question-p{font-size:14px;margin:.5em 0}.woocommerce .product #reviews .comment-text .crf-custom-question-rating-cont,.woocommerce .product #reviews .cr-comment-text .crf-custom-question-rating-cont,.cr-all-reviews-shortcode .commentlist .crf-custom-question-rating-cont{margin:.6em 0;display:flex;align-items:center;flex-direction:row}.cr-all-reviews-shortcode .commentlist .crf-custom-question-rating-cont{font-size:14px}.woocommerce .product #reviews .comment-text p.ivf-custom-question-p,.woocommerce .product #reviews .cr-comment-text p.ivf-custom-question-p,.cr-all-reviews-shortcode .commentlist p.ivf-custom-question-p{margin:.6em 0}.woocommerce .product #reviews .comment-text .crf-custom-question-rating,.woocommerce .product #reviews .cr-comment-text .crf-custom-question-rating,.cr-all-reviews-shortcode .commentlist .crf-custom-question-rating{padding-right:7px;font-weight:550}.woocommerce .product #reviews .comment-text .crf-custom-question-rating-cont .star-rating,.woocommerce .product #reviews .cr-comment-text .crf-custom-question-rating-cont .star-rating,.cr-all-reviews-shortcode .commentlist .crf-custom-question-rating-cont .star-rating{font-size:1em;height:1.1em;line-height:1.1em;float:none;margin:0}.cr-review-form-wrap .cr-onsite-key-question{display:block;margin:1.5em auto;position:relative;width:100%;max-width:500px}.cr-review-form-wrap .cr-onsite-key-question label{font-size:16px}.cr-review-form-wrap .cr-onsite-key-question .cr-onsite-question-inp{font-size:16px;width:100%;box-sizing:border-box}.cr-onsite-questions .cr-onsite-question{display:block;margin:1.5em 0;position:relative}.cr-onsite-questions .cr-onsite-question .required,.cr-onsite-ratings .cr-review-form-rating .required,.cr-review-form-rating-overall .cr-review-form-rating .required{margin:0 0 0 3px}.cr-onsite-questions .cr-onsite-question label,.cr-onsite-questions .cr-onsite-question input{display:block}.cr-onsite-questions .cr-onsite-question.cr-full-width label,.cr-onsite-questions .cr-onsite-question.cr-full-width input{width:100%}.cr-review-form-wrap .cr-onsite-questions .cr-onsite-question.cr-full-width label{width:auto}.cr-onsite-ratings{border-top:1px solid #DFE4E7;border-bottom:1px solid #DFE4E7}.cr-onsite-ratings.cr-onsite-ratings-only{border-bottom:none}.cr-review-form-wrap .cr-onsite-ratings{max-width:500px;margin:0 auto}.cr-customer-consent .checkbox input.cr-customer-consent-checkbox{margin-right:7px;position:relative}#kco-extra-checkout-fields .cr-customer-consent{display:none}.cr-show-more{width:100%}.cr-reviews-ajax-reviews .cr-show-more-reviews-prd,.cr-all-reviews-shortcode .cr-show-more-button,.cr-reviews-grid .cr-show-more-button,.cr-qna-block .cr-show-more-que{display:block;margin:10px auto;height:40px;padding:0 20px 0 20px;border:solid 1px #BCCCD4;font-size:14px;background-color:#fff0;color:#0E252C}.cr-qna-block .cr-show-more-que{margin:20px auto}.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-show-more-button,.cr-reviews-grid.cr-reviews-grid-new-review .cr-show-more-button{display:none}.cr-reviews-ajax-reviews .cr-show-more-reviews-prd:hover,.cr-reviews-ajax-reviews .cr-show-more-reviews-prd:focus,.cr-all-reviews-shortcode .cr-show-more-button:hover,.cr-all-reviews-shortcode .cr-show-more-button:focus,.cr-reviews-grid .cr-show-more-button:hover,.cr-reviews-grid .cr-show-more-button:focus,.cr-qna-block .cr-show-more-que:hover,.cr-qna-block .cr-show-more-que:focus{border:solid 1px #00A79D;background-color:#fff0;color:#0E252C}.cr-show-more-review-spinner,.cr-show-more .cr-show-more-spinner,.cr-all-reviews-shortcode .commentlist.cr-pagination-load .cr-pagination-review-spinner{display:block;margin:20px auto;background:url(/wp-content/plugins/customer-reviews-woocommerce/img/spinner-2x.gif) no-repeat;background-size:20px 20px;width:20px;height:20px}.cr-all-reviews-shortcode .commentlist.cr-pagination-load .cr-pagination-review-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:auto}.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-show-more-review-spinner,.cr-reviews-grid.cr-reviews-grid-new-review .cr-show-more-review-spinner,.cr-all-reviews-shortcode .commentlist .cr-pagination-review-spinner{display:none}.cr-show-more-review-spinner-cnt{width:100%;height:60px;display:flex;align-items:center}.cr-reviews-ajax-reviews .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort,.cr-all-reviews-shortcode .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort{display:block;margin:0;background:#fff0;border:0;padding:4px;width:auto;height:auto;appearance:auto;color:#0E252C;font-size:12px;font-weight:500}.cr-ajax-reviews-sort-div{display:flex;justify-content:space-between}.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-search-no-reviews{display:none}#reviews.cr-reviews-ajax-reviews .cr-button-search,.cr-all-reviews-shortcode .cr-button-search{border:1px solid;border-radius:4px 4px 4px 4px;border-color:#ADB1B8 #A2A6AC #8D9096;padding:3px 10px;background:-webkit-linear-gradient(top,#f7f8fa,#e7e9ec);background:linear-gradient(to bottom,#f7f8fa,#e7e9ec);font-weight:400;color:#000;letter-spacing:normal;font-size:1em;text-transform:none;line-height:1.5em;margin-top:0;margin-bottom:0;margin-left:5px;margin-right:0;white-space:nowrap;width:auto}.rtl #reviews.cr-reviews-ajax-reviews .cr-button-search,.rtl .cr-all-reviews-shortcode .cr-button-search{margin-left:0;margin-right:5px}#reviews.cr-reviews-ajax-reviews .cr-button-search:hover,.cr-all-reviews-shortcode .cr-button-search:hover{background:#e0e3e9;background:-webkit-linear-gradient(top,#e7eaf0,#d9dce1);background:linear-gradient(to bottom,#e7eaf0,#d9dce1);text-decoration:none}#reviews.cr-reviews-ajax-reviews .cr-ajax-search,.cr-all-reviews-shortcode .cr-ajax-search{display:flex;padding:0;margin:24px 0;width:100%}.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-ajax-search{display:none}#reviews.cr-reviews-ajax-reviews .cr-ajax-search div,.cr-all-reviews-shortcode .cr-ajax-search div,.cr-qna-block .cr-qna-search-block div{position:relative;flex-grow:1}.cr-reviews-ajax-reviews input.cr-input-text[type="text"],.cr-all-reviews-shortcode .cr-ajax-search input.cr-input-text[type="text"],.cr-ajax-search input[type="text"]{border:1px solid;border-radius:4px 4px 4px 4px;border-color:#ADB1B8 #A2A6AC #8D9096;background-color:#fff;padding:3px 10px;padding-left:calc(1.5em + .75rem);padding-right:1.8em;width:100%;line-height:1.5em;margin:0;font-size:1em;box-sizing:border-box}.rtl .cr-reviews-ajax-reviews input.cr-input-text[type="text"],.rtl .cr-all-reviews-shortcode .cr-ajax-search input.cr-input-text[type="text"],.rtl .cr-ajax-search input[type="text"]{padding-right:calc(1.5em + .75rem);padding-left:1.8em}#reviews.cr-reviews-ajax-reviews .cr-ajax-search .cr-ajax-search-icon,.cr-all-reviews-shortcode .cr-ajax-search .cr-ajax-search-icon,.cr-ajax-search .cr-ajax-search-icon{position:absolute;display:inline-block;top:50%;left:9px;transform:translateY(-50%);width:1.1em;height:1.1em}.rtl #reviews.cr-reviews-ajax-reviews .cr-ajax-search .cr-ajax-search-icon,.rtl .cr-all-reviews-shortcode .cr-ajax-search .cr-ajax-search-icon,.rtl .cr-ajax-search .cr-ajax-search-icon{right:9px}.cr-qna-block .cr-input-text,.cr-ajax-search input[type="text"]{border:1px solid;border-radius:4px 4px 4px 4px;border-color:#ADB1B8 #A2A6AC #8D9096;background-color:#fff;color:#898F92;padding:3px 10px;padding-left:calc(1.5em + .75rem);padding-right:1.5em;width:100%;margin:0;font-size:1em;box-shadow:none;outline:none;box-sizing:border-box}.cr-ajax-search input[type="text"]{height:42px}.cr-qna-block .cr-input-text{height:100%}.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary{display:flex;justify-content:space-between;align-items:center;width:100%}.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt{height:40px;display:flex;align-items:center}.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt .cr-nosummary-rating-val{font-size:25px;font-weight:700;margin:0 0 0 15px;color:#0E252C}.rtl .cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt .cr-nosummary-rating-val{margin:0 15px 0 0}.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt .cr-nosummary-rating-lbl{font-size:20px;font-weight:400;margin:0 0 0 15px;color:#4D5D64}.rtl .cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt .cr-nosummary-rating-lbl{margin:0 15px 0 0}.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-add{margin:0 0 0 15px;cursor:pointer;background-color:#31856C;color:#fff;display:flex;align-items:center;justify-content:center;min-height:40px;text-transform:none;line-height:20px;font-size:15px;border:none}.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-add:hover{background-color:#276A56}#reviews.cr-reviews-ajax-reviews .cr-clear-input,.cr-all-reviews-shortcode .cr-clear-input,.cr-qna-block .cr-qna-search-block .cr-clear-input{display:none;position:absolute;cursor:pointer;margin-left:-1.7em;margin-top:-8px;height:16px;top:50%;right:8px}.rtl #reviews.cr-reviews-ajax-reviews .cr-clear-input,.rtl .cr-all-reviews-shortcode .cr-clear-input,.rtl .cr-qna-block .cr-qna-search-block .cr-clear-input{left:8px;right:auto;margin-left:0}.cr-all-reviews-shortcode .cr-clear-input.cr-visible{display:inline-block}#reviews.cr-reviews-ajax-reviews .cr-clear-input svg,.cr-all-reviews-shortcode .cr-clear-input svg,.cr-qna-block .cr-qna-search-block .cr-clear-input svg{display:block;height:16px}#reviews.cr-reviews-ajax-reviews .cr-qna-search-icon,.cr-all-reviews-shortcode .cr-qna-search-icon,.cr-qna-block .cr-qna-search-block .cr-qna-search-icon{fill:#18B394;display:inline-block;position:absolute;width:1.1em;height:1.1em;left:9px;top:50%;transform:translateY(-50%)}#reviews.cr-reviews-ajax-reviews .cr-input-text:focus,.cr-all-reviews-shortcode .cr-input-text:focus,.cr-qna-block .cr-input-text:focus,.cr-ajax-search input[type="text"]:focus{background-color:#fff;outline:none;border-color:#e77600;box-shadow:0 0 3px 2px rgb(228 121 17 / .5)}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-add-review{display:block;margin:1em 0;border:1px solid;border-radius:4px 4px 4px 4px;border-color:#ADB1B8 #A2A6AC #8D9096;padding:3px 10px;background:-webkit-linear-gradient(top,#f7f8fa,#e7e9ec);background:linear-gradient(to bottom,#f7f8fa,#e7e9ec);font-weight:600;color:#000;letter-spacing:normal;font-size:1em;text-transform:none;line-height:normal}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-add-review:hover{background:#e0e3e9;background:-webkit-linear-gradient(top,#e7eaf0,#d9dce1);background:linear-gradient(to bottom,#e7eaf0,#d9dce1);text-decoration:none}.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review,.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review{display:block;background-color:#31856C;color:#fff;border:0;height:40px;line-height:20px;font-size:15px;width:auto;padding:10px 20px;margin:0}.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review:hover,.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review:hover{background-color:#276A56;text-decoration:none;cursor:pointer}.cr-ajax-reviews-review-form{display:none}.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc{display:block}#reviews.cr-reviews-ajax-reviews .comment-reply-title{display:block;font-size:1.5em}.cr-ajax-reviews-review-form p.form-submit{display:flex;justify-content:space-between;align-items:center}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-div,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-div{margin:12px 0 24px 0}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-div .cr-ajax-reviews-cus-images-title,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-div .cr-ajax-reviews-cus-images-title{font-size:1em;margin:0 auto 5px auto}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-div2,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-div2{white-space:nowrap;overflow-x:auto;overflow-y:hidden}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal-cont,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal-cont{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(120 120 120 / .8);z-index:100001;display:none;opacity:0}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal-cont.cr-mask-active,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal-cont.cr-mask-active{visibility:visible;opacity:1;display:flex;justify-content:center;align-items:center}.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal{visibility:visible;position:relative;max-width:100vw;width:700px;background:#fff;z-index:100001;display:block;border-radius:3px;opacity:1;max-height:100vh}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-hdr,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-hdr{height:36px;background:#f2f2f2;background:#f1f1f1;background:-webkit-linear-gradient(top,#f7f7f7,#eaeaea);background:linear-gradient(to bottom,#f7f7f7,#eaeaea);box-shadow:0 1px 0 rgb(255 255 255 / .5) inset,0 -1px 0 rgb(255 255 255 / .4) inset;position:relative;border-bottom:1px solid #cdcdcd;border-bottom-color:rgb(0 0 0 / .2);border-top-left-radius:3px;border-top-right-radius:3px}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close{display:block;zoom:1;background-color:#fff0;border:none;float:right;padding:8px;position:absolute;top:50%;right:5px;margin:-15px 0 0;line-height:0;min-height:auto}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close svg,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close svg{opacity:.64;width:15px;height:15px;font-size:15px}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-close .cr-no-icon,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-close .cr-no-icon{fill:#333}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-slide-main-flex,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-slide-main-flex{display:flex;flex-direction:row;justify-content:space-evenly;gap:20px}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav{width:80%;margin:0 auto 35px auto;background-color:#f4f4f4}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav img,#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav video,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav img,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav video{max-height:75px;margin:0 auto;width:auto}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-nav .cr-ajax-reviews-slide-nav{padding:0;line-height:0;text-align:center;position:relative}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main img,#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main video,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main img,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main video{max-width:400px;max-height:400px;width:auto}.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment{width:250px;padding:0;line-height:1.5}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment p,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment p{margin:0;display:block}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment time,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment time{opacity:.5;font-size:.875em;display:block}.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment .cr-ajax-reviews-slide-main-comment-body,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment .cr-ajax-reviews-slide-main-comment-body{max-height:300px;overflow-x:hidden;overflow-y:scroll;line-height:normal}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main.slick-initialized .slick-slide,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main.slick-initialized .slick-slide{float:none;display:inline-block;vertical-align:middle}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-vote,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-vote{box-sizing:border-box;margin:1em 0 0 0}.cr-search-highlight{background:linear-gradient(0deg,#FFEB82,#FFEB82),#F9F9F9}.cr-noscroll{overflow:hidden}.product_meta .cr_gtin_val,.product_meta .cr_mpn_val,.product_meta .cr_brand_val{display:inline}.cr-reviews-slider .cr-slider-read-more a,.cr-reviews-slider .cr-slider-read-less a,.cr-reviews-grid .cr-grid-read-more a,.cr-reviews-grid .cr-grid-read-less a{font-size:.8em}.cr-reviews-slider .cr-slider-details,.cr-reviews-grid .cr-grid-details{display:none}.cr-qna-block .cr-qna-search-block{display:flex;justify-content:flex-end;margin-bottom:30px}.cr-qna-block .cr-qna-list-block{display:block}.cr-qna-block.cr-qna-new-q-form-open .cr-qna-search-block,.cr-qna-block.cr-qna-new-q-form-open .cr-qna-list-block{display:none}.cr-qna-block .cr-qna-search-block .cr-qna-ask-button{font-size:16px;font-weight:400;background:#31856C;border:0 solid;border-radius:0;min-height:42px;color:#FFF;cursor:pointer;display:inline-block;outline-style:none;margin-top:0;margin-bottom:0;margin-left:10px;margin-right:0;padding:5px 15px}.cr-qna-block .cr-qna-search-block .cr-qna-ask-button:hover{background:#276A56}.rtl .cr-qna-block .cr-qna-search-block .cr-qna-ask-button{margin-left:0;margin-right:10px}.cr-qna-block .cr-qna-list-block div.cr-qna-list-empty{padding:30px;text-align:center}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont{margin-top:20px;margin-bottom:0;margin-right:0;margin-left:0;overflow-wrap:break-word;word-break:break-word}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q,.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a,.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b{display:flex;margin:0}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a,.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b{margin-top:20px}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-l{min-width:50px;display:flex;align-items:center}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-l,.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-l{min-width:50px;display:flex;align-items:flex-start}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon{width:30px;height:30px}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon circle{stroke:#31856C}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon path{fill:#31856C}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-v-icon{width:16px;height:16px;max-width:100%;max-height:100%;display:inline-block;vertical-align:middle;margin-right:10px}.rtl .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-v-icon{margin-left:10px;margin-right:0}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r,.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r{display:block}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r{padding-bottom:20px;border-bottom:solid 2px #F9F9F9;border-top:solid 0;border-right:solid 0;border-left:solid 0;width:100%;display:flex;justify-content:space-between;align-items:flex-end}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r.cr-qna-list-q-b-r-no-ans{justify-content:right}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b.cr-qna-ans-form-open .cr-qna-list-q-b-r{display:none}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-inl-answ{padding-bottom:20px;border-bottom:solid 2px #F9F9F9;border-top:solid 0;border-right:solid 0;border-left:solid 0;width:100%;display:none}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b.cr-qna-ans-form-open .cr-qna-list-inl-answ{display:block}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r .cr-qna-q-voting{display:flex;align-items:center}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer{display:block;border-left:solid 3px #BCCCD4;border-top:solid 0;border-right:solid 0;border-bottom:solid 0;padding-left:16px;padding-right:0;padding-top:0;padding-bottom:0;margin-bottom:10px}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer.cr-qna-list-last{margin-bottom:0}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r .cr-qna-list-question{font-size:18px;font-weight:600;line-height:1.2;display:block;color:#203741}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer-s{font-size:16px;font-weight:400;line-height:1.2;display:block;color:#203741}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer-s p{margin:0}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer-s a{text-decoration:underline;color:#6d6d6d;cursor:pointer}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r .cr-qna-list-q-author,.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-q-author{font-size:14px;font-weight:400;line-height:1.2;display:block;color:#276A56;font-style:italic;margin-top:5px;margin-bottom:0;margin-left:0;margin-right:0}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-author .cr-qna-list-q-author-b{font-weight:600}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-author-verified{font-size:14px;color:#276A56}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-ans-button{font-size:14px;font-weight:600;background:#FFF;border:1px solid #BCCCD4;border-radius:0;height:42px;color:#276A56;cursor:pointer;display:inline-block;outline-style:none;padding:4px 15px}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-ans-button:hover{border-color:#4D5D64}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b-r-no-ans .cr-qna-ans-button{display:none}.cr-qna-block #cr-show-more-q-spinner{display:block;margin:30px auto;background:url(/wp-content/plugins/customer-reviews-woocommerce/img/spinner-2x.gif) no-repeat;background-size:20px 20px;width:20px;height:20px}.cr-qna-block .cr-search-no-qna{margin:30px auto;text-align:center;color:#203741}#reviews.cr-reviews-ajax-reviews p.cr-featured-badge,.cr-all-reviews-shortcode p.cr-featured-badge{margin:0 0 10px 0}#reviews.cr-reviews-ajax-reviews .cr-featured-badge span,#reviews.cr-reviews-ajax-reviews .cr-all-featured-badge span,.cr-all-reviews-shortcode .cr-all-featured-badge span{text-transform:uppercase;display:inline-block;font-size:12px;-moz-box-shadow:inset 0 1px 0 0 #fff6af;-webkit-box-shadow:inset 0 1px 0 0 #fff6af;box-shadow:inset 0 1px 0 0 #fff6af;background-color:#ffec64;-webkit-border-top-left-radius:3px;-moz-border-radius-topleft:3px;border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-moz-border-radius-topright:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-bottomright:3px;border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-bottomleft:3px;border-bottom-left-radius:3px;text-indent:0;border:1px solid #fa2;color:#333;font-weight:400;font-style:normal;line-height:20px;text-decoration:none;text-align:center;text-shadow:0 1px 0 #fe6;padding:0 5px}.cr-reviews-ajax-reviews .cr-reviews-ajax-comments .cr-ajax-reviews-list .review .cr-comment-text{display:block;border-bottom:1px solid #e4e1e3;padding-bottom:1em}.cr-comment-text .cr-comment-head-text{font-size:18px;font-weight:600;margin:0 0 9px 0}.comment-text .cr-comment-head-text{font-size:18px;font-weight:600;margin:0 0 .5em 0}.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch{text-align:center;background-color:#F9F9F9}.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch a{color:#4D5D64}.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch a:hover,.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch a:active{color:#0E252C}#review_form .cr-upload-local-images .cr-upload-images-status,.cr-upload-local-images .cr-upload-images-status{display:block;margin:0 0 10px 0;padding:3px 5px}#review_form .cr-upload-local-images #cr_review_image,.cr-upload-local-images #cr_review_image{margin:0 0 15px 0;width:100%}#review_form .cr-upload-local-images .cr-upload-images-status.cr-upload-images-status-error,.cr-upload-local-images .cr-upload-images-status.cr-upload-images-status-error{background-color:#FF4136;color:#303030}#review_form .cr-upload-images-preview,.cr-upload-images-preview{display:flex;margin:0 0 0 0}#review_form .cr-upload-images-preview .cr-upload-images-containers,.cr-upload-images-preview .cr-upload-images-containers{width:75px;height:75px;margin:0 10px 10px 0;position:relative;display:flex;align-items:center;justify-content:center;pointer-events:auto}#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-video-thumbnail,.cr-upload-images-preview .cr-upload-images-containers .cr-upload-video-thumbnail{margin:0;opacity:.3;padding:15px;border:1px solid #e0e0e0;fill:#e0e0e0;border-radius:2px}#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending,.cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending{pointer-events:none}#review_form .cr-upload-images-preview .cr-upload-images-thumbnail,.cr-upload-images-preview .cr-upload-images-thumbnail{max-width:100%;max-height:100%;margin:0 0 0 0;opacity:.3}#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-thumbnail,.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-thumbnail,#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-video-thumbnail,.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-video-thumbnail{opacity:.2}#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-pbar,.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-pbar{width:65px;height:10px;margin:0 5px 0 5px;padding:0;position:absolute;top:50%;left:0;transform:translate(0,-50%);background-color:#ddd;border-radius:5px}#review_form .cr-upload-images-preview .cr-upload-images-pbar .cr-upload-images-pbarin,.cr-upload-images-preview .cr-upload-images-pbarin{width:0;height:100%;margin:0;padding:0;background-color:#4BBE67;border-radius:5px}#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-thumbnail,.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-thumbnail{opacity:1}#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-video-thumbnail,.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-video-thumbnail{opacity:1;border-width:0}#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-pbar,.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-pbar{display:none}#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete,.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete{padding:1px;position:absolute;top:0;right:0;width:20px;height:20px;display:none;background-color:#e7412c;border-radius:10px;border:0 solid;line-height:0;cursor:pointer}#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete:hover,.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete:hover{background-color:#db2c1b}#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-delete,.cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete{display:block}#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-delete,.cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete{opacity:.2}#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete svg,.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete svg{padding:0;width:18px;height:18px;font-size:18px;line-height:18px;display:block}#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete .cr-no-icon,.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete .cr-no-icon{fill:#FFF}#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete-spinner,.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete-spinner{margin:0;background:url(/wp-content/plugins/customer-reviews-woocommerce/img/spinner-2x.gif) no-repeat;background-size:20px 20px;width:20px;height:20px;display:none;text-decoration:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete-spinner,.cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete-spinner{display:block}.cr-reviews-grid{padding:20px 0 10px 0;border-width:1px;border-style:solid;border-color:#fff0;display:block;border-radius:5px;margin:0;width:100%}.cr-reviews-grid-inner{border-radius:inherit;display:flex}.cr-reviews-grid-inner .cr-reviews-grid-col{flex-grow:1;width:0}.cr-reviews-grid-inner .cr-reviews-grid-col.cr-reviews-grid-col-none{display:none}.cr-reviews-grid-empty{border-radius:inherit;display:flex;padding:0 10px;margin:10px 0;justify-content:center}.cr-reviews-slider{padding:15px 0;margin:0 25px;opacity:0;visibility:hidden;transition:opacity 1s ease;-webkit-transition:opacity 1s ease}.cr-reviews-slider.slick-initialized{visibility:visible;opacity:1}.cr-reviews-grid .cr-review-card{padding:0 0 0 0;border-width:1px;border-style:solid;border-color:#fff0;border-radius:10px;margin:0 10px 20px 10px;max-width:100%;overflow:hidden;visibility:hidden;display:none}.cr-reviews-grid .cr-reviews-grid-col .cr-review-card{display:block}.cr-reviews-grid .cr-reviews-grid-inner.cr-colcade-loaded .cr-review-card{visibility:visible}.cr-reviews-slider .cr-review-card{box-sizing:border-box;padding:0 10px;height:100%}.cr-reviews-slider .cr-review-card .cr-review-card-inner{margin:0 auto;padding:10px;border-width:1px;border-style:solid;border-color:#fff0;border-radius:inherit;display:flex;flex-direction:column;height:100%;box-sizing:border-box}.cr-reviews-grid .breaker{display:block;margin:5px 0;height:0;width:100%}.cr-reviews-grid .cr-review-card .image-row{display:block;width:100%;position:relative;line-height:0}.cr-reviews-grid .cr-review-card .image-row .image-row-img{display:block;max-width:100%;height:auto;border-style:none;border-radius:0;margin:0 auto;cursor:pointer}.cr-reviews-grid .cr-review-card .image-row .image-row-vid{display:block;max-width:100%;height:auto;border-style:none;border-radius:0;margin:0 auto;width:100%;object-fit:cover;cursor:pointer}.cr-reviews-grid .cr-review-card .image-row .image-row-img.image-row-img-none,.cr-reviews-grid .cr-review-card .image-row .image-row-vid.image-row-vid-none{display:none}.cr-ajax-reviews-video{display:block;position:relative;line-height:0;cursor:pointer;text-align:center}.cr-review-card-content .cr-comment-videoicon,.cr-ajax-reviews-video .cr-comment-videoicon{position:absolute;top:50%;left:50%;width:40px;margin-top:-20px;margin-left:-20px;cursor:pointer}#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main .cr-comment-videoicon,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main .cr-comment-videoicon{max-width:none;max-height:none;width:40px}.cr-review-card-content .cr-vid-playing .cr-comment-videoicon,.cr-ajax-reviews-video.cr-vid-playing .cr-comment-videoicon{display:none}.cr-reviews-grid .cr-review-card .image-row .image-row-count,.cr-reviews-grid .cr-review-card .image-row .media-row-count{position:absolute;max-width:100%;width:100%;height:60px;border-style:none;border-radius:0;bottom:0;background:#20374199;color:#FFF;display:flex;justify-content:center;align-items:center;cursor:pointer;gap:5px}.cr-reviews-grid .cr-review-card .image-row.cr-vid-playing .media-row-count{display:none}.cr-reviews-grid .cr-review-card .top-row{display:flex;padding:16px 0 16px 0;border-bottom:solid 2px #F4F4F4;margin:0 15px 0 15px}.pswp .cr-video-wrapper{display:flex;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;align-items:center;justify-content:center}.cr-reviews-slider .cr-review-card .top-row{display:flex;padding:16px 0 16px 0;border-bottom:solid 2px #aaa;margin:0 10px 0 10px}.cr-reviews-grid .cr-review-card .top-row .rating,.cr-reviews-slider .cr-review-card .top-row .rating{flex:0 0 50%}.cr-reviews-grid .cr-review-card .top-row .reviewer,.cr-reviews-slider .cr-review-card .top-row .reviewer{text-align:left;display:flex;flex-direction:column;justify-content:center;row-gap:7px}.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-verified,.cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-verified{display:flex;align-items:center;line-height:1.2;font-size:16px}.cr-reviews-grid .cr-review-card .top-row .rating .datetime,.cr-reviews-slider .cr-review-card .top-row .rating .datetime{font-size:.9em;color:#676767}.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-name,.cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-name{font-family:sans-serif;font-style:normal;font-weight:700;font-size:18px;line-height:1.2;color:#203741;display:flex;align-items:center}.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-name .ivole-grid-country-icon,.cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-name .ivole-grid-country-icon{height:15px;display:block;margin:0 0 0 8px;border-radius:3px}.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-verified{font-family:sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:14px;letter-spacing:0em;text-align:left;color:#18B394;display:flex;align-items:center;margin:0}.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-verified .cr-reviewer-verified,.cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-verified .cr-reviewer-verified{height:16px;width:16px;display:inline;vertical-align:middle;margin:0 6px 0 0}.rtl .cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-verified .cr-reviewer-verified{margin:0 0 0 6px}.cr-reviews-grid .cr-review-card .middle-row,.cr-reviews-grid .cr-review-card .cr-incentivized-row{padding:16px;background:#FCFCFC;border:1px solid #F9F9F9;border-radius:6px;box-sizing:border-box;font-family:sans-serif;font-style:normal;font-weight:400;line-height:130%;font-size:16px;margin:0 15px 15px 15px}.cr-reviews-slider .cr-review-card .middle-row,.cr-reviews-slider .cr-review-card .cr-incentivized-row{padding:16px;background:#FCFCFC;border:1px solid #F9F9F9;border-radius:6px;box-sizing:border-box;font-family:sans-serif;font-style:normal;font-weight:400;line-height:130%;font-size:16px;margin:0 10px 15px 10px;flex:1}.cr-reviews-slider .cr-review-card .cr-incentivized-row{flex:0}.cr-reviews-grid .cr-review-card .top-row .review-thumbnail,.cr-reviews-slider .cr-review-card .top-row .review-thumbnail{flex-basis:56px;flex-shrink:0;margin-right:16px;position:relative;display:flex}.cr-reviews-grid .cr-review-card .top-row .review-thumbnail img,.cr-reviews-slider .cr-review-card .top-row .review-thumbnail img{max-width:50px;max-height:50px;border-radius:25px}.cr-reviews-grid .cr-review-card .rating-row{padding:17px 0 17px 0;display:flex;align-items:center;margin:0 15px 0 15px;line-height:0}.cr-reviews-grid .cr-review-card .cr-comment-head-text{font-size:20px;font-weight:600;margin:0 15px 10px 15px;padding:0;line-height:normal;color:#203741}.cr-reviews-slider .cr-review-card .cr-comment-head-text{font-size:20px;font-weight:600;margin:0 10px 10px 10px;padding:0;line-height:normal;color:#203741}.cr-reviews-slider .cr-review-card .rating-row{padding:17px 0 17px 0;display:flex;align-items:center;margin:0 10px 0 10px;overflow:hidden;line-height:0}.cr-reviews-grid .cr-review-card .rating-row .rating-label,.cr-reviews-slider .cr-review-card .rating-row .rating-label{margin:0 0 0 15px;font-family:sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.1em;text-align:left;color:#898F92}.rtl .cr-reviews-slider .cr-review-card .rating-row .rating-label{margin:0 16px 0 0}.cr-reviews-grid .cr-review-card .middle-row .review-content,.cr-reviews-slider .cr-review-card .middle-row .review-content{margin:0 0 12px 0;color:#484E51}.cr-reviews-grid .cr-review-card .middle-row .review-content p,.cr-reviews-slider .cr-review-card .middle-row p{margin:0}.cr-reviews-grid .cr-review-card .middle-row .datetime,.cr-reviews-slider .cr-review-card .middle-row .datetime{font-weight:300;font-size:14px;color:#898F92}.cr-reviews-grid .cr-review-card .verified-review-row,.cr-reviews-slider .cr-review-card .verified-review-row{margin:0 0 12px 0;text-align:left;font-family:sans-serif}.cr-reviews-grid .cr-review-card .verified-review-row p.ivole-verified-badge,.cr-reviews-slider .cr-review-card .verified-review-row p.ivole-verified-badge{margin:0}.cr-reviews-grid .cr-review-card .verified-review-row .verified-badge-empty,.cr-reviews-slider .cr-review-card .verified-review-row .verified-badge-empty{min-height:20px}.cr-reviews-grid .cr-review-card .review-product,.cr-reviews-slider .cr-review-card .review-product{border-radius:inherit;display:flex;padding:10px;margin-top:10px;line-height:1}.cr-reviews-slider .cr-review-card .cr-sldr-custom-questions{border-radius:inherit;display:block;padding:0;margin:0 10px 17px 10px;line-height:1;border-top:1px dashed #aaa;border-bottom:1px dashed #aaa;font-size:14px}.cr-reviews-grid .cr-review-card .review-product .cr-product-thumbnail,.cr-reviews-slider .cr-review-card .review-product .cr-product-thumbnail{flex:0 0 20%}.cr-reviews-grid .cr-review-card .review-product .cr-product-thumbnail img,.cr-reviews-slider .cr-review-card .review-product .cr-product-thumbnail img{width:50px;height:50px;max-width:none;max-height:none;min-width:auto}.cr-reviews-grid .cr-review-card .review-product .product-title,.cr-reviews-slider .cr-review-card .review-product .product-title{margin:auto 0;padding-left:5px;font-family:Helvetica;font-size:16px;font-style:normal;font-weight:700;line-height:21px;letter-spacing:0em;text-align:left;color:#203741}.cr-reviews-grid .cr-review-card .cr-grid-replies-container{.cr-grid-replies{display:flex;align-items:center;justify-content:flex-start;position:relative;margin:15px 0;padding:0;box-sizing:border-box}.cr-grid-replies-line{height:1px;background:#e9e9e9}.cr-grid-replies-line-left{width:15px;flex-shrink:0}.cr-grid-replies-line-right{flex-grow:1}.cr-grid-replies-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 15px;background:#FFF;border:solid 1px #F4F4F4;border-radius:18px;font-size:16px;font-weight:500;color:#484E51;z-index:2}.cr-grid-replies-pill .cr-grid-replies-pill-count{color:#898F92}.cr-grid-first-reply{margin:15px 15px}.cr-grid-reply-top-row{display:flex;gap:15px}.cr-grid-reply-top-row{.cr-grid-reply-thumbnail{flex-basis:40px;flex-shrink:0;margin:0;position:relative;display:flex}.cr-grid-reply-thumbnail img{max-width:40px;max-height:40px;border-radius:20px}.cr-grid-reply-thumbnail .cr-avatar-check{width:16px;height:16px;background-color:#31856C;position:absolute;left:28px;top:21px;border-radius:8px;border:2px solid #FFF;display:flex;align-items:center;justify-content:center;box-sizing:border-box;z-index:10}.cr-grid-reply-author{display:flex;flex-direction:column;justify-content:center;gap:2px}.cr-grid-reply-author-name{font-family:sans-serif;font-weight:700;line-height:1.2;font-size:16px;color:#203741}.cr-grid-reply-author-type{font-family:sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:14px;color:#18B394}}.cr-grid-reply-middle-row{margin:15px 0;padding:16px;background:#FCFCFC;border:1px solid #F9F9F9;border-radius:5px;font-size:14px;font-family:sans-serif;font-style:normal;box-sizing:border-box;font-weight:400}.cr-grid-reply-middle-row{.cr-grid-reply-content p{margin:0}}}.rtl .cr-reviews-slider .cr-review-card .review-product .product-title{padding-left:0;padding-right:5px}.rtl .cr-reviews-grid .cr-review-card .top-row .review-thumbnail,.rtl .cr-reviews-slider .cr-review-card .top-row .review-thumbnail{margin-left:16px;margin-right:0}.rtl .cr-reviews-grid .cr-review-card .rating-row .rating-label,.rtl .cr-reviews-slider .cr-review-card .rating-row .rating-label{margin-left:0;margin-right:15px}p.ivole-verified-badge{font-size:12px;vertical-align:middle}span.ivole-verified-badge-text{vertical-align:middle}.woocommerce #content div.product #reviews .comment img.ivole-verified-badge-icon,.woocommerce div.product #reviews .comment img.ivole-verified-badge-icon,.woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-icon,.woocommerce-page div.product #reviews .comment img.ivole-verified-badge-icon,#reviews p.ivole-verified-badge img.ivole-verified-badge-icon,p.ivole-verified-badge img.ivole-verified-badge-icon,#reviews img.ivole-verified-badge-icon,img.ivole-verified-badge-icon{float:none;height:20px;width:17px;vertical-align:middle;margin:0 5px 0 0;display:inline;border-radius:0}.woocommerce #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,.woocommerce div.product #reviews .comment img.ivole-verified-badge-ext-icon,.woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,.woocommerce-page div.product #reviews .comment img.ivole-verified-badge-ext-icon,#reviews p.ivole-verified-badge img.ivole-verified-badge-ext-icon,p.ivole-verified-badge img.ivole-verified-badge-ext-icon,#reviews img.ivole-verified-badge-ext-icon,img.ivole-verified-badge-ext-icon{float:none;height:11px;width:11px;vertical-align:middle;margin:0 0 0 5px;display:inline;border-radius:0}.cr-reviews-slider .cr-review-card .cr-sldr-custom-question{display:flex;align-items:center;margin:15px 0;column-gap:10px}.cr-reviews-slider .cr-review-card .cr-sldr-custom-question.cr-sldr-checkbox{flex-direction:column;align-items:flex-start}.cr-reviews-slider .cr-review-card .cr-sldr-custom-question .cr-sldr-p{margin:0}.cr-reviews-slider .cr-review-card .cr-sldr-custom-question.cr-sldr-checkbox .cr-sldr-p{margin-bottom:7px}.cr-reviews-slider .cr-review-card .cr-sldr-custom-question.cr-sldr-checkbox ul{margin:0 0 0 25px}.cr-reviews-slider .cr-review-card .cr-sldr-custom-question .cr-sldr-label{font-weight:550}@font-face{font-family:'slick';font-weight:400;font-style:normal;font-display:swap;src:url(/wp-content/plugins/customer-reviews-woocommerce/fonts/slick.eot);src:url('/wp-content/plugins/customer-reviews-woocommerce/fonts/slick.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/customer-reviews-woocommerce/fonts/slick.woff) format('woff'),url(/wp-content/plugins/customer-reviews-woocommerce/fonts/slick.ttf) format('truetype'),url('/wp-content/plugins/customer-reviews-woocommerce/fonts/slick.svg#slick') format('svg')}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:#fff0}.cr-reviews-slider .slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;opacity:1}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.cr-reviews-slider.slick-slider .slick-track{display:flex}.cr-reviews-slider.slick-slider .slick-slide{height:inherit}.cr-reviews-slider.slick-slider .slick-slide>div{height:100%}.cr-ajax-reviews-cus-images-slider-nav.cr-reviews-slider.slick-slider .slick-slide>div{line-height:0}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid #fff0}.slick-arrow.slick-hidden{display:none}.cr-reviews-slider .slick-arrow.slick-prev,.cr-reviews-slider .slick-arrow.slick-next,.cr-ajax-reviews-cus-images-modal .cr-reviews-slider.cr-ajax-reviews-cus-images-slider-nav .slick-prev,.cr-ajax-reviews-cus-images-modal .cr-reviews-slider.cr-ajax-reviews-cus-images-slider-nav .slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:#fff0;border:none;outline:none;background:#fff0}.cr-reviews-slider .slick-arrow.slick-prev:not(:hover),.cr-reviews-slider .slick-arrow.slick-next:not(:hover){background:#fff0}.cr-reviews-slider .slick-prev:hover,.cr-reviews-slider .slick-prev:focus,.cr-reviews-slider .slick-next:hover,.cr-reviews-slider .slick-next:focus{color:#fff0;outline:none;background:#fff0}.cr-reviews-slider .slick-prev:hover:before,.cr-reviews-slider .slick-prev:focus:before,.cr-reviews-slider .slick-next:hover:before,.cr-reviews-slider .slick-next:focus:before{opacity:1}.cr-reviews-slider .slick-prev.slick-disabled:before,.cr-reviews-slider .slick-next.slick-disabled:before{opacity:.25}.cr-reviews-slider .slick-prev:before,.cr-reviews-slider .slick-next:before{font-family:'slick';font-size:20px;line-height:1;opacity:.75;color:grey;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cr-reviews-slider.slick-slider .slick-prev{left:-25px}[dir='rtl'] .cr-reviews-slider .slick-prev{right:-25px;left:auto}.cr-reviews-slider .slick-prev:before{content:'←'}[dir='rtl'] .cr-reviews-slider .slick-prev:before{content:'→'}.cr-reviews-slider.slick-slider .slick-next{right:-25px}[dir='rtl'] .cr-reviews-slider .slick-next{right:auto;left:-25px}.cr-reviews-slider .slick-next:before{content:'→'}[dir='rtl'] .cr-reviews-slider .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.cr-reviews-slider .slick-dots,.cr-ajax-reviews-cus-images-modal .cr-reviews-slider .slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;border:none}.cr-reviews-slider .slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav .slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.cr-reviews-slider .slick-dots li button,.cr-ajax-reviews-cus-images-modal .cr-reviews-slider .slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:#fff0;border:0;outline:none;background:#fff0}.cr-reviews-slider .slick-dots li button:not(:hover),.cr-ajax-reviews-cus-images-modal .cr-reviews-slider .slick-dots li button:not(:hover){background:#fff0}.cr-reviews-slider .slick-dots li button:hover,.cr-reviews-slider .slick-dots li button:focus{outline:none}.cr-reviews-slider .slick-dots li button:hover:before,.cr-reviews-slider .slick-dots li button:focus:before{opacity:1}.cr-reviews-slider .slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cr-reviews-slider .slick-dots li.slick-active button:before{opacity:.75;color:#000}.cr-qna-separator{display:inline;margin:0 6px}.cr-all-reviews-pagination{text-align:center;font-size:15px}.cr-all-reviews-pagination.cr-pagination-load{pointer-events:none}.cr-all-reviews-pagination .cr-page-numbers-a{cursor:pointer}.cr-all-reviews-pagination .cr-page-numbers-a.next,.cr-all-reviews-pagination .cr-page-numbers-a.prev{text-decoration:none}.cr-all-reviews-pagination .cr-page-numbers.current{font-weight:700}@media all and (max-width:700px){.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-slide-main-flex,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-slide-main-flex{flex-direction:column}.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-slide-main-flex .cr-ajax-reviews-slide-main-comment,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal .cr-ajax-reviews-slide-main-flex .cr-ajax-reviews-slide-main-comment{width:100%}#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment{width:100%;padding-top:10px;padding-right:10px;padding-left:10px;max-width:400px;margin:0 auto}.cr-reviews-ajax-reviews .cr-ajax-reviews-cus-images-modal,.cr-all-reviews-shortcode .cr-ajax-reviews-cus-images-modal{overflow-y:scroll}}@media all and (max-width:600px){#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal{width:100%;height:100%;left:0;margin-left:0;margin-top:0;top:0;max-width:100%;max-height:100%}#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav div.cr-ajax-reviews-slide-nav img{width:80px}}@media all and (max-width:415px){#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav div.cr-ajax-reviews-slide-nav img{width:60px}.cr-qna-block .cr-qna-search-block{flex-wrap:wrap}.cr-qna-block .cr-qna-search-block div{width:100%}.cr-qna-block .cr-qna-search-block button.cr-qna-ask-button{width:100%;margin-top:10px;margin-bottom:0;margin-left:0;margin-right:0}.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .cr-rating-product-name{flex-direction:column;align-items:flex-start}}@media all and (max-width:370px){.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r{display:block}.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r .cr-qna-q-voting{margin-top:15px}}@media only screen and (max-width:800px){.cr-reviews-grid-inner .cr-reviews-grid-col3{display:none}}@media only screen and (max-width:550px){.cr-reviews-grid-inner .cr-reviews-grid-col2{display:none}}.cr-trustbadgef,.cr-trustbadgea{max-width:100%;overflow:hidden}.cr-trustbadgef .cr-trustbadge-border{border:1px solid #A3D8CD}.cr-trustbadgef .cr-trustbadge-border.badge_color_dark{border:1px solid #8B8B8B}#cr_floatingtrustbadge{position:fixed;box-sizing:border-box;right:0;bottom:0;width:135px;border-radius:15px;display:block;overflow:hidden;margin:30px;filter:drop-shadow(0 4px 54px rgb(0 0 0 / .25));z-index:99999;cursor:pointer}#cr_floatingtrustbadge.cr-floatingbadge-big{position:fixed;box-sizing:border-box;right:0;bottom:0;width:256px;border-radius:15px;display:block;overflow:hidden;margin:0 30px 30px 0;filter:drop-shadow(0 4px 54px rgb(0 0 0 / .25));z-index:99999;cursor:auto}#cr_floatingtrustbadge{border:1px solid}#cr_floatingtrustbadge .cr-floatingbadge-background{position:absolute;top:0;left:0;height:100%;width:100%}#cr_floatingtrustbadge .cr-floatingbadge-background div{width:100%}#cr_floatingtrustbadge .cr-floatingbadge-background .cr-floatingbadge-background-top{height:115px}#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-top{height:155px}#cr_floatingtrustbadge .cr-floatingbadge-background .cr-floatingbadge-background-middle{height:31px}#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-middle{height:179px}#cr_floatingtrustbadge .cr-floatingbadge-background .cr-floatingbadge-background-bottom{height:27px}#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-bottom{height:43px;border-top:1px solid;border-left:0;border-right:0;border-bottom:0}#cr_floatingtrustbadge .cr-floatingbadge-top{position:relative;height:92px;display:block}#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-top{position:relative;height:124px;display:block}#cr_floatingtrustbadge .cr-floatingbadge-top svg{position:absolute;left:50%;top:14px;margin-left:-35px}#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-top svg{position:absolute;width:84px;height:79px;left:50%;top:28px;margin-left:-42px}#cr_floatingtrustbadge img{margin:0;width:100%;position:relative;border:0;display:block}#cr_floatingtrustbadge .cr-floatingbadge-top .cr-floatingbadge-close{position:absolute;top:5px;right:5px;width:20px;height:20px;cursor:pointer}#cr_floatingtrustbadge .cr-floatingbadge-top .cr-floatingbadge-close svg{position:absolute;width:16px;height:16px;margin:2px;top:0;left:0;display:block}#cr_floatingtrustbadge .cr-floatingbadge-top .cr-floatingbadge-close svg{fill:#F8942D}#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-top .cr-floatingbadge-close svg{fill:#FFF}#cr_floatingtrustbadge .cr-floatingbadge-top svg{width:70px;height:65px}.cr-badge{display:inline-block;padding:40px;font-family:'Open Sans',sans-serif;font-size:0;color:#1F1F1F;line-height:normal;position:relative;text-align:left;text-decoration:none;box-sizing:border-box;transform-origin:left;visibility:hidden}.cr-badge .badge__nowrap{white-space:nowrap}.cr-badge .badge__nowrap-inline{display:inline-block;white-space:nowrap}.cr-badge .badge__store{font-size:24px;font-weight:700;margin-bottom:12px;white-space:nowrap}.cr-badge .badge__stars{display:inline-block;margin-bottom:14px;margin-right:24px}.cr-badge .badge__star{display:inline-block;position:relative;width:36px;height:36px;margin-right:3px;background-size:cover}.cr-badge .badge-vs .badge__star{display:block}.cr-badge .badge__star-icon{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-repeat:no-repeat}.cr-badge .badge__star-icon_type_empty{background-image:url(/wp-content/plugins/customer-reviews-woocommerce/img/small-star-empty-light.png)}.cr-badge .badge__star-icon_type_fill{background-image:url(/wp-content/plugins/customer-reviews-woocommerce/img/small-star-full.png)}.cr-badge .verified{display:inline-block;vertical-align:middle;background:rgb(23 157 130 / .1);height:36px;border-radius:19px;padding:0 16px}.cr-badge.badge_size_small .verified{vertical-align:top}.cr-badge .verified__logo{display:inline-block;width:32px;height:32px;background-image:url(/wp-content/plugins/customer-reviews-woocommerce/img/logo.svg);background-size:cover;position:relative;top:2px;left:-6px;margin-right:2px}.cr-badge .verified__text{display:inline-block;line-height:36px;vertical-align:top;font-size:18px;font-weight:600}.cr-badge .rating{font-size:17px;white-space:nowrap}.cr-badge.badge_size_wide .rating{font-size:16px}.cr-badge rating__store{font-weight:600}.cr-badge .rating__product b{font-weight:600}.cr-badge.badge_color_dark{color:#fff}.cr-badge.badge_color_dark .badge__star-icon_type_empty{background-image:url(/wp-content/plugins/customer-reviews-woocommerce/img/small-star-empty-dark.png)}.cr-badge.badge_color_dark .verified{background:rgb(255 255 255 / .25)}.cr-badge.badge_size_wide{padding:20px;color:#6c6c6c}.cr-badge.badge_size_wide .badge__store{font-size:28px;margin-bottom:24px}.cr-badge .badge__info{position:relative}.cr-badge .badge__logo{position:absolute;top:0;left:0;width:60px;height:60px;background-image:url(/wp-content/plugins/customer-reviews-woocommerce/img/logo.svg);background-size:contain;background-repeat:no-repeat}.cr-badge .badge__reviews{font-size:16px;padding-left:70px;padding-top:15px}.cr-badge.badge_size_wide .verified{font-size:16px;padding-left:70px;height:20px;background:#fff0}.cr-badge.badge_size_wide .badge__stars{margin-bottom:0;margin-right:10px;margin-left:20px;margin-top:0;vertical-align:middle}.cr-badge.badge_size_wide .badge__star{width:20px;height:20px}.cr-badge.badge_size_wide .badge__star-icon_type_empty{background-image:url(/wp-content/plugins/customer-reviews-woocommerce/img/wide-star-empty-light.png)}.cr-badge.badge_size_wide .badge__star-icon_type_fill{background-image:url(/wp-content/plugins/customer-reviews-woocommerce/img/wide-star-full-light.png)}.cr-badge.badge_color_dark.badge_size_wide .badge__star-icon_type_fill{background-image:url(/wp-content/plugins/customer-reviews-woocommerce/img/wide-star-full-dark.png)}.cr-badge.badge_color_dark.badge_size_wide .badge__star-icon_type_empty{background-image:url(/wp-content/plugins/customer-reviews-woocommerce/img/wide-star-empty-dark.png)}.cr-badge.badge_size_wide .rating{display:inline-block;padding-top:0;vertical-align:middle;margin-top:0;height:18px}.cr-badge.badge_size_wide.badge_color_dark{color:#fff}.cr-badge.badge_target_mobile{position:relative;padding:0;margin:20px}.cr-badge.badge_target_mobile .badge__logo{top:41px;left:4px;width:32px;height:32px}.cr-badge.badge_target_mobile .badge__store{font-size:24px;margin-bottom:0;padding-left:2px}.cr-badge.badge_target_mobile .badge__reviews,.cr-badge.badge_target_mobile .verified{padding-left:48px;display:block}.cr-badge.badge_target_mobile .badge__stars{padding-left:2px;margin-left:0;margin-top:0}.cr-badge.badge_target_mobile .rating{font-size:15px;margin-top:2px}.cr-badge.badge_size_wide .rating b{display:inline-block;margin-left:8px}.cr-badge.badge_size_small{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.cr-badge .badge__link,.cr-badge__wrap .badge__link{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}.cr-badge__wrap{display:inline-block;position:relative}.cr-badge.badge-vs{position:relative;color:#4d4d4d;padding:20px;display:inline-block;flex-flow:row nowrap;text-align:left;font-family:sans-serif;border-radius:15px}.cr-badge.badge-vs .cr-badge-vs-flex{display:flex;flex-direction:row}.cr-badge.badge-vs .badge__store{font-size:25px;font-weight:500;margin-bottom:5px;line-height:1.2;max-width:500px;text-overflow:ellipsis;overflow:hidden}.cr-badge.badge-vs .badge__logo{background-image:url(/wp-content/plugins/customer-reviews-woocommerce/img/logo-vs.svg);height:80px;width:80px;position:relative;display:inline-block;margin-right:20px;flex:0 0 auto}.cr-badge.badge-vs .badge__details{display:flex;flex-flow:row nowrap;align-items:center}.cr-badge.badge-vs .badge__rating-container{display:flex;flex-flow:column nowrap;justify-content:space-evenly;font-family:sans-serif;font-weight:400}.cr-badge.badge-vs .badge__rating-line{display:flex;flex-flow:row nowrap;justify-content:space-between}.cr-badge.badge-vs .badge__stars{margin:0;padding:0;display:flex;align-items:center}.cr-badge.badge-vs .badge__star{width:15px;height:15px;border-spacing:0;display:flex}.cr-badge.badge-vs .badge__star-icon--empty{background-image:url(/wp-content/plugins/customer-reviews-woocommerce/img/star-stroke.svg);background-position:left;border-spacing:0}.cr-badge.badge-vs .badge__star-icon--fill{background-image:url(/wp-content/plugins/customer-reviews-woocommerce/img/star-fill.svg);background-position:left;border-spacing:0}.cr-badge.badge-vs .badge__rating.rating{font-size:14px;line-height:1.5;justify-content:space-between;display:flex;flex:1 1 0%;margin:-1px 0 0;padding:0;height:20px}.cr-badge.badge-vs .badge__rating.rating span:last-child{padding-left:25px;font-weight:700}.cr-badge .badge__rating+.badge__stars{margin-left:15px}.cr-badge.badge-vs .badge__reviews{border-radius:30px;background-color:#F2F2F2;display:block;font-size:18px;line-height:1;padding:6px 25px 5px;margin-left:15px;border:1px solid #DFDFDF99}.cr-badge.badge-vs.badge_color_dark{color:#e5e5e5;border-color:#fff0}.cr-badge.badge-vs.badge_color_dark .badge__reviews{background-color:#24242499;border-color:#fff0}.badge_size_compact.cr-badge,.badge--wide-mobile.cr-badge{margin:0;padding:0;width:100%;height:100%;font-family:sans-serif}.badge_size_compact.cr-badge,.badge--wide-mobile.cr-badge{display:block;flex-direction:column;visibility:visible}.badge_size_compact.cr-badge .badge__verified,.badge--wide-mobile.cr-badge .badge__verified{font-size:10px;font-weight:700;color:#4c4c4c;text-align:center;margin-bottom:5px;margin-top:5px}.badge--wide-mobile.cr-badge .badge__verified{font-size:16px;color:#fff;margin-bottom:13px}.badge--wide-mobile.cr-badge .badge__store{min-height:50px;margin-bottom:15px;color:#4d4d4d;font-size:28px;font-weight:700;line-height:30px;display:flex;align-items:center;justify-content:center;padding:0 10px}.badge--wide-mobile.cr-badge .badge__store span{min-width:234px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center}.cr-badge.badge_size_compact .badge__middle,.cr-badge.badge--wide-mobile .badge__middle{padding:10px 0 9px}.cr-badge.badge_size_compact .badge__stars,.cr-badge.badge--wide-mobile .badge__stars{display:flex;justify-content:center;width:100%;margin:0}.cr-badge.badge_size_compact .badge__star,.cr-badge.badge--wide-mobile .badge__star{position:relative;width:14px;height:13px;margin:0 2px;color:#fff}.cr-badge.badge_size_compact .badge__star svg,.cr-badge.badge--wide-mobile .badge__star svg{display:block}.cr-badge.badge_size_compact .badge__star-fill-container,.cr-badge.badge--wide-mobile .badge__star-fill-container{position:absolute;top:0;left:0;overflow:hidden;width:14px;height:13px}.rtl .cr-badge.badge_size_compact .badge__star-fill-container,.rtl .cr-badge.badge--wide-mobile .badge__star-fill-container{left:auto;right:0}.cr-badge.badge_size_compact .badge__star-fill-container svg,.cr-badge.badge--wide-mobile .badge__star-fill-container svg{height:13px}.cr-badge.badge_size_compact .badge__rating,.cr-badge.badge--wide-mobile .badge__rating{font-size:12px;text-align:center;color:#4c4c4c}.cr-badge.badge_size_compact .badge__rating b,.cr-badge.badge--wide-mobile .badge__rating b{margin-left:8px}.cr-badge.badge_size_compact .badge__reviews,.cr-badge.badge--wide-mobile .badge__reviews{padding:8px 0 6px;font-size:10px;text-align:center;border-radius:0 0 15px 15px;color:#4d4d4d}.cr-badge.badge--wide-mobile .badge__middle{padding-top:0;padding-bottom:20px;background-color:#fff0}.cr-badge.badge--wide-mobile .badge__stars{margin-bottom:5px}.cr-badge.badge--wide-mobile .badge__star{color:#f8942d}.cr-badge.badge--wide-mobile .badge__reviews{font-size:13px;border-top:1px solid #fff0;min-height:37px;display:flex;align-items:center;justify-content:center;padding:0}.cr-badge.badge--wide-mobile .mb21{margin-bottom:21px}.cr-badge.badge_size_compact.badge_color_dark .badge__middle,.cr-badge.badge--wide-mobile.badge_color_dark .badge__middle{border:none;box-sizing:border-box}.cr-badge.badge_size_compact.badge_color_dark .badge__star,.cr-badge.badge--wide-mobile.badge_color_dark .badge__star{color:#f8942d}.cr-badge.badge_size_compact.badge_color_dark .badge__reviews,.cr-badge.badge--wide-mobile.badge_color_dark .badge__reviews{border:none}.cr-badge.badge_size_compact.badge_color_dark .badge__verified,.cr-badge.badge--wide-mobile.badge_color_dark .badge__verified,.cr-badge.badge_size_compact.badge_color_dark .badge__reviews,.cr-badge.badge--wide-mobile.badge_color_dark .badge__reviews,.cr-badge.badge_size_compact.badge_color_dark .badge__rating,.cr-badge.badge--wide-mobile.badge_color_dark .badge__rating,.cr-badge.badge_size_compact.badge_color_dark .badge__store,.cr-badge.badge--wide-mobile.badge_color_dark .badge__store{color:#e5e5e5}.cr-placeholder-tb{background-color:#FAFAFA;width:100%;padding:20px}.cr-placeholder-tb .cr-placeholder-tb-fr{width:50%;height:40px;margin:0 0 20px 0;background-color:#DCDEE2;animation:cr-placeholder-load 3s infinite}.cr-placeholder-tb .cr-placeholder-tb-sr{width:100%;height:60px;background-color:#DCDEE2;animation:cr-placeholder-load 3s infinite}@media all and (max-width:600px){#cr_floatingtrustbadge,#cr_floatingtrustbadge.cr-floatingbadge-big{display:none}}@keyframes cr-placeholder-load{0%{background-color:#DCDEE2}50%{background-color:#ededed}100%{background-color:#DCDEE2}}.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 .hidden-fields-container{display:none}.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}@font-face{font-display:swap;font-family:"ysm-fontello";src:url(/wp-content/plugins/smart-woocommerce-search/assets/fonts/fontello.eot?45550639);src:url("/wp-content/plugins/smart-woocommerce-search/assets/fonts/fontello.eot?45550639#iefix") format("embedded-opentype"),url(/wp-content/plugins/smart-woocommerce-search/assets/fonts/fontello.woff2?45550639) format("woff2"),url(/wp-content/plugins/smart-woocommerce-search/assets/fonts/fontello.woff?45550639) format("woff"),url(/wp-content/plugins/smart-woocommerce-search/assets/fonts/fontello.ttf?45550639) format("truetype"),url("/wp-content/plugins/smart-woocommerce-search/assets/fonts/fontello.svg?45550639#fontello") format("svg");font-weight:400;font-style:normal}.ysm_search_widget .ysm-active,.widget_product_search .ysm-active,.widget_search .ysm-active{overflow:visible}.ysm-active.sws-inline-popup{position:relative}.ysm-active.sws-inline-popup:not(.sws-hide-popup){z-index:9999}.ysm-smart-search-input-holder{width:100%;position:relative;display:block;z-index:2}.ysm-search-widget .screen-reader-text{display:none}.ysm-search-widget .search-field[type=search]{font-style:italic;font-size:14px;text-indent:3px;display:inline-block;padding:10px 40px 10px 10px;margin:0;width:100%!important;height:initial;outline:none;border:1px solid #d6d6d6;background-color:#fff0;background-position:50% 50%!important;color:#aeaeae;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:767px){.ysm-search-widget .search-field[type=search]{font-size:16px}}.ysm-search-widget .search-field::-webkit-input-placeholder{color:inherit}.ysm-search-widget .search-field::-moz-placeholder{color:inherit}.ysm-search-widget .search-field:-moz-placeholder{color:inherit}.ysm-search-widget .search-field:-ms-input-placeholder{color:inherit}.ysm-search-widget .search-field:focus::-webkit-input-placeholder{color:#fff0}.ysm-search-widget .search-field:focus::-moz-placeholder{color:#fff0}.ysm-search-widget .search-field:focus:-moz-placeholder{color:#fff0}.ysm-search-widget .search-field:focus:-ms-input-placeholder{color:#fff0}.ysm-search-widget.bordered .search-field{-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;border-radius:10px}.ysm-search-widget .search-submit{display:block;position:absolute;top:1px;right:1px;bottom:1px;padding:0;margin:0;width:40px;text-align:center;font-size:0;color:#aaa;background:none;border:none;cursor:pointer;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;outline:none}.ysm-search-widget .search-submit:before{display:block;color:inherit;text-align:center;font-size:17px;font-family:"ysm-fontello";line-height:38px;content:"";-webkit-transition:color .25s ease;transition:color .25s ease}.smart-search-post{padding:12px 8px;display:block;color:#333}.smart-search-post:focus{outline:none}.smart-search-post-icon{max-width:100%;margin-bottom:10px;float:left;margin-right:10px;line-height:1}.smart-search-post-category{text-transform:uppercase;font-size:10px;margin-bottom:3px}.smart-search-post-title,.smart-search-post-excerpt{margin:0 0 7px;padding:0;color:#333;line-height:1.25em;word-wrap:normal}.smart-search-post-title{font-size:16px;margin-bottom:20px}.smart-search-post-title strong{display:inline-block}.smart-search-post-excerpt{margin-top:20px;font-size:12px}.smart-search-post-date{font-size:12px;color:#333}.smart-search-post-price-holder{overflow:hidden}.smart-search-post-price{font-size:16px}.smart-search-post-sku{font-size:12px;line-height:24px;margin-top:10px}.smart-search-add_to_cart-holder{float:right;margin:0 12px;padding-bottom:10px}.smart-search-labels-holder{position:absolute;top:0;left:0}.smart-search-labels-holder .smart-search-label{padding:6px;margin-top:2px;color:#fff;z-index:99;font-size:12px}.smart-search-labels-holder .smart-search-sale-label{padding:6px;background-color:#ff1c21;line-height:1em}.smart-search-labels-holder .smart-search-featured-label{padding:6px;background-color:#0014ff;line-height:1em}.smart-search-labels-holder .smart-search-out-of-stock-label{padding:6px;background-color:#808085;line-height:1em}.smart-search-featured .smart-search-post-title,.smart-search-featured.smart-search-no-thumbnail .smart-search-post-title,.smart-search-on_sale.smart-search-no-thumbnail .smart-search-post-title{margin-top:15px}.smart-search-popup{position:absolute;border:1px solid #d6d6d6;background:#fff;z-index:9999;box-sizing:border-box;overflow:hidden}.smart-search-view-all-holder{width:100%;z-index:9999}.smart-search-view-all-holder a{display:block!important;height:40px;line-height:40px;background:#ccc;text-align:center;text-decoration:none}.smart-search-results{position:relative;overflow:hidden;max-width:100%;width:100%}.smart-search-results .smart-search-results-inner{position:absolute;overflow-y:scroll;-webkit-overflow-scrolling:touch;top:0;left:0;bottom:0;right:0}.smart-search-results.smart-search-results--column_mod .smart-search-results-inner{left:200px}@media(max-width:767px){.smart-search-results.smart-search-results--column_mod .smart-search-results-inner{left:0}}.smart-search-results .added_to_cart{display:none!important}.smart-search-results .nano-pane{background:rgb(0 0 0 / .25);position:absolute;width:10px;right:0;top:0;bottom:0;visibility:hidden\9;opacity:.01;-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;transition:.2s;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;z-index:9999}.smart-search-results .nano-pane .nano-slider{background:#444;background:rgb(0 0 0 / .5);position:relative;margin:0 1px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.smart-search-results .smart-search-suggestions{display:grid!important;max-width:100%!important;width:100%!important;box-sizing:border-box}.smart-search-results .smart-search-suggestions::-webkit-scrollbar{display:none}.smart-search-results .smart-search-suggestions .autocomplete-suggestion{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:5px;background:#fff0;position:relative}.smart-search-results .smart-search-suggestions .autocomplete-suggestion.autocomplete-selected{opacity:.75;background:#f6f6f6}.smart-search-results .smart-search-suggestions .autocomplete-suggestion .smart-search-post-icon>img{width:100%;height:auto}.smart-search-results .smart-search-suggestions .autocomplete-suggestion>a{text-decoration:none}.smart-search-results[data-columns="1"] .smart-search-suggestions{display:block!important;padding:0}.smart-search-results[data-columns="1"] .smart-search-suggestions .autocomplete-suggestion{border-bottom:1px solid #d6d6d6;padding:5px}.smart-search-results[data-columns="1"] .smart-search-suggestions .autocomplete-suggestion:last-child{border-bottom:none}.smart-search-results[data-columns="2"] .smart-search-suggestions{grid-template-columns:1fr 1fr;grid-gap:40px 30px;padding:15px}.smart-search-results[data-columns="2"] .smart-search-post-title{font-size:18px}.smart-search-results[data-columns="3"] .smart-search-suggestions{grid-template-columns:1fr 1fr 1fr;grid-gap:40px 30px;padding:15px}.smart-search-results[data-columns="3"] .smart-search-post-title{font-size:18px}.smart-search-results[data-columns="4"] .smart-search-suggestions{grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:40px 30px;padding:15px}.smart-search-results[data-columns="5"] .smart-search-suggestions{grid-template-columns:1fr 1fr 1fr 1fr 1fr;grid-gap:40px 30px;padding:15px}.smart-search-results:hover>.nano-pane,.smart-search-results .nano-pane.active,.smart-search-results .nano-pane.flashed{opacity:.99}.smart-search-results.has-scrollbar{padding-right:10px}.smart-search-results.has-scrollbar.smart-search-firefox .autocomplete-suggestion{border-left:1px solid #d6d6d6;border-right:1px solid #d6d6d6}.smart-search-results.has-scrollbar.smart-search-firefox .smart-search-suggestions{border-left:none;border-right:none;width:calc(100% + 17px)!important;right:0!important}.smart-search-results.has-scrollbar .smart-search-suggestions{position:absolute;overflow:auto;overflow-x:hidden;-ms-overflow-style:none}.smart-search-clear{clear:both}@media only screen and (max-width:1024px){[data-columns="2"],[data-columns="3"],[data-columns="4"],[data-columns="5"]{grid-template-columns:1fr 1fr;grid-gap:20px 30px}}@media only screen and (max-width:768px){.smart-search-suggestions{display:block!important}}.woocommerce-loop-product__title>strong{display:inline!important}.sws-hide-popup .smart-search-popup{display:none!important}.sws-no-results .smart-search-results{height:40px!important;max-height:40px!important}.sws-no-results .smart-search-results .smart-search-suggestions{display:block!important}.sws-no-results [data-columns="2"] .smart-search-suggestions,.sws-no-results [data-columns="3"] .smart-search-suggestions,.sws-no-results [data-columns="4"] .smart-search-suggestions,.sws-no-results [data-columns="5"] .smart-search-suggestions{padding:0!important}.sws-no-results .smart-search-view-all-holder{display:none!important}.sws-no-results .autocomplete-no-suggestion{line-height:40px;text-align:center}.ysm-search-widget input[type=search]::-webkit-search-decoration,.ysm-search-widget input[type=search]::-webkit-search-cancel-button,.ysm-search-widget input[type=search]::-webkit-search-results-button,.ysm-search-widget input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;display:none}.smart-search-fullscreen{display:none;position:fixed;left:0;top:0;width:100%;height:100%}.smart-search-fullscreen.ssf-active{display:block;z-index:9999}.smart-search-fullscreen-backdrop{display:block!important;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-color:#000;opacity:0;transition:opacity .4s cubic-bezier(.25,.46,.45,.94)}.ssf-animated .smart-search-fullscreen-backdrop{opacity:.75}.smart-search-fullscreen-inner{background-color:#fff;z-index:1;border-radius:5px;padding:20px;margin:40px 20px;position:relative;top:0}.smart-search-fullscreen .smart-search-view-all-holder{margin-top:20px}.smart-search-fullscreen .sws-recent-products-wrapper,.smart-search-fullscreen .sws-sidebar{margin-top:20px}.sws-keywords-block-displayed .sws-recent-products-wrapper,.sws-keywords-block-displayed .sws-sidebar{margin-top:0}.ssf-search-input{order:2;width:100%;height:40px;border:none;border-bottom:1px solid #d6d6d6;appearance:none;transition:border-color .2s ease}.ssf-search-input:focus,.ssf-search-input:active{outline:none;border-bottom-color:#2727ce}.ssf-search-input:focus+.ssf-search-icon-search,.ssf-search-input:active+.ssf-search-icon-search{color:#2727ce}.ssf-search-icon-search{margin-right:12px;order:1}.ssf-search-icon-close{margin-left:12px;order:3;cursor:pointer}.smart-search-input-wrapper{display:flex;align-items:flex-end;position:relative}.sws-hide-popup .smart-search-fullscreen-results{display:none}.sws-search-recent-list,.smart-search-keywords-list{display:flex!important;align-items:center;flex-wrap:wrap;list-style:none;padding:0;margin:0}.sws-search-recent-wrapper,.smart-search-keywords-wrapper{display:flex!important;align-items:center;flex-wrap:wrap;width:100%;margin:15px 0}.smart-search-popup .sws-search-recent-wrapper,.smart-search-popup .smart-search-keywords-wrapper{padding-left:12px}.sws-search-recent-wrapper--hidden_mod,.sws-search-recent-wrapper--hidden_by_keywords,.smart-search-keywords-wrapper--hidden_mod,.smart-search-keywords-wrapper--hidden_by_keywords{display:none!important}.hidden-searches .sws-search-recent-wrapper{display:none!important}.sws-search-recent-title,.smart-search-keywords-title{margin:0 20px 0 0!important;font-size:14px!important}.sws-search-recent-list,.smart-search-keywords-list{margin:0!important;padding:0!important}.sws-search-recent-list-item{display:flex;align-items:center;border:1px solid #d6d6d6;padding:2px 0;margin:5px 0;border-radius:20px;font-size:13px;overflow:hidden;color:#222;cursor:pointer}.sws-search-recent-wrapper .sws-search-recent-list-item{padding-right:8px}.sws-search-recent-list-item-delete{cursor:pointer;width:14px;height:14px;transition:color .2s ease}.sws-search-recent-list-item-delete svg{display:block}.sws-search-recent-list-item-delete:hover{color:#2727ce}.sws-search-recent-list-item-trigger{padding:4px 12px 4px 12px;margin:0;transition:color .2s ease}.sws-search-recent-wrapper .sws-search-recent-list-item-trigger{padding-right:6px}.sws-search-recent-list-item-trigger:hover{color:#2727ce}.sws-search-recent-list-item:not(:last-child){margin-right:12px}.smart-search-popup-backdrop{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9998}.ysm-widget-opened .et_builder_inner_content{z-index:99999}.ssf-search-input{background-position:50% 50%!important}@media(max-width:767px){.ssf-search-input{font-size:16px!important}}.smart-search-results-main.sws-hiding-results .smart-search-results,.smart-search-results-main.sws-hiding-results .smart-search-view-all-holder,.smart-search-results-main.sws-hiding-results .sws-selected-categories{display:none}.smart-search-results-main--column_mod{display:flex;flex-wrap:wrap;justify-content:space-between}@media(max-width:767px){.smart-search-results-main--column_mod .sws-search-recent-wrapper{order:1}.smart-search-results-main--column_mod .smart-search-keywords-wrapper{order:2}.smart-search-results-main--column_mod .sws-sidebar{order:3}.smart-search-results-main--column_mod .smart-search-results{order:4}.smart-search-results-main--column_mod .smart-search-view-all-holder{order:5}}.sws-hide-popup .smart-search-results-main--on_open_mod .sws-selected-categories{display:block}@media(max-width:767px){.smart-search-results-main--hidden_mobile_mod .sws-selected-categories{display:none!important}}.sws-sidebar-widget{display:flex;flex-direction:column}.sws-sidebar--first-slot:empty,.sws-sidebar--second-slot:empty{display:none}.sws-sidebar-widget .sws-selected-categories:not(:last-child){order:1}.sws-sidebar-widget .sws-promo-banner:not(:last-child){order:2;margin-top:20px}.sws-sidebar-widget:not(:empty){margin-top:20px}.sws-sidebar-widget:first-child{margin-top:0}.smart-search-results-main--column_mod .smart-search-results,.smart-search-results-main--column_mod .sws-recent-products-wrapper{width:calc(100% - 400px)}@media(max-width:767px){.smart-search-results-main--column_mod .smart-search-results,.smart-search-results-main--column_mod .sws-recent-products-wrapper{width:100%}}.smart-search-results-main--widgets-on-left--mod .sws-sidebar--right-mod{display:none!important}.smart-search-results-main--widgets-on-right--mod .sws-sidebar--left-mod{display:none!important}.smart-search-results-main--widgets-on-left--mod .sws-recent-products-wrapper,.smart-search-results-main--widgets-on-right--mod .sws-recent-products-wrapper{width:calc(100% - 200px)}@media(max-width:767px){.smart-search-results-main--widgets-on-left--mod .sws-recent-products-wrapper,.smart-search-results-main--widgets-on-right--mod .sws-recent-products-wrapper{width:100%}}@media(min-width:768px){.smart-search-results-main--widgets-on-left--mod .smart-search-results,.smart-search-results-main--widgets-on-right--mod .smart-search-results{width:calc(100% - 200px)}}.sws-hide-popup .sws-selected-categories{display:none}.sws-sidebar{box-sizing:border-box}.sws-sidebar:not(:empty){width:200px}@media(max-width:767px){.sws-sidebar:not(:empty){width:100%;padding-left:0!important}}.sws-sidebar-holder{width:calc(100% - 400px);height:1px}@media(max-width:767px){.sws-sidebar-holder{display:none}}.sws-sidebar--left-mod:not(:empty){padding-right:20px}.sws-sidebar--right-mod:not(:empty){padding-left:20px}.sws-selected-categories{width:100%}.sws-selected-categories-title{margin-bottom:10px!important;flex-shrink:0;font-size:14px!important}.sws-selected-categories-list{margin:0!important;padding:0!important}.sws-selected-categories-item{list-style:none}.sws-selected-categories-item:not(:last-child){margin-bottom:5px}.sws-selected-categories-link{font-size:12px;color:#000}@media(max-width:767px){.sws-selected-categories{width:100%}.sws-selected-categories-list{display:flex;column-gap:10px;flex-wrap:wrap}}.sws-promo-banner img{max-width:100%;height:auto}@media(max-width:767px){.sws-promo-banner.sws-promo-banner--hidden_mobile_mod{display:none!important}}.sws-hide-popup .sws-promo-banner{display:none}.sws-hide-popup .smart-search-results-main--banner_on_open_mod .sws-promo-banner{display:block}@media(max-width:767px){.smart-search-results-main--banner_on_open_mod .sws-promo-banner{display:none}.smart-search-results[data-columns="2"] .smart-search-suggestions{padding:0}}.sws-recent-products-wrapper{width:100%;position:relative;padding:0 20px;box-sizing:border-box}@media(max-width:767px){.sws-recent-products-wrapper{width:100%;order:5;margin-top:20px}.sws-recent-products-wrapper.sws-recent-products-wrapper--hidden_mobile_mod{display:none!important}}.sws-no-results .sws-recent-products-wrapper{display:none!important}.sws-recent-products-heading{margin-bottom:10px!important;margin-left:5px!important;font-size:14px!important}.sws-selected-products-item{border:1px solid #ddd;border-radius:8px;padding:15px;margin:0 10px}.sws-selected-products-item:hover{border-color:#444}.sws-selected-products-category{margin-bottom:5px;line-height:1}.sws-selected-products-category a{font-size:13px!important;text-decoration:none!important;color:#000;opacity:.8;transition:.2s ease}.sws-selected-products-category a:hover{opacity:.6}.sws-selected-products-title{display:block;margin-bottom:10px!important;min-height:36px;padding:0!important;font-size:16px!important;line-height:1.1!important;color:#000!important;text-decoration:none!important}.sws-recent-products .swiper-slide{width:20%}@media(max-width:1200px){.sws-recent-products .swiper-slide{width:25%}}@media(max-width:960px){.sws-recent-products .swiper-slide{width:50%}}@media(max-width:560px){.sws-recent-products .swiper-slide{width:100%}}.sws-selected-products-picture{display:block;margin:0 auto 10px!important;text-align:center}.sws-selected-products-picture img{max-width:100%!important;object-fit:contain!important;height:auto}.sws-selected-products-meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.sws-product-rating{width:100%}.sws-selected-products-item .button{padding:8px 10px!important;text-decoration:none!important}.sws-selected-products-item .button img{width:20px}.sws-recent-products-wrapper .swiper-button-next:after,.sws-recent-products-wrapper .swiper-button-prev:after{font-size:30px!important;color:#000!important}.sws-recent-products-wrapper .swiper-button-next{right:0!important}.sws-recent-products-wrapper .swiper-button-prev{left:0!important}.smart-search-results-hidden{max-width:0!important;max-height:0;padding-right:0!important}.sws-recent-products-wrapper .wc-forward{display:none}.smart-search-add_to_cart-holder a.button{font-size:.8rem!important}.product_type_variable .smart-search-add_to_cart-holder a.button:after{content:"";display:inline-block;vertical-align:middle;width:24px;height:10px;margin-left:3px;background-repeat:no-repeat;background-position:center;background-size:contain;will-change:transform;transition:all .2s ease;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAQAAACmLXceAAAAQUlEQVR42mPAB/5v/3/mvxgD8QCo/P//yyRo+S/6/xJQy/X/ksNOy/+D/4kFp0nWQKqTJIa9cqCGs6QmvpOYyRsAkwK7iR4cwaUAAAAASUVORK5CYII=)}.product_type_variable .smart-search-add_to_cart-holder a.button:hover:after{transform:translateX(3px)}.sws-loader-image{display:none!important;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:100%;max-height:75%;width:auto}.sws-loader-image--visible{display:block!important}/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.swp-container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.swp-container{max-width:540px}}@media (min-width:768px){.swp-container{max-width:720px}}@media (min-width:992px){.swp-container{max-width:960px}}@media (min-width:1200px){.swp-container{max-width:1140px}}.swp-container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.swp-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.swp-no-gutters{margin-right:0;margin-left:0}.swp-no-gutters>.swp-col,.swp-no-gutters>[class*="swp-col-"]{padding-right:0;padding-left:0}.swp-col,.swp-col-1,.swp-col-10,.swp-col-11,.swp-col-12,.swp-col-2,.swp-col-3,.swp-col-4,.swp-col-5,.swp-col-6,.swp-col-7,.swp-col-8,.swp-col-9,.swp-col-auto,.swp-col-lg,.swp-col-lg-1,.swp-col-lg-10,.swp-col-lg-11,.swp-col-lg-12,.swp-col-lg-2,.swp-col-lg-3,.swp-col-lg-4,.swp-col-lg-5,.swp-col-lg-6,.swp-col-lg-7,.swp-col-lg-8,.swp-col-lg-9,.swp-col-lg-auto,.swp-col-md,.swp-col-md-1,.swp-col-md-10,.swp-col-md-11,.swp-col-md-12,.swp-col-md-2,.swp-col-md-3,.swp-col-md-4,.swp-col-md-5,.swp-col-md-6,.swp-col-md-7,.swp-col-md-8,.swp-col-md-9,.swp-col-md-auto,.swp-col-sm,.swp-col-sm-1,.swp-col-sm-10,.swp-col-sm-11,.swp-col-sm-12,.swp-col-sm-2,.swp-col-sm-3,.swp-col-sm-4,.swp-col-sm-5,.swp-col-sm-6,.swp-col-sm-7,.swp-col-sm-8,.swp-col-sm-9,.swp-col-sm-auto,.swp-col-xl,.swp-col-xl-1,.swp-col-xl-10,.swp-col-xl-11,.swp-col-xl-12,.swp-col-xl-2,.swp-col-xl-3,.swp-col-xl-4,.swp-col-xl-5,.swp-col-xl-6,.swp-col-xl-7,.swp-col-xl-8,.swp-col-xl-9,.swp-col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.swp-col{-ms-flex-preferred-size:0;flex-basis:0%;-ms-flex-positive:1;flex-grow:1;max-width:100%}.swp-col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.swp-col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.swp-col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.swp-col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.swp-col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.swp-col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.swp-col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.swp-col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.swp-col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.swp-col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.swp-col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.swp-col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.swp-col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.swp-col-sm{-ms-flex-preferred-size:0;flex-basis:0%;-ms-flex-positive:1;flex-grow:1;max-width:100%}.swp-col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.swp-col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.swp-col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.swp-col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.swp-col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.swp-col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.swp-col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.swp-col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.swp-col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.swp-col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.swp-col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.swp-col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.swp-col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.swp-col-md{-ms-flex-preferred-size:0;flex-basis:0%;-ms-flex-positive:1;flex-grow:1;max-width:100%}.swp-col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.swp-col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.swp-col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.swp-col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.swp-col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.swp-col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.swp-col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.swp-col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.swp-col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.swp-col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.swp-col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.swp-col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.swp-col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.swp-col-lg{-ms-flex-preferred-size:0;flex-basis:0%;-ms-flex-positive:1;flex-grow:1;max-width:100%}.swp-col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.swp-col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.swp-col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.swp-col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.swp-col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.swp-col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.swp-col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.swp-col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.swp-col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.swp-col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.swp-col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.swp-col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.swp-col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.swp-col-xl{-ms-flex-preferred-size:0;flex-basis:0%;-ms-flex-positive:1;flex-grow:1;max-width:100%}.swp-col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.swp-col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.swp-col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.swp-col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.swp-col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.swp-col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.swp-col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.swp-col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.swp-col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.swp-col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.swp-col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.swp-col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.swp-col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-swp-row{display:table-swp-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-swp-row{display:table-swp-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-swp-row{display:table-swp-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-swp-row{display:table-swp-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-swp-row{display:table-swp-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-swp-row{display:table-swp-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-swp-row{-ms-flex-direction:swp-row!important;flex-direction:swp-row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-swp-row-reverse{-ms-flex-direction:swp-row-reverse!important;flex-direction:swp-row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-swp-row{-ms-flex-direction:swp-row!important;flex-direction:swp-row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-swp-row-reverse{-ms-flex-direction:swp-row-reverse!important;flex-direction:swp-row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-swp-row{-ms-flex-direction:swp-row!important;flex-direction:swp-row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-swp-row-reverse{-ms-flex-direction:swp-row-reverse!important;flex-direction:swp-row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-swp-row{-ms-flex-direction:swp-row!important;flex-direction:swp-row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-swp-row-reverse{-ms-flex-direction:swp-row-reverse!important;flex-direction:swp-row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-swp-row{-ms-flex-direction:swp-row!important;flex-direction:swp-row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-swp-row-reverse{-ms-flex-direction:swp-row-reverse!important;flex-direction:swp-row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}img{max-width:100%}.swp-details-page-content{border:1px solid #eeeef4}.swp-details-page-content .swp-details{padding:30px}.swp-details-page-content .swp-details .inner-title{margin:0;padding:0;color:#262627;margin-bottom:10px}.swp-details-page-content .swp-details blockquote{font-size:20px;font-style:italic;color:#262627;margin:15px 0}.swp-team-area-inner{margin:0 30px}.swp-single-team-inner{background:#f4f7ff;border-radius:7px;padding:20px;margin-bottom:30px;text-align:center}.swp-single-team-inner .icon-img{border-radius:50%;height:120px;width:120px;display:inline-block;margin-bottom:15px}.swp-single-team-inner .content-box .inner-title{margin:0}.swp-single-team-inner .content-box .inner-title a{color:#262627;text-decoration:none}.swp-single-team-inner .content-box p{margin-bottom:0;font-size:12px}.swp-details-page-comment-form{background:#f0f4ff;padding:30px;margin-top:40px;border-radius:6px}.swp-details-page-comment-form h2{margin:0;color:#262627}.swp-details-page-comment-form p{margin-bottom:20px}.swp-single-input-inner{margin-bottom:20px;width:100%;display:block}.swp-single-input-inner input{width:100%;height:55px;border:0!important;border-radius:4px;padding:0 20px;outline:0!important;font-size:14px}.swp-single-input-inner input::-webkit-input-placeholder{color:#bbb}.swp-single-input-inner input::-moz-placeholder{color:#bbb}.swp-single-input-inner input:-ms-input-placeholder{color:#bbb}.swp-single-input-inner input::-ms-input-placeholder{color:#bbb}.swp-single-input-inner input::placeholder{color:#bbb}.swp-single-input-inner textarea{width:100%;border:0!important;height:140px;border-radius:5px;padding:15px 20px;outline:0!important;font-size:15px}.swp-single-input-inner textarea::-webkit-input-placeholder{color:#bbb}.swp-single-input-inner textarea::-moz-placeholder{color:#bbb}.swp-single-input-inner textarea:-ms-input-placeholder{color:#bbb}.swp-single-input-inner textarea::-ms-input-placeholder{color:#bbb}.swp-single-input-inner textarea::placeholder{color:#bbb}.swp-single-input-inner.style-border input{border:1px solid rgb(234 225 214 / .6)!important}.swp-single-input-inner.style-border input::-webkit-input-placeholder{color:#bbb}.swp-single-input-inner.style-border input::-moz-placeholder{color:#bbb}.swp-single-input-inner.style-border input:-ms-input-placeholder{color:#bbb}.swp-single-input-inner.style-border input::-ms-input-placeholder{color:#bbb}.swp-single-input-inner.style-border input::placeholder{color:#bbb}.swp-single-input-inner.style-border textarea{border:1px solid rgb(234 225 214 / .6)!important}.swp-single-input-inner.style-border textarea::-webkit-input-placeholder{color:#bbb}.swp-single-input-inner.style-border textarea::-moz-placeholder{color:#bbb}.swp-single-input-inner.style-border textarea:-ms-input-placeholder{color:#bbb}.swp-single-input-inner.style-border textarea::-ms-input-placeholder{color:#bbb}.swp-single-input-inner.style-border textarea::placeholder{color:#bbb}.swp-single-input-inner.style-bg input{background:#F7FAFC}.swp-single-input-inner.style-bg input::-webkit-input-placeholder{color:#3F517E}.swp-single-input-inner.style-bg input::-moz-placeholder{color:#3F517E}.swp-single-input-inner.style-bg input:-ms-input-placeholder{color:#3F517E}.swp-single-input-inner.style-bg input::-ms-input-placeholder{color:#3F517E}.swp-single-input-inner.style-bg input::placeholder{color:#3F517E}.swp-single-input-inner.style-bg textarea{background:#F7FAFC}.swp-single-input-inner.style-bg textarea::-webkit-input-placeholder{color:#3F517E}.swp-single-input-inner.style-bg textarea::-moz-placeholder{color:#3F517E}.swp-single-input-inner.style-bg textarea:-ms-input-placeholder{color:#3F517E}.swp-single-input-inner.style-bg textarea::-ms-input-placeholder{color:#3F517E}.swp-single-input-inner.style-bg textarea::placeholder{color:#3F517E}.swp-single-input-inner.transparent-bg input{background:#fff0;border:1px solid rgb(255 255 255 / .8)!important;color:#fff}.swp-single-input-inner.transparent-bg input::-webkit-input-placeholder{color:#fff}.swp-single-input-inner.transparent-bg input::-moz-placeholder{color:#fff}.swp-single-input-inner.transparent-bg input:-ms-input-placeholder{color:#fff}.swp-single-input-inner.transparent-bg input::-ms-input-placeholder{color:#fff}.swp-single-input-inner.transparent-bg input::placeholder{color:#fff}.swp-single-input-inner.transparent-bg textarea{background:#fff0;border:1px solid rgb(255 255 255 / .8)!important;color:#fff}.swp-single-input-inner.transparent-bg textarea::-webkit-input-placeholder{color:#fff}.swp-single-input-inner.transparent-bg textarea::-moz-placeholder{color:#fff}.swp-single-input-inner.transparent-bg textarea:-ms-input-placeholder{color:#fff}.swp-single-input-inner.transparent-bg textarea::-ms-input-placeholder{color:#fff}.swp-single-input-inner.transparent-bg textarea::placeholder{color:#fff}.swp-widget{background:#f0f4ff;border-radius:7px;border-top:3px solid var(--swp-main-color);overflow:hidden;padding:40px 30px;margin-bottom:30px}.swp-product-title{font-size:20px;margin:0;color:#262627;margin-bottom:20px;line-height:1}.swp-widget.swp-bg-base{background:var(--swp-main-color)}.swp-widget.swp-bg-base .swp-product-title{color:#fff}.swp-product-widget .swp-details{margin:0;padding:0}.swp-product-widget .swp-details li{list-style:none;margin-top:13px}.swp-product-widget .swp-details li:first-child{margin-top:0}.swp-product-widget .swp-details li strong{color:#262627;font-size:16px}.swp-product-widget .swp-details li p{font-size:13px}.swp-product-widget .swp-details li p svg,.swp-product-widget .swp-details li p i{color:var(--swp-main-color);margin-right:5px}.swp-map-widget .swp-g-map{margin-bottom:-11px}.swp-map-widget .swp-g-map iframe{line-height:1!important;border:0;width:100%;height:230px}.swp-map-widget .address{margin-bottom:30px;font-size:15px;color:#fff}.swp-map-widget .address svg,.swp-map-widget .address i{color:#fff;margin-right:6px}@media all and (max-width:991px){.swp-sitebar{margin-top:100px}}@media all and (max-width:575px){.swp-details-page-content .swp-details{padding:20px}.swp-details-page-content .swp-details blockquote{font-size:16px}.swp-team-area-inner{margin:0 20px}.swp-details-page-comment-form{padding:30px 20px}.swp-widget{padding:30px 20px}}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}/* Owl Carousel */
.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height .5s ease-in-out;-moz-transition:height .5s ease-in-out;-ms-transition:height .5s ease-in-out;-o-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity .4s ease;-moz-transition:opacity .4s ease;-ms-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/wp-content/plugins/swp-shop/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale .1s ease;-moz-transition:scale .1s ease;-ms-transition:scale .1s ease;-o-transition:scale .1s ease;transition:scale .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity .4s ease;-moz-transition:opacity .4s ease;-ms-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}
 /*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.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-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\f907"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\f913"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\f91a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\f91e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\f941"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\f949"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{ font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:swap;src:url(/wp-content/plugins/swp-shop/assets/fonts/fa-brands-400.eot);src:url(/wp-content/plugins/swp-shop/assets/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/swp-shop/assets/fonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/swp-shop/assets/fonts/fa-brands-400.woff) format("woff"),url(/wp-content/plugins/swp-shop/assets/fonts/fa-brands-400.ttf) format("truetype"),url(/wp-content/plugins/swp-shop/assets/fonts/fa-brands-400.svg#fontawesome) format("svg") }.fab{font-family:"Font Awesome 5 Brands"}@font-face{ font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/plugins/swp-shop/assets/fonts/fa-regular-400.eot);src:url(/wp-content/plugins/swp-shop/assets/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/swp-shop/assets/fonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/plugins/swp-shop/assets/fonts/fa-regular-400.woff) format("woff"),url(/wp-content/plugins/swp-shop/assets/fonts/fa-regular-400.ttf) format("truetype"),url(/wp-content/plugins/swp-shop/assets/fonts/fa-regular-400.svg#fontawesome) format("svg") }.far{font-weight:400}@font-face{ font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:swap;src:url(/wp-content/plugins/swp-shop/assets/fonts/fa-solid-900.eot);src:url(/wp-content/plugins/swp-shop/assets/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/swp-shop/assets/fonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/swp-shop/assets/fonts/fa-solid-900.woff) format("woff"),url(/wp-content/plugins/swp-shop/assets/fonts/fa-solid-900.ttf) format("truetype"),url(/wp-content/plugins/swp-shop/assets/fonts/fa-solid-900.svg#fontawesome) format("svg") }.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0;font-family:"Inter",sans-serif;font-size:16px;line-height:1.6;font-weight:400;color:#484848}p{margin:0}:root{--swp-main-color:#f94d1c}a:hover{color:var(--swp-main-color)}.section-title{position:relative;margin-bottom:80px;text-align:center}.section-title h2{font-size:45px;line-height:1.5;text-transform:capitalize;font-weight:700;margin:0;padding-bottom:10px;position:relative}.section-title h2:before,.section-title h2:after{position:absolute;height:2px;width:calc(50% - 10px);bottom:0;content:"";transform:skewX(-45deg)}.section-title h2:before{background:#ff5a5f;left:0}.section-title h2:after{background:#484848;right:0}.style-number h3{color:#767676;font-size:35px;line-height:1.5;margin-bottom:40px}.swp-text-center{text-align:center}.swp-readmore-arrow,.added_to_cart.wc-forward{height:40px;width:40px;line-height:40px;border-radius:4px;background:#fff;text-align:center;display:inline-block;color:var(--swp-main-color);transition:0.4s;z-index:2;font-size:14px;box-shadow:0 0 15px rgb(0 0 0 / .07);margin:2px 0}.swp-readmore-arrow:hover{background:var(--swp-main-color);color:#fff}.swp-readmore-arrow-btn,.added_to_cart.wc-forward{width:auto;padding:0 15px}.swp-badge-btn{height:22px;line-height:22px;padding:0 10px;border-radius:4px;background:var(--swp-main-color);display:inline-block;color:#fff;font-size:12px}.swp-badge-btn-left{position:absolute;left:20px;top:20px}.swp-badge-btn-right{position:absolute;right:20px;top:20px}.swp-readmore-btn{height:46px;line-height:46px;padding:0 18px;border-radius:4px;background:#fff2ef;text-align:center;display:inline-block;color:var(--swp-main-color);transition:0.4s;z-index:2}.swp-readmore-btn:hover{background:var(--swp-main-color);color:#fff}.swp-readmore-text{text-decoration:none;color:#2e2e36;transition:0.4s}.swp-readmore-text:hover{color:var(--swp-main-color)}.swp-ratting-inner{font-size:14px;color:var(--swp-main-color)}.swp-isotope-btn{margin-bottom:30px}.swp-isotope-btn button{border:0;height:30px;padding:0 15px;line-height:30px;color:#2e2e36;font-weight:600;transition:0.4s;border-radius:4px;background:#fff0;margin-right:6px;cursor:pointer!important}.swp-isotope-btn button:hover,.swp-isotope-btn button.active{background:#f94d1c;color:#fff}.swp-isotope-btn button:last-child{margin-right:0}.swp-isotope-btn-radius button{border-radius:40px}.slider-control-base .owl-nav button{height:40px;line-height:41px;width:40px;padding:0;margin-right:15px;border:1px solid var(--swp-main-color);outline:0!important;color:var(--swp-main-color);cursor:pointer;transition:0.4s;-webkit-transition:0.4s;-moz-transition:0.4s}.slider-control-base .owl-nav button:hover{background:var(--swp-main-color);color:#fff}.slider-control-base .owl-nav button:last-child{margin-right:0}.slider-control-base .owl-dots button{height:20px;line-height:20px;width:20px;padding:0;margin-right:5px;border:1px solid var(--swp-main-color);outline:0!important;color:var(--swp-main-color);cursor:pointer;transition:0.4s;-webkit-transition:0.4s;-moz-transition:0.4s;border-radius:50%;position:relative}.slider-control-base .owl-dots button:after{content:"";position:absolute;top:50%;left:50%;height:8px;width:8px;border-radius:50%;background:var(--swp-main-color);transform:translate(-50%,-50%);visibility:hidden;opacity:0;transition:0.4s}.slider-control-base .owl-dots .active:after{visibility:visible;opacity:1}.slider-control-base .owl-dots button:last-child{margin-right:0}.swp-page-navigation .pagination{display:inline-flex;margin:0;padding:0}.swp-page-navigation .pagination .pagination-arrow a{transition:0.4s;border:0}.swp-page-navigation .pagination .pagination-arrow a:hover{border:0}.swp-page-navigation .pagination li{list-style:none}.swp-page-navigation .pagination li a{height:48px;width:48px;line-height:50px;margin-right:10px;border:0;border-radius:0;text-align:center;text-decoration:none;transition:0.4s;display:block;color:rgb(255 255 255 / .8);font-size:18px;border-radius:0;background:#2e2e36}.swp-page-navigation .pagination li:last-child a{margin-right:0}.swp-page-navigation .pagination li a:active,.swp-page-navigation .pagination li a:focus,.swp-page-navigation .pagination li a:hover{background:var(--swp-main-color);color:#fff}.swp-page-navigation .pagination li a.active{background:var(--swp-main-color)}.swp-btn-wrap .swp-load-more{height:50px;line-height:50px;background:var(--swp-main-color);padding:0 25px;display:inline-block;text-decoration:none;color:#fff;font-weight:500;transition:0.4s}.swp-btn-wrap .swp-load-more:hover{background:#ef4819}.swp-readmore-arrow.swp-image-popup img{top:4px;position:relative;width:auto!important;display:inline-block}.swp-readmore-arrow.swp-image-popup:hover img{filter:brightness(100)}.swp-filter-list{margin-bottom:30px}.swp-filter-list select{width:280px;height:45px;line-height:45px;border:1px solid #d0cecd;padding:0 5px;color:#888787;outline:0!important}.swp-tab-menu{margin-bottom:30px}.swp-tab-menu ul{padding:0;margin:0}.swp-tab-menu ul li{list-style:none;display:inline-block;margin-right:5px}.swp-tab-menu ul li:last-child{margin-right:0}.swp-tab-menu ul li a{height:45px;line-height:45px;padding:0 20px;background:#d0cecd;display:inline-block;color:#2e2e36;text-decoration:none;transition:0.4s}.swp-tab-menu ul li a:hover{background:var(--swp-main-color);color:#fff}.swp-tab-menu ul li a.active{background:var(--swp-main-color);color:#fff}.swp-tab-box{display:none}.swp-tab-menu.style-two ul li{display:block;margin-right:0;border-bottom:1px solid #fff}.swp-tab-menu.style-two ul li:last-child{border-bottom:0}.swp-tab-menu.style-two ul li a{width:100%}.custom-gutters-10>.col,.custom-gutters-10>[class*="col-"]{padding-right:5px;padding-left:5px}@media all and (min-width:992px){.swp-text-lg-right{text-align:right}}.swp-shop-single-inner ins{text-decoration:none}.owl-carousel img{width:auto!important;margin:0 auto}.swp-shop-single-inner{margin-bottom:30px;position:relative;overflow:hidden}.swp-shop-single-inner a{text-decoration:none}.swp-shop-single-inner .icon-img{line-height:0;margin-bottom:20px;overflow:hidden;position:relative}.swp-shop-single-inner .icon-img img{max-width:100%;transform:scale(1.02);transition:0.7s}.swp-shop-single-inner:hover .icon-img img{transform:scale(1.06)}.swp-shop-single-inner .content-box{z-index:2}.swp-shop-single-inner .content-box .inner-title{line-height:1.2;margin:0;color:#2e2e36;font-size:16px;margin-bottom:7px}.swp-shop-single-inner .content-box .inner-title a{color:#2e2e36;transition:0.4s}.swp-shop-single-inner .content-box .inner-title:hover a{color:var(--swp-main-color)}.swp-shop-single-inner .content-box p,.swp-shop-single-inner .content-box del{color:#74787c;margin-bottom:0;font-size:15px;display:inline-block}.swp-shop-single-inner .content-box .price{margin-right:15px}.swp-shop-single-inner.style-1{box-shadow:0 0 15px rgb(0 0 0 / .07);border-radius:8px}.swp-shop-single-inner.style-1 .icon-img{margin-bottom:0}.swp-shop-single-inner.style-1 .icon-img .swp-readmore-arrow-wrap{position:absolute;top:60%;transform:translateY(-50%);visibility:hidden;opacity:0;transition:0.4s;width:100%;text-align:center}.swp-shop-single-inner.style-1:hover .icon-img .swp-readmore-arrow-wrap{visibility:visible;opacity:1;top:50%}.swp-shop-single-inner.style-1 .content-box{padding:30px}.swp-shop-single-inner.style-2 .icon-img{margin-bottom:0}.swp-shop-single-inner.style-2 .content-box{position:relative}.swp-shop-single-inner.style-2 .content-box .swp-readmore-arrow-wrap{position:absolute;top:-30px;transform:translateY(-50%);visibility:hidden;opacity:0;transition:0.4s;width:100%;text-align:center;z-index:2}.swp-shop-single-inner.style-2:hover .content-box .swp-readmore-arrow-wrap{visibility:visible;opacity:1;top:0}.swp-shop-single-inner.style-2 .content-box{padding:30px 0}.swp-shop-single-inner.style-2 .content-box .content-details{transition:0.4s}.swp-shop-single-inner.style-2:hover .content-box .content-details{opacity:.2}.swp-shop-single-inner.style-3 .icon-img{margin-bottom:0}.swp-shop-single-inner.style-3 .icon-img .swp-readmore-arrow-wrap{position:absolute;bottom:-30px;transform:translateY(-50%);visibility:hidden;opacity:0;transition:0.4s;width:100%;text-align:center}.swp-shop-single-inner.style-3:hover .icon-img .swp-readmore-arrow-wrap{visibility:visible;opacity:1;bottom:0}.swp-shop-single-inner.style-3:hover .icon-img img{opacity:0.4!important}.swp-shop-single-inner.style-3:hover .icon-img .swp-readmore-arrow-wrap img{opacity:1!important}.swp-shop-single-inner.style-3 .content-box{padding:30px}.swp-shop-single-inner.style-4 .icon-img{margin-bottom:0}.swp-shop-single-inner.style-4 .icon-img .swp-readmore-arrow-wrap{position:absolute;left:-30px;transform:translateY(-50%);visibility:hidden;opacity:0;transition:0.4s;width:100%;text-align:center;width:50px;top:50%}.swp-shop-single-inner.style-4:hover .icon-img .swp-readmore-arrow-wrap{visibility:visible;opacity:1;left:20px}.swp-shop-single-inner.style-4:hover .icon-img img{opacity:0.4!important}.swp-shop-single-inner.style-4:hover .icon-img .swp-readmore-arrow-wrap img{opacity:1!important}.swp-shop-single-inner.style-4 .content-box{padding:30px}.swp-shop-single-inner.style-5{border:1px solid #f3f3f3;transition:0.4s}.swp-shop-single-inner.style-5 .icon-img{margin-bottom:30px}.swp-shop-single-inner.style-5 .icon-img .swp-readmore-arrow-wrap{position:absolute;bottom:-40px;transform:translateY(-50%);visibility:hidden;opacity:0;transition:0.4s;width:100%;text-align:center}.swp-shop-single-inner.style-5:hover .icon-img .swp-readmore-arrow-wrap{visibility:visible;opacity:1;bottom:-20px}.swp-shop-single-inner.style-5:hover .icon-img img{opacity:0.1!important}.swp-shop-single-inner.style-5:hover .icon-img .swp-readmore-arrow-wrap img{opacity:1!important}.swp-shop-single-inner.style-5{padding:30px}.swp-shop-single-inner.style-5:hover{border:1px solid var(--swp-main-color)}.swp-shop-single-inner.style-5 .swp-badge-btn-right{right:0;top:0}.swp-shop-single-inner.style-6 .icon-img .swp-readmore-arrow-wrap{position:absolute;bottom:-40px;transform:translateY(-50%);visibility:hidden;opacity:0;transition:0.4s;width:100%;text-align:left}.swp-shop-single-inner.style-6:hover .icon-img .swp-readmore-arrow-wrap{visibility:visible;opacity:1;bottom:-20px}.swp-shop-single-inner.style-6:hover .icon-img img{opacity:0.1!important}.swp-shop-single-inner.style-6:hover .icon-img .swp-readmore-arrow-wrap img{opacity:1!important}.swp-shop-single-inner.style-7 .icon-img{margin-bottom:0}.swp-shop-single-inner.style-7 .content-box{position:relative}.swp-shop-single-inner.style-7 .content-box .swp-readmore-arrow-wrap{visibility:hidden;opacity:0;transition:0.4s;margin-top:20px}.swp-shop-single-inner.style-7:hover .content-box .swp-readmore-arrow-wrap{visibility:visible;opacity:1;margin-top:6px}.swp-shop-single-inner.style-7 .content-box{padding:30px 0}.swp-shop-single-inner.style-7 .content-box del{color:var(--swp-main-color)}.swp-shop-single-inner.style-7 .content-box .content-details{transition:0.4s}.swp-shop-single-inner.style-8{border:1px solid #f3f3f3;transition:0.4s}.swp-shop-single-inner.style-8 .icon-img{margin-bottom:30px}.swp-shop-single-inner.style-8 .icon-img .swp-readmore-arrow-wrap{position:absolute;bottom:-40px;transform:translateY(-50%);visibility:hidden;opacity:0;transition:0.4s;width:100%;text-align:center}.swp-shop-single-inner.style-8:hover .icon-img .swp-readmore-arrow-wrap{visibility:visible;opacity:1;bottom:-20px}.swp-shop-single-inner.style-8:hover .icon-img img{opacity:0.1!important}.swp-shop-single-inner.style-8:hover .icon-img .swp-readmore-arrow-wrap img{opacity:1!important}.swp-shop-single-inner.style-8{padding:30px}.swp-shop-single-inner.style-8:hover{box-shadow:0 0 15px rgb(0 0 0 / .07)}.swp-shop-single-inner.style-8 .swp-badge-btn-right{right:0;top:0}.swp-shop-single-inner.style-9{border:1px solid #f3f3f3;transition:0.4s;background:#f3f3f3}.swp-shop-single-inner.style-9 .icon-img{margin-bottom:30px}.swp-shop-single-inner.style-9 .icon-img .swp-readmore-arrow-wrap{position:absolute;bottom:-40px;transform:translateY(-50%);visibility:hidden;opacity:0;transition:0.4s;width:100%;text-align:center}.swp-shop-single-inner.style-9:hover .icon-img .swp-readmore-arrow-wrap{visibility:visible;opacity:1;bottom:-20px}.swp-shop-single-inner.style-9:hover .icon-img img{opacity:0.1!important}.swp-shop-single-inner.style-9:hover .icon-img .swp-readmore-arrow-wrap img{opacity:1!important}.swp-shop-single-inner.style-9{padding:30px}.swp-shop-single-inner.style-9:hover{box-shadow:0 0 15px rgb(0 0 0 / .07)}.swp-shop-single-inner.style-9 .swp-badge-btn-right{right:0;top:0}.swp-shop-single-inner.style-11 .icon-img{margin-bottom:0}.swp-shop-single-inner.style-11 .content-box{position:absolute;margin:30px;bottom:0;left:0;right:0;background:#fff;padding:30px 20px}.swp-shop-single-inner.style-16 .icon-img{margin-bottom:0}.swp-shop-single-inner.style-16 .icon-img .swp-readmore-arrow-wrap{position:absolute;bottom:-30px;transform:translateY(-50%);visibility:hidden;opacity:0;transition:0.4s;width:100%;text-align:center;padding:30px}.swp-shop-single-inner.style-16:hover .icon-img .swp-readmore-arrow-wrap{visibility:visible;opacity:1;bottom:0}.swp-shop-single-inner.style-16:hover .icon-img img{opacity:0.4!important}.swp-shop-single-inner.style-16:hover .icon-img .swp-readmore-arrow-wrap img{opacity:1!important}.swp-shop-single-inner.style-16 .content-box{padding:30px}.swp-shop-single-inner.style-16 .swp-readmore-arrow-btn{max-width:100%}.swp-shop-single-inner.style-22 .icon-img{margin-bottom:0}.swp-shop-single-inner.style-22 .content-box{position:absolute;margin:30px;bottom:-30px;left:0;right:0;background:#fff;padding:30px 20px;transition:0.4s;visibility:hidden;opacity:0}.swp-shop-single-inner.style-22:hover .content-box{bottom:0;visibility:visible;opacity:1}.swp-shop-single-inner.style-23 .icon-img{margin-bottom:0}.swp-shop-single-inner.style-23 .content-box{margin:0 30px;bottom:0;left:0;right:0;background:#fff;padding:30px 20px;transform:translateY(-50%);box-shadow:0 0 15px rgb(0 0 0 / .07);transition:0.4s}.swp-shop-single-inner.style-23:hover .content-box{margin:0 30px;bottom:0;left:0;right:0;background:#15b1c0}.swp-shop-single-inner.style-23:hover .content-box .inner-title,.swp-shop-single-inner.style-23:hover .content-box .inner-title a,.swp-shop-single-inner.style-23:hover .content-box p,.swp-shop-single-inner.style-23:hover .content-box del{color:#fff}@media all and (max-width:1199px){.swp-shop-single-inner .content-box .inner-title{font-size:15px}.swp-shop-single-inner .content-box p{font-size:14px}.swp-shop-single-inner .content-box del{font-size:14px}}@media all and (max-width:992px){.swp-shop-single-inner .icon-img img{width:100%}}@media all and (max-width:767px){.swp-shop-single-inner.style-11 .content-box{padding:30px 15px}}@media all and (max-width:575px){.swp-tab-menu ul li{margin-bottom:8px}.swp-shop-single-inner.style-23 .content-box{margin:0 20px}.swp-tab-menu.style-two ul li{margin-bottom:0}}.added .fa-shopping-cart:before{content:"\f00c"}.swp-readmore-arrow-wrap .swp-add-to-cart.loading i{position:relative}.swp-readmore-arrow-wrap .swp-add-to-cart.loading i:before{font-family:"Font Awesome 5 Free";content:"\f110";vertical-align:top;font-weight:900;position:absolute;top:-10px;left:-5px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.swp-readmore-arrow-wrap .yith-wcwl-add-to-wishlist{margin-top:0}.swp-readmore-arrow-wrap .yith-wcwl-add-button>a i,.swp-readmore-arrow-wrap .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{margin-right:0}.swp-readmore-arrow-wrap .yith-wcwl-add-button>a i.fa-heart{font-weight:400;color:var(--swp-main-color)}.swp-readmore-arrow-wrap .yith-wcwl-add-button>a:hover i,.swp-readmore-arrow-wrap .swp-readmore-arrow:hover .yith-wcwl-add-button>a i.fa-heart{color:#fff}.add_to_cart_button.swp-readmore-arrow-btn.added,.added_to_cart.wc-forward{display:none}.swp-button .added_to_cart.wc-forward{display:inline-block;max-width:100%}.custom-message{position:fixed;bottom:50px;right:20px;padding:12px 18px;font-weight:500;background-color:#4caf50;color:#fff;border-radius:5px;z-index:999999;box-shadow:0 4px 8px 0 rgb(0 0 0 / .2),0 6px 20px 0 rgb(0 0 0 / .19);font-size:16px;font-family:var(--heading--font-family);font-weight:700;display:flex;align-items:center}.custom-message i{font-size:20px;margin-right:5px}.swp-shop-single-inner .star-rating{max-width:100%;margin:0 auto}.style-6 .star-rating{margin:0}.swp-shop-single-inner .star-rating span:before,.swp-shop-single-inner .star-rating::before,.swp-shop-single-inner p.stars a:hover:after,.swp-shop-single-inner p.stars a:after{letter-spacing:2px}.swp-shop-single-inner .star-rating{font-size:16px;width:6em}.swp-shop-single-inner .star-rating{overflow:hidden;position:relative;height:1.618em;line-height:1.618;width:6.4em;font-family:star;font-weight:500}.swp-shop-single-inner .star-rating::before{content:"\53\53\53\53\53";opacity:.25;float:left;top:0;left:0;position:absolute}.swp-shop-single-inner .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.swp-shop-single-inner .star-rating span::before{content:"\53\53\53\53\53";top:0;position:absolute;left:0;color:var(--swp-main-color)}.swp-shop-single-inner p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none;margin-right:1px;font-weight:400}.swp-shop-single-inner p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:star;content:"\53";color:#404040;text-indent:0;opacity:.25}.swp-shop-single-inner p.stars a:hover~a::before{content:"\53";color:#404040;opacity:.25}.swp-shop-single-inner p.stars:hover a::before{content:"\53";color:var(--swp-main-color);opacity:1}.swp-shop-single-inner p.stars.selected a.active::before{content:"\53";color:var(--swp-main-color);opacity:1}.swp-shop-single-inner p.stars.selected a.active~a::before{content:"\53";color:#404040;opacity:.25}.swp-shop-single-inner p.stars.selected a:not(.active)::before{content:"\53";color:var(--swp-main-color);opacity:1}.swp-shop-single-inner .star-rating span:before,.swp-shop-single-inner .star-rating::before,.swp-shop-single-inner p.stars a:hover:after,.swp-shop-single-inner p.stars a:after{color:var(--swp-main-color)!important;letter-spacing:5px}.owl-nav.disabled{display:none!important}.swp-page-navigation .pagination{display:inline-flex;margin:0;padding:0}.swp-page-navigation .pagination .pagination-arrow a{transition:0.4s;border:0}.swp-page-navigation .pagination .pagination-arrow a:hover{border:0}.swp-page-navigation .pagination li{list-style:none}.swp-page-navigation .pagination li a,.swp-page-navigation a,.swp-page-navigation span{height:48px;width:48px;line-height:50px;margin-right:10px;border:0;border-radius:0;text-align:center;text-decoration:none;transition:0.4s;display:block;color:rgb(255 255 255 / .8);font-size:18px;border-radius:0;background:#2e2e36}.swp-page-navigation .pagination li:last-child a{margin-right:0}.swp-page-navigation .pagination li a:active,.swp-page-navigation .pagination li a:focus,.swp-page-navigation .pagination li a:hover,.swp-page-navigation a:hover{background:var(--swp-main-color);color:#fff}.swp-page-navigation .pagination li a.active,.swp-page-navigation span{background:var(--swp-main-color)}nav.swp-page-navigation{display:inline-flex;align-content:center;justify-content:center}.order-date{color:green}.coupon-orders-single{margin:20px 0;width:100%}.wcuTable{display:table;width:100%!important;text-align:center;border:1px solid #E8E8E8;margin:0 auto}@media screen and (min-width:900px){.wcu-dash-coupon-area{min-width:900px}.woocommerce-MyAccount-content .wcu-dash-coupon-area{min-width:100%!important}}@media screen and (max-width:900px){.wcu-dash-coupon-area{min-width:100%;padding:0}}.wcu-dash-coupon-area .wcutabcontent .wcuTableRow{display:table-row;background:linear-gradient(#fefefe,#fff);color:#333}.wcuTableRowDropdown{color:#333}.wcu-dash-coupon-area .wcutabcontent .wcuTableRowDropdown:nth-child(even) td{background:#fdfdfd!important;color:#333}.wcu-dash-coupon-area .wcutabcontent .wcuTableRowDropdown:nth-child(odd) td{background:#fafafa!important;color:#333}.wcu-dash-coupon-area .wcutabcontent .wcuTableRowDropdown:hover td{background:#fff;color:#333}.wcu-dash-coupon-area .wcutabcontent .wcuTableRow td,.wcu-dash-coupon-area .wcutabcontent .wcuTableRow tr:nth-child(odd) td{background:linear-gradient(#fefefe,#fff);color:#333}.wcutabcontent a{text-decoration:none}form#product_search_form input{max-width:250px}.wcutabmobile{display:none}@media (max-width:1000px){.wcutabmobile{display:block}}.wcuTableHeading{display:table-header-group;background-color:#ddd}.wcuTable thead{text-align:center}.wcuTableCell{text-align:center;display:table-cell;vertical-align:middle;padding:9px 10px!important;border:1px solid #e7e7e7;width:auto;max-width:200px;white-space:normal;overflow-wrap:break-word}@media screen and (min-width:720px){.wcuTableCell-time{min-width:100px}}.wcuTableHead{display:table-cell;padding:7px 10px;font-weight:700;background:#333;background-color:#333;color:#fff;text-align:center;border:1px solid #e7e7e7}.wcuTableHead-summary{display:table-cell;padding:2px 0!important;font-weight:700;background:#f4f4f4!important;background-color:#f4f4f4!important;color:#333!important;text-align:center;border:0!important;font-size:14px!important}.wcuTableFoot{display:table-cell;padding:7px 10px;background:#333;color:#fff;text-align:center;border:1px solid #e7e7e7}.wcuTableBody{display:table-row-group}@media screen and (max-width:720px){.wcuTableRow,.wcuTableCell,.wcuTableHead,.wcuTableHead-summary{display:block;width:100%}}.wcutablinks,.ml_wcutablinks{border-radius:2px}.wcutablinks .fas{margin-right:1px}@media only screen and (max-width:760px),(min-device-width:768px) and (max-device-width:1024px){select#wcu-select-tab{width:calc(100% - 20px);margin:0 auto}.coupon-title{font-size:20px!important;width:100vw;padding:5px;height:auto!important;text-align:center}.coupon-title .wcusage-dash-logout{float:none;text-align:center}.wcusage-dash-top-links{display:inline-block;text-align:center;margin-top:10px;margin-bottom:-7px}.wcutab{padding:0!important;margin-top:20px!important;margin-bottom:20px;margin-left:0!important;margin-right:0!important}.wcutablinks,.ml_wcutablinks{margin:2px!important}.wcutab button{float:none;margin-top:4px;margin-left:0;width:98vw;display:block;clear:both;text-align:center}.wcutabcontent{padding:10px;box-sizing:border-box}div.wcutabcontent div{box-sizing:border-box}#wcu5.wcutabcontent.active{text-align:center}#wcu5.wcutabcontent button{margin:0 auto}.wcuTable table,.wcuTable thead,.wcuTable tbody,.wcuTable th,.wcuTable td,.wcuTable tr,.wcuTableRow,.wcuTableCell{display:block}.wcuTable thead tr{position:absolute;top:-9999px;left:-9999px}.wcuTable tr{border:1px solid #ccc;display:inline-block;margin-bottom:5px}.wcu-dash-coupon-area .wcutabcontent .wcuTableRow{display:block;margin-bottom:15px}.wcu-dash-coupon-area .wcutabcontent .listtheproducts{display:table-row-group;margin-bottom:15px}.wcu-statistics-orders{width:100%}.wcu-dash-coupon-area .wcutabcontent .listtheproducts,.wcu-dash-coupon-area .wcutabcontent .listtheproducts .wcuTableCell{padding:10px 0!important}.wcuTable td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:50%!important;padding-top:5px!important;padding-bottom:5px!important}.wcuTable td:before{position:absolute;top:5px;left:6px;width:45%;padding-right:10px;white-space:nowrap}.wcuTableRow,.wcu-table-payouts{margin-bottom:20px}.wcuTableCell{display:block;max-width:100%}.wcuTableHead{display:block}.wcu-table-monthly-summary td:before{font-weight:700}.wcu-thetitlerow{display:none!important}}.wcu-dash-coupon-area .wcutabcontent p.wcu-tab-title{margin-top:25px;margin-bottom:25px}.entry-content .ml_wcutabcontent p.wcu-tab-title{margin-top:25px}@media screen and (max-width:1060px){.wcu-tab-title,.wcu-tab-text{width:100%}}@media screen and (max-width:520px){.wcu-tab-title{margin-top:0;text-align:center}}.wcu-coupon-box{margin-top:20px}.wcutab{overflow:hidden}.coupon-title{font-size:30px;margin-top:10px;margin-bottom:20px}@media screen and (min-width:1060px){.wcuTableCell-ref-website{max-width:250px!important}.wcuTableCell-ref-landing{max-width:350px!important}}.rates-pagination{float:right}@media only screen and (max-width:1020px){.rates-pagination{float:none;display:block;width:100%}}.wcu-rates-image img{text-align:center;margin:0 auto}.wcu-dash-coupon-area .wcusage-dash-logout{font-size:12px;margin-top:14px;margin-right:0;margin-bottom:5px}.wcutab button{background-color:#333;color:#fff;float:left;border:none;outline:none;cursor:pointer;transition:0.3s;font-size:17px;margin:2px}.wcu-active-tab{opacity:.8}#search-coupon-all,#search-coupon,#search-criteria{min-height:40px;padding:5px 10px;max-width:150px}#wcu-paypal-input,#wcu-paypal-input2{margin-top:10px}#wcu-paypal-button,.wcu-paypal-button,#wcu-email-settings-update-button,#wcu-billing-update-button,#wcu-register-button,.wcu-settings-tab-content .button{margin-top:12px;font-size:15px;min-height:40px;padding:5px 20px}#wcu-register-button{margin-top:15px}.wcu-save-settings-button,#wcu6 .woocommerce-Button,#wcu6 button{border:2px solid #333;border-radius:2px}#paypal-input{width:300px;max-width:100%}.wcu_paypal_email_form p{margin-bottom:5px}.create-stripe-link,.create-stripe-link span,.create-stripe-link i{color:#fff}.create-stripe-link{text-decoration:none!important}#submitpayoutyes{background:#008cdd;padding:10px 15px;color:#fff;font-weight:700;width:auto;display:block}#submitpayoutyes:hover{background:#0074B8}#submitpayoutno{cursor:not-allowed;padding:10px 15px}#payouts_invoice_label{padding:0}#payouts_invoice_label:hover{cursor:pointer}#wcu_copylink{padding:2px 10px!important;border-radius:20px!important}#wcusage_copylink,.wcusage_copylink{margin:0;padding:2px 10px!important;border-radius:20px!important;cursor:pointer}#wcusage_copylink:active,.wcusage_copylink:active,#wcusage_copylink:focus,.wcusage_copylink:focus{opacity:.8}#wcusage_copylink i{margin:0}.referral-url-box,.payouts-box,.creatives-box{background:linear-gradient(#fefefe,#fff);color:#333;box-shadow:0 0 4px #dbdada;border-radius:10px;padding:10px 20px;margin-top:10px}.payouts-box{margin-top:28px;padding:20px 25px 20px 25px}@media only screen and (max-width:720px){.referral-url-box,.payouts-box,.creatives-box{padding:10px 5px}}.referral-url-box p,.payouts-box p,.creatives-box p,.referral-url-box strong,.payouts-box strong{color:#333!important}form.wcu_payout_button{margin-bottom:0}.wcu-color-box{width:90%;margin:0 auto 10px auto;padding:10px;border-radius:5px;cursor:pointer;font-size:20px;border:2px solid #fff;box-shadow:0 0 4px #dbdada;font-weight:700}.wcu-stripe-button{display:inline-block;width:auto;margin:0 0 7px 0!important;padding:5px 20px!important;background:#008cdd!important;color:#fff!important;font-size:20px!important;border-radius:10px!important;text-decoration:none!important}.wcu-stripe-error{color:red}#wcu6 label{width:100%}#wcu6 input[type="text"],#wcu6 input[type="email"],#wcu6 input[type="password"]{min-width:33%;margin:0 0 2px 0;padding:5px}#wcu6 em{width:100%}.listtheproducts{display:none}.listtheproducts .wcuTableCell{padding:0!important;margin:0}.listtheproducts .wcuTableCell{text-align:center}.listtheproducts::before{display:none!important;content:""!important}.listtheproducts-small{display:none}@media only screen and (max-width:1024px){.listtheproducts-summary{display:none!important}.listtheproducts-small{display:block!important}}.wcutab button{background-color:#333;color:#fff;padding:8px 10px;font-size:16px;line-height:16px}.wcutab button:hover{background-color:#000;color:#fff}.wcutab button.active{background-color:#000;color:#fff}.wcutabcontent{display:none;border-top:none}.wcutabcontent p,.wcutabcontent td,.wcutabcontent tr,.wcutabcontent code,.wcuTableCell{font-size:17px}.wcu-dash-coupon-area .wcutabcontent p,.entry-content .ml_wcutabcontent p{margin:8px 0;padding:0!important}.listproductsbutton{display:block;text-align:center;color:#333;text-decoration:none;font-weight:700;cursor:pointer}.wcu-orders-search,.wcu-summary-search{max-width:150px;margin-right:10px}.wcusage-search-form{float:right;margin:5px 0;height:35px;margin-top:-55px}@media screen and (max-width:720px){.wcusage-search-form{width:100%;display:block;float:none;margin-top:0}#product_search_form input[type="text"]{width:50%;max-width:50%;margin:0 auto}}.wcu-button-export{border:1px solid #333!important;padding-left:10px;padding-right:10px;cursor:pointer}.wcusage_settings_form{margin:0;padding:0}.wcusage_settings_form input[type="submit"],.wcusage_settings_form input[type="button"],.wcusage_settings_form input[type="date"],.wcusage_settings_form input[type="month"],.wcu-monthly-orders-button,.wcu-button-export,.submitpayoutno,.submitpayoutyes{height:40px!important;font-size:15px!important;padding:0 20px!important;display:inline-block!important;border:1px solid #333;border-radius:5px;cursor:pointer}.wcusage_settings_form input[type="date"],.wcusage_settings_form input[type="month"]{min-width:0!important}.wcu-filters-col1,.wcu-filters-col2{display:block}.wcu-filters-inner{display:block}.wcu-order-filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px}.wcu-order-filters form{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px;width:100%}.wcu-order-filters-space{display:none}.wcu-order-filters-field{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.ordersfilterbutton,.summaryfilterbutton{max-width:150px!important}@media only screen and (min-width:940px){.wcu-filters-col1{float:left;width:80%;min-height:70px;display:flex;align-items:center}.wcu-filters-col2{float:left;width:20%;min-height:70px;display:flex;align-items:center;justify-content:flex-end}}@media only screen and (max-width:939px){.wcu-filters-col1,.wcu-filters-col2{width:100%}.wcu-filters-col2{margin-top:10px}.wcu-order-filters,.wcu-order-filters form{justify-content:center}}@media only screen and (max-width:600px){.wcu-order-filters,.wcu-order-filters form{flex-direction:column;align-items:stretch}.wcu-order-filters-field{width:100%;justify-content:center}.wcu-order-filters-field input[type="date"],.wcu-order-filters-field input[type="month"]{flex:1;min-width:0;max-width:100%!important}.wcu-order-filters-field select{width:100%}.ordersfilterbutton,.summaryfilterbutton{width:100%;max-width:100%!important}}.wcu-order-filters-field input{max-width:190px!important;display:inline-block}.wcu-order-filters-field .minimal-form-input{width:auto!important;padding:0!important;margin:0!important}.wcu-order-filters label{display:inline-block}.wcu_form_affiliate_register label:first-letter{text-transform:capitalize}.wcu-form-section .wcusage-register-form-title,.wcu-form-section .wcusage-login-form-title{margin-top:20px!important;margin-bottom:25px!important}.wcu_form_affiliate_register input[type="text"],.wcu_form_affiliate_register input[type="password"],.wcu_form_affiliate_register input[type="email"]{width:100%;min-height:30px}.wcu_form_affiliate_register input[type="text"],.wcu_form_affiliate_register input[type="email"],.wcu_form_affiliate_register input[type="password"]{margin-top:10px;padding:10px;margin-bottom:0;max-width:100%!important;width:100%}.wcusage-login-form-col label,.wcu_form_affiliate_register label{font-weight:700}.wcu_form_affiliate_register label{display:block;width:100%!important}.wcu_form_affiliate_register p{margin-bottom:20px}#wcu-register-button,.wcusage-login-form-col .woocommerce-button{padding:10px;min-width:200px!important;cursor:pointer!important}.wcu-reg-terms{padding:5px 0;font-weight:700}.wcu-form-section .wcu-reg-terms p{line-height:1.5em}.wcu_form_style_columns .wcu-register-field-col-1,.wcu_form_style_columns .wcu-register-field-col-2{width:49.5%;float:left;display:inline-block}.wcu_form_style_columns .wcu-register-field-col-1{margin-right:1%}.wcu_form_style_2 input[type="text"],.wcu_form_style_2 input[type="email"],.wcu_form_style_2 input[type="password"],.wcu_form_style_2 input[type="date"],.wcu_form_style_2 textarea,.wcu_form_style_2 select{margin:4px 0 5px 0!important;width:100%!important;max-width:100%!important;border:3px solid #DADADA!important;border-radius:4px!important}.wcu_form_style_3 p{margin-bottom:15px!important}.wcu_form_style_3 input[type="text"],.wcu_form_style_3 input[type="email"],.wcu_form_style_3 input[type="password"],.wcu_form_style_3 input[type="date"],.wcu_form_style_3 textarea,.wcu_form_style_3 select{margin:4px 0 0 0!important;padding:10px;width:100%!important;max-width:100%!important;border:1px solid #DADADA!important;border-radius:5px!important}.wcu-campaigns-col1,.wcu-campaigns-col2{display:table}#wcu-add-campaign,#wcu-add-directlink{padding:0}@media only screen and (max-width:759px){#wcu-add-directlink input,#wcu-add-directlink select{width:100%!important;max-width:100%!important;margin-bottom:10px!important}}@media only screen and (min-width:760px){.wcu-campaigns-col1{width:75%;float:left}.wcu-campaigns-col2{width:25%;float:left;text-align:right}.wcu-campaigns-col1 p,.wcu-campaigns-col2 p{margin-bottom:0}#wcu-referral-campaign{min-height:27px;width:200px;max-width:100%;float:right}#wcu-creatives-campaign{min-height:27px}#wcu-add-campaign-name{width:120px;max-width:100%;font-size:12px;padding:5px}#wcu-add-campaign-button{display:inline-block;float:left;max-width:100%;font-size:12px;line-height:12px;padding:0 5px;height:30px}#wcu-add-campaign-button,#wcu-add-directlink-button{max-width:100%;font-size:12px;padding:5px;min-height:0px!important}}@media only screen and (max-width:759px){.wcu-campaigns-col1{width:100%;text-align:center}.wcu-campaigns-col2{width:100%;text-align:center}#wcu-referral-campaign{margin:0 auto}#wcu-creatives-campaign{margin:0 auto;float:none!important}#wcu-add-campaign-button{width:100%;margin-bottom:40px!important}}.wcusage-info-box{padding:25px 15px 25px 105px;background:linear-gradient(#fefefe,#fff);color:#000;border:1px solid #f3f3f3;display:block;border-radius:5px;margin:.5%;box-shadow:0 0 4px #dbdada;width:99%;position:relative}.wcusage-info-box:before{content:"";font-family:'Font Awesome 5 Free';font-size:40px;position:absolute;left:30px;top:44px;color:#bebebe;width:50px;text-align:center;font-style:normal;font-weight:900;height:40px!important;display:flex;align-items:center;justify-content:center}.wcusage-info-box-dollar:before{content:"\f155"}.wcusage-info-box-dollar2:before{content:"\f81d"}.wcusage-info-box-dollar3:before{content:"\f571"}.wcusage-info-box-dollar4:before{content:"\f4c0"}.wcusage-info-box-discount:before{content:"\f02b"}.wcusage-info-box-discounts:before{content:"\f02c"}.wcusage-info-box-usage:before{content:"\f0c0"}.wcusage-info-box-sales:before{content:"\f07a"}.wcusage-info-box-commission:before{content:"\f53a"}.wcusage-info-box-percent:before{content:"\f541"}.wcusage-info-box-clicks:before{content:"\f245"}.wcusage-info-box-convert:before{content:"\f058"}@media only screen and (min-width:1060px){.wcusage-info-box{width:32.3%;float:left;box-sizing:border-box}}.wcusage-info-box:hover{background:#f9f9f9}.wcusage-info-box p{margin:8px 0!important;padding:0!important;font-size:32px!important;line-height:32px!important}.wcusage-info-box .wcusage-info-box-title{width:100%;font-size:16px;display:block;margin-bottom:5px;line-height:20px;color:#000}.wcusage-info-box p,.wcusage-info-box span{color:#000}.wcusage-info-box .wcusage-info-box-value{width:100%;font-size:22px;display:block}.wcusage-last-days{margin:15px 0 10px 0;font-weight:700;margin-top:20px;margin-bottom:10px;color:#333;padding:0!important}.wcusage-refresh-stats-icon{margin-left:6px!important;font-size:13px!important;color:#a6a6a6!important;cursor:default}.wcusage-refresh-stats-btn{margin-left:6px!important;font-size:13px!important;color:#a6a6a6!important;cursor:pointer;transition:color 0.2s ease;text-decoration:none!important}.wcusage-refresh-stats-btn:hover{color:#333!important}.wcusage-refresh-stats-btn.wcusage-refreshing{pointer-events:none;opacity:.7}.wcusage-stats-loading{color:#a6a6a6;font-style:italic}.wcusage-stats-loading::after{content:'';animation:wcusageDots 1.2s steps(4,end) infinite}@keyframes wcusageDots{0%{content:'.'}33%{content:'..'}66%{content:'...'}100%{content:'.'}}.show_statistics .wcusage-stats-title{margin:0;font-weight:700;margin-bottom:10px;margin-left:5px}.wcusagechart{padding:0 10px 10px 10px;box-shadow:0 0 4px #dbdada;background:#fff;width:calc(100% - 10px);margin:0 auto;min-height:400px;overflow:hidden;border-radius:5px}.wcusagechart #chart_divquarter,.wcusagechart #chart_divmonth,.wcusagechart #chart_divlastmonth{margin-top:-20px}@media only screen and (max-width:720px){.wcusage-all-charts{width:100vw}}.wcusagechart{visibility:hidden}#mla_chart_div table.google-visualization-orgchart-table p,#mla_chart_div table.google-visualization-orgchart-table a{font-family:arial,sans-serif}.wcusage-num-pos{color:green!important;font-size:12px;position:absolute;margin-left:10px;bottom:27%}.wcusage-num-neg{color:red!important;font-size:12px;position:absolute;margin-left:10px;bottom:27%}@media only screen and (max-width:1260px){.wcusage-num-pos,.wcusage-num-neg{display:block!important;margin-bottom:-30px!important;margin-left:0}}.wcu-loading-loader{margin:25px auto 0 auto;width:40px;height:40px;border:3px solid rgb(0 0 0 / .08);border-top-color:#3498db;border-radius:50%;animation:wcu-spin 0.8s ease-in-out infinite;box-sizing:border-box}@keyframes wcu-spin{to{transform:rotate(360deg)}}.wcu-loading-loader-text{margin:14px auto 0 auto;font-weight:600;font-size:14px;text-align:center;color:#7f8c8d;letter-spacing:.3px;width:auto}.wcu-loading-loader-subtext{margin:6px auto 0 auto;font-weight:400;font-size:12.5px;text-align:center;color:#b0b0b0;width:auto;max-width:400px;line-height:1.5}.wcu-loading-loader-subtext a{color:#b0b0b0;text-decoration:underline}@media only screen and (max-width:720px){.wcu-loading-loader-text{margin-top:14px}}@media only screen and (min-width:1240px){.wcu-user-coupon-list-group{display:flex}}.wcu-user-coupon-list{margin:10px;float:left;padding:15px 20px;text-align:center;font-size:18px;background:linear-gradient(#fefefe,#fff);box-shadow:0 0 4px #dbdada;border:1px solid #f3f3f3;border-radius:10px;word-wrap:break-word}.wcu-coupon-list-button,.wcu-coupon-list-button2{padding:5px 20px;background:#333!important;border:1px solid #333;display:block;text-align:center;color:#fff!important;border-radius:4px;text-decoration:none!important}.wcu-coupon-list-button:hover,.wcu-coupon-list-button2:hover{background:#000!important;color:#fff}@media only screen and (min-width:1240px){.wcu-user-coupon-list{width:calc(33.33% - 20px)}}@media only screen and (min-width:820px) and (max-width:1239px){.wcu-user-coupon-list{width:calc(50% - 20px)}}@media only screen and (max-width:820px){.wcu-user-coupon-list{width:calc(100% - 20px)}}.wcu-loading-image{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 20px}.wcusage-loading{color:#3498db}@media only screen and (max-width:820px){.wcu-loading-image{padding:20px 10px}.wcu-loading-image p{text-align:center;width:100%!important}}.wcusage-refresh-data{margin-top:-2px}.wcusage_custom_ref_url{margin-bottom:0!important;padding:5px;display:inline-block}.wcu-display-qr-code{display:none;padding:10px;border:4px solid #f3f3f3;border-radius:10px;text-align:center;margin-top:10px}.wcu-qr-code{width:150px;max-width:150px;margin:2px 0 0 0;display:none}.wcu-download-qr{display:none;background:none;margin-top:0;margin-bottom:0;padding:0 10px;cursor:pointer;border-radius:5px}.wcusage-social-icon{font-size:30px;margin:0 4px 0 0}.wcusage-social-link-whatsapp{display:none}@media only screen and (max-width:780px){.wcusage-social-link-whatsapp{display:inline-block!important}}.wcusage-login-form-col{width:50%;display:block;float:left;padding:20px}.wcusage-login-form-col input[type=text]{width:100%!important;max-width:100%!important}.wcu-form-section p{margin-top:0;line-height:1em}.wcusage-login-form-section .woocommerce-form-login{padding:0!important}.wcusage-login-form-section .woocommerce-form-login .woocommerce-form__input-checkbox{width:20px}.wcusage-login-form-section .woocommerce-form-login__rememberme{width:100%!important;margin-bottom:20px!important;display:block!important}.wcusage-login-form-section .woocommerce-form__input-checkbox{margin-bottom:0px!important}@media only screen and (max-width:1020px){.wcusage-login-form-col{width:100%;min-width:300px;display:block;float:left;padding:20px}}.creatives-box-container{display:flex;flex-wrap:wrap;align-items:flex-start}.creatives-box{margin:10px;text-align:center;border:2px solid #f3f3f3}@media screen and (max-width:940px){.creatives-box{width:calc(100% - 20px)}}.creatives-box-image{position:relative;width:90%;overflow:hidden;margin:0 auto;margin-bottom:0;border:2px solid #f3f3f3;background-color:#fff;opacity:1;background-image:repeating-linear-gradient(45deg,#f9f9f9 25%,transparent 25%,transparent 75%,#f9f9f9 75%,#f9f9f9),repeating-linear-gradient(45deg,#f9f9f9 25%,#ffffff 25%,#ffffff 75%,#f9f9f9 75%,#f9f9f9);background-position:0 0,19px 19px;background-size:38px 38px}.creatives-box-image:before{content:"";display:block;padding-top:100%}.creatives-box-image-content{position:absolute;top:0;left:0;bottom:0;right:0;text-align:center}.creatives-box img{position:absolute;top:0;bottom:0;left:0;margin:auto}.wcusage_creativelink{width:90%;border-radius:0!important;border:2px solid #f3f3f3!important;border-radius:4px!important;margin-bottom:10px;padding:4px!important}.wcu-tooltip{position:relative;display:inline-block;cursor:help}.wcu-tooltip .wcu-tooltip-text{visibility:hidden;width:250px;background-color:#333;color:#fff;text-align:center;border-radius:4px;padding:8px 10px;position:absolute;z-index:99999;bottom:140%;left:50%;transform:translateX(-50%);opacity:0;transition:opacity 0.3s;font-size:12px;line-height:1.4;font-weight:400;box-shadow:0 2px 5px rgb(0 0 0 / .2)}.wcu-tooltip .wcu-tooltip-text::after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#333 #fff0 #fff0 #fff0}.wcu-tooltip:hover .wcu-tooltip-text{visibility:visible;opacity:1}.wcuTableCell .wcu-tooltip{position:relative;z-index:999999}.wcuTableCell .wcu-tooltip .wcu-tooltiptext{position:absolute!important;z-index:999999!important;top:calc(100% + 5px);left:50%;transform:translateX(-50%)}.wcuTableCell{overflow:visible!important}.wcuTable{overflow:visible!important}@media only screen and (max-width:760px){.wcu-tooltip .wcu-tooltiptext{position:fixed!important;left:10px!important;right:10px!important;width:auto!important;max-width:calc(100vw - 20px)!important;top:50%!important;transform:translateY(-50%)!important;z-index:999999!important}.wcuTableCell .wcu-tooltip .wcu-tooltiptext{transform:translateY(-50%)!important;left:10px!important;right:10px!important}}.wcu-mla-network-button{font-size:12px!important;margin:4px 0 7px 0!important;padding:2px 5px 2px 5px!important;text-decoration:none!important}.wcu-mla-network-tier{font-size:12px!important;width:20px!important;margin-top:-15px!important;margin-bottom:-8px!important;margin-left:-7px!important;opacity:0.2!important;cursor:default!important}.wcu-mla-network-avatar{text-align:center;display:inline-block!important;margin:0 auto!important;max-width:50px;border-radius:50px;border:2px solid #f3f3f3}.wcu-mla-network-user{font-size:18px!important;line-height:25px!important;min-width:150px!important}.wcu-mla-network-coupon{margin-top:5px!important;font-size:12px!important;line-height:12px!important}.wcu-mla-network-amount{cursor:default!important;font-size:18px!important;line-height:17px!important;margin:8px 0 10px 0!important}.wcu-mla-network-email{text-decoration:none;display:inline-block!important;margin-top:4px!important;margin-bottom:-2px!important}.wcu-mla-network-email:hover{text-decoration:none!important;opacity:.8}#ml-wcu4{padding:0 20px}#mla_chart_div table td{border:0!important}#mla_chart_div table td{background:transparent!important}#mla_chart_div td.google-visualization-orgchart-node{padding:18px 12px;font-weight:700;background:linear-gradient(#fefefe,#fff)!important;box-shadow:0 0 4px #d0d0d0!important;border:0!important;border-radius:10px;word-wrap:break-word;margin-left:-2px;cursor:grab}#mla_chart_div table td a:hover{opacity:.75;text-decoration:underline}#mla_chart_div .google-visualization-orgchart-linenode{padding:10px}#mla_chart_div .google-visualization-orgchart-linebottom,#mla_chart_div .google-visualization-orgchart-linetop,#mla_chart_div .google-visualization-orgchart-lineleft,#mla_chart_div .google-visualization-orgchart-lineright{padding-top:10px;padding-bottom:10px}#mla_chart_div{text-align:center;display:inline-block;width:100%;overflow:scroll;overflow:auto;cursor:grab;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#mla_chart_div .google-visualization-orgchart-table{cursor:grab;display:flex;width:auto}#mla_chart_div::-webkit-scrollbar{display:none}.wcusage-bonuses-wrapper{display:flex;flex-wrap:wrap;gap:20px;position:relative}.wcusage-reward-box{display:flex;flex-direction:column;justify-content:center;text-align:center;width:calc(50% - 20px);float:left;border:2px solid #f3f3f3;border-radius:10px;padding:29px 10px 15px 10px;box-shadow:0 0 4px #dbdada;margin-bottom:0;position:relative}@media only screen and (max-width:920px){.wcusage-reward-box{width:98vw}}.wcusage-reward-text{display:block;padding:5px 10px;font-size:18px;font-weight:700;background-image:linear-gradient(0deg,#f6d365 50%,#ffb9a5 100%);color:#000;border-radius:5px;box-shadow:0 0 5px rgb(0 0 0 / .1);text-shadow:1px 1px 1px rgb(255 255 255 / .5);margin:-10px auto 10px auto;width:auto}@media only screen and (max-width:720px){.wcusage-reward-text{width:100%}}.wcusage-reward-box h4{margin-top:5px!important;margin-bottom:0px!important}.wcusage-reward-box p{margin-bottom:10px}.wcusage-progress-bar{box-sizing:content-box;height:35px;border-radius:5px;margin-bottom:10px;padding:0;box-shadow:inset 0 -1px 1px rgb(255 255 255 / .3);background:#d2d2d2;width:90%;margin:0 auto 10px auto;display:block;position:relative;font-size:15px;line-height:35px}.wcusage-progress-bar-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:700;z-index:2;text-shadow:1px 1px 1px rgb(255 255 255 / .5);width:100%}.wcutabcontent p.wcusage-reward-description{margin-top:10px;margin-bottom:20px;padding:0 20px!important}.wcusage-progress-bar>span{display:block;height:100%;border-radius:5px;background-color:rgb(43 194 83 / .75);background-image:linear-gradient(center bottom,#2bc253 37%,#54f054 69%);box-shadow:inset 0 2px 9px rgb(255 255 255 / .3),inset 0 -2px 6px rgb(0 0 0 / .4);position:relative;overflow:hidden}.wcusage-progress-bar>span:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background-image:linear-gradient(-45deg,rgb(255 255 255 / .2) 25%,transparent 25%,transparent 50%,rgb(255 255 255 / .2) 50%,rgb(255 255 255 / .2) 75%,transparent 75%,transparent);z-index:1;background-size:50px 50px;animation:move 4s linear infinite;border-top-right-radius:20px;overflow:hidden}@keyframes move{0%{background-position:0 0}100%{background-position:50px 50px}}.wcusage-reward-status{display:inline-block;padding:5px 10px;color:#fff;font-size:15px;margin-top:10px;margin-bottom:10px;border-radius:10px;font-weight:700}.wcusage-reward-achieved{background-color:#2ecc71;color:#fff;font-size:15px;margin-bottom:0}.wcusage-reward-not-achieved{background-color:#e74c3c}.wcusage-reward-summary-item{margin-top:0px!important;margin-bottom:0px!important}.wcusage-reward-countdown{font-size:15px;font-weight:700;margin-bottom:10px}.wcusage-store-credit-info{display:block}table.wcusage-leaderboard-table{width:100%;border-collapse:collapse}.wcusage-leaderboard-table th{padding:10px}.wcusage-leaderboard-table td{padding:10px}.wcusage-leaderboard-table .wcusage-highlight{background:#b8e4c7;color:#333}.wcu-bank-details-display{font-size:14px;line-height:1.4}.wcu-bank-details-display strong{color:#333!important}.wcu-bank-details-display div{word-wrap:break-word;overflow-wrap:break-word}@media only screen and (max-width:720px){.wcu-bank-details-display{padding:8px!important;margin-left:-5px!important;margin-right:-5px!important}}body.dark-mode .wcu-bank-details-display{background:var(--content-bg2)!important;border:1px solid var(--border-color)!important;color:var(--text-color)!important}body.dark-mode .wcu-bank-details-display strong{color:var(--text-color)!important}.wcusage-orders-date-stats{display:flex;flex-wrap:wrap;gap:0}.wcusage-orders-date-stats .wcusage-info-box{flex:1 1 0%;min-width:150px;width:auto;padding:15px 10px 15px 70px;box-sizing:border-box}.wcusage-orders-date-stats .wcusage-info-box:before{left:15px;font-size:30px;top:28px}.wcusage-orders-status-totals{flex:0 0 100%;text-align:center;padding:8px 0 0;font-size:13px;color:#555}.wcusage-orders-pagination{padding:10px 0}.wcusage-orders-pagination .wcusage-orders-page-btn{display:inline-block;padding:6px 14px;background:#f0f0f0;border:1px solid #ddd;border-radius:4px;text-decoration:none;color:#333;font-size:13px;cursor:pointer;transition:background 0.2s}.wcusage-orders-pagination .wcusage-orders-page-btn:hover{background:#e0e0e0;text-decoration:none}@media only screen and (max-width:900px){.wcusage-orders-date-stats .wcusage-info-box{flex:1 1 calc(50% - 1%);min-width:calc(50% - 1%)}}@media only screen and (max-width:520px){.wcusage-orders-date-stats .wcusage-info-box{flex:1 1 100%;min-width:100%}}.woocommerce ul.product_list_widget li a{line-height:1.3em;overflow:hidden;text-overflow:ellipsis;display:block;white-space:nowrap}.woof_container{padding-bottom:5px;margin-bottom:9px}.woof_container select{width:100%}.woof_container label{display:inline-block!important}ul.woof_list{margin:0!important;list-style:none!important}li.woof_list{list-style:none!important}.woof_list li{list-style:none!important}.woof_block_html_items ul{margin-left:0!important}.woof_list label{vertical-align:middle;padding-top:4px;padding-bottom:4px;display:inline-block!important}.woof_childs_list{padding:0 0 0 17px!important;margin:0!important}.woof_auto_show{position:absolute;z-index:1001;width:100%}.woof_sid_auto_shortcode .woof_container{width:33%;min-width:150px}.woof_sid_auto_shortcode .woof_container,.woof_sid_auto_shortcode .woof_container_mselect{overflow-x:hidden;overflow-y:auto;min-height:fit-content;max-height:250px}.woof_sid_auto_shortcode .woof_container_select_hierarchy,.woof_sid_auto_shortcode .woof_container_slider,.woof_sid_auto_shortcode .woof_meta_slider_container,.woof_sid_auto_shortcode .woof_container_mselect,.woof_sid_auto_shortcode .woof_container_select,.woof_sid_auto_shortcode .woof_price_filter{overflow:visible}.woof_sid_auto_shortcode .woof_container_inner{padding-left:5px}.woof_submit_search_form{float:left}.woof_submit_search_form_container{overflow:hidden;clear:both;margin:9px 0 15px 0;display:flex;justify-content:space-between}.woof_submit_search_form_container:empty{display:none}li.woof_childs_list_li{padding-bottom:0!important}div.woof_info_popup{position:fixed;top:48%;left:48%;z-index:10001;display:none;overflow:hidden;padding:20px;border-radius:5px;background-color:rgb(0 0 0 / .6);box-shadow:inset 0 0 0 1px rgb(0 0 0 / .6),inset 0 0 0 2px rgb(255 255 255 / .2);color:#fff;font-size:22px;font-family:'Oswald',sans-serif}p.woof_tooltip{position:relative;display:inline;line-height:normal!important}p.woof_tooltip span.woof_tooltip_data{position:absolute;width:auto;min-width:140px;max-width:300px;color:#FFF;background:#000;height:auto;min-height:21px;line-height:21px;vertical-align:middle;text-align:center;visibility:hidden;border-radius:6px;margin-top:-30px}p:hover.woof_tooltip span.woof_tooltip_data{visibility:visible;opacity:.8;left:50%;margin-left:-74px;z-index:999}.woof_tooltip_title{display:none}.woof_step .price_slider_amount .button{display:none}.woof_products_top_panel{overflow:hidden;line-height:32px;margin:5px 0 15px 0;display:none;position:relative;z-index:99;clear:both}.woof_products_top_panel_ul li ul li{margin:0 5px 0 0!important}.woof_products_top_panel_ul a{text-decoration:none!important}.woof_reset_button_2{padding:2px 7px}.woof_products_top_panel ul{margin:0!important;padding:0!important}.woof_products_top_panel li{float:left;margin:0 15px 0 0!important;list-style:none!important}.woof_products_top_panel li a{text-decoration:none}.woof_products_top_panel li a:hover{text-decoration:none}.woof_products_top_panel li span{padding-right:16px;background:url(/wp-content/plugins/woocommerce-products-filter/img/delete.png);background-size:14px 14px;background-repeat:no-repeat;background-position:right}.woof_products_top_panel li span:hover{background-size:14px 14px}.woof_sid_auto_shortcode{background:#fff;border:solid 1px #eee;border-radius:3px;box-shadow:inset 0 1px 0 0 #fff;background:#fefefe;margin-bottom:11px;clear:both}.woof_sid_auto_shortcode.woof{padding:16px}.woof_edit_view{position:relative;float:right;clear:both;opacity:.7;z-index:9999;margin-top:-20px}.woof_container_overlay{position:relative;border:solid 1px orange}.woof_container_setter{position:relative}.woof_container_overlay_item{display:none;color:red;padding:4px}.woof_container_overlay .woof_container_setter_link{display:inline-block;position:relative;float:right;clear:both;opacity:.8}.woof_show_auto_form,.woof_hide_auto_form{display:inline-block!important;margin-bottom:3px!important}.woof_show_auto_form,.woof_hide_auto_form{background:url(/wp-content/plugins/woocommerce-products-filter/img/magnifying-glass.svg);background-size:cover;width:32px;height:32px;display:inline-block;background-repeat:no-repeat}.woof_show_auto_form_txt.woof_show_auto_form,.woof_show_auto_form_txt.woof_hide_auto_form{width:auto;height:auto;background:none}.woocommerce-ordering{position:relative;z-index:3}.woof_sid_auto_shortcode .woof_redraw_zone{position:relative;width:100%;z-index:1001;display:flex;flex-wrap:wrap}.woof_auto_show .woof_price_search_container{position:relative;z-index:1002}.woof_price_search_container .price_slider_amount .price_label{float:left!important;display:inline-block;text-align:right!important}.woof_price_search_container form .price_slider_wrapper{display:flex;flex-wrap:wrap}.woof_price_search_container form .price_slider_wrapper input[type='text']{max-width:35%;margin-right:3px;box-shadow:none}.woof_childs_list_opener{vertical-align:middle;margin-left:7px!important;margin-top:0!important;display:inline-block!important;line-height:0!important}.woof_childs_list_opener span{display:inline-block;background-size:cover!important;background-repeat:no-repeat!important;background-position:right;width:13px;height:13px}.woof_childs_list_opener span.woof_is_closed{background:url(/wp-content/plugins/woocommerce-products-filter/img/plus2.svg)}.woof_childs_list_opener span.woof_is_opened{background:url(/wp-content/plugins/woocommerce-products-filter/img/minus2.svg)}.woof_childs_list_opener span:hover{background-size:18px 18px}.woof_list_checkbox li div{margin-top:3px}ul.woof_list li{margin:0 3px 4px 3px}.woof .widget_price_filter .price_slider{margin-bottom:1em}.woof .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4em;font-size:.8751em}.woof .widget_price_filter .price_slider_amount .button{float:right!important}.woof .widget_price_filter .ui-slider{position:relative;text-align:left}.woof .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:.9em;height:.9em;border-radius:1em;border:1px solid #141741;cursor:pointer;background:#2d338e;outline:none}.woof .widget_price_filter .ui-slider .ui-slider-handle:last-child{margin-left:-.5em}.woof .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background:#c0132c;border-radius:1em}.woof .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background:#d5d5d5}.woof .widget_price_filter .ui-slider-horizontal{height:.5em}.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woof .widget_price_filter .ui-slider .ui-slider-range{background-color:#a46497;border:0 none;border-radius:1em;display:block;font-size:.7em;position:absolute;z-index:1}.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range{height:100%;top:0}.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range{height:100%;top:0}.woof .widget_price_filter .ui-slider .ui-slider-range{background-color:#a46497;border:0 none;border-radius:1em;display:block;font-size:.7em;position:absolute;z-index:1}.woof .widget_price_filter .ui-slider .ui-slider-handle{background-color:#a46497;border-radius:1em;cursor:ew-resize;height:1em;margin-left:-.5em;outline:0 none;position:absolute;width:1em;z-index:2}.woof .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:#602053;border:0 none;border-radius:1em}.woof .widget_price_filter .price_slider_wrapper .ui-widget-content{background:none repeat scroll 0 0 #d5d5d5;border-radius:1em}.woof .widget_price_filter .ui-slider-horizontal{height:.5em}.woof .widget_price_filter .ui-slider{margin-left:.5em;margin-right:.5em;position:relative;text-align:left}.woof .woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woof .widget_price_filter .ui-slider-horizontal{height:.5em}.woof .widget_price_filter .ui-slider{position:relative;text-align:left}.woof .widget_price_filter .price_slider{margin-bottom:1em}.woof_overflow_hidden{overflow:hidden}.woof .chosen-drop{z-index:10001!important}.chosen-results{z-index:10001!important}.woof .chosen-container-multi .chosen-choices li.search-field input[type="text"]{min-height:18px!important}.woof_sid_widget .woof_edit_view{display:none}.woof_section_scrolled{overflow:auto;overflow-x:hidden;margin-bottom:3px}.woof_price_filter_dropdown{width:100%}.chosen-results li{margin-left:0!important}.woof-padding-1{padding-left:12px!important}.woof-padding-2{padding-left:24px!important}.woof-padding-3{padding-left:36px!important}.woof-padding-4{padding-left:48px!important}.woof-padding-5{padding-left:60px!important}.chosen-container{margin-bottom:3px;max-width:100%}.woof_search_is_going nav.woocommerce-breadcrumb+h1.page-title{display:none}.woof_search_is_going nav.woocommerce-breadcrumb{display:none}.woof_checkbox_label{margin-left:7px!important}.woof_checkbox_label_selected{font-weight:700}.woof_radio_label_selected{font-weight:700}.woof_checkbox_count{margin-left:3px}.woof_radio_label{margin-left:5px}.woof_radio_count{margin-left:2px}a.woof_front_toggle{float:right;text-decoration:none!important}.woof_redraw_zone a.woof_front_toggle img{height:20px}.woof_closed_block{display:none}.woof_radio_term_reset_visible{display:inline-block!important;padding:2px 0 0 7px;position:absolute}.woof label{cursor:pointer}.woof_hidden_term{display:none!important}.woof_open_hidden_li{clear:both;display:block!important;text-align:center}.woof_open_hidden_li a{outline:none!important}.woof_open_hidden_li img{box-shadow:none!important}a.woof_start_filtering_btn{display:inline-block;padding:9px 12px;border:solid 2px #ccc;border-radius:3px;text-decoration:none!important;transition:all .5s}a.woof_start_filtering_btn:hover{color:#0073d2!important;border-color:#0073d2;text-decoration:none}a.woof_start_filtering_btn2{display:inline-block;padding:9px 12px;border:solid 2px #0073d2;border-radius:7px;text-decoration:none!important;color:#0073d2!important}.woof_price_filter_txt{min-width:75px!important;max-width:49%}a.chosen-single{text-decoration:none!important}.chosen-container-single .chosen-single span{font-size:14px;color:#444;font-weight:400;line-height:24px}.chosen-container-single .chosen-single{height:32px!important;line-height:29px!important;background:#fff;box-shadow:none;border-radius:1px}.chosen-container-single .chosen-single div b{background-position:0 4px!important}.woof_sid_flat_white{background:#fff;border:solid 1px #eee;padding:9px}.woof_sid_flat_grey .chosen-container-single .chosen-single{border-radius:0;background:none;background-color:#fff;box-shadow:none;border:1px solid #ddd}.woof_sid_flat_grey .chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #ddd;border-radius:0;background-image:none;box-shadow:none}.woof_sid_flat_grey .chosen-container-active{background:none;background-color:#fff;box-shadow:none}.woof_sid_flat_grey .chosen-container-multi .chosen-choices{background-image:none;border:1px solid #ddd}.woof_sid_flat_grey .chosen-container-active .chosen-choices{box-shadow:none;border:2px solid #97b6be}.woof_sid_flat_grey .chosen-container .chosen-results li.highlighted{background-color:#97b6be;background-image:none;color:#fff}.woof_sid_flat_grey .chosen-container-multi .chosen-choices li.search-choice,.woof_sid_flat_dark .chosen-container-multi .chosen-choices li.search-choice{border:2px solid #aaa;border-radius:0;background-color:#fff0;;background-image:none;box-shadow:none}.woof_sid_flat_grey .chosen-container .chosen-drop{border:2px solid #aaa;border-top:0;background:#fff;box-shadow:none}.woof_sid_flat_grey .woof_submit_search_form_container button{box-shadow:none}.woof_sid_flat_grey .woof_submit_search_form_container button:hover{background-color:#97b6be}.woof_sid_flat_grey .woof_submit_search_form_container,.woof_sid_flat_dark .woof_submit_search_form_container{margin:0}.woof_sid_flat_grey .woof_redraw_zone select,.woof_sid_flat_grey .woof_redraw_zone input{width:100%}.woof_sid_flat_grey .irs-bar,.woof_sid_flat_dark .irs-bar{border-top:1px solid #97b6be;border-bottom:1px solid #97b6be;background:#97b6be}.woof_sid_flat_grey .irs-from,.woof_sid_flat_grey .irs-to,.woof_sid_flat_grey .irs-single{color:#fff;background:#97b6be}.woof_sid_flat_dark .irs-from,.woof_sid_flat_dark .irs-to,.woof_sid_flat_dark .irs-single{color:#fff;background:#97b6be}.woof_sid_flat_grey .irs-slider,.woof_sid_flat_dark .irs-slider{border:2px solid #AAA;background:#DDD;box-shadow:0 0 0 rgb(0 0 0 / .3)}.woof_sid_flat_grey .irs-line,.woof_sid_flat_grey .irs-line{background:#EEE;border:2px solid #AAA}.woof_sid_flat_grey .woof_container h4{margin-bottom:11px!important;font-size:1.12em!important;background:#eee;padding:9px 7px;color:#777;line-height:1.12em!important;text-align:center}.woof_sid_flat_grey{background:#fff;border:solid 1px #ddd;background:#fdfdfd;margin-bottom:11px;margin-top:30px;padding:12px}.woof_sid_flat_grey .woof_select_radio_check dt.woof_select_radio_check_opened a{background-color:#a0bcc385;color:#fff!important;border:solid 1px #fff}.woof_sid_flat_grey .woof_select_radio_check dt a{border:solid 2px #aaa;border-radius:0}.woof_sid_flat_grey .woof_color_term:hover,.woof_sid_flat_dark .woof_color_term:hover{border-color:#444;transform:scale(1.1,1.1);transition-duration:1s;border-style:solid}.woof_sid_flat_grey .woof_color_term.checked,.woof_sid_flat_dark .woof_color_term.checked{transform:scale(1.1,1.1)}.woof_sid_flat_grey .woof_color_term,.woof_sid_flat_dark .woof_color_term{border-radius:0}.woof_sid_flat_dark{border:solid 2px #aaa;background:#4e4d4d;margin-bottom:11px;margin-top:30px;padding:12px;color:#e2e6e7}.woof_sid_flat_dark .woof_redraw_zone select,.woof_sid_flat_dark .woof_redraw_zone input{width:100%}.woof_sid_flat_dark .chosen-container-single .chosen-single{border-radius:0;background:none;background-color:#4e4d4d;box-shadow:none;border:2px solid #e2e6e7;color:#e2e6e7}.chosen-container .chosen-drop{border:2px solid #4d4d4;background:#4e4d4d;box-shadow:0 0 0 #fff0}.woof_sid_flat_dark .chosen-container-active.chosen-with-drop .chosen-single{border:2px solid #e2e6e7;border-radius:0;background-image:none;box-shadow:none}.woof_sid_flat_dark .chosen-container-active{background:none;background-color:#4e4d4d;box-shadow:none}.woof_sid_flat_dark .chosen-container-multi .chosen-choices{background-image:none;background-color:#4e4d4d;border:2px solid #e2e6e7}.woof_sid_flat_dark .chosen-container-multi ul.chosen-choices li.search-field input{color:#e2e6e7}.woof_sid_flat_dark .chosen-container .chosen-results li.no-results{background:#97b6be}.woof_sid_flat_dark .chosen-container-active .chosen-choices{box-shadow:none;border:2px solid #e2e6e7}.woof_sid_flat_dark .chosen-container .chosen-results li.highlighted{background-color:#97b6be;background-image:none;color:#e2e6e7}.woof_sid_flat_dark .chosen-container .chosen-drop{border:2px solid #e2e6e7;border-top:0;background:#4e4d4d;box-shadow:none}.woof_sid_flat_dark .chosen-container-single .chosen-drop{border-radius:0}.woof_sid_flat_dark .woof_color_term{border:0 solid #e2e6e7}.woof_sid_flat_dark .woof_color_term.checked{border:3px solid #e2e6e7}.woof_sid_flat_dark .woof_container h4{margin-bottom:11px!important;font-size:1.32em!important;background:#a0bcc385;padding:11px 7px;color:#e2e6e7;line-height:1.12em!important;text-align:center}.woof_sid_flat_dark .woof_submit_search_form_container button{box-shadow:none}.woof_sid_flat_dark .woof_submit_search_form_container button:hover{background-color:#97b6be}.woof_sid_flat_dark .woof_select_radio_check dt.woof_select_radio_check_opened a{background-color:#a0bcc385;color:#e2e6e7!important;border:solid 2px #e2e6e7}.woof_sid_flat_dark .woof_select_radio_check dt a{background-color:#4e4d4d;color:#e2e6e7!important;border:solid 2px #e2e6e7;border-radius:0}.woof_sid_flat_dark .woof_select_radio_check dd ul.woof_list{background-color:#4e4d4d;color:#e2e6e7}.woof_sid_flat_dark input[type=search]:focus,.woof_sid_flat_dark input[type=text]:focus,.woof_sid_flat_dark textarea:focus{background:#a0bcc385;color:#e2e6e7}.woof_sid_flat_dark .woof_text_search_container input[type='search'],.woof_sid_flat_dark input[type='search']{background:#4e4d4d;color:#e2e6e7;border:solid 2px #e2e6e7}.woof_sid_flat_dark .woof_text_search_container input[type='search']::placeholder,.woof_sid_flat_dark input[type='search']::placeholder{color:#a0bcc3;opacity:1}.woof_sid_flat_dark .irs-max,.woof_sid_flat_dark .irs-min{background:#a0bcc385;color:#e2e6e7}.woof_sid_flat_grey .woof_list_label li .woof_label_term:hover,.woof_sid_flat_grey .woof_list_label li .woof_label_term.checked{background-color:#97afb5;border-color:#a0bcc385;color:#fff}.woof_sid_flat_dark .woof_list_label li .woof_label_term:hover,.woof_sid_flat_dark .woof_list_label li .woof_label_term.checked{background-color:#a0bcc385;border-color:#a0bcc385;color:#e2e6e7}.woof_sid_flat_dark .woof_list_label li .woof_label_term{color:#728a90}.woof_sid_flat_dark .easy-autocomplete-container ul{background:none repeat scroll 0 0 #4e4d4d;;border-top:1px dotted #ccc;display:none;margin-top:0;padding-bottom:0;padding-left:0;position:relative;top:-1px}.woof_sid_flat_dark .easy-autocomplete-container ul li.selected{background:none repeat scroll 0 0 #a0bcc385}.woof_auto_4_columns .woof_container{display:inline-block;vertical-align:top;width:24%;padding:5px;min-width:150px}.woof_auto_3_columns .woof_container{display:inline-block;vertical-align:top;width:31%;padding:5px;min-width:150px}.woof_auto_2_columns .woof_container{display:inline-block;vertical-align:top;width:48%;padding:5px;min-width:150px}.woof_auto_1_columns .woof_container{display:inline-block;vertical-align:top;width:100%;padding:5px;min-width:150px}.woof_auto_1_columns .woof_container_select_radio_check .woof_list_checkbox li,.woof_auto_1_columns .woof_container_select_radio_check .woof_list_radio li{display:block}input.woof_checkbox_term,input.woof_radio_term{vertical-align:middle}@media only screen and (max-width :992px){.woof_sid_auto_shortcode .woof_container{clear:both;width:100%}.woof_sid_auto_shortcode .woof_container .chosen-container{width:100%!important}.woof_sid_auto_shortcode .woof_container_select .woof_block_html_items,.woof_sid_auto_shortcode .woof_container_slider .woof_block_html_items,.woof_sid_auto_shortcode .woof_by_rating_container .woof_container_inner{height:auto!important;min-height:auto!important;max-height:auto!important}}.easy-autocomplete-container ul{margin:0!important}.woof_tooltip_templates{display:none}.woof_container_inner .woof_tooltip_header{display:inline-block;height:15px;width:auto;vertical-align:top}.woof_container_inner h4{margin-bottom:9px}.woof_tooltip_title{font-size:18px;font-weight:700;color:#2c2c2c}.woof_container .woof_container_inner input[type="search"]{line-height:normal!important;border:solid 1px #eee}.woof_star_font,.woof_star_selected select{font-family:'star';color:#96588a}#select2-woof_select_range-results li{font-family:'star'}#select2-woof_select_range-results li:first-of-type{font-family:none}.woof_star_selected .chosen-single span{font-family:'star';color:#96588a}.woof_price_filter_txt_slider .woof_price_filter_txt_from{float:left}.woof_price_filter_txt_slider .woof_price_filter_txt_to{float:right}.woof_price_filter_txt_slider{height:35px}.woof_price_filter_txt_slider input[type='number']{padding:2px 7px;border:solid 1px #ccc;background:#fff;box-shadow:none}ul.chosen-choices{padding:5px!important}.woof_hide_filter{display:none!important}.woof_show_filter_for_mobile.woof{opacity:.95;position:fixed;top:100%;background:#fff;z-index:9999;overflow:auto;height:100%;display:block!important;width:100%;right:0;padding:30px;padding-bottom:100px;animation:move_top .5s ease;animation-fill-mode:forwards}.woof_hide_mobile_filter img,.woof_show_mobile_filter img{display:inline-block;width:30px}.woof_hide_mobile_filter span,.woof_show_mobile_filter span{font-size:20px;display:inline-block;vertical-align:top;font-weight:600}.woof_hide_mobile_filter{margin-bottom:10px;display:none;cursor:pointer}.woof_show_filter_for_mobile .woof_hide_mobile_filter{display:block}@keyframes move_top{100%{top:30px}}.woof_container_select_hierarchy .select2-container{margin-bottom:10px}.woof_price_search_container .price_slider_amount .price_label{text-align:left!important}.woof .widget_price_filter .price_slider_amount .button{float:left}.woof_float_none{float:none}.woof_use_beauty_scroll::-webkit-scrollbar{width:6px}.woof_use_beauty_scroll::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgb(100 100 100 / .3);border-radius:5px}.woof_use_beauty_scroll::-webkit-scrollbar-thumb{border-radius:5px;background:rgb(220 220 220 / .8);box-shadow:inset 0 0 6px rgb(200 200 200 / .5)}.woof_use_beauty_scroll::-webkit-scrollbar-thumb:window-inactive{background:rgb(120 120 120 / .4)}.woof_seo_text{clear:both}.woof .woof_wcga_label_hide,.woof_container_inner .woof_wcga_label_hide{display:none!important}.woof_use_beauty_scroll{overflow-y:scroll}.woof_list.woof_list_label>li{position:relative}ul.woof_list.woof_list_label li{margin:2px 2px 2px 0}ul.woof_list{padding-left:0!important;margin-left:0!important}.widget .woof_redraw_zone ul li,.widget .woof_redraw_zone ul li a{border-bottom:none;padding:0;box-shadow:none;margin:0}.widget .woof_redraw_zone ul,.widget .woof_redraw_zone ol{border:none;box-shadow:none}ul.chosen-results{margin:0;padding:0}.woof_autohide_wrapper{position:relative}.woof_open_hidden_li a img{max-width:75px}.woof_auto_show_indent{background:#fff}.widget_price_filter .price_slider_wrapper .price_slider{min-width:200px}.woof_redraw_zone.woof_blur_redraw_zone{position:relative;filter:blur(12px);background-image:linear-gradient(90deg,transparent,rgb(255 255 255 / .5) 50%,transparent 100%),linear-gradient(#DDD 100%,transparent 0);background-repeat:no-repeat;background-size:75px 100%,100% 100%,100% 16px,100% 30px;background-position:-185px 0,center 0,center 115px,center 142px;box-sizing:border-box;animation:woof-animloader 1.3s ease-in-out infinite}@keyframes woof-animloader{to{background-position:100% 0,center 0,center 115px,center 142px}}/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version custom
Full source at https://github.com/harvesthq/chosen
Copyright (c) Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:13px;
    user-select:none
}
.chosen-container *{
    box-sizing:border-box
}
.chosen-container .chosen-drop{
    position:absolute;
    top:100%;
    z-index:1010;
    width:100%;
    border:1px solid #aaa;
    border-top:0;
    background:#fff;
    clip:rect(0,0,0,0);
    clip-path:inset(100% 100%)
}
.chosen-container.chosen-with-drop .chosen-drop{
    clip:auto;
    clip-path:none
}
.chosen-container a{
    cursor:pointer
}
.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{
    margin-right:4px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-weight:400;
    color:#999
}
.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{
    content:":";
    padding-left:2px;
    vertical-align:top
}
.chosen-container-single .chosen-single{
    position:relative;
    display:block;
    overflow:hidden;
    padding:2px 0 2px 8px;
    height:25px;
    border:1px solid #eee;
    border-radius:2px;
    background-color:#fff;
    background-clip:padding-box;
    color:#444;
    text-decoration:none;
    white-space:nowrap;
    line-height:24px
}
.chosen-container-single .chosen-default{
    color:#999
}
.chosen-container-single .chosen-single span{
    display:block;
    overflow:hidden;
    margin-right:26px;
    text-overflow:ellipsis;
    white-space:nowrap
}
.chosen-container-single .chosen-single-with-deselect span{
    margin-right:38px
}
.chosen-container-single .chosen-single abbr{
    position:absolute;
    top:6px;
    right:26px;
    display:block;
    width:12px;
    height:12px;
    background:url(/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) -42px 1px no-repeat;
    font-size:1px
}
.chosen-container-single .chosen-single abbr:hover{
    background-position:-42px -10px
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover{
    background-position:-42px -10px
}
.chosen-container-single .chosen-single div{
    position:absolute;
    top:0;
    right:0;
    display:block;
    width:18px;
    height:100%
}
.chosen-container-single .chosen-single div b{
    display:block;
    width:100%;
    height:100%;
    background:url(/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) no-repeat 0 2px
}
.chosen-container-single .chosen-search{
    position:relative;
    z-index:1010;
    margin:0;
    padding:3px 4px;
    white-space:nowrap
}
.chosen-container-single .chosen-search input[type=text]{
    margin:1px 0;
    padding:6px 20px 5px 5px;
    width:100%;
    height:auto;
    outline:0;
    border:1px solid #eee;
    background:url(/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) no-repeat 100% -20px;
    font-size:1em;
    font-family:sans-serif;
    line-height:normal;
    border-radius:0;
    box-shadow: none;
}
.chosen-container-single .chosen-drop{
    margin-top:-1px;
    border-radius: 0;
    background-clip:padding-box
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search{
    position:absolute;
    clip:rect(0,0,0,0);
    clip-path:inset(100% 100%)
}
.chosen-container .chosen-results{
    color:#444;
    position:relative;
    overflow-x:hidden;
    overflow-y:auto;
    margin:0 4px 4px 0;
    padding:0 0 0 4px;
    max-height:240px;
    -webkit-overflow-scrolling:touch
}
.chosen-container .chosen-results li{
    display:none;
    margin:0 !important;
    padding:8px 6px !important;
    list-style:none;
    line-height:15px;
    word-wrap:break-word;
    -webkit-touch-callout:none
}
.chosen-container .chosen-results li.active-result{
    display:list-item;
    cursor:pointer
}
.chosen-container .chosen-results li.disabled-result{
    display:list-item;
    color:#ccc;
    cursor:default
}
.chosen-container .chosen-results li.highlighted{
    background-color:#3875d7;
    background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);
    color:#fff
}
.chosen-container .chosen-results li.no-results{
    color:#777;
    display:list-item;
    background:#f4f4f4
}
.chosen-container .chosen-results li.group-result{
    display:list-item;
    font-weight:700;
    cursor:default
}
.chosen-container .chosen-results li.group-option{
    padding-left:15px
}
.chosen-container .chosen-results li em{
    font-style:normal;
    text-decoration:underline
}
.chosen-container-multi .chosen-choices{
    position:relative;
    overflow:hidden;
    margin:0;
    padding:0 5px;
    width:100%;
    height:auto;
    border:1px solid #eee;
    background-color:#fff;
    cursor:text
}
.chosen-container-multi .chosen-choices li{
    float:left;
    list-style:none
}
.chosen-container-multi .chosen-choices li.search-field{
    margin:0;
    padding:0;
    white-space:nowrap
}
.chosen-container-multi .chosen-choices li.search-field input[type=text]{
    margin:1px 0;
    padding:0;
    height:25px;
    outline:0;
    border:0!important;
    background:0 0!important;
    box-shadow:none;
    color:#999;
    font-size:100%;
    font-family:sans-serif;
    line-height:normal;
    border-radius:0;
    width:25px
}
.chosen-container-multi .chosen-choices li.search-choice{
    position:relative;
    margin:1px 3px 1px 0;
    padding:7px 20px 7px 5px;
    border:1px solid #eee;
    max-width:100%;
    border-radius:2px;
    background-color:#fff;
    background-repeat:repeat-x;
    background-clip:padding-box;
    color:#333;
    line-height:13px;
    cursor:default
}
.chosen-container-multi .chosen-choices li.search-choice span{
    word-wrap:break-word
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
    position:absolute;
    top:7px;
    right:3px;
    display:block;
    width:12px;
    height:12px;
    background:url(/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) -42px 1px no-repeat;
    font-size:1px
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{
    background-position:-42px -10px
}
.chosen-container-multi .chosen-choices li.search-choice-disabled{
    padding-right:5px;
    border:1px solid #ccc;
    background-color:#e4e4e4;
    background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    color:#666
}
.chosen-container-multi .chosen-choices li.search-choice-focus{
    background:#d4d4d4
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{
    background-position:-42px -10px
}
.chosen-container-multi .chosen-results{
    margin:0;
    padding:0
}
.chosen-container-multi .chosen-drop .result-selected{
    display:list-item;
    color:#ccc;
    cursor:default
}
.chosen-container-active .chosen-single{
    border:1px solid #5897fb;
}
.chosen-container-active.chosen-with-drop .chosen-single{
    border:1px solid #aaa;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
}
.chosen-container-active.chosen-with-drop .chosen-single div{
    border-left:none;
    background:0 0
}
.chosen-container-active.chosen-with-drop .chosen-single div b{
    background-position:-18px 2px
}
.chosen-container-active .chosen-choices{
    border:1px solid #5897fb;
}
.chosen-container-active .chosen-choices li.search-field input[type=text]{
    color:#222!important
}
.chosen-disabled{
    opacity:.5!important;
    cursor:default
}
.chosen-disabled .chosen-single{
    cursor:default
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close{
    cursor:default
}
.chosen-rtl{
    text-align:right
}
.chosen-rtl .chosen-single{
    overflow:visible;
    padding:0 8px 0 0
}
.chosen-rtl .chosen-single span{
    margin-right:0;
    margin-left:26px;
    direction:rtl
}
.chosen-rtl .chosen-single-with-deselect span{
    margin-left:38px
}
.chosen-rtl .chosen-single div{
    right:auto;
    left:3px
}
.chosen-rtl .chosen-single abbr{
    right:auto;
    left:26px
}
.chosen-rtl .chosen-choices li{
    float:right
}
.chosen-rtl .chosen-choices li.search-field input[type=text]{
    direction:rtl
}
.chosen-rtl .chosen-choices li.search-choice{
    margin:3px 5px 3px 0;
    padding:3px 5px 3px 19px
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close{
    right:auto;
    left:4px
}
.chosen-rtl.chosen-container-single .chosen-results{
    margin:0 0 4px 4px;
    padding:0 4px 0 0
}
.chosen-rtl .chosen-results li.group-option{
    padding-right:15px;
    padding-left:0
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{
    border-right:none
}
.chosen-rtl .chosen-search input[type=text]{
    padding:4px 5px 4px 20px;
    background:url(/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite.png) no-repeat -30px -20px;
    direction:rtl
}
.chosen-rtl.chosen-container-single .chosen-single div b{
    background-position:6px 2px
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{
    background-position:-12px 2px
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){
    .chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{
        background-image:url(/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite@2x.png)!important;
        background-size:52px 37px!important;
        background-repeat:no-repeat!important
    }
}


.icheckbox_flat,.iradio_flat{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:20px;height:20px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/flat/flat.png) no-repeat;border:none;cursor:pointer}.icheckbox_flat{background-position:0 0}.icheckbox_flat.checked{background-position:-22px 0}.icheckbox_flat.disabled{background-position:-44px 0;cursor:default}.icheckbox_flat.checked.disabled{background-position:-66px 0}.iradio_flat{background-position:-88px 0}.iradio_flat.checked{background-position:-110px 0}.iradio_flat.disabled{background-position:-132px 0;cursor:default}.iradio_flat.checked.disabled{background-position:-154px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_flat,.iradio_flat{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/flat/flat@2x.png);-webkit-background-size:176px 22px;background-size:176px 22px}}.icheckbox_flat-red,.iradio_flat-red{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:20px;height:20px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/flat/red.png) no-repeat;border:none;cursor:pointer}.icheckbox_flat-red{background-position:0 0}.icheckbox_flat-red.checked{background-position:-22px 0}.icheckbox_flat-red.disabled{background-position:-44px 0;cursor:default}.icheckbox_flat-red.checked.disabled{background-position:-66px 0}.iradio_flat-red{background-position:-88px 0}.iradio_flat-red.checked{background-position:-110px 0}.iradio_flat-red.disabled{background-position:-132px 0;cursor:default}.iradio_flat-red.checked.disabled{background-position:-154px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_flat-red,.iradio_flat-red{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/flat/red@2x.png);-webkit-background-size:176px 22px;background-size:176px 22px}}.icheckbox_flat-green,.iradio_flat-green{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:20px;height:20px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/flat/green.png) no-repeat;border:none;cursor:pointer}.icheckbox_flat-green{background-position:0 0}.icheckbox_flat-green.checked{background-position:-22px 0}.icheckbox_flat-green.disabled{background-position:-44px 0;cursor:default}.icheckbox_flat-green.checked.disabled{background-position:-66px 0}.iradio_flat-green{background-position:-88px 0}.iradio_flat-green.checked{background-position:-110px 0}.iradio_flat-green.disabled{background-position:-132px 0;cursor:default}.iradio_flat-green.checked.disabled{background-position:-154px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_flat-green,.iradio_flat-green{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/flat/green@2x.png);-webkit-background-size:176px 22px;background-size:176px 22px}}.icheckbox_flat-blue,.iradio_flat-blue{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:20px;height:20px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/flat/blue.png) no-repeat;border:none;cursor:pointer}.icheckbox_flat-blue{background-position:0 0}.icheckbox_flat-blue.checked{background-position:-22px 0}.icheckbox_flat-blue.disabled{background-position:-44px 0;cursor:default}.icheckbox_flat-blue.checked.disabled{background-position:-66px 0}.iradio_flat-blue{background-position:-88px 0}.iradio_flat-blue.checked{background-position:-110px 0}.iradio_flat-blue.disabled{background-position:-132px 0;cursor:default}.iradio_flat-blue.checked.disabled{background-position:-154px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_flat-blue,.iradio_flat-blue{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/flat/blue@2x.png);-webkit-background-size:176px 22px;background-size:176px 22px}}.icheckbox_flat-aero,.iradio_flat-aero{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:20px;height:20px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/flat/aero.png) no-repeat;border:none;cursor:pointer}.icheckbox_flat-aero{background-position:0 0}.icheckbox_flat-aero.checked{background-position:-22px 0}.icheckbox_flat-aero.disabled{background-position:-44px 0;cursor:default}.icheckbox_flat-aero.checked.disabled{background-position:-66px 0}.iradio_flat-aero{background-position:-88px 0}.iradio_flat-aero.checked{background-position:-110px 0}.iradio_flat-aero.disabled{background-position:-132px 0;cursor:default}.iradio_flat-aero.checked.disabled{background-position:-154px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_flat-aero,.iradio_flat-aero{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/flat/aero@2x.png);-webkit-background-size:176px 22px;background-size:176px 22px}}.icheckbox_flat-grey,.iradio_flat-grey{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:20px;height:20px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/flat/grey.png) no-repeat;border:none;cursor:pointer}.icheckbox_flat-grey{background-position:0 0}.icheckbox_flat-grey.checked{background-position:-22px 0}.icheckbox_flat-grey.disabled{background-position:-44px 0;cursor:default}.icheckbox_flat-grey.checked.disabled{background-position:-66px 0}.iradio_flat-grey{background-position:-88px 0}.iradio_flat-grey.checked{background-position:-110px 0}.iradio_flat-grey.disabled{background-position:-132px 0;cursor:default}.iradio_flat-grey.checked.disabled{background-position:-154px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_flat-grey,.iradio_flat-grey{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/flat/grey@2x.png);-webkit-background-size:176px 22px;background-size:176px 22px}}.icheckbox_flat-orange,.iradio_flat-orange{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:20px;height:20px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/flat/orange.png) no-repeat;border:none;cursor:pointer}.icheckbox_flat-orange{background-position:0 0}.icheckbox_flat-orange.checked{background-position:-22px 0}.icheckbox_flat-orange.disabled{background-position:-44px 0;cursor:default}.icheckbox_flat-orange.checked.disabled{background-position:-66px 0}.iradio_flat-orange{background-position:-88px 0}.iradio_flat-orange.checked{background-position:-110px 0}.iradio_flat-orange.disabled{background-position:-132px 0;cursor:default}.iradio_flat-orange.checked.disabled{background-position:-154px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_flat-orange,.iradio_flat-orange{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/flat/orange@2x.png);-webkit-background-size:176px 22px;background-size:176px 22px}}.icheckbox_flat-yellow,.iradio_flat-yellow{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:20px;height:20px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/flat/yellow.png) no-repeat;border:none;cursor:pointer}.icheckbox_flat-yellow{background-position:0 0}.icheckbox_flat-yellow.checked{background-position:-22px 0}.icheckbox_flat-yellow.disabled{background-position:-44px 0;cursor:default}.icheckbox_flat-yellow.checked.disabled{background-position:-66px 0}.iradio_flat-yellow{background-position:-88px 0}.iradio_flat-yellow.checked{background-position:-110px 0}.iradio_flat-yellow.disabled{background-position:-132px 0;cursor:default}.iradio_flat-yellow.checked.disabled{background-position:-154px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_flat-yellow,.iradio_flat-yellow{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/flat/yellow@2x.png);-webkit-background-size:176px 22px;background-size:176px 22px}}.icheckbox_flat-pink,.iradio_flat-pink{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:20px;height:20px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/flat/pink.png) no-repeat;border:none;cursor:pointer}.icheckbox_flat-pink{background-position:0 0}.icheckbox_flat-pink.checked{background-position:-22px 0}.icheckbox_flat-pink.disabled{background-position:-44px 0;cursor:default}.icheckbox_flat-pink.checked.disabled{background-position:-66px 0}.iradio_flat-pink{background-position:-88px 0}.iradio_flat-pink.checked{background-position:-110px 0}.iradio_flat-pink.disabled{background-position:-132px 0;cursor:default}.iradio_flat-pink.checked.disabled{background-position:-154px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_flat-pink,.iradio_flat-pink{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/flat/pink@2x.png);-webkit-background-size:176px 22px;background-size:176px 22px}}.icheckbox_flat-purple,.iradio_flat-purple{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:20px;height:20px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/flat/purple.png) no-repeat;border:none;cursor:pointer}.icheckbox_flat-purple{background-position:0 0}.icheckbox_flat-purple.checked{background-position:-22px 0}.icheckbox_flat-purple.disabled{background-position:-44px 0;cursor:default}.icheckbox_flat-purple.checked.disabled{background-position:-66px 0}.iradio_flat-purple{background-position:-88px 0}.iradio_flat-purple.checked{background-position:-110px 0}.iradio_flat-purple.disabled{background-position:-132px 0;cursor:default}.iradio_flat-purple.checked.disabled{background-position:-154px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi),(min-resolution:1.25dppx){.icheckbox_flat-purple,.iradio_flat-purple{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/flat/purple@2x.png);-webkit-background-size:176px 22px;background-size:176px 22px}}.icheckbox_square,.iradio_square{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:22px;height:22px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/square/square.png) no-repeat;border:none;cursor:pointer}.icheckbox_square{background-position:0 0}.icheckbox_square.hover{background-position:-24px 0}.icheckbox_square.checked{background-position:-48px 0}.icheckbox_square.disabled{background-position:-72px 0;cursor:default}.icheckbox_square.checked.disabled{background-position:-96px 0}.iradio_square{background-position:-120px 0}.iradio_square.hover{background-position:-144px 0}.iradio_square.checked{background-position:-168px 0}.iradio_square.disabled{background-position:-192px 0;cursor:default}.iradio_square.checked.disabled{background-position:-216px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_square,.iradio_square{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/square/square@2x.png);-webkit-background-size:240px 24px;background-size:240px 24px}}.icheckbox_square-red,.iradio_square-red{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:22px;height:22px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/square/red.png) no-repeat;border:none;cursor:pointer}.icheckbox_square-red{background-position:0 0}.icheckbox_square-red.hover{background-position:-24px 0}.icheckbox_square-red.checked{background-position:-48px 0}.icheckbox_square-red.disabled{background-position:-72px 0;cursor:default}.icheckbox_square-red.checked.disabled{background-position:-96px 0}.iradio_square-red{background-position:-120px 0}.iradio_square-red.hover{background-position:-144px 0}.iradio_square-red.checked{background-position:-168px 0}.iradio_square-red.disabled{background-position:-192px 0;cursor:default}.iradio_square-red.checked.disabled{background-position:-216px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_square-red,.iradio_square-red{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/square/red@2x.png);-webkit-background-size:240px 24px;background-size:240px 24px}}.icheckbox_square-green,.iradio_square-green{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:22px;height:22px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/square/green.png) no-repeat;border:none;cursor:pointer}.icheckbox_square-green{background-position:0 0}.icheckbox_square-green.hover{background-position:-24px 0}.icheckbox_square-green.checked{background-position:-48px 0}.icheckbox_square-green.disabled{background-position:-72px 0;cursor:default}.icheckbox_square-green.checked.disabled{background-position:-96px 0}.iradio_square-green{background-position:-120px 0}.iradio_square-green.hover{background-position:-144px 0}.iradio_square-green.checked{background-position:-168px 0}.iradio_square-green.disabled{background-position:-192px 0;cursor:default}.iradio_square-green.checked.disabled{background-position:-216px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_square-green,.iradio_square-green{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/square/green@2x.png);-webkit-background-size:240px 24px;background-size:240px 24px}}.icheckbox_square-blue,.iradio_square-blue{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:22px;height:22px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/square/blue.png) no-repeat;border:none;cursor:pointer}.icheckbox_square-blue{background-position:0 0}.icheckbox_square-blue.hover{background-position:-24px 0}.icheckbox_square-blue.checked{background-position:-48px 0}.icheckbox_square-blue.disabled{background-position:-72px 0;cursor:default}.icheckbox_square-blue.checked.disabled{background-position:-96px 0}.iradio_square-blue{background-position:-120px 0}.iradio_square-blue.hover{background-position:-144px 0}.iradio_square-blue.checked{background-position:-168px 0}.iradio_square-blue.disabled{background-position:-192px 0;cursor:default}.iradio_square-blue.checked.disabled{background-position:-216px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_square-blue,.iradio_square-blue{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/square/blue@2x.png);-webkit-background-size:240px 24px;background-size:240px 24px}}.icheckbox_square-aero,.iradio_square-aero{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:22px;height:22px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/square/aero.png) no-repeat;border:none;cursor:pointer}.icheckbox_square-aero{background-position:0 0}.icheckbox_square-aero.hover{background-position:-24px 0}.icheckbox_square-aero.checked{background-position:-48px 0}.icheckbox_square-aero.disabled{background-position:-72px 0;cursor:default}.icheckbox_square-aero.checked.disabled{background-position:-96px 0}.iradio_square-aero{background-position:-120px 0}.iradio_square-aero.hover{background-position:-144px 0}.iradio_square-aero.checked{background-position:-168px 0}.iradio_square-aero.disabled{background-position:-192px 0;cursor:default}.iradio_square-aero.checked.disabled{background-position:-216px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_square-aero,.iradio_square-aero{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/square/aero@2x.png);-webkit-background-size:240px 24px;background-size:240px 24px}}.icheckbox_square-grey,.iradio_square-grey{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:22px;height:22px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/square/grey.png) no-repeat;border:none;cursor:pointer}.icheckbox_square-grey{background-position:0 0}.icheckbox_square-grey.hover{background-position:-24px 0}.icheckbox_square-grey.checked{background-position:-48px 0}.icheckbox_square-grey.disabled{background-position:-72px 0;cursor:default}.icheckbox_square-grey.checked.disabled{background-position:-96px 0}.iradio_square-grey{background-position:-120px 0}.iradio_square-grey.hover{background-position:-144px 0}.iradio_square-grey.checked{background-position:-168px 0}.iradio_square-grey.disabled{background-position:-192px 0;cursor:default}.iradio_square-grey.checked.disabled{background-position:-216px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_square-grey,.iradio_square-grey{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/square/grey@2x.png);-webkit-background-size:240px 24px;background-size:240px 24px}}.icheckbox_square-orange,.iradio_square-orange{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:22px;height:22px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/square/orange.png) no-repeat;border:none;cursor:pointer}.icheckbox_square-orange{background-position:0 0}.icheckbox_square-orange.hover{background-position:-24px 0}.icheckbox_square-orange.checked{background-position:-48px 0}.icheckbox_square-orange.disabled{background-position:-72px 0;cursor:default}.icheckbox_square-orange.checked.disabled{background-position:-96px 0}.iradio_square-orange{background-position:-120px 0}.iradio_square-orange.hover{background-position:-144px 0}.iradio_square-orange.checked{background-position:-168px 0}.iradio_square-orange.disabled{background-position:-192px 0;cursor:default}.iradio_square-orange.checked.disabled{background-position:-216px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_square-orange,.iradio_square-orange{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/square/orange@2x.png);-webkit-background-size:240px 24px;background-size:240px 24px}}.icheckbox_square-yellow,.iradio_square-yellow{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:22px;height:22px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/square/yellow.png) no-repeat;border:none;cursor:pointer}.icheckbox_square-yellow{background-position:0 0}.icheckbox_square-yellow.hover{background-position:-24px 0}.icheckbox_square-yellow.checked{background-position:-48px 0}.icheckbox_square-yellow.disabled{background-position:-72px 0;cursor:default}.icheckbox_square-yellow.checked.disabled{background-position:-96px 0}.iradio_square-yellow{background-position:-120px 0}.iradio_square-yellow.hover{background-position:-144px 0}.iradio_square-yellow.checked{background-position:-168px 0}.iradio_square-yellow.disabled{background-position:-192px 0;cursor:default}.iradio_square-yellow.checked.disabled{background-position:-216px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_square-yellow,.iradio_square-yellow{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/square/yellow@2x.png);-webkit-background-size:240px 24px;background-size:240px 24px}}.icheckbox_square-pink,.iradio_square-pink{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:22px;height:22px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/square/pink.png) no-repeat;border:none;cursor:pointer}.icheckbox_square-pink{background-position:0 0}.icheckbox_square-pink.hover{background-position:-24px 0}.icheckbox_square-pink.checked{background-position:-48px 0}.icheckbox_square-pink.disabled{background-position:-72px 0;cursor:default}.icheckbox_square-pink.checked.disabled{background-position:-96px 0}.iradio_square-pink{background-position:-120px 0}.iradio_square-pink.hover{background-position:-144px 0}.iradio_square-pink.checked{background-position:-168px 0}.iradio_square-pink.disabled{background-position:-192px 0;cursor:default}.iradio_square-pink.checked.disabled{background-position:-216px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_square-pink,.iradio_square-pink{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/square/pink@2x.png);-webkit-background-size:240px 24px;background-size:240px 24px}}.icheckbox_square-purple,.iradio_square-purple{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:22px;height:22px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/square/purple.png) no-repeat;border:none;cursor:pointer}.icheckbox_square-purple{background-position:0 0}.icheckbox_square-purple.hover{background-position:-24px 0}.icheckbox_square-purple.checked{background-position:-48px 0}.icheckbox_square-purple.disabled{background-position:-72px 0;cursor:default}.icheckbox_square-purple.checked.disabled{background-position:-96px 0}.iradio_square-purple{background-position:-120px 0}.iradio_square-purple.hover{background-position:-144px 0}.iradio_square-purple.checked{background-position:-168px 0}.iradio_square-purple.disabled{background-position:-192px 0;cursor:default}.iradio_square-purple.checked.disabled{background-position:-216px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi),(min-resolution:1.25dppx){.icheckbox_square-purple,.iradio_square-purple{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/square/purple@2x.png);-webkit-background-size:240px 24px;background-size:240px 24px}}.icheckbox_minimal,.iradio_minimal{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:18px;height:18px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/minimal/minimal.png) no-repeat;border:none;cursor:pointer}.icheckbox_minimal{background-position:0 0}.icheckbox_minimal.hover{background-position:-20px 0}.icheckbox_minimal.checked{background-position:-40px 0}.icheckbox_minimal.disabled{background-position:-60px 0;cursor:default}.icheckbox_minimal.checked.disabled{background-position:-80px 0}.iradio_minimal{background-position:-100px 0}.iradio_minimal.hover{background-position:-120px 0}.iradio_minimal.checked{background-position:-140px 0}.iradio_minimal.disabled{background-position:-160px 0;cursor:default}.iradio_minimal.checked.disabled{background-position:-180px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_minimal,.iradio_minimal{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/minimal/minimal@2x.png);-webkit-background-size:200px 20px;background-size:200px 20px}}.icheckbox_minimal-red,.iradio_minimal-red{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:18px;height:18px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/minimal/red.png) no-repeat;border:none;cursor:pointer}.icheckbox_minimal-red{background-position:0 0}.icheckbox_minimal-red.hover{background-position:-20px 0}.icheckbox_minimal-red.checked{background-position:-40px 0}.icheckbox_minimal-red.disabled{background-position:-60px 0;cursor:default}.icheckbox_minimal-red.checked.disabled{background-position:-80px 0}.iradio_minimal-red{background-position:-100px 0}.iradio_minimal-red.hover{background-position:-120px 0}.iradio_minimal-red.checked{background-position:-140px 0}.iradio_minimal-red.disabled{background-position:-160px 0;cursor:default}.iradio_minimal-red.checked.disabled{background-position:-180px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_minimal-red,.iradio_minimal-red{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/minimal/red@2x.png);-webkit-background-size:200px 20px;background-size:200px 20px}}.icheckbox_minimal-green,.iradio_minimal-green{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:18px;height:18px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/minimal/green.png) no-repeat;border:none;cursor:pointer}.icheckbox_minimal-green{background-position:0 0}.icheckbox_minimal-green.hover{background-position:-20px 0}.icheckbox_minimal-green.checked{background-position:-40px 0}.icheckbox_minimal-green.disabled{background-position:-60px 0;cursor:default}.icheckbox_minimal-green.checked.disabled{background-position:-80px 0}.iradio_minimal-green{background-position:-100px 0}.iradio_minimal-green.hover{background-position:-120px 0}.iradio_minimal-green.checked{background-position:-140px 0}.iradio_minimal-green.disabled{background-position:-160px 0;cursor:default}.iradio_minimal-green.checked.disabled{background-position:-180px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_minimal-green,.iradio_minimal-green{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/minimal/green@2x.png);-webkit-background-size:200px 20px;background-size:200px 20px}}.icheckbox_minimal-blue,.iradio_minimal-blue{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:18px;height:18px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/minimal/blue.png) no-repeat;border:none;cursor:pointer}.icheckbox_minimal-blue{background-position:0 0}.icheckbox_minimal-blue.hover{background-position:-20px 0}.icheckbox_minimal-blue.checked{background-position:-40px 0}.icheckbox_minimal-blue.disabled{background-position:-60px 0;cursor:default}.icheckbox_minimal-blue.checked.disabled{background-position:-80px 0}.iradio_minimal-blue{background-position:-100px 0}.iradio_minimal-blue.hover{background-position:-120px 0}.iradio_minimal-blue.checked{background-position:-140px 0}.iradio_minimal-blue.disabled{background-position:-160px 0;cursor:default}.iradio_minimal-blue.checked.disabled{background-position:-180px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_minimal-blue,.iradio_minimal-blue{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/minimal/blue@2x.png);-webkit-background-size:200px 20px;background-size:200px 20px}}.icheckbox_minimal-aero,.iradio_minimal-aero{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:18px;height:18px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/minimal/aero.png) no-repeat;border:none;cursor:pointer}.icheckbox_minimal-aero{background-position:0 0}.icheckbox_minimal-aero.hover{background-position:-20px 0}.icheckbox_minimal-aero.checked{background-position:-40px 0}.icheckbox_minimal-aero.disabled{background-position:-60px 0;cursor:default}.icheckbox_minimal-aero.checked.disabled{background-position:-80px 0}.iradio_minimal-aero{background-position:-100px 0}.iradio_minimal-aero.hover{background-position:-120px 0}.iradio_minimal-aero.checked{background-position:-140px 0}.iradio_minimal-aero.disabled{background-position:-160px 0;cursor:default}.iradio_minimal-aero.checked.disabled{background-position:-180px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_minimal-aero,.iradio_minimal-aero{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/minimal/aero@2x.png);-webkit-background-size:200px 20px;background-size:200px 20px}}.icheckbox_minimal-grey,.iradio_minimal-grey{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:18px;height:18px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/minimal/grey.png) no-repeat;border:none;cursor:pointer}.icheckbox_minimal-grey{background-position:0 0}.icheckbox_minimal-grey.hover{background-position:-20px 0}.icheckbox_minimal-grey.checked{background-position:-40px 0}.icheckbox_minimal-grey.disabled{background-position:-60px 0;cursor:default}.icheckbox_minimal-grey.checked.disabled{background-position:-80px 0}.iradio_minimal-grey{background-position:-100px 0}.iradio_minimal-grey.hover{background-position:-120px 0}.iradio_minimal-grey.checked{background-position:-140px 0}.iradio_minimal-grey.disabled{background-position:-160px 0;cursor:default}.iradio_minimal-grey.checked.disabled{background-position:-180px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_minimal-grey,.iradio_minimal-grey{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/minimal/grey@2x.png);-webkit-background-size:200px 20px;background-size:200px 20px}}.icheckbox_minimal-orange,.iradio_minimal-orange{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:18px;height:18px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/minimal/orange.png) no-repeat;border:none;cursor:pointer}.icheckbox_minimal-orange{background-position:0 0}.icheckbox_minimal-orange.hover{background-position:-20px 0}.icheckbox_minimal-orange.checked{background-position:-40px 0}.icheckbox_minimal-orange.disabled{background-position:-60px 0;cursor:default}.icheckbox_minimal-orange.checked.disabled{background-position:-80px 0}.iradio_minimal-orange{background-position:-100px 0}.iradio_minimal-orange.hover{background-position:-120px 0}.iradio_minimal-orange.checked{background-position:-140px 0}.iradio_minimal-orange.disabled{background-position:-160px 0;cursor:default}.iradio_minimal-orange.checked.disabled{background-position:-180px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_minimal-orange,.iradio_minimal-orange{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/minimal/orange@2x.png);-webkit-background-size:200px 20px;background-size:200px 20px}}.icheckbox_minimal-yellow,.iradio_minimal-yellow{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:18px;height:18px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/minimal/yellow.png) no-repeat;border:none;cursor:pointer}.icheckbox_minimal-yellow{background-position:0 0}.icheckbox_minimal-yellow.hover{background-position:-20px 0}.icheckbox_minimal-yellow.checked{background-position:-40px 0}.icheckbox_minimal-yellow.disabled{background-position:-60px 0;cursor:default}.icheckbox_minimal-yellow.checked.disabled{background-position:-80px 0}.iradio_minimal-yellow{background-position:-100px 0}.iradio_minimal-yellow.hover{background-position:-120px 0}.iradio_minimal-yellow.checked{background-position:-140px 0}.iradio_minimal-yellow.disabled{background-position:-160px 0;cursor:default}.iradio_minimal-yellow.checked.disabled{background-position:-180px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_minimal-yellow,.iradio_minimal-yellow{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/minimal/yellow@2x.png);-webkit-background-size:200px 20px;background-size:200px 20px}}.icheckbox_minimal-pink,.iradio_minimal-pink{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:18px;height:18px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/minimal/pink.png) no-repeat;border:none;cursor:pointer}.icheckbox_minimal-pink{background-position:0 0}.icheckbox_minimal-pink.hover{background-position:-20px 0}.icheckbox_minimal-pink.checked{background-position:-40px 0}.icheckbox_minimal-pink.disabled{background-position:-60px 0;cursor:default}.icheckbox_minimal-pink.checked.disabled{background-position:-80px 0}.iradio_minimal-pink{background-position:-100px 0}.iradio_minimal-pink.hover{background-position:-120px 0}.iradio_minimal-pink.checked{background-position:-140px 0}.iradio_minimal-pink.disabled{background-position:-160px 0;cursor:default}.iradio_minimal-pink.checked.disabled{background-position:-180px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.icheckbox_minimal-pink,.iradio_minimal-pink{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/minimal/pink@2x.png);-webkit-background-size:200px 20px;background-size:200px 20px}}.icheckbox_minimal-purple,.iradio_minimal-purple{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:18px;height:18px;background:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/minimal/purple.png) no-repeat;border:none;cursor:pointer}.icheckbox_minimal-purple{background-position:0 0}.icheckbox_minimal-purple.hover{background-position:-20px 0}.icheckbox_minimal-purple.checked{background-position:-40px 0}.icheckbox_minimal-purple.disabled{background-position:-60px 0;cursor:default}.icheckbox_minimal-purple.checked.disabled{background-position:-80px 0}.iradio_minimal-purple{background-position:-100px 0}.iradio_minimal-purple.hover{background-position:-120px 0}.iradio_minimal-purple.checked{background-position:-140px 0}.iradio_minimal-purple.disabled{background-position:-160px 0;cursor:default}.iradio_minimal-purple.checked.disabled{background-position:-180px 0}@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi),(min-resolution:1.25dppx){.icheckbox_minimal-purple,.iradio_minimal-purple{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/minimal/purple@2x.png);-webkit-background-size:200px 20px;background-size:200px 20px}}.woof_authors li{margin-top:7px!important;list-style-type:none!important}ul.woof_authors{margin:0!important;padding:0!important}.woof_checkbox_instock_container{margin-bottom:4px}.woof_checkbox_sales_container{margin-bottom:4px}.woof_text_search_container .woof_text_search_go{display:block;width:20px;height:20px;margin-left:3px;background:url(/wp-content/plugins/woocommerce-products-filter/ext/by_text/assets/img/magnifying-glass2.svg);display:none;border:none!important;text-decoration:none!important;position:absolute;right:5px;top:5px;z-index:98}.woof_text_search_container .woof_container_inner{position:relative}.woof_husky_txt{width:100%;display:block;height:auto;position:relative;margin-top:-1px}.woof_husky_txt-input{width:100%;min-height:30px;margin-bottom:0!important}.woof_husky_txt-container{font-family:sans-serif;background:#eee;border-radius:2px;border:solid 1px #eee;padding:0;width:inherit;min-height:1px;max-height:1px;overflow:hidden;position:absolute;width:100%;z-index:9999;margin-top:1px}.woof_husky_txt-container .woof_husky_txt-option{display:flex;padding:9px 20px 9px 9px;background:#fcfcfc;margin-bottom:2px;border-bottom:solid 1px #ddd;transition:all 0.25s ease-in-out;text-shadow:0 1px .5px #fff}.woof_husky_txt-container .woof_husky_txt-option img.woof_husky_txt-option-thumbnail{margin-top:3px;max-height:72px}.woof_husky_txt-container div:last-of-type{border-bottom:none;margin-bottom:0}.woof_husky_txt-container .woof_husky_txt-option:hover{background:#f9f9f9}.selectron23-container .selectron23-option[data-selected='1']{background:#f9f9f9}.woof_husky_txt-option img.woof_husky_txt-option-thumbnail{max-width:100px;margin-right:5px;vertical-align:middle}.woof_husky_txt-option-title{font-weight:700;color:#000;font-size:.9em;line-height:1.2em}.woof_husky_txt-option-title a{text-decoration:none!important}.woof_husky_txt-option-text{text-overflow:ellipsis;color:#aaa;overflow:hidden;font-weight:400;line-height:1.4em;font-size:12px}.woof_husky_txt-container>span{cursor:pointer;width:0;height:0;position:absolute;right:10px;margin-top:0}span.woof_husky_txt-highlight{background-color:rgb(255 255 204 / .7)}.woof_husky_txt *{scrollbar-width:thin;scrollbar-color:#fcfcfc #eee}.woof_husky_txt *::-webkit-scrollbar{width:12px}.woof_husky_txt *::-webkit-scrollbar-track{background:#eee}.woof_husky_txt *::-webkit-scrollbar-thumb{background-color:#fcfcfc;border-radius:20px;border:3px solid #ddd}.woof_husky_txt-loader{position:absolute;right:0;top:0;opacity:.7;background:#fff0;border-top:4px solid #03A9F4;border-right:4px solid #fff0;border-radius:50%;animation:1s woof_husky_txt-loader-spin linear infinite}@-webkit-keyframes woof_husky_txt-loader-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes woof_husky_txt-loader-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.woof_husky_txt-cross{color:#ccc;line-height:0;position:absolute;right:5px;cursor:pointer}.woof_husky_txt-option-breadcrumb{font-size:11px}.woof_husky_txt-option-breadcrumb a{text-decoration:none!important}.woof_husky_txt-option-pagination a{text-decoration:none!important;font-size:13px;color:#0c0d0e;line-height:27px;padding-left:8px;padding-right:8px;border:1px solid #d6d9dc;display:inline-block;border-radius:3px;user-select:none;margin-right:5px;margin-bottom:3px}.woof_husky_txt-option-pagination a:hover{border-color:#f48024}.woof_husky_txt-option-pagination b,.woof_husky_txt-option-pagination i{margin-right:5px;padding-left:8px;padding-right:8px;display:inline-block;border-radius:3px;line-height:27px;border-color:#f48024;border:1px solid #f48024;color:#0c0d0e;user-select:none}.woof_husky_txt-option-pagination i{border-color:#d6d9dc}.woof_husky_txt-labels{display:flex;flex-wrap:wrap;width:fit-content;margin-bottom:5px}.woof_husky_txt-labels>div{margin-right:3px;background:#2f55d4;padding:2px 7px;border-radius:3px;font-size:11px;color:#fff;text-shadow:none;line-height:13px}.woof_husky_txt-option-clickable{cursor:pointer}.woof_husky_txt-option{text-align:left}.woof_list_label li .woof_label_term:hover,.woof_list_label li .woof_label_term.checked{background-color:#34495e;border-color:#34495e}.woof_list_label li{display:inline-block!important;margin:2px;vertical-align:top}.woof_list_label .woof_label_term{background-color:#efefef;border:1px solid #ddd;margin:3px 3px 3px 0;padding:3px 4px;line-height:25px;text-align:center;overflow:hidden;text-decoration:none;cursor:pointer;min-width:50px;max-width:100%;height:50px;display:flex;justify-content:center;align-items:center}.woof_list_label li .woof_label_term:hover,.woof_list_label li .woof_label_term.checked{background-color:#477bff;border-color:#477bff;color:#fff}.woof_label_count{font-size:10px;position:absolute;border-radius:200px;min-width:17px;height:17px;line-height:17px!important;color:wheat;text-align:center;font-weight:bold!important;margin:0;right:0;background-color:#efefef;border:1px solid #ddd;color:#477bff;display:flex;justify-content:center;align-items:center}dl.woof_select_radio_check{margin:0!important}.woof_select_radio_check dd,.woof_select_radio_check dt{margin:0;padding:0}.woof_select_radio_check ul{margin:-1px 0 0 0}.woof_select_radio_check dd{position:relative}.woof_select_radio_check a,.woof_select_radio_check a:visited{color:#839b05;text-decoration:none;outline:none;font-size:12px}.woof_select_radio_check dt a{background-color:#fff;color:#424035!important;display:block;padding:5px 15px 5px 7px;line-height:18px;overflow:hidden;border:solid 1px #eee;border-radius:2px}.woof_select_radio_check dt.woof_select_radio_check_opened a{background-color:#477bff;color:#fff!important;border:solid 1px #fff}.woof_multiSel{margin-bottom:0!important}.woof_select_radio_check dt a span,.woof_multiSel span{cursor:pointer;display:inline-block;width:100%;margin-bottom:3px}.woof_select_radio_check dd ul.woof_list{background-color:#fff;border:0;color:#000;display:none;left:0;position:absolute;z-index:9999;top:2px;width:100%;list-style:none;overflow:auto;padding-top:12px}.woof_select_radio_check span.value{display:none}.woof_mutliSelect li{padding:2px 15px 2px 5px}.select_radio_check dd ul.woof_list li a{padding:5px;display:block}.woof_select_radio_check dd ul.woof_list li a:hover{background-color:#eee}.woof_hida{display:inline-block;width:100%;font-size:14px;text-align:center}.woof_hida_small{font-size:13px!important;text-align:left!important}.woof_hida .woof_products_top_panel{padding:0!important;margin:0!important}.woof_hida .woof_products_top_panel li{margin:0!important}.woof_hida .woof_products_top_panel li a{border:none!important;padding:2px 10px 0 9px!important;line-height:12px!important;font-size:12px!important}.woof_products_top_panel2{overflow:hidden;line-height:23px;margin:5px 0 5px 0;display:none;position:relative;z-index:99}.woof_products_top_panel2 ul{margin:0!important;padding:0!important}.woof_products_top_panel2 li{float:left;margin:0 5px 5px 0!important;list-style:none!important}.woof_products_top_panel2 li a{text-decoration:none}.woof_products_top_panel2 li a:hover{text-decoration:none}.woof_products_top_panel2 li span{padding-right:16px}.woof_products_top_panel2 li span:hover{background-size:14px 14px}.woof_select_radio_check_opener{background:url(/wp-content/plugins/woocommerce-products-filter/ext/select_radio_check/img/down.svg) no-repeat 99% 50%;outline:none}.woof_select_radio_check_opened .woof_select_radio_check_opener{background:url(/wp-content/plugins/woocommerce-products-filter/ext/select_radio_check/img/up.svg) no-repeat 99% 50%;outline:none}:root{--woof-sd-ie-ch_width:25px;--woof-sd-ie-ch_height:25px;--woof-sd-ie-ch_space:1px;--woof-sd-ie-ch_space_color:#ffffff;--woof-sd-ie-ch_text_top:0;--woof-sd-ie-ch_text_color:#6d6d6d;--woof-sd-ie-ch_hover_text_color:#333333;--woof-sd-ie-ch_selected_text_color:#000000;--woof-sd-ie-ch_font_size:15px;--woof-sd-ie-ch_font_family:inherit;--woof-sd-ie-ch_font_weight:400;--woof-sd-ie-ch_hover_font_weight:400;--woof-sd-ie-ch_selected_font_weight:400;--woof-sd-ie-ch_line_height:18px;--woof-sd-ie-ch_side_padding:0;--woof-sd-ie-ch_color:#ffffff;--woof-sd-ie-ch_hover_color:#79b8ff;--woof-sd-ie-ch_selected_color:#79b8ff;--woof-sd-ie-ch_image:url();--woof-sd-ie-ch_selected_image:url();--woof-sd-ie-ch_hover_image:url();--woof-sd-ie-ch_hover_scale:100;--woof-sd-ie-ch_selected_scale:100;--woof-sd-ie-ch_border_radius:0;--woof-sd-ie-ch_border_width:1px;--woof-sd-ie-ch_hover_border_width:1px;--woof-sd-ie-ch_selected_border_width:1px;--woof-sd-ie-ch_border_color:#79b8ff;--woof-sd-ie-ch_hover_border_color:#79b8ff;--woof-sd-ie-ch_selected_border_color:#79b8ff;--woof-sd-ie-ch_border_style:solid;--woof-sd-ie-ch_hover_border_style:solid;--woof-sd-ie-ch_selected_border_style:solid;--woof-sd-ie-ch_margin_right:9px;--woof-sd-ie-ch_margin_bottom:11px;--woof-sd-ie-ch_childs_left_shift:19px;--woof-sd-ie-ch_transition:300s;--woof-sd-ie-ch_counter_show:inline-flex;--woof-sd-ie-ch_counter_width:14px;--woof-sd-ie-ch_counter_height:14px;--woof-sd-ie-ch_counter_side_padding:0;--woof-sd-ie-ch_counter_top:-2px;--woof-sd-ie-ch_counter_right:0;--woof-sd-ie-ch_counter_font_size:9px;--woof-sd-ie-ch_counter_font_family:consolas;--woof-sd-ie-ch_counter_font_weight:500;--woof-sd-ie-ch_counter_color:#477bff;--woof-sd-ie-ch_counter_bg_color:#ffffff;--woof-sd-ie-ch_counter_bg_image:url();--woof-sd-ie-ch_counter_border_width:1px;--woof-sd-ie-ch_counter_border_radius:50%;--woof-sd-ie-ch_counter_border_color:#477bff;--woof-sd-ie-ch_counter_border_style:solid}.woof-sd-ie.woof-sd-ie-checkbox{position:relative;display:flex;border-radius:var(--woof-sd-ie-ch_border_radius)!important;width:100%;max-width:var(--woof-sd-ie-ch_width)!important;min-width:fit-content;margin-right:var(--woof-sd-ie-ch_margin_right)!important;margin-bottom:var(--woof-sd-ie-ch_margin_bottom)!important;transition:all calc(var(--woof-sd-ie-ch_transition)/1000)}.woof-sd-ie.woof-sd-ie-checkbox:has(input[type="checkbox"]:checked){border-color:var(--woof-sd-ie-ch_hover_color)!important}.woof-sd-ie.woof-sd-ie-checkbox>input{display:none}.woof-sd-ie.woof-sd-ie-checkbox>label{position:relative;display:flex!important;flex-direction:row!important;line-height:0!important;box-sizing:border-box!important;user-select:none!important;width:100%;height:var(--woof-sd-ie-ch_height)!important;background-color:var(--woof-sd-ie-ch_space_color)!important;margin:0 0 0 0!important;padding:var(--woof-sd-ie-ch_space)!important;border:var(--woof-sd-ie-ch_border_width) var(--woof-sd-ie-ch_border_style) var(--woof-sd-ie-ch_border_color)!important;border-radius:var(--woof-sd-ie-ch_border_radius)!important;transition:all calc(var(--woof-sd-ie-ch_transition)/1000)}.woof_list_checkbox_sd_0 .woof-sd-ie.woof-sd-ie-checkbox>label{width:auto;min-width:var(--woof-sd-ie-ch_width)!important}.woof-sd-ie.woof-sd-ie-checkbox>label:hover{border-color:var(--woof-sd-ie-ch_hover_border_color)!important;border-style:var(--woof-sd-ie-ch_hover_border_style)!important;border-width:var(--woof-sd-ie-ch_hover_border_width)!important;scale:calc(var(--woof-sd-ie-ch_hover_scale)/100)}.woof-sd-ie.woof-sd-ie-checkbox:has(input:checked)>label{border-color:var(--woof-sd-ie-ch_selected_border_color)!important;border-style:var(--woof-sd-ie-ch_selected_border_style)!important;border-width:var(--woof-sd-ie-ch_selected_border_width)!important;scale:calc(var(--woof-sd-ie-ch_selected_scale)/100)!important}.woof-sd-ie.woof-sd-ie-checkbox>label:hover>span{zoom:1;letter-spacing:normal;word-spacing:normal;border-color:var(--woof-sd-ie-ch_hover_color)!important;transition-property:border,background-color,color,transform;transition-duration:calc(var(--woof-sd-ie-ch_transition)/1000);transition-timing-function:ease-out}.woof-sd-ie.woof-sd-ie-checkbox>label:hover span,.woof-sd-ie.woof-sd-ie-checkbox>label+.woof-sd-ie-title:hover{color:var(--woof-sd-ie-ch_hover_text_color)!important;font-weight:var(--woof-sd-ie-ch_hover_font_weight)}.woof-sd-ie.woof-sd-ie-checkbox:has(input:checked)>label+.woof-sd-ie-title{color:var(--woof-sd-ie-ch_selected_text_color)!important;font-weight:var(--woof-sd-ie-ch_selected_font_weight)}.woof-sd-ie.woof-sd-ie-checkbox>label>span{background-size:cover}.woof-sd-ie.woof-sd-ie-checkbox label:hover>span,.woof-sd-ie.woof-sd-ie-checkbox:has(.woof-sd-ie-title:hover)>label>span{background-color:var(--woof-sd-ie-ch_hover_color)!important;background-image:var(--woof-sd-ie-ch_hover_image)}.woof-sd-ie.woof-sd-ie-checkbox:has(.woof-sd-ie-title:hover)>label{scale:calc(var(--woof-sd-ie-ch_hover_scale)/100)}div.woof-sd-ie.woof-sd-ie-checkbox>input:checked+label>span{background-color:var(--woof-sd-ie-ch_selected_color)!important;background-image:var(--woof-sd-ie-ch_selected_image)!important}.woof-sd-ie.woof-sd-ie-checkbox:has(label:hover>span){border-color:var(--woof-sd-ie-ch_hover_color)}.woof-sd-ie.woof-sd-ie-checkbox .woof-sd-ie-count{user-select:none;display:var(--woof-sd-ie-ch_counter_show);flex-direction:row;justify-content:center;align-items:center;position:relative;right:var(--woof-sd-ie-ch_counter_right);top:var(--woof-sd-ie-ch_counter_top);border:var(--woof-sd-ie-ch_counter_border_width) var(--woof-sd-ie-ch_counter_border_style) var(--woof-sd-ie-ch_counter_border_color);border-radius:var(--woof-sd-ie-ch_counter_border_radius);min-width:var(--woof-sd-ie-ch_counter_width);min-height:var(--woof-sd-ie-ch_counter_height);padding-left:var(--woof-sd-ie-ch_counter_side_padding);padding-right:var(--woof-sd-ie-ch_counter_side_padding);font-size:var(--woof-sd-ie-ch_counter_font_size);font-weight:var(--woof-sd-ie-ch_counter_font_weight);font-family:var(--woof-sd-ie-ch_counter_font_family);color:var(--woof-sd-ie-ch_counter_color);line-height:0;background-color:var(--woof-sd-ie-ch_counter_bg_color);background-image:var(--woof-sd-ie-ch_counter_bg_image);background-size:cover;box-sizing:content-box}.woof-sd-ie.woof-sd-ie-checkbox .woof-sd-ie-count:empty{display:none}.woof-sd-ie.woof-sd-ie-checkbox:hover>label{cursor:pointer}.woof-sd-ie.woof-sd-ie-checkbox>label>span{position:relative;box-sizing:border-box;display:flex;flex:0 0 100%;justify-content:center;flex-direction:column;width:100%;height:100%;border-radius:var(--woof-sd-ie-ch_border_radius);font-size:var(--woof-sd-ie-ch_font_size);color:var(--woof-sd-ie-ch_text_color);background-color:var(--woof-sd-ie-ch_color);background-image:var(--woof-sd-ie-ch_image)}.woof-sd-ie.woof-sd-ie-checkbox>label>span{border-radius:var(--woof-sd-ie-ch_border_radius)}.woof-sd-ie.woof-sd-ie-checkbox>label>span>span{display:inline-block;align-self:center;padding:0 var(--woof-sd-ie-ch_side_padding) 0 var(--woof-sd-ie-ch_side_padding);font-family:var(--woof-sd-ie-ch_font_family);font-weight:var(--woof-sd-ie-ch_font_weight);color:var(--woof-sd-ie-ch_text_color);transition:all calc(var(--woof-sd-ie-ch_transition)/1000)}.woof-sd-ie.woof-sd-ie-checkbox>input:not(:checked)+label:hover>span>span{font-weight:var(--woof-sd-ie-ch_hover_font_weight)!important}.woof-sd-ie.woof-sd-ie-checkbox>input:checked+label>span>span{color:var(--woof-sd-ie-ch_selected_text_color)!important;font-weight:var(--woof-sd-ie-ch_selected_font_weight)}.woof-sd-ie.woof-sd-ie-checkbox .woof-sd-ie-title{position:relative;top:var(--woof-sd-ie-ch_text_top);align-self:center;cursor:pointer;font-weight:var(--woof-sd-ie-ch_font_weight);font-family:var(--woof-sd-ie-ch_font_family);font-size:var(--woof-sd-ie-ch_font_size);color:var(--woof-sd-ie-ch_text_color);line-height:var(--woof-sd-ie-ch_line_height);margin-left:var(--woof-sd-ie-ch_margin_right)}.woof-sd-ie-checkbox+.woof-sd-ie-childs{padding-left:var(--woof-sd-ie-ch_childs_left_shift)}.woof_list_checkbox_sd_1 .woof-sd-ie-count{position:absolute!important}.woof_list_checkbox_sd_1 .woof-sd-ie.woof-sd-ie-checkbox{display:inline-flex}:root{--woof-sd-ie-rad_width:25px;--woof-sd-ie-rad_height:25px;--woof-sd-ie-rad_space:1px;--woof-sd-ie-rad_space_color:#ffffff;--woof-sd-ie-rad_text_top:0;--woof-sd-ie-rad_text_color:#6d6d6d;--woof-sd-ie-rad_hover_text_color:#333333;--woof-sd-ie-rad_selected_text_color:#000000;--woof-sd-ie-rad_font_size:14px;--woof-sd-ie-rad_font_family:inherit;--woof-sd-ie-rad_font_weight:400;--woof-sd-ie-rad_hover_font_weight:400;--woof-sd-ie-rad_selected_font_weight:400;--woof-sd-ie-rad_line_height:18px;--woof-sd-ie-rad_color:#ffffff;--woof-sd-ie-rad_hover_color:#79b8ff;--woof-sd-ie-rad_selected_color:#79b8ff;--woof-sd-ie-rad_image:url();--woof-sd-ie-rad_selected_image:url();--woof-sd-ie-rad_hover_image:url();--woof-sd-ie-rad_hover_scale:100;--woof-sd-ie-rad_selected_scale:100;--woof-sd-ie-rad_border_radius:50%;--woof-sd-ie-rad_border_width:1px;--woof-sd-ie-rad_hover_border_width:1px;--woof-sd-ie-rad_selected_border_width:1px;--woof-sd-ie-rad_border_color:#79b8ff;--woof-sd-ie-rad_hover_border_color:#79b8ff;--woof-sd-ie-rad_selected_border_color:#79b8ff;--woof-sd-ie-rad_border_style:solid;--woof-sd-ie-rad_hover_border_style:solid;--woof-sd-ie-rad_selected_border_style:solid;--woof-sd-ie-rad_margin_right:9px;--woof-sd-ie-rad_margin_bottom:11px;--woof-sd-ie-rad_childs_left_shift:19px;--woof-sd-ie-rad_transition:300s;--woof-sd-ie-rad_counter_show:inline-flex;--woof-sd-ie-rad_counter_width:14px;--woof-sd-ie-rad_counter_height:14px;--woof-sd-ie-rad_counter_side_padding:0;--woof-sd-ie-rad_counter_top:-2px;--woof-sd-ie-rad_counter_right:0;--woof-sd-ie-rad_counter_font_size:9px;--woof-sd-ie-rad_counter_font_family:consolas;--woof-sd-ie-rad_counter_font_weight:500;--woof-sd-ie-rad_counter_color:#477bff;--woof-sd-ie-rad_counter_bg_color:#ffffff;--woof-sd-ie-rad_counter_bg_image:url();--woof-sd-ie-rad_counter_border_width:1px;--woof-sd-ie-rad_counter_border_radius:50%;--woof-sd-ie-rad_counter_border_color:#477bff;--woof-sd-ie-rad_counter_border_style:solid}.woof-sd-ie.woof-sd-ie-radio{position:relative;display:flex;border-radius:var(--woof-sd-ie-rad_border_radius)!important;width:100%;max-width:var(--woof-sd-ie-rad_width)!important;min-width:fit-content;margin-right:var(--woof-sd-ie-rad_margin_right)!important;margin-bottom:var(--woof-sd-ie-rad_margin_bottom)!important;transition:all calc(var(--woof-sd-ie-rad_transition)/1000)}.woof-sd-ie.woof-sd-ie-radio:has(input[type="radio"]:checked){border-color:var(--woof-sd-ie-rad_hover_color)!important}.woof-sd-ie.woof-sd-ie-radio>input{display:none}.woof-sd-ie.woof-sd-ie-radio>label{position:relative;display:flex!important;flex-direction:row!important;line-height:0!important;box-sizing:border-box!important;user-select:none!important;width:100%;height:var(--woof-sd-ie-rad_height)!important;background-color:var(--woof-sd-ie-rad_space_color)!important;margin:0 0 0 0!important;padding:var(--woof-sd-ie-rad_space)!important;border:var(--woof-sd-ie-rad_border_width) var(--woof-sd-ie-rad_border_style) var(--woof-sd-ie-rad_border_color)!important;border-radius:var(--woof-sd-ie-rad_border_radius)!important;transition:all calc(var(--woof-sd-ie-rad_transition)/1000)}.woof_list_radio_sd_0 .woof-sd-ie.woof-sd-ie-radio>label{width:auto;min-width:var(--woof-sd-ie-rad_width)!important}.woof-sd-ie.woof-sd-ie-radio>label:hover{border-color:var(--woof-sd-ie-rad_hover_border_color)!important;border-style:var(--woof-sd-ie-rad_hover_border_style)!important;border-width:var(--woof-sd-ie-rad_hover_border_width)!important;scale:calc(var(--woof-sd-ie-rad_hover_scale)/100)}.woof-sd-ie.woof-sd-ie-radio:has(input:checked)>label{border-color:var(--woof-sd-ie-rad_selected_border_color)!important;border-style:var(--woof-sd-ie-rad_selected_border_style)!important;border-width:var(--woof-sd-ie-rad_selected_border_width)!important;scale:calc(var(--woof-sd-ie-rad_selected_scale)/100)!important}.woof-sd-ie.woof-sd-ie-radio>label:hover>span{zoom:1;letter-spacing:normal;word-spacing:normal;border-color:var(--woof-sd-ie-rad_hover_color)!important;transition-property:border,background-color,color,transform;transition-duration:calc(var(--woof-sd-ie-rad_transition)/1000);transition-timing-function:ease-out}.woof-sd-ie.woof-sd-ie-radio>label:hover span,.woof-sd-ie.woof-sd-ie-radio>label+.woof-sd-ie-title:hover{color:var(--woof-sd-ie-rad_hover_text_color)!important;font-weight:var(--woof-sd-ie-rad_hover_font_weight)}.woof-sd-ie.woof-sd-ie-radio:has(input:checked)>label+.woof-sd-ie-title{color:var(--woof-sd-ie-rad_selected_text_color)!important;font-weight:var(--woof-sd-ie-rad_selected_font_weight)}.woof-sd-ie.woof-sd-ie-radio>label>span{background-size:cover}.woof-sd-ie.woof-sd-ie-radio label:hover>span,.woof-sd-ie.woof-sd-ie-radio:has(.woof-sd-ie-title:hover)>label>span{background-color:var(--woof-sd-ie-rad_hover_color)!important;background-image:var(--woof-sd-ie-rad_hover_image)}.woof-sd-ie.woof-sd-ie-radio:has(.woof-sd-ie-title:hover)>label{scale:calc(var(--woof-sd-ie-rad_hover_scale)/100)}div.woof-sd-ie.woof-sd-ie-radio>input:checked+label>span{background-color:var(--woof-sd-ie-rad_selected_color)!important;background-image:var(--woof-sd-ie-rad_selected_image)!important}.woof-sd-ie.woof-sd-ie-radio:has(label:hover>span){border-color:var(--woof-sd-ie-rad_hover_color)}.woof-sd-ie.woof-sd-ie-radio .woof-sd-ie-count{user-select:none;display:var(--woof-sd-ie-rad_counter_show);flex-direction:row;justify-content:center;align-items:center;position:relative;right:var(--woof-sd-ie-rad_counter_right);top:var(--woof-sd-ie-rad_counter_top);border:var(--woof-sd-ie-rad_counter_border_width) var(--woof-sd-ie-rad_counter_border_style) var(--woof-sd-ie-rad_counter_border_color);border-radius:var(--woof-sd-ie-rad_counter_border_radius);min-width:var(--woof-sd-ie-rad_counter_width);min-height:var(--woof-sd-ie-rad_counter_height);padding-left:var(--woof-sd-ie-rad_counter_side_padding);padding-right:var(--woof-sd-ie-rad_counter_side_padding);font-size:var(--woof-sd-ie-rad_counter_font_size);font-weight:var(--woof-sd-ie-rad_counter_font_weight);font-family:var(--woof-sd-ie-rad_counter_font_family);color:var(--woof-sd-ie-rad_counter_color);line-height:0;background-color:var(--woof-sd-ie-rad_counter_bg_color);background-image:var(--woof-sd-ie-rad_counter_bg_image);background-size:cover;box-sizing:content-box}.woof-sd-ie.woof-sd-ie-radio .woof-sd-ie-count:empty{display:none}.woof-sd-ie.woof-sd-ie-radio:hover>label{cursor:pointer}.woof-sd-ie.woof-sd-ie-radio>label>span{position:relative;box-sizing:border-box;display:flex;flex:0 0 100%;justify-content:center;flex-direction:column;width:100%;height:100%;border-radius:var(--woof-sd-ie-rad_border_radius);font-size:var(--woof-sd-ie-rad_font_size);color:var(--woof-sd-ie-rad_text_color);background-color:var(--woof-sd-ie-rad_color);background-image:var(--woof-sd-ie-rad_image)}.woof-sd-ie.woof-sd-ie-radio>label>span{border-radius:var(--woof-sd-ie-rad_border_radius)}.woof-sd-ie.woof-sd-ie-radio>label>span>span{display:inline-block;align-self:center;padding:0;font-family:var(--woof-sd-ie-rad_font_family);font-weight:var(--woof-sd-ie-rad_font_weight);color:var(--woof-sd-ie-rad_text_color);transition:all calc(var(--woof-sd-ie-rad_transition)/1000)}.woof-sd-ie.woof-sd-ie-radio>input:not(:checked)+label:hover>span>span{font-weight:var(--woof-sd-ie-rad_hover_font_weight)!important}.woof-sd-ie.woof-sd-ie-radio>input:checked+label>span>span{color:var(--woof-sd-ie-rad_selected_text_color)!important;font-weight:var(--woof-sd-ie-rad_selected_font_weight)}.woof-sd-ie.woof-sd-ie-radio .woof-sd-ie-title{position:relative;top:var(--woof-sd-ie-rad_text_top);align-self:center;cursor:pointer;font-weight:var(--woof-sd-ie-rad_font_weight);font-family:var(--woof-sd-ie-rad_font_family);font-size:var(--woof-sd-ie-rad_font_size);color:var(--woof-sd-ie-rad_text_color);line-height:var(--woof-sd-ie-rad_line_height);margin-left:var(--woof-sd-ie-rad_margin_right)}.woof-sd-ie-radio+.woof-sd-ie-childs{padding-left:var(--woof-sd-ie-rad_childs_left_shift)}.woof_list_radio_sd_1 .woof-sd-ie-count{position:absolute!important}.woof_list_radio_sd_1 .woof-sd-ie.woof-sd-ie-radio{display:inline-flex}:root{--woof-sd-ie-sw_vertex_enabled_bg_color:#79b8ff;--woof-sd-ie-sw_vertex_enabled_bg_image:url();--woof-sd-ie-sw_vertex_enabled_border_color:#79b8ff;--woof-sd-ie-sw_vertex_enabled_border_style:solid;--woof-sd-ie-sw_vertex_disabled_bg_color:#ffffff;--woof-sd-ie-sw_vertex_disabled_bg_image:url();--woof-sd-ie-sw_vertex_disabled_border_color:#ffffff;--woof-sd-ie-sw_vertex_disabled_border_style:solid;--woof-sd-ie-sw_vertex_border_width:1px;--woof-sd-ie-sw_substrate_enabled_bg_color:#c8e1ff;--woof-sd-ie-sw_substrate_enabled_bg_image:url();--woof-sd-ie-sw_substrate_enabled_border_color:#c8e1ff;--woof-sd-ie-sw_substrate_enabled_border_style:solid;--woof-sd-ie-sw_substrate_disabled_bg_color:#9a9999;--woof-sd-ie-sw_substrate_disabled_bg_image:url();--woof-sd-ie-sw_substrate_disabled_border_color:#9a9999;--woof-sd-ie-sw_substrate_disabled_border_style:solid;--woof-sd-ie-sw_substrate_border_width:1px;--woof-sd-ie-sw_vertex_size:20px;--woof-sd-ie-sw_vertex_border_radius:50%;--woof-sd-ie-sw_vertex_top:0;--woof-sd-ie-sw_substrate_width:34px;--woof-sd-ie-sw_substrate_height:14px;--woof-sd-ie-sw_substrate_border_radius:8px;--woof-sd-ie-sw_label_font_color:#6d6d6d;--woof-sd-ie-sw_label_font_size:16px;--woof-sd-ie-sw_label_font_weight:400;--woof-sd-ie-sw_label_line_height:23px;--woof-sd-ie-sw_label_font_family:inherit;--woof-sd-ie-sw_label_left:15px;--woof-sd-ie-sw_label_top:-16px;--woof-sd-ie-sw_margin_bottom:5px;--woof-sd-ie-sw_childs_left_shift:15px;--woof-sd-ie-sw_counter_show:inline-flex;--woof-sd-ie-sw_counter_width:14px;--woof-sd-ie-sw_counter_height:14px;--woof-sd-ie-sw_counter_side_padding:0;--woof-sd-ie-sw_counter_top:-2px;--woof-sd-ie-sw_counter_right:-3px;--woof-sd-ie-sw_counter_font_size:9px;--woof-sd-ie-sw_counter_font_family:consolas;--woof-sd-ie-sw_counter_font_weight:500;--woof-sd-ie-sw_counter_color:#477bff;--woof-sd-ie-sw_counter_bg_color:#ffffff;--woof-sd-ie-sw_counter_bg_image:url();--woof-sd-ie-sw_counter_border_width:1px;--woof-sd-ie-sw_counter_border_radius:50%;--woof-sd-ie-sw_counter_border_color:#477bff;--woof-sd-ie-sw_counter_border_style:solid}.woof-sd-ie.woof-sd-ie-switcher{margin-bottom:var(--woof-sd-ie-sw_margin_bottom);box-sizing:content-box!important}.woof-sd-ie.woof-sd-ie-switcher *{box-sizing:content-box!important}.woof-sd-ie-switcher label.switcher23-toggle{position:relative;display:inline-block!important;width:calc(100% - var(--woof-sd-ie-sw_vertex_size) - var(--woof-sd-ie-sw_childs_left_shift));height:auto;cursor:pointer;-webkit-tap-highlight-color:#fff0;transform:translate3d(0,0,0);padding:0!important;margin:0!important;vertical-align:top}.woof-sd-ie-switcher .switcher23-toggle:before{content:"";position:relative;top:3px;left:3px;width:var(--woof-sd-ie-sw_substrate_width);height:var(--woof-sd-ie-sw_substrate_height);display:block;background-color:var(--woof-sd-ie-sw_substrate_disabled_bg_color);background-image:var(--woof-sd-ie-sw_substrate_disabled_bg_image);background-size:cover;border-radius:var(--woof-sd-ie-sw_substrate_border_radius);border-width:var(--woof-sd-ie-sw_substrate_border_width);border-color:var(--woof-sd-ie-sw_substrate_disabled_border_color);border-style:var(--woof-sd-ie-sw_substrate_disabled_border_style);transition:background 0.2s ease}.woof-sd-ie-switcher .switcher23-toggle>span{position:absolute;top:var(--woof-sd-ie-sw_vertex_top);left:-3px;width:var(--woof-sd-ie-sw_vertex_size);height:var(--woof-sd-ie-sw_vertex_size);display:block;background-color:var(--woof-sd-ie-sw_vertex_disabled_bg_color);background-image:var(--woof-sd-ie-sw_vertex_disabled_bg_image);background-size:cover;border-radius:var(--woof-sd-ie-sw_vertex_border_radius);border-width:var(--woof-sd-ie-sw_vertex_border_width);border-color:var(--woof-sd-ie-sw_vertex_disabled_border_color);border-style:var(--woof-sd-ie-sw_vertex_disabled_border_style);box-shadow:0 3px 8px rgb(154 153 153 / .5);transition:all 0.2s ease}.woof-sd-ie-switcher .switcher23-toggle>span:before{content:"";position:absolute;display:block;margin:calc((var(--woof-sd-ie-sw_vertex_size) - var(--woof-sd-ie-sw_vertex_size)/9) * -1);width:calc(var(--woof-sd-ie-sw_vertex_size)*3);height:calc(var(--woof-sd-ie-sw_vertex_size)*3);background:rgb(79 46 220 / .5);border-radius:var(--woof-sd-ie-sw_vertex_border_radius);transform:scale(0);opacity:1;pointer-events:none}.woof-sd-ie-switcher .switcher23{display:none!important}.woof-sd-ie-switcher .switcher23:checked+.switcher23-toggle:before{background-color:var(--woof-sd-ie-sw_substrate_enabled_bg_color);background-image:var(--woof-sd-ie-sw_substrate_enabled_bg_image);background-size:cover;border-color:var(--woof-sd-ie-sw_substrate_enabled_border_color);border-style:var(--woof-sd-ie-sw_vertex_disabled_border_style)}.woof-sd-ie-switcher .switcher23:checked+.switcher23-toggle>span{background-color:var(--woof-sd-ie-sw_vertex_enabled_bg_color);background-image:var(--woof-sd-ie-sw_vertex_enabled_bg_image);border-style:var(--woof-sd-ie-sw_vertex_enabled_border_style);border-color:var(--woof-sd-ie-sw_vertex_enabled_border_color);background-size:cover;transform:translateX(calc(var(--woof-sd-ie-sw_substrate_width) - var(--woof-sd-ie-sw_vertex_size)/2));transition:all 0.2s cubic-bezier(.8,.4,.3,1.25),background 0.15s ease;box-shadow:0 3px 8px rgb(79 46 220 / .2)}.woof-sd-ie-switcher .switcher23:checked+.switcher23-toggle>span:before{transform:scale(1);opacity:0;transition:all 0.4s ease}.woof-sd-ie-switcher .switcher23-toggle-dir>span{width:23px;border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:10px;border-bottom-left-radius:10px;background:#79b8ff!important}.woof-sd-ie-switcher .switcher23-toggle-dir:before{background:#c8e1ff}.woof-sd-ie-switcher .switcher23:checked+.switcher23-toggle-dir>span{border-top-right-radius:10px;border-bottom-right-radius:10px;border-top-left-radius:0;border-bottom-left-radius:0}.woof-sd-ie-switcher .switcher23-title{display:block;position:relative;width:fit-content;right:0;top:var(--woof-sd-ie-sw_label_top)!important;left:calc(var(--woof-sd-ie-sw_substrate_width) + var(--woof-sd-ie-sw_label_left))!important;font-size:var(--woof-sd-ie-sw_label_font_size)!important;line-height:var(--woof-sd-ie-sw_label_line_height)!important;font-family:var(--woof-sd-ie-sw_label_font_family)!important;font-weight:var(--woof-sd-ie-sw_label_font_weight)!important;color:var(--woof-sd-ie-sw_label_font_color)!important;user-select:none!important;max-width:calc(100% - (var(--woof-sd-ie-sw_counter_width) + var(--woof-sd-ie-sw_label_left)))!important;overflow:inherit}.woof-sd-ie-switcher .switcher23-container{display:inline-block;width:100%}.woof-sd-ie-switcher+.switcher23-container label{width:100%}.woof-sd-ie-switcher+.woof-sd-ie-childs{padding-left:var(--woof-sd-ie-sw_childs_left_shift)}.woof-sd-ie.woof-sd-ie-switcher .woof-sd-ie-count{user-select:none;display:var(--woof-sd-ie-sw_counter_show);flex-direction:row;justify-content:center;align-items:center;position:relative;right:var(--woof-sd-ie-sw_counter_right);top:var(--woof-sd-ie-sw_counter_top);border:var(--woof-sd-ie-sw_counter_border_width) var(--woof-sd-ie-sw_counter_border_style) var(--woof-sd-ie-sw_counter_border_color);border-radius:var(--woof-sd-ie-sw_counter_border_radius);min-width:var(--woof-sd-ie-sw_counter_width);min-height:var(--woof-sd-ie-sw_counter_height);padding-left:var(--woof-sd-ie-sw_counter_side_padding);padding-right:var(--woof-sd-ie-sw_counter_side_padding);font-size:var(--woof-sd-ie-sw_counter_font_size);font-weight:var(--woof-sd-ie-sw_counter_font_weight);font-family:var(--woof-sd-ie-sw_counter_font_family);color:var(--woof-sd-ie-sw_counter_color);line-height:0;background-color:var(--woof-sd-ie-sw_counter_bg_color);background-image:var(--woof-sd-ie-sw_counter_bg_image);background-size:cover;box-sizing:content-box!important}:root{--woof-sd-ie-clr_width:60px;--woof-sd-ie-clr_height:60px;--woof-sd-ie-clr_show_tooltip:none;--woof-sd-ie-clr_show_tooltip_count:block-inline;--woof-sd-ie-clr_color:#000000;--woof-sd-ie-clr_image:url();--woof-sd-ie-clr_hover_scale:110;--woof-sd-ie-clr_selected_scale:110;--woof-sd-ie-clr_border_radius:50%;--woof-sd-ie-clr_border_width:1px;--woof-sd-ie-clr_hover_border_width:1px;--woof-sd-ie-clr_selected_border_width:1px;--woof-sd-ie-clr_border_color:#79b8ff;--woof-sd-ie-clr_hover_border_color:#79b8ff;--woof-sd-ie-clr_selected_border_color:#79b8ff;--woof-sd-ie-clr_border_style:solid;--woof-sd-ie-clr_hover_border_style:dashed;--woof-sd-ie-clr_selected_border_style:dashed;--woof-sd-ie-clr_margin_right:9px;--woof-sd-ie-clr_margin_bottom:11px;--woof-sd-ie-clr_transition:300s;--woof-sd-ie-clr_counter_show:inline-flex;--woof-sd-ie-clr_counter_width:14px;--woof-sd-ie-clr_counter_height:14px;--woof-sd-ie-clr_counter_side_padding:0;--woof-sd-ie-clr_counter_top:4px;--woof-sd-ie-clr_counter_right:0;--woof-sd-ie-clr_counter_font_size:9px;--woof-sd-ie-clr_counter_font_family:consolas;--woof-sd-ie-clr_counter_font_weight:500;--woof-sd-ie-clr_counter_color:#477bff;--woof-sd-ie-clr_counter_bg_color:#ffffff;--woof-sd-ie-clr_counter_bg_image:url();--woof-sd-ie-clr_counter_border_width:1px;--woof-sd-ie-clr_counter_border_radius:50%;--woof-sd-ie-clr_counter_border_color:#477bff;--woof-sd-ie-clr_counter_border_style:solid}.woof-sd-ie.woof-sd-ie-color{position:relative;display:inline-flex;margin-right:var(--woof-sd-ie-clr_margin_right)!important;margin-bottom:var(--woof-sd-ie-clr_margin_bottom)!important;box-sizing:border-box}.woof-sd-ie.woof-sd-ie-color>input{display:none}.woof-sd-ie.woof-sd-ie-color>label{position:relative;display:flex!important;flex-direction:row!important;line-height:0!important;box-sizing:border-box!important;user-select:none!important;width:auto;min-width:var(--woof-sd-ie-clr_width)!important;height:var(--woof-sd-ie-clr_height)!important;margin:0 0 0 0!important;transition:all calc(var(--woof-sd-ie-clr_transition)/1000);border-color:var(--woof-sd-ie-clr_border_color)!important;border-style:var(--woof-sd-ie-clr_border_style)!important;border-width:var(--woof-sd-ie-clr_border_width)!important;border-radius:var(--woof-sd-ie-clr_border_radius);background-color:var(--woof-sd-ie-clr_color);background-image:var(--woof-sd-ie-clr_image);background-size:cover;width:100%;max-width:var(--woof-sd-ie-clr_width)!important;min-width:fit-content}.woof-sd-ie.woof-sd-ie-color:hover>label{border-color:var(--woof-sd-ie-clr_hover_border_color)!important;border-style:var(--woof-sd-ie-clr_hover_border_style)!important;border-width:var(--woof-sd-ie-clr_hover_border_width)!important;scale:calc(var(--woof-sd-ie-clr_hover_scale)/100)}.woof-sd-ie.woof-sd-ie-color:has(input:checked)>label{border-color:var(--woof-sd-ie-clr_selected_border_color)!important;border-style:var(--woof-sd-ie-clr_selected_border_style)!important;border-width:var(--woof-sd-ie-clr_selected_border_width)!important;scale:calc(var(--woof-sd-ie-clr_selected_scale)/100)!important}.woof-sd-ie.woof-sd-ie-color>label:hover>span{zoom:1;letter-spacing:normal;word-spacing:normal;border-color:var(--woof-sd-ie-clr_hover_color)!important;transition:all calc(var(--woof-sd-ie-clr_transition)/1000)}.woof-sd-ie.woof-sd-ie-color .woof-sd-ie-count{user-select:none;display:var(--woof-sd-ie-clr_counter_show);flex-direction:row;justify-content:center;align-items:center;position:absolute;right:var(--woof-sd-ie-clr_counter_right);top:var(--woof-sd-ie-clr_counter_top);border:var(--woof-sd-ie-clr_counter_border_width) var(--woof-sd-ie-clr_counter_border_style) var(--woof-sd-ie-clr_counter_border_color);border-radius:var(--woof-sd-ie-clr_counter_border_radius);min-width:var(--woof-sd-ie-clr_counter_width);min-height:var(--woof-sd-ie-clr_counter_height);padding-left:var(--woof-sd-ie-clr_counter_side_padding);padding-right:var(--woof-sd-ie-clr_counter_side_padding);font-size:var(--woof-sd-ie-clr_counter_font_size);font-weight:var(--woof-sd-ie-clr_counter_font_weight);font-family:var(--woof-sd-ie-clr_counter_font_family);color:var(--woof-sd-ie-clr_counter_color);line-height:0;background-color:var(--woof-sd-ie-clr_counter_bg_color);background-image:var(--woof-sd-ie-clr_counter_bg_image);background-size:cover;box-sizing:content-box;z-index:99}.woof-sd-ie.woof-sd-ie-color .woof-sd-ie-count:empty{display:none}.woof-sd-ie.woof-sd-ie-color:hover>label{cursor:pointer}.woof-sd-ie.woof-sd-ie-color>label>span{position:relative;box-sizing:border-box;display:flex;flex:0 0 100%;justify-content:center;flex-direction:column;width:100%;height:100%}.woof-sd-ie.woof-sd-ie-color>label>span{border-radius:var(--woof-sd-ie-clr_border_radius)}.woof-sd-ie.woof-sd-ie-color .woof-sd-tooltiptext{display:var(--woof-sd-ie-clr_show_tooltip)}.woof-sd-ie.woof-sd-ie-color .woof-sd-tooltiptext b{display:var(--woof-sd-ie-clr_show_tooltip_count)}.woof-sd-tooltip{position:relative}.woof-sd-tooltip .woof-sd-tooltiptext{visibility:hidden;min-width:120px;background-color:#000;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:999;top:calc(100% + 6px);left:50%;margin-left:-60px;box-sizing:border-box;display:block}.woof-sd-tooltip .woof-sd-tooltiptext::after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#fff0 #fff0 #000 #fff0}.woof-sd-tooltip:hover .woof-sd-tooltiptext{visibility:visible}.woof_list_sd .woof_open_hidden_li{width:100%}.woof-sd-ie .woof-sd-ie-count:empty{display:none!important}.woof-sd-ie .woof-sd-list-opener{line-height:0;position:relative;top:-1px}.woof-sd-ie woof-sd-list-opener{top:-2px;position:relative}.woof-sd-ie .woof_childs_list_opener span{width:18px;height:18px}.woof-sd-ie .woof_radio_term_reset_visible{position:absolute;right:-9px;top:-11px}:root{--woof-sd-ie-vertex_enabled_bg_color:#79b8ff;--woof-sd-ie-substrate_enabled_bg_color:#c8e1ff;--woof-sd-ie-vertex_disabled_bg_color:#ffffff;--woof-sd-ie-substrate_disabled_bg_color:#9a9999;--woof-sd-ie-vertex_size:20px;--woof-sd-ie-vertex_border_radius:50%;--woof-sd-ie-vertex_top:0;--woof-sd-ie-substrate_width:34px;--woof-sd-ie-substrate_height:14px;--woof-sd-ie-substrate_border_radius:8px;--woof-sd-ie-label_font_color:#333333;--woof-sd-ie-label_font_size:16px;--woof-sd-ie-label_left:15px;--woof-sd-ie-label_top:-18px}label.switcher23-toggle{position:relative;display:inline-block;width:auto;height:auto;cursor:pointer;-webkit-tap-highlight-color:#fff0;transform:translate3d(0,0,0);padding:0!important}.switcher23-toggle:before{content:"";position:relative;top:3px;left:3px;width:var(--woof-sd-ie-substrate_width);height:var(--woof-sd-ie-substrate_height);display:block;background:var(--woof-sd-ie-substrate_disabled_bg_color);border-radius:var(--woof-sd-ie-substrate_border_radius);transition:background 0.2s ease}.switcher23-toggle>span{position:absolute;top:var(--woof-sd-ie-vertex_top);left:-3px;width:var(--woof-sd-ie-vertex_size);height:var(--woof-sd-ie-vertex_size);display:block;background:var(--woof-sd-ie-vertex_disabled_bg_color);border-radius:var(--woof-sd-ie-vertex_border_radius);box-shadow:0 3px 8px rgb(154 153 153 / .5);transition:all 0.2s ease}.switcher23-toggle>span:before{content:"";position:absolute;display:block;margin:calc((var(--woof-sd-ie-vertex_size) - var(--woof-sd-ie-vertex_size)/9) * -1);width:calc(var(--woof-sd-ie-vertex_size)*3);height:calc(var(--woof-sd-ie-vertex_size)*3);background:rgb(79 46 220 / .5);border-radius:var(--woof-sd-ie-vertex_border_radius);transform:scale(0);opacity:1;pointer-events:none}.switcher23{display:none!important}.switcher23:checked+.switcher23-toggle:before{background:var(--woof-sd-ie-substrate_enabled_bg_color)}.switcher23:checked+.switcher23-toggle>span{background:var(--woof-sd-ie-vertex_enabled_bg_color);transform:translateX(calc(var(--woof-sd-ie-substrate_width) - var(--woof-sd-ie-vertex_size)/2));transition:all 0.2s cubic-bezier(.8,.4,.3,1.25),background 0.15s ease;box-shadow:0 3px 8px rgb(79 46 220 / .2)}.switcher23:checked+.switcher23-toggle>span:before{transform:scale(1);opacity:0;transition:all 0.4s ease}.switcher23-toggle-dir>span{width:23px;border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:10px;border-bottom-left-radius:10px;background:#79b8ff!important}.switcher23-toggle-dir:before{background:#c8e1ff}.switcher23:checked+.switcher23-toggle-dir>span{border-top-right-radius:10px;border-bottom-right-radius:10px;border-top-left-radius:0;border-bottom-left-radius:0}.switcher23-title{display:block;position:relative;width:fit-content;right:0;top:var(--woof-sd-ie-label_top);left:calc(var(--woof-sd-ie-substrate_width) + var(--woof-sd-ie-label_left));font-size:var(--woof-sd-ie-label_font_size);color:var(--woof-sd-ie-label_font_color)!important;user-select:none;max-width:calc(100% - var(--woof-sd-ie-counter_width)*2 - var(--woof-sd-ie-substrate_width) + var(--woof-sd-ie-label_left));overflow:hidden}.switcher23-container{display:inline-flex;width:fit-content;flex-wrap:nowrap;align-items:baseline}.switcher23-container label{width:100%;margin:0!important}.switcher23-container .switcher23-title2{display:block;width:fit-content;flex-wrap:nowrap;white-space:nowrap;margin-left:47px;line-height:0;margin-top:-4px;color:#333}.footer-width-fixer{width:100%}.ehf-template-genesis.ehf-header .site-header .wrap,.ehf-template-genesis.ehf-footer .site-footer .wrap,.ehf-template-generatepress.ehf-header .site-header .inside-header{width:100%;padding:0;max-width:100%}.ehf-template-generatepress.ehf-header .site-header,.ehf-template-generatepress.ehf-footer .site-footer{width:100%;padding:0;max-width:100%;background-color:transparent!important}.bhf-hidden{display:none}.ehf-header #masthead{z-index:99;position:relative}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{display:inline-block;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-circle-logo);font-size:2.5em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));height:100px;width:100px}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:1366px){.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%}}@media (max-width:1200px){.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:880px){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-inline:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-block-end:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-block-end:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:1366px){.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:1201px) and (max-width:1366px){.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:1200px){.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:881px) 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:880px){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1366px){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1200px){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:880px){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1367px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:1366px){#elementor-device-mode:after{content:"laptop"}}@media (max-width:1200px){#elementor-device-mode:after{content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:880px){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con{margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}:is([data-widget_type="e-component.default"],[data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con{--margin-right:0px;--margin-left:0px}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-button-align-start .e-form__buttons,[dir=rtl] .elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-button-align-end .e-form__buttons,[dir=rtl] .elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;fill:#fff;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;fill:#fff;padding:.5em}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:768px) and (max-width:880px){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:881px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:1025px) and (max-width:1200px){.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1201px) and (max-width:1366px){.elementor .elementor-hidden-laptop{display:none}}@media (min-width:1367px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}.elementor-kit-8{--e-global-color-primary:#DE3431;--e-global-color-secondary:#000000;--e-global-color-tertiary:#7FD07E;--e-global-color-text:#555555;--e-global-color-accent:#222222;--e-global-color-border:#DFE1E7;--e-global-color-lighter:#888888;--e-global-color-dark:#000000;--e-global-color-highlight:#FF922D;--e-global-typography-primary-font-family:"Rajdhani";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Rajdhani";--e-global-typography-secondary-font-weight:700;--e-global-typography-tertiary-font-family:"Rajdhani";--e-global-typography-tertiary-font-weight:400;--e-global-typography-text-font-family:"Rajdhani";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Rajdhani";--e-global-typography-accent-font-weight:700;background-color:#FFF}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1410px}.e-con{--container-max-width:1410px}.elementor-widget:not(:last-child){margin-block-end:30px}.elementor-element{--widgets-spacing:30px 30px;--widgets-spacing-row:30px;--widgets-spacing-column:30px}{}h1.entry-title{display:var(--page-title-display)}@media(max-width:1024px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:1024px}.e-con{--container-max-width:1024px}}@media(max-width:767px){.elementor-section.elementor-section-boxed>.elementor-container{max-width:767px}.e-con{--container-max-width:767px}}.elementor-320 .elementor-element.elementor-element-a00259e{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:14px;--padding-bottom:14px;--padding-left:30px;--padding-right:30px}.elementor-320 .elementor-element.elementor-element-a00259e:not(.elementor-motion-effects-element-type-background),.elementor-320 .elementor-element.elementor-element-a00259e>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:var(--e-global-color-primary)}.elementor-320 .elementor-element.elementor-element-365c5f6 .elementor-heading-carousel-inner .elementor-heading-carousel-item{justify-content:center}.elementor-320 .elementor-element.elementor-element-365c5f6{--e-global-column-to-show:1;--grid-column-gap:30px;--grid-row-gap:30px;width:var(--container-widget-width,945px);max-width:945px;--container-widget-width:945px;--container-widget-flex-grow:0}.elementor-320 .elementor-element.elementor-element-365c5f6 .elementor-item{width:calc((100% - 30px*(1 - 1)) / 1)}.elementor-320 .elementor-element.elementor-element-365c5f6.elementor-element{--flex-grow:0;--flex-shrink:0}.elementor-320 .elementor-element.elementor-element-365c5f6 .elementor-heading-carousel-item .header-carousel-title .header-title{color:#F5D601;font-size:22px;font-weight:700;text-transform:uppercase;line-height:16px}.elementor-320 .elementor-element.elementor-element-365c5f6 .elementor-swiper-button.elementor-swiper-button-prev i,.elementor-320 .elementor-element.elementor-element-365c5f6 .elementor-swiper-button.elementor-swiper-button-next i{font-size:15px}.elementor-320 .elementor-element.elementor-element-365c5f6 .elementor-swiper-button.elementor-swiper-button-prev,.elementor-320 .elementor-element.elementor-element-365c5f6 .elementor-swiper-button.elementor-swiper-button-next{width:5px;height:8px;color:#FFF;background-color:#fff0}.elementor-320 .elementor-element.elementor-element-365c5f6 .elementor-swiper-button.elementor-swiper-button-prev svg,.elementor-320 .elementor-element.elementor-element-365c5f6 .elementor-swiper-button.elementor-swiper-button-next svg{fill:#FFF}.elementor-320 .elementor-element.elementor-element-365c5f6 .elementor-swiper-button.elementor-swiper-button-prev:hover,.elementor-320 .elementor-element.elementor-element-365c5f6 .elementor-swiper-button.elementor-swiper-button-next:hover{color:var(--e-global-color-tertiary)}.elementor-320 .elementor-element.elementor-element-365c5f6 .elementor-swiper-button.elementor-swiper-button-prev:hover svg,.elementor-320 .elementor-element.elementor-element-365c5f6 .elementor-swiper-button.elementor-swiper-button-next:hover svg{fill:var(--e-global-color-tertiary)}.elementor-320 .elementor-element.elementor-element-380fc11{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px}.elementor-320 .elementor-element.elementor-element-380fc11:not(.elementor-motion-effects-element-type-background),.elementor-320 .elementor-element.elementor-element-380fc11>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#222}.elementor-320 .elementor-element.elementor-element-380fc11>.elementor-shape-bottom .elementor-shape-fill,.elementor-320 .elementor-element.elementor-element-380fc11>.e-con-inner>.elementor-shape-bottom .elementor-shape-fill{fill:#FFF}.elementor-320 .elementor-element.elementor-element-66de67c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-widget-site-logo .hfe-site-logo-container .hfe-site-logo-img{border-color:var(--e-global-color-primary)}.elementor-widget-site-logo .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-320 .elementor-element.elementor-element-6c9ca0b .hfe-site-logo-container,.elementor-320 .elementor-element.elementor-element-6c9ca0b .hfe-caption-width figcaption{text-align:center}.elementor-320 .elementor-element.elementor-element-6c9ca0b .widget-image-caption{margin-top:0;margin-bottom:0}.elementor-320 .elementor-element.elementor-element-6c9ca0b .hfe-site-logo-container .hfe-site-logo-img{border-style:none}.elementor-320 .elementor-element.elementor-element-6f54bf4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-320 .elementor-element.elementor-element-6f54bf4.e-con{--flex-grow:0;--flex-shrink:0}.elementor-320 .elementor-element.elementor-element-9b83306 .menu-mobile-nav-button .razox-icon>span{background-color:#FFF}.elementor-320 .elementor-element.elementor-element-9b83306 .menu-mobile-nav-button:not(:hover) .screen-reader-text{color:#FFF}.elementor-320 .elementor-element.elementor-element-9b83306 .menu-mobile-nav-button:hover .razox-icon>span{background-color:var(--e-global-color-primary)}.elementor-320 .elementor-element.elementor-element-9b83306 .menu-mobile-nav-button:hover .screen-reader-text{color:var(--e-global-color-primary)}.elementor-320 .elementor-element.elementor-element-4b7bffc ul.sub-menu{width:280px!important}.elementor-320 .elementor-element.elementor-element-4b7bffc .main-navigation{text-align:left}.elementor-320 .elementor-element.elementor-element-4b7bffc .main-navigation ul.menu>li.menu-item>a{font-size:18px;font-weight:700;line-height:20px}.elementor-320 .elementor-element.elementor-element-4b7bffc .main-navigation ul.menu li.menu-item .sub-menu .menu-item a{font-size:16px;font-weight:600;line-height:40px}.elementor-320 .elementor-element.elementor-element-4b7bffc .main-navigation ul.menu>li.menu-item{padding:40px 0 40px 0;margin:0 32px 0 0}.elementor-320 .elementor-element.elementor-element-4b7bffc .main-navigation ul.menu>li.menu-item>a:not(:hover){color:#FFF}.elementor-320 .elementor-element.elementor-element-4b7bffc .main-navigation ul.menu li.menu-item .sub-menu .menu-item a:not(:hover){color:#000}.elementor-320 .elementor-element.elementor-element-4b7bffc .main-navigation ul.menu>li.menu-item>a:hover{color:#FFF}.elementor-320 .elementor-element.elementor-element-4b7bffc .main-navigation ul.menu li.menu-item .sub-menu .menu-item:hover>a{color:#DE3431}.elementor-320 .elementor-element.elementor-element-4b7bffc .main-navigation ul.menu>li.menu-item.current-menu-item>a:not(:hover){color:#FFF}.elementor-320 .elementor-element.elementor-element-4b7bffc .main-navigation ul.menu>li.menu-item.current-menu-parent>a:not(:hover){color:#FFF}.elementor-320 .elementor-element.elementor-element-4b7bffc .main-navigation ul.menu>li.menu-item.current-menu-ancestor>a:not(:hover){color:#FFF}.elementor-320 .elementor-element.elementor-element-4b7bffc .main-navigation ul.menu>li.menu-item>.sub-menu .menu-item.current-menu-item>a:not(:hover){color:var(--e-global-color-primary)}.elementor-320 .elementor-element.elementor-element-e400244{--display:flex;--min-height:0px;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-320 .elementor-element.elementor-element-e400244.e-con{--flex-grow:0;--flex-shrink:0}.elementor-320 .elementor-element.elementor-element-751a436>.elementor-widget-container{margin:0 30px -28px -8px}.elementor-320 .elementor-element.elementor-element-8c34ef6{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-320 .elementor-element.elementor-element-007e7e4>.elementor-widget-container{padding:0 12px 0 0}.elementor-320 .elementor-element.elementor-element-007e7e4 .razox-language-switcher span.title{font-size:14px;font-weight:600;text-transform:capitalize;line-height:16px}.elementor-320 .elementor-element.elementor-element-007e7e4 .item .sub-item span{color:#000}.elementor-320 .elementor-element.elementor-element-007e7e4 .item>div span.title{color:#FFF}.elementor-320 .elementor-element.elementor-element-007e7e4 .razox-language-switcher .item>div i{color:#FFF}.elementor-320 .elementor-element.elementor-element-995927d ul.sub-menu{width:126px!important}.elementor-320 .elementor-element.elementor-element-995927d>.elementor-widget-container{margin:0 0 0 0;padding:0 25px 0 0}.elementor-320 .elementor-element.elementor-element-995927d .main-navigation{text-align:center}.elementor-320 .elementor-element.elementor-element-995927d .main-navigation ul.menu>li.menu-item>a{font-size:14px;font-weight:600;text-transform:uppercase;line-height:16px}.elementor-320 .elementor-element.elementor-element-995927d .main-navigation ul.menu li.menu-item .sub-menu .menu-item a{font-size:14px;font-weight:500;text-transform:capitalize;line-height:16px}.elementor-320 .elementor-element.elementor-element-995927d .main-navigation ul.menu>li.menu-item{margin:0 0 0 0}.elementor-320 .elementor-element.elementor-element-995927d .main-navigation ul.menu>li.menu-item>a:not(:hover){color:#FFF}.elementor-320 .elementor-element.elementor-element-995927d .main-navigation ul.menu li.menu-item .sub-menu .menu-item a:not(:hover){color:#000}.elementor-320 .elementor-element.elementor-element-995927d .main-navigation ul.sub-menu{padding:10px 0 10px 0}.elementor-320 .elementor-element.elementor-element-995927d .main-navigation ul.sub-menu>li.menu-item>a{padding:7px 15px 7px 15px;margin:0 0 0 0}.elementor-320 .elementor-element.elementor-element-995927d .main-navigation ul.menu>li.menu-item>a:hover{color:#FFF}.elementor-320 .elementor-element.elementor-element-995927d .main-navigation ul.menu li.menu-item .sub-menu .menu-item:hover>a{color:#000}.elementor-320 .elementor-element.elementor-element-509ad12 .elementor-header-group-wrapper .header-group-action>div a:not(:hover) i:before{color:#FFF}.elementor-320 .elementor-element.elementor-element-509ad12 .elementor-header-group-wrapper .header-group-action>div a:not(:hover):before{color:#FFF}.elementor-320 .elementor-element.elementor-element-509ad12 .elementor-header-group-wrapper .header-group-action>div .button-content:not(:hover)>span{background-color:#FFF}.elementor-320 .elementor-element.elementor-element-509ad12 .elementor-header-group-wrapper .header-group-action>div a:hover i:before{color:var(--e-global-color-primary)}.elementor-320 .elementor-element.elementor-element-509ad12 .elementor-header-group-wrapper .header-group-action>div a:hover:before{color:var(--e-global-color-primary)}.elementor-320 .elementor-element.elementor-element-fa0bfe6{--display:flex;border-style:solid;--border-style:solid;border-width:0 0 1px 0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:var(--e-global-color-border);--border-color:var( --e-global-color-border );--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px}.elementor-320 .elementor-element.elementor-element-fa0bfe6:not(.elementor-motion-effects-element-type-background),.elementor-320 .elementor-element.elementor-element-fa0bfe6>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#FFF}.elementor-320 .elementor-element.elementor-element-e959eb8{width:var(--container-widget-width,94.965%);max-width:94.965%;--container-widget-width:94.965%;--container-widget-flex-grow:0}.elementor-320 .elementor-element.elementor-element-e959eb8.elementor-element{--flex-grow:0;--flex-shrink:0}.elementor-320 .elementor-element.elementor-element-e959eb8 .main-navigation{text-align:center}.elementor-320 .elementor-element.elementor-element-e959eb8 .main-navigation ul.menu>li.menu-item>a{text-transform:uppercase;line-height:16px}.elementor-320 .elementor-element.elementor-element-e959eb8 .main-navigation ul.menu>li.menu-item{padding:16px 16px 16px 16px;margin:0 0 0 0}.elementor-320 .elementor-element.elementor-element-e959eb8 .main-navigation ul.menu>li.menu-item>a:not(:hover){color:#222}.elementor-320 .elementor-element.elementor-element-e959eb8 .main-navigation ul.menu>li.menu-item>a:hover{color:var(--e-global-color-primary)}@media(max-width:1366px){.elementor-320 .elementor-element.elementor-element-4b7bffc .main-navigation ul.menu>li.menu-item{padding:40px 25px 40px 0}}@media(max-width:1200px){.elementor-320 .elementor-element.elementor-element-6c9ca0b .hfe-site-logo .hfe-site-logo-container img{width:90%}.elementor-320 .elementor-element.elementor-element-e959eb8 .main-navigation ul.menu>li.menu-item{padding:15px 8px 15px 8px}}@media(max-width:1024px){.elementor-320 .elementor-element.elementor-element-66de67c{--padding-top:15px;--padding-bottom:15px;--padding-left:0px;--padding-right:0px}.elementor-320 .elementor-element.elementor-element-66de67c.e-con{--order:2}.elementor-320 .elementor-element.elementor-element-6c9ca0b .hfe-site-logo .hfe-site-logo-container img{width:100%}.elementor-320 .elementor-element.elementor-element-6f54bf4.e-con{--order:1}.elementor-320 .elementor-element.elementor-element-8c34ef6.e-con{--order:99999 /* order end hack */}.elementor-320 .elementor-element.elementor-element-fa0bfe6{--min-height:0px}}@media(max-width:767px){.elementor-320 .elementor-element.elementor-element-a00259e{--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px}.elementor-320 .elementor-element.elementor-element-380fc11{--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px}}@media(min-width:768px){.elementor-320 .elementor-element.elementor-element-66de67c{--width:17%}.elementor-320 .elementor-element.elementor-element-6f54bf4{--width:22.288%}.elementor-320 .elementor-element.elementor-element-e400244{--width:43%}.elementor-320 .elementor-element.elementor-element-8c34ef6{--width:21.5%}}@media(max-width:1366px) and (min-width:768px){.elementor-320 .elementor-element.elementor-element-6f54bf4{--width:30%}.elementor-320 .elementor-element.elementor-element-e400244{--width:30%}.elementor-320 .elementor-element.elementor-element-8c34ef6{--width:23%}}@media(max-width:1200px) and (min-width:768px){.elementor-320 .elementor-element.elementor-element-66de67c{--width:15%}.elementor-320 .elementor-element.elementor-element-6f54bf4{--width:33%}.elementor-320 .elementor-element.elementor-element-e400244{--width:25%}.elementor-320 .elementor-element.elementor-element-8c34ef6{--width:25%}}@media(max-width:1024px) and (min-width:768px){.elementor-320 .elementor-element.elementor-element-66de67c{--width:20%}.elementor-320 .elementor-element.elementor-element-6f54bf4{--width:35%}.elementor-320 .elementor-element.elementor-element-e400244{--width:0%}.elementor-320 .elementor-element.elementor-element-8c34ef6{--width:35%}}.elementor-323 .elementor-element.elementor-element-4517458{--display:flex;--min-height:20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-323 .elementor-element.elementor-element-4517458>.elementor-shape-bottom .elementor-shape-fill,.elementor-323 .elementor-element.elementor-element-4517458>.e-con-inner>.elementor-shape-bottom .elementor-shape-fill{fill:#222}.elementor-323 .elementor-element.elementor-element-028cf5f{--display:flex;border-style:solid;--border-style:solid;border-width:0 0 1px 0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:#FFFFFF26;--border-color:#FFFFFF26;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-323 .elementor-element.elementor-element-028cf5f:not(.elementor-motion-effects-element-type-background),.elementor-323 .elementor-element.elementor-element-028cf5f>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#222}.elementor-323 .elementor-element.elementor-element-094e241{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:99px 99px;--row-gap:99px;--column-gap:99px;--padding-top:50px;--padding-bottom:50px;--padding-left:30px;--padding-right:30px}.elementor-323 .elementor-element.elementor-element-d260c96{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-widget-icon-box.elementor-view-stacked .elementor-icon{background-color:var(--e-global-color-primary)}.elementor-widget-icon-box.elementor-view-framed .elementor-icon,.elementor-widget-icon-box.elementor-view-default .elementor-icon{fill:var(--e-global-color-primary);color:var(--e-global-color-primary);border-color:var(--e-global-color-primary)}.elementor-widget-icon-box .elementor-icon-box-title{color:var(--e-global-color-primary)}.elementor-widget-icon-box .elementor-icon-box-title,.elementor-widget-icon-box .elementor-icon-box-title a{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-icon-box .elementor-icon-box-description{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-323 .elementor-element.elementor-element-c69b073{--icon-box-icon-margin:15px}.elementor-323 .elementor-element.elementor-element-c69b073.elementor-view-stacked .elementor-icon{background-color:#FFF}.elementor-323 .elementor-element.elementor-element-c69b073.elementor-view-framed .elementor-icon,.elementor-323 .elementor-element.elementor-element-c69b073.elementor-view-default .elementor-icon{fill:#FFF;color:#FFF;border-color:#FFF}.elementor-323 .elementor-element.elementor-element-c69b073 .elementor-icon-box-title{color:#888}.elementor-323 .elementor-element.elementor-element-c69b073 .elementor-icon-box-title,.elementor-323 .elementor-element.elementor-element-c69b073 .elementor-icon-box-title a{font-family:"Rajdhani",Sans-serif;font-size:16px;font-weight:600;line-height:24px}.elementor-323 .elementor-element.elementor-element-c69b073 .elementor-icon-box-description{color:#DE3431;font-family:"Rajdhani",Sans-serif;font-size:30px;font-weight:700;line-height:24px}.elementor-323 .elementor-element.elementor-element-c69b073 .elementor-icon-box-icon .elementor-icon{justify-content:center}.elementor-323 .elementor-element.elementor-element-1d79555{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:46px 46px;--row-gap:46px;--column-gap:46px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-323 .elementor-element.elementor-element-1d79555.e-con{--flex-grow:0;--flex-shrink:0}.elementor-323 .elementor-element.elementor-element-f9d38ac{--display:flex;--gap:6px 6px;--row-gap:6px;--column-gap:6px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-323 .elementor-element.elementor-element-c710df6 .elementor-heading-title{color:#FFF;font-size:24px;font-weight:700;text-transform:none;line-height:28px}.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-323 .elementor-element.elementor-element-fab18a7{font-family:"Rajdhani",Sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#888}.elementor-323 .elementor-element.elementor-element-966a1b0{--display:flex;--gap:6px 6px;--row-gap:6px;--column-gap:6px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-323 .elementor-element.elementor-element-f67d30f{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:99px;--padding-bottom:170px;--padding-left:0px;--padding-right:0px}.elementor-323 .elementor-element.elementor-element-f67d30f:not(.elementor-motion-effects-element-type-background),.elementor-323 .elementor-element.elementor-element-f67d30f>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#222}.elementor-323 .elementor-element.elementor-element-7567f84{--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;--justify-content:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px}.elementor-323 .elementor-element.elementor-element-c909843{--display:flex;--gap:19px 19px;--row-gap:19px;--column-gap:19px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-323 .elementor-element.elementor-element-ad6e370 .elementor-heading-title{color:#FFF;font-size:20px;font-weight:700;line-height:24px}.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-323 .elementor-element.elementor-element-5a89dde .elementor-icon-list-icon i{transition:color 0.3s}.elementor-323 .elementor-element.elementor-element-5a89dde .elementor-icon-list-icon svg{transition:fill 0.3s}.elementor-323 .elementor-element.elementor-element-5a89dde{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px}.elementor-323 .elementor-element.elementor-element-5a89dde .elementor-icon-list-item>.elementor-icon-list-text,.elementor-323 .elementor-element.elementor-element-5a89dde .elementor-icon-list-item>a{font-family:"Rajdhani",Sans-serif;font-size:16px;font-weight:500;line-height:24px}.elementor-323 .elementor-element.elementor-element-5a89dde .elementor-icon-list-text{color:#888;transition:color 0.3s}.elementor-323 .elementor-element.elementor-element-5a89dde .elementor-icon-list-item:hover .elementor-icon-list-text{color:var(--e-global-color-primary)}.elementor-323 .elementor-element.elementor-element-aca7630{--display:flex;--gap:19px 19px;--row-gap:19px;--column-gap:19px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-323 .elementor-element.elementor-element-0937fe1 .elementor-heading-title{color:#FFF;font-size:20px;font-weight:700;line-height:24px}.elementor-323 .elementor-element.elementor-element-e7d4a88 .elementor-icon-list-icon i{transition:color 0.3s}.elementor-323 .elementor-element.elementor-element-e7d4a88 .elementor-icon-list-icon svg{transition:fill 0.3s}.elementor-323 .elementor-element.elementor-element-e7d4a88{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px}.elementor-323 .elementor-element.elementor-element-e7d4a88 .elementor-icon-list-item>.elementor-icon-list-text,.elementor-323 .elementor-element.elementor-element-e7d4a88 .elementor-icon-list-item>a{font-family:"Rajdhani",Sans-serif;font-size:16px;font-weight:500;line-height:24px}.elementor-323 .elementor-element.elementor-element-e7d4a88 .elementor-icon-list-text{color:#888;transition:color 0.3s}.elementor-323 .elementor-element.elementor-element-e7d4a88 .elementor-icon-list-item:hover .elementor-icon-list-text{color:var(--e-global-color-primary)}.elementor-323 .elementor-element.elementor-element-fda757e{--display:flex;--gap:19px 19px;--row-gap:19px;--column-gap:19px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-323 .elementor-element.elementor-element-e53629e .elementor-heading-title{color:#FFF;font-size:20px;font-weight:700;line-height:24px}.elementor-323 .elementor-element.elementor-element-1513a61 .elementor-icon-list-icon i{transition:color 0.3s}.elementor-323 .elementor-element.elementor-element-1513a61 .elementor-icon-list-icon svg{transition:fill 0.3s}.elementor-323 .elementor-element.elementor-element-1513a61{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px}.elementor-323 .elementor-element.elementor-element-1513a61 .elementor-icon-list-item>.elementor-icon-list-text,.elementor-323 .elementor-element.elementor-element-1513a61 .elementor-icon-list-item>a{font-family:"Rajdhani",Sans-serif;font-size:16px;font-weight:500;line-height:24px}.elementor-323 .elementor-element.elementor-element-1513a61 .elementor-icon-list-text{color:#888;transition:color 0.3s}.elementor-323 .elementor-element.elementor-element-1513a61 .elementor-icon-list-item:hover .elementor-icon-list-text{color:var(--e-global-color-primary)}.elementor-323 .elementor-element.elementor-element-c8c3e89{--display:flex;--gap:19px 19px;--row-gap:19px;--column-gap:19px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-323 .elementor-element.elementor-element-92ae8f9 .elementor-heading-title{color:#FFF;font-size:20px;font-weight:700;line-height:24px}.elementor-323 .elementor-element.elementor-element-ba4b5bc .elementor-icon-list-icon i{transition:color 0.3s}.elementor-323 .elementor-element.elementor-element-ba4b5bc .elementor-icon-list-icon svg{transition:fill 0.3s}.elementor-323 .elementor-element.elementor-element-ba4b5bc{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px}.elementor-323 .elementor-element.elementor-element-ba4b5bc .elementor-icon-list-item>.elementor-icon-list-text,.elementor-323 .elementor-element.elementor-element-ba4b5bc .elementor-icon-list-item>a{font-family:"Rajdhani",Sans-serif;font-size:16px;font-weight:500;line-height:24px}.elementor-323 .elementor-element.elementor-element-ba4b5bc .elementor-icon-list-text{color:#888;transition:color 0.3s}.elementor-323 .elementor-element.elementor-element-ba4b5bc .elementor-icon-list-item:hover .elementor-icon-list-text{color:var(--e-global-color-primary)}.elementor-323 .elementor-element.elementor-element-c8ec2fb{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-323 .elementor-element.elementor-element-92ccc6d{width:var(--container-widget-width,220px);max-width:220px;--container-widget-width:220px;--container-widget-flex-grow:0;font-family:"Rajdhani",Sans-serif;font-size:20px;font-weight:500;line-height:24px;color:#FFF}.elementor-widget-button .elementor-button{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-323 .elementor-element.elementor-element-52f82dd>.elementor-widget-container{margin:10px 0 1px 0}.elementor-323 .elementor-element.elementor-element-52f82dd .elementor-button-content-wrapper{flex-direction:row-reverse}.elementor-323 .elementor-element.elementor-element-52f82dd .elementor-button .elementor-button-content-wrapper{gap:9px}.elementor-323 .elementor-element.elementor-element-52f82dd .elementor-button{font-family:"Rajdhani",Sans-serif;font-size:16px;font-weight:700;line-height:20px;fill:var(--e-global-color-primary);color:var(--e-global-color-primary);border-style:none}.elementor-323 .elementor-element.elementor-element-6167880{font-family:"Rajdhani",Sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#888}.elementor-323 .elementor-element.elementor-element-f8da91e{--grid-template-columns:repeat(0, auto);--icon-size:20px;--grid-column-gap:5px;--grid-row-gap:0px}.elementor-323 .elementor-element.elementor-element-f8da91e .elementor-widget-container{text-align:left}.elementor-323 .elementor-element.elementor-element-f8da91e>.elementor-widget-container{margin:12px 0 0 0}.elementor-323 .elementor-element.elementor-element-f8da91e .elementor-social-icon{background-color:#303030}.elementor-323 .elementor-element.elementor-element-f8da91e .elementor-social-icon i{color:#888}.elementor-323 .elementor-element.elementor-element-f8da91e .elementor-social-icon svg{fill:#888}.elementor-323 .elementor-element.elementor-element-f8da91e .elementor-social-icon:hover i{color:var(--e-global-color-primary)}.elementor-323 .elementor-element.elementor-element-f8da91e .elementor-social-icon:hover svg{fill:var(--e-global-color-primary)}.elementor-323 .elementor-element.elementor-element-830f9c2{--display:flex;--position:absolute;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--padding-top:32px;--padding-bottom:32px;--padding-left:30px;--padding-right:30px;bottom:0}.elementor-323 .elementor-element.elementor-element-830f9c2:not(.elementor-motion-effects-element-type-background),.elementor-323 .elementor-element.elementor-element-830f9c2>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-image:url(https://bithome.tn/wp-content/uploads/2024/03/footer-home1.svg);background-position:center center;background-repeat:no-repeat;background-size:1500px auto}body:not(.rtl) .elementor-323 .elementor-element.elementor-element-830f9c2{left:0}body.rtl .elementor-323 .elementor-element.elementor-element-830f9c2{right:0}.elementor-323 .elementor-element.elementor-element-aceb870{font-family:"Rajdhani",Sans-serif;font-size:14px;font-weight:600;line-height:24px;color:#888}.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)}@media(max-width:1366px){.elementor-323 .elementor-element.elementor-element-094e241{--gap:60px 60px;--row-gap:60px;--column-gap:60px}.elementor-323 .elementor-element.elementor-element-f8da91e .elementor-social-icon{--icon-padding:8px}}@media(max-width:1200px){.elementor-323 .elementor-element.elementor-element-1d79555{--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}}@media(max-width:1024px){.elementor-323 .elementor-element.elementor-element-1d79555{--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:flex-start}.elementor-323 .elementor-element.elementor-element-7567f84{--flex-wrap:wrap}.elementor-323 .elementor-element.elementor-element-c8ec2fb{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-323 .elementor-element.elementor-element-92ccc6d{width:100%;max-width:100%;text-align:center}}@media(max-width:880px){.elementor-323 .elementor-element.elementor-element-094e241{--gap:30px 30px;--row-gap:30px;--column-gap:30px}}@media(max-width:767px){.elementor-323 .elementor-element.elementor-element-094e241{--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;--padding-top:50px;--padding-bottom:50px;--padding-left:15px;--padding-right:15px}.elementor-323 .elementor-element.elementor-element-1d79555{--gap:20px 20px;--row-gap:20px;--column-gap:20px}.elementor-323 .elementor-element.elementor-element-f67d30f{--padding-top:50px;--padding-bottom:160px;--padding-left:0px;--padding-right:0px}.elementor-323 .elementor-element.elementor-element-7567f84{--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px}.elementor-323 .elementor-element.elementor-element-c909843{--gap:5px 5px;--row-gap:5px;--column-gap:5px}.elementor-323 .elementor-element.elementor-element-aca7630{--gap:5px 5px;--row-gap:5px;--column-gap:5px}.elementor-323 .elementor-element.elementor-element-fda757e{--gap:5px 5px;--row-gap:5px;--column-gap:5px}.elementor-323 .elementor-element.elementor-element-c8c3e89{--gap:5px 5px;--row-gap:5px;--column-gap:5px}.elementor-323 .elementor-element.elementor-element-92ccc6d{text-align:start}.elementor-323 .elementor-element.elementor-element-52f82dd.elementor-element{--align-self:flex-start}.elementor-323 .elementor-element.elementor-element-6167880.elementor-element{--align-self:flex-start}.elementor-323 .elementor-element.elementor-element-f8da91e.elementor-element{--align-self:flex-start}.elementor-323 .elementor-element.elementor-element-830f9c2{--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;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:30px;--padding-bottom:60px;--padding-left:15px;--padding-right:15px}.elementor-323 .elementor-element.elementor-element-830f9c2:not(.elementor-motion-effects-element-type-background),.elementor-323 .elementor-element.elementor-element-830f9c2>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-size:1% auto}.elementor-323 .elementor-element.elementor-element-aceb870.elementor-element{--align-self:flex-start}.elementor-323 .elementor-element.elementor-element-5bf8c7a.elementor-element{--align-self:flex-start}}@media(min-width:768px){.elementor-323 .elementor-element.elementor-element-d260c96{--width:21%}.elementor-323 .elementor-element.elementor-element-1d79555{--width:64.419%}.elementor-323 .elementor-element.elementor-element-f9d38ac{--width:41%}.elementor-323 .elementor-element.elementor-element-966a1b0{--width:58%}.elementor-323 .elementor-element.elementor-element-c909843{--width:19.9%}.elementor-323 .elementor-element.elementor-element-aca7630{--width:20.6%}.elementor-323 .elementor-element.elementor-element-fda757e{--width:21.2%}.elementor-323 .elementor-element.elementor-element-c8c3e89{--width:19.2%}.elementor-323 .elementor-element.elementor-element-c8ec2fb{--width:19%}.elementor-323 .elementor-element.elementor-element-830f9c2{--content-width:1350px}}@media(max-width:1366px) and (min-width:768px){.elementor-323 .elementor-element.elementor-element-d260c96{--width:30%}.elementor-323 .elementor-element.elementor-element-1d79555{--width:70%}.elementor-323 .elementor-element.elementor-element-f9d38ac{--width:50%}.elementor-323 .elementor-element.elementor-element-966a1b0{--width:50%}}@media(max-width:1024px) and (min-width:768px){.elementor-323 .elementor-element.elementor-element-d260c96{--width:40%}.elementor-323 .elementor-element.elementor-element-1d79555{--width:55%}.elementor-323 .elementor-element.elementor-element-f9d38ac{--width:100%}.elementor-323 .elementor-element.elementor-element-966a1b0{--width:100%}.elementor-323 .elementor-element.elementor-element-c909843{--width:25%}.elementor-323 .elementor-element.elementor-element-aca7630{--width:25%}.elementor-323 .elementor-element.elementor-element-fda757e{--width:25%}.elementor-323 .elementor-element.elementor-element-c8c3e89{--width:25%}.elementor-323 .elementor-element.elementor-element-c8ec2fb{--width:100%}}@media(max-width:880px) and (min-width:768px){.elementor-323 .elementor-element.elementor-element-d260c96{--width:45%}.elementor-323 .elementor-element.elementor-element-1d79555{--width:50%}}.elementor-3008 .elementor-element.elementor-element-4ff637a{--display:flex;--position:fixed;--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;border-style:solid;--border-style:solid;border-color:#DFE1E7;--border-color:#DFE1E7;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;bottom:0;--z-index:90}.elementor-3008 .elementor-element.elementor-element-4ff637a:not(.elementor-motion-effects-element-type-background),.elementor-3008 .elementor-element.elementor-element-4ff637a>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#FFF}body:not(.rtl) .elementor-3008 .elementor-element.elementor-element-4ff637a{left:0}body.rtl .elementor-3008 .elementor-element.elementor-element-4ff637a{right:0}.elementor-3008 .elementor-element.elementor-element-9924f72{--display:flex;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-3008 .elementor-element.elementor-element-c24a103 form input[type=search]{color:#555}.elementor-3008 .elementor-element.elementor-element-c24a103 .button-search-popup .content{color:#555}.elementor-3008 .elementor-element.elementor-element-c24a103 .button-search-popup:hover .content{color:var(--e-global-color-primary)}.elementor-3008 .elementor-element.elementor-element-c24a103 .widget_product_search form button::before{color:#000}.elementor-3008 .elementor-element.elementor-element-c24a103 .button-search-popup .razox-icon-search{color:#000}.elementor-3008 .elementor-element.elementor-element-c24a103 .button-search-popup:hover .razox-icon-search{color:var(--e-global-color-primary)}.elementor-3008 .elementor-element.elementor-element-c24a103 .widget_product_search form:hover button::before{color:var(--e-global-color-primary)}.elementor-3008 .elementor-element.elementor-element-50a4c61{--display:flex;--justify-content:center;border-style:solid;--border-style:solid;border-color:#DFE1E7;--border-color:#DFE1E7;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-widget-icon-box.elementor-view-stacked .elementor-icon{background-color:var(--e-global-color-primary)}.elementor-widget-icon-box.elementor-view-framed .elementor-icon,.elementor-widget-icon-box.elementor-view-default .elementor-icon{fill:var(--e-global-color-primary);color:var(--e-global-color-primary);border-color:var(--e-global-color-primary)}.elementor-widget-icon-box .elementor-icon-box-title{color:var(--e-global-color-primary)}.elementor-widget-icon-box .elementor-icon-box-title,.elementor-widget-icon-box .elementor-icon-box-title a{font-family:var(--e-global-typography-primary-font-family),Sans-serif;font-weight:var(--e-global-typography-primary-font-weight)}.elementor-widget-icon-box .elementor-icon-box-description{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-3008 .elementor-element.elementor-element-b2e11d3{--icon-box-icon-margin:10px}.elementor-3008 .elementor-element.elementor-element-b2e11d3 .elementor-icon-box-title{margin-bottom:0;color:#555}.elementor-3008 .elementor-element.elementor-element-b2e11d3.elementor-view-stacked .elementor-icon{background-color:#000}.elementor-3008 .elementor-element.elementor-element-b2e11d3.elementor-view-framed .elementor-icon,.elementor-3008 .elementor-element.elementor-element-b2e11d3.elementor-view-default .elementor-icon{fill:#000;color:#000;border-color:#000}.elementor-3008 .elementor-element.elementor-element-b2e11d3 .elementor-icon{font-size:22px}.elementor-3008 .elementor-element.elementor-element-b2e11d3 .elementor-icon-box-title,.elementor-3008 .elementor-element.elementor-element-b2e11d3 .elementor-icon-box-title a{font-family:"Rajdhani",Sans-serif;font-size:14px;font-weight:500}.elementor-3008 .elementor-element.elementor-element-b2e11d3 .elementor-icon-box-description{color:#555}.elementor-3008 .elementor-element.elementor-element-b2e11d3 .elementor-icon-box-icon .elementor-icon{justify-content:center}.elementor-3008 .elementor-element.elementor-element-bbd7493{--display:flex;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-3008 .elementor-element.elementor-element-7a62524{--icon-box-icon-margin:10px}.elementor-3008 .elementor-element.elementor-element-7a62524 .elementor-icon-box-title{margin-bottom:0;color:#555}.elementor-3008 .elementor-element.elementor-element-7a62524.elementor-view-stacked .elementor-icon{background-color:#000}.elementor-3008 .elementor-element.elementor-element-7a62524.elementor-view-framed .elementor-icon,.elementor-3008 .elementor-element.elementor-element-7a62524.elementor-view-default .elementor-icon{fill:#000;color:#000;border-color:#000}.elementor-3008 .elementor-element.elementor-element-7a62524 .elementor-icon{font-size:22px}.elementor-3008 .elementor-element.elementor-element-7a62524 .elementor-icon-box-title,.elementor-3008 .elementor-element.elementor-element-7a62524 .elementor-icon-box-title a{font-family:"Rajdhani",Sans-serif;font-size:14px;font-weight:500}.elementor-3008 .elementor-element.elementor-element-7a62524 .elementor-icon-box-description{color:#555}.elementor-3008 .elementor-element.elementor-element-7a62524 .elementor-icon-box-icon .elementor-icon{justify-content:center}@media(max-width:1200px){.elementor-3008 .elementor-element.elementor-element-4ff637a{border-width:1px 0 0 0;--border-top-width:1px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-radius:0px 0px 0px 0px}.elementor-3008 .elementor-element.elementor-element-9924f72{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-3008 .elementor-element.elementor-element-c24a103>.elementor-widget-container{padding:15px 0 15px 0}.elementor-3008 .elementor-element.elementor-element-c24a103 form input[type=search]{border-width:0 0 0 0}.elementor-3008 .elementor-element.elementor-element-50a4c61{border-width:0 1px 0 1px;--border-top-width:0px;--border-right-width:1px;--border-bottom-width:0px;--border-left-width:1px;--border-radius:0px 0px 0px 0px}.elementor-3008 .elementor-element.elementor-element-b2e11d3>.elementor-widget-container{padding:15px 0 15px 0}.elementor-3008 .elementor-element.elementor-element-7a62524>.elementor-widget-container{padding:15px 0 15px 0}}@media(max-width:767px){.elementor-3008 .elementor-element.elementor-element-c24a103>.elementor-widget-container{padding:20px 0 20px 0}.elementor-3008 .elementor-element.elementor-element-b2e11d3>.elementor-widget-container{padding:20px 0 20px 0}.elementor-3008 .elementor-element.elementor-element-b2e11d3{--icon-box-icon-margin:5px}.elementor-3008 .elementor-element.elementor-element-b2e11d3 .elementor-icon-box-title,.elementor-3008 .elementor-element.elementor-element-b2e11d3 .elementor-icon-box-title a{font-size:0}.elementor-3008 .elementor-element.elementor-element-7a62524>.elementor-widget-container{padding:20px 0 20px 0}.elementor-3008 .elementor-element.elementor-element-7a62524{--icon-box-icon-margin:5px}.elementor-3008 .elementor-element.elementor-element-7a62524 .elementor-icon-box-title,.elementor-3008 .elementor-element.elementor-element-7a62524 .elementor-icon-box-title a{font-size:0}}/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}.iconic-was-swatches{list-style:none none outside;margin:20px 0 30px;padding:0;overflow-y:hidden}.iconic-was-swatches *{-webkit-box-sizing:border-box;box-sizing:border-box}.iconic-was-swatches.iconic-was-swatches--stacked{display:block}.iconic-was-swatches.iconic-was-swatches--stacked .iconic-was-swatches__item--dummy{display:none}.iconic-was-swatches.iconic-was-swatches--loading{white-space:nowrap;overflow:hidden}.iconic-was-swatches.iconic-was-swatches--loading .iconic-was-swatches__item--dummy{display:none}.iconic-was-swatches--single-line{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.iconic-was-swatches--single-line.iconic-was-swatches--loop{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.iconic-was-accordion .iconic-was-swatches--single-line.iconic-was-swatches{margin-bottom:0!important}.iconic-was-swatches--single-line .iconic-was-swatches__item{margin-bottom:0}.iconic-was-swatches--single-line .iconic-was-swatches__label{display:none}.iconic-was-swatches--slider{max-width:100%;padding:0!important;overflow:visible}.iconic-was-swatches--slider-wrapper{padding-left:30px;padding-right:30px;position:relative;overflow:hidden}.iconic-was-accordion .iconic-was-swatches--slider.iconic-was-swatches{margin-bottom:0!important}.iconic-was-swatches--slider .iconic-was-swatches__item--dummy,.iconic-was-swatches--slider .iconic-was-swatches__label{display:none!important}.iconic-was-swatches--slider .iconic-was-swatches__item{margin-bottom:0}.iconic-was-swatches--slider .iconic-was-swatches__item:last-child{margin-right:0}.variations tr:last-child .iconic-was-swatches{margin-bottom:0}.iconic-was-swatches__item,.iconic-was-swatches__label{padding:0}li.iconic-was-swatches__item.iconic-was-swatches__item--hidden,li.iconic-was-swatches__label.iconic-was-swatches__item--hidden{display:none}.iconic-was-swatches__item.iconic-was-swatches__item--dummy a{background:#f0f0f0;border:none;color:#666!important;padding:7px 10px!important;border-radius:5px;font-size:12px;line-height:12px}.iconic-was-swatches__item.iconic-was-swatches__item--dummy a::before{display:none}.iconic-was-swatches__label{display:block;margin:0 0 5px;clear:both}.iconic-was-swatches__item{display:inline-block;margin:0 10px 10px 0;vertical-align:top;line-height:0}.iconic-was-swatch{text-decoration:none;font-weight:400;cursor:pointer;line-height:1.6;position:relative}.iconic-was-swatch:focus{outline:0}.iconic-was-swatch__container{position:relative;z-index:20}.iconic-was-swatch__append{opacity:.75;font-weight:400}.iconic-was-swatches--visual .iconic-was-swatch{vertical-align:top;display:block;position:relative}.iconic-was-swatches--visual .iconic-was-swatch__graphic{width:100%;height:100%;white-space:nowrap;display:block;margin:0!important;padding:0!important;border-radius:0}.iconic-was-swatches--visual .iconic-was-swatch__graphic--colour-lighter{border:1px solid #ccc}.iconic-was-swatches--visual .iconic-was-swatch__text{display:none}.iconic-was-swatches--visual .iconic-was-swatch--selected{position:relative}.iconic-was-swatches--visual .iconic-was-swatch--selected .iconic-was-swatch__graphic--colour{border:none}.iconic-was-swatches--round .iconic-was-swatch span,.iconic-was-swatches--round .iconic-was-swatch::before,.iconic-was-swatches--round .iconic-was-swatch__graphic{border-radius:50%!important}.iconic-was-swatches--image-swatch .iconic-was-swatch span{text-indent:0}.iconic-was-swatches--text-swatch .iconic-was-swatch{border:1px solid #ccc;display:block;padding:7px 10px;border-radius:5px;background:#fff;line-height:1;color:#666!important;white-space:nowrap}.iconic-was-swatches--text-swatch .iconic-was-swatch:hover{border-color:#353c4e;color:#444!important}.iconic-was-swatches--text-swatch .iconic-was-swatch--selected,.iconic-was-swatches--text-swatch .iconic-was-swatch--selected:hover{background:#353c4e;border-color:#353c4e;color:#fff!important}.iconic-was-swatches--text-swatch .iconic-was-swatch::before{display:none}.iconic-was-swatches--radio-buttons .iconic-was-swatches__label{margin:5px 0}.iconic-was-swatches--radio-buttons .iconic-was-swatches__label:first-child{margin-top:0}.iconic-was-swatches--radio-buttons .iconic-was-swatches__item{display:block;margin:0}.iconic-was-swatches--radio-buttons .iconic-was-swatch{color:#666;position:relative;padding:0 0 0 25px}.iconic-was-swatches--radio-buttons .iconic-was-swatch::before{content:"";position:absolute;top:50%;left:0;width:14px;height:14px;border-radius:50%;border:1px solid #ccc;margin:-7px 0 0;background:#fff}.iconic-was-swatches--radio-buttons .iconic-was-swatch:hover::before{border-color:#292933}.iconic-was-swatches--radio-buttons .iconic-was-swatch--selected::before{background:#292933;border-color:#292933;-webkit-box-shadow:inset 0 0 0 3px #fff;box-shadow:inset 0 0 0 3px #fff}.iconic-was-swatches--tick.iconic-was-swatches--visual .iconic-was-swatch--selected .iconic-was-swatch__container::before{content:url(/wp-content/plugins/iconic-woo-attribute-swatches/assets/img/check-solid.svg);text-align:center;position:absolute;top:50%;left:50%;-webkit-transform:translate(-52%,-50%);transform:translate(-52%,-50%);color:#fff;font-size:26px;width:18px;-webkit-filter:drop-shadow(1px 1px 1px rgba(0, 0, 0, .4));filter:drop-shadow(1px 1px 1px rgba(0, 0, 0, .4))}.iconic-was-swatches--tick.iconic-was-swatches--visual .iconic-was-swatch--selected::before{content:" ";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4)}.iconic-was-swatches--border.iconic-was-swatches--visual .iconic-was-swatch{padding:4px}.iconic-was-swatches--border.iconic-was-swatches--visual .iconic-was-swatch::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid #ccc;background:#fff;z-index:10;margin:0}.iconic-was-swatches--border.iconic-was-swatches--visual .iconic-was-swatch:hover::before{border-color:#353c4e}.iconic-was-swatches--border.iconic-was-swatches--visual .iconic-was-swatch--selected::before{border:2px solid #353c4e}.iconic-was-swatches--border.iconic-was-swatches--visual .iconic-was-swatch__graphic--colour{border:none}.iconic-was-swatches--loop{margin:0 auto 20px}.iconic-was-swatches--loop.iconic-was-swatches--radio-buttons{margin-bottom:18px}.iconic-was-swatches--loop li:last-child{margin-right:0}.iconic-was-swatches--widget .woocommerce-widget-layered-nav-list::after{content:"";clear:both;display:table}.iconic-was-swatches--widget:not(.iconic-was-swatches--radio-buttons) .woocommerce-widget-layered-nav-list__item{float:left;margin:0 6px 8px 0}.iconic-was-swatches--widget .woocommerce-widget-layered-nav-list__item{padding:0!important}.iconic-was-swatches--widget .woocommerce-widget-layered-nav-list__item::before{display:none!important}.iconic-was-swatches--widget a{text-decoration:none!important}.iconic-was-swatch--disabled,.iconic-was-swatches__item--out-of-stock .iconic-was-swatch{opacity:.3}.iconic-was-swatches .iconic-was-swatches__item--out-of-stock .iconic-was-swatch.iconic-was-swatch--text-swatch{text-decoration:line-through}.iconic-was-swatches--visual .iconic-was-swatch--disabled,.iconic-was-swatches--visual .iconic-was-swatches__item--out-of-stock .iconic-was-swatch{opacity:1;position:relative}.iconic-was-swatches--visual .iconic-was-swatch--disabled .iconic-was-swatch__graphic,.iconic-was-swatches--visual .iconic-was-swatch--disabled::before,.iconic-was-swatches--visual .iconic-was-swatches__item--out-of-stock .iconic-was-swatch .iconic-was-swatch__graphic,.iconic-was-swatches--visual .iconic-was-swatches__item--out-of-stock .iconic-was-swatch::before{opacity:.3}.iconic-was-swatches--visual .iconic-was-swatch--disabled .iconic-was-swatch__container::after,.iconic-was-swatches--visual .iconic-was-swatches__item--out-of-stock .iconic-was-swatch .iconic-was-swatch__container::after{position:absolute;content:"";display:block;width:52%;height:52%;left:0;right:0;top:0;bottom:0;margin:auto;opacity:.4;background:linear-gradient(to top left,rgba(0,0,0,0) 0,rgba(0,0,0,0) calc(50% - .8px),#000 50%,rgba(0,0,0,0) calc(50% + .8px),rgba(0,0,0,0) 100%),linear-gradient(to top right,rgba(0,0,0,0) 0,rgba(0,0,0,0) calc(50% - .8px),#000 50%,rgba(0,0,0,0) calc(50% + .8px),rgba(0,0,0,0) 100%)}.iconic-was-chosen-attribute__no-selection{opacity:.5}.variations_form a.reset_variations{margin:20px 0 0;clear:both;width:100%}.variations_form label{font-weight:400;display:block;margin:0 0 5px}.variations_form label::after{display:none}.variations tr{border:none;display:block;margin:0 0 15px}.variations td{display:block;padding:0;margin:0;border:none}.variations td.label{background:0 0;color:#555;text-shadow:none;display:block!important}.iconic-was-tooltip{position:fixed;background:#353c4e;margin:auto 10px 16px;border-radius:4px;line-height:30px;color:#fff;padding:0 10px;opacity:0;visibility:hidden;height:auto;overflow:visible;width:auto;display:block;white-space:nowrap;text-align:center;z-index:9999999}.iconic-was-tooltip.iconic-was-tooltip--active{-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1)}.iconic-was-tooltip.iconic-was-tooltip--animate-top{-webkit-transform:translate(0,8px);transform:translate(0,8px)}.iconic-was-tooltip.iconic-was-tooltip--animate-opacity{opacity:1;visibility:visible}.iconic-was-tooltip__inner_wrap{position:relative}.iconic-was-tooltip__inner_wrap img{display:block;margin:10px auto 0 auto;border:none;border-radius:3px;padding:0}.iconic-was-tooltip__arrow{top:100%;left:50%;border:solid transparent;height:0;width:0;position:absolute;pointer-events:none;border-color:transparent;border-top-color:#353c4e;border-width:5px;margin-left:-5px}.iconic-was-accordion table.variations{margin:0 0 20px!important}.iconic-was-accordion .variations td{padding:0!important;margin:0!important}.iconic-was-accordion td.label,.iconic-was-accordion th.label{cursor:pointer;display:grid!important;grid-template-columns:80% 20%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.iconic-was-accordion td.label:hover .iconic-was-accordion__handle,.iconic-was-accordion th.label:hover .iconic-was-accordion__handle{border-color:#555}.iconic-was-accordion td.label label,.iconic-was-accordion th.label label{cursor:pointer;margin:0}.iconic-was-accordion td.label .iconic-was-accordion__handle,.iconic-was-accordion th.label .iconic-was-accordion__handle{width:24px;height:24px;display:inline-block;border:1px solid #eaeaea;border-radius:100%;text-align:center;position:relative;cursor:pointer;-webkit-transition:border-color 150ms ease-in-out;transition:border-color 150ms ease-in-out;justify-self:end}.iconic-was-accordion td.label .iconic-was-accordion__handle::before,.iconic-was-accordion th.label .iconic-was-accordion__handle::before{content:"";border-style:solid;border-color:#555;border-width:1px 1px 0 0;display:inline-block;height:7px;left:0;position:relative;vertical-align:top;width:7px;-webkit-transform:rotate(135deg);transform:rotate(135deg);top:5px}.iconic-was-accordion .iconic-was-accordion--active td.label .iconic-was-accordion__handle::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:9px}.iconic-was-accordion td.value{margin:0!important}.iconic-was-accordion td.value::after,.iconic-was-accordion td.value::before{content:" ";display:table}.iconic-was-accordion .variations .iconic-was-accordion__row{border-bottom:1px solid #eaeaea;margin:0;padding:12px 0}.iconic-was-accordion .variations .iconic-was-accordion__row:first-child{border-top:1px solid #eaeaea}.iconic-was-accordion .iconic-was-swatches{padding:0;margin:8px 0 -10px!important}.iconic-was-accordion .reset_variations{display:none!important}table.variations{margin-bottom:40px}table.variations .iconic-was-accordion__row td.value{overflow:hidden;-webkit-transition:all .15s ease 0s;transition:all .15s ease 0s;display:block;height:0}.iconic-was-swatches .flickity-button{padding:0}.iconic-was-swatches .flickity-button,.iconic-was-swatches .flickity-button:hover{background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}.iconic-was-swatches .flickity-button:disabled{opacity:.3!important}.iconic-was-swatches .flickity-prev-next-button{width:30px;height:30px;border-radius:0;position:absolute!important}.iconic-was-swatches .flickity-button-icon,.iconic-was-swatches .flickity-prev-next-button .arrow{fill:#000}.iconic-was-swatches .flickity-prev-next-button.previous{left:-30px}.iconic-was-swatches .flickity-prev-next-button.next{right:-30px}.iconic-was-swatches--widget ul{padding-left:0}.iconic-was-swatches--widget li.iconic-was-swatches__group{float:left;width:100%;padding-left:0;margin-bottom:15px}.iconic-was-swatches--widget li.iconic-was-swatches__group:last-child{margin-bottom:0}.iconic-was-swatches--widget li.iconic-was-swatches__group a{float:left;margin-right:5px;margin-bottom:5px}.iconic-was-swatches--widget li.iconic-was-swatches__group::before{content:none}.iconic-was-swatches__group-label{display:block;width:100%;overflow:hidden;margin-bottom:10px}.kc-us-link{color:#5850ec}.kc-flex{display:flex}.kc-us-link-icon{width:2.5rem;color:#5850ec;height:1.5rem;cursor:pointer}.kc-us-link-create-icon{width:2.5rem;color:#000;height:1.5rem;cursor:pointer}.kc-us-qr-code .qr{margin-left:auto;margin-right:auto;font-size:1px;width:50%}#generate-short-link,#generated-short-link{text-align:center}#generate-short-link #kc-us-target-url,#generate-short-link #kc-us-short-url{width:60%;display:inline;border:1px solid grey;border-radius:50px 0 0 50px;background-color:#FFF;margin:0;font-size:16px}#generate-short-link #kc-us-submit-btn,#generate-short-link #kc-us-copy-btn{border:1px solid grey;display:inline;padding:15px;background-color:#4662FA;color:#FFF;border-radius:0 50px 50px 0;margin:-5px;width:150px;font-size:16px}.kc-us-tooltip{position:relative;display:inline-block}.kc-us-tooltip .kc-us-tooltiptext{visibility:hidden;width:140px;background-color:#555;color:#fff;text-align:center;border-radius:6px;padding:5px;position:absolute;z-index:1;bottom:150%;left:50%;margin-left:-75px;opacity:0;transition:opacity 0.3s}.kc-us-tooltip .kc-us-tooltiptext::after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#555 #fff0 #fff0 #fff0}.kc-us-tooltip:hover .kc-us-tooltiptext{visibility:visible;opacity:1}.div_evowap_btn{margin:20px 0}.div_evowap_btn .evowap_btn{align-items:center;background:#25d366;border-radius:5px;box-shadow:0 2px 2px 0 rgba(45,62,79,.3)!important;color:#fff;display:inline-flex;font-size:16px;padding:12px 30px;position:relative;transition:all .3s!important;width:auto}.evowap_btn:hover{background:#21bd5b;box-shadow:0 8px 25px -5px rgba(45,62,79,.3)!important;color:#fff!important;transform:translateY(-3px)}#svg_wapp_evowap{margin-right:10px!important}.wowa-thankyou{background:#efefef;margin-bottom:20px;padding:30px;text-align:center}.wowa-thankyou h2{font-family:inherit;font-size:35px;margin-bottom:5px}.wowa-thankyou h3{font-family:inherit;font-size:18px;font-weight:400}/*! Hint.css - v2.5.0 - 2017-04-23
* http://kushagragour.in/lab/hint/
* Copyright (c) 2017 Kushagra Gour */

[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}[class*=hint--]:hover:after,[class*=hint--]:hover:before{visibility:visible;opacity:1;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;transition-delay:.1s}[class*=hint--]:before{content:'';position:absolute;background:0 0;border:6px solid transparent;z-index:1000001}[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap;text-shadow:0 -1px 0 #000;box-shadow:4px 4px 8px rgba(0,0,0,.3)}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:#383838}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:#383838}.hint--top:after,.hint--top:before{bottom:100%;left:50%}.hint--top:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--top:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--bottom:after,.hint--bottom:before{top:100%;left:50%}.hint--bottom:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--bottom:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--right:before{border-right-color:#383838;margin-left:-11px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{border-left-color:#383838;margin-right:-11px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--top-left:after,.hint--top-left:before{bottom:100%;left:50%}.hint--top-left:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--top-left:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--top-right:after,.hint--top-right:before{bottom:100%;left:50%}.hint--top-right:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--top-right:hover:after,.hint--top-right:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom-left:after,.hint--bottom-left:before{top:100%;left:50%}.hint--bottom-left:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--bottom-right:after,.hint--bottom-right:before{top:100%;left:50%}.hint--bottom-right:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.hint--small:after{width:80px}.hint--medium:after{width:150px}.hint--large:after{width:300px}.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-left-color:#b34e4d}.hint--error.hint--right:before{border-right-color:#b34e4d}.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-left-color:#c09854}.hint--warning.hint--right:before{border-right-color:#c09854}.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #1a3c4d}.hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-left-color:#3986ac}.hint--info.hint--right:before{border-right-color:#3986ac}.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-left-color:#458746}.hint--success.hint--right:before{border-right-color:#458746}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--always.hint--top-left:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--always.hint--bottom-left:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--rounded:after{border-radius:4px}.hint--no-animate:after,.hint--no-animate:before{-webkit-transition-duration:0s;-moz-transition-duration:0s;transition-duration:0s}.hint--bounce:after,.hint--bounce:before{-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);-moz-transition:opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)}/* perfect-scrollbar v0.6.14 */
.ps-container{-ms-touch-action:auto;touch-action:auto;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps-container{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps-container{overflow:auto !important}}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block;background-color:transparent}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999;height:11px}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999;width:11px}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;bottom:0px;height:15px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;bottom:2px;height:6px}.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x{height:11px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;right:0;width:15px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;right:2px;width:6px}.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y{width:11px}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999;height:11px}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999;width:11px}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}
.ps-theme-wpc{-ms-touch-action:none;touch-action:none;overflow:hidden!important;-ms-overflow-style:none}@supports (-ms-overflow-style:none){.ps-theme-wpc{overflow:auto!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps-theme-wpc{overflow:auto!important}}.ps-theme-wpc.ps-active-x>.ps-scrollbar-x-rail,.ps-theme-wpc.ps-active-y>.ps-scrollbar-y-rail{display:block;background-color:#fff0}.ps-theme-wpc.ps-in-scrolling{pointer-events:none}.ps-theme-wpc.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:rgb(0 0 0 / .1)!important}.ps-theme-wpc.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:rgb(0 0 0)}.ps-theme-wpc.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:rgb(0 0 0 / .1)!important}.ps-theme-wpc.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:rgb(0 0 0);width:2px;border-radius:1px}.ps-theme-wpc>.ps-scrollbar-x-rail{display:none;position:absolute;opacity:0;transition:background-color .2s linear,opacity .2s linear;bottom:0;height:2px;border-radius:1px}.ps-theme-wpc>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:rgb(0 0 0);transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;bottom:0;height:2px!important;border-radius:1px!important}.ps-theme-wpc>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,.ps-theme-wpc>.ps-scrollbar-x-rail:active>.ps-scrollbar-x{height:2px;border-radius:1px}.ps-theme-wpc>.ps-scrollbar-y-rail{display:none;position:absolute;opacity:0;transition:background-color .2s linear,opacity .2s linear;right:0;width:2px;border-radius:1px}.ps-theme-wpc>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:rgb(0 0 0);transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;right:0;width:2px!important;border-radius:1px!important}.ps-theme-wpc>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,.ps-theme-wpc>.ps-scrollbar-y-rail:active>.ps-scrollbar-y{width:2px;border-radius:1px}.ps-theme-wpc:hover.ps-in-scrolling{pointer-events:none}.ps-theme-wpc:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:rgb(0 0 0)}.ps-theme-wpc:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:rgb(0 0 0);height:2px;border-radius:1px}.ps-theme-wpc:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:rgb(0 0 0)}.ps-theme-wpc:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:rgb(0 0 0);width:2px;border-radius:1px}.ps-theme-wpc:hover>.ps-scrollbar-x-rail:hover{background-color:rgb(0 0 0 / .1);opacity:1}.ps-theme-wpc:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:rgb(0 0 0)}.ps-theme-wpc:hover>.ps-scrollbar-y-rail:hover{background-color:rgb(0 0 0 / .1);opacity:1}.ps-theme-wpc:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:rgb(0 0 0)}@keyframes wpc-spinner{to{transform:rotate(360deg)}}@-webkit-keyframes wpc-spinner{to{-webkit-transform:rotate(360deg)}}@keyframes woosc-spinner{to{transform:rotate(360deg)}}@-webkit-keyframes woosc-spinner{to{-webkit-transform:rotate(360deg)}}.woosc-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .9);z-index:99999999;opacity:0;visibility:hidden;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woosc-popup.open{opacity:1;visibility:visible}.woosc-popup.open .woosc-popup-inner .woosc-popup-content{top:50%}.woosc-popup .woosc-popup-inner{display:block;width:100%;height:100%;position:relative}.woosc-popup .woosc-popup-inner .woosc-popup-content{position:absolute;padding:15px;top:60%;left:50%;width:360px;height:360px;max-width:90%;max-height:90%;background-color:#fff;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;transform:translate3d(-50%,-50%,0);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woosc-popup.woosc-share .woosc-popup-inner .woosc-popup-content{height:auto;padding:30px}.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner{display:flex;flex-direction:column;width:100%;height:100%}.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-popup-close{width:32px;height:32px;line-height:32px;position:absolute;top:-32px;right:-32px;color:#fff;text-align:center;background-image:url(/wp-content/plugins/woo-smart-compare/assets/images/close.svg);background-repeat:no-repeat;background-position:center;cursor:pointer}.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-input input{display:block;width:100%;border:none;height:40px;line-height:40px;padding:0 10px;box-shadow:none;color:#222;background-color:#f2f2f2;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-webkit-appearance:none}.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result{flex-grow:1;margin-top:15px;overflow-y:auto;position:relative}.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul{margin:0;padding:0;list-style:none}.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li{display:block;padding:10px 0;border:1px solid #fafafa}.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner{display:flex;align-items:center}.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-image{width:48px;flex:0 0 48px}.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-image img{width:100%;height:auto;margin:0;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;box-shadow:none}.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-name{flex-grow:1;padding:0 10px;color:#222}.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-add{width:48px;text-align:center}.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-add span{display:inline-block;width:32px;height:32px;line-height:32px;text-align:center;color:#222;background-color:#f2f2f2;cursor:pointer;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-add span:hover{color:#fff;background-color:#222}.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result:before{content:"";width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:7;background-color:rgb(255 255 255 / .7);opacity:0;visibility:hidden}.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result:after{width:32px;height:32px;display:block;margin-top:-16px;margin-left:-16px;content:"";background-image:url(/wp-content/plugins/woo-smart-compare/assets/images/curve.svg);background-repeat:no-repeat;background-position:center;position:absolute;top:50%;left:50%;z-index:8;-webkit-animation:woosc-spinner 1s linear infinite;-moz-animation:woosc-spinner 1s linear infinite;-ms-animation:woosc-spinner 1s linear infinite;-o-animation:woosc-spinner 1s linear infinite;animation:woosc-spinner 1s linear infinite;opacity:0;visibility:hidden}.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result.woosc-loading:before,.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result.woosc-loading:after{opacity:1;visibility:visible}.woosc-area{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999979;box-sizing:border-box;pointer-events:none}.woosc-area .woosc-inner{display:block;width:100%;height:100%;position:relative}.woosc-area .woosc-inner .woosc-table{padding:15px 15px 78px 15px;margin:0;width:100%;height:100%;box-sizing:border-box;background-color:#292a30;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-size:14px;position:fixed;top:0;left:0;opacity:0;visibility:hidden;z-index:99999997;pointer-events:none}.woosc-area .woosc-inner .woosc-table *{box-sizing:border-box}.woosc-area .woosc-inner .woosc-table.woosc-table-open{opacity:1;visibility:visible;pointer-events:auto}.woosc-area .woosc-inner .woosc-table .woosc-table-inner{background-color:#fff;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;width:100%;height:100%;max-height:100%;overflow:hidden;position:relative}.woosc-area .woosc-inner .woosc-table .woosc-table-inner:before{content:"";width:100%;height:100%;display:block;position:absolute;top:0;left:0;background-color:rgb(255 255 255 / .7);opacity:0;visibility:hidden;z-index:7}.woosc-area .woosc-inner .woosc-table .woosc-table-inner:after{width:32px;height:32px;display:block;margin-top:-16px;margin-left:-16px;content:"";background-image:url(/wp-content/plugins/woo-smart-compare/assets/images/curve.svg);background-repeat:no-repeat;background-position:center;position:absolute;top:50%;left:50%;opacity:0;visibility:hidden;z-index:8;-webkit-animation:woosc-spinner 1s linear infinite;-moz-animation:woosc-spinner 1s linear infinite;-ms-animation:woosc-spinner 1s linear infinite;-o-animation:woosc-spinner 1s linear infinite;animation:woosc-spinner 1s linear infinite}.woosc-area .woosc-inner .woosc-table .woosc-table-inner.woosc-loading:before,.woosc-area .woosc-inner .woosc-table .woosc-table-inner.woosc-loading:after{opacity:1;visibility:visible}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-close{z-index:6;position:absolute;top:0;right:0;cursor:pointer}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-close .woosc-table-close-icon{display:block;position:relative;width:100%;height:100%;min-width:52px;min-height:52px;background-color:#eee;background-image:url(/wp-content/plugins/woo-smart-compare/assets/images/remove-dark.svg);background-repeat:no-repeat;background-position:center}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items{z-index:5;height:100%;position:relative}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .woosc-no-result,.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .woosc-unauthenticated{display:block;padding:15px;text-align:center;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table{border-spacing:0;border-collapse:collapse;box-sizing:border-box;width:100%;margin:0;padding:0;z-index:6}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead{z-index:8}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr{border:none;margin:0;padding:0}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th{position:relative;border-collapse:collapse;z-index:8!important;text-transform:uppercase;padding:15px 15px 15px 0;margin:0;width:auto;min-width:200px;max-width:300px;vertical-align:middle;color:#43454b;font-weight:700;text-align:left;background-color:#f7f7f7;border:none;border-image-width:0}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th .woosc-remove,.woosc-page .woosc-remove{text-transform:none;font-weight:400;text-decoration:underline;cursor:pointer}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th:first-child{padding-left:15px}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a{text-decoration:none}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody{z-index:7}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr{border:none;margin:0;padding:0}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td{position:relative;border-collapse:collapse;background-color:#fff;padding:15px 15px 15px 0;vertical-align:top;text-align:left;width:auto;min-width:200px;max-width:300px;color:#43454b;font-weight:400;border:none;z-index:6;border-image-width:0}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td:first-child{z-index:7;padding-left:15px}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td.td-placeholder{text-align:center}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td.td-placeholder:before{content:"";display:inline-block;width:60px;height:8px;background-color:#eee;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image td.td-placeholder{background-image:url(/wp-content/plugins/woo-smart-compare/assets/images/placeholder.png);background-repeat:no-repeat;background-position:center}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image td.td-placeholder:before{display:none}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image a{text-decoration:none;outline:none;display:block}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image img{display:block;max-width:100%;height:auto;margin:0;padding:0;border:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;box-shadow:none}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-add_to_cart td p,.woosc_table tbody tr.tr-add_to_cart td p,.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-add_to_cart td .add_to_cart_inline,.woosc_table tbody tr.tr-add_to_cart td .add_to_cart_inline{padding:0!important;margin:0!important;border:none!important}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-rating td .star-rating{float:left}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr:nth-child(2n) td{background-color:#fbfbfb}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-highlight td{background-color:#fff8d9;border-bottom:1px solid #dfd7af}.woosc-page .woosc_table tr.tr-highlight td{background-color:#fff8d9;border-bottom:1px solid #dfd7af}.woosc-page .woosc-table-settings{display:none!important}.woosc-page .woosc-remove-all{font-weight:400;text-decoration:underline;cursor:pointer}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-hide{display:none}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-similar{display:none}.woosc-page .woosc_table tr.tr-hide,.woosc-page .woosc_table tr.tr-similar{display:none}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr:hover td{background-color:#f8f8f8}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.has-1 thead tr th,.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.has-2 thead tr th{width:25%}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.has-1 tbody tr td,.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.has-2 tbody tr td{width:25%}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .ps-scrollbar-x-rail,.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .ps-scrollbar-y-rail{z-index:999999}.woosc-area .woosc-inner .woosc-table .woosc-table-settings{background-image:url(/wp-content/plugins/woo-smart-compare/assets/images/checkbox-dark.svg);background-size:16px 16px;background-repeat:no-repeat;background-position:center left;padding-left:21px}.woosc-area .woosc-inner .woosc-bar{width:100%;height:78px;position:fixed;left:0;bottom:-80px;padding:15px;box-sizing:border-box;background-color:#292a30;color:#cfd2d4;display:-webkit-flex;display:flex;align-items:center;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;flex-wrap:nowrap;z-index:99999998;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;opacity:0;visibility:hidden;pointer-events:none}.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn{height:48px;line-height:48px;padding:0 20px 0 68px;position:relative;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background-color:#00a0d2;font-size:14px;font-weight:700;color:#fff;text-transform:uppercase;order:1;margin-left:15px;cursor:pointer}.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn .woosc-bar-btn-icon-wrapper{width:48px;height:48px;line-height:48px;background-color:rgb(0 0 0 / .1);text-align:center;display:inline-block;position:absolute;top:0;left:0;overflow:hidden}.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner{width:16px;height:12px;margin-top:18px;margin-left:16px;position:relative}.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner span{display:block;position:absolute;height:2px;width:100%;background:#fff;border-radius:2px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:0.25s ease-in-out;-moz-transition:0.25s ease-in-out;-ms-transition:0.25s ease-in-out;-o-transition:0.25s ease-in-out;transition:0.25s ease-in-out}.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner span:nth-child(1){top:0}.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner span:nth-child(2){top:5px}.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner span:nth-child(3){top:10px}.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn.woosc-bar-btn-open .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner span:nth-child(1){top:6px;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn.woosc-bar-btn-open .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner span:nth-child(2){opacity:0;left:-60px}.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn.woosc-bar-btn-open .woosc-bar-btn-icon-wrapper .woosc-bar-btn-icon-inner span:nth-child(3){top:6px;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn.woosc-bar-btn-icon{font-size:0;padding:0;width:48px;overflow:hidden}.woosc-area .woosc-inner .woosc-bar .woosc-bar-filter{display:inline-block;position:relative;margin:0 10px 0 0;padding:0 15px 0 40px;height:48px;line-height:48px;background-color:rgb(255 255 255 / .1);background-image:url(/wp-content/plugins/woo-smart-compare/assets/images/filter.svg);background-size:14px;background-repeat:no-repeat;background-position:15px center;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woosc-area .woosc-inner .woosc-bar .woosc-bar-filter select{font-size:14px;font-weight:400;height:48px;line-height:48px;padding:0;margin:0;border:none;border-radius:2px;background:none;color:#fff}.woosc-area .woosc-inner .woosc-bar .woosc-bar-search{width:48px;height:48px;display:inline-block;position:relative;margin:0 10px 0 0;cursor:pointer;background-color:rgb(255 255 255 / .1);background-image:url(/wp-content/plugins/woo-smart-compare/assets/images/add.svg);background-size:20px 20px;background-repeat:no-repeat;background-position:center;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woosc-settings-tools{margin:0 0 10px 0;padding:0;list-style:none}.woosc-settings-fields{margin:10px 0 0 0;padding:0;list-style:none;position:relative;overflow-y:auto}.woosc-settings-fields li span{cursor:move;margin-left:5px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.woosc-bar-print,.woosc-bar-share,.woosc-bar-search,.woosc-bar-remove{width:48px;flex:0 0 48px}.woosc-area .woosc-inner .woosc-bar .woosc-bar-print{width:48px;height:48px;display:none;position:relative;margin:0 10px 0 0;cursor:pointer;background-color:rgb(255 255 255 / .1);background-image:url(/wp-content/plugins/woo-smart-compare/assets/images/printer.svg);background-size:16px 16px;background-repeat:no-repeat;background-position:center;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woosc-area.woosc-area-open-table.woosc-area-open-bar .woosc-inner .woosc-bar .woosc-bar-print{display:inline-block}.woosc-area .woosc-inner .woosc-bar .woosc-bar-share{width:48px;height:48px;display:inline-block;position:relative;margin:0 10px 0 0;cursor:pointer;background-color:rgb(255 255 255 / .1);background-image:url(/wp-content/plugins/woo-smart-compare/assets/images/share.svg);background-size:16px 16px;background-repeat:no-repeat;background-position:center;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woosc-share-content{width:100%;height:100%;min-height:120px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.woosc-share-content:before{content:"";width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:7;background-color:rgb(255 255 255 / .7);opacity:0;visibility:hidden}.woosc-share-content:after{width:32px;height:32px;display:block;margin-top:-16px;margin-left:-16px;content:"";background-image:url(/wp-content/plugins/woo-smart-compare/assets/images/curve.svg);background-repeat:no-repeat;background-position:center;position:absolute;top:50%;left:50%;z-index:8;-webkit-animation:woosc-spinner 1s linear infinite;-moz-animation:woosc-spinner 1s linear infinite;-ms-animation:woosc-spinner 1s linear infinite;-o-animation:woosc-spinner 1s linear infinite;animation:woosc-spinner 1s linear infinite;opacity:0;visibility:hidden}.woosc-share-content.woosc-loading{pointer-events:none}.woosc-share-content.woosc-loading:before,.woosc-share-content.woosc-loading:after{opacity:1;visibility:visible}.woosc-share-content input[type=url]{width:100%;text-align:center}.woosc-share-text,.woosc-share-link,.woosc-share-links{width:100%}.woosc-share-link,.woosc-share-links{margin-top:10px}.woosc-share-links a{margin-left:5px}.woosc-area .woosc-inner .woosc-bar .woosc-bar-remove{width:48px;height:48px;display:inline-block;position:relative;margin:0 0 0 10px;cursor:pointer;background-color:#e32718;background-image:url(/wp-content/plugins/woo-smart-compare/assets/images/trash.svg);background-size:16px 16px;background-repeat:no-repeat;background-position:center;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woosc-area .woosc-inner .woosc-bar .woosc-bar-items{height:48px;flex-grow:1;white-space:nowrap;width:auto;text-align:right;order:0}.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item{width:48px;height:48px;display:inline-block;position:relative;margin:0 5px;background-color:rgb(255 255 255 / .1);border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px}.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item.woosc-bar-item-hidden{pointer-events:none;opacity:.2}.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item.woosc-bar-item-hidden img{filter:grayscale(1)}.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item img{width:48px;height:48px;cursor:move;margin:0;z-index:6;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item .woosc-bar-item-remove{width:12px;height:12px;position:absolute;top:2px;right:2px;background-image:url(/wp-content/plugins/woo-smart-compare/assets/images/remove.svg);background-repeat:no-repeat;background-position:center;background-color:#292a30;z-index:7;border-radius:1px;-moz-border-radius:1px;-webkit-border-radius:1px;cursor:pointer;opacity:0;visibility:hidden}.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item .woosc-bar-item-remove:hover{background-color:#f22}.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item.removing{opacity:.5}.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item:hover .woosc-bar-item-remove{opacity:1;visibility:visible}.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item:first-child{margin-left:0}.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item:last-child{margin-right:0}.woosc-area .woosc-inner .woosc-bar.woosc-bar-open{bottom:0;pointer-events:auto;opacity:1;visibility:visible}.woosc-area .woosc-inner .woosc-bar .woosc-bar-notice{position:fixed;bottom:88px;width:auto;left:50%;padding:0 10px;background-color:rgb(0 0 0 / .7);color:#fff;border-radius:2px;transform:translate(-50%,10px);opacity:0;visibility:hidden;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woosc-area.woosc-area-open-bar.woosc-bar-click-outside-yes:not(.woosc-area-open-table) .woosc-inner .woosc-bar:hover .woosc-bar-notice,.woosc-area.woosc-area-open-bar.woosc-bar-click-outside-yes-empty[data-count="0"]:not(.woosc-area-open-table) .woosc-inner .woosc-bar:hover .woosc-bar-notice{opacity:1;visibility:visible;transform:translate(-50%,0)}.woosc-area .woosc-inner .woosc-bar[data-count="0"] .woosc-bar-search{margin-right:0}.woosc-area .woosc-inner .woosc-bar[data-count="0"] .woosc-bar-filter,.woosc-area .woosc-inner .woosc-bar[data-count="0"] .woosc-bar-remove,.woosc-area .woosc-inner .woosc-bar[data-count="1"] .woosc-bar-remove{display:none}.woosc-area.woosc-bar-top .woosc-inner .woosc-table{padding:78px 15px 15px 15px}.woosc-area.woosc-bar-top .woosc-inner .woosc-bar{top:-80px;bottom:auto}.woosc-area.woosc-bar-top .woosc-inner .woosc-bar.woosc-bar-open{top:0}.woosc-area.woosc-bar-left .woosc-inner .woosc-bar{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.woosc-area.woosc-bar-left .woosc-inner .woosc-bar .woosc-bar-btn{order:0;margin-left:0;margin-right:15px}.woosc-area.woosc-bar-left .woosc-inner .woosc-bar .woosc-bar-remove{order:1;margin:0 10px 0 0}.woosc-area.woosc-bar-left .woosc-inner .woosc-bar .woosc-bar-items{order:2;text-align:left}.woosc-area.woosc-bar-left .woosc-inner .woosc-bar .woosc-bar-search{order:3;margin:0 0 0 10px}.woosc-area.woosc-bar-left .woosc-inner .woosc-bar .woosc-bar-share{order:4;margin:0 0 0 10px}.woosc-btn{cursor:pointer}.woosc-btn.woosc-btn-adding:after{content:"..."}.woosc-btn.woosc-btn-has-icon.woosc-btn-adding:after{display:none!important}.woosc-btn.woosc-btn-added:before{content:"✓";margin-right:5px}.woosc-btn.woosc-btn-has-icon.woosc-btn-added:before{display:none!important}.woosc-btn-has-icon{display:inline-flex;align-items:center}.woosc-btn-has-icon .woosc-btn-icon{margin:0}.woosc-btn-icon-text .woosc-btn-text{margin-left:5px}.woosc-btn-text-icon .woosc-btn-text{margin-right:5px}.woosc-btn-has-icon.woosc-btn-adding .woosc-btn-icon{-webkit-animation:woosc-spinner 1s linear infinite;-moz-animation:woosc-spinner 1s linear infinite;-ms-animation:woosc-spinner 1s linear infinite;-o-animation:woosc-spinner 1s linear infinite;animation:woosc-spinner 1s linear infinite}.woosc-link a{color:inherit}.woosc-link .woosc-link-inner{position:relative}.woosc-link .woosc-link-inner:after{content:attr(data-count);display:block;background-color:#e94b35;color:#fff;font-size:10px;font-weight:400;width:16px;height:16px;line-height:16px;text-align:center;border-radius:8px;position:absolute;top:-10px;right:-10px}.woosc-menu-item .woosc-menu-item-inner{position:relative}.woosc-menu-item .woosc-menu-item-inner:after{content:attr(data-count);display:block;background-color:#e94b35;color:#fff;font-size:10px;font-weight:400;width:16px;height:16px;line-height:16px;text-align:center;border-radius:8px;position:absolute;top:-10px;right:-10px}body.woocommerce-cart .woosc-hide-checkout,body.woocommerce-checkout .woosc-hide-checkout,.woosc-hide-empty[data-count="0"]{display:none}.woosc_list{max-width:100%;overflow-x:auto}.woosc_table table tr th,.woosc_table table tr td{left:auto!important;right:auto!important;top:auto!important;bottom:auto!important}@media screen and (max-width:767px){.woosc-bar .woosc-bar-btn{font-size:0!important;padding:0!important;width:48px!important;flex:0 0 48px!important;overflow:hidden}.woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item .woosc-bar-item-remove{opacity:1;visibility:visible}}.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble{background-color:transparent!important;background:none!important;pointer-events:none}.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble .woosc-bar-btn{pointer-events:auto;width:48px!important;margin:0!important;padding:0!important;font-size:0!important;-moz-box-shadow:rgb(0 0 0 / .15) 0 0 20px;-webkit-box-shadow:rgb(0 0 0 / .15) 0 0 20px;box-shadow:rgb(0 0 0 / .15) 0 0 20px}.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble>a,.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble .woosc-bar-items,.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble .woosc-bar-remove,.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble .woosc-bar-filter{display:none!important}.notiny-container{z-index:999999}.notiny-theme-woosc{padding:10px;background-color:#fff;color:#222;margin:5px 0;min-height:32px;max-width:100vw;display:flex;align-items:center;border:1px solid #eee;box-shadow:0 4px 4px rgb(0 0 0 / .03)}.notiny-theme-woosc .notiny-img{margin:0;padding:0;width:48px;flex:0 0 48px;margin-right:10px}.notiny-theme-woosc .notiny-img img{width:100%;height:auto;margin:0}.notiny-theme-woosc .notiny-text{font-size:14px;line-height:1.4;flex-grow:1}.notiny-container-fluid-top .notiny-theme-woosc,.notiny-container-fluid-bottom .notiny-theme-woosc{width:90%;max-width:300px;margin-left:auto;margin-right:auto}.notiny-container-fluid-top{top:10px!important}.notiny-container-fluid-bottom{bottom:10px!important}.woosc-area-open-sidebar{background-color:rgb(0 0 0 / .7);pointer-events:auto}.woosc-sidebar{font-size:14px;background-color:#fff;width:100%;height:100%;max-width:460px;box-sizing:border-box;text-align:start;position:absolute;top:0;right:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;display:flex;flex-direction:column}.woosc-sidebar.woosc-sidebar-position-left{right:unset;left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.woosc-area-open-sidebar .woosc-sidebar{pointer-events:auto;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.woosc-sidebar .woosc-sidebar-items{flex-grow:1;position:relative;padding:10px 0;overflow-y:auto}.woosc-sidebar .woosc-sidebar-items:before{content:"";width:32px;height:32px;display:block;margin-top:-16px;margin-left:-16px;background-image:url(/wp-content/plugins/woo-smart-compare/assets/images/curve.svg);background-repeat:no-repeat;background-position:center;position:absolute;top:50%;left:50%;z-index:8;-webkit-animation:woosc-spinner 1s linear infinite;-moz-animation:woosc-spinner 1s linear infinite;-ms-animation:woosc-spinner 1s linear infinite;-o-animation:woosc-spinner 1s linear infinite;animation:woosc-spinner 1s linear infinite;opacity:0;visibility:hidden}.woosc-sidebar .woosc-sidebar-items:after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:7;background-color:rgb(255 255 255 / .5);opacity:0;visibility:hidden}.woosc-sidebar.woosc-loading .woosc-sidebar-items:before,.woosc-sidebar.woosc-loading .woosc-sidebar-items:after{opacity:1;visibility:visible}.woosc-sidebar .woosc-sidebar-items .woosc-sidebar-no-items{padding:20px;text-align:center}.woosc-sidebar .woosc-sidebar-top{flex:0 0 auto;height:48px;line-height:48px;padding:0 60px 0 20px;margin:0;position:relative;color:#222;font-weight:700;text-transform:uppercase;background-color:rgb(0 0 0 / .1)}.woosc-sidebar .woosc-sidebar-close{display:inline-block;width:48px;height:48px;line-height:48px;position:absolute;top:0;right:0;cursor:pointer;font-size:0;background-image:url(/wp-content/plugins/woo-smart-compare/assets/images/close-dark.svg);background-repeat:no-repeat;background-position:center;background-size:14px}.woosc-sidebar-item{padding:0 20px}.woosc-sidebar-item-inner{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-top:1px dashed #eee}.woosc-sidebar-items .woosc-sidebar-item:first-child .woosc-sidebar-item-inner{border-top:none}.woosc-sidebar-item-inner>div{margin-right:10px}.woosc-sidebar-item-inner>div:last-child{margin-right:0}.woosc-sidebar-item .woosc-sidebar-item-remove{width:14px;flex:0 0 14px;font-size:0}.woosc-sidebar-item .woosc-sidebar-item-remove span{width:10px;height:10px;display:inline-block;background-image:url(/wp-content/plugins/woo-smart-compare/assets/images/remove-dark.svg);background-repeat:no-repeat;background-position:center;background-size:10px;cursor:pointer}.woosc-sidebar-item .woosc-sidebar-item-thumb{width:80px;flex:0 0 80px}.woosc-sidebar-item .woosc-sidebar-item-thumb img{width:100%;height:auto;margin:0}.woosc-sidebar-item .woosc-sidebar-item-info{flex-grow:1}.woosc-sidebar-item .woosc-sidebar-item-info .woosc-sidebar-item-name,.woosc-sidebar-item .woosc-sidebar-item-info .woosc-sidebar-item-name a{font-weight:700;text-decoration:none}.woosc-sidebar-item-action p{margin:0!important}.woosc-sidebar-bot{padding:20px;text-align:center}.woosc-sidebar-btn{height:40px;line-height:40px;text-align:center;padding:0 10px;cursor:pointer;box-sizing:border-box;background-color:#00a0d2;color:#fff;font-size:14px;font-weight:700;border:none;text-decoration:none;display:inline-block;width:100%;text-transform:uppercase;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woosc-sidebar-continue{display:block;margin-top:10px}.woosc-sidebar-continue span{color:#444;text-transform:uppercase;border-bottom:1px solid #444;cursor:pointer;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woosc-quick-table .woosc-quick-table-products{width:100%;overflow-x:auto}.woosc-quick-table .woosc_table thead .woosc-remove,.woosc-quick-table .woosc_table thead .woosc-table-settings{display:none}.woosc-quick-table .woosc_table th,.woosc-quick-table .woosc_table td{min-width:300px;background-color:#fff}.woosc-quick-table .woosc_table th.th-label,.woosc-quick-table .woosc_table td.td-label{min-width:160px}.woosc-quick-table .woosc_table th,.woosc-quick-table .woosc_table tr:nth-child(2n) td{background-color:#fbfbfb}.woosc-quick-table.label-column-no .woosc_table .th-label,.woosc-quick-table.label-column-no .woosc_table .td-label{display:none}.woosc-area.woosc-need-login .woosc-bar .woosc-bar-print,.woosc-area.woosc-need-login .woosc-bar .woosc-bar-share,.woosc-area.woosc-need-login .woosc-bar .woosc-bar-search,.woosc-area.woosc-need-login .woosc-bar .woosc-bar-items{pointer-events:none!important;opacity:0.5!important}.woosc-print,.woosc-area .table-print,.woosc-area .tr-print,.woosc-area .td-print,.woosc_table .tr-print,.woosc_table .td-print{display:none}@media print{.woosc-print{display:block}div.woosc-print{display:block}span.woosc-print{display:inline-block}.woosc-area .table-print{display:table}.woosc-area .tr-print{display:table-row}.woosc-area .td-print{display:table-cell}.woosc-area{font-size:14px!important}.woosc-area .woosc-bar,.woosc_table thead,.woosc_table .woosc-table-close,.woosc_table .woosc-remove{display:none!important}.woosc-area .woosc-inner .woosc-table{padding:0}.woosc-area{position:absolute;height:auto}.woosc-area .woosc-inner{height:auto}.woosc-area .woosc-inner .woosc-table{position:absolute;height:auto}.woosc-area .woosc-inner .woosc-table .woosc-table-inner{height:auto;max-height:unset}.woosc-area .tr-name td:not(.td-label),.woosc-area .tr-name td:not(.td-label) a{font-weight:700;text-transform:uppercase;pointer-events:none;text-decoration:none}.woosc_table .tr-add_to_cart{display:none}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:#fff0}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid #fff0}.slick-arrow.slick-hidden{display:none}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:#fff0;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1;background-color:transparent!important}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-image-holder .mfp-close:hover,.mfp-iframe-holder .mfp-close:hover{background-color:transparent!important}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:#fff0}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset #fff0}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgb(0 0 0 / .6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgb(0 0 0 / .6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgb(0 0 0 / .6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgb(0 0 0 / .6);position:fixed;text-align:center;padding:0}}.contactform-content,.mailchimp-content{position:relative;width:auto;margin:20px auto}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}#view-360{background:#fff;padding:20px 30px;text-align:left;max-width:800px;margin:40px auto;position:relative}.my-mfp-zoom-in .zoom-anim-dialog{opacity:0;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog{-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8);opacity:0}.my-mfp-zoom-in.mfp-bg{opacity:0;-webkit-transition:opacity 0.3s ease-out;-moz-transition:opacity 0.3s ease-out;-o-transition:opacity 0.3s ease-out;transition:opacity 0.3s ease-out}.my-mfp-zoom-in.mfp-ready.mfp-bg{opacity:.8}.my-mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.my-mfp-slide-bottom .zoom-anim-dialog{opacity:0;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;-webkit-transform:translateY(-20px) perspective(600px) rotateX(10deg);-moz-transform:translateY(-20px) perspective(600px) rotateX(10deg);-ms-transform:translateY(-20px) perspective(600px) rotateX(10deg);-o-transform:translateY(-20px) perspective(600px) rotateX(10deg);transform:translateY(-20px) perspective(600px) rotateX(10deg)}.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog{opacity:1;-webkit-transform:translateY(0) perspective(600px) rotateX(0);-moz-transform:translateY(0) perspective(600px) rotateX(0);-ms-transform:translateY(0) perspective(600px) rotateX(0);-o-transform:translateY(0) perspective(600px) rotateX(0);transform:translateY(0) perspective(600px) rotateX(0)}.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog{opacity:0;-webkit-transform:translateY(-10px) perspective(600px) rotateX(10deg);-moz-transform:translateY(-10px) perspective(600px) rotateX(10deg);-ms-transform:translateY(-10px) perspective(600px) rotateX(10deg);-o-transform:translateY(-10px) perspective(600px) rotateX(10deg);transform:translateY(-10px) perspective(600px) rotateX(10deg)}.my-mfp-slide-bottom.mfp-bg{opacity:0;-webkit-transition:opacity 0.3s ease-out;-moz-transition:opacity 0.3s ease-out;-o-transition:opacity 0.3s ease-out;transition:opacity 0.3s ease-out}.my-mfp-slide-bottom.mfp-ready.mfp-bg{opacity:.8}.my-mfp-slide-bottom.mfp-removing.mfp-bg{opacity:0}@font-face{font-display:swap;font-family:'feather';src:url(/wp-content/plugins/woo-smart-quick-view/assets/libs/feather/fonts/feather.eot);src:url('/wp-content/plugins/woo-smart-quick-view/assets/libs/feather/fonts/feather.eot#iefix') format('embedded-opentype'),url(/wp-content/plugins/woo-smart-quick-view/assets/libs/feather/fonts/feather.ttf) format('truetype'),url(/wp-content/plugins/woo-smart-quick-view/assets/libs/feather/fonts/feather.woff) format('woff'),url('/wp-content/plugins/woo-smart-quick-view/assets/libs/feather/fonts/feather.svg#feather') format('svg');font-weight:400;font-style:normal}@keyframes wpc-spinner{to{transform:rotate(360deg)}}@-webkit-keyframes wpc-spinner{to{-webkit-transform:rotate(360deg)}}@keyframes woosq-spinner{to{transform:rotate(360deg)}}@-webkit-keyframes woosq-spinner{to{-webkit-transform:rotate(360deg)}}.woosq-btn-has-icon{display:inline-flex;align-items:center}.woosq-btn-has-icon .woosq-btn-icon{margin:0}.woosq-btn-icon-text .woosq-btn-text{margin-left:5px}.woosq-btn-text-icon .woosq-btn-text{margin-right:5px}.woosq-popup{position:relative;width:90%;max-width:920px;margin:0 auto;padding:0;background-color:#fff;max-height:460px;box-sizing:border-box;overflow:hidden}.woosq-popup *,.woosq-sidebar *{box-sizing:border-box}.woosq-open .select2-container{z-index:99999969}.woosq-product{position:relative;overflow:hidden}.woosq-product>.product{display:flex!important;float:none!important}.woosq-product>.product>div{width:50%!important;float:none!important;margin:0!important;height:460px;overflow:auto}.woosq-product .thumbnails{outline:none;width:460px;max-height:460px;text-align:center;position:relative;background-color:#f9f9f9}.woosq-product .thumbnails .images{width:100%!important;height:100%!important;float:none!important;margin:0!important;padding:0!important}.woosq-product .thumbnails .thumbnail{display:flex;height:100%;justify-content:center}.woosq-product .thumbnails img{display:block;object-fit:contain;object-position:center;vertical-align:middle;max-height:460px;max-width:100%;margin:auto;border-radius:0}.woosq-product .thumbnails img[data-fancybox="gallery"]{cursor:pointer}.woosq-open .fancybox-container{z-index:99999970}.woosq-product .thumbnails{position:relative;margin:0 0 0 0}.woosq-product .thumbnails .slick-slide{outline:none;max-height:100%}.woosq-product .thumbnails .slick-list{display:flex;width:100%;height:100%;max-height:100%;position:relative}.woosq-product .thumbnails .slick-track{display:flex;align-items:center;max-height:460px}.woosq-product .thumbnails .slick-dots{margin:0;padding:0;display:block;width:100%;text-align:center;position:absolute;left:0;bottom:10px;z-index:8}.woosq-product .thumbnails .slick-dots li{position:relative;display:inline-block;width:16px;height:16px;margin:0;padding:0;cursor:pointer}.woosq-product .thumbnails .slick-dots li button{font-size:0;line-height:0;display:block;width:16px;height:16px;padding:5px;margin:0;text-align:center;cursor:pointer;color:#fff0;border:none;outline:none;background:#fff0;opacity:.5}.woosq-product .thumbnails .slick-dots li.slick-active button{opacity:1}.woosq-product .thumbnails .slick-dots li button:before{content:'';display:block;width:8px;height:8px;border-radius:50%;background-color:#000}.woosq-product .thumbnails .slick-dots li button:focus{outline:none}.woosq-product .thumbnails .slick-arrow{width:44px;height:44px;line-height:44px;text-align:center;padding:0 0 0 0;margin:0 0 0 0;overflow:hidden;position:absolute;top:50%;transform:translateY(-50%);font-size:0;color:#222;background-color:#fff0;border-radius:0;border:none!important;z-index:8}.woosq-product .thumbnails .slick-arrow:hover{color:#fff;background-color:rgb(0 0 0 / .5)}.woosq-product .thumbnails .slick-arrow:before{font-family:"feather";font-size:24px;line-height:44px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.woosq-product .thumbnails .slick-arrow:focus{outline:none}.woosq-product .thumbnails .slick-arrow.slick-prev{left:0}.woosq-product .thumbnails .slick-arrow.slick-prev:before{content:'\e929'}.woosq-product .thumbnails .slick-arrow.slick-next{right:0}.woosq-product .thumbnails .slick-arrow.slick-next:before{content:'\e92a'}.woosq-product>.product .summary{margin:0;padding:0;background-color:#fff}.woosq-related{padding-top:20px;padding-bottom:0;margin-top:10px;margin-bottom:0;border-width:1px 0 0 0;border-style:dashed;border-color:#ddd}.woosq-related .woosq-related-heading{margin-bottom:10px}.woosq-related .woosq-related-product{outline:none;display:flex;align-items:center}.woosq-related .woosq-related-product .woosq-related-product-image{width:80px;flex:0 0 80px;margin:0}.woosq-related .woosq-related-product .woosq-related-product-image img{width:100%;height:auto}.woosq-related .woosq-related-product .woosq-related-product-info{flex-grow:1;padding:0 10px;text-align:start}.woosq-related .woosq-related-product .woosq-related-product-name{font-weight:700}.woosq-related .woosq-related-product .woosq-related-product-atc p,.woosq-related .woosq-related-product .woosq-related-product-atc .add_to_cart_inline{margin:0;padding:0;border:none;display:inline-block;width:100%}.woosq-related .woosq-related-product .woosq-related-product-atc p .button{display:block;margin:0;outline:none}.woosq-related .slick-dots{list-style:none;text-align:center;margin:0;padding:0}.woosq-related .slick-dots li{display:inline-block;margin:0 5px;font-size:0}.woosq-related .slick-dots li button{width:8px;height:8px;border-radius:50%;padding:0;font-size:0;line-height:0;background-color:rgb(0 0 0 / .2);border:none;outline:none;overflow:hidden}.woosq-related .slick-dots li.slick-active button{background-color:rgb(0 0 0 / .5)}.view-details-btn{width:50%;height:44px;line-height:44px;overflow:hidden;position:absolute;left:auto;right:0;bottom:0;background-color:#222;box-shadow:10px -20px 20px #fff;color:#fff;text-align:center;outline:none;-webkit-transition:all 0.15s ease-out;-moz-transition:all 0.15s ease-out;transition:all 0.15s ease-out}.view-details-btn:after{content:'\e90f';font-family:"feather";margin-left:10px}.view-details-btn:hover{background-color:#5fbd74}.woosq-product>.product .summary .summary-content{height:100%;overflow-x:hidden;overflow-y:auto;position:relative;padding:20px}.woosq-popup.view-details .woosq-product>.product .summary .summary-content{padding-bottom:64px}body.rtl .mfp-woosq .mfp-close{right:auto!important;left:0!important}@media screen and (max-width:1023px){.woosq-popup{max-width:460px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.woosq-product{height:100%;flex-grow:1;position:relative;overflow-y:auto}.woosq-product>.product{display:flex;flex-direction:column}.woosq-product>.product>div{width:100%!important;float:none!important;margin:0!important;height:auto}.woosq-product>.product .thumbnails{max-height:338px}.woosq-product .thumbnails img{max-height:338px;margin:0}.woosq-product .thumbnails .slick-track{max-height:338px}.view-details-btn{width:100%}}@media screen and (max-width:767px){.mfp-woosq .mfp-arrow{display:none}}.mfp-woosq{z-index:99999969;overflow:auto}.mfp-woosq .mfp-content{text-align:-webkit-auto}.mfp-woosq .mfp-container{padding:0}.mfp-woosq .mfp-close{width:30px;height:30px;line-height:30px;text-align:center;font-size:0}.mfp-woosq .mfp-close:hover{background-color:#fff0}.mfp-woosq .mfp-close:active{top:0}.mfp-woosq .mfp-close:focus{outline:none}.mfp-woosq .mfp-close:before{width:30px;height:30px;line-height:30px;text-align:center;content:'\e9ea';font-family:"feather";display:inline-block;font-size:24px;color:#222;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mfp-woosq .mfp-preloader{position:absolute;top:50%;left:50%;width:30px;height:30px;font-size:0;margin:0 auto;margin-top:-15px;margin-left:-15px;right:auto;bottom:auto}.mfp-woosq .mfp-preloader:before{content:'\e9a7';font-family:"feather";display:inline-block;font-size:24px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;width:30px;height:30px;line-height:30px;text-align:center;-webkit-animation:woosq-spinner 1s linear infinite;-moz-animation:woosq-spinner 1s linear infinite;-ms-animation:woosq-spinner 1s linear infinite;-o-animation:woosq-spinner 1s linear infinite;animation:woosq-spinner 1s linear infinite}.mfp-woosq .mfp-arrow{width:60px;height:60px;line-height:60px;border:none;padding:0;outline:none;text-align:center;margin-top:-30px;border-radius:0;opacity:1}.mfp-woosq .mfp-arrow:active{margin-top:-30px}.mfp-woosq .mfp-arrow:hover{background-color:rgb(0 0 0 / .5)}.mfp-woosq .mfp-arrow:focus{outline:none}.mfp-woosq .mfp-arrow:before{width:60px;height:60px;line-height:60px;padding:0;border-width:0;margin:0;display:inline-block;font-family:"feather";font-size:24px;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff}.mfp-woosq .mfp-arrow:after{display:none}.mfp-woosq .mfp-arrow.mfp-arrow-left:before{content:'\e90e'}.mfp-woosq .mfp-arrow.mfp-arrow-right:before{content:'\e90f'}.mfp-fade.mfp-bg{opacity:0;-webkit-transition:all 0.15s ease-out;-moz-transition:all 0.15s ease-out;transition:all 0.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;-webkit-transition:all 0.15s ease-out;-moz-transition:all 0.15s ease-out;transition:all 0.15s ease-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}.mfp-zoom-in .mfp-with-anim{opacity:0;transition:all 0.2s ease-in-out;transform:scale(.8)}.mfp-zoom-in.mfp-bg{opacity:0;transition:all 0.3s ease-out}.mfp-zoom-in.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1)}.mfp-zoom-in.mfp-ready.mfp-bg{opacity:.8}.mfp-zoom-in.mfp-removing .mfp-with-anim{transform:scale(.8);opacity:0}.mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.mfp-newspaper .mfp-with-anim{opacity:0;-webkit-transition:all 0.2s ease-in-out;transition:all 0.5s;transform:scale(0) rotate(500deg)}.mfp-newspaper.mfp-bg{opacity:0;transition:all 0.5s}.mfp-newspaper.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1) rotate(0deg)}.mfp-newspaper.mfp-ready.mfp-bg{opacity:.8}.mfp-newspaper.mfp-removing .mfp-with-anim{transform:scale(0) rotate(500deg);opacity:0}.mfp-newspaper.mfp-removing.mfp-bg{opacity:0}.mfp-move-horizontal .mfp-with-anim{opacity:0;transition:all 0.3s;transform:translateX(-50px)}.mfp-move-horizontal.mfp-bg{opacity:0;transition:all 0.3s}.mfp-move-horizontal.mfp-ready .mfp-with-anim{opacity:1;transform:translateX(0)}.mfp-move-horizontal.mfp-ready.mfp-bg{opacity:.8}.mfp-move-horizontal.mfp-removing .mfp-with-anim{transform:translateX(50px);opacity:0}.mfp-move-horizontal.mfp-removing.mfp-bg{opacity:0}.mfp-move-from-top .mfp-with-anim{opacity:0;transition:all 0.2s;transform:translateY(-100px)}.mfp-move-from-top.mfp-bg{opacity:0;transition:all 0.2s}.mfp-move-from-top.mfp-ready .mfp-with-anim{opacity:1;transform:translateY(0)}.mfp-move-from-top.mfp-ready.mfp-bg{opacity:.8}.mfp-move-from-top.mfp-removing .mfp-with-anim{transform:translateY(-50px);opacity:0}.mfp-move-from-top.mfp-removing.mfp-bg{opacity:0}.mfp-3d-unfold .mfp-content{perspective:2000px}.mfp-3d-unfold .mfp-with-anim{opacity:0;transition:all 0.3s ease-in-out;transform-style:preserve-3d;transform:rotateY(-60deg)}.mfp-3d-unfold.mfp-bg{opacity:0;transition:all 0.5s}.mfp-3d-unfold.mfp-ready .mfp-with-anim{opacity:1;transform:rotateY(0deg)}.mfp-3d-unfold.mfp-ready.mfp-bg{opacity:.8}.mfp-3d-unfold.mfp-removing .mfp-with-anim{transform:rotateY(60deg);opacity:0}.mfp-3d-unfold.mfp-removing.mfp-bg{opacity:0}.mfp-zoom-out .mfp-with-anim{opacity:0;transition:all 0.3s ease-in-out;transform:scale(1.3)}.mfp-zoom-out.mfp-bg{opacity:0;transition:all 0.3s ease-out}.mfp-zoom-out.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1)}.mfp-zoom-out.mfp-ready.mfp-bg{opacity:.8}.mfp-zoom-out.mfp-removing .mfp-with-anim{transform:scale(1.3);opacity:0}.mfp-zoom-out.mfp-removing.mfp-bg{opacity:0}.mfp-slide-bottom .mfp-with-anim{opacity:0;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;-webkit-transform:translateY(-20px) perspective(600px) rotateX(10deg);-moz-transform:translateY(-20px) perspective(600px) rotateX(10deg);-ms-transform:translateY(-20px) perspective(600px) rotateX(10deg);-o-transform:translateY(-20px) perspective(600px) rotateX(10deg);transform:translateY(-20px) perspective(600px) rotateX(10deg)}.mfp-slide-bottom.mfp-ready .mfp-with-anim{opacity:1;-webkit-transform:translateY(0) perspective(600px) rotateX(0);-moz-transform:translateY(0) perspective(600px) rotateX(0);-ms-transform:translateY(0) perspective(600px) rotateX(0);-o-transform:translateY(0) perspective(600px) rotateX(0);transform:translateY(0) perspective(600px) rotateX(0)}.mfp-slide-bottom.mfp-removing .mfp-with-anim{opacity:0;-webkit-transform:translateY(-10px) perspective(600px) rotateX(10deg);-moz-transform:translateY(-10px) perspective(600px) rotateX(10deg);-ms-transform:translateY(-10px) perspective(600px) rotateX(10deg);-o-transform:translateY(-10px) perspective(600px) rotateX(10deg);transform:translateY(-10px) perspective(600px) rotateX(10deg)}.mfp-slide-bottom.mfp-bg{opacity:0;-webkit-transition:opacity 0.3s ease-out;-moz-transition:opacity 0.3s ease-out;-o-transition:opacity 0.3s ease-out;transition:opacity 0.3s ease-out}.mfp-slide-bottom.mfp-ready.mfp-bg{opacity:.8}.mfp-slide-bottom.mfp-removing.mfp-bg{opacity:0}.woosq-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .7);-webkit-transition:opacity 0.3s;transition:opacity 0.3s;z-index:99999968;opacity:0;visibility:hidden}.woosq-sidebar{font-family:"Open Sans",Helvetica,Arial,sans-serif;font-size:14px;padding:0;height:100%;max-height:100%;background-color:#fff;z-index:99999969;position:fixed;display:flex;flex-direction:column;opacity:0;visibility:hidden}.woosq-sidebar .woosq-close{width:40px;height:40px;line-height:40px;font-size:0;background-image:url(/wp-content/plugins/woo-smart-quick-view/assets/images/close.svg);background-repeat:no-repeat;background-position:center;background-size:20px 20px;text-align:center;position:absolute;top:0;left:-40px;z-index:9;cursor:pointer}body.woosq-open .woosq-overlay,body.woosq-open .woosq-sidebar{opacity:1;visibility:visible}.woosq-sidebar .woosq-product{flex-grow:1;overflow-x:hidden;overflow-y:auto}.woosq-sidebar .woosq-product>.product{display:flex;flex-direction:column}.woosq-sidebar .woosq-product>.product>div{width:100%!important;float:none!important;margin:0!important;height:auto}.woosq-sidebar .view-details-btn{width:100%;position:relative;box-shadow:none;padding:14px 20px;line-height:1;height:auto}.woosq-sidebar.woosq-loading:before{content:'';display:block;width:100%;height:100%;background-color:rgb(255 255 255 / .5);position:absolute;top:0;left:0;z-index:8}.woosq-sidebar.woosq-loading:after{width:32px;height:32px;display:block;position:absolute;top:50%;left:50%;margin-top:-16px;margin-left:-16px;content:'';background-image:url(/wp-content/plugins/woo-smart-quick-view/assets/images/curve.svg);background-repeat:no-repeat;background-position:center;-webkit-animation:woosq-spinner 1s linear infinite;-moz-animation:woosq-spinner 1s linear infinite;-ms-animation:woosq-spinner 1s linear infinite;-o-animation:woosq-spinner 1s linear infinite;animation:woosq-spinner 1s linear infinite;z-index:9}.woosq-sidebar.woosq-position-01{position:fixed;top:0;left:100%;width:100%;max-width:460px;box-sizing:border-box;text-align:start;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woosq-open .woosq-sidebar.woosq-position-01{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.woosq-sidebar.woosq-position-02{position:fixed;top:0;left:0;width:100%;max-width:460px;box-sizing:border-box;text-align:start;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.woosq-sidebar.woosq-position-02 .woosq-close{left:unset;right:-40px}.woosq-open .woosq-sidebar.woosq-position-02{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.woosq-sidebar.woosq-heading-yes{display:flex;flex-direction:column}.woosq-sidebar.woosq-heading-yes .woosq-sidebar-heading{flex:0 0 auto;height:48px;line-height:48px;padding:0 60px 0 20px;margin:0;position:relative;color:#222;font-weight:700;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden;background-color:rgb(0 0 0 / .1)}.woosq-sidebar.woosq-heading-yes .woosq-sidebar-heading .woosq-close{display:inline-block;width:48px;height:48px;line-height:48px;position:absolute;left:unset;top:0;right:0;cursor:pointer;font-size:0;background-image:url(/wp-content/plugins/woo-smart-quick-view/assets/images/close-dark.svg);background-repeat:no-repeat;background-position:center;background-size:14px}.woosq-sidebar.woosq-heading-yes .woosq-product .thumbnails{padding:20px 20px 0 20px;background-color:#fff0}@media screen and (max-width:1023px){.woosq-sidebar .woosq-close{left:unset!important;right:0!important;background-color:rgb(255 255 255 / .5);background-image:url(/wp-content/plugins/woo-smart-quick-view/assets/images/close-dark.svg)}}@font-face{font-family:'woosw';src:url(/wp-content/plugins/woo-smart-wishlist/assets/fonts/woosw.eot?vv2087);src:url('/wp-content/plugins/woo-smart-wishlist/assets/fonts/woosw.eot?vv2087#iefix') format('embedded-opentype'),url(/wp-content/plugins/woo-smart-wishlist/assets/fonts/woosw.ttf?vv2087) format('truetype'),url(/wp-content/plugins/woo-smart-wishlist/assets/fonts/woosw.woff?vv2087) format('woff'),url('/wp-content/plugins/woo-smart-wishlist/assets/fonts/woosw.svg?vv2087#woosw') format('svg');font-weight:400;font-style:normal;font-display:swap}[class^="woosw-icon-"],[class*=" woosw-icon-"]{font-family:'woosw'!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.woosw-icon-20:before{content:"\e900"}.woosw-icon-21:before{content:"\e901"}.woosw-icon-22:before{content:"\e902"}.woosw-icon-16:before{content:"\e903"}.woosw-icon-17:before{content:"\e904"}.woosw-icon-18:before{content:"\e905"}.woosw-icon-19:before{content:"\e906"}.woosw-icon-23:before{content:"\e907"}.woosw-icon-24:before{content:"\e908"}.woosw-icon-25:before{content:"\f004"}.woosw-icon-26:before{content:"\f005"}.woosw-icon-27:before{content:"\f006"}.woosw-icon-28:before{content:"\f08a"}.woosw-icon-29:before{content:"\f110"}.woosw-icon-11:before{content:"\e909"}.woosw-icon-10:before{content:"\e90a"}.woosw-icon-9:before{content:"\e90b"}.woosw-icon-8:before{content:"\e90c"}.woosw-icon-5:before{content:"\e90d"}.woosw-icon-6:before{content:"\e90e"}.woosw-icon-12:before{content:"\e90f"}.woosw-icon-42:before{content:"\e919"}.woosw-icon-2:before{content:"\e910"}.woosw-icon-43:before{content:"\e91a"}.woosw-icon-15:before{content:"\e911"}.woosw-icon-44:before{content:"\e91b"}.woosw-icon-7:before{content:"\e912"}.woosw-icon-4:before{content:"\e913"}.woosw-icon-13:before{content:"\e914"}.woosw-icon-14:before{content:"\e915"}.woosw-icon-46:before{content:"\e91c"}.woosw-icon-3:before{content:"\e916"}.woosw-icon-45:before{content:"\e91d"}.woosw-icon-1:before{content:"\e918"}.woosw-icon-41:before{content:"\e917"}.woosw-icon-30:before{content:"\e97a"}.woosw-icon-31:before{content:"\e97b"}.woosw-icon-32:before{content:"\e97c"}.woosw-icon-33:before{content:"\e97f"}.woosw-icon-35:before{content:"\e981"}.woosw-icon-36:before{content:"\e982"}.woosw-icon-37:before{content:"\e983"}.woosw-icon-38:before{content:"\e9d7"}.woosw-icon-34:before{content:"\e9d9"}.woosw-icon-39:before{content:"\e9da"}.woosw-icon-40:before{content:"\ea2e"}@keyframes wpc-spinner{to{transform:rotate(360deg)}}@-webkit-keyframes wpc-spinner{to{-webkit-transform:rotate(360deg)}}@keyframes woosw-spinner{to{transform:rotate(360deg)}}@-webkit-keyframes woosw-spinner{to{-webkit-transform:rotate(360deg)}}.woosw-btn.woosw-added:before{content:"✓";margin-right:5px}.woosw-btn.woosw-btn-has-icon.woosw-added:before{display:none}.woosw-btn.woosw-adding:after{content:"..."!important;display:inline-block!important}.woosw-btn.woosw-btn-has-icon.woosw-adding:after{display:none!important}.woosw-btn-has-icon{display:inline-flex;align-items:center}.woosw-btn-has-icon .woosw-btn-icon{margin:0}.woosw-btn-icon-text .woosw-btn-text{margin-left:5px}.woosw-btn-text-icon .woosw-btn-text{margin-right:5px}.woosw-btn-has-icon.woosw-adding .woosw-btn-icon{-webkit-animation:woosw-spinner 1s linear infinite;-moz-animation:woosw-spinner 1s linear infinite;-ms-animation:woosw-spinner 1s linear infinite;-o-animation:woosw-spinner 1s linear infinite;animation:woosw-spinner 1s linear infinite}.woosw-view-wishlist{font-weight:700;cursor:pointer}.woosw-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999989;background:rgb(0 0 0 / .7);opacity:0;font-size:14px;visibility:hidden;-webkit-transition:opacity 0.3s;transition:opacity 0.3s;box-sizing:border-box}.woosw-popup *{box-sizing:border-box}.woosw-popup table{margin:0}.woosw-popup .woosw-popup-content-mid:before{content:"";width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:7;background-color:rgb(255 255 255 / .7);opacity:0;visibility:hidden}.woosw-popup .woosw-popup-content-mid:after{width:32px;height:32px;display:block;margin-top:-16px;margin-left:-16px;content:"";background-image:url(/wp-content/plugins/woo-smart-wishlist/assets/images/curve.svg);background-repeat:no-repeat;background-position:center;position:absolute;top:50%;left:50%;z-index:8;-webkit-animation:woosw-spinner 1s linear infinite;-moz-animation:woosw-spinner 1s linear infinite;-ms-animation:woosw-spinner 1s linear infinite;-o-animation:woosw-spinner 1s linear infinite;animation:woosw-spinner 1s linear infinite;opacity:0;visibility:hidden}.woosw-popup.woosw-loading .woosw-popup-content{pointer-events:none}.woosw-popup.woosw-loading .woosw-popup-content-mid:before,.woosw-popup.woosw-loading .woosw-popup-content-mid:after{opacity:1;visibility:visible}.woosw-popup .woosw-popup-inner{display:block;width:100%;height:100%;position:relative}.woosw-popup .woosw-popup-inner .woosw-popup-content{width:100%;max-width:460px;height:auto;max-height:100%;position:absolute;top:40%;left:50%;transform:translate3d(-50%,-50%,0);-webkit-transform:translate3d(-50%,-50%,0);padding:0;display:flex;flex-direction:column;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;overflow:hidden;background-color:#fff}.woosw-popup.woosw-show{opacity:1;visibility:visible}.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content{top:50%}.woosw-popup .woosw-popup-inner .woosw-popup-content>div{align-self:stretch}.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top{flex:0 0 auto;height:48px;line-height:48px;padding:0 60px 0 20px;margin:0;position:relative;color:#fff;font-weight:700;background-color:#222}.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-count-wrapper:before{content:"("}.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-count-wrapper:after{content:")"}.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-manage,.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-empty{color:#fff;margin-left:5px;font-weight:400;text-decoration:underline;cursor:pointer}#woosw_manage .woosw-popup-content-mid{padding:10px 0}.woosw-new-wishlist{display:flex;align-items:center}#woosw_wishlist_name{flex-grow:1}.woosw-new-wishlist input{border-radius:4px!important;height:40px!important;line-height:38px!important;padding:0 10px!important;margin:0}.woosw-new-wishlist input[type=button]{margin-left:10px}.woosw-disable{opacity:.5;pointer-events:none}.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close{display:inline-block;height:48px;line-height:48px;position:absolute;top:0;right:0;cursor:pointer;text-transform:none;color:#999;font-weight:400}.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close:after{display:inline-block;float:right;width:48px;height:48px;line-height:48px;text-align:center;content:"\e918";font-size:20px;font-family:"woosw";speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.rtl .woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top{padding:0 20px 0 60px}body.rtl .woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close{right:auto;left:0}.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid{display:block;position:relative;min-height:80px;flex:1 1 auto;flex-grow:1;padding:0;margin:0;background-color:#fff;overflow-x:hidden;overflow-y:auto}.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid .woosw-popup-content-mid-message{display:block;padding:20px;height:40px;line-height:40px;text-align:center}.woosw-popup .woosw-items{margin:0;padding:10px 0;overflow-y:auto;position:relative}.woosw-popup .woosw-items .woosw-item{padding:0 20px}.woosw-popup .woosw-items .woosw-item .woosw-item-inner{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-top:1px dashed #eee}.woosw-popup .woosw-items .woosw-item:first-child .woosw-item-inner{border-top:none}.woosw-popup .woosw-items .woosw-item .woosw-item-inner>div{margin-right:10px}.woosw-popup .woosw-items .woosw-item .woosw-item-inner>div:last-child{margin-right:0}.woosw-popup .woosw-items .woosw-item .woosw-item--info{flex-grow:1}.woosw-items .woosw-item .woosw-item--remove,.woosw-items .woosw-item .woosw-item--add{width:14px;flex:0 0 14px;font-size:0}.woosw-items .woosw-item .woosw-item--remove span,.woosw-items .woosw-item .woosw-item--add span{display:inline-block;width:14px;text-align:center;cursor:pointer}.woosw-items .woosw-item .woosw-item--remove span:before,.woosw-items .woosw-item .woosw-item--add span:before{display:inline-block;content:"\e918";font-size:16px;font-family:"woosw";speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.woosw-items .woosw-item .woosw-item--remove span:hover:before,.woosw-items .woosw-item .woosw-item--add span:hover:before{color:#cc6055}.woosw-items .woosw-item .woosw-item--remove span.woosw-item--removing:before,.woosw-items .woosw-item .woosw-item--remove span.woosw-item--adding:before,.woosw-items .woosw-item .woosw-item--add span.woosw-item--removing:before,.woosw-items .woosw-item .woosw-item--add span.woosw-item--adding:before{content:"\e913";animation:woosw-spinner 1s linear infinite;-webkit-animation:woosw-spinner 1s linear infinite}.woosw-items .woosw-item .woosw-item--add span{transform:rotate(45deg)}.woosw-popup .woosw-items .woosw-item .woosw-item--image{width:80px;flex:0 0 80px}.woosw-popup .woosw-items .woosw-item .woosw-item--image img{width:100%;height:auto;border:none;padding:0;margin:0;box-shadow:none}.woosw-popup .woosw-items .woosw-item .woosw-item--stock p{margin:0}.woosw-popup .woosw-items .woosw-item .woosw-item--name,.woosw-popup .woosw-items .woosw-item .woosw-item--name a{font-weight:700;text-decoration:none}.woosw-popup .woosw-items .woosw-item .woosw-item--atc p,.woosw-popup .woosw-items .woosw-item .woosw-item--atc .add_to_cart_inline{border:none;padding:0;margin:0}.woosw-popup .woosw-items .woosw-item .woosw-item--price-increase{color:#f60}.woosw-popup .woosw-items .woosw-item .woosw-item--price-decrease{color:#5fbd74}.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot{flex:0 0 auto;padding:20px;position:relative;color:#fff;font-size:14px;background-color:#fff;text-transform:uppercase}.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a,.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner span{line-height:1.2;text-decoration:none;border-bottom:1px solid #222;outline:none;cursor:pointer}.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-notice{display:block;text-align:center;width:100%;height:48px;line-height:48px;padding:0 20px;color:#fff;font-size:14px;font-weight:400;background-color:#5fbd74;position:absolute;left:0;bottom:0;transform:translate3d(0,100%,0);-webkit-transform:translate3d(0,100%,0);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;opacity:0;visibility:hidden}.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-notice.woosw-notice-show{transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);opacity:1;visibility:visible}.woosw-items .woosw-item .woosw-item--note{padding-left:10px;border-left:2px solid #222;font-style:italic;font-size:14px;cursor:pointer}.woosw-items .woosw-item .woosw-item--note-add{width:100%;position:relative}.woosw-items .woosw-item .woosw-item--note-add input{height:40px!important;line-height:38px!important;padding:0 10px!important;border-radius:4px!important}.woosw-items .woosw-item .woosw-item--note-add input[type=text]{width:100%}.woosw-items .woosw-item .woosw-item--note-add input[type=button]{position:absolute;top:0;right:0}body.rtl .woosw-items .woosw-item .woosw-item--note{border-left:none;border-right:2px solid #222;padding-left:0;padding-right:10px}.woosw-list table.woosw-items{margin:0;padding:0}.woosw-list table.woosw-items tr td{vertical-align:middle;padding:10px}.woosw-list table.woosw-items tr:nth-child(2n) td{background-color:rgb(0 0 0 / .03)}.woosw-list table.woosw-items tr:hover td{background-color:rgb(0 0 0 / .05)}.woosw-list table.woosw-items .woosw-item .woosw-item--image{width:100px}.woosw-list table.woosw-items .woosw-item .woosw-item--image img{width:80px;height:auto;border-radius:2px;border:none;padding:0;margin:0;box-shadow:none}.woosw-list table.woosw-items .woosw-item .woosw-item--name a{font-weight:700}.woosw-list table.woosw-items .woosw-item .woosw-item--atc p,.woosw-list table.woosw-items .woosw-item .woosw-item--atc .add_to_cart_inline{border:none;padding:0;margin:0}.woosw-list .woosw-switcher{display:flex;align-items:center;justify-content:flex-end;margin-bottom:30px}.woosw-list .woosw-actions{display:flex;align-items:center;justify-content:space-between;margin-top:30px}.woosw-list .woosw-copy{display:flex;align-items:center}.woosw-list .woosw-copy .woosw-copy-url{margin-left:10px;margin-right:0}body.rtl .woosw-list .woosw-copy .woosw-copy-url{margin-left:0;margin-right:10px}.woosw-list .woosw-share .woosw-share-label,.woosw-list .woosw-share a{display:inline-block;margin-left:0;margin-right:10px;text-decoration:none!important;font-style:normal!important}body.rtl .woosw-list .woosw-share .woosw-share-label,body.rtl .woosw-list .woosw-share a{margin-right:0;margin-left:10px}.woosw-link a{color:inherit}.woosw-link .woosw-link-inner{position:relative}.woosw-link .woosw-link-inner:after{content:attr(data-count);display:block;background-color:#e94b35;color:#fff;font-size:10px;font-weight:400;width:16px;height:16px;line-height:16px;text-align:center;border-radius:8px;position:absolute;top:-10px;right:-10px}.woosw-menu-item .woosw-menu-item-inner{position:relative}.woosw-menu-item .woosw-menu-item-inner:after{content:attr(data-count);display:block;background-color:#e94b35;color:#fff;font-size:10px;font-weight:400;width:16px;height:16px;line-height:16px;text-align:center;border-radius:8px;position:absolute;top:-10px;right:-10px}.woosw-icon{font-family:"woosw";speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.woosw-share-facebook .woosw-icon:before{content:"\e919"}.woosw-share-twitter .woosw-icon:before{content:"\e91d"}.woosw-share-pinterest .woosw-icon:before{content:"\e91c"}.woosw-share-instagram .woosw-icon:before{content:"\e91a"}.woosw-share-mail .woosw-icon:before{content:"\e91b"}@media only screen and (max-width:860px){.woosw-list .woosw-actions{flex-direction:column;align-items:flex-start}}.woosw-suggested{padding:0 20px}.woosw-suggested-heading{text-align:center;overflow:hidden}.woosw-suggested-heading span{position:relative}.woosw-suggested-heading span:before{content:"";width:1000px;height:1px;background-color:#ddd;display:block;position:absolute;top:50%;left:-10px;transform:translateX(-100%)}.woosw-suggested-heading span:after{content:"";width:1000px;height:1px;background-color:#ddd;display:block;position:absolute;top:50%;left:auto;right:-10px;transform:translateX(100%)}.notiny-container{z-index:999999}.notiny-theme-woosw{padding:10px;background-color:#fff;color:#222;margin:5px 0;min-height:32px;max-width:100vw;display:flex;align-items:center;border:1px solid #eee;box-shadow:0 4px 4px rgb(0 0 0 / .03)}.notiny-theme-woosw .notiny-img{margin:0;padding:0;width:48px;flex:0 0 48px;margin-right:10px}.notiny-theme-woosw .notiny-img img{width:100%;height:auto;margin:0}.notiny-theme-woosw .notiny-text{font-size:14px;line-height:1.4;flex-grow:1}.notiny-container-fluid-top .notiny-theme-woosw,.notiny-container-fluid-bottom .notiny-theme-woosw{width:90%;max-width:300px;margin-left:auto;margin-right:auto}.notiny-container-fluid-top{top:10px!important}.notiny-container-fluid-bottom{bottom:10px!important}.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content{left:unset;top:0;right:0;height:100%;transform:translate3d(100%,0,0);-webkit-transform:translate3d(100%,0,0)}.woosw-popup.woosw-popup-right.woosw-show .woosw-popup-inner .woosw-popup-content{transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0)}.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top{background-color:rgb(0 0 0 / .1);color:#222;text-transform:uppercase}.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot{background-color:#fff;color:#222;text-transform:uppercase}.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top a,.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-empty,.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-manage,.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close,.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot a,.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-continue{color:#222}.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content{left:0;top:0;right:unset;height:100%;transform:translate3d(-100%,0,0);-webkit-transform:translate3d(-100%,0,0)}.woosw-popup.woosw-popup-left.woosw-show .woosw-popup-inner .woosw-popup-content{transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0)}.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top{background-color:rgb(0 0 0 / .1)}.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top{background-color:rgb(0 0 0 / .1);color:#222;text-transform:uppercase}.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot{background-color:#fff;color:#222;text-transform:uppercase}.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top a,.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-empty,.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-manage,.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close,.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot a,.woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-continue{color:#222}.woocommerce-product-gallery__image{position:relative}.yith-wcbm-css-text,.yith-wcbm-badge-text,.yith-wcbm-css-text p,.yith-wcbm-badge-text p{font-size:12pt;color:#fff}.yith-wcbm-clearfix:before,.yith-wcbm-clearfix:after{content:'';display:table}.yith-wcbm-clearfix:after{clear:both}.yith-wcbm-clearfix{zoom:1}.yith-wcbm-badge{position:absolute;display:flex;justify-content:center;flex-direction:column;box-sizing:border-box;text-align:center;line-height:normal;z-index:10;font-family:'Open Sans',sans-serif;font-size:13px;min-width:max-content}.yith-wcbm-badge.yith-wcbm-badge-show-if-variation{display:none}.yith-wcbm-badge img{display:block}.yith-wcbm-badge p{margin:0!important;line-height:inherit;font-size:unset!important}.yith-wcbm-badge strong,.yith-wcbm-badge b{font-weight:600}p.yith-wcbm-badge-txt{margin:0;padding:0}.container-image-and-badge{position:relative;display:block;text-indent:0;line-height:0}.yith-wcbm-badge img{margin:0!important}span.onsale{z-index:10}.yith-wcbm-shortcode-badge-container .container-image-and-badge{display:inline-block}.cart_item .yith-wcbm-badge{display:none!important}.product-thumbnails .yith-wcbm-badge{display:none!important}.yith-wcbm-theme-flatsome .iosSlider.product-thumbnails .yith-wcbm-badge,.yith-wcbm-theme-flatsome #mini-cart-content .container-image-and-badge .yith-wcbm-badge{display:none!important}.yith-wcbm-theme-flatsome #mini-cart-content .container-image-and-badge,.yith-wcbm-theme-flatsome .products .container-image-and-badge,.yith-wcbm-theme-flatsome .yith-wcbm-badge img{position:static!important}.fusion-menu-cart-items .yith-wcbm-badge{display:none!important}#yith-wcwl-form .yith-wcbm-badge{display:none!important}.yith-wfbt-section .yith-wcbm-badge,.yith-wfbt-form .yith-wcbm-badge{display:none!important}#ywsfl_container_list .yith-wcbm-badge{display:none!important}.yith-quick-view-nav .container-image-and-badge{position:static!important;width:100%!important;padding:0!important}.yith-quick-view-nav .yith-wcbm-badge{display:none!important}.yith-ajaxsearchform-container .yith-wcbm-badge{display:none!important}.yith-wcpb-product-bundled-items .yith-wcbm-badge{display:none!important}.ssatc-sticky-add-to-cart .yith-wcbm-badge{display:none!important}.yith-ywraq-list-widget-wrapper .yith-wcbm-badge{display:none!important}.yith-wacp-content table.cart-list .yith-wcbm-badge{display:none}body.yith-wcbm-theme-basel .container-image-and-badge>img,body.yith-wcbm-theme-basel .container-image-and-badge *:not(.yith-wcbm-badge) img{width:100%}.yith-wceop-grid-view-product__img-container .container-image-and-badge,.yith-wceop-table-view-product__img-container .container-image-and-badge{position:static}.yith-wceop-table-view-product__img-container .yith-wcbm-badge{display:none}.yith-wcbm-badge.yith-wcbm-badge-text{min-width:auto}.yith-wcbm-badge.yith-wcbm-badge-advanced .yith-wcbm-badge-shape{display:flex}.yith-wcbm-badge.yith-wcbm-badge-advanced,.yith-wcbm-badge.yith-wcbm-badge-advanced .yith-wcbm-badge-text-advanced *,.yith-wcbm-badge.yith-wcbm-badge-advanced .yith-wcbm-badge-shape:before,.yith-wcbm-badge.yith-wcbm-badge-css{font-family:'Open Sans',sans-serif;word-break:keep-all!important;position:absolute}.yith-wcbm-badge.yith-wcbm-badge-css .yith-wcbm-badge__wrap *,.yith-wcbm-badge.yith-wcbm-badge-css .yith-wcbm-badge__wrap .yith-wcbm-css-s1:before,.yith-wcbm-badge.yith-wcbm-badge-css .yith-wcbm-badge__wrap .yith-wcbm-css-s1:after{word-break:keep-all!important}.yith-wcbm-badge.yith-wcbm-badge-css svg{display:none}.yith-wcbm-badge-advanced .yith-wcbm-badge-text,.yith-wcbm-badge-advanced .yith-wcbm-badge-text-advanced{position:absolute;left:0;top:0;width:100%;height:100%;z-index:14}.yith-wcbm-badge.yith-wcbm-badge-css{color:#3c434a}.yith-wcbm-badge-css.yith-wcbm-badge-css-14.yith-wcbm-badge-css--flip-vertical .yith-wcbm-css-s1,.yith-wcbm-badge-css.yith-wcbm-badge-css-14.yith-wcbm-badge-css--flip-vertical .yith-wcbm-css-s2,.yith-wcbm-badge-css.yith-wcbm-badge-css-15.yith-wcbm-badge-css--flip-vertical .yith-wcbm-css-s1,.yith-wcbm-badge-css.yith-wcbm-badge-css-15.yith-wcbm-badge-css--flip-vertical .yith-wcbm-css-s2,.yith-wcbm-badge-text.yith-wcbm-badge-text--flip-vertical .yith-wcbm-badge-text,.yith-wcbm-badge-css.yith-wcbm-badge-css--flip-vertical .yith-wcbm-badge-text{transform:scaleY(-1)}.yith-wcbm-badge-css.yith-wcbm-badge-css-14.yith-wcbm-badge-css--flip-horizontal .yith-wcbm-css-s1,.yith-wcbm-badge-css.yith-wcbm-badge-css-14.yith-wcbm-badge-css--flip-horizontal .yith-wcbm-css-s2,.yith-wcbm-badge-css.yith-wcbm-badge-css-15.yith-wcbm-badge-css--flip-horizontal .yith-wcbm-css-s1,.yith-wcbm-badge-css.yith-wcbm-badge-css-15.yith-wcbm-badge-css--flip-horizontal .yith-wcbm-css-s2,.yith-wcbm-badge-text.yith-wcbm-badge-text--flip-horizontal .yith-wcbm-badge-text,.yith-wcbm-badge-css.yith-wcbm-badge-css--flip-horizontal .yith-wcbm-badge-text{transform:scaleX(-1)}.yith-wcbm-badge-css.yith-wcbm-badge-css-14.yith-wcbm-badge-css--flip-both .yith-wcbm-css-s1,.yith-wcbm-badge-css.yith-wcbm-badge-css-14.yith-wcbm-badge-css--flip-both .yith-wcbm-css-s2,.yith-wcbm-badge-css.yith-wcbm-badge-css-15.yith-wcbm-badge-css--flip-both .yith-wcbm-css-s1,.yith-wcbm-badge-css.yith-wcbm-badge-css-15.yith-wcbm-badge-css--flip-both .yith-wcbm-css-s2,.yith-wcbm-badge-text.yith-wcbm-badge-text--flip-both .yith-wcbm-badge-text,.yith-wcbm-badge-css.yith-wcbm-badge-css--flip-both .yith-wcbm-badge-text{transform:scale(-1)}.yith-wcbm-badge.yith-wcbm-badge-advanced .yith-wcbm-badge-shape:before{display:none;text-transform:uppercase}.yith-wcbm-badge.yith-wcbm-badge-advanced.yith-wcbm-badge-advanced--flip-horizontal .yith-wcbm-badge-shape:before,.yith-wcbm-badge.yith-wcbm-badge-advanced.yith-wcbm-badge-advanced--flip-horizontal .yith-wcbm-badge-text-advanced div{transform:scale(-1,1)}.yith-wcbm-badge.yith-wcbm-badge-advanced.yith-wcbm-badge-advanced--flip-vertical .yith-wcbm-badge-shape:before,.yith-wcbm-badge.yith-wcbm-badge-advanced.yith-wcbm-badge-advanced--flip-vertical .yith-wcbm-badge-text-advanced div{transform:scale(1,-1)}.yith-wcbm-badge.yith-wcbm-badge-advanced.yith-wcbm-badge-advanced--flip-both .yith-wcbm-badge-shape:before,.yith-wcbm-badge.yith-wcbm-badge-advanced.yith-wcbm-badge-advanced--flip-both .yith-wcbm-badge-text-advanced div{transform:scale(-1)}.yith-wcbm-badge.yith-wcbm-badge-advanced .yith-wcbm-badge-shape:before,.yith-wcbm-badge.yith-wcbm-badge-advanced .yith-wcbm-badge-text-advanced div{position:absolute}.yith-wcbm-badge.yith-wcbm-badge-advanced div div div{display:none}.yith-wcbm-badge.yith-wcbm-badge-advanced-3 .yith-wcbm-saved-percentage:before,.yith-wcbm-badge.yith-wcbm-badge-advanced-3 .yith-wcbm-saved-money:before,.yith-wcbm-badge.yith-wcbm-badge-advanced-4 .yith-wcbm-saved-percentage:before,.yith-wcbm-badge.yith-wcbm-badge-advanced-4 .yith-wcbm-saved-money:before,.yith-wcbm-badge.yith-wcbm-badge-advanced-10 .yith-wcbm-sale-percent:before,.yith-wcbm-badge.yith-wcbm-badge-advanced-10 .yith-wcbm-saved-money-value:before,.yith-wcbm-badge.yith-wcbm-badge-advanced-19 .yith-wcbm-saved-percentage:before,.yith-wcbm-badge.yith-wcbm-badge-advanced-20 .yith-wcbm-saved-percentage:before,.yith-wcbm-badge.yith-wcbm-badge-advanced-20 .yith-wcbm-saved-money:before,.yith-wcbm-badge.yith-wcbm-badge-advanced-26 .yith-wcbm-saved-percentage:before,.yith-wcbm-badge.yith-wcbm-badge-advanced-26 .yith-wcbm-saved-money:before,.yith-wcbm-badge.yith-wcbm-badge-advanced-28 .yith-wcbm-saved-percentage:before,.yith-wcbm-badge.yith-wcbm-badge-advanced-28 .yith-wcbm-saved-money:before,.yith-wcbm-badge.yith-wcbm-badge-advanced-29 .yith-wcbm-saved-percentage:before,.yith-wcbm-badge.yith-wcbm-badge-advanced-29 .yith-wcbm-saved-money:before{content:'-'}.yith-wcbm-badge.yith-wcbm-badge-advanced{box-sizing:border-box;background:#fff0}.yith-wcbm-badge.yith-wcbm-badge-image-uploaded{min-width:auto;min-height:auto}.yith-wcbm-badge.yith-wcbm-badge-image-uploaded img{width:inherit}.yith-wcbm-theme-blocksy [data-products="type-1"] .product{align-items:unset}.woocommerce.widget_shopping_cart{z-index:51!important}.theme-yith-proteo.yith-booking .yith-booking-woocommerce-images.grid-elements-count-5 .container-image-and-badge,.theme-yith-proteo.yith-booking .yith-booking-woocommerce-images.grid-elements-count-3 .container-image-and-badge{grid-area:1/1/3/2}.theme-yith-proteo.yith-booking .container-image-and-badge>.woocommerce-product-gallery__image{height:100%}body.single-product.yith-proteo-booking-product-layout-enabled .yith-booking-woocommerce-images .container-image-and-badge>.yith-wcbm-badge .yith-wcbm-badge__wrap img{min-height:auto}@font-face{font-display:swap;font-family:'Open Sans';font-style:normal;font-weight:400;src:url(/wp-content/plugins/yith-woocommerce-badge-management-premium/assets/fonts/open-sans/open-sans-v27-latin-ext_latin-regular.eot);src:local('Open Sans'),url('/wp-content/plugins/yith-woocommerce-badge-management-premium/assets/fonts/open-sans/open-sans-v27-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/yith-woocommerce-badge-management-premium/assets/fonts/open-sans/open-sans-v27-latin-ext_latin-regular.woff2) format('woff2'),url(/wp-content/plugins/yith-woocommerce-badge-management-premium/assets/fonts/open-sans/open-sans-v27-latin-ext_latin-regular.woff) format('woff'),url(/wp-content/plugins/yith-woocommerce-badge-management-premium/assets/fonts/open-sans/open-sans-v27-latin-ext_latin-regular.ttf) format('truetype'),url('/wp-content/plugins/yith-woocommerce-badge-management-premium/assets/fonts/open-sans/open-sans-v27-latin-ext_latin-regular.svg#OpenSans') format('svg')}@font-face{font-display:swap;font-family:'Open Sans';font-style:normal;font-weight:700;src:url(/wp-content/plugins/yith-woocommerce-badge-management-premium/assets/fonts/open-sans/open-sans-v27-latin-ext_latin-700.eot);src:local('Open Sans'),url('/wp-content/plugins/yith-woocommerce-badge-management-premium/assets/fonts/open-sans/open-sans-v27-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/yith-woocommerce-badge-management-premium/assets/fonts/open-sans/open-sans-v27-latin-ext_latin-700.woff2) format('woff2'),url(/wp-content/plugins/yith-woocommerce-badge-management-premium/assets/fonts/open-sans/open-sans-v27-latin-ext_latin-700.woff) format('woff'),url(/wp-content/plugins/yith-woocommerce-badge-management-premium/assets/fonts/open-sans/open-sans-v27-latin-ext_latin-700.ttf) format('truetype'),url('/wp-content/plugins/yith-woocommerce-badge-management-premium/assets/fonts/open-sans/open-sans-v27-latin-ext_latin-700.svg#OpenSans') format('svg')}@font-face{font-display:swap;font-family:'Open Sans';font-style:italic;font-weight:400;src:url(/wp-content/plugins/yith-woocommerce-badge-management-premium/assets/fonts/open-sans/open-sans-v27-latin-ext_latin-italic.eot);src:local('Open Sans'),url('/wp-content/plugins/yith-woocommerce-badge-management-premium/assets/fonts/open-sans/open-sans-v27-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/yith-woocommerce-badge-management-premium/assets/fonts/open-sans/open-sans-v27-latin-ext_latin-italic.woff2) format('woff2'),url(/wp-content/plugins/yith-woocommerce-badge-management-premium/assets/fonts/open-sans/open-sans-v27-latin-ext_latin-italic.woff) format('woff'),url(/wp-content/plugins/yith-woocommerce-badge-management-premium/assets/fonts/open-sans/open-sans-v27-latin-ext_latin-italic.ttf) format('truetype'),url('/wp-content/plugins/yith-woocommerce-badge-management-premium/assets/fonts/open-sans/open-sans-v27-latin-ext_latin-italic.svg#OpenSans') format('svg')}@font-face{font-display:swap;font-family:'Open Sans';font-style:italic;font-weight:700;src:url(/wp-content/plugins/yith-woocommerce-badge-management-premium/assets/fonts/open-sans/open-sans-v27-latin-ext_latin-700italic.eot);src:local('Open Sans'),url('/wp-content/plugins/yith-woocommerce-badge-management-premium/assets/fonts/open-sans/open-sans-v27-latin-ext_latin-700italic.eot?#iefix') format('embedded-opentype'),url(/wp-content/plugins/yith-woocommerce-badge-management-premium/assets/fonts/open-sans/open-sans-v27-latin-ext_latin-700italic.woff2) format('woff2'),url(/wp-content/plugins/yith-woocommerce-badge-management-premium/assets/fonts/open-sans/open-sans-v27-latin-ext_latin-700italic.woff) format('woff'),url(/wp-content/plugins/yith-woocommerce-badge-management-premium/assets/fonts/open-sans/open-sans-v27-latin-ext_latin-700italic.ttf) format('truetype'),url('/wp-content/plugins/yith-woocommerce-badge-management-premium/assets/fonts/open-sans/open-sans-v27-latin-ext_latin-700italic.svg#OpenSans') format('svg')}@font-face{font-display:swap;font-family:"razox-icon";src:url(/wp-content/themes/razox/assets/fonts/icons/razox-icon-2.0.6.eot);src:url("/wp-content/themes/razox/assets/fonts/icons/razox-icon-2.0.6.eot?#iefix") format("eot"),url(/wp-content/themes/razox/assets/fonts/icons/razox-icon-2.0.6.woff2) format("woff2"),url(/wp-content/themes/razox/assets/fonts/icons/razox-icon-2.0.6.woff) format("woff"),url(/wp-content/themes/razox/assets/fonts/icons/razox-icon-2.0.6.ttf) format("truetype"),url("/wp-content/themes/razox/assets/fonts/icons/razox-icon-2.0.6.svg#razox-icon-2.0.6") format("svg")}[class*=razox-icon-]{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle}.razox-icon-arrow-right-1:before{content:""}.razox-icon-arrow-up-right:before{content:""}.razox-icon-caret-arrow-right:before{content:""}.razox-icon-check-01:before{content:""}.razox-icon-customer:before{content:""}.razox-icon-delivery:before{content:""}.razox-icon-gaming-pad-01:before{content:""}.razox-icon-gaming-pad-02:before{content:""}.razox-icon-hard-drive:before{content:""}.razox-icon-headphones-01:before{content:""}.razox-icon-keyboard-01:before{content:""}.razox-icon-mail-01-converted:before{content:""}.razox-icon-mail-01:before{content:""}.razox-icon-microphone-01:before{content:""}.razox-icon-monitor-02:before{content:""}.razox-icon-mouse:before{content:""}.razox-icon-phone-call-01:before{content:""}.razox-icon-return:before{content:""}.razox-icon-video:before{content:""}.razox-icon-x:before{content:""}.razox-icon-360:before{content:""}.razox-icon-add-line:before{content:""}.razox-icon-add-to-cart:before{content:""}.razox-icon-angle-down:before{content:""}.razox-icon-angle-left:before{content:""}.razox-icon-angle-right:before{content:""}.razox-icon-angle-up:before{content:""}.razox-icon-arrow-alt-circle-down:before{content:""}.razox-icon-arrow-alt-circle-left:before{content:""}.razox-icon-arrow-alt-circle-right:before{content:""}.razox-icon-arrow-alt-circle-up:before{content:""}.razox-icon-arrow-alt-down:before{content:""}.razox-icon-arrow-alt-from-bottom:before{content:""}.razox-icon-arrow-alt-from-left:before{content:""}.razox-icon-arrow-alt-from-right:before{content:""}.razox-icon-arrow-alt-from-top:before{content:""}.razox-icon-arrow-alt-left:before{content:""}.razox-icon-arrow-alt-right:before{content:""}.razox-icon-arrow-alt-square-down:before{content:""}.razox-icon-arrow-alt-square-left:before{content:""}.razox-icon-arrow-alt-square-right:before{content:""}.razox-icon-arrow-alt-square-up:before{content:""}.razox-icon-arrow-alt-to-bottom:before{content:""}.razox-icon-arrow-alt-to-left:before{content:""}.razox-icon-arrow-alt-to-right:before{content:""}.razox-icon-arrow-alt-to-top:before{content:""}.razox-icon-arrow-alt-up:before{content:""}.razox-icon-arrow-circle-down:before{content:""}.razox-icon-arrow-circle-left:before{content:""}.razox-icon-arrow-circle-right:before{content:""}.razox-icon-arrow-circle-up:before{content:""}.razox-icon-arrow-down:before{content:""}.razox-icon-arrow-from-bottom:before{content:""}.razox-icon-arrow-from-left:before{content:""}.razox-icon-arrow-from-right:before{content:""}.razox-icon-arrow-from-top:before{content:""}.razox-icon-arrow-left:before{content:""}.razox-icon-arrow-right:before{content:""}.razox-icon-arrow-square-down:before{content:""}.razox-icon-arrow-square-left:before{content:""}.razox-icon-arrow-square-right:before{content:""}.razox-icon-arrow-square-up:before{content:""}.razox-icon-arrow-to-bottom:before{content:""}.razox-icon-arrow-to-left:before{content:""}.razox-icon-arrow-to-right:before{content:""}.razox-icon-arrow-to-top:before{content:""}.razox-icon-arrow-up:before{content:""}.razox-icon-arrows-alt-h:before{content:""}.razox-icon-arrows-alt-v:before{content:""}.razox-icon-arrows-alt:before{content:""}.razox-icon-arrows-h:before{content:""}.razox-icon-arrows-v:before{content:""}.razox-icon-arrows:before{content:""}.razox-icon-bow-arrow:before{content:""}.razox-icon-bullseye-arrow:before{content:""}.razox-icon-calendar:before{content:""}.razox-icon-caret-circle-down:before{content:""}.razox-icon-caret-circle-left:before{content:""}.razox-icon-caret-circle-right:before{content:""}.razox-icon-caret-circle-up:before{content:""}.razox-icon-caret-down:before{content:""}.razox-icon-caret-left:before{content:""}.razox-icon-caret-right:before{content:""}.razox-icon-caret-square-down:before{content:""}.razox-icon-caret-square-left:before{content:""}.razox-icon-caret-square-right:before{content:""}.razox-icon-caret-square-up:before{content:""}.razox-icon-caret-up:before{content:""}.razox-icon-cart-arrow-down:before{content:""}.razox-icon-cart-empty:before{content:""}.razox-icon-chat:before{content:""}.razox-icon-check-circle:before{content:""}.razox-icon-check-double:before{content:""}.razox-icon-check-fill:before{content:""}.razox-icon-check-square:before{content:""}.razox-icon-check:before{content:""}.razox-icon-checkbox-circle-fill:before{content:""}.razox-icon-chevron-double-down:before{content:""}.razox-icon-chevron-double-left:before{content:""}.razox-icon-chevron-double-right:before{content:""}.razox-icon-chevron-double-up:before{content:""}.razox-icon-chevron-down:before{content:""}.razox-icon-chevron-left:before{content:""}.razox-icon-chevron-right:before{content:""}.razox-icon-chevron-selector-vertical:before{content:""}.razox-icon-chevron-square-down:before{content:""}.razox-icon-chevron-up:before{content:""}.razox-icon-close:before{content:""}.razox-icon-cloud-download-alt:before{content:""}.razox-icon-comment-info:before{content:""}.razox-icon-compare:before{content:""}.razox-icon-compress-arrows-alt:before{content:""}.razox-icon-credit-card:before{content:""}.razox-icon-dot-circle:before{content:""}.razox-icon-dotfour:before{content:""}.razox-icon-double-quotes-r:before{content:""}.razox-icon-double-quotes:before{content:""}.razox-icon-edit:before{content:""}.razox-icon-envelope:before{content:""}.razox-icon-equalizer-line:before{content:""}.razox-icon-expand-arrows-alt:before{content:""}.razox-icon-expand-arrows:before{content:""}.razox-icon-eye-dropper:before{content:""}.razox-icon-eye-evil:before{content:""}.razox-icon-eye-slash:before{content:""}.razox-icon-eye:before{content:""}.razox-icon-file-alt:before{content:""}.razox-icon-file-archive:before{content:""}.razox-icon-filter:before{content:""}.razox-icon-free-shipping:before{content:""}.razox-icon-frown-open:before{content:""}.razox-icon-frown:before{content:""}.razox-icon-gift-01:before{content:""}.razox-icon-gift-card:before{content:""}.razox-icon-gift:before{content:""}.razox-icon-gifts:before{content:""}.razox-icon-heart:before{content:""}.razox-icon-home:before{content:""}.razox-icon-info-circle:before{content:""}.razox-icon-layout-grid:before{content:""}.razox-icon-layout-list:before{content:""}.razox-icon-liquid:before{content:""}.razox-icon-location-arrow:before{content:""}.razox-icon-locationn:before{content:""}.razox-icon-long-arrow-alt-down:before{content:""}.razox-icon-long-arrow-alt-left:before{content:""}.razox-icon-long-arrow-alt-right:before{content:""}.razox-icon-long-arrow-alt-up:before{content:""}.razox-icon-long-arrow-down:before{content:""}.razox-icon-long-arrow-left:before{content:""}.razox-icon-long-arrow-right:before{content:""}.razox-icon-long-arrow-up:before{content:""}.razox-icon-meh-blank:before{content:""}.razox-icon-meh-rolling-eyes:before{content:""}.razox-icon-meh:before{content:""}.razox-icon-minus-circle:before{content:""}.razox-icon-minus:before{content:""}.razox-icon-money-check-alt:before{content:""}.razox-icon-overlap:before{content:""}.razox-icon-phone:before{content:""}.razox-icon-pin:before{content:""}.razox-icon-plane-arrival:before{content:""}.razox-icon-plane:before{content:""}.razox-icon-play-fill:before{content:""}.razox-icon-plus-circle:before{content:""}.razox-icon-plus:before{content:""}.razox-icon-quickview:before{content:""}.razox-icon-rating:before{content:""}.razox-icon-repeat:before{content:""}.razox-icon-reply-line:before{content:""}.razox-icon-reply:before{content:""}.razox-icon-search-plus:before{content:""}.razox-icon-search:before{content:""}.razox-icon-share-all:before{content:""}.razox-icon-share:before{content:""}.razox-icon-shopping-bag:before{content:""}.razox-icon-shopping-basket:before{content:""}.razox-icon-shopping-cart:before{content:""}.razox-icon-sign-out-alt:before{content:""}.razox-icon-smile:before{content:""}.razox-icon-spinner-third:before{content:""}.razox-icon-spinner:before{content:""}.razox-icon-square-full:before{content:""}.razox-icon-star-exclamation:before{content:""}.razox-icon-star-half-alt:before{content:""}.razox-icon-star-half:before{content:""}.razox-icon-star-o:before{content:""}.razox-icon-star:before{content:""}.razox-icon-stars:before{content:""}.razox-icon-sync-alt:before{content:""}.razox-icon-sync:before{content:""}.razox-icon-tachometer-alt:before{content:""}.razox-icon-times-circle:before{content:""}.razox-icon-times:before{content:""}.razox-icon-truck:before{content:""}.razox-icon-user-line-converted:before{content:""}.razox-icon-user:before{content:""}.razox-icon-wishlist:before{content:""}.razox-icon-world:before{content:""}.razox-icon-user_222:before{content:""}.razox-icon-500px:before{content:""}.razox-icon-accessible-icon:before{content:""}.razox-icon-accusoft:before{content:""}.razox-icon-acquisitions-incorporated:before{content:""}.razox-icon-adn:before{content:""}.razox-icon-adversal:before{content:""}.razox-icon-affiliatetheme:before{content:""}.razox-icon-airbnb:before{content:""}.razox-icon-algolia:before{content:""}.razox-icon-alipay:before{content:""}.razox-icon-amazon-pay:before{content:""}.razox-icon-amazon:before{content:""}.razox-icon-amilia:before{content:""}.razox-icon-android:before{content:""}.razox-icon-angellist:before{content:""}.razox-icon-angrycreative:before{content:""}.razox-icon-angular:before{content:""}.razox-icon-app-store-ios:before{content:""}.razox-icon-app-store:before{content:""}.razox-icon-apper:before{content:""}.razox-icon-apple-pay:before{content:""}.razox-icon-apple:before{content:""}.razox-icon-artstation:before{content:""}.razox-icon-asymmetrik:before{content:""}.razox-icon-atlassian:before{content:""}.razox-icon-audible:before{content:""}.razox-icon-autoprefixer:before{content:""}.razox-icon-avianex:before{content:""}.razox-icon-aviato:before{content:""}.razox-icon-aws:before{content:""}.razox-icon-bandcamp:before{content:""}.razox-icon-battle-net:before{content:""}.razox-icon-behance-square:before{content:""}.razox-icon-behance:before{content:""}.razox-icon-bimobject:before{content:""}.razox-icon-bitbucket:before{content:""}.razox-icon-bitcoin:before{content:""}.razox-icon-bity:before{content:""}.razox-icon-black-tie:before{content:""}.razox-icon-blackberry:before{content:""}.razox-icon-blogger-b:before{content:""}.razox-icon-blogger:before{content:""}.razox-icon-bluetooth-b:before{content:""}.razox-icon-bluetooth:before{content:""}.razox-icon-bootstrap:before{content:""}.razox-icon-btc:before{content:""}.razox-icon-buffer:before{content:""}.razox-icon-buromobelexperte:before{content:""}.razox-icon-buy-n-large:before{content:""}.razox-icon-buysellads:before{content:""}.razox-icon-canadian-maple-leaf:before{content:""}.razox-icon-cc-amazon-pay:before{content:""}.razox-icon-cc-amex:before{content:""}.razox-icon-cc-apple-pay:before{content:""}.razox-icon-cc-diners-club:before{content:""}.razox-icon-cc-discover:before{content:""}.razox-icon-cc-jcb:before{content:""}.razox-icon-cc-mastercard:before{content:""}.razox-icon-cc-paypal:before{content:""}.razox-icon-cc-stripe:before{content:""}.razox-icon-cc-visa:before{content:""}.razox-icon-centercode:before{content:""}.razox-icon-centos:before{content:""}.razox-icon-chrome:before{content:""}.razox-icon-chromecast:before{content:""}.razox-icon-cloudflare:before{content:""}.razox-icon-cloudscale:before{content:""}.razox-icon-cloudsmith:before{content:""}.razox-icon-cloudversify:before{content:""}.razox-icon-codepen:before{content:""}.razox-icon-codiepie:before{content:""}.razox-icon-confluence:before{content:""}.razox-icon-connectdevelop:before{content:""}.razox-icon-contao:before{content:""}.razox-icon-cotton-bureau:before{content:""}.razox-icon-cpanel:before{content:""}.razox-icon-creative-commons-by:before{content:""}.razox-icon-creative-commons-nc-eu:before{content:""}.razox-icon-creative-commons-nc-jp:before{content:""}.razox-icon-creative-commons-nc:before{content:""}.razox-icon-creative-commons-nd:before{content:""}.razox-icon-creative-commons-pd-alt:before{content:""}.razox-icon-creative-commons-pd:before{content:""}.razox-icon-creative-commons-remix:before{content:""}.razox-icon-creative-commons-sa:before{content:""}.razox-icon-creative-commons-sampling-plus:before{content:""}.razox-icon-creative-commons-sampling:before{content:""}.razox-icon-creative-commons-share:before{content:""}.razox-icon-creative-commons-zero:before{content:""}.razox-icon-creative-commons:before{content:""}.razox-icon-critical-role:before{content:""}.razox-icon-css3-alt:before{content:""}.razox-icon-css3:before{content:""}.razox-icon-cuttlefish:before{content:""}.razox-icon-d-and-d-beyond:before{content:""}.razox-icon-d-and-d:before{content:""}.razox-icon-dailymotion:before{content:""}.razox-icon-dashcube:before{content:""}.razox-icon-deezer:before{content:""}.razox-icon-delicious:before{content:""}.razox-icon-deploydog:before{content:""}.razox-icon-deskpro:before{content:""}.razox-icon-dev:before{content:""}.razox-icon-deviantart:before{content:""}.razox-icon-dhl:before{content:""}.razox-icon-diaspora:before{content:""}.razox-icon-digg:before{content:""}.razox-icon-digital-ocean:before{content:""}.razox-icon-discord:before{content:""}.razox-icon-discourse:before{content:""}.razox-icon-dochub:before{content:""}.razox-icon-docker:before{content:""}.razox-icon-draft2digital:before{content:""}.razox-icon-dribbble-square:before{content:""}.razox-icon-dribbble:before{content:""}.razox-icon-dropbox:before{content:""}.razox-icon-drupal:before{content:""}.razox-icon-dyalog:before{content:""}.razox-icon-earlybirds:before{content:""}.razox-icon-ebay:before{content:""}.razox-icon-edge-legacy:before{content:""}.razox-icon-edge:before{content:""}.razox-icon-elementor:before{content:""}.razox-icon-ello:before{content:""}.razox-icon-ember:before{content:""}.razox-icon-empire:before{content:""}.razox-icon-envira:before{content:""}.razox-icon-erlang:before{content:""}.razox-icon-ethereum:before{content:""}.razox-icon-etsy:before{content:""}.razox-icon-evernote:before{content:""}.razox-icon-expeditedssl:before{content:""}.razox-icon-facebook-f:before{content:""}.razox-icon-facebook-messenger:before{content:""}.razox-icon-facebook-square:before{content:""}.razox-icon-facebook:before{content:""}.razox-icon-fantasy-flight-games:before{content:""}.razox-icon-fedex:before{content:""}.razox-icon-fedora:before{content:""}.razox-icon-figma:before{content:""}.razox-icon-firefox-browser:before{content:""}.razox-icon-firefox:before{content:""}.razox-icon-first-order-alt:before{content:""}.razox-icon-first-order:before{content:""}.razox-icon-firstdraft:before{content:""}.razox-icon-flickr:before{content:""}.razox-icon-flipboard:before{content:""}.razox-icon-fly:before{content:""}.razox-icon-font-awesome:before{content:""}.razox-icon-fonticons-fi:before{content:""}.razox-icon-fonticons:before{content:""}.razox-icon-fort-awesome-alt:before{content:""}.razox-icon-fort-awesome:before{content:""}.razox-icon-forumbee:before{content:""}.razox-icon-foursquare:before{content:""}.razox-icon-free-code-camp:before{content:""}.razox-icon-freebsd:before{content:""}.razox-icon-fulcrum:before{content:""}.razox-icon-galactic-republic:before{content:""}.razox-icon-galactic-senate:before{content:""}.razox-icon-get-pocket:before{content:""}.razox-icon-gg-circle:before{content:""}.razox-icon-gg:before{content:""}.razox-icon-git-alt:before{content:""}.razox-icon-git-square:before{content:""}.razox-icon-git:before{content:""}.razox-icon-github-alt:before{content:""}.razox-icon-github-square:before{content:""}.razox-icon-github:before{content:""}.razox-icon-gitkraken:before{content:""}.razox-icon-gitlab:before{content:""}.razox-icon-gitter:before{content:""}.razox-icon-glide-g:before{content:""}.razox-icon-glide:before{content:""}.razox-icon-gofore:before{content:""}.razox-icon-goodreads-g:before{content:""}.razox-icon-goodreads:before{content:""}.razox-icon-google-drive:before{content:""}.razox-icon-google-pay:before{content:""}.razox-icon-google-play:before{content:""}.razox-icon-google-plus-g:before{content:""}.razox-icon-google-plus-square:before{content:""}.razox-icon-google-plus:before{content:""}.razox-icon-google-wallet:before{content:""}.razox-icon-google:before{content:""}.razox-icon-gratipay:before{content:""}.razox-icon-grav:before{content:""}.razox-icon-gripfire:before{content:""}.razox-icon-grunt:before{content:""}.razox-icon-guilded:before{content:""}.razox-icon-gulp:before{content:""}.razox-icon-hacker-news-square:before{content:""}.razox-icon-hacker-news:before{content:""}.razox-icon-hackerrank:before{content:""}.razox-icon-hips:before{content:""}.razox-icon-hire-a-helper:before{content:""}.razox-icon-hive:before{content:""}.razox-icon-hooli:before{content:""}.razox-icon-hornbill:before{content:""}.razox-icon-hotjar:before{content:""}.razox-icon-houzz:before{content:""}.razox-icon-html5:before{content:""}.razox-icon-hubspot:before{content:""}.razox-icon-ideal:before{content:""}.razox-icon-imdb:before{content:""}.razox-icon-innosoft:before{content:""}.razox-icon-instagram-square:before{content:""}.razox-icon-instagram:before{content:""}.razox-icon-instalod:before{content:""}.razox-icon-intercom:before{content:""}.razox-icon-internet-explorer:before{content:""}.razox-icon-invision:before{content:""}.razox-icon-ioxhost:before{content:""}.razox-icon-itch-io:before{content:""}.razox-icon-itunes-note:before{content:""}.razox-icon-itunes:before{content:""}.razox-icon-java:before{content:""}.razox-icon-jedi-order:before{content:""}.razox-icon-jenkins:before{content:""}.razox-icon-jira:before{content:""}.razox-icon-joget:before{content:""}.razox-icon-joomla:before{content:""}.razox-icon-js-square:before{content:""}.razox-icon-js:before{content:""}.razox-icon-jsfiddle:before{content:""}.razox-icon-kaggle:before{content:""}.razox-icon-keybase:before{content:""}.razox-icon-keycdn:before{content:""}.razox-icon-kickstarter-k:before{content:""}.razox-icon-kickstarter:before{content:""}.razox-icon-korvue:before{content:""}.razox-icon-laravel:before{content:""}.razox-icon-lastfm-square:before{content:""}.razox-icon-lastfm:before{content:""}.razox-icon-leanpub:before{content:""}.razox-icon-less:before{content:""}.razox-icon-line:before{content:""}.razox-icon-linkedin-in:before{content:""}.razox-icon-linkedin:before{content:""}.razox-icon-linode:before{content:""}.razox-icon-linux:before{content:""}.razox-icon-lyft:before{content:""}.razox-icon-magento:before{content:""}.razox-icon-mailchimp:before{content:""}.razox-icon-mandalorian:before{content:""}.razox-icon-markdown:before{content:""}.razox-icon-mastodon:before{content:""}.razox-icon-maxcdn:before{content:""}.razox-icon-mdb:before{content:""}.razox-icon-medapps:before{content:""}.razox-icon-medium:before{content:""}.razox-icon-medrt:before{content:""}.razox-icon-meetup:before{content:""}.razox-icon-megaport:before{content:""}.razox-icon-mendeley:before{content:""}.razox-icon-microblog:before{content:""}.razox-icon-microsoft:before{content:""}.razox-icon-mix:before{content:""}.razox-icon-mixcloud:before{content:""}.razox-icon-mixer:before{content:""}.razox-icon-mizuni:before{content:""}.razox-icon-modx:before{content:""}.razox-icon-monero:before{content:""}.razox-icon-napster:before{content:""}.razox-icon-neos:before{content:""}.razox-icon-nimblr:before{content:""}.razox-icon-node-js:before{content:""}.razox-icon-node:before{content:""}.razox-icon-npm:before{content:""}.razox-icon-ns8:before{content:""}.razox-icon-nutritionix:before{content:""}.razox-icon-octopus-deploy:before{content:""}.razox-icon-odnoklassniki-square:before{content:""}.razox-icon-odnoklassniki:before{content:""}.razox-icon-old-republic:before{content:""}.razox-icon-opencart:before{content:""}.razox-icon-openid:before{content:""}.razox-icon-opera:before{content:""}.razox-icon-optin-monster:before{content:""}.razox-icon-orcid:before{content:""}.razox-icon-osi:before{content:""}.razox-icon-page4:before{content:""}.razox-icon-pagelines:before{content:""}.razox-icon-palfed:before{content:""}.razox-icon-patreon:before{content:""}.razox-icon-paypal:before{content:""}.razox-icon-penny-arcade:before{content:""}.razox-icon-perbyte:before{content:""}.razox-icon-periscope:before{content:""}.razox-icon-phabricator:before{content:""}.razox-icon-phoenix-framework:before{content:""}.razox-icon-phoenix-squadron:before{content:""}.razox-icon-php:before{content:""}.razox-icon-pied-piper-alt:before{content:""}.razox-icon-pied-piper-hat:before{content:""}.razox-icon-pied-piper-pp:before{content:""}.razox-icon-pied-piper-square:before{content:""}.razox-icon-pied-piper:before{content:""}.razox-icon-pinterest-p:before{content:""}.razox-icon-pinterest-square:before{content:""}.razox-icon-pinterest:before{content:""}.razox-icon-playstation:before{content:""}.razox-icon-product-hunt:before{content:""}.razox-icon-pushed:before{content:""}.razox-icon-python:before{content:""}.razox-icon-qq:before{content:""}.razox-icon-quinscape:before{content:""}.razox-icon-quora:before{content:""}.razox-icon-r-project:before{content:""}.razox-icon-raspberry-pi:before{content:""}.razox-icon-ravelry:before{content:""}.razox-icon-react:before{content:""}.razox-icon-reacteurope:before{content:""}.razox-icon-readme:before{content:""}.razox-icon-rebel:before{content:""}.razox-icon-red-river:before{content:""}.razox-icon-reddit-alien:before{content:""}.razox-icon-reddit-square:before{content:""}.razox-icon-reddit:before{content:""}.razox-icon-redhat:before{content:""}.razox-icon-renren:before{content:""}.razox-icon-replyd:before{content:""}.razox-icon-researchgate:before{content:""}.razox-icon-resolving:before{content:""}.razox-icon-rev:before{content:""}.razox-icon-rocketchat:before{content:""}.razox-icon-rockrms:before{content:""}.razox-icon-rust:before{content:""}.razox-icon-safari:before{content:""}.razox-icon-salesforce:before{content:""}.razox-icon-sass:before{content:""}.razox-icon-schlix:before{content:""}.razox-icon-scribd:before{content:""}.razox-icon-searchengin:before{content:""}.razox-icon-sellcast:before{content:""}.razox-icon-sellsy:before{content:""}.razox-icon-servicestack:before{content:""}.razox-icon-shirtsinbulk:before{content:""}.razox-icon-shopify:before{content:""}.razox-icon-shopware:before{content:""}.razox-icon-simplybuilt:before{content:""}.razox-icon-sistrix:before{content:""}.razox-icon-sith:before{content:""}.razox-icon-sketch:before{content:""}.razox-icon-skyatlas:before{content:""}.razox-icon-skype:before{content:""}.razox-icon-slack:before{content:""}.razox-icon-slideshare:before{content:""}.razox-icon-snapchat-square:before{content:""}.razox-icon-snapchat:before{content:""}.razox-icon-soundcloud:before{content:""}.razox-icon-sourcetree:before{content:""}.razox-icon-speakap:before{content:""}.razox-icon-speaker-deck:before{content:""}.razox-icon-spotify:before{content:""}.razox-icon-square-font-awesome-stroke:before{content:""}.razox-icon-square-font-awesome:before{content:""}.razox-icon-squarespace:before{content:""}.razox-icon-stack-exchange:before{content:""}.razox-icon-stack-overflow:before{content:""}.razox-icon-stackpath:before{content:""}.razox-icon-staylinked:before{content:""}.razox-icon-steam-square:before{content:""}.razox-icon-steam-symbol:before{content:""}.razox-icon-steam:before{content:""}.razox-icon-sticker-mule:before{content:""}.razox-icon-strava:before{content:""}.razox-icon-stripe-s:before{content:""}.razox-icon-stripe:before{content:""}.razox-icon-studiovinari:before{content:""}.razox-icon-stumbleupon-circle:before{content:""}.razox-icon-stumbleupon:before{content:""}.razox-icon-superpowers:before{content:""}.razox-icon-supple:before{content:""}.razox-icon-suse:before{content:""}.razox-icon-swift:before{content:""}.razox-icon-symfony:before{content:""}.razox-icon-teamspeak:before{content:""}.razox-icon-telegram:before{content:""}.razox-icon-tencent-weibo:before{content:""}.razox-icon-the-red-yeti:before{content:""}.razox-icon-themeco:before{content:""}.razox-icon-themeisle:before{content:""}.razox-icon-think-peaks:before{content:""}.razox-icon-tiktok:before{content:""}.razox-icon-trade-federation:before{content:""}.razox-icon-trello:before{content:""}.razox-icon-tripadvisor:before{content:""}.razox-icon-tumblr-square:before{content:""}.razox-icon-tumblr:before{content:""}.razox-icon-twitch:before{content:""}.razox-icon-twitter-square:before{content:""}.razox-icon-twitter:before{content:""}.razox-icon-typo3:before{content:""}.razox-icon-uber:before{content:""}.razox-icon-ubuntu:before{content:""}.razox-icon-uikit:before{content:""}.razox-icon-umbraco:before{content:""}.razox-icon-uncharted:before{content:""}.razox-icon-uniregistry:before{content:""}.razox-icon-unity:before{content:""}.razox-icon-unsplash:before{content:""}.razox-icon-untappd:before{content:""}.razox-icon-ups:before{content:""}.razox-icon-usb:before{content:""}.razox-icon-usps:before{content:""}.razox-icon-ussunnah:before{content:""}.razox-icon-vaadin:before{content:""}.razox-icon-viacoin:before{content:""}.razox-icon-viadeo-square:before{content:""}.razox-icon-viadeo:before{content:""}.razox-icon-viber:before{content:""}.razox-icon-vimeo-square:before{content:""}.razox-icon-vimeo-v:before{content:""}.razox-icon-vimeo:before{content:""}.razox-icon-vine:before{content:""}.razox-icon-vk:before{content:""}.razox-icon-vnv:before{content:""}.razox-icon-vuejs:before{content:""}.razox-icon-watchman-monitoring:before{content:""}.razox-icon-waze:before{content:""}.razox-icon-weebly:before{content:""}.razox-icon-weibo:before{content:""}.razox-icon-weixin:before{content:""}.razox-icon-whatsapp-square:before{content:""}.razox-icon-whatsapp:before{content:""}.razox-icon-whmcs:before{content:""}.razox-icon-wikipedia-w:before{content:""}.razox-icon-windows:before{content:""}.razox-icon-wix:before{content:""}.razox-icon-wizards-of-the-coast:before{content:""}.razox-icon-wodu:before{content:""}.razox-icon-wolf-pack-battalion:before{content:""}.razox-icon-wordpress-simple:before{content:""}.razox-icon-wordpress:before{content:""}.razox-icon-wpbeginner:before{content:""}.razox-icon-wpexplorer:before{content:""}.razox-icon-wpforms:before{content:""}.razox-icon-wpressr:before{content:""}.razox-icon-xbox:before{content:""}.razox-icon-xing-square:before{content:""}.razox-icon-xing:before{content:""}.razox-icon-y-combinator:before{content:""}.razox-icon-yahoo:before{content:""}.razox-icon-yammer:before{content:""}.razox-icon-yandex-international:before{content:""}.razox-icon-yandex:before{content:""}.razox-icon-yarn:before{content:""}.razox-icon-yelp:before{content:""}.razox-icon-yoast:before{content:""}.razox-icon-youtube-square:before{content:""}.razox-icon-youtube:before{content:""}.razox-icon-zhihu:before{content:""}/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

 @font-face{ font-display:swap;font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal }: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}/*!
Theme Name:   Razox
Theme URI:    http://demo2.pavothemes.com/razox/
Author:       Pavothemes
Author URI:   http://pavothemes.com/
Description:  Razox is a dynamic and immersive e-commerce solution tailored for businesses in the gaming industry. With its sleek design and robust features, Razox offers the perfect platform to showcase gaming gear and accessories, creating an engaging and seamless shopping experience for customers.
Version:      2.0.6
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  razox
Tags:         esports, esports website, fantasy player, game, game portal, game studio, game website, gamer, gaming, gaming community, online streamer, tournament, tournament gaming, video game
*/
 html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}::selection{text-shadow:none;color:#fff;background:var(--e-global-color-primary)}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:#fff0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:var(--e-global-color-secondary)}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:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;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}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}:root{--e-global-color-primary:#DE3431;--e-global-color-secondary:#000000;--e-global-color-tertiary:#7FD07E;--e-global-color-text:#555555;--e-global-color-accent:#222222;--e-global-color-lighter:#888888;--e-global-color-dark:#000000;--e-global-color-border:#DFE1E7;--e-global-color-highlight:#FF922D;--e-global-typography-primary-font-family:Rajdhani, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-letter-spacing:normal;--e-global-typography-primary-line-height:1.215;--e-global-typography-secondary-font-family:Rajdhani, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-letter-spacing:normal;--e-global-typography-secondary-line-height:1.215;--e-global-typography-tertiary-font-family:Rajdhani, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;--e-global-typography-tertiary-font-weight:400;--e-global-typography-tertiary-text-transform:none;--e-global-typography-tertiary-font-style:normal;--e-global-typography-tertiary-text-decoration:none;--e-global-typography-tertiary-letter-spacing:normal;--e-global-typography-tertiary-line-height:1.625;--e-global-typography-text-size:16px;--e-global-typography-text-font-family:Rajdhani, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;--e-global-typography-text-font-weight:500;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-letter-spacing:0;--e-global-typography-text-line-height:1.625;--e-global-typography-accent-font-family:Rajdhani, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-letter-spacing:0.2em;--e-global-typography-accent-line-height:1.625;--container-max-width:1290px;--grid-column-gap:15px;--grid-row-gap:15px;--e-global-column-to-show:4;--e-global-border-radius:0;--body-color:#fff}@media (min-width:768px){:root{--grid-column-gap:30px;--grid-row-gap:30px}}body{-ms-word-wrap:break-word;word-wrap:break-word;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--body-color);overflow-x:hidden}body,button,input,textarea{font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);color:var(--e-global-color-text);font-size:var(--e-global-typography-text-size);text-rendering:optimizeLegibility}select{color:initial;font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);max-width:100%}h1,h2,h3,h4,h5,h6{clear:both;margin:0 0 .5407797364em;color:var(--e-global-color-secondary);font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing)}.comment-body .comment-text h1,.comment-body .comment-text h2,.comment-body .comment-text h3,.comment-body .comment-text h4,.comment-body .comment-text h5,.comment-body .comment-text h6{padding:1em 0 0}h1,.alpha{font-size:64px;font-size:4rem}h2,.beta{font-size:50px;font-size:3.125rem}h3,.gamma{font-size:40px;font-size:2.5rem}h4,.delta{font-size:30px;font-size:1.875rem}h5{font-size:24px;font-size:1.5rem}h6{font-size:20px;font-size:1.25rem}.alpha,.beta,.gamma,.delta{display:block}p+h2,p+header h2,p+h3,p+h4,ul+h2,ul+header h2,ul+h3,ul+h4,ol+h2,ol+header h2,ol+h3,ol+h4,table+h2,table+header h2,table+h3,table+h4,blockquote+h2,blockquote+header h2,blockquote+h3,blockquote+h4,form+h2,form+header h2,form+h3,form+h4{margin-top:1em}hr{background-color:#000;border:0;height:1px;margin:0 0 1em}p{margin:0 0 1.5em}ul,ol{margin:0 0 1em 3em;padding:0}ul{list-style:disc}ol{list-style:decimal}li>ul,li>ol{margin-bottom:0;margin-left:1em}dt{font-weight:var(--e-global-typography-primary-font-weight)}dd{margin:0 0 1.41577975em}b,strong{font-weight:var(--e-global-typography-primary-font-weight)}dfn,cite,em,i{font-style:italic}blockquote{font-size:20px;font-size:1.25rem;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);color:var(--e-global-color-secondary);line-height:1.27;margin:10px auto 30px auto;display:flex;grid-row-gap:11px;flex-direction:column;padding:30px 0 0 159px;position:relative;border-top:1px solid var(--e-global-color-secondary)}@media (max-width:768px){blockquote{padding:30px 0 0 70px}}blockquote:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";position:absolute;top:30px;left:0;color:var(--e-global-color-primary);font-size:80px;font-size:5rem}@media (max-width:768px){blockquote:before{font-size:30px;font-size:1.875rem}}blockquote p{position:relative;font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);font-size:24px;font-size:1.5rem;color:var(--e-global-color-secondary);margin-bottom:0;line-height:1.5}blockquote p:last-child{margin-bottom:0}blockquote span{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:15px;font-size:.9375rem;line-height:25px;color:var(--e-global-color-text)}blockquote .author{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:12px;font-size:.75rem;line-height:1.5;color:var(--e-global-color-secondary);text-transform:uppercase}address{margin:0 0 1em}pre{background:rgb(0 0 0 / .1);font-family:"Courier 10 Pitch",Courier,monospace;margin-bottom:1.618034em;padding:1.618034em;overflow:auto;max-width:100%}code,kbd,tt,var{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;background-color:rgb(0 0 0 / .05);padding:.202em .5407797364em}abbr,acronym{border-bottom:1px dotted #666;cursor:help}mark,ins{text-decoration:none;font-weight:var(--e-global-typography-primary-font-weight);background:#fff0}sup,sub{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}figure{margin:0}table{margin:0 0 1.41577975em;width:100%}img{height:auto;max-width:100%;display:block}a{color:var(--e-global-color-secondary);text-decoration:none;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}a:hover{text-decoration:none}:focus{outline:none}.razox-cute *{font-family:"Comic Sans MS",sans-serif}.hidden{display:none!important}*,*:after,*:before{box-sizing:border-box}body.loading{position:relative}body.loading::after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";animation:fa-spin 0.75s linear infinite;height:40px;width:40px;line-height:40px;font-size:40px;position:fixed;top:50%;left:50%;display:block;z-index:999999;color:#fff}body.loading:before{content:"";display:block;position:fixed;width:100vw;height:100vh;left:0;top:0;background-color:rgb(0 0 0 / .7);z-index:999998}.site{overflow-x:hidden}.site-content,.header-widget-region{-webkit-tap-highlight-color:#fff0}.lazyloaded{transition:all 0.3s!important}.overflow-hidden{overflow:hidden}#page .site-content{margin-top:15px;margin-bottom:80px;z-index:1;position:relative;padding-left:15px;padding-right:15px}@media (min-width:768px){#page .site-content{margin-top:50px;margin-bottom:80px;padding-left:30px;padding-right:30px}}body.elementor-page #page .site-content{padding-left:0;padding-right:0}body.single-product #page .site-content{margin-top:15px;margin-bottom:80px;z-index:1;position:relative;padding-left:15px;padding-right:15px}@media (min-width:768px){body.single-product #page .site-content{margin-top:50px;margin-bottom:80px;padding-left:30px;padding-right:30px}}body.elementor-page #page .site-content,body.page-template-template-homepage #page .site-content,body.home:not(.blog) #page .site-content{margin-top:0;margin-bottom:0}body.woocommerce-account #page .site-content,body.woocommerce-checkout #page .site-content,body.woocommerce-cart #page .site-content{margin-top:60px}#page .breadcrumb-wrap{margin-top:0}body.home #page .razox-breadcrumb,body.error404 #page .razox-breadcrumb{display:none}@keyframes mf-spin-fast{0%{-webkit-transform:rotate(0);transform:rotate(0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}50%{-webkit-transform:rotate(900deg);transform:rotate(900deg);animation-timing-function:cubic-bezier(.215,.61,.355,1)}to{-webkit-transform:rotate(1800deg);transform:rotate(1800deg)}}@-webkit-keyframes mf-spin-fast{0%{-webkit-transform:rotate(0);transform:rotate(0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}50%{-webkit-transform:rotate(900deg);transform:rotate(900deg);animation-timing-function:cubic-bezier(.215,.61,.355,1)}to{-webkit-transform:rotate(1800deg);transform:rotate(1800deg)}}@-o-keyframes mf-spin-fast{0%{-webkit-transform:rotate(0);transform:rotate(0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}50%{-webkit-transform:rotate(900deg);transform:rotate(900deg);animation-timing-function:cubic-bezier(.215,.61,.355,1)}to{-webkit-transform:rotate(1800deg);transform:rotate(1800deg)}}@-ms-keyframes mf-spin-fast{0%{-webkit-transform:rotate(0);transform:rotate(0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}50%{-webkit-transform:rotate(900deg);transform:rotate(900deg);animation-timing-function:cubic-bezier(.215,.61,.355,1)}to{-webkit-transform:rotate(1800deg);transform:rotate(1800deg)}}.global-tooltip,.tippy-box{display:none;position:absolute;-webkit-box-shadow:0 1px 6px rgb(0 0 0 / .25);box-shadow:0 1px 6px rgb(0 0 0 / .25);background-color:#fff;color:#000;border-radius:10px;width:395px;z-index:999;overflow:hidden}.global-tooltip .tooltip-inner .tooltip-name,.tippy-box .tooltip-inner .tooltip-name{background-color:#000;box-shadow:0 0 30px 0 #00000012;padding:17px 30px}.global-tooltip .tooltip-inner .tooltip-name .woocommerce-loop-product__title,.tippy-box .tooltip-inner .tooltip-name .woocommerce-loop-product__title{color:#fff;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);font-size:18px;font-size:1.125rem;line-height:1.3;margin:0}.global-tooltip .tooltip-inner .tooltip-name .woocommerce-loop-product__title a,.tippy-box .tooltip-inner .tooltip-name .woocommerce-loop-product__title a{color:#fff}.global-tooltip .tooltip-inner .tooltip-desc,.tippy-box .tooltip-inner .tooltip-desc{padding:16px 30px 33px}.global-tooltip .tooltip-inner .tooltip-info,.tippy-box .tooltip-inner .tooltip-info{padding:0 0 13px;border-bottom:1px solid #DFE1E7}.global-tooltip .tooltip-inner .tooltip-info .table-info,.tippy-box .tooltip-inner .tooltip-info .table-info{margin:0}.global-tooltip .tooltip-inner .tooltip-info .table-info .label,.tippy-box .tooltip-inner .tooltip-info .table-info .label{width:112px;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);padding:0;font-size:16px;font-size:1rem;line-height:1.875;color:#000}.global-tooltip .tooltip-inner .tooltip-info .table-info .info,.tippy-box .tooltip-inner .tooltip-info .table-info .info{padding:0;color:#555}.global-tooltip .tooltip-inner .tooltip-info .price,.tippy-box .tooltip-inner .tooltip-info .price{display:flex;flex-direction:row;font-size:16px;font-size:1rem;line-height:1.875;align-items:center;gap:6px;color:#888}.global-tooltip .tooltip-inner .tooltip-info .price del,.tippy-box .tooltip-inner .tooltip-info .price del{color:#888}.global-tooltip .tooltip-inner .tooltip-info .inventory_status,.tippy-box .tooltip-inner .tooltip-info .inventory_status{background-color:#fff0;color:#7FD07E;font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);font-size:16px;font-size:1rem;line-height:1.875;margin:0;padding:0}.global-tooltip .tooltip-inner .tooltip-info .out-stock,.tippy-box .tooltip-inner .tooltip-info .out-stock{border:none;color:#888}.global-tooltip .tooltip-inner .tooltip-features,.tippy-box .tooltip-inner .tooltip-features{padding:12px 0 0}.global-tooltip .tooltip-inner .tooltip-features .label-features,.tippy-box .tooltip-inner .tooltip-features .label-features{color:#000;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:20px;font-size:1.25rem;line-height:1.5}.global-tooltip .tooltip-inner .tooltip-features ul,.tippy-box .tooltip-inner .tooltip-features ul{list-style:none;margin:0}.global-tooltip .tooltip-inner .tooltip-features ul li,.tippy-box .tooltip-inner .tooltip-features ul li{position:relative;padding-left:14px;color:#555}.global-tooltip .tooltip-inner .tooltip-features ul li:before,.tippy-box .tooltip-inner .tooltip-features ul li:before{content:"";width:2px;height:3px;background-color:#555;position:absolute;top:50%;left:2px;transform:translate(0,-50%)}.global-tooltip .tooltip-inner .tooltip-gift,.tippy-box .tooltip-inner .tooltip-gift{padding:13px 0 0}.global-tooltip .tooltip-inner .tooltip-gift .label-gift,.tippy-box .tooltip-inner .tooltip-gift .label-gift{font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);font-size:14px;font-size:.875rem;color:#fff;background-color:#2D81FF;padding:5px 9px 4px 9px;text-transform:uppercase;border-radius:5px 5px 0 0;display:inline-block;margin:0}.global-tooltip .tooltip-inner .tooltip-gift .label-gift:before,.tippy-box .tooltip-inner .tooltip-gift .label-gift:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";font-size:14px;font-size:.875rem;margin-right:6px}.global-tooltip .tooltip-inner .tooltip-gift ul,.tippy-box .tooltip-inner .tooltip-gift ul{border:1px solid #2D81FF;list-style:none;margin:0;padding:15px 20px 26px;border-radius:0 3px 3px}.global-tooltip .tooltip-inner .tooltip-gift ul li,.tippy-box .tooltip-inner .tooltip-gift ul li{display:flex;align-items:baseline;position:relative;color:#555}.global-tooltip .tooltip-inner .tooltip-gift ul li:before,.tippy-box .tooltip-inner .tooltip-gift ul li:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";font-size:14px;font-size:.875rem;color:#DE3431;margin-right:11px}.col-full{margin-left:auto;margin-right:auto;max-width:min(100%, var(--container-max-width, 1140px))}.col-full::before,.col-full::after{content:"";display:table}.col-full::after{clear:both}.page-template-template-homepage .col-full{max-width:100%}@media (max-width:767px){.e-con.e-flex{--flex-wrap:nowrap}}.page-template-template-homepage #primary,.page-template-template-homepage .site-main{margin-bottom:0}.header-container{margin-left:auto;margin-right:auto;max-width:var(--container-max-width)}.header-container::before,.header-container::after{content:"";display:table}.header-container::after{clear:both}.d-none{display:none}.container{margin-left:auto;margin-right:auto;width:100%;max-width:1290px}@media (min-width:768px) and (max-width:1290px){.container{padding-left:30px;padding-right:30px;width:auto}}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}[class*=" column-"],[class^=column-]{padding-left:15px;padding-right:15px}.column-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.column-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.column-3{flex:0 0 25%;max-width:25%}.column-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.column-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.column-6{flex:0 0 50%;max-width:50%}.column-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.column-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.column-9{flex:0 0 75%;max-width:75%}.column-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.column-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.column-12{flex:0 0 100%;max-width:100%}@media (min-width:768px){.column-tablet-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.column-tablet-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.column-tablet-3{flex:0 0 25%;max-width:25%}.column-tablet-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.column-tablet-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.column-tablet-6{flex:0 0 50%;max-width:50%}.column-tablet-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.column-tablet-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.column-tablet-9{flex:0 0 75%;max-width:75%}.column-tablet-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.column-tablet-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.column-tablet-12{flex:0 0 100%;max-width:100%}}@media (min-width:1024px){.column-desktop-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.column-desktop-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.column-desktop-3{flex:0 0 25%;max-width:25%}.column-desktop-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.column-desktop-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.column-desktop-6{flex:0 0 50%;max-width:50%}.column-desktop-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.column-desktop-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.column-desktop-9{flex:0 0 75%;max-width:75%}.column-desktop-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.column-desktop-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.column-desktop-12{flex:0 0 100%;max-width:100%}}@media (max-width:375px){div[class*=elementor-grid-] .elementor-grid{grid-template-columns:repeat(1,1fr)}}.site-header{background-position:center center;position:relative;z-index:996;padding-left:15px;padding-right:15px}@media (min-width:768px){.site-header{padding-left:30px;padding-right:30px}}.site-header .site-logo-anchor,.site-header .site-logo-link,.site-header .custom-logo-link{display:block;margin-bottom:0}.site-header .widget{margin-bottom:0}.site-header [data-elementor-type=wp-post],.site-header [data-elementor-type=wp-page]{width:100vw;margin-left:50%;-ms-transform:translateX(-50%);-o-transform:translateX(-50%);-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%)}.header-main{display:flex;align-items:center;min-height:60px}@media (min-width:1024px){.header-main{min-height:80px;justify-content:space-between}}.site-branding{margin-bottom:0;display:block;clear:both}.site-branding .custom-logo-link+.site-branding-text{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!important}.site-branding .custom-logo-link+.site-branding-text:focus{background-color:#f1f1f1;color:#21759b;border-radius:5px;-webkit-box-shadow:0 0 2px 2px rgb(0 0 0 / .6);box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;display:block;font-size:14px;font-size:.875rem;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.site-branding img{height:auto}.site-branding .site-title{font-size:1.5em;letter-spacing:-1px;margin:0;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing)}@media (min-width:1366px){.site-branding .site-title{font-size:2em}}.site-branding .site-description{font-size:.875em;display:none}.site-branding .logo{margin:0}.site-header-account{position:relative}@media (max-width:1024px){.site-header-account{display:none}}.site-header-account>a{white-space:nowrap;display:block}.site-header-account .login-form-title{font-size:18px;font-size:1.125rem;color:#333;margin-bottom:0}.site-header-account .account-dropdown{text-align:left;right:0;top:100%;position:absolute;pointer-events:none;opacity:0;z-index:100;visibility:hidden;margin-top:15px}.site-header-account .account-dropdown .result-error{margin:1em 0}#elementor-sidebar .site-header-account .account-dropdown{left:0;right:unset}.site-header-account .account-dropdown.right{left:0;right:unset}.site-header-account .account-dropdown.right .account-wrap:before{left:20px;right:unset}.site-header-account .account-dropdown.justify{right:50%;transform:translateX(50%)}.site-header-account .account-dropdown.justify .account-wrap:before{right:50%;transform:translateX(50%) rotate(45deg)}.site-header-account .account-dropdown a.register-link,.site-header-account .account-dropdown a.lostpass-link{color:var(--e-global-color-lighter);font-size:14px;font-size:.875rem}.site-header-account .account-dropdown a.register-link:hover,.site-header-account .account-dropdown a.lostpass-link:hover{color:var(--e-global-color-secondary)}.site-header-account .account-dropdown a.lostpass-link{text-decoration:underline dotted}.site-header-account .account-dropdown label{margin-bottom:5px;font-size:14px;font-size:.875rem;line-height:1.5}.site-header-account .account-dropdown p{margin-bottom:15px}.site-header-account .account-dropdown input,.site-header-account .account-dropdown button{line-height:normal!important;border-width:1px;padding:15px;width:100%}.site-header-account .account-dropdown button{text-transform:uppercase;border-color:#000}.site-header-account .account-dropdown .account-wrap{display:block!important;position:relative;background-color:var(--body-color);box-shadow:0 4px 30px 0 rgb(0 0 0 / .1);border:0}.site-header-account .account-dropdown .login-form-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.site-header-account .account-dropdown .login-form-bottom{text-align:right}.site-header-account .account-dropdown .razox-login-form-ajax{margin-bottom:5px}.site-header-account .account-dropdown .account-inner{width:320px;padding:20px;max-height:500px;overflow:auto}.site-header-account .account-dropdown .account-inner.dashboard{width:210px;padding:20px 0}.site-header-account .account-dropdown .account-inner::-webkit-scrollbar{width:3px}.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 3px rgb(0 0 0 / .3);background-color:#F5F5F5}.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-thumb{background-color:#000}.site-header-account .account-links-menu,.site-header-account .account-dashboard{list-style:none;margin:0}.site-header-account .account-links-menu li a,.site-header-account .account-dashboard li a{width:100%;text-align:left;color:var(--e-global-color-text);font-size:14px;font-size:.875rem;line-height:1.5;display:block;padding:7px 30px}.site-header-account .account-links-menu li a:hover,.site-header-account .account-dashboard li a:hover{color:var(--e-global-color-primary);background-color:rgb(0 0 0 / .035)}@media (max-width:1024px){.site-header-search{display:none}}.site-header-search>a{white-space:nowrap;display:block}.site-header-search>a i{font-size:22px;font-size:1.375rem;color:var(--e-global-color-secondary)}.site-header-search>a:hover i{color:var(--e-global-color-primary)}@media (max-width:1024px){.site-header-wishlist{display:none}}.site-header-wishlist .header-wishlist{position:relative;display:block}@media (min-width:1024px){.site-header-cart.header-cart-mobile{display:none}}.site-header-cart.header-cart-mobile .cart-contents:before{font-size:20px;font-size:1.25rem;color:var(--e-global-color-secondary)}.site-header-cart.header-cart-mobile .count{display:inline-block;vertical-align:text-top;margin-left:2px;line-height:1;font-size:10px;font-size:.625rem;font-weight:var(--e-global-typography-primary-font-weight);text-align:center;top:10px;right:-10px;letter-spacing:0;color:var(--e-global-color-secondary)}.site-header-cart.header-cart-mobile .amount{display:none}.site-header-cart.header-cart-mobile+.menu-mobile-nav-button{order:-1}@media (max-width:1023px){.header-group-mobile{display:flex;align-items:center;justify-content:space-between}}.header-group-action{gap:21px}.header-group-action .site-header-account .account-dropdown.active{pointer-events:auto;opacity:1;visibility:visible;z-index:999}.header-group-action .site-header-account a i{font-size:19px;font-size:1.1875rem;color:var(--e-global-color-secondary);font-weight:var(--e-global-typography-primary-font-weight)}.header-group-action .site-header-account a:hover i{color:var(--e-global-color-primary)}.header-group-action .site-header-wishlist a i{font-size:21px;font-size:1.3125rem;color:var(--e-global-color-secondary)}.header-group-action .site-header-wishlist a:hover i{color:var(--e-global-color-primary)}.header-group-action .site-header-wishlist .count{display:inline-flex;font-size:12px;font-size:.75rem;position:absolute;right:-7px;color:#fff;width:16px;height:16px;border-radius:50%;background-color:var(--e-global-color-primary);align-items:center;justify-content:center;padding-top:1px}.header-group-action .site-header-cart .cart-contents:before{font-size:22px;font-size:1.375rem;color:var(--e-global-color-secondary);font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:""}.header-group-action .site-header-cart .cart-contents:hover:before{color:var(--e-global-color-primary)}.header-group-action .site-header-cart .count{display:inline-flex;font-size:12px;font-size:.75rem;position:absolute;top:-5px;right:-11px;color:#fff;width:16px;height:16px;border-radius:50%;background-color:var(--e-global-color-primary);align-items:center;justify-content:center;padding-top:1px}.header-group-action .site-header-cart .woocommerce-Price-amount{display:none;font-size:14px;font-size:.875rem;font-weight:var(--e-global-typography-primary-font-weight);margin-left:10px;margin-top:5px}@media (max-width:1024px){.bg-header-1{background-color:var(--e-global-color-primary)}}.header-1{border-bottom:1px solid;border-color:var(--e-global-color-border)}@media (max-width:1023px){.header-1 .header-left{display:flex;align-items:center;justify-content:space-between;width:100%}}.header-1 .header-right{display:flex;align-items:center;justify-content:flex-end}.header-1 .header-right .header-group-action{display:flex;align-items:center;justify-content:flex-end}.header-1 .header-right .header-group-action.left{justify-content:flex-start}.header-1 .header-right .header-group-action.center{justify-content:center}.header-1 .header-right .header-group-action>div{position:relative;text-align:center}.header-1 .header-right .header-group-action>div>a{-ms-transition:all 0.2s ease;-o-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.header-1 .header-right .header-group-action .site-search{width:100%}.header-1 .header-right .header-group-action .site-search .widget_product_search{margin-bottom:0}@media (min-width:1024px){.header-1 .site-branding{text-align:left;margin-right:24px}}.header-1 .site-branding img{width:126px}@media (max-width:1120px){.header-1 .order-wrap{display:none}}.search-popup-active{overflow:hidden}header .site-search{margin-bottom:0}.site-search-popup-overlay{position:fixed;width:100vw;height:100vh;top:0;bottom:0;left:0;z-index:997;opacity:0;pointer-events:none;background-color:rgb(0 0 0 / .7);visibility:hidden;transition:opacity 0.3s cubic-bezier(0,.35,.25,1),visibility 0.3s cubic-bezier(0,.35,.25,1)}.site-search-popup{position:fixed;width:100vw;top:0;left:0;z-index:99999;background-color:#fff;transition:all ease-in-out 0.3s;visibility:hidden;pointer-events:none;opacity:0}.site-search-popup.active{visibility:visible;pointer-events:auto}.site-search-popup.active .site-search-popup-wrap .site-search{opacity:1;visibility:visible;transition:opacity 0.3s ease-in-out 0.3s,visibility 0.3s ease-in-out 0.3s}.site-search-popup.active+.site-search-popup-overlay{opacity:.5;visibility:visible;pointer-events:auto}.site-search-popup.fadein{-webkit-animation:cover_search_fade_in 0.3s ease both;animation:cover_search_fade_in 0.3s ease both}.site-search-popup.fadeout{-webkit-animation:cover_search_fade_out 0.3s ease both;animation:cover_search_fade_out 0.3s ease both}.site-search-popup .site-search-popup-wrap{display:flex;align-items:center;justify-content:center;position:relative;margin-left:auto;margin-right:auto;padding:7px 20px;width:100%}@media (min-width:768px){.site-search-popup .site-search-popup-wrap{padding:7px 70px}}.site-search-popup .site-search-popup-wrap .site-search-popup-close{right:15px;top:5px;order:2;color:#000;font-size:24px;font-size:1.5rem}@media (max-width:767px){.site-search-popup .site-search-popup-wrap .site-search-popup-close{top:5px;right:15px}}.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover{color:var(--e-global-color-primary)}.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover line,.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover path{-webkit-animation:pavo-draw 0.9s cubic-bezier(.22,.61,.36,1) forwards;animation:pavo-draw 0.9s cubic-bezier(.22,.61,.36,1) forwards}.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover path{-webkit-animation-delay:0.1s;animation-delay:0.1s}.site-search-popup .site-search-popup-wrap form:before{display:none}.site-search-popup .site-search-popup-wrap .site-search{display:block;width:100%;position:relative;opacity:0;visibility:hidden;transition:opacity 0.2s ease-in-out,visibility 0.2s ease-in-out}.site-search-popup .site-search-popup-wrap .site-search input.search-field{font-size:24px;font-size:1.5rem;background-color:#fff0;border:none;padding-left:0;padding-right:0}.site-search-popup .site-search-popup-wrap .site-search input[type=submit],.site-search-popup .site-search-popup-wrap .site-search button[type=submit]{font-size:0;font-size:0rem;padding-left:0}.site-search-popup .site-search-popup-wrap .site-search .widget{margin-bottom:0;border:none;padding:0}.site-search-popup .site-search-popup-wrap .site-search .ajax-search-result{max-height:50vh}@-webkit-keyframes pavo-draw{0%,100%{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}42%{-webkit-clip-path:inset(0 0 0 100%);clip-path:inset(0 0 0 100%)}43%{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}}@keyframes pavo-draw{0%,100%{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}42%{-webkit-clip-path:inset(0 0 0 100%);clip-path:inset(0 0 0 100%)}43%{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}}@-webkit-keyframes cover_search_fade_out{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}@keyframes cover_search_fade_out{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}@-webkit-keyframes cover_search_fade_in{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}@keyframes cover_search_fade_in{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}.header-vetical{position:fixed;left:0;top:0;height:100vh;overflow-y:auto;overflow-x:hidden}.header-vetical>.e-con-inner{height:auto}@media (min-width:881px){.header-vetical{width:120px}}@media (max-width:880px){.header-vetical{width:70px}}.razox-mobile-nav{display:flex;flex-direction:column;justify-content:space-between;position:fixed;width:330px;top:0;bottom:0;left:0;z-index:9999;overflow:hidden;overflow-y:auto;background-color:#fff;transition:transform 0.25s ease;-webkit-transform:translate3d(-330px,0,0);transform:translate3d(-330px,0,0)}.mobile-nav-active .razox-mobile-nav{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.admin-bar .razox-mobile-nav{top:46px}@media (min-width:783px){.admin-bar .razox-mobile-nav{top:32px}}@media (min-width:601px) and (max-width:782px){.admin-bar .razox-mobile-nav{top:46px}}.razox-mobile-nav .search-form{margin-top:1em}.razox-mobile-nav .razox-social{border-top:1px solid #0e0e0e;padding:.5em;margin-top:1rem}body .razox-mobile-nav .razox-social ul li a:before{color:#fff}.razox-mobile-nav .razox-language-switcher-mobile{line-height:0;padding:0 30px}.razox-mobile-nav .razox-language-switcher-mobile .menu{list-style:none;margin:0;padding:10px 0;border-top:1px solid;border-top-color:var(--e-global-color-border)}.razox-mobile-nav .razox-language-switcher-mobile .item{display:inline-block;margin-bottom:5px;margin-top:5px}.razox-mobile-nav .razox-language-switcher-mobile .item .language-switcher-head{padding-right:5px}.razox-mobile-nav .razox-language-switcher-mobile .item a{display:block;padding:0 5px}.razox-mobile-nav .razox-language-switcher-mobile .item:last-child{margin-right:0}.razox-mobile-nav .razox-language-switcher-mobile .item img{width:24px;height:16px;object-fit:cover}.razox-mobile-nav .mobile-nav-tabs{clear:both;padding:0 30px}.razox-mobile-nav .mobile-nav-tabs ul{display:flex;align-items:center;flex-direction:row;list-style:none;margin:0}.razox-mobile-nav .mobile-nav-tabs ul li{display:flex;align-items:center;position:relative;text-align:left;font-size:14px;font-size:.875rem;font-weight:var(--e-global-typography-primary-font-weight);line-height:20px;padding-top:20px;padding-bottom:20px;cursor:pointer;color:#222;text-transform:uppercase}.razox-mobile-nav .mobile-nav-tabs ul li i{color:#000;font-size:15px;font-size:.9375rem;margin-right:10px}.razox-mobile-nav .mobile-nav-tabs ul li:before{content:"";display:inline-block;position:absolute;height:2px;width:100%;bottom:0;opacity:0;visibility:hidden;-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6);-webkit-transition:all 0.3s ease;transition:all 0.3s ease;background-color:var(--e-global-color-primary)}.razox-mobile-nav .mobile-nav-tabs ul li.active:before{opacity:1;visibility:visible;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.razox-mobile-nav .mobile-nav-tabs ul .mobile-pages-title{margin-right:15px}.razox-mobile-nav .mobile-nav-tabs ul .mobile-categories-title{margin-left:15px}.razox-mobile-nav .mobile-menu-tab{display:none;padding:0 30px}.razox-mobile-nav .mobile-menu-tab.active{display:block}.mobile-nav-close{float:right;clear:both;position:absolute;line-height:1;top:22px;right:24px;padding:0;width:20px;height:20px;text-align:center;z-index:99;color:#000}.mobile-nav-close:hover,.mobile-nav-close:focus{color:#DE3431}.razox-overlay{position:fixed;width:100vw;height:100vh;top:0;bottom:0;left:0;z-index:997;opacity:0;background-color:rgb(0 0 0 / .7);visibility:hidden;transition:opacity 0.25s ease,visibility 0s ease}.mobile-nav-active .razox-overlay{visibility:visible;opacity:1}.razox-info-button,.menu-mobile-nav-button{display:block;font-size:15px;font-size:.9375rem;color:var(--e-global-color-secondary)}@media (min-width:1024px){.razox-info-button,.menu-mobile-nav-button{display:none}}.razox-info-button .razox-icon,.menu-mobile-nav-button .razox-icon{display:flex;flex-direction:column}.razox-info-button .razox-icon span,.menu-mobile-nav-button .razox-icon span{display:inline-block;height:2px;width:17px;margin-bottom:3px;border-radius:10px;transition:all 0.09s ease;background-color:var(--e-global-color-secondary)}.razox-info-button .razox-icon span:last-child,.menu-mobile-nav-button .razox-icon span:last-child{margin-bottom:0}.razox-info-button:hover .screen-reader-text,.menu-mobile-nav-button:hover .screen-reader-text{color:var(--e-global-color-secondary)!important}.razox-info-button:hover .razox-icon>span,.menu-mobile-nav-button:hover .razox-icon>span{background-color:var(--e-global-color-primary)}.razox-info-button:hover .razox-icon .icon-2,.menu-mobile-nav-button:hover .razox-icon .icon-2{animation-delay:0.2s}html{overflow-x:hidden}#page{transition:all 0.25s ease}.mobile-nav-active{overflow:hidden}@keyframes qode-draw{0%,100%{-webkit-clip-path:inset(-1px 0);clip-path:inset(-1px 0)}42%{-webkit-clip-path:inset(-1px 0 -1px 100%);clip-path:inset(-1px 0 -1px 100%)}43%{-webkit-clip-path:inset(-1px 100% -1px 0);clip-path:inset(-1px 100% -1px 0)}}button.menu-toggle{cursor:pointer;text-align:left;float:right;position:relative;border:2px solid #fff0;box-shadow:none;border-radius:10px;background-image:none;padding:.6180339845em .875em .6180339845em;font-size:.875em;max-width:120px}.menu-badge{font-size:12px;font-weight:700;text-transform:Capitalize;line-height:18px;padding:1px 7px;margin-left:5px}.primary-navigation .menu>.menu-item>a .menu-badge{position:absolute;top:-7px;left:1.1em}.toggled button.menu-toggle::before,.toggled button.menu-toggle::after{transform:rotate(45deg)}.toggled button.menu-toggle::after{transform:rotate(-45deg)}.toggled button.menu-toggle span::before{opacity:0}.primary-navigation{display:none}ul.menu li.current-menu-item>a,ul.menu li.current-menu-ancestor>a,ul.menu li.current-menu-parent>a{color:var(--e-global-color-primary)}.main-navigation{position:relative}.main-navigation::before,.main-navigation::after{content:"";display:table}.main-navigation::after{clear:both}.main-navigation div.menu{display:none}.main-navigation div.menu:last-child{display:block}.main-navigation .menu{clear:both}.main-navigation ul{margin:0;list-style:none}.main-navigation ul.sub-menu{visibility:hidden;opacity:0;margin-left:0;position:absolute;transition:opacity 0.3s,transform 0.3s,visibility 0.3s ease;pointer-events:none;top:100%;left:-40px;box-shadow:0 0 30px 0 #0000001A}.main-navigation ul.sub-menu ul.sub-menu{left:100%;top:0}.main-navigation ul.sub-menu li.menu-item{padding-left:40px;padding-right:40px;position:relative}.main-navigation ul.sub-menu li.menu-item:after{content:"";background:#fff0;width:5px;height:40px;position:absolute;top:0;right:-5px}.main-navigation ul.sub-menu li.menu-item:not(:last-child) a{border-bottom:1px solid #DFE1E7}.main-navigation ul li.menu-item{position:relative;z-index:9}.main-navigation ul li.menu-item.current-menu-item a{color:var(--e-global-color-secondary)}.main-navigation ul li.menu-item:hover{z-index:99}.main-navigation ul li.menu-item:hover>ul{display:block;opacity:1;visibility:visible;pointer-events:auto}.main-navigation ul.menu>li.menu-item{display:inline-block;padding:5px 20px;margin:0 3px}.main-navigation ul.menu>li.menu-item:first-child a{padding-left:0!important}.main-navigation ul.menu>li.menu-item:last-child a{padding-right:0!important}.main-navigation ul.menu>li.menu-item>a{display:flex;align-items:center;position:relative;font-size:16px;font-size:1rem;font-family:var(--e-global-typography-secondary-font-family);line-height:24px;font-weight:var(--e-global-typography-secondary-font-weight);color:var(--e-global-color-secondary);text-transform:capitalize;gap:6px}.main-navigation ul.menu>li.menu-item.has-mega-menu>a,.main-navigation ul.menu>li.menu-item.page_item_has_children>a,.main-navigation ul.menu>li.menu-item.menu-item-has-children>a{display:flex;align-items:center}.main-navigation ul.menu>li.menu-item.has-mega-menu>a:after,.main-navigation ul.menu>li.menu-item.page_item_has_children>a:after,.main-navigation ul.menu>li.menu-item.menu-item-has-children>a:after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";font-size:10px;font-weight:900}.main-navigation ul.menu>li.menu-item>li.menu-item{margin:0 -40px}.main-navigation ul.sub-menu{width:270px;background-color:#fff;padding:17px 0 17px 0;font-size:16px;font-size:1rem;line-height:40px;font-weight:var(--e-global-typography-text-font-weight);color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family)}.main-navigation ul.sub-menu li.menu-item>a{justify-content:space-between;display:flex;align-items:center;line-height:40px;color:var(--e-global-color-text)}.main-navigation ul.sub-menu li.menu-item>a:hover{color:var(--e-global-color-secondary)}.main-navigation ul.sub-menu li.menu-item:hover.has-mega-menu>a:after,.main-navigation ul.sub-menu li.menu-item:hover.page_item_has_children>a:after,.main-navigation ul.sub-menu li.menu-item:hover.menu-item-has-children>a:after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";font-size:10px}.main-navigation ul.sub-menu li.menu-item ul.sub-menu{box-shadow:0 0 30px 0 #0000001A}.main-navigation ul.mega-menu .mega-menu-item .main-navigation ul.menu li.menu-item{padding:0;margin:0;width:100%}.main-navigation ul.mega-menu .mega-menu-item .main-navigation ul.menu li.menu-item a{padding:0}.razox-style-menu-special-divider-yes ul.menu{border:1px solid rgb(255 255 255 / .3);border-radius:30px;padding:0 6px;background-color:rgb(255 255 255 / .1)}.razox-style-menu-special-divider-yes ul.menu>li.menu-item{padding:8px 2px}.razox-style-menu-special-divider-yes ul.menu>li.menu-item>a{background-color:rgb(255 255 255 / .1);padding:15px 24px;border-radius:30px;margin:0;color:#fff}.razox-style-menu-special-divider-yes ul.menu>li.menu-item>a:hover{background-color:var(--e-global-color-primary);color:var(--e-global-color-secondary)}.razox-style-menu-special-divider-yes ul.menu>li.menu-item>ul.sub-menu{margin-top:8px;left:0}.razox-style-menu-special-divider-yes ul.menu>li.menu-item.current-menu-parent>a,.razox-style-menu-special-divider-yes ul.menu>li.menu-item.current-menu-item>a,.razox-style-menu-special-divider-yes ul.menu>li.menu-item.current-menu-ancestor>a{background-color:var(--e-global-color-primary);color:var(--e-global-color-secondary)}.mobile-navigation,.mobile-navigation-categories{clear:both}.mobile-navigation ul,.mobile-navigation-categories ul{margin:0;list-style:none}.mobile-navigation ul>li.menu-item,.mobile-navigation-categories ul>li.menu-item{position:relative}.mobile-navigation ul>li.menu-item>a,.mobile-navigation-categories ul>li.menu-item>a{display:block;padding:15px 0;font-size:14px;font-size:.875rem;border-bottom:1px solid;border-bottom-color:var(--e-global-color-border);color:#000;font-weight:var(--e-global-typography-secondary-font-weight)}.mobile-navigation ul>li.menu-item>a i,.mobile-navigation-categories ul>li.menu-item>a i{font-size:16px;font-size:1rem;margin-right:15px}.mobile-navigation ul>li.menu-item>a>span,.mobile-navigation-categories ul>li.menu-item>a>span{display:inline-block;position:relative}.mobile-navigation ul>li.menu-item>a>span:before,.mobile-navigation-categories ul>li.menu-item>a>span:before{content:none;display:inline-block;position:absolute;height:1px;width:0;left:0;bottom:-1px;background-color:var(--e-global-color-primary)}.mobile-navigation ul>li.menu-item>a span.text-link,.mobile-navigation-categories ul>li.menu-item>a span.text-link{display:block;font-weight:var(--e-global-typography-primary-font-weight);color:var(--e-global-color-secondary)}.mobile-navigation ul>li.menu-item>a span.text-link i,.mobile-navigation-categories ul>li.menu-item>a span.text-link i{font-size:12px;font-size:.75rem;margin-left:10px;margin-right:0;margin-bottom:3px}.mobile-navigation ul>li.menu-item span.more-link,.mobile-navigation-categories ul>li.menu-item span.more-link{display:inline-flex;align-items:center;font-size:14px;font-size:.875rem;font-weight:var(--e-global-typography-primary-font-weight);line-height:1;text-transform:capitalize;color:var(--e-global-color-secondary)}.mobile-navigation ul>li.menu-item span.more-link i,.mobile-navigation-categories ul>li.menu-item span.more-link i{font-size:10px;font-size:.625rem;color:var(--e-global-color-primary)}.mobile-navigation ul>li.menu-item span.more-link i.left,.mobile-navigation-categories ul>li.menu-item span.more-link i.left{margin-right:7px;width:12px;transition:all 0.3s ease}.mobile-navigation ul>li.menu-item span.more-link i.right,.mobile-navigation-categories ul>li.menu-item span.more-link i.right{margin-left:0;order:15;width:0;opacity:0;transition:all 0.3s ease}.mobile-navigation ul>li.menu-item.current-menu-parent>a>span:before,.mobile-navigation ul>li.menu-item.current-menu-item>a>span:before,.mobile-navigation ul>li.menu-item.current-menu-ancestor>a>span:before,.mobile-navigation-categories ul>li.menu-item.current-menu-parent>a>span:before,.mobile-navigation-categories ul>li.menu-item.current-menu-item>a>span:before,.mobile-navigation-categories ul>li.menu-item.current-menu-ancestor>a>span:before{width:100%}.mobile-navigation ul>li.menu-item button::after,.mobile-navigation-categories ul>li.menu-item button::after{transition:all,ease,0.9s}.mobile-navigation ul>li.menu-item:last-child>a,.mobile-navigation-categories ul>li.menu-item:last-child>a{border-bottom:none}.mobile-navigation ul ul.sub-menu,.mobile-navigation-categories ul ul.sub-menu{display:none}.mobile-navigation ul ul.sub-menu>li.menu-item>a,.mobile-navigation-categories ul ul.sub-menu>li.menu-item>a{text-transform:unset;font-weight:var(--e-global-typography-text-font-weight);padding:4px 0 4px 13px;border-bottom:none;line-height:24px}.mobile-navigation ul ul.sub-menu>li.menu-item>a:hover,.mobile-navigation-categories ul ul.sub-menu>li.menu-item>a:hover{color:var(--e-global-color-primary)}.mobile-navigation ul ul.sub-menu>li.menu-item.current-menu-item a,.mobile-navigation-categories ul ul.sub-menu>li.menu-item.current-menu-item a{color:var(--e-global-color-primary)}.mobile-navigation ul ul.sub-menu>li.menu-item:first-child>a,.mobile-navigation-categories ul ul.sub-menu>li.menu-item:first-child>a{padding-top:8px}.mobile-navigation ul ul.sub-menu>li.menu-item ul.sub-menu,.mobile-navigation-categories ul ul.sub-menu>li.menu-item ul.sub-menu{margin-left:15px}.mobile-navigation ul ul.sub-menu .dropdown-toggle,.mobile-navigation-categories ul ul.sub-menu .dropdown-toggle{padding:7px 0}.mobile-navigation ul button::after,.mobile-navigation-categories ul button::after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:""}.mobile-navigation ul button.toggled-on::after,.mobile-navigation-categories ul button.toggled-on::after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:""}.mobile-navigation .dropdown-toggle,.mobile-navigation-categories .dropdown-toggle{background:#fff0;position:absolute;top:0;right:0;display:block;padding:17px 0;line-height:1;width:30px;text-align:right;border:none;color:#000}.mobile-navigation .dropdown-toggle:focus,.mobile-navigation-categories .dropdown-toggle:focus{outline:none}.mobile-navigation .dropdown-toggle:hover,.mobile-navigation .dropdown-toggle:active,.mobile-navigation .dropdown-toggle:focus,.mobile-navigation-categories .dropdown-toggle:hover,.mobile-navigation-categories .dropdown-toggle:active,.mobile-navigation-categories .dropdown-toggle:focus{border:none;background-color:#fff0;color:#DE3431;box-shadow:none}.main-navigation.toggled .menu>ul:not(.nav-menu),.main-navigation.toggled ul[aria-expanded=true]{max-height:9999px}.brg-gradient-blue{background:linear-gradient(90deg,#5F5FF6 0%,#2BC48A 49.74%,#2C8CF4 100%)}.brg-gradient-pink{background:linear-gradient(90deg,#9B04DB 0%,#FF1C6A 49.48%,#6D1DC6 100%)}.brg-gradient-purple{background:linear-gradient(90deg,#430992 0%,#5C42FF 47.4%,#8010B5 100%)}.elementor-element .elementor-shape.elementor-shape-bottom{transform:rotate(0deg)!important}.vertical-navigation{position:relative;height:100%;max-width:330px;width:100%;transition:all 0.3s ease;background-color:var(--e-global-color-accent)}.vertical-navigation .vertical-navigation-header{display:flex;align-items:center;justify-content:space-between;padding:19px 30px 19px 0;overflow:hidden;cursor:pointer;width:330px;position:relative;max-width:100%}.vertical-navigation .vertical-navigation-header::after{position:absolute;right:0;top:50%;transform:translate(0,-50%);background:rgb(255 255 255 / .2);width:1px;height:24px;content:""}.vertical-navigation .vertical-navigation-header .razox-icon{display:flex;flex-direction:column;align-items:flex-end;margin-left:10px;color:#fff;position:relative}.vertical-navigation .vertical-navigation-header .razox-icon::after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";font-size:12px;font-size:.75rem;transition:transform 0.2s}.vertical-navigation .vertical-navigation-header .vertical-navigation-title{position:relative;display:flex;align-items:center}.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-size:16px;font-size:1rem;color:#fff;font-weight:700;line-height:1;text-transform:uppercase}.vertical-navigation .vertical-navigation-header .title-icon{display:flex;flex-direction:column}.vertical-navigation .vertical-navigation-header .title-icon>span{display:inline-block;height:2px;width:16px;margin-bottom:3px;transition:all 0.3s ease;background-color:#fff;border-radius:8px}.vertical-navigation .vertical-navigation-header .title-icon>span:last-child{margin-bottom:0}.vertical-navigation .vertical-navigation-header .title-icon .icon-2{width:10px}.vertical-navigation:hover .vertical-navigation-header .title-icon .icon-2{width:16px}.vertical-navigation .vertical-menu{position:absolute;top:calc(100% + 0px);left:0;width:330px;opacity:0;visibility:hidden;transform:translateY(10px);-ms-transition:all 0.2s ease;-o-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;padding-bottom:8px;border-radius:0 0 5px 5px;background:#fff}.vertical-navigation .vertical-menu .menu{position:relative;list-style:none;min-height:420px;padding:0}.vertical-navigation .vertical-menu .menu>li{padding:0 30px}.vertical-navigation .vertical-menu .menu>li:last-child a{border-bottom:none}.vertical-navigation .vertical-menu .menu>li>a{position:relative;display:flex;align-items:center;justify-content:flex-start;font-size:16px;font-size:1rem;line-height:1.5;padding:21px 0 18px;color:var(--e-global-color-secondary);font-weight:600;border-bottom:1px solid var(--e-global-color-border)}.vertical-navigation .vertical-menu .menu>li>a .text-link{display:block;padding-top:5px;padding-left:30px;font-weight:var(--e-global-typography-primary-font-weight);line-height:1.2857142857;color:var(--e-global-color-secondary)}.vertical-navigation .vertical-menu .menu>li>a .text-link i{font-size:12px;font-size:.75rem;margin-left:10px;margin-bottom:3px}.vertical-navigation .vertical-menu li.has-mega-menu>a:after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";font-weight:600;position:absolute;right:0;font-size:1.5rem}.vertical-navigation:hover .vertical-menu{opacity:1;visibility:visible;z-index:99;transform:translateY(0)}.vertical-navigation ul.menu{list-style:none;margin:0;background-color:#FFF}.vertical-navigation ul.menu .sub-menu{position:absolute;left:-9999em;z-index:-1;top:-1px;visibility:hidden;opacity:0;list-style:none;margin:0;background:#fff;width:260px;border-radius:0;box-shadow:none;padding:10px 0}.vertical-navigation ul.menu .sub-menu>li{padding:0 30px}.vertical-navigation ul.menu .sub-menu>li:last-child>a{border-bottom:none}.vertical-navigation ul.menu .sub-menu>li>a{display:block;font-size:16px;font-size:1rem;line-height:1.4;padding:10px 0;color:var(--e-global-color-text);border-bottom:1px solid var(--e-global-color-border)}.vertical-navigation ul.menu .sub-menu>li:hover>a{color:var(--e-global-color-secondary)}.vertical-navigation ul.menu .sub-menu>li.current-menu-item>a{color:var(--e-global-color-secondary)}.vertical-navigation ul.menu .sub-menu.mega-menu>li{padding:0}.vertical-navigation ul.menu>li{position:relative}.vertical-navigation ul.menu>li>a{position:relative;color:var(--e-global-color-text);font-size:16px;font-size:1rem;padding:.5em 20px;display:block}.vertical-navigation ul.menu>li>a .menu-icon{font-size:24px;font-size:1.5rem;margin-right:17px;color:#CCC;font-weight:600}.vertical-navigation ul.menu>li>a:hover .menu-icon{color:var(--e-global-color-secondary)}.vertical-navigation ul.menu>li span.more-link{display:inline-flex;align-items:center;font-size:16px;font-size:1rem;font-weight:var(--e-global-typography-primary-font-weight);line-height:1;text-transform:capitalize;color:var(--e-global-color-secondary)}.vertical-navigation ul.menu>li span.more-link i{font-size:10px;font-size:.625rem;color:var(--e-global-color-primary)}.vertical-navigation ul.menu>li span.more-link i.left{margin-right:7px;width:12px;transition:all 0.3s ease}.vertical-navigation ul.menu>li span.more-link i.right{margin-left:0;order:15;width:0;opacity:0;transition:all 0.3s ease}.vertical-navigation ul.menu>li:hover>.sub-menu{opacity:1;visibility:visible;left:100%;z-index:99}.vertical-navigation ul.menu>li:hover>a .menu-icon{color:var(--e-global-color-secondary)}.vertical-navigation ul.menu>li:hover>a:after{color:var(--e-global-color-primary)}.vertical-navigation ul.menu>li:hover span.more-link i.left{width:0;opacity:0;margin-right:0}.vertical-navigation ul.menu>li:hover span.more-link i.right{width:12px;opacity:1;margin-left:7px}.vertical-navigation ul.menu>li.current-menu-item>a{color:var(--e-global-color-secondary);border-color:var(--e-global-color-secondary)}.vertical-navigation ul.menu>li.current-menu-item>a .menu-icon{color:var(--e-global-color-secondary)}.vertical-navigation ul.menu>li.current-menu-item>a:after{color:var(--e-global-color-primary)}.vertical-style-2 .vertical-navigation .vertical-navigation-header .title-icon{margin-right:0}.vertical-style-2 .vertical-navigation .vertical-navigation-header .title-icon .icon-2{width:16px}.vertical-style-2 .vertical-navigation .vertical-navigation-header .title{display:none}.vertical-style-2 .vertical-navigation .vertical-navigation-header .razox-icon{display:none}.has-mega-menu.has-fullwidth{position:static!important}.has-mega-menu.has-fullwidth .mega-fullwidth{width:100%;left:0;right:0}.has-mega-menu.has-containerwidth .mega-fullwidth{width:var(--container-max-width)}.has-mega-menu.sub-menu-left{position:static!important}.vertical-navigation .has-mega-menu{position:static!important}.vertical-navigation .has-mega-menu .mega-menu{padding:0!important}.main-navigation .has-mega-menu .mega-menu .elementor-icon-list-item{min-width:unset}.mega-menu.sub-menu{padding:0;background:#fff}.mega-menu.sub-menu .elementor-section.elementor-section-stretched{left:0!important;max-width:100%!important}.mega-menu.mega-stretchwidth{min-width:100vw}.single-razox_menu_item .elementor-icon-list-items li,.mega-menu .elementor-icon-list-items li{font-weight:var(--e-global-typography-text-font-weight)}.single-razox_menu_item .elementor-icon-list-items li a,.mega-menu .elementor-icon-list-items li a{color:var(--e-global-color-text)}.single-razox_menu_item .elementor-icon-list-items li a:hover,.mega-menu .elementor-icon-list-items li a:hover{color:var(--e-global-color-primary)}.header-side .main-navigation ul.menu{margin-left:-30px;margin-right:-30px}.header-side .main-navigation ul ul.sub-menu{top:50%!important;transform:translateY(-50%)!important;left:100%!important;max-height:100vh;overflow-y:auto}.header-side .main-navigation ul ul.sub-menu .elementor-section.elementor-section-stretched{left:0!important;max-width:100%!important}.header-side .has-mega-menu.sub-menu-left{position:relative!important}.site-content{outline:none}.hentry strong,.hentry th,.hentry dt{color:var(--e-global-color-secondary)}.entry-title{margin:0 0 6px;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);color:var(--e-global-color-secondary);display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;text-transform:capitalize;font-size:24px;font-size:1.5rem;line-height:28px;letter-spacing:0}@media (min-width:768px){.entry-title{font-size:24px;font-size:1.5rem}}.entry-title a:hover{color:var(--e-global-color-primary)}.entry-title a:not(:hover){color:inherit}.page-header h1.page-title{font-size:52px;font-size:3.25rem;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);margin-bottom:45px}.post-image{position:relative}.post-image .entry-meta{position:absolute;bottom:0;left:0}.post-thumbnail{position:relative;overflow:hidden;margin-bottom:20px;border-radius:10px}.post-thumbnail img{object-fit:cover;-ms-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-webkit-transition:all 0.5s ease-out;transition:all 0.5s ease-out;transform:scale(1);will-change:transform;border-radius:0;width:100%;height:286px}.post-thumbnail:hover img{transform:scale(1.05)}.post-thumbnail .categories-link{position:absolute;left:20px;top:100%;z-index:2;-ms-transform:translateY(-50%);-o-transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.post-thumbnail .posted-on{position:absolute;top:30px;left:30px;z-index:3}.post-thumbnail .posted-on:before{display:none}.post-thumbnail .posted-on a{font-size:14px;font-size:.875rem;font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);background-color:var(--e-global-color-primary);display:flex;grid-column-gap:5px;align-items:center;justify-content:center;padding:8px 16px;text-align:center;color:#fff;border-radius:5px}.post-thumbnail .posted-on a b{font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing)}.post-thumbnail .posted-on a b:after{content:","}.posted-on-square a{width:50px;height:50px;display:flex;align-items:center;flex-direction:column;justify-content:center;background-color:#fff;border-radius:5px;font-weight:var(--e-global-typography-primary-font-weight);text-align:center;font-size:12px;font-size:.75rem;line-height:1.16;color:var(--e-global-color-secondary);text-transform:uppercase}.posted-on-square a b{font-size:20px;font-size:1.25rem;font-weight:var(--e-global-typography-primary-font-weight);display:block;line-height:1}.entry-meta-post{display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid var(--e-global-color-border)}.entry-meta{font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);font-size:14px;font-size:.875rem;display:flex;flex-wrap:wrap;align-items:center;letter-spacing:1.3px;grid-row-gap:5px;grid-column-gap:5px;text-transform:uppercase}.entry-meta>div:not(:first-child):before{content:"";width:4px;height:4px;background-color:var(--e-global-color-border)}.entry-meta>div.categories-link{margin-bottom:0}.entry-meta a{display:inline-block}.entry-meta .categories-link{margin-right:2px;order:0;background-color:var(--e-global-color-primary);clip-path:polygon(0% 0%,calc(100% - 10px) 0%,100% 100%,0% 100%);padding:3px 16px 1px 8px}.entry-meta .meta-reply{order:3}.entry-meta .meta-reply>*{line-height:22px}.entry-meta .posted-on{order:1}.entry-meta .post-author{order:2}.entry-meta .post-author a{color:var(--e-global-color-secondary)}.entry-meta .post-author:hover a{color:var(--e-global-color-primary)}.posted-on,.post-author,.meta-reply{display:flex;align-items:center;grid-column-gap:7px;color:var(--e-global-color-lighter);font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);font-size:16px;font-size:1rem;line-height:1.2;text-transform:capitalize;letter-spacing:0}.posted-on a,.post-author a,.meta-reply a{color:var(--e-global-color-lighter)}.posted-on a:hover,.post-author a:hover,.meta-reply a:hover{color:var(--e-global-color-secondary)}.meta-left,.meta-right{display:flex;grid-row-gap:10px;grid-column-gap:10px}.entry-meta .author-avatar{width:30px;height:30px}.entry-meta .author-avatar img{border-radius:8px}.entry-excerpt{color:var(--e-global-color-text);font-size:16px;font-size:1rem;line-height:26px;margin-bottom:40px}.categories-link{display:flex;flex-wrap:wrap}.categories-link a{display:flex;align-items:center;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;color:#fff;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:14px;font-size:.875rem;line-height:16px;position:relative;text-transform:uppercase}.categories-link a:nth-of-type(n+2):before{content:" - ";color:#fff;margin:0 6px;font-size:20px}.categories-link a:hover{color:var(--e-global-color-secondary)}.categories-link .dot{display:none}.entry-taxonomy{display:flex;align-items:center;justify-content:space-between;max-width:990px;margin:0 auto 42px}@media (max-width:568px){.entry-taxonomy{flex-direction:column;align-items:flex-start}}.tags-links{font-size:14px;font-size:.875rem;font-weight:600;display:flex;grid-column-gap:6px;grid-row-gap:10px;align-items:center;flex-wrap:wrap}@media (max-width:568px){.tags-links{margin-bottom:20px}}.tags-links span{display:none}.tags-links a{display:inline-block;font-weight:var(--e-global-typography-text-font-weight);color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);font-size:14px;font-size:.875rem;line-height:1.4;border:1px solid var(--e-global-color-border);padding:5px 15px 7px;border-radius:20px}.tags-links a:hover{text-decoration:unset;color:var(--e-global-color-primary)}.razox-social-share{grid-column-gap:10px;align-items:center}.excerpt-content{color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);font-size:16px;font-size:1rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:568px){.excerpt-content{margin-bottom:20px}}.more-link-wrap{-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.more-link-wrap .more-link{letter-spacing:0;display:flex;align-items:center;grid-column-gap:9px;color:var(--e-global-color-secondary);transition:all 0.3s ease;font-size:16px;line-height:1.2;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing)}.more-link-wrap .more-link:after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";font-size:8px;font-size:.5rem;color:var(--e-global-color-primary);position:relative}.more-link-wrap .more-link:hover{color:var(--e-global-color-primary)}.byline,.updated:not(.published){display:none}.single .byline,.group-blog .byline{display:inline}.page-links{clear:both;margin:0 0 10px}figcaption{font-size:16px;font-size:1rem;line-height:2.1;color:var(--e-global-color-lighter);margin:15px 0 0 0}@media (max-width:568px){figcaption{text-align:center;margin:10px 0}}.single-content .entry-header{max-width:700px;margin:auto}.single-content .entry-header .entry-meta-post{justify-content:center;border:0;padding-bottom:18px}.single-content .entry-header .entry-title{display:flex;justify-content:center;margin-bottom:50px;letter-spacing:0;font-size:50px;font-size:3.125rem;line-height:1;text-align:center}@media (max-width:768px){.single-content .entry-header .entry-title{font-size:24px;font-size:1.5rem;margin-bottom:20px}}.single-content .entry-header .categories-link{margin-top:0;background-color:unset;padding:0;clip-path:none}.single-content .entry-header .categories-link a{font-size:14px;font-size:.875rem;line-height:1.1;color:var(--e-global-color-primary)}.single-content .entry-header .categories-link a:before{color:var(--e-global-color-secondary)}.single-content .entry-meta .post-author,.single-content .entry-meta .posted-on,.single-content .entry-meta .meta-reply{color:var(--e-global-color-lighter)}.single-content .entry-excerpt{margin-bottom:40px}.single-content .post-thumbnail{margin-bottom:37px;border-radius:5px}.single-content .post-thumbnail img{height:662px}@media (max-width:768px){.single-content .post-thumbnail img{height:auto}}.single-content .entry-content{max-width:990px;margin:0 auto 60px;line-height:1.4}@media (max-width:768px){.single-content .entry-content{margin-bottom:20px}}.single-content .nav-links{max-width:990px;margin:0 auto;display:flex;grid-column-gap:30px;grid-row-gap:30px;border-top:1px solid var(--e-global-color-border);border-bottom:1px solid var(--e-global-color-border)}.single-content .nav-links>div{display:flex;position:relative;overflow:hidden;transition:all 0.3s ease}.single-content .nav-links .nav-previous{justify-content:flex-end;margin-right:auto;padding-right:35px;border-right:1px solid #e1e1e1}@media (max-width:768px){.single-content .nav-links .nav-previous{padding-right:15px}}.single-content .nav-links .nav-previous a:before{font-size:30px;font-size:1.875rem}.single-content .nav-links .nav-next{justify-content:start;margin-left:auto;padding-left:35px;border-left:1px solid var(--e-global-color-border)}@media (max-width:768px){.single-content .nav-links .nav-next{padding-left:15px}}.single-content .nav-links .nav-next a:after{font-size:30px;font-size:1.875rem}.single-content .alignnone{margin-bottom:30px;border-radius:10px}.single-content .alignleft img{width:100%;border-radius:0 10px}.single-content .title-content{text-transform:capitalize;letter-spacing:-.9px;margin-bottom:10px}.blog-style-grid [class*=post-style-]{margin-bottom:10px}.post-content .entry-meta-post{margin-bottom:12px}.blog-style-list:last-child .post-inner{margin:0}.blog-style-list .post-inner{display:flex;grid-column-gap:30px;margin-bottom:11px;padding:0 0 26px;border-bottom:1px solid var(--e-global-color-border)}@media (min-width:768px){.blog-style-list .post-inner{padding-bottom:42px}}.blog-style-list .post-inner .post-image{width:450px;margin:0}@media (max-width:1366px){.blog-style-list .post-inner .post-image{width:300px}}@media (max-width:568px){.blog-style-list .post-inner .post-image{width:100%}}.blog-style-list .post-inner .post-thumbnail{margin:0}.blog-style-list .post-inner .entry-title{font-size:24px;font-size:1.5rem;line-height:1.25}.blog-style-list .post-inner .post-content{flex:1;display:flex;flex-wrap:wrap;border:none;border-radius:0;align-items:stretch}@media (max-width:568px){.blog-style-list .post-inner .post-content{border:none;padding:0}}.blog-style-list .post-inner .excerpt-content{-webkit-line-clamp:3}.blog-style-list .post-inner .post-more{width:100%;display:flex;align-items:flex-end;justify-content:space-between}@media (max-width:568px){.blog-style-list .post-inner{display:flex;flex-direction:column;gap:10px}.blog-style-list .post-inner .post-thumbnail,.blog-style-list .post-inner .post-content{width:100%}}.single-post .hentry .entry-content>*:not(.elementor),.single-post .hentry .entry-header>*:not(.elementor),.page .hentry .entry-content>*:not(.elementor),.page .hentry .entry-header>*:not(.elementor){max-width:100%;margin-left:auto;margin-right:auto}.single-post .hentry.razox-full-width-content .entry-header,.page .hentry.razox-full-width-content .entry-header{text-align:center}.single-post .hentry.razox-full-width-content .entry-content .content-full-width,.page .hentry.razox-full-width-content .entry-content .content-full-width{max-width:100%}.single-post .entry-content .content-full-width{display:flex;justify-content:space-between;grid-column-gap:30px;grid-row-gap:30px;margin-bottom:30px}@media (max-width:568px){.single-post .entry-content .content-full-width{flex-wrap:wrap}}.single-post .entry-content .content-full-width>img:last-child,.single-post .entry-content .content-full-width .content:last-child{margin-left:0;margin-right:0}.single-post .entry-content .content-full-width .title-img{margin:0 0 .4em;text-transform:capitalize;letter-spacing:-1px;font-family:var(--e-global-typography-tertiary-font-family);font-weight:var(--e-global-typography-tertiary-font-weight);text-transform:var(--e-global-typography-tertiary-text-transform);font-style:var(--e-global-typography-tertiary-font-style);text-decoration:var(--e-global-typography-tertiary-text-decoration);line-height:var(--e-global-typography-tertiary-line-height);letter-spacing:var(--e-global-typography-tertiary-letter-spacing)}.single-post .entry-content ul{padding:0;margin:0}.single-post .entry-content ul li{padding:0;list-style:none;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);color:var(--e-global-color-secondary);font-size:16px;font-size:1rem;line-height:1.875}.single-post .entry-content ul li:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";font-size:16px;font-size:1rem;color:var(--e-global-color-primary);margin-right:12px}.single-post .entry-content [class*=" column-"],.single-post .entry-content [class^=column-]{padding-left:15px;padding-right:15px}@media (width:1024px){.single-post blockquote{padding:30px 30px 30px 100px}.single-post blockquote:before{top:30px;left:40px}}article.article-default{margin-bottom:30px;position:relative}article.article-default:last-of-type{padding-bottom:0}article.article-default .categories-link{top:15px;left:15px}@media (max-width:568px){article.article-default{margin:0}}.search form.search-form label,.post-password-form label{vertical-align:middle}.search form.search-form input[type=submit],.post-password-form input[type=submit]{vertical-align:middle}.post-password-form input{height:50px}@media (max-width:480px){.post-password-form input[type=password]{display:block;width:100%;margin-bottom:10px}}.clearfix::before,.clearfix::after{content:"";display:table}.clearfix::after{clear:both}.list-items{margin:0;padding:0}.list-items li{list-style:none;display:flex;align-items:center}.list-items li:not(:last-child){margin-bottom:8px}.list-items li i{margin-right:10px;font-size:1.2em}a.remove{display:block;width:1.618034em;height:1.618034em;line-height:1.618;font-weight:var(--e-global-typography-text-font-weight);text-indent:-9999px;position:relative}a.remove::before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";position:absolute;top:0;left:0;right:0;bottom:0;color:var(--e-global-color-secondary);line-height:1.618;text-indent:0;text-align:center}@media only screen and (max-width:1024px) and (min-width:769px){.single-content .wp-block-media-text{display:block}}.event-default{--event-color-primary:#5F2DED;--event-color-secondary:#F2EEFF;--event-clip-path:polygon(60px 0%, 100% 0%, calc(100% - 60px) 100%, 0% 100%)}.event-default .entry-title{font-size:24px;font-size:1.5rem;margin-bottom:1rem}.event-default .event-inner{position:relative;padding-left:12px}.event-default .event-content{position:relative;padding:51px;padding-left:94px;background:var(--event-color-secondary);clip-path:var(--event-clip-path)}.event-default .event-content:before{top:0;left:0;content:"";height:100%;position:absolute;width:66px;background-color:var(--event-color-primary);clip-path:var(--event-clip-path);display:block}.event-default .entry-date-start{position:absolute;z-index:9;top:50%;left:0;-ms-transform:translateY(-50%);-o-transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:90px;height:90px;background-color:var(--event-color-primary);border-radius:100px;color:#fff}.event-default .entry-date-time{margin-bottom:1rem;color:var(--e-global-color-highlight)}.razox-footer-builder .site-footer{padding-top:0}.copyright-bar{color:var(--e-global-color-lighter);padding:1.618034em 15px;min-height:105px;border-top:1px solid var(--e-global-color-border);display:flex;align-items:center}.copyright-bar .site-info{text-align:center}.copyright-bar .site-info a.site-url:not(.button){color:var(--e-global-color-secondary)}.copyright-bar .site-info a.site-url:not(.button):hover{color:var(--e-global-color-primary)}@media (max-width:1024px){[data-elementor-type=footer]{margin-bottom:60px}}.scrollup{position:fixed;bottom:32px;right:24px;z-index:99999;padding:0;width:60px;height:60px;text-align:center;text-transform:uppercase;line-height:1;border-radius:50%;color:#fff;display:flex;align-items:center;flex-direction:column;justify-content:center;background-color:var(--e-global-color-primary);border:none;font-size:12px;font-size:.75rem;-ms-transform:scale(0);-o-transform:scale(0);-moz-transform:scale(0);-webkit-transform:scale(0);transform:scale(0);-ms-transition:all 500ms ease;-o-transition:all 500ms ease;-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease;transition:all 500ms ease}@media (max-width:767px){.scrollup{opacity:0!important;pointer-events:none}}.scrollup:hover{background-color:#000;color:#fff0}.scrollup .scrollup-icon{position:relative;font-size:15px;font-size:.9375rem;transition:all 300ms ease;width:50px;height:50px;display:flex;flex-direction:column;justify-content:center}.scrollup .scrollup-icon:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:""}.scrollup .scrollup-label{font-weight:700;margin-top:5px;display:none}.scrollup:hover{color:#FFFFFF!important}.scrollup.activate{-ms-transform:scale(1);-o-transform:scale(1);-moz-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}.scroll-up-custom{position:relative;display:flex;bottom:initial;right:initial;width:44px;height:44px;border:1px solid #E2E0E0}.scroll-up-custom .scrollup-icon{font-size:15px;font-size:.9375rem}@media (max-width:767px){.scroll-up-custom{opacity:1!important;pointer-events:initial}}.alignleft{display:inline;float:left}.alignright{display:inline;float:right;margin-left:1.41577975em;margin-bottom:1.41577975em;clear:both}.aligncenter{clear:both;display:block;margin:0 auto;margin-bottom:1.41577975em}.screen-reader-text{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!important}.screen-reader-text:focus{background-color:#f1f1f1;color:#21759b;border-radius:5px;-webkit-box-shadow:0 0 2px 2px rgb(0 0 0 / .6);box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;display:block;font-size:14px;font-size:.875rem;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.clear::before,.clear::after,.entry-content::before,.entry-content::after,.comment-content::before,.comment-content::after,.site-header::before,.site-header::after,.site-content::before,.site-content::after,.site-footer::before,.site-footer::after{content:"";display:table}.clear::after,.entry-content::after,.comment-content::after,.site-header::after,.site-content::after,.site-footer::after{clear:both}table{border-spacing:0;width:100%;border-collapse:collapse}table caption{padding:1em 0;font-weight:var(--e-global-typography-primary-font-weight)}table td,table th{padding:1em 1.41577975em;text-align:left;vertical-align:top}table td p:last-child,table th p:last-child{margin-bottom:0}table th{font-weight:var(--e-global-typography-text-font-weight)}table thead th{padding:1.41577975em;vertical-align:middle}table tbody h2{font-size:1em;letter-spacing:normal;font-weight:400}table tbody h2 a{font-weight:400}.mptt-shortcode-wrapper .mptt-navigation-tabs{display:flex;justify-content:center;gap:30px}.mptt-shortcode-wrapper .mptt-navigation-tabs li{padding:0}.mptt-shortcode-wrapper .mptt-navigation-tabs li a{position:relative;color:var(--e-global-color-text);font-weight:var(--e-global-typography-tertiary-font-weight)}.mptt-shortcode-wrapper .mptt-navigation-tabs li a:before{content:"";position:absolute;width:0;height:1px;background-color:var(--e-global-color-primary);right:auto;transition:width 0.5s;bottom:-5px}.mptt-shortcode-wrapper .mptt-navigation-tabs li:hover a{color:var(--e-global-color-primary)}.mptt-shortcode-wrapper .mptt-navigation-tabs li:hover a:before{width:100%;left:0}.mptt-shortcode-wrapper .mptt-navigation-tabs li.active a{color:var(--e-global-color-primary)}.mptt-shortcode-wrapper .mptt-navigation-tabs li.active a:before{width:100%;height:1px;background-color:var(--e-global-color-primary)}.mptt-shortcode-wrapper .mptt-shortcode-table{background-color:#FFF;border-radius:0 30px;position:relative;margin-top:60px}.mptt-shortcode-wrapper .mptt-shortcode-table:before{content:"";position:absolute;width:100%;height:100%;border:1px solid rgb(255 120 43 / .4);border-radius:0 30px;top:0;left:0}.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th{border:1px dashed var(--e-global-color-border);background-color:#fff0;padding:13px 50px;color:var(--e-global-color-text);border-top:none;border-bottom:none}.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th:last-child{border-right:none}.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th:first-child{border-left:none}.mptt-shortcode-wrapper .mptt-shortcode-table tbody td{border:1px dashed var(--e-global-color-border)}.mptt-shortcode-wrapper .mptt-shortcode-table tbody td:first-child{border-left:none}.mptt-shortcode-wrapper .mptt-shortcode-table tbody td:last-child{border-right:none}.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+1){background-color:rgb(244 236 228 / .4)}.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+1) .event{background-color:#fff0}.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:nth-child(2n+2){background-color:#fff0}.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr:last-child td{border-bottom:none}.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container{outline:none}.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title{font-weight:var(--e-global-typography-tertiary-font-weight);font-size:16px;font-size:1rem;line-height:24px;margin:0}.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-description{font-size:14px;font-size:.875rem;line-height:22px}@media (max-width:1200px){.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th{padding:13px 10px}}@media (max-width:768px){.mptt-shortcode-wrapper .mptt-navigation-tabs{flex-wrap:wrap;gap:20px}}.mptt-shortcode-wrapper.mptt-table-fixed{overflow-x:hidden}@media (max-width:768px){.mptt-shortcode-wrapper.mptt-table-fixed{overflow-x:scroll}}.error404 #page{position:relative}.error404 .breadcrumb-wrap{display:none}.error404 .site-content{margin:0!important;padding:0!important}.error404 .site-content .col-full{max-width:100%;padding:0}@media (min-width:1024px){.error404 .site-content{padding:85px 0 100px}}.error404 .page-header{text-align:center}.error404 .page-header .img-404{margin-bottom:0}.error404 .page-header .img-404 img{display:inline-block;margin-bottom:11px}.error404 .page-content .widget_search{max-width:540px;margin-left:auto;margin-right:auto}.error404 .page-content .widget_search form .search-field{background-color:#fff0;border-color:var(--e-global-color-secondary)}.error404 .error-404{text-align:center;padding:80px 15px 80px 15px;background-repeat:no-repeat;background-position:right center}@media (min-width:768px){.error404 .error-404{padding:60px 30px 150px 30px}}.error404 .error-title{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:100px;font-size:6.25rem;line-height:1.3;color:var(--e-global-color-primary);margin-bottom:0}@media (min-width:768px){.error404 .error-title{font-size:400px;font-size:25rem}}.error404 .error-subtitle{font-size:40px;font-size:2.5rem;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);color:var(--e-global-color-secondary);margin-bottom:25px;letter-spacing:0;line-height:1}@media (min-width:768px){.error404 .error-subtitle{font-size:64px;font-size:4rem;margin-top:-100px}}.error404 .error-text{font-size:20px;font-size:1.25rem;font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);color:var(--e-global-color-secondary);line-height:1.2;margin-bottom:30px;margin-top:-6px}.error404 .go-back:hover span:after{color:#fff}.error404 .go-back span:after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";font-size:8px;font-size:.5rem;color:var(--e-global-color-primary);position:relative;margin-left:9px;transition:all 0.4s ease}.error404.right-sidebar .content-area,.error404.left-sidebar .content-area{width:100%;display:block}#comments{margin:57px auto 0;max-width:990px}@media (max-width:768px){#comments{margin:40px auto 0}}#comments .comments-title{font-size:28px;font-size:1.75rem;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);margin-bottom:25px;letter-spacing:0}#comments .comment-form-comment{flex:0 0 100%;max-width:100%}#comments .comment-form-cookies-consent{flex:0 0 100%;max-width:100%}#comments .comment-list{position:relative;list-style:none;margin:0;padding-bottom:30px}@media (max-width:768px){#comments .comment-list{padding-bottom:40px}}#comments .comment-list [class*=depth-]:last-of-type>.comment-body{border:none}#comments .comment-list [class*=depth-]:last-child{border:none}#comments .comment-list .depth-1:first-of-type>.comment-body{margin-top:0}#comments .comment-list .comment-body{margin-top:30px;display:flex;flex-wrap:wrap;position:relative}#comments .comment-list .comment-body::before,#comments .comment-list .comment-body::after{content:"";display:table}#comments .comment-list .comment-body::after{clear:both}#comments .comment-list .comment-author{display:block;position:absolute;z-index:1;top:21px}#comments .comment-list .avatar{width:50px;height:50px;border-radius:50%;object-fit:cover}@media (max-width:425px){#comments .comment-list .avatar{width:50px;height:50px}}#comments .comment-list .comment-content{width:calc(100%);position:relative;padding:20px 30px 15px 40px;border:1px solid var(--e-global-color-border);margin-left:24px;border-radius:5px}#comments .comment-list .comment-content .comment-text{font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);font-size:16px;font-size:1rem;line-height:1.5;color:var(--e-global-color-text);margin-bottom:20px}@media (max-width:425px){#comments .comment-list .comment-content .comment-text{font-size:14px;font-size:.875rem}}#comments .comment-list .comment-content .comment-text p:last-child{margin-bottom:0}#comments .comment-list .parent,#comments .comment-list .children{list-style:none}#comments .comment-list .children{margin-left:105px}@media (max-width:568px){#comments .comment-list .children{margin-left:24px}}#comments .comment-list .comment-meta{display:flex;flex-direction:column;grid-row-gap:0;margin-bottom:14px}#comments .comment-list .comment-meta a.comment-date{font-size:14px;font-size:.875rem;font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);line-height:1.8;color:var(--e-global-color-lighter);display:block}#comments .comment-list .comment-meta a.comment-date:hover{color:var(--e-global-color-primary)}#comments .comment-list .comment-meta .comment-author{display:inline-block}#comments .comment-list .comment-meta cite{font-size:16px;font-size:1rem;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);line-height:1.5;color:var(--e-global-color-secondary);clear:both;display:block;letter-spacing:0}#comments .comment-list .comment-meta cite a{color:var(--e-global-color-secondary)}#comments .comment-list .comment-meta cite a:hover{color:var(--e-global-color-primary)}#comments .comment-list .trackback .comment-body .comment-content:before,#comments .comment-list .pingback .comment-body .comment-content:before{content:none}#comments .comment-list .reply{display:flex;align-items:center;grid-column-gap:20px;position:absolute;top:31px;right:31px}@media (max-width:768px){#comments .comment-list .reply{position:relative;top:auto;right:auto}}#comments .comment-list .reply a{gap:2px;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:12px;font-size:.75rem;line-height:1.5;color:#FF4A5D;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;position:relative;display:flex;align-items:center;text-transform:uppercase;letter-spacing:3px}#comments .comment-list .reply a:last-child{margin-right:0}#comments .comment-list .reply .comment-reply-link:before{font-size:9px;font-size:.5625rem;font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:""}#comments .comment-list .reply .comment-edit-link:before{font-size:9px;font-size:.5625rem;font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:""}#comments .comment-list .reply .comment-reply-link:before,#comments .comment-list .reply .comment-edit-link:before{display:flex;align-items:center;justify-content:space-evenly}#comments .comment-list #respond{padding:20px 1.618034em 15px;background-color:rgb(0 0 0 / .0125);margin:10px 0 10px auto;border-radius:10px;border:1px solid var(--e-global-color-border);width:100%}@media (min-width:1024px){#comments .comment-list #respond{width:calc(100% - 80px)}}#comments .bypostauthor{font-size:inherit}#comments .bypostauthor>.comment-body cite::after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";margin-left:.5407797364em}#comments blockquote{margin-left:0}#comments table th,#comments table td{border:1px solid;border-color:var(--e-global-color-border)}#commentform{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}#commentform>p,#commentform .comment-form-rating{padding:0 10px;width:100%}#commentform .comment-form-author,#commentform .comment-form-email,#commentform .comment-form-url{padding:0 15px;order:-1}@media (min-width:1024px){#commentform .comment-form-author,#commentform .comment-form-email,#commentform .comment-form-url{flex:0 0 50%;max-width:50%}}#commentform .comment-notes{flex:0 0 100%;max-width:100%;order:-1}#commentform p{margin-bottom:1em}#commentform .form-submit{margin-top:25px}@media (max-width:768px){#commentform .form-submit{margin-top:30px}}#commentform .comment-form-author,#commentform .comment-form-email,#commentform .comment-form-url{margin-bottom:30px}#commentform .comment-form-author input,#commentform .comment-form-email input,#commentform .comment-form-url input{width:100%}#commentform .comment-notes,#commentform .logged-in-as,#commentform .comment-form-cookies-consent,#commentform .comment-form-comment{margin-bottom:20px}#commentform .comment-notes a,#commentform .logged-in-as a,#commentform .comment-form-cookies-consent a,#commentform .comment-form-comment a{text-decoration:underline;color:var(--e-global-color-text)}#commentform .comment-notes a:hover,#commentform .logged-in-as a:hover,#commentform .comment-form-cookies-consent a:hover,#commentform .comment-form-comment a:hover{color:var(--e-global-color-primary)}#commentform .comment-form-cookies-consent{margin-bottom:0;display:flex;align-items:center}#commentform .submit{display:flex;align-items:center;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);-ms-transition:all 0.8s ease;-o-transition:all 0.8s ease;-moz-transition:all 0.8s ease;-webkit-transition:all 0.8s ease;transition:all 0.8s ease;padding:.8rem 1.875rem;font-size:16px;font-size:1rem;border-radius:5px;border:1px solid var(--e-global-color-secondary);background-color:var(--e-global-color-secondary);white-space:nowrap;color:var(--body-color);justify-content:center;letter-spacing:0;position:relative;overflow:hidden;text-transform:capitalize;display:inline-block;clip-path:inset(0 round var(--e-button-radius,5px));color:var(--body-color)}#commentform .submit span{position:relative;z-index:2}#commentform .submit i{padding-top:1.5px}#commentform .submit::before{position:absolute;height:calc(100% + 130px);width:130%;top:50%;left:50%;content:"";background:linear-gradient(to top right,var(--e-global-color-primary) 50%,#00000000 50.1%) bottom left,linear-gradient(to bottom left,var(--e-global-color-primary) 50%,#00000000 50.1%) top right;background-size:0 0;background-repeat:no-repeat;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;z-index:-1;transform:translate(-50%,-50%)}#commentform .submit:hover{border-color:var(--e-global-color-primary)}#commentform .submit:hover i{color:#FFF}#commentform .submit:hover:before{background-size:100% 100%}#commentform .submit:hover{color:#FFF}#commentform .submit:hover span:after{color:#fff}#commentform .submit span:after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";font-size:8px;font-size:.5rem;color:var(--e-global-color-primary);position:relative;margin-left:9px;transition:all 0.5s ease}.comment-content a{word-wrap:break-word}#respond{clear:both;position:relative;padding-top:30px}@media (max-width:768px){#respond{padding-top:30px}}#respond .comment-form-cookies-consent label{color:var(--e-global-color-lighter);font-size:16px;font-size:1rem;margin-left:9px}#respond label{color:var(--e-global-color-secondary)}#respond #reply-title{color:var(--e-global-color-secondary);font-size:24px;font-size:1.5rem;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);line-height:1.2;letter-spacing:0;margin-bottom:14px}#respond #cancel-comment-reply-link{position:absolute;top:15px;right:10px;display:block;height:1.5rem;width:1.5rem;overflow:hidden;line-height:1;font-size:0;font-size:0rem;text-align:center;transition:transform,ease,0.3s}.sticky #respond #cancel-comment-reply-link:before{font-size:20px;font-size:1.25rem;font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";display:block}form{margin-bottom:1.618034em}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}.button-outline{color:var(--e-global-color-secondary);background-color:#fff0;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);border:1px solid rgb(255 255 255 / .2);letter-spacing:0;text-transform:capitalize}.button-outline.loading{opacity:.5}.button-outline.small{padding:.5407797364em .875em;font-size:.875em}.button-outline.disabled,.button-outline:disabled{opacity:0.5!important;cursor:not-allowed}.button-outline.disabled:hover,.button-outline:disabled:hover{opacity:0.5!important}input[type=button],input[type=reset],.button{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);-ms-transition:all 0.8s ease;-o-transition:all 0.8s ease;-moz-transition:all 0.8s ease;-webkit-transition:all 0.8s ease;transition:all 0.8s ease;padding:.8rem 1.875rem;font-size:16px;font-size:1rem;border-radius:5px;border:1px solid var(--e-global-color-secondary);background-color:var(--e-global-color-secondary);white-space:nowrap;color:var(--body-color);justify-content:center;letter-spacing:0;position:relative;overflow:hidden;text-transform:capitalize;display:inline-block;clip-path:inset(0 round var(--e-button-radius,5px))}input[type=button] span,input[type=reset] span,.button span{position:relative;z-index:2}input[type=button] i,input[type=reset] i,.button i{padding-top:1.5px}input[type=button]::before,input[type=reset]::before,.button::before{position:absolute;height:calc(100% + 130px);width:130%;top:50%;left:50%;content:"";background:linear-gradient(to top right,var(--e-global-color-primary) 50%,#00000000 50.1%) bottom left,linear-gradient(to bottom left,var(--e-global-color-primary) 50%,#00000000 50.1%) top right;background-size:0 0;background-repeat:no-repeat;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;z-index:-1;transform:translate(-50%,-50%)}input[type=button]:hover,input[type=reset]:hover,.button:hover{border-color:var(--e-global-color-primary)}input[type=button]:hover i,input[type=reset]:hover i,.button:hover i{color:#FFF}input[type=button]:hover:before,input[type=reset]:hover:before,.button:hover:before{background-size:100% 100%}input[type=button] i:before,input[type=reset] i:before,.button i:before{display:block;font-size:8px;font-size:.5rem;margin-left:9px;position:relative;color:var(--e-global-color-primary);z-index:1;-ms-transition:all 0.8s ease;-o-transition:all 0.8s ease;-moz-transition:all 0.8s ease;-webkit-transition:all 0.8s ease;transition:all 0.8s ease}input[type=button]:hover i:before,input[type=reset]:hover i:before,.button:hover i:before{color:#fff}input[type=button].loading,input[type=reset].loading,.button.loading{opacity:.5}input[type=button].small,input[type=reset].small,.button.small{padding:.5407797364em .875em;font-size:.875em}input[type=button].disabled,input[type=button]:disabled,input[type=reset].disabled,input[type=reset]:disabled,.button.disabled,.button:disabled{opacity:0.5!important;cursor:not-allowed}input[type=button].disabled:hover,input[type=button]:disabled:hover,input[type=reset].disabled:hover,input[type=reset]:disabled:hover,.button.disabled:hover,.button:disabled:hover{opacity:0.5!important}input[type=button].loading,input[type=reset].loading,.button.loading{position:relative}input[type=button].loading::after,input[type=reset].loading::after,.button.loading::after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";animation:fa-spin 0.75s linear infinite;line-height:12px}.button-link{font-size:15px;font-size:.9375rem;font-family:var(--e-global-typography-accent-font-family);font-weight:var(--e-global-typography-accent-font-weight);text-transform:var(--e-global-typography-accent-text-transform);font-style:var(--e-global-typography-accent-font-style);text-decoration:var(--e-global-typography-accent-text-decoration);line-height:var(--e-global-typography-accent-line-height);letter-spacing:var(--e-global-typography-accent-letter-spacing);background-color:#fff0;padding:0;border:none;border-radius:0;color:var(--e-global-color-secondary);position:relative;letter-spacing:0;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.button-link::before,.button-link::after{content:none}.button-link:hover{color:var(--e-global-color-primary);box-shadow:none;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}input[type=checkbox],input[type=radio]{padding:0;width:20px;height:20px}input[type=checkbox]+label,input[type=radio]+label{margin:0 0 0 .3819660059em;font-size:14px;font-size:.875rem;font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);color:var(--e-global-color-text)}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=search]{box-sizing:border-box}input[type=search]::placeholder{color:#A3A7B6}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=text],input[type=number],input[type=email],input[type=tel],input[type=url],input[type=password],input[type=search],textarea,.input-text{padding:12px 20px;background-color:#fff0;border:1px solid var(--e-global-color-border);-webkit-appearance:none;box-sizing:border-box;outline:0;color:var(--e-global-color-secondary);font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);font-size:16px;font-size:1rem;line-height:1.5;-ms-transition:all ease-in-out 0.3s;-o-transition:all ease-in-out 0.3s;-moz-transition:all ease-in-out 0.3s;-webkit-transition:all ease-in-out 0.3s;transition:all ease-in-out 0.3s;border-radius:5px}input[type=text]::placeholder,input[type=number]::placeholder,input[type=email]::placeholder,input[type=tel]::placeholder,input[type=url]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,textarea::placeholder,.input-text::placeholder{color:var(--e-global-color-secondary);opacity:1}input[type=text]:focus,input[type=number]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,textarea:focus,.input-text:focus{border-color:var(--e-global-color-secondary)}select{padding:.75rem 2rem .75rem 1.4375rem}select:not([size]):not([multiple]){font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);color:var(--e-global-color-secondary);background-color:#fff0;border:1px solid;border-color:var(--e-global-color-border);max-width:100%;-webkit-appearance:none;-moz-appearance:textfield;appearance:none;width:100%;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-position:calc(100% - 10px) center;background-repeat:no-repeat;background-size:16px 10px;border-radius:5px}.select2-container .selection{position:relative}.select2-container .select2-dropdown{border-color:var(--e-global-color-border)}.select2-container.select2-container--default{text-align:left}.select2-container.select2-container--default .select2-selection--single{background-color:#fff0;border-color:var(--e-global-color-border);height:52px}.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow{height:12px;width:16px;top:51%;right:10px;transform:translateY(-50%)}.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b{border:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:16px 12px;width:16px;height:12px;position:static;margin:0;display:block}.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered{height:50px;line-height:50px;padding-left:1.25em;padding-right:30px;color:var(--e-global-color-text)}textarea{overflow:auto;vertical-align:top;width:100%}label{font-weight:var(--e-global-typography-text-font-weight)}label.inline input{width:auto}fieldset{padding:1.618034em;padding-top:1em;margin:0;margin-bottom:1.618034em;margin-top:1.618034em;border-color:var(--e-global-color-border)}fieldset legend{font-weight:var(--e-global-typography-primary-font-weight);color:var(--e-global-color-secondary);padding:.6180339845em 1em;margin-left:-1em}[placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity 0.5s 0.5s ease;-moz-transition:opacity 0.5s 0.5s ease;transition:opacity 0.5s 0.5s ease;opacity:0}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.page-content img.wp-smiley,.entry-content img.wp-smiley,.comment-content img.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0;display:inline-block;border-radius:0}.gallery{margin-bottom:1.41577975em}.gallery .gallery-item{float:left}.gallery .gallery-item .gallery-icon a{display:block}.gallery .gallery-item .gallery-icon img{border:none;height:auto;margin:0 auto}.gallery .gallery-item .gallery-caption{margin:10px 0;text-align:center}.gallery.gallery-columns-1 .gallery-item{width:100%}.gallery.gallery-columns-2 .gallery-item{width:50%}.gallery.gallery-columns-3 .gallery-item{width:33.3%}.gallery.gallery-columns-4 .gallery-item{width:25%}.gallery.gallery-columns-5 .gallery-item{width:20%}.gallery.gallery-columns-6 .gallery-item{width:16.666666667%}.gallery.gallery-columns-7 .gallery-item{width:14.285714286%}.gallery.gallery-columns-8 .gallery-item{width:12.5%}.gallery.gallery-columns-9 .gallery-item{width:11.111111111%}embed,iframe,object,video{max-width:100%}.wp-caption{margin-bottom:1em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto}.wp-caption .wp-caption-text{text-align:left;font-style:italic;border-bottom:2px solid #DFE1E7;padding:5px 0;font-size:14px;font-size:.875rem;line-height:20px}.page-numbers:not(ul){display:flex;align-items:center;justify-content:center;font-size:14px;font-size:.875rem;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);width:40px;height:40px;line-height:1;color:var(--e-global-color-secondary);background-color:#fff0;border:1px solid var(--e-global-color-border);border-radius:5px}.page-numbers:not(ul).current,.page-numbers:not(ul):hover{background-color:var(--e-global-color-secondary);color:var(--body-color)}.page-numbers:not(ul).next,.page-numbers:not(ul).prev{width:40px;height:40px;border-radius:5px;border:1px solid var(--e-global-color-border)}.page-numbers:not(ul).next span,.page-numbers:not(ul).prev span{display:none}.page-links{padding-top:20px}.page-links>*{display:inline-block;text-align:center;font-size:14px;font-size:.875rem;font-weight:600;width:38px;height:38px;line-height:38px;border-radius:50%;color:var(--e-global-color-text)}.page-links>*.current,.page-links>*:hover{background-color:var(--e-global-color-secondary);color:#fff}nav.navigation{clear:both}nav.navigation::before,nav.navigation::after{content:"";display:table}nav.navigation::after{clear:both}.woocommerce-pagination{margin-top:45px}.blog-style-list ul.page-numbers{justify-content:left}.pagination,.woocommerce-pagination{clear:both;margin-top:60px}.pagination ul.page-numbers,.woocommerce-pagination ul.page-numbers{display:flex;justify-content:left;list-style:none;flex-wrap:wrap;margin:0;width:100%}.pagination ul.page-numbers::before,.pagination ul.page-numbers::after,.woocommerce-pagination ul.page-numbers::before,.woocommerce-pagination ul.page-numbers::after{content:"";display:table}.pagination ul.page-numbers::after,.woocommerce-pagination ul.page-numbers::after{clear:both}.pagination ul.page-numbers li,.woocommerce-pagination ul.page-numbers li{display:inline-block;margin-right:10px}.pagination .rtl a.next,.pagination .rtl a.prev,.woocommerce-pagination .rtl a.next,.woocommerce-pagination .rtl a.prev{transform:rotateY(180deg)}nav.post-navigation{transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s}nav.post-navigation .nav-previous,nav.post-navigation .nav-next{padding:30px 0 36px;width:50%}@media (max-width:768px){nav.post-navigation .nav-previous,nav.post-navigation .nav-next{padding:15px 0 15px}}nav.post-navigation .nav-previous a,nav.post-navigation .nav-next a{display:flex;color:var(--e-global-color-secondary);align-items:center}nav.post-navigation .nav-previous img,nav.post-navigation .nav-next img{border-radius:5px;width:60px;height:60px}nav.post-navigation .nav-previous .reader-text,nav.post-navigation .nav-next .reader-text{display:flex;position:relative;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);align-content:center;align-items:center;font-size:12px;font-size:.75rem;color:var(--e-global-color-lighter);line-height:1.5;text-transform:uppercase}@media (max-width:568px){nav.post-navigation .nav-previous .reader-text,nav.post-navigation .nav-next .reader-text{font-size:10px;font-size:.625rem;letter-spacing:0}}nav.post-navigation .nav-previous{float:left;margin-right:20px}nav.post-navigation .nav-previous .nav-content{margin-right:30px}@media (max-width:768px){nav.post-navigation .nav-previous .nav-content{margin-right:15px}}nav.post-navigation .nav-previous .nav-content .reader-text{justify-content:flex-end}nav.post-navigation .nav-content .reader-text{-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}nav.post-navigation .nav-content .reader-text:hover{color:#000}nav.post-navigation .nav-content .reader-text:hover:before,nav.post-navigation .nav-content .reader-text:hover:after{color:#000}nav.post-navigation .nav-content .title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);font-size:16px;font-size:1rem;color:var(--e-global-color-secondary);line-height:1.25;transition:all 0.2s ease;text-align:right}@media (max-width:568px){nav.post-navigation .nav-content .title{font-size:14px;font-size:.875rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}nav.post-navigation .nav-content .title:hover{color:var(--e-global-color-primary)}nav.post-navigation .nav-next{float:right;text-align:right;margin-left:20px}nav.post-navigation .nav-next .nav-content{margin-left:30px}@media (max-width:768px){nav.post-navigation .nav-next .nav-content{margin-left:15px}}nav.post-navigation .nav-next .nav-content .title{text-align:left}#secondary{display:block;font-size:15px;font-size:.9375rem}@media (max-width:1024px){#secondary{display:none}}#secondary .razox-widget-woocommerce .wp-block-group__inner-container>h2,#secondary .razox-widget-woocommerce .widget-title,#secondary .razox-widget-woocommerce .widgettitle{display:flex;align-items:center;justify-content:space-between}#secondary .razox-widget-woocommerce .wp-block-group__inner-container>h2:after,#secondary .razox-widget-woocommerce .widget-title:after,#secondary .razox-widget-woocommerce .widgettitle:after{margin-left:11px;font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";transition:all ease 0.2s;font-size:16px;font-size:1rem;transform:rotate(0deg)}#secondary .razox-widget-woocommerce .wp-block-group__inner-container>h2.toggled-on,#secondary .razox-widget-woocommerce .widget-title.toggled-on,#secondary .razox-widget-woocommerce .widgettitle.toggled-on{color:var(--accent)}#secondary .razox-widget-woocommerce .wp-block-group__inner-container>h2.toggled-on:after,#secondary .razox-widget-woocommerce .widget-title.toggled-on:after,#secondary .razox-widget-woocommerce .widgettitle.toggled-on:after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:""}.widget{font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);line-height:var(--e-global-typography-text-line-height);padding-top:37px;padding-bottom:40px;border-bottom:1px solid var(--e-global-color-border)}.widget:first-child{padding:0;margin-bottom:13px;border-bottom:none}.widget:last-child{border:none}.widget form{margin:0}.widget ul{margin:0 0 3px;list-style:none}.widget ul li{list-style:none;font-size:16px;font-size:1rem;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);line-height:1.875}.widget ul li a{color:var(--e-global-color-secondary)}.widget ul li:hover a{color:var(--e-global-color-primary)}.widget ul li:hover:before{background-color:var(--e-global-color-primary)}.widget ul .children{margin-top:.75em}.widget ul ul{margin-left:1.41577975em;margin-top:.75em}.widget .wp-block-search__label,.widget .wp-block-group__inner-container>h2,.widget .widget-title,.widget .widgettitle{font-size:20px;font-size:1.25rem;color:var(--e-global-color-secondary);font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);line-height:1.2;text-transform:uppercase;padding-bottom:5px}.widget .cat-count{color:var(--e-global-color-lighter)}.widget .cat-item a{display:flex;justify-content:space-between;color:var(--e-global-color-secondary);position:relative}.widget .cat-item a:hover span{color:var(--e-global-color-primary)}.widget .cat-item a:hover:before{background-color:var(--e-global-color-primary)}.widget .cat-item a[aria-current=page]{color:var(--e-global-color-primary)}.widget .cat-item a[aria-current=page] .cat-count{color:var(--e-global-color-primary)}.widget.widget_recent_entries{counter-reset:section}.widget.widget_recent_entries .recent-posts li{display:flex;flex-direction:row;padding:20px 0 20px;margin-bottom:0;border-bottom:1px solid var(--e-global-color-border)}.widget.widget_recent_entries .recent-posts li:last-child{margin-bottom:0;padding-bottom:13px;border-bottom:none}.widget.widget_recent_entries .entry-meta{margin-bottom:5px;grid-column-gap:15px;font-family:var(--e-global-typography-tertiary-font-family);font-weight:var(--e-global-typography-tertiary-font-weight);text-transform:var(--e-global-typography-tertiary-text-transform);font-style:var(--e-global-typography-tertiary-font-style);text-decoration:var(--e-global-typography-tertiary-text-decoration);line-height:var(--e-global-typography-tertiary-line-height);letter-spacing:var(--e-global-typography-tertiary-letter-spacing)}.widget.widget_recent_entries .entry-meta a{color:var(--e-global-color-text);font-size:14px;font-size:.875rem}.widget.widget_recent_entries .entry-meta .post-author,.widget.widget_recent_entries .entry-meta .meta-reply{font-size:14px;font-size:.875rem;color:var(--e-global-color-text)}.widget.widget_recent_entries .entry-meta .post-author:before,.widget.widget_recent_entries .entry-meta .meta-reply:before{font-size:10px;font-size:.625rem}.widget.widget_recent_entries .post-date{font-size:12px;font-size:.75rem;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);line-height:1.3;color:var(--e-global-color-lighter);text-transform:capitalize}.widget.widget_recent_entries .recent-posts-thumbnail{flex:0 0 auto;overflow:hidden;position:relative}.widget.widget_recent_entries .recent-posts-thumbnail img{margin-right:15px;width:70px;height:70px;object-fit:cover;border-radius:5px;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.widget.widget_recent_entries .recent-posts-info{flex:1 1 auto;display:flex;flex-direction:column}.widget.widget_recent_entries .post-title{font-size:16px;font-size:1rem;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);line-height:1.25;color:var(--e-global-color-secondary);margin-bottom:0}.widget.widget_recent_entries .post-title a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--e-global-color-secondary)}.widget.widget_recent_entries .post-title a:hover{text-decoration:none;color:var(--e-global-color-primary)}.widget.widget_rss .rss-date{font-style:italic;display:block;margin:0 0 .7em}.widget.widget_rss .widget-title .rsswidget{display:inline-block;color:inherit}.widget.widget_rss .rss-date,.widget.widget_rss cite{color:var(--e-global-color-secondary)}.widget.widget_rss li{margin-bottom:1em}.widget.widget_rss li a.rsswidget{text-decoration:underline;line-height:1.41577975em}[id*=text-]{border:none;margin:0;padding:0 0 60px 0}.razox-widget-woocommerce form{position:relative;margin-bottom:0}.razox-widget-woocommerce form input[type=text],.razox-widget-woocommerce form input[type=search]{width:100%;padding:16px 30px 18px 20px;flex:1;border:1px solid var(--e-global-color-border);border-right:none;font-size:16px;font-size:1rem;border-radius:14px;border-top-right-radius:0;border-bottom-right-radius:0}.razox-widget-woocommerce form input[type=text]::placeholder,.razox-widget-woocommerce form input[type=search]::placeholder{color:#888}.razox-widget-woocommerce form input[type=submit],.razox-widget-woocommerce form button[type=submit]{font-size:0;line-height:0;width:60px;height:100%;position:absolute;right:0;top:0;z-index:3;background:#fff0;border:none;padding:0}.razox-widget-woocommerce form input[type=submit]:hover,.razox-widget-woocommerce form input[type=submit]:focus,.razox-widget-woocommerce form input[type=submit]:active,.razox-widget-woocommerce form button[type=submit]:hover,.razox-widget-woocommerce form button[type=submit]:focus,.razox-widget-woocommerce form button[type=submit]:active{background:#fff0}.razox-widget-woocommerce form .wp-block-search__label{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!important}.razox-widget-woocommerce form .wp-block-search__label:focus{background-color:#f1f1f1;color:#21759b;border-radius:5px;-webkit-box-shadow:0 0 2px 2px rgb(0 0 0 / .6);box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;display:block;font-size:14px;font-size:.875rem;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.widget_categories .widget-title{padding-bottom:17px}.widget_tag_cloud .widget-title{padding-bottom:27px}.widget_gallery .widget-title{padding-bottom:26px}.widget_search form,.widget_product_search form,.site-search form{position:relative;margin-bottom:0}.widget_search form:before,.widget_product_search form:before,.site-search form:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";position:absolute;top:50%;right:16px;transform:translate(0,-50%);z-index:1;width:auto;justify-content:center;align-items:center;display:inline-flex;font-size:16px;font-size:1rem;color:#000}.widget_search form input[type=text],.widget_search form input[type=search],.widget_product_search form input[type=text],.widget_product_search form input[type=search],.site-search form input[type=text],.site-search form input[type=search]{width:100%;padding:12px 55px 12px 23px;flex:1;border:1px solid #F5F5F5;background-color:#F5F5F5;color:#000;font-size:16px;font-size:1rem}.widget_search form input[type=text]::placeholder,.widget_search form input[type=search]::placeholder,.widget_product_search form input[type=text]::placeholder,.widget_product_search form input[type=search]::placeholder,.site-search form input[type=text]::placeholder,.site-search form input[type=search]::placeholder{color:var(--e-global-color-lighter)}.widget_search form input[type=submit],.widget_search form button[type=submit],.widget_product_search form input[type=submit],.widget_product_search form button[type=submit],.site-search form input[type=submit],.site-search form button[type=submit]{font-size:0;line-height:0;width:60px;height:100%;position:absolute;right:0;top:0;z-index:3;background:#fff0;border:none;padding:0}.widget_search form input[type=submit]:hover,.widget_search form input[type=submit]:focus,.widget_search form input[type=submit]:active,.widget_search form button[type=submit]:hover,.widget_search form button[type=submit]:focus,.widget_search form button[type=submit]:active,.widget_product_search form input[type=submit]:hover,.widget_product_search form input[type=submit]:focus,.widget_product_search form input[type=submit]:active,.widget_product_search form button[type=submit]:hover,.widget_product_search form button[type=submit]:focus,.widget_product_search form button[type=submit]:active,.site-search form input[type=submit]:hover,.site-search form input[type=submit]:focus,.site-search form input[type=submit]:active,.site-search form button[type=submit]:hover,.site-search form button[type=submit]:focus,.site-search form button[type=submit]:active{background:#fff0;box-shadow:none}.widget_search form .wp-block-search__label,.widget_product_search form .wp-block-search__label,.site-search form .wp-block-search__label{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!important}.widget_search form .wp-block-search__label:focus,.widget_product_search form .wp-block-search__label:focus,.site-search form .wp-block-search__label:focus{background-color:#f1f1f1;color:#21759b;border-radius:5px;-webkit-box-shadow:0 0 2px 2px rgb(0 0 0 / .6);box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;display:block;font-size:14px;font-size:.875rem;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wpml-ls.wpml-ls-legacy-list-vertical li,.wpml-ls.wpml-ls-legacy-list-horizontal li{margin-bottom:1em}.wpml-ls.wpml-ls-legacy-list-vertical a,.wpml-ls.wpml-ls-legacy-list-horizontal a{padding:0}.wpml-ls.wpml-ls-legacy-list-horizontal a{padding-right:.875em}.wpml-ls.wpml-ls-legacy-dropdown-click,.wpml-ls.wpml-ls-legacy-dropdown{width:100%}.wpml-ls.wpml-ls-legacy-dropdown-click a,.wpml-ls.wpml-ls-legacy-dropdown a{padding:1em 1.41577975em;border-color:var(--e-global-color-border);background-color:var(--background)}.wpml-ls.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after,.wpml-ls.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{right:1em}.wpml-ls.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,.wpml-ls.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{border-top:0}.wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal{margin-bottom:0}.wpml-ls-statics-footer.wpml-ls-legacy-list-vertical{margin-top:1em;margin-bottom:0}.wpml-ls-statics-footer li a{color:var(--e-global-color-text)}.wpml-ls-statics-footer li a:hover{color:var(--e-global-color-primary)}.widget.widget_tag_cloud .tagcloud a,.widget.widget_tag_cloud .wp-block-tag-cloud a,.widget.widget_product_tag_cloud .tagcloud a,.widget.widget_product_tag_cloud .wp-block-tag-cloud a{display:inline-block;font-size:14px!important;color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);line-height:1.4;padding:5px 15px 7px;margin-bottom:10px;margin-right:10px;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;border:1px solid #E1E1E1;border-radius:20px}.widget.widget_tag_cloud .tagcloud a:not(:last-child):after,.widget.widget_tag_cloud .wp-block-tag-cloud a:not(:last-child):after,.widget.widget_product_tag_cloud .tagcloud a:not(:last-child):after,.widget.widget_product_tag_cloud .wp-block-tag-cloud a:not(:last-child):after{display:none;content:".";margin:-8px 8px 0;vertical-align:middle}.widget.widget_tag_cloud .tagcloud a:hover,.widget.widget_tag_cloud .wp-block-tag-cloud a:hover,.widget.widget_product_tag_cloud .tagcloud a:hover,.widget.widget_product_tag_cloud .wp-block-tag-cloud a:hover{color:#fff;text-decoration:unset;background-color:var(--e-global-color-secondary);border-color:var(--e-global-color-secondary)}.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li{display:flex;justify-content:space-between;color:var(--e-global-color-lighter)}.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a{color:var(--e-global-color-secondary)}.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li::before{opacity:1!important}.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list .chosen a{color:var(--e-global-color-primary)}.wp-block-latest-comments__comment a,.widget_recent_comments a{text-decoration:underline}.widget-area #wp-calendar th,.widget-area #wp-calendar td,.footer-widgets #wp-calendar th,.footer-widgets #wp-calendar td{padding:.236em;text-align:center}.widget-area #wp-calendar #today,.footer-widgets #wp-calendar #today{background-color:var(--e-global-color-secondary);color:#fff}.razox-canvas-filter .widget h1.widget-title,.widget-area .widget h1.widget-title{font-size:1.41577975em}.razox-canvas-filter .razox-canvas-filter-wrap .widget_layered_nav ul{margin-left:0}.razox-canvas-filter .razox-canvas-filter-wrap .widget_layered_nav ul li{padding-left:1.618034em}.razox-canvas-filter .razox-canvas-filter-wrap .widget_layered_nav ul li::before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;margin-right:.5407797364em;display:block;float:left;opacity:.35;margin-left:-1.618034em;width:1em}.razox-canvas-filter .razox-canvas-filter-wrap .widget_layered_nav ul li .children{margin-left:0}.razox-canvas-filter .razox-canvas-filter-wrap .widget_layered_nav li::before{content:""}.razox-canvas-filter .razox-canvas-filter-wrap .widget_layered_nav .chosen::before{content:""}.widget_calendar caption,.wp-block-calendar caption{padding:7px 0;background:var(--e-global-color-primary);color:#fff}.widget_calendar table th,.widget_calendar table td,.wp-block-calendar table th,.wp-block-calendar table td{text-align:center;border:1px solid;border-color:var(--e-global-color-border)}.widget_calendar table th,.wp-block-calendar table th{background:#ddd;color:var(--e-global-color-secondary)}@keyframes wave{0%{background-position:0 0}100%{background-position:1440px 0}}@keyframes swell{0%,100%{transform:translate3d(0,-25px,0)}50%{transform:translate3d(0,5px,0)}}.page .site-main{max-width:1000px;margin:0 auto}body.archive .site-main,body.woocommerce-page .site-main,body.elementor-page .site-main{max-width:100%;margin:0}.woocommerce-page .ship_address .gift-form label::after,.woocommerce-page .no_shipping_address .gift-form label::after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";margin-left:.5407797364em}.woocommerce-page .ship_address .modify-address-button::before,.woocommerce-page .no_shipping_address .modify-address-button::before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";margin-right:.5407797364em}.woocommerce-page .addresses+.addresses header.title a::before{content:""}@media (min-width:1025px){.menu-toggle,.main-navigation.toggled div.menu{display:none}.primary-navigation{display:block}.instagram-widget .instagram-picture,.instagram-widget .instagram-box-title{order:unset!important}.site-content::before,.site-content::after{content:"";display:table}.site-content::after{clear:both}[class*=razox-sidebar-] .content-area{width:calc(100% - 390px);float:left}.razox-sidebar-left .content-area{float:right}.razox-sidebar-right .content-area{float:left}[class*=razox-sidebar-] .widget-area{width:300px;float:right}.widget-area .widgets{padding:30px 30px 55px;background-color:#F0FAFD;border-radius:10px}.razox-sidebar-left .widget-area{float:left}.razox-sidebar-right .widget-area{float:right}.left-sidebar .content-area{float:left}.left-sidebar .widget-area{float:right}.razox-content-width-wide .elementor-section.elementor-section-boxed>.elementor-container,.razox-content-width-wide .col-full{max-width:100%}.razox-content-width-wide #page .site-content,.razox-content-width-wide [data-elementor-type=wp-post] .e-con-boxed,.razox-content-width-wide .elementor-section.elementor-section-boxed{padding-left:80px;padding-right:80px}.razox-content-width-wide .e-con{--container-max-width:100%}.woocommerce-page.razox-full-width-content .content-area{width:100%;float:left;margin-left:0;margin-right:0}.razox-full-width-content .content-area{width:100%;float:left;margin-left:0;margin-right:0}}@media (min-width:768px){.site-branding .site-description{margin-bottom:0;display:block}.site-header .subscribe-and-connect-connect{float:right;margin-bottom:1em}.site-header .subscribe-and-connect-connect .icons{list-style:none;margin:0}.site-header .subscribe-and-connect-connect .icons a{font-size:1em!important}.site-header .subscribe-and-connect-connect .icons li{margin:0 0 0 0.5407797364em!important;display:inline-block}.page-template-template-fullwidth-php .content-area,.elementor_library-template-default .content-area,.page-template-template-homepage-php .content-area{width:100%;float:left;margin-left:0;margin-right:0}.razox-content-width-wide #page .site-content,.razox-content-width-wide [data-elementor-type=wp-post] .e-con-boxed,.razox-content-width-wide .elementor-section.elementor-section-boxed{padding-left:30px;padding-right:30px}.comment-list{list-style:none}.comment-list::before,.comment-list::after{content:"";display:table}.comment-list::after{clear:both}.comment-list .comment{clear:both;border-bottom:1px solid var(--e-global-color-border)}.comment-list:last-child .comment{border:none}.comment-list #respond .comment-form-author,.comment-list #respond .comment-form-email,.comment-list #respond .comment-form-url{width:100%;margin-right:0}.comment-list .comment-body #respond{border:1px solid #DFE1E7}.comment-list ol.children{margin-left:80px;list-style:none}#respond .comment-form-comment{clear:both}.razox-primary-navigation{clear:both}.razox-primary-navigation::before,.razox-primary-navigation::after{content:"";display:table}.razox-primary-navigation::after{clear:both}.error404 .fourohfour-columns-2 .col-1{width:48.3870967742%;float:left;margin-right:3.2258064516%}.error404 .fourohfour-columns-2 .col-1 ul.products{margin-bottom:0}.error404 .fourohfour-columns-2 .col-2{width:48.3870967742%;float:right;margin-right:0}.wpml-ls-statics-footer{max-width:1290px;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}.wpml-ls-statics-footer::before,.wpml-ls-statics-footer::after{content:"";display:table}.wpml-ls-statics-footer::after{clear:both}.wpml-ls-statics-footer:after{content:" ";display:block;clear:both}.copyright-bar .razox-social{text-align:left;margin:0}.copyright-bar .site-info{margin:0}.copyright-bar .logo-brands img{margin-left:auto;margin-right:0}}@media (min-width:1025px){.menu-toggle,.main-navigation.toggled div.menu{display:none}.primary-navigation{display:block}.instagram-widget .instagram-picture,.instagram-widget .instagram-box-title{order:unset!important}.site-content::before,.site-content::after{content:"";display:table}.site-content::after{clear:both}[class*=razox-sidebar-] .content-area{width:calc(100% - 400px);float:right}.woocommerce[class*=razox-sidebar-] .content-area{width:calc(100% - 360px);float:right}.razox-sidebar-left .content-area{float:right}.razox-sidebar-right .content-area{float:left}[class*=razox-sidebar-] .widget-area{width:330px;float:left}.razox-sidebar-left .widget-area{float:left}.razox-sidebar-right .widget-area{float:right}.left-sidebar .content-area{float:left}.left-sidebar .widget-area{float:right}.razox-content-width-wide .elementor-section.elementor-section-boxed>.elementor-container,.razox-content-width-wide .col-full{max-width:100%}.razox-content-width-wide #page .site-content,.razox-content-width-wide [data-elementor-type=wp-post] .e-con-boxed,.razox-content-width-wide .elementor-section.elementor-section-boxed{padding-left:80px;padding-right:80px}.razox-content-width-wide .e-con{--container-max-width:100%}.woocommerce-page.razox-full-width-content .content-area{width:100%;float:left;margin-left:0;margin-right:0}.razox-full-width-content .content-area{width:100%;float:left;margin-left:0;margin-right:0}}.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item{display:inline-block;color:var(--e-global-color-secondary);font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-tertiary-font-weight);font-size:40px;line-height:46px}.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item:hover{color:var(--e-global-color-primary)}.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item span{display:none}.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item span i:before{display:none}.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item.current-menu-item a.hfe-menu-item{color:var(--e-global-color-primary)}.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item .sub-menu-active a{color:var(--e-global-color-primary)}.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item ul.sub-menu li.menu-item{position:relative}.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item ul.sub-menu li.menu-item a.hfe-sub-menu-item{padding-bottom:15px;padding-top:15px}.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item ul.sub-menu li.menu-item a.hfe-sub-menu-item:hover{color:var(--e-global-color-primary)}.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu{padding-left:30px}.hfe-nav-menu.vertical .hfe-has-submenu-container .hfe-menu-toggle:hover{border:none}.elementor-menu-one .elementor-widget-navigation-menu .hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item{margin:0}.elementor-menu-one .elementor-widget-navigation-menu .hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item:before{background-color:var(--e-global-color-primary);width:0%}.d-flex{display:flex}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-row-reverse{flex-direction:row-reverse}.flex-column-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.align-items-baseline{align-items:baseline}.align-items-stretch{align-items:stretch}.align-content-start{align-content:flex-start}.align-content-end{align-content:flex-end}.align-content-center{align-content:center}.align-content-between{align-content:space-between}.align-content-around{align-content:space-around}.align-content-stretch{align-content:stretch}.align-self-auto{align-self:auto}.align-self-start{align-self:flex-start}.align-self-end{align-self:flex-end}.align-self-center{align-self:center}.align-self-baseline{align-self:baseline}.align-self-stretch{align-self:stretch}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.razox-social-share{display:flex;font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);font-size:14px;font-size:.875rem}.razox-social-share i{font-size:15px;font-size:.9375rem;color:#fff}.razox-social-share .social-share-header{color:var(--e-global-color-lighter)}.razox-social-share a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;transition:all 0.4s ease}.razox-social-share a:hover{opacity:.9}.razox-social-share .social-facebook{background-color:#506CCF}.razox-social-share .social-twitter{background-color:#97D5F0}.razox-social-share .social-instagram{background-color:#C4C4C4}.razox-social-share .social-pinterest{background-color:#D13B3B}.single-product .razox-social-share{display:flex;flex-wrap:wrap;align-items:center;margin-top:22px;color:var(--e-global-color-lighter)}.single-product .razox-social-share .social-share-header{display:block;margin-right:10px}.single-product .razox-social-share a{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;text-align:center;line-height:34px;padding:0;margin-right:10px;color:#fff;background-color:var(--e-global-color-primary)}.single-product .razox-social-share a i{font-size:10px;font-size:.625rem}.razox-av-overlay{background:rgb(0 0 0 / .9);box-sizing:border-box;cursor:wait;height:100%;opacity:0;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;z-index:99998}.razox-av{background-color:#fff;border-radius:0;box-shadow:0 0 15px #000;box-sizing:border-box;opacity:0;position:fixed;padding:20px;text-align:center;width:580px;z-index:99999;background-size:cover;background-position:center}@media (min-width:768px){.razox-av{padding:80px}}.razox-av h2{border-bottom:1px solid #ccc;box-sizing:border-box;font-size:36px;margin:0 0 12px 0;padding-bottom:12px}.razox-av img{margin:0 auto 20px}.razox-av p{box-sizing:border-box}.razox-av p:last-child{margin-bottom:0}.razox-av p strong{color:var(--e-global-color-primary)}.razox-av .razox-av-description{font-size:14px;font-size:.875rem;color:var(--e-global-color-secondary);margin-bottom:30px}.razox-av .razox-av-copy{font-size:20px;font-size:1.25rem;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);color:var(--e-global-color-secondary);margin-bottom:1.2rem}.razox-av button.yes{background-color:var(--e-global-color-primary);margin-left:0;margin-right:1%}.razox-av button.yes:hover{background-color:var(--e-global-color-secondary)}.razox-av .errors{box-sizing:border-box;color:#ff1f1f;font-size:12px;line-height:18px;margin:0 0 20px 0}.razox-av .errors ul,.razox-av .errors li{box-sizing:border-box;list-style:none;margin:0 0 0 0;padding:0 0 3px 0}.razox-av .errors li span{background:#ebebeb;box-sizing:border-box;border:1px solid #ccc;border-radius:7px;color:#ff1f1f;display:inline-block;font-size:9px;font-weight:700;height:14px;line-height:13px;margin-right:5px;position:relative;top:-2px;text-align:center;text-shadow:1px 1px 0 #fff;width:14px}.razox-av .fields{box-sizing:border-box;clear:both;margin:10px 0 10px 0}@media (max-width:500px){.razox-av{box-sizing:border-box;margin-left:1px;margin-right:20px;width:auto}.razox-av img{max-width:100%;max-height:200px}.razox-av button{box-sizing:border-box;display:block;width:100%}.razox-av button.no,.razox-av button.yes{margin-left:0;margin-right:0}}.overflow-to-left .razox-swiper{overflow:visible;clip-path:inset(-100% 0 -100% -100%)}.overflow-to-right .razox-swiper{overflow:visible;clip-path:inset(-100% -100% -100% 0)}.elementor-element .swiper-vertical{padding-bottom:0!important}.elementor-element .razox-swiper-wrapper .swiper-pagination-progressbar.swiper-pagination-horizontal{bottom:5px;top:auto;height:1px;background:rgb(255 255 255 / .2)}.elementor-element .razox-swiper-wrapper .swiper-pagination-progressbar.swiper-pagination-horizontal .swiper-pagination-progressbar-fill{background:#fff}.elementor-element .razox-swiper-wrapper .swiper-slide{height:unset;width:calc((100% - ((var(--e-global-column-to-show) - 1) * var(--grid-column-gap))) / var(--e-global-column-to-show));margin-right:var(--grid-column-gap)}.elementor-element .razox-swiper-wrapper .swiper{position:static}.elementor-element .razox-swiper-wrapper .swiper .elementor-swiper-button{display:flex;min-width:1em;min-height:1em;font-size:16px;font-size:1rem;width:40px;height:40px;color:var(--e-global-color-secondary);border-radius:5px;background-color:#fff0;align-items:center;justify-content:center;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}@media (min-width:768px){.elementor-element .razox-swiper-wrapper .swiper .elementor-swiper-button{width:48px;height:48px;font-size:24px;font-size:1.5rem}}.elementor-element .razox-swiper-wrapper .swiper .elementor-swiper-button:hover{background-color:#F3F5FA}.elementor-element .razox-swiper-wrapper .swiper .elementor-swiper-button svg{fill:var(--e-global-color-secondary)}.elementor-element .razox-swiper-wrapper .swiper .elementor-swiper-button i{font-size:25px;font-size:1.5625rem}@media (min-width:768px){.elementor-element .razox-swiper-wrapper .swiper .elementor-swiper-button-prev{left:-88px;right:auto}.rtl .elementor-element .razox-swiper-wrapper .swiper .elementor-swiper-button-prev{right:-88px;left:auto}}@media (min-width:768px){.elementor-element .razox-swiper-wrapper .swiper .elementor-swiper-button-next{right:-88px;left:auto}.rtl .elementor-element .razox-swiper-wrapper .swiper .elementor-swiper-button-next{left:-88px;right:auto}}.elementor-element .razox-swiper-wrapper .swiper .swiper-pagination-bullet:hover{opacity:1}.elementor-element.elementor-widget-razox-header-carousel .razox-swiper-wrapper .elementor-swiper-button-prev{left:0}.elementor-element.elementor-widget-razox-header-carousel .razox-swiper-wrapper .elementor-swiper-button-next{right:0}.elementor-pagination-style-1 .swiper-pagination-bullet{background-color:var(--e-global-color-primary);transition:0.3s ease-in-out;width:8px;height:8px;opacity:.4}.elementor-pagination-style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active,.elementor-pagination-style-1 .swiper-pagination-bullet:hover{background-color:var(--e-global-color-primary);opacity:1}.elementor-pagination-style-1 .swiper-pagination-bullet-active{width:20px;height:8px;border-radius:10px;transition:0.3s ease-in-out}.elementor-pagination-style-1 .swiper-pagination-horizontal{bottom:21px}.elementor-pagination-style-2 .swiper-pagination-horizontal .swiper-pagination-bullet{margin:0 10px}.elementor-pagination-style-2 .swiper-pagination-bullet{background-color:var(--e-global-color-text);cursor:pointer;border-radius:20px;width:6px;height:6px;position:relative}.elementor-pagination-style-2 .swiper-pagination-bullet:before{content:"";position:absolute;border:1px solid var(--e-global-color-secondary);padding:5px;width:16px;height:16px;border-radius:20px;top:-5px;left:-5px;opacity:0;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.elementor-pagination-style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active,.elementor-pagination-style-2 .swiper-pagination-bullet:hover{background-color:var(--e-global-color-secondary)}.elementor-pagination-style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active:before,.elementor-pagination-style-2 .swiper-pagination-bullet:hover:before{opacity:1}.elementor-pagination-style-3 .swiper-pagination{display:flex}.elementor-pagination-style-3 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{--swiper-pagination-bullet-horizontal-gap:0}.elementor-pagination-style-3 .swiper-pagination-bullet{--swiper-pagination-bullet-horizontal-gap:0;width:100%!important;border-radius:0;position:relative;opacity:1;background-color:#fff0}.elementor-pagination-style-3 .swiper-pagination-bullet:before{content:"";width:100%;height:3px;left:0;bottom:0;display:block;background-color:rgb(255 255 255 / .2);-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.elementor-pagination-style-3 .swiper-pagination-bullet:hover,.elementor-pagination-style-3 .swiper-pagination-bullet-active{background-color:inherit}.elementor-pagination-style-3 .swiper-pagination-bullet:hover:before,.elementor-pagination-style-3 .swiper-pagination-bullet-active:before{background-color:#FFF}.elementor-swiper-button-next-vertical-bottom .elementor-swiper-button-next{-ms-transform:translateY(50%);-o-transform:translateY(50%);-moz-transform:translateY(50%);-webkit-transform:translateY(50%);transform:translateY(50%)}.elementor-swiper-button-prev-vertical-bottom .elementor-swiper-button-prev{-ms-transform:translateY(50%);-o-transform:translateY(50%);-moz-transform:translateY(50%);-webkit-transform:translateY(50%);transform:translateY(50%)}.elementor-pagination-position-outside .swiper-wrapper{padding-bottom:30px}.elementor-319 .elementor-element.elementor-element-a16f3f7{--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;--margin-top:0px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-319 .elementor-element.elementor-element-2b15ca1{--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;--justify-content:space-between;--border-radius:10px 10px 10px 10px;--padding-top:61px;--padding-bottom:66px;--padding-left:107px;--padding-right:82px}.elementor-319 .elementor-element.elementor-element-2b15ca1:not(.elementor-motion-effects-element-type-background),.elementor-319 .elementor-element.elementor-element-2b15ca1>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-image:url(https://bithome.tn/wp-content/uploads/2024/03/home1-rog-1.png);background-position:center center;background-repeat:no-repeat;background-size:cover}.elementor-319 .elementor-element.elementor-element-6874420{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:11px 11px;--row-gap:11px;--column-gap:11px;--padding-top:13px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.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-319 .elementor-element.elementor-element-15a946a{font-family:"Rajdhani",Sans-serif;font-size:18px;font-weight:600;text-transform:uppercase;line-height:16px;color:#5CC2F0}.elementor-319 .elementor-element.elementor-element-b5fef99{text-align:center;width:var(--container-widget-width,273px);max-width:273px;--container-widget-width:273px;--container-widget-flex-grow:0}.elementor-319 .elementor-element.elementor-element-b5fef99 .elementor-heading-title{color:#FFF;font-size:40px;font-weight:700;line-height:38px}.elementor-319 .elementor-element.elementor-element-a84c521{--display:flex;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.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-319 .elementor-element.elementor-element-996fcd0>.elementor-widget-container{padding:0 1px 0 0}.elementor-319 .elementor-element.elementor-element-996fcd0{text-align:end}.elementor-319 .elementor-element.elementor-element-5cf240d{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-319 .elementor-element.elementor-element-b0194ae>.elementor-widget-container{margin:0 10px 0 0}.elementor-319 .elementor-element.elementor-element-b0194ae{font-family:"Rajdhani",Sans-serif;font-size:20px;font-weight:600;text-transform:uppercase;line-height:16px;color:#FFF}.elementor-319 .elementor-element.elementor-element-1e306de>.elementor-widget-container{padding:0 25px 0 0}.elementor-319 .elementor-element.elementor-element-1e306de .elementor-heading-title{color:#5CC2F0;font-size:40px;line-height:38px}.elementor-widget-button .elementor-button{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-319 .elementor-element.elementor-element-f9e7cea .elementor-button{background-color:#FFF;fill:#000;color:#000;border-style:none;padding:8px 20px 8px 20px}.elementor-319 .elementor-element.elementor-element-f9e7cea.elementor-element{--align-self:center}.elementor-319 .elementor-element.elementor-element-f9e7cea .elementor-button-content-wrapper{flex-direction:row-reverse}.elementor-319 .elementor-element.elementor-element-f9e7cea .elementor-button .elementor-button-content-wrapper{gap:9px}.elementor-319 .elementor-element.elementor-element-f9e7cea .elementor-button:hover,.elementor-319 .elementor-element.elementor-element-f9e7cea .elementor-button:focus{color:#FFF}.elementor-319 .elementor-element.elementor-element-f9e7cea .elementor-button:hover svg,.elementor-319 .elementor-element.elementor-element-f9e7cea .elementor-button:focus svg{fill:#FFF}@media(min-width:768px){.elementor-319 .elementor-element.elementor-element-6874420{--width:273px}.elementor-319 .elementor-element.elementor-element-a84c521{--width:60%}}@media(max-width:1024px) and (min-width:768px){.elementor-319 .elementor-element.elementor-element-a84c521{--width:60%}}@media(max-width:880px) and (min-width:768px){.elementor-319 .elementor-element.elementor-element-a84c521{--width:100%}}@media(max-width:1200px){.elementor-319 .elementor-element.elementor-element-2b15ca1{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px}}@media(max-width:880px){.elementor-319 .elementor-element.elementor-element-2b15ca1{--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-319 .elementor-element.elementor-element-6874420.e-con{--align-self:center}.elementor-319 .elementor-element.elementor-element-a84c521{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% )}.elementor-319 .elementor-element.elementor-element-5cf240d{--justify-content:space-between}}@media(max-width:767px){.elementor-319 .elementor-element.elementor-element-2b15ca1{--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px}.elementor-319 .elementor-element.elementor-element-5cf240d{--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--flex-wrap:wrap}}.elementor-18815 .elementor-element.elementor-element-0d203c6{--display:flex;--gap:13px 13px;--row-gap:13px;--column-gap:13px;--margin-top:0px;--margin-bottom:-27px;--margin-left:0px;--margin-right:0px;--padding-top:28px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px}.elementor-18815 .elementor-element.elementor-element-7e510a9 .breadcrumb{color:#888;font-size:12px;font-weight:700;text-transform:uppercase;line-height:24px}.elementor-18815 .elementor-element.elementor-element-7e510a9 .breadcrumb a{color:#888}.elementor-18815 .elementor-element.elementor-element-7e510a9 .breadcrumb a:hover{color:var(--e-global-color-primary)}.elementor-18815 .elementor-element.elementor-element-4900aee>.elementor-widget-container{margin:0 0 0 0;padding:0 0 0 0}.elementor-18815 .elementor-element.elementor-element-4900aee .razox-title{font-size:64px;font-weight:700;line-height:60px;margin:0 0 0 0}@media(max-width:1200px){.elementor-18815 .elementor-element.elementor-element-0d203c6{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px}}@media(max-width:767px){.elementor-18815 .elementor-element.elementor-element-0d203c6{--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px}.elementor-18815 .elementor-element.elementor-element-4900aee .razox-title{font-size:40px;line-height:38px}}.pwb-clearfix:after{content:"";display:table;clear:both}.pwb-before-loop{margin-bottom:1em}.pwb-after-loop{margin-top:1em}.pwb-carousel .pwb-slick-slide a{display:block}.pwb-carousel .pwb-slick-slide a>img{margin:0 auto}.pwb-carousel .pwb-slick-slide,.pwb-product-carousel .pwb-slick-slide{margin:0 10px}.pwb-carousel .slick-prev,.pwb-carousel .slick-next,.pwb-product-carousel .slick-prev,.pwb-product-carousel .slick-next{font-size:0;position:absolute;top:0;bottom:0;display:block;cursor:pointer;font-size:22px;width:30px;overflow:hidden;text-align:center;color:#aeaeae;border:none;outline:none;z-index:999;background:#eee;opacity:0;transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out}.pwb-carousel .slick-prev>span,.pwb-carousel .slick-next>span,.pwb-product-carousel .slick-prev>span,.pwb-product-carousel .slick-next>span{display:inline-block;height:20px;width:20px;padding:10px;position:absolute;top:50%;margin-top:-20px;left:0;right:0}.pwb-carousel .slick-prev:hover,.pwb-carousel .slick-prev:focus,.pwb-carousel .slick-next:hover,.pwb-carousel .slick-next:focus,.pwb-product-carousel .slick-prev:hover,.pwb-product-carousel .slick-prev:focus,.pwb-product-carousel .slick-next:hover,.pwb-product-carousel .slick-next:focus{outline:none}.pwb-carousel .slick-prev,.pwb-product-carousel .slick-prev{left:0}.pwb-carousel .slick-next,.pwb-product-carousel .slick-next{right:0}.pwb-carousel:hover .slick-next,.pwb-carousel:hover .slick-prev,.pwb-product-carousel:hover .slick-next,.pwb-product-carousel:hover .slick-prev{opacity:.8}.pwb-product-carousel .pwb-amount{display:block;width:100%;margin-bottom:12px}.pwb-carousel,.pwb-product-carousel{min-height:30px}.pwb-carousel .pwb-slick-slide,.pwb-product-carousel .pwb-slick-slide{display:none}.pwb-carousel.slick-initialized .pwb-slick-slide,.pwb-product-carousel.slick-initialized .pwb-slick-slide{display:block}.pwb-carousel .slick-list,.pwb-product-carousel .slick-list{opacity:0;position:absolute}.pwb-carousel.slick-initialized,.pwb-product-carousel.slick-initialized{min-height:none}.pwb-carousel.slick-initialized .slick-list,.pwb-product-carousel.slick-initialized .slick-list{opacity:1;position:relative;transition:opacity .2s ease-in}.pwb-carousel.slick-initialized .pwb-carousel-loader,.pwb-product-carousel.slick-initialized .pwb-carousel-loader{display:none!important;opacity:0!important}.pwb-carousel-loader{font-size:10px;margin:50px auto;text-indent:-9999em;width:30px;height:30px;border-radius:50%;background:#525252;background:-moz-linear-gradient(left,#525252 10%,#fff0 42%);background:-webkit-linear-gradient(left,#525252 10%,#fff0 42%);background:-o-linear-gradient(left,#525252 10%,#fff0 42%);background:-ms-linear-gradient(left,#525252 10%,#fff0 42%);background:linear-gradient(to right,#525252 10%,#fff0 42%);position:relative;-webkit-animation:PWBCarouselLoader 1.4s infinite linear;animation:PWBCarouselLoader 1.4s infinite linear;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.pwb-carousel-loader:before{width:50%;height:50%;background:#525252;border-radius:100% 0 0 0;position:absolute;top:0;left:0;content:""}.pwb-carousel-loader:after{background:#fff;width:75%;height:75%;border-radius:50%;content:"";margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}@-webkit-keyframes PWBCarouselLoader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes PWBCarouselLoader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.pwb-all-brands .pwb-pagination-wrapper{margin-top:20px;padding-top:10px;border-top:1px solid #ededed;text-align:right}.pwb-all-brands .pwb-pagination{display:inline-block;margin-right:10px;background-color:#ededed;color:#333;text-align:center;padding:10px}.pwb-brands-cols-outer{display:flex;flex-wrap:wrap;gap:15px}.pwb-all-brands .pwb-brands-cols-outer:after{content:"";display:table;clear:both}.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{box-sizing:border-box;width:calc(20% - 15px);display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.pwb-az-listing-row{margin-bottom:20px}.pwb-az-listing-row-in{margin-left:-5px;margin-right:-5px}.pwb-az-listing-col{padding:5px}.pwb-az-listing-col>a{display:block;text-transform:uppercase;white-space:nowrap;overflow:hidden}.pwb-az-listing-title{border-bottom:1px solid #ddd;font-weight:700;font-size:115%;text-transform:uppercase}.pwb-az-listing-header{margin-bottom:30px}.pwb-az-listing-header ul{margin:0;padding:0;list-style:none;margin-right:-2px;margin-left:-2px}.pwb-az-listing-header li{display:inline-block;float:left;width:25px;height:25px;margin:2px;line-height:25px;border:1px solid #ddd;text-align:center}.pwb-az-listing-header a{text-transform:uppercase}.pwb-filter-products input[type=checkbox]{margin-right:10px}.pwb-filter-products li{margin-bottom:5px}.pwb-row:after{content:"";display:table;clear:both}.pwb-columns-2{width:50%}.pwb-columns-3{width:33.33333%}.pwb-columns-4{width:25%}.pwb-columns-5{width:20%}.pwb-columns-6{width:16.66666%}.pwb-columns{float:left}.pwb-single-product-brands{padding-top:1em;display:flex;gap:.1em}.product_meta .pwb-single-product-brands{padding-top:0}.pwb-text-before-brands-links{margin-right:4px}@media screen and (max-width:1000px){.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{width:25%}}@media screen and (max-width:700px){.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{width:50%}.pwb-columns-5,.pwb-columns-6{width:25%}}@media screen and (max-width:480px){.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{width:100%;float:none}.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3>p:first-child{height:auto}.pwb-columns-3,.pwb-columns-4,.pwb-columns-5,.pwb-columns-6{width:50%}}@media(min-width:576px){.pwb-az-listing-col{width:50%;float:left}}@media(min-width:992px){.pwb-az-listing-col{width:25%}}.elementor-brand-item{text-align:center;display:flex;align-items:center;position:relative;overflow:hidden}.elementor-brand-wrapper .elementor-brand-image{display:flex;width:100%;font-size:0;font-size:0rem;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;color:var(--e-global-color-secondary)}@media (max-width:425px){.elementor-brand-wrapper .elementor-brand-image{margin:0 auto;width:50%}}.elementor-brand-wrapper .elementor-brand-image svg{-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;color:rgb(255 255 255 / .3)}.elementor-brand-wrapper .elementor-brand-image img{-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;height:auto;float:left}.elementor-brand-wrapper .elementor-brand-image:hover{color:var(--e-global-color-primary)}.elementor-brand-wrapper .elementor-brand-image:hover svg{-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;color:#fff}.elementor-brand-wrapper a{display:block}.elementor-brand-wrapper .column-item{margin-bottom:30px}.elementor-brand-wrapper .slick-slide{position:relative}.elementor-brand-wrapper .slick-slide:before{top:0;right:0;width:1px;height:100%;background:#ebebeb;position:absolute}.elementor-brand-wrapper .slick-slide:last-child:before{content:none!important}.elementor-brand-wrapper .elementor-widget-razox-brand .razox-carousel .column-item{margin-bottom:0!important}.elementor-brand-wrapper .elementor-widget-razox-brand .razox-carousel .slick-track{display:flex!important;align-items:center}.elementor-widget-razox-breadcrumb .breadcrumb{font-size:12px;font-size:.75rem;font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);letter-spacing:0;line-height:24px}.elementor-widget-razox-breadcrumb .breadcrumb .home:before{font-size:14px;font-size:.875rem;transform:translateY(-4px);margin-right:5px}.elementor-widget-razox-breadcrumb .breadcrumb a{color:var(--e-global-color-text)}.elementor-widget-razox-breadcrumb .breadcrumb a:hover{color:var(--e-global-color-primary);text-decoration:underline}.elementor-widget-razox-breadcrumb .breadcrumb span{margin:0 7px}.elementor-widget-razox-breadcrumb .breadcrumb span:first-child{margin-left:0}.elementor-widget-razox-breadcrumb .breadcrumb span:last-child{margin-right:0}.elementor-widget-razox-breadcrumb .breadcrumb .breadcrumb-listItem>span:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";font-size:9px;font-size:.5625rem;margin-right:11px}.elementor-widget-razox-breadcrumb .breadcrumb .breadcrumb-listItem>span:first-child:before{content:unset}.elementor-widget-razox-breadcrumb .razox-title{font-size:30px;font-size:1.875rem;font-family:var(--e-global-typography-accent-font-family);font-weight:var(--e-global-typography-accent-font-weight);text-transform:var(--e-global-typography-accent-text-transform);font-style:var(--e-global-typography-accent-font-style);text-decoration:var(--e-global-typography-accent-text-decoration);line-height:var(--e-global-typography-accent-line-height);letter-spacing:var(--e-global-typography-accent-letter-spacing);letter-spacing:0;line-height:1;margin-bottom:23px}@media (min-width:568px){.elementor-widget-razox-breadcrumb .razox-title{font-size:100px;font-size:6.25rem}}.hidden-razox-list-item-yes .breadcrumb-listItem{display:none}.hidden-razox-title-yes .razox-title{display:none}.single-post .hidden-razox-title-single-yes .razox-title,.single-give_forms .hidden-razox-title-single-yes .razox-title{display:none}.single-post .hidden-breadcrumb-title-single,.single-give_forms .hidden-breadcrumb-title-single{display:none}.breadcrumb-wrap{display:var(--page-title-display)}.home .main-breadcrumb{display:none}.wpcf7-form ::placeholder{color:var(--e-global-color-secondary)}.wpcf7-form{margin:0}.wpcf7-form p{margin:0}.wpcf7-form p label{font-size:14px;font-size:.875rem;line-height:1;color:var(--e-global-color-secondary);font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);text-transform:capitalize}.wpcf7-form .wpcf7-not-valid-tip{font-size:14px;font-size:.875rem;margin-bottom:30px;margin-top:-20px}.wpcf7-form .wpcf7-form-control-wrap input[type=text],.wpcf7-form .wpcf7-form-control-wrap input[type=number],.wpcf7-form .wpcf7-form-control-wrap input[type=email],.wpcf7-form .wpcf7-form-control-wrap input[type=tel],.wpcf7-form .wpcf7-form-control-wrap input[type=url],.wpcf7-form .wpcf7-form-control-wrap input[type=password],.wpcf7-form .wpcf7-form-control-wrap input[type=search],.wpcf7-form .wpcf7-form-control-wrap input[type=date],.wpcf7-form .wpcf7-form-control-wrap .input-text,.wpcf7-form .wpcf7-form-control-wrap select,.wpcf7-form .wpcf7-form-control-wrap textarea{width:100%;border-width:1px;font-size:16px;font-size:1rem;line-height:1;font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);padding:13px 23px;border-radius:5px;background-color:#fff0;color:var(--e-global-color-text);margin-bottom:20px}.wpcf7-form .wpcf7-form-control-wrap textarea{margin:auto;width:100%;height:100%}.wpcf7-form .wpcf7-form-control-wrap select:not([size]):not([multiple]){font-size:14px;font-size:.875rem;color:var(--e-global-color-text);border-radius:5px}.wpcf7-form .row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.wpcf7-form .row [class*=" column-"],.wpcf7-form .row [class^=column-]{padding:0 15px 0 15px}.wpcf7-form .row p{margin-bottom:29px}.wpcf7-form .row p label{font-size:16px;font-size:1rem;line-height:1.375;color:var(--e-global-color-secondary);font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing)}.wpcf7-form button,.wpcf7-form input[type=button],.wpcf7-form input[type=reset],.wpcf7-form input[type=submit],.wpcf7-form .button{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);-ms-transition:all 0.8s ease;-o-transition:all 0.8s ease;-moz-transition:all 0.8s ease;-webkit-transition:all 0.8s ease;transition:all 0.8s ease;padding:.8rem 1.875rem;font-size:16px;font-size:1rem;border-radius:5px;border:1px solid var(--e-global-color-secondary);background-color:var(--e-global-color-secondary);white-space:nowrap;color:var(--body-color);justify-content:center;letter-spacing:0;position:relative;overflow:hidden;text-transform:capitalize;display:inline-block;clip-path:inset(0 round var(--e-button-radius,5px));padding:14px 32px;-ms-transition:all 0.8s ease;-o-transition:all 0.8s ease;-moz-transition:all 0.8s ease;-webkit-transition:all 0.8s ease;transition:all 0.8s ease}.wpcf7-form button span,.wpcf7-form input[type=button] span,.wpcf7-form input[type=reset] span,.wpcf7-form input[type=submit] span,.wpcf7-form .button span{position:relative;z-index:2}.wpcf7-form button i,.wpcf7-form input[type=button] i,.wpcf7-form input[type=reset] i,.wpcf7-form input[type=submit] i,.wpcf7-form .button i{padding-top:1.5px}.wpcf7-form button::before,.wpcf7-form input[type=button]::before,.wpcf7-form input[type=reset]::before,.wpcf7-form input[type=submit]::before,.wpcf7-form .button::before{position:absolute;height:calc(100% + 130px);width:130%;top:50%;left:50%;content:"";background:linear-gradient(to top right,var(--e-global-color-primary) 50%,#00000000 50.1%) bottom left,linear-gradient(to bottom left,var(--e-global-color-primary) 50%,#00000000 50.1%) top right;background-size:0 0;background-repeat:no-repeat;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;z-index:-1;transform:translate(-50%,-50%)}.wpcf7-form button:hover,.wpcf7-form input[type=button]:hover,.wpcf7-form input[type=reset]:hover,.wpcf7-form input[type=submit]:hover,.wpcf7-form .button:hover{border-color:var(--e-global-color-primary)}.wpcf7-form button:hover i,.wpcf7-form input[type=button]:hover i,.wpcf7-form input[type=reset]:hover i,.wpcf7-form input[type=submit]:hover i,.wpcf7-form .button:hover i{color:#FFF}.wpcf7-form button:hover:before,.wpcf7-form input[type=button]:hover:before,.wpcf7-form input[type=reset]:hover:before,.wpcf7-form input[type=submit]:hover:before,.wpcf7-form .button:hover:before{background-size:100% 100%}.wpcf7-form button i,.wpcf7-form input[type=button] i,.wpcf7-form input[type=reset] i,.wpcf7-form input[type=submit] i,.wpcf7-form .button i{width:5px;height:8px;color:var(--e-global-color-primary);position:relative;z-index:99;margin-left:9px;font-size:8px}.wpcf7-form button:hover,.wpcf7-form input[type=button]:hover,.wpcf7-form input[type=reset]:hover,.wpcf7-form input[type=submit]:hover,.wpcf7-form .button:hover{-ms-transition:all 0.8s ease;-o-transition:all 0.8s ease;-moz-transition:all 0.8s ease;-webkit-transition:all 0.8s ease;transition:all 0.8s ease;color:#FFF}.wpcf7-form button:hover i,.wpcf7-form input[type=button]:hover i,.wpcf7-form input[type=reset]:hover i,.wpcf7-form input[type=submit]:hover i,.wpcf7-form .button:hover i{color:#FFF}.wpcf7-form .wpcf7-spinner{position:absolute}.contact-form{display:flex;align-items:center;justify-content:center}.contact-form .contact-form-wrapper{max-width:930px;width:100%}.contact-form .contact-form-wrapper .form-horizontal{display:flex;align-items:flex-start;justify-content:space-between}.contact-form .contact-form-wrapper .form-horizontal .wpcf7-form-control-wrap .form-name,.contact-form .contact-form-wrapper .form-horizontal .wpcf7-form-control-wrap .form-email,.contact-form .contact-form-wrapper .form-horizontal .wpcf7-form-control-wrap .form-phone-number{max-width:300px;max-height:50px}.contact-form .contact-form-wrapper .form-horizontal p:not(::last-child){margin-right:15px}.contact-form .contact-form-wrapper .form-message{max-height:149px;padding:20px 22px}.contact-form .contact-form-wrapper button{margin-top:20px}@media (max-width:1200px){.contact-form .contact-form-wrapper .form-horizontal{flex-direction:column}.contact-form .contact-form-wrapper .form-horizontal p{margin:0;width:100%}.contact-form .contact-form-wrapper .form-horizontal span.wpcf7-form-control-wrap{display:inline-grid;width:100%}.contact-form .contact-form-wrapper .form-horizontal span.wpcf7-form-control-wrap input.wpcf7-form-control{max-width:100%}}.elementor-widget-razox-countdown .elementor-razox-countdown{display:flex;flex-wrap:wrap;justify-content:center;flex-direction:row}.elementor-widget-razox-countdown .elementor-razox-countdown-item{position:relative;width:70px;height:70px;margin-right:10px;display:flex;justify-content:center;align-items:center}.elementor-widget-razox-countdown .elementor-razox-countdown-item:last-child{margin-right:0!important}.elementor-widget-razox-countdown .elementor-razox-countdown-item svg{position:absolute;top:0;left:0}.elementor-widget-razox-countdown .elementor-countdown-item{text-align:center;display:flex;flex-direction:column;justify-content:center;position:relative;margin-right:5px}.elementor-widget-razox-countdown .elementor-countdown-item:before{content:":";display:inline-block;position:absolute;right:-11px;font-size:15px;font-size:.9375rem;line-height:1;top:50%;transform:translateY(-50%);color:var(--e-global-color-secondary)}.elementor-widget-razox-countdown .elementor-countdown-item:last-child{margin-right:0}.elementor-widget-razox-countdown .elementor-countdown-item:last-child:before{display:none}.elementor-widget-razox-countdown .elementor-countdown-label{font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);font-size:16px;font-size:1rem;line-height:24px;text-align:center;color:var(--e-global-color-secondary)}.elementor-widget-razox-countdown .elementor-countdown-digits{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:24px;font-size:1.5rem;line-height:30px;text-align:center;color:var(--e-global-color-primary)}.elementor-widget-razox-countdown .countdown-title{font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);font-size:15px;font-size:.9375rem;color:var(--e-global-color-secondary)}.elementor-widget-razox-countdown.countdown-style-1 .countdown-inner{display:flex;flex-direction:row;align-items:center}.elementor-widget-razox-countdown.countdown-style-1 .elementor-countdown-item:before{display:none}.elementor-widget-razox-countdown.countdown-style-1 .elementor-countdown-item .elementor-countdown-digits{text-align:center;color:#FFF;font-size:40px;font-size:2.5rem;line-height:38px;font-weight:700;margin-bottom:-4px}.elementor-widget-razox-countdown.countdown-style-1 .elementor-countdown-item:last-child .elementor-countdown-digits:before{display:none}.elementor-widget-razox-countdown.countdown-style-1 .countdown-title{margin-right:15px}.elementor-widget-razox-countdown.countdown-style-1 .elementor-countdown-label{color:#FFF;font-size:14px;font-size:.875rem;line-height:16px;text-transform:uppercase;font-weight:700}.elementor-widget-razox-countdown.countdown-style-2 .elementor-countdown-item{padding:9px 5px 8px 5px;border-radius:4px;margin-right:19px}.elementor-widget-razox-countdown.countdown-style-2 .elementor-countdown-item .elementor-countdown-digits{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);color:var(--e-global-color-secondary)}.elementor-counter{position:relative;display:flex}.elementor-counter .elementor-counter-wrapper{margin-bottom:0}.elementor-counter .elementor-icon-counter{justify-content:center;align-items:center;font-size:54px;font-size:3.375rem}.elementor-counter .elementor-icon-counter i{display:inline-block}.elementor-counter .elementor-icon-counter i:before{display:block}.elementor-counter .elementor-counter-number{font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);font-size:60px;font-size:3.75rem;line-height:60px;color:var(--e-global-color-primary)}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:0;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:60px;font-size:3.75rem;color:var(--e-global-color-primary)}.elementor-counter .elementor-counter-title{text-align:inherit;font-family:var(--e-global-typography-accent-font-family);font-weight:var(--e-global-typography-accent-font-weight);text-transform:var(--e-global-typography-accent-text-transform);font-style:var(--e-global-typography-accent-font-style);text-decoration:var(--e-global-typography-accent-text-decoration);line-height:var(--e-global-typography-accent-line-height);letter-spacing:var(--e-global-typography-accent-letter-spacing);font-size:16px;font-size:1rem;color:var(--e-global-color-secondary)}.elementor-counter .elementor-counter-sub-title{font-size:16px;font-size:1rem}.elementor-counter .elementor-counter-description{font-size:16px;font-size:1rem}.elementor-alignment-left .elementor-counter{justify-content:flex-start}.elementor-alignment-left .elementor-counter .elementor-icon-counter{display:inline-flex;flex:0 0 auto}.elementor-alignment-left .elementor-counter .elementor-counter-wrapper{flex-grow:1;display:flex;flex-direction:column}.elementor-alignment-center .elementor-counter{justify-content:center;flex-direction:column}.elementor-alignment-center .elementor-counter .elementor-icon-counter{display:inline-flex;flex:0 0 auto;margin:0 auto}.elementor-alignment-center .elementor-counter .elementor-counter-wrapper{flex-grow:1;display:flex;flex-direction:column;justify-content:center;text-align:center}.elementor-alignment-center .elementor-counter .elementor-counter-number-wrapper{justify-content:center}.elementor-alignment-right .elementor-counter{flex-direction:row-reverse;justify-content:flex-end}.elementor-alignment-right .elementor-counter .elementor-icon-counter{display:inline-flex;flex:0 0 auto}.elementor-alignment-right .elementor-counter .elementor-counter-number-wrapper{justify-content:flex-end}.elementor-alignment-right .elementor-counter .elementor-counter-wrapper{flex-grow:1;display:flex;justify-content:flex-end;flex-direction:column}.elementor-alignment-right .elementor-counter .elementor-counter-title,.elementor-alignment-right .elementor-counter .elementor-counter-sub-title,.elementor-alignment-right .elementor-counter .elementor-counter-description{text-align:right}.elementor-vertical-align-top .elementor-counter{align-items:flex-start}.elementor-vertical-align-middle .elementor-counter{align-items:center}.elementor-vertical-align-bottom .elementor-counter{align-items:flex-end}.elementor-heading-carousel-item-wrapper .elementor-heading-carousel-item{display:flex;align-items:center;justify-content:center;width:100%}.elementor-heading-carousel-item-wrapper .elementor-heading-carousel-item .header-carousel-title{gap:10px;display:flex;align-items:center;justify-content:center}.elementor-heading-carousel-item-wrapper .elementor-heading-carousel-item .header-carousel-title .header-title{transition:all 0.4s ease;margin:0;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);font-size:14px;font-size:.875rem;line-height:20px;color:#FFF;letter-spacing:0}.elementor-heading-carousel-item-wrapper .elementor-heading-carousel-item .header-carousel-title .header-icon{display:flex;font-size:16px;font-size:1rem;width:16px}.elementor-heading-carousel-item-wrapper .elementor-heading-carousel-item .header-carousel-title .header-icon svg{font-size:16px;font-size:1rem}@media only screen and (max-width:425px){.elementor-heading-carousel-item-wrapper .elementor-heading-carousel-item .culm-left{justify-content:center;display:block;text-align:center}.elementor-heading-carousel-item-wrapper .elementor-heading-carousel-item .culm-left .header-carousel-title{padding:12px 15px}.elementor-heading-carousel-item-wrapper .elementor-heading-carousel-item .culm-right{display:none}}.button-header-carousel-style-razox-default .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);-ms-transition:all 0.8s ease;-o-transition:all 0.8s ease;-moz-transition:all 0.8s ease;-webkit-transition:all 0.8s ease;transition:all 0.8s ease;padding:.8rem 1.875rem;font-size:16px;font-size:1rem;border-radius:5px;border:1px solid var(--e-global-color-secondary);background-color:var(--e-global-color-secondary);white-space:nowrap;color:var(--body-color);justify-content:center;letter-spacing:0;position:relative;overflow:hidden;text-transform:capitalize;display:inline-block;clip-path:inset(0 round var(--e-button-radius,5px));position:relative}.button-header-carousel-style-razox-default .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button span{position:relative;z-index:2}.button-header-carousel-style-razox-default .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button i{padding-top:1.5px}.button-header-carousel-style-razox-default .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button::before{position:absolute;height:calc(100% + 130px);width:130%;top:50%;left:50%;content:"";background:linear-gradient(to top right,var(--e-global-color-primary) 50%,#00000000 50.1%) bottom left,linear-gradient(to bottom left,var(--e-global-color-primary) 50%,#00000000 50.1%) top right;background-size:0 0;background-repeat:no-repeat;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;z-index:-1;transform:translate(-50%,-50%)}.button-header-carousel-style-razox-default .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button:hover{border-color:var(--e-global-color-primary)}.button-header-carousel-style-razox-default .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button:hover i{color:#FFF}.button-header-carousel-style-razox-default .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button:hover:before{background-size:100% 100%}.button-header-carousel-style-razox-default .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button span{-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.button-header-carousel-style-razox-default .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button:hover i{color:#FFF}.button-header-carousel-style-razox-outline .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button{color:var(--e-global-color-secondary);background-color:#fff0;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);border:1px solid rgb(255 255 255 / .2);letter-spacing:0;text-transform:capitalize;position:relative}.button-header-carousel-style-razox-outline .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button .elementor-button-icon i{margin:-3px 0 0 0;color:#FFF}.button-header-carousel-style-razox-outline .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button span{-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.button-header-carousel-style-razox-outline .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button:hover i{color:#FFF}.button-header-carousel-style-razox-link .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button{font-size:15px;font-size:.9375rem;font-family:var(--e-global-typography-accent-font-family);font-weight:var(--e-global-typography-accent-font-weight);text-transform:var(--e-global-typography-accent-text-transform);font-style:var(--e-global-typography-accent-font-style);text-decoration:var(--e-global-typography-accent-text-decoration);line-height:var(--e-global-typography-accent-line-height);letter-spacing:var(--e-global-typography-accent-letter-spacing);background-color:#fff0;padding:0;border:none;border-radius:0;color:var(--e-global-color-secondary);position:relative;letter-spacing:0;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;position:relative}.button-header-carousel-style-razox-link .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button::before,.button-header-carousel-style-razox-link .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button::after{content:none}.button-header-carousel-style-razox-link .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button:hover{color:var(--e-global-color-primary);box-shadow:none;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.button-header-carousel-style-razox-link .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button .elementor-button-icon i{margin:-3px 0 0 0;color:#FFF}.button-header-carousel-style-razox-link .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button .elementor-button-icon i:before{font-size:11px}.button-header-carousel-style-razox-link .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button span{-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.button-header-carousel-style-razox-link .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button:before{content:"";position:absolute;width:0;height:1px;background-color:var(--e-global-color-primary);bottom:0;right:0;transition:width 0.7s}.button-header-carousel-style-razox-link .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button:hover{background-color:#fff0}.button-header-carousel-style-razox-link .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button:hover:before{width:100%;left:0}.button-header-carousel-style-razox-link .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button:hover .elementor-button-text{color:var(--e-global-color-primary)}.button-header-carousel-style-razox-link .elementor-heading-carousel-item .culm-right .header-carousel-button-wapper .elementor-button:hover i{color:var(--e-global-color-primary)}.elementor-header-group-wrapper .header-group-action{display:flex;align-items:center;justify-content:flex-end;padding-right:0}.elementor-header-group-wrapper .header-group-action>div{display:inline-flex;position:relative;text-align:center}.elementor-header-group-wrapper .header-group-action>div:first-child{margin-left:0}.elementor-header-group-wrapper .header-group-action>div:last-child{margin-right:0;margin-top:3px}.elementor-header-group-wrapper .header-group-action .site-header-account,.elementor-header-group-wrapper .header-group-action .site-header-wishlist,.elementor-header-group-wrapper .header-group-action .site-header-search,.elementor-header-group-wrapper .header-group-action .site-header-button{display:none}@media (min-width:1025px){.elementor-header-group-wrapper .header-group-action .site-header-account,.elementor-header-group-wrapper .header-group-action .site-header-wishlist,.elementor-header-group-wrapper .header-group-action .site-header-search,.elementor-header-group-wrapper .header-group-action .site-header-button{display:block}}.elementor-header-group-wrapper .site-header-account a .account-content{display:none}.elementor-header-group-wrapper .site-header-account .account-dropdown.active{pointer-events:auto;opacity:1;visibility:visible;z-index:9999}.elementor-widget-heading .elementor-heading-wrapper-inner{display:flex;flex-direction:column}.elementor-widget-heading .elementor-heading-title{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);color:var(--e-global-color-primary);text-transform:capitalize;line-height:1.15}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:14px;font-size:.875rem}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:16px;font-size:1rem}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:20px;font-size:1.25rem}@media (min-width:768px){.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:24px;font-size:1.5rem}}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:24px;font-size:1.5rem}@media (min-width:768px){.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:34px;font-size:2.125rem}}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:30px;font-size:1.875rem;line-height:48px;font-weight:700}@media (min-width:768px){.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:50px;font-size:3.125rem}}.elementor-widget-heading .elementor-sub-title{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);color:var(--e-global-color-text);font-size:14px;font-size:.875rem;line-height:1.57143;text-transform:uppercase;letter-spacing:2px;display:block}.elementor-widget-heading.elementor-align-left .elementor-heading-title{justify-content:flex-start}.elementor-widget-heading.elementor-align-center .elementor-heading-title{justify-content:center}.elementor-widget-heading.elementor-align-right .elementor-heading-title{justify-content:flex-end}.elementor-widget-heading.elementor-align-justify .elementor-heading-title{justify-content:space-between}.elementor-widget-heading.elementor-heading-align-flex-start .elementor-sub-title{margin:0 auto 0 0}.elementor-widget-heading.elementor-heading-align-center .elementor-sub-title{margin:0 auto}.elementor-widget-heading.elementor-heading-align-flex-end .elementor-sub-title{margin:0 0 0 auto}.subtitle-position-below .elementor-sub-title{margin-top:1rem}@media (min-width:768px){.subtitle-position-below .elementor-sub-title{margin-top:1.4rem}}.subtitle-position-above .elementor-sub-title{order:-1;margin-bottom:1rem}@media (min-width:768px){.subtitle-position-above .elementor-sub-title{margin-bottom:1.4rem}}.razox-sub-under-divider-yes .elementor-heading-title:hover{text-decoration:underline}.elementor-widget-icon-box .elementor-icon-box-wrapper{display:block;text-align:center}.elementor-widget-icon-box .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}@media (min-width:768px){.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper{align-items:flex-start}.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper{align-items:center}.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper{align-items:flex-end}}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}@media (min-width:-1){.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:-1){.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:-1){.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:1024px){.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:-1){.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:767px){.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{display:block;flex:unset}}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-content{flex-grow:1}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}.elementor-widget-pavo-image-gallery .grid__item a{display:block}.elementor-widget-pavo-image-gallery .grid__item a img{display:block}.razox-image-gallery-sweet .isotope-grid .grid__item{width:294px!important;height:264px!important}.razox-image-gallery-sweet .isotope-grid .grid__item .gallery-image img{width:294px!important;height:264px!important;-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDcgMTg2Ij48ZyBmaWxsPSJub25lIiBjbGFzcz0ibmMtaWNvbi13cmFwcGVyIj48cGF0aCBkPSJNMTQzLjI0MyAwSDYzLjc1N0M1NS4xOTYgMCA0Ny4yNTEgNC41OTcgNDIuOTcgMTIuMDA3TDMuMjEgODAuOTkzYTI0LjEyIDI0LjEyIDAgMCAwIDAgMjQuMDQ4bDM5Ljc2IDY4Ljk1MkM0Ny4yNSAxODEuNDM3IDU1LjE5NiAxODYgNjMuNzU4IDE4Nmg3OS40ODVjOC41NjEgMCAxNi41MDYtNC41OTcgMjAuNzg3LTEyLjAwN2wzOS43NTktNjguOTUyYTI0LjEyIDI0LjEyIDAgMCAwIDAtMjQuMDQ4TDE2NC4wMyAxMi4wMDdDMTU5Ljc0OSA0LjU5NyAxNTEuODA0IDAgMTQzLjI0MyAweiIgZmlsbD0iY3VycmVudENvbG9yIj48L3BhdGg+PC9nPjwvc3ZnPg==);-webkit-mask-size:100%;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;object-fit:cover}.razox-image-gallery-sweet .isotope-grid .grid__item .gallery-image a:before{display:none}.razox-image-gallery-sweet .isotope-grid .grid__item:nth-child(1){top:30%!important}.razox-image-gallery-sweet .isotope-grid .grid__item:nth-child(even){top:5%!important}.razox-image-gallery-sweet .isotope-grid .grid__item:nth-child(2){left:249px!important}.razox-image-gallery-sweet .isotope-grid .grid__item:nth-child(3){left:498px!important;top:30%!important}.razox-image-gallery-sweet .isotope-grid .grid__item:nth-child(4){left:747px!important}.razox-image-gallery-sweet .isotope-grid .grid__item:nth-child(5){right:0!important;left:unset!important;top:30%!important}.razox-image-gallery-masonry .isotope-grid{height:1120px!important}@media (max-width:1200px){.razox-image-gallery-masonry .isotope-grid{height:902px!important}}@media (max-width:1024px){.razox-image-gallery-masonry .isotope-grid{height:2243px!important}}.razox-image-gallery-masonry .grid__item:nth-child(4){top:290px!important;left:480px!important;position:absolute}@media (max-width:1440px){.razox-image-gallery-masonry .grid__item:nth-child(4){left:473px!important}}@media (max-width:1200px){.razox-image-gallery-masonry .grid__item:nth-child(4){top:238px!important;left:390px!important}}@media (max-width:1024px){.razox-image-gallery-masonry .grid__item:nth-child(4){left:0!important;top:36.5%!important}}.razox-image-gallery-masonry .grid__item:nth-child(4) .gallery-image{width:450px!important;height:340px!important}@media (max-width:1440px){.razox-image-gallery-masonry .grid__item:nth-child(4) .gallery-image{width:435px!important}}@media (max-width:1200px){.razox-image-gallery-masonry .grid__item:nth-child(4) .gallery-image{width:360px!important}}.razox-image-gallery-masonry .grid__item:nth-child(6){top:660px!important;left:480px!important;position:absolute}@media (max-width:1440px){.razox-image-gallery-masonry .grid__item:nth-child(6){left:473px!important;top:651px!important}}@media (max-width:1200px){.razox-image-gallery-masonry .grid__item:nth-child(6){top:534px!important;left:390px!important}.razox-image-gallery-masonry .grid__item:nth-child(6) .gallery-image{width:360px!important}}@media (max-width:1024px){.razox-image-gallery-masonry .grid__item:nth-child(6){left:0!important;top:122.5%!important}}@media (max-width:1440px){.razox-image-gallery-masonry .grid__item:nth-child(6){width:435px!important}}.razox-image-gallery-masonry .grid__item:nth-child(7){top:603px!important;left:960px!important;position:absolute}@media (max-width:1440px){.razox-image-gallery-masonry .grid__item:nth-child(7){top:590px!important;left:940px!important}}@media (max-width:1200px){.razox-image-gallery-masonry .grid__item:nth-child(7){top:488px!important;left:780px!important}}.razox-image-gallery-masonry img{width:100%!important;object-fit:cover}@media (min-width:1024px){.razox-image-gallery-masonry .grid__item:nth-child(10n+4),.razox-image-gallery-masonry .grid__item:nth-child(10n+9){width:66%!important}}.isotope-grid{display:flex;flex-wrap:wrap;justify-content:space-between}.isotope-grid .grid__item{margin-bottom:var(--grid-column-gap)}.elementor-widget-razox-image-gallery{width:100%}.elementor-widget-razox-image-gallery ul{margin:0 0 55px 0}.elementor-widget-razox-image-gallery .gallery-image{position:relative}.elementor-widget-razox-image-gallery .gallery-image a i{display:none}.elementor-widget-razox-image-gallery .gallery-image img{display:block;transition:all 0.3s ease}.elementor-widget-razox-image-gallery .gallery-image:nth-child(even){margin-top:30px}.elementor-widget-razox-image-gallery .elementor-galerry__filter{display:inline-block;font-size:14px;font-size:.875rem;font-family:var(--e-global-typography-accent-font-family);font-weight:var(--e-global-typography-accent-font-weight);text-transform:var(--e-global-typography-accent-text-transform);font-style:var(--e-global-typography-accent-font-style);text-decoration:var(--e-global-typography-accent-text-decoration);line-height:var(--e-global-typography-accent-line-height);letter-spacing:var(--e-global-typography-accent-letter-spacing);line-height:1.3;position:relative;cursor:pointer;outline:0;border:none;color:var(--e-global-color-text);-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.elementor-widget-razox-image-gallery .elementor-galerry__filter .count{display:none;font-size:14px;font-size:.875rem;color:var(--e-global-color-secondary);position:absolute;top:-10px}.elementor-widget-razox-image-gallery .elementor-galerry__filter.elementor-active,.elementor-widget-razox-image-gallery .elementor-galerry__filter:hover{color:var(--e-global-color-primary)}.image-gallery-effects-yes .gallery-image{position:relative}.image-gallery-effects-yes .gallery-image a{overflow:hidden;display:block}.image-gallery-effects-yes .gallery-image a i{top:50%;left:50%;opacity:0;visibility:visible;transform:translate(-50%,0);transition:all 0.35s;color:var(--e-global-color-secondary);z-index:2;font-size:13px;font-size:.8125rem;line-height:20px;font-weight:400;position:absolute;width:50px;height:50px;background-color:#FFF;display:flex;align-items:center;justify-content:center;border-radius:50%}.image-gallery-effects-yes .gallery-image a:hover:before{opacity:1;visibility:visible}.image-gallery-effects-yes .gallery-image a:hover i{opacity:1;visibility:visible;transform:translate(-50%,-50%)}.elementor-image-gallery{position:relative}.elementor-editor-active .isotope-grid{height:auto!important}.elementor-editor-active .isotope-grid .grid__item>a{pointer-events:none}.elementor-galerry__filters{list-style:none;justify-content:center;display:flex;flex-wrap:wrap;grid-column-gap:30px;grid-row-gap:15px}.elementor-filter-left .elementor-galerry__filters{justify-content:flex-start}.elementor-filter-right .elementor-galerry__filters{justify-content:flex-end}.elementor-widget-razox-image-gallery .razox-carousel .slick-list{overflow:visible}@media only screen and (max-width:650px){.razox-image-gallery-masonry .grid__item:nth-child(5),.razox-image-gallery-masonry .grid__item:nth-child(5n+6){width:100%!important}}.razox-language-switcher ul{list-style-type:none;margin:0;padding:0;font-size:12px;font-size:.75rem}.razox-language-switcher span{font-size:14px;font-size:.875rem;line-height:1.1428571429;font-weight:var(--e-global-typography-text-font-weight);text-transform:uppercase;color:var(--e-global-color-text)}.razox-language-switcher .language-switcher-head .title{margin-right:6px}.razox-language-switcher .language-switcher-head img{margin-right:8px}.razox-language-switcher a{display:block}.razox-language-switcher img{display:inline-block;margin-right:5px;height:12px;object-fit:cover}.razox-language-switcher .item>div{display:flex;cursor:pointer;align-items:center}.razox-language-switcher .item>div i{font-size:12px;font-size:.75rem;font-weight:var(--e-global-typography-primary-font-weight);color:var(--e-global-color-secondary)}.razox-language-switcher .sub-item{visibility:hidden;opacity:0;position:absolute;left:0;z-index:999;text-align:left;top:calc(100% + 5px);padding:10px 0;background-color:#fff;box-shadow:0 0 30px 0 rgb(0 0 0 / .05);-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;transform:translateY(20px)}.razox-language-switcher .sub-item:before{position:absolute;content:"";display:block;width:100%;height:10px;top:-10px}.razox-language-switcher .sub-item a{display:flex;align-items:center;padding:7px 15px;min-width:126px;white-space:nowrap}.razox-language-switcher .sub-item a:hover,.razox-language-switcher .sub-item a:focus{background-color:rgb(0 0 0 / .05)}.razox-language-switcher .sub-item a>span{text-transform:unset}.razox-language-switcher li.item{position:relative}.razox-language-switcher li.item:hover .sub-item{transform:translateY(0);opacity:1;visibility:visible;box-shadow:0 0 30px 0 #0000001A}.language-switcher-style-hover-right-yes .razox-language-switcher .sub-item{right:0;left:unset}.form-style .mc4wp-form{margin:0}.form-style .mc4wp-form .mc4wp-form-fields{display:flex;background-color:#FFF;border-radius:5px}.form-style .mc4wp-form .mc4wp-form-fields .form-mc4{margin:0;display:flex;width:100%;position:relative}.form-style .mc4wp-form .mailchimp input[type=email]{position:relative}.form-style .mc4wp-form button[type=submit]{font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);font-weight:700;font-size:16px;font-size:1rem;line-height:20px;color:var(--e-global-color-dark);padding:20px 24px 20px 24px;text-transform:capitalize;display:flex;align-items:center;border:none;background:#fff0}.form-style .mc4wp-form button[type=submit]:hover{color:var(--e-global-color-primary)}.form-style .mc4wp-form button[type=submit]::after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";color:var(--e-global-color-primary);line-height:1;text-indent:0;text-align:center;font-size:8px;margin-left:9px}.form-style .mc4wp-form input[type=email]{width:100%;padding:18px 30px 18px 30px;line-height:24px;background-color:#fff;border:none;color:#888}.form-style .mc4wp-form input[type=email]::placeholder{color:#888}.form-mailchimp-style-1 .mc4wp-form{margin:0}.form-mailchimp-style-1 .mc4wp-form-fields{display:flex;border-bottom:1px solid rgb(255 255 255 / .1);border-radius:0px!important;background-color:transparent!important;align-items:flex-start}.form-mailchimp-style-1 .mc4wp-form-fields input[type=email]{margin-bottom:0;padding:0 0 19px 0;font-weight:400;line-height:22px;border-radius:5px;width:100%;border:none;font-family:var(--e-global-typography-text-font-family);font-size:16px;font-size:1rem;background-color:#fff0;color:var(--e-global-color-text)}.form-mailchimp-style-1 .mc4wp-form-fields input[type=email]:focus{border-color:var(--e-global-color-primary)}.form-mailchimp-style-1 .mc4wp-form-fields input[type=email]::placeholder{color:#fff}.form-mailchimp-style-1 .mc4wp-form-fields button[type=submit]{background-color:#fff0;border:none;padding:0}@media only screen and (max-width:767px){.form-mailchimp-style-1 .mc4wp-form-fields p{padding:4px}.form-mailchimp-style-1 .mc4wp-form-fields input[type=email]{padding:12px 0 10px 8px;font-size:14px;font-size:.875rem}}.form-checkbox{display:flex;justify-content:center;margin-top:30px}.form-checkbox input [type=checkbox]{background-color:var(--e-global-color-primary)}.hidden-razox-form-checkbox-yes .form-checkbox{display:none}.elementor-canvas-menu-wrapper{display:flex}.elementor-canvas-menu-wrapper .menu-mobile-nav-button{display:inline-flex;align-items:center}.elementor-canvas-menu-wrapper .menu-mobile-nav-button .screen-reader-text{position:unset!important;word-wrap:unset!important;margin:0;height:unset;width:unset;clip:unset;overflow:unset;clip-path:unset;order:1;font-size:14px;text-transform:uppercase;color:var(--e-global-color-secondary)}.elementor-canvas-menu-wrapper .menu-mobile-nav-button:hover .screen-reader-text{color:var(--e-global-color-primary)}.razox-canvas-menu-layout-1.elementor-widget-razox-menu-canvas .razox-icon{margin-right:13px}.razox-canvas-menu-layout-2.elementor-widget-razox-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .screen-reader-text{display:none}.razox-canvas-menu-layout-2.elementor-widget-razox-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .razox-icon{margin-right:0}.razox-canvas-menu-layout-3.elementor-widget-razox-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button{display:flex;flex-direction:column-reverse;align-items:center;gap:10px}.razox-canvas-menu-layout-3.elementor-widget-razox-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .razox-icon{margin-right:0}.nav-vertical-navigation{position:relative;display:inline-block}.nav-vertical-navigation ul.menu{display:inline-block;list-style:none;margin:0;position:relative;padding:18px 0 0 0}.nav-vertical-navigation ul.menu a{text-transform:uppercase}.nav-vertical-navigation ul.menu a:hover{color:var(--e-global-color-primary)}.nav-vertical-navigation ul.menu li{position:relative}.nav-vertical-navigation ul.menu li li:hover>.sub-menu,.nav-vertical-navigation ul.menu li.razox-menu-item--open>.sub-menu{opacity:1;visibility:visible;left:100%;top:0;z-index:99;transform:translateZ(0)}.nav-vertical-navigation ul.menu li li:hover>.sub-menu li,.nav-vertical-navigation ul.menu li.razox-menu-item--open>.sub-menu li{opacity:1}.nav-vertical-navigation ul.menu li li:hover>.sub-menu li:nth-child(1),.nav-vertical-navigation ul.menu li.razox-menu-item--open>.sub-menu li:nth-child(1){animation:qode-menu-item 0s both;animation-delay:0s}.nav-vertical-navigation ul.menu li li:hover>.sub-menu li:nth-child(2),.nav-vertical-navigation ul.menu li.razox-menu-item--open>.sub-menu li:nth-child(2){animation:qode-menu-item 0.1s both;animation-delay:0.1s}.nav-vertical-navigation ul.menu li li:hover>.sub-menu li:nth-child(3),.nav-vertical-navigation ul.menu li.razox-menu-item--open>.sub-menu li:nth-child(3){animation:qode-menu-item 0.2s both;animation-delay:0.2s}.nav-vertical-navigation ul.menu li li:hover>.sub-menu li:nth-child(4),.nav-vertical-navigation ul.menu li.razox-menu-item--open>.sub-menu li:nth-child(4){animation:qode-menu-item 0.3s both;animation-delay:0.3s}.nav-vertical-navigation ul.menu li li:hover>.sub-menu li:nth-child(5),.nav-vertical-navigation ul.menu li.razox-menu-item--open>.sub-menu li:nth-child(5){animation:qode-menu-item 0.4s both;animation-delay:0.4s}.nav-vertical-navigation ul.menu li li:hover>.sub-menu li:nth-child(6),.nav-vertical-navigation ul.menu li.razox-menu-item--open>.sub-menu li:nth-child(6){animation:qode-menu-item 0.8s both;animation-delay:0.5s}.nav-vertical-navigation ul.menu li li:hover>.sub-menu li:nth-child(7),.nav-vertical-navigation ul.menu li.razox-menu-item--open>.sub-menu li:nth-child(7){animation:qode-menu-item 0.8s both;animation-delay:0.6s}.nav-vertical-navigation ul.menu li li:hover>.sub-menu li:nth-child(8),.nav-vertical-navigation ul.menu li.razox-menu-item--open>.sub-menu li:nth-child(8){animation:qode-menu-item 0.8s both;animation-delay:0.7s}.nav-vertical-navigation ul.menu li.current-menu-item>a,.nav-vertical-navigation ul.menu li.current-menu-ancestor>a,.nav-vertical-navigation ul.menu li.current-menu-parent>a{color:var(--e-global-color-primary)}.nav-vertical-navigation ul.menu>li{padding:0 20px}.nav-vertical-navigation ul.menu>li>a{position:relative;display:flex;align-items:center;justify-content:space-between;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);line-height:100px;font-size:80px;font-size:5rem;color:#9A9A9A}.nav-vertical-navigation ul.menu>li li a{display:block;padding:10px 0;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);line-height:100px;font-size:80px;font-size:5rem}.nav-vertical-navigation ul.menu .sub-menu{position:absolute;left:100%;width:1200px;list-style:none;transform:translateZ(0);opacity:0;display:flex;flex-wrap:wrap;flex-direction:row}.nav-vertical-navigation ul.menu .sub-menu li.menu-item{padding:0 30px}.nav-vertical-navigation ul.menu .sub-menu li.menu-item a{color:#fff0;-webkit-text-stroke:1px rgb(255 255 255 / .3)}.nav-vertical-navigation ul.menu .sub-menu li.menu-item a:after{content:"/";position:relative;-webkit-text-stroke:1px rgb(255 255 255 / .3);left:34px}.nav-vertical-navigation ul.menu .sub-menu li.menu-item:hover a{color:#fff0;-webkit-text-stroke:1px var(--e-global-color-primary)}.nav-vertical-navigation ul.menu .sub-menu li.menu-item:hover a:after{-webkit-text-stroke:1px var(--e-global-color-primary)}.nav-vertical-navigation ul.menu .sub-menu li.menu-item:last-child a:after{display:none}.nav-vertical-navigation ul.menu .sub-menu li.menu-item.current-menu-item>a,.nav-vertical-navigation ul.menu .sub-menu li.menu-item.current-menu-ancestor>a,.nav-vertical-navigation ul.menu .sub-menu li.menu-item.current-menu-parent>a{color:#fff0;-webkit-text-stroke:1px var(--e-global-color-primary)}.nav-vertical-navigation ul.menu .sub-menu li.menu-item.current-menu-item>a:after,.nav-vertical-navigation ul.menu .sub-menu li.menu-item.current-menu-ancestor>a:after,.nav-vertical-navigation ul.menu .sub-menu li.menu-item.current-menu-parent>a:after{-webkit-text-stroke:1px var(--e-global-color-primary)}@keyframes qode-menu-item{0%{opacity:0;transform:translateX(30px)}35%{opacity:.5}100%{opacity:1;transform:translateX(0)}}.elementor-widget-razox-nav-menu.razox-nav-menu-divider-yes .main-navigation ul.menu>li.menu-item:not(:last-child)>a:before{content:"";position:absolute;display:inline-block;height:24px;width:1px;right:-40px;top:50%;transform:translateY(-50%);background-color:#D9D9D9}@media only screen and (max-width:1200px){.elementor-widget-razox-nav-menu.razox-nav-menu-divider-yes .main-navigation ul.menu>li.menu-item>a:before{right:8px}}.icon-hot-deal:before{content:url(https://i.imgur.com/B65gvMe.png)}.icon-gift-box:before{content:url(https://i.imgur.com/2Mithgk.png)}.menu-sale .main-navigation ul.menu>li.menu-item:last-child>a{color:var(--e-global-color-primary)!important}.menu-usd .main-navigation ul.menu li.menu-item ul{transform:translate(0,20px);left:20px;z-index:999}.menu-usd .main-navigation ul.menu li.menu-item ul li.menu-item{padding:0}.menu-usd .main-navigation ul.menu li.menu-item ul li.menu-item a{padding:7px 15px!important;border:none!important;color:var(--e-global-color-text)}.menu-usd .main-navigation ul.menu li.menu-item ul li.menu-item a:hover{background-color:rgb(0 0 0 / .05)}.menu-usd .main-navigation ul.menu li.menu-item:hover ul{transform:translate(0,0)}.elementor-widget-razox-post-grid .slick-list{overflow:visible;clip-path:inset(-30px -14px)}.elementor-widget-razox-post-grid .slick-slide:not(.slick-active) .post-inner{box-shadow:unset}[class*=post-style-] .post-inner{display:block}[class*=post-style-] .excerpt-content{-webkit-line-clamp:2;padding-top:14px}[class*=post-style-] .entry-title{margin:0}.layout-post-style-1 .post-image .post-thumbnail{margin-bottom:25px}.layout-post-style-1 .post-content .entry-content .entry-title{font-size:30px;font-size:1.875rem;line-height:34px}.layout-post-style-1 .post-content .entry-content .excerpt-content{padding-top:6px}.layout-post-style-1 .post-content .post-more{display:flex;justify-content:space-between;align-items:center;padding-top:24px}.layout-post-style-2 .author-avatar{width:40px;height:40px;position:absolute;right:30px;top:30px}.layout-post-style-2 .author-avatar img{border-radius:50%}.layout-post-style-2 .categories-link a{border-radius:5px}.posts-effects-yes .layout-post-style-3 .elementor-posts-item:first-child .post-thumbnail:before,.posts-effects-yes .layout-post-style-3 .elementor-posts-item:first-child .post-thumbnail img{display:none}.posts-effects-yes .layout-post-style-3 .elementor-posts-item:first-child .entry-content:before{top:0;background-color:var(--e-global-color-primary);left:0;width:100%;height:100%;z-index:1}.posts-effects-yes .layout-post-style-3 .elementor-posts-item:first-child .entry-content:after{display:none}.posts-effects-yes .layout-post-style-3 .elementor-posts-item:first-child .entry-title{color:var(--e-global-color-secondary)}.posts-effects-yes .layout-post-style-3 .elementor-posts-item:first-child .entry-title a{color:var(--e-global-color-secondary)}.posts-effects-yes .layout-post-style-3 .elementor-posts-item:first-child .categories-link a{color:var(--e-global-color-secondary);border-color:var(--e-global-color-secondary);background-color:#fff0}.posts-effects-yes .layout-post-style-3 .elementor-posts-item:first-child .posted-on a{color:var(--e-global-color-secondary)}.layout-post-style-3 .post-inner{margin:0;overflow:hidden;border-radius:10px;position:relative}.layout-post-style-3 .post-thumbnail{padding-top:100%;margin:0}.layout-post-style-3 .post-thumbnail:before{content:"";width:100%;height:100%;z-index:1;top:0;left:0;position:absolute;background:linear-gradient(180deg,#fff0 0%,#000 100%)}.layout-post-style-3 .posted-on a{color:#fff}.layout-post-style-3 .post-content{position:absolute;border:none;border-radius:0;padding:40px;height:100%;width:100%;top:0}.layout-post-style-3 .post-content .entry-content{display:flex;flex-direction:column;justify-content:space-between;height:100%}.layout-post-style-3 .post-content .entry-content .entry-meta{margin:0}.layout-post-style-3 .post-content .entry-content:before,.layout-post-style-3 .post-content .entry-content:after{position:absolute}.layout-post-style-3 .excerpt-content{font-size:14px;font-size:.875rem;line-height:1.5;margin-bottom:25px}.layout-post-style-3 .entry-title,.layout-post-style-3 .excerpt-content,.layout-post-style-3 .post-author,.layout-post-style-3 .post-author a,.layout-post-style-3 .meta-reply a,.layout-post-style-3 .categories-link,.layout-post-style-3 .entry-meta{color:#fff;z-index:2;position:relative}.layout-post-style-3 .categories-link a{border-color:var(--e-global-color-primary);background-color:var(--e-global-color-primary)}.layout-post-style-3 .categories-link a:hover{color:var(--e-global-color-secondary);border-color:var(--e-global-color-secondary);background-color:#fff0}.elementor-grid .elementor-posts-item:last-child .post-style-3 .post-inner{border-bottom:none}.elementor-widget-razox-product-categories .razox-swiper{clip-path:inset(-20px);overflow:visible}.elementor-widget-razox-product-categories .category-product-img{display:inline-flex;width:100%;align-items:center;justify-content:center}.elementor-widget-razox-product-categories .category-product-img img{margin-left:auto;margin-right:auto;object-fit:cover;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.elementor-widget-razox-product-categories .category-product-img a{overflow:hidden}.elementor-widget-razox-product-categories .category-title{position:relative;font-size:24px;font-size:1.5rem;line-height:1.2;color:var(--e-global-color-secondary);font-weight:var(--e-global-typography-secondary-font-weight)}.elementor-widget-razox-product-categories .category-title a{color:inherit}.elementor-widget-razox-product-categories .category-count-wrapper{font-size:12px;font-size:.75rem;font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);line-height:1;color:var(--e-global-color-lighter);transition:all 0.3s ease}.elementor-widget-razox-product-categories .category-count-wrapper .category-count{color:var(--e-global-color-lighter);padding-right:4px}.elementor-widget-razox-product-categories .category-product-back img{object-fit:cover;filter:blur(20px);width:100%;height:100%}.category-product-style-1 .category-product-back{position:absolute;top:0;left:0;width:100%;height:100%}.category-product-style-1 .category-title{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:40px;font-size:2.5rem;line-height:38px;text-transform:capitalize;margin-bottom:0;max-width:54%;margin-top:12px}.category-product-style-1 .category-title a{color:var(--e-global-color-secondary)}.category-product-style-1 .category-title:hover a{color:var(--e-global-color-primary)}.category-product-style-1 .category-product-img{display:block;width:auto;position:absolute;right:0;bottom:0}.category-product-style-1 .product-cat{background:#F0F2F8;border-radius:10px;padding:41px;position:relative;height:100%;min-height:300px}.category-product-style-1 .product-cat:hover{transition:all 1s ease}.category-product-style-1 .product-cat:hover .elementor-button{color:#FFF}.category-product-style-1 .product-cat:hover .elementor-button:before{left:0;transition:all 1s ease}.category-product-style-1 .product-cat:hover .elementor-button:after{right:0;transition:all 1s ease}.category-product-style-1 .category-count-wrapper{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);-ms-transition:all 0.8s ease;-o-transition:all 0.8s ease;-moz-transition:all 0.8s ease;-webkit-transition:all 0.8s ease;transition:all 0.8s ease;padding:.8rem 1.875rem;font-size:16px;font-size:1rem;border-radius:5px;border:1px solid var(--e-global-color-secondary);background-color:var(--e-global-color-secondary);white-space:nowrap;color:var(--body-color);justify-content:center;letter-spacing:0;position:relative;overflow:hidden;text-transform:capitalize;display:inline-block;clip-path:inset(0 round var(--e-button-radius,5px));font-size:14px;font-size:.875rem;font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);line-height:18px;color:var(--e-global-color-lighter);text-transform:lowercase;padding:4px 14px;border:#FFF;background:#FFF}.category-product-style-1 .category-count-wrapper span{position:relative;z-index:2}.category-product-style-1 .category-count-wrapper i{padding-top:1.5px}.category-product-style-1 .category-count-wrapper::before{position:absolute;height:calc(100% + 130px);width:130%;top:50%;left:50%;content:"";background:linear-gradient(to top right,var(--e-global-color-primary) 50%,#00000000 50.1%) bottom left,linear-gradient(to bottom left,var(--e-global-color-primary) 50%,#00000000 50.1%) top right;background-size:0 0;background-repeat:no-repeat;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;z-index:-1;transform:translate(-50%,-50%)}.category-product-style-1 .category-count-wrapper:hover{border-color:var(--e-global-color-primary)}.category-product-style-1 .category-count-wrapper:hover i{color:#FFF}.category-product-style-1 .category-count-wrapper:hover:before{background-size:100% 100%}.category-product-style-1 .category-count-wrapper:focus{color:unset!important}.category-product-style-1 .category-count-wrapper:hover{border:none}.category-product-style-1 .category-count-wrapper:hover .category-count{color:#FFF}.category-product-style-1 .category-count-wrapper:hover .category-count-text{color:#FFF}.category-product-style-1 .category-product-button-wrapper{position:absolute;right:0;z-index:1;bottom:-10px;line-height:30px;background-color:var(--body-color);clip-path:polygon(10% 0,100% 0,100% 100%,0% 100%);padding:0 0 0 20px}.category-product-style-1 .category-product-button-wrapper .category-product-button{position:relative;line-height:20px;bottom:-5px}.category-product-style-1 .category-product-button-wrapper .category-product-button::after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";color:var(--e-global-color-primary);line-height:1;text-indent:0;text-align:center;font-size:8px}.category-product-style-1 .category-product-button-wrapper .category-product-button .button-text{color:var(--e-global-color-secondary);font-family:var(--e-global-typography-accent-font-family);font-weight:var(--e-global-typography-accent-font-weight);text-transform:var(--e-global-typography-accent-text-transform);font-style:var(--e-global-typography-accent-font-style);text-decoration:var(--e-global-typography-accent-text-decoration);line-height:var(--e-global-typography-accent-line-height);letter-spacing:var(--e-global-typography-accent-letter-spacing);font-size:16px;font-size:1rem;line-height:20px;text-transform:capitalize;letter-spacing:0;transition:all 0.4s ease;margin-right:5px}.category-product-style-1 .category-product-button-wrapper .category-product-button .button-text:hover{color:var(--e-global-color-primary)}.category-product-style-2 .category-product-back{position:absolute;top:0;left:0;width:100%;height:100%}.category-product-style-2 .product-cat{height:100%;border-radius:10px}.category-product-style-2 .product-cat:hover{transition:all 1s ease}.category-product-style-2 .product-cat:hover .category-count,.category-product-style-2 .product-cat:hover .category-count-text{color:#FFF}.category-product-style-2 .product-cat:hover .elementor-button{color:#FFF;border-color:var(--e-global-color-primary)}.category-product-style-2 .product-cat:hover .elementor-button:before{left:0;transition:all 1s ease}.category-product-style-2 .product-cat:hover .elementor-button:after{right:0;transition:all 1s ease}.category-product-style-2 .category-product-img{display:block;height:219px;width:100%;background-color:#F3F5FA;padding:21px 33px 21px;border:1px solid var(--e-global-color-border);border-bottom:none!important;border-radius:10px 10px 0 0;position:relative}.category-product-style-2 .category-product-img .category-product-link{display:flex;align-items:center;justify-content:center;height:111px;position:relative;z-index:2}.category-product-style-2 .category-product-img .category-product-icon svg{width:100%}.category-product-style-2 .category-product-img .category-title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;padding-top:15px;flex:1;margin:0;line-height:28px}.category-product-style-2 .category-count-wrapper{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);-ms-transition:all 0.8s ease;-o-transition:all 0.8s ease;-moz-transition:all 0.8s ease;-webkit-transition:all 0.8s ease;transition:all 0.8s ease;padding:.8rem 1.875rem;font-size:16px;font-size:1rem;border-radius:5px;border:1px solid var(--e-global-color-secondary);background-color:var(--e-global-color-secondary);white-space:nowrap;color:var(--body-color);justify-content:center;letter-spacing:0;position:relative;overflow:hidden;text-transform:capitalize;display:inline-block;clip-path:inset(0 round var(--e-button-radius,5px));display:block!important;border-radius:0 0 10px 10px;font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);font-size:14px;font-size:.875rem;background-color:var(--body-color);border-color:var(--e-global-color-border);line-height:1.3;color:var(--e-global-color-lighter);padding:14px 30px 17px;clip-path:inset(0 round var(--e-button-radius,0))}.category-product-style-2 .category-count-wrapper span{position:relative;z-index:2}.category-product-style-2 .category-count-wrapper i{padding-top:1.5px}.category-product-style-2 .category-count-wrapper::before{position:absolute;height:calc(100% + 130px);width:130%;top:50%;left:50%;content:"";background:linear-gradient(to top right,var(--e-global-color-primary) 50%,#00000000 50.1%) bottom left,linear-gradient(to bottom left,var(--e-global-color-primary) 50%,#00000000 50.1%) top right;background-size:0 0;background-repeat:no-repeat;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;z-index:-1;transform:translate(-50%,-50%)}.category-product-style-2 .category-count-wrapper:hover{border-color:var(--e-global-color-primary)}.category-product-style-2 .category-count-wrapper:hover i{color:#FFF}.category-product-style-2 .category-count-wrapper:hover:before{background-size:100% 100%}.category-product-style-2 .category-count-wrapper .category-count,.category-product-style-2 .category-count-wrapper .category-count-text{color:var(--e-global-color-lighter);transition:all 0.5s ease}.category-product-style-2 .category-count-wrapper:hover .category-count,.category-product-style-2 .category-count-wrapper:hover .category-count-text{color:var(--body-color)}.category-product-style-3 .category-product-back{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.category-product-style-3 .elementor-categories-item .product-cat{display:inline-block;position:relative}.category-product-style-3 .elementor-categories-item .product-cat:hover .category-title{color:var(--e-global-color-primary)}.category-product-style-3 .category-product-img{display:block;width:100%;padding:21px 33px 21px;border-bottom:none;border-radius:10px 10px 0 0}.category-product-style-3 .category-product-img .category-product-link{display:flex;align-items:center;justify-content:center;height:111px}.category-product-style-3 .category-product-icon{display:inline-block}.category-product-style-3 .category-product-icon .category-product-link{display:inline-flex;padding:34px;background-color:#F3F5FA;border-radius:50%;color:var(--e-global-color-primary)}.category-product-style-3 .category-product-icon .category-product-link svg{width:32px;height:32px}.category-product-style-3 .category-product-icon .category-product-link i{font-size:32px}.category-product-style-3 .category-title{padding-top:26px;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:18px;font-size:1.125rem;line-height:1.1}.category-product-style-3 .category-count-wrapper .category-count,.category-product-style-3 .category-count-wrapper .category-count-text{color:#fff;transition:all 0.5s ease}.category-product-style-4 .product-cat{position:relative;display:flex;flex-direction:column;overflow:hidden;align-items:center}.category-product-style-4 .product-cat .category-product-back{width:100%;height:150px;border-radius:10px;overflow:hidden}.category-product-style-4 .product-cat .category-product-back .back{width:100%;height:100%;border-radius:10px}.category-product-style-4 .product-cat .category-product-img{flex-direction:column;position:relative;height:79px;justify-content:flex-end;transition:all 0.5s ease}.category-product-style-4 .product-cat .category-product-img .category-product-link{overflow:visible;color:#FFF}.category-product-style-4 .product-cat .category-product-img .category-product-link i{font-size:90px}.category-product-style-4 .product-cat .category-product-img .category-product-link svg{width:80px;height:80px}.category-product-style-4 .product-cat .category-title{color:#FFF;margin-bottom:0;margin-top:21px}.category-product-style-4 .product-cat .category-product-caption{margin-top:14px}.category-product-style-4 .product-cat .category-count-wrapper{background-color:#181818}.category-product-style-4 .product-cat .category-count-wrapper span{color:#FFF;font-weight:500;font-size:14px;font-size:.875rem;line-height:18px}.category-product-style-4 .product-cat .category-count-wrapper span .category-count{margin-right:3px}.category-product-style-4 .product-cat:hover{transition:all 0.5s ease}.category-product-style-4 .product-cat:hover .category-product-img img,.category-product-style-4 .product-cat:hover .category-product-img svg{transform:scale(1.1);transition:all 0.5s ease}.category-product-style-4 .product-cat:hover .category-count,.category-product-style-4 .product-cat:hover .category-count-text{color:#FFF}.category-product-style-4 .product-cat:hover .category-title:hover{color:var(--e-global-color-primary)}.category-product-style-4 .product-cat:hover .elementor-button{color:#FFF;border-color:var(--e-global-color-primary)}.category-product-style-4 .product-cat:hover .elementor-button:before{left:0;transition:all 1s ease}.category-product-style-4 .product-cat:hover .elementor-button:after{right:0;transition:all 1s ease}@keyframes spin{100%{transform:rotateZ(360deg)}}@keyframes nospin{100%{transform:rotateZ(0deg)}}.review-item{border-radius:10px;padding:45px 50px 46px;height:100%;display:flex;flex-direction:column}.review-item .product-caption{padding-top:0;flex-grow:0}.review-item .product-caption .woocommerce-loop-product__title{margin-bottom:10px;font-size:20px;font-size:1.25rem;line-height:1.5rem}.review-item .review-bottom{padding-top:21px;display:flex;justify-content:space-between;margin-top:auto}.review-item .review-head img.avatar{width:50px;height:50px;object-fit:cover;border-radius:50%;margin-right:12px;display:none}.review-item .review-meta{font-size:16px;line-height:1.25;font-weight:600}.review-item .review-meta .woocommerce-review__author{display:block;color:#000;margin-bottom:0;margin-top:4px}.review-item .review-meta .woocommerce-review__published-date{display:block;color:#888}.review-item .review-meta .star-rating{font-size:12px;line-height:1em;height:1em}.review-item .review-meta .star-rating span{height:0;padding-top:2em}.review-item .review-meta .star-rating span::before{color:#FFAA29}.review-item .review-content{font-size:20px;font-weight:500;line-height:1.5;color:var(--e-global-color-dark)}.review-item .product-item .product-thumbnail{border-radius:5px;border:1px solid #DFE1E7}.review-item .product-item .product-thumbnail img{width:60px;height:60px;object-fit:cover}.review-item .product-item .woocommerce-loop-product__title{font-size:12px;line-height:1.5;font-weight:600;display:block;margin-bottom:4px}.review-item .product-item .woocommerce-loop-product__title a{color:var(--text_light)}.product-review-style-2 .review-item{border-radius:10px;background-color:#222}.product-review-style-2 .review-content{color:#FFF}.product-review-style-2 .review-meta .woocommerce-review__author{color:#FFF}.product-review-style-2 .review-meta{padding-top:0}@media (max-width:767px){.elementor-product-review-wrapper .elementor-swiper-button{display:none!important}}.elementor-html .site-content-contain{z-index:100}.elementor-html .product-image.no-gallery{display:none!important}.woocommerce-carousel{position:relative}.woocommerce-carousel ul.products{display:none;position:static!important}.woocommerce-carousel ul.products.slick-initialized{display:block}.woocommerce-carousel ul.products li.product{margin-bottom:0!important;margin-top:0!important}.woocommerce-carousel .razox-products-spacing{margin-bottom:0!important;margin-top:0!important}.woocommerce-carousel .slick-slide>div{display:flex;height:100%}.woocommerce-carousel .slick-next.slick-disabled,.woocommerce-carousel .slick-prev.slick-disabled{opacity:.8;cursor:not-allowed}@media (min-width:500px) and (max-width:768px){.mobile-switcher-style-product-yes.elementor-widget-razox-products ul.products li.product{flex:0 0 50%!important;max-width:50%!important}}@media (min-width:500px) and (max-width:768px){.mobile-switcher-style-product-yes.elementor-widget-razox-products .woocommerce-carousel ul.products li.product{flex:0 0 100%!important;max-width:100%!important}}.elementor-widget-razox-products .razox-products-spacing{padding:0;border:none;border-radius:0}.elementor-widget-razox-products .product-block-list{display:flex;height:100%;border-radius:10px;border:1px solid var(--e-global-color-border);overflow:unset;padding:30px 20px 28px 30px}.elementor-widget-razox-products .product-block-list .right{flex:1;padding:0}@media (max-width:600px){.elementor-widget-razox-products .product-block-list .right{margin-top:20px}}.elementor-widget-razox-products .product-block-list .left{margin-right:10px}.elementor-widget-razox-products .product-block-list .count-review .star-rating{margin-right:5px}.elementor-widget-razox-products ul.products .woocommerce-loop-product__title,.elementor-widget-razox-products ul.products .wc-block-grid__product-title{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:24px;font-size:1.5rem;line-height:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-align:left}.elementor-widget-razox-products .elementor-grid{grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-widget-razox-products .left{max-width:270px;flex:1;margin-right:30px;position:relative}@media (max-width:600px){.elementor-widget-razox-products .left{flex:unset;max-width:100%;width:100%;margin:0}}.elementor-widget-razox-products li.product:last-child,.elementor-widget-razox-products li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:unset}.elementor-widget-razox-products li.product .product-category,.elementor-widget-razox-products li .product-category{margin-bottom:10px;line-height:1rem}.elementor-widget-razox-products li.product .woocommerce-loop-product__title,.elementor-widget-razox-products li .woocommerce-loop-product__title{margin-bottom:14px}.elementor-widget-razox-products li.product .label-wrapper,.elementor-widget-razox-products li .label-wrapper{bottom:0;left:0;position:absolute}.elementor-widget-razox-products li.product .label-wrapper span,.elementor-widget-razox-products li .label-wrapper span{background-color:var(--e-global-color-highlight)}.elementor-widget-razox-products li.product .count-review,.elementor-widget-razox-products li .count-review{margin-bottom:14px}.elementor-widget-razox-products li.product .price,.elementor-widget-razox-products li .price{margin-bottom:0}.elementor-widget-razox-products li.product .product-button,.elementor-widget-razox-products li .product-button{margin-top:9px}.elementor-widget-razox-products li.product .time-sale,.elementor-widget-razox-products li .time-sale{margin-top:auto;padding:10px 0 0;margin-bottom:-43px}@media (max-width:600px){.elementor-widget-razox-products li.product .time-sale,.elementor-widget-razox-products li .time-sale{margin-bottom:0}}.elementor-widget-razox-products li.product .time-sale .deal-text,.elementor-widget-razox-products li .time-sale .deal-text{font-size:16px;font-size:1rem;margin:0}.elementor-widget-razox-products li.product .time-sale .razox-countdown .countdown-item,.elementor-widget-razox-products li .time-sale .razox-countdown .countdown-item{padding:10px 7px 10px;background-color:var(--e-global-color-primary);clip-path:polygon(0% 0%,100% 0,100% 84%,84% 100%,0% 100%);min-width:70px;height:70px;border-radius:5px}@media (max-width:1366px){.elementor-widget-razox-products li.product .time-sale .razox-countdown .countdown-item,.elementor-widget-razox-products li .time-sale .razox-countdown .countdown-item{min-width:62px;height:62px}}@media (max-width:375px){.elementor-widget-razox-products li.product .time-sale .razox-countdown .countdown-item,.elementor-widget-razox-products li .time-sale .razox-countdown .countdown-item{padding:8px 12px 8px;min-width:50px;height:50px}}.elementor-widget-razox-products li.product .time-sale .razox-countdown .countdown-item .countdown-digits,.elementor-widget-razox-products li .time-sale .razox-countdown .countdown-item .countdown-digits{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:36px;font-size:2.25rem;line-height:.95;color:#fff}@media (max-width:1366px){.elementor-widget-razox-products li.product .time-sale .razox-countdown .countdown-item .countdown-digits,.elementor-widget-razox-products li .time-sale .razox-countdown .countdown-item .countdown-digits{font-size:28px;font-size:1.75rem}}@media (max-width:375px){.elementor-widget-razox-products li.product .time-sale .razox-countdown .countdown-item .countdown-digits,.elementor-widget-razox-products li .time-sale .razox-countdown .countdown-item .countdown-digits{font-size:22px;font-size:1.375rem}}.elementor-widget-razox-products li.product .time-sale .razox-countdown .countdown-item .countdown-label,.elementor-widget-razox-products li .time-sale .razox-countdown .countdown-item .countdown-label{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:14px;font-size:.875rem;line-height:1.1;color:#fff;text-transform:uppercase}@media (max-width:1366px){.elementor-widget-razox-products li.product .time-sale .razox-countdown .countdown-item .countdown-label,.elementor-widget-razox-products li .time-sale .razox-countdown .countdown-item .countdown-label{font-size:12px;font-size:.75rem}}@media (max-width:375px){.elementor-widget-razox-products li.product .time-sale .razox-countdown .countdown-item .countdown-label,.elementor-widget-razox-products li .time-sale .razox-countdown .countdown-item .countdown-label{font-size:10px;font-size:.625rem}}.elementor-widget-razox-products li.product .razox-gift-label,.elementor-widget-razox-products li .razox-gift-label{position:absolute;left:0;bottom:0;background-color:#2D81FF;color:#fff;padding:5px 9px 4px 9px;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);font-size:14px;font-size:.875rem;line-height:1.1;text-transform:uppercase;border-radius:5px}.elementor-widget-razox-products li.product .razox-gift-label:before,.elementor-widget-razox-products li .razox-gift-label:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";font-size:14px;font-size:.875rem;margin-right:6px}.elementor-widget-razox-products.prroduct-layout-list .razox-swiper{padding-bottom:30px}.price-column-yes .product-caption .product-caption-footer .price{max-width:100%;width:100%}.price-column-yes .product-caption .product-price-stock{justify-content:flex-start}.elementor-widget-razox-search{z-index:99}.elementor-widget-razox-search .widget{padding:0;margin-bottom:0;border:none}.elementor-widget-razox-search .widget form:before{display:none}.elementor-widget-razox-search .widget form .search-field{background-color:#fff}.elementor-widget-razox-search .widget form .search-field::placeholder{color:#888;font-weight:var(--e-global-typography-text-font-weight);font-family:var(--e-global-typography-text-font-family);line-height:24px;font-size:14px;font-size:.875rem}.elementor-widget-razox-search .widget form input[type=search]{padding:9px 54px 9px 27px;border:1px solid #fff;border-radius:5px;color:#888}.elementor-widget-razox-search .widget form button[type=submit]{font-size:0;line-height:14px;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:3;border:none;padding:10px 13px;display:flex;align-items:center;letter-spacing:0;width:50px}.elementor-widget-razox-search .widget form button[type=submit]:before{font-size:20px;z-index:9;font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";color:var(--e-global-color-dark);display:flex}.elementor-widget-razox-search .widget form button[type=submit]:hover{box-shadow:none}.elementor-widget-razox-search .woocommerce-product-search{display:flex;border-radius:4px;gap:10px}.elementor-widget-razox-search .woocommerce-product-search .search-by-category{order:-1;background-color:var(--e-global-color-secondary);border-radius:30px}.elementor-widget-razox-search .woocommerce-product-search .search-by-category .input-dropdown-inner{width:143px}.elementor-widget-razox-search .woocommerce-product-search .search-by-category .input-dropdown-inner>a{padding-right:20px;padding-left:20px;display:flex;align-items:center;gap:10px;color:#fff;font-size:16px;font-size:1rem;font-weight:var(--e-global-typography-secondary-font-weight)}.elementor-widget-razox-search .woocommerce-product-search .search-by-category .input-dropdown-inner>a:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:""}.elementor-widget-razox-search .woocommerce-product-search .search-by-category .input-dropdown-inner>a:after{display:none}.elementor-widget-razox-search .woocommerce-product-search .search-by-category .input-dropdown-inner:after{display:none}.elementor-widget-razox-search .woocommerce-product-search .search-by-category .input-dropdown-inner:hover>a{color:var(--e-global-color-primary)}.elementor-widget-razox-search .woocommerce-product-search .search-by-category .input-dropdown-inner:hover .list-wrapper{display:block}.elementor-widget-razox-search .woocommerce-product-search .search-by-category .list-wrapper{width:initial;background-color:#fff0;box-shadow:none}.elementor-widget-razox-search .woocommerce-product-search .search-by-category .list-wrapper .razox-scroll-content{width:100%;margin-right:30px;padding-top:20px;padding-bottom:20px;background-color:#fff;box-shadow:0 0 3px rgb(0 0 0 / .15)}.elementor-widget-razox-search .woocommerce-product-search .search-by-category ul li a{padding:6px 30px}.elementor-widget-razox-search .woocommerce-product-search .search-by-category .dd-shown>a{color:var(--e-global-color-primary)}.elementor-widget-razox-search .woocommerce-product-search .search-by-category:hover .list-wrapper{display:block}.elementor-widget-razox-search .site-header-search{display:block}.elementor-widget-razox-search .site-header-search .button-search-popup{text-align:center}.elementor-widget-razox-search .site-header-search .button-search-popup .razox-icon-search{margin-bottom:5px}.elementor-widget-razox-search .site-header-search .button-search-popup .content{display:block;font-size:14px;font-size:.875rem;color:var(--e-global-color-text)}.elementor-widget-razox-search .site-header-search .button-search-popup:hover{color:var(--e-global-color-secondary)}.elementor-widget-razox-search .site-header-search .button-search-popup:hover .razox-icon-search{color:var(--e-global-color-secondary)}.elementor-widget-razox-search .site-header-search .button-search-popup.layout-3{display:flex}.elementor-widget-razox-search .site-header-search .button-search-popup.layout-3 i{margin-right:15px}.elementor-widget-razox-search .site-header-search .button-search-popup:hover .content{color:var(--e-global-color-primary)}.elementor-widget-razox-search .site-header-search .button-search-popup:hover .razox-icon-search{color:var(--e-global-color-primary)}@media screen and (max-width:767px){.elementor-widget-razox-search .site-header-search .button-search-popup .content{display:none}}.razox-search-layout-2 .widget form .search-field{background-color:var(--e-global-color-dark)}.razox-search-layout-2 .widget form .search-field::placeholder{color:#fff;opacity:1;font-size:14px;font-size:.875rem;font-weight:var(--e-global-typography-tertiary-font-weight);font-family:var(--e-global-typography-tertiary-font-family);text-transform:uppercase;line-height:14px}.razox-search-layout-2 .widget form input[type=search]{padding:0 0 10px 0;border-width:0 0 1px 0;border-color:#fff;color:var(--e-global-color-secondary);border-radius:0}.razox-search-layout-2 .widget form button[type=submit]{display:none}.enable-category-yes .widget form button[type=submit]{left:152px!important}.elementor-teambox-item .team-items{position:relative}.elementor-teambox-item:hover .team-button .team-sub{color:#DE3431}.elementor-teambox-item:hover .team-button .team-icon-socials{visibility:visible;opacity:1;transform:translateY(0);-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.elementor-teambox-item .team-image{overflow:hidden;margin:0 auto;position:relative;transition:all 0.4s ease;max-width:100%;height:440px;border-radius:10px}.elementor-teambox-item .team-image img{width:100%;height:100%;border-radius:10px;margin:0 auto;object-fit:cover;transition:all 0.4s ease;position:relative}.elementor-teambox-item .team-top{position:relative}.elementor-teambox-item .team-caption{width:100%;transition:all 0.5s ease;position:absolute;bottom:0;left:0;padding:0 0 30px 30px}.elementor-teambox-item .team-name{font-size:24px;font-size:1.5rem;line-height:28px;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);color:#FFF;text-transform:capitalize}.elementor-teambox-item .team-job{font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);font-size:16px;font-size:1rem;color:#FFF;font-weight:700;line-height:28px;text-transform:uppercase}.elementor-teambox-item .team-button{display:flex;flex-direction:column;align-items:flex-end;margin-top:-20px;margin-right:-1px}.elementor-teambox-item .team-button .team-sub{width:fit-content;clip-path:polygon(15% 0,100% 0%,100% 100%,0% 100%);background:#F3F5FA;color:#000;padding:10px 0 0 43px;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:16px;font-size:1rem;font-weight:700;line-height:20px}.elementor-teambox-item .team-button .team-sub i{margin-left:9px;font-size:8px;font-size:.5rem;color:#DE3431}.elementor-teambox-item .team-button .team-icon-socials{transition:all 0.5s ease;padding-top:17px;visibility:hidden;opacity:0;transform:translateY(20px)}.elementor-teambox-item .team-button .team-icon-socials ul{display:flex;align-items:center;list-style:none;margin:0}.elementor-teambox-item .team-button .team-icon-socials ul li{line-height:1;margin-right:30px;text-align:center;transition:all 0.4s ease}.elementor-teambox-item .team-button .team-icon-socials ul li:last-child{margin-right:0}.elementor-teambox-item .team-button .team-icon-socials ul li:hover{transition:all 0.4s ease}.elementor-teambox-item .team-button .team-icon-socials ul li:hover a{color:#DE3431}.elementor-teambox-item .team-button .team-icon-socials ul li a{color:#000;text-align:center;font-size:14px;font-size:.875rem;display:flex;align-content:center;justify-content:center;align-items:center}@media (max-width:1024px){.elementor-teambox-item .team-button .team-icon-socials{visibility:visible;opacity:1;transform:translateY(0);-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}}.elementor-testimonial-item-wrapper .layout-1 .icon{left:0;right:0;top:-30px;display:block;margin-bottom:10px;font-size:43px;font-size:2.6875rem;line-height:1;color:#4AD295}.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-rating{color:#F9BF00;font-size:15px;line-height:1;letter-spacing:-1px;display:flex;margin-top:1px}.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-rating i{margin-right:0}.elementor-testimonial-item-wrapper .layout-1 .content{font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);font-size:28px;font-size:1.75rem;line-height:1.214;color:var(--e-global-color-secondary);margin:52px 0 42px 0}.elementor-testimonial-item-wrapper .layout-1 .title{font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);font-size:14px;font-size:.875rem;letter-spacing:.2em;text-transform:uppercase;color:var(--e-global-color-lighter);margin-bottom:31px}.elementor-testimonial-item-wrapper .layout-1 .testimonial-caption{flex-direction:row;align-items:center;display:flex}.elementor-testimonial-item-wrapper .layout-1 .testimonial-caption .details{text-align:left}.elementor-testimonial-item-wrapper .layout-1 .name{display:flex;align-items:center;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);color:var(--e-global-color-secondary);font-size:16px;font-size:1rem;line-height:1.625;margin:2px 0 2px 0;text-transform:capitalize}.elementor-testimonial-item-wrapper .layout-1 .name:after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";color:#6AB73D;line-height:1;text-indent:0;text-align:center;font-size:16px;transition:all 0.4s ease;margin-left:6px}.elementor-testimonial-item-wrapper .layout-1 .job{display:flex;font-size:14px;font-size:.875rem;line-height:1.57;color:var(--e-global-color-lighter)}.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-image{line-height:0;margin-right:16px}.elementor-testimonial-item-wrapper .layout-1 .elementor-testimonial-image img{display:inline;width:70px;height:70px;object-fit:cover;border-radius:50%}.elementor-testimonial-item-wrapper .layout-2 .inner{padding:30px 30px 30px 0;border-radius:14px}.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-item{display:flex;justify-content:stretch;position:relative}.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-item:before{content:"";position:absolute;width:1px;height:294px;background-color:var(--e-global-color-border);right:-20px}.elementor-testimonial-item-wrapper .layout-2 .inner{height:100%;position:relative;display:flex;flex-direction:column;flex-grow:1;background-color:#fff0}.elementor-testimonial-item-wrapper .layout-2 .icon{left:0;right:0;top:-30px;display:block;margin-bottom:10px;font-size:40px;font-size:2.5rem;line-height:1;color:var(--e-global-color-primary)}.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-rating{color:var(--e-global-color-secondary);font-size:15px;line-height:1;letter-spacing:6px;margin:0 0 24px 0}.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-rating i{margin-right:0}.elementor-testimonial-item-wrapper .layout-2 .content{font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);font-size:20px;font-size:1.25rem;line-height:1.5;color:var(--e-global-color-secondary);margin-bottom:25px}.elementor-testimonial-item-wrapper .layout-2 .title{font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);font-size:14px;font-size:.875rem;letter-spacing:.2em;text-transform:uppercase;color:var(--e-global-color-lighter);margin-bottom:31px}.elementor-testimonial-item-wrapper .layout-2 .testimonial-caption{flex-direction:row;align-items:center;display:flex}.elementor-testimonial-item-wrapper .layout-2 .testimonial-caption .details{text-align:left}.elementor-testimonial-item-wrapper .layout-2 .name{display:flex;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);color:var(--e-global-color-secondary);font-size:16px;font-size:1rem;line-height:1;margin:5px 0 5px 0;text-transform:uppercase}.elementor-testimonial-item-wrapper .layout-2 .job{display:flex;font-size:14px;font-size:.875rem;line-height:1.57;color:var(--e-global-color-lighter)}.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-image{line-height:0;margin-right:14px}.elementor-testimonial-item-wrapper .layout-2 .elementor-testimonial-image img{display:inline;width:40px;height:40px;object-fit:cover;border-radius:50%}.elementor-testimonial-item-wrapper .layout-3 .elementor-testimonial-item .testimonial-content-text{padding-bottom:0;margin-bottom:0;text-align:center;margin-top:0}.elementor-testimonial-item-wrapper .layout-3 .icon{display:block;text-align:center;font-size:14px;font-size:.875rem;line-height:1;color:var(--e-global-color-primary);margin-bottom:112px}.elementor-testimonial-item-wrapper .layout-3 .icon svg{width:45.53px;height:24px}.elementor-testimonial-item-wrapper .layout-3 .testimonail-image-rating{display:flex;justify-content:center}.elementor-testimonial-item-wrapper .layout-3 .testimonial-caption{display:flex;flex-direction:column;margin-top:0}.elementor-testimonial-item-wrapper .layout-3 .details{text-align:center}.elementor-testimonial-item-wrapper .layout-3 .name{font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);color:var(--e-global-color-secondary);font-size:16px;font-size:1rem;text-transform:capitalize;line-height:1.375}.elementor-testimonial-item-wrapper .layout-3 .job{font-family:var(--e-global-typography-tertiary-font-family);font-weight:var(--e-global-typography-tertiary-font-weight);text-transform:var(--e-global-typography-tertiary-text-transform);font-style:var(--e-global-typography-tertiary-font-style);text-decoration:var(--e-global-typography-tertiary-text-decoration);line-height:var(--e-global-typography-tertiary-line-height);letter-spacing:var(--e-global-typography-tertiary-letter-spacing);display:flex;font-size:14px;font-size:.875rem;color:var(--e-global-color-primary);margin-top:3px;justify-content:center}.elementor-testimonial-item-wrapper .layout-3 .content{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:34px;font-size:2.125rem;color:var(--e-global-color-text);line-height:1.18;margin-bottom:60px;letter-spacing:-1px}.elementor-testimonial-item-wrapper .layout-3 .caption-top{display:flex;justify-content:center}.elementor-testimonial-item-wrapper .layout-3 .elementor-testimonial-image{margin-bottom:18px}@media only screen and (max-width:767px){.elementor-testimonial-item-wrapper .layout-3 .content{text-align:center}}.show-hover-bottom-yes .elementor-testimonial-item-wrapper .inner{position:relative}.show-hover-bottom-yes .elementor-testimonial-item-wrapper .inner:after{content:"";height:8px;width:0;position:absolute;bottom:0;left:0;background-color:var(--e-global-color-primary);display:inline-block;transition:all 0.3s ease}.show-hover-bottom-yes .elementor-testimonial-item-wrapper .inner:hover:after{width:100%;transition:all 0.3s ease}@media (max-device-width:767px){.elementor-testimonial-item-wrapper .inner{display:block}.elementor-testimonial-item-wrapper .content{font-size:16px;font-size:1rem}}.elementor-view-stacked .icon i{background-color:var(--e-global-color-primary);color:#FFF;padding:8px 5px 8px 5px}.elementor-view-framed .icon i{background-color:#FFF;color:var(--e-global-color-primary);border-color:var(--e-global-color-primary);border:3px solid;padding:.5em}.elementor-shape-circle .icon i{border-radius:50%}.elementor-custom-swiper-pagination{width:354px;overflow:hidden;margin:0 auto}@media (max-width:375px){.elementor-custom-swiper-pagination{width:335px}}@media (max-width:320px){.elementor-custom-swiper-pagination{width:100%}}.elementor-custom-swiper-pagination .swiper-custom .caption-bottom{display:none}.elementor-custom-swiper-pagination .swiper-custom .caption-top .elementor-testimonial-image{position:relative}.elementor-custom-swiper-pagination .swiper-custom .caption-top .elementor-testimonial-image img{width:80px;height:80px;border-radius:50%}@media (max-width:320px){.elementor-custom-swiper-pagination .swiper-slide-active{margin-right:18px!important}}.elementor-custom-swiper-pagination .swiper-slide-active .caption-bottom{display:block;margin-top:18px}.elementor-custom-swiper-pagination .swiper-slide-active .caption-bottom .name{font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);color:var(--e-global-color-secondary);font-size:16px;font-size:1rem;text-transform:capitalize;line-height:1.625}.elementor-custom-swiper-pagination .swiper-slide-active .caption-bottom .job{font-family:var(--e-global-typography-tertiary-font-family);font-weight:var(--e-global-typography-tertiary-font-weight);text-transform:var(--e-global-typography-tertiary-text-transform);font-style:var(--e-global-typography-tertiary-font-style);text-decoration:var(--e-global-typography-tertiary-text-decoration);line-height:var(--e-global-typography-tertiary-line-height);letter-spacing:var(--e-global-typography-tertiary-letter-spacing);display:flex;font-size:14px;font-size:.875rem;color:var(--e-global-color-primary);margin-top:3px;justify-content:center}.elementor-custom-swiper-pagination .swiper-slide-active .caption-top{width:100px;height:100px}.elementor-custom-swiper-pagination .swiper-slide-active .caption-top .elementor-testimonial-image{position:relative}.elementor-custom-swiper-pagination .swiper-slide-active .caption-top .elementor-testimonial-image:before{position:absolute;content:"";width:100%;height:100%;background-color:rgb(217 217 217 / .4);top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;opacity:0;visibility:hidden}.elementor-custom-swiper-pagination .swiper-slide-active .caption-top .elementor-testimonial-image img{width:100px;height:100px;border-radius:50%}@media (max-width:320px){.elementor-custom-swiper-pagination .swiper-slide-prev{margin-right:8px!important}}.elementor-custom-swiper-pagination .swiper-slide-prev .elementor-testimonial-image{padding-top:20px}@media (max-width:320px){.elementor-custom-swiper-pagination .swiper-slide-next{margin-right:8px!important}}.elementor-custom-swiper-pagination .swiper-slide-next .elementor-testimonial-image{padding-top:20px}.elementor-custom-swiper-pagination .caption-top{display:flex;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto}.elementor-custom-swiper-pagination .caption-bottom{display:flex;justify-content:center;text-align:center}.elementor-widget-razox-thumbnail .elementor-widget-container img{width:100%;max-width:100%;object-fit:cover;border-radius:0 30px 0 30px}.elementor-timeline-wrapper{margin:0 auto}@media (max-width:880px){.elementor-timeline-wrapper{padding-left:90px}}@media (max-width:767px){.elementor-timeline-wrapper{padding-left:45px}}.elementor-timeline-wrapper .default-line{content:"";position:absolute;left:50%;-ms-transform:translateX(-50%);-o-transform:translateX(-50%);-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%);width:1px;top:0;background:var(--e-global-color-border);height:1500px}@media (max-width:880px){.elementor-timeline-wrapper .default-line{left:30px;-ms-transform:translateX(0);-o-transform:translateX(0);-moz-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0)}}@media (max-width:767px){.elementor-timeline-wrapper .default-line{left:15px}}.elementor-timeline-wrapper .draw-line{width:1px;height:0;top:0;position:absolute;left:50%;-ms-transform:translateX(-50%);-o-transform:translateX(-50%);-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%);background:var(--e-global-color-primary)}@media (max-width:880px){.elementor-timeline-wrapper .draw-line{left:30px;-ms-transform:translateX(0);-o-transform:translateX(0);-moz-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0)}}@media (max-width:767px){.elementor-timeline-wrapper .draw-line{left:15px}}.elementor-timeline-wrapper .item{display:flex;align-items:center;position:relative;margin-bottom:90px}.elementor-timeline-wrapper .item:before{content:"";width:18px;height:18px;position:absolute;display:block;background-color:var(--e-global-color-primary);top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%}@media (max-width:880px){.elementor-timeline-wrapper .item:before{top:0;left:-60px}}@media (max-width:767px){.elementor-timeline-wrapper .item:before{left:-30px}}.elementor-timeline-wrapper .item:last-child{margin-bottom:0!important}.elementor-timeline-wrapper .item:nth-child(2n){flex-direction:row-reverse}.elementor-timeline-wrapper .item:nth-child(2n) .thumbnail{width:50%;padding:0 0 0 105px}@media (max-width:1024px){.elementor-timeline-wrapper .item:nth-child(2n) .thumbnail{padding:0 0 0 75px}}.elementor-timeline-wrapper .item:nth-child(2n) .content-wrap{padding:0 100px 0 0}@media (max-width:1024px){.elementor-timeline-wrapper .item:nth-child(2n) .content-wrap{padding:0 70px 0 0}}@media (max-width:880px){.elementor-timeline-wrapper .item:nth-child(2n) .content-wrap{padding:0}}.elementor-timeline-wrapper .item:nth-child(2n) .content-wrap>.inner{flex-direction:row-reverse}.elementor-timeline-wrapper .item:nth-child(2n) .content-wrap .content{position:relative;flex-direction:row-reverse}@media (max-width:880px){.elementor-timeline-wrapper .item:nth-child(2n) .content-wrap .content{flex-direction:row}}.elementor-timeline-wrapper .thumbnail{width:50%;padding-right:105px;display:block;text-align:center}@media (max-width:1024px){.elementor-timeline-wrapper .thumbnail{padding:0 75px 0 0}}@media (max-width:880px){.elementor-timeline-wrapper .thumbnail{display:none}}.elementor-timeline-wrapper .thumbnail img{width:100%;display:inline-block;border-radius:10px}.elementor-timeline-wrapper .thumbnail-mobile{display:none}@media (max-width:880px){.elementor-timeline-wrapper .thumbnail-mobile{display:block;margin-bottom:30px}}.elementor-timeline-wrapper .thumbnail-mobile img{border-radius:10px;object-fit:cover;width:100%}.elementor-timeline-wrapper .content-wrap{width:50%;display:flex;align-items:center;padding-left:100px}@media (max-width:1024px){.elementor-timeline-wrapper .content-wrap{padding-left:70px}}@media (max-width:880px){.elementor-timeline-wrapper .content-wrap{width:100%;padding:0}}.elementor-timeline-wrapper .content-wrap .inner{padding-left:0;align-items:center}@media (max-width:880px){.elementor-timeline-wrapper .content-wrap .inner{display:block}}.elementor-timeline-wrapper .content-wrap .content{position:relative;display:flex;gap:12px}.elementor-timeline-wrapper .content-wrap .number{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:40px;font-size:2.5rem;line-height:.95;color:var(--e-global-color-primary);writing-mode:vertical-rl;rotate:180deg;text-align:end}.elementor-timeline-wrapper .content-wrap .title{font-size:24px;line-height:1.2;margin-bottom:12px}.elementor-timeline-wrapper .content-wrap .description p{margin-bottom:0}.elementor-timeline-wrapper .in-view .content-wrap .inner:before{content:"";background-color:var(--e-global-color-primary)}.vertical-menu-separator-yes .vertical-navigation:after{content:"";position:absolute;right:0;top:50%;height:23px;width:1px;background-color:var(--e-global-color-border);transform:translateY(-50%)}.vertical-menu-separator-yes .vertical-navigation:hover:after{background-color:#fff0}.vertical-navigation .vertical-menu menu{overflow-y:auto}.vertical-navigation .vertical-menu ::-webkit-scrollbar{width:4px}.vertical-navigation .vertical-menu ::-webkit-scrollbar-track{background:#f1f1f1}.vertical-navigation .vertical-menu ::-webkit-scrollbar-thumb{background:#888;opacity:.7}.vertical-navigation .vertical-menu ::-webkit-scrollbar-thumb:hover{background:#888;opacity:1}.nav-vertiacl-menu-layout-content-style-2 .vertical-navigation .vertical-menu{opacity:1;visibility:visible;transform:translateY(0);position:relative;width:auto;border-radius:10px}.nav-vertiacl-menu-layout-content-style-2 .vertical-navigation-header .vertical-navigation-title .title-icon .icon-2,.nav-vertiacl-menu-layout-content-style-2 .vertical-navigation-header .vertical-navigation-title .title-icon .icon-3{width:18px}.nav-vertiacl-menu-layout-content-style-2.nav-vertiacl-menu-header-yes .vertical-navigation-header{display:none}.razox-video-review{display:flex;justify-content:space-between;flex-direction:row;gap:30px}.razox-video-review .video_list_left{width:100%;max-width:420px;height:100%;max-height:540px;overflow-y:auto;outline:0;scrollbar-width:thin;scrollbar-color:#ddd #fff0;-webkit-tap-highlight-color:#fff0}.razox-video-review .video_list_left .review-item-content{padding:30px;border-radius:10px;display:flex;align-items:center;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.razox-video-review .video_list_left .review-item-content.active,.razox-video-review .video_list_left .review-item-content:hover{-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;background:#2C2C2C;cursor:pointer}.razox-video-review .video_list_left .review-item-content .elementor-videoimage-image-ava{margin-right:20px}.razox-video-review .video_list_left .review-item-content .elementor-videoimage-image-ava img{width:70px;height:70px;border-radius:70px;object-fit:cover}.razox-video-review .video_list_right{width:100%}.razox-video-review .video_list_right .review-item-video{display:none;height:540px}.razox-video-review .video_list_right .review-item-video.active{display:block}.razox-video-review .video_list_right .review-item-video .elementor-videoimage-image{height:100%}@media (max-width:767px){.razox-video-review{flex-direction:column}.razox-video-review .video_list_left{width:100%;max-height:300px}.razox-video-review .video_list_left .review-item-content{padding:15px}.razox-video-review .video_list_right .review-item-video{height:300px}}.razox-video-review .video-content{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);line-height:28px;text-align:left}.razox-video-review .elementor-video-title{font-size:24px;font-size:1.5rem;color:#FFF;text-transform:capitalize}.razox-video-review .elementor-video-description{font-size:16px;font-size:1rem;color:var(--e-global-color-lighter);text-transform:uppercase}.video-icon-effectsyes .elementor-video-review .elementor-video-icon{transition:transform 0.8s cubic-bezier(.45,0,.14,1.03)}.video-icon-effectsyes .elementor-video-review .elementor-video-icon .animation{position:absolute;opacity:.5;z-index:-1;height:100%;width:100%;border-radius:50%;animation:loading 1.8s infinite linear;background:var(--e-global-color-primary)}.video-icon-effectsyes .elementor-video-review i.razox-icon-play-video-01{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-icon-effectsyes .elementor-video-review .elementor-video-icon:hover{animation:pulse 1s}.elementor-video-review{position:relative}.elementor-video-review .elementor-videoimage-image img{object-fit:cover;border-radius:10px;width:100%;height:100%}.elementor-video-review .elementor-video-icon{position:absolute;width:70px;height:70px;border-radius:50%;background:var(--e-global-color-primary);top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;color:#FFF}.elementor-video-review .elementor-video-icon svg{width:17px;height:20px}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{font-size:24px;border:none}.mfp-image-holder .mfp-close:active,.mfp-image-holder .mfp-close:focus,.mfp-image-holder .mfp-close:hover,.mfp-iframe-holder .mfp-close:active,.mfp-iframe-holder .mfp-close:focus,.mfp-iframe-holder .mfp-close:hover{color:var(--e-global-color-primary);background-color:#fff0;border:none}@keyframes loading{from{transform:scale(1)}to{transform:scale(1.46)}}@keyframes pulse{from{box-shadow:0 0 0 0 rgb(255 255 255 / .5)}to{box-shadow:0 0 0 50px #fff0}}.elementor-video-popup{display:inline-flex;align-items:center;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;justify-content:center;position:relative;background-color:var(--e-global-color-primary);border-radius:50% 50% 50% 50%}.elementor-video-popup .elementor-video-icon{height:70px;width:70px;display:flex;justify-content:center;align-items:center;color:#FFF}.elementor-video-popup .elementor-video-icon svg{width:17px;height:20px}.razox-video-popup .elementor-video-title{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:16px;font-size:1rem;line-height:1.375;color:var(--e-global-color-secondary);text-transform:capitalize}.video-icon-effectsyes .elementor-video-popup{display:inline-flex;align-items:center;justify-content:center}.video-icon-effectsyes .elementor-video-popup .elementor-video-icon{position:relative;transition:transform 0.8s cubic-bezier(.45,0,.14,1.03)}.video-icon-effectsyes .elementor-video-popup .elementor-video-icon .animation{position:absolute;opacity:.5;z-index:-1;height:100%;width:100%;border-radius:50%;animation:loading 1.8s infinite linear;background:var(--e-global-color-primary)}.video-icon-effectsyes .elementor-video-popup i.razox-icon-play-video-01{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-icon-effectsyes .elementor-video-popup .elementor-video-icon:hover{animation:pulse 1s}.elementor-video-popup .video-content{-webkit-box-flex:1;flex-grow:1;-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;display:inline-flex;flex-direction:column}.elementor-video-popup .video-icon-align-before{margin-right:5px;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-video-popup .video-icon-align-after{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{font-size:24px;border:none}.mfp-image-holder .mfp-close:active,.mfp-image-holder .mfp-close:focus,.mfp-image-holder .mfp-close:hover,.mfp-iframe-holder .mfp-close:active,.mfp-iframe-holder .mfp-close:focus,.mfp-iframe-holder .mfp-close:hover{color:var(--e-global-color-primary);background-color:#fff0;border:none}@keyframes loading{from{transform:scale(1)}to{transform:scale(1.46)}}@keyframes pulse{from{box-shadow:0 0 0 0 rgb(255 255 255 / .5)}to{box-shadow:0 0 0 50px #fff0}}.elementor-column-wrap:hover .text-editor-hover .elementor-text-editor>*:before{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.elementor-column-wrap .text-editor-hover .elementor-text-editor>*{position:relative;display:inline-block}.elementor-column-wrap .text-editor-hover .elementor-text-editor>*:before{position:absolute;content:attr(data-hover);color:var(--e-global-color-secondary);clip-path:polygon(0 0,0 0,0% 100%,0 100%);transition:clip-path 0.5s ease}.animated-slide-column>.elementor-column-wrap{transition:opacity 0s 0.6s,transform 1s 0.6s;opacity:0;transform:translateX(-20px) translateZ(0)}.animated-slide-column:after{content:"";margin:0 -5px 0 0;position:absolute;top:0;right:100%;bottom:100%;left:0;background-color:var(--e-global-color-primary);z-index:3;transition:bottom 0.4s cubic-bezier(.165,.84,.44,1) 0s,right 0.4s cubic-bezier(.77,0,.175,1) 0.3s,margin 0.4s cubic-bezier(.77,0,.175,1) 0.3s,left 0.4s cubic-bezier(.77,0,.175,1) 0.6s}.animated-slide-column.col-loaded{overflow:hidden;position:relative}.animated-slide-column.col-loaded .elementor-column-wrap{transform:translateX(0);opacity:1}.animated-slide-column.col-loaded:after{margin-right:0;right:-3px;bottom:0;left:100%}.animated-bg-parallax{overflow:hidden}.animated-bg-parallax>.elementor-column-wrap{overflow:hidden}.animated-bg-parallax .img-banner-parallax{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0;width:100%;height:100%;object-fit:cover}.animated-bg-parallax .img-banner-parallax:not(.hover){transform:none!important}.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-img{position:relative;overflow:hidden}.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-img img{-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-title{position:relative}.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-title:before{content:"";position:absolute;width:2px;height:0;background-color:var(--e-global-color-primary);top:-60px;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;z-index:1;left:0;right:0;margin:0 auto}.elementor-widget-image-box.box-title-decor-yes:hover .elementor-image-box-title:before{height:50px}.elementor-widget-image-box.box-title-decor-yes:hover .elementor-image-box-title a{color:var(--e-global-color-primary);-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.elementor-widget-image-box.box-title-decor-yes:hover img{transform:scale(1.1);-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.text-rotate{-moz-transform:translateX(-50%) translateY(-50%) rotate(-90deg);-webkit-transform:translateX(-50%) translateY(-50%) rotate(-90deg);transform:translateX(-50%) translateY(-50%) rotate(-90deg)}.text-shadow{-webkit-text-stroke:3px #fff;-webkit-text-fill-color:#DE3431}.hover-style .elementor-cta__button-wrapper{opacity:0;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;transform:translateY(10px);height:0}.hover-style .elementor-cta__title{transform:translateY(0);-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.hover-style .elementor-cta__content{overflow:hidden}.hover-style:hover .elementor-cta__title{transform:translateY(-20px);-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.hover-style:hover .elementor-cta__button-wrapper{opacity:1;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;transform:translateY(-10px)}.mask-text .elementor-counter>*{color:#fff0;text-align:center;font-size:10em;font-weight:900;background-image:url(/wp-content/themes/assets/images/ldp_mask.jpg);background-size:contain;background-clip:text;-webkit-background-clip:text;-ms-background-clip:text;-moz-background-clip:text}.e--ua-safari .mask-text .elementor-counter{text-align:center}.e--ua-safari .mask-text .elementor-counter>*{display:inline}.elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon{display:flex;font-size:50px;font-size:3.125rem;color:var(--e-global-color-secondary);width:100%}.elementor-widget-icon-box .elementor-icon-box-title{font-size:86px;font-size:5.375rem;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);line-height:1;text-transform:capitalize;color:var(--e-global-color-secondary)}.elementor-widget-icon-box .elementor-icon-box-description{color:var(--e-global-color-text)}.elementor-widget-icon-box .elementor-icon-box-description a:not(:hover),.elementor-widget-icon-box .elementor-icon-box-description span{color:var(--e-global-color-secondary)}.elementor-widget-icon-box:hover{cursor:pointer}.elementor-widget-icon-box:hover .elementor-icon-box-title{color:var(--e-global-color-primary)}.elementor-view-default .elementor-icon{color:var(--e-global-color-primary);border-color:var(--e-global-color-primary)}.elementor-view-stacked .elementor-icon{background-color:#fff;color:var(--e-global-color-primary)}.elementor-widget-icon-box.elementor-view-framed .elementor-icon{border:1px dashed;border-color:#DDDADA}.elementor-widget-icon-box.elementor-view-framed .elementor-icon:hover{border:1px solid var(--e-global-color-secondary)}.title-effects-yes .elementor-icon-box-title{font-size:86px;font-size:5.375rem;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);line-height:1;text-transform:capitalize;color:var(--e-global-color-secondary)}.title-effects-yes .elementor-icon-box-title:before{content:"";position:absolute;width:100%;height:10px;background-color:var(--e-global-color-primary);bottom:3px;left:-1px;transition:width 0.7s;z-index:-1}.enable-icon-effects-yes .elementor-icon-box-wrapper{position:relative}.enable-icon-effects-yes .elementor-icon-box-icon .elementor-icon{position:relative;width:unset;display:inline-block;animation:qodef-element-rotate 20s linear infinite}.enable-icon-effects-yes .elementor-icon-box-icon .elementor-icon svg{width:286px;height:286px}@keyframes qodef-element-rotate{100%{transform:rotate(-360deg)}}.enable-icon-effects-yes .elementor-icon-box-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor-image-box-wrapper .elementor-image-box-img img{display:inline-block;border-radius:16px}.elementor-image-box-wrapper:hover img{box-shadow:8px 8px 0 #D9D9D9}.image-box-effects-yes .elementor-image-box-wrapper{-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.image-box-effects-yes .elementor-image-box-wrapper .elementor-image-box-img{position:relative}.image-box-effects-yes .elementor-image-box-wrapper .elementor-image-box-img .elementor-image-box-img-inner:before{content:"";width:100%;height:100%;background-color:rgb(255 255 255 / .8);position:absolute;top:0;left:0;opacity:0;border-radius:10px;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.image-box-effects-yes .elementor-image-box-wrapper .elementor-image-box-img img{box-shadow:0 4px 30px 0 #0000001A}.image-box-effects-yes .elementor-image-box-wrapper:hover .elementor-image-box-button{-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;opacity:1}.image-box-effects-yes .elementor-image-box-wrapper:hover .elementor-image-box-img-inner:before{-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;content:"";width:100%;height:100%;top:0;opacity:1}.image-box-effects-yes .elementor-image-box-button{-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);-ms-transition:all 0.8s ease;-o-transition:all 0.8s ease;-moz-transition:all 0.8s ease;-webkit-transition:all 0.8s ease;transition:all 0.8s ease;padding:.8rem 1.875rem;font-size:16px;font-size:1rem;border-radius:5px;border:1px solid var(--e-global-color-secondary);background-color:var(--e-global-color-secondary);white-space:nowrap;color:var(--body-color);justify-content:center;letter-spacing:0;position:relative;overflow:hidden;text-transform:capitalize;display:inline-block;clip-path:inset(0 round var(--e-button-radius,5px));border:1px solid var(--e-global-color-secondary);opacity:0;position:absolute;top:33%;transform:translate(-47%,35%);line-height:1.5}.image-box-effects-yes .elementor-image-box-button span{position:relative;z-index:2}.image-box-effects-yes .elementor-image-box-button i{padding-top:1.5px}.image-box-effects-yes .elementor-image-box-button::before{position:absolute;height:calc(100% + 130px);width:130%;top:50%;left:50%;content:"";background:linear-gradient(to top right,var(--e-global-color-primary) 50%,#00000000 50.1%) bottom left,linear-gradient(to bottom left,var(--e-global-color-primary) 50%,#00000000 50.1%) top right;background-size:0 0;background-repeat:no-repeat;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;z-index:-1;transform:translate(-50%,-50%)}.image-box-effects-yes .elementor-image-box-button:hover{border-color:var(--e-global-color-primary)}.image-box-effects-yes .elementor-image-box-button:hover i{color:#FFF}.image-box-effects-yes .elementor-image-box-button:hover:before{background-size:100% 100%}.image-box-effects-yes .elementor-image-box-button i{font-size:12px;font-size:.75rem;margin-top:-3px}.icon-list-hover-underline .elementor-icon-list-item a:hover .elementor-icon-list-text{text-decoration:underline}.image-style-razox-yes .elementor-image-box-img{border:1px dashed var(--e-global-color-border);padding:20px;border-radius:4px}.image-style-razox-yes .elementor-image-box-img img{border-radius:4px}.image-style-razox-yes .elementor-image-box-img-inner{position:relative}.image-style-razox-yes .elementor-image-box-img-inner:after{content:"";visibility:hidden;opacity:0;position:absolute;left:0;top:0;right:0;bottom:0;background-color:rgb(0 0 0 / .6);-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.image-style-razox-yes .elementor-button-wrapper{position:absolute;top:50%;left:0;right:0;z-index:9;visibility:hidden;opacity:0;-ms-transform:translateY(-50%);-o-transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.image-style-razox-yes .elementor-image-box-title{font-size:16px;font-size:1rem;color:var(--e-global-color-secondary)}.image-style-razox-yes .elementor-image-box-title a{color:var(--e-global-color-secondary)}.image-style-razox-yes .elementor-image-box-title a:hover{color:var(--e-global-color-primary)}.razox-rotate-effect-yes{position:relative}.razox-rotate-effect-yes .elementor-icon:before{content:"";display:block;position:relative;background-color:var(--e-global-color-secondary);-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjg2IiBoZWlnaHQ9IjI4NiIgdmlld0JveD0iMCAwIDI4NiAyODYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgo8cmVjdCB3aWR0aD0iMjg2IiBoZWlnaHQ9IjI4NiIgZmlsbD0idXJsKCNwYXR0ZXJuMCkiLz4KPGRlZnM+CjxwYXR0ZXJuIGlkPSJwYXR0ZXJuMCIgcGF0dGVybkNvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHdpZHRoPSIxIiBoZWlnaHQ9IjEiPgo8dXNlIHhsaW5rOmhyZWY9IiNpbWFnZTBfMTM2XzU0NjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTAuMDAzNTA0NjcpIHNjYWxlKDAuMDAyMzM2NDUpIi8+CjwvcGF0dGVybj4KPGltYWdlIGlkPSJpbWFnZTBfMTM2XzU0NjIiIHdpZHRoPSI0MjgiIGhlaWdodD0iNDMxIiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQWF3QUFBR3ZDQVlBQUFBSFhPRUNBQUFBR1hSRldIUlRiMlowZDJGeVpRQkJaRzlpWlNCSmJXRm5aVkpsWVdSNWNjbGxQQUFBQXlkcFZGaDBXRTFNT21OdmJTNWhaRzlpWlM1NGJYQUFBQUFBQUR3L2VIQmhZMnRsZENCaVpXZHBiajBpNzd1L0lpQnBaRDBpVnpWTk1FMXdRMlZvYVVoNmNtVlRlazVVWTNwcll6bGtJajgrSUR4NE9uaHRjRzFsZEdFZ2VHMXNibk02ZUQwaVlXUnZZbVU2Ym5NNmJXVjBZUzhpSUhnNmVHMXdkR3M5SWtGa2IySmxJRmhOVUNCRGIzSmxJRGt1TVMxak1EQXhJRGM1TGpFME5qSTRPVGszTnpjc0lESXdNak12TURZdk1qVXRNak02TlRjNk1UUWdJQ0FnSUNBZ0lDSStJRHh5WkdZNlVrUkdJSGh0Ykc1ek9uSmtaajBpYUhSMGNEb3ZMM2QzZHk1M015NXZjbWN2TVRrNU9TOHdNaTh5TWkxeVpHWXRjM2x1ZEdGNExXNXpJeUkrSUR4eVpHWTZSR1Z6WTNKcGNIUnBiMjRnY21SbU9tRmliM1YwUFNJaUlIaHRiRzV6T25odGNEMGlhSFIwY0RvdkwyNXpMbUZrYjJKbExtTnZiUzk0WVhBdk1TNHdMeUlnZUcxc2JuTTZlRzF3VFUwOUltaDBkSEE2THk5dWN5NWhaRzlpWlM1amIyMHZlR0Z3THpFdU1DOXRiUzhpSUhodGJHNXpPbk4wVW1WbVBTSm9kSFJ3T2k4dmJuTXVZV1J2WW1VdVkyOXRMM2hoY0M4eExqQXZjMVI1Y0dVdlVtVnpiM1Z5WTJWU1pXWWpJaUI0YlhBNlEzSmxZWFJ2Y2xSdmIydzlJa0ZrYjJKbElGQm9iM1J2YzJodmNDQXlOUzR4SUNoWGFXNWtiM2R6S1NJZ2VHMXdUVTA2U1c1emRHRnVZMlZKUkQwaWVHMXdMbWxwWkRvME1UazRRemd3UWpkRFJEQXhNVVZGUVVaQ01rVTJNams1TURjMU5EVkVOeUlnZUcxd1RVMDZSRzlqZFcxbGJuUkpSRDBpZUcxd0xtUnBaRG8wTVRrNFF6Z3dRemREUkRBeE1VVkZRVVpDTWtVMk1qazVNRGMxTkRWRU55SStJRHg0YlhCTlRUcEVaWEpwZG1Wa1JuSnZiU0J6ZEZKbFpqcHBibk4wWVc1alpVbEVQU0o0YlhBdWFXbGtPalF4T1RoRE9EQTVOME5FTURFeFJVVkJSa0l5UlRZeU9Ua3dOelUwTlVRM0lpQnpkRkpsWmpwa2IyTjFiV1Z1ZEVsRVBTSjRiWEF1Wkdsa09qUXhPVGhET0RCQk4wTkVNREV4UlVWQlJrSXlSVFl5T1Rrd056VTBOVVEzSWk4K0lEd3ZjbVJtT2tSbGMyTnlhWEIwYVc5dVBpQThMM0prWmpwU1JFWStJRHd2ZURwNGJYQnRaWFJoUGlBOFAzaHdZV05yWlhRZ1pXNWtQU0p5SWo4K2l2MzlGd0FBU3laSlJFRlVlTnJzblkxeElyc1NSblczYmdKc0JnK0hnRVBBSWVBUUlBUUlBVUtBRUV3SUpnUVRnZ2xoQ2VFK1pMZThvbWxwTkREQUFPZFVVYnZMd3ZBM28wOWZxOVg5ejMvLy9lY0Eya0MzMiszdC91akxMYkRlM1phYnpXYk5Od1R3MlB5RFlFRUxoS3E3KzJPdWhFb3o4N2VkY0czNXhpNHplV0NTQUFnV3dLRllmZXh1bllLSHIzYUQ2QXZmMnRsL2s4SHVqN2ZkYmVPLzgzQmpzZ0RYNWhkZkFWeVpOME9zbHJ2YnhIMkhBMlA2dThGMHpGZDJkbnBCdTNhM29meEdmM2JmL1lmLy9pVjBDNEREZ29lY3lRZjhqUDVsTjVQZlJJL3hBaldOSHJQZC9mZHZ2cjJ6L2k2ZklsWlp0N3U3amVMZkNnREJnbHNZNFB3c1BDUkxkS0lCelNkTExETFBtOHNNUHZDNmUvelNlTnk3MjEvZk1oOEhqZnlXWHFnK0N4KytsUWtHYTExd0VRZ0p3aW1EVzgrSGlkeDN3c1RBN1lmMnZNRE1KWXlVV3AvYW04Vm5SR2lWZXg0MGlrNTg4Y2t1VDk1TnVlOVFiWXovWGQ4eXZ5OEFnZ1h0RUt2ZEg5NzVWSzFuZkQzdXhFRnRWVEdvd3ZrRWE3MzVackc3dllwNHJkWGtZWmc1VC95NjR4QlJBd1FMcm9sT2x2QnJHUk81TFF6UkdoYUs0QUZHeUlsRi84c0oxa3I5RnVGM0xwMUFETVdCKzZTTk53azVBaUJZY0RGM05YVDdZVGsvcUQzdnhyS1ozSHo0YUtTZU5qWm0yWFdjVS96WURwbHFaL2xkKzJvU1lxYXk3KzRyK3Qzazl4NUVkL20va3hvUFIvTXZYd0ZFN3NZUE1OdUNSWFE5UUUzMHdPWkRTSklGR0I0YkJxK0ZjbVY3YnlQem1tdjF1ajEzbVBiZXR1ODBiSWgyTWxEcjk3dU52b04xQy9ZNTlTc21GSFVacUg4djJNc0ZDQmFjTXFBTzVkYUo3dmVEeWl3endIU1VPS1dFWTZrR3diNFNyRHFodmpyaTFwcXZXSDMrUWVheEx3MEl4RVVFeXdqcnBWTGJodzBMSUR3NGhBUWZWNno4WU9Jei9NYnVjT091LzdmZisvUnhZdWh0bVJzUVpUMWtVeWhZcXhyaUJ2WFBoNDc2VGplWmlVamZjTCtXcU1YSDIrYTJJa2h5aGc4YkQxam5BZ1FMdEZqTlhYVTVKRDl3V0duTFczVTgwem1JTzRzSHFZN3gyTFVldUJMSDJxalh2WVZNd1pDZ3NGSzNOb1l5QnpYY1VLL2dzWU9LeVV2NHZiMUkvWEhmR2FkK2t1U1RlVDc5NW1VNVR3RitJQ1Q0ZUdJVnI2dkVnOGxTQktFdnJpc1dyYkhiend4YnF3R3BueHFRQ2g2ci83K1hHU3ozMXJHOHVCa0pBTzFScTIrUm5jbXQ3ZlNxWEZOTmNhc1VMR1BqdUo0c3pXV0M4OHJhRitDd0hoTTlRUGlFaWEvS0VYN3czOTI4TUZWbCtHVkRmUlVEVlZVNGliQmdPeHhXeWhIMWxETmY2L0pNOGhnZFhseHBaK1VLdGpySStmTEd6d01JMW1PaUJXTmhPSU9GSVE1RDVSeld5cmoxTWk0ajk5aDdUN3k0QmRkdGlkQzI4UHlwN2E3RTVVK054L2hOeWI5bHdyUVgvaVU4Q0FqV1k2Sm52cW1CYVZIaHpCcHhXZkw2V3RBNk9LeXJUbUtXTlI1N1REanc0RndTbC85MVBzcUU2YVhpT1lCZ3dZM05qRHV5YU8wVEk5N2xOcTdJc3RxVU9CVEo2Tm9vSWVsbkJxcGN5bmJWWTljbDRpZml0cGRWU01tZnN3aFdLcDI5NHc0elBWZUdXK3VxU1ZIVjd6c3hmdXUxZWg5TVRnREJ1bUd4OGpOT1gxVjdLZ0lRcXFXSGRQVFVqRlJuNWVXRVpwRVNHaGxRdEhoMEUwSlQ5ZGk2RzRoeFdRMU9lcFNBYkd1a3MxdE9iRmh4RHVuZmJKMXBVYkkyM2lzZ1dIQmpnNHdYcFZ4YXVyOS9uaEN0T3M3b0lDeW9oS1lwbDFXblJCT0NkUVYzbFhpc0pXeEZ5UnV4UUphK1hpNVRVUFp2VFNYSzhGWVFhUUFFQ3k0Z1ZuNUFHQnNEaHpYUXpJMTlUVXMxU0F3eXptaWJjMW11M3BwUzhyRTFpOXZTZTZrOWdyVTB6czFPZ1h1cTNDeHViRHplSkI3WGs0YVRiM0pkOU9VYzlaTTZ2NWRyampORHNPQjZhTEh5RGZSODRWbS9TUDFrRE9oalE0U3FGc0Z6TStRNFc5QVN2MDVDL0tvZVcxcmNsbG56RlFRcnNUYTFxVGpXb21EUzBVbUVwU3VQRmJXNHlaMFRReEV1bkRpQ0JSZDJWM3JXdVlnWHZXVUFlWFdIS2NGVkYzOVNzT1Q0T3ZraTU3S09EUXV1Qzk5VFNWZ0t5czRuTFVLNTlhUXFkOVZ4NWVIQXlnbVRaQXI2Q2RoTXptZnI5WFNMbStERTlIbm1IL05PaUJEQmdndVBNWm5RU2l4YXVUQmVDTUhwV1c3T1paMHJMTmpOaWFoc0xvMEhxYkY2N1UyYksxM2NpN3RLVEVUV3h2L3ZiUzVQclRrWkdham1QaXRKYy9jYjIzOGJRcXBiM0d3bDJ2QVVSUnVXU3JURy9PUUlGbHlQVHVFTXRsOVRoQ29mRzgxV2x5YzRyRjZGMEU2bHB0eTcxSnZUbTAwbm5BSW5VVklUTU5SM3JIcHMzZFlrdWx6VnVIU3RTUjZueFdla293M1NJWG10SmtHc1p5RlljQ0UySmVJZ0RtcWJjV1pCYUhUb3NIYnloZnlmWG4vS0ZiRE5NVEZtN3FGRmh4NW9Gcm5xMzFERTRGQUw5Z2YwUk8zSnZiWXpSampRV2lmVjU0S3VwaEphM1pTZ093eXNNdWZDc2tZRUFCQXNhRXl0RHR0eGRIWFlMR0p0RER4YWhCcEp2bkNGNjFqRzR2ckdlRTh2THIxWUg1N3pLbDJONFVnU2lRNmhsZjJIcElqN2YzOFlFNTVaeFhtekxDeFdhN21zYnNYNzdocnVLbGRjbUtLNUNCWmNrWVhoUUlyR3FJSUJveXI1UXBkUUdxVEVUSzlKSk1JNEs4dk5pUmc5aWVPS2I4K3lSb0d6T3AxY2FLd252OVhRZU56RWNNcDFXcFBvYzJxaDNsUFZPdFBCT1ZTeGpvbWp1aVArK2UrLy8vZ1dyalBESGRhWWllcUIvME9jeGl4MXNmcDFIN2UvcnZCaVBkWjQzRWpDTmFuM0hJZUhGc0hwSkZwRkxDSVhwUmZKZlViYU0yZkMxYy9EVUNHbFh6QzRlN0dhR1k3bk0zWTBQa2tpK3YrcC9PNkx4UG5YbGZNNUZzYmYxblZodkphVFNjdzY0OGIwNDMvVHF1UjJvUi9XNVFlSXNDYlFsd3U1VnVLQXY5aDJoM2crNHFKTFBWNjNzUis2ZEVodXFRUXJIdUFtN2pCVGJKaDVMNFQwV29DSXlDbzZONE53aGI4SFo3MUlyRUVtVTlsbGNoVmNtay9VOFlkNFVxKy8yZDIvVU01cDZPd3duN1dXdHE1d2thdm8vRjZrcmh1WmpNVnJwUnVYWHhzREhOYmRpMVhZNk5pcGNqNE52TmFlYzlxOXhqK1p4LzVSN3lrM2EvMXcrOWw5LzZqUE4zZlZsU3BHRlFNTjNNNDUvYW1jODgrNUl5SGpOOHVSRzlmRlJ5eDZrdUdubmVDN2V1cFRRU0pQZUs1M2VxK0ozbDI1YzVienRVV3doblZaT3U1d1RhQU5wV09LTnhLcndVa25UZmlMK3NVZFp2dUZCSTlYcWNyQnhYOC9FN0JjWlhhOWJycEt1THkxY1oxb3hvYTcycFM4VDJsTStwd1FxL2VLQ2RhWG1OS1BxeDBRRXJ4d0JDWWhBSDcyMTNTSXJMSU9teEtzdlpDTUQ5UG9nY1NvRldjbVRiamJhUXNQcDFHbmoxYVl1RmpDVjVVWjJGZXZ0WFVuN3NHcnFKU3hrZXV5cXlhV2JGVEhZVDJRV3FWbmhNT0tOaC9IdXJraXdaTDNwUy9FOTNnL2xaRndVVEpBd1gyZnozNVM4aXdUbm0zQitaQ0tKRlJWMGREbjNheUJ4SW14NFFCSG9WS0dyTFZOS3Q0SFhCaldzQzdNYnVEL0x6UDdmR29pZzhuSWpqcFlFMGc4NThQbDA1MzNYQmw3b2FEaW5OSnJVeXNwbTZRZm85ZDE0M1V3UFZFNitUcEpySWNkWkVES1k2Y3ErdkJLSWdZTzYxNHUwRTZCVTFwbFpwOU56ZUM2RlRQV2xNc3FEYk1nVmxEaXdIVE55cjZVMmZJWmc2RitvQmFybFFwRmo4L2dyblNKcjVVbFZva29BZ1YwRWF5N0VLdSt6Q2JmcFA3ZE1ZdTBnNFlXZHp0SERqQSt0T05ud0trUUlsVW1vQzRqcDBxQXVlKzFvM2QzMklSMGI3dURYQXM2cVdOMjRuWHFCYkNYZXMxRTVBTVFyTHNTcTdIYjc4dnp0ZGNxSVZ3YmRUSG9DM0RhUUJ1RUlvZlYvV1l1S2ZCaFJGaEovUDdaVVdVQ21uRlp1VWxRZkMyOHFIVmVIYTA0VmF4NmhydWFWV1FiOWdzaks1OWtFcDRmc2dTYllaVVJqcmtJMmt3Y3pFWTVvWmxjbU4zb3ZybGM1RTA1cksyK3dPVENIY1lPVVZXN1hqdDZUVUZEb3VVM3U4djVOalFtVkl1RWNQU1Z1MXFjK0ZaMHlEMFhDa3lWRTdQRWJSaGQ2ejZWa0M0Q1o0S2tpMlpkMXJUcTJwVmJmQ0grbGhCRjBTSnc0WHN4TncxSGxRZkdocWhWSm1ZQU5IU3QvS1NNNTlMRVZZTFNRY0xHaWRmblZxSUdtOHh6ZE1MRlFhVU91YVkrMWZVMGFrQmN3WUNRWUhPenlGbUJJK2thSVlhZVhMUzFLMWNYT3F5dGhDekdjbUZORGJIeUZ4ZXpRcmpVdGJLUjBQUHF5SFA2UUl3a0pOZFAvSC90VUtBY1M3dXJTY0pkNlMwa2hNMFJySnRBTHpBN1Y3aG9LMkdFdGJwQTM0NThIM3JuZms2by9MclVxTFJxQU1BRmlRZituZ2hQU296ODVPNDlYbytOMEtIQWRVRW9jRzVFSUpiRzQ4NlJ4UWdJMWtWbWptdkRLZm1UK3RXbEM4cjJsT0E1ZFpIV2F1dHRsSG5xSUZSd28raHI1ajFPYkVqc3B6cHdYOFlFcmlyTFZhK3piVXZkRmFIQTg4SWFWcmtJeEFWZlZ4V1AxeTA3dkNnOHU3LzlmdUpzb3IyMXFzUmFXSEg5UFdPelpveC8zNGdVM05LMVo3V3RTUkV5RGNPbVkyc3ovS1RDWFZuWGo5VldoYlVySEZickxwYWVpTThmbWNtOXl5enZqOFROVTNGMUhScjg2cElxc2Z2UW5IQVJPYUI0aW1hdGhSVnZLSmFMZFdVSTFZdVVuRUdzNEphaUZpT1g3MEN0aFdXdHJwdjQrbG9YSkRLVlpoSnFkN1hLaVpXc0kwOVQ2MnlBWUowcVZrT1phVmtuV0VnTGY3ZEVTMFRCU3FMb2gvK1BoR3RkSUhoMVE0TXpRNmdvMmdtM0xGcFZHOXFmWThFd0N1YUc2eXAzelJkdEtrNnRYVlZFYU43bE9lOTF3L3p3RjBLQ2FiRXFkVFZyRVFXclE2cFBtaGdZRjlhMjREMVlvY0ZpNFpIOUlMZ3B1THVvaHhLaWxSVXVONjY5UmtLQmlXc3ptWEl2WWNrM2Q3aU9Oam0xYWdlQ0JhbUYzSm00bGJDUDZhQ3RncldIS1JIbkx0N3ZsRm9MSXdzSm9QTGEwWTBsZitldUc5MllOQ1ZDaVd2YW5FZ21DdnRtSjdtUWg1RGdJZHF1ZTRHWXlMNlJwWnpFT21Ob0lKc01kU2pEQ2lrTWFyUVNNZGZDK0lrQXFqVkxpYysySXBwUm1rbW8xNjRXQ2JIcUo4UnFJYzBrRVNzRTYrUlptZDdZTzdQQ0RXTGw5UUxyMktvbEpuczM5RWJDb2k3RFZXdGhBSkFrMS9sWVgvTjZzam14d3VtbGExZUpLdlJmSWtqaGFBVHJYTE15NXpLYmZ1WEVXeHRDMUN0d1NzV3RSRVFjanhJOEFBVHJSNWRTVVEyOU9UK1hTV2k1cTQzaDF1YkdPUEpTa1VVNDRDZERzTTZObGJuMHJrVkw3TDlldDZyVFNzUVN2QjVmUDBDU21USEpHOGNLSm9rWlJhSEFFbmNsZThhbWhuQytWTlJNOU05N2t6OEJ3U3BHaTg4dzUyUWlJVHB3VC9wNWlYcUJSYTFFMUZxWVA4NHphZW9BMld0R055VHR5UFgybnlSWStNUUo3V29tbVEzNjJsMzloQTFsajlXYk85emdITGFWckROaUZSY1NHQ0phQ0ZiZGt6d1dMU3Urclorek5tWmxQV2ZYQVp5NXcvWWlwYUZCSHhaOFpmTXZRUEgxUEhOMlNTVXJPckZJaFFJTmQrVW5rSXZvLzk0TjhWdkl0WnBMOWhnYTR3dWloV0NkRkVvWVZtMzBFekhSb3RYWEoxNGlhN0JmdXBHUTVva0FSNGxXVlFQSlNVVXloSFpYWHdWdW83MWJCMkhGcXVTS2lyMmVpRllDOW1IWko5T2JNV09xckJPV3FIdDI4RHlqejA1bGJ4NEFPUG02RG8xUyszTE4rZWpJc3FMTmlONTM1Wi8zSk1mUm1ZQmJpWUpVMVJxMXhHb3R4K3lvKzlpdjlZaUNKU2ZKd1AxTld3ODE5NnhNbjJEemRabVdsNm9pdE1abVgrZU1SVmRqbzZMUFRucm1sQVJvMWJpaHExb0U1elExeEdWVU1ENVlZdlUxWVpXLzYwUVFST3VSQkV2RTU4M1pOUUZqaXorcG1Gbjl6SzRxNHRJcHNkdHpVSFZLd1FEQTFjYU9lQXdJK3lJUGVtV0pXRzByanRkTHVMSzR3cncxZmlCYXdxOEhPT0hlSzhUSzR6Zmpmc1NaZlhKeXZMakRETUQzZ3N6QnluMVhjb0xxQmVFaHd3UkFhOUJyVjg0UUt6L1pmVzFDck5TNEV6dTFYdFc0ZzJEZGoxanBCZEdWc3l1a2h4T3FTbFNzZHR2T2VKN2VkOVUzOW1mRnJVUm1VVmdBQUs0L2Z1aGtLTDBGWmFRak02ZUlWWUZvZlNCWWp5Tlcvc2Qva2xSVEx3eFA3ckJ2MUVFYkQwbVlPSEJDQlptREsrTjVsdE1ieVlrN3dmSUR0TnBkeFdMelhOS3NNVk1BTjdzZUhvbFduQm44OE1zRmQ3ZUdWVGNHbk1qc2V6SVNNWW95QUkyVE5aNFZzVVlGY0J0anlHZENzTDZpSnlVWnZabmoxT3BNTEdQUG1tN0dkK2F3amxtd2xQMFMybWxaZGIwbXJyeDI0TS9odWZ3QmJtOG9TZHkvbExHa1ZLemVFNkpYYXkzS2oxR0kxUjBLbGppZ1kycnNhZGZUejFoMHEzWmc2Z1FmR0tFRUFHZ3hFcXJUMTNwUmNrVm00aHd6YldKanNPL2FVS01lS1lMVndoUE5hdnRSbVdGVFdwY3ZVenZ3VFI5Zm5OZFVpUldWS2dCdVI3U2UzZCtVOVVuSjh6SmlOVlBqeGtuVkxLSVdKdk5IRXEyNzNJZVZXRy9LaGdaOVVjem9uOG1XMS9KWTc1emVEUGUwa0ZsWjE5bkZNbG0vQXJoVGNtTGxCUytSZ0xHbzJ5UEwyTXhjVk5RQWg5V09rNlJyekk1R2RaeVdrZkczcnBoOVdiVURReHJzWFA3VUp5VmlCWERmVEEyeFdnUjNGb1VhNDBsenI4Nytxa1FMazdBLzlPNWJEdDIwdzRxY2p1bGVTcHhXSnUxMEpUT2pWWTJaanNXc05Kd0FBRGM3RmxsamplbWVvakVucE1lWHJvdE5YYjY0d0tiMGVBalc1VThRTFRTbU1PUkV5OWtGTEYwZDRaSjI5VjY0ZEtMR1VrNVkrbFlCSUZiNk9WK0Zia3ZDZUpsUTQxcHV3OVNFSE1GcXh3bmlmOEFQdDU5K21rejl6SWlXVlIyNWQ2Und4VjJBMTJ3Q0JrQ3NHamkrSDZQZUVtTDFJbTFPOUh2d0ZlaGZFYXoyaUpXZWJWU0czUkluMXNGSkZtWDM5WThSTGdCNEdMR3lsZ1FhY3ppWjVZbzlRVXlNaVMvM09FYmRZdEtGWHRoY2xxd1JKUkl4RGs0QWI5RWxRL0RGSFc0b2RpSmtmb0h6WGNLQkFQQ1lMRnhGZ3RZSll0VXZFU3NaczhKMm01aTdUSFcvS2NHU0dZMk8xeFpiNzR4b0hXVHErTmxKSkZ6ckN1SHFjZTBDUEJhWklyV2ZwNHdKMFI0cnE2VFRLUEZlTnVwOWRCR3M2NHJWMEIzdVBYaXRhNzNycHJ5TGNEMkxNRm9sV1RxT0Vrd0FqeTVhQ3pVbUhEV1JsVW01dGFHNHBEeFRKL0gzdStFbTFyQVNzZHpuVXpiS0hiTzVPQkxPc2N4Z2FLd0dBS2t4cGRhRzNzdzZlMlVTUlJSQ0RHU0xIK0N3em5jU1dFVWtSNmZ1NnE3cnRLTG4rUml5YjAweVFhd0FJRE9tRkRrdFA5NVVKSVVOY3UyTW9qMWFNWGVaRkhZTEljR3FmVklYRnkxNTdneXhBb0JDMFJwV1RNaXRhRTg4dmt5dFl5UXlCTGN1bldCMjA3UStKQ2cva2hYVHJkenJJSlV3TmxWdTdOandJQUJBWWt5eFV0NzMrdXhWN2JGeWRtRURMMFNoaUhiZjJZMG03N1lkeWEyc1lmWGxoOVUvVEtpa3ZNMElYVkVjR2RFQ2dETk90dmRFcE1ZZUs2dlFkbzdHTmkyM2tadklFcFFOY0ZaNitjQVovYWprWkpqSGx2d0lLKzljWVhnUUFNQVlVL3g0TWpMRXFuaVBsYXUzSERLNVo3RzZHWWNWL2RBZG1XM29EYnMvTGtyRTY4TWRKbWtzQ2wvanJLVldBQURYWmZ6WHdSZ2w0OTFuZ1dodDVQbDNYMzNuVm1zSnBqSnFKdUs2ZW1yV01UdmgrSVFGQWVDaVlwVVk1eWJ1YjcrOXdPb1IrbURkdEdESmoxblMydU5vWnlUSEh5QldBTkRRbUtYWG81THI2OGErcXJ0dkhYTFhnaFdkQVBPRVpjWVpBVUJiWFZZMkdXejNPTCtzRVVlS1hxVnhiSlB2eFl0aS81YjY5ZDEweDJINUFWOGNwWkVBNERiR0xCLzY4MVVybmpKaU5WWml0VHFEV0kzRndZMWw0by9EdXVDc0pkWGdyRlpwRkFDQUZveGxPdEhpdWNreHpIaU4wUG00OVJQL1gvZndJL3V3bnhTbzFRdVgyVjNtQUFBdFF5OXhMSnFlY0J2dFNEck9UZ1pCc0F5MTd6WDRRL2dFaTRraFd2TmNMUzRBZ0JhTWhYNU5LUTdQYlkzeHJLbXg4cXNSYlhSWC94Ykd5Rjh0K0lFKy9BSmpVOElsS2V3anQxK0h5K05yY2MzWkJBd0FMWFpYTWVldVYrckh5amdNT0c1N2I3OXJPNnlRbGg3S2xEUTFlL0Nod1JkRHRMNGFveUZhQU5BeWR4VmFGa1hEV0wzOW8wZU1rMXZsc2xvZkd2eDE1UitvcDlTK3lSL0R4MzE5R3hBZC96MjVJeWdBUU1PczFBVDc3SlYxRXMwaWUyME9EVjRsUzFERTRpUCtzYzdWYkN6cUZhTVRMNzdpdy9kYTFSZ0FiczVsaFkzRmxRMGJHeGgvNSs0d3F6cm11WTNaMWRkeVdGclZ6emFia0F6Q1ZETEdnTXNFQU5xQTdMV3l4cXFtWFZWcUM5RGVHTjNHcFpPTEM1WVJDcHhjSXYvZlNNYndzNGRYTGhNQWFKRm9MYzR4SG5hLzhVSTFkWWVWZ1h3NDhsa0pwUitqV3hjYXZHaEkwQWdGcm1YLzFLWGZnN2ZkcjJ3b0JvQjdSL2FoV2tJVkRNTXNlcXdYdGJnYnhrdWJxc0QvZStIWDA4VnFMOTZ5STByR0FBQzRaNkVLV1gvVzBvY2ZCMGZHcEgzazl0c3pUY1Y5dFlKZkYvenl4a3E1SnpnY0FJQ3pqTGRlcEQ0VFl1WEhYak9wUXNLUndYR0ZXcTJ0NFNJaHdVUlR4YUxxd3lIRjh0eDdFZ0FBN3NSVldWblJYOE9vSzJ6MDZJczZ0TEVoNUtVRTZ5Mmg5RXY1QXJlSjU4VnJYaXQ1TEpYWkFRQU1rWEhmSWNDdThkOSt3ais3OVhaTGx3b0orcmlvdGQvcHk3Wm1OcXJGNmU5OVY5MHFHZ0RnNFZ6Vjd1WmQxYnNoVnFGanhlUlVzZkxKRzlkT2RiOTBsbUJ1QnJEbm9JeU93aFBDZ2dBQWUyTnFiaE53Tm9KVmM5eWV5bXNjM2NYOTVnUXJ6QWJjZDM2LzVhcENiU3YvUmNkclhzWHA3MUZ5QitGREFMaG5zZEtUK25nY0haM2E5RkZ5RC96eDlYTE8xYXBnWEsyQlk0WGIycm9qR3BqSkYvelo1SThHQU5BeW9mTGozRnZDVmZsSTFlc3BycXJDVkxocnVxeXJGYitWREpSblp4ZTlqY1dxVHZyN1hCMERod1VBOXlSV0lSSE5LcTNreDhxWEU4VnFMSlArVkFSczhsQWh3WXpibWlabURLa05ibFgybURVdkFMaEgwZExWS05iaXFqWW5ISE1nNDJjMzVhcGtUTDFxbHVIWkJFdHNhMCsrQVA5RnJxbytiQ1ltbXhVZ1k1L1h4VXMrQVFCY1NMRGk4ZTZraWJrNHRxa1N3SmhXYlNkcVhMRGt5NXdudmdDL25yVEliVWlyeUhveDNWYmI2MThCQURROHpucEh0RGsyK2FGaWc3RnpOVFlaMzZ4Z2lkaTh1L3grS2Y4bFB4VWNLK3UyUlBpMnh1UDg1cmdKcHpRQWdDbFVYcVRHaVhGNksyTm9LNWRUR2hPc1JQa2xpOWZTekwwS3V4cHFYc1ZWaVAxOXo3ZStteHNBNEF4aUZZU3FXMlVFYW9yZjhsSWh3eWFydFd2RjlsWnlLWXJkbHcrMnFwTm1MbmIzUlZ5VVBuNElQY2FNRUNzQWdEMWg2Y3Y0MmE5NDZMYUdXTVhpNTQzRlJYb0xOdUt3MVA0bjU0d1d6L0tZemdreDE5emFtSE9FQWdFQTlKaHBiZnlOVFVVM2NseVZFYXFNK0Ywa2I2Q3BmVmo2Q3hrWmJtbHp5dTVvZWY2TDJGYjloY1lsOFFFQUhsbW9PdEYrS2t1c1FrSkZHRTkvbnVvU1NSalNzZGh2Vm41UG1JYitKVDViVTRJVlovU3R6aG1XazhYQVo1a2QvQWdrb1VBQVFLeCtoQ3BWc21raUxtb2g0K2xTamFWamNXWjF4ZThpMGEybTFyRDAybEpUWC82Ny9IV3Yyb1VzOEwxSWFtZVBGSFlBUUt4K052OWE1RGIrZXJINWlNWnlMMUNqUk81QUxIN2VQQ3d1YVJhYVdzT2F1djFTSHFPZzRDY2NzeS8yczdGakFnRGN1V2pwa04zS0ZaUzMyejNQNXdjTWxYTnFYZFdMcGtLQytzdVlaM3BjbFRJMWp0bm5sQVFBU0RLTEJPZEZhZ3V1QzU4WEMxQ3FCWlFQSjE1dENhWVJ3Wkk0cVA1U3BqdUIrUlNiZWd4TGQ1aGNNZWQ4QkFCSWpzVXJFYXFuMHFXU3FEcDdhZzl0TGZHTDE4Q2Fwc21OdzdrcUYvNkxtOVZkYTVJUHJydG92dEl5QkFDZ2tYRzdjcDJxcE9wRnRJbDRLTUw1ZEk3M2U0N1NUS2s2Z0VHNGFoVlNOTmF5cU1JT0FIRGFXRjFWOVdJbVlsVlZzTHdiQ1ZVc2VtZkpPVGhMdGZZSzFmWXM1TXZZRkI3dlB3UUxBT0Rrc2JtcTZzVlN4dGhOZ1RuNWNWUUdaK21ZY2M3MklsVkZGci9FeHhXa1JTSllBQUFuamNkZEdZdVRBaU5qNitwRXdZdHB2UHBGYmNFU0s5bDNGVzFDbEhEbHl0aG44L25sOWVKa2krZFRLbVlBQUR5UVVBWGprTnFmOVZVbHFDcDhWeEJDOUhnOTZFVUdaU1hWTks0cVdKOXV2L2JVb3RBbFZTbDhhTCs4VUxZelR1VFluR3N4RHdEZ0RnVkw1d0FVR1FVbGRya29tUk1OOFBWalYwYTdwNmNtSzduWEVxeUtEeCthTTY0TGpwR3psRnV4cHgxM21MeEJoaUFBUUQzUjBwdUpzemtFa2JrWVpJUnFHNW1WalJLNVAvRnIrWDFiMXhLc1lDMDdGYlp3V1dBeDY4UkNHLy9nQUFBUElsaWhtMGEyNm9XTXlRT1hqb0o1S3FOcVJ0V014bHpXTVNIQk9OKytXL0RCc3MyOUNtT2ppQlVBd0FtaWxYRlVReEdxRXZQd3UzRDVKMjQzMVZpaTNFbFpncUxJNGNObTNaRUkxNnBDdVBycVdDSE1TSEZiQUlEbUJLd2pZMjJWV2ZCdXJGZFhmS1FWU1JqTHQrS3lUaTduMUdRRHgvRGhPeFd1YXliaVJUc1FBSURMQzFWcElzWFhPcGRhQXl0S2ZEdFg4ZkxHOTJHSlV4cTZkTFdMb0xnSEMzWUFBSEJXd2Zxdllsd09obUtqeHZSNVhmRlJRdGZJUnVKZlRYOGgvb1BJRzNzV1ViSUl4Ulo5Y2R6M0V3cmtBZ0JBT2RhWTdNWEpGM0h3WWJ1RDdFRVJwL2krMHZFNkZERDN4MzV0NHMyZnJkS0ZZVUZMa3pRV2hBc0JBTTR5SHV0UW5YZFRyd1hQMHk3cjZSclJzVXJCa28xZ3FleVJ0VHRzQVJML255WWthWFFLWmdFendvVUFBSTJMMWpGclVuN005bDJKVjljY203T0NKVy95czBCZ3pzRUwyWUVBQUkwTGxnL3B2VVYzM1V3Mzk2bzFyQkkzZEE0MmlCVUF3RmtHVjcrMnRGSGovRTFRSWxnbE5GMk1sbXJzQUFEbkl4NWplN0syMVhyK3Jmai9GMmMzNTdJd2JXWG1pMGlsdmZ2WG9WNGdBTUQ1OEdOc1hHYlA1eXEwUHFwVmxDVVk3WXBtZnhVQXdCMXc3c3JxVnhNc3d6RlZGVWdNQ3I2a3Vqb0FRQ3NGNjZ5VjFWc2hXTkdIN1ViQ3hmNHFBSURiRXkxZFdmMTNtOGZwcG1vSmxsYjdEY0pGeDJBQWdPc0xWcWlzZmhQRzRrQ3c1QU40MVExOXJUWTFQM3hWNHkvUFdyNllCYWNNQU1CVlJhdDNLeWJDRWl5OUVPYy95TEtPZU5Vb3gwU1NCZ0RBNDRpajE0YSszRFoxKzJSWmd1WExiL1F5enFpdWVCWDF6Tm9kN2g5K1RnQ0F1eE9wYmlSU3NRNXNkK1ArNzFNRjY3UENGY1hpRlJvemJndmZkR3BQRngyRkFRRHVSNlI2a1VEbHRrSTkxd2xIbWtrWFVlcDYxVnBVd0x1dVZRM3gwajJ6bmtuRUFBQzRlWkVLdXRFdGZKb3ZwRHM1U2JEVW14aEVTdG1vZUFVVnJodkhCQUNBVm9oVVhYM3diQ0pCSzZvV1h5eFlseEl2QUFCb3ZVQ0Zxa2Q2UFNySE5taUJMeVJoVklzdnJyQnh5c1poeEFzQTRQNUZLaFNKcUZxUDBpNHFKT2l0aldQR3dqTXBqYkkxdFhINEtQRmlIeFlBUUN0RnFoYzVxVjZOcDNweGVxMXlUTHZqdjBVT3pXdkJ5OFVFeXhDdlFhRmRIQ0ZhQUFDdGNsTytJM0ZwMG9RM0h6NWlGc283RmFXcTYvMitwZHVhckxUMllQdDY4a2E4WXE3ck5sUXNqSFgrSmp3SUFOQXEwZklGY1ZPUnNwLzFLSEZHVzZPSWJtVzMrTjF6dkZpTmp4WXNzWUJ2R1dVOTJnMGx4TXZITmw4NVBRQUFXaVZZdWlCdVdJOWFwWVJJaGZpeXFlcWlCNStSS0JadklQNVhEdEFYRzFobC9ZNUNYTlJYQ2FaSXZDakZCQURRUHZ4WTM0dEVxbVNQN0RvU3JPRnVuRThsVzNURkdIV08wWlovL3ZlLy8ybTFNOS9NN3NXZkM1UzVKOGZac2hFWUFPQmhYRm1vK2g3d0ptVW1RdVpFRi9yTzdxTllYRGppWDNkWUtta2xsbTRWMVlEYVZ0ZzdmNHh4Zkp6ZC9TSFdPYU93TFFEQS9lTEgrTjJZdjRnRXlXdkJ0T0NwazFxbG1YWU9LeTUyVzV4ZUtLTGtMZURjVmFleVQ2aG1BUUJ3MXk3TDY4QzdLMCtEcjYwTHY5VEJsNlZ2VEJibTNselp2cXVwWklVQUFNQjl1aXdmVmZPR3B5cWozT3ZNOHpFbXhqdXNPSys5SkIyeEo2N0tVdEdWM0VLbFhpMW1MM1hUNHdFQTRPYmNWdENBa05mZ3czNWYyWWFuYkdYNlYvMjduMVBIVEFqUVAyY1VyMVdKUGZTdUtsNWtHeGFvTHdBQTNMYmJXcnUvQ1JlTjRSMlc3bjkxc045S3hHZnNvbzFlRWRrNDVPNjU3eUtFbnRvTnV3QUE0R0ZjV1MrMzM5YzdySVhieithWVM3K3FzSjRWc2dDMXEvSzI3clVneExlS0JLdkR6d0lBOFBEaTVFMVNUOHhTUDlJSS8zK2JsSzRFd2RKVmVIc3VuK2xSVk9Bd0VqWUFBSGhjZ2VwSHVoS0VLa1hQSlphTy9wVmFVRDZ6b3pRZHNXNHFZbDhKSFFBQTNLODQ5WlI3NnRVOFJQTHhYMGtYa3JYeExCVjBod24xODA0c3VRbFkxcmxjbkFFaXg0c0wzeTc1T1FFQTdrYWNRZ1dMV0p4T1hmcEpDcGJaWGlRcXNmUlZac2w5bDJhcWFuY2ZDaWF1b2hmVmIveUpxaGNBQURjclVIM2xucnBISG1xdGJxSEdZRllyL3JXT2RHUWR3TDc2VXpOQnJBQUFiazZrQm1KRytrY2VZaXRHSnRtcXlpZGFHQzZyVExDTytFRGRDcVdsTkJNQXdHMnlyU2xXSzJWZU9sV3RwQ1NYWWhQcGlLa252eHI4VUF1bGlLR2x5QXRpQlFCd20xUnNYVnJMT08vN1gvbHlTLzlJUGRxWk1qVWxpUmZ4NjVnQytXOURIOGdMMVlpZkZnRGdMdkhDMUl2KzdnVXFtZHNnM1Q2Y0VxQ3FwYVpObFdEOTRuY0FBSUFhN3VkTGtBcHFBc2JQS1VuT1dGZTVNZ1FMQUFDcWlOMVA2YjZxZFozbkdLRkhCQXNBQUdxajNVKy81bk5LMDk5WENCWUFBQnh2cjc2M09tMXJ1aXd2UGo0NzhLbEcwZk4xNU9qT2s5WU9BQUFQNGJMNnBZSWxhMXgxcXh1Rmlrcm0raGlDQlFBQUphenFDTmFSVGk1YlhJS1FJQUFBRk9sSjlQZHVWK1d0WHdJRUN3QUFTaDFXVE8vU2J3REJBZ0NBYW52MXZhNjA1N0l1L1I1WXd3SUFnRko4aFl1aURoNmxSTFZvL2Ezai9uYjY4SDh1ZDY4elFyQUFBS0N1eTZyZDA5QVFwSzY2WlorT3d3SUFnRVk0VVpBcUQ0OWdBUURBTWVMa0JXbmFvQ0RWRWl5ejR6QUFBRUJDdEpvVWpWQkJJL3daZW1KTm84ZjhkQi9HWVFFQXdMbllLS2NVV2xFbGt6WWlGeGU3TEFRTEFBQnFFMWU4MktoYmNFbWI0SXAyQWpUYy9URVA0bFBSRURKMEgzWktzQnlDQlFBQWRmbEtiYThxbzJTNHJCOEhWWkFTSHplTTdDQllBQUJRRzZuY1hnY3RUajEzV0RWRFl5WnpJRmdBQU5BNGt1NCsyTjNHZFFScjk3UkI3S29RTEFBQU9KZFFlVUVheXMxaXVudU1EeWt1RW1JMVYzZi9pQnRwN1FBQTBJUlE5Y1ZOOVF1ZjRrT0xvWEpHUjl5WURnV3Vkc0wyZ3NNQ0FJQW1oR29vUXBYYVJPeVRMbWJpdU9JSzd6MlhyL2p1MTc0bThSMDRMQUFBcUN0U0hSR2dzVXVzTndXaENxRS9lYzY3SzJ0TDRwLzdxaE04RUN3QUFLZ3JXRjU0VXFFL3YrYTBzQXJsRmdpZEY2cUZQUDhnOVIzQkFnQ0FKZ1JySlk1cVZYaU04SHd2WEY4YmpxdjJkckdHQlFBQWRZbXJYU3pGRWEzcUhLRHU0eEVzQUFBNGxvVTRxczJsWHBDUUlBQUEzQVE0TEFBQXVCaFJ3OGVELzNKMklvYS96eHU1QllJRkFBQjFSY2VucG9jMXJGUzJZTStsVTk3cjhwVjVpR0FCQUVCZGRNK3FpL0NMN3gwQUFHNEJIQllBQUp3VHY4Y3E5TGNLSWNLTjNKZHFWZUx2OTdVRmh3Z1dBQUNjZ2hlVUYzVmZkdU92Mm16czkyM05jaThnNjJRNExBQUFPQjRwbTdTNjlPdXloZ1VBQUplbVcvUHhmUVFMQUFCdVFiQndXQUFBY0RHMk5SOS9zQjdHR2hZQUFGd0N2K1lWc2dUWHh3Z2NnZ1VBQUdkSEdqa3VUamtHSVVFQUFMZ0pjRmdBQU5CRzlsTG5mYmZpYkhzUjJialZjWCtyNWE3NURnRUE0QnBVaFFSOWNVTy9PL25OcFN2eUFnQUFuQjFDZ2dBQVVKdHV0K3ZyL01YdFE4d0kzR2F6YWF3aUJvSUZBQURITUM4VXR0Ui9wWVRNQzkvV0VMNFpnZ1VBQU5lZ1grZituZkF0U0dzSEFJRFc0d3Z1MW5GWUhiNHlBQUF3OEJ1QzQxSktYWGRZTDlDNnJ4WjFCS3ZIYndJQUFBYkxxdVNLYnJmcnM4N0g4cy9WN3ZFdjBmOTFESTN4LzU0ZUsxZ0FBQURIa2pROVZuOHRxNEVqYTFnQUFGQUxTMHhxc2ozbVNWV0N0ZUduQVFBQXhhazVEZXRqSGw4VkVweTVndGdrQUFBOE5PY3UyN2V0RkN4ZlBCQ1hCUUFBRlZwUkV1TGJudm82SkYwQUFNQWxSTzMxMUdPUWRBRUFBRzJFTEVFQUFHaVU3Wm1PZTVEWVFVZ1FBQUJxSVlsNC8xeFFDTDl5S2JJTkhBRUFBTm9DRGdzQUFFNGk2azcvNVl6TzFaMGVod1VBQU1jS2xhOE42QnM1V2tWdGZVaHZIZjNwd3IrUEZUUUVDd0FBNmdxVmQxTnZMdDNUcW9TTnVuM1ZFNVQ5dndnV0FBQTBJbGh6Y1ZibndDZDB6S3dLU3dnV0FBRFVFU3Z2cXQ3VjNVdjNOK3puLzk5cUYxS1gwVTYwRmdnV0FBQTA1YTRPaENWNmJCQXUvMmMzRXJKU1FYdUpuUlpaZ2dBQVVJZFlhQllwc2ZKWWZhNlVvSVV1eE9FMmNQc0pIRjRjbjNCWUFBQndqTVA2cjhSZEhYbHM3N3plbFNnK2g2eENTak1CQUVBckVFZjJtbkowQ0JZQUFOVFNsZWp2Z3pPSWxrNXI3eUJZQUFCd0RQR2FWTjhuWVVnbzcrd0NpV0FCQUVBZGx1cmZQbVB3Y3lkYTcxTDU0aVIyeHhnaVdBQUFjTHJkK1U0em42bTd2Y1BxdTlNcVg0UTlYdFA5bC90YnhvbTBkZ0FBcUN0YWsrK01kRGRPdWFFYWJzcW5ybnNSakF2b0J2WXlFSEZZQUFCd2xHanQvbmh4K3lIQ1RjM0RCSUhxRzJLMTNyM0ducFBEWVFFQXdMR2l0UkozRkRZQjErMCszRTNjNzQrcDA5c1JMQUFBYUVTOE5rYzhiYXYrL2lXQXFjM0lWTG9BQUlDYmdEVXNBQUJBc0FBQUFCQXNBQUI0S0VpNkFBQ0FTbVJUNytiSTVJbzZyK0hUMjFkU0NIY1BraTRBQUtCS1NIejYrYWY4TTJUeitRb1VhNnVWL1FtdjQxdUxoR29adnRmV0NJY0ZBQUIxaUVzdWVRYzBrSnVUaWhkckViR051S05qWFZqY0IrdmdHQWdXQUFCVW1wOENvZWxGVG1rYmlWaHdZdHNLZDZWTE02MFJMQUFBcUlzWGo1azRyVjdCNHcrSzRlNEVhUjNFU3dSc25YRlh6Z28xc29ZRkFBRDE3TlozY2tSd1ZWWWR3RkpDYVNjZi92c0pNNHFnUFNOWUFBRFF0SUIxSXdIcnVSUGJqSGczSjhWMTl5QWtDQUFBSnlGSkZ2NjJUTGd3Zit2V09hUjFKdzRMQUFBdTZjSzZycnJaNDVPVmFZaGdBUURBdFVTc0Y0bFhFTER0VHF0K1c0OG5KQWdBQUZkQk1nWFhJbHlCNUVaa2Fna0NBTUMxaWNPRGF3UUxBQUJhaDZ4dGRSQXNBQUM0SlhlRllBRUFRSHROVml4V3VSSk9KRjBBQU1BMUNXV2ZmT0pGdG1ndWFlMEFBSEFURUJJRUFBQUVDd0FBb0NrdXRvYlY3WFpEMDYrdmpKRE5adlBLMXc4QUFLMFFMTW12RHlJVnB5NXUrZW9CQU5xTlZLQUlqUlZETitHcmpkOWZTUmZLL1N5c3hsbEhpTlRBNVJ0OXZlNWVaOGtwQVFEUVNxR2FPcnRBcmRjSFAzWXZMeTFld1dGOXVyODdqYmN1VTh2cFJKR0tIVmFIMHdJQW9KVmk5WjRabzBQRWJMNTdiQkN1aTVpUDRMRG11NzhQNVQ1ZjFmMnA4RU1Ga1NycGM3SVZWVjdockFBQVdpbFdmaXovT01KUVhHUjhENExsUmVjdHV2OVpxdWdpVWdBQWp5TllzWG54ckdVTTM4cVlQeXdRczlESWNXbnB5TW1DSlcvMFQvUkdmdG9USHlGUzRjMnVFU2tBZ0pzUkt6LysvNG51V2xyWjNHSncrcUlKSmVLMWtHTnRtaFNzdmJDZysxN0hLbmxEWjFWVUFBQzRpR0Q1OFg4ZTNmV1VFeG1WckRjb2VBbXZLWk5UTkNJV0xCMFdSS1FBQUI1SHNNYnVPelB3YTN3dnlXVXd4TXVMWGxYaTNXaDM3TVZKZ2lVditxZkNVWVY0NWdxUkFnQzRXOEZLdHFrdk9FNDNFcS9VTXRKUjI1cTBZT2tGdDFpa0dvbEJBZ0JBNndVcjY0U2lkYXhsYnQ5dWxBT2hrelZxT2JpVVlPbXdZS09iZThVMmhwM1RYdnpXaUNBQVFDc0V5NC9MSDlGZFBqUFFKK0ROak1lK3ViL3JWc3VxVW5zeTlyKzcvWERoUzkwaUZYdkZidzF4NmpYMFJmVGxBLzZSTnowVllmemMzZjh1WHhRQUFGd0pXZWFKQmNTTHpIUTNQdnR4ZWhyRzZXaTlLckF1T0xZWHY4bXArbUpWYTQ5RnE5K0FXRTFGcEZKWkpQNDFQaVJEQlFBQXJzZkVIZFo2OWV0UVl4bW5QOTFoY2w1UkZPNlVrbjg1d1lvUDJwTUZ0R1BGYWl3ZnRJVHBLYThGQUFDTnVLd1hsKzc4MjFWR3BqaTNRWnhaVE8wNmhGVU95N215L0hycnpma1BOalhlNEV5K2tKRmhQK2VjTWdBQTF4VXRTWWp3WTNSVnVLK09heHFlOEZ4YnNDVFd1RHhXQVNPMHMvSWYzRzlFOHh2SGZGcThyd3J2aFN2T1F1bmpzZ0FBTG9OZmlwRmtPMHU0L0JqOTdNZHRNUnFiQW9QalpMMXJvTzdySzAwNEt1RnVMMHN3T25ndnNvY3BhemZNMlVHMXAyc3JZclZOSENzdUJ6S3hzbElBQUtCUnNmSmpiK2pVRVVvb0xYSXRRMVNhK2twbkI2cE04NjBZbGE0NzNJOTFWQWI2dnlsTG1IbkRZVjJxSTI5aVpEeEdsM1JLZmduKy90M2pONjZzVGlFQUFEUkR2RGNxTE9HTXBXWEl6RElqb2czK05qSFdwRHp4K2xiSDJZbDdpMk8zUy8ycW84YTcyNGQ4cVBCR2g0azNyZE1WVnhVcWoxZ0JBRndXS3hRWW9tYytsZjFOUW5rdVpUWUtqNm5GYW5Uc0cvNVY0N0Z6WitmTkR5cFV0aXFkY2NwNUF3QndjWHdPZ1U5ajMyUUU3VjMyWWFYTWlTWWthK2d4M3p1cTExUEV5bU91WVJrdXlBdlF1L0VHWmpwOGFLeEpyU1M1UWg4eldGQXRlRTlVdndBQXVCeXlqRE4wK2IyMzNsR0ZkYTZyak5HbERrdUxpaytNZUUyc2Rla1B2REsrSEw4Rzlta2NkNFpZQVFCY0ZyK21KTWJpeWUxbmJzZDRNL0kxZGxlRkM2OHRXUEVhMDdvaWkwOS9DRXZVckJEaE1qU05CQUNBczdtcGFVcHNOdC80c0oydjFONTB1UEJrU2tPQ241Rm9aZFBPZFRwN3FrUzlyeUVZaVJ1cDdBQUE1eGVyZUhuSEc0ZFpWY2trS1pzM2NDMElGNVk2clBnTjlDbytXS3kwdWRURmhTajQ3MFExNEs2RURnRUFvQm5pTWJVdkx1bTlJaHN3RkhsNGRsY09GNVk2TE4wbjVkbEl0dWlKY3NlQ1ZidDh2Q1JqK05jYkhuc01BQUF3eDliUHpFTktIVmRJZmM4MWFQU3N4WEV0bXZvTXBZS2xQMmdvRmI5eGZ6ZUhIZFNKc3JJRGF3alZVY2NCQUlEYTQyeU1qNHhOU2tKN05jS0ZUN2tLR28wS2xyeXhxU3V2dkw0VkY3WnA2QXQ4emxYZkFBQ0F4b1ZyNFFvenR5WENOa3djcnpIVFVTeFk4cVo4cFl1cXBsdGVyRjZxQktid0N5dXlxQUFBMEFyaEN1SENVTDdQTTJvcUxGaExzQ3FjMWpheWt0dW1oQ3I2QWhaTldFb0FBRGl2Y01reHZ6WWk2d0s1RnhXczZNUDFJd1hkaU8xclRLamtPVDQyT3BmWFdaeGExZ01BQUM0clhFMXlsR0NkNlF0WTZ0RGY3cWx6OVR6V3NnQUF6aTljSlRrTEZ4ZXVzd2xXRTBvdHgvaUluQndaZ3dBQTV4V3J1RStXcDZyOTA4V0U2OWNaUG14WG5ORm5ScXo4Qi9ScGpxUGNoNVQvaXpjVjkxUGRNUUVBb0JGMEFRaS9GSk9yTVJqYWtjelAzVEcrTVlkMXJ0aW5xUDFIcFBEKzZVK2NVd0FBWjNkWGUxR3RHdVA4NUJ4SmNyOGErSURlOWJ3MTRhZ1NMbXVyWEJZbG13QUFMdU91Wm1vOERzVnhjNDdyYkZHd294MldLTEVYcW42VGppcnplbkd4M01aMlRnTUFnRG5PVnVZTWlPT2FLeDA0V3pIem94MldpRVczYVVlVklmNEN2RmpTcVJnQW9FRkVvTHlEMHZrRHFjZnI4WDJiY1Y3WGMxaWlya05SMThZZFZlTDFTSE1IQUVpUGtaMUxScDZNYnZSbmJSVjEwaHFXbE52WW5NbFJXZFpUT3pwY0ZnREFYL0g0YytFMS92R2wzTlhKRHV0U013YjVVbEkvQXUxSEFBREIybSswNjQzRDZKeGo0NlhkMWNrTzZ3SS93RmRETUpldVhUaEJyQUFBc2ZvYUsrTUlsUC83dXpSVFBGZjcrb3U2cTlZS2xxVEtlNkh5SVQvcnkvWXEvblJ1TlFjQXVCRldjdFA0RlBQUHBzT0U0cTdpek1EWkpkYk9XaFVTVEtSSTZoOWxkSTJpaXdBQU4rSzB4b21KL2xyR3ozVURyM09WYlVhdEVLeUNkYXF6eDJNQkFPNUV0TUsybjFRaGg5a3BqdWdhYTFlQlh5MzRja3ZXcVo0UUt3Q0FhcndRU1RXS0YzRlZtcTh4OTRTNnJGc3hFZUh2aTB0OXRxczVMRkZwSC83cm5tTVdBQUFBbFdIQ281ZFpaQit1YTZxYmNDc0ZpM1VxQUlDTGk1WWZkMzJZTU9XcUtzTjZFbXIwWS9maVdoR3Zpd25XSmRlcHZQSmZVdlVCQUc1RXVBWWlYTjI2WTdDcU5PU2pYNU5Mdi85ZkYvcVNMclpPSmE4MXA2STdBSUJTcE0xbXVmdmoyWSs1MXZEcEVudTNaQWxucUI1N1h3N3IwdXRVUm9kaWFnMENBTmpqWlUvY1ZqOWhKR1loVEtpcWFHeGxiTDM0c3MzWkJNc29qQnR6bG5XcTNXdDZzZXBGZHkxM0wvSEtxUWtBa0IyclUwVWExbktMM2RYa1drVWJ6aWxZdW5QbGx5TjFaOXBQSlNIQXFab2hQSk84QVFCUU5GN245bTc5Q05odVNIMisxdnM4MnhxVzZoUjgxdjFVa2JXTklkTVFBS0J3dks3WXUvWGpycTc1UHMrZUpTak9aM0d1L1ZReU0vQzdydU5RNEZVeVdBQUE3c1J4V1h1M3JqNnVuajFMME1jNno3ejVkNnpFYXUwS09tVUNBTnlJZUx4Zklldlpid3VLeCsxdEc4YlZmMi84aCt5N3d4TDNJNnBqQU1BZE9aMnZ5dWlTQlQyNTBQaW0yNVZNMmpDdXRyNkJZK2FIdEpJNmt0a3IwUzd0Rlp1S0FlQUd4amkveWZkTjNlMGpTSy9uWEorWG5JQ1A2QzQvWnI2MDRUdjU5d1ordEo3YjN5ZXdrYzF2Y3lWV3k0eFk5ZVdINzhoTVpjMytMQUJvT1JzUnFIako0MHRNZG1QWTZ4bkxJK2tFdHRia0E3VFdZVVhodm43aWgreXFmejlibHRWSWR3K3psQmRDaHdEUThnbDdpQXhaTlFBYjN3OWw3SitkdEtsUmJpc0ZhL2VsVFYyNjVxREZpNTV0eUEvOWxoQThzZ2dCNEphRXk1cDRlM3kwYWRSZ3RhQllJSk5HQU1INis0WEZCUlpMT0JBZkZRS01DVWtaU3k0QkFMZ3gwVXFOYTQxMUVsYXY1ZHJXaDdCVmdwV1lSWVFHWWVHTEd5aEIyMnZQbkptSm5IMnhFZ0RnekdOa1YwU3I5NGlUOGRZSWx2d1FuNGJJSEt3MUdYRldMMmF2amhBZ0FOeS9hT1hLS0xWcXplbWVCVXV2VzJWclZ2a1MrQzdkak95aFpoMEE4SkRDZFpGMUxRVEwvdkxmbFR0NnlvWHZaSmJoOXdxa1dwY2tRNERpNWdiUjYyM2w4UXN5QndIZ2hrVExqMkh2aWZGdmRHL2JkMzYxOUgydEM5YWFPbTYvZEVpTUR3RWVWR3IzSWlkSkhaL3VieCtZdm9pWC8vZW5oQnNCQUc2QmZ1Sit2OGIxZm0valdWc0ZxMU14cXhpSXU3SVdIbCtzOWFwbzkvYXc0blhuaUJZQTNJQzc4dU9VTGsxbmpXZFRCT3NNcm1yL3QrajJFeitTLy9LdDFFNmZlR0cyTHhHeDhyYTVtM2hkL1VQUFJSUUJBTm9vVnJxbDB0ZGtmWGNiR1E4ZlN3SGR6cTEvN2pabkNlNWxDR2JTT1QyNUdvS3BicHIrOGJOTU9yeVBLRDV4YVFEQUdjVEdqMHVEYUZ6eUUrMWxTWjNUeFByOWEwZ3VpeWJvZXN6YnlPTnVkbDJyTlE1TDFwdmlVTjdQREtJZ0JKZ1RxN254dy9uRnlMM3F3M0tNaWRKUVhCWUFOQ2xXWS9kM2FTSWVsM3hFeVVkMlBrUndjZ3pjWVNYMVpUU1dlVUY2Y24vM3J2Njh2THZ4ZGEwMlZyclEyWUpMWjZldnIyUzJzTTJjR05ZbTVHU2F1OHhjL3BRNE53Q0FtbU5iYVJXZk1CRmZaNDRWSWtlK2t2cHI1bkdwTW5jM3VUZTFqVWtYcjI1L1RTbFY5UEVsSTFiemhGaTlzQ2NMQUs3a3JJYkdwTnZmZEVaMFI1eFEwbWxKNk5EdlV4M2xYbGRFYWVRTzErbkhWMmdLZVgrQ0pTTDBXakh6U1BhOGtnM0Yrc1RZVk0xWU11SUlBSENLV0hYY1lUYmZzMHk2WDJTdGZIS0VhRzFLOW8yS3VPa3hjMzJMMGFOV3ByVkxwdC9FbUkwOHBZb3h5a254Ym9qT1drNk9kY0ZKTlRWZUV3RGdGUFI2MVVIaWc0akh5QkN0ajFQWG5CSVpoYSszK0VXMmRSOVcrQUdEWUZTRkFMc2lWajFEY0NyN1hrWFA3NmdaQ0UwZUFlQlU0bkZwbTVwMGl4UFNTeUtlby9lR1JoTjVwd1R6Sm91QS8ycjUrM3NWZHpTcm1EMVlHWVNMbk1nVlBKOWl1UURRQkIzbGJuSVRkYi9HL3RLZ2FPbUorS1J0TFVQdVJyQzgyRlJreXFUMkczaXhHaFZhWmV2NW8xditVUUdndFhRbG9wTWI5OVpOaUpZa24vWFV1SGpUV2MrdDdEaGMrR1BvRmlPeDJDeWFmcjZJVzE5T0FIOGllVXU5cEw4V0FFVGpSTWRvaDZTMzJKaHRrNXFja0J2alc5RnJJbGczTGxhcVpiVEZRbXcyVmQ0QkhsaW8zTisxb2oxaEVFZjFvWVNuam1ocHA1UVZyV2laSXhDeUVtOStjdjNyQmsrTXFTRTJJZDE5MGVUem94OCtsKzd1eGU4dTZuUUJ3RWxpMVpQYlhwS0RDSVVPeGZWS3hvMG9QS2lYUm9ZUzhyTjRNeWJpZHhFSituVmpKNGIva2NjSnNWa1ZQSDllK253NWtmd1AzeTE0YTBVbkh3RGNKUVBsZ0hwYVRHVHRhSEdrYUcxcml0Yk0vVjMvbXR4VHNZU2JFaXlaYll3TVcxMjV4MHBLUHVrRlMzT1BWalJqNmhvbmd0OEw5by83M21XK1VpZmZtR3NYNExHUXlNeWlTa3draEdlSjFtZFYvY0FLMFJvWTcrZkYzV0ZwdVZ0ZHd3ck5GMHRpd0xGZGQ0YlliUXNmbjByRzBDbnh2MW5QQW5nOEVyVUNyWFZ4cTc1ZlpmM0F6UGowTUowbGZ0M2ltNVpLNjg4MXNteTArQ3d6WW1lMU1KbGsxc2RtUm5nQUFCNlBpZUdBRGxMUm8vcCtNWldsbUpUVDJ1d1BkWlVWM2hHc2xzOTJVbUxsczJ2TUt1OHlRK29iajgvWmFxdkxKd0E4R0ptdzNWd0xpa3lBVHhHdDJTT09PM2NwV05LdDJOcS9NTXVrZ2xwMnZtUURjcGRMRmVDK2tYVndMengvY3B0M28rTGRlaUw3WGxPMHFqWUlQK1QrejE5M2VHSU5YYnA2eGFSSnNUS3FNRHRqZGdVQU55NVdNcWFFSXJaemFUbmZTNGpXeGgxV3FnaEMxRW1JbG41c1ZWVUxxNWt0Z25XRFlsVnJRN0U4NXlCN3NLUzBrN3hXVjUycmxIUUN1QytHaGtENEtJNnZwRDYyMHRJbGVlSTE0WjRzMFNvdXhXUk1sRGVQVXFqN1prc3pHVCtpdFpzOG0zbVRFTGpTSGVpV0szdWxRU1RBWGJxczBLS2piNWtxbDlqdmxCcGpmTkpZNGpYTVVrenVPMUZzSzhJNWRZZnRTaDVpM0xrYndaSWZQS3hkWFVPc1NndnUraXpDRmFudkFEYzV4Z3pGM1ZocjF6NjZjbEJWUXZhQTlrdkdpNHhvcFZnVVJvTVFyQmFmVU1PYzhCaTF0b0xBUFJXSWxiV0hvbFNzZ2tpdTNRMzNwQUY0Y05IcXlCZ3pOZjc3SzRQUFp4WkhUV0ZUYTFFemExMWR4cWVTS2pzUEpWWjNLVmlGSjl1bnF4RTZiTWlWNlpsVDBXc0NRR3ZIa3E0SWtyWDNjdVAraHZCeXBBb1M1TVR1UnhRZjdUdC9STUhTNGJ4TGlKVzVPOTE5bDRVaU5BaHcyMk5LM3gwbVlGa0NOaElSS3FxaUU0bGlQNXJvYmg1NW5md1JCZXVQY2xlVmhYTlBFU3Q1L3BzeEMzdkdYUUhjMWRqaWx3ckc3bkQ5Nldlc1NFeGVpYllnV09ZSnBkZXVmQVBHMTVyUENTZFlVWDhabzNsYmRrWUZBSGMxeGh4TWJCT0pGWWhXQWI4ZTdQTmFNNStxaysvZEVLdVhRckhxRzJLMVFLd0E3aGFkRFRqVFVaaW94NVhlTFB4R2l5SUVhKzljcVRsVE9ub1dGUFhUMGdJNTRiUUR1S29MOHB0OVB5OGtEdWFTZ2RFcTZldXRPZnJxSVZqUlNiSlJvalcwVG80b3pxei9yNDVsdDhUdWxTUUxnS3NKVlUvYUFVMUZIS1lYZU5sT1pqeGFHcUxWTXlhNjhLQU95N1BJeldna2pQZmg3RnFFNjhJTFkrN3NUQ0QyWFFGY1ViUFVkWG5RL1BBTWptcFlNWW4yNDVGT1QrL0wyamNvSGk1TFVBVGx3eENVbFp6UVZtcHFVWkpFcG56TDVCSDNUQUMwOE5yWEdidEZCUU5xSE4rUEg1K2w0NGRNa04vVUJObVBSVVJqY0ZnL1dEMXIraWVLMVZpY21SYXJWVk5pSmJIM0lhY3R3TkdZbGRHYk9yaEVVZlI0a1NwaWEzV1c4RWxaTDRnVkRrdWZMT0ZFSFdTcy9haHFrMTdCcHNHbkprS0JxazdpV2x3YmxlRUJUcnVXYWsxTWE0d3RIOGFZc0pKYnFJQ2hSV3lXYW9FRUR5NVk2dVFkcUpOckpUT2RiY1ZKbWFzVDlpVXNWbFhtSTkrbkZjWjhZbDBNNE9jYThkZEh2eVNpWWRRRUxkNWJXZU85MUNsaXk5NU1CT3RzRjhaQVhGWEhtRUhGSWNGRzFxNVNmYjUyeC82SFh3TzRIZzhtajY4RmtSSExCZm53L1V2REFscFZ4SFlyNHdSaVZjQXZ2b0phSjJCWFdnWG9SZEt2azg1OTk2eUpXVFo0TVI2NE4zNFJnQzkwRTliS2RIV0pudWlVOGthejh5U3IrRm5HQml0YTR5ZTRMNGdWZ25VT3NVb2xWWVRTS3pQMWYrdUd3Z3ZqUkZnQndRTDRacUVFb1ZzaVBMSUdyQ01nWThuMGEwcTB0bjVzMk4xK3UrOWtyMWY1ODBtU0s3aU9hMEJJc016V1cvdXFuSXRDZmtZNjY4bmh3RVFkdyt6eG84N0wvdjhXWkJ2QmcxeW5PbXhlbks1dXJBODN0dllNT0t4TFhnUlRHZnkxV0cwaVZ4WFEyWVpOdEFESWhUYldtZWVFTU9LSEpKVUEzUHExMkpYck1lVmtGbTYvaWsxb3NsakNRYlVKTnU0aVdMZkl4aDNHbnYyRjhXeWtsQS9WREcxejRnWHFCYkJmOGQ3MGMvcEtPTHN1VWNzTTRFYUVxaU5DNWFNWDR3b2gwY0l6TFFudlNWaHVZankzeHkrQVlOMk9XbjNQMmw0aTRmTFpSeU1kWmhDaDBHbnhKMTJrRmU3S0pRUlJaeExPaUpIRGplTW5ZTEZJalZQRllXVVN1YW9ScFlpZk96T2lGbk8rZmdUcjFrUXJaUG84WlZKbG13NEhEcFVBYnRReFY0YklqZFZ6dnRwbzh3dkNIVXdhNjRUNnRGTWExQWlMdjZxSVJDOFhob1RMUTlKRkF5RUxDVmZFTGF5ZlRqaWVWWXZzMWYydE1PM3h5UlNqekh2d0hHeEVsR1A3aTkxZndMMUkvQ28zU2dOYzRGb2F5T1J2THpLUXFFeVIzRFF2eGFkalVTdmVYNVZvdVBwQ1ZSa2MxajJGTERvTnVpdDlzYXpFMlduSHBaOFR2NGUxSVZiK0F2WUpKR08zbjBRU21reCtzdEFNMTVqdytYUFQ5NmR5My9zYkI5cEJKVUo5NHdxWEZVKysrcVUxT0NVMHFGOXJUbzhxQk91ZUJNczFJVmhHMHNTWFV6SkNHbnIyT2N5RlJUS1ZPWndLdFV4bGRncHdDYUVhUzJSQTErSWNHc2tTT3RRM1RJWDZKRkpnN2E4cUxwT2tCSzlyQ1dRb0pIQ0dGaVdBWUozbm9uUDdtWHliRTVNY3RGaE1KT3pSVFFtV2NTRXQ0dkJGVk9RM3hsK01DMmRYNXhqaXRPQ00xMHhYSmtWL2pNakEzbm1vUkdqdERxdWc1ODVUdmZiVmRZVnA3bkxOalF6QkcwU2ZJeTRrZ0FORHNOcFBWTjVsMjRDN3NwSW1GdEhGOW5OL1dHdVNNRWRmUFdkaVhQanh4UlQya0kxa0IzN1llUi9QS0tkY2dOQ3dVUFdsck5sblFqald4c1JKbjRNelZ4RHFFM2RtMWZBcmRsa1NodGZYODF3RTkwMkpiYWRDUEFIQmFvMW94YW52eXlNdlp1dUVuMFJKRUQxOVlTZFMzMmR4NGtUaXVBZWRreE1sYWdoelFGTmk1WjNJdTdQM0ZTNWxBdVV6Y2VPMW80N2hzamJHZVRxT3ozZHhiNStKMTZyY0xxS3ZGWGZZTyt2VHVEWm1qb3pjaS9BdlgwRWpvdVVGNE9tRVEralF5RW9sVGZTTW1haXVNYmd4U2pVTmplT21zcDNXeHNVTjBBUlc5dWxDSmxnYmRWOWZuYjh6NDNueHRvOVFBV1ByN0xxYlczV2ZkMjZ6a28zOWZ2SzNlK3hJM0pyNUVKa0Fra0dJdzNxY1VJbkxKRTJJUzlxckRDOGhqN0V4RzNTcDJXYzBFd1M0Tk10SVBQeTUvVnRDMGhzbEVFdW4xcDEweUMrVlVHRk0rc0pyUFJtUmp6cUpSZHVFNFBwalBpTldDTmFqb1VNVUN4V3k2eGxPU0Y5d1MzM2h5SVd1SFZqdTRqcXFESTJzVGZ6eG9SaXlwUjV1c2xXNkhyUVFKL0piMWsxeisvMnNLSUYxdkZ4eVV5aWZGbDVMcit2MnF6WVRSeVdoM2cwaDlCVnZYdG0zaUdBOTJnVS9WRUpoWFZ4YVNMcnVNRDQvT2NWZEpkYTY2c3djdzNyREd4bUdkMy9PZmxWL2tIMVRmMHBiY2RUbytiUjBoOVVtTEhHeHp2blE2bWZQdmNuZko2VXVTMTd2dzdnbS9IdDdxbW9PQ1FqV3ZjNU9zMGtUa1VEbGhHaWlReXNpaEYzbHJuSUR4c0J3WTlRZ2hIQStEY1JCZjBZRGVUYzZkeG9qRWZLelhOYktIWWI2dHBrb2d0VXphNWdRcTNkM21MRTd3bFVoV0krTVhpQmVKL3BuZFRQLzNyakR2U25XQmI0b2VDOUZidXlFUVM5c3NteTBRUjZjWnpJbDFTZThZL2I3cGQ3Y1lYM0xWQVNnQ2ZUNU9raWNNOFdodm9RUVd0czMxbTUvSGMwTDRETmRnUkdzaHc2cldFNHA4ZkJjckgyU3FCeXZ3NHlMekh1cDY4YXFXR2RjbkZrR1NtYnd0SEs0L25rNWxEMUdYcVRtaHZNMmY5ZW05K3pKT1YyNVNUaVI1ajdQSEhmbUtncnBxcjJWRStrS3ZPSHNRTEFlR2IxbmEybUZNaW9HOFZVaWxuN2dsaXJDR0pmS0pOU2hvL2p6K2tIU041djhMM0poQXpZdm4xMmcrdkpkajZQSjBTQnp6dnB6NDlWeVFBMjd1N0V4VVJzbXpnZTltYmhiVVRmUTZudlZWYUxsejgyblV6dUdRL093RCtzYWF2VXRJSy9paHFZWmQ5V3RjZUVGZDlXdjRhNTBINit0YTZaVHNuNmRyblo5WVkzTUVPVzl6N0Q3LzQySTIwWkVtclcxWm42VHVFM0RJcHBFREpSYlh1cnYzUkNPdnFzT081ZWNJNkgzVmE1YzAweGZTMzVmbGR0ZkQvWWl0TFFtYW42U3QvdS9sYnBPeGs1dEMyR3RDc0dDdzR2bkt6NmV1NDRUOTZjYU14NFU0cTNycnM1MG9lWUtCRmV0WiszVmdOc05ObHNaU0VlRWF0SXV4US82bWZZYmZjTTloZDlsSU1LMXpIeS8vbkZ6SlZpbnZGK3JwVWZxZkowWjE5Rk1oYlk3enQ1MEhFLzJQcHA2LzNBNUNBbTJHeXNrYURabWpIcGQ2WEJKemwwVnU3RVQwUVBDS3A3eDdtNy91Ty95VnFFWWIwNklRc0hoVUUreCswanJYNUpXUHBSUTNrL1IxVkJVTnFTYjcyN3ZtWkNxV1V6WlQxWmt6U1piQ1VJbU5mR2tvM09HUFhncmNUMXI5VHJEd29oRE1ya25LcVFiMXFtZUdHb1FMRGlQWUUwU0xzaXEycDRiK0lmRzR4dDNWMFpGKzYyMTl1YmRaaWpHS3dPSXY3Mks2SzRQSC83elhyLzJ6TWo2MStjRGJGNGVpcnVaeXQ5NzRRc1JJZXBHb2pUT2lQNkJZTlZrWFRFcHFVT2NjdjVWbTFPRWMrRUtLN1RMT2FWckVWYjF6R0tkNnNZZ0pOaHVEZ2FXVEFiZm9JYTc2aHFQUDVlN09xcGZtQXpBWDhrcElrSnZsa056aHkwaytxblhrTW9GM2NoUjVMNmpnVHkySjcvRFNnYlY1WlhYTnphWmM4UTdrby9vdnJHczVhd3pFNkh0a1o5bjZmYkRlRWNMVmxTemIyMlVhMXFvVGdiKzlCMGtFbzVtNm4wTTVmT3ZFaTRSRUN4b2tDZVpKWTRUWVkrZk1KRTczTk9WYzFkMTNkZ3BKTU9CZFl4YWF0RDJnNUdLL0hRTFB2Y2dKZXJ5WGM0TmR4cyt4MVNLcDg3VTg4YVo5OTVOVEVaR1J5U1JKRGVXKzk5dzl6NG1ibjk5eWYvOU9TTnlSeVd4eUd1dG8rL3BLelI3YkZKTVJmV0loUkxIb1RVcGtYTmhvYUlINHlQUE9XZ2hoQVJiakt3cFRHVEF5VldGN3BTNm1McHJYYWNnNGNCQmpZSHBXTkhMMVY2TTMwdFdPS01xQjcwSzEydDFacDRtYnFGbm1iNzEzSEVWOFhNT0s1UkFpci9qbmlHbS9STW5FS256N0Z6aFdGMmxvcDladDdUUzNOa2VnV0RCQllWclhiR1p0NnFjVTI1UVdSN3JyaVJzTnFqeldrMjROR01XcnhmbXJRR3FsL3ZPNURsdmhvaXMzTiswK3BnbU9qTWZNNUJ1S3o2WFIvZHhtb1lCM2toRU9DVTB0cjJFWUNVMkVnOVR6aThTcmErRUNzSi9DQmEwVE5EVTRHRnV1azIwSmFtOWRpV1phcC91YjhtZW1IY3A2VE4wK2MzQ3hhOVZjSXhOd1NCZWxXaWdxOXQvOVRpVHhmOFhTUVN4TXRFNmF2QmVSeUlYM3hiR2UrOGUrVnRuUlMrcTFoQXpUN3ptdXVidjBZK0szODZOVSt4Y1piY1d4b1NobTNrc0NSVjNDR3RZOTBPOGViSWp3akZTRzNUbnJyeWhZODVWdlZVOExPVzh6aEVPdEFiZDNoSGljTkNUekVnQW1LbnRBQ0VEMHJ2VTN3WGZuVlhCNFZobjA4bUljOWdnTzRzbUtGWm8wSld1T2Nsenh3V3VjT0RPRUdLV05UTzlQalUwSmhFa1ZPQ3c0QWJRUFlMOFFPYlR2VCtrUmZtSE1iaE5hb3BWMTZWcnRWVU5Fc2RtMTNVcjNKUWxXSjJDNDZ3ei83L09DUG55QkpmVVZKV090ZnBkT3BsSlRQeDlqWjNkdmJyMGR5Z0pZWjRsTENqblh0ZHdXYXhQSVZod2E0Z1l2Q1RjaHJuT2NVUkdsNTVoaDdZTC80akRDR0V6NjdpcnpHRFVrZHFCM1dNY2xuejJqZnJNeHdoZmlmaTJvYnBHeVRyV1R3a3dKZVNESXdWcnBWN2ZUNUJlWmRPMzdsL1ZtSWhJQ05Jbndud2E1MExIblMvUkExb0lJY0U3RTYzZHhmMGlvWkpVK0NhSVRLM3duQXhDT216MkdqdVJhTUY3Sm0wcE9obG5va1hwVFY1bkl3TnB1T2xLOHR1TTYraVdDbFljN3F2cVB0dEMxbXFnN21UT2liV2t1azlQRVY4Sk1mcmpXUFVjbCtyY0dMalRhd3NPWGJReE91RjBGN1NvUjdEZzlwM1dUT0w5OGViWDBPZm4yTkNjbFYyNFNndzJ1aTNGdXVJMWUwcFl1b21aODZwd0VQL0tGRlN2MlQzU1diZ1NOM01rVFRtUmJzVTVNWlBmcEdkOFozWE9yVm5HZlEzVkJPU1laSjR3S1JwbVBwTS83b3c2a2dnVzNKOXdOVm05b21mTWNKdDRiT1dBV3pqQVdwbUNLeGtJc3ludE5ZWFJuZkU3UGFmdythekJkL1hZWGhPZlZkelgzdVRHbURDVWtOb0RGK3BuTGtpb1FMQUFqcG5Gcit1NHNZb0I3eldxT1JqS0svVnJDbFl1VTdDSjJua3B6amFBUm80amJETHVIeXQ4RWhyY3F1OGlsRzVxd3EwczFlL2VkL1d6UXBmcXMyekVUZEh0RnhBc09HbFduV3BkMFhPSEdYZWJndVBGRmNCbmNxeTRaOU0ybFNRaWExQjZmVzBxNnlDYk00dE1uY0crV0NnbGhEY3ZkRStsb2NXdThUei9HaThOZkErckJnVExDOU5ZdnFmRmtWVlI0STRoU3hDT0dwZ3pWZEVicVc1aEpFS2t4TXFMMHJ1ejE3eFNicTBrRGY0Y0lyOHQvT3hocjF2cCsrb2Q4WDMrQ0VzREZUdXMzM2x3NVBjVE5tc2pWb0Jnd2RGWWxTRktCT3ZZTlpMS0NoZVJDem1WYmx1K1pBa0R6ZzFINkYzblNOelFrLzQrQ2xMSmUrcDRHK1ZHVDFwUEU3SFJKYkw2Ung0SHdJU1FJTlNaUVUraldYL1lIL01UdWpIQ2dac1RXdHBuTTlvU0EzdElxOS9JK3d3WmgwTTFLSjZTYUhEdUZIaWRZZWsveTdNZXlHVTlTbjlmdWMrbHkwN054SmtHcktydWRZUzI1dzVEclgxSHBYUkFzT0RTUkQyTDN0U0ExSmZCYzJrNGxWUENPbFVwMk1PU2dWMEcwNkZ5RjNYZDVMbm9GOXczUzdpTzRyMVl4dmU1a1ZZY0I2V2I2dFRmRTRmYk4wUTJGdDhKVnc4Z1dIQU4wVnFLYUUzVkFHVnRLajVhc0l3eVBOWStycUtCM1FpVk5TMUdUUi9QYWhkUzlMWFZFYXp3blNuaDk2SEJWU2E1SlZTV0NPdUNuUXQvTi9EZ3NJWUZkVVhMRDZEUDdyQk9uZkhRdzRHdnNHeFB5UWJYWHVIQVhuY1BWbTNuV2ZjcE5UOTdxUmgwS2lZQTJvMm1xcnEvSlNyOWUySHoxVXZtR1VlMVY3TEpiMWZnaWdFY0ZseGJ0UHlBNTBNOUUxbTdDTlhadXpsM0pZUGVYTW92cldUUVhWZTBjRThKMWw3VitSck9ZMzJFTzJuMDY2dDR2YlVyV3ljcnFpZVkrSHhiNVpyalBWU2hCYzJrMEMxdDVMZGVVU1lKRUN4b3UzaUZtbjlCdk1LYXhqSXpjTzRsUXNnYTJEb1NzYUtVOWtJNkJRNnJlOEx4bWtZblYvUXRJWkNOd0tYdnEyb0NNSEw3SWI2eGhBWlg2dlhDeHVOMUpGS0UvUURCZ3BzV3Ixbmh3QmtQdHFucUZ0dUNRYkdPdXlqWjZMczU4cldhUUNkVERESU9zckl2bHZWL09vd3BDVFZ4UHpXUER3M3FicjB2OG50UXh3K3VBbXRZY0VuOFRQNVZCSzAwZkxRcXVMK2pNZ0ZQRmF4U3gzWHl3RzNzZjlMT2RKajViS1Y5c2JwVjM2ZGtCNjdVSkVKdkIxZ2pWb0REZ2tkeFlCdjNkODBqRExKOTk3ZG5sNVY1bG5KWFMrWElmSWJieGdpZjlZejNZSWxmWHowbnRWRzU1TDNWUVdjRldwMTE1eUpzSzdmZlFxVm5mTlpWaGNQYVZrd28vR2Rjc3g0RkNCYkFvWWl0NGtGV010cmlJcmdwUjdBUTU5R0xCdjUzU2VnSVBiVjBzZGQxb1lzYjYvUnVjUy9qUXZlWG95U3JjT0lPTS9HR0xsMWR4QlMvaElOYlYwd29acHlWZ0dBQmxMdXcwcjFIVnN1TWJpUjJSV0loQ1FXeHkvTEgreENuRTZwbVdCdVZqOWxucHRlb3JQY1RHbkcrdVhvSklkM0VmV0Z0c2M1M0M0QmdBVFFvYmw1by9KNnd1U3RMQmM4NUlyKzI5bW00bXFSWW5yUHVYZlRacklhR0svWG5PbktyK2poTGQxckZFUUFFQzZCQlIvWVNoUkxqR29JOVY1aUdMcTZtUlB3MklsYXJDM3kyVVBTV01CMEFnZ1YzSmx4bXVDdXFHcjRwRkwrd2x5eDJOVnR4Tk11R25WV0hYdytnakgvKysrOC92Z1dBQ3lISkd5RVJZc3ZHVzRCeS9pL0FBSzlEU2g3cHhhTGNBQUFBQUVsRlRrU3VRbUNDIi8+CjwvZGVmcz4KPC9zdmc+Cg==);-webkit-mask-size:100%;-webkit-mask-position:center center;-webkit-mask-repeat:no-repeat;width:160px;height:160px;z-index:0;animation:qodef-element-rotate 20s linear infinite;text-align:center}.razox-rotate-effect-yes .elementor-icon svg,.razox-rotate-effect-yes .elementor-icon i{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title{font-size:24px;font-size:1.5rem;line-height:30px;font-family:var(--e-global-typography-secondary-font-family);color:var(--e-global-color-secondary);text-transform:capitalize;font-weight:400;letter-spacing:0}.elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title:hover{color:var(--e-global-color-primary)}.elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description{font-size:16px;font-size:1rem;line-height:24px;color:var(--e-global-color-lighter);font-family:var(--e-global-typography-text-font-family);font-weight:400}.elementor-image-box-wrapper .elementor-image-box-content img{object-fit:cover}.enable-effects-yes .elementor-image-box-content{position:relative}.enable-effects-yes .elementor-image-box-content .elementor-image-box-button-wrapper{opacity:0;visibility:hidden;position:absolute;top:0;margin:0 auto;right:0;left:0;transition:all 0.5s ease}.enable-effects-yes .elementor-image-box-content .elementor-image-box-button-wrapper .elementor-image-box-button-text{font-size:24px;font-size:1.5rem;line-height:30px;text-transform:capitalize;font-family:var(--e-global-typography-secondary-font-family)}.enable-effects-yes .elementor-image-box-content .elementor-image-box-title{font-size:24px;font-size:1.5rem;line-height:30px;font-family:var(--e-global-typography-secondary-font-family);color:var(--e-global-color-secondary);text-transform:capitalize;font-weight:400;transition:all 0.5s ease}.enable-effects-yes .elementor-image-box-content .elementor-image-box-title:hover{color:var(--e-global-color-primary)}.enable-effects-yes .elementor-image-box-content .elementor-image-box-description{font-size:16px;font-size:1rem;line-height:24px;color:var(--e-global-color-text);font-family:var(--e-global-typography-text-font-family);font-weight:400}.enable-effects-yes:hover .elementor-image-box-title{opacity:0;visibility:hidden;transition:all 0.5s ease}.enable-effects-yes:hover .elementor-image-box-button-wrapper{opacity:1;visibility:visible;color:var(--e-global-color-primary);transition:all 0.5s ease}.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion{text-align:left;display:flex;flex-direction:column;grid-row-gap:10px}.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-accordion-item{margin-bottom:0;padding:30px 30px 35px;background-color:#fff}.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-accordion{display:none}.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-tab-title{line-height:1.25;letter-spacing:-.24px;margin-bottom:-1px;padding:0;cursor:pointer;max-height:5.9rem;overflow:hidden}.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-tab-title .elementor-accordion-title{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:24px;font-size:1.5rem;color:#30373E;width:85%;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (min-width:768px){.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-tab-title .elementor-accordion-title{align-items:center}}.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-tab-content{font-size:16px;font-size:1rem;line-height:24px;font-weight:400;border:none;color:#666;padding:31px 0 0;margin-top:-5px}.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-accordion-item{border:none;border-radius:10px}.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-tab-title .elementor-accordion-icon{color:var(--e-global-color-primary)}@media (max-width:568px){.elementor-widget-accordion.ecofa-accordion-layout-1 .elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:none}}.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item{border-top:none;border-left:none;border-right:none}.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-accordion .elementor-accordion-icon-acc svg{width:48px;height:48px}.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item i{font-size:17px;font-size:1.0625rem}.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-opened i{font-size:14px;font-size:.875rem}.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item .elementor-tab-content{border-top:none}.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item:last-child{border-bottom:none}.elementor-widget-accordion.ecofa-accordion-layout-2 .elementor-accordion .elementor-accordion-item:last-child .elementor-tab-content{border-bottom:1px solid #D5D8DC}.style-theme-yes .e-n-accordion-item{border-bottom:1px solid var(--e-global-color-border)}.style-theme-yes .e-n-accordion-item:first-child .e-n-accordion-item-title{padding-top:0}.image-style-razox-yes.elementor-widget-image .elementor-widget-container a{position:relative;border-radius:0 30px 0 30px}.image-style-razox-yes.elementor-widget-image .elementor-widget-container a img{transition:all 0.4s ease;object-fit:cover;border-radius:0 30px 0 30px}.image-style-razox-yes.elementor-widget-image .elementor-widget-container a:hover{border-radius:0}.image-style-razox-yes.elementor-widget-image .elementor-widget-container a:hover img{border-radius:0;transition:all 0.4s ease}.razox-image-effect-yes .elementor-widget-container:before{content:"";width:100%;height:100%;background-color:#fff0;border:1px solid #fff;position:absolute;top:-8px;left:11.5px}.icon-list-style-razox-yes .elementor-icon-list-item .elementor-icon-list-text{position:relative}.icon-list-style-razox-yes .elementor-icon-list-item .elementor-icon-list-text:before{content:"";position:absolute;width:2px;height:4px;left:auto;right:0;bottom:0;background-color:#000;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.icon-list-style-razox-yes .elementor-icon-list-item a:hover .elementor-icon-list-text:before{width:100%;left:0;right:auto}.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-text{padding-left:0}.elementor-button{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);-ms-transition:all 0.8s ease;-o-transition:all 0.8s ease;-moz-transition:all 0.8s ease;-webkit-transition:all 0.8s ease;transition:all 0.8s ease;padding:.8rem 1.875rem;font-size:16px;font-size:1rem;border-radius:5px;border:1px solid var(--e-global-color-secondary);background-color:var(--e-global-color-secondary);white-space:nowrap;color:var(--body-color);justify-content:center;letter-spacing:0;position:relative;overflow:hidden;text-transform:capitalize;display:inline-block;clip-path:inset(0 round var(--e-button-radius,5px))}.elementor-button span{position:relative;z-index:2}.elementor-button i{padding-top:1.5px}.elementor-button::before{position:absolute;height:calc(100% + 130px);width:130%;top:50%;left:50%;content:"";background:linear-gradient(to top right,var(--e-global-color-primary) 50%,#00000000 50.1%) bottom left,linear-gradient(to bottom left,var(--e-global-color-primary) 50%,#00000000 50.1%) top right;background-size:0 0;background-repeat:no-repeat;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;z-index:-1;transform:translate(-50%,-50%)}.elementor-button:hover{border-color:var(--e-global-color-primary)}.elementor-button:hover i{color:#FFF}.elementor-button:hover:before{background-size:100% 100%}.elementor-button.elementor-size-xs{padding:.25rem 1rem;font-size:15px;font-size:.9375rem;border-radius:5px}.elementor-button.elementor-size-sm{padding:.5rem 1.2rem;font-size:16px;font-size:1rem;border-radius:5px}.elementor-button.elementor-size-md{padding:.8rem 1.875rem;font-size:16px;font-size:1rem;border-radius:5px}.elementor-button.elementor-size-lg{padding:1.2rem 2.5rem;font-size:16px;font-size:1rem;border-radius:5px}.elementor-button.elementor-size-xl{padding:1.5rem 3rem;font-size:16px;font-size:1rem;border-radius:5px}.elementor-button.elementor-button-link{display:inline-flex}.elementor-element.elementor-button-outline .elementor-button .elementor-button-icon{color:#FFF}.elementor-element.elementor-button-info .elementor-button{background-color:#3d9cd2;border-color:#3d9cd2}.elementor-element.elementor-button-success .elementor-button{background-color:#0f834d;border-color:#0f834d}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e;border-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f;border-color:#d9534f}.elementor-button .elementor-button-icon{line-height:1;font-size:8px;font-size:.5rem;margin-top:-3px;color:var(--e-global-color-primary)}.elementor-button-content-wrapper{align-items:center}.elementor-button-outline .elementor-button{color:var(--e-global-color-secondary);background-color:#fff0;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);border:1px solid rgb(255 255 255 / .2);letter-spacing:0;text-transform:capitalize}.elementor-button-link .elementor-button{font-size:15px;font-size:.9375rem;font-family:var(--e-global-typography-accent-font-family);font-weight:var(--e-global-typography-accent-font-weight);text-transform:var(--e-global-typography-accent-text-transform);font-style:var(--e-global-typography-accent-font-style);text-decoration:var(--e-global-typography-accent-text-decoration);line-height:var(--e-global-typography-accent-line-height);letter-spacing:var(--e-global-typography-accent-letter-spacing);background-color:#fff0;padding:0;border:none;border-radius:0;color:var(--e-global-color-secondary);position:relative;letter-spacing:0;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;position:relative;text-transform:capitalize}.elementor-button-link .elementor-button::before,.elementor-button-link .elementor-button::after{content:none}.elementor-button-link .elementor-button:hover{color:var(--e-global-color-primary);box-shadow:none;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.elementor-button-link .elementor-button:hover .elementor-button-text{color:var(--e-global-color-primary)}.elementor-button-link .elementor-button:hover i{color:var(--e-global-color-primary)}.elementor-widget-n-tabs{--n-tabs-title-padding-right:0;--n-tabs-title-padding-left:0;--n-tabs-title-font-size:1.5rem;--n-tabs-title-color:var(--e-global-color-lighter, var(--n-tabs-color-secondary-fallback));--n-tabs-title-color-hover:var(--e-global-color-secondary);--n-tabs-title-color-active:var(--e-global-color-secondary);--n-tabs-title-background-color:transparent;--n-tabs-title-background-color-hover:transparent;--n-tabs-title-background-color-active:transparent;--n-tabs-title-gap:30px}.elementor-widget-n-tabs .e-n-tabs-heading{border-radius:0 30px}.elementor-widget-n-tabs .e-n-tab-title{position:relative;display:flex}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon{position:absolute;visibility:hidden;opacity:0;display:none}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg{-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;width:0;height:0}.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg:last-child{position:absolute;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.tabs-style-2{--n-tabs-title-padding-right:0;--n-tabs-title-padding-left:0;--n-tabs-title-font-size:1.5rem;--n-tabs-title-color:var(--e-global-color-lighter, var(--n-tabs-color-secondary-fallback));--n-tabs-title-color-hover:var(--e-global-color-secondary);--n-tabs-title-color-active:var(--e-global-color-secondary);--n-tabs-title-background-color:transparent;--n-tabs-title-background-color-hover:transparent;--n-tabs-title-background-color-active:transparent;--n-tabs-title-border-color:var(--e-global-color-border, var(--n-tabs-color-secondary-fallback));--n-tabs-title-gap:20px}.tabs-style-2 .e-n-tabs-heading{border-radius:0 30px}.tabs-style-2 .e-n-tab-title{position:relative;padding:11px 24px;display:flex;border:1px solid;border-radius:30px}.tabs-style-2 .e-n-tab-title .e-n-tab-title-text{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:20px;font-size:1.25rem;line-height:1.3;text-transform:capitalize}.tabs-style-2 .e-n-tab-title .e-n-tab-icon{position:absolute;visibility:hidden;opacity:0;display:none}.tabs-style-2 .e-n-tab-title .e-n-tab-icon svg{-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;width:0;height:0}.tabs-style-2 .e-n-tab-title .e-n-tab-icon svg:last-child{position:absolute;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.tabs-style-2 .e-n-tab-title-text{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing)}:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title,.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title).e-active .e-n-tab-icon,.e-n-tab-title[aria-selected=true] .e-n-tab-icon{width:0;height:0;position:relative;visibility:visible;opacity:1}:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title,.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title).e-active .e-n-tab-icon svg,.e-n-tab-title[aria-selected=true] .e-n-tab-icon svg{visibility:visible;opacity:1;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title,.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title).e-active .e-n-tab-icon svg:last-child,.e-n-tab-title[aria-selected=true] .e-n-tab-icon svg:last-child{visibility:visible;opacity:1;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}@media screen and (max-width:767px){:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title,.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title){background-color:#222222!important;color:#fff;padding:20px}:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title,.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title) .e-n-tab-icon{margin:0}:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title,.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title) .e-n-tab-icon svg{display:none}}:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title,.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title).e-active .e-n-tab-title{border-color:var(--e-global-color-primary)}@media screen and (max-width:767px){:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title,.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title).e-active{background-color:var(--e-global-color-primary)!important;color:#fff}}.owcpv_item_form .owcpv_inner_form{margin-bottom:30px;padding:30px;border:1px solid var(--e-global-color-border);border-radius:10px}.owcpv_item_form .owcpv_inner_form{margin-bottom:30px;padding:30px;border:1px solid var(--e-global-color-border);border-radius:10px}.owcpv_item_form .field-label{color:var(--e-global-color-secondary)!important;font-weight:var(--e-global-typography-text-font-weight)!important}.owcpv_wrapper .formbuilder-radio-group .ui-selector-resuilt{border-radius:30px!important;padding:11px 20px!important;font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);font-size:16px;font-size:1rem;justify-content:space-between}.owcpv_wrapper .formbuilder-radio-group .ui-selector-resuilt:after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:""}.form-control:not(textarea,input[type=radio],input[type=checkbox],input[type=color]){padding:11px 20px!important;border-radius:30px!important;font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);font-size:16px;font-size:1rem}.owcpv_price_summary{border:1px solid var(--e-global-color-border)!important;margin-bottom:30px!important;padding:30px!important;border-radius:10px}.e-con{--container-default-padding-right:0;--container-default-padding-left:0}.elementor_library-template-default .entry-header,.elementor_library-template-default #post-navigation,.elementor_library-template-default .entry-taxonomy{display:none}.header-absolute{position:absolute!important;width:100%;z-index:99;background-color:transparent!important}:root{--scroll-bar:8px}body:not(.has-scrollbar) .elementor-section.elementor-section-stretched{width:100vw!important;margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;left:0!important}body.has-scrollbar .elementor-section.elementor-section-stretched{width:calc(100vw - 20px)!important;margin-left:calc(-50vw + 50% + 10px)!important;margin-right:calc(-50vw + 50% + 10px);left:0!important}@supports (color:var(--scroll-bar)){body.has-scrollbar .elementor-section.elementor-section-stretched{width:calc(100vw - var(--scroll-bar))!important;margin-left:calc(-50vw + 50% + (var(--scroll-bar) / 2))!important;margin-right:calc(-50vw + 50% + (var(--scroll-bar) / 2))!important;left:0!important}}.elementor-social-icons-wrapper .elementor-social-icon{display:flex}.elementor-social-icons-wrapper .elementor-social-icon:hover{opacity:1}.enable-effects-yes .elementor-social-icons-wrapper .elementor-social-icon{display:flex}.c-primary{color:var(--e-global-color-primary)}.elementor-widget-tabs .elementor-tab-title a{display:flex;align-items:center}.underline-primary{position:relative}.underline-primary:before{content:"";position:absolute;width:100%;height:10px;bottom:10px;left:0;background-color:#FFD8D2;z-index:-1}.sublink .elementor-column:hover img{opacity:.8;border-color:var(--e-global-color-primary)!important}.sublink .elementor-column img{transition:all 0.3s ease}.btn-slider{display:inline-flex;align-items:center}.btn-slider i{margin-bottom:2px}.btn-slider i.left{font-size:10px;font-size:.625rem;margin-right:7px;width:12px;transition:all 0.15s ease}.btn-slider i.right{font-size:10px;font-size:.625rem;margin-left:0;order:15;width:0;opacity:0;transition:all 0.15s ease}.btn-slider:hover i.left{width:0;opacity:0;margin-right:0}.btn-slider:hover i.right{width:12px;opacity:1;margin-left:7px}.icon-shape-yes .elementor-icon{position:relative}.icon-shape-yes .elementor-icon i,.icon-shape-yes .elementor-icon svg{z-index:1}.icon-shape-yes .elementor-icon i:after,.icon-shape-yes .elementor-icon svg:after{content:"";position:absolute;top:0;right:-5px;width:24px;height:24px;border-radius:100%;z-index:-1;background-color:var(--e-global-color-primary);transition:all 0.15s ease}.icon-shape-yes:hover .elementor-icon i:after,.icon-shape-yes:hover .elementor-icon svg:after{background-color:var(--e-global-color-secondary);transition:all 0.15s ease}.elementor-widget-progress .progress-title{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.progress-title .elementor-progress-percentage{padding-right:0}.custom_shape_divider-yes>.e-con-inner>.elementor-shape,.custom_shape_divider-yes>.elementor-shape{display:block;position:absolute;z-index:1;left:0;right:0;height:62px;width:unset;background-size:1440px 62px;animation:wave 10s linear infinite;background-position:0 0;background-repeat:repeat-x}.custom_shape_divider-yes>.e-con-inner>.elementor-shape svg,.custom_shape_divider-yes>.elementor-shape svg{display:none;visibility:hidden;opacity:0}.custom_shape_divider-yes>.e-con-inner>.elementor-shape[data-negative=false].elementor-shape-bottom,.custom_shape_divider-yes>.elementor-shape[data-negative=false].elementor-shape-bottom{transform:unset}.custom_shape_divider-yes>.e-con-inner>.elementor-shape-top,.custom_shape_divider-yes>.elementor-shape-top{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjYyIiB2aWV3Qm94PSIwIDAgMTQ0MCA2MiIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzc0N18xNDE1OSkiPjxwYXRoIGQ9Ik0xNDM5Ljk2IDIyLjE3MUMxMTQxLjg5IDIyLjE3MSA5OTkuNzkxIDYyIDcyMS4wMiA2MS45OTk5QzQ0Mi4yNDkgNjEuOTk5OSAyOTcuMjQyIDIyLjEzOCAzLjQ4NDg0ZS0wNiAyMi4xMzhMNS40MjAyMWUtMDYgLTAuMDAwMTI5NzAzTDE0NDAgLTMuODE0N2UtMDZMMTQzOS45NiAyMi4xNzFaIiBmaWxsPSIjZmZmZmZmIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDBfNzQ3XzE0MTU5Ij48cmVjdCB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSI2MiIgZmlsbD0iI2ZmZmZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQ0MCA2Mikgcm90YXRlWigtMTgwKSByb3RhdGVZKC0xODApIi8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)}.custom_shape_divider-yes>.e-con-inner>.elementor-shape-bottom,.custom_shape_divider-yes>.elementor-shape-bottom{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjYyIiB2aWV3Qm94PSIwIDAgMTQ0MCA2MiIgZmlsbD0ibm9uZSI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzc0N18xNDE0MykiPjxwYXRoIGQ9Ik0wLjA0MzQ1MTIgMzkuODI5QzI5OC4xMSAzOS44MjkgNDQwLjIwOSAwIDcxOC45OCAwQzk5Ny43NTEgMCAxMTQyLjc2IDM5Ljg2MTkgMTQ0MCAzOS44NjE5VjYySDBMMC4wNDM0NTEyIDM5LjgyOVoiIGZpbGw9IiNmZmZmZmYiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF83NDdfMTQxNDMiPjxyZWN0IHdpZHRoPSIxNDQwIiBoZWlnaHQ9IjYyIiBmaWxsPSIjZmZmZmZmIi8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)}/*! elementor-icons - v5.48.0 - 23-02-2026 */
@font-face{ font-display:swap;font-family:eicons;src:url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.48.0);src:url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.48.0#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.48.0) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.48.0) format("woff"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.48.0) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.48.0#eicon) format("svg");font-weight:400;font-style:normal }[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-contact:before{content:"\ebd2"}.eicon-layout:before{content:"\ebd8"}.eicon-components:before{content:"\ebd9"}.eicon-tab-content:before{content:"\ebda"}.eicon-tab-menu:before{content:"\ebdb"}.eicon-atomic-label:before{content:"\e9ee"}.eicon-atomic-form:before{content:"\e9ef"}.eicon-atomic-submit-button:before{content:"\e9f0"}.eicon-atomic-input:before{content:"\e9f1"}.eicon-atomic-text-area:before{content:"\e9f2"}.eicon-atomic-select:before{content:"\e9f3"}.eicon-atomic-checkbox:before{content:"\e9f4"}.eicon-atomic-radiobutton:before{content:"\e9f5"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}.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-inline:-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-inline:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{border-width:0;border-inline-start-width:1px;border-style:solid;height:100%;inset-inline-end:-8px;inset-inline-start:auto;position:relative;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{inset-block-end: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;inset-block-start:var(--icon-vertical-offset,initial);position:relative}.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-start .elementor-icon-list-item,.elementor-widget.elementor-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-align-end .elementor-icon-list-item,.elementor-widget.elementor-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-align-start) .elementor-icon-list-item:after{inset-inline-end: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-start .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-widescreen-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-widescreen-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-widescreen-align-start) .elementor-icon-list-item:after{inset-inline-end: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-start .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-laptop-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-laptop-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-laptop-align-start) .elementor-icon-list-item:after{inset-inline-end: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-start .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet_extra-align-start) .elementor-icon-list-item:after{inset-inline-end: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-start .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet-align-start) .elementor-icon-list-item:after{inset-inline-end: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-start .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile_extra-align-start) .elementor-icon-list-item:after{inset-inline-end: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-start .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile-align-start) .elementor-icon-list-item:after{inset-inline-end: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}/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:'Font Awesome 5 Brands';font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);src:url("/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url("/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome") format("svg")}.fab{font-family:'Font Awesome 5 Brands';font-weight:400}/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fas,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.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-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-threads:before{content:'\e9cb'}.fa-threads-square:before{content:'\e9cc'}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-x-twitter:before{content:"\e9ca"}.fa-x-twitter-square:before{content:"\e9c9"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:swap;src:url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);src:url("/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url("/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.fas{font-family:'Font Awesome 5 Free';font-weight:900}@font-face{font-display:swap;font-family:"star";src:url(/wp-content/plugins/woocommerce/assets/fonts/star.eot);src:url("/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"),url(/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"),url(/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),url("/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");font-weight:400;font-style:normal}@keyframes slideInDown1{from{transform:translate3d(0,0,0)}to{transform:translate3d(0,100%,0);visibility:visible}}@keyframes slideOutUp{from{transform:translate3d(0,100%,0);visibility:hidden}to{transform:translate3d(0,0,0)}}.price{font-size:20px;font-size:1.25rem;margin:0;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);color:var(--e-global-color-lighter)}.price ins{order:-1;color:var(--e-global-color-primary);font-weight:inherit}.price del{color:var(--e-global-color-lighter);font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);font-size:14px;font-size:.875rem;line-height:1.8;text-decoration-line:line-through}.home .header-absolute{position:absolute;top:0;left:0;right:0}.site-header-cart{list-style-type:none;margin-left:0;padding:0;margin-bottom:0}.site-header-cart .cart-contents{position:relative;display:block;text-align:center;-ms-transition:all 0.2s ease;-o-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.site-header-cart .cart-contents::before{color:var(--e-global-color-primary)}.site-header-cart .widget_shopping_cart{display:none;background-color:var(--background);padding:2.290779772em 1.41577975em 1.41577975em}.site-header-cart .widget_shopping_cart .buttons{padding:0}.site-header-cart .widget_shopping_cart .buttons .button{margin:0}.site-search{font-size:14px;font-size:.875rem;color:var(--e-global-color-text);clear:both;display:none}.site-search .widget_product_search #searchsubmit{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!important}.site-search .widget_product_search #searchsubmit:focus{background-color:#f1f1f1;color:#21759b;border-radius:5px;-webkit-box-shadow:0 0 2px 2px rgb(0 0 0 / .6);box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;display:block;font-size:14px;font-size:.875rem;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.razox-handheld-footer-bar{position:fixed!important;bottom:0;left:0;right:0;z-index:996;border-top:1px solid;border-top-color:var(--e-global-color-border)}.razox-handheld-footer-bar::before,.razox-handheld-footer-bar::after{content:"";display:table}.razox-handheld-footer-bar::after{clear:both}@media (min-width:1025px){.razox-handheld-footer-bar{display:none}}.razox-handheld-footer-bar ul{margin:0}.razox-handheld-footer-bar ul li{display:inline-block;float:left;text-align:center}.razox-handheld-footer-bar ul li:last-child>a{border-right:0}.razox-handheld-footer-bar ul li>a{display:flex;align-items:center;justify-content:flex-end;flex-direction:column;padding-bottom:5px;background-color:var(--background);height:4.2360680659em;position:relative;z-index:999;border-right:1px solid;border-right-color:var(--e-global-color-border)}.razox-handheld-footer-bar ul li>a:before{color:var(--e-global-color-secondary)}.razox-handheld-footer-bar ul li>a .title{font-weight:var(--e-global-typography-primary-font-weight);font-size:12px;font-size:.75rem;color:var(--e-global-color-secondary)}.razox-handheld-footer-bar ul li.search .site-search{background-color:var(--background);position:absolute;bottom:-5em;left:0;right:0;transition:all,ease,0.2s;padding:1em;z-index:1;display:block}.razox-handheld-footer-bar ul li.search.active .site-search{bottom:calc(100% + 1px)}.razox-handheld-footer-bar ul li.search .site-search,.razox-handheld-footer-bar ul li.search .widget,.razox-handheld-footer-bar ul li.search form{margin-bottom:0}.razox-handheld-footer-bar ul li.search .widget_product_search{padding-bottom:0}.razox-handheld-footer-bar ul li.search .ajax-search-result{display:none}.razox-handheld-footer-bar ul li.cart .count,.razox-handheld-footer-bar ul li.wishlist .count{display:inline-block;min-width:16px;text-indent:0;line-height:12px;font-size:12px;font-size:.75rem;padding:2px 0;box-sizing:content-box;position:absolute;top:.5em;left:50%;border-radius:100%;color:#fff;background-color:var(--e-global-color-primary)}.razox-handheld-footer-bar ul.columns-1 li{width:100%;display:block;float:none}.razox-handheld-footer-bar ul.columns-2 li{width:50%}.razox-handheld-footer-bar ul.columns-3 li{width:33.33333%}.razox-handheld-footer-bar ul.columns-4 li{width:25%}.razox-handheld-footer-bar ul.scsscolumns-5 li{width:20%}.sf-input-focused .razox-handheld-footer-bar{display:none}table.shop_table_responsive thead{display:none}table.shop_table_responsive tbody th{display:none}table.shop_table_responsive tr td{display:block;text-align:right;clear:both}table.shop_table_responsive tr td::before,table.shop_table_responsive tr td::after{content:"";display:table}table.shop_table_responsive tr td::after{clear:both}table.shop_table_responsive tr td[data-title]::before{content:attr(data-title) ": ";font-weight:var(--e-global-typography-primary-font-weight);float:left}table.shop_table_responsive tr td.product-remove a{text-align:left}table.shop_table_responsive tr td.actions::before,table.shop_table_responsive tr td.download-actions::before{display:none}table.shop_table_responsive tr td.download-actions .button{display:block;text-align:center;line-height:50px}table.shop_table_responsive.my_account_orders .order-actions{text-align:right}table.shop_table_responsive.my_account_orders .order-actions::before{display:none}
/*!rtl:begin:ignore*/
.rtl .widget_price_filter .price_label,.rtl .widget_price_filter .price_label span{direction:ltr;unicode-bidi:embed}
/*!rtl:end:ignore*/
 .woocommerce-form__label-for-checkbox{cursor:pointer;display:block}.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox{margin-right:.3342202552em}.form-row label{color:var(--e-global-color-secondary);display:block;margin-bottom:.5em}.form-row .select2-container--default .select2-selection--single{border:1px solid;border-color:var(--e-global-color-border);border-radius:5px;min-height:50px}.form-row .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:50px;color:var(--e-global-color-text)}.form-row .select2-container--default .select2-search--dropdown .select2-search__field{background:#fff!important}.form-row input,.form-row textarea,.form-row select{width:100%}.form-row input[type=checkbox],.form-row input[type=radio]{width:auto}.form-row .button{width:auto}.form-row.create-account label{display:inline-block}.form-row.woocommerce-validated input.input-text{box-shadow:inset 2px 0 0 #0f834d}.form-row.woocommerce-invalid input.input-text{box-shadow:inset 2px 0 0 #e2401c}.form-row.woocommerce-invalid input.input-checkbox{outline:2px solid #e2401c;outline-offset:1px}.form-row.woocommerce-invalid .select2-selection{border-color:#e2401c;border-width:2px}.form-row-last{margin-right:0!important}.form-row-wide{clear:both;width:100%}.required{border-bottom:0!important;color:#e2401c}.demo_store{position:fixed;left:0;bottom:69px;right:0;margin:0;padding:1em 1.41577975em;background-color:#3d9cd2;color:#fff;z-index:9998}.demo_store a{color:#fff;font-weight:var(--e-global-typography-text-font-weight);text-decoration:underline}.demo_store a:hover{text-decoration:none}.demo_store a.woocommerce-store-notice__dismiss-link{display:block}.posted-in{color:var(--e-global-color-lighter);font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);font-size:13px;font-size:.8125rem}.posted-in a{color:var(--e-global-color-lighter)}.posted-in a:hover{text-decoration:underline}.star-rating{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;overflow:hidden;position:relative;height:1em;line-height:1;width:5.7em;letter-spacing:1px}.star-rating::before{content:"" "" "" "" "" "" "" "" "";float:left;top:0;left:0;position:absolute;color:#CCC}.star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:23px;color:var(--e-global-color-primary)}.star-rating span:before{content:"" "" "" "" "" "" "" "" "";top:0;position:absolute;left:0;color:var(--e-global-color-primary)}p.stars{display:inline-block;margin:0}p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none;margin-right:1px;font-weight:var(--e-global-typography-text-font-weight)}p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:"star";content:"S";color:var(--e-global-color-text);text-indent:0;opacity:.25}p.stars a:hover~a::before{content:"S";color:var(--e-global-color-text);opacity:.25}p.stars:hover a::before{content:"S";color:#F99E31;opacity:1}p.stars.selected a.active::before{content:"S";color:#F99E31;opacity:1}p.stars.selected a.active~a::before{content:"S";color:var(--e-global-color-text);opacity:.25}p.stars.selected a:not(.active)::before{content:"S";color:#F99E31;opacity:1}.product-labels{display:flex;align-items:center;flex-wrap:wrap;gap:5px;font-size:12px;font-weight:600;line-height:1.5;position:absolute;left:10px;top:10px;z-index:4;max-width:100%}.label-wrapper{display:flex;gap:10px}.label-wrapper>span{background-color:var(--e-global-color-primary);font-size:14px;font-size:.875rem;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);letter-spacing:0;padding:3px 12px 5px;line-height:1;color:#FFF;border-radius:5px}.label-wrapper>span:not(:last-child){margin-right:5px}.label-wrapper>span.onsale{background-color:var(--e-global-color-primary)}.wc-block-grid__product-onsale,.product-label,.onsale{text-align:center;font-size:12px;font-size:.75rem;text-transform:capitalize;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);line-height:1.5;padding:3px 12px 5px;border-radius:5px;background-color:var(--e-global-color-primary);color:#fff}.label-wrapper .wc-block-grid__product-onsale,.label-wrapper .product-label,.label-wrapper .onsale{position:static}.onsale+.stock-label{top:30px;left:0}.stock-label{line-height:28px;display:inline-block;position:absolute;font-size:14px;font-size:.875rem;font-weight:var(--e-global-typography-primary-font-weight);top:0;left:0;z-index:3;padding:2px 13px;background-color:var(--e-global-color-primary);border-radius:10px;color:#fff}.razox-sorting-wrapper{margin-bottom:30px;position:relative;z-index:9}.razox-sorting{display:flex;flex-wrap:wrap;gap:5px;align-items:center;padding:0;font-size:16px;font-size:1rem;color:var(--e-global-color-text)}.razox-sorting>*{margin-top:0;margin-bottom:0}.razox-sorting .woocommerce-result-count{display:none;margin-right:auto}@media (min-width:768px){.razox-sorting .woocommerce-result-count{display:block;order:2;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);font-size:14px;font-size:.875rem;line-height:1.7;color:var(--e-global-color-secondary)}}.razox-sorting .woocommerce-ordering{position:relative;padding:8px 21px 8px 21px;order:2;background-color:#fff0;border-radius:5px;margin-right:0;border:1px solid var(--e-global-color-border)}@media (min-width:768px){.razox-sorting .woocommerce-ordering{order:3}}.razox-sorting .woocommerce-ordering select{width:auto;border:none;border-radius:0;padding:0 18px 0 0;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);font-size:14px;font-size:.875rem;color:var(--e-global-color-lighter)}.razox-sorting .woocommerce-ordering select:not([size]):not([multiple]){padding:0 26px 0 0}.razox-sorting select:not([size]):not([multiple]){padding:0 18px 0 5px;border:none;width:auto;background-position:100% center;background-size:12px 12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3E%3C/svg%3E")}.razox-products-per-page{font-size:14px;font-size:.875rem;color:var(--e-global-color-secondary);position:relative;display:flex;align-items:center;padding:12px 21px 12px 21px;background-color:#fff0;border-radius:5px;border:1px solid var(--e-global-color-border);order:4}.razox-products-per-page .per-page-title{font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);color:var(--e-global-color-lighter)}.gridlist-toggle{display:none;align-items:center}@media (min-width:768px){.gridlist-toggle{display:inline-flex;gap:5px;margin-right:10px;order:1}}.gridlist-toggle a{display:flex;color:var(--e-global-color-lighter);font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);line-height:1;text-align:center;align-items:center;font-size:0;font-size:0rem;text-transform:uppercase;border:1px solid var(--e-global-color-border);padding:14px 14px;border-radius:5px}.gridlist-toggle a i{font-size:14px;font-size:.875rem}.gridlist-toggle a:hover,.gridlist-toggle a.active{color:var(--e-global-color-secondary)}.related,.upsells{padding-top:100px;margin-bottom:100px;position:relative}.related:before,.upsells:before{content:"";position:absolute;width:100vw;height:1px;background-color:var(--e-global-color-border);left:50%;transform:translateX(-50%);top:0}.related>h5:first-child,.upsells>h5:first-child{position:relative;display:block;font-size:28px;font-size:1.75rem;margin-bottom:40px;color:var(--e-global-color-secondary)}.related .slick-track,.upsells .slick-track{margin:0}.hentry .woocommerce-message strong,.hentry .woocommerce-info strong,.hentry .woocommerce-error strong,.hentry .woocommerce-noreviews strong,.hentry p.no-comments strong{color:#fff}.woocommerce-message,.woocommerce-info,.woocommerce-error,.woocommerce-noreviews,p.no-comments{margin-top:0;margin-left:0;margin-bottom:30px;padding:1.3em 1.618034em 1em;background-color:#0f834d;border-radius:2px;color:#fff;clear:both;border-left:.6180339845em solid rgb(0 0 0 / .15)}.woocommerce-message::before,.woocommerce-message::after,.woocommerce-info::before,.woocommerce-info::after,.woocommerce-error::before,.woocommerce-error::after,.woocommerce-noreviews::before,.woocommerce-noreviews::after,p.no-comments::before,p.no-comments::after{content:"";display:table}.woocommerce-message::after,.woocommerce-info::after,.woocommerce-error::after,.woocommerce-noreviews::after,p.no-comments::after{clear:both}.woocommerce-message a,.woocommerce-info a,.woocommerce-error a,.woocommerce-noreviews a,p.no-comments a{color:#fff}.woocommerce-message a:hover,.woocommerce-info a:hover,.woocommerce-error a:hover,.woocommerce-noreviews a:hover,p.no-comments a:hover{color:#fff;opacity:.7}.woocommerce-message a.button:hover,.woocommerce-info a.button:hover,.woocommerce-error a.button:hover,.woocommerce-noreviews a.button:hover,p.no-comments a.button:hover{opacity:1}.woocommerce-message .button,.woocommerce-message .button-link,.woocommerce-info .button,.woocommerce-info .button-link,.woocommerce-error .button,.woocommerce-error .button-link,.woocommerce-noreviews .button,.woocommerce-noreviews .button-link,p.no-comments .button,p.no-comments .button-link{float:right;padding:0;background:none;color:#fff;box-shadow:none;line-height:1.618;margin-left:1em;padding-left:1em;border-width:0;border-left-width:1px;border-left-style:solid;border-left-color:rgb(255 255 255 / .25)!important;border-radius:0}.woocommerce-message .button:hover,.woocommerce-message .button-link:hover,.woocommerce-info .button:hover,.woocommerce-info .button-link:hover,.woocommerce-error .button:hover,.woocommerce-error .button-link:hover,.woocommerce-noreviews .button:hover,.woocommerce-noreviews .button-link:hover,p.no-comments .button:hover,p.no-comments .button-link:hover{background:none;color:#fff;opacity:.7}.woocommerce-message strong,.woocommerce-info strong,.woocommerce-error strong,.woocommerce-noreviews strong,p.no-comments strong{color:#fff}.woocommerce-message pre,.woocommerce-info pre,.woocommerce-error pre,.woocommerce-noreviews pre,p.no-comments pre{background-color:rgb(0 0 0 / .1)}.home .woocommerce-message,.home .woocommerce-info,.home .woocommerce-error,.home .woocommerce-noreviews,.home p.no-comments{display:none}.site-content>.col-full>.woocommerce>.woocommerce-info:first-child,.site-content>.col-full>.woocommerce>.woocommerce-error:first-child{margin-top:2.6180340252em}.woocommerce-error{list-style:none}.woocommerce-info,.woocommerce-noreviews,p.no-comments{background-color:#3d9cd2}.woocommerce-error{background-color:#e2401c}dl.variation{font-size:.875em}dl.variation dd{margin:0 0 1em}.wc-item-meta{font-size:.875em;margin-left:0;list-style:none}.wc-item-meta li::before,.wc-item-meta li::after{content:"";display:table}.wc-item-meta li::after{clear:both}.wc-item-meta li strong,.wc-item-meta li p{display:inline-block}.razox-product-section{margin-bottom:1.618034em}.razox-product-section .section-title{text-align:center;margin-bottom:1em}.razox-product-section:last-child{margin-bottom:0}.razox-product-pagination{position:relative;display:flex;align-items:center}@media (max-width:768px){.razox-product-pagination{display:none}}.razox-product-pagination a>span{display:flex;align-items:center;justify-content:center;color:var(--e-global-color-lighter);font-size:14px;font-size:.875rem;line-height:22px;text-transform:capitalize}.razox-product-pagination a>span i{font-size:12px;font-size:.75rem;margin:0 5px}.razox-product-pagination a>span:hover{color:var(--e-global-color-secondary)}.razox-product-pagination a:last-child{margin-left:20px}.razox-product-pagination a:hover .product-item{opacity:1;visibility:visible;pointer-events:auto;top:100%;padding:10px}.razox-product-pagination a span.shop-tooltip{display:inline-flex;align-items:center;margin:0 3px;vertical-align:text-bottom;line-height:22px}.razox-product-pagination a:nth-child(2):hover{color:var(--e-global-color-secondary)}.razox-product-pagination .product-item{position:absolute;right:0;top:calc(100% + 10px);opacity:0;visibility:visible;pointer-events:none;width:260px;background:#fff;box-shadow:0 0 30px 0 rgb(0 0 0 / .1);display:flex;align-items:center;text-align:left;transition:all ease-in-out 0.3s;overflow:hidden;z-index:99;border-radius:10px}.razox-product-pagination .product-item img{max-width:80px;border-radius:10px}.razox-product-pagination .product-item .razox-product-pagination-content{padding:0 15px}.razox-product-pagination .product-item .razox-product-pagination__title{color:var(--e-global-color-secondary);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.4em;font-weight:var(--e-global-typography-primary-font-weight);line-height:1.2;margin-bottom:5px}.razox-sticky-add-to-cart{display:none}@media (max-width:1023px){.razox-archive-product #secondary{display:none}}.quantity .qty{width:3.7065595576em;text-align:center}.quantity_wrap .quantity_label{font-size:0;font-size:0rem;display:block;color:var(--e-global-color-text)}.quantity_wrap .quantity.buttons_added{position:relative;display:flex;overflow:hidden;justify-content:center;align-items:center;text-align:center;padding:13px 22px;width:140px;border-radius:5px;background-color:#F1F2F8;margin-right:10px}.quantity_wrap .quantity.hidden{display:none}.quantity_wrap .quantity button{display:flex;justify-content:center;align-items:center;text-align:center;z-index:9;top:0;bottom:0;border:none;border-radius:50px;color:#000;background-color:#fff0;font-size:16px;font-size:1rem;height:50%;width:44px;padding:0}.quantity_wrap .quantity button.minus{bottom:0;top:50%;align-items:start}.quantity_wrap .quantity button.plus{top:0;bottom:50%;align-items:end}.quantity_wrap .quantity button i{display:none}.quantity_wrap .quantity button:hover{color:var(--e-global-color-primary);outline:none;box-shadow:none}.quantity_wrap .quantity .qty{padding:0;-moz-appearance:textfield;text-align:center;font-size:16px;font-size:1rem;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);color:#000;flex:1;border:unset;background-color:#fff0}.quantity_wrap .quantity .qty::-webkit-outer-spin-button,.quantity_wrap .quantity .qty::-webkit-inner-spin-button{opacity:0;display:none}.quantity_wrap .quantity .qty:focus{border-color:var(--e-global-color-accent)}.woosb-products{border-width:0 0 1px;border-style:solid;border-color:var(--e-global-color-border);padding-bottom:10px}.woosb-products .woosb-product{display:flex;align-items:center;flex-wrap:nowrap;padding:10px 0;border-bottom:none}.woosb-products .woosb-product .woosb-thumb{width:60px;padding:0;margin-right:15px;flex:0 0 60px}.woosb-products .woosb-product .woosb-thumb img{width:60px;height:60px;max-width:60px;object-fit:cover}.woosb-products .woosb-product .woosb-title .woosb-title-inner{font-size:14px;line-height:22px}.woosb-products .woosb-product .woosb-price{width:auto;margin-left:auto;flex:unset;font-weight:800;font-size:16px;line-height:22px}.woosb-products .woosb-product .woosb-quantity{width:unset;flex:unset;margin-right:10px;padding:0}.woosb-products .woosb-product .woosb-quantity button{background-color:#fff0;display:flex;justify-content:center;align-items:center;padding:0;text-align:center;z-index:9;top:0;bottom:0;border:none;width:30px;height:36px;border-radius:0;font-size:10px;color:#000}.woosb-bundles .woosb-products,.woosb-wrap .woosb-products{margin-bottom:20px}.woosb-bundles .woosb-text,.woosb-wrap .woosb-text{font-weight:600;font-size:16px;line-height:22px;margin-bottom:43px;color:var(--e-global-color-secondary)}.woosb-bundles .amount,.woosb-wrap .amount{font-weight:800;font-size:20px;line-height:22px;color:var(--e-global-color-secondary)}#reviews .commentlist li p.meta .verified{display:inline-block;height:1.41577975em;width:1.41577975em;position:relative;text-indent:-9999px}#reviews .commentlist li p.meta .verified::before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";color:#0f834d;position:absolute;top:0;left:0;width:1.41577975em;height:1.41577975em;text-indent:0;text-align:center;line-height:1.618034em}.woocommerce-MyAccount-downloads .button::after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";margin-left:.5407797364em}.my_account_orders .button.view::after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";margin-left:.5407797364em}p.order-again .button::after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";margin-left:.5407797364em}#shipping_method li>label{cursor:pointer;padding-right:20px;position:relative}#shipping_method li>label::after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";position:absolute;right:0;top:50%;transform:translateY(-50%)}#shipping_method li>input[type=radio]:first-child{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!important}#shipping_method li>input[type=radio]:first-child:focus{background-color:#f1f1f1;color:#21759b;border-radius:5px;-webkit-box-shadow:0 0 2px 2px rgb(0 0 0 / .6);box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;display:block;font-size:14px;font-size:.875rem;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#shipping_method li>input[type=radio]:first-child:checked+label::after{content:""}#shipping_method li>input[type=hidden]:first-child+label{padding-right:0}#shipping_method li>input[type=hidden]:first-child+label::after{content:none}#payment .payment_methods li>label{cursor:pointer}#payment .payment_methods li>label::before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";margin-right:.5407797364em;transition:color,ease,0.2s}#payment .payment_methods li>input[type=radio]:first-child{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!important}#payment .payment_methods li>input[type=radio]:first-child:focus{background-color:#f1f1f1;color:#21759b;border-radius:5px;-webkit-box-shadow:0 0 2px 2px rgb(0 0 0 / .6);box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;display:block;font-size:14px;font-size:.875rem;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#payment .payment_methods li>input[type=radio]:first-child:checked+label::before{content:""}.woocommerce-password-strength::after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";margin-left:.5407797364em}.woocommerce-password-strength.strong::after{content:""}.woocommerce-password-strength.good::after{content:""}.woocommerce-MyAccount-navigation ul li.is-active a::before{opacity:1}.woocommerce-MyAccount-navigation ul li a::before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";line-height:1.618;margin-left:.5407797364em;width:1.41577975em;text-align:right;float:right;opacity:.25}.woocommerce-MyAccount-navigation ul li a:hover::before{opacity:1}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before{content:""}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before{content:""}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before{content:""}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before{content:""}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before{content:""}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before{content:""}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before{content:""}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a::before{content:""}.woocommerce-shipping-calculator>p:first-child a::before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";margin-right:.3342202552em}.blockUI::before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";animation:fa-spin 0.75s linear infinite;height:30px;width:30px;line-height:30px;font-size:30px;font-size:1.875rem;position:absolute;top:50%;left:50%;margin-left:-15px;margin-top:-15px}.stock::before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;margin-right:.5407797364em;margin-top:-4px}.stock.in-stock::before{content:""}.products-load-more-btn-wrap{display:flex;justify-content:center;text-align:center}.products-load-more-btn{position:relative;z-index:3;display:block;text-align:center;margin-top:1.5rem;color:var(--e-global-color-secondary);background-color:#fff0;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);border:1px solid rgb(255 255 255 / .2);letter-spacing:0;text-transform:capitalize}.products-load-more-btn:after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";font-size:16px;font-size:1rem;margin-left:10px;order:3}.products-no-gutter ul.products{margin-left:0;margin-right:0}ul.products li{z-index:1}.products-no-gutter .products-list ul.products{margin-left:-15px;margin-right:-15px}ul.products,.wc-block-grid__products{clear:both;margin:0;padding:0}ul.products li.product,ul.products .wc-block-grid__product,.wc-block-grid__products li.product,.wc-block-grid__products .wc-block-grid__product{list-style:none;position:relative;transition:all 0.3s ease}ul.products li.product .added_to_cart.wc-forward,ul.products .wc-block-grid__product .added_to_cart.wc-forward,.wc-block-grid__products li.product .added_to_cart.wc-forward,.wc-block-grid__products .wc-block-grid__product .added_to_cart.wc-forward{display:none}ul.products li.product .woocommerce-LoopProduct-link,ul.products .wc-block-grid__product .woocommerce-LoopProduct-link,.wc-block-grid__products li.product .woocommerce-LoopProduct-link,.wc-block-grid__products .wc-block-grid__product .woocommerce-LoopProduct-link{display:block}ul.products li.product .product-unit,ul.products .wc-block-grid__product .product-unit,.wc-block-grid__products li.product .product-unit,.wc-block-grid__products .wc-block-grid__product .product-unit{font-size:12px;font-size:.75rem;color:var(--e-global-color-lighter);margin-bottom:0}ul.products li.product .product-unit .value,ul.products .wc-block-grid__product .product-unit .value,.wc-block-grid__products li.product .product-unit .value,.wc-block-grid__products .wc-block-grid__product .product-unit .value{color:var(--e-global-color-secondary)}ul.products li.product h2,ul.products li.product h3,ul.products li.product .woocommerce-loop-product__title,ul.products li.product .wc-block-grid__product-title,ul.products .wc-block-grid__product h2,ul.products .wc-block-grid__product h3,ul.products .wc-block-grid__product .woocommerce-loop-product__title,ul.products .wc-block-grid__product .wc-block-grid__product-title,.wc-block-grid__products li.product h2,.wc-block-grid__products li.product h3,.wc-block-grid__products li.product .woocommerce-loop-product__title,.wc-block-grid__products li.product .wc-block-grid__product-title,.wc-block-grid__products .wc-block-grid__product h2,.wc-block-grid__products .wc-block-grid__product h3,.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title,.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title{font-size:18px;font-size:1.125rem;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:9px;text-transform:capitalize;text-align:left}ul.products li.product h2 a,ul.products li.product h3 a,ul.products li.product .woocommerce-loop-product__title a,ul.products li.product .wc-block-grid__product-title a,ul.products .wc-block-grid__product h2 a,ul.products .wc-block-grid__product h3 a,ul.products .wc-block-grid__product .woocommerce-loop-product__title a,ul.products .wc-block-grid__product .wc-block-grid__product-title a,.wc-block-grid__products li.product h2 a,.wc-block-grid__products li.product h3 a,.wc-block-grid__products li.product .woocommerce-loop-product__title a,.wc-block-grid__products li.product .wc-block-grid__product-title a,.wc-block-grid__products .wc-block-grid__product h2 a,.wc-block-grid__products .wc-block-grid__product h3 a,.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title a,.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a{color:var(--e-global-color-secondary)}ul.products li.product h2 a:hover,ul.products li.product h3 a:hover,ul.products li.product .woocommerce-loop-product__title a:hover,ul.products li.product .wc-block-grid__product-title a:hover,ul.products .wc-block-grid__product h2 a:hover,ul.products .wc-block-grid__product h3 a:hover,ul.products .wc-block-grid__product .woocommerce-loop-product__title a:hover,ul.products .wc-block-grid__product .wc-block-grid__product-title a:hover,.wc-block-grid__products li.product h2 a:hover,.wc-block-grid__products li.product h3 a:hover,.wc-block-grid__products li.product .woocommerce-loop-product__title a:hover,.wc-block-grid__products li.product .wc-block-grid__product-title a:hover,.wc-block-grid__products .wc-block-grid__product h2 a:hover,.wc-block-grid__products .wc-block-grid__product h3 a:hover,.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title a:hover,.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a:hover{color:var(--e-global-color-primary)}ul.products li.product img,ul.products .wc-block-grid__product img,.wc-block-grid__products li.product img,.wc-block-grid__products .wc-block-grid__product img{display:block;margin:0 auto;width:100%;border-radius:5px}ul.products li.product.product-category h2,ul.products li.product.product-category h3,ul.products li.product.product-category .woocommerce-loop-category__title,ul.products .wc-block-grid__product.product-category h2,ul.products .wc-block-grid__product.product-category h3,ul.products .wc-block-grid__product.product-category .woocommerce-loop-category__title,.wc-block-grid__products li.product.product-category h2,.wc-block-grid__products li.product.product-category h3,.wc-block-grid__products li.product.product-category .woocommerce-loop-category__title,.wc-block-grid__products .wc-block-grid__product.product-category h2,.wc-block-grid__products .wc-block-grid__product.product-category h3,.wc-block-grid__products .wc-block-grid__product.product-category .woocommerce-loop-category__title{font-size:1.1em}ul.products li.product.product-category img,ul.products .wc-block-grid__product.product-category img,.wc-block-grid__products li.product.product-category img,.wc-block-grid__products .wc-block-grid__product.product-category img{margin-bottom:1.618034em}.product-block{position:relative;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease;z-index:9;display:flex;flex-direction:column;width:100%;outline:none;padding:15px 15px 20px 15px;border-radius:10px;border:1px solid var(--e-global-color-border);overflow:hidden;height:100%}@media (min-width:768px){.product-block{padding:22px 29px 28px 30px}}.product-block .label-wrapper{-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.product-block .label_rating{display:flex;position:absolute;top:12px;left:20px}.product-block .label_rating .label-wrapper{opacity:1;overflow:visible;position:unset;margin-right:11px}.product-block .label_rating .count-review .star-rating span{width:100%!important}.product-block .label_rating .count-review .star-rating span:before{color:var(--e-global-color-secondary)}.product-block:hover{z-index:999}.product-block:hover .add_to_cart,.product-block:hover .group-action{bottom:0}@media (min-width:1024px){.product-block:hover .add_to_cart,.product-block:hover .group-action{opacity:1;visibility:visible}}.product-block:hover .product-price-stock .inventory_status{position:relative;opacity:0;visibility:hidden}@media (min-width:1024px){.product-block:hover .content-product-imagin{visibility:visible;opacity:1}}@media (min-width:1024px){.product-block:hover .product-img-wrap .inner{-ms-transition:transform 1s cubic-bezier(.19,1,.22,1) 0s;-o-transition:transform 1s cubic-bezier(.19,1,.22,1) 0s;-moz-transition:transform 1s cubic-bezier(.19,1,.22,1) 0s;-webkit-transition:transform 1s cubic-bezier(.19,1,.22,1) 0s;transition:transform 1s cubic-bezier(.19,1,.22,1) 0s}.product-block:hover .product-img-wrap.bottom-to-top .inner{-ms-transform:translate3d(0,-100%,0);-o-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.product-block:hover .product-img-wrap.top-to-bottom .inner{-ms-transform:translate3d(0,100%,0);-o-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.product-block:hover .product-img-wrap.left-to-right .inner{-ms-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.product-block:hover .product-img-wrap.right-to-left .inner{-ms-transform:translate3d(-100%,0,0);-o-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.product-block:hover .product-img-wrap.swap .product-image{opacity:0}.product-block:hover .product-img-wrap.swap .product-image img{transform:rotateY(180deg)}.product-block:hover .product-img-wrap.swap .product-image.second-image{opacity:1}.product-block:hover .product-img-wrap.swap .product-image.second-image img{transform:rotateY(0deg)}.product-block:hover .product-img-wrap.fade .product-image{opacity:0}.product-block:hover .product-img-wrap.fade .product-image.second-image{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}.product-block:hover .product-img-wrap.zoom-in .product-image.second-image{transform:scale(1)}.product-block:hover .product-img-wrap.zoom-out .product-image{transform:scale(0)}.product-block:hover .product-img-wrap.zoom-out .product-image.second-image{transform:scale(1)}}.product-block:hover .product-transition .woocommerce-loop-product__link{border-radius:14px 0 14px 0}@media (max-width:1023px){.product-block .product-price-stock .inventory_status{display:none}}.product-transition{position:relative;overflow:hidden;margin-bottom:0}.product-transition .woocommerce-loop-product__link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;transition:all 0.4s ease-in-out;border-radius:16px}.product-transition .time-sale{border:1px solid var(--e-global-color-border);position:absolute;bottom:0;left:20px;right:20px}.product-transition .razox-gift-label{position:absolute;left:0;bottom:0;background-color:#2D81FF;color:#fff;padding:5px 9px 4px 9px;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);font-size:14px;font-size:.875rem;line-height:1.1;text-transform:uppercase;border-radius:5px}.product-transition .razox-gift-label:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";font-size:14px;font-size:.875rem;margin-right:6px}.product-transition .label-wrapper{position:absolute;left:0;bottom:0}.product-transition .label-wrapper .new-label,.product-transition .label-wrapper span{background-color:var(--e-global-color-highlight);color:#fff;padding:5px 9px 4px 9px;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);font-size:14px;font-size:.875rem;line-height:1.1;text-transform:uppercase;border-radius:5px}.product-transition .add_to_cart{-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;margin:10px 0 0;text-align:center}@media (min-width:1024px){.product-transition .add_to_cart{position:absolute;bottom:0;left:0;right:0;opacity:0;visibility:hidden}}.product-transition a[class*=product_type_]{display:inline-flex;align-items:center;position:relative;border-radius:50px}.product-transition a[class*=product_type_] span{order:-1}.product-transition a[class*=product_type_]:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";font-size:16px;font-size:1rem;margin-left:5px}.product-transition a[class*=product_type_].loading:after{line-height:12px;content:"";animation:fa-spin 0.75s linear infinite}.product-transition a[class*=product_type_]:hover{border-radius:0}.product-caption{display:flex;flex-direction:column;position:relative;flex-grow:1;padding-top:20px;border-top-width:0}.product-caption .product-caption-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;grid-column-gap:15px;grid-row-gap:15px;margin-top:auto}.product-caption .product-caption-footer .price{max-width:45%;display:flex;flex-wrap:wrap;grid-column-gap:7px}.product-caption .product-caption-footer .price .woocommerce-Price-amount:last-child,.product-caption .product-caption-footer .price del{flex:0 0 100%}.product-caption .product-price-stock{display:flex;align-items:center;justify-content:flex-end;position:relative}.product-caption .count-review{display:flex;align-items:center;gap:8px;margin-top:0;margin-bottom:28px}.product-caption .cart{display:flex;align-items:center;justify-content:center;margin-bottom:0}.product-caption .quantity_wrap{margin-right:5px}.product-caption .quantity_wrap input[type=number]::-webkit-inner-spin-button{opacity:1}.product-caption .minus,.product-caption .plus{display:none;visibility:hidden;opacity:0}.product-caption .qty{padding:.391rem;font-family:var(--e-global-typography-accent-font-family);font-weight:var(--e-global-typography-accent-font-weight);text-transform:var(--e-global-typography-accent-text-transform);font-style:var(--e-global-typography-accent-font-style);text-decoration:var(--e-global-typography-accent-text-decoration);line-height:var(--e-global-typography-accent-line-height);letter-spacing:var(--e-global-typography-accent-letter-spacing);font-size:14px;font-size:.875rem;border-radius:5px}.product-caption .add_to_cart{-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;text-align:center;bottom:0}@media (min-width:1024px){.product-caption .add_to_cart{position:absolute;opacity:0;visibility:hidden}}.product-caption a[class*=product_type_]{display:flex;align-items:center;padding:4px 18px;position:relative;color:var(--body-color);-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;text-transform:capitalize;border:none;line-height:1.25}.product-caption a[class*=product_type_] span{order:-1}.product-caption a[class*=product_type_].loading:before{line-height:12px;content:"";animation:fa-spin 0.75s linear infinite}.product-caption a[class*=product_type_]:hover{box-shadow:none;border:none}.product-action{margin-bottom:11px;position:relative;display:flex;flex-wrap:wrap;align-items:center;width:100%;justify-content:center;flex-direction:column}@media (min-width:768px){.product-action{justify-content:space-between;flex-direction:row}}.product-category{font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);font-size:14px;font-size:.875rem;line-height:1.1;text-transform:uppercase;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.product-category .product-category-item{color:#888}.product-category .product-category-item:nth-of-type(n+2):before{content:" - ";color:var(--e-global-color-lighter);margin:0 6px;font-size:14px;font-size:.875rem}.product-category .product-category-item:hover{color:var(--e-global-color-primary)}.group-action{bottom:0;position:relative;z-index:3;-ms-transition:all ease-in-out 0.3s;-o-transition:all ease-in-out 0.3s;-moz-transition:all ease-in-out 0.3s;-webkit-transition:all ease-in-out 0.3s;transition:all ease-in-out 0.3s}@media (min-width:1024px){.group-action{bottom:25px;opacity:0;visibility:hidden}}.group-action .shop-action{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;margin:0;gap:10px}.group-action .shop-action .add_to_cart{margin-right:auto;flex:0 0 100%;margin-bottom:1.25rem}.group-action .shop-action .woosc-btn,.group-action .shop-action .woosq-btn,.group-action .shop-action .woosw-btn{display:flex;padding:0;background-color:#fff0;border-radius:50%;transition:all ease 0.3s;color:var(--e-global-color-secondary);font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);font-size:12px;font-size:.75rem;border:none;margin:5px;position:relative;align-items:center;justify-content:center;font-size:0;font-size:0rem}.group-action .shop-action .woosc-btn:before,.group-action .shop-action .woosq-btn:before,.group-action .shop-action .woosw-btn:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;font-size:13px;font-size:.8125rem;display:inline-flex;align-items:center;justify-content:center;margin:0;width:unset;height:unset;transform:unset;background:unset;position:unset;transition:unset}.group-action .shop-action .woosc-btn:after,.group-action .shop-action .woosq-btn:after,.group-action .shop-action .woosw-btn:after{content:unset}.group-action .shop-action .woosc-btn:hover,.group-action .shop-action .woosc-btn:focus,.group-action .shop-action .woosc-btn:active,.group-action .shop-action .woosq-btn:hover,.group-action .shop-action .woosq-btn:focus,.group-action .shop-action .woosq-btn:active,.group-action .shop-action .woosw-btn:hover,.group-action .shop-action .woosw-btn:focus,.group-action .shop-action .woosw-btn:active{color:var(--e-global-color-primary)}.group-action .shop-action .woosw-btn:before{content:""}.group-action .shop-action .woosw-btn.woosw-adding::after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:""!important;animation:fa-spin 0.75s linear infinite;height:20px;width:20px;line-height:20px;font-size:16px;font-size:1rem;position:absolute;top:50%;left:50%;margin-left:-10px;margin-top:-10px;display:block;transform:translate(0)}.group-action .shop-action .woosw-btn.woosw-adding:before{opacity:0}.group-action .shop-action .woosw-btn.woosw-btn-added,.group-action .shop-action .woosw-btn.woosw-added{color:var(--e-global-color-primary)}.group-action .shop-action .woosc-btn:before{content:""}.group-action .shop-action .woosq-btn:before{content:""}li.product.swiper-slide:not(.swiper-slide-visible) .product-block:hover:before{opacity:0}li.product.swiper-slide:not(.swiper-slide-visible) .product-block:hover .second-image{opacity:0}.content-product-imagin{position:absolute;top:0;left:0;right:0;bottom:0;margin-bottom:-73px;background-color:#fff;box-shadow:0 3px 36px rgb(0 0 0 / .09);-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;visibility:hidden;opacity:0}.product-img-wrap{overflow:hidden;position:relative;width:100%;height:100%;margin:0 auto;border-radius:5px}.product-img-wrap .inner{width:100%;height:100%;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;-moz-animation-fill-mode:both;-webkit-animation-fill-mode:both;animation-fill-mode:both;-ms-transition:all 1s cubic-bezier(.19,1,.22,1) 0s;-o-transition:all 1s cubic-bezier(.19,1,.22,1) 0s;-moz-transition:all 1s cubic-bezier(.19,1,.22,1) 0s;-webkit-transition:all 1s cubic-bezier(.19,1,.22,1) 0s;transition:all 1s cubic-bezier(.19,1,.22,1) 0s}.product-img-wrap .product-image{opacity:1;-ms-opacity:1;-o-opacity:1;-moz-opacity:1;-webkit-opacity:1;filter:alpha(opacity=100);-ms-transition:opacity 1.5s cubic-bezier(.19,1,.22,1) 0ms;-o-transition:opacity 1.5s cubic-bezier(.19,1,.22,1) 0ms;-moz-transition:opacity 1.5s cubic-bezier(.19,1,.22,1) 0ms;-webkit-transition:opacity 1.5s cubic-bezier(.19,1,.22,1) 0ms;transition:opacity 1.5s cubic-bezier(.19,1,.22,1) 0ms}.product-img-wrap .product-image.second-image{position:absolute;width:100%;height:100%}.product-img-wrap.top-to-bottom .product-image{bottom:100%}.product-img-wrap.left-to-right .product-image{top:0;right:100%}.product-img-wrap.right-to-left .product-image{top:0;left:100%}.product-img-wrap.swap .product-image{top:0;left:0;transition:all 0.7s ease}.product-img-wrap.swap .product-image img{transition:all 0.7s ease;transform:rotateY(0deg)}.product-img-wrap.swap .product-image.second-image{z-index:2;opacity:0}.product-img-wrap.swap .product-image.second-image img{transform:rotateY(-180deg)}.product-img-wrap.fade .product-image{top:0;left:0;transition:all 0.5s ease}.product-img-wrap.fade .product-image.second-image{opacity:0;transition:opacity 0.5s ease,transform 2s cubic-bezier(0,0,.44,1.18),-webkit-transform 2s cubic-bezier(0,0,.44,1.18)}.product-img-wrap.zoom-in .product-image{top:0;left:0;transition:all 0.5s ease}.product-img-wrap.zoom-in .product-image.second-image{transform:scale(0);z-index:2}.product-img-wrap.zoom-out .product-image{top:0;left:0;transition:all 0.5s ease}.product-img-wrap.zoom-out .product-image.second-image{z-index:-1}.razox-single-product-extra-description{margin-bottom:.5rem}.razox-single-product-extra-description p{margin-bottom:0}.hentry .entry-content .wc-block-grid__products .wc-block-grid__product>a,.hentry .entry-content ul.products li.product>a{text-decoration:none}.opal-product-tooltipster{display:block!important}.opal-product-tooltipster .tooltipster-content{background-color:#000;border-radius:0;color:#fff;padding:8px 16px;line-height:1;font-size:14px;font-size:.875rem}.opal-product-tooltipster.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{margin-top:-8px;right:0}.opal-product-tooltipster.tooltipster-base.tooltipster-top .tooltipster-arrow-background{border-top-color:#000}.opal-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow{transform:translateY(-5px)}.opal-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow-background{border-left-color:#000}.deal-progress .progress-bar{width:100%;height:3px;background-color:#E6E6E6;position:relative;overflow:hidden;margin-bottom:13px}.deal-progress .progress-value{position:absolute;top:0;bottom:0;left:0;background-color:var(--e-global-color-primary)}.deal-sold{width:100%;margin-top:30px}.deal-sold-text{color:var(--e-global-color-lighter);text-align:left}.deal-sold-text .value{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);color:var(--e-global-color-secondary)}.product-color{position:absolute;bottom:30px;left:30px;right:30px;display:inline-flex;justify-content:center}.product-color .item{cursor:pointer;margin:0 5px}.product-color .color-item{position:relative;width:12px;height:12px;display:inline-block;border-radius:50%;box-shadow:0 0 5px rgb(0 0 0 / .15)}.product-color .color-item:before{content:"";display:inline-block;position:absolute;width:16px;height:16px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;opacity:0;border:1px solid currentColor;background-color:#fff0;transition:all 0.3s ease}.product-color .color-item:hover:before{opacity:1}.product-color .color-item.active-swatch:before{opacity:1}.product-color .image-item img{border:1px solid #fff;width:20px!important;height:20px!important;object-fit:cover;border-radius:50%;filter:drop-shadow(0 4px 4px rgb(0 0 0 / .05))}.time-sale{padding:12px}.time-sale .deal-text{font-size:14px;font-size:.875rem;margin-top:5px;color:var(--e-global-color-lighter)}.time-sale .razox-countdown{display:flex;justify-content:center;align-items:center;gap:10px}@media (max-width:425px){.time-sale .razox-countdown{justify-content:flex-start}}.time-sale .razox-countdown .countdown-item{position:relative;text-align:center;margin-top:5px}.time-sale .razox-countdown .countdown-digits{font-size:24px;font-size:1.5rem;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);color:var(--e-global-color-secondary);line-height:1}.time-sale .razox-countdown .countdown-label{display:block;color:var(--e-global-color-text)}.woocommerce-cart .cross-sells{margin-bottom:40px;--e-global-column-to-show:3}.count-review{font-size:12px;font-size:.75rem;color:var(--e-global-color-secondary);margin-top:5px;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);line-height:1.3}.count-review>span{margin-top:2px}.preloader .product-transition,.preloader .woocommerce-loop-product__title>a,.preloader .short-description,.preloader .star-rating,.preloader .button-group,.preloader .posted-in,.preloader .price,.preloader .product-attributes .item,.preloader .shop-action,.preloader .product-caption-bottom,.preloader .product-label,.preloader .product-image{position:relative}.preloader .product-transition:after,.preloader .woocommerce-loop-product__title>a:after,.preloader .short-description:after,.preloader .star-rating:after,.preloader .button-group:after,.preloader .posted-in:after,.preloader .price:after,.preloader .product-attributes .item:after,.preloader .shop-action:after,.preloader .product-caption-bottom:after,.preloader .product-label:after,.preloader .product-image:after{content:"";position:absolute;z-index:996;animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f6f7f8;background:linear-gradient(to right,#eeeeee 8%,#dddddd 18%,#eeeeee 33%);background-size:800px 104px;top:0;left:0;width:100%;height:100%}@keyframes placeHolderShimmer{0%{background-position:-468px 0}100%{background-position:468px 0}}.razox-products-popular ul.products{margin-right:0;margin-left:0}.razox-products-popular ul.products li.product{margin-top:0;margin-bottom:0;padding-right:0;padding-left:0;border-right:none;flex:0 0 100%!important;max-width:100%!important}.razox-products-popular ul.products li.product:before{content:none}.razox-products-popular ul.products li.product:last-child .product-block-list{padding-bottom:0;border-bottom:none}.razox-products-popular ul.products li.product:first-child .product-block-list{padding-top:0}.razox-products-popular .product-block-list{display:flex;align-items:center;padding:20px 0;border-bottom:1px solid var(--e-global-color-border)}.razox-products-popular .product-block-list .left{width:80px;margin-right:15px}.razox-products-popular .product-block-list .right{flex:1}.product-gallery{width:100%;display:flex;flex-wrap:wrap;align-items:center;margin-bottom:1.5rem;padding-top:5px}.product-gallery .gallery_item{width:58px;flex:0 0 58px;max-width:58Px;cursor:pointer;display:block;margin-top:10px}.product-gallery .gallery_item:not(:first-child){margin-left:10px}.product-gallery .gallery_item.active img{border-color:var(--e-global-color-primary)}.product-gallery .gallery_item img{width:58px;height:58px;border:1px dashed var(--e-global-color-border);border-radius:4px;object-fit:cover}.grid-layout-2 .group-action{visibility:hidden;opacity:0;display:none}@media (min-width:1366px){.elementor-grid-5 .elementor-grid .product-block .label_rating .count-review{display:none}}.single-product .pswp__button{background-color:#fff0;border:none}.single-product .component_selections .clear_component_options::before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";margin-right:.5407797364em}.single-product .entry-summary-top{display:flex;align-items:center;padding-bottom:22px;margin-bottom:14px;border-bottom:1px solid var(--e-global-color-border);position:relative;flex-wrap:wrap;grid-column-gap:20px;grid-row-gap:10px}.single-product .entry-summary-top .razox-product-pagination-wrap{position:absolute;right:0}.single-product .summary{width:100%;float:right}@media (min-width:1024px){.single-product .summary{width:calc(50% - 45px)}}.single-product .summary .yith-wcwl-add-to-wishlist{display:none}.single-product .summary .single_add_to_cart_button{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);-ms-transition:all 0.8s ease;-o-transition:all 0.8s ease;-moz-transition:all 0.8s ease;-webkit-transition:all 0.8s ease;transition:all 0.8s ease;padding:.8rem 1.875rem;font-size:16px;font-size:1rem;border-radius:5px;border:1px solid var(--e-global-color-secondary);background-color:var(--e-global-color-secondary);white-space:nowrap;color:var(--body-color);justify-content:center;letter-spacing:0;position:relative;overflow:hidden;text-transform:capitalize;display:inline-block;clip-path:inset(0 round var(--e-button-radius,5px));font-size:20px;font-size:1.25rem;padding:13px 0;flex:1;min-width:200px;line-height:1.3;display:flex;justify-content:center;align-items:center;margin:0 10px 0 0;white-space:nowrap;text-transform:uppercase;background-color:var(--e-global-color-secondary);border:1px solid var(--e-global-color-secondary);color:var(--body-color)}.single-product .summary .single_add_to_cart_button span{position:relative;z-index:2}.single-product .summary .single_add_to_cart_button i{padding-top:1.5px}.single-product .summary .single_add_to_cart_button::before{position:absolute;height:calc(100% + 130px);width:130%;top:50%;left:50%;content:"";background:linear-gradient(to top right,var(--e-global-color-primary) 50%,#00000000 50.1%) bottom left,linear-gradient(to bottom left,var(--e-global-color-primary) 50%,#00000000 50.1%) top right;background-size:0 0;background-repeat:no-repeat;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;z-index:-1;transform:translate(-50%,-50%)}.single-product .summary .single_add_to_cart_button:hover{border-color:var(--e-global-color-primary)}.single-product .summary .single_add_to_cart_button:hover i{color:#FFF}.single-product .summary .single_add_to_cart_button:hover:before{background-size:100% 100%}.single-product .summary .single_add_to_cart_button:hover{color:#fff}.single-product .summary .product_button{display:flex;gap:10px;margin-bottom:0}.single-product .summary .woosc-btn:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";line-height:inherit;margin:0}.single-product .summary .woosw-btn:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";line-height:inherit}.single-product .summary .woosw-btn,.single-product .summary .woosc-btn{display:inline-flex;background-color:#fff0;color:var(--e-global-color-secondary);align-items:center;justify-content:center;letter-spacing:0;text-transform:inherit;font-weight:400;font-size:0;font-size:0rem;line-height:1.625;border:1px solid var(--e-global-color-border);padding:15px 18px;border-radius:5px;-ms-transition:all 0.2s ease;-o-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.single-product .summary .woosw-btn:before,.single-product .summary .woosc-btn:before{font-size:14px;font-size:.875rem}.single-product .summary .woosw-btn:hover,.single-product .summary .woosc-btn:hover{color:var(--e-global-color-primary);box-shadow:none}.single-product .summary .woosw-btn.woosw-added:before,.single-product .summary .woosc-btn.woosw-added:before{margin:0}.single-product .content-single-wrapper:after{content:"";display:table;clear:both}.single-product div.product{position:relative}.single-product div.product::before,.single-product div.product::after{content:"";display:table}.single-product div.product::after{clear:both}.single-product div.product .images,.single-product div.product .summary{margin-bottom:10px;margin-top:0}@media (max-width:767px){.single-product div.product .images{margin-bottom:30px}}.single-product div.product .product-video-360{position:absolute;top:20px;z-index:111;right:60px;display:inline-flex;align-items:flex-end}.single-product div.product .product-video-360 .product-video-360__btn{cursor:pointer;color:var(--e-global-color-lighter);-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;font-size:12px;font-size:.75rem;text-align:center}.single-product div.product .product-video-360 .product-video-360__btn:hover{color:var(--e-global-color-primary)}.single-product div.product .product-video-360 .product-video-360__btn i{font-size:30px;font-size:1.875rem}.single-product div.product .product-video-360 .product-video-360__btn span{display:block;line-height:30px}.single-product div.product .product-video-360 .product-video-360__btn.btn-video span{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!important}.single-product div.product .product-video-360 .product-video-360__btn.btn-video span:focus{background-color:#f1f1f1;color:#21759b;border-radius:5px;-webkit-box-shadow:0 0 2px 2px rgb(0 0 0 / .6);box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;display:block;font-size:14px;font-size:.875rem;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.single-product div.product .product-video-360 .product-video-360__btn.btn-video i{font-size:18px;font-size:1.125rem}.single-product div.product .content-single-images-wrapper{float:left;width:100%}@media (min-width:1024px){.single-product div.product .content-single-images-wrapper{width:calc(50%)}}.single-product div.product .woocommerce-product-gallery{opacity:0;overflow:hidden;transition:opacity 0.25s ease-in-out;position:relative;width:100%;margin-right:0;float:left;--swiper-navigation-size:14px;--swiper-navigation-color:#fff}.single-product div.product .woocommerce-product-gallery .swiper-button-disabled{opacity:0;visibility:hidden}.single-product div.product .woocommerce-product-gallery .swiper-button{border-radius:50px;width:30px;height:30px;background-color:rgb(0 0 0 / .45);box-shadow:0 0 5px rgb(0 0 0 / .15)}.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{position:absolute;top:20px;right:20px;display:block;width:30px;z-index:80;text-align:center;font-size:0;color:var(--e-global-color-lighter)}.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img{display:none;opacity:0;visibility:hidden}.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";font-size:20px;font-size:1.25rem}.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover{color:var(--e-global-color-primary)}.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{position:relative;display:block;height:100%;border-radius:5px;overflow:hidden}.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img{width:100%;border-radius:5px}@media only screen and (max-width:425px){.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img{width:395px}}@media only screen and (max-width:375px){.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img{width:345px}}@media only screen and (max-width:320px){.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img{width:290px;height:290px}}.single-product div.product .woocommerce-product-gallery .flex-viewport{margin-bottom:20px;border-radius:5px}@media (max-width:425px){.single-product div.product .woocommerce-product-gallery .flex-viewport{width:395px}}@media (max-width:375px){.single-product div.product .woocommerce-product-gallery .flex-viewport{width:345px}}@media (max-width:320px){.single-product div.product .woocommerce-product-gallery .flex-viewport{width:290px;height:290px}}.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper{padding:0;position:relative;display:flex;align-items:center;height:100%}.single-product div.product .woocommerce-product-gallery .flex-viewport img{border-radius:5px;border:1px solid var(--e-global-color-border);overflow:hidden}.single-product div.product .woocommerce-product-gallery .flex-control-thumbs{margin:0;display:flex}.single-product div.product .woocommerce-product-gallery .flex-control-thumbs:first-child{margin-left:0}.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li{list-style:none;cursor:pointer;display:block!important;position:relative;width:90px;margin-right:30px!important}.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img{object-fit:cover;border:1px solid var(--e-global-color-border);border-radius:5px;width:100%;height:90px}.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active{opacity:1;border-color:var(--e-global-color-secondary);-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img,.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li.active img{opacity:1;border-color:var(--e-global-color-secondary);-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .flex-control-thumbs img{max-width:100%}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .woocommerce-product-gallery__image>img{background-color:var(--body-color)}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical{display:flex;align-items:flex-start;flex-direction:column}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .woocommerce-product-gallery__image>img{background-color:var(--body-color)}@media (min-width:426px){.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .label-wrapper{left:125px}}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-thumbs{margin:0}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-thumbs li{margin-bottom:20px;margin-right:8px}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-thumbs li:last-child{margin-bottom:0}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-thumbs-vertical{width:100%}@media (min-width:426px){.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-thumbs-vertical{margin-top:0;order:-1;width:100px;display:block;height:100%;position:absolute;left:0;top:0}}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-thumbs-vertical .swiper-button{left:calc(50% - 15px);right:auto;-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-thumbs-vertical .swiper-button-next{top:12px;bottom:auto}.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-thumbs-vertical .swiper-button-prev{top:auto;bottom:5px}@media (min-width:426px){.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-viewport{width:calc(100% - 115px);margin-bottom:0;margin-left:auto}}.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px;border:none}.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{flex-basis:50%;width:50%;padding-left:10px;padding-right:10px;margin-bottom:20px}@media (max-width:425px){.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{flex-basis:100%;width:100%}}.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img{width:100%}.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper{display:flex;flex-wrap:wrap;border:none}.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{flex-basis:100%;min-width:630px;min-height:630px}@media (max-width:1200px){.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{min-width:530px;min-height:530px}}@media (max-width:1024px){.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{min-width:430px;min-height:430px}}.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a{display:block;margin-bottom:30px;border-radius:16px}@media (max-width:425px){.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a{width:395px}}@media (max-width:375px){.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a{width:345px}}@media (max-width:320px){.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a{width:290px}}@media (max-width:375px){.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{min-width:0;min-height:0}}.single-product div.product .woocommerce-product-gallery-vertical+.onsale{left:145px}.single-product div.product .stock.in-stock{margin-bottom:30px;display:none}.single-product div.product p.price+form.cart{margin-top:30px}.single-product div.product .single_add_to_cart_button+a.added_to_cart{display:none}.single-product div.product .product_title{display:block;color:var(--e-global-color-secondary);font-size:40px;font-size:2.5rem;margin-bottom:17px;margin-top:11px;clear:none;line-height:1.15;text-transform:capitalize}@media (max-width:425px){.single-product div.product .product_title{font-size:30px;font-size:1.875rem}}.single-product div.product .product-unit{font-size:15px;font-size:.9375rem;line-height:24px;margin-bottom:15px;color:var(--e-global-color-lighter)}.single-product div.product .product-unit .value{color:var(--e-global-color-secondary)}.single-product div.product .sold-by-meta{font-weight:var(--e-global-typography-text-font-weight);font-size:14px;font-size:.875rem;line-height:22px;margin-bottom:12px;color:var(--e-global-color-lighter)}.single-product div.product .sold-by-meta a{font-weight:var(--e-global-typography-primary-font-weight);color:var(--e-global-color-primary)}.single-product div.product .sold-by-meta a:hover{text-decoration:underline}.single-product div.product .woocommerce-product-details__short-description{margin:14px 0 0}.single-product div.product .woocommerce-product-details__short-description+.stock{display:none}.single-product div.product table.variations{table-layout:fixed;position:relative;margin:0;width:82%}.single-product div.product table.variations tr{border:0}.single-product div.product table.variations tr td{margin-bottom:1.3rem}.single-product div.product table.variations th,.single-product div.product table.variations td{padding:0;list-style:none;background-color:#fff0}.single-product div.product table.variations th.label{margin-bottom:9px}.single-product div.product table.variations th.label .woo-selected-variation-item-name{color:var(--e-global-color-lighter);text-transform:capitalize}.single-product div.product table.variations td.value{position:relative}.single-product div.product table.variations label{font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);font-size:16px;font-size:1rem;line-height:1.875;color:var(--e-global-color-secondary)}.single-product div.product table.variations select{max-width:100%;vertical-align:middle;padding:12px 35px 12px 20px;color:#fff0;margin-top:12px;border-radius:10px}.single-product div.product table.variations select+label{display:block;font-size:14px;font-size:.875rem;text-transform:uppercase;position:absolute;padding:0 5px;background-color:#fff;left:10px;top:50%;transform:translateY(-50%);line-height:1;transition:all ease-in-out 0.2s;color:var(--e-global-color-lighter)}.single-product div.product table.variations select:valid,.single-product div.product table.variations select:focus{color:var(--e-global-color-text)}.single-product div.product table.variations select:valid~label,.single-product div.product table.variations select:focus~label{top:0}.single-product div.product table.variations a.reset_variations{margin-top:0;display:inline-block;margin-left:0;color:var(--e-global-color-secondary);border-bottom:1px solid;line-height:1}.single-product div.product table.variations a.reset_variations:hover{color:var(--e-global-color-primary)}.single-product div.product table.variations td.label label{font-size:12px;font-size:.75rem;color:var(--e-global-color-secondary);font-weight:var(--e-global-typography-primary-font-weight);text-transform:uppercase}.single-product div.product table.variations td.value ul.variable-items-wrapper{display:inline-flex}.single-product div.product table.variations td.value ul li.variable-item{box-shadow:none;margin:0 9px 9px 0;width:auto;height:auto;padding:0;border-radius:3px;border:1px solid #eaeaea}.single-product div.product table.variations td.value ul li.variable-item:hover,.single-product div.product table.variations td.value ul li.variable-item.selected{outline:none;box-shadow:none;border-color:var(--e-global-color-secondary)}.single-product div.product table.variations td.value ul li.variable-item:hover .variable-item-span,.single-product div.product table.variations td.value ul li.variable-item.selected .variable-item-span{color:var(--e-global-color-secondary)}.single-product div.product table.variations td.value ul li.variable-item.disabled .variable-item-contents:before{content:"";display:block;height:1px;position:absolute;width:calc(100% + 20px);background-color:#c5c5c5;rotate:38deg;left:0;top:50%;transform:translate(-8px,6px)}.single-product div.product table.variations td.value ul li.variable-item .variable-item-span{font-size:14px;font-size:.875rem;color:var(--e-global-color-secondary);font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:14px;font-size:.875rem;line-height:2.1}.single-product div.product table.variations td.value ul li.variable-item .variable-item-span-button{padding:9px 15px 9px 17px!important}.single-product div.product table.variations td.value ul li.variable-item.color-variable-item{min-width:24px;min-height:24px;width:24px;height:24px;border-radius:50%}.single-product div.product table.variations td.value ul li.variable-item.color-variable-item .variable-item-span{padding:2px;border-radius:50%}.single-product div.product table.variations td.value ul li.variable-item.color-variable-item .variable-item-span:after{content:none}.single-product div.product table.variations td.value ul li.variable-item.button-variable-item:hover,.single-product div.product table.variations td.value ul li.variable-item.button-variable-item.selected{border-color:var(--e-global-color-secondary)}.single-product div.product table.variations td.value ul li.variable-item.disabled:before{display:none}.single-product div.product table.variations td.value ul li.variable-item.disabled:after{transform:rotate(-30deg);height:2px;background-color:var(--e-global-color-border);width:calc(100% + 12px);left:-7px;box-shadow:none}.single-product div.product table.variations td.value ul li.variable-item.disabled .variable-item-span{color:var(--e-global-color-text)}.single-product div.product .single_variation .price{display:block;font-size:24px;font-size:1.5rem;line-height:1;align-items:center;color:var(--e-global-color-primary);margin-bottom:20px}.single-product div.product .single_variation .price ins{margin-right:0;color:var(--e-global-color-primary)}.single-product div.product .single_variation .price del{margin-right:10px;font-size:16px;font-size:1rem}.single-product div.product .woocommerce-variation-add-to-cart{display:flex;align-items:center;margin-bottom:0;padding:0}.single-product div.product .single_variation_wrap{width:100%}.single-product div.product .variations_button{flex:0 0 100%;display:flex;flex-wrap:wrap;align-items:center;padding-bottom:30px;gap:10px}.single-product div.product .woocommerce-grouped-add-to-cart{flex:0 0 100%;display:flex;flex-wrap:wrap;align-items:center;margin-bottom:0;padding:18px 0 30px;gap:10px}.single-product div.product tr.woocommerce-grouped-product-list-item{border:0!important}.single-product div.product .product_after_title{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:1rem;font-size:14px;font-size:.875rem;position:relative}.single-product div.product .product_after_title>*{margin-bottom:0}.single-product div.product .product_after_title>*:not(:last-child){margin-right:15px;padding-right:15px;position:relative}.single-product div.product .product_after_title>*:not(:last-child):after{content:"";height:11px;width:1px;background-color:var(--e-global-color-border);position:absolute;right:0;top:50%;transform:translateY(-50%)}.single-product div.product .product_after_title .sku_wrapper{text-transform:uppercase;color:var(--e-global-color-lighter)}.single-product div.product .product_after_title .sku_wrapper .sku{color:var(--e-global-color-secondary)}.single-product div.product .rating_brands{display:flex;flex-wrap:wrap;margin-bottom:14px;padding-bottom:10px;font-size:14px;font-size:.875rem;position:relative;border-bottom:1px solid var(--e-global-color-border)}.single-product div.product .rating_brands>*{margin-bottom:0}.single-product div.product .rating_brands>*:not(:last-child){margin-right:15px;padding-right:15px;padding-left:5px;position:relative}.single-product div.product .rating_brands>*:not(:last-child):after{content:"";height:11px;width:1px;background-color:var(--e-global-color-border);position:absolute;right:0;top:50%;transform:translateY(-50%)}.single-product div.product .woocommerce-product-rating{display:flex;align-items:center}.single-product div.product .woocommerce-product-rating::before,.single-product div.product .woocommerce-product-rating::after{content:"";display:table}.single-product div.product .woocommerce-product-rating::after{clear:both}.single-product div.product .woocommerce-product-rating a{font-size:14px;font-size:.875rem;color:var(--e-global-color-secondary);margin-left:8px;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing)}.single-product div.product .woocommerce-product-rating a:hover{color:var(--e-global-color-primary)}.single-product div.product .woocommerce-product-rating .star-rating{font-size:14px;font-size:.875rem}.single-product div.product .product_meta>span{display:block;margin-bottom:.4rem;color:#888;font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing)}.single-product div.product .product_meta>span:last-child{margin-bottom:0;border-bottom:0}.single-product div.product .product_meta>span a,.single-product div.product .product_meta>span .sku{color:var(--e-global-color-secondary);font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);text-transform:uppercase}.single-product div.product .product_meta>span a:hover{color:var(--e-global-color-primary)}.single-product .razox-single-product-extra{font-size:16px;font-size:1rem;margin-bottom:2rem;color:var(--e-global-color-secondary)}.single-product .razox-single-product-extra ul{list-style:none;margin:0}.single-product .razox-single-product-extra ul li{padding-bottom:2px}.single-product .razox-single-product-extra ul li i{color:var(--e-global-color-primary);padding:0 5px 6px 0;font-size:20px;font-size:1.25rem}.single-product .time-sale{display:flex;align-items:center;flex-wrap:wrap;padding:0}.single-product .time-sale .deal-text{font-size:14px;font-size:.875rem;max-width:130px;line-height:1;margin-right:30px;margin-bottom:19px;color:var(--e-global-color-secondary);font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);text-transform:uppercase}.single-product .time-sale .razox-countdown{margin-bottom:19px}.single-product .time-sale .razox-countdown .countdown-item{margin-top:0;text-align:center;position:relative}@media (max-width:425px){.single-product .time-sale .razox-countdown .countdown-item{margin-bottom:15px}}.single-product .time-sale .razox-countdown .countdown-item:not(:last-child){margin-right:33px}.single-product .time-sale .razox-countdown .countdown-item:after{content:none}.single-product .time-sale .razox-countdown .countdown-item .countdown-digits{font-size:24px;font-size:1.5rem;color:var(--e-global-color-secondary);min-width:60px;min-height:60px}.single-product .time-sale .razox-countdown .countdown-item .countdown-label{display:block;font-size:14px;font-size:.875rem;text-transform:uppercase;width:40px;height:22px}.single-product .deal-sold{display:flex;flex-direction:column;margin:0 0 1.5em}.single-product .deal-sold>div{width:100%}.single-product .deal-sold .deal-sold-text{margin-top:0;margin-bottom:10px;order:-1}.single-product .deal-sold .deal-sold-text span:last-child{color:var(--e-global-color-secondary)}.single-product .deal-sold .progress-bar{border-radius:5px;height:8px}.single-product .deal-sold .progress-bar .progress-value{background-color:var(--e-global-color-secondary);border-radius:5px}.single-product .woocommerce-tabs-wrapper:before,.single-product .woocommerce-tabs-wrapper:after{content:"";position:absolute;width:100vw;height:1px;background-color:var(--e-global-color-border);left:50%;transform:translateX(-50%)}.single-product .woocommerce-tabs-wrapper .woocommerce-tabs-body{padding-top:60px}.single-product .woocommerce-tabs{display:block;position:relative;padding:60px 0 0;margin:0 auto}@media (min-width:768px){.single-product .woocommerce-tabs{padding:100px 0 0}}.single-product .woocommerce-tabs ul.tabs{text-align:center;margin:0;list-style:none;position:relative;margin-bottom:58px}@media (max-width:767px){.single-product .woocommerce-tabs ul.tabs{display:none}}.single-product .woocommerce-tabs ul.tabs li{display:inline-block;margin:0}.single-product .woocommerce-tabs ul.tabs li:first-child{margin-left:0}.single-product .woocommerce-tabs ul.tabs li:last-child{margin-right:0}.single-product .woocommerce-tabs ul.tabs li a{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);color:var(--e-global-color-lighter);display:block;position:relative;font-size:24px;font-size:1.5rem;line-height:1.2;padding:0 25px 14px;text-transform:capitalize}.single-product .woocommerce-tabs ul.tabs li a:before{content:"";position:absolute;height:2px;width:0;left:0;bottom:-1px;transition:all 0.4s ease;background-color:var(--e-global-color-primary)}.single-product .woocommerce-tabs ul.tabs li:hover a,.single-product .woocommerce-tabs ul.tabs li.active a{color:var(--e-global-color-secondary)}.single-product .woocommerce-tabs ul.tabs li:hover a:before,.single-product .woocommerce-tabs ul.tabs li.active a:before{width:100%;transition:all 0.4s ease}.single-product .woocommerce-tabs .block-media-text{display:flex;gap:30px;flex-wrap:wrap;margin-bottom:30px}.single-product .woocommerce-tabs .media-full{position:relative}.single-product .woocommerce-tabs .media-full *{color:#fff;margin:0}.single-product .woocommerce-tabs .media-full .media-full__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:308px}@media (max-width:768px){.single-product .woocommerce-tabs .media-full .media-full__content{width:100%;max-width:100%}}.single-product .woocommerce-tabs .media-full .media-full__content .heading{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:64px;font-size:4rem;line-height:.9;text-transform:capitalize;text-align:center}@media (max-width:768px){.single-product .woocommerce-tabs .media-full .media-full__content .heading{padding:30px 15px}}@media (max-width:568px){.single-product .woocommerce-tabs .media-full .media-full__content .heading{font-size:30px;font-size:1.875rem}}.single-product .woocommerce-tabs.product-accordions{padding:0;margin-top:1.5rem}.single-product .woocommerce-tabs.product-accordions .accordion-item{border-top:1px solid var(--e-global-color-border);width:100vw;left:50%;transform:translateX(-50%);position:relative;padding:0 30px}.single-product .woocommerce-tabs.product-accordions .accordion-item:first-child{content:""}.single-product .woocommerce-tabs.product-accordions .accordion-item .accordion-description{padding-top:50px;padding-bottom:30px}@media (max-width:1366px){.single-product .woocommerce-tabs.product-accordions .accordion-item .accordion-description{padding:30px;margin:auto}}.single-product .woocommerce-tabs.product-accordions .accordion-item .accordion-description .woocommerce-description-wrapper{display:flex;justify-content:center}.single-product .woocommerce-tabs.product-accordions .accordion-item .accordion-description .woocommerce-description-title{font-size:40px;font-size:2.5rem;line-height:.95;display:block;flex:1;padding-right:40px}@media (max-width:1366px){.single-product .woocommerce-tabs.product-accordions .accordion-item .accordion-description .woocommerce-description-title{display:none}}.single-product .woocommerce-tabs.product-accordions .accordion-item .accordion-description .woocommerce-description-content{width:930px}.single-product .woocommerce-tabs.product-accordions .accordion-item .woocommerce-additional-title,.single-product .woocommerce-tabs.product-accordions .accordion-item .woocommerce-Reviews-title{display:none}.single-product .woocommerce-tabs.product-accordions .accordion-item .reviews-summary{flex-direction:column;margin:0;margin-right:auto}.single-product .woocommerce-tabs.product-accordions .accordion-item .reviews-summary .review-summary-total{padding:0;border:none}.single-product .woocommerce-tabs.product-accordions .accordion-item .reviews-summary .review-summary-total .review-summary-info{align-items:flex-end}.single-product .woocommerce-tabs.product-accordions .accordion-item .reviews-summary .review-summary-total .review-summary-btn{display:none}.single-product .woocommerce-tabs.product-accordions .accordion-item .reviews-summary .review-summary-total .review-btn{display:inline-flex;margin-top:6px}.single-product .woocommerce-tabs.product-accordions .accordion-item .reviews-summary .review-summary-detal{padding:0;margin-top:46px}.single-product .woocommerce-tabs.product-accordions:after,.single-product .woocommerce-tabs.product-accordions:before{content:none}.single-product .woocommerce-tabs.product-accordions .accordion-head{padding:20px 0;position:relative;cursor:pointer}.single-product .woocommerce-tabs.product-accordions .accordion-head:hover .accordion-title-wrapper:before{color:var(--e-global-color-primary)}.single-product .woocommerce-tabs.product-accordions .accordion-head:hover .accordion-title{color:var(--e-global-color-primary)}.single-product .woocommerce-tabs.product-accordions .accordion-head.active{background-color:var(--e-global-color-primary);width:100vw;left:50%;transform:translateX(-50%);position:relative;padding:20px 30px}.single-product .woocommerce-tabs.product-accordions .accordion-head.active .accordion-title{color:#fff}.single-product .woocommerce-tabs.product-accordions .accordion-head.active .accordion-title-wrapper:before{color:#fff;content:""}.single-product .woocommerce-tabs.product-accordions .accordion-head .accordion-title-wrapper{position:relative}.single-product .woocommerce-tabs.product-accordions .accordion-head .accordion-title-wrapper:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";position:absolute;top:50%;padding:6px 8px;border-radius:50%;-ms-transform:translateY(-50%);-o-transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);color:var(--e-global-color-secondary);-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;right:-1px;font-size:16px;font-size:1rem}.single-product .woocommerce-tabs.product-accordions .accordion-title{display:inline-block;position:relative;font-size:24px;font-size:1.5rem;line-height:1.2;margin-bottom:0;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);color:var(--e-global-color-secondary);-ms-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;text-transform:capitalize}.single-product .woocommerce-tabs.product-accordions .accordion-body{padding:0;display:none}.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #comments,.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #review_form_wrapper{display:flex;max-width:100%;width:100%;float:none;padding-right:0;padding-left:0;padding-top:55px}.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #comments .commentlist,.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #review_form_wrapper .commentlist{padding:0;border:none;width:calc(100% - 480px)}.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #review_form_wrapper{padding-top:0}.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #review_form_wrapper #review_form{margin-left:auto;width:calc(100% - 480px)}.single-product .woocommerce-tabs.product-accordions .accordion-body .list-unstyled{margin-left:0}.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled{margin:0}.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li{margin-bottom:5px}.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.store-name>span:not(.details),.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.seller-name>span:not(.details),.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.store-address>span:not(.details){font-weight:var(--e-global-typography-primary-font-weight);color:var(--e-global-color-secondary)}.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .seller-rating{vertical-align:middle}.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .seller-rating .text{vertical-align:text-bottom}.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .star-rating{display:inline-block}.single-product .woocommerce-tabs.product-accordions table td,.single-product .woocommerce-tabs.product-accordions table th{word-break:unset}@media (min-width:768px){.single-product .woocommerce-tabs.product-accordions ul.products li.product{flex:0 0 50%;max-width:50%}}.single-product .woocommerce-tabs .woocommerce-Tabs-panel{padding:0 0 30px;max-width:930px;margin:0 auto}.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled{margin:0}.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li{margin-bottom:5px}.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.store-name>span:not(.details),.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.seller-name>span:not(.details),.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.store-address>span:not(.details){font-weight:var(--e-global-typography-primary-font-weight);color:var(--e-global-color-secondary)}.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .seller-rating{vertical-align:middle}.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .seller-rating .text{vertical-align:text-bottom}.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .star-rating{display:inline-block}.single-product .woocommerce-tabs .comment-form-cookies-consent{display:inline-block}.single-product .woocommerce-tabs .panel .woocommerce-description-title:first-of-type{display:none}.single-product .woocommerce-tabs .review_form label{margin-bottom:.5em;display:block}.single-product .woocommerce-tabs h2.resp-accordion{display:flex;align-items:center;font-weight:var(--e-global-typography-primary-font-weight);font-size:16px;font-size:1rem;line-height:18px;padding:1em;margin:0}@media (min-width:768px){.single-product .woocommerce-tabs h2.resp-accordion{display:none}}.single-product .woocommerce-tabs h2.resp-accordion:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";margin-right:10px}.single-product .woocommerce-tabs h2.resp-accordion.active:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:""}.single-product .product-extra-info ul{margin:0;list-style:none}.single-product .product-extra-info ul li{display:flex;align-items:center;font-size:16px;font-size:1rem;line-height:16px;margin-bottom:20px;color:var(--e-global-color-text)}.single-product .product-extra-info ul li:last-child{margin-bottom:0}.single-product .product-extra-info ul li i{margin-right:10px}.single-product .product-extra-info .brand-content{padding-bottom:20px}.single-product .product-extra-info .brand-wrap{padding-top:20px;border-top:1px solid var(--e-global-color-border)}.single-product .product-extra-info .title-brand{display:block;font-size:16px;font-size:1rem;font-weight:var(--e-global-typography-primary-font-weight);line-height:22px;color:var(--e-global-color-primary)}.single-product .product-brand{display:inline-block;color:var(--e-global-color-lighter);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:21px;border-right:1px solid #E1E1E1;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing)}.single-product.razox-sidebar-left div.product form.cart .quantity,.single-product.razox-sidebar-right div.product form.cart .quantity{width:110px}.entry-summary p.price{display:flex;flex-direction:row;align-items:baseline;font-size:30px;font-size:1.875rem;line-height:1;margin:0 0 20px}.entry-summary p.price del{margin:0 5px 0 5px;font-size:20px;font-size:1.25rem;line-height:1.3}.entry-summary form.cart{display:flex;align-items:center;margin-bottom:0;padding-bottom:30px;flex-wrap:wrap;grid-row-gap:10px}@media (max-width:425px){.entry-summary form.cart{flex-wrap:wrap}}.entry-summary form.cart .clear{position:relative;flex:0 0 calc(100% + 3.6rem);width:calc(100% + 2rem);margin-left:-1.8rem;margin-top:20px;border-top:1px solid var(--e-global-color-border)}.entry-summary form.cart.grouped_form,.entry-summary form.cart.variations_form{padding:0;border:none;margin-top:0}.entry-summary form.cart .quantity_wrap{margin:0}.entry-summary form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity{float:none;margin-right:0;text-align:right}.entry-summary form.cart table.woocommerce-grouped-product-list .quantity_wrap{display:inline-block;margin:0;padding:0}.entry-summary form.cart table.woocommerce-grouped-product-list .quantity{padding:8px 16px}.entry-summary form.cart table.woocommerce-grouped-product-list .button{padding:13px 26px}.entry-summary form.cart table.group_table{margin-bottom:20px;margin-top:8px}.entry-summary form.cart table.group_table tr{border-bottom:1px solid;border-color:var(--e-global-color-border)}.entry-summary form.cart table.group_table td{padding:0 0 12px 0;vertical-align:middle}.entry-summary form.cart table.group_table td.woocommerce-grouped-product-list-item__price{text-align:end}.entry-summary form.cart table.group_table .quantity_label{display:none}@media (max-width:500px){.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__image,.entry-summary form.cart table.group_table .woocommerce-grouped-product-image{display:none}.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__label{padding-left:0}}.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__image,.entry-summary form.cart table.group_table .woocommerce-grouped-product-image{padding-right:20px;width:80px}.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__image img,.entry-summary form.cart table.group_table .woocommerce-grouped-product-image img{max-width:80px;height:80px;object-fit:cover;margin:auto;border-radius:16px}.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__label{padding-right:10px}.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__label .razox-single-product-extra-description p{margin-bottom:.4rem}.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__label a{color:var(--e-global-color-secondary);word-break:break-word;font-size:16px;font-size:1rem;font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing)}.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__label a:hover{color:var(--e-global-color-primary)}.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__price del .woocommerce-Price-amount{color:var(--e-global-color-lighter);font-weight:var(--e-global-typography-primary-font-weight);font-size:12px;font-size:.75rem}.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__price ins .woocommerce-Price-amount{color:var(--e-global-color-text);font-weight:var(--e-global-typography-primary-font-weight)}.entry-summary form.cart table.group_table p.price{font-size:20px;font-size:1.25rem;margin:12px 0 0}.entry-summary form.cart table.group_table .stock.in-stock{margin:0;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!important}.entry-summary form.cart table.group_table .stock.in-stock:focus{background-color:#f1f1f1;color:#21759b;border-radius:5px;-webkit-box-shadow:0 0 2px 2px rgb(0 0 0 / .6);box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip:auto!important;display:block;font-size:14px;font-size:.875rem;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.entry-summary form.cart table.group_table .woocommerce-Price-amount{word-break:normal;display:block}.entry-summary form.cart table.group_table .stock.out-of-stock{display:none}.entry-summary .razox-single-product-extra-description{padding:0 0 40px;border-bottom:1px solid var(--e-global-color-border);margin:0}.entry-summary .razox-single-product-extra-description ul{display:flex;list-style:none;justify-content:space-between;margin:0;flex-wrap:wrap;gap:15px}@media (max-width:568px){.entry-summary .razox-single-product-extra-description ul{display:block}}.entry-summary .razox-single-product-extra-description ul li,.entry-summary .razox-single-product-extra-description ul b{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:14px;font-size:.875rem;line-height:1.3;text-transform:uppercase;color:var(--e-global-color-lighter)}.entry-summary .razox-single-product-extra-description ul b{color:var(--e-global-color-secondary)}.entry-summary .razox-single-product-extra-description ul .delivery:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";font-size:23px;font-size:1.4375rem;color:var(--e-global-color-secondary);margin-right:9px}.entry-summary .razox-single-product-extra-description ul .return:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";font-size:18px;font-size:1.125rem;color:var(--e-global-color-secondary);margin-right:9px}.entry-summary .razox-single-product-extra-description ul .customer:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";font-size:23px;font-size:1.4375rem;color:var(--e-global-color-secondary);margin-right:9px}.entry-summary .razox-single-trust-seal-image{padding:23px 0 28px;border-bottom:1px solid var(--e-global-color-border)}.entry-summary .razox-single-trust-seal-image .label{font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);font-size:14px;font-size:.875rem;line-height:1.3;text-align:center;color:var(--e-global-color-secondary);margin:0 0 9px}.entry-summary .razox-single-trust-seal-image img{margin:0 auto;object-fit:cover}.entry-summary .product_meta{padding:23px 0 0}.inventory_status{background-color:#7FD07E;color:#FFF;font-size:16px;font-size:1rem;align-items:center;margin-bottom:0;display:block;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);line-height:1.25;padding:4px 30px;border-radius:5px;transition:all 0.4s ease}.inventory_status.out-stock{color:#CACACA;background-color:#fff0;border:1px solid var(--e-global-color-border);padding:4px 15px}.inventory_status.out-stock:before{background-color:var(--e-global-color-lighter)}.stock:empty::before{display:none}.stock.in-stock{color:#0f834d}.stock.out-of-stock{color:#e2401c}a.reset_variations{display:inline-block;margin-left:1em}.razox-woocommerce-tabs{margin-top:50px}.razox-woocommerce-tabs .umimi-woocommerce-tabs-panel{padding:50px 0;border-top:1px solid;border-top-color:var(--e-global-color-border)}.razox-woocommerce-tabs .umimi-woocommerce-tabs-panel .woocommerce-description-title:first-of-type{font-size:16px;font-size:1rem;margin-bottom:40px;color:var(--e-global-color-secondary)}.razox-woocommerce-tabs .umimi-woocommerce-tabs-panel table.shop_attributes th{padding:4px 10px 4px 0}.razox-woocommerce-tabs .umimi-woocommerce-tabs-panel table.shop_attributes td{padding:4px 0 4px 10px;text-align:right}.single-product-reviews-wrap{max-width:850px;margin-left:auto;margin-right:auto;margin-top:100px}.single-product-reviews-wrap .woocommerce-Reviews-title{display:none}.single-product-reviews-wrap .review-title{font-size:36px;font-size:2.25rem;border-bottom:1px solid;border-bottom-color:var(--e-global-color-border);margin-bottom:50px}.single-product-reviews-wrap .review-title .count{width:20px;height:20px;line-height:20px;color:#fff;background-color:#000;border-radius:20px;text-align:center;font-size:14px;font-size:.875rem;display:inline-block;margin-left:5px}#reviews{outline:none;margin-left:auto;margin-right:auto}.accordion-body #reviews{max-width:1400px}#reviews #respond{padding-top:32px;border-top:1px solid var(--e-global-color-border)}#reviews #reply-title{font-size:30px;font-size:1.875rem;line-height:1.1}#reviews #comments{margin-bottom:43px;padding-top:0;margin-top:0}#reviews .commentlist{list-style:none;margin:0;padding-top:60px;border-top:1px solid var(--e-global-color-border)}#reviews .commentlist li{margin-bottom:27px;list-style:none;clear:both}#reviews .commentlist li::before,#reviews .commentlist li::after{content:"";display:table}#reviews .commentlist li::after{clear:both}#reviews .commentlist li .comment_container{border-radius:5px}#reviews .commentlist li .comment_container::before,#reviews .commentlist li .comment_container::after{content:"";display:table}#reviews .commentlist li .comment_container::after{clear:both}#reviews .commentlist li .comment_container .comment-text{width:calc(100% - 65px);float:right}#reviews .commentlist li .comment_container .comment-text .star-rating{font-size:.875em;line-height:1;height:1em}#reviews .commentlist li .comment_container .comment-text .meta{margin-bottom:13px}#reviews .commentlist li:last-child{border-bottom:0;margin-bottom:0}#reviews .commentlist li time{color:var(--e-global-color-lighter)}#reviews .commentlist li .avatar{width:50px;height:50px;float:left;margin-right:15px;border-radius:50%;object-fit:cover}#reviews .commentlist li p.meta strong{font-size:16px;font-size:1rem;color:var(--e-global-color-secondary)}#reviews .commentlist li p.meta time{margin-left:10px}#reviews .commentlist li p.meta time:before{margin-right:5px;line-height:1;margin-top:-3px}#reviews .commentlist li p.meta .verified{font-style:normal;font-size:.875em}#reviews .commentlist li p.meta .woocommerce-review__dash{display:none}#reviews .commentlist li ul.children{margin:0;width:82.2222222222%;float:right;margin-right:0;padding-top:1.618034em}#reviews .commentlist li ul.children .avatar{width:13.5135135135%;float:left;margin-right:8.1081081081%}#reviews .commentlist li ul.children .comment-text{width:78.3783783784%;float:right;margin-right:0}#reviews .commentlist li ul.children li{margin-bottom:1.618034em}#reviews .commentlist li ul.children li:last-child{margin-bottom:0}#reviews .comment-form-rating{clear:both;margin-bottom:1em}#reviews .comment-form-rating label{display:block;margin-right:20px;font-size:16px;font-size:1rem;line-height:1.5;text-transform:capitalize}#reviews .comment-form-rating p.stars{line-height:1}#reviews .comment-form-comment input,#reviews .comment-form-author input,#reviews .comment-form-email input{width:100%}#reviews .comment-form-comment textarea{color:var(--e-global-color-secondary)}#reviews .comment-form-comment,#reviews .comment-form-author,#reviews .comment-form-email,#reviews .comment-form-cookies-consent,#reviews .comment-notes{margin-bottom:1.41577975em}#reviews .comment-form-cookies-consent:before{content:"";display:block;clear:left}table.shop_attributes tr{border-bottom:1px solid var(--e-global-color-border)}table.shop_attributes tr:last-child{border-bottom:none}table.shop_attributes th{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:20px;font-size:1.25rem;color:var(--e-global-color-lighter);text-transform:capitalize}table.shop_attributes td{color:var(--e-global-color-lighter)}table.shop_attributes td b{color:var(--e-global-color-secondary)}table.shop_attributes td ul{margin-left:20px}.wrapper-technical_specs table{color:var(--e-global-color-lighter)}.wrapper-technical_specs table tr:not(:first-child){border-top:1px solid var(--e-global-color-border);padding-top:20px}.wrapper-technical_specs table th{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:20px;font-size:1.25rem;color:var(--e-global-color-lighter);text-transform:uppercase;padding:40px 0 20px}.wrapper-technical_specs table td{padding:40px 0 20px}.wrapper-technical_specs table strong{color:var(--e-global-color-secondary)}.razox-sticky-add-to-cart{background-color:var(--background)}.razox-sticky-add-to-cart__content{font-size:16px;font-size:1rem}.razox-sticky-add-to-cart__content-title strong{color:var(--e-global-color-secondary);font-weight:var(--e-global-typography-text-font-weight)}.razox-sticky-add-to-cart__content-button{border:none;letter-spacing:0;padding:13px 25px;background-color:var(--e-global-color-accent)}.razox-sticky-add-to-cart__content-button:hover{background-color:var(--e-global-color-primary)}.razox-sticky-add-to-cart__content-price{display:inline-flex;font-size:14px;font-size:.875rem;color:var(--e-global-color-primary);margin-bottom:4px;align-items:center;font-weight:var(--e-global-typography-primary-font-weight)}.razox-sticky-add-to-cart__content-price ins{order:-1;margin-left:0;margin-right:.6180469716em;background-color:#fff0;color:var(--e-global-color-text)}.razox-sticky-add-to-cart__content-price del{font-size:12px;font-size:.75rem;color:var(--e-global-color-lighter)}.sizechart-popup{width:630px;max-width:100vw;overflow-y:auto;position:fixed;left:50%;padding:60px;background:#fff;top:50%;transform:translate(-50%,-50%);z-index:998;opacity:0;visibility:hidden;pointer-events:none;transition:all ease-in-out 0.3s}.sizechart-popup.active{opacity:1;pointer-events:auto;visibility:visible}.sizechart-popup.active+.sizechart-overlay{opacity:1;visibility:visible}.sizechart-popup .sizechart-close{position:absolute;right:20px;top:20px;font-size:24px;font-size:1.5rem;line-height:1}.sizechart-popup .sizechart-close i{color:var(--e-global-color-secondary)}.sizechart-popup .sizechart-close:hover i{color:var(--e-global-color-primary)}.sizechart-button{font-size:12px;font-size:.75rem;text-decoration:underline;text-transform:uppercase;line-height:2;margin-bottom:1em;display:inline-block;color:var(--e-global-color-secondary)}.sizechart-button:hover{color:var(--e-global-color-primary)}.sizechart-overlay{position:fixed;width:100vw;height:100vh;top:0;bottom:0;z-index:997;opacity:0;background-color:rgb(0 0 0 / .7);visibility:hidden;transition:opacity 0.25s ease,visibility 0s ease}.razox-frequently-bought{margin-top:5px;padding-top:20px;margin-bottom:10px;border-top:1px solid;border-color:var(--e-global-color-border)}.razox-frequently-bought .frequently-bought-title{margin-bottom:10px;font-size:13px;font-size:.8125rem;text-transform:uppercase;color:var(--e-global-color-secondary)}.razox-frequently-bought ul{list-style:none;margin:0}.razox-frequently-bought .product-item{display:flex;align-items:center;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid;position:relative;border-color:var(--e-global-color-border);cursor:pointer}.razox-frequently-bought .product-item:last-child{padding-bottom:0;border-bottom:0}.razox-frequently-bought .product-item img{width:80px;margin-right:20px;border:4px solid #fff;box-shadow:0 0 0 1px;color:var(--e-global-color-border);background-color:#f7f4ef;border-radius:18px}.razox-frequently-bought .product-item.uncheck *{opacity:.8}.razox-frequently-bought .content-product-item{height:100%;flex:1}.razox-frequently-bought .content-product-item .product-title{position:relative;z-index:2;font-size:14px;font-size:.875rem;color:var(--e-global-color-secondary)}.razox-frequently-bought .content-product-item .posted-in a{font-size:13px;font-size:.8125rem;color:var(--e-global-color-text)}.razox-frequently-bought .product-price{font-size:16px;font-size:1rem;margin:0 30px;color:var(--e-global-color-primary)}.razox-frequently-bought .product-price del{font-size:.95em}.razox-frequently-bought .product-price ins{background:#fff0}.razox-frequently-bought .price-box .label{color:var(--e-global-color-secondary)}.razox-frequently-bought .price-box .razox-total-price{font-size:30px;font-size:1.875rem;color:var(--e-global-color-primary)}.razox-frequently-bought input[type=checkbox]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0!important;z-index:1;cursor:pointer}.razox-frequently-bought input[type=checkbox]+span{opacity:1!important}.razox-frequently-bought input[type=checkbox]+span:before{content:"+";width:30px;height:30px;display:inline-block;font-size:18px;font-size:1.125rem;line-height:30px;text-align:center;background-color:#f7f4ef;border-radius:50%;color:#000}.razox-frequently-bought input[type=checkbox]:checked+span:before{content:"-"}.razox-frequently-bought .razox_add_to_wishlist_button{color:#000}.razox-frequently-bought .product-buttons{display:flex;justify-content:space-between}.razox-frequently-bought .product-buttons form{margin-bottom:0}.razox-frequently-bought .product-buttons .razox-add-to-cart{font-size:12px;font-size:.75rem}#rotateimages{cursor:ew-resize}.view-360-group{margin-top:30px;margin-bottom:40px;display:flex;justify-content:center;align-items:center}.view-360-group .view-360-svg{margin-left:20px;margin-right:20px;font-size:30px;font-size:1.875rem;color:var(--e-global-color-secondary)}.view-360-group .view-360-button i{font-size:16px;font-size:1rem;width:30px;height:30px;line-height:30px;display:inline-block;text-align:center;border:1px solid;border-color:var(--e-global-color-border);border-radius:50%;color:var(--e-global-color-secondary);cursor:pointer}.view-360-group .view-360-button i:hover{color:var(--e-global-color-primary)}.single-product .view-360-group+.mfp-close{border:none;color:#000;font-size:25px;font-size:1.5625rem;font-weight:var(--e-global-typography-text-font-weight);width:30px;height:30px;line-height:1}.single-product:not(.single-product-tabs-layout-sticky) .content-full-width{position:relative;width:100vw;left:50%;transform:translateX(-50%)}.single-product.single-product-tabs-layout-accordion .content-full-width{position:relative;width:100vw;left:75%;transform:translateX(-75%)}@media (max-width:1366px){.single-product.single-product-tabs-layout-accordion .content-full-width{left:50%;transform:translateX(-50%)}}.single-product.single-product-tabs-layout-sticky .woocommerce-tabs-full-content:after{width:100%}.single-product.single-product-tabs-layout-sticky .tabs-full-content-item:before{content:"";position:absolute;width:100%;height:1px;background-color:var(--e-global-color-border);left:50%;transform:translateX(-50%)}@media (min-width:1024px){.single-product.single-product-tabs-layout-sticky .content-single-images-wrapper{width:930px!important}.single-product.single-product-tabs-layout-sticky .summary{width:calc(100% - 960px)}}@media (min-width:768px){.single-product.single-product-tabs-layout-sticky .woocommerce-tabs{padding:50px 0 0}}.single-product.single-product-tabs-layout-sticky .woocommerce-description,.single-product.single-product-tabs-layout-sticky .woocommerce-additional_information,.single-product.single-product-tabs-layout-sticky .woocommerce-Reviews{padding-top:30px}.single-product.single-product-tabs-layout-sticky .woocommerce-description-title,.single-product.single-product-tabs-layout-sticky .woocommerce-additional-title,.single-product.single-product-tabs-layout-sticky .woocommerce-Reviews-title{text-transform:capitalize;text-align:left}.single-product.single-product-tabs-layout-sticky .razox-single-product-extra-description ul{flex-direction:column}.single-product.single-product-tabs-layout-sticky .single_add_to_cart_button{min-width:100px}.tabs-full-content-item{max-width:930px;margin:0 auto}.tabs-full-content-item:before{content:"";position:absolute;width:100vw;height:1px;background-color:var(--e-global-color-border);left:50%;transform:translateX(-50%)}.tabs-full-content-item .woocommerce-description,.tabs-full-content-item .woocommerce-additional_information,.tabs-full-content-item .woocommerce-Reviews{padding-top:100px}.tabs-full-content-item .woocommerce-description{padding-bottom:30px}.tabs-full-content-item .woocommerce-description:before{content:""}.tabs-full-content-item .woocommerce-additional_information{padding-bottom:76px}.tabs-full-content-item .woocommerce-Reviews{padding-bottom:75px}.tabs-full-content-item .woocommerce-description-title,.tabs-full-content-item .woocommerce-additional-title,.tabs-full-content-item .woocommerce-Reviews-title{font-size:40px;font-size:2.5rem;text-align:center}.woocommerce-Tabs-panel .woocommerce-additional-title,.woocommerce-Tabs-panel .woocommerce-Reviews-title{text-align:center;text-transform:capitalize}.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name{display:none}.single-product .razox-woobt-wrap{margin-top:50px}@media (min-width:768px){.single-product .razox-woobt-wrap{margin-top:85px}}.single-product .razox_product_woobt_title{position:relative;text-align:center;display:block;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:30px;font-size:1.875rem;margin-bottom:20px;color:var(--e-global-color-secondary)}@media (min-width:768px){.single-product .razox_product_woobt_title{font-size:40px;font-size:2.5rem;margin-bottom:28px}}.single-product .woobt-wrap[class*=woobt-layout-grid]{display:flex;border:1px dashed var(--e-global-color-border);border-radius:4px;padding:15px;align-items:center;flex-wrap:wrap}@media (min-width:1024px){.single-product .woobt-wrap[class*=woobt-layout-grid]{padding:40px}}.single-product .woobt-wrap .product-woobt-bottom{width:100%;flex:0 0 100%;padding-left:0;margin-top:40px}@media (min-width:1024px){.single-product .woobt-wrap .product-woobt-bottom{flex:0 0 30%;padding-left:30px;margin-top:0}}.single-product .woobt-wrap .product-woobt-bottom .woocommerce-Price-amount{color:var(--e-global-color-primary);font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing)}.single-product .woobt-wrap .single_add_to_cart_button{width:100%}.single-product .woobt-wrap .single_add_to_cart_button:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";font-size:15px;padding-right:5px}@media (min-width:1024px){.single-product .woobt-wrap .single_add_to_cart_button:before{font-size:20px;font-size:1.25rem;padding-right:10px}}.single-product .woobt-products[class*=woobt-products-layout-grid]{flex-grow:1;justify-content:space-between;padding-right:0;margin:0;flex-wrap:wrap}@media (min-width:1024px){.single-product .woobt-products[class*=woobt-products-layout-grid]{padding-right:70px}}.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product{border:none;margin:0;padding:0;width:100%;max-width:160px;position:relative;font-size:16px;font-size:1rem}.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product>div{text-align:left;margin-bottom:12px}.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-price{max-width:100%;margin-bottom:0}.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-price .woobt-price-ori{display:flex;align-items:center}.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-price .woocommerce-Price-amount{font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);color:var(--e-global-color-secondary)}.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-price del{order:2;margin-left:10px}.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-price del .woocommerce-Price-amount{font-size:14px;font-size:.875rem;font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);text-decoration:line-through}.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-price ins .woocommerce-Price-amount{color:var(--e-global-color-primary)}.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-title-inner{font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing)}.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-title{order:2;margin-bottom:30px}.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-choose{order:3;position:relative}.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-choose .checkmark{display:block;position:absolute;top:0;left:0;height:20px;width:20px;border-radius:5px;background-color:#eee}.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-choose .checkmark:after{content:"";position:absolute;left:7px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-choose input{position:absolute;opacity:0;cursor:pointer;width:20px;height:20px;z-index:9}.single-product .woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-choose input:checked~.checkmark{background-color:#84C8BB}.single-product .block-single-product{display:flex;gap:30px}@media (max-width:768px){.single-product .block-single-product{display:block}}.single-product .block-single-product .ul-single-product{list-style:none;margin:0 0 40px;width:50%}@media (max-width:768px){.single-product .block-single-product .ul-single-product{width:100%}}@media (max-width:768px){.single-product .block-single-product .ul-single-product li *{margin:auto}}.woosc-quick-table{margin-top:0;position:relative;padding:50px 0 0}@media (min-width:768px){.woosc-quick-table{padding:95px 0 0}}.woosc-quick-table>h2{position:relative;text-align:center;display:block;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:30px;font-size:1.875rem;margin-bottom:20px;color:var(--e-global-color-secondary)}@media (min-width:768px){.woosc-quick-table>h2{font-size:40px;font-size:2.5rem;margin-bottom:46px}}.radio-group .owcpv_custom_radio_group{padding-bottom:12px}.radio-group .owcpv_custom_radio_group .color_group_preview{border:none!important;width:16px!important;height:16px!important}.owcpv_price_summary .owcpv_price{color:var(--e-global-color-secondary)!important}.reviews-summary{display:flex;margin:0 auto;padding-bottom:53px;max-width:550px}@media (max-width:768px){.reviews-summary{display:block}}.reviews-summary .review-summary-detal{display:flex;flex-direction:column-reverse;width:100%;padding-left:50px}@media (max-width:768px){.reviews-summary .review-summary-detal{margin-top:10px;padding-left:0;align-items:center;justify-content:center}}.reviews-summary .review-summary-detal .review-label{color:#000;font-weight:400;min-width:60px;line-height:1.2}.reviews-summary .progress{display:flex;-webkit-box-shadow:none;box-shadow:none;height:5px;overflow:hidden;font-size:0;border-radius:10px;background-color:#F1F2F8;width:100px;margin-left:4px;margin-right:60px}.reviews-summary .progress-bar{display:flex;align-items:center;justify-content:center;color:#fff;background-color:var(--primary);border-radius:5px}.reviews-summary .progress-bar-striped{background:#000}.reviews-summary .progress-bar-animated{animation:progress-bar-stripes 0.35s}.reviews-summary .review-summery-item{align-items:center;display:flex;margin-bottom:2px}.reviews-summary .progress-title{display:flex;align-items:baseline;font-size:14px;line-height:1.4}.reviews-summary .progress-title .review-star-number{font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);font-size:14px;font-size:.875rem;line-height:1.1;margin-right:5px;width:7px}.reviews-summary .progress-title i{color:var(--e-global-color-primary);margin-right:8px}.reviews-summary .progress-title .review-number-count{color:var(--text_light)}.reviews-summary .review-number-count{font-size:14px;font-size:.875rem}.reviews-summary .review-summary-total{padding-right:40px;border-right:1px solid var(--e-global-color-border)}@media (max-width:768px){.reviews-summary .review-summary-total{padding-right:0;border-right:none}}.reviews-summary .review-summary-total .star-rating{font-size:14px;height:1em;margin-bottom:7px}.reviews-summary .review-summary-total .star-rating span:before{color:var(--F9BF00)}.reviews-summary .review-summary-total .review-summary-result{color:var(--e-global-color-secondary);font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:50px;line-height:1.15}.reviews-summary .review-summary-total .review-summary-result strong{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing)}.reviews-summary .review-summary-total .review-summary-rating{font-size:14px;font-weight:500;min-height:50px;display:flex;flex-direction:column}.reviews-summary .review-summary-total .review-summary-rating .label{color:var(--e-global-color-secondary);font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);font-size:14px;font-size:.875rem;line-height:1.1}.reviews-summary .review-summary-total .review-summary-info{display:flex;gap:15px;align-items:flex-start}@media (max-width:768px){.reviews-summary .review-summary-total .review-summary-info{justify-content:center}}.reviews-summary .review-summary-total .review-summary-btn{margin-top:14px}.reviews-summary .review-summary-total .review-summary-btn.review-btn{display:none}.reviews-summary .review-summary-total .review-summary-btn .button{background-color:var(--e-global-color-secondary);color:var(--body-color);padding:8px 20px}.reviews-summary .review-summary-total .review-summary-btn .button:hover{color:#FFF}.reviews-summary .review-summary-total .review-summary-btn .button i:before{margin-left:6px}.woocommerce-page .widget-area .woocommerce:first-child .widget-title{padding-top:0}.woocommerce-page .widget-area .woocommerce.widget{padding:30px 0;border-bottom:0;border-top:1px solid var(--e-global-color-border)}.woocommerce-page .widget-area .woocommerce.widget_product_categories .widgettitle,.woocommerce-page .widget-area .woocommerce.widget_product_brands .widgettitle{padding:0 0 17px;margin:0}.woocommerce-page .widget-area .woocommerce.widget_price_filter .widgettitle{padding:0 0 26px;margin:0}.woocommerce-page .widget-area .woocommerce.widget_rating_filter .widgettitle{padding:0 0 23px;margin:0}.product_list_widget{margin-top:22px;list-style:none;margin-left:0;margin-bottom:0}.product_list_widget li{display:flex;padding:10px 0;margin-bottom:0!important}.product_list_widget li::before,.product_list_widget li::after{content:"";display:table}.product_list_widget li::after{clear:both}.product_list_widget li img{max-width:90px;object-fit:cover;border-radius:5px}.product_list_widget li:last-child{padding-bottom:0;border:none}.product_list_widget li:first-child{padding-top:0}.product_list_widget .product-list-inner{display:flex}.product_list_widget .reviewer{font-size:.875em}.product_list_widget .product-image{position:relative}.product_list_widget .product-content{margin-left:1rem;flex:1}.product_list_widget .woocommerce-loop-product__title{font-size:22px;font-size:1.375rem;margin-bottom:.55rem;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.product_list_widget .count-review{margin-bottom:.5rem}.product_list_widget .price{margin-bottom:0}.product_list_widget a{display:block}.product_list_widget .label-wrapper>span{font-size:12px;font-size:.75rem}.widget ul.products li.product a{text-decoration:none}.widget_rating_filter ul{margin-bottom:0}.widget_rating_filter .wc-layered-nav-rating{margin-bottom:22px}.widget_rating_filter .wc-layered-nav-rating a{display:flex;align-items:center;text-decoration:none!important;font-size:14px;font-size:.875rem;line-height:1;color:var(--e-global-color-lighter);justify-content:space-between}.widget_rating_filter .wc-layered-nav-rating .star-rating{display:inline-block;height:1em;line-height:1;margin-right:5px}.widget_rating_filter .wc-layered-nav-rating:last-child{margin-bottom:0}.widget_products a{display:block}.widget_shopping_cart .product_list_widget{margin-bottom:0}.widget_shopping_cart .product_list_widget li{position:relative;padding-left:27px}.widget_shopping_cart .product_list_widget li a.remove{position:absolute;top:50%;transform:translateY(-50%);left:0;opacity:1}.widget_shopping_cart .product_list_widget li a.remove:hover:before{color:#e2401c}.widget_shopping_cart .product_list_widget li:first-child{padding-top:1em}.widget_shopping_cart .woocommerce-mini-cart-scroll{position:relative;flex:1 1 auto;overflow-y:auto}.widget_shopping_cart .woocommerce-mini-cart__empty-message{margin:1.41577975em}.widget_shopping_cart .product_list_widget{position:absolute;width:100%;top:0;right:0;bottom:0;left:0;overflow:auto;overflow-x:hidden}.widget_shopping_cart .product_list_widget img{margin-right:1em;float:left;max-width:85px}.widget_shopping_cart .mini_cart_item{display:block;border-bottom:1px dashed;border-bottom-color:var(--e-global-color-border)}.widget_shopping_cart .mini_cart_item a{color:var(--e-global-color-secondary);font-weight:var(--e-global-typography-primary-font-weight);margin-bottom:3px}.widget_shopping_cart .mini_cart_item a:hover{color:var(--e-global-color-primary)}.widget_shopping_cart .mini_cart_item .quantity{color:#000}.widget_shopping_cart .mini_cart_item .quantity .amount{color:var(--e-global-color-lighter);font-weight:var(--e-global-typography-primary-font-weight)}.widget_shopping_cart p.total{padding:12px 15px 12px 15px;margin:0;margin-bottom:5px;border-top:1px dashed;border-top-color:var(--e-global-color-border)}.widget_shopping_cart p.total::before,.widget_shopping_cart p.total::after{content:"";display:table}.widget_shopping_cart p.total::after{clear:both}.widget_shopping_cart p.total strong{color:#000;font-weight:var(--e-global-typography-text-font-weight);font-size:18px;font-size:1.125rem}.widget_shopping_cart p.total .amount{font-size:1.41577975em;font-weight:var(--e-global-typography-primary-font-weight);float:right;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);font-size:18px;font-size:1.125rem;color:var(--e-global-color-primary)}.widget_shopping_cart .buttons{padding:0 0 1em;margin:0;text-align:center;display:flex;flex-direction:column}.widget_shopping_cart .buttons a{display:block;margin-bottom:.6180339845em;margin-right:15px;margin-left:15px;background-color:#000;color:#fff}.widget_shopping_cart .buttons a:last-child{margin-bottom:0}.widget_shopping_cart .buttons a img{margin-left:auto;margin-right:auto}.widget_layered_nav li{margin-bottom:.6180339845em}.widget_product_brands a,.widget_product_categories a{position:relative;padding-left:28px}.widget_product_brands a:before,.widget_product_categories a:before{content:"";width:16px;height:16px;position:absolute;top:50%;left:0;background-color:#fff;border:2px solid var(--e-global-color-border);z-index:-1;transform:translate(0,-50%)}.widget_product_brands a:hover:before,.widget_product_categories a:hover:before{background-color:var(--e-global-color-primary);border-color:var(--e-global-color-primary)}.widget_product_brands .cat-item a,.widget_product_categories .cat-item a{display:inline-flex}.widget_product_brands .count,.widget_product_categories .count{float:right}.widget_product_brands ul.children,.widget_product_categories ul.children{margin-top:0}.widget_product_brands li,.widget_product_categories li{position:relative}.widget_product_brands li:last-child,.widget_product_categories li:last-child{margin-bottom:0}.widget_product_brands li:hover .count,.widget_product_brands li.current-cat .count,.widget_product_categories li:hover .count,.widget_product_categories li.current-cat .count{color:var(--e-global-color-primary)}.widget_product_brands li.chosen a,.widget_product_brands li.chosen .count,.widget_product_categories li.chosen a,.widget_product_categories li.chosen .count{color:var(--e-global-color-primary)}.widget_product_brands li.chosen a:before,.widget_product_brands li.chosen .count:before,.widget_product_categories li.chosen a:before,.widget_product_categories li.chosen .count:before{background-color:var(--e-global-color-primary);border-color:var(--e-global-color-primary)}.widget_product_brands .count,.widget_product_categories .count{color:var(--e-global-color-lighter);-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.widget_product_categories ul.children{display:none}.widget_product_categories li.current-cat>a{color:var(--e-global-color-primary)}.widget_product_categories li.current-cat>a:before{background-color:var(--e-global-color-primary);border-color:var(--e-global-color-primary)}.widget_product_categories li.current-cat>i[class*=icon-]{color:#fff}.widget_product_categories .icon-minus,.widget_product_categories .icon-plus{text-align:center;cursor:pointer;float:right;position:absolute;display:flex;align-items:center;justify-content:center;width:16px;height:16px;top:7px;z-index:99}.widget_product_categories .icon-minus:before,.widget_product_categories .icon-plus:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;font-size:12px;font-size:.75rem}.widget_product_categories i[class*=icon-]{position:absolute;display:flex;align-items:center;justify-content:center;width:16px;height:16px;top:7px;z-index:99}.widget_product_categories .icon-minus:before{content:""}.widget_product_categories .icon-plus:before{content:""}.widget_price_filter form{margin-bottom:0;margin-top:25px}.widget_price_filter .price_slider{margin-bottom:1.1rem}.widget_price_filter .price_slider_amount{display:flex;flex-wrap:wrap;align-items:center}.widget_price_filter .price_slider_amount .button{font-size:15px;font-size:.9375rem;font-family:var(--e-global-typography-accent-font-family);font-weight:var(--e-global-typography-accent-font-weight);text-transform:var(--e-global-typography-accent-text-transform);font-style:var(--e-global-typography-accent-font-style);text-decoration:var(--e-global-typography-accent-text-decoration);line-height:var(--e-global-typography-accent-line-height);letter-spacing:var(--e-global-typography-accent-letter-spacing);background-color:#fff0;padding:0;border:none;border-radius:0;color:var(--e-global-color-secondary);position:relative;letter-spacing:0;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;position:relative;font-size:14px;font-size:.875rem;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);color:var(--e-global-color-secondary);text-transform:uppercase;order:3;letter-spacing:0;margin-left:auto;border:0;line-height:1.3;text-decoration:underline}.widget_price_filter .price_slider_amount .button::before,.widget_price_filter .price_slider_amount .button::after{content:none}.widget_price_filter .price_slider_amount .button:hover{color:var(--e-global-color-primary);box-shadow:none;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.widget_price_filter .price_slider_amount .button:hover,.widget_price_filter .price_slider_amount .button:focus{color:var(--e-global-color-primary);box-shadow:none}.widget_price_filter .price_slider_amount .price_label{color:var(--e-global-color-lighter);font-size:16px;font-size:1rem;line-height:1.625;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);text-transform:uppercase}.widget_price_filter .price_slider_amount .price_label span{color:var(--e-global-color-secondary)}.widget_price_filter .ui-slider{position:relative;text-align:left}.widget_price_filter .ui-slider .ui-slider-handle{position:absolute;top:auto;z-index:2;width:14px;height:14px;cursor:ew-resize;background-color:#fff;box-sizing:border-box;margin-top:-6px;margin-left:auto;opacity:1;border:4px solid var(--e-global-color-secondary)}.widget_price_filter .ui-slider .ui-slider-handle:last-child{margin-left:-12px}.widget_price_filter .ui-slider .ui-slider-handle:hover,.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active{box-shadow:0 0 0 .236em rgb(0 0 0 / .1)}.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:var(--e-global-color-secondary)}.widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:10px;background:#EDEEF1;background-color:var(--e-global-color-border);border:0}.widget_price_filter .ui-slider-horizontal{height:4px}.widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.razox_widget_layered_nav ul.woocommerce-widget-layered-nav-list{margin-bottom:0;display:flex;flex-wrap:wrap;gap:10px}.razox_widget_layered_nav ul.woocommerce-widget-layered-nav-list li{margin-bottom:0}.razox_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .razox-button-type{border-color:var(--e-global-color-secondary);color:var(--e-global-color-secondary)}.razox_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .razox-button-type{color:var(--e-global-color-secondary);background-color:#fff0;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-webkit-transition:all 0.4s ease;transition:all 0.4s ease;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);border:1px solid rgb(255 255 255 / .2);letter-spacing:0;text-transform:capitalize;color:var(--e-global-color-lighter);font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:14px;font-size:.875rem;line-height:1.57;display:block;padding:.5407797364em .875em;font-size:.875em;min-width:58px;text-align:center;border-color:var(--e-global-color-border);border-radius:5px}.razox_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .razox-button-type:hover{border-color:var(--e-global-color-secondary);color:var(--e-global-color-secondary);background-color:#fff0}.razox_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .razox-color-type{display:block;position:relative}.razox_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .razox-color-type .color-label{width:16px;height:16px;display:block;position:relative}.razox_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .razox-color-type .color-label:before{content:"";width:18px;height:18px;position:absolute;top:50%;left:50%;background-color:#fff;border:2px solid var(--e-global-color-border);z-index:-1;transform:translate(-50%,-50%)}.razox_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .razox-color-type .color-name{display:none}.razox_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .razox-color-type:hover .color-label:before{border-color:var(--e-global-color-secondary)}.razox_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .razox-image-type{display:block;min-width:90px;margin-top:5px}.razox_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .razox-image-type img{margin:auto;opacity:.2}.razox_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .razox-image-type .image-count{display:block;text-align:center;color:var(--e-global-color-lighter)}.razox_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .razox-image-type .image-name{display:block;text-align:center;margin-top:10px;color:var(--e-global-color-secondary)}.razox_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .razox-image-type:hover img{opacity:1}.razox_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .razox-color-type{padding:2px}.razox_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .razox-image-type img{opacity:1}.razox_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .razox-image-type .image-name{color:var(--e-global-color-primary)}.razox_widget_layered_nav ul.woocommerce-widget-layered-nav-list-vertical{flex-direction:column}.razox_widget_layered_nav ul.woocommerce-widget-layered-nav-list-vertical li .razox-color-type{display:flex;align-items:center}.razox_widget_layered_nav ul.woocommerce-widget-layered-nav-list-vertical li .razox-color-type .color-name{margin-left:12px;display:inline-flex}.ajax-search .site-header-search .button-search-popup{display:flex;align-items:center;justify-content:center;flex-direction:column;border:none;width:100%;height:unset}.ajax-search .site-header-search i{font-size:20px;font-size:1.25rem;line-height:1;margin-bottom:10px;color:var(--e-global-color-secondary)}.ajax-search .site-header-search .content{font-size:12px;font-size:.75rem;line-height:14px;font-weight:var(--e-global-typography-primary-font-weight);color:var(--e-global-color-secondary)}.ajax-search .site-header-search:hover i{color:var(--e-global-color-secondary)}.search-by-category{display:none}.enable-category-yes .search-by-category{display:block}@media (max-width:567px){.search-by-category{display:none}}.search-by-category .input-dropdown-inner{height:44px;line-height:44px;width:215px;position:relative}.search-by-category .input-dropdown-inner:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);background-color:var(--e-global-color-border);width:1px;height:23px}.search-by-category .input-dropdown-inner>a{display:block;padding-right:25px;padding-left:30px;font-size:14px;font-size:.875rem;color:var(--e-global-color-secondary);position:relative}.search-by-category .input-dropdown-inner>a span{width:135px;display:block;white-space:nowrap;overflow:hidden!important;text-overflow:ellipsis}.search-by-category .input-dropdown-inner>a:after{position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:20px;font-size:1.25rem;font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:""}.search-by-category .input-dropdown-inner select.dropdown_product_cat_ajax{line-height:44px;height:44px;padding:0 15px;font-size:13px;font-size:.8125rem;display:none;border:none;background-color:#fff0}.search-by-category .list-wrapper{position:absolute;top:100%;left:1px;z-index:300;display:none;margin-top:1px;height:auto;background-color:#FFF;text-align:left;box-shadow:0 0 3px rgb(0 0 0 / .15);padding-top:10px;padding-bottom:10px;width:100%}.search-by-category .list-wrapper .razox-scroll-content{position:relative;max-height:255px;min-width:214px;overflow-y:auto;margin-bottom:0}.search-by-category ul li{margin-bottom:0}.search-by-category ul li a{display:block;padding:5px 25px;color:var(--e-global-color-secondary);font-size:14px;font-size:.875rem;line-height:20px;white-space:nowrap}.search-by-category ul li a:focus,.search-by-category ul li a:hover{background-color:#F9F9F9;color:var(--e-global-color-primary)}.search-by-category ul li.current-item>a{background-color:#F4F4F4;color:var(--e-global-color-secondary)}.search-by-category ul .children{margin-top:0;display:none}.search-by-category ul .children>li>a{padding-left:15px;color:var(--e-global-color-lighter)}.search-by-category ul .children>li>a:focus,.search-by-category ul .children>li>a:hover{background-color:#F9F9F9;color:var(--e-global-color-primary)}.search-by-category ul .children .cat-item a span{color:var(--e-global-color-accent)}.search-by-category ul .children .cat-item a:focus,.search-by-category ul .children .cat-item a:hover{background-color:#F9F9F9;color:var(--e-global-color-secondary)}@media (min-width:768px){table.cart{margin-bottom:3.7065595576em}}table.cart .quantity_label{display:none}table.cart thead{border-bottom:1px solid;border-bottom-color:var(--e-global-color-border)}table.cart th{text-transform:uppercase;color:var(--e-global-color-secondary);font-weight:var(--e-global-typography-primary-font-weight)}table.cart td,table.cart th{padding:2em 0 0}table.cart tr td{text-align:left;border-color:var(--e-global-color-border)}@media (max-width:767px){table.cart tr td{text-align:right;padding-bottom:10px;padding-top:10px}table.cart tr td:not(:last-child){border-style:solid;border-width:0 0 1px 0}}table.cart tr td[data-title]::before{font-size:12px;font-size:.75rem;text-transform:uppercase;color:var(--e-global-color-secondary);font-weight:var(--e-global-typography-text-font-weight)}table.cart tr:first-child td.product-remove{border-top-width:0}table.cart td.product-thumbnail img{margin:auto;max-width:90px}table.cart td.product-thumbnail::before{display:none}@media (max-width:767px){table.cart td.product-thumbnail{position:absolute;left:10px;top:15px;padding:0;border:none!important}}table.cart td.product-remove{padding:0;position:relative}@media (max-width:767px){table.cart td.product-remove{position:absolute;top:18px;right:20px;z-index:1;margin-bottom:0;padding-bottom:0;border:none;font-size:11px;font-size:.6875rem}}table.cart td.product-remove a.remove{position:absolute;font-size:1.41577975em;top:-8px;left:-6px}table.cart td.product-remove a.remove::before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";position:absolute;top:0;left:0;right:0;bottom:0;text-indent:0;text-align:center}table.cart td.product-remove a.remove:hover:before,table.cart td.product-remove a.remove:active:before{color:red}table.cart td.product-name:before{margin-right:1em}table.cart td.product-name a{text-decoration:none!important;color:var(--e-global-color-secondary)}table.cart td.product-name a:hover{color:var(--e-global-color-primary)}@media (max-width:767px){table.cart td.product-name{text-align:left;border-width:0;padding-right:30px}table.cart td.product-name:before{display:none}}table.cart td.product-price .amount{color:var(--e-global-color-secondary)}table.cart td.product-quantity .qty{border-width:1px;padding:.326em;width:3.7065595576em;font-weight:var(--e-global-typography-text-font-weight);color:#000}table.cart td.product-subtotal{padding-bottom:1.41577975em}@media (min-width:768px){table.cart td.product-subtotal{padding-bottom:2.290779772em}}table.cart td.product-subtotal .amount{color:var(--e-global-color-secondary);font-weight:var(--e-global-typography-primary-font-weight)}table.cart .cart_item{margin-bottom:1em;border-bottom:1px solid;border-bottom-color:var(--e-global-color-border)}@media (max-width:767px){table.cart .cart_item{padding-left:120px;position:relative;display:block}}table.cart td.actions{background-color:#fff0;padding-top:10px;padding-right:0;padding-bottom:0}@media (min-width:768px){table.cart td.actions{padding-top:30px;padding-bottom:30px}}@media (max-width:767px){table.cart td.actions{display:flex;flex-direction:column-reverse}}table.cart td.actions label{display:none}table.cart td.actions .coupon{position:relative;margin-bottom:1.5em;text-align:left;border-color:var(--e-global-color-border)}@media (max-width:767px){table.cart td.actions .coupon{padding:25px 30px 30px;border-style:solid;border-width:2px;margin-bottom:0;margin-top:1.5em}}table.cart td.actions .coupon .input-text{min-width:220px;margin-right:10px}table.cart td.actions .coupon .input-text:focus{border-color:var(--e-global-color-accent)}@media (max-width:767px){table.cart td.actions .coupon button[type=submit]{width:100%}}@media (max-width:1024px){table.cart td.actions .coupon button[type=submit]{padding:15px 25px}}table.cart td.actions input{display:block;width:100%;margin:.5407797364em 0}@media (max-width:767px){table.cart td.actions button[name=update_cart]{width:100%}}@media (max-width:1024px){table.cart td.actions button[name=update_cart]{padding:15px 25px}}.woocommerce-cart-form{margin-bottom:0}.woocommerce-cart-form table td{vertical-align:middle}.cart_totals{padding:30px 30px 40px;position:relative;border:6px solid var(--e-global-color-border);border-radius:5px}.cart_totals>h2{font-size:28px;font-size:1.75rem;margin-bottom:15px}.cart_totals table th{color:var(--e-global-color-secondary);font-size:18px;font-size:1.125rem}.cart_totals table th,.cart_totals table td{padding:1em 0}.cart_totals .cart-subtotal{border-bottom:1px solid;border-bottom-color:var(--e-global-color-border);color:var(--e-global-color-secondary);font-size:18px;font-size:1.125rem}.cart_totals .cart-subtotal .amount{color:var(--e-global-color-secondary);font-size:18px;font-size:1.125rem}.cart_totals .order-total{border-top:1px solid;border-top-color:var(--e-global-color-border);color:var(--e-global-color-secondary)}.cart_totals .order-total th{vertical-align:middle}.cart_totals .order-total td{font-size:18px;font-size:1.125rem;padding:.5em 0}.cart_totals .order-total .amount{color:var(--e-global-color-primary);font-size:24px;font-size:1.5rem}.cart_totals .checkout-button{display:flex}.cart_totals .checkout-button:hover{color:#FFF}.woocommerce-shipping-calculator{margin:0}.woocommerce-shipping-calculator>p:first-child{margin:0}.woocommerce-shipping-calculator .shipping-calculator-form{padding-top:1.41577975em}.woocommerce-shipping-destination{margin-bottom:0}ul#shipping_method{list-style:none;margin-left:0;margin-bottom:0}ul#shipping_method li{margin-bottom:.2360679726em}ul#shipping_method li:last-child{margin-bottom:0}ul#shipping_method input{margin-right:.3342202552em}ul#shipping_method input[type=radio]+label{margin-left:0;color:var(--e-global-color-secondary)}ul#shipping_method input[type=radio]:first-child:checked+label:after{color:var(--e-global-color-primary)}.cart-collaterals{margin-bottom:30px}.woocommerce-checkout ul#shipping_method{margin-bottom:0}.site-header-cart .widget_shopping_cart{border-color:var(--e-global-color-border)}.site-header-cart .widget.widget_shopping_cart{border-top-color:var(--e-global-color-primary)}.woocommerce-cart .site-content{margin-bottom:6.8541021569em}.woocommerce-cart .cart-empty{background-color:#fff0;border:none;text-align:center;font-size:18px;font-size:1.125rem;color:var(--e-global-color-secondary)}.woocommerce-cart .cart-empty:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";font-size:164px;color:var(--e-global-color-lighter);display:block;margin-bottom:50px}.woocommerce-cart .return-to-shop{text-align:center}.woocommerce-cart .return-to-shop a{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);-ms-transition:all 0.8s ease;-o-transition:all 0.8s ease;-moz-transition:all 0.8s ease;-webkit-transition:all 0.8s ease;transition:all 0.8s ease;padding:.8rem 1.875rem;font-size:16px;font-size:1rem;border-radius:5px;border:1px solid var(--e-global-color-secondary);background-color:var(--e-global-color-secondary);white-space:nowrap;color:var(--body-color);justify-content:center;letter-spacing:0;position:relative;overflow:hidden;text-transform:capitalize;display:inline-block;clip-path:inset(0 round var(--e-button-radius,5px))}.woocommerce-cart .return-to-shop a span{position:relative;z-index:2}.woocommerce-cart .return-to-shop a i{padding-top:1.5px}.woocommerce-cart .return-to-shop a::before{position:absolute;height:calc(100% + 130px);width:130%;top:50%;left:50%;content:"";background:linear-gradient(to top right,var(--e-global-color-primary) 50%,#00000000 50.1%) bottom left,linear-gradient(to bottom left,var(--e-global-color-primary) 50%,#00000000 50.1%) top right;background-size:0 0;background-repeat:no-repeat;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;z-index:-1;transform:translate(-50%,-50%)}.woocommerce-cart .return-to-shop a:hover{border-color:var(--e-global-color-primary)}.woocommerce-cart .return-to-shop a:hover i{color:#FFF}.woocommerce-cart .return-to-shop a:hover:before{background-size:100% 100%}.cross-sells h2{margin-bottom:30px;font-size:28px;font-size:1.75rem}.cross-sells .slick-list li.product{max-width:100%!important;flex:0 0 100%!important}.cross-sells .slick-slider .slick-dots{bottom:-30px}.checkout_coupon{margin-bottom:2.6180340252em;display:grid;max-width:622px}.checkout_coupon p:first-child{grid-column:1/span 2}.checkout_coupon .form-row-first{margin-right:0;width:100%}.checkout_coupon .form-row-last{width:unset;float:left}.checkout_coupon .input-text{width:100%}.checkout_coupon .input-text:focus{border-color:var(--e-global-color-accent)}.checkout_coupon button[type=submit]{margin-left:20px}form.checkout{position:static!important}form.checkout::before,form.checkout::after{content:"";display:table}form.checkout::after{clear:both}form.checkout>.blockUI{position:fixed!important}form.checkout h3{font-size:28px;font-size:1.75rem}#order_review{padding:30px 30px 40px;position:relative;border-radius:5px;border:6px solid var(--e-global-color-border)}#order_review #order_review_heading{font-size:28px;font-size:1.75rem}#order_review table{margin-bottom:0}#order_review table td,#order_review table th{padding:1em 0}#order_review .woocommerce-checkout-review-order-table thead th,#order_review .woocommerce-checkout-review-order-table thead td{border:none}#order_review .woocommerce-checkout-review-order-table th{color:var(--e-global-color-secondary);font-size:18px;font-size:1.125rem;font-weight:var(--e-global-typography-primary-font-weight)}#order_review .woocommerce-checkout-review-order-table th.product-total{text-align:right}#order_review .woocommerce-checkout-review-order-table td{text-align:right;vertical-align:middle}#order_review .woocommerce-checkout-review-order-table td.product-name{text-align:left}#order_review .woocommerce-checkout-review-order-table th,#order_review .woocommerce-checkout-review-order-table td{border-top:1px solid;border-top-color:var(--e-global-color-border)}#order_review .woocommerce-checkout-review-order-table .cart-subtotal .amount{color:var(--e-global-color-secondary)}#order_review .woocommerce-checkout-review-order-table .order-total th{vertical-align:middle}#order_review .woocommerce-checkout-review-order-table .order-total .amount{font-size:24px;font-size:1.5rem;color:var(--e-global-color-primary);font-weight:var(--e-global-typography-primary-font-weight)}#payment::before,#payment::after{content:"";display:table}#payment::after{clear:both}#payment .create-account{clear:both}#payment .payment_methods{margin:0;padding:0}#payment .payment_methods>.woocommerce-PaymentMethod,#payment .payment_methods>.wc_payment_method{border-bottom:1px solid;border-bottom-color:var(--e-global-color-border)}#payment .payment_methods>.woocommerce-PaymentMethod>label,#payment .payment_methods>.wc_payment_method>label{display:block;padding:1em 0;cursor:pointer;font-size:16px;font-size:1rem;margin-left:0}#payment .payment_methods li{list-style:none!important;margin-left:0;position:relative}#payment .payment_methods li img{float:right;border:0;padding:0;max-height:1.618034em}#payment .payment_methods li.woocommerce-PaymentMethod>input[type=radio]:first-child:checked+label::before,#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label::before{color:var(--e-global-color-primary)}#payment .payment_methods li>label{font-weight:var(--e-global-typography-primary-font-weight);color:var(--e-global-color-secondary)}#payment .payment_methods li p{margin:0}#payment .payment_methods li .payment_box{padding:1em 1.618034em 2em;font-size:.875em}#payment .payment_methods li .payment_box fieldset{border:0;margin:0;padding:1em 0 0;font-size:.875em}#payment .payment_methods li .payment_box fieldset label{width:auto;margin-left:0}#payment .payment_methods li .payment_box fieldset .form-row{margin-bottom:1em}#payment .payment_methods li .payment_box fieldset .form-row input[type=checkbox]{margin-right:5px}#payment .payment_methods li .payment_box fieldset #cvv{width:22%!important}#payment .payment_methods li .payment_box fieldset .help{width:75%;float:right}#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods{padding-top:1em;margin:0}#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li{margin-top:.6180339845em}#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio]{margin-right:.236em}#payment .payment_methods li .payment_box ul.wc-saved-payment-methods{margin-left:0}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number,#payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,#payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc{font-size:1.41577975em}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number{background-repeat:no-repeat;background-position:right .6180339845em center;background-size:31px 20px;background-image:url(/wp-content/themes/assets/images/credit-cards/unknown.svg)}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa{background-image:url(/wp-content/themes/assets/images/credit-cards/visa.svg)}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(/wp-content/themes/assets/images/credit-cards/mastercard.svg)}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser{background-image:url(/wp-content/themes/assets/images/credit-cards/laser.svg)}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(/wp-content/themes/assets/images/credit-cards/diners.svg)}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro{background-image:url(/wp-content/themes/assets/images/credit-cards/maestro.svg)}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb{background-image:url(/wp-content/themes/assets/images/credit-cards/jcb.svg)}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex{background-image:url(/wp-content/themes/assets/images/credit-cards/amex.svg)}#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover{background-image:url(/wp-content/themes/assets/images/credit-cards/discover.svg)}#payment .terms{width:100%;clear:both;float:none;margin-bottom:1em}#payment .terms label{display:block;cursor:pointer}#payment .woocommerce-terms-and-conditions{padding:1em;box-shadow:inset 0 1px 3px rgb(0 0 0 / .2);margin-bottom:16px;background-color:rgb(0 0 0 / .05)}#payment .place-order{margin-top:1.618034em;margin-bottom:0;float:none;width:100%}#payment .place-order .button{width:100%;white-space:pre-wrap}table.woocommerce-checkout-review-order-table .product-name{width:45%;word-wrap:break-word}table.woocommerce-checkout-review-order-table .product-quantity{font-weight:var(--e-global-typography-text-font-weight)}table.woocommerce-checkout-review-order-table .variation,table.woocommerce-checkout-review-order-table .product-quantity{color:var(--e-global-color-text)}table.woocommerce-checkout-review-order-table .variation dt{font-weight:var(--e-global-typography-text-font-weight)}.admin-bar .woocommerce-checkout #wc_checkout_add_ons label+br{display:none}.woocommerce-checkout .form-row .select2-container--default .select2-selection--single{border-color:var(--e-global-color-border)}.woocommerce-checkout .woocommerce form.woocommerce-form-login{margin-left:0;margin-top:30px;max-width:505px}.woocommerce-checkout .woocommerce form.woocommerce-form-login .form-row-last,.woocommerce-checkout .woocommerce form.woocommerce-form-login .form-row-first{width:100%;margin-right:0}.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid var(--e-global-color-border)}.woocommerce-checkout .select2-dropdown{border:1px solid var(--e-global-color-border)}.woocommerce-form-login-toggle .woocommerce-info,.woocommerce-form-coupon-toggle .woocommerce-info{padding:0;border:0;background-color:#fff0;color:var(--e-global-color-text)}.woocommerce-form-login-toggle .woocommerce-info a,.woocommerce-form-coupon-toggle .woocommerce-info a{color:var(--e-global-color-primary)}.woocommerce-form-login-toggle .woocommerce-info{margin-bottom:10px}.woocommerce-order .woocommerce-thankyou-order-received{color:#0f834d;background-color:#f8f8f8;font-size:24px;font-size:1.5rem;font-weight:var(--e-global-typography-primary-font-weight);text-align:center;padding:2.290779772em 1.41577975em}.woocommerce-order .woocommerce-order-details__title{text-align:center;text-transform:uppercase;font-size:1.618034em}.woocommerce-order .woocommerce-customer-details h2{font-size:1.618034em}@media (min-width:768px){.woocommerce-order ul.order_details{display:flex;justify-content:center;max-width:100%}.woocommerce-order ul.order_details li{padding-top:0;padding-bottom:0}.woocommerce-order ul.order_details li:first-child{padding-top:0}.woocommerce-order ul.order_details li:last-child{padding-bottom:0}.woocommerce-order ul.woocommerce-thankyou-order-details li{width:20%;margin:0!important}}.woocommerce-order .woocommerce-table--order-details{max-width:900px;margin:1.41577975em auto 5.9973393873em}.woocommerce-order .woocommerce-table--order-details th{color:var(--e-global-color-secondary)}.woocommerce-order .woocommerce-table--order-details tr td:last-child,.woocommerce-order .woocommerce-table--order-details tr th:last-child{text-align:right}.woocommerce-order .woocommerce-table--order-details td,.woocommerce-order .woocommerce-table--order-details th{border-top:1px solid;border-top-color:var(--e-global-color-border);padding-left:0;padding-right:0}.woocommerce-order .woocommerce-table--order-details thead td,.woocommerce-order .woocommerce-table--order-details thead th{border-top:0;border-bottom:2px solid;border-bottom-color:var(--e-global-color-border)}.woocommerce-order .woocommerce-table--order-details .product-name a{color:var(--e-global-color-text)}.woocommerce-order .woocommerce-table--order-details .product-name a:hover{color:var(--e-global-color-primary)}.woocommerce-order .woocommerce-table--order-details tfoot{color:var(--e-global-color-secondary)}.woocommerce-order .woocommerce-table--order-details tfoot .amount{font-weight:var(--e-global-typography-primary-font-weight)}.woocommerce-order .woocommerce-table--order-details tfoot tr:last-child .amount{font-weight:var(--e-global-typography-primary-font-weight);font-size:1.618034em;color:var(--e-global-color-primary)}form.woocommerce-form-track-order label{font-size:20px;font-size:1.25rem;display:block;color:var(--e-global-color-secondary);margin-bottom:10px}form.woocommerce-form-track-order input,form.woocommerce-form-track-order button{width:100%;margin-bottom:30px}@media (min-width:1024px){form.woocommerce-form-track-order button{margin-top:42px}}#woosq-popup .product .summary{background-color:var(--body-color)}#woosq-popup .product .summary .summary-content form.cart .woosw-btn.woosw-added:before{color:red}#woosq-popup .product .summary .summary-content form.cart .woosc-btn{margin-right:0}#woosq-popup .product .slick-track{max-height:unset}#woosq-popup .product .slick-slider{overflow:unset!important}#woosq-popup .product .slick-slider .slick-arrow{display:flex;align-items:center;justify-content:center;border:1px solid;box-shadow:0 0 10px 0 rgb(0 0 0 / .1);border-color:var(--e-global-color-border);border-radius:50%;background-color:var(--body-color);visibility:hidden;opacity:0;letter-spacing:0;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}#woosq-popup .product .slick-slider .slick-arrow:hover{background-color:var(--body-color);border-color:var(--e-global-color-primary)}#woosq-popup .product .slick-slider .slick-arrow:hover:before{color:var(--e-global-color-primary)}#woosq-popup .product .slick-slider .slick-arrow:before{line-height:1;color:var(--e-global-color-secondary);background-color:#fff0}#woosq-popup .product .slick-slider .slick-arrow.slick-next{right:10px;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}#woosq-popup .product .slick-slider .slick-arrow.slick-prev{left:10px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#woosq-popup .product .slick-slider:hover .slick-arrow.slick-prev,#woosq-popup .product .slick-slider:hover .slick-arrow.slick-next{opacity:1;visibility:visible;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}#woosq-popup .product .slick-slider .slick-dots{display:none!important}#woosq-popup .single-product div.product .woocommerce-product-rating{margin-bottom:10px}#woosq-popup .single-product div.product .product_meta{border-top:none;padding-top:0;margin-top:0}#woosq-popup .single-product div.product form.cart .quantity{width:auto}.mfp-woosq .mfp-close:before{color:var(--e-global-color-secondary)}.mfp-woosq .mfp-close:hover{border:none}.woocommerce-password-strength{font-weight:var(--e-global-typography-primary-font-weight);padding:.5407797364em 0;text-align:right;font-size:.875em}.woocommerce-password-strength.strong{color:#0f834d}.woocommerce-password-strength.short{color:#e2401c}.woocommerce-password-strength.bad{color:#e2401c}.woocommerce-password-strength.good{color:#3d9cd2}label.inline{display:inline!important;margin-left:1em}.woocommerce-MyAccount-navigation ul{margin-left:0;border-top:1px solid;border-top-color:var(--e-global-color-border)}.woocommerce-MyAccount-navigation ul li{list-style:none;border-bottom:1px dashed;border-bottom-color:var(--e-global-color-border);position:relative}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a{text-decoration:none;padding:.875em 0;display:block;color:var(--e-global-color-secondary)}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover{color:var(--e-global-color-primary)}.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a{color:var(--e-global-color-primary)}.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a::before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:""}ul.order_details{list-style:none;position:relative;max-width:900px;margin:0 auto 1.618034em}ul.order_details::before,ul.order_details::after{content:"";display:table}ul.order_details::after{clear:both}ul.order_details li{padding:1em 1.618034em;text-align:center;border-color:var(--e-global-color-border)}ul.order_details li:first-child{padding-top:1.618034em;border:0}ul.order_details li:last-child{padding-bottom:1.618034em}ul.order_details li:last-child::before,ul.order_details li:last-child::after{content:"";display:table}ul.order_details li:last-child::after{clear:both}ul.order_details li strong{display:block;text-transform:none;color:var(--e-global-color-secondary)}.my_account_orders .button,.woocommerce-MyAccount-downloads .button{padding:.6180339845em .875em;font-size:.875em;margin-right:.236em}.woocommerce-MyAccount-content h2{font-size:2em;font-weight:var(--e-global-typography-primary-font-weight)}.woocommerce-MyAccount-content #payment .payment_methods{margin-bottom:1.618034em!important}.woocommerce-MyAccount-content .woocommerce-Pagination{text-align:center}.woocommerce-MyAccount-content table th{color:var(--e-global-color-secondary)}.woocommerce-MyAccount-content table thead th{background-color:rgb(0 0 0 / .05)}.woocommerce-MyAccount-content table tr:nth-of-type(even){background-color:rgb(0 0 0 / .05)}.woocommerce-MyAccount-content .order_details a:not(.button){color:var(--e-global-color-secondary)}.woocommerce-MyAccount-content .order_details a:not(.button):hover{text-decoration:underline}.woocommerce-MyAccount-content .order_details .product-quantity{color:var(--e-global-color-lighter)}.woocommerce-MyAccount-content .order_details .product-total .amount{font-weight:var(--e-global-typography-primary-font-weight)}.woocommerce-MyAccount-content .order_details tfoot .amount{font-weight:var(--e-global-typography-primary-font-weight);font-size:1.41577975em;color:var(--e-global-color-secondary)}.woocommerce-MyAccount-content .order-again{margin-bottom:3.7065595576em}.register-from-title,.login-form-title{font-size:28px;font-size:1.75rem;margin-bottom:40px}.login-form-col{border:none}form.woocommerce-form-register{max-width:440px;margin-left:auto;margin-right:auto}@media (min-width:768px){form.woocommerce-form-register{margin-right:0;margin-left:0}}form.woocommerce-form-register button[type=submit]{display:block;width:100%}form.woocommerce-form-register .form-row-wide{margin-bottom:32px}form.woocommerce-form-register .form-row label{line-height:28px;margin-bottom:5px}form.woocommerce-form-register .woocommerce-privacy-policy-text{margin-bottom:30px}form.woocommerce-form-login{max-width:440px}@media (min-width:768px){.col2-set#customer_login form.woocommerce-form-login{margin-right:0}}form.woocommerce-form-login .woocommerce-form-login-wrap{margin-bottom:30px}form.woocommerce-form-login button[type=submit]{display:block;width:100%}form.woocommerce-form-login .woocommerce-form__label-for-checkbox{float:left}form.woocommerce-form-login .woocommerce-LostPassword{float:right;margin-bottom:35px}form.woocommerce-form-login .woocommerce-LostPassword a{color:var(--e-global-color-text);text-decoration:underline;text-decoration-style:dotted}form.woocommerce-form-login .woocommerce-LostPassword a:hover{color:var(--e-global-color-primary)}form.woocommerce-form-login .form-row label{line-height:28px;margin-bottom:5px}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:#fff0;border-radius:0;border:0;color:var(--e-global-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;right:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit;font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle}.woocommerce form .show-password-input:before,.woocommerce-page form .show-password-input:before{content:""}.woocommerce form .show-password-input:before,.woocommerce-page form .show-password-input:before{margin-left:0;margin-top:-2px;vertical-align:middle;display:inline-block}.woocommerce form .show-password-input.display-password:before,.woocommerce-page form .show-password-input.display-password:before{color:var(--e-global-color-lighter,#000)}@media (min-width:768px){ul.order_details{margin:3.7065595576em auto}ul.order_details li{width:22.5806451613%;float:left;margin-right:3.2258064516%;border-left-style:solid;border-left-width:1px}ul.order_details li:first-child{border:0}ul.order_details li:last-child{float:right;margin-right:0}ul.order_details li:last-child::before,ul.order_details li:last-child::after{content:"";display:table}ul.order_details li:last-child::after{clear:both}.demo_store{bottom:0}.demo_store a.woocommerce-store-notice__dismiss-link{background:rgb(0 0 0 / .1);float:right;display:inline-block;margin:-1em -1.41575em -1em 0;padding:1em 1.41577975em}table.shop_table_responsive thead{display:table-header-group}table.shop_table_responsive tbody th{display:table-cell}table.shop_table_responsive tr td{display:table-cell}table.shop_table_responsive tr td::before{display:none}table.shop_table_responsive tr.woocommerce-shipping-totals td{width:60%}.site-header-cart{position:relative}.site-header-cart .cart-contents{display:flex;position:relative;text-indent:0}.site-header-cart .widget_shopping_cart{position:absolute;margin-top:20px;top:100%;width:320px;z-index:999999;right:-999em;display:block;border-width:2px;border-style:solid}.site-header-cart .widget_shopping_cart:before{content:"";display:block;position:absolute;top:-20px;left:0;right:0;height:20px}.site-header-cart .widget_shopping_cart.sub-menu--is-touch-device{display:none;left:0}.site-header-cart .widget_shopping_cart h2.widgettitle{display:none}.site-header-cart .widget_shopping_cart .product_list_widget{height:0}.site-header-cart .widget_shopping_cart .product_list_widget li a.remove::before{text-align:left}.site-header-cart:hover .widget_shopping_cart,.site-header-cart.focus .widget_shopping_cart{right:0;display:block}.site-header-cart:hover .widget_shopping_cart .product_list_widget,.site-header-cart.focus .widget_shopping_cart .product_list_widget{height:auto}.site-search{display:block}.site-search form{margin:0}.checkout_coupon{grid-template-columns:53.6231884058% auto}ul.products li.product,ul.products .wc-block-grid__product,.wc-block-grid__products li.product,.wc-block-grid__products .wc-block-grid__product{clear:none}.single-product div.product .images .thumbnails::before,.single-product div.product .images .thumbnails::after{content:"";display:table}.single-product div.product .images .thumbnails::after{clear:both}.single-product div.product .images .thumbnails a.zoom{width:22.5806451613%;float:left;margin-right:3.2258064516%}.single-product div.product .images .thumbnails a.zoom.last{float:right;margin-right:0}.single-product div.product .woocommerce-tabs{clear:both}.single-product.razox-sidebar-left div.product .woocommerce-product-gallery,.single-product.razox-sidebar-right div.product .woocommerce-product-gallery{width:calc(52% - 30px)}.single-product.razox-sidebar-left div.product .summary,.single-product.razox-sidebar-right div.product .summary{float:right;width:48%}.single-product #reviews .comment-form-rating,.single-product #reviews .comment-form-author,.single-product #reviews .comment-form-email{flex:33.3333%;max-width:33.3333%}.single-product #reviews .comment-form-email{margin-right:0}#reviews .comment-form-email{margin-right:0}.razox-full-width-content.woocommerce-cart .entry-header,.razox-full-width-content.woocommerce-checkout .entry-header,.razox-full-width-content.woocommerce-account .entry-header{text-align:center;padding:0 0 5.9973393873em}.razox-full-width-content.woocommerce-cart .entry-header h1:last-child,.razox-full-width-content.woocommerce-checkout .entry-header h1:last-child,.razox-full-width-content.woocommerce-account .entry-header h1:last-child{margin-bottom:0}.razox-full-width-content .woocommerce-products-header{text-align:center}.woocommerce .page-description{margin-bottom:1.618034em}.razox-sorting select{width:auto}.razox-sorting .woocommerce-pagination+.woocommerce-result-count{margin-right:auto;margin-left:0}.woocommerce-cart .content-area,.woocommerce-checkout .content-area{width:100%;float:right;margin-right:0}.woocommerce-cart .hentry,.woocommerce-checkout .hentry{border-bottom:0;padding-bottom:0}table.cart th,table.cart td{padding:1.618034em 1.618034em 1.618034em 0}table.cart .qty{padding:.875em;max-width:3.632em}table.cart td.product-remove{display:table-cell;padding:1.618034em 1.618034em 1.618034em 0;border:0;width:5%}table.cart td.product-remove a.remove{float:none;position:relative;top:auto;right:auto;font-size:1em}table.cart td.product-thumbnail{width:17%}table.cart td.product-name{width:30%}table.cart td.product-price{width:16%}table.cart td.product-subtotal{padding:1.618034em 1.618034em 1.618034em 0;width:16%}table.cart .quantity .qty{padding:.6180339845em}table.cart td.actions{text-align:right}table.cart td.actions label{display:none}table.cart td.actions .coupon{display:flex;padding-bottom:0;margin-bottom:0;border-bottom:none;float:left;width:60%}table.cart td.actions input{display:inline-block;width:auto;margin:0}.cart-collaterals::before,.cart-collaterals::after{content:"";display:table}.cart-collaterals::after{clear:both}.cart-collaterals .cross-sells{width:42.0289855072%;float:left;margin-right:4.347826087%}.cart-collaterals .shipping_calculator{width:53.6231884058%;float:right;margin-right:0;margin:0;clear:right}.cart-collaterals .cart_totals small.includes_tax{display:block}.cart-collaterals .shipping_calculator{clear:right}table.wishlist_table .wishlist-items-wrapper tr td.product-name a.yith-wcqv-button{display:none}#ship-to-different-address{position:relative}#ship-to-different-address .woocommerce-form__input-checkbox{position:absolute;top:50%;right:0;transform:translateY(-50%);margin-right:0}.col2-set{width:53.6231884058%;float:left;margin-right:4.347826087%}.col2-set .form-row-first{width:48.3870967742%;float:left;margin-right:3.2258064516%}.col2-set .form-row-last{width:48.3870967742%;float:right;margin-right:0}.col2-set .col-1,.col2-set .col-2{margin-bottom:1.618034em}.col2-set+#customer_details{display:none}.col2-set .woocommerce-billing-fields::before,.col2-set .woocommerce-billing-fields::after{content:"";display:table}.col2-set .woocommerce-billing-fields::after{clear:both}.col2-set.addresses{width:100%;float:left;margin-left:0;margin-right:0}.col2-set.addresses .col-1{width:47.8260869565%;float:left;margin-right:4.347826087%}.col2-set.addresses .col-2{width:47.8260869565%;float:right;margin-right:0}#customer_details+#wc_checkout_add_ons{width:42.0289855072%;float:right;margin-right:0}#wc_checkout_add_ons input[type=radio]{float:left;margin-right:.5407797364em;clear:left;margin-top:.35em}#order_review{width:42.0289855072%;float:right;margin-right:0;clear:right}#order_review{transition:box-shadow ease 0.4s}.woocommerce-order-pay #order_review{width:100%;float:none}.woocommerce-order-pay #order_review #payment h3{padding-left:1em;padding-top:1em}.woocommerce-order-pay #order_review #payment .form-row{padding:1em}.woocommerce-order-pay #order_review .payment_methods+.form-row{padding:1em}.woocommerce-order-pay #order_review .button#place_order{display:block;width:100%;font-size:1.41577975em}table+.addresses{margin-top:1.618034em}.col2-set#customer_login{width:100%;margin:0}.col2-set#customer_login .col-1{width:50%;float:left;padding-right:5%}.col2-set#customer_login .col-2{width:50%;float:right;padding-left:5%}.col2-set.addresses{width:100%;float:left;margin-left:0;margin-right:0}.col2-set.addresses .col-1{width:48.3870967742%;float:left;margin-right:3.2258064516%}.col2-set.addresses .col-2{width:48.3870967742%;float:right;margin-right:0}.woocommerce-MyAccount-navigation{width:27.2727272727%;float:left;margin-right:3.8961038961%}.woocommerce-MyAccount-content{width:68.8311688312%;float:right;margin-right:0}.addresses header.title::before,.addresses header.title::after{content:"";display:table}.addresses header.title::after{clear:both}.addresses header.title a{float:right}.addresses header.title h3{float:left}.form-row-first{width:48.3870967742%;float:left;margin-right:3.2258064516%;clear:both}.form-row-last{width:48.3870967742%;float:right;margin-right:0}.razox-sticky-add-to-cart{display:block;position:fixed;bottom:0;left:0;right:0;z-index:99998;transform:translate3d(0,100%,0);padding:10px 1em;overflow:hidden;zoom:1;box-shadow:0 0 30px 0 rgb(0 0 0 / .1);animation-duration:0.5s;animation-fill-mode:both;background-color:#fff}.razox-sticky-add-to-cart--slideInDown{animation-name:slideInDown1}.razox-sticky-add-to-cart--slideOutUp{animation-name:slideOutUp}.razox-sticky-add-to-cart__content{display:flex;align-items:center;justify-content:center}.razox-sticky-add-to-cart__content-title{display:block}.razox-sticky-add-to-cart__content-price{margin-right:.875em}.razox-sticky-add-to-cart__content-button{margin-left:auto}.razox-sticky-add-to-cart img{max-width:60px;margin:0 1em 0 0;border:1px solid rgb(0 0 0 / .1)}.razox-sticky-add-to-cart .star-rating{display:inline-block;margin:0;vertical-align:sub}#yith-quick-view-modal.open .product-title{margin-top:-.2333em;font-size:30px;font-size:1.875rem}#yith-quick-view-close{top:10px;right:10px;text-indent:-9999px}}@media (min-width:768px) and (max-width:900px){body:not(.page-template-template-fullwidth-php) table.cart td,body:not(.page-template-template-fullwidth-php) table.cart th{padding:1em}}@media (min-width:911px){.woocommerce-cart-form,.woocommerce-cart .cross-sells{width:65.5913978495%;float:left;margin-right:3.2258064516%}.cart-collaterals{width:31.1827956989%;float:right;margin-right:0}}.elementor-element.elementor-products-grid .woocommerce ul.products li.product{width:100%;max-width:100%;flex:0 0 100%}@media (max-width:1366px){.razox-product-laptop-1 ul.products li.product{flex:0 0 100%;max-width:100%}.razox-product-laptop-2 ul.products li.product{flex:0 0 50%;max-width:50%}.razox-product-laptop-3 ul.products li.product{flex:0 0 33.3333333333%;max-width:33.3333333333%}.razox-product-laptop-4 ul.products li.product{flex:0 0 25%;max-width:25%}.razox-product-laptop-5 ul.products li.product{flex:0 0 20%;max-width:20%}.razox-product-laptop-6 ul.products li.product{flex:0 0 16.6666666667%;max-width:16.6666666667%}}@media (max-width:1024px){.woocommerce-page-razox-sidebar-left .content-area,.woocommerce-page-razox-sidebar-right .content-area{width:calc(100% - 30px)}.razox-product-tablet-1 ul.products li.product{flex:0 0 100%;max-width:100%}.razox-product-tablet-2 ul.products li.product{flex:0 0 50%;max-width:50%}.razox-product-tablet-3 ul.products li.product{flex:0 0 33.3333333333%;max-width:33.3333333333%}.razox-product-tablet-4 ul.products li.product{flex:0 0 25%;max-width:25%}.razox-product-tablet-5 ul.products li.product{flex:0 0 20%;max-width:20%}.razox-product-tablet-6 ul.products li.product{flex:0 0 16.6666666667%;max-width:16.6666666667%}}@media (max-width:768px){.razox-product-mobile-1 ul.products li.product{flex:0 0 100%;max-width:100%}.razox-product-mobile-2 ul.products li.product{flex:0 0 50%;max-width:50%}.razox-product-mobile-3 ul.products li.product{flex:0 0 33.3333333333%;max-width:33.3333333333%}.razox-product-mobile-4 ul.products li.product{flex:0 0 25%;max-width:25%}.razox-product-mobile-5 ul.products li.product{flex:0 0 20%;max-width:20%}.razox-product-mobile-6 ul.products li.product{flex:0 0 16.6666666667%;max-width:16.6666666667%}}@media (max-width:300px){.razox-product-mobile-1 ul.products li.product{flex:0 0 100%;max-width:100%}.razox-product-mobile-2 ul.products li.product{flex:0 0 100%;max-width:100%}.razox-product-mobile-3 ul.products li.product{flex:0 0 100%;max-width:100%}.razox-product-mobile-4 ul.products li.product{flex:0 0 100%;max-width:100%}.razox-product-mobile-5 ul.products li.product{flex:0 0 100%;max-width:100%}.razox-product-mobile-6 ul.products li.product{flex:0 0 100%;max-width:100%}}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th{padding:15px;border:1px solid var(--e-global-color-border)}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a{color:#43454b;text-transform:none;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);font-size:16px;font-size:1rem}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a:hover{color:var(--e-global-color-primary)}@media (max-width:767px){.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th:first-child{min-width:150px;width:auto}}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table .tr-additional td{vertical-align:top}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image img{max-width:150px}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr:nth-child(2n) td{background-color:var(--body-color)}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr:hover td{background-color:var(--body-color)}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td{padding:15px;border:1px solid var(--e-global-color-border);background-color:var(--body-color);color:var(--e-global-color-secondary)}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td.td-label{font-weight:var(--e-global-typography-primary-font-weight)}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes{table-layout:auto!important}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes td,.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes th{border:none!important;background:none!important;padding:10px!important}@media (max-width:768px){.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes td{padding-top:0!important;display:block}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes th{display:block;padding-bottom:0!important}}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td del{text-decoration:none}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td del .amount{text-decoration:line-through;color:var(--e-global-color-lighter);font-size:14px;font-size:.875rem;font-weight:var(--e-global-typography-primary-font-weight)}.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .amount{color:var(--e-global-color-primary);font-size:16px;font-size:1rem;font-weight:var(--e-global-typography-primary-font-weight)}.woosc-area-open-table table.woosc_table tbody tr td a.button{padding:10px 20px;display:inline-block}.woosc-popup-content-inner{color:#000}ul.products-list{margin-left:0;list-style:none;--grid-row-gap:0}ul.products-list li.product-list{position:relative;margin:30px 0 0 0;border:1px solid var(--e-global-color-border);border-radius:10px}ul.products-list li.product-list:first-child{margin-top:0}ul.products-list li.product-list:last-child{margin-bottom:0}.product-block-list{padding:30px;overflow:hidden;flex-wrap:wrap;display:flex}@media (min-width:768px){.product-block-list{flex-wrap:nowrap}}.product-block-list:hover .inventory_status{visibility:hidden;opacity:0}.product-block-list:hover .add_to_cart{visibility:visible;opacity:1;bottom:0;left:0}.product-block-list .product-transition{padding:0}.product-block-list .product-color{position:absolute;bottom:40px;left:40px;display:inline-flex;justify-content:flex-start}.product-block-list .product-color .item{cursor:pointer;margin:0 5px}.product-block-list .product-color .color-item{position:relative;width:12px;height:12px;display:inline-block;border-radius:50%;box-shadow:0 0 5px rgb(0 0 0 / .15)}.product-block-list .product-color .color-item:before{content:"";display:inline-block;position:absolute;width:16px;height:16px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;opacity:0;border:1px solid currentColor;background-color:#fff0;transition:all 0.3s ease}.product-block-list .product-color .color-item:hover:before{opacity:1}.product-block-list .product-color .color-item.active-swatch:before{opacity:1}.product-block-list .product-color .image-item img{border:1px solid #fff;width:20px!important;height:20px!important;object-fit:cover;border-radius:50%;filter:drop-shadow(0 4px 4px rgb(0 0 0 / .05))}.product-block-list .woocommerce-loop-product__title,.product-block-list .wc-block-grid__product-title{font-size:16px;font-size:1rem;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:1.15em}.product-block-list .product-transition{width:100%;position:relative;overflow:hidden}@media (min-width:768px){.product-block-list .product-transition{max-width:calc(100% - 300px);margin:0;width:270px}}.product-block-list .product-transition img{position:relative;z-index:2;width:100%;object-fit:cover;border-radius:16px}.has-mega-menu .product-block-list .product-transition{width:100%;margin-bottom:10px}.product-block-list .group-action{position:unset;visibility:visible;opacity:1}.product-block-list .product-caption{padding:20px 0 0 0;flex:1;position:relative;border-radius:14px;border-top-width:0;align-items:self-start;margin-bottom:0}@media (min-width:768px){.product-block-list .product-caption{padding:0 0 0 30px}}.product-block-list .product-caption .count-review{margin-top:0}.has-mega-menu .product-block-list .product-caption{max-width:100%}.product-block-list .product-caption .cart{display:flex;align-items:center;margin-bottom:0}.product-block-list .product-caption button[class*=product_type_],.product-block-list .product-caption a[class*=product_type_]{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);-ms-transition:all 0.8s ease;-o-transition:all 0.8s ease;-moz-transition:all 0.8s ease;-webkit-transition:all 0.8s ease;transition:all 0.8s ease;padding:.8rem 1.875rem;font-size:16px;font-size:1rem;border-radius:5px;border:1px solid var(--e-global-color-secondary);background-color:var(--e-global-color-secondary);white-space:nowrap;color:var(--body-color);justify-content:center;letter-spacing:0;position:relative;overflow:hidden;text-transform:capitalize;display:inline-block;clip-path:inset(0 round var(--e-button-radius,5px));display:block;padding:4px 18px;border:none;line-height:1.25;background-color:var(--e-global-color-primary)}.product-block-list .product-caption button[class*=product_type_] span,.product-block-list .product-caption a[class*=product_type_] span{position:relative;z-index:2}.product-block-list .product-caption button[class*=product_type_] i,.product-block-list .product-caption a[class*=product_type_] i{padding-top:1.5px}.product-block-list .product-caption button[class*=product_type_]::before,.product-block-list .product-caption a[class*=product_type_]::before{position:absolute;height:calc(100% + 130px);width:130%;top:50%;left:50%;content:"";background:linear-gradient(to top right,var(--e-global-color-primary) 50%,#00000000 50.1%) bottom left,linear-gradient(to bottom left,var(--e-global-color-primary) 50%,#00000000 50.1%) top right;background-size:0 0;background-repeat:no-repeat;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;z-index:-1;transform:translate(-50%,-50%)}.product-block-list .product-caption button[class*=product_type_]:hover,.product-block-list .product-caption a[class*=product_type_]:hover{border-color:var(--e-global-color-primary)}.product-block-list .product-caption button[class*=product_type_]:hover i,.product-block-list .product-caption a[class*=product_type_]:hover i{color:#FFF}.product-block-list .product-caption button[class*=product_type_]:hover:before,.product-block-list .product-caption a[class*=product_type_]:hover:before{background-size:100% 100%}.product-block-list .product-caption button[class*=product_type_] span,.product-block-list .product-caption a[class*=product_type_] span{order:-1}.product-block-list .product-caption button[class*=product_type_].loading:before,.product-block-list .product-caption a[class*=product_type_].loading:before{line-height:12px;content:"";animation:fa-spin 0.75s linear infinite}.product-block-list .product-caption button[class*=product_type_]:hover,.product-block-list .product-caption a[class*=product_type_]:hover{border:none}.product-block-list .product-caption button[class*=product_type_]:hover:before,.product-block-list .product-caption a[class*=product_type_]:hover:before{background-color:var(--e-global-color-secondary)}.product-block-list .product-caption button[class*=product_type_]:hover:after,.product-block-list .product-caption a[class*=product_type_]:hover:after{background-color:var(--e-global-color-secondary)}.product-block-list .product-caption .woosq-btn,.product-block-list .product-caption .woosc-btn,.product-block-list .product-caption .woosw-btn{display:flex;padding:0;background-color:#fff0;border-radius:50%;transition:all ease 0.3s;color:var(--e-global-color-secondary);font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);font-size:12px;font-size:.75rem;border:none;margin:5px;position:relative;align-items:center;justify-content:center;font-size:0;font-size:0rem}.product-block-list .product-caption .woosq-btn:before,.product-block-list .product-caption .woosc-btn:before,.product-block-list .product-caption .woosw-btn:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;font-size:13px;font-size:.8125rem;display:inline-flex;align-items:center;justify-content:center;margin:0;width:unset;height:unset;transform:unset;background:unset;position:unset;transition:unset}.product-block-list .product-caption .woosq-btn:after,.product-block-list .product-caption .woosc-btn:after,.product-block-list .product-caption .woosw-btn:after{content:unset}.product-block-list .product-caption .woosw-btn:before{content:""}.product-block-list .product-caption .woosw-btn.woosw-adding::after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:""!important;animation:fa-spin 0.75s linear infinite;height:20px;width:20px;line-height:20px;font-size:16px;font-size:1rem;position:absolute;top:50%;left:50%;margin-left:-10px;margin-top:-10px;display:block;transform:translate(0)}.product-block-list .product-caption .woosw-btn.woosw-adding:before{opacity:0}.product-block-list .product-caption .woosw-btn.woosw-btn-added,.product-block-list .product-caption .woosw-btn.woosw-added{color:var(--e-global-color-primary)}.product-block-list .product-caption .woosc-btn:before{content:""}.product-block-list .product-caption .woosq-btn:before{content:""}.product-block-list .count-review{margin-bottom:15px}.product-block-list .count-review .star-rating span{width:80%!important}.product-block-list .short-description{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:3px;font-family:var(--e-global-typography-text-font-family);font-weight:var(--e-global-typography-text-font-weight);text-transform:var(--e-global-typography-text-text-transform);font-style:var(--e-global-typography-text-font-style);text-decoration:var(--e-global-typography-text-text-decoration);line-height:var(--e-global-typography-text-line-height);letter-spacing:var(--e-global-typography-text-letter-spacing);font-size:16px;font-size:1rem;color:var(--e-global-color-text);line-height:1.5}.has-mega-menu .product-block-list .short-description{display:none}.product-block-list .short-description p{margin-bottom:0}.product-block-list .woocommerce-loop-product__title{font-size:28px;font-size:1.75rem;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.214;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-transform:capitalize}.product-block-list .woocommerce-loop-product__title a{color:var(--e-global-color-secondary)}.product-block-list .woocommerce-loop-product__title a:hover{color:var(--e-global-color-primary)}.product-block-list .posted-in{margin-bottom:.75rem}.product-block-list .price{display:flex;flex-direction:row;align-items:baseline;margin-bottom:11px;font-size:20px;font-size:1.25rem;line-height:1.3;gap:4px}.product-block-list .product-button{position:relative}.product-block-list .product-button .inventory_status{position:relative;transition:all 0.4s ease;margin:0}@media (max-width:1024px){.product-block-list .product-button .inventory_status{display:none}}.product-block-list .product-input-quantity{display:flex;align-items:center;margin-right:20px}.product-block-list .product-unit{font-size:12px;font-size:.75rem;color:var(--e-global-color-lighter);margin-left:15px}.product-block-list .product-unit .value{color:var(--e-global-color-secondary)}.product-block-list .added_to_cart{display:none}.product-block-list .add_to_cart_tooltips{display:inline-block}.product-block-list .product-caption-bottom{display:flex;flex-wrap:wrap;align-items:center;position:static}.product-block-list .product-caption-bottom>*{margin-bottom:5px}.product-block-list .label-wrapper{z-index:9}.product-block-list:hover .group-action{opacity:1;visibility:visible}.wcml-dropdown{width:100%}.wcml-dropdown li,.wcml-dropdown .wcml-cs-submenu li{border-color:var(--e-global-color-border)}.wcml-dropdown .wcml-cs-submenu{border-top:0}.wcml-dropdown a{padding:1em 1.41577975em}.wcml-dropdown a.wcml-cs-item-toggle:after{right:1em}.wcml-horizontal-list li.wcml-cs-active-currency a,.wcml-vertical-list li.wcml-cs-active-currency a{font-weight:700;color:var(--e-global-color-secondary);cursor:default}.woosw-area .woosw-inner .woosw-content{max-width:570px}.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items{min-width:400px}@media (max-width:640px){.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item td{padding:5px}.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item td.woosw-content-item--image{width:80px}}.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p>a{text-transform:capitalize;font-size:12px;font-size:.75rem;text-align:center;padding:10px;border-radius:5px;border:none;background-color:var(--e-global-color-primary);color:#fff;white-space:nowrap}.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p>a:hover{color:#fff;background-color:var(--e-global-color-primary)}.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--title a{font-weight:400!important}.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--price{display:flex;flex-wrap:wrap;align-items:center;font-size:14px;font-size:.875rem;color:var(--e-global-color-lighter)}.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--price del{font-size:12px;font-size:.75rem;color:var(--e-global-color-lighter)}.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--price ins{order:-1;color:var(--e-global-color-text)}.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--price del+ins{margin-right:.327em}.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-page a:hover{text-decoration:underline}.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-continue:hover{text-decoration:underline}.woosw-list .woosw-content-item--price{display:flex;flex-wrap:wrap;align-items:center;color:var(--e-global-color-secondary);font-size:14px;font-size:.875rem}.woosw-list .woosw-content-item--price del{font-size:14px;font-size:.875rem;font-weight:var(--e-global-typography-text-font-weight);color:var(--e-global-color-lighter)}.woosw-list .woosw-content-item--price ins{order:-1}.woosw-list .woosw-content-item--price del+ins{margin-right:.327em}.woosw-list .woosw-content-item--title a{font-size:16px;font-size:1rem;font-weight:400!important}.woosw-list .woosw-content-item .woosw-content-item--actions .woosw-content-item--add p>a.button{font-size:11px;font-size:.6875rem;text-align:center;display:inline-block}@media (max-width:568px){.woosw-list .woosw-content-item .woosw-content-item--image{display:none}}.woosw-list .woosw-content-item--actions .woosw-content-item--stock{margin-bottom:5px}.woosw-list .woosw-content-item .woosw-content-item--remove span:hover:before{color:red!important}.woosw-list .woosw-actions .woosw-copy-btn{margin-left:10px}.woosw-list .woosw-actions .woosw-copy-btn input{margin-left:5px}.woosw-list .woosw-content-mid-notice{text-align:center;font-size:18px;font-size:1.125rem;color:var(--e-global-color-secondary);margin-bottom:30px}.woosw-list .woosw-content-mid-notice:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";font-size:164px;color:var(--e-global-color-lighter);display:block;margin-bottom:50px}.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--name a{font-weight:var(--e-global-typography-text-font-weight)}.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content{max-width:630px}.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot,.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid{background-color:#fff}.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot-inner a{border-color:var(--e-global-color-border);color:#000}.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-items{color:#000}.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item--name a{color:#000}.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item--name:hover a{color:var(--e-global-color-primary)}.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item--actions{text-align:end}.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item--actions .woosw-item--add{margin-top:15px}.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .add_to_cart a.button{padding:.5rem 1.2rem;display:inline-block;border:1px solid #000;background-color:#000;white-space:nowrap;color:#fff}.woosw-popup.woosw-show .woosw-items .woosw-item .woosw-item-inner{border-color:var(--e-global-color-border)}.widget_product_search{position:relative}.ajax-search-result{position:absolute;top:100%;left:0;width:100%;background-color:#fff;box-shadow:0 5px 30px 0 rgb(0 0 0 / .1);padding:0 20px;z-index:999;max-height:500px;overflow-y:scroll}.product-item-search{padding:10px 0;border-bottom:1px solid;border-bottom-color:var(--e-global-color-border)}.product-item-search .product-link{display:flex;align-items:center;color:#888}.product-item-search .product-link img{width:60px;margin-right:15px}.product-item-search .product-link:hover .product-title{color:#DE3431}.product-item-search .product-title{font-size:14px;font-size:.875rem;font-weight:600;margin-bottom:5px;color:#000}.product-item-search:last-child{border-bottom:none}.product-item-search .amount{font-size:14px;font-size:.875rem;font-weight:var(--e-global-typography-primary-font-weight);color:#DE3431}.product-item-search del .amount{font-weight:var(--e-global-typography-primary-font-weight);color:#000}.razox-canvas-filter{position:fixed;padding:30px;top:0;left:0;z-index:10002;visibility:hidden;overflow-y:auto;overflow-x:hidden;width:320px;height:100vh;background-color:#fff;-webkit-transition:all 0.5s;transition:all 0.5s;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}@media (min-width:768px){.razox-canvas-filter{padding:54px 40px;width:410px}}.razox-canvas-filter::-webkit-scrollbar{width:3px}.razox-canvas-filter::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 3px rgb(0 0 0 / .3);background-color:#F5F5F5}.razox-canvas-filter::-webkit-scrollbar-thumb{background-color:#999}.razox-overlay-filter{position:fixed;width:100vw;height:100vh;top:0;bottom:0;z-index:997;opacity:0;background-color:rgb(0 0 0 / .7);visibility:hidden;transition:opacity 0.25s ease,visibility 0s ease}.off-canvas-active .razox-overlay-filter{visibility:visible;opacity:1}.off-canvas-active .razox-canvas-filter{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.filter-toggle{font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);-ms-transition:all 0.8s ease;-o-transition:all 0.8s ease;-moz-transition:all 0.8s ease;-webkit-transition:all 0.8s ease;transition:all 0.8s ease;padding:.8rem 1.875rem;font-size:16px;font-size:1rem;border-radius:5px;border:1px solid var(--e-global-color-secondary);background-color:var(--e-global-color-secondary);white-space:nowrap;color:var(--body-color);justify-content:center;letter-spacing:0;position:relative;overflow:hidden;text-transform:capitalize;display:inline-block;clip-path:inset(0 round var(--e-button-radius,5px));align-items:center;justify-content:flex-start;background:var(--e-global-color-secondary);color:#fff;font-family:var(--e-global-typography-secondary-font-family);font-weight:var(--e-global-typography-secondary-font-weight);text-transform:var(--e-global-typography-secondary-text-transform);font-style:var(--e-global-typography-secondary-font-style);text-decoration:var(--e-global-typography-secondary-text-decoration);line-height:var(--e-global-typography-secondary-line-height);letter-spacing:var(--e-global-typography-secondary-letter-spacing);font-size:16px;font-size:1rem;line-height:1.2;outline:none;text-align:center;padding:11px 20px;border-radius:5px;margin-right:5px}.filter-toggle span{position:relative;z-index:2}.filter-toggle i{padding-top:1.5px}.filter-toggle::before{position:absolute;height:calc(100% + 130px);width:130%;top:50%;left:50%;content:"";background:linear-gradient(to top right,var(--e-global-color-primary) 50%,#00000000 50.1%) bottom left,linear-gradient(to bottom left,var(--e-global-color-primary) 50%,#00000000 50.1%) top right;background-size:0 0;background-repeat:no-repeat;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;z-index:-1;transform:translate(-50%,-50%)}.filter-toggle:hover{border-color:var(--e-global-color-primary)}.filter-toggle:hover i{color:#FFF}.filter-toggle:hover:before{background-size:100% 100%}@media (min-width:1025px){.filter-toggle{display:none}}.razox-full-width-content .filter-toggle{display:inline-flex;text-transform:capitalize}.filter-close{display:flex;position:absolute;right:15px;top:15px;cursor:pointer;color:var(--e-global-color-secondary);font-size:9px;font-size:.5625rem}@media (min-width:768px){.filter-close{right:20px;top:22px}}.filter-close:hover{color:var(--e-global-color-primary)}@media (min-width:783px){.admin-bar .razox-canvas-filter{top:32px}}@media (min-width:600px) and (max-width:782px){.admin-bar .razox-canvas-filter{top:46px}}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item{border-radius:0}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item{padding-top:7px;padding-bottom:7px;height:auto}.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span{min-width:57px}.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span{padding:.34rem .65rem}.site-header-cart-side{position:fixed;top:0;bottom:0;overflow:hidden;overflow-y:auto;width:300px;background-color:#fff;transition:transform 0.25s ease;display:flex;flex-direction:column;right:0;z-index:999999999;transform:translate3d(300px,0,0)}@media (min-width:1024px){.site-header-cart-side{width:340px;transform:translate3d(340px,0,0)}}.site-header-cart-side .cart-side-heading{display:flex;flex:0 0 auto;align-items:center;flex-direction:row;justify-content:flex-end;padding:15px;border-bottom:1px dashed;border-bottom-color:var(--e-global-color-border)}.site-header-cart-side .cart-side-title{flex:1 1 auto;font-size:18px;font-size:1.125rem;color:#000;font-weight:var(--e-global-typography-primary-font-weight)}.site-header-cart-side .close-cart-side{color:#000;text-decoration:none;text-transform:uppercase;letter-spacing:.3px;font-weight:var(--e-global-typography-primary-font-weight);font-size:13px;font-size:.8125rem;padding-right:18px;position:relative}.site-header-cart-side .close-cart-side:before,.site-header-cart-side .close-cart-side:after{content:" ";position:absolute;top:50%;display:inline-block;margin-top:-1px;width:12px;height:2px;background-color:#000;transition:background-color 0.2s ease-in-out,transform 0.2s ease-in-out,width 0.2s ease-in-out;right:0;transform:rotate(-45deg)}.site-header-cart-side .close-cart-side:before{transform:rotate(45deg)}.site-header-cart-side .close-cart-side:hover:before,.site-header-cart-side .close-cart-side:hover:after{transform:rotate(0)}.site-header-cart-side .widget_shopping_cart{margin-bottom:0;position:relative;flex:1 1 auto;display:flex;border:none;padding:0;border-radius:0}.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__empty-message{text-align:center;font-size:18px;font-size:1.125rem}.site-header-cart-side .widget_shopping_cart .mini_cart_item{padding:15px 30px 15px 15px;margin-bottom:0;transition:background-color 0.3s ease}.site-header-cart-side .widget_shopping_cart .mini_cart_item:hover{background-color:#F9F9F9}.site-header-cart-side .widget_shopping_cart .mini_cart_item a{color:#000;margin-bottom:3px}.site-header-cart-side .widget_shopping_cart .mini_cart_item a:hover{color:var(--e-global-color-primary)}.site-header-cart-side .widget_shopping_cart .mini_cart_item a.remove{position:absolute;top:15px;margin-bottom:0;transform:translateY(-50%);left:unset;opacity:1;right:8px}.site-header-cart-side .widget_shopping_cart .widget_shopping_cart_content{display:flex;flex-direction:column;flex:1 1 auto}.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__total{margin-top:auto}.site-header-cart-side.active{transform:none}.site-header-cart-side.active+.cart-side-overlay{visibility:visible;opacity:1}.cart-side-overlay{position:fixed;width:100vw;height:100vh;top:0;bottom:0;left:0;z-index:997;opacity:0;background-color:rgb(0 0 0 / .7);visibility:hidden;transition:opacity 0.25s ease,visibility 0s ease}.razox-dropdown-filter{display:none;width:100%;padding-top:30px;position:relative;border-top:1px solid var(--e-global-color-border)}.razox-dropdown-filter::-webkit-scrollbar{height:10px}.razox-dropdown-filter::-webkit-scrollbar-track{border-radius:0}.razox-dropdown-filter::-webkit-scrollbar-thumb{border-radius:0;background-color:#fff;border-bottom:1px solid #000}.razox-dropdown-filter:before{content:"";display:block;position:absolute;top:-1px;width:100vw;border-top:1px solid var(--e-global-color-border);left:50%;-ms-transform:translateX(-50%);-o-transform:translateX(-50%);-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (max-width:1023px){.razox-dropdown-filter{display:none!important}}.razox-dropdown-filter .widget .wp-block-group__inner-container>h2,.razox-dropdown-filter .widget .widget-title,.razox-dropdown-filter .widget .widgettitle{font-size:14px;font-size:.875rem;line-height:1.2857142857;font-weight:var(--e-global-typography-primary-font-weight);text-transform:uppercase;margin-bottom:20px;color:var(--e-global-color-secondary)}.razox-dropdown-filter .widget .wp-block-group__inner-container>h2:before,.razox-dropdown-filter .widget .widget-title:before,.razox-dropdown-filter .widget .widgettitle:before{content:none}.razox-dropdown-filter .widget_block{display:none;visibility:hidden;opacity:0}.razox-dropdown-filter-wrap{display:flex;grid-column-gap:50px;overflow-x:auto}.razox-dropdown-filter-wrap .widget{width:300px;min-width:300px;flex:1;border:0;margin-bottom:20px}.razox-dropdown-filter-wrap .widget .widget-content{max-height:300px;height:300px;overflow-y:auto;overflow-x:hidden}.razox-dropdown-filter-wrap .widget .widget-content::-webkit-scrollbar{width:2px;border-radius:5px}.razox-dropdown-filter-wrap .widget .widget-content::-webkit-scrollbar-track{border-radius:5px;background-color:#E4E4E4}.razox-dropdown-filter-wrap .widget .widget-content::-webkit-scrollbar-thumb{background-color:#999;border-radius:5px}.razox-dropdown-filter-wrap .price_slider_wrapper{padding-top:15px}.filter-toggle-dropdown{display:none;align-items:center;justify-content:flex-start;font-size:14px;font-size:.875rem;background:#fff0;margin-right:20px;outline:none;text-align:center;line-height:18px;font-weight:var(--e-global-typography-primary-font-weight);text-transform:uppercase;color:#000}.filter-toggle-dropdown i{line-height:inherit;margin-right:6px;display:inline-block;color:var(--e-global-color-primary)}.filter-toggle-dropdown:focus,.filter-toggle-dropdown:hover{color:var(--e-global-color-primary)}.filter-toggle-dropdown:focus span:before,.filter-toggle-dropdown:hover span:before{background-color:var(--e-global-color-primary)}.razox-archive-product-width-wide .col-full{max-width:1680px}@media (min-width:1024px){.razox-full-width-content.shop_filter_dropdown .filter-toggle-dropdown{display:inline-flex}}.razox-menu-filter{display:none;align-items:center;margin-right:auto;padding:0}@media (min-width:1024px){.razox-menu-filter{display:flex}}.razox-menu-filter .widget{position:relative}.razox-menu-filter .widget .widget-content{text-transform:capitalize!important;display:none;position:absolute;top:calc(100% + 20px);left:0;width:310px;padding:30px 20px 30px 30px;background-color:#fff;z-index:99;box-shadow:0 0 30px 0 rgb(0 0 0 / .2)}.razox-menu-filter .widget .wp-block-group__inner-container>h2,.razox-menu-filter .widget .widget-title,.razox-menu-filter .widget .widgettitle{text-transform:capitalize!important;font-size:14px;font-size:.875rem;font-family:var(--e-global-typography-primary-font-family);font-weight:var(--e-global-typography-primary-font-weight);text-transform:var(--e-global-typography-primary-text-transform);font-style:var(--e-global-typography-primary-font-style);text-decoration:var(--e-global-typography-primary-text-decoration);line-height:var(--e-global-typography-primary-line-height);letter-spacing:var(--e-global-typography-primary-letter-spacing);padding:0;margin-bottom:0;border:none;transition:0.4s all ease;color:var(--e-global-color-text)}.razox-menu-filter .widget .wp-block-group__inner-container>h2.toggled-on:after,.razox-menu-filter .widget .widget-title.toggled-on:after,.razox-menu-filter .widget .widgettitle.toggled-on:after{transform:rotate(180deg)}.razox-menu-filter .widget .wp-block-group__inner-container>h2:after,.razox-menu-filter .widget .widget-title:after,.razox-menu-filter .widget .widgettitle:after{margin-left:11px;font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";transition:all ease 0.2s;font-size:16px;font-size:1rem;transform:rotate(0deg)}.razox-menu-filter .widget .wp-block-group__inner-container>h2.toggled-on,.razox-menu-filter .widget .widget-title.toggled-on,.razox-menu-filter .widget .widgettitle.toggled-on{transition:0.4s all ease}.razox-menu-filter .widget .wp-block-group__inner-container>h2.toggled-on:after,.razox-menu-filter .widget .widget-title.toggled-on:after,.razox-menu-filter .widget .widgettitle.toggled-on:after{transform:rotate(180deg)}.razox-menu-filter .widget.widget_block{display:none}.razox-menu-filter .widget .dropdown-sidebar{top:15px;right:18px}.razox-menu-filter .razox-menu-filter-wrap{display:flex;flex-wrap:wrap}.razox-menu-filter .razox-menu-filter-wrap>*{margin-bottom:0;margin-right:5px;background-color:#fff;border:1px solid var(--e-global-color-border);padding:12px 21px;border-radius:5px}.razox-menu-filter .razox-menu-filter-wrap>*:last-child{margin-right:0}.razox-menu-filter .razox-menu-filter-wrap .widget_price_filter form{margin-top:8px}@media (min-width:1024px){.shop_filter_menu .filter-toggle{display:none}}.shop_filter_menu .woocommerce-ordering{border-left:1px solid var(--e-global-color-border)}.shop_filter_menu .active-filter-toggle .filter-toggle{display:inline-flex}.shop_filter_menu .active-filter-toggle .razox-menu-filter{display:none}.quick-shop-wrapper{position:absolute;top:0;left:0;z-index:10;width:100%;height:100%;background-color:rgb(255 255 255 / .95);transition:transform 0.3s ease;transform:translate3d(0,103%,0)}.quick-shop-wrapper .quick-shop-form{display:flex;align-items:stretch;flex-direction:column;width:100%;height:100%;text-align:center}.quick-shop-wrapper .quick-shop-form .woosc-btn,.quick-shop-wrapper .quick-shop-form .woosw-btn{display:none}.quick-shop-wrapper .quick-shop-form .variations td{text-align:center;padding:5px}.quick-shop-wrapper .quick-shop-form .variations td.label label{font-size:13px;font-size:.8125rem;font-weight:var(--e-global-typography-primary-font-weight);color:var(--e-global-color-secondary)}.quick-shop-wrapper .quick-shop-form .variable-items-wrapper{justify-content:center}.quick-shop-wrapper .quick-shop-form table.variations{table-layout:fixed;margin-top:10px;margin-bottom:0;position:relative}.quick-shop-wrapper .quick-shop-form table.variations th,.quick-shop-wrapper .quick-shop-form table.variations td{display:list-item;padding:0;list-style:none;background-color:#fff0}.quick-shop-wrapper .quick-shop-form table.variations select{max-width:100%;vertical-align:middle}.quick-shop-wrapper .quick-shop-form table.variations label{display:block}.quick-shop-wrapper .quick-shop-form table.variations a.reset_variations{margin-top:0;margin-bottom:15px;display:block;margin-left:0;color:#f37070}.quick-shop-wrapper .quick-shop-form table.variations td.label label{font-size:16px;font-size:1rem;color:var(--e-global-color-text);font-weight:var(--e-global-typography-primary-font-weight);margin-bottom:8px}.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item{box-shadow:none;border:1px solid;margin:0 5px 5px 0;width:auto;height:auto;min-width:30px;min-height:30px;padding:0;border-color:var(--e-global-color-border)}.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item:hover,.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.selected{border-color:var(--e-global-color-primary);outline:none;box-shadow:none}.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item .variable-item-span{font-size:14px;font-size:.875rem;padding:0 10px;color:var(--e-global-color-secondary)}.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.color-variable-item{border-radius:50%}.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.color-variable-item .variable-item-span{border-radius:50%}.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.color-variable-item .variable-item-span:after{content:none}.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.disabled:before{display:none}.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.disabled:after{transform:rotate(-30deg);height:2px;background-color:var(--e-global-color-border);width:calc(100% + 12px);left:-7px;box-shadow:none}.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.disabled .variable-item-span{color:var(--e-global-color-text)}.quick-shop-wrapper .variations_form{display:flex;flex:1 1 auto;flex-direction:column;justify-content:space-between;margin-bottom:0;padding-bottom:15px}.quick-shop-wrapper .variations_form:before{content:""}.quick-shop-wrapper .variations_form .woocommerce-variation{-webkit-animation:none;animation:none}.quick-shop-wrapper .variations_form .woocommerce-variation-description p{margin-bottom:10px}.quick-shop-wrapper .variations_form .woocommerce-variation-price .price,.quick-shop-wrapper .variations_form .woocommerce-variation-availability p.stock{margin-right:5px;margin-bottom:10px!important;margin-left:5px;display:block;padding-bottom:0!important}.quick-shop-wrapper .variations_form .woocommerce-variation-availability p.stock{display:none!important}.quick-shop-wrapper div.quantity{display:none!important}.quick-shop-wrapper button.single_add_to_cart_button{background-color:#fff0;font-size:12px;font-size:.75rem;color:var(--e-global-color-secondary);border:1px solid;border-color:var(--e-global-color-secondary);padding:3px 15px}.quick-shop-wrapper button.single_add_to_cart_button:hover{color:#fff;background-color:var(--e-global-color-secondary)}.quick-shop-wrapper table.variations{margin-bottom:0}.quick-shop-wrapper table.variations .reset_variations{bottom:-30px;margin-left:0;text-decoration:underline;font-size:13px;font-size:.8125rem;color:var(--e-global-color-lighter)}.quick-shop-wrapper table.variations .reset_variations:before{content:none}.quick-shop-wrapper .variation-swatch-selected .variations{margin-bottom:40px}.quick-shop-wrapper .quick-shop-close{position:absolute;top:5px;right:5px;z-index:5;height:30px;opacity:0;transition:opacity 0.2s ease 0s}.quick-shop-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item){width:24px;height:24px;box-shadow:0 0 0 1px var(--e-global-color-border)}.quick-shop-shown .quick-shop-wrapper{overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;transition:-webkit-transform 0.4s ease;transition:transform 0.4s ease;transform:translate3d(0,0,0)}.quick-shop-shown .quick-shop-close{opacity:1;transition:all 0.25s ease 0.35s;padding-right:16px}.loading-quick-shop .product-transition::after{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";animation:fa-spin 0.75s linear infinite;height:20px;width:20px;line-height:20px;font-size:20px;font-size:1.25rem;position:absolute;top:50%;left:50%;margin-left:-10px;margin-top:-10px;display:block;color:var(--e-global-color-secondary);z-index:10}.loading-quick-shop .product-transition .woocommerce-loop-product__link{background-color:rgb(255 255 255 / .95)}.cross-button{position:relative;display:inline-block;cursor:pointer;line-height:30px}.cross-button:after,.cross-button:before{content:" ";position:absolute;top:50%;right:0;display:inline-block;margin-top:-1px;width:12px;height:2px;background-color:#000;transition:background-color 0.2s ease-in-out,transform 0.2s ease-in-out,width 0.2s ease-in-out}.cross-button:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.cross-button:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.cross-button:hover:after,.cross-button:hover:before{-webkit-transform:rotate(0);transform:rotate(0)}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.woocommerce-breadcrumb{margin-bottom:20px}.woocommerce-breadcrumb>a:first-of-type:before{font-family:"razox-icon";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;line-height:1;vertical-align:middle;content:"";margin-right:5px;top:-2px;position:relative;font-size:16px;opacity:.85;display:none}.breadcrumb-wrap{display:var(--page-title-display)}.home .main-breadcrumb{display:none}input.cwgstock_phone {
    width: 100%;
    text-align: center
}

.iti {
    width: 100%
}

.cwginstock-panel-heading h4 {
    color: #fff
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.cwginstock-panel-body input[type=email],
.cwginstock-panel-body input[type=text],
.form-group {
    margin-bottom: 15px
}

#cwg-bis-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: .5;
    z-index: 10000
}

.cwgstock_button {
    width: 100%;
    padding-top: 5px;
    background: #87ceeb;
    color: #fff
}.cwginstock-subscribe-form .row {
    margin-left: -15px;
    margin-right: -15px
}

.cwginstock-subscribe-form .col-lg-1,
.cwginstock-subscribe-form .col-lg-10,
.cwginstock-subscribe-form .col-lg-11,
.cwginstock-subscribe-form .col-lg-12,
.cwginstock-subscribe-form .col-lg-2,
.cwginstock-subscribe-form .col-lg-3,
.cwginstock-subscribe-form .col-lg-4,
.cwginstock-subscribe-form .col-lg-5,
.cwginstock-subscribe-form .col-lg-6,
.cwginstock-subscribe-form .col-lg-7,
.cwginstock-subscribe-form .col-lg-8,
.cwginstock-subscribe-form .col-lg-9,
.cwginstock-subscribe-form .col-md-1,
.cwginstock-subscribe-form .col-md-10,
.cwginstock-subscribe-form .col-md-11,
.cwginstock-subscribe-form .col-md-12,
.cwginstock-subscribe-form .col-md-2,
.cwginstock-subscribe-form .col-md-3,
.cwginstock-subscribe-form .col-md-4,
.cwginstock-subscribe-form .col-md-5,
.cwginstock-subscribe-form .col-md-6,
.cwginstock-subscribe-form .col-md-7,
.cwginstock-subscribe-form .col-md-8,
.cwginstock-subscribe-form .col-md-9,
.cwginstock-subscribe-form .col-sm-1,
.cwginstock-subscribe-form .col-sm-10,
.cwginstock-subscribe-form .col-sm-11,
.cwginstock-subscribe-form .col-sm-12,
.cwginstock-subscribe-form .col-sm-2,
.cwginstock-subscribe-form .col-sm-3,
.cwginstock-subscribe-form .col-sm-4,
.cwginstock-subscribe-form .col-sm-5,
.cwginstock-subscribe-form .col-sm-6,
.cwginstock-subscribe-form .col-sm-7,
.cwginstock-subscribe-form .col-sm-8,
.cwginstock-subscribe-form .col-sm-9,
.cwginstock-subscribe-form .col-xs-1,
.cwginstock-subscribe-form .col-xs-10,
.cwginstock-subscribe-form .col-xs-11,
.cwginstock-subscribe-form .col-xs-12,
.cwginstock-subscribe-form .col-xs-2,
.cwginstock-subscribe-form .col-xs-3,
.cwginstock-subscribe-form .col-xs-4,
.cwginstock-subscribe-form .col-xs-5,
.cwginstock-subscribe-form .col-xs-6,
.cwginstock-subscribe-form .col-xs-7,
.cwginstock-subscribe-form .col-xs-8,
.cwginstock-subscribe-form .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.cwginstock-subscribe-form .col-xs-1,
.cwginstock-subscribe-form .col-xs-10,
.cwginstock-subscribe-form .col-xs-11,
.cwginstock-subscribe-form .col-xs-12,
.cwginstock-subscribe-form .col-xs-2,
.cwginstock-subscribe-form .col-xs-3,
.cwginstock-subscribe-form .col-xs-4,
.cwginstock-subscribe-form .col-xs-5,
.cwginstock-subscribe-form .col-xs-6,
.cwginstock-subscribe-form .col-xs-7,
.cwginstock-subscribe-form .col-xs-8,
.cwginstock-subscribe-form .col-xs-9 {
    float: left
}

.cwginstock-subscribe-form .col-xs-12 {
    width: 100%
}

.cwginstock-subscribe-form .col-xs-11 {
    width: 91.66666667%
}

.cwginstock-subscribe-form .col-xs-10 {
    width: 83.33333333%
}

.cwginstock-subscribe-form .col-xs-9 {
    width: 75%
}

.cwginstock-subscribe-form .col-xs-8 {
    width: 66.66666667%
}

.cwginstock-subscribe-form .col-xs-7 {
    width: 58.33333333%
}

.cwginstock-subscribe-form .col-xs-6 {
    width: 50%
}

.cwginstock-subscribe-form .col-xs-5 {
    width: 41.66666667%
}

.cwginstock-subscribe-form .col-xs-4 {
    width: 33.33333333%
}

.cwginstock-subscribe-form .col-xs-3 {
    width: 25%
}

.cwginstock-subscribe-form .col-xs-2 {
    width: 16.66666667%
}

.cwginstock-subscribe-form .col-xs-1 {
    width: 8.33333333%
}

.cwginstock-subscribe-form .col-xs-pull-12 {
    right: 100%
}

.cwginstock-subscribe-form .col-xs-pull-11 {
    right: 91.66666667%
}

.cwginstock-subscribe-form .col-xs-pull-10 {
    right: 83.33333333%
}

.cwginstock-subscribe-form .col-xs-pull-9 {
    right: 75%
}

.cwginstock-subscribe-form .col-xs-pull-8 {
    right: 66.66666667%
}

.cwginstock-subscribe-form .col-xs-pull-7 {
    right: 58.33333333%
}

.cwginstock-subscribe-form .col-xs-pull-6 {
    right: 50%
}

.cwginstock-subscribe-form .col-xs-pull-5 {
    right: 41.66666667%
}

.cwginstock-subscribe-form .col-xs-pull-4 {
    right: 33.33333333%
}

.cwginstock-subscribe-form .col-xs-pull-3 {
    right: 25%
}

.cwginstock-subscribe-form .col-xs-pull-2 {
    right: 16.66666667%
}

.cwginstock-subscribe-form .col-xs-pull-1 {
    right: 8.33333333%
}

.cwginstock-subscribe-form .col-xs-pull-0 {
    right: auto
}

.cwginstock-subscribe-form .col-xs-push-12 {
    left: 100%
}

.cwginstock-subscribe-form .col-xs-push-11 {
    left: 91.66666667%
}

.cwginstock-subscribe-form .col-xs-push-10 {
    left: 83.33333333%
}

.cwginstock-subscribe-form .col-xs-push-9 {
    left: 75%
}

.cwginstock-subscribe-form .col-xs-push-8 {
    left: 66.66666667%
}

.cwginstock-subscribe-form .col-xs-push-7 {
    left: 58.33333333%
}

.cwginstock-subscribe-form .col-xs-push-6 {
    left: 50%
}

.cwginstock-subscribe-form .col-xs-push-5 {
    left: 41.66666667%
}

.cwginstock-subscribe-form .col-xs-push-4 {
    left: 33.33333333%
}

.cwginstock-subscribe-form .col-xs-push-3 {
    left: 25%
}

.cwginstock-subscribe-form .col-xs-push-2 {
    left: 16.66666667%
}

.cwginstock-subscribe-form .col-xs-push-1 {
    left: 8.33333333%
}

.cwginstock-subscribe-form .col-xs-push-0 {
    left: auto
}

.cwginstock-subscribe-form .col-xs-offset-12 {
    margin-left: 100%
}

.cwginstock-subscribe-form .col-xs-offset-11 {
    margin-left: 91.66666667%
}

.cwginstock-subscribe-form .col-xs-offset-10 {
    margin-left: 83.33333333%
}

.cwginstock-subscribe-form .col-xs-offset-9 {
    margin-left: 75%
}

.cwginstock-subscribe-form .col-xs-offset-8 {
    margin-left: 66.66666667%
}

.cwginstock-subscribe-form .col-xs-offset-7 {
    margin-left: 58.33333333%
}

.cwginstock-subscribe-form .col-xs-offset-6 {
    margin-left: 50%
}

.cwginstock-subscribe-form .col-xs-offset-5 {
    margin-left: 41.66666667%
}

.cwginstock-subscribe-form .col-xs-offset-4 {
    margin-left: 33.33333333%
}

.cwginstock-subscribe-form .col-xs-offset-3 {
    margin-left: 25%
}

.cwginstock-subscribe-form .col-xs-offset-2 {
    margin-left: 16.66666667%
}

.cwginstock-subscribe-form .col-xs-offset-1 {
    margin-left: 8.33333333%
}

.cwginstock-subscribe-form .col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .cwginstock-subscribe-form .col-sm-1,
    .cwginstock-subscribe-form .col-sm-10,
    .cwginstock-subscribe-form .col-sm-11,
    .cwginstock-subscribe-form .col-sm-12,
    .cwginstock-subscribe-form .col-sm-2,
    .cwginstock-subscribe-form .col-sm-3,
    .cwginstock-subscribe-form .col-sm-4,
    .cwginstock-subscribe-form .col-sm-5,
    .cwginstock-subscribe-form .col-sm-6,
    .cwginstock-subscribe-form .col-sm-7,
    .cwginstock-subscribe-form .col-sm-8,
    .cwginstock-subscribe-form .col-sm-9 {
        float: left
    }

    .cwginstock-subscribe-form .col-sm-12 {
        width: 100%
    }

    .cwginstock-subscribe-form .col-sm-11 {
        width: 91.66666667%
    }

    .cwginstock-subscribe-form .col-sm-10 {
        width: 83.33333333%
    }

    .cwginstock-subscribe-form .col-sm-9 {
        width: 75%
    }

    .cwginstock-subscribe-form .col-sm-8 {
        width: 66.66666667%
    }

    .cwginstock-subscribe-form .col-sm-7 {
        width: 58.33333333%
    }

    .cwginstock-subscribe-form .col-sm-6 {
        width: 50%
    }

    .cwginstock-subscribe-form .col-sm-5 {
        width: 41.66666667%
    }

    .cwginstock-subscribe-form .col-sm-4 {
        width: 33.33333333%
    }

    .cwginstock-subscribe-form .col-sm-3 {
        width: 25%
    }

    .cwginstock-subscribe-form .col-sm-2 {
        width: 16.66666667%
    }

    .cwginstock-subscribe-form .col-sm-1 {
        width: 8.33333333%
    }

    .cwginstock-subscribe-form .col-sm-pull-12 {
        right: 100%
    }

    .cwginstock-subscribe-form .col-sm-pull-11 {
        right: 91.66666667%
    }

    .cwginstock-subscribe-form .col-sm-pull-10 {
        right: 83.33333333%
    }

    .cwginstock-subscribe-form .col-sm-pull-9 {
        right: 75%
    }

    .cwginstock-subscribe-form .col-sm-pull-8 {
        right: 66.66666667%
    }

    .cwginstock-subscribe-form .col-sm-pull-7 {
        right: 58.33333333%
    }

    .cwginstock-subscribe-form .col-sm-pull-6 {
        right: 50%
    }

    .cwginstock-subscribe-form .col-sm-pull-5 {
        right: 41.66666667%
    }

    .cwginstock-subscribe-form .col-sm-pull-4 {
        right: 33.33333333%
    }

    .cwginstock-subscribe-form .col-sm-pull-3 {
        right: 25%
    }

    .cwginstock-subscribe-form .col-sm-pull-2 {
        right: 16.66666667%
    }

    .cwginstock-subscribe-form .col-sm-pull-1 {
        right: 8.33333333%
    }

    .cwginstock-subscribe-form .col-sm-pull-0 {
        right: auto
    }

    .cwginstock-subscribe-form .col-sm-push-12 {
        left: 100%
    }

    .cwginstock-subscribe-form .col-sm-push-11 {
        left: 91.66666667%
    }

    .cwginstock-subscribe-form .col-sm-push-10 {
        left: 83.33333333%
    }

    .cwginstock-subscribe-form .col-sm-push-9 {
        left: 75%
    }

    .cwginstock-subscribe-form .col-sm-push-8 {
        left: 66.66666667%
    }

    .cwginstock-subscribe-form .col-sm-push-7 {
        left: 58.33333333%
    }

    .cwginstock-subscribe-form .col-sm-push-6 {
        left: 50%
    }

    .cwginstock-subscribe-form .col-sm-push-5 {
        left: 41.66666667%
    }

    .cwginstock-subscribe-form .col-sm-push-4 {
        left: 33.33333333%
    }

    .cwginstock-subscribe-form .col-sm-push-3 {
        left: 25%
    }

    .cwginstock-subscribe-form .col-sm-push-2 {
        left: 16.66666667%
    }

    .cwginstock-subscribe-form .col-sm-push-1 {
        left: 8.33333333%
    }

    .cwginstock-subscribe-form .col-sm-push-0 {
        left: auto
    }

    .cwginstock-subscribe-form .col-sm-offset-12 {
        margin-left: 100%
    }

    .cwginstock-subscribe-form .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .cwginstock-subscribe-form .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .cwginstock-subscribe-form .col-sm-offset-9 {
        margin-left: 75%
    }

    .cwginstock-subscribe-form .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .cwginstock-subscribe-form .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .cwginstock-subscribe-form .col-sm-offset-6 {
        margin-left: 50%
    }

    .cwginstock-subscribe-form .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .cwginstock-subscribe-form .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .cwginstock-subscribe-form .col-sm-offset-3 {
        margin-left: 25%
    }

    .cwginstock-subscribe-form .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .cwginstock-subscribe-form .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .cwginstock-subscribe-form .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .cwginstock-subscribe-form .col-md-1,
    .cwginstock-subscribe-form .col-md-10,
    .cwginstock-subscribe-form .col-md-11,
    .cwginstock-subscribe-form .col-md-12,
    .cwginstock-subscribe-form .col-md-2,
    .cwginstock-subscribe-form .col-md-3,
    .cwginstock-subscribe-form .col-md-4,
    .cwginstock-subscribe-form .col-md-5,
    .cwginstock-subscribe-form .col-md-6,
    .cwginstock-subscribe-form .col-md-7,
    .cwginstock-subscribe-form .col-md-8,
    .cwginstock-subscribe-form .col-md-9 {
        float: left
    }

    .cwginstock-subscribe-form .col-md-12 {
        width: 100%
    }

    .cwginstock-subscribe-form .col-md-11 {
        width: 91.66666667%
    }

    .cwginstock-subscribe-form .col-md-10 {
        width: 83.33333333%
    }

    .cwginstock-subscribe-form .col-md-9 {
        width: 75%
    }

    .cwginstock-subscribe-form .col-md-8 {
        width: 66.66666667%
    }

    .cwginstock-subscribe-form .col-md-7 {
        width: 58.33333333%
    }

    .cwginstock-subscribe-form .col-md-6 {
        width: 50%
    }

    .cwginstock-subscribe-form .col-md-5 {
        width: 41.66666667%
    }

    .cwginstock-subscribe-form .col-md-4 {
        width: 33.33333333%
    }

    .cwginstock-subscribe-form .col-md-3 {
        width: 25%
    }

    .cwginstock-subscribe-form .col-md-2 {
        width: 16.66666667%
    }

    .cwginstock-subscribe-form .col-md-1 {
        width: 8.33333333%
    }

    .cwginstock-subscribe-form .col-md-pull-12 {
        right: 100%
    }

    .cwginstock-subscribe-form .col-md-pull-11 {
        right: 91.66666667%
    }

    .cwginstock-subscribe-form .col-md-pull-10 {
        right: 83.33333333%
    }

    .cwginstock-subscribe-form .col-md-pull-9 {
        right: 75%
    }

    .cwginstock-subscribe-form .col-md-pull-8 {
        right: 66.66666667%
    }

    .cwginstock-subscribe-form .col-md-pull-7 {
        right: 58.33333333%
    }

    .cwginstock-subscribe-form .col-md-pull-6 {
        right: 50%
    }

    .cwginstock-subscribe-form .col-md-pull-5 {
        right: 41.66666667%
    }

    .cwginstock-subscribe-form .col-md-pull-4 {
        right: 33.33333333%
    }

    .cwginstock-subscribe-form .col-md-pull-3 {
        right: 25%
    }

    .cwginstock-subscribe-form .col-md-pull-2 {
        right: 16.66666667%
    }

    .cwginstock-subscribe-form .col-md-pull-1 {
        right: 8.33333333%
    }

    .cwginstock-subscribe-form .col-md-pull-0 {
        right: auto
    }

    .cwginstock-subscribe-form .col-md-push-12 {
        left: 100%
    }

    .cwginstock-subscribe-form .col-md-push-11 {
        left: 91.66666667%
    }

    .cwginstock-subscribe-form .col-md-push-10 {
        left: 83.33333333%
    }

    .cwginstock-subscribe-form .col-md-push-9 {
        left: 75%
    }

    .cwginstock-subscribe-form .col-md-push-8 {
        left: 66.66666667%
    }

    .cwginstock-subscribe-form .col-md-push-7 {
        left: 58.33333333%
    }

    .cwginstock-subscribe-form .col-md-push-6 {
        left: 50%
    }

    .cwginstock-subscribe-form .col-md-push-5 {
        left: 41.66666667%
    }

    .cwginstock-subscribe-form .col-md-push-4 {
        left: 33.33333333%
    }

    .cwginstock-subscribe-form .col-md-push-3 {
        left: 25%
    }

    .cwginstock-subscribe-form .col-md-push-2 {
        left: 16.66666667%
    }

    .cwginstock-subscribe-form .col-md-push-1 {
        left: 8.33333333%
    }

    .cwginstock-subscribe-form .col-md-push-0 {
        left: auto
    }

    .cwginstock-subscribe-form .col-md-offset-12 {
        margin-left: 100%
    }

    .cwginstock-subscribe-form .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .cwginstock-subscribe-form .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .cwginstock-subscribe-form .col-md-offset-9 {
        margin-left: 75%
    }

    .cwginstock-subscribe-form .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .cwginstock-subscribe-form .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .cwginstock-subscribe-form .col-md-offset-6 {
        margin-left: 50%
    }

    .cwginstock-subscribe-form .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .cwginstock-subscribe-form .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .cwginstock-subscribe-form .col-md-offset-3 {
        margin-left: 25%
    }

    .cwginstock-subscribe-form .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .cwginstock-subscribe-form .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .cwginstock-subscribe-form .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .cwginstock-subscribe-form .col-lg-1,
    .cwginstock-subscribe-form .col-lg-10,
    .cwginstock-subscribe-form .col-lg-11,
    .cwginstock-subscribe-form .col-lg-12,
    .cwginstock-subscribe-form .col-lg-2,
    .cwginstock-subscribe-form .col-lg-3,
    .cwginstock-subscribe-form .col-lg-4,
    .cwginstock-subscribe-form .col-lg-5,
    .cwginstock-subscribe-form .col-lg-6,
    .cwginstock-subscribe-form .col-lg-7,
    .cwginstock-subscribe-form .col-lg-8,
    .cwginstock-subscribe-form .col-lg-9 {
        float: left
    }

    .cwginstock-subscribe-form .col-lg-12 {
        width: 100%
    }

    .cwginstock-subscribe-form .col-lg-11 {
        width: 91.66666667%
    }

    .cwginstock-subscribe-form .col-lg-10 {
        width: 83.33333333%
    }

    .cwginstock-subscribe-form .col-lg-9 {
        width: 75%
    }

    .cwginstock-subscribe-form .col-lg-8 {
        width: 66.66666667%
    }

    .cwginstock-subscribe-form .col-lg-7 {
        width: 58.33333333%
    }

    .cwginstock-subscribe-form .col-lg-6 {
        width: 50%
    }

    .cwginstock-subscribe-form .col-lg-5 {
        width: 41.66666667%
    }

    .cwginstock-subscribe-form .col-lg-4 {
        width: 33.33333333%
    }

    .cwginstock-subscribe-form .col-lg-3 {
        width: 25%
    }

    .cwginstock-subscribe-form .col-lg-2 {
        width: 16.66666667%
    }

    .cwginstock-subscribe-form .col-lg-1 {
        width: 8.33333333%
    }

    .cwginstock-subscribe-form .col-lg-pull-12 {
        right: 100%
    }

    .cwginstock-subscribe-form .col-lg-pull-11 {
        right: 91.66666667%
    }

    .cwginstock-subscribe-form .col-lg-pull-10 {
        right: 83.33333333%
    }

    .cwginstock-subscribe-form .col-lg-pull-9 {
        right: 75%
    }

    .cwginstock-subscribe-form .col-lg-pull-8 {
        right: 66.66666667%
    }

    .cwginstock-subscribe-form .col-lg-pull-7 {
        right: 58.33333333%
    }

    .cwginstock-subscribe-form .col-lg-pull-6 {
        right: 50%
    }

    .cwginstock-subscribe-form .col-lg-pull-5 {
        right: 41.66666667%
    }

    .cwginstock-subscribe-form .col-lg-pull-4 {
        right: 33.33333333%
    }

    .cwginstock-subscribe-form .col-lg-pull-3 {
        right: 25%
    }

    .cwginstock-subscribe-form .col-lg-pull-2 {
        right: 16.66666667%
    }

    .cwginstock-subscribe-form .col-lg-pull-1 {
        right: 8.33333333%
    }

    .cwginstock-subscribe-form .col-lg-pull-0 {
        right: auto
    }

    .cwginstock-subscribe-form .col-lg-push-12 {
        left: 100%
    }

    .cwginstock-subscribe-form .col-lg-push-11 {
        left: 91.66666667%
    }

    .cwginstock-subscribe-form .col-lg-push-10 {
        left: 83.33333333%
    }

    .cwginstock-subscribe-form .col-lg-push-9 {
        left: 75%
    }

    .cwginstock-subscribe-form .col-lg-push-8 {
        left: 66.66666667%
    }

    .cwginstock-subscribe-form .col-lg-push-7 {
        left: 58.33333333%
    }

    .cwginstock-subscribe-form .col-lg-push-6 {
        left: 50%
    }

    .cwginstock-subscribe-form .col-lg-push-5 {
        left: 41.66666667%
    }

    .cwginstock-subscribe-form .col-lg-push-4 {
        left: 33.33333333%
    }

    .cwginstock-subscribe-form .col-lg-push-3 {
        left: 25%
    }

    .cwginstock-subscribe-form .col-lg-push-2 {
        left: 16.66666667%
    }

    .cwginstock-subscribe-form .col-lg-push-1 {
        left: 8.33333333%
    }

    .cwginstock-subscribe-form .col-lg-push-0 {
        left: auto
    }

    .cwginstock-subscribe-form .col-lg-offset-12 {
        margin-left: 100%
    }

    .cwginstock-subscribe-form .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .cwginstock-subscribe-form .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .cwginstock-subscribe-form .col-lg-offset-9 {
        margin-left: 75%
    }

    .cwginstock-subscribe-form .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .cwginstock-subscribe-form .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .cwginstock-subscribe-form .col-lg-offset-6 {
        margin-left: 50%
    }

    .cwginstock-subscribe-form .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .cwginstock-subscribe-form .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .cwginstock-subscribe-form .col-lg-offset-3 {
        margin-left: 25%
    }

    .cwginstock-subscribe-form .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .cwginstock-subscribe-form .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .cwginstock-subscribe-form .col-lg-offset-0 {
        margin-left: 0
    }
}

.cwginstock-subscribe-form .clearfix:after,
.cwginstock-subscribe-form .clearfix:before,
.cwginstock-subscribe-form .container-fluid:after,
.cwginstock-subscribe-form .container-fluid:before,
.cwginstock-subscribe-form .container:after,
.cwginstock-subscribe-form .container:before,
.cwginstock-subscribe-form .row:after,
.cwginstock-subscribe-form .row:before {
    content: " ";
    display: table
}

.cwginstock-subscribe-form .clearfix:after,
.cwginstock-subscribe-form .container-fluid:after,
.cwginstock-subscribe-form .container:after,
.cwginstock-subscribe-form .row:after {
    clear: both
}

.cwginstock-subscribe-form .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.cwginstock-subscribe-form .pull-right {
    float: right !important
}

.cwginstock-subscribe-form .pull-left {
    float: left !important
}

.cwginstock-subscribe-form .hide {
    display: none !important
}

.cwginstock-subscribe-form .show {
    display: block !important
}

.cwginstock-subscribe-form .invisible {
    visibility: hidden
}

.cwginstock-subscribe-form .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.cwginstock-subscribe-form .panel-heading>.dropdown .dropdown-toggle,
.cwginstock-subscribe-form .panel-title,
.cwginstock-subscribe-form .panel-title>.small,
.cwginstock-subscribe-form .panel-title>.small>a,
.cwginstock-subscribe-form .panel-title>a,
.cwginstock-subscribe-form .panel-title>small,
.cwginstock-subscribe-form .panel-title>small>a {
    color: inherit
}

.cwginstock-subscribe-form .hidden {
    display: none !important
}

.cwginstock-subscribe-form .affix {
    position: fixed
}

.cwginstock-subscribe-form .panel {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.cwginstock-subscribe-form .panel-title,
.cwginstock-subscribe-form .panel>.list-group,
.cwginstock-subscribe-form .panel>.panel-collapse>.list-group,
.cwginstock-subscribe-form .panel>.panel-collapse>.table,
.cwginstock-subscribe-form .panel>.table,
.cwginstock-subscribe-form .panel>.table-responsive>.table {
    margin-bottom: 0
}

.cwginstock-subscribe-form .panel-body {
    padding: 15px
}

.cwginstock-subscribe-form .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.cwginstock-subscribe-form .panel-title {
    margin-top: 0;
    font-size: 16px
}

.cwginstock-subscribe-form .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.cwginstock-subscribe-form .panel>.list-group .list-group-item,
.cwginstock-subscribe-form .panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.cwginstock-subscribe-form .panel-group .panel-heading,
.cwginstock-subscribe-form .panel>.table-bordered>tbody>tr:first-child>td,
.cwginstock-subscribe-form .panel>.table-bordered>tbody>tr:first-child>th,
.cwginstock-subscribe-form .panel>.table-bordered>tbody>tr:last-child>td,
.cwginstock-subscribe-form .panel>.table-bordered>tbody>tr:last-child>th,
.cwginstock-subscribe-form .panel>.table-bordered>tfoot>tr:last-child>td,
.cwginstock-subscribe-form .panel>.table-bordered>tfoot>tr:last-child>th,
.cwginstock-subscribe-form .panel>.table-bordered>thead>tr:first-child>td,
.cwginstock-subscribe-form .panel>.table-bordered>thead>tr:first-child>th,
.cwginstock-subscribe-form .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.cwginstock-subscribe-form .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.cwginstock-subscribe-form .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.cwginstock-subscribe-form .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.cwginstock-subscribe-form .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.cwginstock-subscribe-form .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.cwginstock-subscribe-form .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.cwginstock-subscribe-form .panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.cwginstock-subscribe-form .panel>.table-responsive:last-child>.table:last-child,
.cwginstock-subscribe-form .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.cwginstock-subscribe-form .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.cwginstock-subscribe-form .panel>.table:last-child,
.cwginstock-subscribe-form .panel>.table:last-child>tbody:last-child>tr:last-child,
.cwginstock-subscribe-form .panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.cwginstock-subscribe-form .panel>.list-group:first-child .list-group-item:first-child,
.cwginstock-subscribe-form .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.cwginstock-subscribe-form .panel>.list-group:last-child .list-group-item:last-child,
.cwginstock-subscribe-form .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.cwginstock-subscribe-form .panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.cwginstock-subscribe-form .panel>.table-responsive:first-child>.table:first-child,
.cwginstock-subscribe-form .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.cwginstock-subscribe-form .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.cwginstock-subscribe-form .panel>.table:first-child,
.cwginstock-subscribe-form .panel>.table:first-child>tbody:first-child>tr:first-child,
.cwginstock-subscribe-form .panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.cwginstock-subscribe-form .list-group+.panel-footer,
.cwginstock-subscribe-form .panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.cwginstock-subscribe-form .panel>.panel-collapse>.table caption,
.cwginstock-subscribe-form .panel>.table caption,
.cwginstock-subscribe-form .panel>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.cwginstock-subscribe-form .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.cwginstock-subscribe-form .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.cwginstock-subscribe-form .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.cwginstock-subscribe-form .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.cwginstock-subscribe-form .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.cwginstock-subscribe-form .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.cwginstock-subscribe-form .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.cwginstock-subscribe-form .panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.cwginstock-subscribe-form .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.cwginstock-subscribe-form .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.cwginstock-subscribe-form .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.cwginstock-subscribe-form .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.cwginstock-subscribe-form .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.cwginstock-subscribe-form .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.cwginstock-subscribe-form .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.cwginstock-subscribe-form .panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.cwginstock-subscribe-form .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.cwginstock-subscribe-form .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.cwginstock-subscribe-form .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.cwginstock-subscribe-form .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.cwginstock-subscribe-form .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.cwginstock-subscribe-form .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.cwginstock-subscribe-form .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.cwginstock-subscribe-form .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.cwginstock-subscribe-form .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.cwginstock-subscribe-form .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.cwginstock-subscribe-form .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.cwginstock-subscribe-form .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.cwginstock-subscribe-form .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.cwginstock-subscribe-form .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.cwginstock-subscribe-form .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.cwginstock-subscribe-form .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.cwginstock-subscribe-form .panel>.panel-body+.table,
.cwginstock-subscribe-form .panel>.panel-body+.table-responsive,
.cwginstock-subscribe-form .panel>.table+.panel-body,
.cwginstock-subscribe-form .panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.cwginstock-subscribe-form .panel>.table>tbody:first-child>tr:first-child td,
.cwginstock-subscribe-form .panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.cwginstock-subscribe-form .panel>.table-bordered,
.cwginstock-subscribe-form .panel>.table-responsive>.table-bordered {
    border: 0
}

.cwginstock-subscribe-form .panel>.table-bordered>tbody>tr>td:first-child,
.cwginstock-subscribe-form .panel>.table-bordered>tbody>tr>th:first-child,
.cwginstock-subscribe-form .panel>.table-bordered>tfoot>tr>td:first-child,
.cwginstock-subscribe-form .panel>.table-bordered>tfoot>tr>th:first-child,
.cwginstock-subscribe-form .panel>.table-bordered>thead>tr>td:first-child,
.cwginstock-subscribe-form .panel>.table-bordered>thead>tr>th:first-child,
.cwginstock-subscribe-form .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.cwginstock-subscribe-form .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.cwginstock-subscribe-form .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.cwginstock-subscribe-form .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.cwginstock-subscribe-form .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.cwginstock-subscribe-form .panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.cwginstock-subscribe-form .panel>.table-bordered>tbody>tr>td:last-child,
.cwginstock-subscribe-form .panel>.table-bordered>tbody>tr>th:last-child,
.cwginstock-subscribe-form .panel>.table-bordered>tfoot>tr>td:last-child,
.cwginstock-subscribe-form .panel>.table-bordered>tfoot>tr>th:last-child,
.cwginstock-subscribe-form .panel>.table-bordered>thead>tr>td:last-child,
.cwginstock-subscribe-form .panel>.table-bordered>thead>tr>th:last-child,
.cwginstock-subscribe-form .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.cwginstock-subscribe-form .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.cwginstock-subscribe-form .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.cwginstock-subscribe-form .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.cwginstock-subscribe-form .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.cwginstock-subscribe-form .panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.cwginstock-subscribe-form .panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.cwginstock-subscribe-form .panel-group {
    margin-bottom: 20px
}

.cwginstock-subscribe-form .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.cwginstock-subscribe-form .panel-group .panel+.panel {
    margin-top: 5px
}

.cwginstock-subscribe-form .panel-group .panel-heading+.panel-collapse>.list-group,
.cwginstock-subscribe-form .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.cwginstock-subscribe-form .panel-group .panel-footer {
    border-top: 0
}

.cwginstock-subscribe-form .panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.cwginstock-subscribe-form .panel-default {
    border-color: #ddd
}

.cwginstock-subscribe-form .panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.cwginstock-subscribe-form .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.cwginstock-subscribe-form .panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.cwginstock-subscribe-form .panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.cwginstock-subscribe-form .panel-primary {
    border-color: #337ab7
}

.cwginstock-subscribe-form .panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.cwginstock-subscribe-form .panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.cwginstock-subscribe-form .panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.cwginstock-subscribe-form .panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.cwginstock-subscribe-form .panel-success {
    border-color: #d6e9c6
}

.cwginstock-subscribe-form .panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.cwginstock-subscribe-form .panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.cwginstock-subscribe-form .panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.cwginstock-subscribe-form .panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.cwginstock-subscribe-form .panel-info {
    border-color: #bce8f1
}

.cwginstock-subscribe-form .panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.cwginstock-subscribe-form .panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.cwginstock-subscribe-form .panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.cwginstock-subscribe-form .panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.cwginstock-subscribe-form .panel-warning {
    border-color: #faebcc
}

.cwginstock-subscribe-form .panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.cwginstock-subscribe-form .panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.cwginstock-subscribe-form .panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.cwginstock-subscribe-form .panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.cwginstock-subscribe-form .panel-danger {
    border-color: #ebccd1
}

.cwginstock-subscribe-form .panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.cwginstock-subscribe-form .panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.cwginstock-subscribe-form .panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.cwginstock-subscribe-form .panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}:root{--iti-hover-color:rgba(0, 0, 0, 0.05);--iti-border-color:#ccc;--iti-dialcode-color:#999;--iti-dropdown-bg:white;--iti-spacer-horizontal:8px;--iti-flag-height:12px;--iti-flag-width:16px;--iti-border-width:1px;--iti-arrow-height:4px;--iti-arrow-width:6px;--iti-triangle-border:calc(var(--iti-arrow-width) / 2);--iti-arrow-padding:6px;--iti-arrow-color:#555;--iti-path-flags-1x:url("/wp-content/plugins/back-in-stock-notifier-for-woocommerce/assets/img/flags.webp");--iti-path-flags-2x:url("/wp-content/plugins/back-in-stock-notifier-for-woocommerce/assets/img/flags@2x.webp");--iti-path-globe-1x:url("/wp-content/plugins/back-in-stock-notifier-for-woocommerce/assets/img/globe.webp");--iti-path-globe-2x:url("/wp-content/plugins/back-in-stock-notifier-for-woocommerce/assets/img/globe@2x.webp");--iti-flag-sprite-width:3904px;--iti-flag-sprite-height:12px;--iti-mobile-popup-margin:30px}.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti__a11y-text{width:1px;height:1px;clip:rect(1px,1px,1px,1px);overflow:hidden;position:absolute}.iti input.iti__tel-input,.iti input.iti__tel-input[type=tel],.iti input.iti__tel-input[type=text]{position:relative;z-index:0;margin:0!important}.iti__country-container{position:absolute;top:0;bottom:0;padding:var(--iti-border-width)}.iti__selected-country{z-index:1;position:relative;display:flex;align-items:center;height:100%;background:0 0;border:0;margin:0;padding:0;font-family:inherit;font-size:inherit;color:inherit;border-radius:0;font-weight:inherit;line-height:inherit;text-decoration:none}.iti__selected-country-primary{display:flex;align-items:center;height:100%;padding:0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal)}.iti__arrow{margin-left:var(--iti-arrow-padding);width:0;height:0;border-left:var(--iti-triangle-border) solid transparent;border-right:var(--iti-triangle-border) solid transparent;border-top:var(--iti-arrow-height) solid var(--iti-arrow-color)}[dir=rtl] .iti__arrow{margin-right:var(--iti-arrow-padding);margin-left:0}.iti__arrow--up{border-top:none;border-bottom:var(--iti-arrow-height) solid var(--iti-arrow-color)}.iti__dropdown-content{border-radius:3px;background-color:var(--iti-dropdown-bg)}.iti--inline-dropdown .iti__dropdown-content{position:absolute;z-index:2;margin-top:3px;margin-left:calc(var(--iti-border-width) * -1);border:var(--iti-border-width) solid var(--iti-border-color);box-shadow:1px 1px 4px rgba(0,0,0,.2)}.iti__search-input{width:100%;border-width:0;border-radius:3px}.iti__search-input+.iti__country-list{border-top:1px solid var(--iti-border-color)}.iti__country-list{list-style:none;padding:0;margin:0;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti--inline-dropdown .iti__country-list{max-height:185px}.iti--flexible-dropdown-width .iti__country-list{white-space:nowrap}@media (max-width:500px){.iti--flexible-dropdown-width .iti__country-list{white-space:normal}}.iti__country{display:flex;align-items:center;padding:8px var(--iti-spacer-horizontal);outline:0}.iti__dial-code{color:var(--iti-dialcode-color)}.iti__country.iti__highlight{background-color:var(--iti-hover-color)}.iti__country-list .iti__flag,.iti__country-name{margin-right:var(--iti-spacer-horizontal)}[dir=rtl] .iti__country-list .iti__flag,[dir=rtl] .iti__country-name{margin-right:0;margin-left:var(--iti-spacer-horizontal)}.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover,.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button{cursor:pointer}.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary{background-color:var(--iti-hover-color)}.iti .iti__selected-dial-code{margin-left:4px}[dir=rtl] .iti .iti__selected-dial-code{margin-left:0;margin-right:4px}.iti--container{position:fixed;top:-1000px;left:-1000px;z-index:1060;padding:var(--iti-border-width)}.iti--container:hover{cursor:pointer}.iti--fullscreen-popup.iti--container{background-color:rgba(0,0,0,.5);top:0;bottom:0;left:0;right:0;position:fixed;padding:var(--iti-mobile-popup-margin);display:flex;flex-direction:column;justify-content:flex-start}.iti--fullscreen-popup .iti__dropdown-content{display:flex;flex-direction:column;max-height:100%;position:relative}.iti--fullscreen-popup .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{--iti-flag-offset:100px;height:var(--iti-flag-height);width:var(--iti-flag-width);border-radius:1px;box-shadow:0 0 1px 0 #888;background-image:var(--iti-path-flags-1x);background-repeat:no-repeat;background-position:var(--iti-flag-offset) 0;background-size:var(--iti-flag-sprite-width) var(--iti-flag-sprite-height)}.iti__ac{--iti-flag-offset:0px}.iti__ad{--iti-flag-offset:-16px}.iti__ae{--iti-flag-offset:-32px}.iti__af{--iti-flag-offset:-48px}.iti__ag{--iti-flag-offset:-64px}.iti__ai{--iti-flag-offset:-80px}.iti__al{--iti-flag-offset:-96px}.iti__am{--iti-flag-offset:-112px}.iti__ao{--iti-flag-offset:-128px}.iti__ar{--iti-flag-offset:-144px}.iti__as{--iti-flag-offset:-160px}.iti__at{--iti-flag-offset:-176px}.iti__au{--iti-flag-offset:-192px}.iti__aw{--iti-flag-offset:-208px}.iti__ax{--iti-flag-offset:-224px}.iti__az{--iti-flag-offset:-240px}.iti__ba{--iti-flag-offset:-256px}.iti__bb{--iti-flag-offset:-272px}.iti__bd{--iti-flag-offset:-288px}.iti__be{--iti-flag-offset:-304px}.iti__bf{--iti-flag-offset:-320px}.iti__bg{--iti-flag-offset:-336px}.iti__bh{--iti-flag-offset:-352px}.iti__bi{--iti-flag-offset:-368px}.iti__bj{--iti-flag-offset:-384px}.iti__bl{--iti-flag-offset:-400px}.iti__bm{--iti-flag-offset:-416px}.iti__bn{--iti-flag-offset:-432px}.iti__bo{--iti-flag-offset:-448px}.iti__bq{--iti-flag-offset:-464px}.iti__br{--iti-flag-offset:-480px}.iti__bs{--iti-flag-offset:-496px}.iti__bt{--iti-flag-offset:-512px}.iti__bw{--iti-flag-offset:-528px}.iti__by{--iti-flag-offset:-544px}.iti__bz{--iti-flag-offset:-560px}.iti__ca{--iti-flag-offset:-576px}.iti__cc{--iti-flag-offset:-592px}.iti__cd{--iti-flag-offset:-608px}.iti__cf{--iti-flag-offset:-624px}.iti__cg{--iti-flag-offset:-640px}.iti__ch{--iti-flag-offset:-656px}.iti__ci{--iti-flag-offset:-672px}.iti__ck{--iti-flag-offset:-688px}.iti__cl{--iti-flag-offset:-704px}.iti__cm{--iti-flag-offset:-720px}.iti__cn{--iti-flag-offset:-736px}.iti__co{--iti-flag-offset:-752px}.iti__cr{--iti-flag-offset:-768px}.iti__cu{--iti-flag-offset:-784px}.iti__cv{--iti-flag-offset:-800px}.iti__cw{--iti-flag-offset:-816px}.iti__cx{--iti-flag-offset:-832px}.iti__cy{--iti-flag-offset:-848px}.iti__cz{--iti-flag-offset:-864px}.iti__de{--iti-flag-offset:-880px}.iti__dj{--iti-flag-offset:-896px}.iti__dk{--iti-flag-offset:-912px}.iti__dm{--iti-flag-offset:-928px}.iti__do{--iti-flag-offset:-944px}.iti__dz{--iti-flag-offset:-960px}.iti__ec{--iti-flag-offset:-976px}.iti__ee{--iti-flag-offset:-992px}.iti__eg{--iti-flag-offset:-1008px}.iti__eh{--iti-flag-offset:-1024px}.iti__er{--iti-flag-offset:-1040px}.iti__es{--iti-flag-offset:-1056px}.iti__et{--iti-flag-offset:-1072px}.iti__fi{--iti-flag-offset:-1088px}.iti__fj{--iti-flag-offset:-1104px}.iti__fk{--iti-flag-offset:-1120px}.iti__fm{--iti-flag-offset:-1136px}.iti__fo{--iti-flag-offset:-1152px}.iti__fr{--iti-flag-offset:-1168px}.iti__ga{--iti-flag-offset:-1184px}.iti__gb{--iti-flag-offset:-1200px}.iti__gd{--iti-flag-offset:-1216px}.iti__ge{--iti-flag-offset:-1232px}.iti__gf{--iti-flag-offset:-1248px}.iti__gg{--iti-flag-offset:-1264px}.iti__gh{--iti-flag-offset:-1280px}.iti__gi{--iti-flag-offset:-1296px}.iti__gl{--iti-flag-offset:-1312px}.iti__gm{--iti-flag-offset:-1328px}.iti__gn{--iti-flag-offset:-1344px}.iti__gp{--iti-flag-offset:-1360px}.iti__gq{--iti-flag-offset:-1376px}.iti__gr{--iti-flag-offset:-1392px}.iti__gt{--iti-flag-offset:-1408px}.iti__gu{--iti-flag-offset:-1424px}.iti__gw{--iti-flag-offset:-1440px}.iti__gy{--iti-flag-offset:-1456px}.iti__hk{--iti-flag-offset:-1472px}.iti__hn{--iti-flag-offset:-1488px}.iti__hr{--iti-flag-offset:-1504px}.iti__ht{--iti-flag-offset:-1520px}.iti__hu{--iti-flag-offset:-1536px}.iti__id{--iti-flag-offset:-1552px}.iti__ie{--iti-flag-offset:-1568px}.iti__il{--iti-flag-offset:-1584px}.iti__im{--iti-flag-offset:-1600px}.iti__in{--iti-flag-offset:-1616px}.iti__io{--iti-flag-offset:-1632px}.iti__iq{--iti-flag-offset:-1648px}.iti__ir{--iti-flag-offset:-1664px}.iti__is{--iti-flag-offset:-1680px}.iti__it{--iti-flag-offset:-1696px}.iti__je{--iti-flag-offset:-1712px}.iti__jm{--iti-flag-offset:-1728px}.iti__jo{--iti-flag-offset:-1744px}.iti__jp{--iti-flag-offset:-1760px}.iti__ke{--iti-flag-offset:-1776px}.iti__kg{--iti-flag-offset:-1792px}.iti__kh{--iti-flag-offset:-1808px}.iti__ki{--iti-flag-offset:-1824px}.iti__km{--iti-flag-offset:-1840px}.iti__kn{--iti-flag-offset:-1856px}.iti__kp{--iti-flag-offset:-1872px}.iti__kr{--iti-flag-offset:-1888px}.iti__kw{--iti-flag-offset:-1904px}.iti__ky{--iti-flag-offset:-1920px}.iti__kz{--iti-flag-offset:-1936px}.iti__la{--iti-flag-offset:-1952px}.iti__lb{--iti-flag-offset:-1968px}.iti__lc{--iti-flag-offset:-1984px}.iti__li{--iti-flag-offset:-2000px}.iti__lk{--iti-flag-offset:-2016px}.iti__lr{--iti-flag-offset:-2032px}.iti__ls{--iti-flag-offset:-2048px}.iti__lt{--iti-flag-offset:-2064px}.iti__lu{--iti-flag-offset:-2080px}.iti__lv{--iti-flag-offset:-2096px}.iti__ly{--iti-flag-offset:-2112px}.iti__ma{--iti-flag-offset:-2128px}.iti__mc{--iti-flag-offset:-2144px}.iti__md{--iti-flag-offset:-2160px}.iti__me{--iti-flag-offset:-2176px}.iti__mf{--iti-flag-offset:-2192px}.iti__mg{--iti-flag-offset:-2208px}.iti__mh{--iti-flag-offset:-2224px}.iti__mk{--iti-flag-offset:-2240px}.iti__ml{--iti-flag-offset:-2256px}.iti__mm{--iti-flag-offset:-2272px}.iti__mn{--iti-flag-offset:-2288px}.iti__mo{--iti-flag-offset:-2304px}.iti__mp{--iti-flag-offset:-2320px}.iti__mq{--iti-flag-offset:-2336px}.iti__mr{--iti-flag-offset:-2352px}.iti__ms{--iti-flag-offset:-2368px}.iti__mt{--iti-flag-offset:-2384px}.iti__mu{--iti-flag-offset:-2400px}.iti__mv{--iti-flag-offset:-2416px}.iti__mw{--iti-flag-offset:-2432px}.iti__mx{--iti-flag-offset:-2448px}.iti__my{--iti-flag-offset:-2464px}.iti__mz{--iti-flag-offset:-2480px}.iti__na{--iti-flag-offset:-2496px}.iti__nc{--iti-flag-offset:-2512px}.iti__ne{--iti-flag-offset:-2528px}.iti__nf{--iti-flag-offset:-2544px}.iti__ng{--iti-flag-offset:-2560px}.iti__ni{--iti-flag-offset:-2576px}.iti__nl{--iti-flag-offset:-2592px}.iti__no{--iti-flag-offset:-2608px}.iti__np{--iti-flag-offset:-2624px}.iti__nr{--iti-flag-offset:-2640px}.iti__nu{--iti-flag-offset:-2656px}.iti__nz{--iti-flag-offset:-2672px}.iti__om{--iti-flag-offset:-2688px}.iti__pa{--iti-flag-offset:-2704px}.iti__pe{--iti-flag-offset:-2720px}.iti__pf{--iti-flag-offset:-2736px}.iti__pg{--iti-flag-offset:-2752px}.iti__ph{--iti-flag-offset:-2768px}.iti__pk{--iti-flag-offset:-2784px}.iti__pl{--iti-flag-offset:-2800px}.iti__pm{--iti-flag-offset:-2816px}.iti__pr{--iti-flag-offset:-2832px}.iti__ps{--iti-flag-offset:-2848px}.iti__pt{--iti-flag-offset:-2864px}.iti__pw{--iti-flag-offset:-2880px}.iti__py{--iti-flag-offset:-2896px}.iti__qa{--iti-flag-offset:-2912px}.iti__re{--iti-flag-offset:-2928px}.iti__ro{--iti-flag-offset:-2944px}.iti__rs{--iti-flag-offset:-2960px}.iti__ru{--iti-flag-offset:-2976px}.iti__rw{--iti-flag-offset:-2992px}.iti__sa{--iti-flag-offset:-3008px}.iti__sb{--iti-flag-offset:-3024px}.iti__sc{--iti-flag-offset:-3040px}.iti__sd{--iti-flag-offset:-3056px}.iti__se{--iti-flag-offset:-3072px}.iti__sg{--iti-flag-offset:-3088px}.iti__sh{--iti-flag-offset:-3104px}.iti__si{--iti-flag-offset:-3120px}.iti__sj{--iti-flag-offset:-3136px}.iti__sk{--iti-flag-offset:-3152px}.iti__sl{--iti-flag-offset:-3168px}.iti__sm{--iti-flag-offset:-3184px}.iti__sn{--iti-flag-offset:-3200px}.iti__so{--iti-flag-offset:-3216px}.iti__sr{--iti-flag-offset:-3232px}.iti__ss{--iti-flag-offset:-3248px}.iti__st{--iti-flag-offset:-3264px}.iti__sv{--iti-flag-offset:-3280px}.iti__sx{--iti-flag-offset:-3296px}.iti__sy{--iti-flag-offset:-3312px}.iti__sz{--iti-flag-offset:-3328px}.iti__tc{--iti-flag-offset:-3344px}.iti__td{--iti-flag-offset:-3360px}.iti__tg{--iti-flag-offset:-3376px}.iti__th{--iti-flag-offset:-3392px}.iti__tj{--iti-flag-offset:-3408px}.iti__tk{--iti-flag-offset:-3424px}.iti__tl{--iti-flag-offset:-3440px}.iti__tm{--iti-flag-offset:-3456px}.iti__tn{--iti-flag-offset:-3472px}.iti__to{--iti-flag-offset:-3488px}.iti__tr{--iti-flag-offset:-3504px}.iti__tt{--iti-flag-offset:-3520px}.iti__tv{--iti-flag-offset:-3536px}.iti__tw{--iti-flag-offset:-3552px}.iti__tz{--iti-flag-offset:-3568px}.iti__ua{--iti-flag-offset:-3584px}.iti__ug{--iti-flag-offset:-3600px}.iti__us{--iti-flag-offset:-3616px}.iti__uy{--iti-flag-offset:-3632px}.iti__uz{--iti-flag-offset:-3648px}.iti__va{--iti-flag-offset:-3664px}.iti__vc{--iti-flag-offset:-3680px}.iti__ve{--iti-flag-offset:-3696px}.iti__vg{--iti-flag-offset:-3712px}.iti__vi{--iti-flag-offset:-3728px}.iti__vn{--iti-flag-offset:-3744px}.iti__vu{--iti-flag-offset:-3760px}.iti__wf{--iti-flag-offset:-3776px}.iti__ws{--iti-flag-offset:-3792px}.iti__xk{--iti-flag-offset:-3808px}.iti__ye{--iti-flag-offset:-3824px}.iti__yt{--iti-flag-offset:-3840px}.iti__za{--iti-flag-offset:-3856px}.iti__zm{--iti-flag-offset:-3872px}.iti__zw{--iti-flag-offset:-3888px}.iti__globe{background-image:var(--iti-path-globe-1x);background-size:contain;background-position:right;box-shadow:none;height:19px}@media (min-resolution:2x){.iti__flag{background-image:var(--iti-path-flags-2x)}.iti__globe{background-image:var(--iti-path-globe-2x)}}@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}body.wc-block-product-gallery-modal-open,body.wc-modal--open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating,.wp-block-woocommerce-product-review-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.wc-block-grid__product-rating .wc-block-product-review-rating__stars,.wp-block-woocommerce-product-review-rating .star-rating,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars:before,.wp-block-woocommerce-product-review-rating .star-rating:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span,.wp-block-woocommerce-product-review-rating .star-rating span,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before,.wp-block-woocommerce-product-review-rating .star-rating span:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.7}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgb(0 0 0 / .6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid #2f2f2f;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:#fff0 none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner>.wc-block-components-button:focus{outline:2px solid currentColor!important;outline-offset:0}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-banner:focus{outline-width:0}.wc-block-components-notice-banner:focus-visible{outline-style:solid;outline-width:2px}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}.woof_redraw_zone label.woof_section_tab_label{display:block;padding:6px 12px;margin-right:.2rem;cursor:pointer;background:#fff;border:2px solid #ccc;margin-bottom:2px;font-weight:400;transition:background ease 0.2s;width:100%;float:left}.woof_redraw_zone .woof_section_tab{width:100%;padding:3px;background:#fff;height:1px;overflow:hidden;opacity:0;transition:all 0.5s ease-in-out}.woof_redraw_zone input[name="woof_section_tabs"]{display:none}.woof_redraw_zone input[name="woof_section_tabs"]:checked+label.woof_section_tab_label{font-weight:700}label.woof_section_tab_label span{transition:transform .5s ease-in-out;display:inline-block;float:right;font-weight:bolder}.woof_redraw_zone input[name="woof_section_tabs"]:checked+label.woof_section_tab_label span{transform:rotate(45deg)}.woof_redraw_zone input[name="woof_section_tabs"]:checked+label.woof_section_tab_label+.woof_section_tab{height:auto;opacity:1;transition:all 0.5s ease-in-out;overflow:inherit}.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.tooltipster-sidetip.tooltipster-noir .tooltipster-box{border-radius:0;border:3px solid #000;background:#fff}.tooltipster-sidetip.tooltipster-noir .tooltipster-content{color:#000}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow{height:11px;margin-left:-11px;width:22px}.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow{height:22px;margin-left:0;margin-top:-11px;width:11px}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-background{border:11px solid transparent}.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#fff;top:4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow-background{border-left-color:#fff;left:-4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-background{border-right-color:#fff;left:4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-top .tooltipster-arrow-background{border-top-color:#fff;top:-4px}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-border{border-width:11px}.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-uncropped{top:-11px}.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-uncropped{left:-11px}.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:none!important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-min,.irs-max{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-to,.irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:#fff0;z-index:2}.lt-ie9 .irs-disable-mask{background:#000;filter:alpha(opacity=0);cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute!important;display:block!important;top:0!important;left:0!important;width:0!important;height:0!important;font-size:0!important;line-height:0!important;padding:0!important;margin:0!important;overflow:hidden;outline:none!important;z-index:-9999!important;background:none!important;border-style:solid!important;border-color:transparent!important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:#fff0}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-min,.irs--flat .irs-max{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid #fff0;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:#fff;background:linear-gradient(to bottom,#ddd -50%,white 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom,#ffffff 0%,#428bca 30%,#b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgb(255 255 255 / .5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgb(66 139 202 / .5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgb(0 0 0 / .3);background-color:#cbcfd5;background:linear-gradient(to bottom,white 0%,#B4B9BE 30%,white 100%);box-shadow:1px 1px 2px rgb(0 0 0 / .2),inset 0 0 3px 1px #fff;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgb(0 0 0 / .45);background-color:#939ba7;background:linear-gradient(to bottom,white 0%,#919BA5 30%,white 100%)}.irs--big .irs-min,.irs--big .irs-max{top:0;padding:1px 5px;color:#fff;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-to,.irs--big .irs-single{color:#fff;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom,#428bca 0%,#3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom,#e0e4ea 0%,#d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom,#20b426 0%,#18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgb(209 214 224 / .5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgb(0 0 0 / .1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:#fff;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom,white 0%,#e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom,#ffffff 0%,#919ba5 30%,#ffffff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-min,.irs--modern .irs-max{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:#fff;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-to,.irs--modern .irs-single{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:#fff;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-to:before,.irs--modern .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid #fff0;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:#000;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgb(0 0 0 / .5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid #fff0;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:#000}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:#000}.irs--sharp .irs-min,.irs--sharp .irs-max{color:#fff;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-to,.irs--sharp .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:#fff;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-to:before,.irs--sharp .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid #fff0;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgb(222 228 236 / .5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:#fff;border-radius:24px;box-shadow:0 1px 3px rgb(0 0 255 / .3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-min,.irs--round .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgb(0 0 0 / .1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-to,.irs--round .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:#fff;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-to:before,.irs--round .irs-single:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid #fff0;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:#000}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid #000;background-color:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-min,.irs--square .irs-max{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgb(0 0 0 / .1)}.irs--square .irs-from,.irs--square .irs-to,.irs--square .irs-single{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#000;color:#fff}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}.elementor-shape{direction:ltr;left:0;line-height:0;overflow:hidden;position:absolute;width:100%}.elementor-shape-top{top:-1px}.elementor-shape-top:not([data-negative=false]) svg{z-index:-1}.elementor-shape-bottom{bottom:-1px}.elementor-shape-bottom:not([data-negative=true]) svg{z-index:-1}.elementor-shape[data-negative=false].elementor-shape-bottom,.elementor-shape[data-negative=true].elementor-shape-top{transform:rotate(180deg)}.elementor-shape svg{display:block;left:50%;position:relative;transform:translateX(-50%);width:calc(100% + 1.3px)}.elementor-shape .elementor-shape-fill{fill:#fff;transform:rotateY(0deg);transform-origin:center}.elementor-3171 .elementor-element.elementor-element-5c344bf{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;--gap:110px 110px;--row-gap:110px;--column-gap:110px;--padding-top:32px;--padding-bottom:36px;--padding-left:50px;--padding-right:50px}.elementor-3171 .elementor-element.elementor-element-11c153a{--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:110px 110px;--row-gap:110px;--column-gap:110px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-3171 .elementor-element.elementor-element-11c153a.e-con{--flex-grow:1;--flex-shrink:0}.elementor-3171 .elementor-element.elementor-element-2d0175b{--display:flex;--gap:11px 11px;--row-gap:11px;--column-gap:11px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-3171 .elementor-element.elementor-element-2d0175b.e-con{--flex-grow:1;--flex-shrink:0}.elementor-3171 .elementor-element.elementor-element-8461ebd .elementor-heading-title{color:#888;font-size:14px;font-weight:700;text-transform:uppercase;line-height:16px}.elementor-3171 .elementor-element.elementor-element-1214eb3 .main-navigation{text-align:left}.elementor-3171 .elementor-element.elementor-element-bfb96cc{--display:flex;--gap:11px 11px;--row-gap:11px;--column-gap:11px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-3171 .elementor-element.elementor-element-bfb96cc.e-con{--flex-grow:1;--flex-shrink:0}.elementor-3171 .elementor-element.elementor-element-bfe78ab .elementor-heading-title{color:#888;font-size:14px;font-weight:700;text-transform:uppercase;line-height:16px}.elementor-3171 .elementor-element.elementor-element-74561c9 .main-navigation{text-align:left}.elementor-3171 .elementor-element.elementor-element-74561c9 .main-navigation ul.menu>li.menu-item>a{font-size:16px;font-weight:600;line-height:40px}.elementor-3171 .elementor-element.elementor-element-74561c9 .main-navigation ul.menu>li.menu-item>a:hover{color:var(--e-global-color-primary)}.elementor-3171 .elementor-element.elementor-element-74561c9 .main-navigation ul.menu>li.menu-item.current-menu-item>a:not(:hover){color:var(--e-global-color-primary)}.elementor-3171 .elementor-element.elementor-element-74561c9 .main-navigation ul.menu>li.menu-item.current-menu-parent>a:not(:hover){color:var(--e-global-color-primary)}.elementor-3171 .elementor-element.elementor-element-74561c9 .main-navigation ul.menu>li.menu-item.current-menu-ancestor>a:not(:hover){color:var(--e-global-color-primary)}.elementor-3171 .elementor-element.elementor-element-4be6312{--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:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-3171 .elementor-element.elementor-element-29885a5{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:10px 10px 10px 10px;--padding-top:33px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px}.elementor-3171 .elementor-element.elementor-element-29885a5:not(.elementor-motion-effects-element-type-background),.elementor-3171 .elementor-element.elementor-element-29885a5>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-image:url(https://bithome.tn/wp-content/uploads/2024/04/menu-1.png);background-position:center center;background-repeat:no-repeat;background-size:cover}.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-3171 .elementor-element.elementor-element-9d4e09f{text-align:start;font-family:"Rajdhani",Sans-serif;font-size:18px;font-weight:600;text-transform:uppercase;line-height:16px;color:#FFF}.elementor-3171 .elementor-element.elementor-element-0392336{width:var(--container-widget-width,163px);max-width:163px;--container-widget-width:163px;--container-widget-flex-grow:0}.elementor-3171 .elementor-element.elementor-element-0392336>.elementor-widget-container{padding:10px 0 57px 0}.elementor-3171 .elementor-element.elementor-element-0392336 .elementor-heading-title{color:#FFF;font-family:"Rajdhani",Sans-serif;font-size:30px;font-weight:700;text-transform:uppercase;line-height:34px}.elementor-widget-button .elementor-button{font-family:var(--e-global-typography-accent-font-family),Sans-serif;font-weight:var(--e-global-typography-accent-font-weight)}.elementor-3171 .elementor-element.elementor-element-92bc4d3 .elementor-button{background-color:#FFF;font-family:"Rajdhani",Sans-serif;font-size:16px;font-weight:700;text-transform:capitalize;line-height:20px;fill:#000;color:#000;border-style:none}.elementor-3171 .elementor-element.elementor-element-92bc4d3 .elementor-button-content-wrapper{flex-direction:row-reverse}.elementor-3171 .elementor-element.elementor-element-92bc4d3 .elementor-button .elementor-button-content-wrapper{gap:9px}.elementor-3171 .elementor-element.elementor-element-92bc4d3 .elementor-button:hover,.elementor-3171 .elementor-element.elementor-element-92bc4d3 .elementor-button:focus{color:#FFF}.elementor-3171 .elementor-element.elementor-element-92bc4d3 .elementor-button:hover svg,.elementor-3171 .elementor-element.elementor-element-92bc4d3 .elementor-button:focus svg{fill:#FFF}.elementor-3171 .elementor-element.elementor-element-64c369f{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:10px 10px 10px 10px;--padding-top:33px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px}.elementor-3171 .elementor-element.elementor-element-64c369f:not(.elementor-motion-effects-element-type-background),.elementor-3171 .elementor-element.elementor-element-64c369f>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-image:url(https://bithome.tn/wp-content/uploads/2024/04/menu-2.png);background-position:center center;background-repeat:no-repeat;background-size:cover}.elementor-3171 .elementor-element.elementor-element-8f6e1af{text-align:start;font-family:"Rajdhani",Sans-serif;font-size:18px;font-weight:600;text-transform:uppercase;line-height:16px;color:#FFF}.elementor-3171 .elementor-element.elementor-element-880cb2c{width:var(--container-widget-width,180px);max-width:180px;--container-widget-width:180px;--container-widget-flex-grow:0}.elementor-3171 .elementor-element.elementor-element-880cb2c>.elementor-widget-container{padding:10px 0 57px 0}.elementor-3171 .elementor-element.elementor-element-880cb2c .elementor-heading-title{color:#FFF;font-family:"Rajdhani",Sans-serif;font-size:30px;font-weight:700;text-transform:uppercase;line-height:34px}.elementor-3171 .elementor-element.elementor-element-50b226e .elementor-button{background-color:#FFF;font-family:"Rajdhani",Sans-serif;font-size:16px;font-weight:700;text-transform:capitalize;line-height:20px;fill:#000;color:#000;border-style:none}.elementor-3171 .elementor-element.elementor-element-50b226e .elementor-button-content-wrapper{flex-direction:row-reverse}.elementor-3171 .elementor-element.elementor-element-50b226e .elementor-button .elementor-button-content-wrapper{gap:9px}.elementor-3171 .elementor-element.elementor-element-50b226e .elementor-button:hover,.elementor-3171 .elementor-element.elementor-element-50b226e .elementor-button:focus{color:#FFF}.elementor-3171 .elementor-element.elementor-element-50b226e .elementor-button:hover svg,.elementor-3171 .elementor-element.elementor-element-50b226e .elementor-button:focus svg{fill:#FFF}@media(min-width:768px){.elementor-3171 .elementor-element.elementor-element-11c153a{--width:510px}.elementor-3171 .elementor-element.elementor-element-2d0175b{--width:200px}.elementor-3171 .elementor-element.elementor-element-bfb96cc{--width:200px}}@media(max-width:1366px){.elementor-3171 .elementor-element.elementor-element-5c344bf{--gap:30px 30px;--row-gap:30px;--column-gap:30px}.elementor-3171 .elementor-element.elementor-element-11c153a{--gap:30px 30px;--row-gap:30px;--column-gap:30px}}@media(max-width:1200px){.elementor-3171 .elementor-element.elementor-element-4be6312{--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}}@media(max-width:767px){.elementor-3171 .elementor-element.elementor-element-4be6312{--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;--gap:24px 24px;--row-gap:24px;--column-gap:24px;--padding-top:50px;--padding-bottom:50px;--padding-left:15px;--padding-right:15px}.elementor-3171 .elementor-element.elementor-element-0392336 .elementor-heading-title{font-size:30px;line-height:28px}.elementor-3171 .elementor-element.elementor-element-880cb2c .elementor-heading-title{font-size:30px;line-height:28px}}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}.elementor-447 .elementor-element.elementor-element-9de21a6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-447 .elementor-element.elementor-element-1cfcc85 .grid__item{width:calc((100% - 15px*(3 - 1)) / 3)}.elementor-447 .elementor-element.elementor-element-1cfcc85{--grid-column-gap:15px;--grid-row-gap:15px}.elementor-447 .elementor-element.elementor-element-1cfcc85.elementor-widget-razox-image-gallery .gallery-image img,.elementor-widget-razox-image-gallery .gallery-image a:before{border-radius:5px 5px 5px 5px}.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-inline:-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-inline:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{border-width:0;border-inline-start-width:1px;border-style:solid;height:100%;inset-inline-end:-8px;inset-inline-start:auto;position:relative;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{inset-block-end: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;inset-block-start:var(--icon-vertical-offset,initial);position:relative}.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-start .elementor-icon-list-item,.elementor-widget.elementor-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-align-end .elementor-icon-list-item,.elementor-widget.elementor-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-align-start) .elementor-icon-list-item:after{inset-inline-end: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-start .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-widescreen-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-widescreen-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-widescreen-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:1366px){.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-start .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-laptop-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-laptop-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-laptop-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:1200px){.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-start .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet_extra-align-start) .elementor-icon-list-item:after{inset-inline-end: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-start .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:880px){.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-start .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile_extra-align-start) .elementor-icon-list-item:after{inset-inline-end: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-start .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile-align-start) .elementor-icon-list-item:after{inset-inline-end: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-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.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-inline: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-inline: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-inline: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-inline: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-inline: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-inline: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-inline: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-inline: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-inline:0}}:root{--woof-fb-section-width:100%}.woof-form-builder-btn{position:relative;display:inline-block;margin-bottom:0;width:auto;text-align:center;text-decoration:none}.woof-form-builder-btn:hover{text-decoration:none}.woof-form-builder-btn img{display:inline-block;width:40px;height:40px;transition:all 2s}.woof-form-builder-btn:hover img:nth-child(1){transform:rotate(360deg)}.woof-form-builder-btn img:nth-child(1){opacity:1!important}.woof-form-builder-btn img:nth-child(2){position:absolute;width:20px;height:20px;top:42%;left:51%;transform:translate(-50%,-50%)}.woof-front-builder-list{margin:0!important;padding:0!important}.woof-front-builder-list li{position:relative;display:block;padding:10px;background:#fff;margin-bottom:9px;transition:all 0.5s;box-sizing:border-box;background-color:#fefefe;border:1px solid #ddd;vertical-align:middle;box-sizing:border-box;color:#161c2d}.woof-front-builder-list>li.woof-front-builder-list-li-selected{border:dashed 1px lightseagreen}.woof-front-builder-selector{width:100%;margin-bottom:11px;min-height:30px;font-size:18px;color:#000;border:solid 1px #ddd!important;padding:9px}select.woof-front-builder-selector:invalid,select.woof-front-builder-selector{color:#2eca8b!important;font-weight:600!important}select.woof-front-builder-selector option:not([value=""]){color:#000;font-weight:500!important}.woof-front-builder-list-li-del{position:absolute;right:0;top:10px;display:inline-block;width:30px}.woof-front-builder-list-li-del img{position:relative;width:50%;display:block;top:6px;right:-8px}.woof-front-builder-list-li-move{position:absolute;right:30px;top:11px;display:flex}.woof-front-builder-list-li-move a{margin-right:11px;align-self:center}.woof-front-builder-list-li-down,.woof-front-builder-list-li-up,.woof-front-builder-sd-btn{display:inline-block;width:30px}.woof-front-builder-sd-btn{top:0;display:inline-block;position:relative}.woof-front-builder-list-li-down img,.woof-front-builder-list-li-up img,.woof-front-builder-sd-btn img,.woof-front-builder-btn-back img,.woof-front-builder-btn-options img{width:100%;display:block}.woof-front-builder-list-li-up{transform:rotate(180deg)}.woof-front-builder-list-li-down{top:-8px;position:relative}.woof-front-builder-btn-back,.woof-front-builder-btn-options{display:inline-block;width:30px}.popup23-content data-table-row data-table-cell:nth-child(2){text-align:left}.popup23-content data-table-cell textarea{height:100%;min-height:100px}.woof-front-builder-premium{color:red}.woof-front-builder-container .woof_auto_show{background:#fff}.popup23-tab-panels input[type=text],.popup23-tab-panels textarea,.popup23-tab-panels select{padding:.6em;background-color:#faf9f9;background-image:none!important;color:#43454b;border:0;-webkit-appearance:auto;box-sizing:border-box;font-weight:400;box-shadow:none;width:100%}.woof-front-builder-container{overflow:unset}.woof-front-builder-container:has(.woof_autohide_wrapper){overflow:visible}.woof-front-builder-container .woof_container{display:inline-block;width:calc(var(--woof-fb-section-width) - 2px);vertical-align:top}.woof-front-builder-container .woof_block_html_items{max-height:var(--woof-fb-section-height)!important;padding:3px 0 0 3px}.woof-front-builder-type-selector{position:absolute;width:200px!important;max-width:200px!important;left:50%;top:50%;transform:translate(0,-50%);background-color:#fbfbff!important}.woof-front-builder-container .woof_block_html_items{overflow-y:auto;overflow:visible}.woof-front-builder-container .woof_container h4{margin-bottom:11px;font-size:1.12em;line-height:1.12em;background:#f7f7f7;padding:8px 7px;color:#333;text-align:center}.woof-front-builder-type-section-options{position:absolute;left:45%;top:50%;transform:translate(0,-50%)}.widget .woof_sid_flat_white,.widget_text .woof_sid_flat_white{border:none;padding:0}.widget .woof_auto_show_indent .woof_sid_flat_white{border:solid 1px #eee;padding:9px}.woof-front-builder-container .woof_list_sd.woof_list_switcher_sd{padding-left:11px}.woof-front-builder-container .select2,.woof-front-builder-container .chosen-container{width:100%!important}.woof-front-builder-container .woof_auto_1_columns .woof_container{padding:0 0 15px 0}.ui-slideouttab-panel,.ui-slideouttab-handle{background-color:#fff;padding:.4em;box-sizing:border-box}.ui-slideouttab-panel{display:block;position:fixed;border:1px solid #f9f9f9}.ui-slideouttab-ready{transition:transform 0.5s ease 0s}@media print{.ui-slideouttab-panel{display:none}}.ui-slideouttab-handle{display:block;position:absolute;cursor:pointer;color:#fff;background-color:grey}.ui-slideouttab-handle-image{transform:rotate(0)}.ui-slideouttab-right{right:0;transform:translateX(100%);border-right:none}.ui-slideouttab-right.ui-slideouttab-open{transform:translateX(0%)}.ui-slideouttab-right .ui-slideouttab-handle{transform-origin:0% 0%;transform:rotate(-90deg) translate(-100%,-100%)}.ui-slideouttab-right .ui-slideouttab-handle-reverse{transform-origin:0% 100%;transform:rotate(-90deg)}.ui-slideouttab-left{left:0;transform:translateX(-100%);border-left:none}.ui-slideouttab-left.ui-slideouttab-open{transform:translateX(0%)}.ui-slideouttab-left .ui-slideouttab-handle{transform-origin:100% 0%;transform:rotate(-90deg)}.ui-slideouttab-left .ui-slideouttab-handle-reverse{transform-origin:100% 100%;transform:rotate(-90deg) translate(100%,100%)}.ui-slideouttab-top{top:0;transform:translateY(-100%);border-top:none}.ui-slideouttab-top.ui-slideouttab-open{transform:translateY(0%)}.ui-slideouttab-bottom{bottom:0;transform:translateY(100%);border-bottom:none}.ui-slideouttab-bottom.ui-slideouttab-open{transform:translateY(0%)}.ui-slideouttab-left .ui-slideouttab-handle>.fa-icon,.ui-slideouttab-right .ui-slideouttab-handle>.fa-icon{transform:rotate(90deg)}.ui-slideouttab-handle>.fa-icon{margin-left:.5em}.ui-slideouttab-top .ui-slideouttab-handle-rounded,.ui-slideouttab-left .ui-slideouttab-handle-rounded{border-radius:0 0 4px 4px}.ui-slideouttab-right .ui-slideouttab-handle-rounded,.ui-slideouttab-bottom .ui-slideouttab-handle-rounded{border-radius:4px 4px 0 0}.woof-slide-out-div{z-index:9999}.woof-slide-content{overflow-x:hidden;padding:9px}.woof-slide-content .chosen-container{max-width:100%!important}