@charset "UTF-8";
.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 */.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}}/*!
 * Font Awesome Free 6.6.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)
 * Copyright 2024 Fonticons, Inc.
 */
:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";--fa-font-light:normal 300 1em/1 "Font Awesome 6 Pro";--fa-font-thin:normal 100 1em/1 "Font Awesome 6 Pro";--fa-font-duotone:normal 900 1em/1 "Font Awesome 6 Duotone";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";--fa-font-sharp-solid:normal 900 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-regular:normal 400 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-light:normal 300 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-thin:normal 100 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-duotone-solid:normal 900 1em/1 "Font Awesome 6 Sharp Duotone"}svg:not(:host).svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible;box-sizing:initial}.svg-inline--fa{display:var(--fa-display,inline-block);height:1em;overflow:visible;vertical-align:-.125em}.svg-inline--fa.fa-2xs{vertical-align:.1em}.svg-inline--fa.fa-xs{vertical-align:0}.svg-inline--fa.fa-sm{vertical-align:-.07143em}.svg-inline--fa.fa-lg{vertical-align:-.2em}.svg-inline--fa.fa-xl{vertical-align:-.25em}.svg-inline--fa.fa-2xl{vertical-align:-.3125em}.svg-inline--fa.fa-pull-left{margin-right:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-pull-right{margin-left:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-li{width:var(--fa-li-width,2em);top:.25em}.svg-inline--fa.fa-fw{width:var(--fa-fw-width,1.25em)}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{transform-origin:center center}.fa-layers-text{left:50%;top:50%;transform:translate(-50%,-50%);transform-origin:center center}.fa-layers-counter{background-color:var(--fa-counter-background-color,#ff253a);border-radius:var(--fa-counter-border-radius,1em);box-sizing:border-box;color:var(--fa-inverse,#fff);line-height:var(--fa-counter-line-height,1);max-width:var(--fa-counter-max-width,5em);min-width:var(--fa-counter-min-width,1.5em);overflow:hidden;padding:var(--fa-counter-padding,.25em .5em);right:var(--fa-right,0);text-overflow:ellipsis;top:var(--fa-top,0);transform:scale(var(--fa-counter-scale,.25));transform-origin:top right}.fa-layers-bottom-right{bottom:var(--fa-bottom,0);right:var(--fa-right,0);top:auto;transform:scale(var(--fa-layers-scale,.25));transform-origin:bottom right}.fa-layers-bottom-left{bottom:var(--fa-bottom,0);left:var(--fa-left,0);right:auto;top:auto;transform:scale(var(--fa-layers-scale,.25));transform-origin:bottom left}.fa-layers-top-right{top:var(--fa-top,0);right:var(--fa-right,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:top right}.fa-layers-top-left{left:var(--fa-left,0);right:auto;top:var(--fa-top,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:top left}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;vertical-align:middle;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;z-index:var(--fa-stack-z-index,auto)}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor)}.svg-inline--fa .fa-secondary,.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fa-duotone.fa-inverse,.fad.fa-inverse{color:var(--fa-inverse,#fff)}.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}.love-me-options .alert{padding:8px 35px 8px 14px;margin-bottom:20px;text-shadow:0 1px 0 rgb(255 255 255 / .5);background-color:#fcf8e3;border:1px solid #fbeed5;border-radius:4px;display:inline-block}#meta-box-love-me .badge{border-radius:9px;display:inline-block;font-size:11.844px;font-weight:700;line-height:14px;color:#fff;text-shadow:0 -1px 0 rgb(0 0 0 / .25);white-space:nowrap;padding:4px 10px}#meta-box-love-me .badge-info{background-color:#3a87ad}#meta-box-love-me .dashicons-heart{color:#C40925}.love-me-options .alert-warning{color:#c09853}.love-me-options table th,.love-me-options table td{padding:8px;line-height:20px;text-align:left;vertical-align:top}.love{position:relative;font-size:1em;margin:1em 0}.LoveCheck{visibility:hidden;top:0;left:0;position:absolute}.LoveLabel{font-size:1.2em;width:1em;height:1em;vertical-align:middle;cursor:pointer;line-height:1em;position:relative;margin:0}.LoveLabel::before{font-size:inherit;width:auto;height:auto;position:absolute;transform:translate(-50%,-50%);left:50%;top:50%}.LoveLabel::after{content:"\f487";width:auto;height:auto;position:absolute;transform:translate(-50%,-50%);left:50%;top:50%;font-size:inherit;opacity:.8}.LoveCount{margin:0;display:inline-block;font-size:.8em;line-height:1.5em;vertical-align:middle;margin-left:.3em;color:#7F7F7F}.LoveLabel:hover{animation:battement .25s infinite alternate}.LoveCheck:not(:checked)+.LoveLabel{color:#BFBFBF}.LoveCheck:checked+.LoveLabel{color:#ef1d5f;will-change:font-size;animation:grossissement 1s cubic-bezier(.17,.89,.32,1.49)}.LoveCheck:checked+.LoveLabel::after{opacity:0;transform:translate(-50%,-150%) scale(1.2);transition:opacity .5s ease-in-out,transform .5s ease-in-out}.LoveCheck:checked+.LoveLabel:hover{will-change:font-size;animation:grossissement 1s cubic-bezier(.17,.89,.32,1.49),battement .25s infinite alternate}@keyframes grossissement{0%,17.5%{font-size:.5em}}@keyframes battement{to{transform:scale(1.2)}}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}body{visibility:visible!important}.mx_image_background{background-color:#f2f2f2}.td-visibility-hidden{visibility:hidden}.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}.clearfix:after{clear:both}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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:#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:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;display:block}svg:not(:root){overflow:hidden}figure{margin:0}hr{-moz-box-sizing:content-box;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;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;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}.td-container-border:after{position:absolute;bottom:0;right:0;display:block;content:'';height:100%;width:1px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;background-color:#e6e6e6;z-index:-1}.td-ss-main-sidebar,.td-ss-row .td-pb-span4 .wpb_wrapper{-webkit-backface-visibility:hidden;z-index:1}.td-container{width:1021px;margin-right:auto;margin-left:auto;border-bottom:1px solid #e6e6e6;background-color:#fff;position:relative;clear:both;z-index:1}.td-pb-row{width:100%;*zoom:1;margin-bottom:0;margin-left:0}.td-pb-row:before,.td-pb-row:after{display:table;content:""}.td-pb-row:after{clear:both}.td-pb-row{position:relative}.td-pb-row .wpb_column{position:relative}.td-pb-row .wpb_column:before{content:'';position:absolute;background-color:#e6e6e6;top:0;width:1px;height:100%;display:block;right:-1px}@media (max-width:767px){.td-pb-row .wpb_column:before{display:none}}.td-pb-row .wpb_column:last-child:before{display:none}.td-pb-row .td-pb-span4:nth-of-type(3):after{content:'';position:absolute;background-color:#e6e6e6;top:0;width:1px;height:100%;display:block;left:-341px}@media (max-width:767px){.td-pb-row .td-pb-span4:nth-of-type(3):after{display:none}}@media (min-width:768px) and (max-width:1023px){.td-pb-row .td-pb-span4:nth-of-type(3):after{left:-253px}}.td-pb-row .td-pb-span4:nth-last-of-type(3):after{content:'';position:absolute;background-color:#e6e6e6;top:0;width:1px;height:100%;display:block;right:-341px}@media (max-width:767px){.td-pb-row .td-pb-span4:nth-last-of-type(3):after{display:none}}@media (min-width:768px) and (max-width:1023px){.td-pb-row .td-pb-span4:nth-last-of-type(3):after{right:-253px}}.page-template-page-pagebuilder-title .td-pagebuilder-sidebar-full.td-main-content:before{right:0}.page-template-page-pagebuilder-title .td-pagebuilder-sidebar-right .td-main-content:before{right:-1px}.page-template-page-pagebuilder-title .td-pb-span8 .td-pb-span4:after{display:none}.td-container-border:before{content:'';position:absolute;background-color:#e6e6e6;top:0;width:1px;height:100%;display:block;left:0}@media (max-width:767px){.td-container-border:before{display:none}}.td-main-content{position:relative}.td-main-content:before{content:'';position:absolute;background-color:#e6e6e6;top:0;width:1px;height:100%;display:block;right:-1px}@media (max-width:767px){.td-main-content:before{display:none}}@media (min-width:768px) and (max-width:1023px){.td-main-content.td-pb-span12:before{right:0}}.td-main-sidebar:before{content:'';position:absolute;background-color:#e6e6e6;top:0;width:1px;height:100%;display:block;right:-1px}@media (max-width:767px){.td-main-sidebar:before{display:none}}@media (min-width:768px) and (max-width:1023px){.td-main-sidebar:before{right:0}}.td-pb-row [class*="td-pb-span"]{display:block;min-height:1px;float:left;margin-left:0;border-left:1px solid #e6e6e6}.wpb_column,.wpb_row{border-style:solid;border-width:0;border-color:#e6e6e6}.td-pb-row .td-pb-row .td-pb-span12{width:100%}.td-pb-row .td-pb-row .td-pb-span11{width:91.66%}.td-pb-row .td-pb-row .td-pb-span10{width:83.33%}.td-pb-row .td-pb-row .td-pb-span9{width:75%}.td-pb-row .td-pb-row .td-pb-span8{width:66.66%}.td-pb-row .td-pb-row .td-pb-span7{width:58.33%}.td-pb-row .td-pb-row .td-pb-span6{width:50%}.td-pb-row .td-pb-row .td-pb-span5{width:41.66%}.td-pb-row .td-pb-row .td-pb-span4{width:33.33%}.td-pb-row .td-pb-row .td-pb-span3{width:25%}.td-pb-row .td-pb-row .td-pb-span2{width:16.66%}.td-pb-row .td-pb-row .td-pb-span1{width:8.333%}.td-pb-span1{width:85px}.td-pb-span2{width:170px}.td-pb-span3{width:255px}.td-pb-span4{width:340px;position:relative}.td-pb-span5{width:425px}.td-pb-span6{width:510px}.td-pb-span7{width:595px}.td-pb-span8{width:680px}.td-pb-span8 .td-pb-row{width:680px;position:relative;left:-1px}@media (max-width:767px){.td-pb-span8 .td-pb-row{left:0}}.td-pb-span8 .td-pb-row div.td-pb-span6{width:340px}.td-pb-span9{width:765px}.td-pb-span10{width:850px}.td-pb-span11{width:935px}.td-pb-span12{width:1020px}.td-pb-full-cell{position:relative}.td-container-border>.td-pb-row>.td-pb-span4>*>.td-pb-full-cell{width:341px;left:-1px}.td-main-sidebar .td-pb-full-cell{width:341px;left:-1px}@media (min-width:1023px){.td-container-border>.td-pb-row>.td-pb-span4 .wpb_widgetised_column .td-pb-full-cell{width:341px;left:-1px}}.td-pb-span8 .td-pb-span6 .td-pb-full-cell{width:341px;left:-1px}.td-container-border>.td-pb-row>.td-pb-span8>*>.td-pb-full-cell{width:681px;left:-1px}.td-container-border>.td-pb-row>.td-pb-span12>*>.td-pb-full-cell{width:1021px;left:-1px}.td-pb-padding{padding:20px 19px 20px 20px}@media (min-width:768px) and (max-width:1023px){.td-pb-padding{padding:17px}}@media (max-width:767px){.td-pb-padding{padding:10px}}.td-pb-padding-side{padding:0 19px 0 20px}@media (min-width:768px) and (max-width:1023px){.td-pb-padding-side{padding:0 17px}}@media (max-width:767px){.td-pb-padding-side{padding:0 10px}}.td-pb-margin-side{margin:0 19px 0 20px}@media (min-width:768px) and (max-width:1023px){.td-pb-margin-side{margin:0 17px}}@media (max-width:767px){.td-pb-margin-side{margin:0 10px}}.wpb_content_element{padding:0 19px 20px 20px}@media (min-width:768px) and (max-width:1023px){.wpb_content_element{padding:0 17px 17px 17px}}@media (max-width:767px){.wpb_content_element{padding:0 10px 17px 10px}}.td-container-border>.td-pb-row:first-child .wpb_wrapper .td_block_wrap:nth-of-type(1),.td-container-border>.tdc-row:first-child .wpb_wrapper .td_block_wrap:nth-of-type(1){border-top:0}.page-template-page-pagebuilder-latest .td-container-border .tdc-row:first-of-type .tdc-element:first-of-type .td_block_wrap:nth-of-type(1),.page-template-default .td-container-border .tdc-row:first-of-type .tdc-element:first-of-type .td_block_wrap:nth-of-type(1){border-top:0}.td-pb-border-top{border-top:1px solid #e6e6e6}.td-top-border{border-top:1px solid #e6e6e6!important}.td-no-left-border{border-left:0!important}p{margin-top:0}.wpb_button{display:inline-block;font-family:open sans,arial,sans-serif;font-weight:600;line-height:24px;text-shadow:none;margin-bottom:20px!important;margin-left:20px;margin-right:20px;border:none;transition:none}.wpb_button:hover{text-shadow:none}.td-block-row{width:100%;*zoom:1}.td-block-row:before,.td-block-row:after{display:table;content:""}.td-block-row:after{clear:both}.td-block-row [class*="td-block-span"]{display:block;min-height:1px;float:left}.td-block-span12{padding-left:20px;padding-right:19px}.td-block-span6{width:339px;padding-left:20px;padding-right:19px}.td-block-row .td-block-span6:first-child{width:340px;padding-right:20px}.td-block-span4{width:340px;padding-left:20px;padding-right:20px}.td-block-row .td-block-span4:last-child{width:339px;padding-right:19px}@media (min-width:768px) and (max-width:1023px){.td-container{width:756px}.td-pb-span1{width:63px}.td-pb-span2{width:126px}.td-pb-span3{width:189px}.td-pb-span4{width:252px}.td-pb-span5{width:315px}.td-pb-span6{width:378px}.td-pb-span7{width:441px}.td-pb-span8{width:504px}.td-pb-span8 .td-pb-row{width:504px}.td-pb-span8 .td-pb-row div.td-pb-span6{width:252px}.td-pb-span9{width:567px}.td-pb-span10{width:630px}.td-pb-span11{width:693px}.td-pb-span12{width:756px}.td-pb-span8 .td-pb-span6 .td-pb-full-cell{width:253px}.td-main-sidebar .td-pb-full-cell{width:252px!important}.td-container-border>.td-pb-row .td-pb-span4>*>.td-pb-full-cell{width:253px}.td-container-border>.td-pb-row .td-pb-span4:last-child>*>.td-pb-full-cell{width:252px}.td-container-border>.td-pb-row .td-pb-span8>*>.td-pb-full-cell{width:505px}.td-container-border>.td-pb-row .td-pb-span12>*>.td-pb-full-cell{width:756px}.td-block-span12{padding-left:17px;padding-right:16px}.td-block-span6{width:251px;padding-left:17px;padding-right:16px}.td-block-row .td-block-span6:first-child{width:252px;padding-right:17px}.td-block-span4{width:252px;padding-left:17px;padding-right:17px}.td-block-row .td-block-span4:last-child{width:251px;padding-right:16px}}@media (max-width:767px){.td-container{width:100%}.td-pb-row{width:100%!important}.td-pb-row .td-pb-span1,.td-pb-row .td-pb-span2,.td-pb-row .td-pb-span3,.td-pb-row .td-pb-span4,.td-pb-row .td-pb-span5,.td-pb-row .td-pb-span6,.td-pb-row .td-pb-span7,.td-pb-row .td-pb-span8,.td-pb-row .td-pb-span9,.td-pb-row .td-pb-span10,.td-pb-row .td-pb-span11,.td-pb-row .td-pb-span12{float:none;width:100%!important;margin-bottom:0!important;padding-bottom:0;border-left:none}.td-block-span4,.td-block-span6,.td-block-span12{float:none;width:100%!important;margin-bottom:0!important;padding-bottom:0;padding-left:10px;padding-right:10px!important}.td-pb-full-cell{width:100%!important;left:0!important}.td-container-border:after{display:none}}.td-header-container{width:1021px;margin-right:auto;margin-left:auto;position:relative}@media (min-width:768px) and (max-width:1023px){.td-header-container{width:756px}}@media (max-width:767px){.td-header-container{width:100%}}.td-header-main-menu{background-color:#222;position:relative;z-index:3}@media (max-width:767px){.td-header-main-menu{height:53px}}.td-header-menu-wrap{min-height:44px}@media (max-width:767px){.td-header-menu-wrap{min-height:53px}}body .td-make-full{width:1021px;margin-left:auto;margin-right:auto;position:relative;display:table}@media (min-width:768px) and (max-width:1023px){body .td-make-full{width:756px}}@media (max-width:767px){body .td-make-full{width:100%}}body .td-make-full .sub-menu{border-top:0}.td-header-row{width:100%;*zoom:1}.td-header-row:before,.td-header-row:after{display:table;content:""}.td-header-row:after{clear:both}.td-header-row [class*="td-header-sp"]{display:block;min-height:1px;float:left}#td-header-menu .td-container-border:after{background-color:#e6e6e6}.td-header-gradient:before{content:"";background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAHCAYAAADJTCeUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphMjViOTdiYS1kZjJlLTNlNDUtYjk3Yi00N2I1NjQyOTRjODQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUQ3M0QzQTVFNzE5MTFFMzk1RTdCODk0MTJBMEZFMUIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUQ3M0QzQTRFNzE5MTFFMzk1RTdCODk0MTJBMEZFMUIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmZiZjM2Y2ExLTgzODYtMDE0Mi05NTU2LWNiZTFmMzg5YmM3NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDphMjViOTdiYS1kZjJlLTNlNDUtYjk3Yi00N2I1NjQyOTRjODQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7mNy80AAAAI0lEQVR42mJgYGBgZQISnCCCn+H///8MIJY8iMUOYv0BCDAAU6YHQs4scEAAAAAASUVORK5CYII=);background-color:#fff0;width:100%;height:7px;position:absolute;top:-3px;z-index:1}.td-header-border:before{content:"";background-color:#4db2ec;display:block;height:4px}@media (max-width:767px){.td-header-border:before{display:none}}.td-visual-hidden{border:0;width:1px;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute}.td-logo{margin:0;padding:0;line-height:1;font-size:inherit!important;font-family:Verdana,Geneva,sans-serif}.td-header-container{clear:both}.td-header-sp-logo{width:272px;position:relative;margin-bottom:8px;margin-top:8px}@media (min-width:768px) and (max-width:1023px){.td-header-sp-logo{width:248px}}@media (max-width:767px){.td-header-sp-logo{margin-bottom:0}}.td-header-sp-logo a{height:114px;display:block}@media (min-width:768px) and (max-width:1023px){.td-header-sp-logo a{height:90px}}.td-logo-text{font-size:75px;line-height:60px;margin:0;font-family:serif;color:#222}@media (max-width:767px){.td-logo-text{font-size:36px;line-height:36px}}.td-tagline-text{letter-spacing:1.8px;font-size:11px;color:rgb(34 34 34 / .5);margin:0;font-family:serif}.td-header-style-0 .td-header-sp-logo{margin-bottom:0;margin-top:0;width:100%}.td-header-style-0 .td-header-sp-logo a{height:auto}.td-menu-placeholder{height:47px;position:relative}.td-menu-wrap{position:relative;height:44px}.td-menu-wrap #td-top-menu{padding-left:15px}.sf-menu,.sf-menu ul,.sf-menu li{margin:0;padding:0;list-style:none}.sf-menu{margin-left:21px;margin-right:38px}@media (min-width:768px) and (max-width:1023px){.sf-menu{margin-left:17px}}@media (max-width:767px){.sf-menu{display:none}}.sf-menu ul{position:absolute;top:-999em}.sf-menu li:hover ul,.sf-menu li.sfHover ul{top:auto}.sf-menu ul li{width:100%}.sf-menu li:hover{visibility:inherit}.sf-menu li{float:left;position:relative}.sf-menu .td-menu-item>a{display:block;position:relative}.sf-menu li ul{left:-9px;z-index:99}@media (min-width:768px) and (max-width:1023px){.sf-menu li ul{left:-14px}}.sf-menu>.sfHover{z-index:1000}.sf-menu>.td-mega-menu .sub-menu{z-index:1001}.sf-menu .td-normal-menu ul ul{top:-11px}.sf-menu .td-normal-menu:first-child>ul{top:0}.sf-menu .menu-item-first.td-normal-menu:first-child>ul{top:100%}.sf-menu ul{visibility:hidden}.td-js-loaded .sf-menu ul{visibility:visible}.sf-menu .td-menu-item>a:hover{text-decoration:none!important}.td-no-down-arrow>a .sf-sub-indicator{display:none}.sf-menu>li>a{padding:0 15px 0 15px;line-height:44px;font-size:14px;color:#fff;font-weight:700;font-family:'Open Sans',arial,sans-serif;text-transform:uppercase;-webkit-backface-visibility:hidden}@media (min-width:768px) and (max-width:1023px){.sf-menu>li>a{font-size:11px;padding:0 10px 0 10px}}.sf-menu .menu_icon{position:relative;top:13px;float:left}.sf-menu .sub-menu .menu_icon{top:0}.sf-menu .menu_hidden{display:none!important}.sf-menu>.current-menu-item>a,.sf-menu>.current-menu-ancestor>a,.sf-menu>.current-category-ancestor>a,.sf-menu>li>a:hover,.sf-menu>.sfHover>a{background-color:#fff;color:#000;z-index:999}#td-header-menu{min-height:44px}.td-normal-menu ul{box-shadow:1px 1px 4px rgb(0 0 0 / .15)}.sf-menu ul{font-family:'Open Sans',arial,sans-serif;background:#fff}.sf-menu ul .td-menu-item>a{padding:7px 32px 8px 24px;font-size:12px;color:#111;-webkit-transition:none;transition:none;line-height:21px}.sf-menu ul li:first-child>a{margin-top:11px}.sf-menu ul li:last-child>a{margin-bottom:10px}.sf-menu ul .td-icon-menu-down{float:right;top:0;font-size:9px}.sf-menu ul .td-menu-item>a:hover,.sf-menu ul .sfHover>a,.sf-menu ul .current-menu-ancestor>a,.sf-menu ul .current-category-ancestor>a,.sf-menu ul .current-menu-item>a{background-color:#fff0;color:#4db2ec}.sf-menu li:hover,.sf-menu li.sfHover,.sf-menu a:focus,.sf-menu a:hover,.sf-menu a:active{outline:0}.sf-menu .td-icon-menu-down{position:absolute;top:0;padding-left:9px;font-size:9px}.sf-menu .sub-menu{-webkit-backface-visibility:hidden}.sf-menu .sub-menu .td-icon-menu-down{position:absolute;top:50%;right:20px;margin-top:-9px;line-height:19px}.sf-menu .td-menu-badge{font-size:10px;background-color:#f0f8ff;color:#4db2ec;border-radius:10px;padding:1px 7px 2px;margin-left:6px;line-height:1;position:relative;top:-1px}@media (max-width:767px){.td-menu-badge{display:none}}.sf-menu a.sf-with-ul{padding-right:31px;min-width:1px}@media (min-width:768px) and (max-width:1023px){.sf-menu a.sf-with-ul{padding-right:28px}}a.sf-with-ul i.td-icon-menu-down:before{content:'\e808'}ul.sf-js-enabled>li>a>i.td-icon-menu-down:before{content:'\e806'!important}.td_mobile_menu_wrap{display:none!important;margin:0 0 0 0!important;vertical-align:top;position:relative;top:12px;left:-6px}.td_mobile_menu_wrap{display:inline-block;position:relative;overflow:hidden;height:28px;width:200px;background:#f2f2f2;border:1px solid;border-color:#fff #f7f7f7 whitesmoke;border-radius:3px;background-image:-webkit-linear-gradient(top,transparent,rgb(0 0 0 / .06));background-image:-moz-linear-gradient(top,transparent,rgb(0 0 0 / .06));background-image:-o-linear-gradient(top,transparent,rgb(0 0 0 / .06));background-image:linear-gradient(to bottom,transparent,rgb(0 0 0 / .06));-webkit-box-shadow:0 1px 1px rgb(0 0 0 / .08);box-shadow:0 1px 1px rgb(0 0 0 / .08)}.td_mobile_menu_wrap:before,.td_mobile_menu_wrap:after{content:'';position:absolute;z-index:2;top:9px;right:10px;width:0;height:0;border:4px dashed;border-color:#888 #fff0;pointer-events:none}.td_mobile_menu_wrap:before{border-bottom-style:solid;border-top:none}.td_mobile_menu_wrap:after{margin-top:7px;border-top-style:solid;border-bottom:none}#mobileMenu_menu-top{position:relative;width:130%;margin:0;padding:6px 8px 6px 10px;height:28px;line-height:14px;font-size:12px;color:#62717a;text-shadow:0 1px #fff;background:#f2f2f2;background:#fff0!important;border:0;border-radius:0;-webkit-appearance:none}#mobileMenu_menu-top:focus{width:100%;color:#394349;outline:2px solid #49aff2;outline:2px solid -webkit-focus-ring-color;outline-offset:-2px}#mobileMenu_menu-top>option{margin:3px;padding:6px 8px;text-shadow:none;background:#f2f2f2;border-radius:3px;cursor:pointer}.lt-ie9 #mobileMenu_menu-top{z-index:1}.lt-ie9 #mobileMenu_menu-top{z-index:-1}.lt-ie9 #mobileMenu_menu-top:focus{z-index:3}@-moz-document url-prefix(){#mobileMenu_menu-top{padding-left:6px}}@media (max-width:767px){.td-search-wrapper{position:absolute;right:0;top:50%}}.header-search-wrap .header-search{z-index:2}.header-search-wrap #td-header-search-button{display:block;position:relative}@media (max-width:767px){.header-search-wrap #td-header-search-button{display:none}}.header-search-wrap #td-header-search-button-mob{display:none;position:relative}@media (max-width:767px){.header-search-wrap #td-header-search-button-mob{display:block;right:9px}}.header-search-wrap .td-icon-search{display:inline-block;font-size:19px;color:#fff;padding-top:11px;padding-left:14px;height:44px;width:44px}@media (max-width:767px){.header-search-wrap .td-icon-search{font-size:27px;padding-top:8px}}.header-search-wrap .td-drop-down-search{position:absolute;padding:0;top:100%;border-radius:0;border-width:0 1px 1px 1px;border-style:solid;border-color:#e6e6e6;z-index:98;display:none;right:0;width:341px;background:#fff}@media (max-width:767px){.header-search-wrap .td-drop-down-search{right:-1px}}@media (max-width:400px){.header-search-wrap .td-drop-down-search{width:101%}}.header-search-wrap .td-drop-down-search .btn{position:absolute;border-radius:0 3px 3px 0;height:32px;line-height:17px;padding:7px 15px 8px;text-shadow:none;vertical-align:top;right:0}@media (max-width:767px){.header-search-wrap .td-drop-down-search .btn{line-height:17px}}.header-search-wrap .td-drop-down-search .btn:hover{background-color:#222}.header-search-wrap .td-drop-down-search:before{position:absolute;top:-6px;right:24px;display:block;content:'';width:0;height:0;border-style:solid;border-width:0 5.5px 6px 5.5px;border-color:#fff0 #fff0 #fff #fff0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}@media (max-width:767px){.header-search-wrap .td-drop-down-search:before{right:23px}}.header-search-wrap .td-drop-down-search #td-header-search{background-color:#ffffff!important;width:95%;height:32px;margin:0;border-right:0;line-height:17px}.header-search-wrap .td-drop-down-search #td-header-search:active,.header-search-wrap .td-drop-down-search #td-header-search:focus{border-color:#ccc}.header-search-wrap .td-drop-down-search .td-search-form{margin:21px 20px 20px 21px}.td-drop-down-search-open{display:block!important;z-index:9999!important}.td-header-border #td-top-search{margin-top:-20px}@media (max-width:767px){.td-header-border #td-top-search{margin-top:-22px}}#td-top-search{position:absolute;right:8px;top:50%;margin-top:-22px}@media (max-width:767px){#td-top-search{right:0;position:relative}}@media (min-width:1024px) and (max-width:1041px){#td-outer-wrap{overflow:hidden}}@media (max-width:767px){#td-outer-wrap{-webkit-transition:transform 0.7s ease;transition:transform 0.7s ease;-webkit-transform-origin:50% 200px 0;transform-origin:50% 200px 0}}#td-top-mobile-toggle{display:none;top:0;left:0;z-index:1}@media (max-width:767px){#td-top-mobile-toggle{display:inline-block;position:relative}}#td-top-mobile-toggle a{display:block;height:53px;width:53px}#td-top-mobile-toggle i{font-size:26px;line-height:55px;padding-left:13px;display:inline-table;vertical-align:middle;color:#fff}.td-menu-background,.td-search-background{position:fixed;top:0;display:block;width:100%;height:113%;z-index:9999;visibility:hidden;overflow:hidden;background-color:#fff}.td-menu-background:before,.td-search-background:before{content:'';position:absolute;display:block;width:104%;height:100%;background:#68bfb2;background:-moz-linear-gradient(45deg,#68bfb2 0%,#717bc3 100%);background:-webkit-gradient(left bottom,right top,color-stop(0%,#68bfb2),color-stop(100%,#717bc3));background:-webkit-linear-gradient(45deg,#68bfb2 0%,#717bc3 100%);background:-o-linear-gradient(45deg,#68bfb2 0%,#717bc3 100%);background:-ms-linear-gradient(45deg,#68bfb2 0%,#717bc3 100%);background:linear-gradient(45deg,#68bfb2 0%,#717bc3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68bfb2',endColorstr='#717bc3',GradientType=1);z-index:10;right:-4px}.td-menu-background:after,.td-search-background:after{content:'';position:absolute;display:block;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center top;z-index:-10;-webkit-transition:transform 0.8s cubic-bezier(.22,.61,.36,1);transition:transform 0.8s cubic-bezier(.22,.61,.36,1)}.td-menu-background{transform:translate3d(-100%,0,0);-webkit-transform:translate3d(-100%,0,0)}.td-menu-background:after{transform:translate3d(14%,0,0);-webkit-transform:translate3d(14%,0,0)}.td-search-background{transform:translate3d(100%,0,0);-webkit-transform:translate3d(100%,0,0)}.td-search-background:after{transform:translate3d(-14%,0,0);-webkit-transform:translate3d(-14%,0,0)}.td-js-loaded .td-menu-background,.td-js-loaded .td-search-background{visibility:visible}@media (max-width:767px){.td-js-loaded .td-menu-background,.td-js-loaded .td-search-background{-webkit-transition:transform 0.8s cubic-bezier(.22,.61,.36,1);transition:transform 0.8s cubic-bezier(.22,.61,.36,1)}}#td-mobile-nav{position:fixed;width:100%;z-index:9999;transform:translate3d(-99%,0,0);-webkit-transform:translate3d(-99%,0,0);left:-1%;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",sans-serif}@media (max-width:767px){#td-mobile-nav{-webkit-transition:transform 0.8s cubic-bezier(.22,.61,.36,1);transition:transform 0.8s cubic-bezier(.22,.61,.36,1)}}#td-mobile-nav .td_display_err{text-align:center;color:#fff;border:none;-webkit-box-shadow:0 0 8px rgb(0 0 0 / .16);box-shadow:0 0 8px rgb(0 0 0 / .16);margin:-9px -30px 24px;font-size:14px;border-radius:0;padding:12px;position:relative;background-color:rgb(255 255 255 / .06);display:none}#td-mobile-nav input:invalid{box-shadow:none!important}#td-mobile-nav{overflow:hidden}#td-mobile-nav .td-menu-socials{padding:0 65px 0 20px;overflow:hidden;height:60px}#td-mobile-nav .td-social-icon-wrap{margin:20px 5px 0 0;display:inline-block}#td-mobile-nav .td-social-icon-wrap i{border:none;background-color:#fff0;font-size:14px;width:40px;height:40px;line-height:38px;color:#fff}.td-mobile-close{position:absolute;right:1px;top:0;z-index:1000}.td-mobile-close .td-icon-close-mobile{height:70px;width:70px;line-height:70px;font-size:21px;color:#fff;top:4px;position:relative;text-align:center;display:inline-block}.td-mobile-content{padding:20px 20px 0}.td-mobile-container{padding-bottom:20px;position:relative}.td-mobile-container i{line-height:1;text-align:center;display:inline-block}.td-mobile-content .fa{margin-right:10px;min-width:22px!important;display:inline-block;font-size:18px;text-align:center;position:relative;top:-1px}.td-mobile-content .sub-menu .fa{margin-right:5px;min-width:16px!important;font-size:13px}.td-mobile-content ul{list-style:none;margin:0;padding:0}.td-mobile-content li{float:none;margin-left:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.td-mobile-content li a{display:block;line-height:21px;font-size:20px;color:#fff;margin-left:0;padding:12px 30px 12px 12px;font-weight:700;letter-spacing:.01em}@media (max-width:320px){.td-mobile-content li a{font-size:20px}}.td-mobile-content .td_mobile_submenu>a .td-icon-menu-right{display:inline-block}.td-mobile-content .td-icon-menu-right{display:none;position:absolute;cursor:pointer;top:11px;right:-4px;z-index:1000;font-size:14px;padding:6px 12px;float:right;color:#fff;line-height:1;text-align:center;-webkit-transform-origin:50% 48% 0;-moz-transform-origin:50% 48% 0;-o-transform-origin:50% 48% 0;transform-origin:50% 48% 0;-webkit-transition:transform 0.3s ease;transition:transform 0.3s ease;transform:rotate(-90deg);-webkit-transform:rotate(-90deg)}.td-mobile-content .td-icon-menu-right:before{content:'\e83d'}.td-mobile-content .td-sub-menu-open>a i{transform:rotate(0deg);-webkit-transform:rotate(0deg)}.td-mobile-content .td-sub-menu-open>ul{display:block;max-height:2000px;opacity:.9}.td-mobile-content .sub-menu{max-height:0;overflow:hidden;opacity:0;-webkit-transition:max-height 0.5s cubic-bezier(.77,0,.175,1),opacity 0.5s cubic-bezier(.77,0,.175,1);transition:max-height 0.5s cubic-bezier(.77,0,.175,1),opacity 0.5s cubic-bezier(.77,0,.175,1)}.td-mobile-content .sub-menu .td-icon-menu-right{font-size:11px;right:-2px;top:8px;color:#fff}.td-mobile-content .sub-menu a{padding:9px 26px 9px 36px!important;line-height:19px;font-size:15px;font-weight:400}.td-mobile-content .sub-menu .sub-menu a{padding-left:55px!important}.td-mobile-content .sub-menu .sub-menu .sub-menu a{padding-left:74px!important}.td-mobile-content .current-menu-item>a,.td-mobile-content .current-menu-ancestor>a,.td-mobile-content .current-category-ancestor>a{color:#f0ff6e}.td-mobile-content .menu_icon{display:none}.td-mobile-content .menu-item-has-children a{width:100%;z-index:1}.td-mobile-content .td-link-element-after{position:relative}@media (max-width:767px){.td-menu-mob-open-menu #td-outer-wrap{position:fixed;height:auto;transform:scale3d(.9,.9,.9);-webkit-transform:scale3d(.9,.9,.9)}.td-menu-mob-open-menu #td-mobile-nav{height:calc(101%);overflow:auto;transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);left:0}.td-menu-mob-open-menu #td-mobile-nav label{-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.td-menu-mob-open-menu #td-mobile-nav .td-login-animation{-webkit-transition:all 0.5s ease 0.5s;transition:all 0.5s ease 0.5s}.td-menu-mob-open-menu .td-menu-background{transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-webkit-box-shadow:0 0 30px #000;box-shadow:0 0 30px #000}.td-menu-mob-open-menu .td-menu-background:after{transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0)}}.td-menu-mob-open-menu .td-mobile-container{-webkit-transition:all 0.5s ease 0.5s;transition:all 0.5s ease 0.5s}.td-mobile-container{opacity:1}.td-hide-menu-content .td-mobile-container{opacity:0;visibility:hidden;-webkit-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s}.td-hide-menu-content .td-mobile-content{display:none}#td-mobile-nav .td-login-animation{opacity:0;visibility:hidden!important;position:absolute;top:0;width:100%}#td-mobile-nav .td-login-animation .td-login-inputs{height:76px}.td-login-hide-mob{pointer-events:none}#td-mobile-nav .td-login-hide{-webkit-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s}#td-mobile-nav .td-login-show{visibility:visible!important;opacity:1;pointer-events:auto}#td-mobile-nav label{position:absolute;top:26px;left:10px;font-size:17px;color:#fff;opacity:.6;pointer-events:none;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.td-login-inputs{position:relative}.td-search-wrap-mob{padding:0;position:absolute;width:100%;height:auto;top:0;text-align:center;z-index:9999;visibility:hidden;color:#fff;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",sans-serif}.td-search-wrap-mob .td-drop-down-search{opacity:0;visibility:hidden;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;-webkit-backface-visibility:hidden;position:relative}.td-search-wrap-mob #td-header-search-mob{color:#fff;font-weight:700;font-size:26px;height:40px;line-height:36px;border:0;background:#fff0;outline:0;margin:8px 0;padding:0;text-align:center}.td-search-wrap-mob .td-search-input{margin:0 5%;position:relative}.td-search-wrap-mob .td-search-input span{opacity:.8;font-size:12px}.td-search-wrap-mob .td-search-input:before,.td-search-wrap-mob .td-search-input:after{content:'';position:absolute;display:block;width:100%;height:1px;background-color:#fff;bottom:0;left:0;opacity:.2}.td-search-wrap-mob .td-search-input:after{opacity:.8;transform:scaleX(0);-webkit-transform:scaleX(0);-webkit-transition:transform 0.5s ease 0.8s;transition:transform 0.5s ease 0.8s}.td-search-wrap-mob .td_module_wrap{text-align:left}.td-search-wrap-mob .td_module_wrap .entry-title{font-size:16px;line-height:20px}.td-search-wrap-mob .td_module_wrap .entry-title a{color:#fff}.td-search-wrap-mob .td_module_wrap:hover .entry-title a{color:#fff}.td-search-wrap-mob .td-post-date{color:#ddd;opacity:.8}.td-search-wrap-mob .td-search-form{margin-bottom:30px}.td-search-wrap-mob .td-aj-search-results{margin:0 5%;text-align:left}.td-search-wrap-mob .td-module-thumb{top:auto;left:auto}.td-search-wrap-mob .result-msg{margin:0 5%}.td-search-wrap-mob .result-msg a{display:block;text-align:center;width:100%;text-transform:uppercase;line-height:50px;color:#000;border:none;-webkit-box-shadow:0 0 8px rgb(0 0 0 / .16);box-shadow:0 0 8px rgb(0 0 0 / .16);margin:10px 0 40px;font-size:17px;border-radius:40px;background-color:#fff;opacity:.8;text-shadow:none}.td-search-wrap-mob i{line-height:1;text-align:center;display:inline-block}.td-search-close{text-align:right;z-index:1000}.td-search-close .td-icon-close-mobile{height:70px;width:70px;line-height:70px;font-size:21px;color:#fff;position:relative;top:4px;right:0;display:inline-block;text-align:center}.td-search-opened #td-outer-wrap{position:fixed;height:auto;transform:scale3d(.9,.9,.9);-webkit-transform:scale3d(.9,.9,.9)}.td-search-opened .td-search-wrap-mob .td-drop-down-search{opacity:1;visibility:visible;-webkit-transition:all 0.5s ease 0.3s;transition:all 0.5s ease 0.3s}.td-search-opened .td-search-background{transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-webkit-box-shadow:0 0 30px #000;box-shadow:0 0 30px #000}.td-search-opened .td-search-background:after{transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0)}.td-search-opened .td-search-input:after{transform:scaleX(1);-webkit-transform:scaleX(1)}.admin-bar .td-search-wrap-mob{padding-top:32px}@media (max-width:767px){.admin-bar .td-search-wrap-mob{padding-top:46px}}#td-mobile-nav label{position:absolute;top:26px;left:10px;font-size:17px;color:#fff;opacity:.6;pointer-events:none;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.td-login-inputs{position:relative}body,p{font-family:Verdana,Geneva,sans-serif;font-size:13px;line-height:21px;color:#222;overflow-wrap:break-word;word-wrap:break-word}p{margin-bottom:21px}.h5-caps-title{font-family:'Open Sans',arial,sans-serif;text-transform:uppercase;font-size:18px;font-weight:600;color:#222}a:active,a:focus{outline:none}a{color:#4db2ec;text-decoration:none!important}a:hover{text-decoration:underline}ins{background:#fff;text-decoration:none}code{position:relative;top:-1px;border:none;background-color:#F1F1F1;padding:4px 10px}pre{background-color:#f1f1f1;padding:4px 10px 4px 10px;border:none;border-radius:0;margin-top:24px}cite{font-family:'Open Sans',arial,sans-serif;font-size:13px;font-style:italic;font-weight:400;text-transform:none;color:#444}cite a{color:#444}cite a:hover{color:#444}blockquote.pull-right{padding-left:20px;border-right:none}blockquote.pull-right:after{border-right:2px solid #FB5502;width:40px;right:-40px}q{font-style:italic}ul{padding:0;list-style-position:inside}ul li{line-height:24px}ol{list-style-position:inside;padding:0}ol li{list-style-type:none;line-height:24px}.wp-block-navigation li{line-height:1.2;margin-left:0}.dl-horizontal a{font-weight:500!important}.dl-horizontal dt{width:70px;font-weight:400;line-height:24px;font-size:15px}.dl-horizontal dd{margin-left:90px;line-height:24px;font-size:14px}.td-post-content,.mce-content-body,.wpb_text_column,.comment-content{font-size:14px;line-height:24px}.td-post-content a:hover,.mce-content-body a:hover,.wpb_text_column a:hover,.comment-content a:hover{text-decoration:underline!important}.td-post-content p,.mce-content-body p,.wpb_text_column p,.comment-content p{font-size:14px;line-height:24px;margin-bottom:24px}.td-post-content ul,.mce-content-body ul,.wpb_text_column ul,.comment-content ul{list-style-position:inside;margin-bottom:24px}.td-post-content ul li,.mce-content-body ul li,.wpb_text_column ul li,.comment-content ul li{margin:0 0 0 21px}.td-post-content ul ul,.mce-content-body ul ul,.wpb_text_column ul ul,.comment-content ul ul,.td-post-content ul ol,.mce-content-body ul ol,.wpb_text_column ul ol,.comment-content ul ol{margin-bottom:0;padding-left:0}.td-post-content ol,.mce-content-body ol,.wpb_text_column ol,.comment-content ol{list-style-position:inside;margin-bottom:24px}.td-post-content ol li,.mce-content-body ol li,.wpb_text_column ol li,.comment-content ol li{list-style-type:decimal;margin:0 0 0 21px}.td-post-content ol ul,.mce-content-body ol ul,.wpb_text_column ol ul,.comment-content ol ul{margin-bottom:0;padding-left:0}.td-post-content ol ul>li,.mce-content-body ol ul>li,.wpb_text_column ol ul>li,.comment-content ol ul>li{list-style-type:inherit}.td-post-content ol ol,.mce-content-body ol ol,.wpb_text_column ol ol,.comment-content ol ol{padding-left:0;margin-bottom:0}.td-post-content .td-arrow-list li:before,.mce-content-body .td-arrow-list li:before,.wpb_text_column .td-arrow-list li:before,.comment-content .td-arrow-list li:before{font-family:'newsmag',sans-serif;content:'\e803';float:left;margin-left:-19px;line-height:24px;font-size:14px}.td-post-content .td-arrow-list,.mce-content-body .td-arrow-list,.wpb_text_column .td-arrow-list,.comment-content .td-arrow-list{margin-left:21px;list-style:none}.td-page-content blockquote,.td-post-content blockquote,.wpb_text_column blockquote,.td_block_text_with_title blockquote,.mce-content-body blockquote,.comment-content blockquote{text-align:center;padding:0;position:relative;border-left:none;margin:42px 0 38px 0}.td-page-content blockquote.has-text-align-right,.td-post-content blockquote.has-text-align-right,.wpb_text_column blockquote.has-text-align-right,.td_block_text_with_title blockquote.has-text-align-right,.mce-content-body blockquote.has-text-align-right,.comment-content blockquote.has-text-align-right{text-align:right}.td-page-content blockquote.has-text-align-left,.td-post-content blockquote.has-text-align-left,.wpb_text_column blockquote.has-text-align-left,.td_block_text_with_title blockquote.has-text-align-left,.mce-content-body blockquote.has-text-align-left,.comment-content blockquote.has-text-align-left{text-align:left}.td-page-content blockquote p,.td-post-content blockquote p,.wpb_text_column blockquote p,.td_block_text_with_title blockquote p,.mce-content-body blockquote p,.comment-content blockquote p{font-family:'Roboto',sans-serif;font-size:30px;line-height:40px;font-weight:400;font-style:italic;text-transform:uppercase;color:#4db2ec}.td-page-content .wp-block-quote.is-large cite,.td-post-content .wp-block-quote.is-large cite,.wpb_text_column .wp-block-quote.is-large cite,.td_block_text_with_title .wp-block-quote.is-large cite,.mce-content-body .wp-block-quote.is-large cite,.comment-content .wp-block-quote.is-large cite{font-size:13px}.td-page-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots),.td-post-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots),.wpb_text_column .wp-block-separator:not(.is-style-wide):not(.is-style-dots),.td_block_text_with_title .wp-block-separator:not(.is-style-wide):not(.is-style-dots),.mce-content-body .wp-block-separator:not(.is-style-wide):not(.is-style-dots),.comment-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots){max-width:100px;border:none;border-bottom:2px solid #8f98a1;margin:1.65em auto}.td-page-content .twitter-tweet p,.td-post-content .twitter-tweet p,.wpb_text_column .twitter-tweet p,.td_block_text_with_title .twitter-tweet p,.mce-content-body .twitter-tweet p,.comment-content .twitter-tweet p{font-family:initial;font-size:initial;line-height:initial;font-style:initial;text-align:initial;text-transform:initial;color:initial;font-weight:initial}.td-page-content .td_quote_right,.td-post-content .td_quote_right,.wpb_text_column .td_quote_right,.td_block_text_with_title .td_quote_right,.mce-content-body .td_quote_right,.comment-content .td_quote_right{float:right;width:50%;padding-left:20px;margin-bottom:21px;margin-top:21px}.td-page-content .td_quote_left,.td-post-content .td_quote_left,.wpb_text_column .td_quote_left,.td_block_text_with_title .td_quote_left,.mce-content-body .td_quote_left,.comment-content .td_quote_left{float:left;width:50%;padding-left:0;margin-bottom:18px;margin-top:18px}.td-page-content .td_quote_left p,.td-post-content .td_quote_left p,.wpb_text_column .td_quote_left p,.td_block_text_with_title .td_quote_left p,.mce-content-body .td_quote_left p,.comment-content .td_quote_left p{text-align:left}.td-page-content .td_quote_box,.td-post-content .td_quote_box,.wpb_text_column .td_quote_box,.td_block_text_with_title .td_quote_box,.mce-content-body .td_quote_box,.comment-content .td_quote_box{margin:0;background-color:#FCFCFC;border-left-style:solid;border-width:2px;border-color:#4db2ec;padding:15px 23px 0 23px;position:relative;top:6px}.td-page-content .td_quote_box p,.td-post-content .td_quote_box p,.wpb_text_column .td_quote_box p,.td_block_text_with_title .td_quote_box p,.mce-content-body .td_quote_box p,.comment-content .td_quote_box p{font-family:'Open Sans',arial,sans-serif;color:#777;font-size:13px;line-height:18px;text-align:left;padding-bottom:16px;margin:0;text-transform:none}.td-page-content .td_box_left,.td-post-content .td_box_left,.wpb_text_column .td_box_left,.td_block_text_with_title .td_box_left,.mce-content-body .td_box_left,.comment-content .td_box_left{width:40%;float:left;margin:0 34px 20px 0}.td-page-content .td_box_right,.td-post-content .td_box_right,.wpb_text_column .td_box_right,.td_block_text_with_title .td_box_right,.mce-content-body .td_box_right,.comment-content .td_box_right{width:30%;float:right;margin:0 0 20px 34px}.td-page-content .td_box_center,.td-post-content .td_box_center,.wpb_text_column .td_box_center,.td_block_text_with_title .td_box_center,.mce-content-body .td_box_center,.comment-content .td_box_center{margin:0 0 29px 0}.td-page-content .wp-block-pullquote blockquote,.td-post-content .wp-block-pullquote blockquote,.wpb_text_column .wp-block-pullquote blockquote,.td_block_text_with_title .wp-block-pullquote blockquote,.mce-content-body .wp-block-pullquote blockquote,.comment-content .wp-block-pullquote blockquote,.td-page-content .td_pull_quote,.td-post-content .td_pull_quote,.wpb_text_column .td_pull_quote,.td_block_text_with_title .td_pull_quote,.mce-content-body .td_pull_quote,.comment-content .td_pull_quote{margin:0;position:relative;top:0}.td-page-content .wp-block-pullquote blockquote p,.td-post-content .wp-block-pullquote blockquote p,.wpb_text_column .wp-block-pullquote blockquote p,.td_block_text_with_title .wp-block-pullquote blockquote p,.mce-content-body .wp-block-pullquote blockquote p,.comment-content .wp-block-pullquote blockquote p,.td-page-content .td_pull_quote p,.td-post-content .td_pull_quote p,.wpb_text_column .td_pull_quote p,.td_block_text_with_title .td_pull_quote p,.mce-content-body .td_pull_quote p,.comment-content .td_pull_quote p{font-family:'Open Sans',arial,sans-serif;font-size:14px;line-height:19px;font-weight:600;text-transform:none;text-align:center}.td-page-content .wp-block-pullquote blockquote p:first-child:before,.td-post-content .wp-block-pullquote blockquote p:first-child:before,.wpb_text_column .wp-block-pullquote blockquote p:first-child:before,.td_block_text_with_title .wp-block-pullquote blockquote p:first-child:before,.mce-content-body .wp-block-pullquote blockquote p:first-child:before,.comment-content .wp-block-pullquote blockquote p:first-child:before,.td-page-content .td_pull_quote p:first-child:before,.td-post-content .td_pull_quote p:first-child:before,.wpb_text_column .td_pull_quote p:first-child:before,.td_block_text_with_title .td_pull_quote p:first-child:before,.mce-content-body .td_pull_quote p:first-child:before,.comment-content .td_pull_quote p:first-child:before{position:absolute;background:url(/wp-content/themes/Newsmag/images/icons/pull-quote-left.png) no-repeat;left:0;display:block;content:'';width:15px;height:15px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.td-page-content .wp-block-pullquote blockquote p:after,.td-post-content .wp-block-pullquote blockquote p:after,.wpb_text_column .wp-block-pullquote blockquote p:after,.td_block_text_with_title .wp-block-pullquote blockquote p:after,.mce-content-body .wp-block-pullquote blockquote p:after,.comment-content .wp-block-pullquote blockquote p:after,.td-page-content .td_pull_quote p:after,.td-post-content .td_pull_quote p:after,.wpb_text_column .td_pull_quote p:after,.td_block_text_with_title .td_pull_quote p:after,.mce-content-body .td_pull_quote p:after,.comment-content .td_pull_quote p:after{position:absolute;background:url(/wp-content/themes/Newsmag/images/icons/pull-quote-right.png) no-repeat;bottom:10px;right:0;display:block;content:'';width:15px;height:15px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.td-page-content .wp-block-pullquote blockquote,.td-post-content .wp-block-pullquote blockquote,.wpb_text_column .wp-block-pullquote blockquote,.td_block_text_with_title .wp-block-pullquote blockquote,.mce-content-body .wp-block-pullquote blockquote,.comment-content .wp-block-pullquote blockquote,.td-page-content .td_pull_center,.td-post-content .td_pull_center,.wpb_text_column .td_pull_center,.td_block_text_with_title .td_pull_center,.mce-content-body .td_pull_center,.comment-content .td_pull_center{margin:17px 0;padding:15px 50px}@media (max-width:767px){.td-page-content .wp-block-pullquote blockquote,.td-post-content .wp-block-pullquote blockquote,.wpb_text_column .wp-block-pullquote blockquote,.td_block_text_with_title .wp-block-pullquote blockquote,.mce-content-body .wp-block-pullquote blockquote,.comment-content .wp-block-pullquote blockquote,.td-page-content .td_pull_center,.td-post-content .td_pull_center,.wpb_text_column .td_pull_center,.td_block_text_with_title .td_pull_center,.mce-content-body .td_pull_center,.comment-content .td_pull_center{padding:15px 20px}}.td-page-content .wp-block-pullquote,.td-post-content .wp-block-pullquote,.wpb_text_column .wp-block-pullquote,.td_block_text_with_title .wp-block-pullquote,.mce-content-body .wp-block-pullquote,.comment-content .wp-block-pullquote{padding:0;color:#4db2ec}.td-page-content .wp-block-pullquote p,.td-post-content .wp-block-pullquote p,.wpb_text_column .wp-block-pullquote p,.td_block_text_with_title .wp-block-pullquote p,.mce-content-body .wp-block-pullquote p,.comment-content .wp-block-pullquote p{color:inherit}.td-page-content .wp-block-pullquote.alignleft,.td-post-content .wp-block-pullquote.alignleft,.wpb_text_column .wp-block-pullquote.alignleft,.td_block_text_with_title .wp-block-pullquote.alignleft,.mce-content-body .wp-block-pullquote.alignleft,.comment-content .wp-block-pullquote.alignleft,.td-page-content .td_pull_left,.td-post-content .td_pull_left,.wpb_text_column .td_pull_left,.td_block_text_with_title .td_pull_left,.mce-content-body .td_pull_left,.comment-content .td_pull_left{width:40%;float:left;margin:0 34px 5px 0;padding:17px 25px 18px 25px}.td-page-content .wp-block-pullquote.alignright,.td-post-content .wp-block-pullquote.alignright,.wpb_text_column .wp-block-pullquote.alignright,.td_block_text_with_title .wp-block-pullquote.alignright,.mce-content-body .wp-block-pullquote.alignright,.comment-content .wp-block-pullquote.alignright,.td-page-content .td_pull_right,.td-post-content .td_pull_right,.wpb_text_column .td_pull_right,.td_block_text_with_title .td_pull_right,.mce-content-body .td_pull_right,.comment-content .td_pull_right{width:30%;float:right;margin:0 0 10px 34px;padding:17px 25px 18px 25px}.td-page-content .td_pull_center,.td-post-content .td_pull_center,.wpb_text_column .td_pull_center,.td_block_text_with_title .td_pull_center,.mce-content-body .td_pull_center,.comment-content .td_pull_center{margin:17px 0;padding:15px 50px 15px 50px}.td-page-content .wp-block-pullquote.alignleft,.td-post-content .wp-block-pullquote.alignleft,.wpb_text_column .wp-block-pullquote.alignleft,.td_block_text_with_title .wp-block-pullquote.alignleft,.mce-content-body .wp-block-pullquote.alignleft,.comment-content .wp-block-pullquote.alignleft,.td-page-content .wp-block-pullquote.alignright,.td-post-content .wp-block-pullquote.alignright,.wpb_text_column .wp-block-pullquote.alignright,.td_block_text_with_title .wp-block-pullquote.alignright,.mce-content-body .wp-block-pullquote.alignright,.comment-content .wp-block-pullquote.alignright{margin-top:0;margin-bottom:0!important}@media (max-width:767px){.td-page-content .wp-block-pullquote.alignleft,.td-post-content .wp-block-pullquote.alignleft,.wpb_text_column .wp-block-pullquote.alignleft,.td_block_text_with_title .wp-block-pullquote.alignleft,.mce-content-body .wp-block-pullquote.alignleft,.comment-content .wp-block-pullquote.alignleft,.td-page-content .wp-block-pullquote.alignright,.td-post-content .wp-block-pullquote.alignright,.wpb_text_column .wp-block-pullquote.alignright,.td_block_text_with_title .wp-block-pullquote.alignright,.mce-content-body .wp-block-pullquote.alignright,.comment-content .wp-block-pullquote.alignright{max-width:100%}}.td-page-content .alignnone,.td-post-content .alignnone,.wpb_text_column .alignnone,.td_block_text_with_title .alignnone,.mce-content-body .alignnone,.comment-content .alignnone{display:inline-block;margin-bottom:0}blockquote small{margin-top:5px;display:block;font-size:13px;font-style:italic;font-weight:400;text-transform:none;color:#444}.td-page-content .dropcap,.td-post-content .dropcap,.wpb_text_column .dropcap,.mce-content-body .dropcap,.comment-content .dropcap{float:left;display:block;font-size:50px;line-height:52px;background-color:#4db2ec;color:#fff;text-align:center;margin:9px 13px 0 0;padding:3px 10px;font-family:Verdana,Geneva,sans-serif;text-transform:uppercase;min-width:62px;min-height:62px}.td-page-content .dropcap1,.td-post-content .dropcap1,.wpb_text_column .dropcap1,.mce-content-body .dropcap1,.comment-content .dropcap1{-webkit-border-radius:70px;-moz-border-radius:70px;border-radius:70px;font-size:40px;line-height:56px;padding:2px 14px 4px}.td-page-content .dropcap2,.td-post-content .dropcap2,.wpb_text_column .dropcap2,.mce-content-body .dropcap2,.comment-content .dropcap2{background-color:transparent!important;color:#4B4B4B;font-size:60px;line-height:50px;margin:7px 9px 0 0}.td-page-content .dropcap3,.td-post-content .dropcap3,.wpb_text_column .dropcap3,.mce-content-body .dropcap3,.comment-content .dropcap3{background-color:transparent!important;color:#4B4B4B;font-size:60px;line-height:42px;font-weight:700;margin:7px 9px 0 0}.td_btn{cursor:pointer;display:inline-block;position:relative;color:#fff;font-family:'Open Sans',arial,sans-serif;font-weight:600}.td_btn_sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.td_btn_md{padding:9px 12px;font-size:16px;line-height:20px;border-radius:4px}.td_btn_lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.td_default_btn,.td_square_btn{transition:background-color 0.1s ease;-webkit-transition:background-color 0.1s ease;background-color:#4db2ec}.td_default_btn:hover,.td_square_btn:hover{background-color:#444!important}.td_default_btn:active,.td_square_btn:active{background-color:#000!important}.td_square_btn{border-radius:0}.td_outlined_btn{border-width:2px;border-style:solid;border-color:#4db2ec;color:#4db2ec;background-color:#fff0;transition:all 0.1s ease;-webkit-transition:all 0.1s ease}.td_outlined_btn:hover{background-color:#4db2ec;color:#fff}.td_outlined_btn:active{background-color:#444!important;border-color:#444}.td_shadow_btn{background-color:#4db2ec;top:0;-webkit-box-shadow:0 4px 7px 0 rgb(0 0 0 / .25);box-shadow:0 4px 7px 0 rgb(0 0 0 / .25);transition:top 0.1s ease;-webkit-transition:top 0.1s ease}.td_shadow_btn:hover{top:-3px;-webkit-box-shadow:0 6px 12px 0 rgb(0 0 0 / .25);box-shadow:0 6px 12px 0 rgb(0 0 0 / .25)}.td_shadow_btn:active{background-color:#444!important}.td_3D_btn{background-color:#4db2ec;top:0;transition:top 0.1s ease;-webkit-transition:top 0.1s ease;border-radius:0}.td_3D_btn:after{content:"";position:absolute;display:block;left:0;top:100%;width:100%;height:5px;background-color:rgb(0 0 0 / .25);z-index:0;transition:height 0.1s ease;-webkit-transition:height 0.1s ease}.td_3D_btn:hover{top:5px}.td_3D_btn:hover:before{height:0}.td_3D_btn:hover:after{height:0}.td_3D_btn:active{background-color:#444!important}h1,h2,h3,h4,h5,h6{font-family:'Open Sans',arial,sans-serif;color:#222;font-weight:400;margin:6px 0 6px 0}h1{font-size:32px;line-height:40px;margin-top:33px;margin-bottom:23px;letter-spacing:-.02em}h2{font-size:27px;line-height:38px;margin-top:30px;margin-bottom:20px;letter-spacing:-.02em}h3{font-size:22px;line-height:30px;margin-top:27px;margin-bottom:17px}h4{font-size:19px;line-height:29px;margin-top:24px;margin-bottom:14px}h5{font-size:17px;line-height:25px;margin-top:21px;margin-bottom:11px}h6{font-size:16px;line-height:24px;margin-top:21px;margin-bottom:11px}.td-post-content h1:first-child,.td-post-content h2:first-child,.td-post-content h3:first-child,.td-post-content h4:first-child,.td-post-content h5:first-child,.td-post-content h6:first-child{margin-top:4px}.td-post-content img,.mce-content-body img{margin-bottom:21px}.td-post-content figure img,.mce-content-body figure img{margin-bottom:0}.alignnone{margin-top:0}.aligncenter{text-align:center;clear:both;display:block;margin:6px auto}.alignleft:not(.td-post-image-left){float:left;margin-right:21px;margin-top:6px;margin-bottom:6px}@media (min-width:768px) and (max-width:1023px){.alignleft:not(.td-post-image-left){max-width:220px}}@media (max-width:767px){.alignleft:not(.td-post-image-left){max-width:220px}}@media (max-width:500px){.alignleft:not(.td-post-image-left){float:none;text-align:center;margin-left:auto;margin-right:auto;max-width:100%;margin-bottom:21px}.alignleft:not(.td-post-image-left) img{text-align:center;margin-left:auto;margin-right:auto}.alignleft:not(.td-post-image-left) figcaption{text-align:center}}@media (min-width:768px) and (max-width:1023px){.td-pb-span12 .alignleft:not(.td-post-image-left),.mceContentBody-max-width-big .alignleft:not(.td-post-image-left){max-width:400px!important}}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.alignright:not(.td-post-image-right){float:right;margin-left:21px;margin-top:6px;margin-bottom:6px}@media (min-width:768px) and (max-width:1023px){.alignright:not(.td-post-image-right){max-width:220px}}@media (max-width:767px){.alignright:not(.td-post-image-right){max-width:220px}}@media (max-width:500px){.alignright:not(.td-post-image-right){float:none;text-align:center;margin-left:auto;margin-right:auto;max-width:100%;margin-bottom:21px}.alignright:not(.td-post-image-right) img{text-align:center;margin-left:auto;margin-right:auto}.alignright:not(.td-post-image-right) figcaption{text-align:center}}.alignright .td-post-image-full-and-grid,.alignleft .td-post-image-full-and-grid,.aligncenter .td-post-image-full-and-grid,.alignnone .td-post-image-full-and-grid{max-width:none!important}@media (min-width:768px) and (max-width:1023px){.td-pb-span12 .alignright:not(.td-post-image-left),.mceContentBody-max-width-big .alignright:not(.td-post-image-left){max-width:400px!important}}figure.alignright,figure.alignleft,figure.aligncenter{margin-bottom:0}.alignnone img,.aligncenter img{width:100%}img.wp-smiley{width:auto}.wp-caption-text,.wp-caption-dd{font-family:Verdana,Geneva,sans-serif;text-align:right;margin:4px 0 17px 0;font-size:11px;font-style:italic;font-weight:400;line-height:17px;color:#444;z-index:1}.wp-caption{text-align:center;max-width:100%}.wp-caption img{max-width:100%!important}table{width:100%}table th{text-align:left;border:1px solid #e6e6e6;padding:2px 8px}table td{border:1px solid #e6e6e6;padding:2px 8px}table .odd td{background-color:#fcfcfc}.wp-block-table td,.wp-block-table th{padding:2px 8px;border-color:#e6e6e6}address{font-size:inherit!important;line-height:inherit!important;margin-bottom:21px}big{text-transform:uppercase}.post{font-family:Verdana,Geneva,sans-serif;font-size:12px;line-height:21px;color:#444}textarea{font-family:Verdana,Geneva,sans-serif;font-size:12px;line-height:21px;color:#444;border:1px solid #e6e6e6;width:100%;max-width:100%;height:168px;min-height:168px;padding:6px 9px}textarea:active,textarea:focus{border-color:#ccc!important}textarea:focus,input:focus,input[type]:focus{outline:0 none}input[type=submit]{font-family:'Open Sans',arial,sans-serif;font-size:11px;font-weight:600;line-height:16px;background-color:#222;border-radius:3px;color:#fff;border:none;padding:7px 12px}input[type=submit]:hover{background-color:#4db2ec}input[type=text],input[type=url],input[type=tel],input[type=email]{font-family:Verdana,Geneva,sans-serif;font-size:12px;line-height:21px;color:#444;border:1px solid #e6e6e6;width:100%;max-width:100%;height:34px;padding:3px 9px 3px 9px}input[type=text]:active,input[type=url]:active,input[type=tel]:active,input[type=email]:active,input[type=text]:focus,input[type=url]:focus,input[type=tel]:focus,input[type=email]:focus{border-color:#cccccc!important}input[type=password]{width:100%;position:relative;top:0;display:inline-table;vertical-align:middle;font-size:12px;line-height:21px;color:#444;border:1px solid #ccc;max-width:100%;height:34px;padding:3px 9px;margin-bottom:10px}@media (max-width:767px){input[type=password]{font-size:16px}}embed{width:100%}.videopress-placeholder{width:100%!important}.videopress-poster{height:auto!important;width:100%!important}.video-player{width:100%!important}.wp-block-gallery.alignnone{display:flex}.td-post-image-left{float:left;position:relative;left:-21px}.td-post-image-left figcaption{padding-left:20px}@media (min-width:768px) and (max-width:1023px){.td-post-image-left{left:-18px;max-width:220px}.td-post-image-left figcaption{padding-left:17px}}@media (max-width:767px){.td-post-image-left{max-width:220px;left:0;margin-right:21px}.td-post-image-left figcaption{padding-right:0}}@media (max-width:500px){.td-post-image-left{float:none;text-align:center;margin-left:auto;margin-right:auto;max-width:100%}}.td-post-image-right{float:right;position:relative;right:-20px;z-index:1}.td-post-image-right figcaption{padding-right:20px}@media (min-width:768px) and (max-width:1023px){.td-post-image-right{right:-18px;max-width:220px}.td-post-image-right figcaption{padding-right:17px}}@media (max-width:767px){.td-post-image-right{right:0;margin-left:21px;max-width:220px}.td-post-image-right figcaption{padding-right:0}}@media (max-width:500px){.td-post-image-right{float:none;text-align:center;margin-left:auto;margin-right:auto;max-width:100%}}.wp-block-image{margin-bottom:39px}.td-post-image-full{position:relative;left:-21px;max-width:none!important;width:681px!important;z-index:1}.td-post-image-full figcaption{padding-right:20px;padding-left:20px}@media (min-width:768px) and (max-width:1023px){.td-post-image-full{left:-18px;width:505px!important}.td-post-image-full figcaption{padding-right:17px;padding-left:17px}}@media (max-width:767px){.td-post-image-full{left:0;width:100%!important;max-width:100%!important}.td-post-image-full figcaption{padding-right:0;padding-left:0}}.td-pb-span12 .td-post-image-full,.mceContentBody-max-width-big .td-post-image-full{width:1021px!important}@media (min-width:768px) and (max-width:1023px){.td-pb-span12 .td-post-image-full,.mceContentBody-max-width-big .td-post-image-full{width:756px!important}}.td-post-image-full-and-grid{position:relative;left:-20px;max-width:none!important;width:679px!important;z-index:1}.td-post-image-full-and-grid figcaption{padding-right:20px;padding-left:20px}@media (min-width:768px) and (max-width:1023px){.td-post-image-full-and-grid{left:-17px;width:503px!important}.td-post-image-full-and-grid figcaption{padding-right:17px;padding-left:17px}}@media (max-width:767px){.td-post-image-full-and-grid{left:0;width:100%!important;max-width:100%!important}.td-post-image-full-and-grid figcaption{padding-right:0;padding-left:0}}.td-pb-span12 .td-post-image-full-and-grid,.mceContentBody-max-width-big .td-post-image-full-and-grid{width:1019px!important}@media (min-width:768px) and (max-width:1023px){.td-pb-span12 .td-post-image-full-and-grid,.mceContentBody-max-width-big .td-post-image-full-and-grid{width:754px!important}}.td-paragraph-padding-0{display:block;padding-left:0;padding-right:11%}.td-paragraph-padding-1{display:block;padding-left:11%;padding-right:11%}.td-paragraph-padding-2{display:block;padding-left:17.5%;padding-right:17.5%}.td-paragraph-padding-3{display:block;padding-left:11%;padding-right:17.5%}.td-paragraph-padding-4{display:block;padding-left:11%;padding-right:0}.td-paragraph-padding-5{display:block;padding-left:22.5%;padding-right:22.5%}.td-paragraph-padding-6{display:block;padding-left:17.5%;padding-right:11%}.td-pb-span8 .td-paragraph-padding-0,.mceContentBody-max-width-small .td-paragraph-padding-0{padding-right:3%}.td-pb-span8 .td-paragraph-padding-1,.mceContentBody-max-width-small .td-paragraph-padding-1{padding-left:3%;padding-right:3%}.td-pb-span8 .td-paragraph-padding-2,.mceContentBody-max-width-small .td-paragraph-padding-2{padding-left:8.5%;padding-right:8.5%}.td-pb-span8 .td-paragraph-padding-3,.mceContentBody-max-width-small .td-paragraph-padding-3{padding-left:3%;padding-right:8.5%}.td-pb-span8 .td-paragraph-padding-4,.mceContentBody-max-width-small .td-paragraph-padding-4{padding-left:3%}.td-pb-span8 .td-paragraph-padding-5,.mceContentBody-max-width-small .td-paragraph-padding-5{padding-left:10.5%;padding-right:10.5%}.td-pb-span8 .td-paragraph-padding-6,.mceContentBody-max-width-small .td-paragraph-padding-6{padding-left:8.5%;padding-right:3%}@media (max-width:500px){.td-paragraph-padding-0,.td-paragraph-padding-1,.td-paragraph-padding-2,.td-paragraph-padding-3,.td-paragraph-padding-4,.td-paragraph-padding-5,.td-paragraph-padding-6{padding-left:10px!important;padding-right:10px!important}}.td-excerpt,.td-module-excerpt{margin-bottom:15px;color:#444;font-size:12px;line-height:18px}.td-module-title{font-family:'Open Sans',arial,sans-serif}.td-module-title a{color:#111}.td-module-comments{position:relative;top:-3px;background-color:#848484;float:right;font-family:'Open Sans',arial,sans-serif;font-size:11px;text-align:center;border-radius:2px;border-bottom-right-radius:0}.td-module-comments a{color:#fff;padding:2px 4px 3px;display:inline-block;min-width:22px;height:20px;line-height:16px}.td-module-comments a:after{position:absolute;bottom:-5px;right:0;content:'';width:0;height:0;border-style:solid;border-width:5px 5px 0 0;border-color:#5b5b5b #fff0 #fff0 #fff0}.td-module-comments a:hover{color:#fff}.td-read-more{display:inline-block}.td-read-more a{font-family:'Open Sans',arial,sans-serif;background-color:#444;border-radius:3px;color:#fff;font-size:12px;font-weight:600;line-height:15px;padding:8px 12px;display:block}.td-read-more a:hover{background-color:#4db2ec}.td_module_wrap{position:relative;z-index:0}.td-video-play-ico{position:absolute;width:40px;height:40px;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);background-color:rgb(0 0 0 / .48);border:.05em solid #fff;border-radius:100%;font-size:40px;z-index:1;-webkit-box-shadow:0 0 .15em rgb(0 0 0 / .4);box-shadow:0 0 .15em rgb(0 0 0 / .4)}.td-video-play-ico i{position:absolute;top:50%;left:54%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);font-size:35%;color:#fff}.td-video-play-ico.td-video-small{width:20px;height:20px;font-size:20px;border-width:1px}.td-admin-edit{position:absolute;left:0;top:0;display:none;z-index:2;background-color:rgb(0 0 0 / .3);color:#fff!important;padding:3px 10px;font-size:13px;-webkit-transition:background-color 0.4s;transition:background-color 0.4s}.td-admin-edit:hover{background-color:#000}.td-module-thumb:hover .td-admin-edit{display:block}.td-module-thumb{position:relative;margin-bottom:12px}.td-module-thumb:hover .td-admin-edit{display:block;color:#fff}.td-module-thumb .entry-thumb{display:block;width:auto}@media (max-width:767px){.td-module-thumb .entry-thumb{width:100%}}.td_module_wrap .entry-title a,.td_mod_mega_menu .entry-title a{-webkit-transition:color 0.2s cubic-bezier(0,0,.58,1) 0s;transition:color 0.2s cubic-bezier(0,0,.58,1) 0s}.td_module_wrap:hover .entry-title a,.td_mod_mega_menu:hover .entry-title a{color:#4db2ec}.td-module-image{position:relative}.td-module-image .td-post-category{position:absolute;border-radius:0 3px 0 0;bottom:0;display:block}.td-module-meta-info{font-family:'Open Sans',arial,sans-serif;font-size:11px;line-height:14px}.td-module-meta-info .td-post-author-name{color:#222;font-weight:700;margin-bottom:3px}.td-module-meta-info .td-post-date{color:#444;margin-bottom:3px}.td-module-meta-info .entry-review-stars{height:15px;position:relative;top:-1px;margin-bottom:2px}.td-module-meta-info .entry-review-stars i{line-height:10px}.td_module_1 .entry-title{font-size:19px;font-weight:600;line-height:24px;margin:0 0 9px 0}@media (min-width:768px) and (max-width:1023px){.td_module_1 .entry-title{font-size:15px!important;line-height:19px!important;margin-bottom:8px}}@media (max-width:767px){.td_module_1 .entry-title{font-size:19px!important;line-height:24px!important}}@media (max-width:1023px){.td_module_1 .td-module-thumb{margin-bottom:8px}}.td_module_1 .meta-info{margin-bottom:14px;line-height:11px}@media (max-width:1023px){.td_module_1 .meta-info{margin-bottom:10px}}.td_module_1 .td-post-author-name,.td_module_1 .td-post-date{margin-bottom:3px}.td_module_1{padding-bottom:36px}@media (min-width:768px) and (max-width:1023px){.td_module_1{padding-bottom:32px}}.td_module_1 .entry-title{margin-bottom:8px}@media (min-width:768px) and (max-width:1023px){.td_module_1 .entry-title{margin-bottom:7px}}@media (min-width:1024px){.td_module_1 .entry-thumb{min-height:160px}}@media (min-width:768px) and (max-width:1023px){.td_module_1 .entry-thumb{min-height:116px}}.td_module_15{border-top:0;padding-top:0;margin-bottom:40px;padding-bottom:24px;border-bottom:1px dashed #f1f1f1!important;margin-left:20px;margin-right:19px}@media (min-width:768px) and (max-width:1023px){.td_module_15{margin-left:17px;margin-right:17px}}@media (max-width:767px){.td_module_15{margin-left:10px;margin-right:10px;margin-bottom:20px;padding-bottom:4px}}.td_module_15 .entry-title{font-family:'Open Sans',arial,sans-serif;font-weight:400;font-size:32px;line-height:40px;color:#222;margin:6px 0 7px 0;word-wrap:break-word}@media (min-width:768px) and (max-width:1023px){.td_module_15 .entry-title{font-size:24px!important;line-height:28px!important;font-weight:600}}@media (max-width:767px){.td_module_15 .entry-title{font-size:22px!important;line-height:28px!important;font-weight:600;margin-bottom:6px}}.td_module_15 .entry-title a{color:#222}.td_module_15 .entry-title a:hover{text-decoration:none!important}@media (max-width:767px){.td_module_15 .entry-title{font-size:28px;line-height:36px}}.td_module_15 .td-category{margin-bottom:5px;display:inline-block}.td_module_15 .td-category a{background-color:#111;font-style:normal}.td_module_15 .td-category li{margin:0 5px 3px 0}@media (max-width:767px){.td_module_15 .td-category li{position:relative;top:-1px}}.td_module_15 .td-category li a:hover{text-decoration:none!important}.td_module_15 .td-category li:before{display:none}@media (max-width:767px){.td_module_15 .meta-info{margin-bottom:15px}}.td_module_15.td-post-content{padding-top:0;border-top:none}.td_module_15.td-post-content:after{content:'';clear:both;display:table}.td_block_wrap{position:relative;clear:both}.block-title{display:inline-block;line-height:20px;margin:0 0 20px 20px}@media (min-width:768px) and (max-width:1023px){.block-title{margin-left:17px}}@media (max-width:767px){.block-title{margin-left:10px;margin-right:10px}}.block-title>a,.block-title>span{font-family:'Open Sans',arial,sans-serif;font-size:11px;font-weight:700;color:#fff;background-color:#222;border-radius:3px;padding:2px 15px;position:relative;display:inline-table;vertical-align:middle;line-height:16px;top:-2px}.td-post-category{font-family:'Open Sans',arial,sans-serif;padding:2px 5px 3px;background-color:#222;border-radius:3px;font-size:10px;font-weight:600;font-style:normal;color:#fff;margin-right:5px;position:relative;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;vertical-align:middle;line-height:1}@media (min-width:768px) and (max-width:1023px){.td-post-category{display:none}}.td-post-category:hover{color:#fff;background-color:#4db2ec}*{-webkit-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}img{max-width:100%;width:auto\9;height:auto}.td-ss-main-content{position:relative}.td-page-title{font-size:24px;font-weight:600;line-height:32px;margin:1px 0 20px 0}.td-page-header.td-pb-padding-side{padding-top:20px}.td-attachment-prev{display:inline-block;margin-top:10px;margin-bottom:16px}.td-attachment-prev img{width:100px;height:100px}.td-attachment-next{float:right;margin-top:10px;margin-bottom:16px}.td-attachment-next img{width:100px;height:100px}.td-author-counters{margin-bottom:13px;line-height:19px;height:19px}.td-author-counters span{font-family:'Open Sans',arial,sans-serif;font-size:11px;font-style:normal;font-weight:700;background-color:#222;border-radius:3px;color:#fff;display:inline-table;line-height:16px;padding:2px 15px;vertical-align:middle;position:relative;top:-1px}.author .author-box-wrap{border-bottom:1px dashed #f1f1f1;border-top:1px dashed #f1f1f1;margin:0 19px 20px 20px;padding:21px 0}.td-author-post-count{margin-right:10px}.error404 .td-pb-span12 .block-title{margin-left:20px}.td-404-title{font-family:'Roboto',sans-serif;font-size:40px;color:#222;text-align:center;line-height:50px;padding:30px 0 17px 0}.td-404-sub-title{font-family:'Roboto',sans-serif;font-size:21px;line-height:24px;color:#a6a6a6;text-align:center;padding:0 0 40px 0}.td-404-sub-sub-title{text-align:center;margin-bottom:70px}.td-404-sub-sub-title a{background-color:#444;border:medium none;border-radius:3px;color:#fff;font-size:11px;font-weight:700;line-height:16px;padding:8px 15px;margin-left:6px}.td-404-sub-sub-title a:hover{color:#fff;background-color:#4db2ec;text-decoration:none!important}.td-404-head{text-align:center}.td-search-query{color:#4db2ec}.search-page-search-wrap{border-bottom:1px dashed #f1f1f1;border-top:1px dashed #f1f1f1;margin:0 0 20px 0;padding:40px 0}.td-search-form-widget{position:relative;line-height:21px}.td-search-form-widget .wpb_button{border-radius:0 3px 3px 0;height:32px;position:absolute;right:0;top:0;text-shadow:none;padding:7px 15px 8px 15px;line-height:16px;margin:0}.td-search-form-widget .wpb_button:hover{background-color:#222}.td-search-form-widget div{text-align:left}.td-search-form-widget .td-widget-search-input{width:95%;border-right:0;height:32px;line-height:21px;position:relative;top:0;display:inline-table;vertical-align:middle}.td_search_subtitle{position:relative;top:11px;left:2px}.td-comment-section .comment-respond{border-top:none}.page-nav{margin-bottom:35px;height:28px;font-family:'Roboto',sans-serif}@media (max-width:767px){.page-nav{margin-right:auto;margin-left:auto;display:table}}.page-nav a:hover{color:#fff;background-color:#444;border-color:#444}.page-nav a,.page-nav span{padding:3px 5px;border:1px solid #e6e6e6;border-radius:3px;display:inline-block;margin-right:5px;min-width:28px;text-align:center;color:#444;line-height:21px;float:left;-o-transition:none;-moz-transition:none;-khtml-transition:none;-webkit-transition:none;-ms-transition:none;transition:none}@media (max-width:767px){.page-nav .first,.page-nav .last{display:none}}.page-nav .extend{border:none}@media (max-width:767px){.page-nav .extend{display:none}}.page-nav i{font-size:10px;line-height:0;display:inline-table}.page-nav .pages{float:right;margin-right:0;border:none;padding:3px 0 3px 5px}@media (max-width:767px){.page-nav .pages{display:none}}.page-nav .current{background-color:#4db2ec;color:#fff;border-color:#4db2ec}.page-nav:first-child>div{padding:2px 5px 3px 5px;border:1px solid #e6e6e6;border-radius:3px;display:inline-block;margin-right:5px;min-width:28px;text-align:center;line-height:21px;background-color:#4db2ec;color:#fff;border-color:#4db2ec;float:left}.td-page-content{margin-top:20px}.td-page-content ul{list-style-position:inside}.td-page-content ul li{margin:0 0 0 21px}.td-page-content ul ul,.td-page-content ul ol{margin-bottom:0;padding-left:0}.td-page-content ol{list-style-position:inside}.td-page-content ol li{list-style-type:decimal;margin:0 0 0 21px}.td-page-content ol ul{margin-bottom:0;padding-left:0}.td-page-content ol ul>li{list-style-type:none}.td-page-content ol ol{padding-left:0;margin-bottom:0}.td-page-content .td-arrow-list li:before{font-family:'newsmag',sans-serif;content:'\e803';float:left;margin-left:-19px;line-height:24px;font-size:14px}.td-page-content .td-arrow-list{margin-left:21px;list-style:none}.td-page-content embed,.td-page-content iframe,.td-page-content object{max-width:100%}.widget a:hover{color:#4db2ec}.widget ul li{margin-left:0}.widget ul li:before{content:''}.td-blog-index .td-page-header{margin-bottom:10px}.sticky .entry-title a{color:#4db2ec!important}.td-page-meta{display:none}.td-post-header{padding-top:20px}@media (min-width:768px) and (max-width:1023px){.td-post-header{padding-top:17px}}@media (max-width:767px){.td-post-header{padding-top:15px}}.td-post-border-top{border-top:1px solid #e6e6e6}.entry-crumbs{font-family:'Open Sans',arial,sans-serif;font-size:10px;line-height:15px;color:#c3c3c3;position:relative;top:-5px}.entry-crumbs a{color:#c3c3c3}.entry-crumbs a:hover{color:#777}.entry-crumbs .td-bread-sep{font-size:8px;margin:0 5px 0 5px}.td-category{margin:0;padding:0;list-style:none;font-family:'Open Sans',arial,sans-serif;font-size:9px;font-weight:700;text-transform:uppercase;line-height:15px}.td-category li{display:inline-block;line-height:15px;margin:0 5px 3px 0}.td-category a{color:#fff;background-color:#4db2ec;padding:1px 7px;border-radius:3px;white-space:nowrap}.td-category a:hover{opacity:.9}.post footer{clear:both}.post p{line-height:1.72}@media (max-width:767px){.post p{padding-left:0!important;padding-right:0!important}}.post header h1{font-family:'Open Sans',arial,sans-serif;font-weight:400;font-size:32px;line-height:40px;color:#222;margin:6px 0 7px 0;word-wrap:break-word}@media (max-width:767px){.post header h1{font-size:28px;line-height:36px}}.td-post-text-content p{line-height:1.72}.td-post-sub-title{font-family:'Open Sans',arial,sans-serif;font-size:13px;font-style:italic;line-height:22px;color:#999;padding:5px 0 8px 0;margin:13px 0;border-bottom:1px dashed #f1f1f1;border-top:1px dashed #f1f1f1}@media (min-width:768px) and (max-width:1023px){.td-post-sub-title{margin:11px 0}}@media (max-width:767px){.td-post-sub-title{margin:8px 0}}.bypostauthor{line-height:1}.meta-info{font-family:'Open Sans',arial,sans-serif;font-size:11px;color:#444;line-height:16px;margin-bottom:15px}@media (min-width:768px) and (max-width:1023px){.meta-info{margin-bottom:12px}}@media (max-width:767px){.meta-info{margin-bottom:10px}}.td-post-author-name{display:inline-block;margin-right:3px}.td-post-author-name a{color:#222;font-weight:700}.td-post-author-name a:hover{color:#222;text-decoration:none!important}.td-post-author-name span{margin-left:3px}.td-post-author-name div{display:inline}.td-post-date{display:inline-block;margin-right:3px}.td-post-views{display:inline-block;margin-left:9px}.td-post-views i{margin:0 5px;font-size:13px;position:relative;top:1px}.td-post-comments{display:inline-block;margin-left:9px}.td-post-comments a{color:#444}.td-post-comments a:hover{text-decoration:none!important}.td-post-comments i{margin:0 8px;font-size:9px}.td-post-content{padding-top:20px;border-top:1px solid #e6e6e6}@media (min-width:768px) and (max-width:1023px){.td-post-content{padding-top:17px}}@media (max-width:767px){.td-post-content{padding-top:10px}}.td-post-content .td-module-thumb{margin-bottom:22px}.td-modal-image img{margin-bottom:21px}.wpb_video_wrapper{margin-bottom:21px}.wpb_video_wrapper .fb-video{margin-bottom:0}.wpb_video_wrapper iframe{display:block}.wpb_video_wrapper .twitter-video{max-width:none!important}.wpb_video_wrapper video{max-width:100%;display:block}.td-post-small-box{height:15px;line-height:15px;margin-bottom:3px}.td-post-small-box span{background-color:#444;padding:1px 7px;color:#fff}.td-post-small-box a{background-color:#a5a5a5;margin:0 0 0 3px;padding:1px 7px;color:#fff}.td-post-small-box a:hover{text-decoration:none!important;background-color:#4db2ec;color:#fff}.td-post-source-tags{margin:15px 0 18px 0}@media (min-width:768px) and (max-width:1023px){.td-post-source-tags{margin:11px 0 14px 0}}@media (max-width:767px){.td-post-source-tags{margin:5px 0 8px 0}}.td-tags{font-family:'Open Sans',arial,sans-serif;font-size:9px;font-weight:700;text-transform:uppercase;font-style:normal;margin:0;padding:0;height:15px;line-height:15px;display:table}.td-tags li{list-style:none;display:inline-block;height:15px;line-height:15px;margin:0 0 3px 0}.td-tags a{margin:0 3px 0 0}.td-tags span{margin-right:3px}.td-post-next-prev{border-top:1px solid #e6e6e6;position:relative}@media (max-width:767px){.td-post-next-prev .td-block-span6{width:50%!important;padding:0 10px!important}}.td-next-prev-separator{position:absolute;width:1px;height:100%;background-color:#e6e6e6;display:block;left:50%}.td-post-prev-post,.td-post-next-post{position:relative}.td-post-prev-post a:hover,.td-post-next-post a:hover{color:#4db2ec}.td-post-next-post{text-align:right}.td-block-span6.td-post-prev-post{width:50%!important;padding:0 20px!important}@media (min-width:768px) and (max-width:1023px){.td-block-span6.td-post-prev-post{padding:0 17px!important}}@media (max-width:767px){.td-block-span6.td-post-prev-post{padding:0 10px!important}}.td-block-span6.td-post-next-post{width:50%!important;padding:0 20px!important}@media (min-width:768px) and (max-width:1023px){.td-block-span6.td-post-next-post{padding:0 17px!important}}@media (max-width:767px){.td-block-span6.td-post-next-post{padding:0 10px!important}}.td-post-next-prev-content{display:inline-block;font-family:'Open Sans',arial,sans-serif}.td-post-next-prev-content span{display:block;font-size:12px;color:#c1c1c1;font-weight:600;margin:33px 0 6px 0}@media (min-width:768px) and (max-width:1023px){.td-post-next-prev-content span{margin-top:29px}}@media (max-width:767px){.td-post-next-prev-content span{margin-top:19px}}.td-post-next-prev-content a{display:block;font-size:15px;color:#222;font-weight:700;line-height:21px;margin-bottom:38px;word-break:break-word}@media (min-width:768px) and (max-width:1023px){.td-post-next-prev-content a{margin-bottom:34px}}@media (max-width:767px){.td-post-next-prev-content a{margin-bottom:24px}}.author-box-wrap{border-top:1px solid #e6e6e6;padding:21px 19px 17px 20px}@media (min-width:768px) and (max-width:1023px){.author-box-wrap{padding:17px 17px 13px 17px}}@media (max-width:767px){.author-box-wrap{padding:10px}}.author-box-wrap .td-author-social a{color:#444}.author-box-wrap .desc{margin-left:116px}@media (min-width:768px) and (max-width:1023px){.author-box-wrap .desc{margin-left:113px}}@media (max-width:767px){.author-box-wrap .desc{margin:0;text-align:center}}.author-box-wrap .avatar{float:left;max-width:96px}@media (max-width:767px){.author-box-wrap .avatar{float:none;margin-right:auto;margin-left:auto;margin-bottom:9px}}.author-box-wrap .td-social-icon-wrap a{margin-top:9px}@media (max-width:767px){.author-box-wrap .td-social-icon-wrap a{margin-top:2px}}.td-author-description{margin-bottom:6px}.td-author-name{font-family:'Open Sans',arial,sans-serif;font-size:15px;line-height:21px;font-weight:700;margin:6px 0 8px 0}@media (max-width:767px){.td-author-name{margin:0 0 4px 0}}.td-author-name a{color:#222}.td-author-name a:hover{color:#4db2ec}.td-author-url{font-size:11px;font-style:italic;line-height:21px;margin-bottom:6px}.td-author-url a{color:#444}.td-author-url a:hover{color:#4db2ec}.post-password-form label{float:left;height:32px;margin-bottom:21px}.post-password-form input[type="password"]{border:1px solid #E6E6E6;border-right:0;display:inline-table;height:32px;line-height:21px;vertical-align:middle;width:232px;padding:1px 5px 2px 10px;margin-left:5px}.post-password-form input[type="submit"]{float:left;border-radius:0 3px 3px 0}.mejs-container{margin-bottom:20px}.mejs-overlay-loading{display:none}.wpb_video_wrapper iframe{margin-bottom:16px}.more-link-wrap{font-family:'Open Sans',arial,sans-serif;height:30px;line-height:29px;margin-left:auto;margin-right:auto;display:table;margin-bottom:21px}.more-link-wrap a{background-color:#444;border-radius:3px;color:#fff;font-size:12px;font-weight:600;line-height:15px;padding:8px 12px;display:block}.more-link-wrap a:hover{background-color:#4db2ec;text-decoration:none!important}.wp-video{margin-bottom:20px}.td-post-content .wpb_row{overflow:hidden;left:-21px}@media (min-width:768px) and (max-width:1023px){.td-post-content .wpb_row{left:-18px}}@media (max-width:767px){.td-post-content .wpb_row{left:0}}@media (min-width:768px) and (max-width:1023px){.td-post-content .wpb_row .wpb_content_element{padding-left:17px;padding-right:17px}}@media (max-width:767px){.td-post-content .wpb_row .wpb_content_element{padding-left:0;padding-right:0}}.td-post-content .wpb_row .column_container{border:0}.td-post-content .wpb_row .vc_btn{margin-left:20px;margin-right:20px}@media (min-width:768px) and (max-width:1023px){.td-post-content .wpb_row .vc_btn{margin-left:17px;margin-right:17px}}@media (max-width:767px){.td-post-content .wpb_row .vc_btn{margin-left:0;margin-right:0}}.td-pb-span12 .td-post-content .td-pb-span12 .wpb_content_element{padding-left:0;padding-right:0}.td-pb-span12 .td-post-content .wpb_row .td-pb-span4 .wpb_content_element{padding-right:20px;padding-left:0}.td-pb-span12 .td-post-content .wpb_row .vc_btn{margin-left:0;margin-right:0}.wp-embedded-content{width:100%}.td-post-content embed,.td-post-content iframe,.td-post-content object{max-width:100%}.td-post-content .fb-video{margin-bottom:24px}.td-post-content #fb-root+p{margin:0}.td-post-content .td-gallery{clear:both}.td-post-content .wpml-ls-statics-post_translations .wpml-ls-flag{margin-bottom:0}.td-comments-title-wrap{border-top:1px solid #e6e6e6;line-height:16px}.td-comments-title-wrap h4{font-family:'Open Sans',arial,sans-serif;font-size:14px;font-weight:700;line-height:22px;margin:15px 0 15px 0;color:#222}@media (min-width:768px) and (max-width:1023px){.td-comments-title-wrap h4{margin:13px 0 13px 0;line-height:16px}}@media (max-width:767px){.td-comments-title-wrap h4{line-height:16px;margin:13px 0 13px 0}}.comment-list{border-top:1px solid #e6e6e6;padding-top:21px}@media (min-width:768px) and (max-width:1023px){.comment-list{padding-top:17px}}@media (max-width:767px){.comment-list{padding-top:15px}}.comment-list footer{clear:left}.comment-list footer:after{clear:none}.comment-list .avatar{float:left;width:50px;height:50px;margin-right:19px;border-radius:3px}@media (min-width:768px) and (max-width:1023px){.comment-list .avatar{margin-right:15px}}@media (max-width:767px){.comment-list .avatar{margin-right:10px}}.comment-list cite,.comment-list cite a{font-family:'Open Sans',arial,sans-serif;font-size:13px;font-style:normal;font-weight:700;line-height:16px;color:#000;border-radius:3px}.comment-list cite:hover,.comment-list cite a:hover{color:#4db2ec}.comment-list cite{padding-right:10px}.comment-list>.comment:first-child{border:none;padding-top:0}.comment-list .comment-content{margin-left:69px}@media (min-width:768px) and (max-width:1023px){.comment-list .comment-content{margin-left:65px}}@media (max-width:767px){.comment-list .comment-content{margin-left:60px}}.comment-list .comment-content p{margin:0 0 21px 0;word-wrap:break-word}.comment-list .comment{font-size:12px;line-height:21px;color:#444;padding-top:20px;margin:0;border-top:1px dashed #f1f1f1}.comment-list .comment .comment-respond{padding:0 0 21px 0}.comment-list .comment-link{color:#b5b5b5;font-size:11px;display:inline-block}.comment-list .comment-reply-link{font-size:11px;color:#B5B5B5}.comment-list .comment-reply-link:hover{color:#4db2ec}.comment-list .comment-edit-link{font-size:11px;line-height:1;padding-left:10px}.comment-list .comment-edit-link:hover{text-decoration:underline!important}@media (max-width:500px){.comment-list .comment-edit-link{padding-left:0;margin-bottom:5px;margin-top:5px;display:block}}.comment-list .comment-meta{margin:0 0 14px 69px}@media (min-width:768px) and (max-width:1023px){.comment-list .comment-meta{margin:0 0 10px 65px}}@media (max-width:767px){.comment-list .comment-meta{margin:0 0 9px 60px}}.comment-list .children{padding-left:69px}.comment-list .children .children{padding-left:53px}@media (min-width:768px) and (max-width:1023px){.comment-list .children{padding-left:65px}.comment-list .children .children{padding-left:30px}}@media (max-width:767px){.comment-list .children{padding-left:60px}.comment-list .children .children{padding-left:20px}}.comment-list .children .comment{padding-top:21px;border-top:1px dashed #f1f1f1}@media (min-width:768px) and (max-width:1023px){.comment-list .children .comment{padding-top:17px}}@media (max-width:767px){.comment-list .children .comment{padding-top:15px}}.comment-list .children .avatar{width:36px;height:36px}.comment-list .children .comment-content{margin-left:56px}@media (min-width:768px) and (max-width:1023px){.comment-list .children .comment-content{margin-left:51px}}@media (max-width:767px){.comment-list .children .comment-content{margin-left:46px}}.comment-list .children .comment-meta{margin-left:56px}@media (min-width:768px) and (max-width:1023px){.comment-list .children .comment-meta{margin-left:51px}}@media (max-width:767px){.comment-list .children .comment-meta{margin-bottom:10px;margin-left:46px}}.comment-respond{border-top:1px solid #e6e6e6;padding:0 19px 21px 20px}@media (min-width:768px) and (max-width:1023px){.comment-respond{padding:0 17px 17px 17px}}@media (max-width:767px){.comment-respond{padding:0 10px 15px 10px}}.comment-respond a{color:#222;font-weight:600}.comment-respond .comment-subscription-form{margin-bottom:0}.comment-subscription-form .subscribe-label{left:4px;position:relative;top:-2px}.comment-reply-title{font-family:'Open Sans',arial,sans-serif;font-size:14px;font-weight:700;line-height:22px;margin:15px 0 15px 0}@media (min-width:768px) and (max-width:1023px){.comment-reply-title{margin:11px 0 11px 0}}@media (max-width:767px){.comment-reply-title{margin:11px 0 11px 0}}.logged-in-as{position:relative;top:-7px;margin:0}.comment-form-input-wrap{margin-bottom:21px}@media (min-width:768px) and (max-width:1023px){.comment-form-input-wrap{margin-bottom:17px}}@media (max-width:767px){.comment-form-input-wrap{margin-bottom:15px}}#cancel-comment-reply-link{padding-left:10px}.comment-form .td-warning-comment,.comment-form .td-warning-author,.comment-form .td-warning-email,.comment-form .td-warning-email-error,.comment-form .td-warning-captcha,.comment-form .td-warning-captcha-score{display:none}.comment-form textarea{display:block}.td-comment-form-warnings .td-warning-comment,.td-comment-form-warnings .td-warning-author,.td-comment-form-warnings .td-warning-email,.td-comment-form-warnings .td-warning-email-error,.td-comment-form-warnings .td-warning-captcha,.td-comment-form-warnings .td-warning-captcha-score{margin-bottom:-11px;color:#ff7a7a;font-size:11px;font-style:italic;line-height:15px}.td-form-comment,.td-form-author,.td-form-email,.td-form-url{margin-top:0;margin-bottom:21px}.comment-pagination{padding:20px;*zoom:1}.comment-pagination:before,.comment-pagination:after{display:table;content:"";line-height:0}.comment-pagination:after{clear:both}.comment-pagination a{float:right}.comment-pagination a:first-child{float:left}#disqus_thread{padding:8px 19px 8px 20px;border-top:1px solid #e6e6e6}@media (min-width:768px) and (max-width:1023px){#disqus_thread{padding-right:17px;padding-left:17px}}@media (max-width:767px){#disqus_thread{padding-right:10px;padding-left:10px}}.comment-form-cookies-consent label{margin-left:8px;position:relative;top:-1px}.wp-block-image figcaption{font-family:Verdana,Geneva,sans-serif;text-align:right;margin:4px 0 17px 0;font-size:11px;font-style:italic;font-weight:400;line-height:17px;color:#444;z-index:1}.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{font-family:Verdana,Geneva,sans-serif;font-size:11px;line-height:17px}.wp-block-categories{padding:0 10px}.wp-block-categories,.wp-block-categories ul{list-style-type:none}.wp-block-categories ul{margin:5px 0 0;padding-left:26px}.wp-block-categories li{margin-left:0!important;margin-bottom:5px!important}.wp-block-categories li:last-child{margin-bottom:0}.wp-block-categories a{color:#000}.wp-block-categories a:hover{text-decoration:none!important;color:#4db2ec}.wp-block-categories .td-widget-no{float:right}.wp-block-quote cite{display:block;color:#6c7781;font-size:13px;margin-top:1em;position:relative;font-style:normal}.wp-block-quote.td_quote_left p{text-align:unset}.wp-block-quote.td_quote_box{padding:15px 23px 16px 23px}.wp-block-quote.td_quote_box p{text-align:unset}.wp-block-quote.td_quote_box.has-text-align-right p,.wp-block-quote.td_quote_box.has-text-align-right cite{text-align:right}.wp-block-quote.td_quote_box.has-text-align-left p,.wp-block-quote.td_quote_box.has-text-align-left cite{text-align:left}.wp-block-quote.td_quote_box cite{font-size:11px;margin-top:-10px}.wp-block-quote.td_pull_quote cite{font-size:11px;margin-top:-10px}.wp-block-quote.td_pull_quote p{text-align:unset}.wp-block-quote.td_pull_quote.has-text-align-right p,.wp-block-quote.td_pull_quote.has-text-align-right cite{text-align:right}.wp-block-quote.td_pull_quote.has-text-align-left p,.wp-block-quote.td_pull_quote.has-text-align-left cite{text-align:left}.wp-block-pullquote cite{color:#6c7781}.wp-block-latest-posts:not(.is-grid) li{display:block;margin-bottom:4px!important;margin-left:0;padding-bottom:7px;border-bottom:1px dashed #f1f1f1}.wp-block-latest-posts:not(.is-grid) li:last-child{border-bottom:none}.wp-block-latest-posts:not(.is-grid) li a{color:#222}.wp-block-latest-posts:not(.is-grid) li a:hover{color:#4db2ec;text-decoration:none!important}.wp-block-archives li{line-height:30px;list-style:none;padding:0;margin-left:0!important}.wp-block-archives li a{color:#222}.wp-block-archives li a:hover{color:#4db2ec;text-decoration:none!important}.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:0}.wp-block-latest-comments .wp-block-latest-comments__comment{display:flex;margin:0 0 10px 0!important;line-height:21px;padding-bottom:13px;border-bottom:1px dashed #f1f1f1}.wp-block-latest-comments .wp-block-latest-comments__comment p{margin-bottom:0}.wp-block-latest-comments .wp-block-latest-comments__comment a{color:#222;font-style:italic;font-size:11px;font-weight:700}.wp-block-latest-comments .wp-block-latest-comments__comment a:hover{color:#4db2ec;text-decoration:none!important}.wp-block-button:not(.is-style-outline) .wp-block-button__link{transition:background-color 0.1s ease;-webkit-transition:background-color 0.1s ease;padding:9px 12px;font-size:16px;line-height:20px;font-family:'Open Sans',arial,sans-serif;font-weight:600}.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover{background-color:#444!important;text-decoration:none!important}.wp-block-button:not(.is-style-outline) .wp-block-button__link:not([class*="has-background"]){background-color:#4db2ec}.wp-block-button.is-style-outline .wp-block-button__link{border-width:2px;border-style:solid;transition:all 0.1s ease;-webkit-transition:all 0.1s ease}.wp-block-button.is-style-outline .wp-block-button__link:not([class*="has-background"]){background-color:#fff0}.wp-block-button.is-style-outline .wp-block-button__link:not([class*="has-background"]):hover{background-color:#4db2ec}.wp-block-button.is-style-outline .wp-block-button__link:not([class*="has-text-color"]){color:#4db2ec;border-color:#4db2ec}.wp-block-button.is-style-outline .wp-block-button__link:hover{background-color:#444;color:#fff;text-decoration:none!important}p.has-drop-cap:not(:focus):first-letter{font-size:60px;line-height:50px;margin:7px 9px 0 0;padding:3px 10px;color:inherit}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-item .gallery-caption{text-align:left;position:relative;bottom:17px;margin-bottom:0}.gallery-item .gallery-icon img{margin-bottom:20px}.gallery-columns-2,.gallery-columns-3,.gallery-columns-4,.gallery-columns-5,.gallery-columns-6,.gallery-columns-7,.gallery-columns-8,.gallery-columns-9{margin-bottom:20px}.gallery-columns-2 img,.gallery-columns-3 img,.gallery-columns-4 img,.gallery-columns-5 img,.gallery-columns-6 img,.gallery-columns-7 img,.gallery-columns-8 img,.gallery-columns-9 img{border-bottom:2px solid #fff;border-right:1px solid #fff;border-left:1px solid #fff;margin-bottom:0px!important}.gallery-columns-2 .gallery-caption,.gallery-columns-3 .gallery-caption,.gallery-columns-4 .gallery-caption,.gallery-columns-5 .gallery-caption,.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption{display:none}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-columns-1 .gallery-item{overflow:hidden;margin-bottom:30px}.gallery-columns-1 img{margin-bottom:0!important;text-align:center;margin:0 auto 0 auto}.gallery-columns-1 .gallery-caption{background-color:#0e0e0e;color:#fff;font-size:12px;font-style:normal;padding:8px 14px 10px 14px;line-height:19px;bottom:4px}.td-category-description{font-family:'Open Sans',arial,sans-serif;font-size:13px;font-style:italic;line-height:22px;color:#444;border-top:1px dashed #f1f1f1;border-bottom:1px dashed #f1f1f1;padding:11px 0 14px 0;margin-bottom:20px}.td-category-description p{margin-bottom:0}.page-nav{margin-top:26px}@media (min-width:768px) and (max-width:1023px){.page-nav{margin-top:22px}}.category .td-big-grids{border:none}.td_line_above_cat_big_grid{border-bottom:1px solid #e6e6e6}.td_category_template_1 .td-category-header .td-container{border-bottom-width:0;z-index:2}.td_category_template_1 .td-category-header header{display:inline-block}.td_category_template_1 .td-category-header .entry-title{line-height:10px;margin:20px 14px 20px 0}@media (min-width:768px) and (max-width:1023px){.td_category_template_1 .td-category-header .entry-title{margin-bottom:17px;margin-top:16px}}@media (max-width:767px){.td_category_template_1 .td-category-header .entry-title{margin-bottom:14px;margin-top:14px}}.td_category_template_1 .td-category-header .entry-title span{display:inline-block;font-family:'Open Sans',arial,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;padding:2px 14px;color:#fff;background-color:#222;border-radius:3px;line-height:16px}.td_category_template_1.td_category_top_posts_style_disable .td-subcategory-header{border-bottom:1px solid #e6e6e6}.td_category_template_1 .entry-crumbs{display:inline-block;position:relative;top:0;margin:0 0 14px 0}@media (max-width:1023px){.td_category_template_1 .td-category-description{padding:7px 0 10px 0;margin-bottom:17px}}@font-face{font-family:'newsmag';src:url(/wp-content/themes/Newsmag/images/icons/newsmag.eot?17);src:url(/wp-content/themes/Newsmag/images/icons/newsmag.eot?17#iefix) format('embedded-opentype'),url(/wp-content/themes/Newsmag/images/icons/newsmag.woff?17) format('woff'),url(/wp-content/themes/Newsmag/images/icons/newsmag.ttf?17) format('truetype'),url(/wp-content/themes/Newsmag/images/icons/newsmag.svg?17#newsmag) format('svg');font-weight:400;font-style:normal;font-display:swap}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:'newsmag';src:url(/wp-content/themes/Newsmag/images/icons/newsmag.svg?#newsmag) format('svg')}}[class^="td-icon-"]:before,[class*=" td-icon-"]:before{font-family:"newsmag";font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.td-icon-comments:before{content:'\e80c'}.td-icon-path:before{content:'\e822'}.td-icon-rss:before{content:'\e828'}.td-icon-logout:before{content:'\e800'}.td-icon-menu-down:before{content:'\e806'}.td-icon-menu-left:before{content:'\e807'}.td-icon-menu-right:before{content:'\e808'}.td-icon-menu-up:before{content:'\e809'}.td-icon-instagram:before{content:'\e81d'}.td-icon-windows:before{content:'\e833'}.td-icon-youtube:before{content:'\e836'}.td-icon-share:before{content:'\e829'}.td-icon-down:before{content:'\e801'}.td-icon-left:before{content:'\e802'}.td-icon-right:before{content:'\e803'}.td-icon-up:before{content:'\e804'}.td-icon-flickr:before{content:'\e819'}.td-icon-facebook:before{content:'\e818'}.td-icon-googleplus:before{content:'\e81b'}.td-icon-pinterest:before{content:'\e825'}.td-icon-paypal:before{content:'\e823'}.td-icon-behance:before{content:'\e811'}.td-icon-mail-2:before{content:'\e820'}.td-icon-search:before{content:'\e80a'}.td-icon-user:before{content:'\e80b'}.td-icon-category:before{content:'\e80e'}.td-icon-mail-1:before{content:'\e810'}.td-icon-delicious:before{content:'\e813'}.td-icon-stumbleupon:before{content:'\e82f'}.td-icon-grooveshark:before{content:'\e838'}.td-icon-forrst:before{content:'\e81a'}.td-icon-digg:before{content:'\e815'}.td-icon-spotify:before{content:'\e82c'}.td-icon-reddit:before{content:'\e827'}.td-icon-dribbble:before{content:'\e816'}.td-icon-evernote:before{content:'\e817'}.td-icon-linkedin:before{content:'\e81f'}.td-icon-vk:before{content:'\e837'}.td-icon-skype:before{content:'\e82a'}.td-icon-twitter:before{content:'\e831'}.td-icon-vimeo:before{content:'\e832'}.td-icon-yahoo:before{content:'\e835'}.td-icon-myspace:before{content:'\e821'}.td-icon-steam:before{content:'\e82e'}.td-icon-lastfm:before{content:'\e81e'}.td-icon-tumblr:before{content:'\e830'}.td-icon-stackoverflow:before{content:'\e82d'}.td-icon-blogger:before{content:'\e812'}.td-icon-deviantart:before{content:'\e814'}.td-icon-wordpress:before{content:'\e834'}.td-icon-mobile:before{content:'\e80d'}.td-icon-views:before{content:'\e805'}.td-icon-soundcloud:before{content:'\e82b'}.td-icon-star:before{content:'\e80f'}.td-icon-star-empty:before{content:'\e839'}.td-icon-star-half:before{content:'\e83a'}.td-icon-related-left:before{content:'\e83b'}.td-icon-close:before{content:'\e83c'}.td-icon-read-down:before{content:'\e83d'}.td-icon-close-mobile:before{content:'\e900'}.td-icon-modal-back:before{content:"\e901"}.td-icon-modal-close:before{content:"\e902"}.td-icon-dailymotion:before{content:'\e908'}.td-icon-twitch:before{content:'\e909'}.td-icon-xing:before{content:'\e90a'}.td-icon-ebay:before{content:'\e90b'}.td-icon-telegram:before{content:'\f2c6'}.td-icon-plus:before{content:'\ea0a'}.td-icon-minus:before{content:'\ea0b'}.td-icon-mail:before{content:'\e810'}.td-icon-print:before{content:'\f02f'}.td-icon-whatsapp:before{content:'\f232'}.td-icon-line:before{content:'\e906'}.td-icon-viber:before{content:'\e907'}.td-icon-video-thumb-play:before{content:'\e903'}.td-icon-naver:before{content:"\e9d3"}.td-icon-discord:before{content:"\e905"}.td-icon-insta-carousel:before{content:"\e904"}.td-icon-tiktok:before{content:"\e90c"}.td-icon-yandex:before{content:"\e90d"}.td-icon-flipboard:before{content:"\e90e"}.td-icon-koo:before{content:"\e937"}.td-icon-kakao:before{content:"\e935"}.td-icon-strava:before{content:"\e936"}.td-icon-website:before{content:"\e938"}.td-icon-medium:before{content:"\e929"}.td-icon-github:before{content:"\e90f"}.td-icon-patreon:before{content:"\e910"}.td-icon-rumble:before{content:"\e911"}.td-icon-clouthub:before{content:"\e912"}.td-icon-gab:before{content:"\e913"}.td-icon-parler:before{content:"\e914"}.td-icon-gettr:before{content:"\e915"}.td-icon-copy_url:before{content:"\e931"}.td-icon-check:before{content:"\e9db"}.td-icon-menu-down{position:relative;top:0;font-size:8px;padding-left:3px}.widget{padding:0 19px 0 20px;margin-bottom:13px}@media (min-width:768px) and (max-width:1023px){.widget{padding:0 17px 0 17px}}@media (max-width:767px){.widget{padding:0 10px 0 10px}}.widget a{color:#222}.widget ul{list-style:none;padding:0;margin:0}.widget li{line-height:30px;list-style:none;padding:0;margin:0}.widget select{max-width:100%}.widget .block-title{margin-left:0;margin-top:21px;margin-bottom:7px}@media (min-width:768px) and (max-width:1023px){.widget .block-title{margin-top:17px}}.archive .widget_archive .current,.archive .widget_archive .current a{color:#4db2ec}.widget_archive a span{float:right}.widget_archive select{display:block;width:100%;margin:12px 0 22px 0}.widget_calendar{margin-bottom:14px}.widget_calendar table{width:100%;text-align:center}.widget_calendar th{text-align:center}.widget_calendar td{padding:8px 0}@media (min-width:768px) and (max-width:1023px){.widget_calendar td{padding:5px 0}}.widget_calendar #today{background-color:#e6e6e6;font-weight:700;color:#000}.widget_calendar caption{font-weight:700;padding-bottom:10px}.widget_calendar thead tr{border-bottom:1px dashed #f1f1f1;margin:10px 0 10px 0;line-height:34px}.widget_calendar tfoot td{border:none}.widget_calendar tfoot #prev{text-align:left}.widget_calendar tfoot #next{text-align:right}.widget_calendar tfoot a{background-color:#444;border-radius:3px;display:inline-block;color:#fff;padding:2px 15px;font-weight:700;font-family:'Open Sans',arial,sans-serif;font-size:11px;line-height:16px}.widget_calendar tfoot a:hover{background-color:#4db2ec;color:#fff}.widget_calendar .block-title{margin-bottom:12px}@media (min-width:768px) and (max-width:1023px){.widget_calendar .block-title{margin-bottom:8px}}.widget_categories a span{float:right}.widget_categories li>ul{margin-left:21px}.widget_categories select{display:block;width:100%;margin:12px 0 22px 0}.widget_nav_menu a span{float:right}.widget_nav_menu li>ul{margin-left:21px;box-shadow:none}.widget_pages li>ul{margin-left:21px}.widget_recent_comments{margin-bottom:16px}.widget_recent_comments li{margin:0 0 10px 0!important;line-height:21px;padding-bottom:13px;border-bottom:1px dashed #f1f1f1}.widget_recent_comments li:last-child{border-bottom:0;padding-bottom:0}.widget_recent_comments li a:last-child{font-style:italic;font-size:11px;font-weight:700}.widget_recent_comments .block-title{margin-bottom:12px}@media (min-width:768px) and (max-width:1023px){.widget_recent_comments .block-title{margin-bottom:8px}}.vc_wp_recentcomments .block-title{margin-top:20px}.td_wp_recentcomments{margin-bottom:16px}.td_wp_recentcomments .recentcomments{margin:0 0 10px 0!important;line-height:21px;padding-bottom:13px;border-bottom:1px dashed #f1f1f1;display:list-item;list-style:none}.td_wp_recentcomments .recentcomments .comment-author-link a,.td_wp_recentcomments .recentcomments a{font-style:italic;font-size:11px;font-weight:700;color:#222}.td_wp_recentcomments .td-block-span12:last-child .recentcomments{border-bottom:0;padding-bottom:0}.td_wp_recentcomments .block-title{margin-bottom:12px}@media (min-width:768px) and (max-width:1023px){.td_wp_recentcomments .block-title{margin-bottom:8px}}.widget_recent_entries{margin-bottom:5px}.widget_recent_entries li{display:block;margin-bottom:4px!important;padding-bottom:7px;border-bottom:1px dashed #f1f1f1}.widget_recent_entries li:last-child{border-bottom:none}.widget_recent_entries li:last-child .post-date{margin-bottom:5px}.widget_recent_entries li a{display:block;line-height:21px}.widget_recent_entries .block-title{margin-bottom:11px}.widget_recent_entries .post-date{display:block;font-family:'Open Sans',arial,sans-serif;font-size:11px;line-height:16px;color:#b5b5b5;font-style:italic}.widget_search{margin-bottom:19px;margin-top:21px}.widget_search .td-widget-search-input{width:95%}.widget_search .block-title{margin-bottom:19px}@media (min-width:768px) and (max-width:1023px){.widget_search .block-title{margin-bottom:15px}}.widget_search .wpb_button{margin:0!important}@media (min-width:768px) and (max-width:1023px){.widget_search .wpb_button{margin:0 17px 0 0}}@media (max-width:767px){.widget_search .wpb_button{margin:0 10px 0 0}}@media (min-width:768px) and (max-width:1023px){.widget_search{margin:17px 0 15px 0}}@media (max-width:767px){.widget_search{margin:17px 0 15px 0}}.widget_tag_cloud .block-title{margin-bottom:20px}@media (min-width:768px) and (max-width:1023px){.widget_tag_cloud .block-title{margin-bottom:16px}}.widget_tag_cloud a{border:1px solid #e6e6e6;display:inline-table;line-height:1;margin-bottom:3px;padding:5px 8px;vertical-align:middle;border-color:#e6e6e6;-o-transition:none;-moz-transition:none;-khtml-transition:none;-webkit-transition:none;-ms-transition:none;transition:none}.widget_tag_cloud a:hover{border-color:#4db2ec}.widget_rss{margin-bottom:8px}.widget_rss .block-title{margin-bottom:12px}@media (min-width:768px) and (max-width:1023px){.widget_rss .block-title{margin-bottom:8px}}.widget_rss .block-title a:first-child{display:none}.widget_rss .block-title .rsswidget{color:#fff;line-height:16px}.widget_rss li{margin-bottom:4px;border-bottom:1px dashed #f1f1f1}.widget_rss li:last-child{border-bottom:none}.widget_rss .rsswidget{display:table;line-height:21px}.widget_rss .rss-date,.widget_rss cite{display:inline-block;font-family:'Open Sans',arial,sans-serif;font-size:11px;line-height:16px;color:#b5b5b5;font-style:italic;position:relative;top:-5px}.widget_text{margin-bottom:16px}.widget_text ul{margin-bottom:21px}.widget_text ul li{list-style:disc;list-style-position:inside;line-height:24px}.widget_text ol{margin-bottom:21px}.widget_text ol li{list-style-type:decimal;margin:0 0 0 21px;line-height:24px}.widget_text a{color:#4db2ec}.widget_text a:hover{text-decoration:underline!important}.widget_text .block-title{margin-bottom:12px}@media (min-width:768px) and (max-width:1023px){.widget_text .block-title{margin-bottom:8px}}.widget_media_video .block-title,.widget_media_audio .block-title,.widget_media_image .block-title{margin-bottom:20px}.wpcf7-text{font-family:Verdana,Geneva,sans-serif;font-size:12px;line-height:21px;color:#444;border:1px solid #e6e6e6;width:100%;max-width:100%;height:34px;padding:3px 9px 3px 9px}.wpcf7-text:active,.wpcf7-text:focus{border-color:#999}.wpcf7{padding:20px 19px 20px 20px!important}@media (max-width:767px){.wpcf7{padding:20px 10px 20px 10px!important}}.sharedaddy .sd-content ul{margin:0px!important;padding:0px!important}.sharedaddy li:before{content:''!important}.td-page-content .sharedaddy,.page-template-page-pagebuilder-latest-php .sharedaddy{padding:0 19px 12px 20px;border-top:1px solid #e6e6e6}@media (min-width:768px) and (max-width:1023px){.td-page-content .sharedaddy,.page-template-page-pagebuilder-latest-php .sharedaddy{padding-right:17px;padding-left:17px}}@media (max-width:767px){.td-page-content .sharedaddy,.page-template-page-pagebuilder-latest-php .sharedaddy{padding-right:10px;padding-left:10px}}.page-template-page-pagebuilder-latest-php .sharedaddy{border-left:1px solid #e6e6e6}.page-template-page-pagebuilder-title-php .rev_slider ul{padding-left:0}.rev_slider_wrapper{z-index:1}@media print{html,body{background-color:#FFF;color:#000;margin:0;padding:0}img{max-width:100%;display:block}h1,h2,h3,h4,h5,h6{page-break-after:avoid}ul,ol,li{page-break-inside:avoid}table,tr,td{page-break-before:avoid}.single-post #td-theme-settings,.single-post .td-header-top-menu,.single-post .td-header-menu-wrap,.single-post .td-header-sp-rec,.single-post .td-main-sidebar,.single-post .td-post-source-tags,.single-post .td-post-sharing,.single-post .td-post-next-prev,.single-post .td_block_related_posts,.single-post #comments,.single-post .td-footer-container,.single-post .td-sub-footer-container,.single-post .entry-crumbs,.single-post .td-category,.single-post .td-post-views,.single-post .td-post-comments,.single-post .td-scroll-up,.single-post iframe,.single-post .td-more-articles-box{display:none!important}.backstretch{display:none}.td-main-content,header{width:80%!important}.td-pb-row [class*="td-pb-span"]{border:0px!important}}.td-sub-footer-container{margin-right:auto;margin-left:auto;position:relative;padding:10px 0 10px 0;font-family:'Open Sans',arial,sans-serif;font-size:11px;line-height:18px;color:#222;z-index:0}.td-sub-footer-container:before{position:absolute;bottom:0;left:0;display:block;content:'';height:100%;width:1px;background-color:#e6e6e6;z-index:0}@media (max-width:767px){.td-sub-footer-container{text-align:center}}.td-sub-footer-container a{color:#222;padding:0 10px}.td-sub-footer-container a:hover{color:#4db2ec}.td-sub-footer-container ul{margin:0;padding:0;list-style:none}@media (max-width:767px){.td-sub-footer-container ul{margin-bottom:6px}}.td-sub-footer-container li{display:inline-block;position:relative;zoom:1}.td-sub-footer-container li:last-child a{padding-right:0}@media (max-width:767px){.td-sub-footer-container li:last-child a{padding-right:10px}}.td-sub-footer-container li:first-child a:before{display:none}.td-sub-footer-container .td-pb-span4,.td-sub-footer-container .td-pb-span8{border-left:none}.td-sub-footer-container.td-container{border-bottom:none}.td-sub-footer-container .td-pb-row{overflow:visible}.td-sub-footer-copy{line-height:24px}.td-sub-footer-menu{text-align:right}@media (min-width:1023px) and (max-width:1120px){.td-sub-footer-menu{padding-right:42px}}@media (min-width:767px) and (max-width:860px){.td-sub-footer-menu{padding-right:42px}}@media (max-width:767px){.td-sub-footer-menu{text-align:center}}.td-sub-footer-menu li{text-align:left}.td-sub-footer-menu li:hover .sub-menu{display:table;position:absolute;bottom:10px}.td-sub-footer-menu li ul{background-color:#fff;display:none;position:relative;bottom:22px!important;left:0!important;border-bottom:3px solid #000;list-style:none;box-shadow:0 0 4px 0 rgb(0 0 0 / .15)}.td-sub-footer-menu li ul a{font-family:'Open Sans',arial,sans-serif;font-weight:500;font-size:11px;line-height:28px;display:block;text-transform:none;margin:0 10px 0 0;white-space:nowrap}.td-sub-footer-menu li ul a:hover{color:#4db2ec}.td-sub-footer-menu li ul a:before{display:none}.td-sub-footer-container .td-sub-footer-menu{float:right}@media (max-width:767px){.td-sub-footer-container .td-sub-footer-menu{float:none}}.tagdiv-theme-menu ul{-webkit-box-shadow:1px 1px 4px rgb(0 0 0 / .15);box-shadow:1px 1px 4px rgb(0 0 0 / .15)}.tagdiv-theme-menu .sf-menu>.menu-item-has-children a{padding-right:31px}.tagdiv-theme-menu .menu-item-has-children>a:before{content:'\e806';font-family:'newsmag',sans-serif;position:absolute;font-size:9px;right:13px}.tagdiv-theme-menu .menu-item:hover>a{background-color:#fff;color:#000;z-index:999}.tagdiv-theme-menu .menu-item:hover>ul{visibility:visible}.tagdiv-theme-menu .menu-item ul{top:auto}.tagdiv-theme-menu .menu-item a{position:relative;display:block}.tagdiv-theme-menu .sub-menu .sub-menu{top:-11px;left:100%;z-index:1000}.tagdiv-theme-menu .sub-menu .menu-item:first-child>ul{top:0}.tagdiv-theme-menu .sub-menu .menu-item:hover>a{color:#4db2ec}.tagdiv-theme-menu .sub-menu a{white-space:nowrap;padding:7px 32px 8px 24px;font-size:12px;color:#111;line-height:21px}.tagdiv-theme-menu .sub-menu .menu-item-has-children>a:before{content:'\e808'}.tagdiv-small-theme .td-header-style-0 .td-header-sp-logo{text-align:center;margin:20px 0}.tagdiv-small-theme .td-sub-footer-container{z-index:1}.tagdiv-small-theme .td-menu-background,.tagdiv-small-theme .td-search-background{visibility:visible}@media (max-width:767px){.tagdiv-small-theme .td-menu-background,.tagdiv-small-theme .td-search-background{-webkit-transition:transform 0.8s cubic-bezier(.22,.61,.36,1);transition:transform 0.8s cubic-bezier(.22,.61,.36,1)}}.tagdiv-small-theme.single .instagram-media{max-width:100%!important}.tagdiv-small-theme #td-mobile-nav .td-mobile-content{padding-top:74px}.tagdiv-small-theme #td-mobile-nav .menu-item{position:relative}.epyt-debug{background-color:#ddd;color:#000;cursor:pointer;text-align:left}iframe.__youtube_prefs__{border-width:0}.epyt-gallery{text-align:center}.epyt-gallery .epyt-figure{margin-block:0;margin-inline:0}.epyt-gallery iframe{margin-bottom:0}.epyt-gallery.epyt-lb iframe{display:none;height:0!important}.epyt-gallery-list{display:block;margin:0 -8px;position:relative;transition:opacity .3s ease-out}.epyt-gallery-list .epyt-gallery-thumb{box-sizing:border-box}.epyt-gallery-list p{display:none}.epyt-gallery-clear{clear:both}.epyt-gallery-list.epyt-loading{opacity:.5;transition:opacity .3s ease-out}.epyt-gallery-thumb{box-sizing:border-box;cursor:pointer;display:block!important;float:left;height:auto;opacity:1;overflow-y:hidden;padding:0 8px 10px;position:relative}.epyt-gallery-thumb.hover{height:auto;opacity:1;position:relative;transition:opacity .3s ease-out}.epyt-gallery-img-box{width:100%}.epyt-gallery-img{background-position:50%!important;background-size:cover!important;height:0;overflow:hidden!important;padding-top:56.25%!important;position:relative;width:100%}.epyt-gallery-playhover{height:100%;left:0;opacity:0;position:absolute;text-align:center;top:-10px;transition:opacity .3s ease-out;vertical-align:middle;width:100%}.epyt-gallery-thumb.epyt-current-video .epyt-gallery-playhover,.epyt-gallery-thumb.hover .epyt-gallery-playhover{opacity:1;top:0;transition:all .3s ease-out}.epyt-gallery-thumb .epyt-gallery-playcrutch{display:inline-block;height:100%;vertical-align:middle;width:0}.epyt-gallery-playhover .epyt-play-img{border:none;box-sizing:border-box;display:inline-block!important;height:auto!important;margin:0!important;max-width:15%!important;min-width:30px!important;padding:0!important;vertical-align:middle!important;width:auto}.epyt-gallery-title{font-size:80%;line-height:120%;padding:10px}.epyt-gallery-notitle{padding:4px}.epyt-gallery-notitle span{display:none}.epyt-gallery-rowtitle{left:0;opacity:0;overflow-x:hidden;position:absolute;text-align:center;text-overflow:ellipsis;top:100%;white-space:nowrap;width:100%;z-index:10}.epyt-gallery-rowtitle.hover{opacity:1;transition:opacity .2s linear}.epyt-gallery-rowbreak{clear:both}.epyt-pagination{clear:both;padding:10px 8px;text-align:center}.epyt-pagination.epyt-hide-pagination *{display:none!important}.epyt-pagenumbers>div,.epyt-pagination>div{display:inline-block;padding:0 2px;vertical-align:middle}.epyt-pagination .epyt-pagebutton{cursor:pointer;display:inline-block;padding:0 10px}.epyt-pagebutton>div{display:inline}.epyt-pagination .epyt-loader{display:none}.epyt-gallery-list.epyt-loading .epyt-pagination .epyt-loader{display:inline-block}body .lity-container{max-width:964px;width:100%}.epyt-curtain .lity-opened iframe{opacity:0;transition:opacity .3s linear .5s}.epyt-gallery-allthumbs.epyt-cols-1 .epyt-gallery-thumb{width:100%}.epyt-gallery-allthumbs.epyt-cols-2 .epyt-gallery-thumb{width:50%}.epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb{width:33.333%}.epyt-gallery-allthumbs.epyt-cols-4 .epyt-gallery-thumb{width:25%}.epyt-gallery-allthumbs.epyt-cols-5 .epyt-gallery-thumb{width:20%}.epyt-gallery-allthumbs.epyt-cols-6 .epyt-gallery-thumb{width:16.666%}.epyt-gallery-allthumbs.epyt-cols-7 .epyt-gallery-thumb{width:14.285%}.epyt-gallery-allthumbs.epyt-cols-8 .epyt-gallery-thumb{width:12.5%}.epyt-gallery-allthumbs.epyt-cols-9 .epyt-gallery-thumb{width:11.111%}.epyt-gallery-allthumbs.epyt-cols-10 .epyt-gallery-thumb{width:10%}.epyt-gallery-allthumbs.epyt-cols-11 .epyt-gallery-thumb{width:9.09%}.epyt-gallery-allthumbs.epyt-cols-12 .epyt-gallery-thumb{width:8.333%}.epyt-gallery-allthumbs.epyt-cols-13 .epyt-gallery-thumb{width:7.692%}.epyt-gallery-allthumbs.epyt-cols-14 .epyt-gallery-thumb{width:7.142%}.epyt-gallery-allthumbs.epyt-cols-15 .epyt-gallery-thumb{width:6.666%}.epyt-gallery-allthumbs.epyt-cols-16 .epyt-gallery-thumb{width:6.25%}.epyt-gallery-allthumbs.epyt-cols-17 .epyt-gallery-thumb{width:5.882%}.epyt-gallery-allthumbs.epyt-cols-18 .epyt-gallery-thumb{width:5.555%}.epyt-gallery-allthumbs.epyt-cols-19 .epyt-gallery-thumb{width:5.263%}.epyt-gallery-allthumbs.epyt-cols-20 .epyt-gallery-thumb{width:5%}.epyt-pagebutton.hide,.epyt-pagenumbers.hide{display:none!important;opacity:0!important;visibility:hidden!important}.epyt-gallery-subscribe{clear:both;padding:15px 0 10px;text-align:center}.epyt-gallery-subscribe a.epyt-gallery-subbutton,.epyt-gallery-subscribe a.epyt-gallery-subbutton:hover{background-color:#e62117!important;border-radius:3px;color:#fff!important;display:inline-block;padding:5px 10px;text-decoration:none!important}.epyt-gallery-subscribe a.epyt-gallery-subbutton img{background:transparent;-webkit-box-shadow:none;box-shadow:none;display:inline-block;height:auto!important;margin:0;padding:0 6px 3px 0;vertical-align:middle!important;width:20px!important}body div.__youtube_prefs__.__youtube_prefs_gdpr__{background-color:#000;background-image:-webkit-linear-gradient(top,#000,#444);background-image:linear-gradient(180deg,#000,#444);height:auto;padding:25px;text-align:left}body div.__youtube_prefs__.__youtube_prefs_gdpr__ *{color:#e3e3e3!important}body div.__youtube_prefs__.__youtube_prefs_gdpr__ a{text-decoration:underline}body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__,body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__:hover{background:#e62117!important;border-radius:3px;border-width:0;box-sizing:border-box;color:#fff!important;display:inline-block;font-weight:400;padding:5px 10px;text-decoration:none!important}body div.__youtube_prefs__.__youtube_prefs_gdpr__ button.__youtube_prefs_gdpr__ img{background:transparent;-webkit-box-shadow:none;box-shadow:none;display:inline-block;height:auto!important;margin-left:8px;padding:0 6px 3px 0;vertical-align:middle!important;width:20px!important}body .epyt-gallery-img-gdpr{background-color:#000;background-image:-webkit-linear-gradient(top,#000,#444);background-image:linear-gradient(180deg,#000,#444)}.epyt-facade{height:0;max-width:100%;overflow:hidden;padding-bottom:56.25%;position:relative;-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s}.epyt-facade:hover{-webkit-filter:brightness(90%);-moz-filter:brightness(90%);filter:brightness(90%)}.epyt-facade img.epyt-facade-poster{border:none;cursor:pointer;display:block;height:auto;left:50%;margin:0;max-width:100%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.epyt-facade button.epyt-facade-play{background-color:transparent!important;border-width:0!important;cursor:pointer;height:48px;left:50%;margin-left:-34px;margin-top:-24px;position:absolute;top:50%;-webkit-transition:opacity .25s cubic-bezier(0,0,.2,1);transition:opacity .25s cubic-bezier(0,0,.2,1);width:68px}.epyt-facade button.epyt-facade-play svg{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.epyt-facade button.epyt-facade-play svg .ytp-large-play-button-bg{-webkit-transition:fill .1s cubic-bezier(.4,0,1,1),fill-opacity .1s cubic-bezier(.4,0,1,1);transition:fill .1s cubic-bezier(.4,0,1,1),fill-opacity .1s cubic-bezier(.4,0,1,1);fill:#212121;fill-opacity:.8}.epyt-facade:hover button.epyt-facade-play svg .ytp-large-play-button-bg{-webkit-transition:fill .1s cubic-bezier(0,0,.2,1),fill-opacity .1s cubic-bezier(0,0,.2,1);transition:fill .1s cubic-bezier(0,0,.2,1),fill-opacity .1s cubic-bezier(0,0,.2,1);fill:red;fill-opacity:1}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.epyt-facade{bottom:0;left:0;position:absolute;right:0;top:0}.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.__youtube_prefs_gdpr__{position:relative}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .epyt-is-override.__youtube_prefs_gdpr__{bottom:0;left:0;overflow-y:auto;position:absolute;right:0;top:0}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper.epyt-is-override__wrapper:before{padding:0}.wp-embed-responsive .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper.epyt-is-override__wrapper .epyt-is-override.__youtube_prefs_gdpr__{bottom:unset;left:unset;position:relative;right:unset;top:unset}.mx_image_background{background-color:#f2f2f2}.td-visibility-hidden{visibility:hidden}.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}.clearfix:after{clear:both}.td-pb-article-list{border-bottom:0!important;z-index:0!important}.td-pb-article-list .td-pb-span8 .block-title,.td-pb-article-list .td-pb-span12 .block-title{margin-left:20px}@media (min-width:768px) and (max-width:1023px){.td-pb-article-list .td-pb-span8 .block-title,.td-pb-article-list .td-pb-span12 .block-title{margin-left:17px}}@media (max-width:767px){.td-pb-article-list .td-pb-span8 .block-title,.td-pb-article-list .td-pb-span12 .block-title{margin-left:10px}}.td-pb-article-list .td-ss-main-content{padding-top:20px}.page-template-page-pagebuilder-latest .td-instagram-user{border-top:1px solid #ededed}.page-template-page-pagebuilder-title-php .wpb_row .wpb_column:nth-of-type(1){border-left:0}.page-template-page-pagebuilder-title-php .td-page-content>.wpb_row:first-child{border-top:1px solid #e6e6e6}.tdm-svg{fill:#000;transform-origin:50% 50% 0;width:100%;min-width:1000px;left:50%;transform:translateX(-50%);position:relative}.tdc-row-divider{position:absolute;width:100%;height:100%;bottom:0;line-height:0;left:50%;transform:translateX(-50%)}@media (max-width:767px){.tdc-row-divider{width:100vw!important}}.tdm-svg2{opacity:.3}.tdm-svg3{opacity:.15}.tdm-svg4{opacity:.08}.tdc-row-divider-top{position:absolute;top:0;width:100%;transform:rotateX(180deg);-webkit-transform:rotateX(180deg)}.tdc-row-divider-bottom{position:absolute;bottom:0;width:100%}.tdc-divider-space{background-color:#fff;position:absolute;width:100%;z-index:1}body .tdc-restr-display-none{display:none!important}.td-subcategory-header .td-category{display:inline-block;overflow:hidden;margin-left:10px;height:20px}@media (max-width:767px){.td-subcategory-header .td-category{margin:0 30px;height:15px}}.td-subcategory-header .td-category li{margin:0 3px 0 0}@media (max-width:767px){.td-subcategory-header .td-category li{margin:0}}.td-subcategory-header .td-category a{font-size:11px;padding:0 14px;line-height:20px;background:none;color:#222;white-space:nowrap;display:inline-table;-webkit-transition:none;transition:none}@media (min-width:768px) and (max-width:1023px){.td-subcategory-header .td-category a{line-height:15px;font-weight:700;padding:2px 9px;height:20px}}@media (max-width:767px){.td-subcategory-header .td-category a{background-color:#222;color:#fff;padding:1px 5px 1px 5px;font-size:9px;margin-right:5px;line-height:13px}}.td-subcategory-header .td-category a:hover{background-color:#222;color:#fff}.td-subcategory-header a.td-current-sub-category{background-color:#222;color:#fff}@media (max-width:767px){.td-subcategory-header a.td-current-sub-category{background-color:#4db2ec}}.td-subcategory-header{min-height:48px;position:relative}@media (max-width:767px){.td-subcategory-header{min-height:44px}}.td-subcategory-header .td-category-siblings{z-index:2;opacity:0;width:700px;position:absolute;line-height:1;top:0;bottom:0;margin:auto;height:20px}@media (min-width:768px) and (max-width:1023px){.td-subcategory-header .td-category-siblings{width:550px}}@media (max-width:767px){.td-subcategory-header .td-category-siblings{text-align:center;margin-right:0;width:100%;height:15px}}.td-subcategory-header .td-category-siblings .td-subcat-dropdown{display:inline-block;margin:0 0 0 10px;padding:0 5px;position:absolute;border:1px solid #e6e6e6;color:#444;right:auto}@media (max-width:767px){.td-subcategory-header .td-category-siblings .td-subcat-dropdown{right:0;top:-2px;margin:0 10px 0 0}}.td-subcategory-header .td-category-siblings .td-subcat-dropdown i{padding-left:0}.td-subcategory-header .td-category-siblings .td-subcat-dropdown ul{z-index:999;border:1px solid #e6e6e6}.td-subcategory-header .td-category-siblings .td-subcat-dropdown:hover{border-bottom-left-radius:0;border-bottom-right-radius:0}.td-subcategory-header .td-category-siblings .td-subcat-dropdown:hover ul{display:block}.td-subcategory-header .td-category-siblings .td-subcat-dropdown li{list-style:none}.td-subcategory-header .td-category-siblings .td-subcat-dropdown a{display:block;color:#444;padding:0 30px 0 16px;white-space:nowrap;text-overflow:ellipsis;max-width:300px;overflow:hidden}@media (max-width:767px){.td-subcategory-header .td-category-siblings .td-subcat-dropdown a{max-width:240px}}.td-subcategory-header .td-category-siblings .td-subcat-dropdown a:hover{color:#4db2ec}.td-subcategory-header .td-category-siblings .td-subcat-dropdown a.td-current-sub-category{background-color:#fff0;color:#4db2ec}@media (max-width:767px){.td-subcategory-header .td-category-pulldown-filter{display:none}}.td-subcategory-header .td-pulldown-filter-display-option{margin:0 19px 0 0}@media (min-width:768px) and (max-width:1023px){.td-subcategory-header .td-pulldown-filter-display-option{margin-right:15px}}@media (max-width:767px){.td-subcategory-header .td-pulldown-filter-display-option{margin-right:10px}}.td_category_template_disable .td-main-content{padding-top:20px}.td_category_template_disable .td-main-content .td-category-header{display:none}.td_category_template_disable .entry-crumbs{margin-bottom:10px}.td_category_template_disable .td-category-container{margin-top:20px}@media (max-width:767px){.td_category_template_disable .td-category-container{margin-top:0}}.td_category_template_disable .td-header-style-5 .td-ad-m,.td_category_template_disable .td-header-style-7 .td-ad-m,.td_category_template_disable .td-header-style-8 .td-ad-m,.td_category_template_disable .td-header-style-9 .td-ad-m,.td_category_template_disable .td-header-style-10 .td-ad-m,.td_category_template_disable .td-header-style-6 .td-header-header .td-make-full{border-bottom-width:0}.td_category_template_disable.td_category_top_posts_style_disable .td-category-header.td-container{border-bottom-width:1px}.td_category_template_disable.td_category_top_posts_style_disable .td-category-container{margin-top:0}.td_category_template_2 .td-main-content{padding-top:20px}.td_category_template_2 .td-category-header .td-container{z-index:2;border-bottom-width:0}.td_category_template_2 .td-category-header .td-container .entry-title{font-size:26px;line-height:1;font-weight:700;margin:22px 0 0 0;text-transform:uppercase}@media (max-width:767px){.td_category_template_2 .td-category-header .td-container .entry-title{margin:10px 0 0 0}}.td_category_template_2.td_category_top_posts_style_disable .td-category-header .td-container{border-bottom-width:1px}@media (max-width:767px){.td_category_template_2.td_category_top_posts_style_disable .td-category-header .td-container{border-bottom-width:0}}@media (max-width:767px){.td_category_template_2.td_category_top_posts_style_disable .td-category-description{margin-bottom:0}}.td_category_template_2 .entry-crumbs{position:static;margin:15px 0 0 0}@media (max-width:1023px){.td_category_template_2 .td-category-description{margin-top:10px}}.td_category_template_2 .td-subcategory-header{margin-bottom:6px}.td_category_template_2 .td-subcategory-header .td-pulldown-filter-list{top:9px}.td_category_template_2 .td-subcategory-header .td-pulldown-filter-display-option{height:21px;margin:0;top:0}@media (max-width:767px){.td_category_template_2 .td-subcategory-header .td-pulldown-filter-display-option{right:auto}}.td_category_template_2 .td-category-siblings{text-align:left;height:21px}.td_category_template_2 .td-category-siblings .td-category{height:21px;margin:0;padding-top:0;font-weight:600}.td_category_template_2 .td-category-siblings .td-category li{margin:0 10px 0 0}@media (max-width:767px){.td_category_template_2 .td-category-siblings .td-category li{margin:0 5px 0 0}}.td_category_template_2 .td-category-siblings .td-category a{background-color:#fff0;border:1px solid #eaeaea;color:#222;font-size:10px;line-height:18px;padding:0 10px 1px}.td_category_template_2 .td-category-siblings .td-category a:hover{border-color:#4db2ec;background-color:#4db2ec;color:#fff}.td_category_template_2 .td-category-siblings .td-category .td-current-sub-category{background-color:#222;border-color:#222;color:#fff}@media (max-width:767px){.td_category_template_2 .td-category-pulldown-filter.td-wrapper-pulldown-filter{display:none}}.td_category_template_3 .td-main-content{padding-top:20px}.td_category_template_3 .td-category-header .td-container{z-index:2;border-bottom-width:0}.td_category_template_3 .td-category-header .td-container .entry-title{font-size:26px;line-height:1;font-weight:700;margin:20px 0;text-transform:uppercase}.td_category_template_3.td_category_top_posts_style_disable .td-category-header .td-container{border-bottom-width:1px}@media (max-width:767px){.td_category_template_3.td_category_top_posts_style_disable .td-category-header .td-container{border-bottom-width:0}}@media (max-width:767px){.td_category_template_3.td_category_top_posts_style_disable .td-category-description{margin-bottom:0}}.td_category_template_3 .td-scrumb-holder{min-height:49px;border-bottom:1px solid #efefef}@media (max-width:767px){.td_category_template_3 .td-scrumb-holder{min-height:10px}}.td_category_template_3 .td-scrumb-holder .td-pb-span12{background-color:#fcfcfc}.td_category_template_3 .td-scrumb-holder .td-crumb-container{padding-bottom:16px;padding-top:17px}@media (max-width:767px){.td_category_template_3 .td-scrumb-holder .td-crumb-container{padding-bottom:10px;padding-top:10px}}.td_category_template_3 .td-scrumb-holder .td-crumb-container .entry-crumbs{position:static}@media (max-width:767px){.td_category_template_3 .td-category-pulldown-filter.td-wrapper-pulldown-filter{display:none}}.td_category_template_4 .td-main-content{padding-top:20px}.td_category_template_4 .td-category-header .td-container{z-index:2;border-bottom-width:0;padding-bottom:46px}@media (max-width:1023px){.td_category_template_4 .td-category-header .td-container{padding-bottom:20px}}.td_category_template_4 .td-category-header .td-container .entry-title{text-align:center;font-size:34px;line-height:1;font-weight:700;margin:30px 0 7px 0;text-transform:uppercase}@media (max-width:1023px){.td_category_template_4 .td-category-header .td-container .entry-title{font-size:28px;margin:20px 0 0 0}}.td_category_template_4.td_category_top_posts_style_disable .td-category-header .td-container{border-bottom-width:1px}@media (max-width:767px){.td_category_template_4.td_category_top_posts_style_disable .td-category-header .td-container{border-bottom-width:0;padding-bottom:0}}.td_category_template_4 .td-crumb-container{margin-top:20px}@media (max-width:767px){.td_category_template_4 .td-crumb-container{margin-top:10px}}.td_category_template_4 .td-crumb-container .entry-crumbs{top:0}.td_category_template_4 .td-category-pulldown-filter.td-wrapper-pulldown-filter{top:18px;z-index:3}@media (max-width:767px){.td_category_template_4 .td-category-pulldown-filter.td-wrapper-pulldown-filter{display:none}}.td_category_template_4 .td-subcategory-header .td-category{margin-left:0}@media (max-width:767px){.td_category_template_4 .td-subcategory-header .td-category{margin:0 15px 0 20px}}.td_category_template_4 .td-subcategory-header .td-category-siblings{text-align:center;left:0;right:0;width:800px}@media (min-width:768px) and (max-width:1023px){.td_category_template_4 .td-subcategory-header .td-category-siblings{width:620px}}@media (max-width:767px){.td_category_template_4 .td-subcategory-header .td-category-siblings{width:100%}}.td_category_template_4 .td-category-description{text-align:center;border-bottom:none;margin-bottom:0}.td_category_template_5 .td-main-content{padding-top:20px}.td_category_template_5 .td-header-style-5 .td-ad-m,.td_category_template_5 .td-header-style-7 .td-ad-m,.td_category_template_5 .td-header-style-8 .td-ad-m,.td_category_template_5 .td-header-style-9 .td-ad-m,.td_category_template_5 .td-header-style-10 .td-ad-m,.td_category_template_5 .td-header-style-6 .td-header-header .td-make-full{border-bottom-width:0}.td_category_template_5 .td-image-gradient-style5:after{top:0;left:0;content:'';display:block;height:100%;width:100%;position:absolute;background-color:rgb(0 0 0 / .4);-webkit-box-shadow:inset 0 0 188px 0 #000;-moz-box-shadow:inset 0 0 188px 0 #000;box-shadow:inset 0 0 188px 0 #000;z-index:-1}.td_category_template_5 .td-category-header .td-container{z-index:2;border-bottom-width:0;background-color:#fff0;padding-bottom:100px}.td_category_template_5 .td-category-header .td-container .td-pb-span12{border-left:none}.td_category_template_5 .td-category-header .td-container .entry-title{font-size:30px;line-height:1;font-weight:700;margin:60px 0 16px 0;text-transform:uppercase;color:#fff}.td_category_template_5 .entry-crumbs{position:static;margin:16px 0 0 0;color:#fff}.td_category_template_5 .entry-crumbs a{color:#fff}.td_category_template_5 .td-subcategory-header{min-height:21px}.td_category_template_5 .td-subcategory-header .td-big-grids{margin-top:3px}.td_category_template_5.td_category_top_posts_style_1 .td-subcategory-header .td-big-grids{margin-top:4px}.td_category_template_5.td_category_top_posts_style_6 .td-subcategory-header .td-big-grids,.td_category_template_5.td_category_top_posts_style_7 .td-subcategory-header .td-big-grids{margin-top:0}.td_category_template_5 .td-category-siblings{text-align:left;height:21px}.td_category_template_5 .td-category-siblings .td-category{margin:0;padding-top:0;font-weight:600;height:21px}.td_category_template_5 .td-category-siblings .td-category li{margin:0 10px 0 0}@media (max-width:767px){.td_category_template_5 .td-category-siblings .td-category li{margin:0 5px 0 0}}.td_category_template_5 .td-category-siblings .td-category a{background-color:#fff0;border:1px solid rgb(234 234 234 / .8);color:#fff;font-size:10px;line-height:18px;padding:0 10px 1px}.td_category_template_5 .td-category-siblings .td-category a:hover{background-color:#fff;border-color:#fff;color:#222}.td_category_template_5 .td-category-siblings .td-category .td-current-sub-category{background-color:#222;border-color:#222;color:#fff}.td_category_template_5 .td-category-pulldown-filter.td-wrapper-pulldown-filter{top:auto;bottom:0;right:1px}@media (max-width:767px){.td_category_template_5 .td-category-pulldown-filter.td-wrapper-pulldown-filter{display:none}}.td_category_template_5 .td-category-pulldown-filter.td-wrapper-pulldown-filter .td-pulldown-filter-display-option{color:#fff;border:1px solid rgb(234 234 234 / .8);background-color:#fff0;line-height:16px}.td_category_template_5 .td-category-pulldown-filter.td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover{background-color:#fff;color:#222}.td_category_template_5 .td-category-pulldown-filter.td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i{color:#222}.td_category_template_5 .td-category-pulldown-filter.td-wrapper-pulldown-filter .td-pulldown-filter-display-option i{color:#fff}.td_category_template_5 .td-category-siblings .td-subcat-dropdown{background-color:#fff0;margin:0;height:21px;border-color:rgb(234 234 234 / .8)}@media (max-width:767px){.td_category_template_5 .td-category-siblings .td-subcat-dropdown{right:auto;top:0}}.td_category_template_5 .td-category-siblings .td-subcat-dropdown i{color:#fff}.td_category_template_5 .td-category-siblings .td-subcat-dropdown:hover{background-color:#fff}.td_category_template_5 .td-category-siblings .td-subcat-dropdown:hover i{color:#222}.td_category_template_5 .td-category-description{border:none;margin-top:10px;margin-bottom:0;padding-bottom:0}.td_category_template_5 .td-category-description p{color:#fff}.td_category_template_6 .td-main-content{padding-top:20px}.td_category_template_6 .td-header-style-5 .td-ad-m,.td_category_template_6 .td-header-style-7 .td-ad-m,.td_category_template_6 .td-header-style-8 .td-ad-m,.td_category_template_6 .td-header-style-9 .td-ad-m,.td_category_template_6 .td-header-style-10 .td-ad-m,.td_category_template_6 .td-header-style-6 .td-header-header .td-make-full{border-bottom-width:0}.td_category_template_6.td_category_top_posts_style_disable .td-category-header.td-container{border-bottom-width:1px}@media (max-width:767px){.td_category_template_6.td_category_top_posts_style_disable .td-category-header.td-container{border-bottom-width:0}}.td_category_template_6 .td-background-style6{display:table;background-color:rgb(0 0 0 / .4);margin:0 auto;padding:30px 40px;max-width:80%}@media (max-width:767px){.td_category_template_6 .td-background-style6{padding:20px 30px;max-width:90%}}.td_category_template_6 .td-category-header{position:relative;padding:100px 0;z-index:2;border-bottom-width:0;background-color:#fff0}.td_category_template_6 .td-category-header .entry-title{font-size:36px;line-height:1;font-weight:700;margin:0;text-align:center;text-transform:uppercase;color:#fff}@media (max-width:767px){.td_category_template_6 .td-category-header .entry-title{font-size:28px}}.td_category_template_6 .td-crumb-container{position:absolute;top:15px;width:100%}.td_category_template_6 .td-crumb-container .entry-crumbs{display:inline-block;color:#fff;top:0}.td_category_template_6 .td-crumb-container .entry-crumbs a{color:#fff}.td_category_template_6 .td-subcategory-header{min-height:20px}.td_category_template_6 .td-category-pulldown-filter.td-wrapper-pulldown-filter{position:static}.td_category_template_6 .td-category-pulldown-filter.td-wrapper-pulldown-filter .td-pulldown-filter-display-option{color:#fff;border:1px solid rgb(234 234 234 / .8);background-color:#fff0;line-height:16px;margin:0}.td_category_template_6 .td-category-pulldown-filter.td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover{background-color:#fff;color:#222}.td_category_template_6 .td-category-pulldown-filter.td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover i{color:#222}.td_category_template_6 .td-category-pulldown-filter.td-wrapper-pulldown-filter .td-pulldown-filter-display-option i{color:#fff}@media (max-width:767px){.td_category_template_6 .td-category-pulldown-filter.td-wrapper-pulldown-filter{display:none}}.td_category_template_6 .td-category-description{border-color:rgb(241 241 241 / .3);border-bottom:none;text-align:center;margin:15px auto 0 auto;padding-bottom:0}.td_category_template_6 .td-category-description p{color:#fff}@media (min-width:768px){.td_category_template_6 .td-category-description p{font-size:15px}}.td_block_weather{margin-bottom:14px!important;padding-top:20px}.td_block_weather .block-title{margin-bottom:17px}.td_block_weather .td-weather-wrap{position:relative;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.td-weather-header{font-family:'Roboto',sans-serif}.td-weather-city{font-size:20px;font-weight:700;line-height:1;text-transform:uppercase;margin-bottom:7px}.td-weather-condition{font-size:14px;line-height:1;text-transform:capitalize;opacity:.8}.td-location-icon{position:absolute;top:0;right:19px;font-size:22px;opacity:.6;z-index:1}@media (max-width:1023px){.td-location-icon{right:17px}}@media (max-width:767px){.td-location-icon{right:10px}}.td-location-icon:hover{cursor:pointer;opacity:.9}.td-weather-temperature{font-family:'Roboto',sans-serif;padding:3px 0;display:inline-block;width:100%;float:left;text-align:center}@media (max-width:1023px){.td-weather-temperature{margin-bottom:-6px;padding:0}}.td-weather-temp-wrap{display:inline-block}.td-weather-now{float:left;text-align:center;line-height:1;padding:32px 16px;font-weight:300;width:145px;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}@media (max-width:1023px){.td-weather-now{padding:28px 0;position:relative;left:-10px;width:85px;margin-left:12px}}@media (max-width:767px){.td-weather-now{width:100px}}.td-weather-now .td-big-degrees{font-size:40px}@media (max-width:1023px){.td-weather-now .td-big-degrees{font-size:32px}}.td-weather-now .td-circle{font-size:30px;position:relative;top:-6px;opacity:.6;line-height:1;vertical-align:top}.td-weather-now .td-weather-unit{font-size:16px;position:relative;top:-4px;font-weight:400;opacity:.6;left:-2px;line-height:1;vertical-align:top}.td-weather-now:hover{cursor:pointer}.td-weather-lo-hi{float:left;text-align:left;width:55px}@media (max-width:1023px){.td-weather-lo-hi{width:45px}}.td-weather-degrees-wrap{padding:15px 0}@media (max-width:1023px){.td-weather-degrees-wrap{padding:10px 0}}.td-weather-degrees-wrap i{position:relative;top:3px;font-size:16px;color:#b3b3b3}.td-weather-degrees-wrap .td-small-degrees{font-size:12px}.td-weather-degrees-wrap .td-circle{font-size:18px;position:relative;right:3px;top:3px}.td-weather-information{font-family:'Roboto',sans-serif;font-size:12px;position:relative;padding:5px 0;display:inline-block;width:100%;float:left;opacity:.6}.td-weather-information:before{content:'';width:100%;height:2px;position:absolute;top:-2px;left:0;background-color:#4db2ec;opacity:.2}.td-weather-information i{font-size:16px;position:relative;top:2px}.td-weather-section-1,.td-weather-section-2,.td-weather-section-3{float:left;width:33%}.td-weather-section-1{text-align:right;padding-right:10px}.td-weather-section-2{text-align:center}.td-weather-section-3{text-align:left;padding-left:10px}.td-weather-week{font-family:'Roboto',sans-serif;padding:15px 8px;width:100%;text-align:center;line-height:1;position:relative;display:inline-block}.td-weather-week:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;background-color:#4db2ec;opacity:.07}.td-weather-days{width:20%;float:left;text-align:center;text-transform:uppercase;line-height:1}.td-weather-days .td-day-0,.td-weather-days .td-day-1,.td-weather-days .td-day-2,.td-weather-days .td-day-3,.td-weather-days .td-day-4{margin-bottom:8px;font-size:11px;opacity:.5}.td-weather-days .td-day-degrees{font-size:20px;position:relative;left:4px;line-height:14px;opacity:.7}.td-weather-days .td-circle{position:relative;right:5px}.td-weather-animated-icon{float:left;text-align:right;margin-left:-12px;position:relative}@media (min-width:767px) and (max-width:1023px){.td-weather-animated-icon{left:12px;top:-6px;margin-right:0;margin-left:-30px;transform:scale(.7)}}.td-weather-animated-icon span{width:100px;height:100px;display:inline-block;opacity:.4;margin-top:4px}@media (max-width:1023px){.td-weather-animated-icon span{margin-top:0}}.clear-sky-d{background:url(/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/../images/sprite/weather/clear-sky-d.png) no-repeat}.clear-sky-n{background:url(/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/../images/sprite/weather/clear-sky-n.png) no-repeat}.few-clouds-d{background:url(/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/../images/sprite/weather/few-clouds-d.png) no-repeat}.few-clouds-n{background:url(/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/../images/sprite/weather/few-clouds-n.png) no-repeat}.scattered-clouds-d{background:url(/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/../images/sprite/weather/scattered-clouds-d.png) no-repeat}.scattered-clouds-n{background:url(/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/../images/sprite/weather/scattered-clouds-n.png) no-repeat}.broken-clouds-d{background:url(/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/../images/sprite/weather/broken-clouds-d.png) no-repeat}.broken-clouds-n{background:url(/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/../images/sprite/weather/broken-clouds-n.png) no-repeat}.shower-rain-d{background:url(/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/../images/sprite/weather/shower-rain-d.png) no-repeat}.shower-rain-n{background:url(/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/../images/sprite/weather/shower-rain-n.png) no-repeat}.rain-d{background:url(/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/../images/sprite/weather/rain-d.png) no-repeat}.rain-n{background:url(/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/../images/sprite/weather/rain-n.png) no-repeat}.thunderstorm-d{background:url(/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/../images/sprite/weather/thunderstorm.png) no-repeat}.thunderstorm-n{background:url(/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/../images/sprite/weather/thunderstorm.png) no-repeat}.snow-d{background:url(/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/../images/sprite/weather/snow-d.png) no-repeat}.snow-n{background:url(/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/../images/sprite/weather/snow-n.png) no-repeat}.mist-d{background:url(/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/../images/sprite/weather/mist.png) no-repeat}.mist-n{background:url(/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/../images/sprite/weather/mist.png) no-repeat}.td-weather-set-location{display:none;position:absolute;top:0}.td-weather-set-location .td-location-set-input{height:20px;font-size:20px;font-weight:700;text-transform:uppercase;font-family:'Roboto',sans-serif;border:0;padding:0}.td-weather-set-location .td-location-set-input:focus~label{top:-20px;font-size:11px;opacity:.5}.td-show-location{display:block!important}.td-show-location label{position:absolute;top:0;left:0;font-size:13px;opacity:.6;pointer-events:none;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.td_block_weather .td-column-2,.td_block_weather .td-column-3{text-align:right;height:90px}@media (max-width:1023px){.td_block_weather .td-column-2,.td_block_weather .td-column-3{height:auto;display:inline-block;text-align:left;width:100%}}.td_block_weather .td-column-2 .td-weather-city,.td_block_weather .td-column-3 .td-weather-city{position:absolute;top:0}@media (max-width:1023px){.td_block_weather .td-column-2 .td-weather-city,.td_block_weather .td-column-3 .td-weather-city{position:relative}}.td_block_weather .td-column-2 .td-weather-condition,.td_block_weather .td-column-3 .td-weather-condition{position:absolute;bottom:0}@media (max-width:1023px){.td_block_weather .td-column-2 .td-weather-condition,.td_block_weather .td-column-3 .td-weather-condition{position:relative}}.td_block_weather .td-column-2 .td-weather-temperature,.td_block_weather .td-column-3 .td-weather-temperature{text-align:right;width:55%;padding-right:20px;height:100%}@media (max-width:1023px){.td_block_weather .td-column-2 .td-weather-temperature,.td_block_weather .td-column-3 .td-weather-temperature{width:100%;text-align:center;padding:0}}.td_block_weather .td-column-2 .td-weather-temp-wrap,.td_block_weather .td-column-3 .td-weather-temp-wrap{position:relative;top:-3px}@media (max-width:1023px){.td_block_weather .td-column-2 .td-weather-temp-wrap,.td_block_weather .td-column-3 .td-weather-temp-wrap{top:0}}.td_block_weather .td-column-2 .td-weather-animated-icon,.td_block_weather .td-column-3 .td-weather-animated-icon{transform:scale(.7);-webkit-transform:scale(.7);margin-right:-15px;top:-5px}@media (max-width:1023px){.td_block_weather .td-column-2 .td-weather-animated-icon,.td_block_weather .td-column-3 .td-weather-animated-icon{transform:scale(1);-webkit-transform:scale(1);left:0;top:-5px;margin-right:0;margin-left:-22px}}.td_block_weather .td-column-2 .td-weather-now,.td_block_weather .td-column-3 .td-weather-now{width:110px;padding:32px 0;margin-right:10px}@media (max-width:1023px){.td_block_weather .td-column-2 .td-weather-now,.td_block_weather .td-column-3 .td-weather-now{padding:30px 0;position:relative;left:-10px;width:100px;margin-right:0}}.td_block_weather .td-column-2 .td-weather-now .td-big-degrees,.td_block_weather .td-column-3 .td-weather-now .td-big-degrees{font-size:32px}.td_block_weather .td-column-2 .td-weather-degrees-wrap,.td_block_weather .td-column-3 .td-weather-degrees-wrap{padding:12px 0}.td_block_weather .td-column-2 .td-weather-animated-icon,.td_block_weather .td-column-3 .td-weather-animated-icon{width:auto}.td_block_weather .td-column-2 .td-weather-lo-hi,.td_block_weather .td-column-3 .td-weather-lo-hi{width:auto}.td_block_weather .td-column-2 .td-weather-info-wrap,.td_block_weather .td-column-3 .td-weather-info-wrap{width:45%;float:right;padding-left:20px}@media (max-width:1023px){.td_block_weather .td-column-2 .td-weather-info-wrap,.td_block_weather .td-column-3 .td-weather-info-wrap{width:100%;padding-left:0}}.td_block_weather .td-column-2 .td-weather-information,.td_block_weather .td-column-3 .td-weather-information{padding:3px 0 10px}@media (max-width:1023px){.td_block_weather .td-column-2 .td-weather-information,.td_block_weather .td-column-3 .td-weather-information{padding:5px 0}}.td_block_weather .td-column-2 .td-weather-information:before,.td_block_weather .td-column-3 .td-weather-information:before{top:auto;bottom:-4px}@media (max-width:1023px){.td_block_weather .td-column-2 .td-weather-information:before,.td_block_weather .td-column-3 .td-weather-information:before{bottom:auto;top:-2px}}.td_block_weather .td-column-2 .td-weather-week,.td_block_weather .td-column-3 .td-weather-week{padding:20px 0 15px}@media (max-width:1023px){.td_block_weather .td-column-2 .td-weather-week,.td_block_weather .td-column-3 .td-weather-week{padding:15px 0}}.td_block_weather .td-column-2 .td-weather-week:before,.td_block_weather .td-column-3 .td-weather-week:before{display:none}@media (max-width:1023px){.td_block_weather .td-column-2 .td-weather-week:before,.td_block_weather .td-column-3 .td-weather-week:before{display:block}}.td_block_weather .td-column-2{margin-bottom:20px}@media (min-width:768px) and (max-width:1023px){.td_block_weather .td-column-1 .td-weather-lo-hi{width:55px}.td_block_weather .td-column-1 .td-weather-now .td-big-degrees{font-size:27px;line-height:36px}.td_block_weather .td-column-1 .td-weather-now{width:80px}}.td_block_weather .td-column-3 .td-weather-temp-wrap{margin-right:100px}@media (max-width:1023px){.td_block_weather .td-column-3 .td-weather-temp-wrap{margin-right:0}}.td-weather-top-widget{display:inline-block;margin-right:32px}@media (min-width:768px) and (max-width:1023px){.td-weather-top-widget{margin-right:22px}}.td-weather-top-widget .td-icons{background:none;vertical-align:middle;margin-right:2px;display:inline-block}@media (min-width:768px) and (max-width:1023px){.td-weather-top-widget .td-icons{position:relative;top:1px}}.td-weather-top-widget .td-icons:before{font-size:18px;display:block}.td-weather-top-widget .td-weather-now{line-height:inherit;padding:0;float:none;width:auto;display:inline-block}@media (min-width:768px) and (max-width:1023px){.td-weather-top-widget .td-weather-now{left:-2px;margin-left:2px}}.td-weather-top-widget .td-weather-now span{font-weight:600}.td-weather-top-widget .td-weather-now .td-big-degrees{font-size:11px}@media (min-width:768px) and (max-width:1023px){.td-weather-top-widget .td-weather-now .td-big-degrees{font-size:10px}}.td-weather-top-widget .td-weather-now .td-weather-unit{font-size:8px;opacity:1;left:0;top:-2px;vertical-align:super}.td-weather-top-widget .td-weather-header{font-family:'Open Sans',arial,sans-serif;display:inline-block;padding-left:2px}.td-weather-top-widget .td-weather-header .td-weather-city{font-size:11px;font-weight:700;text-transform:uppercase;margin:0}@media (min-width:768px) and (max-width:1023px){.td-weather-top-widget .td-weather-header .td-weather-city{font-size:10px}}.td_block_exchange{font-family:'Roboto',sans-serif;padding-bottom:7px;padding-top:20px}.td_block_exchange .td-exchange-header{position:relative;text-align:center;font-weight:700;padding-top:14px;padding-bottom:12px;margin-bottom:10px;z-index:0}.td_block_exchange .td-exchange-header:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;background-color:#4db2ec;opacity:.07;z-index:-1}.td_block_exchange .td-base-title{margin-left:9px}.td_block_exchange .td-column-1 .td-exchange-base{width:300px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-left:auto;margin-right:auto}@media (min-width:768px) and (max-width:1023px){.td_block_exchange .td-column-1 .td-exchange-base{width:212px}}.td_block_exchange .td-rate{position:relative;border-bottom:1px dashed #f2f2f2;padding-top:10px;padding-bottom:10px}.td_block_exchange .td-rate:last-child{border-bottom:none}.td_block_exchange .td-rate .td-rate-currency{font-weight:700;display:inline-block;margin-left:34px}.td_block_exchange .td-rate .td-exchange-value{float:right}.td_block_exchange .td-flags{background-image:url(/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/../../../../assets/images/flags/flags.png);background-repeat:no-repeat;display:inline-block}.td_block_exchange .td-flag-header{vertical-align:middle;position:relative;bottom:1px}.td_block_exchange .td-flags-all{position:absolute;top:8px;left:0}.td_block_exchange .td-flag-aud{background-position:0 0;width:24px;height:24px}.td_block_exchange .td-flag-bgn{background-position:-24px 0;width:24px;height:24px}.td_block_exchange .td-flag-brl{background-position:-48px 0;width:24px;height:24px}.td_block_exchange .td-flag-cad{background-position:-72px 0;width:24px;height:24px}.td_block_exchange .td-flag-chf{background-position:-96px 0;width:24px;height:24px}.td_block_exchange .td-flag-cny{background-position:0 -24px;width:24px;height:24px}.td_block_exchange .td-flag-czk{background-position:-24px -24px;width:24px;height:24px}.td_block_exchange .td-flag-dkk{background-position:-48px -24px;width:24px;height:24px}.td_block_exchange .td-flag-eur{background-position:-72px -24px;width:24px;height:24px}.td_block_exchange .td-flag-gbp{background-position:-96px -24px;width:24px;height:24px}.td_block_exchange .td-flag-hkd{background-position:0 -48px;width:24px;height:24px}.td_block_exchange .td-flag-hrk{background-position:-24px -48px;width:24px;height:24px}.td_block_exchange .td-flag-huf{background-position:-48px -48px;width:24px;height:24px}.td_block_exchange .td-flag-idr{background-position:-72px -48px;width:24px;height:24px}.td_block_exchange .td-flag-ils{background-position:-96px -48px;width:24px;height:24px}.td_block_exchange .td-flag-inr{background-position:0 -72px;width:24px;height:24px}.td_block_exchange .td-flag-jpy{background-position:-24px -72px;width:24px;height:24px}.td_block_exchange .td-flag-krw{background-position:-48px -72px;width:24px;height:24px}.td_block_exchange .td-flag-mxn{background-position:-72px -72px;width:24px;height:24px}.td_block_exchange .td-flag-myr{background-position:-96px -72px;width:24px;height:24px}.td_block_exchange .td-flag-nok{background-position:0 -96px;width:24px;height:24px}.td_block_exchange .td-flag-nzd{background-position:-24px -96px;width:24px;height:24px}.td_block_exchange .td-flag-php{background-position:-48px -96px;width:24px;height:24px}.td_block_exchange .td-flag-pln{background-position:-72px -96px;width:24px;height:24px}.td_block_exchange .td-flag-ron{background-position:-96px -96px;width:24px;height:24px}.td_block_exchange .td-flag-rub{background-position:-120px 0;width:24px;height:24px}.td_block_exchange .td-flag-sek{background-position:-120px -24px;width:24px;height:24px}.td_block_exchange .td-flag-sgd{background-position:-120px -48px;width:24px;height:24px}.td_block_exchange .td-flag-thb{background-position:-120px -72px;width:24px;height:24px}.td_block_exchange .td-flag-try{background-position:-120px -96px;width:24px;height:24px}.td_block_exchange .td-flag-usd{background-position:0 -120px;width:24px;height:24px}.td_block_exchange .td-flag-zar{background-position:-24px -120px;width:24px;height:24px}@-moz-document url-prefix(){.td_block_exchange .td-flags-all{top:9px}}.td_block_exchange .td-column-2{overflow:hidden;margin-bottom:13px}.td_block_exchange .td-column-2 .td-rate{width:26%;float:left;margin-right:11%;border-bottom-width:0;position:relative}@media (max-width:767px){.td_block_exchange .td-column-2 .td-rate{width:auto;float:none;margin-right:0;border-bottom-width:1px}}.td_block_exchange .td-column-2 .td-exchange-rates .td-rate:nth-child(3n){margin-right:0}.td_block_exchange .td-column-2 .td-exchange-rates .td-rate:nth-child(3n+1):before{content:'';width:1400px;height:1px;border-bottom:1px dashed #F2F2F2;position:absolute;bottom:0;left:0}@media (max-width:767px){.td_block_exchange .td-column-2 .td-exchange-rates .td-rate:nth-child(3n+1):before{display:none}}.td_block_exchange .td-column-3{overflow:hidden;margin-bottom:13px}.td_block_exchange .td-column-3 .td-rate{width:19%;float:left;margin-right:8%;border-bottom-width:0;position:relative}@media (max-width:767px){.td_block_exchange .td-column-3 .td-rate{width:auto;float:none;margin-right:0;border-bottom-width:1px}}.td_block_exchange .td-column-3 .td-exchange-rates .td-rate:nth-child(4n){margin-right:0}.td_block_exchange .td-column-3 .td-exchange-rates .td-rate:nth-child(4n+1):before{content:'';width:1400px;height:1px;border-bottom:1px dashed #F2F2F2;position:absolute;bottom:0;left:0}@media (max-width:767px){.td_block_exchange .td-column-3 .td-exchange-rates .td-rate:nth-child(4n+1):before{display:none}}.td_block_instagram{padding-top:20px;padding-bottom:16px}.td-instagram-image{display:block;width:100%}.td-instagram-element{position:relative;float:left;z-index:1}.td-instagram-element a{position:relative;display:block;height:0;padding-bottom:100%;background-size:cover;background-repeat:no-repeat;background-position:center center}.td-instagram-element a:before{content:'';width:94%;height:94%;border:1px solid #fff;opacity:0;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;-webkit-transition:opacity 0.3s ease 0s;transition:opacity 0.3s ease 0s}.td-instagram-element a:after{content:'';width:100%;height:100%;opacity:0;position:absolute;top:0;left:0;background-color:#fff;-webkit-transition:opacity 0.3s ease 0s;transition:opacity 0.3s ease 0s}.td-instagram-element:hover a:before{opacity:.4}.td-instagram-element:hover a:after{opacity:.1}.td-images-on-row-1 .td-instagram-element{width:100%}.td-images-on-row-2 .td-instagram-element{width:50%}.td-images-on-row-3 .td-instagram-element{width:33.33333333%}.td-images-on-row-4 .td-instagram-element{width:25%}@media (max-width:767px){.td-images-on-row-4 .td-instagram-element{width:50%}}.td-images-on-row-5 .td-instagram-element{width:20%}@media (max-width:767px){.td-images-on-row-5 .td-instagram-element{width:50%}}.td-images-on-row-6 .td-instagram-element{width:16.66666667%}@media (max-width:767px){.td-images-on-row-6 .td-instagram-element{width:33.33333333%}}.td-images-on-row-7 .td-instagram-element{width:14.28571428571429%}@media (max-width:767px){.td-images-on-row-7 .td-instagram-element{width:50%}}.td-images-on-row-8 .td-instagram-element{width:12.5%}@media (max-width:767px){.td-images-on-row-8 .td-instagram-element{width:50%}}.td-image-gap-2{margin:0 -2px}.td-image-gap-2 .td-instagram-element{padding:0 2px 4px}.td-image-gap-5{margin:0 -5px}.td-image-gap-5 .td-instagram-element{padding:0 5px 10px}.td_block_instagram .td-video-play-ico{pointer-events:none}.td_block_instagram .td-icon-insta-carousel{left:50%}@media (max-width:767px){.td_block_instagram .td-instagram-element .td-video-play-ico{width:24px;height:24px;font-size:24px}}.td-instagram-header{position:relative;margin-bottom:16px}.td-instagram-profile-image{position:relative;width:60px;height:60px;border-radius:60px;overflow:hidden}.td-instagram-profile-image-elem{position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center}.td-instagram-profile-image{margin-right:12px;float:left}.td-instagram-meta{padding-top:4px;font-size:13px;color:#000}.td-instagram-button{position:absolute;top:14px;right:0;padding:8px 14px 9px;border:1px solid #ededed;line-height:1;font-size:13px;color:#444;-webkit-transition:all 0.2s ease 0s;transition:all 0.2s ease 0s}.td-instagram-button:hover{border-color:#ccc;text-decoration:none!important}.td-instagram-user{font-size:15px;font-weight:600}.td-instagram-user a{line-height:26px;color:#4db2ec}.td-instagram-user a:hover{text-decoration:none!important}.td-instagram-followers span{font-weight:600}.td_block_instagram .td-column-1 .td-images-on-row-3 .td-video-play-ico,.td_block_instagram .td-column-1 .td-images-on-row-4 .td-video-play-ico,.td_block_instagram .td-column-1 .td-images-on-row-5 .td-video-play-ico,.td_block_instagram .td-column-1 .td-images-on-row-6 .td-video-play-ico,.td_block_instagram .td-column-1 .td-images-on-row-7 .td-video-play-ico,.td_block_instagram .td-column-1 .td-images-on-row-8 .td-video-play-ico{width:24px;height:24px;font-size:24px}@media (min-width:768px) and (max-width:1023px){.td_block_instagram .td-column-1 .td-instagram-button{display:none}}.td_block_instagram .td-column-2 .td-images-on-row-5 .td-video-play-ico,.td_block_instagram .td-column-2 .td-images-on-row-6 .td-video-play-ico,.td_block_instagram .td-column-2 .td-images-on-row-7 .td-video-play-ico,.td_block_instagram .td-column-2 .td-images-on-row-8 .td-video-play-ico{width:24px;height:24px;font-size:24px}.td_block_instagram .td-column-3 .td-images-on-row-7 .td-video-play-ico,.td_block_instagram .td-column-3 .td-images-on-row-8 .td-video-play-ico{width:24px;height:24px;font-size:24px}.td_block_instagram .td-instagram-user a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;margin-right:80px}.td-footer-instagram-container{border-bottom:none!important;z-index:0!important}.td-footer-instagram-container .td-footer-instagram-title{text-align:center;margin:0;padding:10px 0;text-transform:uppercase;letter-spacing:.1em;font-size:15px}@media (max-width:767px){.td-footer-instagram-container .td-footer-instagram-title .td-footer-instagram-user-link{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;margin:0 20px}}.td-footer-instagram-container .td_block_instagram{border-top:none;padding:0}@media (max-width:767px){.td-footer-instagram-container .td_block_instagram{overflow:hidden}}.td-footer-instagram-container .td-instagram-wrap{margin:0}.td-pinterest-main{column-count:1;column-gap:0}.td-pinterest-main .td-pinterest-element{display:block}.td-pinterest-main .td-pinterest-element img{display:block;border-bottom:0 solid #fff0}.td-pinterest-gap-2{column-gap:2px}.td-pinterest-gap-2 .td-pinterest-element img{border-bottom-width:2px}.td-pinterest-gap-5{column-gap:5px}.td-pinterest-gap-5 .td-pinterest-element img{border-bottom-width:5px}.td-pinterest-gap-10{column-gap:10px}.td-pinterest-gap-10 .td-pinterest-element img{border-bottom-width:10px}.td_block_pinterest{padding-top:20px;padding-bottom:16px}.td_block_pinterest .td-pinterest-header{margin-bottom:22px}.td_block_pinterest .td-pinterest-header .td-pinterest-profile-image{width:46px;height:46px;border-radius:60px;overflow:hidden;margin-right:12px;float:left}.td_block_pinterest .td-pinterest-header .td-pinterest-user-meta{padding-top:2px}.td_block_pinterest .td-pinterest-header .td-pinterest-user-meta a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.td_block_pinterest .td-pinterest-header .td-pinterest-user-meta .td-pinterest-user{max-width:50%;margin-right:10px;font-size:15px;font-weight:700;color:#363636}.td_block_pinterest .td-pinterest-header .td-pinterest-user-meta .td-pinterest-board{max-width:25%;font-size:12px;color:#8e8e8e;line-height:19px}.td_block_pinterest .td-pinterest-header .td-pinterest-followers{display:inline-block;font-size:11px;line-height:15px;position:relative;top:-10px}.td_block_pinterest .td-pinterest-header .td-pinterest-followers span{font-weight:600}.td_block_pinterest .td-column-1 .td-pinterest-profile-image{margin-top:8px}.td_block_pinterest .td-column-1 .td-pinterest-user-meta .td-pinterest-board{max-width:35%;font-size:11px;line-height:16px}.td_block_pinterest .td-column-1 .td-pinterest-user-meta a{display:block}.td_block_pinterest .td-column-1 .td-pinterest-followers{top:-1px;font-size:10px}.wpb_raw_code{margin-bottom:0!important}.wpb_row,.wpb_content_element,ul.wpb_thumbnails-fluid>li,.last_toggle_el_margin,.wpb_button{margin-bottom:0}.vc_col-has-fill>.vc_column-inner,.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner{padding-top:0}.vc_row .vc_column-inner{padding-left:0;padding-right:0}.td-main-sidebar{z-index:1}.tdc-columns .tdc-column .wpb_column{position:relative}.tdc-columns .tdc-column .wpb_column:before{content:'';position:absolute;background-color:#e6e6e6;top:0;width:1px;height:100%;display:block;right:-1px}@media (max-width:767px){.tdc-columns .tdc-column .wpb_column:before{display:none}}.tdc-columns .tdc-column:last-child .wpb_column:before{display:none}.tdc-columns .tdc-column:nth-of-type(3) .td-pb-span4:after{content:'';position:absolute;background-color:#e6e6e6;top:0;width:1px;height:100%;display:block;left:-341px}@media (max-width:767px){.tdc-columns .tdc-column:nth-of-type(3) .td-pb-span4:after{display:none}}@media (min-width:768px) and (max-width:1023px){.tdc-columns .tdc-column:nth-of-type(3) .td-pb-span4:after{left:-253px}}.tdc-columns .tdc-column:nth-last-of-type(3) .td-pb-span4:after{content:'';position:absolute;background-color:#e6e6e6;top:0;width:1px;height:100%;display:block;right:-341px}@media (max-width:767px){.tdc-columns .tdc-column:nth-last-of-type(3) .td-pb-span4:after{display:none}}@media (min-width:768px) and (max-width:1023px){.tdc-columns .tdc-column:nth-last-of-type(3) .td-pb-span4:after{right:-253px}}.tdc-element-style .vc_column,.tdc-element-style .vc_column_inner,.tdc-element-style .td-pb-border-top,.tdc-element-style .td-pb-row{border-color:transparent!important}.tdc-element-style .vc_column:before,.tdc-element-style .vc_column:after,.tdc-element-style .vc_column_inner:before,.tdc-element-style .vc_column_inner:after{background-color:transparent!important}body.compose-mode [class*="vc_span"],body.view-mode [class*="vc_span"]{padding:0!important}body.compose-mode .controls-out-tl{top:0!important}body.compose-mode .controls-bc{z-index:99999}body.compose-mode .control-btn-append{top:0!important}.td_animated{-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.td_animated_long{-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.td_animated_xlong{-webkit-animation-duration:0.8s;animation-duration:0.8s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.td_animated_xxlong{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes td_fadeInRight{0%{opacity:.05;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes td_fadeInRight{0%{opacity:.05;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.td_fadeInRight{-webkit-animation-name:td_fadeInRight;animation-name:td_fadeInRight}@-webkit-keyframes td_fadeInLeft{0%{opacity:.05;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes td_fadeInLeft{0%{opacity:.05;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.td_fadeInLeft{-webkit-animation-name:td_fadeInLeft;animation-name:td_fadeInLeft}@-webkit-keyframes td_fadeInDown{0%{opacity:.05;-webkit-transform:translateY(-15px);transform:translateY(-15px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes td_fadeInDown{0%{opacity:.05;-webkit-transform:translateY(-15px);transform:translateY(-15px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.td_fadeInDown{-webkit-animation-name:td_fadeInDown;animation-name:td_fadeInDown}@-webkit-keyframes td_fadeInUp{0%{opacity:.05;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes td_fadeInUp{0%{opacity:.05;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.td_fadeInUp{-webkit-animation-name:td_fadeInUp;animation-name:td_fadeInUp}@-webkit-keyframes td_fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes td_fadeIn{0%{opacity:0}100%{opacity:1}}.td_fadeIn{-webkit-animation-name:td_fadeIn;animation-name:td_fadeIn}@-webkit-keyframes td_fadeOut_to_1{0%{opacity:1}100%{opacity:.1}}@keyframes td_fadeOut_to_1{0%{opacity:1}100%{opacity:.1}}.td_fadeOut_to_1{-webkit-animation-name:td_fadeOut_to_1;animation-name:td_fadeOut_to_1}@-webkit-keyframes td_fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}}@keyframes td_fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}}.td_fadeOutRight{-webkit-animation-name:td_fadeOutRight;animation-name:td_fadeOutRight}@-webkit-keyframes td_fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}}@keyframes td_fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}}.td_fadeOutLeft{-webkit-animation-name:td_fadeOutLeft;animation-name:td_fadeOutLeft}body .td-header-row .td-header-sp-rec{min-height:0}.td-header-main-menu.td-affix{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);width:1021px;margin-right:auto;margin-left:auto;left:0;right:0;top:0;z-index:9999;position:fixed!important}@media (min-width:768px) and (max-width:1023px){.td-header-main-menu.td-affix{width:756px}}@media (max-width:767px){.td-header-main-menu.td-affix{width:auto}}.admin-bar .td-header-main-menu.td-affix{top:32px}@media (min-width:527px) and (max-width:782px){.admin-bar .td-header-main-menu.td-affix{top:46px}}@media (max-width:602px){.admin-bar .td-header-main-menu.td-affix{top:0}}.td-main-menu-logo{display:none;float:left;height:44px}@media (max-width:767px){.td-main-menu-logo{display:block;float:none;height:auto!important}}.td-main-menu-logo a{line-height:44px}.td-main-menu-logo img{max-height:44px;margin:0 21px;position:relative;vertical-align:middle;display:inline-block;padding-top:3px;padding-bottom:3px;width:auto}@media (min-width:768px) and (max-width:1023px){.td-main-menu-logo img{margin:0 17px}}@media (max-width:767px){.td-main-menu-logo img{margin:auto;bottom:0;top:0;left:0;right:0;position:absolute;max-height:45px!important}}@media (min-width:768px){.td-affix .td-logo-sticky{display:block}.td-header-wrap .td-affix .td-main-menu-logo{height:44px!important}.td-header-wrap .td-affix .td-main-menu-logo a{line-height:44px!important}.td-header-wrap .td-affix .td-main-menu-logo img{max-height:44px!important;top:-1px}.td-header-wrap .td-affix .sf-menu>li>a{line-height:44px!important}}.td-main-menu-full{background-color:#222;position:relative}@media (max-width:767px){.td-header-sp-logo{display:none!important}}.td-header-sp-logo img{bottom:0;max-height:90px;left:0;margin:auto;position:absolute;right:0;top:0;width:auto}@media (min-width:768px) and (max-width:1023px){.td-header-sp-logo img{max-height:70px}}.menu-td-header-container{display:block}.td-header-sp-rec{float:right;margin-bottom:8px;margin-top:8px;width:728px;position:relative}@media (min-width:768px) and (max-width:1023px){.td-header-sp-rec{width:508px}}@media (max-width:767px){.td-header-sp-rec{margin-bottom:0;margin-top:0;width:100%;float:none;min-height:0!important}}@media (min-width:1024px) and (max-height:768px){.td-header-sp-rec{margin-right:7px}}.td-header-sp-rec .td-header-ad-wrap{height:114px;display:block}@media (min-width:768px) and (max-width:1023px){.td-header-sp-rec .td-header-ad-wrap{height:90px}}@media (max-width:767px){.td-header-sp-rec .td-header-ad-wrap{height:auto;margin-left:auto;margin-right:auto;display:table}}.td-header-sp-rec .adsbygoogle{margin:auto;position:absolute;top:0;bottom:0;right:0;left:0}@media (max-width:767px){.td-header-sp-rec .adsbygoogle{position:relative;margin-top:8px;margin-bottom:8px}}.td-header-sp-rec .td-adspot-title{margin:0;position:relative;top:-8px}@media (min-width:768px) and (max-width:1023px){.td-header-sp-rec .td-adspot-title{top:-6px}}@media (max-width:767px){.td-header-sp-rec .td-adspot-title{top:0;margin-top:5px;margin-bottom:-5px}}@media (min-width:1024px){.td-header-style-5 .td-ad-m,.td-header-style-7 .td-ad-m,.td-header-style-8 .td-ad-m,.td-header-style-9 .td-ad-m,.td-header-style-10 .td-ad-m{border-bottom:1px solid #e6e6e6}}@media (min-width:768px) and (max-width:1023px){.td-header-style-5 .td-ad-tp,.td-header-style-7 .td-ad-tp,.td-header-style-8 .td-ad-tp,.td-header-style-9 .td-ad-tp,.td-header-style-10 .td-ad-tp{border-bottom:1px solid #e6e6e6}}@media (max-width:767px){.td-header-style-5 .td-ad-p,.td-header-style-7 .td-ad-p,.td-header-style-8 .td-ad-p,.td-header-style-9 .td-ad-p,.td-header-style-10 .td-ad-p{border-bottom:1px solid #e6e6e6}}.td-header-style-5 .td-adspot-title,.td-header-style-7 .td-adspot-title,.td-header-style-8 .td-adspot-title,.td-header-style-9 .td-adspot-title,.td-header-style-10 .td-adspot-title{margin-bottom:-20px;top:0}.white-menu .td-mega-menu .td-mega-grid{border-top-width:1px;border-style:solid;border-color:#e6e6e6}.white-menu #td-header-menu .td-normal-menu .sub-menu{box-shadow:0 0 1px rgb(0 0 0 / .15)}.white-menu #td-header-menu .sf-menu>.td-normal-menu>.sub-menu>li:first-child{border-top:1px solid #e6e6e6}.white-menu .sf-menu{margin-left:5px}.white-menu .td-header-main-menu.td-affix{box-shadow:none}@media (max-width:767px){.white-menu .td-header-main-menu{border-bottom:1px solid #e6e6e6;border-top:1px solid #e6e6e6;background-color:#fcfcfc}}@media (max-width:767px){.white-menu .td-header-main-menu{height:55px}}.white-menu .header-search-wrap .td-drop-down-search{box-shadow:none;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}.white-menu .header-search-wrap .td-drop-down-search:before{border-color:#fff0 #fff0 #e6e6e6}.td-logo-in-header .td-sticky-disable.td-mobile-logo,.td-logo-in-header .td-sticky-disable.td-header-logo{display:none}@media (max-width:767px){.td-logo-in-header .td-sticky-disable.td-mobile-logo{display:block}}.td-logo-in-header .td-sticky-header.td-mobile-logo{display:none}@media (max-width:767px){.td-logo-in-header .td-sticky-header.td-mobile-logo{display:inherit}}.td-logo-in-header .td-sticky-header.td-header-logo{display:block}@media (max-width:767px){.td-logo-in-header .td-sticky-header.td-header-logo{display:none}}.td-logo-in-header .td-sticky-mobile.td-mobile-logo{display:block}.td-logo-in-header .td-sticky-mobile.td-header-logo{display:none}.td-logo-in-menu .td-sticky-disable.td-mobile-logo{display:none}@media (max-width:767px){.td-logo-in-menu .td-sticky-disable.td-mobile-logo{display:block}}.td-logo-in-menu .td-sticky-disable.td-header-logo{display:block}@media (max-width:767px){.td-logo-in-menu .td-sticky-disable.td-header-logo{display:none}}.td-affix .td-logo-in-menu .td-sticky-disable.td-header-logo{display:none}.td-logo-in-menu .td-sticky-header.td-mobile-logo{display:none}@media (max-width:767px){.td-logo-in-menu .td-sticky-header.td-mobile-logo{display:block}}.td-logo-in-menu .td-sticky-header.td-header-logo{display:block}@media (max-width:767px){.td-logo-in-menu .td-sticky-header.td-header-logo{display:none}}.td-logo-in-menu .td-sticky-mobile.td-mobile-logo{display:none}@media (max-width:767px){.td-logo-in-menu .td-sticky-mobile.td-mobile-logo{display:block}}@media (max-width:767px){.td-logo-in-menu .td-sticky-mobile.td-header-logo{display:none}}.td-affix .td-logo-in-menu .td-sticky-mobile.td-header-logo{display:none}.td-affix .td-logo-in-menu .td-sticky-mobile.td-mobile-logo{display:block}.td-affix .td-logo-in-menu .td-main-logo{display:none}@media (max-width:767px){.td-affix .td-logo-in-menu .td-main-logo{display:block}}.td-affix .td-logo-in-menu.td-logo-sticky .td-main-logo{display:block}.td-wpml .wpml-ls-menu-item .wpml-ls-flag{vertical-align:middle;top:-1px;position:relative;margin-right:3px}@media (max-width:767px){.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children{position:relative;display:inline-block;width:100%;text-align:center;margin-top:16px}.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children>a{pointer-events:none}}.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu{position:absolute;display:block;bottom:100%;padding:12px 20px;margin:0 -20px 10px;visibility:hidden;opacity:0;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;transform:translate3d(0,-10px,0);-webkit-transform:translate3d(0,-10px,0)}@media (max-width:767px){.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu{margin:10px 0;right:0;left:0}}.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu li{display:block;padding:3px 0;white-space:nowrap;text-align:center}@media (max-width:767px){.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children .sub-menu li{padding:6px 0}}.td-wpml .td-subfooter-menu .wpml-ls-item.menu-item-has-children:hover .sub-menu{visibility:visible;opacity:1;transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0)}@media (max-width:767px){.td-wpml .td-subfooter-menu .menu-item-first a{margin-left:16px}}@media (max-width:767px){.td-wpml .td-subfooter-menu .wpml-ls-first-item.menu-item-first{margin-top:0;margin-bottom:16px}}@media (max-width:767px){.td-wpml .td-header-style-1 .td-header-top-menu{top:0}.td-wpml .td_data_time{line-height:29px;margin:0!important}.td-wpml .td-top-menu-full,.td-wpml .td-header-top-menu{display:block!important}.td-wpml .td-header-sp-top-menu{width:100%}.td-wpml .td-header-top-menu{padding-left:17px;padding-right:17px}.td-wpml .td_ul_logout,.td-wpml .td_ul_login,.td-wpml .td-header-sp-top-widget,.td-wpml .td-weather-top-widget{display:none!important}.td-wpml .menu-top-container{margin-right:0;float:right}.td-wpml .menu-top-container .top-header-menu>li{display:none}.td-wpml .menu-top-container .top-header-menu>li a{margin-right:0}.td-wpml .menu-top-container .top-header-menu .wpml-ls-item{display:inline-block;margin-top:0}.td-wpml .menu-top-container .top-header-menu li ul{border-top:0}.td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children>a{pointer-events:none}.td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu{position:absolute;display:block;visibility:hidden;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;transform:translate3d(0,10px,0);-webkit-transform:translate3d(0,10px,0);right:0;left:auto;margin:0;box-shadow:0 0 4px 0 rgb(0 0 0 / .15)}.td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu li{display:block;padding:3px 0;white-space:nowrap}.td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu a{margin:0 10px;padding:0}.td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu .wpml-ls-menu-item .wpml-ls-flag{top:-2px}.td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children:hover .sub-menu{visibility:visible;opacity:1;transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0)}}@media (max-width:767px){.td-tagline-text{display:none}}@media (min-width:768px){.td-header-style-4 .td-main-menu-logo a img,.td-header-style-5 .td-main-menu-logo a img,.td-header-style-9 .td-main-menu-logo a img{top:-2px}}@-moz-document url-prefix(){@media (min-width:768px){.td-header-wrap .td-affix .td-main-menu-logo img{top:-2px}}}.td-header-style-1 .td-header-top-menu{position:relative;top:10px}.td-header-style-1 .td-header-sp-rec{float:right}@media (max-width:767px){.td-header-style-1 .td-header-sp-rec{float:none}}.td-header-style-2 .td-header-top-menu{padding:0}.td-header-style-2 .td-top-bar-container{padding:4px 15px 4px 20px}.td-header-style-2 .td-header-sp-logo{background-color:#4db2ec;position:relative;margin-bottom:0;margin-top:0;min-height:0}.td-header-style-2 .td-header-sp-logo img{bottom:0;max-height:100%;left:0;margin:auto;padding:0;position:absolute;right:0;top:0;width:auto}.td-header-style-2 .td-header-sp-rec{float:right;margin:0 9px 0 0;position:relative}@media (min-width:768px) and (max-width:1023px){.td-header-style-2 .td-header-sp-rec{margin:0}}@media (max-width:767px){.td-header-style-2 .td-header-sp-rec{margin:0;float:none}}.td-header-style-3 .top-header-menu>.current-menu-item>a,.td-header-style-3 .top-header-menu>.current-menu-ancestor>a,.td-header-style-3 .top-header-menu>.current-category-ancestor>a,.td-header-style-3 .top-header-menu>li>a:hover,.td-header-style-3 .top-header-menu>.sfHover>a{color:#4db2ec}.td-header-style-3 .td-header-sp-rec{float:right}.td-header-style-4 .top-header-menu>.current-menu-item>a,.td-header-style-4 .top-header-menu>.current-menu-ancestor>a,.td-header-style-4 .top-header-menu>.current-category-ancestor>a,.td-header-style-4 .top-header-menu>li>a:hover,.td-header-style-4 .top-header-menu>.sfHover>a{color:#4db2ec}.td-header-style-4 .td-main-menu-logo{display:block}.td-header-style-4 .td-header-sp-rec{width:100%}.td-header-style-5 .td-top-menu-full{background-color:#348cbf}.td-header-style-5 .top-header-menu>.current-menu-item>a,.td-header-style-5 .top-header-menu>.current-menu-ancestor>a,.td-header-style-5 .top-header-menu>.current-category-ancestor>a,.td-header-style-5 .top-header-menu>li>a:hover,.td-header-style-5 .top-header-menu>.sfHover>a{color:#000}.td-header-style-5 .td-main-menu-logo{display:block}.td-header-style-5 .td-main-menu-logo img{margin:0 21px 0 0}@media (min-width:768px) and (max-width:1023px){.td-header-style-5 .td-main-menu-logo img{margin:0 17px 0 0}}@media (max-width:767px){.td-header-style-5 .td-main-menu-logo img{margin:auto}}.td-header-style-5 .td-header-sp-rec{margin-top:0;margin-bottom:0;width:100%}.td-header-style-5 .td-header-sp-rec .td-header-ad-wrap{height:auto;width:100%}.td-header-style-5 .td-header-sp-rec .td-g-rec,.td-header-style-5 .td-header-sp-rec .td-a-rec{display:table;height:auto;margin-left:auto;margin-right:auto}.td-header-style-5 .td-header-sp-rec .adsbygoogle,.td-header-style-5 .td-header-sp-rec img{position:relative;margin-top:20px;margin-bottom:20px}.td-header-style-5 .td-affix{width:auto}.td-header-style-6 .td-header-sp-top-menu .top-header-menu>.current-menu-item>a,.td-header-style-6 .td-header-sp-top-menu .top-header-menu>.current-menu-ancestor>a,.td-header-style-6 .td-header-sp-top-menu .top-header-menu>.current-category-ancestor>a,.td-header-style-6 .td-header-sp-top-menu .top-header-menu>li>a:hover,.td-header-style-6 .td-header-sp-top-menu .top-header-menu>.sfHover>a{color:#000}.td-header-style-6 .td-top-menu-full{background-color:#4db2ec}.td-header-style-6 .td-main-menu-logo img{margin:0 21px 0 0}@media (min-width:768px) and (max-width:1023px){.td-header-style-6 .td-main-menu-logo img{margin:0 17px 0 0}}@media (max-width:767px){.td-header-style-6 .td-main-menu-logo img{margin:auto}}.td-header-style-6 .td-affix{width:auto}.td-header-style-6 .sf-menu{margin-left:0}.td-header-style-6 .td-header-sp-rec{float:right}.td-header-style-6 .td-header-header .td-make-full{border-bottom:1px solid #e6e6e6}.td-header-style-7 .td-header-sp-logo{margin-bottom:0;margin-top:0;width:100%}.td-header-style-7 .td-header-sp-logo a{height:auto}.td-header-style-7 .td-header-sp-logo img{position:relative;max-height:none}.td-header-style-7 .td-header-sp-rec{margin-top:0;margin-bottom:0;width:100%}.td-header-style-7 .td-header-sp-rec .td-header-ad-wrap{height:auto;width:100%}.td-header-style-7 .td-header-sp-rec .td-g-rec,.td-header-style-7 .td-header-sp-rec .td-a-rec{display:table;height:auto;margin-left:auto;margin-right:auto}.td-header-style-7 .td-header-sp-rec .adsbygoogle,.td-header-style-7 .td-header-sp-rec img{position:relative;margin-top:20px;margin-bottom:20px}.td-header-style-8 .top-header-menu>.current-menu-item>a,.td-header-style-8 .top-header-menu>.current-menu-ancestor>a,.td-header-style-8 .top-header-menu>.current-category-ancestor>a,.td-header-style-8 .top-header-menu>li>a:hover,.td-header-style-8 .top-header-menu>.sfHover>a{color:#4db2ec}.td-header-style-8 .td-header-sp-logo{margin-bottom:0;margin-top:0;width:100%}.td-header-style-8 .td-header-sp-logo a{height:auto}.td-header-style-8 .td-header-sp-logo img{position:relative;max-height:none}.td-header-style-8 .td-main-menu-logo img{margin:0 21px 0 0}@media (min-width:768px) and (max-width:1023px){.td-header-style-8 .td-main-menu-logo img{margin:0 17px 0 0}}@media (max-width:767px){.td-header-style-8 .td-main-menu-logo img{margin:auto}}.td-header-style-8 .td-header-border #td-top-search{margin-top:-22px}.td-header-style-8 .td-affix{width:auto}.td-header-style-8 .td-header-sp-rec{margin-top:0;margin-bottom:0;width:100%}.td-header-style-8 .td-header-sp-rec .td-header-ad-wrap{height:auto;width:100%}.td-header-style-8 .td-header-sp-rec .td-g-rec,.td-header-style-8 .td-header-sp-rec .td-a-rec{display:table;height:auto;margin-left:auto;margin-right:auto}.td-header-style-8 .td-header-sp-rec .adsbygoogle,.td-header-style-8 .td-header-sp-rec img{position:relative;margin-top:20px;margin-bottom:20px}.td-boxed-layout .td-header-style-8 .td-header-menu-wrap,.td-boxed-layout .td-header-style-8>.td-header-header{margin-left:auto;margin-right:auto;width:1021px}@media (min-width:768px) and (max-width:1023px){.td-boxed-layout .td-header-style-8 .td-header-menu-wrap,.td-boxed-layout .td-header-style-8>.td-header-header{width:756px}}@media (max-width:767px){.td-boxed-layout .td-header-style-8 .td-header-menu-wrap,.td-boxed-layout .td-header-style-8>.td-header-header{width:100%}}.td-header-style-9 .top-header-menu>.current-menu-item>a,.td-header-style-9 .top-header-menu>.current-menu-ancestor>a,.td-header-style-9 .top-header-menu>.current-category-ancestor>a,.td-header-style-9 .top-header-menu>li>a:hover,.td-header-style-9 .top-header-menu>.sfHover>a{color:#4db2ec}.td-header-style-9 .td-main-menu-logo{display:block}.td-header-style-9 .td-main-menu-logo img{margin:0 21px 0 0}@media (min-width:768px) and (max-width:1023px){.td-header-style-9 .td-main-menu-logo img{margin:0 17px 0 0}}@media (max-width:767px){.td-header-style-9 .td-main-menu-logo img{margin:auto}}.td-header-style-9 .td-header-border #td-top-search{margin-top:-22px}.td-header-style-9 .td-affix{width:auto}.td-header-style-9 .td-header-sp-rec{margin-top:0;margin-bottom:0;width:100%}.td-header-style-9 .td-header-sp-rec .td-header-ad-wrap{height:auto;width:100%}.td-header-style-9 .td-header-sp-rec .td-g-rec,.td-header-style-9 .td-header-sp-rec .td-a-rec{display:table;height:auto;margin-left:auto;margin-right:auto}.td-header-style-9 .td-header-sp-rec .adsbygoogle,.td-header-style-9 .td-header-sp-rec img{position:relative;margin-top:20px;margin-bottom:20px}.td-header-style-10 .td-affix{width:auto}@media (min-width:768px){.td-header-style-10 .td-affix .sf-menu{margin-left:140px}}.td-header-style-10 .top-header-menu>.current-menu-item>a,.td-header-style-10 .top-header-menu>.current-menu-ancestor>a,.td-header-style-10 .top-header-menu>.current-category-ancestor>a,.td-header-style-10 .top-header-menu>li>a:hover,.td-header-style-10 .top-header-menu>.sfHover>a{color:#4db2ec}.td-header-style-10 .top-header-menu .sub-menu{border-top:1px solid #e6e6e6}.td-header-style-10 .td-header-text-logo{margin:0;position:relative}.td-header-style-10 .td-header-text-logo img{margin-left:auto;margin-right:auto}.td-header-style-10 .td-header-text-logo span{display:block;text-align:center}.td-header-style-10 .td-main-menu-logo img{margin:0 21px 0 0}@media (min-width:768px) and (max-width:1023px){.td-header-style-10 .td-main-menu-logo img{margin:0 17px 0 0}}@media (max-width:767px){.td-header-style-10 .td-main-menu-logo img{margin:auto}}@media (min-width:768px){.td-header-style-10 .td-logo-sticky{position:absolute;left:0}.td-header-style-10 .td-logo-sticky img{max-width:102px}}@media (min-width:768px){.td-header-style-10 .td-logo-sticky img{max-width:inherit}}@media (max-width:767px){.td-header-style-10 .td-affix .td-logo-sticky.td-main-menu-logo .td-main-logo{display:block}}@media (max-width:767px){.td-header-style-10 .td-main-menu-logo .td-main-logo{display:none}}@media (max-width:767px){.td-header-style-10 .td-logo-in-header .td-header-logo{display:none}}.td-header-style-10 #td-header-menu{display:table;margin:0 auto}@media (max-width:767px){.td-header-style-10 #td-header-menu{display:block}}.td-header-style-10 .td-header-menu-wrap{position:relative}.td-header-style-10 .menu-main-menu-container{display:inherit}.td-header-style-10 .td-logo-wrap{display:block;margin:60px 10px}@media (max-width:767px){.td-header-style-10 .td-logo-wrap{margin:10px 0}}.td-header-style-10 .td-header-sp-rec{margin-top:0;margin-bottom:0;width:100%}.td-header-style-10 .td-header-sp-rec .td-header-ad-wrap{height:auto;width:100%}.td-header-style-10 .td-header-sp-rec .td-g-rec,.td-header-style-10 .td-header-sp-rec .td-a-rec{display:table;height:auto;margin-left:auto;margin-right:auto}.td-header-style-10 .td-header-sp-rec .adsbygoogle,.td-header-style-10 .td-header-sp-rec img{position:relative;margin-top:20px;margin-bottom:20px}.white-menu .td-header-style-10 .td-header-main-menu{border-top:1px solid #e6e6e6}.white-menu .td-header-style-10 #td-top-search{margin-top:-22px}@media (max-width:767px){.td-logo-mobile-loaded{display:none}}.white-grid.white-menu .td-header-menu-wrap .td-header-main-menu{border-color:#e6e6e6}.white-grid.white-menu .td-header-style-3 .td-header-main-menu,.white-grid.white-menu .td-header-style-4 .td-header-main-menu{border-top:1px solid #e6e6e6}.white-menu .td-header-main-menu{border-bottom:1px solid #e6e6e6}.top-header-menu{list-style:none;padding:0;margin:0}.top-header-menu>.current-menu-item>a,.top-header-menu>.current-menu-ancestor>a,.top-header-menu>.current-category-ancestor>a,.top-header-menu>li>a:hover,.top-header-menu>.sfHover>a{color:#4db2ec}.top-header-menu ul .current-menu-item>a,.top-header-menu ul .current-menu-ancestor>a,.top-header-menu ul .current-category-ancestor>a,.top-header-menu ul li>a:hover,.top-header-menu ul .sfHover>a{color:#4db2ec}.top-header-menu>.td-normal-menu:hover>.sub-menu{display:block!important}.top-header-menu .td-icon-menu-down{padding:0 0 0 6px;top:-1px}.top-header-menu .td_user_logd_in{font-weight:700}.top-header-menu .td_user_logd_in:hover{text-decoration:none!important}.top-header-menu .menu-item-has-children .sub-menu{display:none}.top-header-menu .menu-item-has-children li{list-style-image:none;height:auto;width:100%}.top-header-menu .menu-item-has-children li a{font-family:'Open Sans',arial,sans-serif;font-weight:500;font-size:11px;line-height:28px;display:block;text-transform:none;margin:0;padding:0 20px;white-space:nowrap;min-width:100px}.top-header-menu .menu-item-has-children li:first-child>a{margin-top:8px}.top-header-menu .menu-item-has-children li:last-child>a{margin-bottom:7px}.top-header-menu li{display:inline-block;position:relative;zoom:1;z-index:9}.top-header-menu li ul{position:relative;border-top:3px solid #000;list-style:none;box-shadow:none;border-bottom:1px solid #e6e6e6}.top-header-menu li a{color:#222;margin:0 12px 0 0;font-family:'Open Sans',arial,sans-serif;font-weight:700;font-size:11px;line-height:29px}@media (min-width:768px) and (max-width:1023px){.top-header-menu li a{font-size:10px}}.top-header-menu a{text-transform:uppercase}.top-header-menu ul .td-icon-menu-down,.top-header-menu .td-mega-menu .td-icon-menu-down{display:none}.top-header-menu .td-mega-menu ul,.top-header-menu ul ul{display:none!important}@media (max-height:768px){.td-header-top-menu{padding:0 16px}}@media (max-width:767px){.td-header-top-menu{display:none}}.td-top-bar-container{display:inline-block;width:100%;float:left}.td-header-sp-top-menu{position:relative;padding-left:0}.td-header-sp-top-menu .top-header-menu{display:inline-block}.td-header-sp-top-menu .top-header-menu .sub-menu{position:absolute;background-color:#fff;left:-20px}.td-header-sp-top-menu .menu-top-container{display:inline-block}.td-header-sp-top-menu .menu-top-container li:last-child a{margin-right:0}.td-header-sp-top-menu .td_data_time{position:relative;display:inline-block;font-family:'Open Sans',arial,sans-serif;font-size:11px;font-weight:700;margin:0 32px 0 0;text-transform:uppercase}@media (min-width:768px) and (max-width:1023px){.td-header-sp-top-menu .td_data_time{font-size:10px;margin:0 22px 0 0}}.td_ul_login li a{margin-right:17px}.td_ul_logout{margin-right:20px;margin-left:40px}@media (min-width:768px) and (max-width:1023px){.td_ul_logout{margin-right:10px}}.td_ul_logout .menu-item{position:relative;left:0}.td_ul_logout .menu-item a{display:inline!important;line-height:29px!important;margin-right:21px}.td_ul_logout .menu-item .td_user_logd_in{margin-right:4px}.td_ul_logout .menu-item i{font-size:11px;position:relative;top:1px;margin-right:2px}.td_ul_logout .menu-item img{position:absolute;top:5px;left:-30px;display:inline-block;margin-right:19px}.td-top-menu-full{background-color:#222;z-index:4;position:relative}.td-top-menu-full .top-header-menu>li>a,.td-top-menu-full .td_data_time,.td-top-menu-full .td-icon-font,.td-top-menu-full .td-weather-top-widget{color:#fff}@media (max-width:767px){.td-top-menu-full{display:none}}.td-header-sp-top-widget{line-height:29px;text-align:right;position:relative;right:0}.td-header-sp-top-widget .td-social-icon-wrap>a{margin:0 3px 0 0;display:inline-block}.td-social-icon-wrap i{text-align:center;font-size:14px;width:24px;color:#222;display:inline-block}.td-social-icon-wrap i.td-icon-ebay{width:30px}.td-social-icon-wrap i.td-icon-gettr{font-size:24px;vertical-align:sub}.top-bar-style-1 .td-header-sp-top-widget{float:right}.top-bar-style-2 .td-header-sp-top-menu{float:right}.top-bar-style-3 .td-header-sp-top-widget span:first-child{margin-left:32px}@media (min-width:768px) and (max-width:1023px){.top-bar-style-3 .td-header-sp-top-widget span:first-child{margin-left:22px}}.top-bar-style-4 .td-header-sp-top-widget,.top-bar-style-4 .td-header-sp-top-menu{float:right}.top-bar-style-4 .td-header-sp-top-widget span:first-child{margin-left:32px}@media (min-width:768px) and (max-width:1023px){.top-bar-style-4 .td-header-sp-top-widget span:first-child{margin-left:22px}}.td-mega-menu{position:static!important}.td-mega-menu .td-mega-grid{border-width:0 0 1px 0;border-style:solid;border-color:#e6e6e6}.td-mega-menu .td-mega-grid:before{content:"";width:1px;height:100%;background-color:#e6e6e6;position:absolute;left:0;top:0}.td-mega-menu .td-next-prev-wrap{clear:none}.td-mega-menu .td_block_mega_menu{padding-top:20px}.td-mega-menu .td-mega-row{height:218px}@media (min-width:768px) and (max-width:1023px){.td-mega-menu .td-mega-row{height:170px}}.td-mega-menu .td-pb-row [class*="td-pb-span"]{border-left:0!important}.td-mega-menu .td_block_wrap{border-left:0!important;border-right:0!important}.td-mega-menu .td_block_wrap .td-pulldown-filter-display-option{display:none}.td-mega-menu .td-pb-row .wpb_column:before{display:none}.td-mega-menu .wpb_content_element{clear:both}.td-mega-menu .wpb_content_element .widgettitle{margin-top:24px!important;margin-bottom:19px!important}.td-mega-menu .wpb_content_element ul{display:block!important;width:auto!important;position:relative!important;webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;top:0!important;padding-bottom:0!important}.td-mega-menu .wpb_content_element li{float:none!important;width:auto!important;line-height:30px!important;padding:4px 0 4px 0!important;border-top:1px dashed #f1f1f1}.td-mega-menu .wpb_content_element li:last-child{border-bottom:1px dashed #f1f1f1}.td-mega-menu .wpb_content_element li ul{opacity:1!important;margin-top:4px!important;padding-bottom:0!important}.td-mega-menu .wpb_content_element li ul li:last-child{border-bottom:0!important;padding-bottom:0!important}.td-mega-menu .wpb_content_element li a{background-color:transparent!important;line-height:30px!important;padding:0!important;margin:0!important;color:#222222!important}.td-mega-menu .wpb_content_element li a i{display:none}.td-mega-menu .wpb_content_element li a:hover{background-color:transparent!important;color:#4db2ec!important}.td-mega-menu ul{position:absolute!important;width:1021px!important;height:auto!important;top:100%;left:0!important;display:none}@media (min-width:768px) and (max-width:1023px){.td-mega-menu ul{width:756px!important}}.td-mega-menu ul .td-pb-border-top{border-top:none;border-left:1px solid #e6e6e6;border-right:1px solid #e6e6e6}.td-mega-menu ul .td-next-prev-wrap{display:inline-block;float:right;position:relative;top:-5px;margin:20px 20px 0 0}.td-mega-menu ul .td-next-prev-wrap a{margin-bottom:14px}.td-header-border .sf-menu li.td-mega-menu ul{top:auto}.td_mod_mega_menu .td-module-thumb{margin-bottom:6px;position:relative}.td_mod_mega_menu .entry-title{font-size:13px;line-height:19px;font-weight:600;margin:0}@media (min-width:768px) and (max-width:1023px){.td_mod_mega_menu .entry-title{font-size:11px;line-height:16px}}@media (min-width:1024px){.td_mod_mega_menu .entry-thumb{min-height:135px}}@media (min-width:768px) and (max-width:1023px){.td_mod_mega_menu .entry-thumb{min-height:95px}}.td_mega_menu_sub_cats{display:inline-block;float:left;clear:both}.td_mega_menu_sub_cats .block-mega-child-cats{margin:11px 0 18px 20px}.td_mega_menu_sub_cats a{border-radius:3px;display:inline-table;font-size:11px;font-weight:700;color:#111;text-transform:uppercase;line-height:16px;padding:2px 15px;position:relative;vertical-align:middle;-webkit-transition:none;transition:none}@media (min-width:768px) and (max-width:1023px){.td_mega_menu_sub_cats a{font-size:10px;font-weight:600;line-height:14px;padding:2px 9px 2px 9px;height:19px}}.td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat{background-color:#4db2ec;color:#fff}.td_block_mega_menu .td_mega_menu_sub_cats .cur-sub-cat:hover{color:#fff}.td-no-subcats .td-next-prev-wrap{clear:both}.td-demo-multicolumn-2 .sub-menu{padding:11px 0 0;-moz-column-count:2;-webkit-column-count:2;column-count:2}.td-demo-multicolumn-2 .sub-menu li:first-child>a{margin-top:0}.td-menu-mob-open-menu{overflow:hidden}.td-menu-mob-open-menu #td-outer-wrap{position:static;width:100%;-webkit-transition:transform 0.7s ease;transition:transform 0.7s ease;-webkit-transform-origin:50% 200px 0;transform-origin:50% 200px 0}.td-menu-mob-open-menu .td-demo-multicolumn-2 .sub-menu{padding:0;-moz-column-count:1;-webkit-column-count:1;column-count:1}.td-menu-mob-open-menu .td-demo-multicolumn-2 .td-demo-menuitem-hide{display:none}.td-demo-menuitem-hide{visibility:hidden}.td-mega-menu-page .sub-menu ul{display:inline-block!important;position:initial!important;width:auto!important}.header-search-wrap .td_module_mx2 a:after{position:absolute;left:0;width:100%;top:0;bottom:0;content:'';z-index:1}.header-search-wrap .header-search{z-index:2}.header-search-wrap #td-header-search-button{display:block;position:relative}@media (max-width:767px){.header-search-wrap #td-header-search-button{display:none}}.header-search-wrap #td-header-search-button-mob{display:none;position:relative}@media (max-width:767px){.header-search-wrap #td-header-search-button-mob{display:block;right:9px}}.header-search-wrap .td-drop-down-search{position:absolute;padding:0;top:100%;border-radius:0;border-width:0 1px 1px 1px;border-style:solid;border-color:#e6e6e6;z-index:98;display:none;right:0;width:341px;background:#fff}@media (max-width:767px){.header-search-wrap .td-drop-down-search{right:-1px}}@media (max-width:400px){.header-search-wrap .td-drop-down-search{width:101%}}.header-search-wrap .td-drop-down-search .btn{position:absolute;border-radius:0 3px 3px 0;height:32px;line-height:17px;padding:7px 15px 8px;text-shadow:none;vertical-align:top;right:0}@media (max-width:767px){.header-search-wrap .td-drop-down-search .btn{line-height:17px}}.header-search-wrap .td-drop-down-search .btn:hover{background-color:#222}.header-search-wrap .td-drop-down-search:before{position:absolute;top:-6px;right:24px;display:block;content:'';width:0;height:0;border-style:solid;border-width:0 5.5px 6px 5.5px;border-color:#fff0 #fff0 #fff #fff0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}@media (max-width:767px){.header-search-wrap .td-drop-down-search:before{right:23px}}.header-search-wrap .td-drop-down-search #td-header-search{background-color:#ffffff!important;width:95%;height:32px;margin:0;border-right:0;line-height:17px}.header-search-wrap .td-drop-down-search #td-header-search:active,.header-search-wrap .td-drop-down-search #td-header-search:focus{border-color:#ccc}.header-search-wrap .td-drop-down-search .td-aj-search-results{background-color:#fdfdfd;border-top:1px solid #ededed;border-bottom:1px solid #ededed;padding:10px 0 10px 0}.header-search-wrap .td-drop-down-search .td-aj-search-results .td-module-thumb{top:10px}.header-search-wrap .td-drop-down-search .td-aj-search-results .td_module_wrap .item-details{margin-top:10px;margin-bottom:10px}.header-search-wrap .td-drop-down-search .td-aj-search-results .td_mod_aj_search{padding:10px 21px 0 21px;margin:1px 0 0 0;min-height:56px}.header-search-wrap .td-drop-down-search .td-search-form{margin:21px 20px 20px 21px}.header-search-wrap .td-drop-down-search .result-msg{text-align:center;padding:4px 0 6px 0;font-family:Verdana,Geneva,sans-serif;font-size:12px;color:#222;font-style:italic}.header-search-wrap .td-drop-down-search .result-msg a{color:#222;display:block}.header-search-wrap .td-drop-down-search .result-msg a:hover{color:#4db2ec}.header-search-wrap .td-drop-down-search .no-result{background-color:#fdfdfd;border-top:1px solid #ededed;border-bottom:1px solid #ededed}.header-search-wrap .td-drop-down-search .meta-info{line-height:14px;top:2px}.header-search-wrap .td-aj-cur-element{background-color:#f0f0f0}.td-drop-down-search-open{display:block!important;z-index:9999!important}.td-header-border #td-top-search{margin-top:-20px}@media (max-width:767px){.td-header-border #td-top-search{margin-top:-22px}}#td-mobile-nav .td-menu-login-section{list-style:none;position:relative;margin-top:20px}#td-mobile-nav .td-menu-login-section .td-logged-wrap{line-height:50px;text-align:center}@media (max-width:320px){#td-mobile-nav .td-menu-login-section .td-logged-wrap{line-height:40px}}#td-mobile-nav .td-menu-login-section a{color:#fff}#td-mobile-nav .td-menu-avatar{margin:0;display:inline-block;vertical-align:middle}#td-mobile-nav .td-menu-avatar .td-avatar-container{width:50px;height:50px;border-radius:40px;-webkit-box-shadow:0 0 0 4px rgb(255 255 255 / .1);box-shadow:0 0 0 4px rgb(255 255 255 / .1);overflow:hidden;position:relative}@media (max-width:320px){#td-mobile-nav .td-menu-avatar .td-avatar-container{-webkit-box-shadow:0 0 0 3px rgb(255 255 255 / .1);box-shadow:0 0 0 3px rgb(255 255 255 / .1);width:40px;height:40px}}#td-mobile-nav .td-menu-avatar .avatar{position:absolute;margin:0 auto;left:-9999px;right:-9999px;max-width:none;width:100%;height:100%}#td-mobile-nav .td-menu-username{font-size:14px;font-weight:700;display:inline-block;margin:0 4%}#td-mobile-nav .td-menu-logout{margin:0;display:inline-block}#td-mobile-nav .td-menu-logout a{padding:7px 14px;border:1px solid rgb(255 255 255 / .2);background-color:rgb(255 255 255 / .03);font-size:14px;font-weight:700;border-radius:20px}#td-mobile-nav .td-guest-wrap{height:40px;text-align:center}#td-mobile-nav .td-guest-wrap .td-menu-avatar{position:relative;display:inline-block;vertical-align:middle;top:auto;left:auto;margin-right:15px}#td-mobile-nav .td-guest-wrap .td-menu-avatar .td-avatar-container{width:40px;height:40px}#td-mobile-nav .td-guest-wrap .td-menu-login{display:inline-block;font-size:20px;font-weight:700;color:#fff;vertical-align:middle}#td-mobile-nav .td-guest-wrap .td-menu-login span{background-color:#fff;width:1px;height:20px;display:inline-block;margin:0 13px;line-height:20px;position:relative;top:3px;opacity:.3}#td-mobile-nav .td-guest-wrap .td-menu-login a{cursor:pointer}#td-mobile-nav .td-register-section{position:absolute;top:0;color:#fff;width:100%;z-index:-1}#td-mobile-nav .td-register-section a{color:#fff}#td-mobile-nav .td-register-section .td-icon-read-down{font-size:23px;transform:rotate(90deg);-webkit-transform:rotate(90deg);line-height:74px;width:74px;text-align:center;display:inline-block}#td-mobile-nav .td-register-section .td-login-input{color:#fff;font-weight:400;font-size:17px;height:40px;line-height:40px;border:0;background:#fff0;outline:0;margin:18px 0;position:relative;border-bottom:1px solid rgb(255 255 255 / .2);border-radius:0;box-shadow:none}#td-mobile-nav .td-register-section .td-login-input:focus~label,#td-mobile-nav .td-register-section .td-login-input:valid~label{top:-6px;font-size:14px;opacity:.4}#td-mobile-nav .td-register-section .td-login-form-wrap{padding:0 30px}#td-mobile-nav .td-register-section .td-login-button{display:block;text-align:center;width:100%;text-transform:uppercase;line-height:50px;color:#000;border:none;-webkit-box-shadow:0 0 8px rgb(0 0 0 / .16);box-shadow:0 0 8px rgb(0 0 0 / .16);margin:17px 0 15px;font-size:17px;background-color:#fff;opacity:.9;border-radius:40px;text-shadow:none}#td-mobile-nav .td-register-section .td-login-social{width:100%;margin-top:13px;margin-bottom:10px;line-height:inherit;border-radius:40px}#td-mobile-nav .td-register-section .td-login-info-text{text-align:center;margin-bottom:20px}#td-mobile-nav .td-login-title{position:absolute;top:0;padding:0 50px;text-align:center;line-height:74px;text-transform:uppercase;width:100%;font-size:17px;height:74px;overflow:hidden;z-index:-1}#td-mobile-nav .td-login-panel-title{text-align:center;font-size:16px;padding:30px 10px}#td-mobile-nav .td-login-panel-title span{display:inline-block;font-size:28px;font-weight:700;width:100%;margin-bottom:10px}#td-mobile-nav .td-login-form-mobile-fb-open .td-login-close,#td-mobile-nav .td-login-form-mobile-fb-open .td-register-close,#td-mobile-nav .td-login-form-mobile-fb-open .td-login-panel-title,#td-mobile-nav .td-login-form-mobile-fb-open .td-login-inputs,#td-mobile-nav .td-login-form-mobile-fb-open .td-login-button,#td-mobile-nav .td-login-form-mobile-fb-open .td-login-social,#td-mobile-nav .td-login-form-mobile-fb-open .td-login-info-text,#td-mobile-nav .td-login-form-mobile-fb-open .td-login-register-link{opacity:.5;pointer-events:none}.td-search-wrap-mob{padding:0;position:absolute;width:100%;height:auto;top:0;text-align:center;z-index:9999;visibility:hidden;color:#fff;font-family:-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",sans-serif}.td-search-wrap-mob .td-drop-down-search{opacity:0;visibility:hidden;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s;-webkit-backface-visibility:hidden;position:relative}.td-search-wrap-mob #td-header-search-mob{color:#fff;font-weight:700;font-size:26px;height:40px;line-height:36px;border:0;background:#fff0;outline:0;margin:8px 0;padding:0;text-align:center}.td-search-wrap-mob .td-search-input{margin:0 5%;position:relative}.td-search-wrap-mob .td-search-input span{opacity:.8;font-size:12px}.td-search-wrap-mob .td-search-input:before,.td-search-wrap-mob .td-search-input:after{content:'';position:absolute;display:block;width:100%;height:1px;background-color:#fff;bottom:0;left:0;opacity:.2}.td-search-wrap-mob .td-search-input:after{opacity:.8;transform:scaleX(0);-webkit-transform:scaleX(0);-webkit-transition:transform 0.5s ease 0.8s;transition:transform 0.5s ease 0.8s}.td-search-wrap-mob .td_module_wrap{text-align:left}.td-search-wrap-mob .td_module_wrap .entry-title{font-size:16px;line-height:20px}.td-search-wrap-mob .td_module_wrap .entry-title a{color:#fff}.td-search-wrap-mob .td_module_wrap:hover .entry-title a{color:#fff}.td-search-wrap-mob .td-post-date{color:#ddd;opacity:.8}.td-search-wrap-mob .td-search-form{margin-bottom:30px}.td-search-wrap-mob .td-aj-search-results{margin:0 5%;text-align:left}.td-search-wrap-mob .td-module-thumb{top:auto;left:auto}.td-search-wrap-mob .result-msg{margin:0 5%}.td-search-wrap-mob .result-msg a{display:block;text-align:center;width:100%;text-transform:uppercase;line-height:50px;color:#000;border:none;-webkit-box-shadow:0 0 8px rgb(0 0 0 / .16);box-shadow:0 0 8px rgb(0 0 0 / .16);margin:10px 0 40px;font-size:17px;border-radius:40px;background-color:#fff;opacity:.8;text-shadow:none}.td-search-wrap-mob i{line-height:1;text-align:center;display:inline-block}.td-search-close{text-align:right;z-index:1000}.td-search-close .td-icon-close-mobile{height:70px;width:70px;line-height:70px;font-size:21px;color:#fff;position:relative;top:4px;right:0;display:inline-block;text-align:center}.td-search-opened{overflow:hidden}.td-search-opened #td-outer-wrap{position:static;width:100%;-webkit-transition:transform 0.7s ease;transition:transform 0.7s ease;-webkit-transform-origin:50% 200px 0;transform-origin:50% 200px 0}.td-search-opened .td-search-wrap-mob{position:fixed;height:calc(100% + 1px)}.td-search-opened .td-search-wrap-mob .td-drop-down-search{opacity:1;visibility:visible;-webkit-transition:all 0.5s ease 0.3s;transition:all 0.5s ease 0.3s;overflow-y:scroll;overflow-x:hidden;height:calc(100% + 1px)}.td-search-opened .td-search-background{transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-webkit-box-shadow:0 0 30px #000;box-shadow:0 0 30px #000}.td-search-opened .td-search-background:after{transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0)}.td-search-opened .td-search-input:after{transform:scaleX(1);-webkit-transform:scaleX(1)}.admin-bar .td-search-wrap-mob{padding-top:32px}@media (max-width:767px){.admin-bar .td-search-wrap-mob{padding-top:46px}}.td-post-source-via{font-family:'Open Sans',arial,sans-serif;line-height:21px;font-size:9px;font-weight:700;text-transform:uppercase;font-style:normal}.td-post-small-box{height:15px;line-height:15px;margin-bottom:3px}.td-post-small-box span{background-color:#444;padding:1px 7px;color:#fff}.td-post-small-box a{background-color:#a5a5a5;margin:0 0 0 3px;padding:1px 7px;color:#fff}.td-post-small-box a:hover{text-decoration:none!important;background-color:#4db2ec;color:#fff}.td_block_related_posts{position:relative}@media (max-width:767px){.td_block_related_posts{margin-bottom:40px}}.td_block_related_posts .td-related-span4{padding-bottom:17px}.td_block_related_posts .entry-title{margin:0;font-weight:600;font-size:13px;line-height:17px}@media (max-width:767px){.td_block_related_posts .entry-title{font-size:11px!important;line-height:12px!important;margin-top:4px}}.td_block_related_posts .td-module-thumb{margin-bottom:6px;position:relative}@media (max-width:767px){.td_block_related_posts .td-module-thumb{margin-bottom:0}}.td_block_related_posts .td-next-prev-wrap{display:inline-block;position:absolute;top:0;right:0;margin:20px 19px 0 0}@media (min-width:768px) and (max-width:1023px){.td_block_related_posts .td-next-prev-wrap{margin:17px 17px 0 0}}@media (max-width:767px){.td_block_related_posts .td-next-prev-wrap{top:auto!important;bottom:-40px;left:0;margin:0 auto;text-align:center}}@media (max-width:767px){.td_block_related_posts .td-loader-gif{top:50%}}@media (min-width:1024px){.td_block_related_posts .entry-thumb{min-height:150px}}@media (min-width:768px) and (max-width:1023px){.td_block_related_posts .entry-thumb{min-height:108px}}@media (min-width:768px) and (max-width:1023px){.td-related-full-width .td-next-prev-wrap{margin:17px 19px 0 0}}@media (max-width:767px){.td-related-full-width .td-post-category{display:none!important}}@media (max-width:500px){.td-related-full-width .td-related-span4{display:block;float:none!important;width:100%!important;min-height:68px!important}.td-related-full-width .td-module-thumb{width:75px;position:absolute;left:0;top:0}.td-related-full-width .td-post-category{display:none!important}.td-related-full-width .item-details{float:left;margin-left:86px}}.td-related-title{font-family:'Open Sans',arial,sans-serif;font-size:11px;font-weight:700;line-height:16px;margin:22px 0 22px 20px}@media (min-width:768px) and (max-width:1023px){.td-related-title{margin:19px 0 19px 17px}}@media (max-width:767px){.td-related-title{display:table;margin-left:auto;margin-right:auto}}.td-related-title .td-related-left{color:#222;border-radius:3px 0 0 3px;padding:1px 15px;border:1px solid #222;white-space:nowrap}.td-related-title .td-related-left:hover{background-color:#fafafa}.td-related-title .td-related-right{border-radius:0 3px 3px 0;border-top:1px;border-right:1px;border-bottom:1px;border-left:0;border-color:#222;border-style:solid;padding:1px 14px;background-color:#fff;color:#222;white-space:nowrap}.td-related-title .td-related-right:hover{background-color:#fafafa}.td-related-title .td-cur-simple-item{background-color:#222;color:#fff}.td-related-title .td-cur-simple-item:hover{background-color:#222}.td_mod_related_posts:hover a{color:#4db2ec}.td_mod_related_posts:hover .td-post-category{color:#fff}.td-sidebar-left-content{float:right!important;left:-1px}@media (max-width:767px){.td-sidebar-left-content{float:none!important;left:0}}.td-post-sharing-classic{position:relative;height:20px}.td-post-sharing{margin-left:-3px;margin-right:-3px;font-family:'Open Sans',arial,sans-serif;text-align:left;z-index:2;white-space:nowrap;opacity:0}.td-post-sharing.td-social-show-all{white-space:normal}.td-js-loaded .td-post-sharing{-webkit-transition:opacity 0.3s;transition:opacity 0.3s;opacity:1}.td-post-sharing-classic+.td-post-sharing{margin-top:10px}@media (max-width:767px){.td-post-sharing-classic+.td-post-sharing{margin-top:5px}}.td-post-sharing-top,.td-post-sharing-bottom{padding-top:10px;padding-bottom:3px;border-top:1px solid #e6e6e6}.td-post-sharing-visible,.td-social-sharing-hidden{display:inline-block}.td-social-show-all .td-pulldown-filter-list{display:inline-block}.td-social-network,.td-social-handler{position:relative;display:inline-block;margin:0 3px 7px;height:40px;min-width:40px;font-size:11px;text-align:center;vertical-align:middle}.td-ps-notext .td-social-network .td-social-but-icon,.td-ps-notext .td-social-handler .td-social-but-icon{border-top-right-radius:2px;border-bottom-right-radius:2px}.td-social-network{color:#000;overflow:hidden}.td-social-network .td-social-but-icon{border-top-left-radius:2px;border-bottom-left-radius:2px}.td-social-network .td-social-but-text{border-top-right-radius:2px;border-bottom-right-radius:2px}.td-social-network:hover{opacity:0.8!important}.td-social-handler{color:#444;border:1px solid #e9e9e9;border-radius:2px}.td-social-handler .td-social-but-text{font-weight:700}.td-social-handler .td-social-but-text:before{background-color:#000;opacity:.08}.td-social-share-text{margin-right:18px}.td-social-share-text:before,.td-social-share-text:after{content:'';position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);left:100%;width:0;height:0;border-style:solid}.td-social-share-text:before{border-width:9px 0 9px 11px;border-color:#fff0 #fff0 #fff0 #e9e9e9}.td-social-share-text:after{border-width:8px 0 8px 10px;border-color:#fff0 #fff0 #fff0 #fff}.td-social-but-text,.td-social-but-icon{display:inline-block;position:relative}.td-social-but-icon{height:40px;padding-left:13px;padding-right:13px;line-height:40px;z-index:1}.td-social-but-icon i{position:relative;vertical-align:middle}.td-social-but-text{margin-left:-6px;padding-left:12px;padding-right:17px;line-height:40px}.td-social-but-text:before{content:'';position:absolute;top:12px;left:0;width:1px;height:16px;background-color:#fff;opacity:.2;z-index:1}.td-social-handler i,.td-social-facebook i,.td-social-reddit i,.td-social-linkedin i,.td-social-tumblr i,.td-social-stumbleupon i,.td-social-vk i,.td-social-viber i{font-size:14px}.td-social-telegram i{font-size:16px}.td-social-mail i,.td-social-line i,.td-social-print i{font-size:15px}.td-social-handler .td-icon-share{top:-1px;left:-1px}.td-social-twitter .td-icon-twitter{font-size:12px}.td-social-pinterest .td-icon-pinterest{font-size:13px}.td-social-whatsapp .td-icon-whatsapp{font-size:18px}.td-social-reddit .td-social-but-icon{padding-right:12px}.td-social-reddit .td-icon-reddit{left:-1px}.td-social-telegram .td-social-but-icon{padding-right:12px}.td-social-telegram .td-icon-telegram{left:-1px}.td-social-stumbleupon .td-social-but-icon{padding-right:11px}.td-social-stumbleupon .td-icon-stumbleupon{left:-2px}.td-social-digg .td-social-but-icon{padding-right:11px}.td-social-digg .td-icon-digg{left:-2px;font-size:17px}.td-social-vk .td-social-but-icon{padding-right:11px}.td-social-vk .td-icon-vk{left:-2px}.td-social-naver .td-icon-naver{left:-1px;font-size:16px}.td-social-expand-tabs i{top:-2px;left:-1px;font-size:16px}@media (min-width:767px){.td-social-line,.td-social-viber{display:none}}.td-ps-bg .td-social-network{color:#fff}.td-ps-bg .td-social-facebook .td-social-but-icon,.td-ps-bg .td-social-facebook .td-social-but-text{background-color:#516eab}.td-ps-bg .td-social-twitter .td-social-but-icon,.td-ps-bg .td-social-twitter .td-social-but-text{background-color:#29c5f6}.td-ps-bg .td-social-pinterest .td-social-but-icon,.td-ps-bg .td-social-pinterest .td-social-but-text{background-color:#ca212a}.td-ps-bg .td-social-whatsapp .td-social-but-icon,.td-ps-bg .td-social-whatsapp .td-social-but-text{background-color:#7bbf6a}.td-ps-bg .td-social-reddit .td-social-but-icon,.td-ps-bg .td-social-reddit .td-social-but-text{background-color:#f54200}.td-ps-bg .td-social-mail .td-social-but-icon,.td-ps-bg .td-social-digg .td-social-but-icon,.td-ps-bg .td-social-mail .td-social-but-text,.td-ps-bg .td-social-digg .td-social-but-text{background-color:#000}.td-ps-bg .td-social-print .td-social-but-icon,.td-ps-bg .td-social-print .td-social-but-text{background-color:#333}.td-ps-bg .td-social-linkedin .td-social-but-icon,.td-ps-bg .td-social-linkedin .td-social-but-text{background-color:#0266a0}.td-ps-bg .td-social-tumblr .td-social-but-icon,.td-ps-bg .td-social-tumblr .td-social-but-text{background-color:#3e5a70}.td-ps-bg .td-social-telegram .td-social-but-icon,.td-ps-bg .td-social-telegram .td-social-but-text{background-color:#179cde}.td-ps-bg .td-social-stumbleupon .td-social-but-icon,.td-ps-bg .td-social-stumbleupon .td-social-but-text{background-color:#ee4813}.td-ps-bg .td-social-vk .td-social-but-icon,.td-ps-bg .td-social-vk .td-social-but-text{background-color:#4c75a3}.td-ps-bg .td-social-line .td-social-but-icon,.td-ps-bg .td-social-line .td-social-but-text{background-color:#00b900}.td-ps-bg .td-social-viber .td-social-but-icon,.td-ps-bg .td-social-viber .td-social-but-text{background-color:#5d54a4}.td-ps-bg .td-social-naver .td-social-but-icon,.td-ps-bg .td-social-naver .td-social-but-text{background-color:#3ec729}.td-ps-dark-bg .td-social-network{color:#fff}.td-ps-dark-bg .td-social-network .td-social-but-icon,.td-ps-dark-bg .td-social-network .td-social-but-text{background-color:#000}.td-ps-border .td-social-network .td-social-but-icon,.td-ps-border .td-social-network .td-social-but-text{line-height:38px;border-width:1px;border-style:solid}.td-ps-border .td-social-network .td-social-but-text{border-left-width:0}.td-ps-border .td-social-network .td-social-but-text:before{background-color:#000;opacity:.08}.td-ps-border.td-ps-padding .td-social-network .td-social-but-icon{border-right-width:0}.td-ps-border.td-ps-padding .td-social-network.td-social-expand-tabs .td-social-but-icon{border-right-width:1px}.td-ps-border-grey .td-social-but-icon,.td-ps-border-grey .td-social-but-text{border-color:#e9e9e9}.td-ps-border-colored .td-social-facebook .td-social-but-icon,.td-ps-border-colored .td-social-facebook .td-social-but-text{border-color:#516eab}.td-ps-border-colored .td-social-twitter .td-social-but-icon,.td-ps-border-colored .td-social-twitter .td-social-but-text{border-color:#29c5f6}.td-ps-border-colored .td-social-pinterest .td-social-but-icon,.td-ps-border-colored .td-social-pinterest .td-social-but-text{border-color:#ca212a}.td-ps-border-colored .td-social-whatsapp .td-social-but-icon,.td-ps-border-colored .td-social-whatsapp .td-social-but-text{border-color:#7bbf6a}.td-ps-border-colored .td-social-reddit .td-social-but-icon,.td-ps-border-colored .td-social-reddit .td-social-but-text{border-color:#f54200}.td-ps-border-colored .td-social-mail .td-social-but-icon,.td-ps-border-colored .td-social-digg .td-social-but-icon,.td-ps-border-colored .td-social-mail .td-social-but-text,.td-ps-border-colored .td-social-digg .td-social-but-text{border-color:#000}.td-ps-border-colored .td-social-print .td-social-but-icon,.td-ps-border-colored .td-social-print .td-social-but-text{border-color:#333}.td-ps-border-colored .td-social-linkedin .td-social-but-icon,.td-ps-border-colored .td-social-linkedin .td-social-but-text{border-color:#0266a0}.td-ps-border-colored .td-social-tumblr .td-social-but-icon,.td-ps-border-colored .td-social-tumblr .td-social-but-text{border-color:#3e5a70}.td-ps-border-colored .td-social-telegram .td-social-but-icon,.td-ps-border-colored .td-social-telegram .td-social-but-text{border-color:#179cde}.td-ps-border-colored .td-social-stumbleupon .td-social-but-icon,.td-ps-border-colored .td-social-stumbleupon .td-social-but-text{border-color:#ee4813}.td-ps-border-colored .td-social-vk .td-social-but-icon,.td-ps-border-colored .td-social-vk .td-social-but-text{border-color:#4c75a3}.td-ps-border-colored .td-social-line .td-social-but-icon,.td-ps-border-colored .td-social-line .td-social-but-text{border-color:#00b900}.td-ps-border-colored .td-social-viber .td-social-but-icon,.td-ps-border-colored .td-social-viber .td-social-but-text{border-color:#5d54a4}.td-ps-icon-bg .td-social-but-icon{height:100%;border-color:transparent!important}.td-ps-icon-bg .td-social-network .td-social-but-icon{color:#fff}.td-ps-icon-bg .td-social-facebook .td-social-but-icon{background-color:#516eab}.td-ps-icon-bg .td-social-twitter .td-social-but-icon{background-color:#29c5f6}.td-ps-icon-bg .td-social-pinterest .td-social-but-icon{background-color:#ca212a}.td-ps-icon-bg .td-social-whatsapp .td-social-but-icon{background-color:#7bbf6a}.td-ps-icon-bg .td-social-reddit .td-social-but-icon{background-color:#f54200}.td-ps-icon-bg .td-social-mail .td-social-but-icon,.td-ps-icon-bg .td-social-digg .td-social-but-icon{background-color:#000}.td-ps-icon-bg .td-social-print .td-social-but-icon{background-color:#333}.td-ps-icon-bg .td-social-linkedin .td-social-but-icon{background-color:#0266a0}.td-ps-icon-bg .td-social-tumblr .td-social-but-icon{background-color:#3e5a70}.td-ps-icon-bg .td-social-telegram .td-social-but-icon{background-color:#179cde}.td-ps-icon-bg .td-social-stumbleupon .td-social-but-icon{background-color:#ee4813}.td-ps-icon-bg .td-social-vk .td-social-but-icon{background-color:#4c75a3}.td-ps-icon-bg .td-social-line .td-social-but-icon{background-color:#00b900}.td-ps-icon-bg .td-social-viber .td-social-but-icon{background-color:#5d54a4}.td-ps-icon-bg .td-social-naver .td-social-but-icon{background-color:#3ec729}.td-ps-icon-bg .td-social-but-text{margin-left:-3px}.td-ps-icon-bg .td-social-network .td-social-but-text:before{display:none}.td-ps-icon-arrow .td-social-network .td-social-but-icon:after{content:'';position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);left:calc(100% + 1px);width:0;height:0;border-style:solid;border-width:9px 0 9px 11px;border-color:#fff0 #fff0 #fff0 #000}.td-ps-icon-arrow .td-social-network .td-social-but-text{padding-left:20px}.td-ps-icon-arrow .td-social-network .td-social-but-text:before{display:none}.td-ps-icon-arrow.td-ps-padding .td-social-network .td-social-but-icon:after{left:100%}.td-ps-icon-arrow .td-social-facebook .td-social-but-icon:after{border-left-color:#516eab}.td-ps-icon-arrow .td-social-twitter .td-social-but-icon:after{border-left-color:#29c5f6}.td-ps-icon-arrow .td-social-pinterest .td-social-but-icon:after{border-left-color:#ca212a}.td-ps-icon-arrow .td-social-whatsapp .td-social-but-icon:after{border-left-color:#7bbf6a}.td-ps-icon-arrow .td-social-reddit .td-social-but-icon:after{border-left-color:#f54200}.td-ps-icon-arrow .td-social-mail .td-social-but-icon:after,.td-ps-icon-arrow .td-social-digg .td-social-but-icon:after{border-left-color:#000}.td-ps-icon-arrow .td-social-print .td-social-but-icon:after{border-left-color:#333}.td-ps-icon-arrow .td-social-linkedin .td-social-but-icon:after{border-left-color:#0266a0}.td-ps-icon-arrow .td-social-tumblr .td-social-but-icon:after{border-left-color:#3e5a70}.td-ps-icon-arrow .td-social-telegram .td-social-but-icon:after{border-left-color:#179cde}.td-ps-icon-arrow .td-social-stumbleupon .td-social-but-icon:after{border-left-color:#ee4813}.td-ps-icon-arrow .td-social-vk .td-social-but-icon:after{border-left-color:#4c75a3}.td-ps-icon-arrow .td-social-line .td-social-but-icon:after{border-left-color:#00b900}.td-ps-icon-arrow .td-social-viber .td-social-but-icon:after{border-left-color:#5d54a4}.td-ps-icon-arrow .td-social-naver .td-social-but-icon:after{border-left-color:#3ec729}.td-ps-icon-arrow .td-social-expand-tabs .td-social-but-icon:after{display:none}.td-ps-icon-color .td-social-facebook .td-social-but-icon{color:#516eab}.td-ps-icon-color .td-social-twitter .td-social-but-icon{color:#29c5f6}.td-ps-icon-color .td-social-pinterest .td-social-but-icon{color:#ca212a}.td-ps-icon-color .td-social-whatsapp .td-social-but-icon{color:#7bbf6a}.td-ps-icon-color .td-social-reddit .td-social-but-icon{color:#f54200}.td-ps-icon-color .td-social-mail .td-social-but-icon,.td-ps-icon-color .td-social-digg .td-social-but-icon{color:#000}.td-ps-icon-color .td-social-print .td-social-but-icon{color:#333}.td-ps-icon-color .td-social-linkedin .td-social-but-icon{color:#0266a0}.td-ps-icon-color .td-social-tumblr .td-social-but-icon{color:#3e5a70}.td-ps-icon-color .td-social-telegram .td-social-but-icon{color:#179cde}.td-ps-icon-color .td-social-stumbleupon .td-social-but-icon{color:#ee4813}.td-ps-icon-color .td-social-vk .td-social-but-icon{color:#4c75a3}.td-ps-icon-color .td-social-line .td-social-but-icon{color:#00b900}.td-ps-icon-color .td-social-viber .td-social-but-icon{color:#5d54a4}.td-ps-icon-color .td-social-naver .td-social-but-icon{color:#3ec729}.td-ps-text-color .td-social-but-text{font-weight:700}.td-ps-text-color .td-social-facebook .td-social-but-text{color:#516eab}.td-ps-text-color .td-social-twitter .td-social-but-text{color:#29c5f6}.td-ps-text-color .td-social-pinterest .td-social-but-text{color:#ca212a}.td-ps-text-color .td-social-whatsapp .td-social-but-text{color:#7bbf6a}.td-ps-text-color .td-social-reddit .td-social-but-text{color:#f54200}.td-ps-text-color .td-social-mail .td-social-but-text,.td-ps-text-color .td-social-digg .td-social-but-text{color:#000}.td-ps-text-color .td-social-print .td-social-but-text{color:#333}.td-ps-text-color .td-social-linkedin .td-social-but-text{color:#0266a0}.td-ps-text-color .td-social-tumblr .td-social-but-text{color:#3e5a70}.td-ps-text-color .td-social-telegram .td-social-but-text{color:#179cde}.td-ps-text-color .td-social-stumbleupon .td-social-but-text{color:#ee4813}.td-ps-text-color .td-social-vk .td-social-but-text{color:#4c75a3}.td-ps-text-color .td-social-line .td-social-but-text{color:#00b900}.td-ps-text-color .td-social-viber .td-social-but-text{color:#5d54a4}.td-ps-text-color .td-social-naver .td-social-but-text{color:#3ec729}.td-ps-text-color .td-social-expand-tabs .td-social-but-text{color:#b1b1b1}.td-ps-notext .td-social-but-icon{width:40px}.td-ps-notext .td-social-network .td-social-but-text{display:none}.td-ps-padding .td-social-network .td-social-but-icon{padding-left:17px;padding-right:17px}.td-ps-padding .td-social-handler .td-social-but-icon{width:40px}.td-ps-padding .td-social-reddit .td-social-but-icon,.td-ps-padding .td-social-telegram .td-social-but-icon{padding-right:16px}.td-ps-padding .td-social-stumbleupon .td-social-but-icon,.td-ps-padding .td-social-digg .td-social-but-icon,.td-ps-padding .td-social-expand-tabs .td-social-but-icon{padding-right:13px}.td-ps-padding .td-social-vk .td-social-but-icon{padding-right:14px}.td-ps-padding .td-social-expand-tabs .td-social-but-icon{padding-left:13px}.td-ps-rounded .td-social-network .td-social-but-icon{border-top-left-radius:100px;border-bottom-left-radius:100px}.td-ps-rounded .td-social-network .td-social-but-text{border-top-right-radius:100px;border-bottom-right-radius:100px}.td-ps-rounded.td-ps-notext .td-social-network .td-social-but-icon{border-top-right-radius:100px;border-bottom-right-radius:100px}.td-ps-rounded .td-social-expand-tabs{border-radius:100px}.td-ps-bar .td-social-network .td-social-but-icon,.td-ps-bar .td-social-network .td-social-but-text{-webkit-box-shadow:inset 0 -3px 0 0 rgb(0 0 0 / .31);box-shadow:inset 0 -3px 0 0 rgb(0 0 0 / .31)}.td-ps-bar .td-social-mail .td-social-but-icon,.td-ps-bar .td-social-digg .td-social-but-icon,.td-ps-bar .td-social-mail .td-social-but-text,.td-ps-bar .td-social-digg .td-social-but-text{-webkit-box-shadow:inset 0 -3px 0 0 rgb(255 255 255 / .28);box-shadow:inset 0 -3px 0 0 rgb(255 255 255 / .28)}.td-ps-bar .td-social-print .td-social-but-icon,.td-ps-bar .td-social-print .td-social-but-text{-webkit-box-shadow:inset 0 -3px 0 0 rgb(255 255 255 / .2);box-shadow:inset 0 -3px 0 0 rgb(255 255 255 / .2)}.td-ps-big .td-social-but-icon{display:block;height:auto;line-height:60px}.td-ps-big .td-social-but-icon .td-icon-share{width:auto}.td-ps-big .td-social-handler .td-social-but-text:before{display:none}.td-ps-big .td-social-share-text .td-social-but-icon{width:90px}.td-ps-big .td-social-expand-tabs .td-social-but-icon{width:60px}@media (max-width:767px){.td-ps-big .td-social-share-text{display:none}}.td-ps-big .td-social-facebook i,.td-ps-big .td-social-reddit i,.td-ps-big .td-social-mail i,.td-ps-big .td-social-linkedin i,.td-ps-big .td-social-tumblr i,.td-ps-big .td-social-stumbleupon i{margin-top:-2px}.td-ps-big .td-social-facebook i,.td-ps-big .td-social-reddit i,.td-ps-big .td-social-linkedin i,.td-ps-big .td-social-tumblr i,.td-ps-big .td-social-stumbleupon i,.td-ps-big .td-social-vk i,.td-ps-big .td-social-viber i,.td-ps-big .td-social-share-text i{font-size:22px}.td-ps-big .td-social-telegram i{font-size:24px}.td-ps-big .td-social-mail i,.td-ps-big .td-social-line i,.td-ps-big .td-social-print i{font-size:23px}.td-ps-big .td-social-twitter i,.td-ps-big .td-social-expand-tabs i{font-size:20px}.td-ps-big .td-social-pinterest .td-icon-pinterest{font-size:21px}.td-ps-big .td-social-whatsapp i,.td-ps-big .td-social-naver i{font-size:26px}.td-ps-big .td-social-telegram .td-icon-telegram{left:1px}.td-ps-big .td-social-stumbleupon .td-icon-stumbleupon{left:-2px}.td-ps-big .td-social-digg .td-icon-digg{left:-1px;font-size:25px}.td-ps-big .td-social-vk .td-icon-vk{left:-1px}.td-ps-big .td-social-naver .td-icon-naver{left:0}.td-ps-big .td-social-but-text{margin-left:0;padding-top:0;padding-left:17px}.td-ps-big.td-ps-notext .td-social-network,.td-ps-big.td-ps-notext .td-social-handler{height:60px}.td-ps-big.td-ps-notext .td-social-network{width:60px}.td-ps-big.td-ps-notext .td-social-network .td-social-but-icon{width:60px}.td-ps-big.td-ps-notext .td-social-share-text .td-social-but-icon{line-height:40px}.td-ps-big.td-ps-notext .td-social-share-text .td-social-but-text{display:block;line-height:1}.td-ps-big.td-ps-padding .td-social-network,.td-ps-big.td-ps-padding .td-social-handler{height:90px;font-size:13px}.td-ps-big.td-ps-padding .td-social-network{min-width:60px}.td-ps-big.td-ps-padding .td-social-but-icon{border-bottom-left-radius:0;border-top-right-radius:2px}.td-ps-big.td-ps-padding.td-ps-bar .td-social-but-icon{-webkit-box-shadow:none;box-shadow:none}.td-ps-big.td-ps-padding .td-social-but-text{display:block;padding-bottom:17px;line-height:1;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:2px}.td-ps-big.td-ps-padding .td-social-but-text:before{display:none}.td-ps-big.td-ps-padding .td-social-expand-tabs i{line-height:90px}.td-ps-nogap{margin-left:0;margin-right:0}.td-ps-nogap .td-social-network,.td-ps-nogap .td-social-handler{margin-left:0;margin-right:0;border-radius:0}.td-ps-nogap .td-social-network .td-social-but-icon,.td-ps-nogap .td-social-network .td-social-but-text{border-radius:0}.td-ps-nogap .td-social-expand-tabs{border-radius:0}.td-post-sharing-style7 .td-social-network .td-social-but-icon{height:100%}.td-post-sharing-style7 .td-social-network .td-social-but-icon:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .31)}.td-post-sharing-style7 .td-social-network .td-social-but-text{padding-left:17px}.td-post-sharing-style7 .td-social-network .td-social-but-text:before{display:none}.td-post-sharing-style7 .td-social-mail .td-social-but-icon:before,.td-post-sharing-style7 .td-social-digg .td-social-but-icon:before{background-color:rgb(255 255 255 / .2)}.td-post-sharing-style7 .td-social-print .td-social-but-icon:before{background-color:rgb(255 255 255 / .1)}.td-post-template-1 .td-post-content{border-top:1px solid #e6e6e6;padding-top:21px}@media (min-width:768px) and (max-width:1023px){.td-post-template-1 .td-post-content{padding-top:17px}}@media (max-width:767px){.td-post-template-1 .td-post-content{padding-top:15px}}.td-post-template-1 .td-featured-image-rec{float:left;width:300px;margin-right:21px}@media (max-width:767px){.td-post-template-1 .td-featured-image-rec{width:40%;margin-right:15px}}@media (min-width:768px) and (max-width:1023px){.td-post-template-1 .td-pb-span8 .td-featured-image-rec{width:250px;margin-right:17px}}.td-post-template-1 .td-pb-span12 .format-video .td-featured-image-rec{float:left;width:60%}@media (max-width:767px){.td-post-template-1 .td-pb-span12 .format-video .td-featured-image-rec{float:none;width:100%}}@media (max-width:767px){.td-post-template-1 .post h1{font-size:28px;line-height:36px}}.td-post-template-1 footer{clear:both}.td-post-template-2 .td-pb-span12 .td-post-featured-image img{width:100%}.td-post-template-2 .post h1{font-size:48px;line-height:58px;margin-top:6px;margin-bottom:5px}@media (min-width:768px) and (max-width:1023px){.td-post-template-2 .post h1{font-size:40px;line-height:48px}}@media (max-width:767px){.td-post-template-2 .post h1{font-size:28px;line-height:36px}}.td-post-template-2 .meta-info{margin-bottom:14px}.td-post-template-2 .td-post-sub-title{font-size:16px;line-height:26px}@media (max-width:767px){.td-post-template-2 .td-post-sub-title{margin:14px 0 14px 0}}.td-post-template-3 .td-pb-span12 .td-post-featured-image img{width:100%}.td-post-template-3 header h1{font-size:48px;line-height:58px;margin-top:6px;margin-bottom:5px}@media (min-width:768px) and (max-width:1023px){.td-post-template-3 header h1{font-size:40px;line-height:48px}}@media (max-width:767px){.td-post-template-3 header h1{font-size:28px;line-height:36px}}.td-post-template-3 .td-post-featured-image figure img{margin-bottom:0}.td-post-template-3 .td-post-featured-image .wp-caption-text{margin-right:21px;margin-bottom:0}.td-post-template-3 .td-post-content{padding-top:10px}.td-post-template-3 .has-post-thumbnail .td-post-content{border-top:0}.td-post-template-3 .meta-info{margin-bottom:14px}.td-post-template-3 .td-post-sub-title{font-size:16px;line-height:26px}.td-post-template-3 .td-post-featured-image{width:681px}.td-post-template-3 .td-post-featured-image img{z-index:2}@media (min-width:768px) and (max-width:1023px){.td-post-template-3 .td-post-featured-image{width:505px}}@media (max-width:767px){.td-post-template-3 .td-post-featured-image{width:auto}}.td-post-template-3 .td-post-featured-image .entry-thumb{left:-1px;position:relative;margin-bottom:7px;margin-left:auto;margin-right:auto}@media (max-width:767px){.td-post-template-3 .td-post-featured-image .entry-thumb{left:0}}.td-post-template-3 .td-pb-span12 .td-post-featured-image{width:1021px}@media (min-width:768px) and (max-width:1023px){.td-post-template-3 .td-pb-span12 .td-post-featured-image{width:756px}}@media (max-width:767px){.td-post-template-3 .td-pb-span12 .td-post-featured-image{width:100%}}.td-post-template-3 .td-pb-span12 .td-post-featured-image:after{width:1021px}@media (min-width:768px) and (max-width:1023px){.td-post-template-3 .td-pb-span12 .td-post-featured-image:after{width:756px}}@media (max-width:767px){.td-post-template-3 .td-pb-span12 .td-post-featured-image:after{width:100%}}.single-format-video .td-post-template-3 .wpb_video_wrapper iframe{margin-bottom:0}.single-format-video .td-post-template-3 .td-post-content{border-top:0}.td-post-template-4,.td-post-template-5{width:1021px;margin:0 auto}@media (min-width:768px) and (max-width:1023px){.td-post-template-4,.td-post-template-5{width:756px}}@media (max-width:767px){.td-post-template-4,.td-post-template-5{width:100%}}.td-post-template-4 header{position:absolute;bottom:0;z-index:1}.td-post-template-4 header .entry-title,.td-post-template-4 header .td-post-sub-title,.td-post-template-4 header .meta-info,.td-post-template-4 header .entry-date,.td-post-template-4 header .td-post-author-name a,.td-post-template-4 header .td-post-comments a{color:#fff}.td-post-template-4 header h1{font-size:48px;line-height:58px;margin-top:7px;margin-bottom:5px;position:relative;right:2px}@media (min-width:768px) and (max-width:1023px){.td-post-template-4 header h1{font-size:40px;line-height:48px}}@media (max-width:767px){.td-post-template-4 header h1{font-size:18px;line-height:24px;right:0}}.td-post-template-4 .meta-info{margin-bottom:16px}@media (max-width:767px){.td-post-template-4 .meta-info{margin-bottom:10px}}.td-post-template-4 .entry-thumb{padding-bottom:0;margin-bottom:0}.td-post-template-4 .entry-crumbs{top:0;padding:15px 0 15px 0}.td-post-template-4 .td-post-header{padding-top:0;border-bottom:0}.td-post-template-4 .td-post-sharing-top{border-top:0;border-bottom:1px solid #e6e6e6}.td-post-template-4 .td-post-featured-image{min-height:200px;background-color:#444}@media (max-width:767px){.td-post-template-4 .td-post-featured-image{min-height:182px}}.td-post-template-4 .td-post-featured-image .wp-caption-text{bottom:0;color:#fff;position:absolute;right:0;margin-right:20px;max-width:400px;height:17px;overflow:hidden}@media (max-width:767px){.td-post-template-4 .td-post-featured-image .wp-caption-text{display:none}}.td-post-template-4 .td-post-content{border-top:none;margin-top:0;padding-top:14px}@media (max-width:767px){.td-post-template-4 .td-post-content{padding-top:10px}}.td-post-template-4 .td-post-sub-title{font-size:16px;line-height:26px;border:0;padding:0}@media (max-width:767px){.td-post-template-4 .td-post-sub-title{display:none}}.td-post-template-5 header{position:absolute;bottom:0;left:0;width:680px;background-color:#fff;padding-top:19px;border-left:1px solid #e6e6e6;z-index:1}@media (min-width:768px) and (max-width:1023px){.td-post-template-5 header{width:504px;padding-top:17px}}@media (max-width:767px){.td-post-template-5 header{padding-top:12px;width:auto;position:relative}}@media (min-width:768px) and (max-width:1023px){.td-post-template-5 header h1{font-size:28px;line-height:36px}}.td-post-template-5 .td-post-featured-image{min-height:200px;background-color:#444}@media (max-width:767px){.td-post-template-5 .td-post-featured-image{min-height:100%}}.td-post-template-5 .td-post-featured-image .wp-caption-text{bottom:0;color:#fff;position:absolute;right:0;margin-right:20px;width:300px}@media (min-width:768px) and (max-width:1023px){.td-post-template-5 .td-post-featured-image .wp-caption-text{width:215px}}@media (max-width:767px){.td-post-template-5 .td-post-featured-image .wp-caption-text{display:none}}.td-post-template-5 .entry-thumb{padding-bottom:0;margin-bottom:0}.td-post-template-5 .td-post-header .meta-info{border-bottom:1px dashed #f1f1f1;margin-bottom:0;padding-bottom:15px}.td-post-template-5 .entry-crumbs{top:0;padding:15px 0 15px 0}.td-post-template-5 .td-post-header{padding-top:0;border-bottom:0}.td-post-template-5 .td-post-sharing-top{margin:0 19px 0 20px;padding-left:0;padding-right:0;border-top:none;border-bottom:1px dashed #f1f1f1}@media (max-width:767px){.td-post-template-5 .td-post-sharing-top{margin:0 10px 0 10px}}.td-post-template-5 .td-post-content{padding-top:15px;border-top:none}.td-post-template-5 .td-post-sub-title{margin:17px 0 17px 0}.td-post-template-6 .entry-crumbs{color:#fff}.td-post-template-6 .entry-crumbs a{color:#fff}.td-post-template-6 .td-read-down{text-align:center;margin-top:33px}@media (min-width:768px) and (max-width:1023px){.td-post-template-6 .td-read-down{margin-top:15px;margin-bottom:15px}}@media (max-width:767px){.td-post-template-6 .td-read-down{margin-top:10px;margin-bottom:5px}}.td-post-template-6 .td-read-down i{font-size:46px;opacity:.8;color:#fff}@media (min-width:768px) and (max-width:1023px){.td-post-template-6 .td-read-down i{font-size:30px}}@media (max-width:767px){.td-post-template-6 .td-read-down i{font-size:30px}}.td-post-template-6 .td-post-header{background-color:#fff0;position:absolute;left:0;bottom:0;right:0;border-bottom:none;padding-bottom:15px;-webkit-backface-visibility:hidden;-webkit-perspective:1000;backface-visibility:hidden;perspective:1000}.td-post-template-6 .td-post-content{border-top:none}.td-post-template-6 .td-post-header h1{font-size:42px;font-weight:600;line-height:50px;margin-top:9px;margin-bottom:6px}@media (min-width:768px) and (max-width:1023px){.td-post-template-6 .td-post-header h1{font-size:38px;line-height:48px}}@media (max-width:767px){.td-post-template-6 .td-post-header h1{font-size:24px;line-height:32px}}.td-post-template-6 .template6-header .entry-title a,.td-post-template-6 .template6-header .td-post-sub-title,.td-post-template-6 .template6-header .meta-info,.td-post-template-6 .template6-header .entry-date,.td-post-template-6 .template6-header .td-post-author-name a,.td-post-template-6 .template6-header .td-post-comments a{color:#fff}.td-post-template-6 .td-post-sharing-top{margin:0 20px 0 20px;padding-left:0;padding-right:0;border-top:none;border-bottom:1px dashed #f1f1f1}@media (max-width:767px){.td-post-template-6 .td-post-sharing-top{margin:0 10px 0 10px}}.td-post-template-6 .td-post-sub-title{font-size:16px;line-height:26px;border:0;padding:0}@media (max-width:767px){.td-post-template-6 .td-post-sub-title{display:none}}.td-full-screen-header-image-wrap{position:absolute;top:0;right:0;left:0;height:900px;overflow:hidden;z-index:0}@media (min-width:768px) and (max-width:1023px){.td-full-screen-header-image-wrap{height:680px}}@media (max-width:767px){.td-full-screen-header-image-wrap{background-color:#fff;height:400px}}#td-full-screen-header-image{position:absolute;top:0;right:0;left:0;min-height:900px;height:900px}@media (min-width:768px) and (max-width:1023px){#td-full-screen-header-image{height:680px;min-height:680px!important}}@media (max-width:767px){#td-full-screen-header-image{height:400px;min-height:400px!important}}#td-full-screen-header-image img{display:block}@media (min-width:768px) and (max-width:1023px){#td-full-screen-header-image .backstretch{height:680px!important}}@media (max-width:767px){#td-full-screen-header-image .backstretch{height:400px}}#td-full-screen-header-image .backstretch:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background-color:#000;opacity:.12}.single_template_6 .td-header-wrap{height:900px}@media (min-width:768px) and (max-width:1023px){.single_template_6 .td-header-wrap{height:680px}}@media (max-width:767px){.single_template_6 .td-header-wrap{height:400px}}.single_template_6 .td-header-style-5 .td-ad-m,.single_template_6 .td-header-style-7 .td-ad-m,.single_template_6 .td-header-style-8 .td-ad-m,.single_template_6 .td-header-style-9 .td-ad-m,.single_template_6 .td-header-style-10 .td-ad-m{border-bottom:0}.single_template_6 .td-header-container,.single_template_6 .td-header-style-6 .td-make-full{border:none}.admin-bar.single_template_6 .td-header-wrap{height:868px}@media (min-width:768px) and (max-width:1023px){.admin-bar.single_template_6 .td-header-wrap{height:648px}}@media (max-width:767px){.admin-bar.single_template_6 .td-header-wrap{height:354px}}.template6-header{position:absolute;top:840px;right:0;left:0}@media (min-width:768px) and (max-width:1023px){.template6-header{top:670px}}@media (max-width:767px){.template6-header{top:406px}}.template6-header a,.template6-header .entry-title{color:#fff}@media (min-width:768px) and (max-width:1023px){.admin-bar .template6-header{top:640px}}@media (max-width:767px){.admin-bar .template6-header{top:360px}}.td-post-template-8{max-width:1021px;margin-right:auto;margin-left:auto}@media (min-width:768px) and (max-width:1023px){.td-post-template-8{max-width:756px}}.td-post-template-8 .entry-thumb{padding-bottom:0;margin-bottom:0}.td-post-template-8 .entry-crumbs{top:0;padding:15px 0 15px 0}.td-post-template-8 .td-post-header{border-bottom:0}.td-post-template-8 .wpb_video_wrapper iframe{margin-bottom:0;display:table}.td-post-template-8 .td-post-featured-image img{width:100%}.td-post-template-8 .td-post-featured-image .wp-caption-text{display:none}.td-image-gradient:before{bottom:0;content:"";display:block;height:40%;width:100%;position:absolute;z-index:1;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff0),color-stop(100%,rgb(0 0 0 / .7)));background:linear-gradient(to bottom,#fff0 0%,rgb(0 0 0 / .7) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#b3000000',GradientType=0)}@media (max-width:767px){.td-image-gradient:before{height:60%}}#td_parallax_header_6,#td-full-screen-header-image{-webkit-backface-visibility:hidden;backface-visibility:hidden}.td-sp{background-image:url(/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/../images/sprite/elements.png);background-repeat:no-repeat;display:block}.td-sp-facebook{width:32px;height:32px;background-position:-20px -20px}.td-sp-pinterest{width:32px;height:32px;background-position:-20px -72px}.td-sp-rss{width:32px;height:32px;background-position:-20px -124px}.td-sp-soundcloud{width:32px;height:32px;background-position:-20px -176px}.td-sp-instagram{width:32px;height:32px;background-position:-20px -228px}.td-sp-vimeo{width:32px;height:32px;background-position:-20px -332px}.td-sp-youtube{width:32px;height:32px;background-position:-20px -384px}.td-sp-twitter{width:32px;height:32px;background-position:-20px -436px}.td-sp-tiktok{width:32px;height:32px;background-position:-20px -797px}.td-sp-twitch{width:32px;height:32px;background-position:-20px -837px}.td-sp-video-play{width:42px;height:42px;background-position:-20px -488px}.td-sp-video-pause{width:42px;height:42px;background-position:-20px -612px}.td-sp-whatsapp{width:32px;height:32px;background-position:-20px -736px}.td-sp-steam{width:32px;height:32px;background-position:-20px -899px}.td-lb-box{position:absolute;width:17px;height:17px;border-radius:3px}.td-lb-box-1{top:0;left:0}.td-lb-box-2{top:0;left:19px}.td-lb-box-3{top:0;left:38px}.td-lb-box-4{top:19px;right:0}.td-lb-box-5{bottom:0;right:0}.td-lb-box-6{bottom:0;left:19px}.td-lb-box-7{bottom:0;left:0}.td-lb-box-8{top:19px;left:0}.td-loader-gif{position:absolute;top:50%;left:50%;width:55px;height:55px;margin-top:-27.5px;margin-left:-27.5px;-webkit-transition:all 400ms cubic-bezier(.55,0,.1,1);-moz-transition:all 400ms cubic-bezier(.55,0,.1,1);-o-transition:all 400ms cubic-bezier(.55,0,.1,1);transition:all 400ms cubic-bezier(.55,0,.1,1)}@media (max-width:767px){.td-loader-gif{top:200px}}.td-loader-infinite{top:auto;bottom:28px}.td-loader-infinite .td-lb-box{position:absolute;width:10px;height:10px}.td-loader-infinite .td-lb-box-1{top:0;left:0}.td-loader-infinite .td-lb-box-2{top:0;left:11px}.td-loader-infinite .td-lb-box-3{top:0;left:22px}.td-loader-infinite .td-lb-box-4{top:11px;right:0}.td-loader-infinite .td-lb-box-5{bottom:0;right:0}.td-loader-infinite .td-lb-box-6{bottom:0;left:11px}.td-loader-infinite .td-lb-box-7{bottom:0;left:0}.td-loader-infinite .td-lb-box-8{top:11px;left:0}.td-loader-infinite.td-loader-gif{width:32px;height:32px;margin-top:-16px;margin-left:-16px}.td-loader-blocks-load-more{top:auto;bottom:28px}.category .td-ss-main-content .td-load-more-wrap{bottom:20px}.td-loader-animation-start{opacity:0;transform:perspective(600px) scale(.4);-webkit-transform:perspective(600px) scale(.4)}.td-loader-animation-mid{opacity:1;transform:perspective(600px) scale(1);-webkit-transform:perspective(600px) scale(1)}.td-loader-animation-end{opacity:0}@-webkit-keyframes rotateplane{0%{-webkit-transform:perspective(120px)}50%{-webkit-transform:perspective(120px) rotateY(180deg)}100%{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}@keyframes rotateplane{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.td_module_2 .entry-title,.td_module_3 .entry-title,.td_module_4 .entry-title,.td_module_5 .entry-title{font-size:19px;font-weight:600;line-height:24px;margin:0 0 9px 0}@media (min-width:768px) and (max-width:1023px){.td_module_2 .entry-title,.td_module_3 .entry-title,.td_module_4 .entry-title,.td_module_5 .entry-title{font-size:15px!important;line-height:19px!important;margin-bottom:8px}}@media (max-width:767px){.td_module_2 .entry-title,.td_module_3 .entry-title,.td_module_4 .entry-title,.td_module_5 .entry-title{font-size:19px!important;line-height:24px!important}}@media (max-width:1023px){.td_module_2 .td-module-thumb,.td_module_3 .td-module-thumb,.td_module_4 .td-module-thumb,.td_module_5 .td-module-thumb{margin-bottom:8px}}.td_module_2 .meta-info,.td_module_3 .meta-info,.td_module_4 .meta-info,.td_module_5 .meta-info{margin-bottom:14px;line-height:11px}@media (max-width:1023px){.td_module_2 .meta-info,.td_module_3 .meta-info,.td_module_4 .meta-info,.td_module_5 .meta-info{margin-bottom:10px}}.td_module_2 .td-post-author-name,.td_module_3 .td-post-author-name,.td_module_4 .td-post-author-name,.td_module_5 .td-post-author-name,.td_module_2 .td-post-date,.td_module_3 .td-post-date,.td_module_4 .td-post-date,.td_module_5 .td-post-date{margin-bottom:3px}.td_module_6 .entry-title,.td_module_7 .entry-title,.td_module_8 .entry-title{font-size:13px;font-weight:600;line-height:18px;margin:0 0 7px 0}@media (min-width:768px) and (max-width:1023px){.td_module_6 .entry-title,.td_module_7 .entry-title,.td_module_8 .entry-title{margin-bottom:5px;font-size:12px!important;line-height:15px!important}}@media (max-width:767px){.td_module_6 .entry-title,.td_module_7 .entry-title,.td_module_8 .entry-title{font-size:14px!important;line-height:19px!important}}.td_module_6 .td-post-author-name,.td_module_7 .td-post-author-name,.td_module_8 .td-post-author-name,.td_module_6 .td-post-date,.td_module_7 .td-post-date,.td_module_8 .td-post-date{margin-top:3px;margin-bottom:3px;vertical-align:middle}.td_module_6 .meta-info,.td_module_7 .meta-info,.td_module_8 .meta-info{margin-bottom:0;line-height:11px}.entry-review-stars{display:inline-block;position:relative;left:1px;vertical-align:middle;margin-top:-1px;margin-bottom:-1px;top:0}.wpb_widgetised_column{padding:0!important;margin-bottom:20px!important}.wpb_widgetised_column_heading{margin:20px 0 0 20px!important}.wpb_content_element{border-style:solid!important;border-width:0;border-color:#e6e6e6;padding-top:23px}.wpb_heading{background-color:#222;border-radius:3px;color:#fff;display:inline-table;font-family:'Open Sans',arial,sans-serif;font-size:11px;font-weight:700;line-height:16px;padding:2px 15px;position:relative;top:-3px;vertical-align:middle;margin:0 0 16px}.vc_wp_rss,.vc_wp_archives,.vc_wp_categories,.vc_wp_posts,.vc_wp_text,.vc_wp_custommenu,.vc_wp_tagcloud,.vc_wp_pages,.vc_wp_calendar,.vc_wp_recentcomments,.vc_wp_meta,.vc_wp_search{padding-top:0;padding-left:0;padding-right:0}.vc_wp_rss .widgettitle a:first-child{display:none}.vc_wp_rss .widgettitle .rsswidget{color:#fff;line-height:16px}.vc_wp_search{padding-bottom:0}.vc_wp_search .wpb_button{margin:0}.vc_wp_search .widget_search{margin-top:20px;margin-bottom:20px}.vc_wp_tagcloud .widgettitle{margin-bottom:20px}.widgettitle{background-color:#222;border-radius:3px;color:#fff;display:inline-table;font-family:'Open Sans',arial,sans-serif;font-size:11px;font-weight:700;line-height:16px;padding:2px 15px;position:relative;top:-4px;vertical-align:middle;margin-bottom:7px;margin-top:24px}.wpb_text_column{padding-top:20px;margin:0 19px 0 20px}@media (min-width:768px) and (max-width:1023px){.wpb_text_column{margin:0 17px}}@media (max-width:767px){.wpb_text_column{margin:0 10px}}.wpb_text_column h1:first-child,.wpb_text_column h2:first-child,.wpb_text_column h3:first-child,.wpb_text_column h4:first-child,.wpb_text_column h5:first-child{margin-top:0}.vc_separator{padding:10px 0;border-top:0}.wpb_alert{border-top:0;padding-top:16px;margin:10px 20px;border-color:initial}@media (min-width:768px) and (max-width:1023px){.wpb_alert{margin:10px 17px}}.wpb_alert.vc_alert_3d{border-width:0}.fb_like{border-top:0;margin:20px;padding:0!important;display:inline-block}@media (min-width:768px) and (max-width:1023px){.fb_like{margin-left:17px}}.twitter-share-button{margin:20px 20px 0!important;padding:0!important;display:inline-block}@media (min-width:768px) and (max-width:1023px){.twitter-share-button{margin-left:17px!important}}@media (max-width:767px){.twitter-share-button{margin-left:10px!important}}.twitter-count-vertical{padding-left:0}.wpb_googleplus{border-top:0;margin:20px!important;padding:0;display:inline-block}@media (min-width:768px) and (max-width:1023px){.wpb_googleplus{padding-left:17px}}@media (max-width:767px){.wpb_googleplus{padding-left:10px}}.wpb_pinterest{border-top:0;margin:20px!important;padding:0!important;display:inline-block}.wpb_pinterest_type_vertical a{margin-top:40px!important}.wpb_toggle{margin:20px 20px 10px 20px;background-color:#fff;color:#444;border:1px solid #444!important;border-radius:3px;padding:4px 15px!important;font-family:'Open Sans',arial,sans-serif;font-size:11px;line-height:16px;font-weight:700;text-transform:uppercase;background-position:99% center}@media (min-width:768px) and (max-width:1023px){.wpb_toggle{margin:10px 17px}}.wpb_toggle_title_active{background-color:#444!important;color:#fff!important}.wpb_toggle_content{padding:0 20px}.wpb_single_image{padding-top:20px}.wpb_single_image .wpb_heading{display:table}.vc_align_center img{margin:auto}.vc_align_right img{margin-left:auto}.wpb_gallery .flexslider{overflow:hidden}.wpb_gallery .wpb_flexslider .flex-control-nav{bottom:0;z-index:2}.flex-direction-nav a{height:45px;padding-top:8px}.flex-direction-nav a:before{font-family:'newsmag',sans-serif!important}.flex-direction-nav a.flex-next:before{content:'\e808'!important}.flex-direction-nav a.flex-prev:before{content:'\e807'!important}.wpb_content_element .icon-next:before{font-family:'newsmag',sans-serif!important;content:'\e808'!important;color:#fff;font-size:20px;top:0!important}.wpb_content_element .icon-prev:before{font-family:'newsmag',sans-serif!important;content:'\e807'!important;color:#fff;font-size:20px;top:0!important}body .td-pb-span12 .vc_left{margin-left:15px}body .td-pb-span12 .vc_right{margin-right:15px}body .td-pb-span12 .wpb_images_carousel{padding-left:0;padding-right:0}body .td-pb-span12 .vc_images_carousel{padding-right:19px;padding-left:20px}@media (min-width:768px) and (max-width:1023px){body .td-pb-span12 .vc_images_carousel{padding-left:17px;padding-right:17px}}@media (max-width:767px){body .td-pb-span12 .vc_images_carousel{padding-left:10px;padding-right:10px}}body .td-pb-span12 .vc_per-view-more{width:1019px!important;padding-right:10px;padding-left:10px}@media (min-width:768px) and (max-width:1023px){body .td-pb-span12 .vc_per-view-more{width:758px!important;padding-left:7px}}@media (max-width:767px){body .td-pb-span12 .vc_per-view-more{width:auto!important;padding-left:0;padding-right:0}}body .vc_images_carousel{width:auto!important}.wpb_images_carousel .wpb_wrapper .wpb_gallery_heading{margin:0 0 20px 20px;top:0}@media (min-width:768px) and (max-width:1023px){.wpb_images_carousel .wpb_wrapper .wpb_gallery_heading{margin-left:17px}}@media (max-width:767px){.wpb_images_carousel .wpb_wrapper .wpb_gallery_heading{margin-left:10px}}.wpb_tabs{margin:0;padding:0}.wpb_tabs .wpb_tabs_nav{margin:20px 20px 0 19px}@media (max-width:767px){.wpb_tabs .wpb_tabs_nav{margin-left:auto;margin-right:auto;display:table}}.wpb_tabs .wpb_tab{background-color:#fff!important;padding:0!important}.wpb_tabs .wpb_tab .td_block_wrap{border-top:0}.wpb_tabs .wpb_tab .td_block_13,.wpb_tabs .wpb_tab .td_block_14,.wpb_tabs .wpb_tab .td_block_15{padding-top:15px;left:-1px}.wpb_tabs li{line-height:16px;margin-right:0!important;margin-bottom:5px!important}.wpb_tabs li:first-child a{border-radius:3px 0 0 3px}.wpb_tabs li:last-child a{border-radius:0 3px 3px 0;border-right:1px solid #222}.wpb_tabs li:last-child a:before{display:none}.wpb_tabs li a{background-color:#fff;color:#444;border-top:1px solid #222;border-left:1px solid #222;border-bottom:1px solid #222!important;border-right:0;border-radius:0;padding:1px 15px!important;font-family:'Open Sans',arial,sans-serif;font-size:11px;line-height:16px;font-weight:700;text-transform:uppercase;position:relative;-webkit-transition:none;transition:none}.wpb_tabs li a:before{background-color:#222;content:"";display:block;height:20px;position:absolute;right:-1px;top:-1px;width:1px}.wpb_tabs li.ui-tabs-active a,.wpb_tabs li:hover a{background-color:#222;color:#fff}.td-pb-span6 .wpb_tabs_nav,.td-pb-span4 .wpb_tabs_nav{margin-left:auto;margin-right:auto;display:table}.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .td_block_wrap{border-top:0}.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .td_block_13,.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .td_block_14,.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .td_block_15,.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .td-big-grids{padding-top:20px;left:0}.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-panels-container{margin-top:-5px}.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels{background-color:#fff0;border:none}.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container{margin:20px 20px 0 19px;display:block;line-height:1}@media (max-width:767px){.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list{text-align:center}}@media (max-width:767px){.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container{margin:20px 10px 0 10px}}.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list{margin:0;padding:0}.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab{line-height:16px;margin:0 0 5px 0!important}.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:first-child a{border-radius:3px 0 0 3px}.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:last-child a{border-radius:0 3px 3px 0;border-right:1px solid #222}.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:last-child a:before{display:none}.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active>a,.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover>a{border-color:#fff0;background-color:#222;color:#fff}.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab>a{background-color:#fff;color:#444;border-top:1px solid #222;border-left:1px solid #222;border-bottom:1px solid #222!important;border-right:0;border-radius:0;padding:1px 15px!important;font-family:'Open Sans',arial,sans-serif;font-size:11px;line-height:16px;font-weight:700;text-transform:uppercase;position:relative;white-space:nowrap}.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab>a:before{background-color:#222;content:"";display:block;height:20px;position:absolute;right:-1px;top:-1px;width:1px}.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-panel-heading{display:none}.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-panel-body{padding:0;background-color:#fff0;border-width:0!important;border-radius:0!important}.td-pb-span6 .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list,.td-pb-span4 .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list{text-align:center}.wpb_tour .wpb_heading{float:left}.wpb_tour .wpb_tabs_nav{clear:both}.wpb_tour .wpb_tabs_nav li{line-height:16px;margin:0!important}.wpb_tour .wpb_tabs_nav li:first-child a{border-radius:3px 0 0 0}.wpb_tour .wpb_tabs_nav li:last-child a{border-radius:0 0 0 3px;border-bottom:1px solid #444}.wpb_tour .wpb_tabs_nav li a{background-color:#fff;color:#444;border-top:1px solid #444;border-left:1px solid #444;border-right:1px solid #444!important;border-bottom:0;border-radius:0;padding:4px 15px!important;font-family:'Open Sans',arial,sans-serif;font-size:11px;line-height:16px;font-weight:700;text-transform:uppercase}.wpb_tour .wpb_tabs_nav li.ui-tabs-active a{background-color:#444;color:#fff}.wpb_tour .wpb_tabs_nav li:hover a{background-color:#444;color:#fff}.wpb_tour .wpb_content_element{padding:0!important}.wpb_accordion{padding-top:20px}.wpb_accordion .ui-state-active a{background-color:#444!important;color:#fff!important}.wpb_accordion .wpb_content_element{padding:0!important}.wpb_accordion .wpb_accordion_content{padding:10px 0 20px 0!important}.wpb_accordion .wpb_accordion_header{background-color:#fff!important;margin-bottom:5px!important}.wpb_accordion .wpb_accordion_header span{top:0!important;bottom:0!important;margin:auto}.wpb_accordion .wpb_accordion_header a{background-color:#fff;color:#444;border:1px solid #444;border-radius:3px;padding:4px 15px!important;font-family:'Open Sans',arial,sans-serif;font-size:11px;line-height:16px;font-weight:700;text-transform:uppercase}.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel-body{padding:0;border-width:0;border-radius:0}.wpb_teaser_grid{padding:23px 0 0 0}.wpb_teaser_grid .wpb_teaser_grid_heading{margin-left:20px}.teaser_grid_container ul{margin:0}.teaser_grid_container li{padding:0 20px!important;width:33%!important}@media (min-width:768px) and (max-width:1023px){.teaser_grid_container li{padding:0 16px!important}}.teaser_grid_container .post-title{margin:0 0 10px 0;line-height:16px}.teaser_grid_container .post-title a{font-size:13px;font-weight:600;line-height:16px;margin:0 0 12px 0;color:#222}.teaser_grid_container .post-thumb img{margin-bottom:35px!important}.vc_carousel{padding:0}.vc_carousel .vc_carousel{padding:23px 0 20px 0}.vc_carousel .vc_slide{margin:0 20px!important}@media (min-width:768px) and (max-width:1023px){.vc_carousel .vc_slide{margin:0 17px!important}}@media (max-width:767px){.vc_carousel .vc_slide{margin:0 10px!important}}.vc_carousel .vc_per-view-more{margin:0!important}.vc_carousel .icon-next:before,.vc_carousel .icon-prev:before{top:0!important}.vc_carousel .wpb_gallery_heading{margin:20px 0 0 20px;top:0}@media (min-width:768px) and (max-width:1023px){.vc_carousel .wpb_gallery_heading{margin-left:17px}}@media (max-width:767px){.vc_carousel .wpb_gallery_heading{margin-left:10px}}.vc_carousel .post-title{margin:0 0 10px 0;line-height:16px}.vc_carousel .post-title a{font-size:13px;font-weight:600;line-height:10px;margin:0 0 12px 0;color:#222}.wpb_button{display:inline-block;font-family:'Open Sans',arial,sans-serif;font-weight:600;line-height:24px;text-shadow:none;margin-bottom:20px!important;margin-left:20px;margin-right:20px;border:none;transition:none}.wpb_button:hover{text-shadow:none}.vc_btn{margin-bottom:20px!important;margin-left:20px;margin-right:20px;transition:none!important}.td-post-content .vc_btn{margin-left:0;margin-right:0}.wpb_text_column .vc_btn,.widget_text .vc_btn{margin-left:0;margin-right:0}body .vc_btn:hover{text-decoration:none!important}.vc_btn-black:hover,.wpb_btn-black:hover{background-color:#4db2ec!important}.wpb_default{background-color:#4db2ec}.wpb_default:hover{text-shadow:none;background-color:#4db2ec;opacity:.8;-webkit-transition:opacity 0.4s;transition:opacity 0.4s}.wpb_call_to_action{padding-top:20px;background-color:#444}.wpb_call_to_action .wpb_call_text{color:#fff}.vc_call_to_action{padding-top:20px}.wpb_video_widget{margin-bottom:26px}.wpb_video_widget .wpb_video_wrapper{padding-top:0!important}.wpb_video_widget .wpb_video_wrapper iframe{position:relative}.wpb_flickr_widget .wpb_heading{display:table}.vc_custom_heading h4{margin:0}.vc_grid .vc_btn{margin:0!important}.tdc-block-empty,.tdc-placeholder-title{margin:20px!important}@media (min-width:768px) and (max-width:1023px){.tdc-block-empty,.tdc-placeholder-title{margin:20px 17px!important}}@media (max-width:767px){.tdc-block-empty,.tdc-placeholder-title{margin:20px 10px!important}}.td-header-wrap.td-header-style-1 .td-spot-id-header .tdc-placeholder-title,.td-header-wrap.td-header-style-2 .td-spot-id-header .tdc-placeholder-title,.td-header-wrap.td-header-style-3 .td-spot-id-header .tdc-placeholder-title,.td-header-wrap.td-header-style-4 .td-spot-id-header .tdc-placeholder-title,.td-header-wrap.td-header-style-6 .td-spot-id-header .tdc-placeholder-title{margin-top:12px!important}.td-header-wrap.td-header-style-5 .td-spot-id-header,.td-header-wrap.td-header-style-7 .td-spot-id-header,.td-header-wrap.td-header-style-8 .td-spot-id-header,.td-header-wrap.td-header-style-9 .td-spot-id-header,.td-header-wrap.td-header-style-10 .td-spot-id-header{margin-top:20px!important;margin-bottom:20px!important}.td-header-wrap.td-header-style-5 .tdc-placeholder-title,.td-header-wrap.td-header-style-7 .tdc-placeholder-title,.td-header-wrap.td-header-style-8 .tdc-placeholder-title,.td-header-wrap.td-header-style-9 .tdc-placeholder-title,.td-header-wrap.td-header-style-10 .tdc-placeholder-title{margin:0!important}.td-spot-id-sidebar .tdc-placeholder-title,[class*="td-spot-id-custom_ad"] .tdc-placeholder-title{margin:20px auto!important}.td-pb-span8 [class*="td-spot-id-custom_ad"] .tdc-placeholder-title{width:100%}.tdc-missing-external-shortcode,.td-block-missing-settings,.tdc_external_shortcode{background-color:#fff0;margin:0 20px;font-family:Verdana,Geneva,sans-serif;font-size:11px;line-height:21px;font-weight:400;text-align:left;padding:20px;border:1px solid #eeecf0;color:#000}@media (min-width:768px) and (max-width:1023px){.tdc-missing-external-shortcode,.td-block-missing-settings,.tdc_external_shortcode{margin:0 17px}}@media (max-width:767px){.tdc-missing-external-shortcode,.td-block-missing-settings,.tdc_external_shortcode{margin:0 10px}}.tdc-missing-external-shortcode span,.td-block-missing-settings span,.tdc_external_shortcode span{background-color:#ec4d4d;color:#fff;font-weight:700;padding:3px 8px 4px;font-size:10px;position:relative;top:-1px;margin-right:10px;border-radius:3px}.td-header-sp-top-menu .td-block-missing-settings{padding:0;border:none;color:#888;font-size:10px}.td-header-sp-top-menu .td-block-missing-settings span{padding:2px 6px;font-size:9px}.tdc-element .tdc-block-empty{height:50px;border:1px solid #ebebeb;font-size:13px;line-height:50px;color:#666}.tdc-element .tdc-block-empty:before{position:absolute;width:100%;text-align:center;top:0;left:0;right:0}.tdc-element .tdc-block-empty.td_block_authors{outline:none}.tdc-element .tdc-block-empty.td_block_authors:before{content:'No author'}.td-element-style{position:absolute;z-index:0;width:100%;height:100%;top:0;bottom:0;left:0;right:0;overflow:hidden;pointer-events:none}.td-element-style-before{transition:opacity 1s ease 0s;-webkit-transition:opacity 1s ease 0s;opacity:0}.td-js-loaded .td-element-style-before{opacity:1}.tdc-elements .td_block_slide .td_module_slide{position:relative}.tdc-elements .td-theme-slider .td-icon-left,.tdc-elements .td-theme-slider .td-icon-right{display:none}.td_module_2{padding-bottom:22px}@media (min-width:1024px){.td_module_2 .entry-thumb{min-height:160px}}@media (min-width:768px) and (max-width:1023px){.td_module_2 .entry-thumb{min-height:116px}}@media (min-width:768px) and (max-width:1023px){.td_module_2 .td-module-thumb{margin-bottom:9px}}.td_module_2 .td-module-comments{top:-4px}.td_module_3{padding-bottom:30px}.td_module_3 .td-module-comments{top:-4px}@media (min-width:768px) and (max-width:1023px){.td_module_3 .td-module-thumb{margin-bottom:9px}}.td_module_3 .entry-thumb{width:auto}@media (min-width:1024px){.td_module_3 .entry-thumb{min-height:194px}}@media (min-width:768px) and (max-width:1023px){.td_module_3 .entry-thumb{min-height:141px}}@media (max-width:767px){.td_module_3 .entry-thumb{width:100%}}.td_module_4{margin-bottom:37px}.td_module_4 .td-module-comments{top:-4px}@media (min-width:768px) and (max-width:1023px){.td_module_4 .td-module-thumb{margin-bottom:9px}}@media (min-width:1024px){.td_module_4 .entry-thumb{min-height:194px}}@media (min-width:768px) and (max-width:1023px){.td_module_4 .entry-thumb{min-height:141px}}.td_module_5{margin-bottom:12px!important;border-bottom:1px dashed #f1f1f1;padding-bottom:16px}@media (max-width:767px){.td_module_5{margin-bottom:16px!important}}.td_module_5 .td-module-comments{top:-4px}.td_module_5 .td-excerpt{margin-bottom:0}@media (min-width:1024px){.td_module_5 .entry-thumb{min-height:194px}}@media (min-width:768px) and (max-width:1023px){.td_module_5 .entry-thumb{min-height:141px}}.td-block-row:last-child .td_module_5{border-bottom:none;padding-bottom:2px}.td_module_6{*zoom:1}.td_module_6:before,.td_module_6:after{display:table;content:"";line-height:0}.td_module_6:after{clear:both}.td_module_6 .td-module-thumb{position:absolute}@media (min-width:768px) and (max-width:1023px){.td_module_6 .td-module-thumb{width:80px}}.td_module_6 .item-details{margin-left:115px;margin-bottom:20px;min-height:76px}@media (min-width:768px) and (max-width:1023px){.td_module_6 .item-details{margin-left:92px;margin-bottom:10px}}@media (max-width:767px){.td_module_6 .item-details{margin-left:114px}}.td_module_6 .entry-date{position:relative}.td_module_6 .entry-thumb{width:100px;height:auto}@media (min-width:1024px){.td_module_6 .entry-thumb{min-height:75px}}@media (min-width:768px) and (max-width:1023px){.td_module_6 .entry-thumb{min-height:60px}}.td_module_6 .entry-review-stars{margin-top:1px}.td_module_7{*zoom:1}.td_module_7:before,.td_module_7:after{display:table;content:"";line-height:0}.td_module_7:after{clear:both}.td_module_7 .td-module-thumb{position:absolute;right:0}@media (min-width:768px) and (max-width:1023px){.td_module_7 .td-module-thumb{width:80px}}.td_module_7 .item-details{margin-right:115px;margin-bottom:20px;min-height:76px}@media (min-width:768px) and (max-width:1023px){.td_module_7 .item-details{margin-right:92px;margin-bottom:10px}}@media (max-width:767px){.td_module_7 .item-details{margin-right:114px}}.td_module_7 .entry-date{position:relative}.td_module_7 .entry-thumb{width:100px;height:auto}@media (min-width:1024px){.td_module_7 .entry-thumb{min-height:75px}}@media (min-width:768px) and (max-width:1023px){.td_module_7 .entry-thumb{min-height:60px}}.td_module_7 .entry-review-stars{margin-top:1px}.td_module_8{position:relative;top:-4px}.td_module_8 .td-module-comments{top:2px}.td_module_8 .item-details{border-bottom:1px dashed #f1f1f1;padding-bottom:13px;margin-bottom:11px}.td_module_8 .entry-title{font-size:15px;line-height:19px}@media (min-width:768px) and (max-width:1023px){.td_module_8 .entry-title{margin-bottom:7px;font-size:13px!important;line-height:18px!important}}.td_module_8 .entry-review-stars{margin-top:1px}.td_module_9{text-align:center;position:relative;top:-6px;margin-top:8px}.td_module_9 .entry-title{font-size:17px;line-height:21px;font-weight:600;margin:0 0 8px 0}@media (max-width:1023px){.td_module_9 .entry-title{font-size:15px!important;line-height:19px!important}}.td_module_9 .item-details{border-bottom:1px dashed #f1f1f1;padding-bottom:10px;margin-bottom:16px}@media (max-width:1023px){.td_module_9 .item-details{padding-bottom:2px;margin-bottom:8px}}.td_module_9 .td-post-category{margin:4px auto 6px;display:table;white-space:normal}.td_module_9 .entry-review-stars{margin-top:1px}.td_module_9 .meta-info{margin-bottom:18px}.td_module_10{padding-left:20px;padding-right:19px;*zoom:1}.td_module_10:before,.td_module_10:after{display:table;content:"";line-height:0}.td_module_10:after{clear:both}@media (min-width:768px) and (max-width:1023px){.td_module_10{padding-left:17px;padding-right:17px}}@media (max-width:767px){.td_module_10{padding-left:10px;padding-right:10px}}.td_module_10 .td-module-thumb{float:left;width:180px;margin-bottom:40px}@media (min-width:768px) and (max-width:1023px){.td_module_10 .td-module-thumb{width:168px}}@media (max-width:767px){.td_module_10 .td-module-thumb{width:40%;margin-bottom:26px}}.td_module_10 .entry-thumb{width:100%}.td_module_10 .entry-title{margin:0 0 8px 0;font-weight:600;font-size:21px;line-height:26px}@media (min-width:768px) and (max-width:1023px){.td_module_10 .entry-title{margin-bottom:6px;font-size:17px!important;line-height:21px!important}}@media (max-width:767px){.td_module_10 .entry-title{font-size:16px!important;line-height:20px!important}}@media (max-width:767px){.td_module_10 .td-excerpt{display:none}}.td_module_10 .td-post-category{top:-2px}@media (max-width:767px){.td_module_10 .td-post-category{display:table;top:-1px;margin-bottom:4px}}.td_module_10 .meta-info{margin-bottom:14px}@media (min-width:768px) and (max-width:1023px){.td_module_10 .meta-info{margin-bottom:10px}}.td_module_10 .item-details{position:relative;min-height:135px;margin-left:200px;margin-bottom:40px}@media (min-width:768px) and (max-width:1023px){.td_module_10 .item-details{min-height:128px;margin-left:188px}}@media (max-width:767px){.td_module_10 .item-details{margin-left:44%;margin-bottom:26px;min-height:0}}.td_module_10 .td-post-vid-time{bottom:auto;right:auto;left:0}.td_module_11{padding-left:20px;padding-right:19px;*zoom:1}.td_module_11:before,.td_module_11:after{display:table;content:"";line-height:0}.td_module_11:after{clear:both}@media (min-width:768px) and (max-width:1023px){.td_module_11{padding-left:17px;padding-right:17px}}@media (max-width:767px){.td_module_11{padding-left:10px;padding-right:10px}}.td_module_11 .td-module-thumb{float:left;width:238px;margin-bottom:40px}@media (min-width:768px) and (max-width:1023px){.td_module_11 .td-module-thumb{width:200px}}@media (max-width:767px){.td_module_11 .td-module-thumb{width:40%;margin-bottom:26px}}.td_module_11 .entry-thumb{width:100%}.td_module_11 .td-excerpt{margin-bottom:19px}@media (max-width:767px){.td_module_11 .td-excerpt{display:none}}.td_module_11 .entry-title{margin:0 0 7px 0;font-weight:600;font-size:21px;line-height:26px}@media (min-width:768px) and (max-width:1023px){.td_module_11 .entry-title{margin-bottom:8px;font-size:17px!important;line-height:21px!important}}@media (max-width:767px){.td_module_11 .entry-title{font-size:16px!important;line-height:20px!important}}.td_module_11 .meta-info{margin-bottom:14px}@media (min-width:768px) and (max-width:1023px){.td_module_11 .meta-info{margin-bottom:10px}}.td_module_11 .item-details{position:relative;min-height:178px;margin-left:258px;margin-bottom:40px}@media (min-width:768px) and (max-width:1023px){.td_module_11 .item-details{min-height:150px;margin-left:218px}}@media (max-width:767px){.td_module_11 .item-details{margin-left:44%;margin-bottom:26px;min-height:0}}.td_module_11 .td-post-category{top:-2px}@media (max-width:767px){.td_module_11 .td-post-category{display:table;margin-bottom:5px}}@media (max-width:1023px){.td_module_11 .td-read-more{display:none}}.td_module_11 .td-post-vid-time{bottom:auto;right:auto;left:0}.td_module_12{padding-left:20px;padding-right:19px}@media (min-width:768px) and (max-width:1023px){.td_module_12{padding-left:17px;padding-right:17px}}@media (max-width:767px){.td_module_12{padding-left:10px;padding-right:10px}}.td_module_12 .entry-title{font-size:28px;line-height:32px;margin:0 0 7px 0;font-weight:500}@media (max-width:1023px){.td_module_12 .entry-title{font-size:22px!important;line-height:28px!important}}.td_module_12 .item-details{border-bottom:1px dashed #f1f1f1;padding-bottom:29px;margin-bottom:20px}.td_module_12 .meta-info{margin-bottom:14px}.td_module_12 .td-module-excerpt{margin-bottom:12px}.td_module_12 .td-post-category{top:-2px}.td_module_13{padding-left:20px;padding-right:19px}@media (min-width:768px) and (max-width:1023px){.td_module_13{padding-left:17px;padding-right:17px}}@media (max-width:767px){.td_module_13{padding-left:10px;padding-right:10px}}.td_module_13 .entry-title{font-size:28px;line-height:32px;margin:0 0 7px 0;font-weight:500}@media (max-width:1023px){.td_module_13 .entry-title{font-size:22px!important;line-height:28px!important}}.td_module_13 .item-details{border-bottom:1px dashed #f1f1f1;padding-bottom:20px;margin-bottom:20px}.td_module_13 .meta-info{margin-bottom:14px}.td_module_13 .td-post-category{top:-2px}@media (max-width:767px){.td_module_13 .td-post-category{top:-1px}}.td_module_13 .td-module-thumb{margin-bottom:20px}.td_module_14{z-index:2}.td_module_14 .meta-info{position:absolute;background-color:#fff;border-bottom:1px dashed #f1f1f1;margin:0 20px;padding:13px 20px 12px 20px;bottom:-49px;width:639px}@media (min-width:768px) and (max-width:1023px){.td_module_14 .meta-info{width:463px}}@media (max-width:767px){.td_module_14 .meta-info{width:100%;margin:0;bottom:auto;padding:8px 10px 10px 10px;position:relative}}.td_module_14 .entry-title{font-size:24px;line-height:28px;margin:0 0 11px 0;font-weight:600}@media (min-width:768px) and (max-width:1023px){.td_module_14 .entry-title{margin-bottom:12px;font-size:17px!important;line-height:21px!important}}@media (max-width:767px){.td_module_14 .entry-title{margin-bottom:7px;font-size:19px!important;line-height:24px!important}}.td_module_14 .td-module-thumb{width:681px;max-height:350px;position:relative;left:-1px;margin-bottom:49px;overflow:hidden}@media (min-width:768px) and (max-width:1023px){.td_module_14 .td-module-thumb{max-height:260px;width:505px}}@media (max-width:767px){.td_module_14 .td-module-thumb{width:100%;margin-bottom:0;max-height:none;left:0}}.td_module_14 .td-module-thumb .entry-thumb{width:100%;margin-left:auto;margin-right:auto}@media (max-width:767px){.td_module_14 .td-module-thumb .entry-thumb{width:100%}}.td_module_14 .meta-info-container{position:relative}.td_module_14 .td-excerpt{padding:12px 20px 37px 20px;margin:0;max-width:681px}@media (max-width:767px){.td_module_14 .td-excerpt{padding:6px 10px 50px 10px}}.td_module_14 .td-post-category{top:-2px}@media (max-width:767px){.td_module_14 .td-post-category{top:-1px}}@media (min-width:1024px){.td_module_14 .entry-thumb{min-height:100px}}.td_module_14 .td-post-vid-time{bottom:auto;top:0}.td_module_mx1{position:relative;*zoom:1}@media (max-width:767px){.td_module_mx1{border-bottom:3px solid #fff}}.td_module_mx1:before,.td_module_mx1:after{display:table;content:"";line-height:0}.td_module_mx1:after{clear:both}.td_module_mx1 .meta-info .td-post-category{background-color:#fff;color:#222;vertical-align:top}.td_module_mx1 .meta-info{position:absolute;bottom:0;color:#fff;padding:0 20px;z-index:1}@media (min-width:768px) and (max-width:1023px){.td_module_mx1 .meta-info{padding:0 17px}}@media (max-width:767px){.td_module_mx1 .meta-info{padding:0 10px}}.td_module_mx1 .meta-info .td-post-author-name a{color:#fff}.td_module_mx1 .meta-info a{color:#fff}.td_module_mx1 .entry-title{position:relative;font-size:16px;font-weight:600;font-style:normal;line-height:21px;margin-bottom:0;bottom:9px;margin-top:0}@media (min-width:768px) and (max-width:1023px){.td_module_mx1 .entry-title{font-size:15px!important;line-height:19px!important;bottom:7px}}@media (max-width:767px){.td_module_mx1 .entry-title{font-size:17px!important;line-height:21px!important;bottom:7px}}.td_module_mx1 .entry-title a{color:#fff!important}.td_module_mx1 .entry-review-stars{height:15px;position:relative;top:-1px;margin-bottom:2px}.td_module_mx1 .entry-review-stars i{line-height:10px}.td_module_mx1.td_module_wrap{z-index:auto}.td_module_mx1:hover .meta-info .entry-title a{color:#fff}.td_module_mx1 .td-module-thumb{width:341px;height:220px;overflow:hidden;z-index:1;margin-bottom:0}.td_module_mx1 .td-module-thumb a:last-child:before{bottom:0;content:"";display:block;height:80%;width:100%;position:absolute;z-index:1;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff0),color-stop(100%,rgb(0 0 0 / .7)));background:-webkit-linear-gradient(top,#fff0 0%,rgb(0 0 0 / .7) 100%);background:linear-gradient(to bottom,#fff0 0%,rgb(0 0 0 / .7) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#b3000000',GradientType=0)}@media (min-width:768px) and (max-width:1023px){.td_module_mx1 .td-module-thumb{width:253px;height:163px}}@media (max-width:767px){.td_module_mx1 .td-module-thumb{width:100%;height:auto}}.td_module_mx1 .td-module-thumb .entry-thumb{width:100%}.td_module_mx1 .td-block14-border{background-color:#fff;display:block;height:220px;right:-2px;position:absolute;width:3px;z-index:2}@media (min-width:768px) and (max-width:1023px){.td_module_mx1 .td-block14-border{height:163px}}@media (max-width:767px){.td_module_mx1 .td-block14-border{display:none}}@media (min-width:1024px){.td_module_mx1 .entry-thumb{min-height:220px}}@media (min-width:768px) and (max-width:1023px){.td_module_mx1 .entry-thumb{min-height:163px}}.td_module_mx1:hover .entry-title a{color:#fff}.td_block_14 .td-block-span12 .td_module_mx1{margin-bottom:3px}@media (max-width:767px){.td_block_14 .td-block-span12 .td_module_mx1{margin-bottom:0}}.td_block_14 .td-block-span12 .td_module_mx1 .td-module-thumb{margin-bottom:0}.td_block_14 .td-block-span12 .td-block14-border{display:none}@media (min-width:768px) and (max-width:1023px){.wpb_row .td-pb-span4:last-child .td_module_mx1 .td-module-thumb,.td-column-3 .td-block-span4:last-child .td_module_mx1 .td-module-thumb{width:252px}}.td_block_14 .td-block-span6 .td-module-thumb{margin-bottom:0}.td_block_14 .td-block-row{border-bottom:3px solid #fff}@media (max-width:767px){.td_block_14 .td-block-row{border-bottom:0}}.td_block_14 .td-block-row:last-child{border-bottom:0}.td_block_14 .td-block-span6:last-child .td-image-gradient:before{width:341px}@media (min-width:768px) and (max-width:1023px){.td_block_14 .td-block-span6:last-child .td-image-gradient:before{width:253px}}@media (max-width:767px){.td_block_14 .td-block-span6:last-child .td-image-gradient:before{width:100%}}.td_block_14 .td-block-span6:last-child .td-block14-border{display:none}.td_block_14 .td-block-span4 .td-module-thumb{margin-bottom:0}.td_block_14 .td-block-span4:last-child .td-image-gradient:before{width:341px}@media (min-width:768px) and (max-width:1023px){.td_block_14 .td-block-span4:last-child .td-image-gradient:before{width:253px}}@media (max-width:767px){.td_block_14 .td-block-span4:last-child .td-image-gradient:before{width:100%}}.td_block_14 .td-block-span4:last-child .td-block14-border{display:none}.td_module_mx2{*zoom:1}.td_module_mx2:before,.td_module_mx2:after{display:table;content:"";line-height:0}.td_module_mx2:after{clear:both}.td_module_mx2 .entry-title{font-size:13px;line-height:18px;font-weight:600}@media (min-width:768px) and (max-width:1023px){.td_module_mx2 .entry-title{font-size:12px!important;line-height:16px!important}}@media (max-width:767px){.td_module_mx2 .entry-title{font-size:13px!important;line-height:18px!important}}.td_module_mx2 .entry-title{margin:0 0 5px 0}.td_module_mx2 .entry-thumb{width:80px;height:auto}.td_module_mx2 .td-module-thumb{position:absolute;margin:0 0 0 21px}@media (min-width:768px) and (max-width:1023px){.td_module_mx2 .td-module-thumb{margin:0 0 0 17px}}@media (max-width:767px){.td_module_mx2 .td-module-thumb{margin:0 0 0 10px}}.td_module_mx2 .meta-info{margin-bottom:0}.td_module_mx2 .meta-info div{margin-bottom:0}.td_module_mx2 .entry-review-stars{height:15px;position:relative;top:-1px;margin-bottom:2px}.td_module_mx2 .entry-review-stars i{line-height:10px}.td_module_mx2 .item-details{margin:0 20px 20px 115px;display:block;min-height:60px}@media (min-width:768px) and (max-width:1023px){.td_module_mx2 .item-details{margin:0 15px 17px 110px}}@media (max-width:767px){.td_module_mx2 .item-details{margin:0 10px 17px 104px}}.td_module_mx2.td-module-search-def .item-details{min-height:80px}.td_module_mx2 .entry-date{position:relative}.td_module_mx3{position:relative;width:341px;padding-bottom:64px;z-index:1;*zoom:1}@media (min-width:768px) and (max-width:1023px){.td_module_mx3{width:252px}}@media (max-width:767px){.td_module_mx3{width:100%;left:0;padding-bottom:30px}}.td_module_mx3:before,.td_module_mx3:after{display:table;content:"";line-height:0}.td_module_mx3:after{clear:both}.td_module_mx3 .meta-info{position:absolute;bottom:19px;min-width:300px;background-color:#fff;border-bottom:1px dashed #f1f1f1;margin:0 20px 0 21px;padding:14px 20px 12px 21px}@media (max-width:767px){.td_module_mx3 .meta-info{width:100%;margin:0;bottom:auto;padding:8px 10px 10px 10px!important;position:relative}}.td_module_mx3 .td-module-thumb{margin-bottom:4px;width:100%}@media (max-width:767px){.td_module_mx3 .td-module-thumb{width:100%;margin-bottom:0}}.td_module_mx3 .td-module-thumb .entry-thumb{width:100%}@media (min-width:1024px){.td_module_mx3 .td-module-thumb .entry-thumb{min-height:100px}}@media (min-width:768px) and (max-width:1023px){.td_module_mx3 .td-module-thumb .entry-thumb{min-height:100px}}.td_module_mx3 .entry-title{position:relative;font-family:'Open Sans',arial,sans-serif;font-size:15px;font-weight:600;line-height:19px;font-style:normal;margin:0 0 12px 0;height:auto;bottom:0}@media (min-width:768px) and (max-width:1023px){.td_module_mx3 .entry-title{font-size:15px!important;line-height:19px!important}}@media (max-width:767px){.td_module_mx3 .entry-title{font-size:19px!important;line-height:24px!important;margin-bottom:5px}}.td_module_mx3 .td-module-comments{position:relative;bottom:14px}@media (max-width:767px){.td_module_mx3 .meta-info-container{position:relative;height:auto}}@media (max-width:767px){.td_module_mx3 .td-excerpt{padding:6px 10px 50px 10px}}.td_normal_slide{position:relative;-webkit-transform:translate3d(0,0,0)}.td_normal_slide .td_block_inner{position:relative}.td_normal_slide .td-module-thumb{margin-bottom:0;z-index:-1;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}@media (min-width:768px){.td_normal_slide .td-module-thumb{height:100%!important}}.td_normal_slide .td-video-play-ico{width:40px!important;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.td_normal_slide .slide-meta{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.td_normal_slide .td-admin-edit{height:auto!important}.td_normal_slide i{z-index:1;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.td_normal_slide .td_module_slide{z-index:1}.td_normal_slide .block-title{position:absolute;left:20px;top:0;z-index:2;margin:20px 0 0 20px}@media (min-width:768px) and (max-width:1023px){.td_normal_slide .block-title{margin:17px 0 0 17px}}@media (max-width:767px){.td_normal_slide .block-title{display:none}}.td_normal_slide .td-image-gradient:before{height:50%}.td_normal_slide .td-wrapper-pulldown-filter{position:absolute;float:none;right:20px;top:20px;z-index:2}@media (min-width:768px) and (max-width:1023px){.td_normal_slide .td-wrapper-pulldown-filter{top:17px}}@media (max-width:767px){.td_normal_slide .td-wrapper-pulldown-filter{top:17px}}.td_normal_slide .td-wrapper-pulldown-filter .td-pulldown-filter-display-option{border:none;background-color:rgb(0 0 0 / .85);color:#fff}@media (min-width:768px) and (max-width:1023px){.td_normal_slide .td-wrapper-pulldown-filter .td-pulldown-filter-display-option{margin-right:19px!important}}.td_normal_slide .td-wrapper-pulldown-filter .td-pulldown-filter-display-option i{color:#fff}.td_normal_slide .td-wrapper-pulldown-filter:hover{color:#4db2ec!important}.td_normal_slide .td-wrapper-pulldown-filter .td-pulldown-filter-list{border:none;background-color:rgb(0 0 0 / .85);top:10px;right:0}.td_normal_slide .td-wrapper-pulldown-filter .td-pulldown-filter-list a{color:#fff}.td_normal_slide .td-wrapper-pulldown-filter .td-pulldown-filter-list a:hover{color:#4db2ec}.td-pb-span12 .td_normal_slide .block-title{left:0}.td-pb-span12 .td_normal_slide .td-wrapper-pulldown-filter{right:0}.td-theme-slider{margin:0 19px 0 20px}@media (max-width:767px){.td-theme-slider{margin:0}}.td-theme-slider.iosSlider-col-3{margin:0}.td-theme-slider:hover .td-icon-left{opacity:.7}.td-theme-slider:hover .td-icon-right{opacity:.7}.td-theme-slider .slide-meta{position:absolute;bottom:16px;width:100%;padding:0 20px;z-index:1}@media (min-width:768px) and (max-width:1023px){.td-theme-slider .slide-meta{padding:0 17px}}@media (max-width:767px){.td-theme-slider .slide-meta{padding:0 10px;bottom:10px}}.td-theme-slider .slide-meta a,.td-theme-slider .slide-meta span{color:#fff}.td-theme-slider .slide-meta .entry-review-stars{top:0}.td-theme-slider .slide-meta-author{font-family:'Open Sans',arial,sans-serif;font-weight:400;font-size:11px;font-style:italic}@media (max-width:767px){.td-theme-slider .slide-meta-author{font-size:10px;line-height:15px}}.td-theme-slider .td-slide-views{display:inline-block;margin-left:21px}.td-theme-slider .td-slide-views i{padding-right:7px}.td-theme-slider .td-slide-comments{display:inline-block;margin-left:21px}.td-theme-slider .td-slide-comments i{margin-right:8px}.td-theme-slider .slide-meta-cat{display:inline-block;line-height:1}.td-theme-slider .slide-meta-cat a{text-transform:uppercase;font-family:'Open Sans',arial,sans-serif;font-weight:600;font-size:10px;line-height:1;position:relative;padding:2px 8px 3px;background-color:rgb(0 0 0 / .85);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}@media (max-width:767px){.td-theme-slider .slide-meta-cat a{font-size:9px;padding:1px 4px}}.td-theme-slider .td-icon-left,.td-theme-slider .td-icon-right{padding:20px;position:absolute;display:block;height:80px;margin-top:-39px;top:50%;font-size:38px;color:#fff;font-weight:300;opacity:0;-webkit-transition:opacity 0.4s;-moz-transition:opacity 0.4s;-o-transition:opacity 0.4s;transition:opacity 0.4s}.td-theme-slider .td-icon-left:hover,.td-theme-slider .td-icon-right:hover{opacity:1}.td-theme-slider .td-icon-left{left:0}.td-theme-slider .td-icon-right{right:0}.td-slide-col3{width:1021px;left:-1px}@media (min-width:768px) and (max-width:1023px){.td-slide-col3{width:756px}}@media (max-width:767px){.td-slide-col3{width:auto}}.td-theme-slider.iosSlider-col-3{height:579px}.td-theme-slider.iosSlider-col-3 .slide-meta{padding-bottom:22px}@media (min-width:768px) and (max-width:1023px){.td-theme-slider.iosSlider-col-3 .slide-meta{padding-bottom:6px}}@media (max-width:767px){.td-theme-slider.iosSlider-col-3 .slide-meta{padding-bottom:0}}@media (min-width:768px) and (max-width:1023px){.td-theme-slider.iosSlider-col-3{height:429px}}@media (max-width:767px){.td-theme-slider.iosSlider-col-3{margin:0;height:auto}}.td-theme-slider.iosSlider-col-3 .td_module_slide{height:579px}@media (min-width:768px) and (max-width:1023px){.td-theme-slider.iosSlider-col-3 .td_module_slide{height:429px}}@media (max-width:767px){.td-theme-slider.iosSlider-col-3 .td_module_slide{height:auto}}.td-theme-slider.iosSlider-col-3 .td-module-title{font-family:'Open Sans',arial,sans-serif;font-weight:400;font-size:48px;line-height:58px}@media (min-width:768px) and (max-width:1023px){.td-theme-slider.iosSlider-col-3 .td-module-title{font-size:30px;line-height:36px}}@media (max-width:767px){.td-theme-slider.iosSlider-col-3 .td-module-title{font-size:15px;line-height:20px;font-weight:600}}.td-theme-slider.iosSlider-col-3 .td-icon-left,.td-theme-slider.iosSlider-col-3 .td-icon-right{font-size:55px;margin-top:-46px}@media (max-width:767px){.td-theme-slider.iosSlider-col-3 .td-icon-left,.td-theme-slider.iosSlider-col-3 .td-icon-right{font-size:38px;margin-top:-39px}}.td-theme-slider.iosSlider-col-3 .entry-title{margin-bottom:0;margin-top:5px}@media (min-width:768px) and (max-width:1023px){.td-theme-slider.iosSlider-col-3 .entry-title{margin-bottom:5px}}.td-theme-slider.iosSlider-col-3 .td-module-thumb img{width:1021px}@media (max-width:767px){.td-theme-slider.iosSlider-col-3 .td-module-thumb img{height:auto}}.td-theme-slider.iosSlider-col-2{height:350px;margin-top:20px;margin-bottom:20px}@media (min-width:768px) and (max-width:1023px){.td-theme-slider.iosSlider-col-2{height:254px}}@media (max-width:767px){.td-theme-slider.iosSlider-col-2{max-width:464px;height:auto;margin:0 auto}}.td-theme-slider.iosSlider-col-2 .td_module_slide{height:350px}@media (min-width:768px) and (max-width:1023px){.td-theme-slider.iosSlider-col-2 .td_module_slide{height:254px}}@media (max-width:767px){.td-theme-slider.iosSlider-col-2 .td_module_slide{height:auto}}.td-theme-slider.iosSlider-col-2 .td-module-title{font-family:'Open Sans',arial,sans-serif;font-weight:600;font-size:24px;line-height:32px}@media (min-width:768px) and (max-width:1023px){.td-theme-slider.iosSlider-col-2 .td-module-title{font-size:20px;line-height:26px}}@media (max-width:767px){.td-theme-slider.iosSlider-col-2 .td-module-title{font-size:15px;line-height:20px;font-weight:600}}.td-theme-slider.iosSlider-col-2 .entry-title{margin-bottom:4px;margin-top:5px}@media (min-width:768px) and (max-width:1023px){.td-theme-slider.iosSlider-col-2 .entry-title{margin-bottom:6px}}@media (max-width:767px){.td-theme-slider.iosSlider-col-2 .entry-title{margin-bottom:0}}.td-theme-slider.iosSlider-col-2 .td-module-thumb img{width:640px}@media (max-width:767px){.td-theme-slider.iosSlider-col-2 .td-module-thumb img{height:auto}}.td-theme-slider.iosSlider-col-1{height:350px;margin-top:20px;margin-bottom:20px}@media (min-width:768px) and (max-width:1023px){.td-theme-slider.iosSlider-col-1{height:247px}}@media (max-width:767px){.td-theme-slider.iosSlider-col-1{max-width:287px;height:315px!important;margin:0 auto}}.td-theme-slider.iosSlider-col-1 .td_module_slide{height:350px}@media (min-width:768px) and (max-width:1023px){.td-theme-slider.iosSlider-col-1 .td_module_slide{height:247px}}@media (max-width:767px){.td-theme-slider.iosSlider-col-1 .td_module_slide{height:315px!important}}.td-theme-slider.iosSlider-col-1 .td-module-title{font-family:'Open Sans',arial,sans-serif;font-weight:600;font-size:18px;line-height:24px}@media (min-width:768px) and (max-width:1023px){.td-theme-slider.iosSlider-col-1 .td-module-title{font-size:13px;line-height:19px;font-weight:700}}@media (max-width:767px){.td-theme-slider.iosSlider-col-1 .td-module-title{font-size:15px;line-height:20px;font-weight:600}}.td-theme-slider.iosSlider-col-1 .entry-title{margin-bottom:5px;margin-top:5px}@media (min-width:768px) and (max-width:1023px){.td-theme-slider.iosSlider-col-1 .entry-title{line-height:19px}}@media (max-width:767px){.td-theme-slider.iosSlider-col-1 .entry-title{margin-bottom:0}}@media (min-width:768px) and (max-width:1023px){.td-theme-slider.iosSlider-col-1 .td-slide-views,.td-theme-slider.iosSlider-col-1 .td-slide-comments{display:none}}@media (max-width:767px){.td-theme-slider.iosSlider-col-1 .td-module-thumb{height:100%!important}}.td-theme-slider.iosSlider-col-1 .td-module-thumb img{width:300px}.td-slider .td_module_wrap:hover .entry-title a{color:#fff}@media (max-width:320px){.td_normal_slide .iosSlider-col-2,.td_normal_slide .iosSlider-col-3{height:150px!important}}@media (max-width:320px){.td_normal_slide .iosSlider-col-2 .td-slider,.td_normal_slide .iosSlider-col-3 .td-slider,.td_normal_slide .iosSlider-col-2 .td_module_slide,.td_normal_slide .iosSlider-col-3 .td_module_slide,.td_normal_slide .iosSlider-col-2 .td-module-thumb,.td_normal_slide .iosSlider-col-3 .td-module-thumb{height:150px!important}}.td_block_slide .td_module_slide{visibility:hidden!important;overflow:hidden}.td-js-loaded .td_block_slide .td_module_slide{visibility:visible!important}.td_normal_slide.td-pb-border-top{border-top:0}.td-wrapper-pulldown-filter{display:inline-block;float:right;*zoom:1}.td-wrapper-pulldown-filter:before,.td-wrapper-pulldown-filter:after{display:table;content:"";line-height:0}.td-wrapper-pulldown-filter:after{clear:both}.td-wrapper-pulldown-filter .td-pulldown-filter-display-option{color:#444;border:1px solid #e6e6e6}.td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover{border-bottom-left-radius:0;border-bottom-right-radius:0}.td-wrapper-pulldown-filter .td-pulldown-filter-display-option:hover ul{display:block}.td-wrapper-pulldown-filter .td-pulldown-filter-list{background-color:rgb(255 255 255 / .95);border:1px solid #e6e6e6}.td-wrapper-pulldown-filter .td-pulldown-filter-link{color:#444}@media (min-width:768px) and (max-width:1023px){.td-pb-span4 .td_block_wrap .td-pulldown-filter-display-option{padding:0 5px}}@media (min-width:768px) and (max-width:1023px){.td-pb-span4 .td_block_wrap .td-pulldown-filter-display-option span{display:none}}@media (min-width:768px) and (max-width:1023px){.td-pb-span4 .td_block_wrap .td-pulldown-filter-display-option i{padding:0}}.td-pulldown-filter-list-open .td-pulldown-filter-list{display:block}.td-pulldown-filter-list-open .td-pulldown-filter-display-option{border-bottom:1px solid rgb(255 255 255 / .95);-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.td-js-loaded .td-category-siblings{opacity:1;-webkit-transition:opacity 0.3s;transition:opacity 0.3s}.td-pulldown-filter-display-option{background-color:rgb(255 255 255 / .95);position:relative;right:0;cursor:pointer;padding:0 10px 0 14px;margin:0 19px 21px 0;height:20px;font-family:'Open Sans',arial,sans-serif;font-weight:600;font-size:10px;line-height:18px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;white-space:nowrap}@media (min-width:768px) and (max-width:1023px){.td-pulldown-filter-display-option{margin:0 17px 17px 0}}@media (max-width:767px){.td-pulldown-filter-display-option{margin:0 10px 17px 0}}.td-pulldown-filter-display-option:hover{color:#4db2ec}.td-pulldown-filter-display-option i{font-size:9px;padding-left:8px;color:#444}.wpb_wrapper .td_block_wrap .td-pulldown-filter-display-option{margin:0 19px 20px 0}@media (min-width:768px) and (max-width:1023px){.wpb_wrapper .td_block_wrap .td-pulldown-filter-display-option{margin:0 16px 17px 0}}@media (max-width:767px){.wpb_wrapper .td_block_wrap .td-pulldown-filter-display-option{margin:0 10px 17px 0}}.td-pulldown-filter-list{display:none;position:absolute;top:8px;right:-1px;z-index:2;background-color:rgb(255 255 255 / .95);-webkit-border-radius:3px;-webkit-border-top-right-radius:0;-moz-border-radius:3px;-moz-border-radius-topright:0;border-radius:3px;border-top-right-radius:0;padding:5px 0 7px 0;text-align:left}.td-pulldown-filter-item{list-style:none}.td-pulldown-filter-link{font-family:'Open Sans',arial,sans-serif;font-weight:600;font-size:10px;line-height:24px;white-space:nowrap;display:block;padding:0 30px 0 16px}.td-pulldown-filter-link:hover{color:#4db2ec}.td-pulldown-filter-list{-webkit-animation-duration:0.3s;animation-duration:0.3s}.td_block_inner{-webkit-animation-duration:0.5s;animation-duration:0.5s}.td-category-pulldown-filter.td-wrapper-pulldown-filter{position:absolute;top:14px;right:0}.td-category-pulldown-filter .td-pulldown-filter-list{z-index:2}.td-category-pulldown-filter a.td-pulldown-category-filter-link{color:#444;font-family:'Open Sans',arial,sans-serif;font-weight:600;font-size:10px;line-height:24px;white-space:nowrap;display:block;padding:0 30px 0 16px}.td-category-pulldown-filter a.td-pulldown-category-filter-link:hover{color:#4db2ec}.td_quote_on_blocks{font-family:'Roboto',sans-serif;font-size:30px;line-height:35px;font-weight:400;font-style:italic;text-align:left;text-transform:uppercase;color:#4db2ec;margin:5px 0}.td-next-prev-wrap{margin:0 0 0 20px;line-height:21px;clear:both}@media (min-width:768px) and (max-width:1023px){.td-next-prev-wrap{margin:0 0 0 17px}}@media (max-width:767px){.td-next-prev-wrap{margin:0 0 0 10px}}.td-next-prev-wrap a{display:inline-block;margin-bottom:19px}@media (min-width:768px) and (max-width:1023px){.td-next-prev-wrap a{margin-bottom:16px}}@media (max-width:767px){.td-next-prev-wrap a{margin-bottom:19px}}.td-next-prev-wrap a:hover i{background-color:#4db2ec;color:#ffffff!important;border-color:#4db2ec}.td-next-prev-wrap .td-ajax-prev-page{margin-right:4px}.td-next-prev-wrap i{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=94)";-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:1px solid #e6e6e6;font-size:9px;color:#444;line-height:1;padding:3px 6px}.ajax-page-disabled{opacity:.5}.td_ajax_load_more{display:inline-block;margin-bottom:21px!important}.td_ajax_load_more .td-icon-menu-down{font-size:8px;position:relative;top:-6px;display:block}.td-load-more-wrap{text-align:center;clear:both}.td-load-more-wrap a{color:#222}.td-load-more-wrap a:hover{color:#4db2ec}.td-load-more-infinite-wrap{visibility:hidden}.td_block_inner_overflow{overflow:hidden}.td-menu-blocks-custom{margin-top:20px;margin-bottom:-26px}.td-menu-blocks-custom .widget{margin-bottom:0}.td-menu-blocks-custom ul{text-align:center}.td-menu-blocks-custom ul li{display:inline-block;margin:4px 2px}.td-menu-blocks-custom ul li a{border:1px solid #eaeaea;border-radius:20px;padding:0 12px;font-size:12px;font-family:'Roboto',sans-serif;font-weight:500;line-height:26px;display:block}@media (max-width:767px){.td-menu-blocks-custom ul li a{line-height:28px}}.td-menu-blocks-custom ul li a:hover{background-color:#111;color:#fff;border-color:#111}.td-menu-blocks-custom .current-menu-item a{border-color:#4db2ec;background-color:#4db2ec;color:#fff}.td-menu-blocks-custom .current-menu-item a:hover{color:#fff}.td-tab-blocks-custom ul.wpb_tabs_nav{border-bottom:0}.td-tab-blocks-custom .wpb_text_column{margin-bottom:21px}.td-tab-blocks-custom.wpb_tabs li.ui-tabs-active a,.td-tab-blocks-custom.wpb_tabs li:hover a{border:1px solid #111!important;background-color:#111}.td-tab-blocks-custom ul.wpb_tabs_nav{display:table;margin-left:auto;margin-right:auto;margin-bottom:20px}.td-tab-blocks-custom ul.wpb_tabs_nav li{display:inline-block;margin-left:0;margin-right:-1px!important}.td-tab-blocks-custom ul.wpb_tabs_nav li a{border:1px solid #eaeaea!important;padding:5px 13px!important;font-size:13px;font-family:'Roboto',sans-serif;font-weight:500;line-height:15px;text-transform:none;margin:0 3px;border-radius:20px}@media (max-width:767px){.td-tab-blocks-custom ul.wpb_tabs_nav li a{padding:4px 7px 3px!important;line-height:13px}}.td-tab-blocks-custom ul.wpb_tabs_nav li a:hover{background-color:#111;color:#fff;border-color:#111}.td-tab-blocks-custom ul.wpb_tabs_nav li a:before{display:none}.td_block_1,.td_block_2,.td_block_3,.td_block_4,.td_block_5,.td_block_6,.td_block_7,.td_block_8,.td_block_9,.td_block_10,.td_block_11,.td_block_12,.td_block_16,.td_top_authors,.td_block_author,.td_block_text_with_title,.td_block_title{position:relative;padding-top:20px}@media (min-width:768px) and (max-width:1023px){.td_block_1,.td_block_2,.td_block_3,.td_block_4,.td_block_5,.td_block_6,.td_block_7,.td_block_8,.td_block_9,.td_block_10,.td_block_11,.td_block_12,.td_block_16,.td_top_authors,.td_block_author,.td_block_text_with_title,.td_block_title{padding-top:17px}}@media (max-width:767px){.td_block_1,.td_block_2,.td_block_3,.td_block_4,.td_block_5,.td_block_6,.td_block_7,.td_block_8,.td_block_9,.td_block_10,.td_block_11,.td_block_12,.td_block_16,.td_top_authors,.td_block_author,.td_block_text_with_title,.td_block_title{padding-top:17px}}.td_block_1 .block-title,.td_block_2 .block-title,.td_block_3 .block-title,.td_block_4 .block-title,.td_block_5 .block-title,.td_block_6 .block-title,.td_block_7 .block-title,.td_block_8 .block-title,.td_block_9 .block-title,.td_block_10 .block-title,.td_block_11 .block-title,.td_block_12 .block-title,.td_block_16 .block-title,.td_top_authors .block-title,.td_block_author .block-title,.td_block_text_with_title .block-title,.td_block_title .block-title{margin:0 0 20px 20px}@media (min-width:768px) and (max-width:1023px){.td_block_1 .block-title,.td_block_2 .block-title,.td_block_3 .block-title,.td_block_4 .block-title,.td_block_5 .block-title,.td_block_6 .block-title,.td_block_7 .block-title,.td_block_8 .block-title,.td_block_9 .block-title,.td_block_10 .block-title,.td_block_11 .block-title,.td_block_12 .block-title,.td_block_16 .block-title,.td_top_authors .block-title,.td_block_author .block-title,.td_block_text_with_title .block-title,.td_block_title .block-title{margin:0 0 17px 17px}}@media (max-width:767px){.td_block_1 .block-title,.td_block_2 .block-title,.td_block_3 .block-title,.td_block_4 .block-title,.td_block_5 .block-title,.td_block_6 .block-title,.td_block_7 .block-title,.td_block_8 .block-title,.td_block_9 .block-title,.td_block_10 .block-title,.td_block_11 .block-title,.td_block_12 .block-title,.td_block_16 .block-title,.td_top_authors .block-title,.td_block_author .block-title,.td_block_text_with_title .block-title,.td_block_title .block-title{margin:0 0 17px 10px}}.td_block_1 .td_block_inner,.td_block_2 .td_block_inner,.td_block_3 .td_block_inner,.td_block_4 .td_block_inner,.td_block_5 .td_block_inner,.td_block_6 .td_block_inner,.td_block_7 .td_block_inner,.td_block_8 .td_block_inner,.td_block_9 .td_block_inner,.td_block_10 .td_block_inner,.td_block_11 .td_block_inner,.td_block_12 .td_block_inner,.td_block_16 .td_block_inner,.td_top_authors .td_block_inner,.td_block_author .td_block_inner,.td_block_text_with_title .td_block_inner,.td_block_title .td_block_inner{clear:right}.td_block_13,.td_block_14{position:relative;clear:both}.td_block_13 .block-title,.td_block_14 .block-title{margin:0 0 21px 20px}@media (min-width:768px) and (max-width:1023px){.td_block_13 .block-title,.td_block_14 .block-title{margin:0 0 17px 17px}}.td_block_13 .td_block_inner,.td_block_14 .td_block_inner{clear:right}.td-fix-index{transform:translateZ(0);-webkit-transform:translateZ(0)}.td-pb-span4 .td_block_1 .td_module_4{padding-bottom:6px}.td_block_1 .td_module_4{margin-bottom:0}.td_block_2 .td_module_4{margin-bottom:21px!important}.td_block_3 .td-block-row:last-child .td_module_1{padding-bottom:11px}.td_block_3 .td-block-span12:last-child .td_module_1{padding-bottom:11px}.td_block_4 .td-block-row:last-child .td_module_2{padding-bottom:11px}.td_block_4 .td-block-span12:last-child .td_module_2{padding-bottom:11px}.td_block_5 .td-block-row:last-child .td_module_3{padding-bottom:11px}.td_block_5 .td-block-span12:last-child .td_module_3{padding-bottom:11px}.td_block_6 .td-block-span12:last-child .td_module_5{border-bottom:none;padding-bottom:2px}.td_block_9 .td_block_inner .td-block-row:last-child .item-details,.td_block_9 .td_block_inner .td-block-span12:last-child .item-details{border-bottom:0;padding-bottom:12px;margin-bottom:0}.td_block_10{text-align:center}.td_block_10 .block-title{margin-left:10px;margin-right:10px}.td_block_10 .td_block_inner{padding-left:20px;padding-right:19px}.td_block_10 .td_module_9:last-child .item-details{border-bottom:none;padding-bottom:4px;margin-bottom:0}.td_block_10 .td_module_9 .item-details{margin-bottom:23px}@media (max-width:1023px){.td_block_10 .td_module_9 .item-details{margin-bottom:15px}}.td_block_10 .td-wrapper-pulldown-filter{position:absolute;right:0}.td_block_10 .td-next-prev-wrap{margin:0}@media (max-width:767px){.td_block_10 .td-pulldown-filter-display-option{padding:0 4px 0 0}}@media (max-width:767px){.td_block_10 .td-pulldown-filter-display-option span{display:none}}@media (max-width:767px){.td_block_10 .td-pulldown-filter-display-option i{padding-left:5px}}.wpb_column.td-pb-span12 .td_block_10 .entry-title{font-size:22px;line-height:28px}.td_block_11 .td-block-span12:last-child .item-details,.td_block_11 .td-block-span12:last-child .td-module-thumb{margin-bottom:20px}.td_block_11 .td_module_10{padding-left:0;padding-right:0}.td_block_11 .td-column-1 .entry-thumb{width:80px;margin-bottom:0;min-height:0}@media (max-width:767px){.td_block_11 .td-column-1 .entry-thumb{width:100%}}.td_block_11 .td-column-1 .td-module-thumb{width:auto;margin-bottom:12px}@media (max-width:767px){.td_block_11 .td-column-1 .td-module-thumb{width:40%;margin-bottom:26px}}.td_block_11 .td-column-1 .td-module-title{padding-left:95px;font-size:15px!important;line-height:19px!important}@media (min-width:768px) and (max-width:1023px){.td_block_11 .td-column-1 .td-module-title{font-size:14px!important}}@media (max-width:767px){.td_block_11 .td-column-1 .td-module-title{font-size:16px!important;line-height:20px!important;padding-left:0}}.td_block_11 .td-column-1 .meta-info{clear:both}@media (max-width:767px){.td_block_11 .td-column-1 .meta-info{clear:none}}.td_block_11 .td-column-1 .td-video-play-ico{width:24px;height:24px;font-size:24px}.td_block_11 .td-column-1 .item-details{margin-left:0;margin-bottom:30px}@media (max-width:767px){.td_block_11 .td-column-1 .item-details{margin-left:44%;margin-bottom:26px;min-height:0}}.td_block_12 .td-block-span12:last-child .item-details,.td_block_12 .td-block-span12:last-child .td-module-thumb{margin-bottom:20px}.td_block_12 .td_module_11{padding-left:0;padding-right:0}.td_block_12 .td-column-1 .entry-thumb{width:80px;margin-bottom:0;min-height:0}@media (max-width:767px){.td_block_12 .td-column-1 .entry-thumb{width:100%}}.td_block_12 .td-column-1 .td-read-more{display:none}.td_block_12 .td-column-1 .td-module-thumb{width:auto;margin-bottom:12px}@media (max-width:767px){.td_block_12 .td-column-1 .td-module-thumb{width:40%;margin-bottom:26px}}.td_block_12 .td-column-1 .td-module-title{padding-left:95px;font-size:15px!important;line-height:19px!important}@media (min-width:768px) and (max-width:1023px){.td_block_12 .td-column-1 .td-module-title{font-size:14px!important}}@media (max-width:767px){.td_block_12 .td-column-1 .td-module-title{font-size:16px!important;line-height:20px!important;padding-left:0}}.td_block_12 .td-column-1 .meta-info{clear:both}@media (max-width:767px){.td_block_12 .td-column-1 .meta-info{clear:none}}.td_block_12 .td-column-1 .td-video-play-ico{width:24px;height:24px;font-size:24px}.td_block_12 .td-column-1 .item-details{margin-left:0;margin-bottom:20px}@media (max-width:767px){.td_block_12 .td-column-1 .item-details{margin-left:44%;margin-bottom:26px;min-height:0}}.td_block_13{border-top:0!important}.td_block_13 .td-module-thumb{left:0}.td_block_13 .block-title>a,.td_block_13 .block-title>span{background-color:rgb(0 0 0 / .85)}.td_block_13 .block-title{position:absolute;top:0;left:0;z-index:3;margin:20px 0 0 20px}@media (min-width:768px) and (max-width:1023px){.td_block_13 .block-title{margin:17px 0 0 16px}}@media (max-width:767px){.td_block_13 .block-title{margin:17px 0 0 10px}}.td_block_13 .td-wrapper-pulldown-filter{position:absolute;right:0;top:20px;z-index:3}@media (max-width:1023px){.td_block_13 .td-wrapper-pulldown-filter{top:17px}}.td_block_13 .td-pulldown-filter-display-option{border:none;background-color:rgb(0 0 0 / .85);color:#fff}.td_block_13 .td-pulldown-filter-display-option .td-icon-menu-down{color:#fff}@media (min-width:768px) and (max-width:1023px){.td_block_13 .td-pulldown-filter-display-option{margin-right:19px!important}}.td_block_13:hover{color:#4db2ec}.td_block_13 .td-pulldown-filter-list{border:none;background-color:rgb(0 0 0 / .85);top:10px;right:0}.td_block_13 .td-pulldown-filter-list a{color:#fff}.td_block_13 .td-pulldown-filter-list a:hover{color:#4db2ec}.td_block_13 .td_block_inner .td_module_14:last-child .td-excerpt{padding-bottom:20px}@media (min-width:768px) and (max-width:1023px){.td_block_13 .meta-info{padding:12px 17px 10px 17px}}.td_block_13 .td-pulldown-filter-list-open .td-pulldown-filter-display-option{border-bottom:none}@media (max-width:767px){.td_block_13 .td-next-prev-wrap{margin-bottom:20px}}@media (min-width:768px) and (max-width:1023px){.td_block_13 .td-column-1 .meta-info{margin:0 19px 0 18px;padding:12px 17px 10px 17px;min-width:216px}}@media (max-width:767px){.td_block_13 .td-column-1 .meta-info{border-bottom:0}}@media (max-width:767px){.td_block_13 .td-column-1 .td_module_mx3:last-child{padding-bottom:8px}}.td_block_14{border-top:none;background-color:#fff}.td_block_14 .td_module_mx1{left:-1px}@media (max-width:767px){.td_block_14 .td_module_mx1{left:0}}.td_block_14 .td-block-row{background-color:#e6e6e6}.td_block_14 .block-title{position:absolute;top:0;left:0;z-index:2;margin:21px 0 0 20px}@media (min-width:768px) and (max-width:1023px){.td_block_14 .block-title{margin:17px 0 0 16px}}@media (max-width:767px){.td_block_14 .block-title{margin:17px 0 0 10px}}.td_block_14 .block-title>a,.td_block_14 .block-title>span{background-color:rgb(0 0 0 / .85)}.td_block_14 .td-block-span4,.td_block_14 .td-block-span6,.td_block_14 div.td-block-span12{padding-left:0;padding-right:0!important}.td_block_14 .td-wrapper-pulldown-filter{position:absolute;right:0;top:21px;z-index:2}@media (min-width:768px) and (max-width:1023px){.td_block_14 .td-wrapper-pulldown-filter{top:17px}}@media (max-width:767px){.td_block_14 .td-wrapper-pulldown-filter{top:17px}}.td_block_14 .td-pulldown-filter-display-option{position:absolute;border:none;background-color:rgb(0 0 0 / .85);color:#fff;line-height:20px;z-index:1}.td_block_14 .td-pulldown-filter-list{border:none;background-color:rgb(0 0 0 / .85);top:10px;right:0}.td_block_14 .td-pulldown-filter-list a{color:#fff}.td_block_14 .td-pulldown-filter-list a:hover{color:#4db2ec}.td_block_14 .td-next-prev-wrap{display:inline-block;bottom:-6px;position:absolute;right:19px;z-index:1}@media (min-width:768px) and (max-width:1023px){.td_block_14 .td-next-prev-wrap{right:17px}}@media (max-width:767px){.td_block_14 .td-next-prev-wrap{right:10px}}.td_block_14 .td-next-prev-wrap i{color:#fff}.td_block_14 .td-next-prev-wrap i:hover{color:#4db2ec}.td_block_14 .td-icon-menu-down{color:#fff}.td_block_14 .td-pulldown-filter-list-open .td-pulldown-filter-display-option{border-bottom:none}.td_block_14 .td-block-span12:last-child .td_module_mx1{margin-bottom:-1px}.td_block_15{border-top:none}.td_block_15 .block-title>a,.td_block_15 .block-title>span{background-color:rgb(0 0 0 / .85)}.td_block_15 .block-title{margin:21px 0 0 20px;position:absolute;top:0;left:0;z-index:2}@media (min-width:768px) and (max-width:1023px){.td_block_15 .block-title{margin:17px 0 0 16px}}@media (max-width:767px){.td_block_15 .block-title{margin:17px 0 0 10px}}.td_block_15 .td-block-span4{padding-left:0;padding-right:0!important}.td_block_15 .td-block-span6{padding-left:0;padding-right:0!important}.td_block_15 div.td-block-span12{padding-left:0;padding-right:0!important}.td_block_15 .td-wrapper-pulldown-filter{position:absolute;right:0;top:21px;z-index:3}@media (min-width:768px) and (max-width:1023px){.td_block_15 .td-wrapper-pulldown-filter{top:17px}}@media (max-width:767px){.td_block_15 .td-wrapper-pulldown-filter{top:17px}}.td_block_15 .td-pulldown-filter-display-option{position:absolute;border:none;background-color:rgb(0 0 0 / .85);color:#fff;line-height:20px}.td_block_15 .td-pulldown-filter-display-option i{color:inherit}.td_block_15 .td-pulldown-filter-list{border:none;background-color:rgb(0 0 0 / .85);top:10px;right:0}.td_block_15 .td-pulldown-filter-list a{color:#fff}.td_block_15 .td-pulldown-filter-list a:hover{color:#4db2ec}.td_block_15 .td-pulldown-filter-list-open .td-pulldown-filter-display-option{border-bottom:none}.td_block_15 .td_block_inner .td_module_mx1{margin-bottom:20px;border:0}@media (min-width:768px) and (max-width:1023px){.td_block_15 .td_block_inner .td_module_mx1{margin-bottom:17px}}@media (max-width:767px){.td_block_15 .td_block_inner .td_module_mx1{margin-bottom:0}}.td_block_15 .td_module_mx1{left:-1px}@media (max-width:767px){.td_block_15 .td_module_mx1{left:0}}@media (max-width:767px){.td_block_15 .td-block-span12 .td_module_mx1{margin-bottom:15px}}.td_block_15 .td-block-span12 .td_module_mx1 .td-block14-border{display:none}@media (max-width:767px){.td_block_15 .td-block-span6:last-child .td_module_mx1{margin-bottom:15px}}.td_block_15 .td-block-span6 .td_module_mx1 .td-module-thumb{margin-bottom:0}.td_block_15 .td-block-span6 .td_module_mx1:last-child .td-image-gradient:before{width:341px}@media (min-width:768px) and (max-width:1023px){.td_block_15 .td-block-span6 .td_module_mx1:last-child .td-image-gradient:before{width:253px}}@media (max-width:767px){.td_block_15 .td-block-span6 .td_module_mx1:last-child .td-image-gradient:before{width:100%}}.td_block_15 .td-block-span6:last-child .td-block14-border{display:none}@media (max-width:767px){.td_block_15 .td-block-span4:last-child .td_module_mx1{margin-bottom:15px}}.td_block_15 .td-block-span4 .td_module_mx1 .td-module-thumb{margin-bottom:0}.td_block_15 .td-block-span4 .td_module_mx1:last-child .td-image-gradient:before{width:341px}@media (min-width:768px) and (max-width:1023px){.td_block_15 .td-block-span4 .td_module_mx1:last-child .td-image-gradient:before{width:253px}}@media (max-width:767px){.td_block_15 .td-block-span4 .td_module_mx1:last-child .td-image-gradient:before{width:100%}}.td_block_15 .td-block-span4:last-child .td-block14-border{display:none}.td_block_16 .td-block-row .td-block-span4{width:auto;padding-right:0}.td_block_16 .entry-title{margin:0 0 3px 0;font-size:13px;line-height:16px;font-weight:600}@media (min-width:768px) and (max-width:1023px){.td_block_16 .entry-title{font-size:12px!important;line-height:15px!important}}@media (max-width:767px){.td_block_16 .entry-title{font-size:17px!important;line-height:21px!important}}.td_block_16 .td-module-thumb{margin-bottom:5px}.td_block_16 .td-column-1{margin:0 10px}@media (min-width:768px) and (max-width:1023px){.td_block_16 .td-column-1{margin:0 8px}}@media (max-width:767px){.td_block_16 .td-column-1{margin:0!important}}.td_block_16 .td-column-1 .td_module_mx4{padding-bottom:20px}.td_block_16 .td-column-1 .td_module_mx4 .meta-info{margin-bottom:0}@media (min-width:1024px){.td_block_16 .td-column-1 .td_module_mx4 .entry-thumb{min-height:194px}}@media (min-width:768px) and (max-width:1023px){.td_block_16 .td-column-1 .td_module_mx4 .entry-thumb{min-height:142px}}@media (max-width:767px){.td_block_16 .td-column-1 .entry-title{font-size:13px!important;line-height:16px!important}}.td_block_16 .td-column-1 .td-block-span12{width:50%!important;padding-right:10px;padding-left:10px;float:left!important}@media (min-width:768px) and (max-width:1023px){.td_block_16 .td-column-1 .td-block-span12{padding-right:8px;padding-left:8px}}.td_block_16 .td-column-1 .td-block-span12 .entry-thumb{min-height:0}.td_block_16 .td-column-1 .td-block-span12:nth-child(odd){clear:both}.td_block_16 .td-column-2 .td_module_mx4{width:200px;margin-bottom:20px}@media (min-width:768px) and (max-width:1023px){.td_block_16 .td-column-2 .td_module_mx4{width:145px}}@media (max-width:767px){.td_block_16 .td-column-2 .td_module_mx4{width:100%}}@media (min-width:1024px){.td_block_16 .td-column-2 .td_module_mx4 .entry-thumb{min-height:129px}}@media (min-width:768px) and (max-width:1023px){.td_block_16 .td-column-2 .td_module_mx4 .entry-thumb{min-height:94px}}.td_block_16 .td-column-3 .td_module_mx4{width:180px;margin-bottom:20px}@media (min-width:768px) and (max-width:1023px){.td_block_16 .td-column-3 .td_module_mx4{width:131px}}@media (max-width:767px){.td_block_16 .td-column-3 .td_module_mx4{width:100%}}@media (min-width:1024px){.td_block_16 .td-column-3 .td_module_mx4 .entry-thumb{min-height:116px}}@media (min-width:768px) and (max-width:1023px){.td_block_16 .td-column-3 .td_module_mx4 .entry-thumb{min-height:85px}}.td-related-row{width:100%;*zoom:1}.td-related-row:before,.td-related-row:after{display:table;content:""}.td-related-row:after{clear:both}.td-related-row [class*="td-related-span"]{display:block;min-height:1px;float:left}@media (max-width:767px){.td-related-row{padding-right:10px}}.td-related-span4{width:220px;padding-left:20px}@media (min-width:768px) and (max-width:1023px){.td-related-span4{width:162px;padding-left:17px}}@media (max-width:767px){.td-related-span4{width:33.33%;padding-left:10px}}.td-related-full-width .td-related-span4{width:200px}@media (min-width:768px) and (max-width:1023px){.td-related-full-width .td-related-span4{width:147px}}@media (max-width:767px){.td-related-full-width .td-related-span4{width:20%;padding-left:10px}}.td-mega-row{width:100%;*zoom:1}.td-mega-row:before,.td-mega-row:after{display:table;content:""}.td-mega-row:after{clear:both}.td-mega-row [class*="td-mega-sp"]{display:block;min-height:1px;float:left}.td-mega-span{width:200px;padding-left:20px}@media (min-width:768px) and (max-width:1023px){.td-mega-span{width:147px}}.td_block_trending_now{padding:14px 20px}@media (min-width:768px) and (max-width:1023px){.td_block_trending_now{padding:14px 17px}}.td_block_trending_now.tdc-no-posts{padding:0}.td-trending-style2{background-color:#eaeaea;padding:9px 20px;position:relative;right:1px;z-index:1}@media (min-width:768px) and (max-width:1023px){.td-trending-style2{padding:15px 17px}}.td-trending-style2 i{background-color:#fff}.td-trending-now-wrapper{transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);overflow:hidden;position:relative}.td-trending-now-wrapper .td-next-prev-wrap{display:inline-block;position:absolute;top:0;margin:0;right:0}@media (max-width:767px){.td-trending-now-wrapper .td-next-prev-wrap{display:none}}.td-trending-now-wrapper .td-next-prev-wrap a{float:left;margin-bottom:0}.td-trending-now-wrapper .td-next-prev-wrap a i{font-size:8px;float:left;width:19px;height:19px;padding:5px 6px 4px}.td-trending-now-wrapper .td_ajax-prev-pagex{margin:0 5px 0 0}.td-trending-now-wrapper .td-module-exclusive .td-module-title a::before{padding:2px 8px 2px;font-size:9px}@-moz-document url-prefix(){.td-trending-now-wrapper .td-next-prev-wrap a i{padding:4px 6px 5px}.td_block_trending_now .td-trending-now-title{line-height:18px;padding-bottom:1px}@media (max-width:767px){.td_block_trending_now .td-trending-now-title{line-height:16px}}}.td-trending-now-title{background-color:#4db2ec;border-radius:3px;color:#fff;display:inline-block;font-family:'Open Sans',arial,sans-serif;font-size:10px;font-weight:700;line-height:19px;padding:0 15px;position:relative;margin:0 21px 0 0;text-transform:uppercase;float:left}@media (max-width:767px){.td-trending-now-title{font-size:10px;line-height:17px;display:table;margin:auto;float:none}}.td-pb-span4 .td-trending-now-display-area{display:inline-block;position:relative;overflow:hidden;width:100%;margin-top:10px}.td-pb-span4 .td-trending-now-display-area .entry-title{text-align:center}.td-pb-span4 .td-trending-now-post{width:100%}.td-trending-now-display-area{display:inline-block;width:75%;position:relative;float:left;height:19px}@media (max-width:767px){.td-trending-now-display-area{width:100%;margin-top:10px}}.td-trending-now-display-area .entry-title{line-height:20px;font-size:12px;font-weight:600;margin:0}@media (max-width:767px){.td-trending-now-display-area .entry-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}}.td-trending-now-display-area a{color:#444}.td-trending-now-post{position:absolute;display:inline-block;opacity:0;width:100%}.td-trending-now-post:first-child{opacity:1;z-index:1}@media (max-width:767px){.td-trending-now-post{width:100%;text-align:center}}.td-pb-span8 .td-trending-now-wrapper .td-trending-now-display-area{width:70%}@media (min-width:768px) and (max-width:1023px){.td-pb-span8 .td-trending-now-wrapper .td-trending-now-display-area{width:60%}}@media (max-width:767px){.td-pb-span8 .td-trending-now-wrapper .td-trending-now-display-area{width:100%}}.td_block_1.td_block_widget .td_module_4{margin-bottom:0}.td_block_13.td_block_widget .entry-thumb{width:100%}.td_block_14.td_block_widget{margin-top:20px}@media (min-width:768px) and (max-width:1023px){.td_block_14.td_block_widget .td_module_mx1 .td-module-thumb{width:252px}}@media (max-width:767px){.td_block_14.td_block_widget .td_module_mx1 .td-module-thumb{width:100%;left:0}}.td_block_14.td_block_widget .td_module_mx1 .td-image-gradient:before{width:341px}@media (min-width:768px) and (max-width:1023px){.td_block_14.td_block_widget .td_module_mx1 .td-image-gradient:before{width:252px}}@media (max-width:767px){.td_block_14.td_block_widget .td_module_mx1 .td-image-gradient:before{width:100%;left:0}}@media (min-width:768px) and (max-width:1023px){.td_block_14.td_block_widget{margin-top:17px}}@media (max-width:767px){.td_block_14.td_block_widget{margin-top:17px}}.td_block_14.td_block_widget .td-module-thumb{margin-bottom:0}.td_block_15.td_block_widget{margin-top:20px}@media (min-width:768px) and (max-width:1023px){.td_block_15.td_block_widget .td_module_mx1 .td-module-thumb{width:252px}}@media (max-width:767px){.td_block_15.td_block_widget .td_module_mx1 .td-module-thumb{width:100%;left:0}}.td_block_15.td_block_widget .td_module_mx1 .td-image-gradient:before{width:341px}@media (min-width:768px) and (max-width:1023px){.td_block_15.td_block_widget .td_module_mx1 .td-image-gradient:before{width:252px}}@media (max-width:767px){.td_block_15.td_block_widget .td_module_mx1 .td-image-gradient:before{width:100%;left:0}}@media (min-width:768px) and (max-width:1023px){.td_block_15.td_block_widget{margin-top:17px}}@media (max-width:767px){.td_block_15.td_block_widget{margin-top:17px}}.td_block_15.td_block_widget .td-module-thumb{margin-bottom:0}.td_block_text_with_title{margin:0 19px 0 20px}@media (min-width:768px) and (max-width:1023px){.td_block_text_with_title{margin:0 17px}}@media (max-width:767px){.td_block_text_with_title{margin:0 10px}}.td_block_text_with_title .td_mod_wrap{margin-bottom:20px}.td_block_text_with_title img{margin-bottom:21px}.td_block_single_image.td-image-video-modal{cursor:pointer}.td_block_single_image a{position:relative;display:block}.td_block_single_image.td-no-img-custom-url a{pointer-events:none;cursor:default}.td-single-image-style-rounded a{border-radius:4px}.td-single-image-style-border,.td-single-image-style-round-border,.td-single-image-style-circle-border,.td-single-image-style-outline,.td-single-image-style-bordered-shadow,.td-single-image-style-round-outline,.td-single-image-style-round-border-shadow,.td-single-image-style-circle-outline,.td-single-image-style-circle-border-shadow{margin-bottom:22px;background-color:#EBEBEB}@media (max-width:767px){.td-single-image-style-border,.td-single-image-style-round-border,.td-single-image-style-circle-border,.td-single-image-style-outline,.td-single-image-style-bordered-shadow,.td-single-image-style-round-outline,.td-single-image-style-round-border-shadow,.td-single-image-style-circle-outline,.td-single-image-style-circle-border-shadow{margin-bottom:32px}}.td-single-image-style-border,.td-single-image-style-round-border,.td-single-image-style-circle-border{padding:6px}.td-single-image-style-outline,.td-single-image-style-bordered-shadow,.td-single-image-style-round-outline,.td-single-image-style-round-border-shadow,.td-single-image-style-circle-outline,.td-single-image-style-circle-border-shadow{padding:1px}.td-single-image-style-outline a:before,.td-single-image-style-bordered-shadow a:before,.td-single-image-style-round-outline a:before,.td-single-image-style-round-border-shadow a:before,.td-single-image-style-circle-outline a:before,.td-single-image-style-circle-border-shadow a:before,.td-single-image-style-outline a:after,.td-single-image-style-bordered-shadow a:after,.td-single-image-style-round-outline a:after,.td-single-image-style-round-border-shadow a:after,.td-single-image-style-circle-outline a:after,.td-single-image-style-circle-border-shadow a:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%}.td-single-image-style-outline a:after,.td-single-image-style-bordered-shadow a:after,.td-single-image-style-round-outline a:after,.td-single-image-style-round-border-shadow a:after,.td-single-image-style-circle-outline a:after,.td-single-image-style-circle-border-shadow a:after{color:#fff;-webkit-box-shadow:inset 0 0 0 6px;box-shadow:inset 0 0 0 6px}.td-single-image-style-outline a:before,.td-single-image-style-bordered-shadow a:before,.td-single-image-style-round-outline a:before,.td-single-image-style-round-border-shadow a:before,.td-single-image-style-circle-outline a:before,.td-single-image-style-circle-border-shadow a:before{color:#EBEBEB;-webkit-box-shadow:inset 0 0 0 7px;box-shadow:inset 0 0 0 7px}.td-single-image-style-shadow a,.td-single-image-style-bordered-shadow a,.td-single-image-style-round-border-shadow a,.td-single-image-style-circle-shadow a,.td-single-image-style-circle-border-shadow a{-webkit-box-shadow:0 0 6px rgb(0 0 0 / .1);box-shadow:0 0 6px rgb(0 0 0 / .1)}.td-single-image-style-3d-shadow{position:relative}.td-single-image-style-3d-shadow:before,.td-single-image-style-3d-shadow:after{content:'';position:absolute;bottom:4px;height:30%;-webkit-box-shadow:0 15px 10px rgb(0 0 0 / .6);box-shadow:0 15px 10px rgb(0 0 0 / .6);z-index:0}.td-single-image-style-3d-shadow:before{left:5px;right:50%;transform:skewY(-6deg);-webkit-transform:skewY(-6deg);-webkit-transform-origin:0 0;transform-origin:0 0}.td-single-image-style-3d-shadow:after{left:50%;right:5px;transform:skewY(6deg);-webkit-transform:skewY(6deg);-webkit-transform-origin:100% 0;transform-origin:100% 0}.td-single-image-style-3d-shadow a{z-index:1}.td-single-image-style-round,.td-single-image-style-round-border,.td-single-image-style-round-outline,.td-single-image-style-round-shadow,.td-single-image-style-round-border-shadow,.td-single-image-style-circle,.td-single-image-style-circle-border,.td-single-image-style-circle-outline,.td-single-image-style-circle-shadow,.td-single-image-style-circle-border-shadow{border-radius:50%}.td-single-image-style-round a,.td-single-image-style-round-border a,.td-single-image-style-round-outline a,.td-single-image-style-round-shadow a,.td-single-image-style-round-border-shadow a,.td-single-image-style-circle a,.td-single-image-style-circle-border a,.td-single-image-style-circle-outline a,.td-single-image-style-circle-shadow a,.td-single-image-style-circle-border-shadow a{border-radius:50%}.td-single-image-style-round-outline a:before,.td-single-image-style-round-border-shadow a:before,.td-single-image-style-circle-outline a:before,.td-single-image-style-circle-border-shadow a:before,.td-single-image-style-round-outline a:after,.td-single-image-style-round-border-shadow a:after,.td-single-image-style-circle-outline a:after,.td-single-image-style-circle-border-shadow a:after{border-radius:50%}.td-single-image-style-circle a,.td-single-image-style-circle-border a,.td-single-image-style-circle-outline a,.td-single-image-style-circle-shadow a,.td-single-image-style-circle-border-shadow a{height:0;padding-bottom:100%}.td_block_image_box{padding:20px}@media (min-width:768px) and (max-width:1023px){.td_block_image_box{padding:17px}}@media (max-width:767px){.td_block_image_box{padding:17px 10px}}.td_block_image_box .block-title{margin-left:0}.td_block_image_box .td-custom{position:relative}.td_block_image_box .td-custom a:hover:after{opacity:.6}.td_block_image_box .td-custom-image a{display:block;background-size:cover;background-position:center}@media (max-width:767px){.td_block_image_box .td-custom-image a{margin-bottom:5px}}.td_block_image_box .td-custom-image a:before{content:'';width:100%;height:100%;opacity:.4;position:absolute;top:0;left:0;background-color:#000;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.td_block_image_box .td-custom-image a:after{content:'';border:1px solid #fff;opacity:.3;position:absolute;top:0;left:0;bottom:0;right:0;margin:10px;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.td_block_image_box .td-custom-image.td-no-img-custom-url a{pointer-events:none;cursor:default}.td_block_image_box .td-custom-image img{vertical-align:top}.td_block_image_box .td-custom-title{position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);display:table;text-align:center;width:100%;padding:10px 20px;pointer-events:none}.td_block_image_box .entry-title{margin:0;padding:0;font-size:19px;text-transform:uppercase;font-weight:500}@media (max-width:767px){.td_block_image_box .entry-title{font-size:16px}}.td_block_image_box .entry-title a{color:#fff}.td_block_image_box .entry-title:after{display:none}.td_block_image_box .td-image-box-row{margin:0 -20px;*zoom:1}.td_block_image_box .td-image-box-row:before,.td_block_image_box .td-image-box-row:after{display:table;content:"";line-height:0}.td_block_image_box .td-image-box-row:after{clear:both}.td_block_image_box .td-image-box-span{padding:0 20px;float:left}@media (max-width:767px){.td_block_image_box .td-image-box-span{width:100%!important;float:none;padding:0 10px}}.td_block_image_box .td-big-image .td-image-box-span{width:100%}.td_block_image_box .td-big-image .td-custom-image a{height:360px}@media (max-width:767px){.td_block_image_box .td-big-image .td-custom-image a{height:160px}}.td_block_image_box .td-medium-image .td-image-box-span{width:50%}.td_block_image_box .td-medium-image .td-custom-image a{height:320px}@media (max-width:767px){.td_block_image_box .td-medium-image .td-custom-image a{height:160px}}.td_block_image_box .td-small-image .td-image-box-span{width:33.33333333%}.td_block_image_box .td-small-image .td-custom-image a{height:220px}@media (max-width:767px){.td_block_image_box .td-small-image .td-custom-image a{height:160px}}.td_block_image_box .td-tiny-image .td-image-box-span{width:25%}.td_block_image_box .td-tiny-image .td-custom-image a{height:160px}.td_block_image_box .td-tiny-image .td-custom-image a:after{margin:8px}.td_block_image_box .td-tiny-image .entry-title{font-size:12px}@media (max-width:767px){.td_block_image_box .td-tiny-image .entry-title{font-size:16px}}.td_block_image_box.td-box-vertical .td-image-box-row{margin-left:0!important;margin-right:0!important}.td_block_image_box.td-box-vertical .td-image-box-span{float:none;width:100%;padding-left:0!important;padding-right:0!important;margin-bottom:5px}.td_block_image_box.td-box-vertical .td-image-box-span a:after{margin:8px}.td_block_image_box.td-box-vertical .td-image-box-span:last-child{margin-bottom:0!important}.td_block_image_box.td-box-vertical .entry-title{font-size:15px}.td_block_image_box.td-image-box-top .td-custom-image a{background-position:top center}.td_block_image_box.td-image-box-bottom .td-custom-image a{background-position:bottom center}.td_block_image_box.td-image-box-style-2 .td-custom-image a:before,.td_block_image_box.td-image-box-style-2 .td-custom-image a:after{display:none}.td_block_image_box.td-image-box-style-2 .entry-title{font-size:15px}.td_block_image_box.td-image-box-style-2 .entry-title a{padding:8px 16px;background-color:#fff;color:#000}.td_block_image_box.td-image-box-style-2 .entry-title a:empty{display:none}.td_block_author .td_author_wrap{padding-bottom:20px;font-family:Verdana,Geneva,sans-serif;text-align:center}@media (max-width:1023px){.td_block_author .td_author_wrap{padding-bottom:17px}}.td_block_author .avatar{display:inline-block;margin-bottom:7px;border-radius:500px}.td_block_author .td-author-name{position:relative;margin-bottom:0;font-size:17px;font-weight:600;text-transform:uppercase}.td_block_author .td-author-description{margin:15px 0 0;padding:2px 0 0 0;font-family:Verdana,Geneva,sans-serif;font-size:13px;line-height:19px;font-style:italic;color:#555}.td_block_author .td-author-page{font-family:'Open Sans',arial,sans-serif;font-size:15px;margin-top:12px;font-weight:600}.td_block_author a{color:#000}.td_block_author a:hover{color:#4db2ec}.td_block_separator{width:100%;align-items:center}.td_block_separator span{position:relative;display:block;margin:0 auto;width:100%;height:1px;border-top:1px solid #EBEBEB}.td_separator_align_left span{margin-left:0}.td_separator_align_right span{margin-right:0}.td_separator_dashed span{border-top-style:dashed}.td_separator_dotted span{border-top-style:dotted}.td_separator_double span{height:3px;border-bottom:1px solid #EBEBEB}.td_separator_shadow>span{position:relative;height:20px;overflow:hidden;border:0;color:#EBEBEB}.td_separator_shadow>span>span{position:absolute;top:-30px;left:0;right:0;margin:0 auto;height:13px;width:98%;border-radius:100%}.td-h-effect-up-shadow .entry-thumb,.td-h-effect-up-shadow .td-module-thumb a:after,.td-h-effect-up-shadow .td-category-pos-image .td-post-category,.td-h-effect-up-shadow .td-admin-edit{-webkit-transition:box-shadow 0.3s ease,transform 0.3s ease;transition:box-shadow 0.3s ease,transform 0.3s ease}.td-h-effect-up-shadow .entry-thumb{-webkit-box-shadow:0 3px 12px -1px rgb(7 10 25 / .2),0 3px 12px -1px rgb(7 10 25 / .2);box-shadow:0 3px 12px -1px rgb(7 10 25 / .2),0 3px 12px -1px rgb(7 10 25 / .2)}.td-h-effect-up-shadow .td_module_wrap:hover .entry-thumb,.td-h-effect-up-shadow .td_module_wrap:hover .td-module-thumb a:after,.td-h-effect-up-shadow .td_module_wrap:hover .td-category-pos-image .td-post-category,.td-h-effect-up-shadow .td_module_wrap:hover .td-admin-edit{transform:translate(0,-2px);-webkit-transform:translate(0,-2px)}.td-h-effect-up-shadow .td_module_wrap:hover .entry-thumb{-webkit-box-shadow:0 15px 45px -5px rgb(7 10 25 / .25);box-shadow:0 15px 45px -5px rgb(7 10 25 / .25)}.td-h-effect-shadow .entry-thumb{-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.td-h-effect-shadow .td_module_wrap:hover .entry-thumb{-webkit-box-shadow:rgb(108 108 108 / .2) 0 2px 2px,rgb(108 108 108 / .2) 0 4px 4px,rgb(108 108 108 / .2) 0 8px 8px,rgb(108 108 108 / .2) 0 16px 16px;-moz-box-shadow:rgb(108 108 108 / .2) 0 2px 2px,rgb(108 108 108 / .2) 0 4px 4px,rgb(108 108 108 / .2) 0 8px 8px,rgb(108 108 108 / .2) 0 16px 16px;box-shadow:rgb(108 108 108 / .2) 0 2px 2px,rgb(108 108 108 / .2) 0 4px 4px,rgb(108 108 108 / .2) 0 8px 8px,rgb(108 108 108 / .2) 0 16px 16px}.td_flex_block_1,.td_flex_block_2{padding:20px 20px 22px}@media (min-width:768px) and (max-width:1023px){.td_flex_block_1,.td_flex_block_2{padding:17px 17px 26px}}@media (max-width:767px){.td_flex_block_1,.td_flex_block_2{padding:17px 10px 26px}}.td_flex_block_1 .block-title,.td_flex_block_2 .block-title{margin-left:0}.td_flex_block_1 .td-next-prev-wrap,.td_flex_block_2 .td-next-prev-wrap,.td_flex_block_1 .td-load-more-wrap,.td_flex_block_2 .td-load-more-wrap{margin:25px 0 0}@media (max-width:1023px){.td_flex_block_1 .td-next-prev-wrap,.td_flex_block_2 .td-next-prev-wrap,.td_flex_block_1 .td-load-more-wrap,.td_flex_block_2 .td-load-more-wrap{margin-top:21px}}.td_flex_block_1 .td-next-prev-wrap a,.td_flex_block_2 .td-next-prev-wrap a{margin-bottom:0}.td_flex_block_1 .td-load-more-wrap a,.td_flex_block_2 .td-load-more-wrap a{margin-bottom:0!important}.td_module_flex_1,.td_module_flex_2{display:inline-block;width:100%;padding-bottom:0}.td_module_flex_1 .td-module-container,.td_module_flex_2 .td-module-container{display:flex;flex-direction:column;position:relative}.td_module_flex_1 .td-module-container:before,.td_module_flex_2 .td-module-container:before{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px}.td_module_flex_1 .td-image-wrap,.td_module_flex_2 .td-image-wrap{display:block;position:relative;padding-bottom:54%}.td_module_flex_1 .td-image-container,.td_module_flex_2 .td-image-container{position:relative;flex:0 0 auto;width:100%;height:100%}.td_module_flex_1 .td-module-thumb,.td_module_flex_2 .td-module-thumb{margin-bottom:0}.td_module_flex_1 .td-module-meta-info,.td_module_flex_2 .td-module-meta-info{width:100%;margin-bottom:0;padding:13px 0 0 0;z-index:1;border:0 solid #eaeaea;min-height:0}.td_module_flex_1 .entry-title,.td_module_flex_2 .entry-title{font-weight:600}.td_module_flex_1 .td-author-photo,.td_module_flex_2 .td-author-photo{display:inline-block;vertical-align:middle}.td_module_flex_1 .td-thumb-css,.td_module_flex_2 .td-thumb-css{width:100%;height:100%;position:absolute;background-size:cover;background-position:center center}.td_module_flex_1 .td-category-pos-image .td-post-category:not(.td-post-extra-category),.td_module_flex_2 .td-category-pos-image .td-post-category:not(.td-post-extra-category){position:absolute;z-index:1;bottom:0;left:0}.td_module_flex_1 .td-excerpt,.td_module_flex_2 .td-excerpt{margin:14px 0 0;font-family:Verdana,Geneva,sans-serif;font-size:12px;line-height:18px}@media (max-width:1023px){.td_module_flex_1 .td-excerpt,.td_module_flex_2 .td-excerpt{margin-top:10px}}.td_module_flex_1 .td-read-more,.td_module_flex_2 .td-read-more{margin:15px 0 0}@media (max-width:1023px){.td_module_flex_1 .td-read-more,.td_module_flex_2 .td-read-more{margin-top:11px}}.td-module-exclusive .td-module-title a:before{content:'EXCLUSIVE';font-family:'Open Sans',arial,sans-serif;color:#fff;background-color:red;padding:4px 8px 2px;border-radius:3px;margin-right:8px;font-size:12px;font-weight:600;line-height:1;vertical-align:middle}.td-mc1-wrap:after,.td-mc1-wrap .td_module_wrap:after{content:'';display:table;clear:both}.td_module_flex_1 .entry-title{margin:0 0 9px 0;font-size:19px;line-height:24px}@media (min-width:768px) and (max-width:1023px){.td_module_flex_1 .entry-title{font-size:15px;line-height:19px}}.td_module_flex_2 .td-module-meta-info-top{padding:0 0 10px}.td_module_flex_2 .entry-title{margin:0 0 11px 0;font-size:24px;line-height:28px}@media (min-width:768px) and (max-width:1023px){.td_module_flex_2 .entry-title{margin-bottom:5px;font-size:17px;line-height:21px}}@media (max-width:767px){.td_module_flex_2 .entry-title{margin-bottom:5px;font-size:19px;line-height:24px}}.tds_newsletter1_block{padding:30px 19px 38px 20px}@media (min-width:768px) and (max-width:1023px){.tds_newsletter1_block{padding-left:17px;padding-right:17px}}@media (max-width:767px){.tds_newsletter1_block{padding-left:10px;padding-right:10px}}.tds_newsletter2_block .tdn-info-wrap{padding:0 19px 20px 20px}@media (min-width:768px) and (max-width:1023px){.tds_newsletter2_block .tdn-info-wrap{padding-left:17px;padding-right:17px}}@media (max-width:767px){.tds_newsletter2_block .tdn-info-wrap{padding-left:10px;padding-right:10px}}div.tds_newsletter3_block,div.tds_newsletter4_block,div.tds_newsletter5_block,div.tds_newsletter6_block{border-left:0;border-right:0;border-bottom:0}.tds_newsletter5_block .tdn-icon-wrap{line-height:1;text-align:center}.tds_newsletter7_block{border-top:0}.td-block-color-style-1,.td-block-color-style-2,.td-block-color-style-3,.td-block-color-style-4,.td-block-color-style-5,.td-block-color-style-6{border-top:0}.td-block-color-style-1 .td-post-category:hover,.td-block-color-style-2 .td-post-category:hover,.td-block-color-style-3 .td-post-category:hover,.td-block-color-style-4 .td-post-category:hover,.td-block-color-style-5 .td-post-category:hover,.td-block-color-style-6 .td-post-category:hover{background-color:#222222!important;opacity:.8}.td-block-color-style-1 .td-next-prev-wrap a:hover i,.td-block-color-style-2 .td-next-prev-wrap a:hover i,.td-block-color-style-3 .td-next-prev-wrap a:hover i,.td-block-color-style-4 .td-next-prev-wrap a:hover i,.td-block-color-style-5 .td-next-prev-wrap a:hover i,.td-block-color-style-6 .td-next-prev-wrap a:hover i{background-color:#ffffff!important;border-color:#ffffff!important;color:#000000!important}.td-block-color-style-1 .td_module_wrap:hover .entry-title a,.td-block-color-style-2 .td_module_wrap:hover .entry-title a,.td-block-color-style-3 .td_module_wrap:hover .entry-title a,.td-block-color-style-4 .td_module_wrap:hover .entry-title a,.td-block-color-style-5 .td_module_wrap:hover .entry-title a,.td-block-color-style-6 .td_module_wrap:hover .entry-title a{color:#ffffff!important}body .td-block-color-style-1 .td-pulldown-filter-display-option:hover,body .td-block-color-style-2 .td-pulldown-filter-display-option:hover,body .td-block-color-style-3 .td-pulldown-filter-display-option:hover,body .td-block-color-style-4 .td-pulldown-filter-display-option:hover,body .td-block-color-style-5 .td-pulldown-filter-display-option:hover,body .td-block-color-style-6 .td-pulldown-filter-display-option:hover,body .td-block-color-style-1 .td-pulldown-filter-display-option .td-pulldown-filter-link:hover,body .td-block-color-style-2 .td-pulldown-filter-display-option .td-pulldown-filter-link:hover,body .td-block-color-style-3 .td-pulldown-filter-display-option .td-pulldown-filter-link:hover,body .td-block-color-style-4 .td-pulldown-filter-display-option .td-pulldown-filter-link:hover,body .td-block-color-style-5 .td-pulldown-filter-display-option .td-pulldown-filter-link:hover,body .td-block-color-style-6 .td-pulldown-filter-display-option .td-pulldown-filter-link:hover{color:#ffffff!important}body .td-block-color-style-1,.td-block-color-style-1.td_block_13 .meta-info{background-color:#d13030}body .td-block-color-style-1 .td-pulldown-filter-display-option,body .td-block-color-style-1 .td-pulldown-filter-list{background-color:#d23434;background-color:rgb(210 52 52 / .95)}body .td-block-color-style-1 .td-pulldown-filter-display-option,body .td-block-color-style-1 .td-pulldown-filter-list{border-color:#db5858}body .td-block-color-style-1 .td-pulldown-filter-display-option,body .td-block-color-style-1 .td-icon-menu-down,body .td-block-color-style-1 .td-pulldown-filter-link{color:#ffcfcf}body .td-block-color-style-1 .td-module-title a,body .td-block-color-style-1 i{color:#fff}body .td-block-color-style-1 .td-excerpt{color:#ffe3e3}body .td-block-color-style-1 .td-post-author-name a,body .td-block-color-style-1 .td-post-author-name span{color:#ffe3e3}body .td-block-color-style-1 .td-module-date{color:#ffe3e3}body .td-block-color-style-1 .td-module-comments{background-color:#c12424}body .td-block-color-style-1 .td-module-comments a:after{border-color:#862e2d #fff0 #fff0 #fff0}body .td-block-color-style-1 .td-module-comments a{color:#fff}body .td-block-color-style-1 .item-details,body .td-block-color-style-1 .td_module_5{border-bottom-color:#da6767}body .td-block-color-style-1 .td-icon-font,body .td-block-color-style-1 .td_ajax_load_more{border-color:#fff;color:#ffffff!important}body .td-block-color-style-2,.td-block-color-style-2.td_block_13 .meta-info{background-color:#1c1c1c}body .td-block-color-style-2 .td-pulldown-filter-display-option,body .td-block-color-style-2 .td-pulldown-filter-list{background-color:#1e1e1e;background-color:rgb(30 30 30 / .95)}body .td-block-color-style-2 .td-pulldown-filter-display-option,body .td-block-color-style-2 .td-pulldown-filter-list{border-color:#424242}body .td-block-color-style-2 .td-pulldown-filter-display-option,body .td-block-color-style-2 .td-icon-menu-down,body .td-block-color-style-2 .td-pulldown-filter-link{color:#c4c4c4}body .td-block-color-style-2 .td-module-title a,body .td-block-color-style-2 i{color:#fff}body .td-block-color-style-2 .td-excerpt{color:#c4c4c4}body .td-block-color-style-2 .td-post-author-name a,body .td-block-color-style-2 .td-post-author-name span{color:#e2e2e2}body .td-block-color-style-2 .td-module-date{color:#c4c4c4}body .td-block-color-style-2 .td-module-comments{background-color:#4db2ec}body .td-block-color-style-2 .td-module-comments a:after{border-color:#2d6586 #fff0 #fff0 #fff0}body .td-block-color-style-2 .td-module-comments a{color:#fff}body .td-block-color-style-2 .item-details,body .td-block-color-style-2 .td_module_5{border-bottom-color:#3a3a3a}body .td-block-color-style-2 .td-icon-font,body .td-block-color-style-2 .td_ajax_load_more{border-color:#fff;color:#ffffff!important}body .td-block-color-style-3,.td-block-color-style-3.td_block_13 .meta-info{background-color:#e67e22}body .td-block-color-style-3 .td-pulldown-filter-display-option,body .td-block-color-style-3 .td-pulldown-filter-list{background-color:#e67e22;background-color:rgb(230 126 34 / .95)}body .td-block-color-style-3 .td-pulldown-filter-display-option,body .td-block-color-style-3 .td-pulldown-filter-list{border-color:#f09748}body .td-block-color-style-3 .td-pulldown-filter-display-option,body .td-block-color-style-3 .td-icon-menu-down,body .td-block-color-style-3 .td-pulldown-filter-link{color:#ffead7}body .td-block-color-style-3 .td-module-title a,body .td-block-color-style-3 i{color:#fff}body .td-block-color-style-3 .td-excerpt{color:#ffead7}body .td-block-color-style-3 .td-post-author-name a,body .td-block-color-style-3 .td-post-author-name span{color:#ffead7}body .td-block-color-style-3 .td-module-date{color:#ffead7}body .td-block-color-style-3 .td-module-comments{background-color:#d35400}body .td-block-color-style-3 .td-module-comments a:after{border-color:#7f3300 #fff0 #fff0 #fff0}body .td-block-color-style-3 .td-module-comments a{color:#fff}body .td-block-color-style-3 .item-details,body .td-block-color-style-3 .td_module_5{border-bottom-color:#f09748}body .td-block-color-style-3 .td-icon-font,body .td-block-color-style-3 .td_ajax_load_more{border-color:#fff;color:#ffffff!important}body .td-block-color-style-4,.td-block-color-style-4.td_block_13 .meta-info{background-color:#f8c900}body .td-block-color-style-4 .td-pulldown-filter-display-option,body .td-block-color-style-4 .td-pulldown-filter-list{background-color:#f8c900;background-color:rgb(248 201 0 / .95)}body .td-block-color-style-4 .td-pulldown-filter-display-option,body .td-block-color-style-4 .td-pulldown-filter-list{border-color:#f7de73}body .td-block-color-style-4 .td-pulldown-filter-display-option,body .td-block-color-style-4 .td-icon-menu-down,body .td-block-color-style-4 .td-pulldown-filter-link{color:#fff8d9}body .td-block-color-style-4 .td-module-title a,body .td-block-color-style-4 i{color:#fff}body .td-block-color-style-4 .td-excerpt{color:#fff8d9}body .td-block-color-style-4 .td-post-author-name a,body .td-block-color-style-4 .td-post-author-name span{color:#fff8d9}body .td-block-color-style-4 .td-module-date{color:#fff8d9}body .td-block-color-style-4 .td-module-comments{background-color:#ecb200}body .td-block-color-style-4 .td-module-comments a:after{border-color:#af8400 #fff0 #fff0 #fff0}body .td-block-color-style-4 .td-module-comments a{color:#fff}body .td-block-color-style-4 .item-details,body .td-block-color-style-4 .td_module_5{border-bottom-color:#f7de73}body .td-block-color-style-4 .td-icon-font,body .td-block-color-style-4 .td_ajax_load_more{border-color:#fff8d9;color:#fff8d9!important}body .td-block-color-style-5,.td-block-color-style-5.td_block_13 .meta-info{background-color:#0a9e01}body .td-block-color-style-5 .td-pulldown-filter-display-option,body .td-block-color-style-5 .td-pulldown-filter-list{background-color:#0a9e01;background-color:rgb(10 158 1 / .95)}body .td-block-color-style-5 .td-pulldown-filter-display-option,body .td-block-color-style-5 .td-pulldown-filter-list{border-color:#42aa3c}body .td-block-color-style-5 .td-pulldown-filter-display-option,body .td-block-color-style-5 .td-icon-menu-down,body .td-block-color-style-5 .td-pulldown-filter-link{color:#deffdc}body .td-block-color-style-5 .td-module-title a,body .td-block-color-style-5 i{color:#fff}body .td-block-color-style-5 .td-excerpt{color:#deffdc}body .td-block-color-style-5 .td-post-author-name a,body .td-block-color-style-5 .td-post-author-name span{color:#deffdc}body .td-block-color-style-5 .td-module-date{color:#deffdc}body .td-block-color-style-5 .td-module-comments{background-color:#208e01}body .td-block-color-style-5 .td-module-comments a:after{border-color:#135800 #fff0 #fff0 #fff0}body .td-block-color-style-5 .td-module-comments a{color:#fff}body .td-block-color-style-5 .item-details,body .td-block-color-style-5 .td_module_5{border-bottom-color:#42aa3c}body .td-block-color-style-5 .td-icon-font,body .td-block-color-style-5 .td_ajax_load_more{border-color:#deffdc;color:#deffdc!important}body .td-block-color-style-6,.td-block-color-style-6.td_block_13 .meta-info{background-color:#f09}body .td-block-color-style-6 .td-pulldown-filter-display-option,body .td-block-color-style-6 .td-pulldown-filter-list{background-color:#f09;background-color:rgb(255 0 153 / .85)}body .td-block-color-style-6 .td-pulldown-filter-display-option,body .td-block-color-style-6 .td-pulldown-filter-list{border-color:#ff5bbd}body .td-block-color-style-6 .td-pulldown-filter-display-option,body .td-block-color-style-6 .td-icon-menu-down,body .td-block-color-style-6 .td-pulldown-filter-link{color:#ffe8f6}body .td-block-color-style-6 .td-module-title a,body .td-block-color-style-6 i{color:#fff}body .td-block-color-style-6 .td-excerpt{color:#ffe8f6}body .td-block-color-style-6 .td-post-author-name a,body .td-block-color-style-6 .td-post-author-name span{color:#ffe8f6}body .td-block-color-style-6 .td-module-date{color:#ffe8f6}body .td-block-color-style-6 .td-module-comments{background-color:#dd0085}body .td-block-color-style-6 .td-module-comments a:after{border-color:#a00060 #fff0 #fff0 #fff0}body .td-block-color-style-6 .td-module-comments a{color:#fff}body .td-block-color-style-6 .item-details,body .td-block-color-style-6 .td_module_5{border-bottom-color:#ff49b6}body .td-block-color-style-6 .td-icon-font,body .td-block-color-style-6 .td_ajax_load_more{border-color:#ffdef2;color:#ffdef2!important}.td-post-vid-time{position:absolute;z-index:2;bottom:0;right:0;background-color:#000;color:#fff;display:inline-block;padding:3px 6px 4px;font-family:'Open Sans',arial,sans-serif;font-size:10px;font-weight:600;line-height:1}.td-visible-desktop{display:table}.td-visible-tablet-portrait,.td-visible-phone{display:none}@media (min-width:768px) and (max-width:1023px){.td-visible-tablet-portrait{display:table}.td-visible-desktop{display:none}.td-visible-phone{display:none}}@media (max-width:767px){.td-visible-phone{display:table}.td-visible-desktop{display:none}.td-visible-tablet-portrait{display:none}}@media (min-width:1024px){.td-rec-hide-on-m{display:none!important}}@media (min-width:768px) and (max-width:1023px){.td-rec-hide-on-tp{display:none!important}}@media (max-width:767px){.td-rec-hide-on-p{display:none!important}}.td-a-rec-id-header img{margin:auto;position:absolute;top:0;bottom:0;left:0;right:0}@media (max-width:767px){.td-a-rec-id-header img{position:relative;display:table;margin-right:0;margin-left:0;margin-top:10px;margin-bottom:10px;width:100%}}.td-a-rec-id-smart_list_6 img,.td-a-rec-id-smart_list_7 img,.td-a-rec-id-smart_list_8 img,.td-a-rec-id-sidebar img,.td-a-rec-id-content_top img,.td-a-rec-id-content_inline img,.td-a-rec-id-content_inlineleft img,.td-a-rec-id-content_inlineright img,.td-a-rec-id-content_bottom img,.td-a-rec-id-custom_ad_1 img,.td-a-rec-id-custom_ad_2 img,.td-a-rec-id-custom_ad_3 img,.td-a-rec-id-custom_ad_4 img,.td-a-rec-id-custom_ad_5 img{width:100%}.td-g-rec-id-sidebar{text-align:center;margin-top:20px;margin-bottom:15px}.td-visible-desktop,.td-visible-tablet-portrait,.td-visible-phone{margin-left:auto;margin-right:auto}.td-a-rec-id-sidebar{margin-top:20px;margin-bottom:20px}.td-g-rec-id-content_top,.td-g-rec-id-content_bottom{clear:both;text-align:center;margin-bottom:15px;margin-top:21px}.td-a-rec-id-content_top,.td-a-rec-id-content_bottom{clear:both;text-align:center;margin-bottom:21px;margin-top:21px}.td-a-rec-id-content_top img,.td-a-rec-id-content_bottom img{margin-bottom:0}.td-g-rec-id-content_inline{text-align:center;margin-top:20px;margin-bottom:15px}.td-g-rec-id-content_inlineleft,.td-a-rec-id-content_inlineleft{float:left;margin-bottom:15px;margin-top:9px;margin-right:21px}.td-g-rec-id-content_inlineright,.td-a-rec-id-content_inlineright{float:right;margin-bottom:15px;margin-top:6px;margin-left:21px}.td-g-rec-id-smart_list_6,.td-g-rec-id-smart_list_7,.td-g-rec-id-smart_list_8{clear:both}.td-g-rec-id-smart_list_6 .adsbygoogle,.td-g-rec-id-smart_list_7 .adsbygoogle,.td-g-rec-id-smart_list_8 .adsbygoogle{margin-top:0;margin-bottom:0;position:relative;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%)}.td-a-rec-id-smart_list_6,.td-a-rec-id-smart_list_7,.td-a-rec-id-smart_list_8{clear:both;text-align:center}.td-a-rec-id-smart_list_6>div,.td-a-rec-id-smart_list_7>div,.td-a-rec-id-smart_list_8>div{margin-top:16px;margin-bottom:0}.td-a-rec-id-smart_list_6 img,.td-a-rec-id-smart_list_7 img,.td-a-rec-id-smart_list_8 img{margin:0}.td-a-rec-id-smart_list_6 .td-adspot-title,.td-a-rec-id-smart_list_7 .td-adspot-title,.td-a-rec-id-smart_list_8 .td-adspot-title{margin-bottom:-11px}.td-g-rec-id-smart_list_6 .adsbygoogle,.td-a-rec-id-smart_list_6>div{margin-top:16px;margin-bottom:16px}.td-g-rec-id-smart_list_7 .adsbygoogle,.td-a-rec-id-smart_list_7>div{margin-bottom:26px}.td-a-rec-id-footer_top,.td-g-rec-id-footer_top{display:table;position:relative;text-align:center;margin-right:auto;margin-left:auto}.td-a-rec-id-footer_top>div,.td-g-rec-id-footer_top>div,.td-a-rec-id-footer_top .adsbygoogle,.td-g-rec-id-footer_top .adsbygoogle{margin:-10px auto 32px auto}@media (max-width:767px){.td-a-rec-id-footer_top>div img,.td-g-rec-id-footer_top>div img{width:100%}}.td-a-rec-id-footer_top .td-adspot-title,.td-g-rec-id-footer_top .td-adspot-title{margin-top:-31px;margin-bottom:15px}.td-a-rec-id-custom_ad_1,.td-a-rec-id-custom_ad_2,.td-a-rec-id-custom_ad_3,.td-a-rec-id-custom_ad_4,.td-a-rec-id-custom_ad_5,.td-g-rec-id-custom_ad_1,.td-g-rec-id-custom_ad_2,.td-g-rec-id-custom_ad_3,.td-g-rec-id-custom_ad_4,.td-g-rec-id-custom_ad_5{display:table;margin-bottom:20px!important;margin-top:20px;margin-left:auto;margin-right:auto;position:relative}.td-g-rec-id-custom_ad_1,.td-g-rec-id-custom_ad_2,.td-g-rec-id-custom_ad_3,.td-g-rec-id-custom_ad_4,.td-g-rec-id-custom_ad_5{margin-bottom:15px!important}.td-adspot-title{color:#767676;font-size:10px;text-align:center;display:block;margin-top:-5px;margin-bottom:5px}.td-all-devices{display:table;margin-left:auto;margin-right:auto}.td-all-devices img{display:block}@media (max-width:767px){.td-all-devices img{width:100%}}.td-pb-span8 .td-big-grids,.td-pb-span4 .td-big-grids{width:auto!important;background-color:transparent!important}.td_block_big_grid,.td_block_big_grid_2,.td_block_big_grid_3,.td_block_big_grid_4,.td_block_big_grid_5,.td_block_big_grid_6,.td_block_big_grid_7{width:1021px;left:-1px;position:relative}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid,.td_block_big_grid_2,.td_block_big_grid_3,.td_block_big_grid_4,.td_block_big_grid_5,.td_block_big_grid_6,.td_block_big_grid_7{width:756px}}@media (max-width:767px){.td_block_big_grid,.td_block_big_grid_2,.td_block_big_grid_3,.td_block_big_grid_4,.td_block_big_grid_5,.td_block_big_grid_6,.td_block_big_grid_7{width:100%;left:0}}.td-big-grid-post{position:relative;overflow:hidden;z-index:1}.td-big-grid-post .entry-title{margin:0}.td-big-grid-post .entry-title a{text-shadow:1px 1px 3px rgb(0 0 0 / .2);font-family:inherit}.td-big-grid-post .td-module-comments{position:absolute;top:20px;right:20px;background-color:rgb(0 0 0 / .7);z-index:1}@media (max-width:767px){.td-big-grid-post .td-module-comments{display:none}}.td-big-grid-post .td-module-comments a:after{border-color:#000 #fff0 #fff0 #fff0}.td-big-grid-post .td-module-thumb{overflow:hidden;margin:0;height:100%;background-color:#ccc}.td-big-grid-post .entry-thumb{width:100%}.td-big-grid-post .td-big-grid-meta{position:absolute;pointer-events:none;bottom:0;padding:0 8px 11px 8px;width:100%;z-index:1}@media (max-width:767px){.td-big-grid-post .td-big-grid-meta{padding:0 8px 4px 8px}}.td-big-grid-post .td-big-grid-meta .td-post-category,.td-big-grid-post .td-big-grid-meta .td-post-author-name,.td-big-grid-post .td-big-grid-meta .td-module-title{pointer-events:auto}.td-big-grid-post .td-big-grid-meta a,.td-big-grid-post .td-big-grid-meta i,.td-big-grid-post .td-big-grid-meta span,.td-big-grid-post .td-big-grid-meta .entry-date{color:#fff}.td-module-empty{background-color:#e5e5e5}.td-big-grids{border-top:none}@media (max-width:767px){.td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll{overflow-x:auto;white-space:nowrap;font-size:0;overflow-y:hidden;padding-top:3px;z-index:0;-webkit-overflow-scrolling:touch;transform:translate3d(0,0,0);clear:both}.td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-big-grid-post{margin-left:3px;margin-right:0;margin-bottom:0}.td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-big-grid-post:first-child{margin-left:0}}@media (max-width:767px){.td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll .td-big-grid-post{display:inline-block;white-space:normal;float:none;vertical-align:top;width:80%}}@media (max-width:767px){.td_block_wrap .td-big-grid-wrapper .td-big-grid-scroll.td-scroll-full .td-big-grid-post{width:100%}}.td_block_big_grid .td-big-thumb{float:left;width:537px;position:relative;margin-right:4px;height:360px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid .td-big-thumb{width:400px;height:264px}}@media (max-width:767px){.td_block_big_grid .td-big-thumb{width:100%;margin-left:0;margin-bottom:4px;float:none;height:auto}}.td_block_big_grid .td-tiny-thumb{float:left;width:238px;height:178px;position:relative;overflow:hidden}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid .td-tiny-thumb{width:174px;height:130px}}@media (max-width:767px){.td_block_big_grid .td-tiny-thumb{width:50%;max-height:170px}}@media (max-width:474px){.td_block_big_grid .td-tiny-thumb{max-height:102px}}@media (max-width:767px){.td_block_big_grid .td-tiny-thumb .td-post-category{display:none}}.td_block_big_grid .td-tiny-thumb .td-post-vid-time{bottom:auto;top:0}@media (max-width:767px){.td_block_big_grid .entry-thumb{height:auto;width:100%}}.td_block_big_grid .td-big-grid-post-1,.td_block_big_grid .td-big-grid-post-3{margin-right:4px}@media (max-width:767px){.td_block_big_grid .td-big-grid-post-1,.td_block_big_grid .td-big-grid-post-3{margin-right:0}}.td_block_big_grid .td-big-grid-post-1,.td_block_big_grid .td-big-grid-post-2{margin-bottom:4px}@media (max-width:767px){.td_block_big_grid .td-big-grid-post-1:after,.td_block_big_grid .td-big-grid-post-3:after{content:'';width:3px;height:100%;position:absolute;top:0;right:0;display:block;background-color:#fff;z-index:1}}.td_block_big_grid .td-module-empty{float:left;height:178px;width:238px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid .td-module-empty{width:174px;height:130px}}@media (max-width:767px){.td_block_big_grid .td-module-empty{width:50%;max-height:170px;display:none}}@media (max-width:474px){.td_block_big_grid .td-module-empty{width:50%;max-height:102px}}@media (max-width:767px){.td_block_big_grid .td-module-empty.td-big-grid-post-4.td-post-number-4,.td_block_big_grid .td-module-empty.td-big-grid-post-2.td-post-number-2{display:block}}.td_block_big_grid_2 .td-big-grid-post{height:398px;float:left}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_2 .td-big-grid-post{height:294px}}@media (max-width:767px){.td_block_big_grid_2 .td-big-grid-post{height:200px;width:100%!important;float:none}}.td_block_big_grid_2 .td-big-grid-post-0{width:509px;margin-right:2px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_2 .td-big-grid-post-0{width:376px}}@media (max-width:767px){.td_block_big_grid_2 .td-big-grid-post-0{margin-right:0}}.td_block_big_grid_2 .td-big-grid-post-1{width:509px;margin-left:1px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_2 .td-big-grid-post-1{width:377px}}@media (max-width:767px){.td_block_big_grid_2 .td-big-grid-post-1{margin-left:0;margin-top:3px}}@media (max-width:767px){.td_block_big_grid_2 .td-module-empty{display:none}}.td_block_big_grid_3 .td-big-grid-post{height:336px;float:left}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_3 .td-big-grid-post{height:246px}}@media (max-width:767px){.td_block_big_grid_3 .td-big-grid-post{height:200px;width:100%!important;float:none}}.td_block_big_grid_3 .td-big-grid-post-0{width:338px;margin-right:2px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_3 .td-big-grid-post-0{width:250px}}@media (max-width:767px){.td_block_big_grid_3 .td-big-grid-post-0{margin-right:0}}.td_block_big_grid_3 .td-big-grid-post-1{width:338px;margin-right:2px;margin-left:1px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_3 .td-big-grid-post-1{width:249px}}@media (max-width:767px){.td_block_big_grid_3 .td-big-grid-post-1{margin-right:0;margin-left:0;margin-top:3px}}.td_block_big_grid_3 .td-big-grid-post-2{width:339px;margin-left:1px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_3 .td-big-grid-post-2{width:251px}}@media (max-width:767px){.td_block_big_grid_3 .td-big-grid-post-2{margin-left:0;margin-top:3px}}@media (max-width:767px){.td_block_big_grid_3 .td-module-empty{display:none}}.td_block_big_grid_4 .td-big-grid-post-0{width:509px;height:300px;float:left;margin-right:2px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_4 .td-big-grid-post-0{width:376px;height:250px}}@media (max-width:767px){.td_block_big_grid_4 .td-big-grid-post-0{width:100%;height:auto;margin-right:0}}.td_block_big_grid_4 .td-big-grid-post-1{width:509px;height:300px;float:left;margin-left:1px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_4 .td-big-grid-post-1{width:377px;height:250px}}@media (max-width:767px){.td_block_big_grid_4 .td-big-grid-post-1{width:100%;height:auto;clear:both;margin:3px 0 0}}.td_block_big_grid_4 .td-big-grid-post-2{width:338px;height:205px;float:left;margin:3px 2px 0 0}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_4 .td-big-grid-post-2{width:250px;height:155px}}@media (max-width:767px){.td_block_big_grid_4 .td-big-grid-post-2{margin:3px 0 0}}.td_block_big_grid_4 .td-big-grid-post-3{width:338px;height:205px;float:left;margin:3px 2px 0 1px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_4 .td-big-grid-post-3{width:249px;height:155px}}@media (max-width:767px){.td_block_big_grid_4 .td-big-grid-post-3{margin:3px 0 0}}.td_block_big_grid_4 .td-big-grid-post-4{width:339px;height:205px;float:left;margin:3px 0 0 1px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_4 .td-big-grid-post-4{width:251px;height:155px}}@media (max-width:767px){.td_block_big_grid_4 .td-big-grid-post-4{margin-left:0}}@media (max-width:767px){.td_block_big_grid_4 .td-big-grid-post-1,.td_block_big_grid_4 .td-big-grid-post-2,.td_block_big_grid_4 .td-big-grid-post-3,.td_block_big_grid_4 .td-big-grid-post-4{width:50%;max-height:148px}}@media (max-width:474px){.td_block_big_grid_4 .td-big-grid-post-1,.td_block_big_grid_4 .td-big-grid-post-2,.td_block_big_grid_4 .td-big-grid-post-3,.td_block_big_grid_4 .td-big-grid-post-4{max-height:102px}}@media (max-width:767px){.td_block_big_grid_4 .td-big-grid-post-1 .td-post-category,.td_block_big_grid_4 .td-big-grid-post-2 .td-post-category,.td_block_big_grid_4 .td-big-grid-post-3 .td-post-category,.td_block_big_grid_4 .td-big-grid-post-4 .td-post-category,.td_block_big_grid_4 .td-big-grid-post-1 .td-module-meta-info,.td_block_big_grid_4 .td-big-grid-post-2 .td-module-meta-info,.td_block_big_grid_4 .td-big-grid-post-3 .td-module-meta-info,.td_block_big_grid_4 .td-big-grid-post-4 .td-module-meta-info{display:none}}@media (max-width:767px){.td_block_big_grid_4 .td-big-grid-post-1:after,.td_block_big_grid_4 .td-big-grid-post-3:after{content:'';width:3px;height:100%;position:absolute;top:0;right:0;display:block;background-color:#fff;z-index:1}}.td_block_big_grid_4 .td-module-empty{float:left}.td_block_big_grid_4 .td-module-empty.td-big-grid-post-2.td-post-number-1,.td_block_big_grid_4 .td-module-empty.td-big-grid-post-3.td-post-number-1,.td_block_big_grid_4 .td-module-empty.td-big-grid-post-4.td-post-number-1,.td_block_big_grid_4 .td-module-empty.td-big-grid-post-2.td-post-number-2,.td_block_big_grid_4 .td-module-empty.td-big-grid-post-3.td-post-number-2,.td_block_big_grid_4 .td-module-empty.td-big-grid-post-4.td-post-number-2{display:none}@media (max-width:767px){.td_block_big_grid_4 .td-module-empty.td-big-grid-post-3.td-post-number-3,.td_block_big_grid_4 .td-module-empty.td-big-grid-post-4.td-post-number-3{display:none}}@media (max-width:767px){.td_block_big_grid_4 .td-module-empty.td-big-grid-post-2.td-post-number-2{display:block}}.td_block_big_grid_5 .td-small-thumb{width:338px;height:198px;float:left}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_5 .td-small-thumb{width:250px;height:144px}}.td_block_big_grid_5 .td-medium-thumb{width:339px;height:399px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_5 .td-medium-thumb{width:250px;height:291px}}.td_block_big_grid_5 .td-big-grid-post-0{margin-right:2px}@media (max-width:767px){.td_block_big_grid_5 .td-big-grid-post-0{width:100%;height:auto;margin-right:0}}.td_block_big_grid_5 .td-big-grid-post-1{margin-right:2px;margin-left:1px}@media (max-width:767px){.td_block_big_grid_5 .td-big-grid-post-1{width:50%;clear:both;max-height:148px;margin:3px 0 0}}@media (max-width:474px){.td_block_big_grid_5 .td-big-grid-post-1{max-height:102px}}.td_block_big_grid_5 .td-big-grid-post-2{clear:left;margin-right:2px;margin-top:3px}@media (max-width:767px){.td_block_big_grid_5 .td-big-grid-post-2{width:50%;clear:none;max-height:148px;margin:3px 0 0}}@media (max-width:474px){.td_block_big_grid_5 .td-big-grid-post-2{max-height:102px}}.td_block_big_grid_5 .td-big-grid-post-3{margin-right:2px;margin-left:1px;margin-top:3px}@media (max-width:767px){.td_block_big_grid_5 .td-big-grid-post-3{width:50%;max-height:148px;margin:3px 0 0}}@media (max-width:474px){.td_block_big_grid_5 .td-big-grid-post-3{max-height:102px}}.td_block_big_grid_5 .td-big-grid-post-4{position:absolute;top:0;right:0}@media (max-width:767px){.td_block_big_grid_5 .td-big-grid-post-4{width:50%;position:relative;float:left;max-height:148px;margin:3px 0 0}}@media (max-width:474px){.td_block_big_grid_5 .td-big-grid-post-4{max-height:102px}}@media (max-width:767px){.td_block_big_grid_5 .td-big-grid-post-1:after,.td_block_big_grid_5 .td-big-grid-post-3:after{content:'';width:3px;height:100%;position:absolute;top:0;right:0;display:block;background-color:#fff;z-index:1}}.td_block_big_grid_5 .td-module-empty{float:left}@media (max-width:767px){.td_block_big_grid_5 .td-module-empty{display:none}}.td_block_big_grid_5 .td-module-empty.td-big-grid-post-4{width:339px;height:399px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_5 .td-module-empty.td-big-grid-post-4{width:250px;height:291px}}.td_block_big_grid_5 .td-module-empty.td-big-grid-post-4.td-post-number-2{height:198px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_5 .td-module-empty.td-big-grid-post-4.td-post-number-2{height:144px}}.td_block_big_grid_5 .td-module-empty.td-big-grid-post-3.td-post-number-3{width:338px;height:198px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_5 .td-module-empty.td-big-grid-post-3.td-post-number-3{width:250px;height:144px}}.td_block_big_grid_5 .td-module-empty.td-big-grid-post-1.td-post-number-1,.td_block_big_grid_5 .td-module-empty.td-big-grid-post-4.td-post-number-1{width:340px;height:198px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_5 .td-module-empty.td-big-grid-post-1.td-post-number-1,.td_block_big_grid_5 .td-module-empty.td-big-grid-post-4.td-post-number-1{width:252px;height:144px}}@media (max-width:767px){.td_block_big_grid_5 .td-module-empty.td-big-grid-post-2.td-post-number-2,.td_block_big_grid_5 .td-module-empty.td-big-grid-post-4.td-post-number-4{display:block;height:148px;max-height:none;width:50%;margin-top:3px}}@media (max-width:474px){.td_block_big_grid_5 .td-module-empty.td-big-grid-post-2.td-post-number-2,.td_block_big_grid_5 .td-module-empty.td-big-grid-post-4.td-post-number-4{display:block;height:102px;max-height:none}}.td_block_big_grid_6{background-color:#e5e5e5}@media (max-width:767px){.td_block_big_grid_6{background-color:#fff}}.td_block_big_grid_6 .td-big-grid-post{float:left}.td_block_big_grid_6 .td-small-thumb{height:180px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_6 .td-small-thumb{height:142px}}@media (max-width:767px){.td_block_big_grid_6 .td-small-thumb{height:150px}}.td_block_big_grid_6 .td-big-grid-post-0{width:680px;height:360px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_6 .td-big-grid-post-0{width:506px;height:284px}}@media (max-width:767px){.td_block_big_grid_6 .td-big-grid-post-0{width:100%;height:auto}}.td_block_big_grid_6 .td-big-grid-post-1{width:341px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_6 .td-big-grid-post-1{width:250px}}.td_block_big_grid_6 .td-big-grid-post-2{width:341px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_6 .td-big-grid-post-2{width:250px}}.td_block_big_grid_6 .td-big-grid-post-3{width:340px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_6 .td-big-grid-post-3{width:253px}}.td_block_big_grid_6 .td-big-grid-post-4{width:340px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_6 .td-big-grid-post-4{width:253px}}.td_block_big_grid_6 .td-big-grid-post-5{width:341px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_6 .td-big-grid-post-5{width:250px}}.td_block_big_grid_6 .td-module-empty{float:left;height:180px;display:none!important}.td_block_big_grid_7{background-color:#e5e5e5}@media (max-width:767px){.td_block_big_grid_7{background-color:#fff}}.td_block_big_grid_7 .td-grid-columns{float:left}@media (max-width:767px){.td_block_big_grid_7 .td-grid-columns{float:none;width:100%;display:inline}}.td_block_big_grid_7 .td-medium-thumb{width:340px;height:360px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_7 .td-medium-thumb{width:252px;height:284px}}@media (max-width:767px){.td_block_big_grid_7 .td-medium-thumb{width:100%;height:150px}}.td_block_big_grid_7 .td-small-thumb{width:341px;height:180px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_7 .td-small-thumb{width:252px;height:142px}}@media (max-width:767px){.td_block_big_grid_7 .td-small-thumb{width:100%;height:150px}}@media (max-width:767px){.td_block_big_grid_7 .td-big-grid-post-0{height:180px}}.td_block_big_grid_7 .td-big-grid-post-1{width:340px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_7 .td-big-grid-post-1{width:252px;height:142px}}@media (max-width:767px){.td_block_big_grid_7 .td-big-grid-post-1{width:100%;height:180px}}@media (max-width:767px){.td_block_big_grid_7 .td-big-grid-post-1 .td-module-thumb{margin-top:3px}}.td_block_big_grid_7 .td-big-grid-post-5{width:340px}@media (min-width:768px) and (max-width:1023px){.td_block_big_grid_7 .td-big-grid-post-5{width:252px;height:142px}}@media (max-width:767px){.td_block_big_grid_7 .td-big-grid-post-5{height:150px;margin-left:3px!important}}.td_block_big_grid_7 .td-module-empty{display:none!important}@media (max-width:767px){.td-big-thumb .td-video-play-ico{top:38px;left:auto;right:0}}@media (max-width:767px){.td-medium-thumb .td-video-play-ico{top:34px;left:auto;right:8px;width:30px;height:30px;font-size:30px}}.td-small-thumb .td-video-play-ico{width:30px;height:30px;font-size:30px}.td-small-thumb .td-post-vid-time{bottom:auto;top:0}.td-tiny-thumb .td-video-play-ico{width:30px;height:30px;font-size:30px}@media (max-width:1023px){.td-tiny-thumb .td-video-play-ico{width:24px;height:24px;font-size:24px}}@media (min-width:768px) and (max-width:1023px){.td-tiny-thumb .td-video-play-ico{top:-12px!important}}@media (max-width:767px){.td-tiny-thumb .td-video-play-ico{top:30px;left:auto;right:0}}.td-grid-style-1 .td-big-thumb .td-big-grid-meta{width:80%;padding:0 26px 14px 20px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-1 .td-big-thumb .td-big-grid-meta{padding:0 17px 11px}}@media (max-width:767px){.td-grid-style-1 .td-big-thumb .td-big-grid-meta{padding:0 10px 10px;width:100%}}.td-grid-style-1 .td-big-thumb .entry-title{font-size:24px;line-height:30px;font-weight:600;margin-top:6px;margin-bottom:7px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-1 .td-big-thumb .entry-title{font-size:18px!important;line-height:24px!important;margin-top:4px;margin-bottom:5px}}@media (max-width:767px){.td-grid-style-1 .td-big-thumb .entry-title{font-size:20px!important;line-height:26px!important;margin-bottom:6px}}.td-grid-style-1 .td-medium-thumb .td-big-grid-meta{padding:0 26px 14px 20px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-1 .td-medium-thumb .td-big-grid-meta{padding:0 20px 11px 17px}}@media (max-width:767px){.td-grid-style-1 .td-medium-thumb .td-big-grid-meta{padding:0 10px 10px}}.td-grid-style-1 .td-medium-thumb .entry-title{font-size:20px;line-height:26px;font-weight:600;margin-top:6px;margin-bottom:7px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-1 .td-medium-thumb .entry-title{font-size:16px!important;line-height:20px!important;margin-top:4px;margin-bottom:5px}}@media (max-width:767px){.td-grid-style-1 .td-medium-thumb .entry-title{font-size:20px!important;line-height:26px!important;margin-bottom:6px}}.td-grid-style-1 .td-small-thumb .td-big-grid-meta{padding:0 20px 10px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-1 .td-small-thumb .td-big-grid-meta{padding:0 17px 5px}}@media (max-width:767px){.td-grid-style-1 .td-small-thumb .td-big-grid-meta{padding:0 10px 0}}.td-grid-style-1 .td-small-thumb .td-module-meta-info{display:none}.td-grid-style-1 .td-small-thumb .entry-title{font-size:16px;line-height:22px;font-weight:600;margin-top:6px;margin-bottom:6px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-1 .td-small-thumb .entry-title{font-size:13px!important;line-height:17px!important}}.td-grid-style-1 .td-small-thumb .td-module-comments{display:none}.td-grid-style-1 .td-tiny-thumb .td-big-grid-meta{padding:0 10px 2px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-1 .td-tiny-thumb .td-big-grid-meta{padding:0 8px 0}}@media (max-width:767px){.td-grid-style-1 .td-tiny-thumb .td-big-grid-meta{padding:0 10px 0}}.td-grid-style-1 .td-tiny-thumb .entry-title{font-size:13px;line-height:17px;font-weight:600;margin-top:6px;margin-bottom:7px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-1 .td-tiny-thumb .entry-title{font-size:12px!important;line-height:15px!important}}@media (max-width:767px){.td-grid-style-1 .td-tiny-thumb .entry-title{font-size:13px!important;line-height:17px!important}}.td-grid-style-1 .td-tiny-thumb .td-module-meta-info,.td-grid-style-1 .td-tiny-thumb .td-module-comments{display:none}@media (max-width:767px){.td-grid-style-1.td_block_big_grid_4 .td-small-thumb .td-big-grid-meta,.td-grid-style-1.td_block_big_grid_4 .td-big-grid-post-1 .td-big-grid-meta,.td-grid-style-1.td_block_big_grid_5 .td-big-grid-post-1 .td-big-grid-meta,.td-grid-style-1.td_block_big_grid_5 .td-big-grid-post-2 .td-big-grid-meta,.td-grid-style-1.td_block_big_grid_5 .td-big-grid-post-3 .td-big-grid-meta,.td-grid-style-1.td_block_big_grid_5 .td-big-grid-post-4 .td-big-grid-meta{padding:0 10px}.td-grid-style-1.td_block_big_grid_4 .td-small-thumb .entry-title,.td-grid-style-1.td_block_big_grid_4 .td-big-grid-post-1 .entry-title,.td-grid-style-1.td_block_big_grid_5 .td-big-grid-post-1 .entry-title,.td-grid-style-1.td_block_big_grid_5 .td-big-grid-post-2 .entry-title,.td-grid-style-1.td_block_big_grid_5 .td-big-grid-post-3 .entry-title,.td-grid-style-1.td_block_big_grid_5 .td-big-grid-post-4 .entry-title{font-size:13px!important;line-height:17px!important;font-weight:600;margin-top:6px;margin-bottom:7px}.td-grid-style-1.td_block_big_grid_4 .td-small-thumb .td-video-play-ico,.td-grid-style-1.td_block_big_grid_4 .td-big-grid-post-1 .td-video-play-ico,.td-grid-style-1.td_block_big_grid_5 .td-big-grid-post-1 .td-video-play-ico,.td-grid-style-1.td_block_big_grid_5 .td-big-grid-post-2 .td-video-play-ico,.td-grid-style-1.td_block_big_grid_5 .td-big-grid-post-3 .td-video-play-ico,.td-grid-style-1.td_block_big_grid_5 .td-big-grid-post-4 .td-video-play-ico{top:30px;left:auto;right:8px;width:24px;height:24px;font-size:24px}.td-grid-style-1.td_block_big_grid_4 .td-small-thumb .td-post-category,.td-grid-style-1.td_block_big_grid_4 .td-big-grid-post-1 .td-post-category,.td-grid-style-1.td_block_big_grid_5 .td-big-grid-post-1 .td-post-category,.td-grid-style-1.td_block_big_grid_5 .td-big-grid-post-2 .td-post-category,.td-grid-style-1.td_block_big_grid_5 .td-big-grid-post-3 .td-post-category,.td-grid-style-1.td_block_big_grid_5 .td-big-grid-post-4 .td-post-category,.td-grid-style-1.td_block_big_grid_4 .td-small-thumb .td-module-meta-info,.td-grid-style-1.td_block_big_grid_4 .td-big-grid-post-1 .td-module-meta-info,.td-grid-style-1.td_block_big_grid_5 .td-big-grid-post-1 .td-module-meta-info,.td-grid-style-1.td_block_big_grid_5 .td-big-grid-post-2 .td-module-meta-info,.td-grid-style-1.td_block_big_grid_5 .td-big-grid-post-3 .td-module-meta-info,.td-grid-style-1.td_block_big_grid_5 .td-big-grid-post-4 .td-module-meta-info{display:none}}@media (max-width:767px){.td-grid-style-1.td_block_big_grid_5 .td-big-grid-post-0 .entry-title,.td-grid-style-1.td_block_big_grid_7 .td-big-grid-post-1 .entry-title{font-size:20px!important;line-height:26px!important;font-weight:600!important;margin-bottom:5px;margin-top:6px}.td-grid-style-1.td_block_big_grid_5 .td-big-grid-post-0 .td-module-meta-info,.td-grid-style-1.td_block_big_grid_7 .td-big-grid-post-1 .td-module-meta-info{display:block}.td-grid-style-1.td_block_big_grid_5 .td-big-grid-post-0 .td-big-grid-meta,.td-grid-style-1.td_block_big_grid_7 .td-big-grid-post-1 .td-big-grid-meta{padding:0 10px 10px}.td-grid-style-1.td_block_big_grid_5 .td-big-grid-post-0 .td-video-play-ico,.td-grid-style-1.td_block_big_grid_7 .td-big-grid-post-1 .td-video-play-ico{top:35px;left:auto;right:8px;width:30px;height:30px;font-size:30px}}@media (max-width:767px){.td-grid-style-1 .td-big-grid-scroll .td-big-grid-post .td-big-grid-meta{padding:0 10px 7px!important}.td-grid-style-1 .td-big-grid-scroll .td-big-grid-post .td-module-meta-info{display:none}.td-grid-style-1 .td-big-grid-scroll .td-big-grid-post .entry-title{font-size:15px!important;line-height:20px!important;font-weight:600!important;margin-top:3px;margin-bottom:0}.td-grid-style-1 .td-big-grid-scroll .td-big-grid-post .td-video-play-ico{top:8px;left:auto;right:8px;transform:none;-webkit-transform:none}}.td-grid-style-1 .td-module-thumb a:last-child:before{content:'';width:100%;height:100%;position:absolute;z-index:1;opacity:.6;bottom:0;background:#fff0;background:-webkit-gradient(left top,left bottom,color-stop(0%,#fff0),color-stop(100%,#000000));background:-webkit-linear-gradient(top,#fff0 0%,#000000 100%);background:linear-gradient(to bottom,#fff0 0%,#000000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=0)}@media (max-width:767px){.td-grid-style-1 .td-module-thumb a:last-child:before{height:140%;opacity:.8}}@media (max-width:767px){.td-grid-style-1 .td-big-grid-scroll .td-big-grid-post .td-big-grid-meta{padding:0 10px 10px}}@media (max-width:767px){.td-grid-style-1 .td-post-category{position:relative;top:4px}}@media (min-width:1025px){.td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:before,.td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:after{-webkit-transition:opacity 0.35s ease 0s;transition:opacity 0.35s ease 0s}.td-grid-style-1.td-hover-1 .entry-thumb{-webkit-transition:transform 0.35s ease 0s;transition:transform 0.35s ease 0s}.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:before{opacity:.8}.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .entry-thumb{transform:scale3d(1.05,1.05,1);-webkit-transform:scale3d(1.05,1.05,1);-moz-transform:scale3d(1.05,1.05,1) rotate(0.02deg)}}.td-grid-style-2 .td-video-play-ico{top:10px;left:auto;right:10px;width:30px;height:30px;font-size:30px}@media (max-width:1023px){.td-grid-style-2 .td-video-play-ico{width:20px;height:20px;font-size:20px}}@media (max-width:767px){.td-grid-style-2 .td-video-play-ico{top:8px;right:8px}}@media (max-width:1023px){.td-grid-style-2 .td-big-thumb .td-video-play-ico,.td-grid-style-2 .td-medium-thumb .td-video-play-ico{width:30px;height:30px;font-size:30px}}.td-grid-style-2 .td-big-thumb .td-big-grid-meta{padding:10px 26px 14px 20px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-2 .td-big-thumb .td-big-grid-meta{padding:8px 17px 11px}}@media (max-width:767px){.td-grid-style-2 .td-big-thumb .td-big-grid-meta{padding:2px 10px 10px}}.td-grid-style-2 .td-big-thumb .entry-title{font-size:24px;line-height:30px;font-weight:600;margin-top:6px;margin-bottom:7px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-2 .td-big-thumb .entry-title{font-size:18px!important;line-height:24px!important;margin-top:4px;margin-bottom:5px}}@media (max-width:767px){.td-grid-style-2 .td-big-thumb .entry-title{font-size:20px!important;line-height:26px!important;margin-bottom:6px}}.td-grid-style-2 .td-medium-thumb .td-big-grid-meta{padding:10px 26px 14px 20px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-2 .td-medium-thumb .td-big-grid-meta{padding:8px 20px 11px 17px}}@media (max-width:767px){.td-grid-style-2 .td-medium-thumb .td-big-grid-meta{padding:2px 10px 10px}}.td-grid-style-2 .td-medium-thumb .entry-title{font-size:20px;line-height:26px;font-weight:600;margin-top:6px;margin-bottom:7px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-2 .td-medium-thumb .entry-title{font-size:16px!important;line-height:20px!important;margin-top:4px;margin-bottom:5px}}@media (max-width:767px){.td-grid-style-2 .td-medium-thumb .entry-title{font-size:20px!important;line-height:26px!important;margin-bottom:6px}}.td-grid-style-2 .td-small-thumb .td-big-grid-meta{padding:8px 20px 10px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-2 .td-small-thumb .td-big-grid-meta{padding:4px 17px 5px}}@media (max-width:767px){.td-grid-style-2 .td-small-thumb .td-big-grid-meta{padding:0 10px 0}}.td-grid-style-2 .td-small-thumb .td-module-meta-info{display:none}.td-grid-style-2 .td-small-thumb .entry-title{font-size:16px;line-height:22px;font-weight:600;margin-top:6px;margin-bottom:6px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-2 .td-small-thumb .entry-title{font-size:13px!important;line-height:17px!important}}@media (min-width:768px) and (max-width:1023px){.td-grid-style-2 .td-small-thumb .td-post-category{display:inline}}.td-grid-style-2 .td-tiny-thumb .td-big-grid-meta{padding:3px 10px 2px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-2 .td-tiny-thumb .td-big-grid-meta{padding:0 8px 0}}@media (max-width:767px){.td-grid-style-2 .td-tiny-thumb .td-big-grid-meta{padding:0 10px 0}}.td-grid-style-2 .td-tiny-thumb .entry-title{font-size:13px;line-height:17px;font-weight:600;margin-top:6px;margin-bottom:7px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-2 .td-tiny-thumb .entry-title{font-size:12px!important;line-height:15px!important}}@media (max-width:767px){.td-grid-style-2 .td-tiny-thumb .entry-title{font-size:13px!important;line-height:17px!important}}.td-grid-style-2 .td-tiny-thumb .td-module-meta-info{display:none}.td-grid-style-2 .td-big-grid-meta{background-color:rgb(0 0 0 / .4)}.td-grid-style-2 .td-post-category{position:relative;top:2px;text-transform:uppercase;padding:0;background-color:#fff0}.td-grid-style-2 .td-module-comments{display:none}@media (max-width:767px){.td-grid-style-2.td_block_big_grid_4 .td-small-thumb .td-big-grid-meta,.td-grid-style-2.td_block_big_grid_4 .td-big-grid-post-1 .td-big-grid-meta,.td-grid-style-2.td_block_big_grid_5 .td-big-grid-post-1 .td-big-grid-meta,.td-grid-style-2.td_block_big_grid_5 .td-big-grid-post-2 .td-big-grid-meta,.td-grid-style-2.td_block_big_grid_5 .td-big-grid-post-3 .td-big-grid-meta,.td-grid-style-2.td_block_big_grid_5 .td-big-grid-post-4 .td-big-grid-meta{padding:0 10px}.td-grid-style-2.td_block_big_grid_4 .td-small-thumb .entry-title,.td-grid-style-2.td_block_big_grid_4 .td-big-grid-post-1 .entry-title,.td-grid-style-2.td_block_big_grid_5 .td-big-grid-post-1 .entry-title,.td-grid-style-2.td_block_big_grid_5 .td-big-grid-post-2 .entry-title,.td-grid-style-2.td_block_big_grid_5 .td-big-grid-post-3 .entry-title,.td-grid-style-2.td_block_big_grid_5 .td-big-grid-post-4 .entry-title{font-size:13px!important;line-height:17px!important;font-weight:600;margin-top:6px;margin-bottom:7px}.td-grid-style-2.td_block_big_grid_4 .td-small-thumb .td-video-play-ico,.td-grid-style-2.td_block_big_grid_4 .td-big-grid-post-1 .td-video-play-ico,.td-grid-style-2.td_block_big_grid_5 .td-big-grid-post-1 .td-video-play-ico,.td-grid-style-2.td_block_big_grid_5 .td-big-grid-post-2 .td-video-play-ico,.td-grid-style-2.td_block_big_grid_5 .td-big-grid-post-3 .td-video-play-ico,.td-grid-style-2.td_block_big_grid_5 .td-big-grid-post-4 .td-video-play-ico{top:8px;left:auto;right:8px;width:24px;height:24px;font-size:24px}.td-grid-style-2.td_block_big_grid_4 .td-small-thumb .td-post-category,.td-grid-style-2.td_block_big_grid_4 .td-big-grid-post-1 .td-post-category,.td-grid-style-2.td_block_big_grid_5 .td-big-grid-post-1 .td-post-category,.td-grid-style-2.td_block_big_grid_5 .td-big-grid-post-2 .td-post-category,.td-grid-style-2.td_block_big_grid_5 .td-big-grid-post-3 .td-post-category,.td-grid-style-2.td_block_big_grid_5 .td-big-grid-post-4 .td-post-category,.td-grid-style-2.td_block_big_grid_4 .td-small-thumb .td-module-meta-info,.td-grid-style-2.td_block_big_grid_4 .td-big-grid-post-1 .td-module-meta-info,.td-grid-style-2.td_block_big_grid_5 .td-big-grid-post-1 .td-module-meta-info,.td-grid-style-2.td_block_big_grid_5 .td-big-grid-post-2 .td-module-meta-info,.td-grid-style-2.td_block_big_grid_5 .td-big-grid-post-3 .td-module-meta-info,.td-grid-style-2.td_block_big_grid_5 .td-big-grid-post-4 .td-module-meta-info{display:none}}@media (max-width:767px){.td-grid-style-2.td_block_big_grid_5 .td-big-grid-post-0 .entry-title,.td-grid-style-2.td_block_big_grid_7 .td-big-grid-post-1 .entry-title{font-size:20px!important;line-height:26px!important;font-weight:600!important;margin-bottom:5px;margin-top:6px}.td-grid-style-2.td_block_big_grid_5 .td-big-grid-post-0 .td-module-meta-info,.td-grid-style-2.td_block_big_grid_7 .td-big-grid-post-1 .td-module-meta-info{display:block}.td-grid-style-2.td_block_big_grid_5 .td-big-grid-post-0 .td-post-category,.td-grid-style-2.td_block_big_grid_7 .td-big-grid-post-1 .td-post-category{display:inline}.td-grid-style-2.td_block_big_grid_5 .td-big-grid-post-0 .td-big-grid-meta,.td-grid-style-2.td_block_big_grid_7 .td-big-grid-post-1 .td-big-grid-meta{padding:0 10px 10px}.td-grid-style-2.td_block_big_grid_5 .td-big-grid-post-0 .td-video-play-ico,.td-grid-style-2.td_block_big_grid_7 .td-big-grid-post-1 .td-video-play-ico{top:8px;left:auto;right:8px;width:30px;height:30px;font-size:30px}}@media (max-width:767px){.td-grid-style-2 .td-big-grid-scroll .td-big-grid-post .td-big-grid-meta{padding:0 10px 7px!important}.td-grid-style-2 .td-big-grid-scroll .td-big-grid-post .td-module-meta-info{display:none}.td-grid-style-2 .td-big-grid-scroll .td-big-grid-post .td-post-category{top:4px}.td-grid-style-2 .td-big-grid-scroll .td-big-grid-post .entry-title{font-size:15px!important;line-height:20px!important;font-weight:600!important;margin-top:3px;margin-bottom:0}.td-grid-style-2 .td-big-grid-scroll .td-big-grid-post .td-video-play-ico{top:8px;left:auto;right:8px;transform:none;-webkit-transform:none}}.td-grid-style-2 .td-module-thumb a:last-child:before{content:'';width:100%;height:100%;position:absolute;z-index:1;opacity:.5;bottom:0;background:#fff0;background:-webkit-gradient(left top,left bottom,color-stop(0%,#fff0),color-stop(100%,#000000));background:-webkit-linear-gradient(top,#fff0 0%,#000000 100%);background:linear-gradient(to bottom,#fff0 0%,#000000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=0)}@media (max-width:767px){.td-grid-style-2 .td-module-thumb a:last-child:before{height:140%;opacity:.8}}@media (max-width:767px){.td-grid-style-2 .td-big-grid-scroll .td-big-grid-post .td-big-grid-meta{padding:0 10px 10px}}@media (min-width:1025px){.td-grid-style-2.td-hover-1 .td-module-thumb a:last-child:before{-webkit-transition:opacity 0.35s ease 0s;transition:opacity 0.35s ease 0s}.td-grid-style-2.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:before{opacity:.8}}.td-grid-style-3 .td-module-thumb a:last-child:before{content:'';width:100%;height:100%;position:absolute;z-index:1;background-color:#4db2ec;opacity:.1}.td-grid-style-3 .td-module-thumb a:last-child:after{content:'';width:100%;height:100%;position:absolute;z-index:1;background-color:#000;opacity:.32;top:0}.td-grid-style-3 .td-big-grid-post .entry-title a{text-shadow:1px 1px 1px rgb(0 0 0 / .3)}.td-grid-style-3 .td-big-thumb .td-big-grid-meta{padding:0 30px 30px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-3 .td-big-thumb .td-big-grid-meta{padding:0 17px 11px}}@media (max-width:767px){.td-grid-style-3 .td-big-thumb .td-big-grid-meta{padding:0 10px 10px}}.td-grid-style-3 .td-big-thumb .entry-title{font-size:28px;line-height:33px;font-weight:500;margin-top:9px;margin-bottom:9px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-3 .td-big-thumb .entry-title{font-size:18px!important;line-height:24px!important;margin-top:4px;margin-bottom:5px}}@media (max-width:767px){.td-grid-style-3 .td-big-thumb .entry-title{font-size:20px!important;line-height:26px!important;margin-top:6px;margin-bottom:6px}}.td-grid-style-3 .td-medium-thumb .td-big-grid-meta{padding:0 26px 14px 20px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-3 .td-medium-thumb .td-big-grid-meta{padding:0 20px 11px 17px}}@media (max-width:767px){.td-grid-style-3 .td-medium-thumb .td-big-grid-meta{padding:0 10px 10px}}.td-grid-style-3 .td-medium-thumb .entry-title{font-size:22px;line-height:27px;font-weight:500;margin-top:6px;margin-bottom:7px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-3 .td-medium-thumb .entry-title{font-size:16px!important;line-height:20px!important;margin-top:4px;margin-bottom:5px}}@media (max-width:767px){.td-grid-style-3 .td-medium-thumb .entry-title{font-size:20px!important;line-height:26px!important;margin-bottom:6px}}.td-grid-style-3 .td-small-thumb .td-big-grid-meta{padding:0 20px 10px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-3 .td-small-thumb .td-big-grid-meta{padding:0 17px 5px}}@media (max-width:767px){.td-grid-style-3 .td-small-thumb .td-big-grid-meta{padding:0 10px 0}}.td-grid-style-3 .td-small-thumb .td-module-meta-info{display:none}.td-grid-style-3 .td-small-thumb .entry-title{font-size:17px;line-height:22px;font-weight:500;margin-top:6px;margin-bottom:6px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-3 .td-small-thumb .entry-title{font-size:13px!important;line-height:17px!important}}@media (min-width:768px) and (max-width:1023px){.td-grid-style-3 .td-small-thumb .td-post-category{display:inline}}.td-grid-style-3 .td-small-thumb .td-module-comments{display:none}.td-grid-style-3 .td-tiny-thumb .td-big-grid-meta{padding:0 10px 2px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-3 .td-tiny-thumb .td-big-grid-meta{padding:0 8px 0}}@media (max-width:767px){.td-grid-style-3 .td-tiny-thumb .td-big-grid-meta{padding:0 10px 0}}.td-grid-style-3 .td-tiny-thumb .entry-title{font-size:15px;line-height:19px;font-weight:500;margin-top:6px;margin-bottom:7px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-3 .td-tiny-thumb .entry-title{font-size:12px!important;line-height:15px!important}}@media (max-width:767px){.td-grid-style-3 .td-tiny-thumb .entry-title{font-size:13px!important;line-height:17px!important}}.td-grid-style-3 .td-tiny-thumb .td-module-meta-info,.td-grid-style-3 .td-tiny-thumb .td-module-comments{display:none}@media (max-width:767px){.td-grid-style-3.td_block_big_grid_4 .td-small-thumb .entry-title,.td-grid-style-3.td_block_big_grid_4 .td-big-grid-post-1 .entry-title,.td-grid-style-3.td_block_big_grid_5 .td-big-grid-post-1 .entry-title,.td-grid-style-3.td_block_big_grid_5 .td-big-grid-post-2 .entry-title,.td-grid-style-3.td_block_big_grid_5 .td-big-grid-post-3 .entry-title,.td-grid-style-3.td_block_big_grid_5 .td-big-grid-post-4 .entry-title{font-size:13px!important;line-height:17px!important;font-weight:500;margin-bottom:6px}.td-grid-style-3.td_block_big_grid_4 .td-small-thumb .td-video-play-ico,.td-grid-style-3.td_block_big_grid_4 .td-big-grid-post-1 .td-video-play-ico,.td-grid-style-3.td_block_big_grid_5 .td-big-grid-post-1 .td-video-play-ico,.td-grid-style-3.td_block_big_grid_5 .td-big-grid-post-2 .td-video-play-ico,.td-grid-style-3.td_block_big_grid_5 .td-big-grid-post-3 .td-video-play-ico,.td-grid-style-3.td_block_big_grid_5 .td-big-grid-post-4 .td-video-play-ico{top:8px;left:auto;right:8px;width:24px;height:24px;font-size:24px}.td-grid-style-3.td_block_big_grid_4 .td-small-thumb .td-post-category,.td-grid-style-3.td_block_big_grid_4 .td-big-grid-post-1 .td-post-category,.td-grid-style-3.td_block_big_grid_5 .td-big-grid-post-1 .td-post-category,.td-grid-style-3.td_block_big_grid_5 .td-big-grid-post-2 .td-post-category,.td-grid-style-3.td_block_big_grid_5 .td-big-grid-post-3 .td-post-category,.td-grid-style-3.td_block_big_grid_5 .td-big-grid-post-4 .td-post-category,.td-grid-style-3.td_block_big_grid_4 .td-small-thumb .td-module-meta-info,.td-grid-style-3.td_block_big_grid_4 .td-big-grid-post-1 .td-module-meta-info,.td-grid-style-3.td_block_big_grid_5 .td-big-grid-post-1 .td-module-meta-info,.td-grid-style-3.td_block_big_grid_5 .td-big-grid-post-2 .td-module-meta-info,.td-grid-style-3.td_block_big_grid_5 .td-big-grid-post-3 .td-module-meta-info,.td-grid-style-3.td_block_big_grid_5 .td-big-grid-post-4 .td-module-meta-info{display:none}.td-grid-style-3.td_block_big_grid_4 .td-small-thumb .td-big-grid-meta,.td-grid-style-3.td_block_big_grid_4 .td-big-grid-post-1 .td-big-grid-meta,.td-grid-style-3.td_block_big_grid_5 .td-big-grid-post-1 .td-big-grid-meta,.td-grid-style-3.td_block_big_grid_5 .td-big-grid-post-2 .td-big-grid-meta,.td-grid-style-3.td_block_big_grid_5 .td-big-grid-post-3 .td-big-grid-meta,.td-grid-style-3.td_block_big_grid_5 .td-big-grid-post-4 .td-big-grid-meta{padding:0 10px}}@media (max-width:767px){.td-grid-style-3.td_block_big_grid_5 .td-big-grid-post-0 .entry-title,.td-grid-style-3.td_block_big_grid_7 .td-big-grid-post-1 .entry-title{font-size:20px!important;line-height:26px!important;font-weight:500!important}.td-grid-style-3.td_block_big_grid_5 .td-big-grid-post-0 .td-module-meta-info,.td-grid-style-3.td_block_big_grid_7 .td-big-grid-post-1 .td-module-meta-info{display:block}.td-grid-style-3.td_block_big_grid_5 .td-big-grid-post-0 .td-post-category,.td-grid-style-3.td_block_big_grid_7 .td-big-grid-post-1 .td-post-category{display:inline}.td-grid-style-3.td_block_big_grid_5 .td-big-grid-post-0 .td-big-grid-meta,.td-grid-style-3.td_block_big_grid_7 .td-big-grid-post-1 .td-big-grid-meta{padding:0 10px 10px}.td-grid-style-3.td_block_big_grid_5 .td-big-grid-post-0 .td-video-play-ico,.td-grid-style-3.td_block_big_grid_7 .td-big-grid-post-1 .td-video-play-ico{top:8px;left:auto;right:8px;width:30px;height:30px;font-size:30px}}@media (max-width:767px){.td-grid-style-3 .td-big-grid-scroll .td-big-grid-post .td-module-meta-info{display:none}.td-grid-style-3 .td-big-grid-scroll .td-big-grid-post .td-big-grid-meta{padding:0 10px 7px}.td-grid-style-3 .td-big-grid-scroll .td-big-grid-post .entry-title{font-size:15px!important;line-height:20px!important;font-weight:500!important;margin-top:3px;margin-bottom:0}.td-grid-style-3 .td-big-grid-scroll .td-big-grid-post .td-video-play-ico{top:8px;left:auto;right:8px;transform:none;-webkit-transform:none}}@media (max-width:767px){.td-grid-style-3 .td-module-thumb a:last-child:after{opacity:.4}}@media (max-width:767px){.td-grid-style-3 .td-post-category{position:relative;top:4px}}@media (min-width:1025px){.td-grid-style-3.td-hover-1 .entry-thumb{max-width:none;width:calc(100% + 50px);width:-moz-calc(100% + 50px);width:-webkit-calc(100% + 50px);width:-o-calc(100% + 50px);opacity:.7;-webkit-transition:opacity 0.35s ease 0s,transform 0.35s ease 0s;transition:opacity 0.35s ease 0s,transform 0.35s ease 0s;transform:translate3d(-40px,0,0);-webkit-transform:translate3d(-40px,0,0)}.td-grid-style-3.td-hover-1 .td-big-grid-meta{-webkit-transition:opacity 0.35s ease 0s,transform 0.35s ease 0s;transition:opacity 0.35s ease 0s,transform 0.35s ease 0s;transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0)}.td-grid-style-3.td-hover-1 .td-module-thumb a:last-child:before,.td-grid-style-3.td-hover-1 .td-module-thumb a:last-child:after{-webkit-transition:opacity 0.35s ease 0s;transition:opacity 0.35s ease 0s}.td-grid-style-3.td-hover-1 .td-module-comments{-webkit-transition:opacity 0.35s ease 0s;transition:opacity 0.35s ease 0s;opacity:0}.td-grid-style-3.td-hover-1 .td-big-grid-post:hover .entry-thumb{transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0)}.td-grid-style-3.td-hover-1 .td-big-grid-post:hover.td-big-thumb .td-big-grid-meta,.td-grid-style-3.td-hover-1 .td-big-grid-post:hover.td-medium-thumb .td-big-grid-meta{transform:translate3d(0,-20px,0);-webkit-transform:translate3d(0,-20px,0)}.td-grid-style-3.td-hover-1 .td-big-grid-post:hover.td-small-thumb .td-big-grid-meta,.td-grid-style-3.td-hover-1 .td-big-grid-post:hover.td-tiny-thumb .td-big-grid-meta{transform:translate3d(0,-10px,0);-webkit-transform:translate3d(0,-10px,0)}.td-grid-style-3.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:before{opacity:.16}.td-grid-style-3.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:after{opacity:.6}.td-grid-style-3.td-hover-1 .td-big-grid-post:hover .td-module-comments{opacity:1}}.td-grid-style-4 .td-meta-info-container{top:0;bottom:0;margin:0;font-size:0;position:absolute;width:100%}.td-grid-style-4 .td-meta-info-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.td-grid-style-4 .entry-title{display:inline-block;width:100%}.td-grid-style-4 .td-meta-align{display:inline-block;vertical-align:middle;width:100%}.td-grid-style-4 .td-module-meta-info{margin-left:0;margin-right:0;margin-bottom:0}.td-grid-style-4 .td-post-category{background-color:#fff0}.td-grid-style-4 .td-big-grid-meta{position:relative;text-align:center;padding:0 10%}@media (max-width:767px){.td-grid-style-4 .td-big-grid-meta{padding:0 4%}}.td-grid-style-4 .td-module-thumb a:last-child:before{content:'';width:100%;height:100%;position:absolute;z-index:1;background-color:#4db2ec;opacity:.2;top:0}.td-grid-style-4 .td-module-thumb a:last-child:after{content:'';width:100%;height:100%;position:absolute;z-index:0;background-color:#000;opacity:.2;top:0}.td-grid-style-4 .td-module-thumb .td-video-play-ico{top:auto;bottom:10px;left:auto;right:10px;width:30px;height:30px;font-size:30px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-4 .td-module-thumb .td-video-play-ico{width:20px;height:20px;font-size:20px}}@media (max-width:767px){.td-grid-style-4 .td-module-thumb .td-video-play-ico{display:none}}.td-grid-style-4 .td-big-thumb .entry-title{font-size:26px;line-height:30px;font-weight:600;margin-top:1px;margin-bottom:9px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-4 .td-big-thumb .entry-title{font-size:22px!important;line-height:26px!important}}@media (max-width:767px){.td-grid-style-4 .td-big-thumb .entry-title{font-size:20px!important;line-height:24px!important;margin-bottom:6px}}.td-grid-style-4 .td-medium-thumb .entry-title{font-size:24px;line-height:28px;font-weight:600;margin-top:1px;margin-bottom:9px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-4 .td-medium-thumb .entry-title{font-size:18px!important;line-height:21px!important}}@media (max-width:767px){.td-grid-style-4 .td-medium-thumb .entry-title{font-size:20px!important;line-height:24px!important;margin-bottom:6px}}.td-grid-style-4 .td-small-thumb .entry-title{font-size:18px;line-height:21px;font-weight:600;margin-top:1px;margin-bottom:9px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-4 .td-small-thumb .entry-title{font-size:14px!important;line-height:17px!important}}.td-grid-style-4 .td-small-thumb .td-module-comments{display:none}.td-grid-style-4 .td-tiny-thumb .entry-title{font-size:14px;line-height:18px;font-weight:600;margin-top:1px;margin-bottom:9px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-4 .td-tiny-thumb .entry-title{font-size:13px!important;line-height:16px!important;margin:5px 0}}@media (max-width:767px){.td-grid-style-4 .td-tiny-thumb .entry-title{font-size:12px!important;line-height:14px!important;margin:5px 0}}.td-grid-style-4 .td-tiny-thumb .td-post-category,.td-grid-style-4 .td-tiny-thumb .td-module-comments{display:none}@media (max-width:1023px){.td-grid-style-4 .td-tiny-thumb .td-module-meta-info{display:none}}@media (max-width:767px){.td-grid-style-4.td_block_big_grid_4 .td-small-thumb .entry-title,.td-grid-style-4.td_block_big_grid_4 .td-big-grid-post-1 .entry-title,.td-grid-style-4.td_block_big_grid_5 .td-big-grid-post-1 .entry-title,.td-grid-style-4.td_block_big_grid_5 .td-big-grid-post-2 .entry-title,.td-grid-style-4.td_block_big_grid_5 .td-big-grid-post-3 .entry-title,.td-grid-style-4.td_block_big_grid_5 .td-big-grid-post-4 .entry-title{font-size:12px!important;line-height:14px!important;margin:5px 0}.td-grid-style-4.td_block_big_grid_4 .td-small-thumb .td-video-play-ico,.td-grid-style-4.td_block_big_grid_4 .td-big-grid-post-1 .td-video-play-ico,.td-grid-style-4.td_block_big_grid_5 .td-big-grid-post-1 .td-video-play-ico,.td-grid-style-4.td_block_big_grid_5 .td-big-grid-post-2 .td-video-play-ico,.td-grid-style-4.td_block_big_grid_5 .td-big-grid-post-3 .td-video-play-ico,.td-grid-style-4.td_block_big_grid_5 .td-big-grid-post-4 .td-video-play-ico{top:8px;left:auto;right:8px;width:24px;height:24px;font-size:24px}.td-grid-style-4.td_block_big_grid_4 .td-small-thumb .td-post-category,.td-grid-style-4.td_block_big_grid_4 .td-big-grid-post-1 .td-post-category,.td-grid-style-4.td_block_big_grid_5 .td-big-grid-post-1 .td-post-category,.td-grid-style-4.td_block_big_grid_5 .td-big-grid-post-2 .td-post-category,.td-grid-style-4.td_block_big_grid_5 .td-big-grid-post-3 .td-post-category,.td-grid-style-4.td_block_big_grid_5 .td-big-grid-post-4 .td-post-category,.td-grid-style-4.td_block_big_grid_4 .td-small-thumb .td-module-meta-info,.td-grid-style-4.td_block_big_grid_4 .td-big-grid-post-1 .td-module-meta-info,.td-grid-style-4.td_block_big_grid_5 .td-big-grid-post-1 .td-module-meta-info,.td-grid-style-4.td_block_big_grid_5 .td-big-grid-post-2 .td-module-meta-info,.td-grid-style-4.td_block_big_grid_5 .td-big-grid-post-3 .td-module-meta-info,.td-grid-style-4.td_block_big_grid_5 .td-big-grid-post-4 .td-module-meta-info{display:none}}@media (max-width:767px){.td-grid-style-4.td_block_big_grid_5 .td-big-grid-post-0 .entry-title,.td-grid-style-4.td_block_big_grid_7 .td-big-grid-post-1 .entry-title{font-size:20px!important;line-height:24px!important;margin:5px 0}.td-grid-style-4.td_block_big_grid_5 .td-big-grid-post-0 .td-module-meta-info,.td-grid-style-4.td_block_big_grid_7 .td-big-grid-post-1 .td-module-meta-info{display:block}.td-grid-style-4.td_block_big_grid_5 .td-big-grid-post-0 .td-post-category,.td-grid-style-4.td_block_big_grid_7 .td-big-grid-post-1 .td-post-category{display:inline}.td-grid-style-4.td_block_big_grid_5 .td-big-grid-post-0 .td-video-play-ico,.td-grid-style-4.td_block_big_grid_7 .td-big-grid-post-1 .td-video-play-ico{top:8px;left:auto;right:8px;width:30px;height:30px;font-size:30px}}@media (max-width:767px){.td-grid-style-4 .td-big-grid-scroll .td-big-grid-post .td-module-meta-info{display:none}.td-grid-style-4 .td-big-grid-scroll .td-big-grid-post .entry-title{font-size:14px!important;line-height:17px!important}.td-grid-style-4 .td-big-grid-scroll .td-big-grid-post .td-video-play-ico{top:8px;left:auto;right:8px;transform:none;-webkit-transform:none}}@media (min-width:1025px){.td-grid-style-4.td-hover-1 .td-module-thumb:before{content:'';width:101%;height:100%;position:absolute;z-index:1;opacity:.8;top:0;background:#fff0;background:-webkit-gradient(left top,left bottom,color-stop(0%,#fff0),color-stop(61%,rgb(0 0 0 / .6)),color-stop(100%,rgb(0 0 0 / .6)));background:-webkit-linear-gradient(top,#fff0 0%,rgb(0 0 0 / .6) 61%,rgb(0 0 0 / .6) 100%);background:linear-gradient(to bottom,#fff0 0%,rgb(0 0 0 / .6) 61%,rgb(0 0 0 / .6) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=0);-webkit-transition:transform 0.35s ease 0s;transition:transform 0.35s ease 0s;transform:translate3d(0,80%,0);-webkit-transform:translate3d(0,80%,0)}.td-grid-style-4.td-hover-1 .td-module-thumb a:last-child:before{-webkit-transition:opacity 0.35s ease 0s;transition:opacity 0.35s ease 0s}.td-grid-style-4.td-hover-1 .td-post-category{-webkit-transition:background-color 0.35s ease 0s,color 0.35s ease 0s;transition:background-color 0.35s ease 0s,color 0.35s ease 0s;background-color:#fff0}.td-grid-style-4.td-hover-1 .td-big-grid-meta{-webkit-transition:opacity 0.35s ease 0s,transform 0.35s ease 0s;transition:opacity 0.35s ease 0s,transform 0.35s ease 0s;transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0)}.td-grid-style-4.td-hover-1 .td-module-comments{-webkit-transition:opacity 0.35s ease 0s;transition:opacity 0.35s ease 0s;opacity:0}.td-grid-style-4.td-hover-1 .td-big-grid-post:hover .td-module-thumb:before{transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0)}.td-grid-style-4.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:before{opacity:.1}.td-grid-style-4.td-hover-1 .td-big-grid-post:hover .td-post-category{background-color:#fff;color:#000}.td-grid-style-4.td-hover-1 .td-big-grid-post:hover.td-big-thumb .td-big-grid-meta,.td-grid-style-4.td-hover-1 .td-big-grid-post:hover.td-medium-thumb .td-big-grid-meta{transform:translate3d(0,-20px,0);-webkit-transform:translate3d(0,-20px,0)}.td-grid-style-4.td-hover-1 .td-big-grid-post:hover.td-small-thumb .td-big-grid-meta,.td-grid-style-4.td-hover-1 .td-big-grid-post:hover.td-tiny-thumb .td-big-grid-meta{transform:translate3d(0,-10px,0);-webkit-transform:translate3d(0,-10px,0)}.td-grid-style-4.td-hover-1 .td-big-grid-post:hover .td-module-comments{opacity:1}}.td-grid-style-5 .td-meta-info-container{top:0;bottom:0;margin:0;font-size:0;position:absolute;width:100%}.td-grid-style-5 .td-meta-info-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.td-grid-style-5 .td-meta-align{display:inline-block;vertical-align:middle;width:100%}.td-grid-style-5 .td-module-meta-info{margin-left:0;margin-right:0;margin-bottom:0}.td-grid-style-5 .td-big-grid-meta{position:relative;text-align:center;padding:0 10%}@media (max-width:767px){.td-grid-style-5 .td-big-grid-meta{padding:0 4%}}.td-grid-style-5 .entry-title{display:inline-block;width:100%;font-weight:300;text-transform:uppercase}.td-grid-style-5 .td-module-thumb a:last-child:before{content:'';width:100%;height:100%;position:absolute;z-index:1;background-color:#000;opacity:.7;top:0}@media (min-width:768px) and (max-width:1023px){.td-grid-style-5 .td-module-comments{display:none}}.td-grid-style-5 .td-post-category{-webkit-transition:background-color 0.35s ease 0s,color 0.35s ease 0s;transition:background-color 0.35s ease 0s,color 0.35s ease 0s}.td-grid-style-5 .td-post-category:hover{background-color:#fff;color:#000}.td-grid-style-5 .td-video-play-ico{top:auto;bottom:10px;left:auto;right:10px;width:30px;height:30px;font-size:30px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-5 .td-video-play-ico{width:20px;height:20px;font-size:20px}}@media (max-width:767px){.td-grid-style-5 .td-video-play-ico{display:none}}.td-grid-style-5 .td-big-thumb .entry-title{font-size:37px;line-height:39px;margin-top:1px;margin-bottom:9px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-5 .td-big-thumb .entry-title{font-size:22px!important;line-height:26px!important}}@media (max-width:767px){.td-grid-style-5 .td-big-thumb .entry-title{font-size:20px!important;line-height:24px!important}}.td-grid-style-5 .td-medium-thumb .entry-title{font-size:24px;line-height:28px;margin-top:1px;margin-bottom:9px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-5 .td-medium-thumb .entry-title{font-size:18px!important;line-height:21px!important}}@media (max-width:767px){.td-grid-style-5 .td-medium-thumb .entry-title{font-size:20px!important;line-height:24px!important}}.td-grid-style-5 .td-small-thumb .entry-title{font-size:18px;line-height:21px;margin-top:1px;margin-bottom:9px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-5 .td-small-thumb .entry-title{font-size:14px!important;line-height:17px!important}}.td-grid-style-5 .td-small-thumb .td-module-comments{display:none}.td-grid-style-5 .td-tiny-thumb .entry-title{font-size:14px;line-height:18px;font-weight:400}@media (min-width:768px) and (max-width:1023px){.td-grid-style-5 .td-tiny-thumb .entry-title{font-size:13px!important;line-height:16px!important}}@media (max-width:767px){.td-grid-style-5 .td-tiny-thumb .entry-title{font-size:12px!important;line-height:14px!important;margin:5px 0}}.td-grid-style-5 .td-tiny-thumb .td-post-category,.td-grid-style-5 .td-tiny-thumb .td-module-comments{display:none}@media (max-width:1023px){.td-grid-style-5 .td-tiny-thumb .td-module-meta-info{display:none}}@media (max-width:767px){.td-grid-style-5.td_block_big_grid_4 .td-small-thumb .entry-title,.td-grid-style-5.td_block_big_grid_4 .td-big-grid-post-1 .entry-title,.td-grid-style-5.td_block_big_grid_5 .td-big-grid-post-1 .entry-title,.td-grid-style-5.td_block_big_grid_5 .td-big-grid-post-2 .entry-title,.td-grid-style-5.td_block_big_grid_5 .td-big-grid-post-3 .entry-title,.td-grid-style-5.td_block_big_grid_5 .td-big-grid-post-4 .entry-title{font-size:12px!important;line-height:14px!important;margin:5px 0}.td-grid-style-5.td_block_big_grid_4 .td-small-thumb .td-post-category,.td-grid-style-5.td_block_big_grid_4 .td-big-grid-post-1 .td-post-category,.td-grid-style-5.td_block_big_grid_5 .td-big-grid-post-1 .td-post-category,.td-grid-style-5.td_block_big_grid_5 .td-big-grid-post-2 .td-post-category,.td-grid-style-5.td_block_big_grid_5 .td-big-grid-post-3 .td-post-category,.td-grid-style-5.td_block_big_grid_5 .td-big-grid-post-4 .td-post-category,.td-grid-style-5.td_block_big_grid_4 .td-small-thumb .td-module-meta-info,.td-grid-style-5.td_block_big_grid_4 .td-big-grid-post-1 .td-module-meta-info,.td-grid-style-5.td_block_big_grid_5 .td-big-grid-post-1 .td-module-meta-info,.td-grid-style-5.td_block_big_grid_5 .td-big-grid-post-2 .td-module-meta-info,.td-grid-style-5.td_block_big_grid_5 .td-big-grid-post-3 .td-module-meta-info,.td-grid-style-5.td_block_big_grid_5 .td-big-grid-post-4 .td-module-meta-info{display:none}}@media (max-width:767px){.td-grid-style-5.td_block_big_grid_5 .td-big-grid-post-0 .entry-title,.td-grid-style-5.td_block_big_grid_7 .td-big-grid-post-1 .entry-title{font-size:20px!important;line-height:24px!important;margin:5px 0}.td-grid-style-5.td_block_big_grid_5 .td-big-grid-post-0 .td-module-meta-info,.td-grid-style-5.td_block_big_grid_7 .td-big-grid-post-1 .td-module-meta-info{display:block}.td-grid-style-5.td_block_big_grid_5 .td-big-grid-post-0 .td-post-category,.td-grid-style-5.td_block_big_grid_7 .td-big-grid-post-1 .td-post-category{display:inline}}@media (max-width:767px){.td-grid-style-5 .td-big-grid-scroll .td-big-grid-post .td-module-meta-info{display:none}.td-grid-style-5 .td-big-grid-scroll .td-big-grid-post .entry-title{font-size:14px!important;line-height:17px!important}}@media (min-width:1025px){.td-grid-style-5.td-hover-1 .entry-thumb{-webkit-transition:transform 0.6s ease 0s;transition:transform 0.6s ease 0s;transform:scale(1.1);-webkit-transform:scale(1.1)}.td-grid-style-5.td-hover-1 .td-module-thumb:after{content:'';width:100%;height:100%;position:absolute;z-index:1;background-color:#4db2ec;opacity:0;top:0;left:0;pointer-events:none;-webkit-transition:opacity 0.4s ease 0.2s;transition:opacity 0.4s ease 0.2s}.td-grid-style-5.td-hover-1 .td-module-thumb a:last-child:after{position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(255 255 255 / .2);content:'';z-index:1;transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-116%,0);-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-116%,0)}.td-grid-style-5.td-hover-1 .td-module-comments{-webkit-transition:opacity 0.6s ease 0s;transition:opacity 0.6s ease 0s;opacity:0}.td-grid-style-5.td-hover-1 .td-big-grid-post:hover .entry-thumb{transform:scale(1);-webkit-transform:scale(1)}.td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-module-comments{opacity:1}.td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:after{-webkit-transition:transform 0.6s ease 0s;transition:transform 0.6s ease 0s;transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,116%,0);-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,116%,0)}.td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-module-thumb:after{opacity:.3}}.td-grid-style-6 .td-video-play-ico{top:auto;bottom:10px;left:auto;right:10px;width:30px;height:30px;font-size:30px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-6 .td-video-play-ico{width:20px;height:20px;font-size:20px}}@media (max-width:767px){.td-grid-style-6 .td-video-play-ico{display:none}}.td-grid-style-6 .td-post-category{background-color:#fff0;padding:0;position:absolute;bottom:17px}@media (max-width:767px){.td-grid-style-6 .td-post-category{bottom:10px}}.td-grid-style-6 .td-post-category:hover{background-color:#fff0}.td-grid-style-6 .td-big-grid-meta{height:100%}.td-grid-style-6 .td-module-comments{display:none}.td-grid-style-6 .td-big-thumb .td-big-grid-meta{padding:14px 26px 14px 20px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-6 .td-big-thumb .td-big-grid-meta{padding:12px 17px 11px}}@media (max-width:767px){.td-grid-style-6 .td-big-thumb .td-big-grid-meta{padding:12px 10px 10px}}.td-grid-style-6 .td-big-thumb .entry-title{font-size:30px;line-height:34px;font-weight:500;margin-bottom:7px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-6 .td-big-thumb .entry-title{font-size:20px!important;line-height:26px!important}}@media (max-width:767px){.td-grid-style-6 .td-big-thumb .entry-title{font-size:20px!important;line-height:26px!important;margin-bottom:6px}}.td-grid-style-6 .td-medium-thumb .td-big-grid-meta{padding:14px 26px 14px 20px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-6 .td-medium-thumb .td-big-grid-meta{padding:12px 20px 11px 17px}}@media (max-width:767px){.td-grid-style-6 .td-medium-thumb .td-big-grid-meta{padding:12px 10px 10px}}.td-grid-style-6 .td-medium-thumb .entry-title{font-size:22px;line-height:28px;font-weight:500;margin-bottom:7px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-6 .td-medium-thumb .entry-title{font-size:16px!important;line-height:20px!important;margin-bottom:5px}}@media (max-width:767px){.td-grid-style-6 .td-medium-thumb .entry-title{font-size:20px!important;line-height:26px!important;margin-bottom:6px}}.td-grid-style-6 .td-small-thumb .td-big-grid-meta{padding:14px 20px 10px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-6 .td-small-thumb .td-big-grid-meta{padding:12px 17px 5px}}@media (max-width:767px){.td-grid-style-6 .td-small-thumb .td-big-grid-meta{padding:0 10px 0}}@media (max-width:1023px){.td-grid-style-6 .td-small-thumb .td-module-meta-info{display:none}}.td-grid-style-6 .td-small-thumb .entry-title{font-size:18px;line-height:24px;font-weight:500;margin-bottom:6px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-6 .td-small-thumb .entry-title{font-size:14px!important;line-height:18px!important}}@media (min-width:768px) and (max-width:1023px){.td-grid-style-6 .td-small-thumb .td-post-category{display:inline}}.td-grid-style-6 .td-small-thumb .td-module-comments{display:none}.td-grid-style-6 .td-tiny-thumb .td-big-grid-meta{padding:4px 16px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-6 .td-tiny-thumb .td-big-grid-meta{padding:4px 14px}}@media (max-width:767px){.td-grid-style-6 .td-tiny-thumb .td-big-grid-meta{padding:2px 10px 0}}.td-grid-style-6 .td-tiny-thumb .entry-title{font-size:17px;line-height:21px;font-weight:500;margin-top:6px;margin-bottom:7px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-6 .td-tiny-thumb .entry-title{font-size:13px!important;line-height:16px!important}}@media (max-width:767px){.td-grid-style-6 .td-tiny-thumb .entry-title{font-size:12px!important;line-height:15px!important}}.td-grid-style-6 .td-tiny-thumb .td-module-meta-info,.td-grid-style-6 .td-tiny-thumb .td-module-comments{display:none}@media (max-width:767px){.td-grid-style-6.td_block_big_grid_4 .td-small-thumb .td-big-grid-meta,.td-grid-style-6.td_block_big_grid_4 .td-big-grid-post-1 .td-big-grid-meta,.td-grid-style-6.td_block_big_grid_5 .td-big-grid-post-1 .td-big-grid-meta,.td-grid-style-6.td_block_big_grid_5 .td-big-grid-post-2 .td-big-grid-meta,.td-grid-style-6.td_block_big_grid_5 .td-big-grid-post-3 .td-big-grid-meta,.td-grid-style-6.td_block_big_grid_5 .td-big-grid-post-4 .td-big-grid-meta{padding:2px 10px 0}.td-grid-style-6.td_block_big_grid_4 .td-small-thumb .entry-title,.td-grid-style-6.td_block_big_grid_4 .td-big-grid-post-1 .entry-title,.td-grid-style-6.td_block_big_grid_5 .td-big-grid-post-1 .entry-title,.td-grid-style-6.td_block_big_grid_5 .td-big-grid-post-2 .entry-title,.td-grid-style-6.td_block_big_grid_5 .td-big-grid-post-3 .entry-title,.td-grid-style-6.td_block_big_grid_5 .td-big-grid-post-4 .entry-title{font-size:12px!important;line-height:15px!important;font-weight:500;margin-top:6px;margin-bottom:7px}.td-grid-style-6.td_block_big_grid_4 .td-small-thumb .td-post-category,.td-grid-style-6.td_block_big_grid_4 .td-big-grid-post-1 .td-post-category,.td-grid-style-6.td_block_big_grid_5 .td-big-grid-post-1 .td-post-category,.td-grid-style-6.td_block_big_grid_5 .td-big-grid-post-2 .td-post-category,.td-grid-style-6.td_block_big_grid_5 .td-big-grid-post-3 .td-post-category,.td-grid-style-6.td_block_big_grid_5 .td-big-grid-post-4 .td-post-category,.td-grid-style-6.td_block_big_grid_4 .td-small-thumb .td-module-meta-info,.td-grid-style-6.td_block_big_grid_4 .td-big-grid-post-1 .td-module-meta-info,.td-grid-style-6.td_block_big_grid_5 .td-big-grid-post-1 .td-module-meta-info,.td-grid-style-6.td_block_big_grid_5 .td-big-grid-post-2 .td-module-meta-info,.td-grid-style-6.td_block_big_grid_5 .td-big-grid-post-3 .td-module-meta-info,.td-grid-style-6.td_block_big_grid_5 .td-big-grid-post-4 .td-module-meta-info{display:none}}@media (max-width:767px){.td-grid-style-6.td_block_big_grid_5 .td-big-grid-post-0 .entry-title,.td-grid-style-6.td_block_big_grid_7 .td-big-grid-post-1 .entry-title{font-size:20px!important;line-height:26px!important;font-weight:500!important;margin-bottom:6px}.td-grid-style-6.td_block_big_grid_5 .td-big-grid-post-0 .td-module-meta-info,.td-grid-style-6.td_block_big_grid_7 .td-big-grid-post-1 .td-module-meta-info{display:block}.td-grid-style-6.td_block_big_grid_5 .td-big-grid-post-0 .td-post-category,.td-grid-style-6.td_block_big_grid_7 .td-big-grid-post-1 .td-post-category{display:inline}.td-grid-style-6.td_block_big_grid_5 .td-big-grid-post-0 .td-big-grid-meta,.td-grid-style-6.td_block_big_grid_7 .td-big-grid-post-1 .td-big-grid-meta{padding:12px 10px 10px}}@media (max-width:767px){.td-grid-style-6 .td-big-grid-scroll .td-big-grid-post .td-big-grid-meta{padding:8px 10px 7px!important}.td-grid-style-6 .td-big-grid-scroll .td-big-grid-post .td-module-meta-info{display:none}.td-grid-style-6 .td-big-grid-scroll .td-big-grid-post .entry-title{font-size:15px!important;line-height:20px!important;font-weight:500!important;margin-bottom:0}}.td-grid-style-6 .td-module-thumb a:last-child:before,.td-grid-style-6 .td-big-grid-post .td-module-thumb a:last-child:after{content:'';width:100%;height:100%;position:absolute;z-index:1;top:0}.td-grid-style-6 .td-module-thumb a:last-child:after{opacity:.35;background:#000}.td-grid-style-6 .td-big-grid-post-0 .td-module-thumb a:last-child:before{opacity:.6;background:#4cf0ff;background:-webkit-gradient(left top,left bottom,color-stop(0%,#4cf0ff),color-stop(100%,#1e53e4));background:-webkit-linear-gradient(top,#4cf0ff 0%,#1e53e4 100%);background:linear-gradient(to bottom,#4cf0ff 0%,#1e53e4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4cf0ff',endColorstr='#1e53e4',GradientType=0)}.td-grid-style-6.td_block_big_grid_7 .td-big-grid-post-2 .td-module-thumb a:last-child:before,.td-grid-style-6 .td-big-grid-post-1 .td-module-thumb a:last-child:before{opacity:.6;background:#ffd21f;background:-webkit-gradient(left top,left bottom,color-stop(0%,#ffd21f),color-stop(100%,#dc2a02));background:-webkit-linear-gradient(top,#ffd21f 0%,#dc2a02 100%);background:linear-gradient(to bottom,#ffd21f 0%,#dc2a02 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd21f',endColorstr='#dc2a02',GradientType=0)}.td-grid-style-6.td_block_big_grid_7 .td-big-grid-post-1 .td-module-thumb a:last-child:before,.td-grid-style-6 .td-big-grid-post-2 .td-module-thumb a:last-child:before{opacity:.6;background:#fc5ddc;background:-webkit-gradient(left top,left bottom,color-stop(0%,#fc5ddc),color-stop(100%,#9e06cd));background:-webkit-linear-gradient(top,#fc5ddc 0%,#9e06cd 100%);background:linear-gradient(to bottom,#fc5ddc 0%,#9e06cd 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc5ddc',endColorstr='#9e06cd',GradientType=0)}.td-grid-style-6 .td-big-grid-post-3 .td-module-thumb a:last-child:before{opacity:.6;background:#e0ff2f;background:-webkit-gradient(left top,left bottom,color-stop(0%,#e0ff2f),color-stop(100%,#018d0a));background:-webkit-linear-gradient(top,#e0ff2f 0%,#018d0a 100%);background:linear-gradient(to bottom,#e0ff2f 0%,#018d0a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0ff2f',endColorstr='#018d0a',GradientType=0)}.td-grid-style-6 .td-big-grid-post-4 .td-module-thumb a:last-child:before{opacity:.6;background:#fe773d;background:-webkit-gradient(left top,left bottom,color-stop(0%,#fe773d),color-stop(100%,#bb021b));background:-webkit-linear-gradient(top,#fe773d 0%,#bb021b 100%);background:linear-gradient(to bottom,#fe773d 0%,#bb021b 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe773d',endColorstr='#bb021b',GradientType=0)}.td-grid-style-6.td_block_big_grid_4 .td-big-grid-post-4 .td-module-thumb a:last-child:before,.td-grid-style-6 .td-big-grid-post-5 .td-module-thumb a:last-child:before{opacity:.6;background:#ff6eaa;background:-webkit-gradient(left top,left bottom,color-stop(0%,#ff6eaa),color-stop(100%,#c81956));background:-webkit-linear-gradient(top,#ff6eaa 0%,#c81956 100%);background:linear-gradient(to bottom,#ff6eaa 0%,#c81956 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6eaa',endColorstr='#c81956',GradientType=0)}.td-grid-style-6.td_block_big_grid_6 .td-big-grid-post-5 .td-module-thumb a:last-child:before,.td-grid-style-6.td_block_big_grid_5 .td-big-grid-post-4 .td-module-thumb a:last-child:before,.td-grid-style-6 .td-big-grid-post-6 .td-module-thumb a:last-child:before{opacity:.6;background:#4fffd3;background:-webkit-gradient(left top,left bottom,color-stop(0%,#4fffd3),color-stop(100%,#005f87));background:-webkit-linear-gradient(top,#4fffd3 0%,#005f87 100%);background:linear-gradient(to bottom,#4fffd3 0%,#005f87 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fffd3',endColorstr='#005f87',GradientType=0)}@media (min-width:1025px){.td-grid-style-6.td-hover-1 .td-module-thumb a:last-child:after{-webkit-transition:opacity 0.35s ease 0s;transition:opacity 0.35s ease 0s}.td-grid-style-6.td-hover-1 .entry-thumb{-webkit-transition:transform 0.35s ease 0s;transition:transform 0.35s ease 0s}.td-grid-style-6.td-hover-1 .td-big-grid-post:hover .td-module-thumb a:last-child:after{opacity:.5}.td-grid-style-6.td-hover-1 .td-big-grid-post:hover .entry-thumb{transform:scale3d(1.05,1.05,1);-webkit-transform:scale3d(1.05,1.05,1);-moz-transform:scale3d(1.05,1.05,1) rotate(0.02deg)}}.td-grid-style-7 .td-video-play-ico{top:auto;bottom:10px;left:auto;right:10px;width:30px;height:30px;font-size:30px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-7 .td-video-play-ico{width:20px;height:20px;font-size:20px}}@media (max-width:767px){.td-grid-style-7 .td-video-play-ico{display:none}}.td-grid-style-7 .td-big-grid-post .entry-title a{text-shadow:1px 1px 1px rgb(0 0 0 / .3)}.td-grid-style-7 .td-post-category{background-color:#fff0;padding:0;position:absolute;bottom:17px}@media (max-width:767px){.td-grid-style-7 .td-post-category{bottom:10px}}.td-grid-style-7 .td-post-category:hover{background-color:#fff0}.td-grid-style-7 .td-big-grid-meta{height:100%}.td-grid-style-7 .td-module-comments{display:none}.td-grid-style-7 .td-big-thumb .td-big-grid-meta{padding:14px 26px 14px 20px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-7 .td-big-thumb .td-big-grid-meta{padding:12px 17px 11px}}@media (max-width:767px){.td-grid-style-7 .td-big-thumb .td-big-grid-meta{padding:12px 10px 10px}}.td-grid-style-7 .td-big-thumb .entry-title{font-size:30px;line-height:34px;font-weight:500;margin-bottom:7px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-7 .td-big-thumb .entry-title{font-size:20px!important;line-height:26px!important}}@media (max-width:767px){.td-grid-style-7 .td-big-thumb .entry-title{font-size:20px!important;line-height:26px!important;margin-bottom:6px}}.td-grid-style-7 .td-medium-thumb .td-big-grid-meta{padding:14px 26px 14px 20px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-7 .td-medium-thumb .td-big-grid-meta{padding:12px 20px 11px 17px}}@media (max-width:767px){.td-grid-style-7 .td-medium-thumb .td-big-grid-meta{padding:12px 10px 10px}}.td-grid-style-7 .td-medium-thumb .entry-title{font-size:26px;line-height:32px;font-weight:500;margin-bottom:7px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-7 .td-medium-thumb .entry-title{font-size:16px!important;line-height:20px!important;margin-bottom:5px}}@media (max-width:767px){.td-grid-style-7 .td-medium-thumb .entry-title{font-size:20px!important;line-height:26px!important;margin-bottom:6px}}.td-grid-style-7 .td-small-thumb .td-big-grid-meta{padding:14px 20px 10px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-7 .td-small-thumb .td-big-grid-meta{padding:12px 17px 5px}}@media (max-width:767px){.td-grid-style-7 .td-small-thumb .td-big-grid-meta{padding:0 10px 0}}@media (max-width:1023px){.td-grid-style-7 .td-small-thumb .td-module-meta-info{display:none}}.td-grid-style-7 .td-small-thumb .entry-title{font-size:18px;line-height:24px;font-weight:500;margin-bottom:6px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-7 .td-small-thumb .entry-title{font-size:14px!important;line-height:18px!important}}@media (min-width:768px) and (max-width:1023px){.td-grid-style-7 .td-small-thumb .td-post-category{display:inline}}.td-grid-style-7 .td-small-thumb .td-module-comments{display:none}.td-grid-style-7 .td-tiny-thumb .td-big-grid-meta{padding:4px 16px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-7 .td-tiny-thumb .td-big-grid-meta{padding:4px 14px}}@media (max-width:767px){.td-grid-style-7 .td-tiny-thumb .td-big-grid-meta{padding:2px 10px 0}}.td-grid-style-7 .td-tiny-thumb .entry-title{font-size:16px;line-height:21px;font-weight:500;margin-top:6px;margin-bottom:7px}@media (min-width:768px) and (max-width:1023px){.td-grid-style-7 .td-tiny-thumb .entry-title{font-size:13px!important;line-height:16px!important}}@media (max-width:767px){.td-grid-style-7 .td-tiny-thumb .entry-title{font-size:12px!important;line-height:15px!important}}.td-grid-style-7 .td-tiny-thumb .td-module-meta-info,.td-grid-style-7 .td-tiny-thumb .td-module-comments{display:none}@media (max-width:767px){.td-grid-style-7.td_block_big_grid_4 .td-small-thumb .td-big-grid-meta,.td-grid-style-7.td_block_big_grid_4 .td-big-grid-post-1 .td-big-grid-meta,.td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-1 .td-big-grid-meta,.td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-2 .td-big-grid-meta,.td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-3 .td-big-grid-meta,.td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-4 .td-big-grid-meta{padding:2px 10px 0}.td-grid-style-7.td_block_big_grid_4 .td-small-thumb .entry-title,.td-grid-style-7.td_block_big_grid_4 .td-big-grid-post-1 .entry-title,.td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-1 .entry-title,.td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-2 .entry-title,.td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-3 .entry-title,.td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-4 .entry-title{font-size:12px!important;line-height:15px!important;font-weight:500;margin-top:6px;margin-bottom:7px}.td-grid-style-7.td_block_big_grid_4 .td-small-thumb .td-post-category,.td-grid-style-7.td_block_big_grid_4 .td-big-grid-post-1 .td-post-category,.td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-1 .td-post-category,.td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-2 .td-post-category,.td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-3 .td-post-category,.td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-4 .td-post-category,.td-grid-style-7.td_block_big_grid_4 .td-small-thumb .td-module-meta-info,.td-grid-style-7.td_block_big_grid_4 .td-big-grid-post-1 .td-module-meta-info,.td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-1 .td-module-meta-info,.td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-2 .td-module-meta-info,.td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-3 .td-module-meta-info,.td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-4 .td-module-meta-info{display:none}}@media (max-width:767px){.td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-0 .entry-title,.td-grid-style-7.td_block_big_grid_7 .td-big-grid-post-1 .entry-title{font-size:20px!important;line-height:26px!important;font-weight:500!important;margin-bottom:6px}.td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-0 .td-module-meta-info,.td-grid-style-7.td_block_big_grid_7 .td-big-grid-post-1 .td-module-meta-info{display:block}.td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-0 .td-post-category,.td-grid-style-7.td_block_big_grid_7 .td-big-grid-post-1 .td-post-category{display:inline}.td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-0 .td-big-grid-meta,.td-grid-style-7.td_block_big_grid_7 .td-big-grid-post-1 .td-big-grid-meta{padding:12px 10px 10px}}@media (max-width:767px){.td-grid-style-7 .td-big-grid-scroll .td-big-grid-post .td-big-grid-meta{padding:8px 10px 7px!important}.td-grid-style-7 .td-big-grid-scroll .td-big-grid-post .td-module-meta-info{display:none}.td-grid-style-7 .td-big-grid-scroll .td-big-grid-post .entry-title{font-size:15px!important;line-height:20px!important;font-weight:500!important;margin-bottom:0}}.td-grid-style-7 .td-module-thumb a:last-child:before,.td-grid-style-7 .td-big-grid-post .td-module-thumb a:last-child:after{content:'';width:100%;height:100%;position:absolute;z-index:1;top:0}.td-grid-style-7 .td-module-thumb a:last-child:after{-webkit-box-shadow:inset 0 0 16px 4px #000;-moz-box-shadow:inset 0 0 16px 4px #000;box-shadow:inset 0 0 16px 4px #000;opacity:.15}.td-grid-style-7 .td-big-grid-post-0 .td-module-thumb a:last-child:before{opacity:.6;background:#410cbc;background:-webkit-gradient(left bottom,right top,color-stop(0%,#410cbc),color-stop(100%,#ff6f31));background:-webkit-linear-gradient(20deg,#410cbc 0%,#ff6f31 100%);background:linear-gradient(20deg,#410cbc 0%,#ff6f31 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#410cbc',endColorstr='#ff6f31',GradientType=1)}.td-grid-style-7 .td-big-grid-post-1 .td-module-thumb a:last-child:before{opacity:.6;background:#f4880d;background:-webkit-gradient(left bottom,right top,color-stop(0%,#f4880d),color-stop(100%,#70ff99));background:-webkit-linear-gradient(20deg,#f4880d 0%,#70ff99 100%);background:linear-gradient(20deg,#f4880d 0%,#70ff99 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4880d',endColorstr='#70ff99',GradientType=1)}.td-grid-style-7 .td-big-grid-post-2 .td-module-thumb a:last-child:before{opacity:.6;background:#c40f79;background:-webkit-gradient(left bottom,right top,color-stop(0%,#c40f79),color-stop(100%,#7ebfff));background:-webkit-linear-gradient(20deg,#c40f79 0%,#7ebfff 100%);background:linear-gradient(20deg,#c40f79 0%,#7ebfff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c40f79',endColorstr='#7ebfff',GradientType=1)}.td-grid-style-7 .td-big-grid-post-3 .td-module-thumb a:last-child:before{opacity:.6;background:#0016be;background:-webkit-gradient(left bottom,right top,color-stop(0%,#0016be),color-stop(100%,#2aec74));background:-webkit-linear-gradient(20deg,#0016be 0%,#2aec74 100%);background:linear-gradient(20deg,#0016be 0%,#2aec74 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0016be',endColorstr='#2aec74',GradientType=1)}.td-grid-style-7 .td-big-grid-post-4 .td-module-thumb a:last-child:before{opacity:.6;background:#023c8c;background:-webkit-gradient(left bottom,right top,color-stop(0%,#023c8c),color-stop(100%,#ff86d3));background:-webkit-linear-gradient(20deg,#023c8c 0%,#ff86d3 100%);background:linear-gradient(20deg,#023c8c 0%,#ff86d3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#023c8c',endColorstr='#ff86d3',GradientType=1)}.td-grid-style-7.td_block_big_grid .td-big-grid-post-4 .td-module-thumb a:last-child:before,.td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-2 .td-module-thumb a:last-child:before,.td-grid-style-7 .td-big-grid-post-5 .td-module-thumb a:last-child:before{opacity:.6;background:#00ac81;background:-webkit-gradient(left bottom,right top,color-stop(0%,#00ac81),color-stop(100%,#ff778e));background:-webkit-linear-gradient(20deg,#00ac81 0%,#ff778e 100%);background:linear-gradient(20deg,#00ac81 0%,#ff778e 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ac81',endColorstr='#ff778e',GradientType=1)}.td-grid-style-7.td_block_big_grid_6 .td-big-grid-post-4 .td-module-thumb a:last-child:before,.td-grid-style-7.td_block_big_grid_4 .td-big-grid-post-2 .td-module-thumb a:last-child:before,.td-grid-style-7 .td-big-grid-post-6 .td-module-thumb a:last-child:before{opacity:.6;background:#007808;background:-webkit-gradient(left bottom,right top,color-stop(0%,#007808),color-stop(100%,#fff940));background:-webkit-linear-gradient(20deg,#007808 0%,#fff940 100%);background:linear-gradient(20deg,#007808 0%,#fff940 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007808',endColorstr='#fff940',GradientType=1)}@media (min-width:1025px){.td-grid-style-7.td-hover-1 .entry-thumb{-webkit-transition:transform 0.35s ease 0s;transition:transform 0.35s ease 0s}.td-grid-style-7.td-hover-1 .td-big-grid-post:hover .entry-thumb{transform:scale3d(1.05,1.05,1);-webkit-transform:scale3d(1.05,1.05,1);-moz-transform:scale3d(1.05,1.05,1) rotate(0.02deg)}}.td_block_social_counter{font-family:'Open Sans',arial,sans-serif;font-weight:700;font-size:11px;color:#fff;margin-bottom:20px!important;padding-top:20px}.td_block_social_counter .td-sp{position:relative}.td_block_social_counter .td-sp:after{content:'';width:1px;height:16px;background-color:rgb(255 255 255 / .1);position:absolute;right:-1px;top:8px}.td-social-list{*zoom:1}.td-social-list:before,.td-social-list:after{display:table;content:"";line-height:0}.td-social-list:after{clear:both}.td-social-list .td_social_type:last-child{margin-bottom:0}.td_social_type{margin-bottom:10px;-webkit-transition:background-color 0.2s cubic-bezier(0,0,.58,1) 0s;transition:background-color 0.2s cubic-bezier(0,0,.58,1) 0s}.td_social_type:hover .td-social-box{background-color:#222}.td_social_type .td_social_info{padding:0 0 0 9px;position:relative;top:-12px}@media (min-width:768px) and (max-width:1023px){.td_social_type .td_social_info_name{display:none}}.td_social_type .td-social-box{height:32px;position:relative;overflow:hidden;border-radius:3px}.td_social_type .td-social-box .td-sp{display:inline-block}.td_social_type .td_social_number{border-left:1px solid rgb(255 255 255 / .1);padding-left:9px}.td_social_type .td_social_button{float:right;border-left:1px solid rgb(255 255 255 / .1);padding:0 14px;margin-top:8px;top:9px;height:16px;line-height:15px;text-transform:uppercase}.td_social_type .td_social_button a{color:#fff}.td_social_type .td_social_button a:after{content:"";display:block;height:32px;position:absolute;right:0;top:0;width:100%}.td_social_type .td_social_button a:hover{color:inherit;text-decoration:none!important}.td_social_type a{color:#fff}.td_social_facebook .td-social-box{background-color:#516eab}.td_social_rss .td-social-box{background-color:#f60}.td_social_soundcloud .td-social-box{background-color:#ff5419}.td_social_twitter .td-social-box{background-color:#29c5f6}.td_social_vimeo .td-social-box{background-color:#006599}.td_social_youtube .td-social-box{background-color:#e14e42}.td_social_instagram .td-social-box{background-color:#417096}.td_social_pinterest .td-social-box{background-color:#ca212a}.td_social_tiktok .td-social-box{background-color:#009191}.td_social_twitch .td-social-box{background-color:#9147FF}.td_social_steam .td-social-box{background-color:#c7d5e0}.no_border_top{border-top:0}.td-social-boxed .td_social_type{text-align:center;width:33.3333%;margin:0;float:left}.td-social-boxed .td_social_type .td-social-box{height:90px}@media (min-width:768px) and (max-width:1023px){.td-social-boxed .td_social_type .td-social-box{height:70px}}.td-social-boxed .td_social_type span{display:block;width:100%;padding:0}.td-social-boxed .td-social-list{padding:0 19px 0 20px}@media (min-width:768px) and (max-width:1023px){.td-social-boxed .td-social-list{padding:0 17px 0 17px}}@media (max-width:767px){.td-social-boxed .td-social-list{padding:0 10px 0 10px}}.td-social-boxed .td-sp{margin-top:6px}@media (min-width:768px) and (max-width:1023px){.td-social-boxed .td-sp{margin-top:4px;margin-bottom:4px}}.td-social-boxed .td-sp::after{display:none}.td-social-boxed .td_social_info{font-size:15px;top:0;margin-top:-2px}@media (min-width:768px) and (max-width:1023px){.td-social-boxed .td_social_info{font-size:13px;top:-12px}}.td-social-boxed .td_social_info_name{font-size:11px;font-weight:400}@media (min-width:768px) and (max-width:1023px){.td-social-boxed .td_social_info_name{top:-17px;font-size:10px}}.td-social-boxed .td_social_button{opacity:0;position:absolute;height:100%;margin-top:0;top:0}.td-social-boxed .td_social_button a:after{width:100%;height:100%}.td-social-colored .td_social_facebook .td-sp{background-color:#516eab}.td-social-colored .td_social_rss .td-sp{background-color:#f60}.td-social-colored .td_social_soundcloud .td-sp{background-color:#ff5419}.td-social-colored .td_social_twitter .td-sp{background-color:#29c5f6}.td-social-colored .td_social_vimeo .td-sp{background-color:#006599}.td-social-colored .td_social_youtube .td-sp{background-color:#e14e42}.td-social-colored .td_social_instagram .td-sp{background-color:#417096}.td-social-colored .td_social_pinterest .td-sp{background-color:#ca212a}.td-social-colored .td_social_tiktok .td-sp{background-color:#009191}.td-social-colored .td_social_twitch .td-sp{background-color:#9147FF}.td-social-colored .td_social_steam .td-sp{background-color:#1b2838}.td-social-font-icons .td-sp{background:none;font-family:'newsmag',sans-serif;font-size:14px;text-align:center;font-weight:400}.td-social-font-icons .td-sp:before{position:absolute;top:0;left:0;right:0;line-height:30px}.td-social-font-icons .td_social_facebook .td-sp:before{content:'\e818';color:#516eab}.td-social-font-icons .td_social_rss .td-sp:before{content:'\e828';color:#f60}.td-social-font-icons .td_social_soundcloud .td-sp:before{content:'\e82b';color:#ff5419}.td-social-font-icons .td_social_twitter .td-sp:before{content:'\e831';color:#29c5f6}.td-social-font-icons .td_social_vimeo .td-sp:before{content:'\e832';color:#006599}.td-social-font-icons .td_social_youtube .td-sp:before{content:'\e836';color:#e14e42}.td-social-font-icons .td_social_instagram .td-sp:before{content:'\e81d';color:#417096}.td-social-font-icons .td_social_pinterest .td-sp:before{content:'\e825';color:#ca212a}.td-social-font-icons .td_social_tiktok .td-sp:before{content:'\e90c';color:#009191}.td-social-font-icons .td_social_twitch .td-sp:before{content:'\e909';color:#9147FF}.td-social-font-icons .td_social_steam .td-sp:before{content:'\e82e';font-size:17px}.td-social-style1 .td_social_type .td-social-box{background-color:#222}.td-social-style1 .td_social_type .td_social_button{margin-top:9px}.td-social-style1 .td_social_facebook:hover .td-social-box{background-color:#516eab!important}.td-social-style1 .td_social_rss:hover .td-social-box{background-color:#ff6600!important}.td-social-style1 .td_social_soundcloud:hover .td-social-box{background-color:#ff5419!important}.td-social-style1 .td_social_twitter:hover .td-social-box{background-color:#29c5f6!important}.td-social-style1 .td_social_vimeo:hover .td-social-box{background-color:#006599!important}.td-social-style1 .td_social_youtube:hover .td-social-box{background-color:#e14e42!important}.td-social-style1 .td_social_instagram:hover .td-social-box{background-color:#417096!important}.td-social-style1 .td_social_pinterest:hover .td-social-box{background-color:#ca212a!important}.td-social-style1 .td_social_tiktok:hover .td-social-box{background-color:#009191!important}.td-social-style1 .td_social_twitch:hover .td-social-box{background-color:#9147FF!important}.td-social-style1 .td_social_steam:hover .td-social-box{background-color:#c7d5e0!important}.td-social-style2{color:#000}.td-social-style2 .td_social_type .td-social-box{background-color:#fff0;border:1px solid #ededed}.td-social-style2 .td_social_type .td_social_info{top:-13px}.td-social-style2 .td_social_type .td_social_button{margin-top:7px}.td-social-style2 .td_social_type a{color:#000}.td-social-style2 .td_social_type:hover{color:#555}.td-social-style2 .td_social_type:hover .td_social_type a{color:#555}.td-social-style2 .td-sp:after{top:7px}.td-social-style2 .td-sp:before{line-height:28px}.td-social-style2 .td-sp:after{background-color:#000;opacity:.1}.td-social-style2 .td_social_button{border-color:#ededed}.td-social-style3{color:#000}.td-social-style3 .td_social_type a{color:#000}.td-social-style3 .td_social_type .td_social_button{border-color:#ededed;margin-top:13px;padding:0;border:none}.td-social-style3 .td_social_type .td_social_button a:after{height:40px}.td-social-style3 .td_social_type .td_social_info{top:-16px}.td-social-style3 .td_social_type:hover{color:#555}.td-social-style3 .td_social_type:hover .td_social_type a{color:#555}.td-social-style3 .td_social_type:hover .td-social-box{background-color:#fff0}.td-social-style3 .td-social-box{background-color:#fff0;height:40px}.td-social-style3 .td-sp{width:40px;height:40px;border-radius:40px;margin-right:5px}.td-social-style3 .td-sp:after{top:7px}.td-social-style3 .td-sp:after{display:none}.td-social-style3 .td_social_facebook .td-sp{background-position:-17px -17px}.td-social-style3 .td_social_rss .td-sp{background-position:-16px -121px}.td-social-style3 .td_social_soundcloud .td-sp{background-position:-17px -173px}.td-social-style3 .td_social_twitter .td-sp{background-position:-18px -431px}.td-social-style3 .td_social_vimeo .td-sp{background-position:-16px -327px}.td-social-style3 .td_social_youtube .td-sp{background-position:-15px -380px}.td-social-style3 .td_social_instagram .td-sp{background-position:-16px -224px}.td-social-style3 .td_social_pinterest .td-sp{background-position:-16px -69px}.td-social-style3 .td_social_tiktok .td-sp{background-position:-16px -793px}.td-social-style3 .td_social_twitch .td-sp{background-position:-16px -833px}.td-social-style3 .td_social_steam .td-sp{background-position:-16px -894px}.td-social-style4{color:#000}.td-social-style4 .td_social_type a{color:#000}.td-social-style4 .td_social_type .td_social_button{border-color:#ededed;margin-top:12px;padding:0;border:none}.td-social-style4 .td_social_type .td_social_button a:after{height:40px}.td-social-style4 .td_social_type .td_social_info{top:-16px}.td-social-style4 .td_social_type:hover{color:#555}.td-social-style4 .td_social_type:hover .td_social_type a{color:#555}.td-social-style4 .td_social_type:hover .td-social-box{background-color:#fff0}.td-social-style4 .td-social-box{background-color:#fff0;height:40px}.td-social-style4 .td-sp{width:40px;height:40px;margin-right:5px;border-radius:3px}.td-social-style4 .td-sp:after{top:7px}.td-social-style4 .td-sp:after{display:none}.td-social-style4 .td_social_facebook .td-sp{background-position:-17px -17px}.td-social-style4 .td_social_rss .td-sp{background-position:-16px -121px}.td-social-style4 .td_social_soundcloud .td-sp{background-position:-17px -173px}.td-social-style4 .td_social_twitter .td-sp{background-position:-18px -431px}.td-social-style4 .td_social_vimeo .td-sp{background-position:-16px -327px}.td-social-style4 .td_social_youtube .td-sp{background-position:-15px -380px}.td-social-style4 .td_social_instagram .td-sp{background-position:-16px -224px}.td-social-style4 .td_social_pinterest .td-sp{background-position:-16px -69px}.td-social-style4 .td_social_tiktok .td-sp{background-position:-16px -793px}.td-social-style4 .td_social_twitch .td-sp{background-position:-16px -833px}.td-social-style4 .td_social_steam .td-sp{background-position:-16px -894px}.td-social-style5{margin-bottom:4px!important}@media (max-width:1023px){.td-social-style5{margin-bottom:16px!important}}.td-social-style5 .td-social-list{margin-left:-8px;margin-right:-8px}@media (max-width:1023px){.td-social-style5 .td-social-list{margin-left:0;margin-right:0}}.td-social-style5 .td_social_type .td-social-box{margin:0 8px 16px}@media (min-width:768px) and (max-width:1023px){.td-social-style5 .td_social_type .td-social-box{margin:0 2px 4px}}@media (max-width:767px){.td-social-style5 .td_social_type .td-social-box{margin:0 2px 4px}}.td-social-style6{margin-bottom:20px!important}.td-social-style6 .td-social-box{border-radius:0}.td-social-style7{margin-bottom:4px!important}@media (max-width:1023px){.td-social-style7{margin-bottom:16px!important}}.td-social-style7 .td-social-list{margin-left:-8px;margin-right:-8px}@media (max-width:1023px){.td-social-style7 .td-social-list{margin-left:0;margin-right:0}}.td-social-style7 .td_social_type .td-social-box{background-color:#222;margin:0 8px 16px}@media (min-width:768px) and (max-width:1023px){.td-social-style7 .td_social_type .td-social-box{margin:0 2px 4px}}@media (max-width:767px){.td-social-style7 .td_social_type .td-social-box{margin:0 2px 4px}}.td-social-style7 .td_social_facebook:hover .td-social-box{background-color:#516eab!important}.td-social-style7 .td_social_rss:hover .td-social-box{background-color:#ff6600!important}.td-social-style7 .td_social_soundcloud:hover .td-social-box{background-color:#ff5419!important}.td-social-style7 .td_social_twitter:hover .td-social-box{background-color:#29c5f6!important}.td-social-style7 .td_social_vimeo:hover .td-social-box{background-color:#006599!important}.td-social-style7 .td_social_youtube:hover .td-social-box{background-color:#e14e42!important}.td-social-style7 .td_social_instagram:hover .td-social-box{background-color:#417096!important}.td-social-style7 .td_social_pinterest:hover .td-social-box{background-color:#ca212a!important}.td-social-style7 .td_social_tiktok:hover .td-social-box{background-color:#009191!important}.td-social-style7 .td_social_twitch:hover .td-social-box{background-color:#9147FF!important}.td-social-style7 .td_social_steam:hover .td-social-box{background-color:#c7d5e0!important}.td-social-style8{color:#000;margin-bottom:4px!important}@media (max-width:1023px){.td-social-style8{margin-bottom:16px!important}}.td-social-style8 .td-social-list{margin-left:-8px;margin-right:-8px}@media (max-width:1023px){.td-social-style8 .td-social-list{margin-left:0;margin-right:0}}.td-social-style8 .td_social_type .td-social-box{background-color:#fff0;border:1px solid #ededed;margin:0 8px 16px}@media (min-width:768px) and (max-width:1023px){.td-social-style8 .td_social_type .td-social-box{margin:0 2px 4px}}@media (max-width:767px){.td-social-style8 .td_social_type .td-social-box{margin:0 2px 4px}}.td-social-style8 .td_social_type .td_social_button{margin-top:7px}.td-social-style8 .td_social_type a{color:#000}.td-social-style8 .td_social_type:hover{color:#555}.td-social-style8 .td_social_type:hover .td_social_type a{color:#555}.td-social-style8 .td-sp{font-size:26px;margin-top:9px;margin-bottom:-3px}@media (min-width:768px) and (max-width:1023px){.td-social-style8 .td-sp{font-size:21px;margin-top:5px;margin-bottom:2px}}@media (max-width:767px){.td-social-style8 .td-sp{font-size:28px}}.td-social-style8 .td-sp:after{top:7px}.td-social-style8 .td-sp-twitter{font-size:22px}@media (min-width:768px) and (max-width:1023px){.td-social-style8 .td-sp-twitter{font-size:18px}}.td-social-style8 .td-sp-steam.td-sp::before{font-size:25px}.td-social-style8 .td-sp:after{background-color:#000;opacity:.1}.td-social-style8 .td_social_button{border-color:#ededed}.td-social-style9{color:#000;margin-bottom:0!important}@media (min-width:768px) and (max-width:1023px){.td-social-style9{margin-bottom:10px!important}}.td-social-style9 .td_social_type{width:25%}.td-social-style9 .td_social_type a{color:#000}.td-social-style9 .td_social_type .td_social_button{border-color:#ededed;padding:0;border:none}.td-social-style9 .td_social_type:hover{color:#555}.td-social-style9 .td_social_type:hover .td_social_type a{color:#555}.td-social-style9 .td_social_type:hover .td-sp{-webkit-box-shadow:0 2px 5px rgb(0 0 0 / .3);box-shadow:0 2px 5px rgb(0 0 0 / .3)}.td-social-style9 .td_social_type .td_social_info{font-size:15px;top:5px}@media (min-width:768px) and (max-width:1023px){.td-social-style9 .td_social_type .td_social_info{font-size:12px;top:0}}.td-social-style9 .td_social_type .td_social_info_name{font-size:11px}@media (min-width:768px) and (max-width:1023px){.td-social-style9 .td_social_type .td_social_info_name{font-size:10px;top:-5px}}.td-social-style9 .td_social_type .td-social-box{background-color:#fff0;height:130px}@media (min-width:768px) and (max-width:1023px){.td-social-style9 .td_social_type .td-social-box{height:90px}}.td-social-style9 .td-sp{-webkit-transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease;width:64px;height:64px;border-radius:64px;margin:0}@media (min-width:768px) and (max-width:1023px){.td-social-style9 .td-sp{width:48px;height:48px;border-radius:48px}}.td-social-style9 .td-sp:after{display:none}.td-social-style9 .td_social_facebook .td-sp{background-position:-5px -5px}@media (min-width:768px) and (max-width:1023px){.td-social-style9 .td_social_facebook .td-sp{background-position:-13px -13px}}.td-social-style9 .td_social_rss .td-sp{background-position:-4px -109px}@media (min-width:768px) and (max-width:1023px){.td-social-style9 .td_social_rss .td-sp{background-position:-12px -117px}}.td-social-style9 .td_social_soundcloud .td-sp{background-position:-5px -161px}@media (min-width:768px) and (max-width:1023px){.td-social-style9 .td_social_soundcloud .td-sp{background-position:-13px -169px}}.td-social-style9 .td_social_twitter .td-sp{background-position:-6px -419px}@media (min-width:768px) and (max-width:1023px){.td-social-style9 .td_social_twitter .td-sp{background-position:-14px -427px}}.td-social-style9 .td_social_vimeo .td-sp{background-position:-4px -315px}@media (min-width:768px) and (max-width:1023px){.td-social-style9 .td_social_vimeo .td-sp{background-position:-12px -323px}}.td-social-style9 .td_social_youtube .td-sp{background-position:-3px -368px}@media (min-width:768px) and (max-width:1023px){.td-social-style9 .td_social_youtube .td-sp{background-position:-11px -376px}}.td-social-style9 .td_social_instagram .td-sp{background-position:-4px -212px}@media (min-width:768px) and (max-width:1023px){.td-social-style9 .td_social_instagram .td-sp{background-position:-12px -220px}}.td-social-style9 .td_social_pinterest .td-sp{background-position:-5px -56px}@media (min-width:768px) and (max-width:1023px){.td-social-style9 .td_social_pinterest .td-sp{background-position:-13px -65px}}.td-social-style9 .td_social_tiktok .td-sp{background-position:-5px -781px}@media (min-width:768px) and (max-width:1023px){.td-social-style9 .td_social_tiktok .td-sp{background-position:-13px -789px}}.td-social-style9 .td_social_twitch .td-sp{background-position:-5px -822px}@media (min-width:768px) and (max-width:1023px){.td-social-style9 .td_social_twitch .td-sp{background-position:-13px -829px}}.td-social-style9 .td_social_steam .td-sp{background-position:-6px -883px}@media (min-width:768px) and (max-width:1023px){.td-social-style9 .td_social_steam .td-sp{background-position:-13px -888px}}.td-social-style9 .td-social-list{padding:0 12px}.td-social-style10{color:#000;margin-bottom:0!important}@media (min-width:768px) and (max-width:1023px){.td-social-style10{margin-bottom:10px!important}}.td-social-style10 .td_social_type{width:25%}.td-social-style10 .td_social_type a{color:#000}.td-social-style10 .td_social_type .td_social_button{border-color:#ededed;padding:0;border:none}.td-social-style10 .td_social_type:hover{color:#555}.td-social-style10 .td_social_type:hover .td_social_type a{color:#555}.td-social-style10 .td_social_type:hover .td-sp{-webkit-box-shadow:0 2px 5px rgb(0 0 0 / .3);box-shadow:0 2px 5px rgb(0 0 0 / .3)}.td-social-style10 .td_social_type .td_social_info{font-size:15px;top:5px}@media (min-width:768px) and (max-width:1023px){.td-social-style10 .td_social_type .td_social_info{font-size:12px;top:0}}.td-social-style10 .td_social_type .td_social_info_name{font-size:11px}@media (min-width:768px) and (max-width:1023px){.td-social-style10 .td_social_type .td_social_info_name{font-size:10px;top:-5px}}.td-social-style10 .td_social_type .td-social-box{background-color:#fff0;height:130px}@media (min-width:768px) and (max-width:1023px){.td-social-style10 .td_social_type .td-social-box{height:90px}}.td-social-style10 .td-sp{-webkit-transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease;width:64px;height:64px;margin:0;border-radius:3px}@media (min-width:768px) and (max-width:1023px){.td-social-style10 .td-sp{width:48px;height:48px}}.td-social-style10 .td-sp:after{display:none}.td-social-style10 .td_social_facebook .td-sp{background-position:-5px -5px}@media (min-width:768px) and (max-width:1023px){.td-social-style10 .td_social_facebook .td-sp{background-position:-13px -13px}}.td-social-style10 .td_social_rss .td-sp{background-position:-4px -109px}@media (min-width:768px) and (max-width:1023px){.td-social-style10 .td_social_rss .td-sp{background-position:-12px -117px}}.td-social-style10 .td_social_soundcloud .td-sp{background-position:-5px -161px}@media (min-width:768px) and (max-width:1023px){.td-social-style10 .td_social_soundcloud .td-sp{background-position:-13px -169px}}.td-social-style10 .td_social_twitter .td-sp{background-position:-4px -419px}@media (min-width:768px) and (max-width:1023px){.td-social-style10 .td_social_twitter .td-sp{background-position:-12px -427px}}.td-social-style10 .td_social_vimeo .td-sp{background-position:-4px -315px}@media (min-width:768px) and (max-width:1023px){.td-social-style10 .td_social_vimeo .td-sp{background-position:-12px -323px}}.td-social-style10 .td_social_youtube .td-sp{background-position:-3px -368px}@media (min-width:768px) and (max-width:1023px){.td-social-style10 .td_social_youtube .td-sp{background-position:-11px -376px}}.td-social-style10 .td_social_instagram .td-sp{background-position:-4px -212px}@media (min-width:768px) and (max-width:1023px){.td-social-style10 .td_social_instagram .td-sp{background-position:-12px -220px}}.td-social-style10 .td_social_pinterest .td-sp{background-position:-5px -56px}@media (min-width:768px) and (max-width:1023px){.td-social-style10 .td_social_pinterest .td-sp{background-position:-13px -65px}}.td-social-style10 .td_social_tiktok .td-sp{background-position:-5px -781px}@media (min-width:768px) and (max-width:1023px){.td-social-style10 .td_social_tiktok .td-sp{background-position:-13px -789px}}.td-social-style10 .td_social_twitch .td-sp{background-position:-5px -822px}@media (min-width:768px) and (max-width:1023px){.td-social-style10 .td_social_twitch .td-sp{background-position:-13px -829px}}.td-social-style10 .td_social_steam .td-sp{background-position:-6px -883px}@media (min-width:768px) and (max-width:1023px){.td-social-style10 .td_social_steam .td-sp{background-position:-13px -888px}}.td-social-style10 .td-social-list{padding:0 13px}dl.dl-horizontal,dt,dd{-webkit-margin-before:0px!important;-webkit-margin-after:0px!important;-webkit-margin-start:0;-webkit-margin-end:0}.td_top_authors{margin-bottom:10px}.td_top_authors img{position:absolute;max-width:70px}@media (min-width:768px) and (max-width:1023px){.td_top_authors img{max-width:55px}}.td_top_authors .item-details{margin-left:85px;position:relative;height:70px;top:3px}@media (min-width:768px) and (max-width:1023px){.td_top_authors .item-details{height:55px;margin-left:70px}}.td_top_authors .item-details span{font-family:'Open Sans',arial,sans-serif;padding:2px 5px;border-radius:3px;color:#fff;font-size:9px;font-style:normal;font-weight:700}.td_top_authors .td-active .td-author-post-count{background-color:#4db2ec}.td_top_authors .td-active .td-author-comments-count{background-color:#4db2ec;opacity:.8}.td_top_authors .td-active .td-authors-name a{color:#4db2ec}.td_top_authors .td_mod_wrap{min-height:70px;padding-top:10px;padding-bottom:10px}.td_top_authors .td_mod_wrap:hover{background-color:#fafafa;cursor:pointer}.td_top_authors .block-title{margin-bottom:10px}.td_top_authors .td-authors-url{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#999}.td_top_authors .td-authors-url a{color:#999;font-family:Verdana,Geneva,sans-serif;font-size:11px;font-style:italic}@media (min-width:768px) and (max-width:1023px){.td_top_authors .td-authors-url{display:none}}.td_top_authors .td-authors-name a{padding-bottom:4px;font-family:'Open Sans',arial,sans-serif;font-size:14px;color:#222;line-height:18px;font-weight:600;display:inline-block}.td_top_authors .td-author-post-count{background-color:#222}.td_top_authors .td-author-comments-count{background-color:#444}.td_block_popular_categories ul{list-style:none;margin:0}.td_block_popular_categories a{font-size:13px;line-height:21px;color:#222}.td_block_popular_categories a:hover{color:#4db2ec}.td_block_popular_categories .td-cat-no{float:right;position:relative;top:1px}.MIXIN_chrome_sidebar::-webkit-scrollbar-track{background-color:#383838}.MIXIN_chrome_sidebar::-webkit-scrollbar{width:6px;background-color:#F5F5F5}.MIXIN_chrome_sidebar::-webkit-scrollbar-thumb{background-color:#919191;border-radius:10px}.td_video_playlist_title{position:relative;z-index:1;background-color:#222}.td_video_playlist_title .td_video_title_text{font-family:'Open Sans',arial,sans-serif;font-weight:700;font-size:15px;color:#fff;margin-left:17px;margin-right:17px;vertical-align:middle;line-height:24px;padding:10px 0 10px 0}@media (max-width:767px){.td_video_playlist_title .td_video_title_text{text-align:center}}.page-template-page-pagebuilder-title-php .td_video_playlist_column_2 .td_wrapper_video_playlist{left:0}.post .td_block_video_playlist{margin-bottom:20px}.post .td_video_playlist_column_3 .td_video_playlist_title{left:0;width:100%}.post .td_video_playlist_column_3 .td_wrapper_player{width:676px}@media (min-width:768px) and (max-width:1023px){.post .td_video_playlist_column_3 .td_wrapper_player{height:405px;width:100%}}.post .td_video_playlist_column_3 .td_wrapper_video_playlist{left:0}.post .td_video_playlist_column_3 .td_container_video_playlist{width:304px;right:0}@media (min-width:768px) and (max-width:1023px){.post .td_video_playlist_column_3 .td_container_video_playlist{width:100%}}@media (max-width:767px){.post .td_video_playlist_column_3 .td_container_video_playlist{width:100%}}.post .td_video_playlist_column_2 .td_video_playlist_title{left:0;width:100%}.post .td_video_playlist_column_2 .td_wrapper_player{height:388px;width:100%}@media (min-width:768px) and (max-width:1023px){.post .td_video_playlist_column_2 .td_wrapper_player{height:294px;width:100%}}@media (min-width:361px) and (max-width:767px){.post .td_video_playlist_column_2 .td_wrapper_player{height:350px}}@media (max-width:360px){.post .td_video_playlist_column_2 .td_wrapper_player{height:192px}}.post .td_video_playlist_column_2 .td_wrapper_video_playlist{left:0}.post .td_video_playlist_column_2 .td_container_video_playlist{width:100%;right:0}.td_wrapper_video_playlist{position:relative}.td_wrapper_video_playlist .td_video_controls_playlist_wrapper{height:65px;background-color:#4db2ec;position:relative}.td_wrapper_video_playlist .td_video_controls_playlist_wrapper:before{content:'';background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAGBAMAAADwPukCAAAAElBMVEUAAAAAAAAAAAAAAAAAAAAAAADgKxmiAAAABnRSTlM9KRgMBADiSB2HAAAAFElEQVR4XmNgYBBgUGAwYHBgCAAAA3wA8fpXm6EAAAAASUVORK5CYII=) repeat-x;width:100%;height:6px;position:absolute;bottom:-6px;z-index:1}.td_wrapper_video_playlist .td_video_controls_playlist_wrapper .td_video_stop_play_control{position:relative;width:65px;height:65px;outline:0!important}.td_wrapper_video_playlist .td_video_controls_playlist_wrapper .td_video_stop_play_control:after{content:'';width:1px;height:37px;background-color:rgb(255 255 255 / .2);position:absolute;top:14px;right:0}.td_wrapper_video_playlist .td_video_controls_playlist_wrapper .td_video_stop_play_control .td_youtube_control,.td_wrapper_video_playlist .td_video_controls_playlist_wrapper .td_video_stop_play_control .td_vimeo_control{position:relative;top:12px;left:11px;cursor:pointer}.td_wrapper_video_playlist .td_video_controls_playlist_wrapper .td_video_title_playing{position:absolute;top:13px;left:80px;font-family:Verdana,Geneva,sans-serif;font-size:13px;line-height:19px;font-weight:700;color:#fff;padding-right:7px;max-height:37px;overflow:hidden}.td_wrapper_video_playlist .td_video_controls_playlist_wrapper .td_video_time_playing{position:absolute;bottom:0;right:5px;font-family:'Open Sans',arial,sans-serif;font-size:10px;font-style:italic;color:#fff;line-height:17px}.td_wrapper_video_playlist .td_video_currently_playing{background-color:#404040}.td_wrapper_video_playlist .td_video_currently_playing:after{content:'';position:absolute;top:0;left:0;border-left:3px solid #4db2ec!important;width:3px;height:inherit}.td_wrapper_video_playlist a.td_click_video{height:60px;display:block;width:100%;position:relative}.td_wrapper_video_playlist a.td_click_video:hover{background-color:#333;cursor:pointer}.td_wrapper_video_playlist a.td_click_video .td_video_thumb{position:relative;top:10px;width:72px;height:40px;overflow:hidden;margin-left:16px}.td_wrapper_video_playlist a.td_click_video .td_video_thumb img{position:relative;top:-6px}.td_wrapper_video_playlist a.td_click_video .td_video_title_and_time{position:absolute;top:10px;margin:0 30px 0 103px}.td_wrapper_video_playlist a.td_click_video .td_video_title_and_time .td_video_title{font-family:'Open Sans',arial,sans-serif;font-size:12px;color:#fff;line-height:15px;max-height:30px;overflow:hidden}.td_wrapper_video_playlist a.td_click_video .td_video_time{font-family:'Open Sans',arial,sans-serif;font-size:10px;font-style:italic;color:#777;line-height:13px}.td_wrapper_video_playlist .td_wrapper_player{background-color:#000;height:425px}.td_wrapper_video_playlist .td_wrapper_player iframe{width:100%;height:100%}.td_wrapper_video_playlist .td_container_video_playlist{background-color:#222;vertical-align:top;height:410px;overflow:hidden}.td_wrapper_video_playlist .td_playlist_clickable{overflow-y:auto;overflow-x:hidden;height:347px}.td_video_playlist_column_3 .td_wrapper_video_playlist{left:-1px;z-index:1}@media (max-width:767px){.td_video_playlist_column_3 .td_wrapper_video_playlist{left:0}}.td_video_playlist_column_3 .td_video_playlist_title{left:-1px;width:1021px}@media (min-width:768px) and (max-width:1023px){.td_video_playlist_column_3 .td_video_playlist_title{width:756px}}@media (max-width:767px){.td_video_playlist_column_3 .td_video_playlist_title{width:100%;left:0}}.td_video_playlist_column_3 .td_wrapper_player{display:block;width:681px;height:413px}@media (min-width:768px) and (max-width:1023px){.td_video_playlist_column_3 .td_wrapper_player{display:block;width:756px}}@media (min-width:361px) and (max-width:767px){.td_video_playlist_column_3 .td_wrapper_player{display:block;width:100%;height:350px}}@media (max-width:360px){.td_video_playlist_column_3 .td_wrapper_player{display:block;width:100%;height:192px}}@media (min-width:768px) and (max-width:1023px){.td_video_playlist_column_3 .td_video_controls_playlist_wrapper .td_video_title_playing{max-height:20px;top:23px}}@media (min-width:481px) and (max-width:767px){.td_video_playlist_column_3 .td_video_controls_playlist_wrapper .td_video_title_playing{max-height:20px;top:23px}}@media (max-width:480px){.td_video_playlist_column_3 .td_video_controls_playlist_wrapper .td_video_title_playing{max-height:37px;top:13px}}.td_video_playlist_column_3 .td_container_video_playlist{display:block;position:absolute;top:0;right:-2px;width:340px;height:413px}@media (min-width:768px) and (max-width:1023px){.td_video_playlist_column_3 .td_container_video_playlist{display:block;position:relative;width:756px;height:305px;right:0}}@media (max-width:767px){.td_video_playlist_column_3 .td_container_video_playlist{display:block;position:relative;width:100%;height:305px;right:0}}@media (max-width:480px){.td_video_playlist_column_3 .td_container_video_playlist{position:relative;height:245px;right:0}}.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile{height:348px}@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width:768px) and (max-width:1023px){.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile{margin-right:10px}}@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width:767px){.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile{margin-right:10px}}@media (min-width:768px) and (max-width:1023px){.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile{height:240px;overflow-x:hidden;overflow-y:auto}.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-track{background-color:#383838}.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar{width:6px;background-color:#F5F5F5}.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-thumb{background-color:#919191;border-radius:10px}}@media (max-width:767px){.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile{height:240px;overflow-x:hidden;overflow-y:auto}.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-track{background-color:#383838}.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar{width:6px;background-color:#F5F5F5}.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-thumb{background-color:#919191;border-radius:10px}}@media (max-width:480px){.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile{height:180px}}.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist{height:348px}@media screen and (-webkit-min-device-pixel-ratio:0){.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist{margin-right:10px}}.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-track{background-color:#383838}.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar{width:6px;background-color:#F5F5F5}.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-thumb{background-color:#919191;border-radius:10px}@media (min-width:768px) and (max-width:1023px){.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist{height:240px}}@media (max-width:767px){.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist{height:240px}}@media (max-width:480px){.td_video_playlist_column_3 .td_playlist_clickable.td_add_scrollbar_to_playlist{height:180px}}.td_video_playlist_column_2 .td_wrapper_video_playlist{left:-1px;z-index:1}@media (max-width:767px){.td_video_playlist_column_2 .td_wrapper_video_playlist{left:0}}.td_video_playlist_column_2 .td_video_playlist_title{left:-1px;width:681px}@media (min-width:768px) and (max-width:1023px){.td_video_playlist_column_2 .td_video_playlist_title{width:505px}}@media (max-width:767px){.td_video_playlist_column_2 .td_video_playlist_title{width:100%;left:0}}.td_video_playlist_column_2 .td_wrapper_player{display:block;width:681px;height:412px}@media (min-width:768px) and (max-width:1023px){.td_video_playlist_column_2 .td_wrapper_player{width:505px;height:283px}}@media (min-width:361px) and (max-width:767px){.td_video_playlist_column_2 .td_wrapper_player{display:block;width:100%;height:350px}}@media (max-width:360px){.td_video_playlist_column_2 .td_wrapper_player{display:block;width:100%;height:192px}}.td_video_playlist_column_2 .td_container_video_playlist{display:block;width:681px;height:305px}@media (min-width:768px) and (max-width:1023px){.td_video_playlist_column_2 .td_container_video_playlist{width:505px}}@media (max-width:767px){.td_video_playlist_column_2 .td_container_video_playlist{display:block;width:100%}}@media (max-width:480px){.td_video_playlist_column_2 .td_container_video_playlist{height:245px}}.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable{height:240px}@media (max-width:480px){.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable{height:180px}}@media screen and (-webkit-min-device-pixel-ratio:0){.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile,.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist{margin-right:10px}}.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-track,.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-track{background-color:#383838}.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar,.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar{width:6px;background-color:#F5F5F5}.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-thumb,.td_video_playlist_column_2 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-thumb{background-color:#919191;border-radius:10px}.td_video_playlist_column_2 .td_video_controls_playlist_wrapper .td_video_title_playing{max-height:20px;top:23px}@media (min-width:768px) and (max-width:1023px){.td_video_playlist_column_2 .td_video_controls_playlist_wrapper .td_video_title_playing{max-height:20px;top:23px}}@media (min-width:481px) and (max-width:767px){.td_video_playlist_column_2 .td_video_controls_playlist_wrapper .td_video_title_playing{max-height:20px;top:23px}}@media (max-width:480px){.td_video_playlist_column_2 .td_video_controls_playlist_wrapper .td_video_title_playing{max-height:37px;top:13px}}.td_video_playlist_column_1 .td_wrapper_video_playlist{left:-1px;z-index:1}@media (max-width:767px){.td_video_playlist_column_1 .td_wrapper_video_playlist{left:0}}.td_video_playlist_column_1 .td_video_playlist_title{left:-1px;width:341px}@media (min-width:768px) and (max-width:1023px){.td_video_playlist_column_1 .td_video_playlist_title{width:252px}}@media (max-width:767px){.td_video_playlist_column_1 .td_video_playlist_title{width:100%;left:0}}.td_video_playlist_column_1 .td_wrapper_player{display:block;width:341px;height:190px}@media (min-width:768px) and (max-width:1023px){.td_video_playlist_column_1 .td_wrapper_player{width:252px;height:143px}}@media (min-width:361px) and (max-width:767px){.td_video_playlist_column_1 .td_wrapper_player{display:block;width:100%;height:350px}}@media (max-width:360px){.td_video_playlist_column_1 .td_wrapper_player{display:block;width:100%;height:192px}}.td_video_playlist_column_1 .td_container_video_playlist{display:block;width:341px;height:305px}@media (min-width:768px) and (max-width:1023px){.td_video_playlist_column_1 .td_container_video_playlist{width:252px}}@media (max-width:767px){.td_video_playlist_column_1 .td_container_video_playlist{width:100%}}@media (max-width:480px){.td_video_playlist_column_1 .td_container_video_playlist{height:245px}}.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile,.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist{height:240px}@media screen and (-webkit-min-device-pixel-ratio:0){.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile,.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist{margin-right:10px}}@media (max-width:480px){.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile,.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist{height:180px}}.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-track,.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-track{background-color:#383838}.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar,.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar{width:6px;background-color:#F5F5F5}.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist_for_mobile::-webkit-scrollbar-thumb,.td_video_playlist_column_1 .td_container_video_playlist .td_playlist_clickable.td_add_scrollbar_to_playlist::-webkit-scrollbar-thumb{background-color:#919191;border-radius:10px}.td_video_playlist_column_1 .td_video_controls_playlist_wrapper .td_video_title_playing{max-height:37px;top:13px}@media (min-width:481px) and (max-width:767px){.td_video_playlist_column_1 .td_video_controls_playlist_wrapper .td_video_title_playing{max-height:20px;top:23px}}.wp-video-shortcode:focus{outline:0!important}.single .td-mega-menu-page .td_video_playlist_column_2 .td_wrapper_video_playlist{display:flex;flex-direction:row;left:0}.single .td-mega-menu-page .td_video_playlist_column_2 .td_wrapper_video_playlist .td_wrapper_player{flex:1}@media (min-width:768px) and (max-width:1023px){.single .td-mega-menu-page .td_video_playlist_column_2 .td_wrapper_video_playlist .td_wrapper_player{height:auto}}.single .td-mega-menu-page .td_video_playlist_column_2 .td_wrapper_video_playlist .td_container_video_playlist{height:auto;width:250px}.td-header-sp-top-widget i.td-icon-behance:hover{color:#105bf2}.td-header-sp-top-widget i.td-icon-blogger:hover{color:#ffa900}.td-header-sp-top-widget i.td-icon-delicious:hover{color:#39f}.td-header-sp-top-widget i.td-icon-deviantart:hover{color:#4e6252}.td-header-sp-top-widget i.td-icon-digg:hover{color:#2066A4}.td-header-sp-top-widget i.td-icon-dribbble:hover{color:#ea4c89}.td-header-sp-top-widget i.td-icon-evernote:hover{color:#07c257}.td-header-sp-top-widget i.td-icon-facebook:hover{color:#3B5998}.td-header-sp-top-widget i.td-icon-flickr:hover{color:#ff0084}.td-header-sp-top-widget i.td-icon-forrst:hover{color:#3b7140}.td-header-sp-top-widget i.td-icon-grooveshark:hover{color:#f77f00}.td-header-sp-top-widget i.td-icon-instagram:hover{color:#3f729b}.td-header-sp-top-widget i.td-icon-lastfm:hover{color:#ce2127}.td-header-sp-top-widget i.td-icon-linkedin:hover{color:#0077b5}.td-header-sp-top-widget i.td-icon-mail:hover{color:#4db2ec}.td-header-sp-top-widget i.td-icon-myspace:hover{color:#003398}.td-header-sp-top-widget i.td-icon-path:hover{color:#e62f17}.td-header-sp-top-widget i.td-icon-paypal:hover{color:#009cde}.td-header-sp-top-widget i.td-icon-pinterest:hover{color:#cb2027}.td-header-sp-top-widget i.td-icon-reddit:hover{color:#ff4100}.td-header-sp-top-widget i.td-icon-rss:hover{color:#f36f24}.td-header-sp-top-widget i.td-icon-share:hover{color:#4db2ec}.td-header-sp-top-widget i.td-icon-skype:hover{color:#01aef2}.td-header-sp-top-widget i.td-icon-soundcloud:hover{color:#f50}.td-header-sp-top-widget i.td-icon-spotify:hover{color:#81b900}.td-header-sp-top-widget i.td-icon-stackoverflow:hover{color:#f69757}.td-header-sp-top-widget i.td-icon-steam:hover{color:#03385e}.td-header-sp-top-widget i.td-icon-stumbleupon:hover{color:#eb4923}.td-header-sp-top-widget i.td-icon-tumblr:hover{color:#32506d}.td-header-sp-top-widget i.td-icon-twitter:hover{color:#00aced}.td-header-sp-top-widget i.td-icon-vimeo:hover{color:#5289cc}.td-header-sp-top-widget i.td-icon-vk:hover{color:#45668e}.td-header-sp-top-widget i.td-icon-windows:hover{color:#319de5}.td-header-sp-top-widget i.td-icon-wordpress:hover{color:#207196}.td-header-sp-top-widget i.td-icon-yahoo:hover{color:#720e9e}.td-header-sp-top-widget i.td-icon-youtube:hover{color:#b00}.td-header-sp-top-widget i.td-icon-dailymotion:hover{color:#41bafc}.td-header-sp-top-widget i.td-icon-twitch:hover{color:#4a377d}.td-header-sp-top-widget i.td-icon-xing:hover{color:#1e6567}.td-header-sp-top-widget i.td-icon-ebay:hover{color:#db2e32}.td-header-sp-top-widget i.td-icon-telegram:hover{color:#3b9de1}.td-header-sp-top-widget i.td-icon-naver:hover{color:#3ec729}.td-header-sp-top-widget i.td-icon-discord:hover{color:#7289DA}.td-header-sp-top-widget i.td-icon-clouthub:hover{color:#ef6331}.td-header-sp-top-widget i.td-icon-gab:hover{color:#21cf7a}.td-header-sp-top-widget i.td-icon-gettr:hover{color:red}.td-header-sp-top-widget i.td-icon-parler:hover{color:#e90039}.td-header-sp-top-widget i.td-icon-patreon:hover{color:#ff5900}.td-header-sp-top-widget i.td-icon-rumble:hover{color:#74a441}.td-header-sp-top-widget i.td-icon-medium:hover{color:#4db2ec}.td-header-sp-top-widget i.td-icon-github:hover{color:#4db2ec}.td-header-sp-top-widget i.td-icon-website:hover{color:#4db2ec}.td-header-sp-top-widget i.td-icon-flipboard:hover{color:#f42827}.td-header-sp-top-widget i.td-icon-strava:hover{color:#f05523}.td-header-sp-top-widget i.td-icon-tiktok:hover{color:#009191}.td-header-sp-top-widget i.td-icon-twitch:hover{color:#9147FF}.td-header-sp-top-widget i.td-icon-koo:hover{color:#facd00}.td-header-sp-top-widget i.td-icon-kakao:hover{color:#f9e000}@font-face{font-family:'weather';src:url(/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/../images/icons/weather.eot?1);src:url(/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/../images/icons/weather.eot?1#iefix) format('embedded-opentype'),url(/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/../images/icons/weather.woff?1) format('woff'),url(/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/../images/icons/weather.ttf?1) format('truetype'),url(/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/../images/icons/weather.svg?1#newsmag) format('svg');font-weight:400;font-style:normal}[class^="td-icons"]:before,[class*=" td-icons"]:before{font-family:'weather';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class*="td-ico-weather"]{line-height:1;text-align:center;display:inline-block;cursor:default}.rain-d:before{content:'\e800';display:none}.rain-n:before{content:'\e801';display:none}.mist-d:before{content:'\e802';display:none}.mist-n:before{content:'\e802';display:none}.scattered-clouds-d:before{content:'\e803';display:none}.scattered-clouds-n:before{content:'\e803';display:none}.shower-rain-d:before{content:'\e804';display:none}.shower-rain-n:before{content:'\e804';display:none}.snow-d:before{content:'\e805';display:none}.snow-n:before{content:'\e805';display:none}.thunderstorm-d:before{content:'\e806';display:none}.thunderstorm-n:before{content:'\e806';display:none}.broken-clouds-d:before{content:'\e807';display:none}.broken-clouds-n:before{content:'\e807';display:none}.clear-sky-d:before{content:'\e808';display:none}.clear-sky-n:before{content:'\e809';display:none}.few-clouds-d:before{content:'\e80a';display:none}.few-clouds-n:before{content:'\e80b';display:none}.td-icons-drop:before{content:'\e80c'}.td-icons-wind:before{content:'\e80d'}.td-icons-arrows-down:before{content:'\e80e'}.td-icons-arrows-up:before{content:'\e80f'}.td-icons-cloud:before{content:'\e810'}.td-icons-location:before{content:'\e811'}.td-review{border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6;border-left:0;background-color:#f5f5f5;width:100%;margin-bottom:20px}.td-review td{border:0}.td-review .td-icon-star,.td-review .td-icon-star-empty,.td-review .td-icon-star-half{width:21px}.td-review .block-title{background-color:#222;margin-left:0;color:#fff;display:inline-block;border-radius:3px;font-family:'Open Sans',arial,sans-serif;font-size:11px;font-weight:700;line-height:16px;padding:2px 15px;vertical-align:middle}.td-review .td-review-desc:first-child{border-top:1px dashed #d8d8d8}.td-review .td-review-stars:nth-child(2){border-top:1px dashed #d8d8d8}.td-review-header .block-title{margin-bottom:0}.td-review-header td{padding:18px 19px 20px 20px;border:0}@media (min-width:768px) and (max-width:1023px){.td-review-header td{padding:18px 17px 20px 17px}}@media (max-width:767px){.td-review-header td{padding:18px 10px 20px 10px}}.td-icon-star,.td-icon-star-empty,.td-icon-star-half{font-size:15px;line-height:1;display:inline-block;width:17px}.td-review-summary-content{font-size:11px}.td-review-summary{padding:20px;border-bottom:1px solid #e6e6e6}@media (min-width:768px) and (max-width:1023px){.td-review-summary{padding:20px 17px}}@media (max-width:767px){.td-review-summary{padding:20px 10px}}.td-review-summary .block-title{margin-bottom:12px}.td-review-score{background-color:#f5f5f5;font-family:'Open Sans',arial,sans-serif;font-size:48px;font-weight:700;text-align:center;border-bottom:1px solid #e6e6e6;vertical-align:top;padding:0}.td-review-footer{border-top:1px dashed #d8d8d8}.td-review-footer.rate_point,.td-review-footer.rate_percent{border-top:0}.td-review-overall{margin:20px;border:1px solid #999;min-width:130px;width:130px;float:right;padding:10px 0 10px 0;line-height:14px}@media (min-width:768px) and (max-width:1023px){.td-review-overall{margin:20px 17px}}@media (max-width:767px){.td-review-overall{margin:20px 10px}}.td-review-overall span{font-size:11px}.td_review_with_bars td{height:28px}.td-review-final-star{height:24px;line-height:18px}.td-review-stars{width:120px;text-align:center;line-height:11px}.td-review-final-score{line-height:70px;position:relative;top:2px}.td-review-final-score span{line-height:0}.td-rating-bar-wrap{height:20px;margin:0 20px 11px 20px;background-color:#fff}@media (min-width:768px) and (max-width:1023px){.td-rating-bar-wrap{margin:0 17px 11px 17px}}@media (max-width:767px){.td-rating-bar-wrap{margin:0 10px 11px 10px}}.td-rating-bar-wrap div{height:20px;background:#4db2ec}.td-review-desc{font-family:'Open Sans',arial,sans-serif;font-size:12px;color:#444;border-bottom:1px dashed #d8d8d8;padding:6px 0 6px 21px}@media (min-width:768px) and (max-width:1023px){.td-review-desc{padding:6px 0 6px 17px}}@media (max-width:767px){.td-review-desc{padding:6px 0 6px 10px}}.td-review-details{font-size:12px}.td-review-details .td-review-desc{display:inline-block;padding:0 0 1px 21px}@media (min-width:768px) and (max-width:1023px){.td-review-details .td-review-desc{padding:0 0 1px 17px}}@media (max-width:767px){.td-review-details .td-review-desc{padding:0 0 1px 10px}}.td-review-stars{border-bottom:1px dashed #d8d8d8}.td-review-row-bars .td-review-desc{border:none}.td-review-row-bars .td-review-desc:first-child{border:none}.td-review-row-bars td{padding:0;border:0!important}.td-review-percent-sign{font-size:30px}.td-review-percent{float:right;padding:0 21px 1px 0;font-size:11px}@media (min-width:768px) and (max-width:1023px){.td-review-percent{padding:0 17px 1px 0}}@media (max-width:767px){.td-review-percent{padding:0 10px 1px 0}}.td-footer-container{margin-right:auto;margin-left:auto;position:relative;background-color:#222;padding:42px 0 20px 0;color:#fff;z-index:0}.td-footer-container a{color:#fff}.td-footer-container:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-size:auto;background-position:center bottom;z-index:-1;border-left:0 solid #e6e6e6;border-right:0 solid #e6e6e6}@media (max-width:767px){.td-footer-container:before{border-width:0!important}}.td-footer-container .meta-info{color:#888}.td-footer-container .meta-info .entry-date{color:#fff}.td-footer-container .block-title>a,.td-footer-container .block-title>span{background-color:#fff;color:#222}.td-footer-container .widget_rss .block-title .rsswidget{color:#222}.td-footer-container .widget .block-title{margin-top:0}.td-footer-container .widget_text p{color:#fff}.td-footer-container select{color:#222}.td-footer-container .td_block_wrap{padding-top:0}.td-footer-container .td-footer-info{margin-bottom:36px}@media (max-width:767px){.td-footer-container .td-footer-info{text-align:center}}.td-footer-container .td-post-author-name a:hover,.td-footer-container .td-module-comments a:hover{color:#fff}.td-footer-container .td-pb-span4,.td-footer-container .td-pb-span8,.td-footer-container .td-pb-span12{border-left:none}@media (max-width:767px){.td-footer-container .td-pb-span4,.td-footer-container .td-pb-span8,.td-footer-container .td-pb-span12{padding-bottom:20px}}@media (max-width:767px){.td-footer-container .td-pb-span4:last-child,.td-footer-container .td-pb-span8:last-child,.td-footer-container .td-pb-span12:last-child{padding-bottom:0}}.td-footer-container.td-container{border-bottom-width:0}.td-footer-container .widget_calendar a:hover{color:#fff}.td-footer-container .widget_recent_comments li,.td-footer-container .widget_recent_entries li{border-bottom:1px dashed rgb(255 255 255 / .15)}.td-footer-container .widget_recent_comments li:last-child,.td-footer-container .widget_recent_entries li:last-child{border-bottom:0}.td-footer-container .td_module_14 .meta-info,.td-footer-container .td_module_5,.td-footer-container .td_module_9 .item-details,.td-footer-container .td_module_8 .item-details,.td-footer-container .td_module_mx3 .meta-info{border-bottom:1px dashed rgb(255 255 255 / .15)}.td-footer-container .widget_search{margin-top:0}.td-footer-container .widget_search .wpb_button{background-color:#444}.td-footer-container .widget_search .wpb_button:hover{background-color:#4db2ec}.td-footer-container .td_block_wrap{border-top:0;margin-bottom:20px!important}.td-footer-container table td,.td-footer-container table th{border:1px solid rgb(255 255 255 / .2)}.td-footer-container tfoot td{border:0}.td-footer-container .widget_calendar #today{background-color:#444}.td-footer-container .widget_calendar #today a{color:#4db2ec}.td-footer-container .widget_calendar td{border-radius:0}.td-footer-container .td-excerpt{color:#b5b5b5}.td-footer-container .td-module-meta-info .td-post-date{color:#888}.td-footer-container .td_social_type:hover .td-social-box{background-color:#444}.td-footer-container .td-social-style1 .td_social_type .td-social-box,.td-footer-container .td-social-style7 .td_social_type .td-social-box{background-color:#444}.td-footer-container .td-social-style2,.td-footer-container .td-social-style8{color:#fff}.td-footer-container .td-social-style2 .td_social_type,.td-footer-container .td-social-style8 .td_social_type{color:#fff}.td-footer-container .td-social-style2 .td_social_type:hover,.td-footer-container .td-social-style8 .td_social_type:hover{color:#999}.td-footer-container .td-social-style2 .td_social_type:hover a,.td-footer-container .td-social-style8 .td_social_type:hover a{color:#999}.td-footer-container .td-social-style2 .td_social_type:hover .td-social-box,.td-footer-container .td-social-style8 .td_social_type:hover .td-social-box{background-color:#fff0}.td-footer-container .td-social-style2 .td_social_type .td-social-box,.td-footer-container .td-social-style8 .td_social_type .td-social-box{border-color:#444}.td-footer-container .td-social-style2 .td_social_type a,.td-footer-container .td-social-style8 .td_social_type a{color:#fff}.td-footer-container .td-social-style2 .td_social_type .td_social_button,.td-footer-container .td-social-style8 .td_social_type .td_social_button{border-color:#444}.td-footer-container .td-social-style3,.td-footer-container .td-social-style4{color:#fff}.td-footer-container .td-social-style3 .td_social_type a,.td-footer-container .td-social-style4 .td_social_type a{color:#fff}.td-footer-container .td-social-style3 .td_social_type:hover,.td-footer-container .td-social-style4 .td_social_type:hover{color:#999}.td-footer-container .td-social-style3 .td_social_type:hover .td-social-box,.td-footer-container .td-social-style4 .td_social_type:hover .td-social-box{background-color:#fff0}.td-footer-container .td-social-style3 .td_social_type:hover a,.td-footer-container .td-social-style4 .td_social_type:hover a{color:#999}.td-footer-container .td-social-style9,.td-footer-container .td-social-style10{color:#fff}.td-footer-container .td-social-style9 .td_social_type:hover,.td-footer-container .td-social-style10 .td_social_type:hover{color:#999}.td-footer-container .td-social-style9 .td_social_type:hover .td-social-box,.td-footer-container .td-social-style10 .td_social_type:hover .td-social-box{background-color:#fff0}.td-footer-container .td_module_14 .meta-info,.td-footer-container .td_module_mx3 .meta-info,.td-footer-container .td_module_mx1 .td-block14-border{background-color:#222}.td-footer-container .widget{padding-bottom:20px}.td-footer-container .td_block_13.td_block_widget .td_module_mx3{left:0}.td-footer-container .td_block_14{background-color:#fff0}.td-footer-container .td_block_14 .td-block-row{background-color:#fff0;border-color:#fff0}.td-footer-container .td-pb-row .td-pb-span4:after{display:none}.footer-email-wrap{padding-top:21px}.footer-email-wrap a{color:#4db2ec}.footer-logo-wrap{margin-bottom:20px;display:block}@media (max-width:767px){.footer-logo-wrap img{margin-right:auto;margin-left:auto}}.td-footer-full{text-align:center}.td-footer-full .footer-social-wrap i{margin:10px 3px 0 7px}.td-footer-full .footer-logo-wrap{text-align:center;display:inline-block;width:100%;margin-right:auto;margin-left:auto}.td-footer-full .footer-logo-wrap img{margin-right:auto;margin-left:auto}.footer-social-wrap i{border-radius:3px;margin:12px 5px 12px 0;color:#fff;width:32px;height:32px;font-size:16px;padding-top:8px;line-height:16px}.td-social-style2 i:hover{color:#fff}.td-social-style2 .td-social-icon-wrap:hover .td-icon-behance{background-color:#000}.td-social-style2 .td-social-icon-wrap:hover .td-icon-blogger{background-color:#ffa900}.td-social-style2 .td-social-icon-wrap:hover .td-icon-delicious{background-color:#39f}.td-social-style2 .td-social-icon-wrap:hover .td-icon-deviantart{background-color:#4e6252}.td-social-style2 .td-social-icon-wrap:hover .td-icon-digg{background-color:#000}.td-social-style2 .td-social-icon-wrap:hover .td-icon-dribbble{background-color:#ea4c89}.td-social-style2 .td-social-icon-wrap:hover .td-icon-evernote{background-color:#07c257}.td-social-style2 .td-social-icon-wrap:hover .td-icon-facebook{background-color:#3B5998}.td-social-style2 .td-social-icon-wrap:hover .td-icon-flickr{background-color:#ff0084}.td-social-style2 .td-social-icon-wrap:hover .td-icon-forrst{background-color:#3b7140}.td-social-style2 .td-social-icon-wrap:hover .td-icon-grooveshark{background-color:#f77f00}.td-social-style2 .td-social-icon-wrap:hover .td-icon-instagram{background-color:#3f729b}.td-social-style2 .td-social-icon-wrap:hover .td-icon-lastfm{background-color:#ce2127}.td-social-style2 .td-social-icon-wrap:hover .td-icon-linkedin{background-color:#007bb6}.td-social-style2 .td-social-icon-wrap:hover .td-icon-mail{background-color:#000}.td-social-style2 .td-social-icon-wrap:hover .td-icon-myspace{background-color:#000}.td-social-style2 .td-social-icon-wrap:hover .td-icon-path{background-color:#e62f17}.td-social-style2 .td-social-icon-wrap:hover .td-icon-paypal{background-color:#009cde}.td-social-style2 .td-social-icon-wrap:hover .td-icon-pinterest{background-color:#cb2027}.td-social-style2 .td-social-icon-wrap:hover .td-icon-reddit{background-color:#ff4100}.td-social-style2 .td-social-icon-wrap:hover .td-icon-rss{background-color:#f36f24}.td-social-style2 .td-social-icon-wrap:hover .td-icon-share{background-color:#000}.td-social-style2 .td-social-icon-wrap:hover .td-icon-skype{background-color:#01aef2}.td-social-style2 .td-social-icon-wrap:hover .td-icon-soundcloud{background-color:#f50}.td-social-style2 .td-social-icon-wrap:hover .td-icon-spotify{background-color:#81b900}.td-social-style2 .td-social-icon-wrap:hover .td-icon-stackoverflow{background-color:#000}.td-social-style2 .td-social-icon-wrap:hover .td-icon-steam{background-color:#000}.td-social-style2 .td-social-icon-wrap:hover .td-icon-stumbleupon{background-color:#eb4923}.td-social-style2 .td-social-icon-wrap:hover .td-icon-tumblr{background-color:#32506d}.td-social-style2 .td-social-icon-wrap:hover .td-icon-twitter{background-color:#00aced}.td-social-style2 .td-social-icon-wrap:hover .td-icon-vimeo{background-color:#5289cc}.td-social-style2 .td-social-icon-wrap:hover .td-icon-vk{background-color:#45668e}.td-social-style2 .td-social-icon-wrap:hover .td-icon-windows{background-color:#319de5}.td-social-style2 .td-social-icon-wrap:hover .td-icon-wordpress{background-color:#222}.td-social-style2 .td-social-icon-wrap:hover .td-icon-yahoo{background-color:#720e9e}.td-social-style2 .td-social-icon-wrap:hover .td-icon-youtube{background-color:#b00}.td-social-style2 .td-social-icon-wrap:hover .td-icon-naver{background-color:#3ec729}.td-social-style2 .td-social-icon-wrap:hover .td-icon-discord{background-color:#7289DA}.td-social-style2 .td-social-icon-wrap:hover .td-icon-ebay{background-color:#db2e32}.td-social-style2 .td-social-icon-wrap:hover .td-icon-flipboard{background-color:#f42827}.td-social-style2 .td-social-icon-wrap:hover .td-icon-github{background-color:#4db2ec}.td-social-style2 .td-social-icon-wrap:hover .td-icon-medium{background-color:#4db2ec}.td-social-style2 .td-social-icon-wrap:hover .td-icon-rumble{background-color:#74a441}.td-social-style2 .td-social-icon-wrap:hover .td-icon-patreon{background-color:#ff5900}.td-social-style2 .td-social-icon-wrap:hover .td-icon-parler{background-color:#e90039}.td-social-style2 .td-social-icon-wrap:hover .td-icon-gettr{background-color:red}.td-social-style2 .td-social-icon-wrap:hover .td-icon-gab{background-color:#21cf7a}.td-social-style2 .td-social-icon-wrap:hover .td-icon-clouthub{background-color:#ef6331}.td-add-border{border-top:1px solid #e6e6e6}.td-footer-template-10{padding:20px 0}@media (min-width:768px) and (max-width:1023px){.td-footer-template-10{padding:12px 0}}.td-footer-template-10 .td-a-rec-id-footer_top,.td-footer-template-10 .td-g-rec-id-footer_top{margin-top:10px;margin-bottom:20px}@media (min-width:768px) and (max-width:1023px){.td-footer-template-10 .td-a-rec-id-footer_top,.td-footer-template-10 .td-g-rec-id-footer_top{margin-bottom:16px}}@media (max-width:767px){.td-footer-template-10 .td-a-rec-id-footer_top,.td-footer-template-10 .td-g-rec-id-footer_top{margin:5px auto 16px}}.td-footer-template-10 .td-a-rec-id-footer_top>div,.td-footer-template-10 .td-g-rec-id-footer_top>div,.td-footer-template-10 .td-a-rec-id-footer_top .adsbygoogle,.td-footer-template-10 .td-g-rec-id-footer_top .adsbygoogle{margin:0}.td-footer-template-10 .td-a-rec-id-footer_top .td-adspot-title,.td-footer-template-10 .td-g-rec-id-footer_top .td-adspot-title{margin-top:-21px;margin-bottom:5px}.td-footer-template-10 .td-social-icon-wrap{margin:4px 0;display:inline-block;text-transform:uppercase;font-family:'Open Sans',arial,sans-serif}.td-footer-template-10 .td-social-icon-wrap i{margin:0}.td-footer-template-10 .td-social-name{font-size:13px;margin:0 20px 0 3px;position:relative;bottom:2px}@media (min-width:768px) and (max-width:1023px){.td-footer-template-10 .td-social-name{font-size:11px;margin:0 15px 0 3px}}@media (max-width:767px){.td-footer-template-10 .td-social-name{display:none}}.td-footer-template-10 .footer-social-wrap{padding:0 20px;cursor:default}@media (max-width:767px){.td-footer-template-10 .footer-social-wrap{padding:0 10px}}.td-footer-template-10 .widget{padding-bottom:0}.td-js-loaded .td-scroll-up{display:block!important}.td-scroll-up{-webkit-transform:translateZ(0);position:fixed;bottom:4px;right:5px;border-radius:3px;width:38px;height:38px}.td-scroll-up .td-icon-menu-up{position:relative;color:#fff;font-size:20px;display:block;text-align:center;width:38px;top:7px}.td-scroll-up:hover{cursor:pointer;opacity:1}.td-scroll-up-visible{display:block;background-color:#4db2ec;z-index:9999}@media (max-width:767px){.td-scroll-up-visible.td-hide-scroll-up-on-mob{display:none!important}}.td-right-demos-button{font-family:'Open Sans','Open Sans Regular',sans-serif;position:fixed;right:10px;z-index:10000;background:#fff;color:#000;box-shadow:0 1px 6px rgb(0 0 0 / .12);border-radius:6px;text-align:center;font-size:11px;line-height:32px;width:76px;transition:all 0.15s ease}@media (max-width:767px){.td-right-demos-button{display:none}}.td-right-demos-button:hover{color:#1d6df7}#td-theme-demos-button{top:80px}#td-theme-hosting-button{top:116px;border:1px solid #1d6df7}#td-theme-services-button{top:154px}#td-theme-buy-button{top:190px}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.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;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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;-webkit-box-shadow:none;box-shadow:none}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;filter:alpha(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;filter:alpha(opacity=100)}.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-counter{position:absolute;bottom:0;right:0;color:#ccc;font-size:12px;padding-right:15px;font-size:11px;line-height:18px}.mfp-arrow{font-family:'newsmag',sans-serif;font-size:30px;position:absolute;opacity:.65;filter:alpha(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;filter:alpha(opacity=100)}.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px}.mfp-arrow-left{left:0}.mfp-arrow-left:before{content:'\e807';color:#fff}.mfp-arrow-right{right:0}.mfp-arrow-right:before{content:'\e808';color:#fff}.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;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto;z-index:1}.mfp-figure{line-height:0}.mfp-figure:before{bottom:40px;content:"";display:block;height:20%;width:100%;position:absolute;z-index:1;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff0),color-stop(100%,rgb(0 0 0 / .7)));background:-webkit-linear-gradient(top,#fff0 0%,rgb(0 0 0 / .7) 100%);background:linear-gradient(to bottom,#fff0 0%,rgb(0 0 0 / .7) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#b3000000',GradientType=0);opacity:0;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.mfp-ready .mfp-s-ready .mfp-figure:before{opacity:1}.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{font-size:11px;line-height:18px;margin-bottom:50px;position:absolute;bottom:0;left:0;width:100%;cursor:auto;padding:0 65px 0 15px;z-index:1}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word}.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;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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}}@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}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.image-source-link{color:#98C3D1}.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg{opacity:.001;-webkit-backface-visibility:hidden;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.mfp-with-zoom.mfp-ready .mfp-container{opacity:1}.mfp-with-zoom.mfp-ready.mfp-bg{opacity:.8}.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg{opacity:0}.mfp-bg{z-index:10000}.mfp-wrap{z-index:10000}#login_pass-mob,#login_pass{display:none!important}.td-login-show #login_pass-mob,.mfp-ready #login_pass{display:inline-block!important}.white-popup-block{position:relative;margin:0 auto;max-width:500px;min-height:500px;font-family:'Open Sans',arial,sans-serif;text-align:center;color:#fff;vertical-align:top;-webkit-box-shadow:0 0 20px 0 rgb(0 0 0 / .2);box-shadow:0 0 20px 0 rgb(0 0 0 / .2);padding:0 0 24px;overflow:hidden}.white-popup-block:after{content:'';width:100%;height:100%;position:absolute;top:0;left:0;display:block;background:rgb(0 0 0 / .8);background:-webkit-gradient(left bottom,right top,color-stop(0%,rgb(0 0 0 / .8)),color-stop(100%,rgb(0 0 0 / .8)));background:-webkit-linear-gradient(45deg,rgb(0 0 0 / .8) 0%,rgb(0 0 0 / .8) 100%);background:linear-gradient(45deg,rgb(0 0 0 / .8) 0%,rgb(0 0 0 / .8) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=1);z-index:-2}.white-popup-block:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;display:block;background-size:cover;background-position:top;background-repeat:no-repeat;z-index:-3}.mfp-content .td-login-wrap{position:relative}.mfp-content .td-login-wrap.td-login-wrap-fb-open .td-back-button,.mfp-content .td-login-wrap.td-login-wrap-fb-open .td-login-panel-title,.mfp-content .td-login-wrap.td-login-wrap-fb-open .td-login-panel-descr,.mfp-content .td-login-wrap.td-login-wrap-fb-open form,.mfp-content .td-login-wrap.td-login-wrap-fb-open .td-login-social,.mfp-content .td-login-wrap.td-login-wrap-fb-open .td-login-info-text,.mfp-content .td-login-wrap.td-login-wrap-fb-open #register-link{opacity:.5;pointer-events:none}.mfp-content #login-form .td-login-wrap-fb-open+.mfp-close{opacity:.5;pointer-events:none}.mfp-content .td-back-button{visibility:hidden;opacity:0;-webkit-transition:all 0.5s cubic-bezier(.79,.14,.15,.86) 0s;transition:all 0.5s cubic-bezier(.79,.14,.15,.86) 0s;position:absolute;top:13px;left:8px;color:#fff;width:50px;height:50px;z-index:99}.mfp-content .td-back-button i{line-height:48px;font-size:16px}.mfp-content .td-login-inputs{width:100%;display:inline-block;position:relative;margin-bottom:30px;font-size:15px;font-weight:400;color:#fff}.mfp-content .td-login-inputs label{position:absolute;top:8px;left:0;text-transform:uppercase;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;pointer-events:none}.mfp-content .td-login-inputs:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#fff;opacity:.3}.mfp-content .td-login-input{position:relative;background-color:transparent!important;height:40px;margin:0!important;padding:0;box-shadow:none!important;font-size:15px;color:#fff;outline:none;border:0}.mfp-content .td-login-input:focus~label,.mfp-content .td-login-input:valid~label{top:-18px;font-size:11px;opacity:.6}.mfp-content .td-login-input:invalid{font-style:italic}.mfp-content .td-login-button{width:100%;height:50px;background-color:#fff;padding:5px 12px 6px;margin:20px 0 0 0!important;text-transform:uppercase;text-shadow:none;font-size:13px;font-weight:600;color:#000;-webkit-box-shadow:1px 1px 4px 0 rgb(0 0 0 / .2);box-shadow:1px 1px 4px 0 rgb(0 0 0 / .2);border:0;-webkit-transition:background-color 0.2s ease!important;transition:background-color 0.2s ease!important;border-radius:3px}.mfp-content .td-login-button:active,.mfp-content .td-login-button:hover{-webkit-box-shadow:1px 1px 4px 0 rgb(0 0 0 / .2);box-shadow:1px 1px 4px 0 rgb(0 0 0 / .2);background-color:#e2ea4b}.mfp-content .td-login-social{width:100%;margin-top:15px;margin-bottom:8px}.mfp-content .td-login-info-text{display:block;margin-top:3px;font-size:11px;color:#fff}.mfp-content .td-login-info-text a{color:inherit}.mfp-content .td-login-info-text a:hover{text-decoration:underline!important}.mfp-content #register-link{width:100%;display:block;padding:13px;margin-top:24px;font-size:13px;text-transform:uppercase;color:#fff;cursor:pointer;position:relative}.mfp-content #register-link:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;border:1px solid #fff;opacity:0;-webkit-transition:opacity 0.2s ease;transition:opacity 0.2s ease;border-radius:3px}.mfp-content #register-link:hover:before{opacity:.2}.mfp-content .td-login-form-div{padding:0 20%}@media (max-width:480px){.mfp-content .td-login-form-div{padding:0 5%}}.mfp-content #td-login-div{transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-webkit-transition:all 0.5s cubic-bezier(.79,.14,.15,.86) 0s;transition:all 0.5s cubic-bezier(.79,.14,.15,.86) 0s}.mfp-content #td-login-div.td-display-none{display:none;visibility:hidden;opacity:0;-webkit-transition:all 0.3s cubic-bezier(.79,.14,.15,.86) 0s;transition:all 0.3s cubic-bezier(.79,.14,.15,.86) 0s}.mfp-content .td-login-animation #td-login-div{transform:translate3d(-300px,0,0);-webkit-transform:translate3d(-300px,0,0)}.mfp-content .td-login-animation .td-back-button{visibility:visible;opacity:1}.mfp-content #td-register-div,.mfp-content #td-forgot-pass-div{display:none;visibility:hidden;opacity:0;-webkit-transition:all 0.5s cubic-bezier(.79,.14,.15,.86) 0s;transition:all 0.5s cubic-bezier(.79,.14,.15,.86) 0s;transform:translate3d(300px,0,0);-webkit-transform:translate3d(300px,0,0)}.mfp-content #td-register-div.td-display-block,.mfp-content #td-forgot-pass-div.td-display-block{display:block;visibility:visible;opacity:1;-webkit-transition:all 0.3s cubic-bezier(.79,.14,.15,.86) 0s;transition:all 0.3s cubic-bezier(.79,.14,.15,.86) 0s;transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0)}.mfp-content #login-form .mfp-close{position:absolute;top:26px;width:20px;height:20px;line-height:0;font-size:0;color:#fff;font-family:'newsmag',sans-serif}.mfp-content #login-form .mfp-close:before{position:absolute;top:50%;left:50%;transform:translate(-50%,50%);-webkit-transform:translate(-50%,50%);font-size:16px;vertical-align:bottom;color:#fff}.mfp-content #login-form #login-link{position:absolute;left:26px;top:28px;cursor:pointer}.mfp-content #login-form .mfp-close{right:27px;left:auto;opacity:1}.mfp-content #login-form .mfp-close:before{content:'\e902'}.mfp-content .td-login-panel-title{padding:26px 0 22px 0;line-height:20px;font-size:17px;text-transform:uppercase;color:#fff;pointer-events:none}.mfp-content .td-login-panel-descr{margin-bottom:77px;font-size:13px;line-height:1}.mfp-content .td_display_err{color:#fff;padding:14px 30px;display:none;position:absolute;top:93px;left:0;right:0;font-size:12px;text-transform:uppercase;margin:0 -40%;line-height:1}.mfp-content .td_display_err:before{content:'';width:100%;height:100%;background-color:#000;position:absolute;top:0;left:0;opacity:.8;z-index:-1}.mfp-content .td_display_msg_ok:before{background-color:#fff;opacity:.1}.mpf-td-login-effect .mfp-with-anim{opacity:0;-webkit-transition:all 400ms cubic-bezier(.55,0,.1,1);-moz-transition:all 400ms cubic-bezier(.55,0,.1,1);-o-transition:all 400ms cubic-bezier(.55,0,.1,1);transition:all 400ms cubic-bezier(.55,0,.1,1);transform:perspective(600px) scale(.4);-webkit-transform:perspective(600px) scale(.4)}.mpf-td-login-effect.mfp-bg{opacity:0;transition:all 0.3s ease-out}.mpf-td-login-effect.mfp-ready .mfp-with-anim{opacity:1;transform:perspective(600px) scale(1);-webkit-transform:perspective(600px) scale(1)}.mpf-td-login-effect.mfp-ready.mfp-bg{opacity:.8}.mpf-td-login-effect.mfp-removing .mfp-with-anim{transform:perspective(600px) scale(.4);-webkit-transform:perspective(600px) scale(.4);opacity:0}.mpf-td-login-effect.mfp-removing.mfp-bg{opacity:0}.td-login-social{display:flex;align-items:center;justify-content:center;-webkit-appearance:none;padding:11px 20px 12px;font-size:14px;line-height:1;color:#fff;border:none;border-radius:4px;outline:none!important;transition:background-color 0.1s ease-in-out}.td-login-social:disabled{pointer-events:none}.td-login-fb{background-color:#1778f2}.td-login-fb:before{content:url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="19" height="18.891" viewBox="0 0 19 18.891"><path d="M12.493,3a9.488,9.488,0,0,0-1.419,18.869V15.01H8.726v-2.5h2.349V10.851C11.075,8.1,12.414,6.9,14.7,6.9a13.325,13.325,0,0,1,1.947.118V9.191H15.087c-.97,0-1.308.92-1.308,1.956v1.364h2.843l-.385,2.5H13.778v6.885A9.488,9.488,0,0,0,12.493,3Z" transform="translate(-3.005 -3)" fill="%23fff"/></svg>');margin-right:10px;line-height:0}.td-login-fb:hover{background-color:#0d6ce3}.td-login-fb:disabled{background-color:#92c0f7}.td-vm-wrap{position:fixed;top:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;z-index:10001;opacity:0;-webkit-transition:all 0.2s;transition:all 0.2s}.td-vm-wrap.td-vm-open{opacity:1}.td-vm-wrap .td-vm-overlay{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .85);z-index:-1}.td-vm-wrap .td-vm-title{margin:0 0 20px;font-size:16px;line-height:21px;text-align:center}.td-vm-wrap .td-vm-title a{color:#fff}.td-vm-wrap .td-vm-content-wrap{background-color:#000;padding:40px 80px;box-sizing:content-box;transform:translateY(-30px);-webkit-transform:translateY(-30px);-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.td-vm-wrap .td-vm-content-wrap.td-vm-content-wrap-visible{transform:translateY(0);-webkit-transform:translateY(0)}.td-vm-wrap .td-vm-content{position:relative}.td-vm-wrap .td-vm-content .wpb_video_wrapper{opacity:0;-webkit-transition:all 0.3s;transition:all 0.3s;z-index:3}.td-vm-wrap .td-vm-content .wpb_video_wrapper.td-vm-iframe-visible{opacity:1}.td-vm-wrap .td-vm-content video{width:100%}.td-vm-wrap .td-vm-content-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:50px;height:50px;margin-top:-28px;margin-left:-28px;-webkit-transition:opacity 0.3s;transition:opacity 0.3s;border:3px solid #fff;border-left-color:#fff0;border-right-color:#fff0;border-radius:50%;-webkit-animation:fullspin 1s infinite ease-out;animation:fullspin 1s infinite ease-out;z-index:2}.td-vm-wrap:not(.td-vm-facebook):not(.td-vm-twitter):not(.td-vm-self-hosted) .td-vm-content{width:100%;height:0;padding-bottom:56.25%;background-color:#000}.td-vm-wrap:not(.td-vm-facebook):not(.td-vm-twitter):not(.td-vm-self-hosted) .td-vm-content .wpb_video_wrapper,.td-vm-wrap:not(.td-vm-facebook):not(.td-vm-twitter):not(.td-vm-self-hosted) .td-vm-content iframe{position:absolute;top:0;left:0;width:100%!important;height:100%!important}.td-vm-wrap:not(.td-vm-facebook) .td-vm-content-wrap,.td-vm-wrap:not(.td-vm-twitter) .td-vm-content-wrap{width:886px;height:auto}@media (min-width:768px) and (max-width:1023px){.td-vm-wrap:not(.td-vm-facebook) .td-vm-content-wrap,.td-vm-wrap:not(.td-vm-twitter) .td-vm-content-wrap{width:860px}}@media (min-width:768px) and (max-width:1023px){.td-vm-wrap:not(.td-vm-facebook) .td-vm-content-wrap,.td-vm-wrap:not(.td-vm-twitter) .td-vm-content-wrap{width:700px}}@media (max-width:767px){.td-vm-wrap:not(.td-vm-facebook) .td-vm-content-wrap,.td-vm-wrap:not(.td-vm-twitter) .td-vm-content-wrap{width:100%;padding-left:20px;padding-right:20px}}.td-vm-wrap:not(.td-vm-facebook) .td-vm-content,.td-vm-wrap:not(.td-vm-twitter) .td-vm-content{min-height:200px}.td-vm-wrap.td-vm-facebook blockquote,.td-vm-wrap.td-vm-twitter blockquote{display:none}.td-vm-wrap.td-vm-facebook .fb-video{display:block;width:550px!important;height:auto!important;margin:0 auto}.td-vm-wrap .td-vm-rec-wrap{display:inline-block;margin-top:24px;position:relative;left:50%;transform:translateX(-50%);text-align:center}.td-vm-wrap .td-vm-rec-wrap .td-vm-rec-title{font-size:10px;text-align:center;color:#bbb}.td-vm-wrap .td-vm-close{position:absolute;top:50px;right:50px;font-size:22px;color:#fff;cursor:pointer;-webkit-transition:all 0.2s;transition:all 0.2s}@media (min-width:768px) and (max-width:1023px){.td-vm-wrap .td-vm-close{top:40px;right:40px;font-size:20px}}@media (min-width:768px) and (max-width:1023px){.td-vm-wrap .td-vm-close{top:36px;right:36px;font-size:19px}}@media (max-width:767px){.td-vm-wrap .td-vm-close{top:25px;right:20px;font-size:18px}}.td-vm-wrap .td-vm-close:hover{transform:rotate(90deg);-webkit-transform:rotate(90deg)}.td-vm-wrap .td-vm-close i{pointer-events:none}.admin-bar .td-vm-close{top:72px}@media (max-width:767px){.admin-bar .td-vm-close{top:71px}}@-webkit-keyframes fullspin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fullspin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.wp-block-embed__wrapper.td-video-fixed,.wpb_video_wrapper.td-video-fixed{position:fixed!important;right:0!important;top:300px!important;bottom:auto!important;left:auto!important;z-index:9999!important;margin:0!important;padding:0!important;-webkit-box-shadow:0 0 8px 0 rgb(0 0 0 / .2);box-shadow:0 0 8px 0 rgb(0 0 0 / .2)}.wp-block-embed__wrapper.td-video-fixed-left,.wpb_video_wrapper.td-video-fixed-left{left:0!important;right:auto!important}.wp-block-embed__wrapper.td-video-fixed-bottom,.wpb_video_wrapper.td-video-fixed-bottom{top:auto!important;bottom:300px!important}.td-close-video-fixed{display:none;position:absolute;right:10px;top:10px;background-color:#4db2ec;color:#fff;padding:7px;cursor:pointer;z-index:1}.td-close-video-fixed i{font-size:11px}.td-video-fixed .td-close-video-fixed{display:flex!important;justify-content:center;align-items:center}.td-sticky-video .td-footer-template-wrap{z-index:-1}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (-moz-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.td-sp,.iosSlider .prevButton,.iosSlider .nextButton,.sf-sub-indicator{background-image:url(/wp-content/plugins/td-composer/legacy/Newsmag/assets/css/../images/sprite/elements@2x.png);background-size:90px 2100px!important}}.post .row-fluid{padding-bottom:21px}.td-more-articles-box{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);position:fixed;width:341px;bottom:48px;right:-384px;background-color:#fff;padding:16px 20px 0 20px;border-style:solid;border-color:#e6e6e6;border-width:1px 0 1px 1px;z-index:9999;visibility:hidden;-webkit-transition:right 500ms cubic-bezier(.265,.365,.26,.865);-moz-transition:right 500ms cubic-bezier(.265,.365,.26,.865);-o-transition:right 500ms cubic-bezier(.265,.365,.26,.865);transition:right 500ms cubic-bezier(.265,.365,.26,.865);-webkit-transition-timing-function:cubic-bezier(.265,.365,.26,.865);-moz-transition-timing-function:cubic-bezier(.265,.365,.26,.865);-o-transition-timing-function:cubic-bezier(.265,.365,.26,.865);transition-timing-function:cubic-bezier(.265,.365,.26,.865)}@media (max-width:368px){.td-more-articles-box{width:100%;padding:16px 5px 0 5px}}.td-more-articles-box-title{font-family:'Open Sans',arial,sans-serif;color:#222;font-size:17px;font-weight:600;line-height:30px;display:inline-block;text-align:center;min-width:300px;margin-bottom:18px}.td-content-more-articles-box .td_module_1,.td-content-more-articles-box .td_module_3{padding-bottom:20px}.td-content-more-articles-box .td_module_4{margin-bottom:20px}.td-content-more-articles-box .td_module_2{padding-bottom:10px}.td-close-more-articles-box{display:inline-block;cursor:pointer;position:absolute;left:14px;top:17px;line-height:26px;padding:2px 11px;font-size:17px}.td-front-end-display-block{right:0;visibility:visible}.td-gallery-slide-top{position:relative;width:100%;background-color:#2d2d2d;min-height:44px;vertical-align:top}.td-gallery-title{display:inline-block;color:#fff;font-family:'Open Sans',arial,sans-serif;font-style:italic;font-size:14px;line-height:17px;font-weight:600;padding:13px 20px 13px 20px;position:relative}@media (max-width:767px){.td-gallery-title{width:65%;font-size:13px;line-height:17px;padding:16px}}.td-gallery-controls-wrapper{display:inline-block;height:22px;margin:auto!important;position:absolute;right:0;top:0;bottom:0;color:#fff}.td-gallery-slide-count{display:inline-block;margin-right:2px;font-style:italic;font-size:12px;font-weight:500;position:relative;top:-1px;vertical-align:middle}@media (min-width:768px) and (max-width:1023px){.td-gallery-slide-count{font-size:10px;top:-2px}}@media (max-width:767px){.td-gallery-slide-count{margin-right:0;font-size:10px;top:-2px}}.td-gallery-slide-prev-next-but{display:inline-block;margin-right:12px;vertical-align:middle}@media (max-width:767px){.td-gallery-slide-prev-next-but{margin-right:8px}}.td-gallery-slide-prev-next-but .td-icon-left,.td-gallery-slide-prev-next-but .td-icon-right{font-size:14px;padding:0 3px;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}@media (max-width:767px){.td-gallery-slide-prev-next-but .td-icon-left,.td-gallery-slide-prev-next-but .td-icon-right{padding:0 4px}}.td-gallery-slide-prev-next-but .td-icon-left:before{content:'\e901'}.td-gallery-slide-prev-next-but .td-icon-right:before{content:'\e901';transform:rotate(180deg);-webkit-transform:rotate(180deg)}.td-doubleSlider-1{width:auto;background-color:#222;overflow:hidden}.td-doubleSlider-1 .td-slider{height:100%;position:relative;margin-left:auto;margin-right:auto}.td-doubleSlider-1 .td-slider .item{max-height:580px;left:0;height:auto;margin:0}.td-doubleSlider-1 .td-slider .td-slide-galery-figure{margin:0;text-align:center;position:relative;width:980px;height:580px}.td-doubleSlider-1 .td-slide-item img{max-width:none!important}@media (max-width:767px){.td-doubleSlider-1 .td-slide-item{width:100%}}.td-doubleSlider-1 .td-slide-item .td-slide-galery-figure img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);overflow:auto}.td-doubleSlider-1 .td-slide-item .td-slide-caption{position:absolute;bottom:0;left:0;text-align:left;background-color:rgb(0 0 0 / .6)}.td-doubleSlider-1 .td-slide-item .td-slide-caption span{font-family:Verdana,Geneva,sans-serif;font-style:normal;line-height:18px;font-size:11px;color:#fff;position:relative;top:0;left:0;z-index:1}@media (min-width:768px) and (max-width:1023px){.td-doubleSlider-1 .td-slide-item .td-slide-caption span{font-size:10px}}.td-doubleSlider-1 .td-slide-item .td-slide-caption.td-gallery-slide-content{width:100%}@media (max-width:767px){.td-doubleSlider-1 .td-slide-item .td-slide-caption.td-gallery-slide-content{display:inline-block}}.td-doubleSlider-1 .td-slide-item .td-slide-caption.td-gallery-slide-content span{padding:7px 6px 7px 17px;display:inline-block}@media screen and (-webkit-min-device-pixel-ratio:0){.td-doubleSlider-1 .td-slide-item .td-slide-caption.td-gallery-slide-content span{padding:6px 6px 8px 17px}}@media (max-width:767px){.td-doubleSlider-1 .td-slide-item .td-slide-caption.td-gallery-slide-content span{font-size:10px;line-height:12px;padding:5px 6px 7px 10px}}.td-doubleSlider-1 .td-slide-item .td-gallery-slide-copywrite{position:absolute;bottom:0;right:0;padding:3px 10px;text-align:left;color:#fff;font-family:Verdana,Geneva,sans-serif;font-style:italic;line-height:15px;font-size:10px;background-color:rgb(0 0 0 / .8)}.td-slide-on-2-columns .td-gallery-title{width:73%}@media (min-width:768px) and (max-width:1023px){.td-slide-on-2-columns .td-gallery-title{width:64%;font-size:12px}}@media (max-width:767px){.td-slide-on-2-columns .td-gallery-title{font-size:11px}}.td-slide-on-2-columns .td-doubleSlider-1{height:420px}@media (min-width:768px) and (max-width:1023px){.td-slide-on-2-columns .td-doubleSlider-1{height:308px!important}}@media (max-width:767px){.td-slide-on-2-columns .td-doubleSlider-1{height:260px!important}}.td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure{width:640px!important;height:420px}@media (min-width:768px) and (max-width:1023px){.td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure{width:469px!important;height:308px}.td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure img{width:auto;height:308px}}@media (max-width:767px){.td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure{width:100%!important;height:260px!important;line-height:12px}.td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure img{width:auto;height:260px}}.td-slide-on-2-columns .td-button{margin:0 5px 0 5px}.td-slide-on-3-columns .td-gallery-title{width:80%}@media (min-width:768px) and (max-width:1023px){.td-slide-on-3-columns .td-gallery-title{width:76%;font-size:12px}}@media (max-width:767px){.td-slide-on-3-columns .td-gallery-title{font-size:11px}}.td-slide-on-3-columns .td-doubleSlider-1{height:580px!important}@media (min-width:768px) and (max-width:1023px){.td-slide-on-3-columns .td-doubleSlider-1{height:427px!important}}@media (max-width:767px){.td-slide-on-3-columns .td-doubleSlider-1{height:260px!important}}@media (min-width:768px) and (max-width:1023px){.td-slide-on-3-columns .td-doubleSlider-1 .td-slide-galery-figure{width:721px!important;height:427px!important}.td-slide-on-3-columns .td-doubleSlider-1 .td-slide-galery-figure img{width:auto;height:427px}}@media (max-width:767px){.td-slide-on-3-columns .td-doubleSlider-1 .td-slide-galery-figure{max-width:100%!important;height:260px!important;line-height:12px}.td-slide-on-3-columns .td-doubleSlider-1 .td-slide-galery-figure img{width:auto;height:260px}}.td-slide-on-3-columns .td-button{margin:0 4.2px 0 4.3px}.td-pb-span4 .td-slide-on-2-columns .td-doubleSlider-1,.td-pb-span4 .td-slider .td-slide-galery-figure{height:280px!important}@media (min-width:768px) and (max-width:1023px){.td-pb-span4 .td-slide-on-2-columns .td-doubleSlider-1,.td-pb-span4 .td-slider .td-slide-galery-figure{height:180px!important}}.td-pb-span8 .td-slide-on-2-columns .td-doubleSlider-1,.td-pb-span8 .td-slider .td-slide-galery-figure{height:420px}@media (min-width:768px) and (max-width:1023px){.td-pb-span8 .td-slide-on-2-columns .td-doubleSlider-1,.td-pb-span8 .td-slider .td-slide-galery-figure{height:308px!important}}.td-pb-span4 .td-slider .td-slide-galery-figure,.td-pb-span8 .td-slider .td-slide-galery-figure{width:100%!important}.td-pb-span4 .td-slider .td-slide-galery-figure img,.td-pb-span8 .td-slider .td-slide-galery-figure img{height:auto;max-height:100%}@media (max-width:767px){.td-pb-span4 .td-slide-on-2-columns .td-doubleSlider-1,.td-pb-span8 .td-slide-on-2-columns .td-doubleSlider-1,.td-pb-span4 .td-slide-galery-figure,.td-pb-span8 .td-slide-galery-figure{height:260px!important}}.td-doubleSlider-2{padding:20px 0 10px 0;height:80px!important;background-color:#222;width:100%;visibility:hidden}@media (max-width:767px){.td-doubleSlider-2{display:none}}.td-doubleSlider-2 .td-slider{width:100%;height:100%;overflow-wrap:normal}.td-doubleSlider-2 .td-button{top:-10px;display:inline-block;width:80px!important;height:60px;background-size:cover!important;background-position:center!important}@media (min-width:768px) and (max-width:1023px){.td-doubleSlider-2 .td-button{top:-9px!important;width:56px!important;height:58px}}.td-doubleSlider-2 .td-button:hover{cursor:pointer}.td-doubleSlider-2 .td-button .td-border{height:60px;width:80px}@media (min-width:768px) and (max-width:1023px){.td-doubleSlider-2 .td-button .td-border{height:58px;width:56px}}.td-doubleSlider-2.td_center_slide2{text-align:center;padding:25px 0 10px 0}.td-doubleSlider-2.td_center_slide2 .td-slider{display:inline-block}.td-doubleSlider-2.td_center_slide2 .td-button{position:relative;top:-15px;margin:0 2px 0 3px}.td-js-loaded .td-doubleSlider-2{visibility:visible}.td-magnific-popup-slide-gallery{margin:0 auto;max-width:1000px;max-height:100%;text-align:left;vertical-align:top;position:relative}.td-magnific-popup-slide-gallery img{display:block}.td-magnific-popup-slide-gallery .td-magnific-popup-slide-gallery-caption{position:absolute;bottom:0;left:0;text-align:left;background:#000;opacity:.6;display:block;width:100%}.td-magnific-popup-slide-gallery span{display:block;font-family:Verdana,Geneva,sans-serif;font-style:normal;line-height:18px;font-size:11px;color:#fff;width:100%;text-align:left;padding:5px 7px 6px 7px}.td-magnific-popup-slide-gallery .td-magnific-popup-slide-gallery-copywrite{position:absolute;top:-27px;right:3px;padding:5px 7px 6px 7px;text-align:left;color:#fff;font-family:Verdana,Geneva,sans-serif;font-style:italic;line-height:17px;font-size:10px}.td-magnific-popup-slide-gallery .mfp-close{color:#fff}@media (min-width:768px) and (max-width:1023px){.mfp-title{font-size:10px}}.post_td_gallery{margin-bottom:16px}.td-smart-disable{background-color:#a5a5a5!important;cursor:default;opacity:.5}.td_smart_list_1{position:relative;overflow:hidden;z-index:1;clear:both}.td_smart_list_1 .td-item{width:100%;margin:0}.td_smart_list_1 .td-item img{height:auto}.td_smart_list_1 .td-sml1-current-item-nr{display:inline-block;font-weight:700;font-size:21px;line-height:24px;color:#fff;padding:6px 4px 6px 4px;background-color:#000;-webkit-border-radius:3px;border-radius:3px;width:37px;height:37px;text-align:center;margin-right:15px;margin-bottom:20px;vertical-align:top}@media (max-width:767px){.td_smart_list_1 .td-sml1-current-item-nr{margin-bottom:10px;margin-right:auto;margin-left:auto;display:table}}.td_smart_list_1 .td-sml1-current-item-title{display:inline-block;font-weight:700;font-style:italic;font-size:20px;line-height:28px;color:#000;margin-bottom:10px;width:490px;margin-top:8px;position:relative;top:-3px}@media (min-width:768px) and (max-width:1023px){.td_smart_list_1 .td-sml1-current-item-title{font-size:16px;max-width:320px}}@media (max-width:767px){.td_smart_list_1 .td-sml1-current-item-title{display:block;width:100%;font-size:16px;text-align:center}}@media (max-width:767px){.td_smart_list_1 .td-number-and-title{margin-right:auto;margin-left:auto;display:table}}.td_smart_list_1 .td-number-and-title h2{display:inline-block;margin:0}.td_smart_list_1 .td-controls{position:absolute;right:0;top:0;width:88px;z-index:9;background-color:#fff}.td_smart_list_1 .td-controls .td-icon-left,.td_smart_list_1 .td-controls .td-icon-right{border:1px solid #e6e6e6;display:inline-block;width:37px;height:37px;text-align:center;-webkit-border-radius:3px;border-radius:3px;font-size:24px;padding:7px 13px 7px 13px;background-color:#fff;position:relative;right:-3px;line-height:1}.td_smart_list_1 .td-controls .td-icon-left{margin-right:10px}.td_smart_list_1 .td-sml1-description p{margin-top:13px}.td_smart_list_1 .td-sml1-caption{text-align:right;font-family:Verdana,Geneva,sans-serif;font-style:italic;font-size:11px;line-height:17px;color:#000}.td_smart_list_1.td-3-columns .td-sml1-current-item-title{max-width:100%;width:820px}@media (min-width:768px) and (max-width:1023px){.td_smart_list_1.td-3-columns .td-sml1-current-item-title{max-width:570px}}@media (max-width:767px){.td_smart_list_1.td-3-columns .td-sml1-current-item-title{max-width:100%;width:100%}}.td-slide-smart-list-1 img{width:100%}.td_smart_list_2 .td-sml2-current-item-nr{display:inline-block;font-weight:700;font-size:21px;line-height:24px;color:#fff;padding:6px 4px 6px 4px;background-color:#000;-webkit-border-radius:3px;border-radius:3px;width:37px;height:37px;text-align:center;margin-right:15px;margin-bottom:10px;vertical-align:top}@media (max-width:767px){.td_smart_list_2 .td-sml2-current-item-nr{margin-bottom:10px;margin-right:auto;margin-left:auto;display:table}}.td_smart_list_2 .td-sml2-current-item-title{display:inline-block;font-weight:700;font-style:italic;font-size:20px;line-height:28px;color:#000;width:580px;margin-bottom:10px;margin-top:8px;position:relative;top:-3px}@media (min-width:768px) and (max-width:1023px){.td_smart_list_2 .td-sml2-current-item-title{max-width:415px;margin-bottom:0}}@media (max-width:767px){.td_smart_list_2 .td-sml2-current-item-title{display:block;width:100%;text-align:center;margin-bottom:0}}@media (max-width:767px){.td_smart_list_2 .td-number-and-title{margin-right:auto;margin-left:auto;display:table}}.td_smart_list_2 .td-number-and-title h2{display:inline-block}.td_smart_list_2 .td-sml2-caption{text-align:right;font-family:Verdana,Geneva,sans-serif;font-style:italic;font-size:11px;line-height:17px;color:#000}.td_smart_list_2 .td-sml2-description p{font-size:12px;margin-top:13px}.td_smart_list_2.td-3-columns .td-sml2-current-item-title{width:920px}@media (min-width:768px) and (max-width:1023px){.td_smart_list_2.td-3-columns .td-sml2-current-item-title{max-width:650px}}@media (max-width:767px){.td_smart_list_2.td-3-columns .td-sml2-current-item-title{max-width:100%;width:100%}}.td-slide-smart-list-2{display:block!important}.td-slide-smart-list-2 img{width:100%}.td_smart_list_3{position:relative;overflow:hidden;padding:10px 0 12px 0;margin-bottom:40px;z-index:1;clear:both}@media (max-width:767px){.td_smart_list_3{margin-bottom:0}}.td_smart_list_3 .td-item{width:100%;margin:0}.td_smart_list_3 .td-item img{max-width:100%;height:auto}.td_smart_list_3 .td-sml3-current-item-nr{display:inline-block;font-weight:700;font-size:21px;line-height:24px;color:#fff;padding:6px 4px 6px 4px;background-color:#000;-webkit-border-radius:3px;border-radius:3px;width:37px;height:37px;text-align:center;margin-right:15px;margin-bottom:10px;vertical-align:top}@media (max-width:767px){.td_smart_list_3 .td-sml3-current-item-nr{display:none}}.td_smart_list_3 .td-sml3-current-item-title{display:inline-block;font-weight:700;font-style:italic;font-size:20px;line-height:28px;color:#000;width:265px;margin-bottom:10px;margin-top:4px}@media (max-width:767px){.td_smart_list_3 .td-sml3-current-item-title{display:block;width:100%}}.td_smart_list_3 .td-vertical-align-top{vertical-align:top}.td_smart_list_3 .td-number-and-title{float:left}@media (max-width:767px){.td_smart_list_3 .td-number-and-title{float:none;text-align:center}}.td_smart_list_3 .td-number-and-title h2{display:inline-block;margin:0}.td_smart_list_3 .td-sml3-top-title{text-align:center;margin-top:4px;margin-bottom:30px;margin-right:100px;margin-left:100px;overflow:hidden;height:22px;font-size:11px;font-style:italic}@media (min-width:768px) and (max-width:1023px){.td_smart_list_3 .td-sml3-top-title{margin-bottom:17px}}@media (max-width:767px){.td_smart_list_3 .td-sml3-top-title{display:none}}.td_smart_list_3 .td-sml3-link-to-image img{margin-bottom:6px}.td_smart_list_3 .td-sml3-bottom-title{text-align:center;margin-top:0;margin-bottom:0;margin-right:100px;margin-left:100px;overflow:hidden;height:22px;position:relative;top:0;font-size:11px;font-style:italic}@media (max-width:767px){.td_smart_list_3 .td-sml3-bottom-title{display:none}}.td_smart_list_3 .td-icon-left,.td_smart_list_3 .td-icon-right{display:inline-block;min-width:67px;height:28px;text-align:center;-webkit-border-radius:3px;border-radius:3px;font-size:16px;padding:7px 14px 7px 13px;color:#fff;background-color:#000;line-height:23px}.td_smart_list_3 .td-icon-left:hover,.td_smart_list_3 .td-icon-right:hover{background-color:#4db2ec}.td_smart_list_3 .td-sml3-top-controls,.td_smart_list_3 .td-sml3-bottom-controls{display:inline-block;padding:8px 0;width:100%;z-index:9;border-top:1px dashed #f1f1f1;border-bottom:1px dashed #f1f1f1}@media (max-width:767px){.td_smart_list_3 .td-sml3-top-controls,.td_smart_list_3 .td-sml3-bottom-controls{border:0}}.td_smart_list_3 .td-sml3-top-controls .td-icon-left,.td_smart_list_3 .td-sml3-bottom-controls .td-icon-left{position:relative;left:0;padding:2px 10px 2px 10px}.td_smart_list_3 .td-sml3-top-controls .td-icon-left span,.td_smart_list_3 .td-sml3-bottom-controls .td-icon-left span{float:right;position:relative;margin:8px 2px 8px 12px}.td_smart_list_3 .td-sml3-top-controls .td-icon-right,.td_smart_list_3 .td-sml3-bottom-controls .td-icon-right{position:absolute;right:0;padding:2px 10px 2px 10px}.td_smart_list_3 .td-sml3-top-controls .td-icon-right span,.td_smart_list_3 .td-sml3-bottom-controls .td-icon-right span{float:left;position:relative;margin:8px 12px 8px 2px}.td_smart_list_3 .td-sml3-top-controls .td-sml3-control-text,.td_smart_list_3 .td-sml3-bottom-controls .td-sml3-control-text{position:relative;font-family:'Open Sans',arial,sans-serif;font-style:normal;text-transform:uppercase;font-size:11px;font-weight:600;line-height:8px}.td_smart_list_3 .td-sml3-top-controls{position:absolute;top:0}@media (max-width:767px){.td_smart_list_3 .td-sml3-top-controls{position:relative}}.td_smart_list_3 .td-sml3-bottom-controls{position:absolute;bottom:0}@media (max-width:767px){.td_smart_list_3 .td-sml3-bottom-controls{position:relative}}.td_smart_list_3 .td-sml3-description{min-height:390px;margin-bottom:40px}@media (max-width:767px){.td_smart_list_3 .td-sml3-description{display:table;margin-bottom:0;width:100%}}.td_smart_list_3 .td-sml-figure{position:relative;top:0;width:300px;float:right;margin:0 0 20px 20px}.td_smart_list_3 .td-sml-figure .td-slide-smart-list-figure{display:block}@media (min-width:768px) and (max-width:1023px){.td_smart_list_3 .td-sml-figure{margin:0 0 17px 20px}}@media (max-width:767px){.td_smart_list_3 .td-sml-figure{margin-left:auto;margin-right:auto;float:none;display:table}}.td_smart_list_3 .td-sml3-caption{text-align:right;font-family:Verdana,Geneva,sans-serif;font-style:italic;font-size:11px;line-height:17px;color:#000}.td_smart_list_3 .td-mobile-nr{display:none}@media (max-width:767px){.td_smart_list_3 .td-mobile-nr{display:inline-block;padding:6px 8px;color:#fff;background-color:#000;font-size:12px;-webkit-border-radius:3px;border-radius:3px;line-height:19px;position:relative;top:-3px;width:30px;height:30px;text-align:center;margin-right:6px}}@media (min-width:768px) and (max-width:1023px){.td_smart_list_3.td-2-columns .td-sml3-description{display:table;width:100%}.td_smart_list_3.td-2-columns .td-sml3-caption{margin-top:6px}.td_smart_list_3.td-2-columns .td-sml-figure{margin-left:0;margin-top:0;float:right;width:40%}.td_smart_list_3.td-2-columns .td-sml-figure img{margin:0 auto}.td_smart_list_3.td-2-columns .td-sml3-top-title,.td_smart_list_3.td-2-columns .td-sml3-bottom-title{font-size:9px}.td_smart_list_3.td-2-columns .td-sml3-current-item-title{font-size:18px}}@media (min-width:768px) and (max-width:1023px) and (min-width:768px) and (max-width:1023px){.td_smart_list_3.td-2-columns .td-sml3-description{margin-top:27px}}@media (min-width:768px) and (max-width:1023px) and (min-width:768px) and (max-width:1023px){.td_smart_list_3.td-2-columns .td-number-and-title h2{display:inherit}}@media (min-width:768px) and (max-width:1023px) and (min-width:768px) and (max-width:1023px){.td_smart_list_3.td-2-columns .td-sml-figure{margin-left:10px}}@media (min-width:768px) and (max-width:1023px) and (min-width:768px) and (max-width:1023px){.td_smart_list_3.td-2-columns .td-sml3-current-item-title{width:217px}}.td_smart_list_3.td-3-columns .td-sml3-current-item-title{width:607px}@media (min-width:768px) and (max-width:1023px){.td_smart_list_3.td-3-columns .td-sml3-current-item-title{width:348px}}@media (max-width:767px){.td_smart_list_3.td-3-columns .td-sml3-current-item-title{width:100%}}.td_smart_list_3.td-3-columns .td-sml3-bottom-title{width:780px}@media (min-width:768px) and (max-width:1023px){.td_smart_list_3.td-3-columns .td-sml3-bottom-title{width:521px}}.td_smart_list_4 .td-item{vertical-align:top;border-bottom:1px dashed #f1f1f1;min-height:174px;margin-bottom:21px}@media (max-width:767px){.td_smart_list_4 .td-item{display:table;width:100%}}@media (max-width:767px){.td_smart_list_4 .td-item div{display:table-header-group;text-align:center}}.td_smart_list_4 .td-number-and-title h2{margin-bottom:0;margin-top:2px}.td_smart_list_4 .td-sml4-nr{display:inline-block;font-weight:700;font-size:16px;line-height:18px;color:#fff;padding:6px 4px 6px 4px;background-color:#000;-webkit-border-radius:3px;border-radius:3px;width:30px;height:30px;text-align:center;margin-right:15px;vertical-align:top}@media (max-width:767px){.td_smart_list_4 .td-sml4-nr{margin:0}}.td_smart_list_4 .td-sml4-current-item-nr{display:inline-block;font-size:17px;font-family:'Open Sans',arial,sans-serif;font-weight:600;line-height:24px;color:#000;text-align:left;width:420px;margin-top:3px;vertical-align:top}@media (min-width:768px) and (max-width:1023px){.td_smart_list_4 .td-sml4-current-item-nr{width:253px}}@media (max-width:767px){.td_smart_list_4 .td-sml4-current-item-nr{width:100%;text-align:center;margin:10px 0 10px 0;padding-left:10px;padding-right:10px}}.td_smart_list_4 .td-sml-figure{float:right;margin-left:20px;margin-bottom:20px;max-width:150px}.td_smart_list_4 .td-sml-figure .td-slide-smart-list-figure{display:block}@media (max-width:767px){.td_smart_list_4 .td-sml-figure{margin-left:0;margin-top:0;width:100%;margin-bottom:0}.td_smart_list_4 .td-sml-figure img{margin:0 auto}.td_smart_list_4 .td-sml-figure .td-sml4-caption{float:right}}@media (max-width:767px) and (max-width:767px){.td_smart_list_4 .td-sml-figure .td-sml4-caption{float:none}}.td_smart_list_4 .td-sml4-caption{text-align:right;font-family:Verdana,Geneva,sans-serif;font-style:italic;font-size:11px;line-height:17px;color:#000;margin-top:6px}@media (max-width:767px){.td_smart_list_4 .td-sml4-caption{text-align:center;margin-right:auto;margin-left:auto;display:table;float:none}}.td_smart_list_4 .td-sml4-description p{font-size:12px;margin-top:13px;margin-bottom:14px}@media (max-width:767px){.td_smart_list_4.td-2-columns .td-sml4-current-item-nr{width:100%}}.td_smart_list_4.td-3-columns .td-sml4-current-item-nr{width:760px}@media (min-width:768px) and (max-width:1023px){.td_smart_list_4.td-3-columns .td-sml4-current-item-nr{width:500px}}@media (max-width:767px){.td_smart_list_4.td-3-columns .td-sml4-current-item-nr{width:100%}}.td-slide-smart-list-figure{display:inline-block}@media (max-width:767px){.td-slide-smart-list-figure .td-sml4-link-to-image img{width:auto}}.td-slide-smart-list-figure figcaption{margin-top:6px}.td-number-and-title h2{margin-top:0}.td_smart_list_2 .td-item{margin-bottom:40px}.td_smart_list_5 .td-item{margin-bottom:32px}.td_smart_list_5 .td-item:last-child{margin-bottom:0}.td_smart_list_5 .td-slide-smart-list-figure{display:block}.td_smart_list_5 .td-sml-figure{position:relative;text-align:center;display:table;margin-left:auto;margin-right:auto}.td_smart_list_5 .td-sml-current-item-nr{position:absolute;top:0;left:0;display:inline-block;font-weight:700;font-size:21px;line-height:24px;color:#fff;padding:6px 4px 6px 4px;background-color:#000;width:37px;height:37px;text-align:center;margin-right:15px;margin-bottom:20px;vertical-align:top}.td_smart_list_5 .td-sml-current-item-title{display:inline-block;font-weight:700;font-size:20px;line-height:28px;color:#000;margin-top:20px!important;margin-bottom:10px!important}@media (min-width:768px) and (max-width:1023px){.td_smart_list_5 .td-sml-current-item-title{margin-top:15px!important}}.td_smart_list_5 .td-sml-caption{position:absolute;bottom:0;left:0;right:0;text-align:right;color:#fff;font-family:Verdana,Geneva,sans-serif;font-style:italic;font-size:11px;line-height:17px;padding-right:10px;padding-bottom:10px;z-index:1}@media (min-width:768px) and (max-width:1023px){.td_smart_list_5 .td-sml-caption{font-size:10px;line-height:15px}}.td_smart_list_5 .td-sml-description p{font-size:12px;margin-top:0}.td_smart_list_5 figcaption div:before{bottom:0;left:0;content:"";display:block;height:150%;width:100%;position:absolute;z-index:-1;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff0),color-stop(100%,rgb(0 0 0 / .9)));background:linear-gradient(to bottom,#fff0 0%,rgb(0 0 0 / .9) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#b3000000',GradientType=0)}.td_smart_list_5 figcaption div:empty{display:none}.td_smart_list_6{position:relative;z-index:1;clear:both;margin-bottom:40px}.td_smart_list_6 .td-number-and-title{text-align:left;padding:0;margin-bottom:11px;position:relative}.td_smart_list_6 .td-number-and-title h2{margin:0}@media (min-width:768px) and (max-width:1023px){.td_smart_list_6 .td-number-and-title{margin-bottom:20px}}@media (max-width:767px){.td_smart_list_6 .td-number-and-title{margin-top:10px;margin-bottom:10px}}.td_smart_list_6 .td-sml-current-item-nr{display:inline-block;font-weight:600;font-size:21px;line-height:24px;color:#fff;padding:6px 4px;background-color:#000;border-radius:3px;width:37px;height:37px;text-align:center;margin-right:15px;vertical-align:top}@media (max-width:767px){.td_smart_list_6 .td-sml-current-item-nr{margin-right:auto;margin-left:auto;margin-bottom:10px;display:table}}.td_smart_list_6 .td-sml-current-item-title{display:inline-block;font-weight:600;font-size:20px;line-height:28px;color:#000;width:580px;margin-bottom:10px;margin-top:8px;position:relative;top:-3px}@media (min-width:768px) and (max-width:1023px){.td_smart_list_6 .td-sml-current-item-title{max-width:415px;margin-bottom:0}}@media (max-width:767px){.td_smart_list_6 .td-sml-current-item-title{display:block;width:100%;text-align:center;margin-bottom:0}}.td_smart_list_6 .td-sml-description p{font-size:12px;margin-top:13px}.td_smart_list_6 .td-slide-smart-list-figure{text-align:center;display:table;margin-left:auto;margin-right:auto}.td_smart_list_6 .td-sml-caption{text-align:right;font-family:Verdana,Geneva,sans-serif;font-style:italic;font-size:11px;line-height:17px;color:#000}.td_smart_list_6 .td-smart-list-pagination{text-align:center}@media (min-width:768px) and (max-width:1023px){.td_smart_list_6 .td-smart-list-pagination{margin-bottom:15px}}@media (max-width:767px){.td_smart_list_6 .td-smart-list-pagination{margin-bottom:18px}}.td_smart_list_6 .td-smart-list-button{display:inline-block;min-width:67px;text-align:center;border-radius:3px;font-family:'Open Sans',arial,sans-serif;font-style:normal;text-transform:uppercase;font-size:11px;font-weight:600;line-height:12px;padding:9px 14px;color:#fff;background-color:#000;margin-bottom:2px}.td_smart_list_6 .td-smart-list-button:hover{background-color:#4db2ec;text-decoration:none!important}.td_smart_list_6 .td-smart-back{margin-right:7px}.td_smart_list_6 .td-smart-back i{margin-right:7px;position:relative;top:1px}.td_smart_list_6 .td-smart-next{margin-left:7px}.td_smart_list_6 .td-smart-next i{margin-left:7px;position:relative;top:1px}.td_smart_list_7{position:relative;margin-bottom:21px;clear:both}.td_smart_list_7 .td-sml-current-item-title{display:block;font-weight:600;font-size:20px;line-height:28px;color:#000;margin-top:0;text-align:center;width:100%;margin-bottom:20px}@media (min-width:768px) and (max-width:1023px){.td_smart_list_7 .td-sml-current-item-title{font-size:18px;line-height:24px}}@media (max-width:767px){.td_smart_list_7 .td-sml-current-item-title{display:block;width:100%;text-align:center;margin-top:10px;margin-bottom:10px}}.td_smart_list_7 .td-smart-list-pagination{display:inline-block;width:100%;position:absolute;top:0;margin-bottom:0}@media (max-width:767px){.td_smart_list_7 .td-smart-list-pagination{position:relative;margin-top:10px}}.td_smart_list_7 .td-smart-list-pagination .td-smart-back{float:left}.td_smart_list_7 .td-smart-list-pagination .td-smart-next{float:right}.td_smart_list_7 .td-item .td-smart-list-pagination{position:relative;display:inline-block;margin-top:14px}@media (max-width:767px){.td_smart_list_7 .td-item .td-smart-list-pagination{margin-bottom:5px}}.td_smart_list_7 .td-item .td-item-title{margin:0 85px}@media (max-width:767px){.td_smart_list_7 .td-item .td-item-title{margin:0 5px}}.td_smart_list_7 .td-smart-list-button{display:inline-block;min-width:67px;text-align:center;border-radius:3px;font-family:'Open Sans',arial,sans-serif;font-style:normal;text-transform:uppercase;font-size:11px;font-weight:600;line-height:12px;padding:9px 14px;color:#fff;background-color:#000}.td_smart_list_7 .td-smart-list-button:hover{background-color:#4db2ec;text-decoration:none!important}.td_smart_list_7 .td-smart-back i{margin-right:7px;position:relative;top:1px}.td_smart_list_7 .td-smart-next i{margin-left:7px;position:relative;top:1px}.td_smart_list_7 .td-sml-description p{font-size:12px;margin-top:0}.td_smart_list_7 .td-sml-caption{text-align:left;font-family:Verdana,Geneva,sans-serif;font-style:italic;font-size:11px;line-height:17px;color:#000}.td_smart_list_7 .td-slide-smart-list-figure{text-align:center;display:table;margin-left:auto;margin-right:auto}.td_smart_list_8{position:relative;z-index:1;clear:both}.td_smart_list_8 .td-number-and-title{text-align:left;padding:0;margin-bottom:16px;position:relative}.td_smart_list_8 .td-number-and-title h2{font-weight:600;font-size:20px;line-height:28px;margin-bottom:16px;margin-top:26px;color:#000}.td_smart_list_8 .td-sml-description{margin-top:0}.td_smart_list_8 .td-sml-description p{font-size:12px;margin-top:0}.td_smart_list_8 .td-smart-list-dropdown-wrap{text-align:center;border:1px solid #ededed;margin-bottom:20px;clear:both}@media (max-width:767px){.td_smart_list_8 .td-smart-list-dropdown-wrap{margin-top:10px}}.td_smart_list_8 .td-smart-list-dropdown-wrap .td-smart-list-dropdown{height:30px;padding:0 35px 0 10px;margin:10px 0;overflow:hidden;background-color:#fff;border:none;box-shadow:none;-webkit-appearance:none;appearance:none;outline:none;font-family:'Open Sans',arial,sans-serif;max-width:60%;text-overflow:ellipsis;cursor:pointer}@media (max-width:767px){.td_smart_list_8 .td-smart-list-dropdown-wrap .td-smart-list-dropdown{text-align:center;max-width:70%}}@media (max-width:767px){.td_smart_list_8 .td-smart-list-dropdown-wrap .td-smart-list-dropdown option{text-align:left}}.td_smart_list_8 .td-smart-list-dropdown-wrap .td-smart-list-dropdown::-ms-expand{display:none}.td_smart_list_8 .td-smart-list-dropdown-wrap .td-smart-list-container{display:inline;position:relative}.td_smart_list_8 .td-smart-list-dropdown-wrap .td-smart-list-container:before{content:'';width:0;height:0;position:absolute;top:7px;right:16px;z-index:0;border-left:5px solid #fff0;border-right:5px solid #fff0;border-top:5px solid #000;pointer-events:none}.td_smart_list_8 .td-smart-list-dropdown-wrap .td-smart-list-button{padding:2px 18px;margin:0;background-color:transparent!important;color:inherit}@media (max-width:767px){.td_smart_list_8 .td-smart-list-dropdown-wrap .td-smart-list-button{padding:2px 6px}}.td_smart_list_8 .td-smart-list-dropdown-wrap .td-smart-list-button i{display:none}@media (max-width:767px){.td_smart_list_8 .td-smart-list-dropdown-wrap .td-smart-list-button i{display:inline;top:1px;font-size:16px;position:relative}}@media (max-width:767px){.td_smart_list_8 .td-smart-list-dropdown-wrap .td-smart-list-button .td-icon-left:before{content:'\e802';margin-right:10px}}@media (max-width:767px){.td_smart_list_8 .td-smart-list-dropdown-wrap .td-smart-list-button .td-icon-right:before{content:'\e803';margin-left:10px}}.td_smart_list_8 .td-smart-list-dropdown-wrap .td-smart-list-button:hover{background-color:transparent!important;color:#4db2ec;text-decoration:none!important}@media (max-width:767px){.td_smart_list_8 .td-smart-list-dropdown-wrap .td-smart-list-button span{display:none}}.td_smart_list_8 .td-smart-list-dropdown-wrap .td-smart-disable:hover{color:#222}.td_smart_list_8 .td-smart-list-dropdown-wrap .td-smart-next{border-left:1px solid #ededed;margin-left:3px}.td_smart_list_8 .td-smart-list-dropdown-wrap .td-smart-back{border-right:1px solid #ededed;margin-right:3px}@-moz-document url-prefix(){.td_smart_list_8 .td-smart-list-dropdown-wrap .td-smart-list-container:before{top:9px}}.ie8 .td_smart_list_1 .td-iosSlider{width:100%!important;height:100%!important}.ie8 .td_smart_list_3 .td-iosSlider{width:100%;height:100%}.ie8 .td_smart_list_3 .td-sml3-description{position:relative;top:0}.ie8 .td_smart_list_3 .td-sml3-display-image{top:25px}.ie8 .td_smart_list_3 .td-sml3-bottom-controls{position:absolute;bottom:0}.ie8 .td_smart_list_3 .td-sml3-bottom-title{display:none}.ie8 .top-header-menu .td-icon-menu-down,.ie9 .top-header-menu .td-icon-menu-down,.ie10 .top-header-menu .td-icon-menu-down,.ie11 .top-header-menu .td-icon-menu-down{padding:0 0 0 8px}.ie8 .top-header-menu .menu-item-has-children li a,.ie9 .top-header-menu .menu-item-has-children li a,.ie10 .top-header-menu .menu-item-has-children li a,.ie11 .top-header-menu .menu-item-has-children li a{top:-1px}.ie8 .td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb,.ie9 .td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb,.ie10 .td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb,.ie11 .td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb{transform:none}@media screen and (max-width:767px){.ie9 .td-menu-mob-open-menu .td-content-wrap{left:80%}}.ie8 .block-title,.ie9 .block-title,.ie10 .block-title,.ie11 .block-title{line-height:19px}.ie8 .td-module-comments a,.ie9 .td-module-comments a,.ie10 .td-module-comments a,.ie11 .td-module-comments a{padding:2px 8px 3px 6px}.ie8 .td-footer-container .td-search-form-widget .wpb_button,.ie9 .td-footer-container .td-search-form-widget .wpb_button,.ie10 .td-footer-container .td-search-form-widget .wpb_button,.ie11 .td-footer-container .td-search-form-widget .wpb_button{border-radius:0}@media (min-width:768px){.ie8 .td-header-wrap .td-affix .td-main-menu-logo img,.ie9 .td-header-wrap .td-affix .td-main-menu-logo img,.ie10 .td-header-wrap .td-affix .td-main-menu-logo img,.ie11 .td-header-wrap .td-affix .td-main-menu-logo img{top:-2px}.ie8 .td-trending-now-title,.ie9 .td-trending-now-title,.ie10 .td-trending-now-title,.ie11 .td-trending-now-title{font-size:9px}}.ie8 .td-live-theme-demos .td-skin-scroll,.ie9 .td-live-theme-demos .td-skin-scroll,.ie10 .td-live-theme-demos .td-skin-scroll,.ie11 .td-live-theme-demos .td-skin-scroll{-webkit-transition:all 0.4s cubic-bezier(.55,0,.1,1) 0s;transition:all 0.4s cubic-bezier(.55,0,.1,1) 0s;left:auto;right:-118px}@media (max-width:1366px){.ie8 .td-live-theme-demos .td-skin-scroll,.ie9 .td-live-theme-demos .td-skin-scroll,.ie10 .td-live-theme-demos .td-skin-scroll,.ie11 .td-live-theme-demos .td-skin-scroll{right:-78px}}.ie8 .td-theme-settings-small .td-skin-scroll,.ie9 .td-theme-settings-small .td-skin-scroll,.ie10 .td-theme-settings-small .td-skin-scroll,.ie11 .td-theme-settings-small .td-skin-scroll{right:118px}@media (max-width:1366px){.ie8 .td-theme-settings-small .td-skin-scroll,.ie9 .td-theme-settings-small .td-skin-scroll,.ie10 .td-theme-settings-small .td-skin-scroll,.ie11 .td-theme-settings-small .td-skin-scroll{right:78px}}.ie8 .td-pb-span12{width:1021px}.ie8 .td-pulldown-filter-list{background-color:#fff}.ie8 .td_block_13 .td-pulldown-filter-display-option,.ie8 .td_block_14 .td-pulldown-filter-display-option,.ie8 .td_block_15 .td-pulldown-filter-display-option,.ie8 .td_block_13 .td-pulldown-filter-list,.ie8 .td_block_14 .td-pulldown-filter-list,.ie8 .td_block_15 .td-pulldown-filter-list{background-color:#222}.ie8 .wpb_tabs_nav a{border-right:1px solid #222}.ie8 .alignleft{float:left;margin-right:21px;margin-top:6px;margin-bottom:6px}.ie8 .alignright{float:right;margin-left:21px;margin-top:6px;margin-bottom:6px}.ie8 .td-menu-background,.ie8 #td-mobile-nav{left:-100%}.ie8 .td-menu-mob-open-menu .td-menu-background,.ie8 .td-menu-mob-open-menu #td-mobile-nav{left:0}.ie8 .td-search-background{right:100%}.ie8 .td-search-opened .td-search-background{right:0}.ie8 .td-live-theme-demos{display:none}.ie8 .td-trending-now-post{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"}.ie8 .td-trending-now-post:first-child{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"}.ie9 .td-grid-style-1 .td-module-thumb a:last-child:before{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)}.ie9 .td-grid-style-6 .td-big-grid-post-0 .td-module-thumb a:last-child:before{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjZjBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTUzZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)}.ie9 .td-grid-style-6.td_block_big_grid_7 .td-big-grid-post-2 .td-module-thumb a:last-child:before,.ie9 .td-grid-style-6 .td-big-grid-post-1 .td-module-thumb a:last-child:before{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDIxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYzJhMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)}.ie9 .td-grid-style-6.td_block_big_grid_7 .td-big-grid-post-1 .td-module-thumb a:last-child:before,.ie9 .td-grid-style-6 .td-big-grid-post-2 .td-module-thumb a:last-child:before{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjNWRkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZTA2Y2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)}.ie9 .td-grid-style-6 .td-big-grid-post-3 .td-module-thumb a:last-child:before{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZmYyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMThkMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)}.ie9 .td-grid-style-6 .td-big-grid-post-4 .td-module-thumb a:last-child:before{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlNzczZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYjAyMWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)}.ie9 .td-grid-style-6.td_block_big_grid_4 .td-big-grid-post-4 .td-module-thumb a:last-child:before,.ie9 .td-grid-style-6 .td-big-grid-post-5 .td-module-thumb a:last-child:before{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNmVhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjODE5NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)}.ie9 .td-grid-style-6.td_block_big_grid_6 .td-big-grid-post-5 .td-module-thumb a:last-child:before,.ie9 .td-grid-style-6.td_block_big_grid_5 .td-big-grid-post-4 .td-module-thumb a:last-child:before,.ie9 .td-grid-style-6 .td-big-grid-post-6 .td-module-thumb a:last-child:before{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRmZmZkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDVmODciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)}.ie9 .td-grid-style-7 .td-big-grid-post-0 .td-module-thumb a:last-child:before{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDEwY2JjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNmYzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=)}.ie9 .td-grid-style-7 .td-big-grid-post-1 .td-module-thumb a:last-child:before{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjQ4ODBkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcwZmY5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=)}.ie9 .td-grid-style-7 .td-big-grid-post-2 .td-module-thumb a:last-child:before{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYzQwZjc5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdlYmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=)}.ie9 .td-grid-style-7 .td-big-grid-post-3 .td-module-thumb a:last-child:before{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAxNmJlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJhZWM3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=)}.ie9 .td-grid-style-7 .td-big-grid-post-4 .td-module-thumb a:last-child:before{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDIzYzhjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmODZkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=)}.ie9 .td-grid-style-7.td_block_big_grid .td-big-grid-post-4 .td-module-thumb a:last-child:before,.ie9 .td-grid-style-7.td_block_big_grid_5 .td-big-grid-post-2 .td-module-thumb a:last-child:before,.ie9 .td-grid-style-7 .td-big-grid-post-5 .td-module-thumb a:last-child:before{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDBhYzgxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNzc4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=)}.ie9 .td-grid-style-7.td_block_big_grid_6 .td-big-grid-post-4 .td-module-thumb a:last-child:before,.ie9 .td-grid-style-7.td_block_big_grid_4 .td-big-grid-post-2 .td-module-thumb a:last-child:before,.ie9 .td-grid-style-7 .td-big-grid-post-6 .td-module-thumb a:last-child:before{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDA3ODA4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZjk0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=)}.ie9 .td-menu-background,.ie9 #td-mobile-nav{left:-100%}.ie9 .td-menu-mob-open-menu .td-menu-background,.ie9 .td-menu-mob-open-menu #td-mobile-nav{left:0}.ie9 .td-search-background{right:100%}.ie9 .td-search-opened .td-search-background{right:0}@media (min-width:768px){.td-md-is-chrome .td-header-style-4 .td-main-menu-logo a img,.td-md-is-chrome .td-header-style-5 .td-main-menu-logo a img,.td-md-is-chrome .td-header-style-9 .td-main-menu-logo a img{top:-1px}}.td-md-is-chrome .td-next-prev-wrap i{padding:4px 6px 3px}.td-md-is-chrome .td_block_mega_menu .td-next-prev-wrap i{padding:3px 6px 2px}.td-md-is-chrome .td_block_inner_overflow .td_module_wrap,.td-md-is-chrome .td_block_inner_overflow .item-details{position:relative}.td-md-is-android #td-top-mobile-toggle i{line-height:58px;padding-left:11px}.td-md-is-android .td-mobile-close a{padding:16px 0 16px}.td-md-is-android .block-title>a,.td-md-is-android .block-title>span{padding:3px 15px 1px}.td-md-is-android .td-module-comments a{padding:3px 6px}.td-md-is-android .page-nav a,.td-md-is-android .page-nav span{padding:4px 10px 2px}.td-md-is-android .page-nav .pages{padding-right:0}.td-md-is-android .widget_calendar tfoot a{padding:3px 15px 1px}.td-md-is-android .td_block_mega_menu .td-next-prev-wrap i{padding:3px 6px 2px}.td-md-is-android .td_block_mega_menu .td_mega_menu_sub_cats a{padding:3px 15px 2px}@media (min-width:768px) and (max-width:1023px){.td-md-is-android .td_block_mega_menu .td_mega_menu_sub_cats a{padding:2px 12px}}.td-md-is-android .td_block_mega_menu .td-post-category{padding:5px 6px}.td-md-is-android .header-search-wrap .td-icon-search{font-size:23px}@media (max-width:767px){.td-md-is-android .header-search-wrap .td-icon-search{font-size:26px}}.td-md-is-android.category .entry-title span{padding:3px 15px 2px}.td-md-is-android .dropcap{padding:3px 10px 1px}.td-md-is-android .wpb_tabs li a{padding:2px 15px 0!important}.td-md-is-android .td-page-content .td-arrow-list li::before{line-height:20px}.td-md-is-android .td-author-counters span{padding:4px 15px 2px}.td-md-is-android .td-close-more-articles-box{top:19px}.td-md-is-android .td-related-title a{padding:2px 14px 1px}@media (min-width:768px) and (max-width:1023px){.td-md-is-android .td-trending-now-title{padding:2px 15px 3px}}.td-md-is-android .td-trending-now-wrapper .td-next-prev-wrap{top:2px}.td-md-is-android .td-trending-now-title{top:-5px}@media (max-width:767px){.td-md-is-android .td-trending-now-title{top:0}}.td-md-is-android .td-next-prev-wrap i{padding:6px 6px 3px}.td-md-is-android input[type="text"],.td-md-is-android .td-login-wrap .td-login-input{font-size:16px!important}.td-md-is-android .td-grid-style-2 .td-big-grid-post .td-post-category,.td-md-is-android .td-grid-style-6 .td-big-grid-post .td-post-category,.td-md-is-android .td-grid-style-7 .td-big-grid-post .td-post-category{padding:0}.td-md-is-android .td-menu-mob-open-menu #td-outer-wrap,.td-md-is-android .td-search-opened #td-outer-wrap{transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0)}.td-md-is-android .td-skin-scroll{display:none}.td-md-is-ios input[type="text"],.td-md-is-ios .td-login-wrap .td-login-input{font-size:16px!important}.td-md-is-ios .td-skin-scroll{display:none}.backstretch{width:100%;height:100%;position:fixed;z-index:-99999;top:0}body .td-backstretch{max-width:none;opacity:0;transition:opacity 2s;display:block}body .td-stretch-width{height:auto;width:100.03%;margin:0;position:relative;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%)}body .td-stretch-height{position:relative;height:100%;width:auto;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%)}.td-background-link #td-outer-wrap{cursor:pointer}.td-background-link #td-outer-wrap .td-main-content-wrap{pointer-events:none}.td-background-link #td-outer-wrap .td-main-content-wrap .td-container{pointer-events:auto}.td-background-link .td-header-container,.td-background-link .td-container{cursor:auto}.single_template_6.td-background-link #td-outer-wrap{cursor:auto}body.td-animation-stack-type0 .td-animation-stack .entry-thumb,body.td-animation-stack-type0 .post img{opacity:0}.td-animation-stack-type0-2{opacity:1!important;-webkit-transition:opacity 0.3s;transition:opacity 0.3s;transition-timing-function:cubic-bezier(.39,.76,.51,.56)}body.td-animation-stack-type1 .td-animation-stack .entry-thumb,body.td-animation-stack-type1 .post .entry-thumb,body.td-animation-stack-type1 .post img[class*="wp-image-"],body.td-animation-stack-type1 .post a.td-sml-link-to-image>img{opacity:0;transform:scale(.95)}.td-animation-stack-type1-2{opacity:1!important;transform:scale(1)!important;-webkit-transform:scale(1)!important;-webkit-transition:transform 0.5s ease,opacity 0.3s cubic-bezier(.39,.76,.51,.56) 0s;transition:transform 0.5s ease,opacity 0.3s cubic-bezier(.39,.76,.51,.56) 0s}body.td-animation-stack-type2 .td-animation-stack .entry-thumb,body.td-animation-stack-type2 .post .entry-thumb,body.td-animation-stack-type2 .post img[class*="wp-image-"],body.td-animation-stack-type2 .post a.td-sml-link-to-image>img{opacity:0;transform:translate(0,10px);-webkit-transform:translate(0,10px)}.td-animation-stack-type2-2{opacity:1!important;transform:scale(1)!important;-webkit-transform:scale(1)!important;-webkit-transition:transform 0.4s cubic-bezier(.13,.43,.57,.88),opacity 0.4s cubic-bezier(.13,.43,.57,.88);transition:transform 0.4s cubic-bezier(.13,.43,.57,.88),opacity 0.4s cubic-bezier(.13,.43,.57,.88)}.wp-block-image.td-caption-align-left figcaption .mfp-title,.wp-block-image.td-caption-align-left figcaption{text-align:left}.wp-block-image.td-caption-align-center figcaption .mfp-title,.wp-block-image.td-caption-align-center figcaption{text-align:center}.wp-block-image.td-caption-align-right figcaption .mfp-title,.wp-block-image.td-caption-align-right figcaption{text-align:right}.mfp-figure.td-caption-align-left figcaption .mfp-title{text-align:left}.mfp-figure.td-caption-align-center figcaption .mfp-title{text-align:center}.mfp-figure.td-caption-align-right figcaption .mfp-title{text-align:right}p.has-drop-cap[class*="dropcapp"]:first-letter{float:left;display:block;font-size:50px;line-height:56px;background-color:#4db2ec;color:#fff;text-align:center;margin:9px 13px 0 0;padding:2px 14px 4px;font-family:Verdana,Geneva,sans-serif;text-transform:uppercase}p.has-drop-cap.dropcapp1:first-letter{padding-left:18px;padding-right:17px;font-size:40px;border-radius:70px}p.has-drop-cap.dropcapp2:first-letter,p.has-drop-cap.dropcapp3:first-letter{background-color:transparent!important;color:#4B4B4B;font-size:79px;line-height:69px;margin:0 9px 0 0;padding:0 13px 0 0}p.has-drop-cap.dropcapp3:first-letter{font-weight:700}p.has-drop-cap.dropcapp4{margin-top:40px}p.has-drop-cap.dropcapp4:first-letter{background-color:#000;font-size:.85em;line-height:1;color:#fff;border-radius:100px;margin:-2px 15px 0 0;padding:9px 11px}p.has-drop-cap.dropcapp4:after{padding-top:0}p span.td_text_columns_two_cols{display:block}.td-post-content p.has-small-font-size{font-size:13px}.td-post-content p.has-large-font-size{font-size:36px}.td-post-content p.has-larger-font-size{font-size:42px}.wp-block-button{margin-bottom:28px}.wp-block-button .wp-block-button__link{border-radius:0;cursor:pointer;display:inline-block;position:relative;font-family:'Open Sans',arial,sans-serif;font-weight:600;padding:9px 12px;font-size:16px;line-height:20px}.wp-block-button .wp-block-button__link:hover{background-color:#4db2ec}.wp-block-button.td_btn_small .wp-block-button__link{padding:5px 10px;font-size:12px;line-height:1.5}.wp-block-button.td_btn_normal .wp-block-button__link{padding:9px 12px;font-size:16px;line-height:20px}.wp-block-button.td_btn_large .wp-block-button__link{padding:10px 16px;font-size:18px;line-height:1.33}.wp-block-button.is-style-round .wp-block-button__link{border-radius:4px}.wp-block-button.is-style-shadow .wp-block-button__link{top:0;-webkit-box-shadow:0 4px 7px 0 rgb(0 0 0 / .25);-moz-box-shadow:0 4px 7px 0 rgb(0 0 0 / .25);box-shadow:0 4px 7px 0 rgb(0 0 0 / .25);transition:top 0.1s ease;-webkit-transition:top 0.1s ease}.wp-block-button.is-style-shadow .wp-block-button__link:hover{top:-3px;-webkit-box-shadow:0 6px 12px 0 rgb(0 0 0 / .25);-moz-box-shadow:0 6px 12px 0 rgb(0 0 0 / .25);box-shadow:0 6px 12px 0 rgb(0 0 0 / .25)}.wp-block-button.is-style-3d .wp-block-button__link{top:0;transition:top 0.1s ease;-webkit-transition:top 0.1s ease}.wp-block-button.is-style-3d .wp-block-button__link:after{content:"";position:absolute;display:block;left:0;top:100%;width:100%;height:5px;background-color:rgb(0 0 0 / .25);z-index:0;transition:height 0.1s ease;-webkit-transition:height 0.1s ease}.wp-block-button.is-style-3d .wp-block-button__link:hover{top:5px}.wp-block-button.is-style-3d .wp-block-button__link:hover:after{height:0}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:#fff}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}.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}