.ap-fixed{position:fixed}.ap-absolute{position:absolute}.ap-left-0{left:0}.ap-top-0{top:0}.ap-z-30{z-index:30}.ap-z-40{z-index:40}.ap-z-\[9999\]{z-index:9999}.ap-flex{display:flex}.ap-hidden{display:none}.ap-h-auto{height:auto}.ap-h-full{height:100%}.ap-w-full{width:100%}.ap-items-center{align-items:center}.ap-justify-center{justify-content:center}.ap-px-4{padding-left:1rem;padding-right:1rem}.ap-opacity-0{opacity:0}.ap-transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ajaxpress-animate-cursor,.ajaxpress-animate-cursor *{cursor:var(--ajaxpress-cursor-mode)}.ajaxpress-comment-form-processing{opacity:.5;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:progress;position:relative}.ajaxpress-comment-form-processing:after{content:"";display:block;width:100%;height:100%;background-color:var(--ajaxpress-color-background, #fff);opacity:.5;border-radius:10px;position:absolute;top:0;left:0;z-index:1000;background-image:linear-gradient(120deg,#fff0,#fff9,#fff0);background-size:200% 100%;animation:ajaxpress-comment-shimmer 1.2s linear infinite;pointer-events:none}@keyframes ajaxpress-comment-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.ajaxpress-progressbar{position:fixed;left:0;z-index:9999;width:0px;transition:width .6s cubic-bezier(.4,0,.2,1),opacity .2s}.ajaxpress-progressbar.progressbar-wave{background:linear-gradient(90deg,var(--progressbar-color) 0%,color-mix(in srgb,var(--progressbar-color) 70%,white) 50%,var(--progressbar-color) 100%);background-size:200% 100%;animation:progressbar-wave var(--animation-speed, 1.5s) linear infinite}@keyframes progressbar-wave{0%{background-position:200% 0}to{background-position:-200% 0}}.ajaxpress-progressbar.preview{position:absolute}.ajaxpress-progressbar-hidden{z-index:0;opacity:0}.ajaxpress-spinner{position:fixed;left:0;top:0;z-index:30;display:none;height:100%;width:100%;align-items:center;justify-content:center;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s}.ajaxpress-spinner-hidden{animation:fade-out .3s cubic-bezier(.77,0,.175,1)}.ajaxpress-spinner:not(.ajaxpress-spinner-hidden){display:flex}.ajaxpress-spinner-overlay{position:absolute;left:0;top:0;z-index:30;height:100%;width:100%}.ajaxpress-spinner-content{z-index:40;display:flex;align-items:center;justify-content:center;padding:.5rem 1rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;max-width:90vw;box-sizing:border-box}.ajaxpress-spinner-image{height:auto;flex-shrink:0;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;max-width:80px;max-height:80px}.ajaxpress-spinner-text{text-align:center;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;word-break:break-word;overflow-wrap:break-word}@keyframes fade-out{0%{opacity:1}to{opacity:0;pointer-events:none;visibility:hidden}}.ajaxpress-animate-fade-out{animation:ap-fade-out var(--ajaxpress-animation-duration, .3s) cubic-bezier(.4,0,.2,1) both}.ajaxpress-animate-fade-in{animation:ap-fade-in var(--ajaxpress-animation-duration, .3s) cubic-bezier(.4,0,.2,1) both}@keyframes ap-fade-out{0%{opacity:1}to{opacity:0}}@keyframes ap-fade-in{0%{opacity:0}to{opacity:1}}.ajaxpress-animate-slide-out{animation:ap-slide-out var(--ajaxpress-animation-duration, .3s) cubic-bezier(.4,0,.2,1) both}.ajaxpress-animate-slide-in{animation:ap-slide-in var(--ajaxpress-animation-duration, .3s) cubic-bezier(.4,0,.2,1) both}@keyframes ap-slide-out{0%{transform:translateY(0);opacity:1}to{transform:translateY(-30px);opacity:0}}@keyframes ap-slide-in{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.ajaxpress-animate-flip-out{animation:ap-flip-out var(--ajaxpress-animation-duration, .3s) cubic-bezier(.4,0,.2,1) both}.ajaxpress-animate-flip-in{animation:ap-flip-in var(--ajaxpress-animation-duration, .3s) cubic-bezier(.4,0,.2,1) both}@keyframes ap-flip-out{0%{transform:perspective(800px) rotateX(0);opacity:1}to{transform:perspective(800px) rotateX(90deg);opacity:0}}@keyframes ap-flip-in{0%{transform:perspective(800px) rotateX(-90deg);opacity:0}to{transform:perspective(800px) rotateX(0);opacity:1}}.ajaxpress-animate-scale-out{animation:ap-scale-out var(--ajaxpress-animation-duration, .3s) cubic-bezier(.4,0,.2,1) both}.ajaxpress-animate-scale-in{animation:ap-scale-in var(--ajaxpress-animation-duration, .3s) cubic-bezier(.4,0,.2,1) both}@keyframes ap-scale-out{0%{transform:scale(1);opacity:1}to{transform:scale(.9);opacity:0}}@keyframes ap-scale-in{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.ajaxpress-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border-width:0!important}.ajaxpress-enhanced-focus.ajaxpress-keyboard-user a:focus,.ajaxpress-enhanced-focus.ajaxpress-keyboard-user button:focus,.ajaxpress-enhanced-focus.ajaxpress-keyboard-user input:focus,.ajaxpress-enhanced-focus.ajaxpress-keyboard-user select:focus,.ajaxpress-enhanced-focus.ajaxpress-keyboard-user textarea:focus,.ajaxpress-enhanced-focus.ajaxpress-keyboard-user [tabindex]:focus{outline:3px solid #4f46e5!important;outline-offset:2px!important;box-shadow:0 0 0 4px #4f46e54d!important}@media(forced-colors:active){.ajaxpress-enhanced-focus.ajaxpress-keyboard-user a:focus,.ajaxpress-enhanced-focus.ajaxpress-keyboard-user button:focus,.ajaxpress-enhanced-focus.ajaxpress-keyboard-user input:focus,.ajaxpress-enhanced-focus.ajaxpress-keyboard-user select:focus,.ajaxpress-enhanced-focus.ajaxpress-keyboard-user textarea:focus,.ajaxpress-enhanced-focus.ajaxpress-keyboard-user [tabindex]:focus{outline:3px solid CanvasText!important}}@media(prefers-reduced-motion:reduce){.ajaxpress-animate-fade-out,.ajaxpress-animate-fade-in,.ajaxpress-animate-slide-out,.ajaxpress-animate-slide-in,.ajaxpress-animate-flip-out,.ajaxpress-animate-flip-in,.ajaxpress-animate-scale-out,.ajaxpress-animate-scale-in{animation:none!important;transition:none!important;opacity:1!important;transform:none!important}.ajaxpress-progressbar{transition:none!important}html{scroll-behavior:auto!important}}

#rsl-staff-section{font-family:'Montserrat','Inter',sans-serif;width:100%;margin:0 auto;padding:0;box-sizing:border-box}.rsl-st-header{display:flex;align-items:center;gap:8px;margin-bottom:28px;padding-top:8px;position:relative;max-width:1200px;margin-left:auto;margin-right:auto}.rsl-st-header:before{content:'';position:absolute;top:0;left:0;width:48px;height:2px;background:#c9a84c}.rsl-st-dot{width:8px;height:8px;border-radius:50%;background:#c8522a;flex-shrink:0;animation:rsl-st-pulse 1.4s infinite}@keyframes rsl-st-pulse{0%,100%{opacity:1}50%{opacity:.2}}.rsl-st-title{font-size:11px;font-weight:700;color:#f5efe0;letter-spacing:.1em;text-transform:uppercase}.rsl-st-carousel-outer{position:relative;width:100%}.rsl-st-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 calc((100% - 1200px) / 2);box-sizing:border-box;touch-action:pan-x}.rsl-st-track::-webkit-scrollbar{display:none}.rsl-st-card{flex:0 0 280px;height:420px;border-radius:14px;overflow:hidden;position:relative;scroll-snap-align:start;flex-shrink:0;display:flex;flex-direction:column;justify-content:flex-end;transition:transform .3s ease}.rsl-st-card:hover{transform:scale(1.03)}.rsl-st-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(26,43,74,0) 0%,rgba(26,43,74,.05) 35%,rgba(26,43,74,.75) 65%,rgba(26,43,74,.97) 100%);z-index:1}.rsl-st-content{position:relative;z-index:2;padding:20px 16px 18px}.rsl-st-accent-bar{width:28px;height:2px;border-radius:2px;margin-bottom:8px;background:var(--accent,#c8522a)}.rsl-st-name{font-size:14px;font-weight:700;color:#f5efe0;letter-spacing:.05em;text-transform:uppercase;line-height:1.2;margin-bottom:3px}.rsl-st-nickname{font-size:10px;font-weight:600;color:var(--accent,#c8522a);letter-spacing:.06em;text-transform:uppercase;margin-bottom:6px}.rsl-st-role{font-size:10px;color:rgba(245,239,224,.65);margin-bottom:4px;line-height:1.4}.rsl-st-orario{font-size:10px;font-weight:700;color:#c9a84c;letter-spacing:.04em}.rsl-st-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:rgba(26,43,74,.85);border:1px solid rgba(245,239,224,.15);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s;backdrop-filter:blur(8px)}.rsl-st-arrow:hover{background:rgba(200,82,42,.8);border-color:#c8522a}.rsl-st-arrow svg path{stroke:#f5efe0}.rsl-st-arrow-left{left:8px}.rsl-st-arrow-right{right:8px}.rsl-st-arrow.rsl-st-disabled{opacity:.2;pointer-events:none}.rsl-st-dots{display:flex;justify-content:center;gap:6px;margin-top:16px}.rsl-st-dot-item{width:6px;height:6px;border-radius:50%;background:rgba(245,239,224,.25);transition:all .2s;cursor:pointer}.rsl-st-dot-item.active{background:#c8522a;width:18px;border-radius:3px}@media (max-width:767px){.rsl-st-card{flex:0 0 220px;height:300px}.rsl-st-name{font-size:12px}.rsl-st-arrow{display:none}.rsl-st-track{padding:0 16px;gap:10px}}
:root{--rsl-oro:#c9a84c;--rsl-arancio:#c8522a;--rsl-arancio2:#e8693a;--rsl-cream:#f5efe0;--rsl-n:#5a9fd4;--rsl-m:#5dbf8a;--rsl-t:#e8c06a;--rsl-l:#d47c5a;--rsl-s:#a07cd4;--rsl-x:#666;--rsl-gr:#7ab8e8}@keyframes rsl-pulse{0%,100%{opacity:1}50%{opacity:.2}}
#rsl-home-palinsesto{font-family:'Montserrat','Inter',sans-serif;width:100%;max-width:1200px;margin:0 auto;padding:0;box-sizing:border-box}.rsl-hp-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:10px;padding-top:8px;position:relative}.rsl-hp-header:before{content:'';position:absolute;top:0;left:0;width:48px;height:2px;background:var(--rsl-oro)}.rsl-hp-title-wrap{display:flex;align-items:center;gap:8px;cursor:pointer;position:relative}.rsl-hp-live-dot{width:8px;height:8px;border-radius:50%;background:var(--rsl-arancio);flex-shrink:0;animation:rsl-pulse 1.4s infinite}.rsl-hp-title{font-size:11px;font-weight:700;color:var(--rsl-cream);letter-spacing:.1em;text-transform:uppercase}.rsl-hp-title-wrap:after{content:'Torna a oggi';position:absolute;top:calc(100% + 6px);left:0;background:#0f1a2e;color:var(--rsl-oro);font-size:9px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:4px 8px;border-radius:4px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s;border:1px solid rgba(201,168,76,.3);z-index:10}.rsl-hp-title-wrap.rsl-hp-not-today:hover:after{opacity:1}.rsl-hp-nav{display:flex;gap:4px;flex-wrap:wrap}.rsl-hp-day-btn{font-size:10px;font-weight:600;padding:4px 12px;border-radius:20px;border:1px solid rgba(245,239,224,.2);background:0 0;color:rgba(245,239,224,.55);cursor:pointer;transition:all .15s;font-family:inherit;letter-spacing:.04em;outline:none;-webkit-appearance:none;appearance:none}.rsl-hp-day-btn:hover{background:rgba(245,239,224,.08);color:rgba(245,239,224,.85)}.rsl-hp-day-btn.rsl-hp-active{background:var(--rsl-arancio);color:#fff;border-color:var(--rsl-arancio);font-weight:700}.rsl-hp-day-btn:focus,.rsl-hp-day-btn:focus-visible{outline:none;box-shadow:none}.rsl-hp-now-bar{display:flex;align-items:center;gap:10px;background:rgba(200,82,42,.12);border:1px solid rgba(200,82,42,.3);border-radius:8px;padding:8px 16px;margin-bottom:16px;flex-wrap:wrap}.rsl-hp-now-label{font-size:9px;font-weight:700;color:var(--rsl-arancio);text-transform:uppercase;letter-spacing:.08em;flex-shrink:0}.rsl-hp-now-prog{font-size:13px;font-weight:700;color:var(--rsl-cream);flex:1}.rsl-hp-now-time{font-size:10px;color:rgba(245,239,224,.45);flex-shrink:0}.rsl-hp-carousel-wrap{display:flex;flex-direction:row;align-items:center;gap:8px;width:100%;box-sizing:border-box}#rsl-home-palinsesto .rsl-hp-arrow{flex-shrink:0;width:26px;height:80px;display:flex;align-items:center;justify-content:center;cursor:pointer;user-select:none;transition:opacity .15s,transform .1s;background:0 0;border:none;outline:none;padding:0;margin:0;-webkit-appearance:none;appearance:none}#rsl-home-palinsesto .rsl-hp-arrow:hover{transform:scale(1.3)}#rsl-home-palinsesto .rsl-hp-arrow:active{transform:scale(.9)}#rsl-home-palinsesto .rsl-hp-arrow:focus,#rsl-home-palinsesto .rsl-hp-arrow:focus-visible{outline:none;box-shadow:none}#rsl-home-palinsesto .rsl-hp-arrow svg{width:12px;height:20px}#rsl-home-palinsesto .rsl-hp-arrow svg path{stroke:var(--rsl-arancio);transition:stroke .15s}#rsl-home-palinsesto .rsl-hp-arrow:hover svg path{stroke:var(--rsl-arancio2)}#rsl-home-palinsesto .rsl-hp-arrow.rsl-hp-arrow-disabled{opacity:.2;cursor:default;pointer-events:none;transform:none}.rsl-hp-track-wrap{flex:1;min-width:0;overflow:hidden;position:relative;box-sizing:border-box}.rsl-hp-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;width:100%;box-sizing:border-box}.rsl-hp-card{position:relative;background:rgba(255,255,255,.1);border:1px solid rgba(245,239,224,.15);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;cursor:default;min-width:0;box-sizing:border-box;min-height:130px;transition:border-color .2s,background .2s,transform .15s}.rsl-hp-card:hover{background:rgba(255,255,255,.13);border-color:rgba(245,239,224,.22);transform:translateY(-2px)}.rsl-hp-card.rsl-hp-card-current{background:rgba(200,82,42,.12);border:1.5px solid var(--rsl-arancio)}.rsl-hp-cat-bar{position:absolute;top:0;left:0;width:4px;height:100%;flex-shrink:0}.rsl-hp-card-top{display:flex;align-items:center;justify-content:flex-end;padding:6px 10px 0 16px;min-height:22px}.rsl-hp-badge-now{display:flex;align-items:center;gap:4px;font-size:8px;font-weight:700;color:var(--rsl-arancio);text-transform:uppercase;letter-spacing:.07em}.rsl-hp-badge-dot{width:5px;height:5px;border-radius:50%;background:var(--rsl-arancio);animation:rsl-pulse 1.4s infinite;flex-shrink:0}.rsl-hp-card-body{padding:6px 12px 6px 16px;flex:1;display:flex;flex-direction:column;gap:3px}.rsl-hp-orario{font-size:12px;font-weight:700;color:var(--rsl-oro);letter-spacing:.04em}.rsl-hp-prog{font-size:13px;font-weight:700;color:var(--rsl-cream);line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.rsl-hp-cond{font-size:9px;color:rgba(245,239,224,.5);margin-top:2px}.rsl-hp-nota{font-size:9px;color:rgba(245,239,224,.4);font-style:italic;margin-top:1px}.rsl-hp-card-foot{padding:6px 12px 10px 16px;display:flex;align-items:center;gap:5px}.rsl-hp-cat-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.rsl-hp-cat-label{font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.75}.rsl-hp-empty{grid-column:1/-1;text-align:center;padding:24px;color:rgba(245,239,224,.35);font-size:11px}@media (max-width:767px){#rsl-home-palinsesto{overflow:hidden;background:rgba(0,0,0,.15);border-radius:12px;padding:16px 12px;box-sizing:border-box;margin:0 -12px;width:calc(100% + 24px)}.rsl-hp-header{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:16px}.rsl-hp-nav{width:100%;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;gap:5px;padding-bottom:2px}.rsl-hp-nav::-webkit-scrollbar{display:none}.rsl-hp-day-btn{flex-shrink:0;padding:3px 6px;font-size:8px}.rsl-hp-now-bar{padding:7px 12px;margin-bottom:12px}.rsl-hp-now-prog{font-size:12px}.rsl-hp-carousel-wrap{gap:6px}#rsl-home-palinsesto .rsl-hp-arrow{width:18px;height:80px}#rsl-home-palinsesto .rsl-hp-arrow svg{width:8px;height:14px}.rsl-hp-grid{display:flex !important;flex-wrap:nowrap !important;width:auto !important;transition:transform .3s ease;will-change:transform;gap:8px}.rsl-hp-card{flex-shrink:0;min-height:110px}.rsl-hp-prog{font-size:12px}.rsl-hp-card-foot{padding:4px 10px 8px}}
html{line-height:1.15;-webkit-text-size-adjust:100%}*,:after,:before{box-sizing:border-box}body{background-color:#fff;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip}h1,h2,h3,h4,h5,h6{color:inherit;font-family:inherit;font-weight:500;line-height:1.2;margin-block-end:1rem;margin-block-start:.5rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-block-end:.9rem;margin-block-start:0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em;white-space:pre-wrap}a{background-color:transparent;color:#c36;text-decoration:none}a:active,a:hover{color:#336}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}abbr[title]{border-block-end:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;height:auto;max-width:100%}details{display:block}summary{display:list-item}figcaption{color:#333;font-size:16px;font-style:italic;font-weight:400;line-height:1.4}[hidden],template{display:none}@media print{*,:after,:before{background:transparent!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre{white-space:pre-wrap!important}blockquote,pre{-moz-column-break-inside:avoid;border:1px solid #ccc;break-inside:avoid}thead{display:table-header-group}img,tr{-moz-column-break-inside:avoid;break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{-moz-column-break-after:avoid;break-after:avoid}}label{display:inline-block;line-height:1;vertical-align:middle}button,input,optgroup,select,textarea{font-family:inherit;font-size:1rem;line-height:1.5;margin:0}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],select,textarea{border:1px solid #666;border-radius:3px;padding:.5rem 1rem;transition:all .3s;width:100%}input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,select:focus,textarea:focus{border-color:#333}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;width:auto}[type=button],[type=submit],button{background-color:transparent;border:1px solid #c36;border-radius:3px;color:#c36;display:inline-block;font-size:1rem;font-weight:400;padding:.5rem 1rem;text-align:center;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover{background-color:#c36;color:#fff;text-decoration:none}[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto;resize:vertical}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}select{display:block}table{background-color:transparent;border-collapse:collapse;border-spacing:0;font-size:.9em;margin-block-end:15px;width:100%}table td,table th{border:1px solid hsla(0,0%,50%,.502);line-height:1.5;padding:15px;vertical-align:top}table th{font-weight:700}table tfoot th,table thead th{font-size:1em}table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th{border-block-start:1px solid hsla(0,0%,50%,.502)}table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th{background-color:hsla(0,0%,50%,.071)}table tbody tr:hover>td,table tbody tr:hover>th{background-color:hsla(0,0%,50%,.102)}table tbody+tbody{border-block-start:2px solid hsla(0,0%,50%,.502)}@media(max-width:767px){table table{font-size:.8em}table table td,table table th{line-height:1.3;padding:7px}table table th{font-weight:400}}dd,dl,dt,li,ol,ul{background:0 0;border:0;font-size:100%;margin-block-end:0;margin-block-start:0;outline:0;vertical-align:baseline}[tabindex]:not([tabindex="-1"]):focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{box-shadow:0 0 0 4px #fff;outline:2px solid #000;outline-offset:2px}[tabindex]:not([tabindex="-1"]):focus:not(:focus-visible),a:focus:not(:focus-visible),button:focus:not(:focus-visible),input:focus:not(:focus-visible),select:focus:not(:focus-visible),textarea:focus:not(:focus-visible){box-shadow:none;outline:none}
.comments-area a,.page-content a{text-decoration:underline}.alignright{float:right;margin-left:1rem}.alignleft{float:left;margin-right:1rem}.aligncenter{clear:both;display:block;margin-inline:auto}.alignwide{margin-inline:-80px}.alignfull{margin-inline:calc(50% - 50vw);max-width:100vw;overflow-x:hidden;width:100vw}.alignfull img{width:100%}.wp-caption{margin-block-end:1.25rem;max-width:100%}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{display:block;margin-inline:auto}.wp-caption-text{margin:0}.gallery-caption{display:block;font-size:.8125rem;line-height:1.5;margin:0;padding:.75rem}.pagination{display:flex;justify-content:space-between;margin:20px auto}.sticky{display:block;position:relative}.bypostauthor{font-size:inherit}.hide{display:none!important}.post-password-form{margin:50px auto;max-width:500px}.post-password-form p{align-items:flex-end;display:flex;width:100%}.post-password-form [type=submit]{margin-inline-start:3px}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#333;display:block;font-size:1rem;height:auto;left:5px;line-height:normal;padding:12px 24px;text-decoration:none;top:5px;width:auto;z-index:100000}.post .entry-title a{text-decoration:none}.post .wp-post-image{max-height:500px;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width:991px){.post .wp-post-image{max-height:400px}}@media(max-width:575px){.post .wp-post-image{max-height:300px}}#comments .comment-list{font-size:.9em;list-style:none;margin:0;padding:0}#comments .comment,#comments .pingback{position:relative}#comments .comment .comment-body,#comments .pingback .comment-body{border-block-end:1px solid #ccc;display:flex;flex-direction:column;padding-block-end:30px;padding-block-start:30px;padding-inline-end:0;padding-inline-start:60px}#comments .comment .avatar,#comments .pingback .avatar{border-radius:50%;left:0;margin-inline-end:10px;position:absolute}body.rtl #comments .comment .avatar,body.rtl #comments .pingback .avatar,html[dir=rtl] #comments .comment .avatar,html[dir=rtl] #comments .pingback .avatar{left:auto;right:0}#comments .comment-meta{display:flex;justify-content:space-between;margin-block-end:.9rem}#comments .comment-metadata,#comments .reply{font-size:11px;line-height:1}#comments .children{list-style:none;margin:0;padding-inline-start:30px;position:relative}#comments .children li:last-child{padding-block-end:0}#comments ol.comment-list .children:before{content:"↪";display:inline-block;font-size:1em;font-weight:400;left:0;line-height:1;position:absolute;top:45px;width:auto}body.rtl #comments ol.comment-list .children:before,html[dir=rtl] #comments ol.comment-list .children:before{content:"↩";left:auto;right:0}@media(min-width:768px){#comments .comment-author,#comments .comment-metadata{line-height:1}}@media(max-width:767px){#comments .comment .comment-body{padding:30px 0}#comments .children{padding-inline-start:20px}#comments .comment .avatar{float:left;position:inherit}body.rtl #comments .comment .avatar,html[dir=rtl] #comments .comment .avatar{float:right}}.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{margin-inline-end:auto;margin-inline-start:auto;width:100%}@custom-media --hello-screen-xs-and-below (width < 576px);@custom-media --hello-screen-xs-and-above (width>=576px);@custom-media --hello-screen-xs-only (0 <=width < 576px);@custom-media --hello-screen-sm-and-below (width < 768px);@custom-media --hello-screen-sm-and-above (width>=768px);@custom-media --hello-screen-sm-only (576px <=width < 768px);@custom-media --hello-screen-md-and-below (width < 992px);@custom-media --hello-screen-md-and-above (width>=992px);@custom-media --hello-screen-md-only (768px <=width < 992px);@custom-media --hello-screen-xl-and-below (width < 1200px);@custom-media --hello-screen-xl-and-above (width>=1200px);@custom-media --hello-screen-xl-only (992px <=width < 1200px);@media(max-width:575px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{padding-inline-end:10px;padding-inline-start:10px}}@media(min-width:576px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:500px}.site-footer.footer-full-width .footer-inner,.site-header.header-full-width .header-inner{max-width:100%}}@media(min-width:768px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:600px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:992px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:800px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:1200px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:1140px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}.site-header+.elementor{min-height:calc(100vh - 320px)}
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)){font-size:0;line-height:1}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;align-items:center;background-color:#69727d;cursor:pointer;display:inline-flex;justify-content:center;text-align:center}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{color:#fff;opacity:.9}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}
/*! elementor-pro - v4.2.0 - 19-08-2026 */
body.e-off-canvas__no-scroll,body.e-off-canvas__no-scroll-animation{overflow:hidden}.elementor-widget-off-canvas{height:-moz-fit-content;height:fit-content;--e-off-canvas-width:400px;--e-off-canvas-height:100vh;--e-off-canvas-justify-content:flex-start;--e-off-canvas-align-items:flex-start;--e-off-canvas-animation-duration:1.5s;--e-off-canvas-content-overflow:auto;--e-off-canvas-overlay-opacity:1;--e-off-canvas-animation-duration-minimum:Max(0.001s,var(--e-off-canvas-animation-duration))}.elementor-widget-off-canvas .e-off-canvas{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:2147483630}.elementor-widget-off-canvas .e-off-canvas[aria-hidden=true]{opacity:0;visibility:hidden}.elementor-widget-off-canvas .e-off-canvas[aria-hidden=true] .elementor-add-section{display:none}.elementor-widget-off-canvas .e-off-canvas__overlay{background-color:rgba(0,0,0,.5);height:100%;left:0;opacity:var(--e-off-canvas-overlay-opacity);pointer-events:all;position:absolute;top:0;transition:0s;width:100%}.elementor-widget-off-canvas .e-off-canvas__main{align-items:var(--e-off-canvas-align-items);display:flex;height:100%;justify-content:var(--e-off-canvas-justify-content);left:0;position:absolute;top:0;width:100%}.elementor-widget-off-canvas .e-off-canvas__main.animated{animation-duration:var(--e-off-canvas-animation-duration-minimum)}.elementor-widget-off-canvas .e-off-canvas__main.animated.none{animation:e-off-canvas-without-animation 1ms;opacity:1;visibility:visible}.elementor-widget-off-canvas .e-off-canvas__main.animated.none.reversed{opacity:0;visibility:hidden}.elementor-widget-off-canvas .e-off-canvas__content{background-color:#fff;box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);height:var(--e-off-canvas-height);overflow:var(--e-off-canvas-content-overflow);pointer-events:all;width:var(--e-off-canvas-width)}.elementor-widget-off-canvas .animated-reverse-wrapper{opacity:0;transform:none;visibility:hidden}.elementor-widget-off-canvas .animated-reverse-wrapper:not(.no-animation){animation:e-off-canvas-close var(--e-off-canvas-animation-duration-minimum)}.elementor-widget-off-canvas .animated-reverse-wrapper .no-animation{animation:e-off-canvas-close 1ms}body:not(.elementor-editor-active) .e-con .elementor-widget-off-canvas{position:absolute}body:not(.elementor-editor-active) .elementor-section .e-element-before-off-canvas:has(>.elementor-widget-container),body:not(.elementor-editor-active) .elementor-section .elementor-element:has(>.elementor-widget-container+.elementor-widget-off-canvas){margin-block-end:0}body:not(.elementor-editor-active) .elementor-section .e-element-before-off-canvas,body:not(.elementor-editor-active) .elementor-section .elementor-element:has(+.elementor-widget-off-canvas){--kit-widget-spacing:0px}body:not(.elementor-editor-active) .elementor-section .elementor-widget-off-canvas:first-child{position:absolute}@keyframes e-off-canvas-close{0%,99.99%{opacity:1;visibility:visible}to{opacity:0;transform:none;visibility:hidden}}@keyframes e-off-canvas-without-animation{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}
.elementor-sticky--active{z-index:99}.elementor-sticky__spacer .e-n-menu .e-n-menu-content{display:none}.e-con.elementor-sticky--active{z-index:var(--z-index,99)}
.elementor-motion-effects-element,.elementor-motion-effects-layer{transition-duration:1s;transition-property:transform,opacity;transition-timing-function:cubic-bezier(0,.33,.07,1.03)}@media (prefers-reduced-motion:reduce){.elementor-motion-effects-element,.elementor-motion-effects-layer{transition-duration:0s!important}}.elementor-motion-effects-container{height:100%;left:0;overflow:hidden;position:absolute;top:0;transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x);width:100%}.elementor-motion-effects-layer{background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0}.elementor-motion-effects-perspective{perspective:1200px}.elementor-motion-effects-element{transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}