#cookies-backdrop{width:100%;height:100%;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:100;justify-content:center;align-items:center;overflow-y:scroll;display:flex;flex-wrap:wrap}#cookies-backdrop #cookies-consent-box{width:80%;position:relative;top:auto;display:block;overflow-y:scroll;padding:40px;max-width:700px;background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,.3);margin-top:20px;margin-bottom:20px}#cookies-backdrop #cookies-consent-box .title{font-size:20px;font-weight:600;margin-bottom:10px}#cookies-backdrop #cookies-consent-box .description{font-size:16px;line-height:25px}#cookies-backdrop #cookie-consent-settings{display:flex;flex-direction:column;margin-top:30px;border:1px solid #f2f2f2}#cookies-backdrop #cookie-consent-settings .cookie-item{display:flex;flex-direction:row;flex-wrap:wrap;border-bottom:1px solid #f2f2f2;padding:10px;justify-content:space-between;align-items:center}#cookies-backdrop #cookie-consent-settings .cookie-item:last-of-type{border-bottom:none}#cookies-backdrop #cookie-consent-settings .cookie-item .item{display:flex;align-items:center;column-gap:10px;font-size:16px;font-weight:800;cursor:pointer}#cookies-backdrop #cookie-consent-settings .cookie-item .item .icon{font-size:20px}#cookies-backdrop #cookie-consent-settings .cookie-item .always-active{color:#45a049;font-weight:500}#cookies-backdrop #cookie-consent-settings .cookie-item .cookie-description{font-size:14px;display:block;width:100%;padding:10px 25px}#cookies-backdrop #cookie-consent-settings .cookie-item .cookie-description .show-cookies-list{display:flex;margin-top:10px;text-decoration:underline;cursor:pointer}#cookies-backdrop #cookie-consent-settings .cookie-item .cookie-description .show-cookies-list:hover{text-decoration:none}#cookies-backdrop #cookie-consent-settings .cookie-item .cookie-description .cookies-preview{display:flex;flex-direction:column;gap:10px;margin-top:10px}#cookies-backdrop #cookie-consent-settings .cookie-item .cookie-description .cookies-preview .cookies-preview-item{background-color:#f2f2f2;padding:10px}#cookies-backdrop #cookie-consent-settings .cookie-item .switch{display:block;position:relative;width:50px;height:20px}#cookies-backdrop #cookie-consent-settings .cookie-item .switch.disabled{opacity:.4}#cookies-backdrop #cookie-consent-settings .cookie-item .switch input{opacity:0;width:0;height:0}#cookies-backdrop #cookie-consent-settings .cookie-item .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;width:40px;padding:4px}#cookies-backdrop #cookie-consent-settings .cookie-item .slider:before{position:absolute;content:"";height:20px;width:20px;left:0;bottom:0;background-color:#d90000;transition:.4s}#cookies-backdrop #cookie-consent-settings .cookie-item input:checked+.slider{background-color:#ccc}#cookies-backdrop #cookie-consent-settings .cookie-item input:focus+.slider{box-shadow:0 0 1px #e1e1e1}#cookies-backdrop #cookie-consent-settings .cookie-item input:checked+.slider:before{background-color:#4eb509;transform:translateX(20px)}#cookies-backdrop #cookie-consent-settings .cookie-item .slider.round{border-radius:25px;width:40px}#cookies-backdrop #cookie-consent-settings .cookie-item .slider.round:before{border-radius:100%}#cookies-backdrop #cookie-consent-settings .sub-select-container{display:block;margin-top:10px}#cookies-backdrop #cookie-consent-settings .sub-select-container .sub-select{padding-top:10px;padding-bottom:10px;display:flex;align-items:center;gap:10px}#cookies-backdrop #cookie-consent-settings .sub-select-container .sub-select>span{width:calc(100% - 100px)}#cookies-backdrop #cookies-consent-buttons{display:flex;flex-wrap:wrap-reverse;justify-content:center;margin-top:40px;column-gap:20px;row-gap:20px}#cookies-backdrop #cookies-consent-buttons button{border:none;box-shadow:none;padding:10px 25px;color:#fff;width:clamp(160px,180px,250px);transition:all .12s linear;font-weight:300}#cookies-backdrop #cookies-consent-buttons button#deny-all,#cookies-backdrop #cookies-consent-buttons button#selected{color:#333;border:2px solid #ccc;background-color:transparent}#cookies-backdrop #cookies-consent-buttons button#deny-all:hover,#cookies-backdrop #cookies-consent-buttons button#selected:hover{background-color:#ccc}#cookies-backdrop #cookies-consent-buttons button#select-all{background-color:#000}#cookies-backdrop #cookies-consent-buttons button#select-all:hover{box-shadow:inset 0 0 10px rgba(0,0,0,.4)}#cookie-bar{position:fixed;left:0;bottom:0;width:100%;padding:20px;background-color:#fff;box-shadow:0 -5px 10px rgba(0,0,0,.2);z-index:100}#cookie-bar .container{width:100%;max-width:1600px;display:flex;justify-content:space-between;align-items:center;gap:10px}#cookie-bar .container .description{font-size:14px;line-height:20px;max-width:60%}#cookie-bar .container .buttons{max-width:40%;display:flex;flex-wrap:wrap-reverse;justify-content:center;column-gap:10px;row-gap:10px}#cookie-bar .container .buttons button{border:none;box-shadow:none;padding:5px 15px;color:#fff;transition:all .12s linear;font-weight:400}#cookie-bar .container .buttons button.onlyFunctional{background-color:#45a049}#cookie-bar .container .buttons button.onlyFunctional:hover{box-shadow:inset 0 0 10px rgba(0,0,0,.4)}#cookie-bar .container .buttons button#deny-all:not(.onlyFunctional),#cookie-bar .container .buttons button#edit-cookies{color:#333;border:2px solid transparent;background-color:transparent;text-decoration:underline}#cookie-bar .container .buttons button#deny-all:not(.onlyFunctional):hover,#cookie-bar .container .buttons button#edit-cookies:hover{text-decoration:none}#cookie-bar .container .buttons button#select-all{background-color:#000}#cookie-bar .container .buttons button#select-all:hover{box-shadow:inset 0 0 10px rgba(0,0,0,.4)}@media screen and (max-width:480px){#cookies-backdrop #cookies-consent-box{width:95%;padding:30px 20px;margin-top:2.5%;margin-bottom:2.5%}#cookies-backdrop #cookies-consent-box .title{font-size:16px}#cookies-backdrop #cookies-consent-box .description{font-size:14px;line-height:20px}#cookies-backdrop #cookie-consent-settings .cookie-item .item{font-size:14px}#cookies-backdrop #cookie-consent-settings .cookie-item .item .icon{font-size:20px}#cookies-backdrop #cookie-consent-settings .cookie-item .cookie-description{font-size:13px}#cookies-backdrop #cookie-consent-settings .sub-select-container .sub-select{padding-top:10px;flex-direction:column;align-items:flex-start}#cookies-backdrop #cookie-consent-settings .sub-select-container .sub-select>span{width:100%}#cookie-bar .container .description{font-size:13px;line-height:18px;max-width:55%}}@media screen and (max-width:414px){#cookie-bar .container{flex-direction:column-reverse;row-gap:20px;width:100%;padding-left:0;padding-right:0}#cookie-bar .container .description{font-size:13px;line-height:18px;max-width:100%;text-align:center}#cookie-bar .container .buttons{max-width:100%;flex-direction:row}}#footer{padding-bottom:40px;padding-top:8rem;color:#fff;background-color:#222;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}#footer.contact{padding-top:0;padding-bottom:1rem}#footer.active{transition:all 1s ease-in-out;-webkit-clip-path:polygon(0 0,100% 20%,100% 100%,0 100%);clip-path:polygon(0 0,100% 20%,100% 100%,0 100%)}#footer a{color:#fff;text-decoration:none}#footer a:hover{text-decoration:underline}#footer h3{margin-bottom:15px}#footer h3.active:after{width:50px}#footer h3:after{display:block;width:0;height:3px;content:"";background-color:#e11431;margin-top:10px;transition:width .5s linear}#footer #rows{display:flex;flex-wrap:wrap;align-content:center;justify-content:space-around;justify-items:center;gap:20px;margin-top:30px;margin-bottom:60px}#footer #rows .item{display:flex;flex-direction:column;gap:10px}#footer #rows .item .contact-row{display:flex;align-items:center;font-size:17px;gap:10px}#footer #rows .item .contact-row .fa{width:15px}#footer #rows .item .text-row{display:flex;flex-direction:column;gap:12px}#footer #copyright{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}#footer #copyright span#cookies{cursor:pointer}#footer #copyright span#cookies:hover{text-decoration:underline}@media screen and (max-width:768px){#footer.active{-webkit-clip-path:polygon(0 0,100% 40px,100% 100%,0 100%);clip-path:polygon(0 0,100% 40px,100% 100%,0 100%)}#footer h3{margin-bottom:15px}#footer h3.active:after{width:50px}#footer h3:after{margin-left:auto;margin-right:auto}#footer #rows{align-content:center;justify-content:center;justify-items:center;row-gap:50px;margin-top:0;margin-bottom:40px}#footer #rows .item{text-align:center;align-items:center;gap:10px;width:calc(50% - 20px)}}@media screen and (max-width:480px){#footer{padding-top:40px}#footer #rows{flex-direction:column}#footer #rows .item{text-align:center;align-items:center;gap:10px;width:100%}}.border{border:1px solid red}#header{position:fixed;top:0;left:0;width:100%;background-color:rgba(0,0,0,.7);padding-top:20px;padding-bottom:20px;z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}#header #toggle-menu{display:none;position:relative;z-index:30;cursor:pointer}#header #toggle-menu #navibutton{position:relative;cursor:pointer;width:40px;height:40px;-webkit-tap-highlight-color:rgba(0,0,0,0);display:block;margin:auto}#header #toggle-menu #navibutton .line{width:100%;height:3px;background-color:#fff;position:absolute;top:5px;left:0;transition:all .15s;-moz-transition:all .15s;-webkit-transition:all .15s;border-radius:2px}#header #toggle-menu #navibutton .line:nth-of-type(2){top:16px;right:0;left:unset;width:70%}#header #toggle-menu #navibutton .line:nth-of-type(3){top:28px}#header #toggle-menu #navibutton.active .line{background-color:#e62832}#header #toggle-menu #navibutton.active .line:first-of-type{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);top:15px}#header #toggle-menu #navibutton.active .line:nth-of-type(2){opacity:0;visibility:hidden}#header #toggle-menu #navibutton.active .line:nth-of-type(3){top:15px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}#header .container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%}#header #logo{width:262px}#header #logo img{width:100%;object-fit:fill}#header #nav{display:flex;align-items:center;gap:30px;padding:0;list-style:none;margin-bottom:0}#header #nav li:after,#header #nav li:before{content:"";display:block;width:0;height:2px;background-color:#d90000;transition:width .4s ease-in-out}#header #nav li:before{margin-left:auto}#header #nav li.active:after,#header #nav li.active:before,#header #nav li:hover:after,#header #nav li:hover:before{width:100%}#header #nav li a{color:#fff;font-weight:600;font-size:18px;text-decoration:none;display:block;padding:3px 10px}@media screen and (max-width:1024px){#header{padding-top:10px;padding-bottom:10px}#header #logo{width:200px}}@media screen and (max-width:768px){#header #toggle-menu{display:inline}#header #nav{visibility:hidden;width:100%;height:calc(100vh - 100%);position:absolute;top:100%;left:0;right:0;flex-direction:column;z-index:100;justify-content:center;gap:20px;transform:translateX(100%);transition:all .3s ease-in-out}#header #nav,#header.active{background-color:#000}#header.active #nav{transform:translateX(0);visibility:visible}}@media screen and (max-width:375px){#header #logo{width:180px}}@font-face{font-family:lg;src:url(/_next/static/media/lg.955a4bcf.woff2) format("woff2"),url(/_next/static/media/lg.dc565ab5.ttf) format("truetype"),url(/_next/static/media/lg.c950f0b5.woff) format("woff"),url(/_next/static/media/lg.a5ca0178.svg#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-container{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.lg-next,.lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1084;outline:none;border:none}.lg-next.disabled,.lg-prev.disabled{opacity:0!important;cursor:default}.lg-next:hover:not(.disabled),.lg-prev:hover:not(.disabled){color:#fff}.lg-single-item
.lg-prev,.lg-single-item .lg-next{display:none}.lg-next{right:20px}.lg-next:before{content:"\e095"}.lg-prev{left:20px}.lg-prev:after{content:"\e094"}@keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}.lg-outer.lg-right-end .lg-object{animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-media-overlap .lg-toolbar{background-image:linear-gradient(0deg,transparent,rgba(0,0,0,.4))}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium none;will-change:color;transition:color .2s linear;background:none;border:none;box-shadow:none}.lg-toolbar .lg-icon.lg-icon-18{font-size:18px}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-maximize{font-size:22px}.lg-toolbar .lg-maximize:after{content:"\e90a"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{color:#eee;font-size:16px;padding:10px 40px;text-align:center;z-index:1080;opacity:0;transition:opacity .2s ease-out 0s}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}.lg-sub-html a{color:inherit}.lg-sub-html a:hover{text-decoration:underline}.lg-media-overlap .lg-sub-html{background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.6))}.lg-item .lg-sub-html{position:absolute;bottom:0;right:0;left:0}.lg-error-msg{font-size:14px;color:#999}.lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;height:47px;vertical-align:middle}.lg-closing .lg-next,.lg-closing .lg-prev,.lg-closing .lg-sub-html,.lg-closing .lg-toolbar{opacity:0;transition:transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont{opacity:0;transform:scale3d(.5,.5,.5);will-change:transform,opacity;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont{opacity:1;transform:scaleX(1)}.lg-icon:focus-visible{color:#fff;border-radius:3px;outline:1px dashed hsla(0,0%,100%,.6)}.lg-toolbar .lg-icon:focus-visible{border-radius:8px;outline-offset:-5px}.lg-group:after{content:"";display:table;clear:both}.lg-container{outline:none}.lg-on{scroll-behavior:unset}.lg-overlay-open{overflow:hidden}.lg-hide-sub-html .lg-sub-html,.lg-next,.lg-pager-outer,.lg-prev,.lg-toolbar{opacity:0;will-change:transform,opacity;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s}.lg-show-in .lg-next,.lg-show-in .lg-pager-outer,.lg-show-in .lg-prev,.lg-show-in .lg-toolbar,.lg-show-in.lg-hide-sub-html .lg-sub-html{opacity:1}.lg-show-in .lg-hide-items .lg-prev{opacity:0;transform:translate3d(-10px,0,0)}.lg-show-in .lg-hide-items .lg-next{opacity:0;transform:translate3d(10px,0,0)}.lg-show-in .lg-hide-items .lg-toolbar{opacity:0;transform:translate3d(0,-10px,0)}.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html{opacity:0;transform:translate3d(0,20px,0)}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:.001;outline:none;will-change:auto;overflow:hidden;transition:opacity .15s ease 0s}.lg-outer *{box-sizing:border-box}.lg-outer.lg-visible,.lg-outer.lg-zoom-from-image{opacity:1}.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide{transition-duration:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-content{position:absolute;top:0;left:0;right:0;bottom:0}.lg-outer .lg-inner{width:100%;position:absolute;left:0;top:0;bottom:0;transition:opacity 0s;white-space:nowrap}.lg-outer .lg-item{display:none!important}.lg-outer .lg-item:not(.lg-start-end-progress){background:url(/_next/static/media/loading.49ca460c.gif) no-repeat scroll 50% transparent}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-outer .lg-img-wrap{position:absolute;left:0;right:0;top:0;bottom:0;white-space:nowrap;font-size:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-object{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto;height:auto;position:relative}.lg-outer .lg-empty-html .lg-sub-html,.lg-outer .lg-empty-html.lg-sub-html{display:none}.lg-outer.lg-hide-download .lg-download{opacity:.75;pointer-events:none}.lg-outer .lg-first-slide .lg-dummy-img{position:absolute;top:50%;left:50%}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components{transform:translateZ(0);opacity:1}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html{opacity:1;transition:opacity .2s ease-out .15s}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;will-change:auto;transition:opacity 333ms ease-in 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{transition:opacity .1s ease 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-progress{transition:transform 1s cubic-bezier(.175,.885,.32,1.275) 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress{transition:transform 1s cubic-bezier(0,0,.25,1) 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{transform:translateZ(0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-container{display:none}.lg-container.lg-show{display:block}.lg-container.lg-dragging-vertical .lg-backdrop{transition-duration:0s!important}.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current{transition-duration:0s!important;opacity:1}.lg-inline .lg-backdrop,.lg-inline .lg-outer{position:absolute}.lg-inline .lg-backdrop{z-index:1}.lg-inline .lg-outer{z-index:2}.lg-inline .lg-maximize:after{content:"\e909"}.lg-components{transform:translate3d(0,100%,0);will-change:transform;transition:transform .35s ease-out 0s;z-index:1080;position:absolute;bottom:0;right:0;left:0}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;width:100%;max-height:350px;overflow:hidden;float:left}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb,.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb{transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-thumb-align-middle{text-align:center}.lg-outer .lg-thumb-outer.lg-thumb-align-left{text-align:left}.lg-outer .lg-thumb-outer.lg-thumb-align-right{text-align:right}.lg-outer.lg-single-item .lg-thumb-outer{display:none}.lg-outer .lg-thumb{padding:5px 0;height:100%;margin-bottom:-5px;display:inline-block;vertical-align:middle}@media (min-width:768px){.lg-outer .lg-thumb{padding:10px 0}}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border-radius:2px;margin-bottom:5px;will-change:border-color}@media (min-width:768px){.lg-outer .lg-thumb-item{border-radius:4px;border:2px solid #fff;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover;display:block}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer .lg-toggle-thumb:after{content:"\e1ff"}.lg-outer.lg-animate-thumb .lg-thumb{transition-timing-function:cubic-bezier(.215,.61,.355,1)}@font-face{font-family:__Dosis_797224;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6d272e7b6cb44010-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Dosis_797224;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/5526006a638d24ac-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Dosis_797224;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fb82ded3ea7c03e0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Dosis_797224;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6d272e7b6cb44010-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Dosis_797224;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/5526006a638d24ac-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Dosis_797224;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/fb82ded3ea7c03e0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Dosis_797224;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6d272e7b6cb44010-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Dosis_797224;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/5526006a638d24ac-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Dosis_797224;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/fb82ded3ea7c03e0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Dosis_797224;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6d272e7b6cb44010-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Dosis_797224;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/5526006a638d24ac-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Dosis_797224;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/fb82ded3ea7c03e0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Dosis_Fallback_797224;src:local("Arial");ascent-override:121.44%;descent-override:28.03%;line-gap-override:0.00%;size-adjust:84.57%}.__className_797224{font-family:__Dosis_797224,__Dosis_Fallback_797224;font-style:normal}.__variable_797224{--font-dosis:"__Dosis_797224","__Dosis_Fallback_797224"}@font-face{font-family:__Raleway_aa28dd;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/200388358b398524-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Raleway_aa28dd;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6e67fad4fa881005-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Raleway_aa28dd;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/10dadb2e82d03733-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Raleway_aa28dd;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/95d1875af7c44e92-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Raleway_aa28dd;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/630c17af355fa44e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Raleway_aa28dd;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/200388358b398524-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Raleway_aa28dd;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6e67fad4fa881005-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Raleway_aa28dd;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/10dadb2e82d03733-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Raleway_aa28dd;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/95d1875af7c44e92-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Raleway_aa28dd;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/630c17af355fa44e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Raleway_aa28dd;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/200388358b398524-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Raleway_aa28dd;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6e67fad4fa881005-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Raleway_aa28dd;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/10dadb2e82d03733-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Raleway_aa28dd;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/95d1875af7c44e92-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Raleway_aa28dd;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/630c17af355fa44e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Raleway_aa28dd;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/200388358b398524-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Raleway_aa28dd;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6e67fad4fa881005-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Raleway_aa28dd;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/10dadb2e82d03733-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Raleway_aa28dd;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/95d1875af7c44e92-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Raleway_aa28dd;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/630c17af355fa44e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Raleway_Fallback_aa28dd;src:local("Arial");ascent-override:90.51%;descent-override:22.53%;line-gap-override:0.00%;size-adjust:103.86%}.__className_aa28dd{font-family:__Raleway_aa28dd,__Raleway_Fallback_aa28dd;font-style:normal}.__variable_aa28dd{--font-raleway:"__Raleway_aa28dd","__Raleway_Fallback_aa28dd"}