html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}body{margin:0;padding:0;font-family:Instrument Sans;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fef4e3}h1{font-size:120px;color:#fdf4e3;font-family:Cal Sans}.logo-link img{height:45px;width:auto;display:block}@media (max-width: 768px){.logo-link img{height:30px}}.hamburger-menu{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001;position:relative}.hamburger-menu img{width:18px;height:18px}@media (max-width: 768px){.hamburger-menu{display:block}}.language-switcher{position:relative;cursor:pointer}.language-switcher-active{width:25px;height:25px;border-radius:50%;background-color:#fff3;border:1px solid rgba(255,255,255,.3);color:#3e5c3c;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-family:Instrument Sans,sans-serif;font-weight:700;font-size:.9rem}.language-switcher:hover .language-switcher-active{background-color:#ffffff4d}.language-dropdown{position:absolute;top:100%;right:0;transform:translate(0);list-style:none;margin:0;padding:.5rem;min-width:150px;z-index:1001;background:#fff;border-radius:12px;border:1px solid #e0e0e0;box-shadow:0 8px 32px #0000001a;padding-top:10px}.language-dropdown li{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#3e5c3c;font-weight:500;border-radius:8px;transition:background-color .2s ease-in-out,color .2s ease-in-out;text-align:left}.language-dropdown li:hover{background-color:#1f3057b3;color:#fdf4e3}.language-dropdown-link{text-decoration:none;color:inherit;display:block}.language-flag{width:24px;height:auto;border-radius:3px}.selected-language-flag{width:100%;height:100%;object-fit:cover;border-radius:50%}@media (max-width: 768px){.mobile-menu-overlay .language-switcher{width:100%}.mobile-menu-overlay .language-switcher-active{width:auto;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fdf4e3;padding:.5rem 1rem;font-size:1.8rem;font-weight:500}.mobile-menu-overlay .language-dropdown{position:static;transform:none;width:100%}}.desktop-menu-nav ul{margin:0;padding:0;list-style:none;display:flex;align-items:center;gap:1.5rem}.desktop-menu-nav .navigation-item{color:#3e5c3c;text-decoration:none;font-size:20px;font-family:Roboto;padding:.5rem 0;position:relative;transition:color .3s ease}.desktop-menu-nav .navigation-item:after{display:none}.desktop-menu-nav .navigation-item.active{font-weight:700}.desktop-menu-nav .language-dropdown{display:block}.mobile-menu-panel{position:absolute;left:0;right:0;z-index:1000;margin-top:-50px;border-radius:15px;padding:1.5rem 0;top:85px;background:#f2f2f2;box-shadow:0 8px 32px #0000001a;animation:slideDown .3s ease-in-out}.mobile-menu-content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.mobile-menu-content ul{list-style:none;padding:2rem 1rem 1rem;margin:0;text-align:center}.mobile-menu-panel li{margin:2.5rem 0}.mobile-menu-panel li:last-child{display:flex;justify-content:center}.mobile-menu-panel .navigation-item{color:#3e5c3c;text-decoration:none;font-size:20px;font-weight:400;font-family:Cal Instrument;padding:.5rem 1rem;transition:color .3s ease,text-shadow .3s ease;text-shadow:0 1px 3px rgba(0,0,0,.1)}.mobile-menu-panel .navigation-item.active{font-weight:700;color:#1f3057}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-panel .language-dropdown{background:#fff;box-shadow:0 4px 12px #0000001a;border:none;padding:0;margin-top:1rem}.mobile-menu-panel .language-dropdown li{display:flex;justify-content:center;align-items:center;margin:1rem 0;font-size:1.2rem;font-weight:400;color:#3e5c3c;background-color:#fff3;border-radius:8px;text-shadow:0 1px 3px rgba(0,0,0,.1)}.navbar-container{position:absolute;top:0;left:0;right:0;width:100%;padding:15px 0 0;z-index:1000}.navbar{display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"logo . desktop-menu";align-items:center;gap:1.5rem;position:sticky;top:0;z-index:1010;max-width:1420px;margin:0 auto;padding:.5rem 1rem;background:#ffffff26;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:100px;border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #0000001a;box-sizing:border-box}.logo{grid-area:logo;background-color:#fdf4e399;border-radius:100px;height:56px;box-shadow:0 4px 12px #0000001a;display:flex;align-items:center;justify-content:center}.desktop-menu-nav{grid-area:desktop-menu;justify-self:end;background-color:#fdf4e399;border-radius:100px;padding:1rem;box-shadow:0 4px 12px #0000001a}.hamburger-menu{display:none;grid-area:hamburger;justify-self:end;z-index:1011}@media (max-width: 768px){.navbar-container{padding-top:20px}.navbar{grid-template-columns:auto 1fr;grid-template-areas:"logo hamburger";padding:.5rem 10px;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;box-shadow:0 4px 12px #0000001a}.desktop-menu-nav{display:none}.hamburger-menu{display:block;padding:.25rem;border-radius:50%;background-color:#fdf4e399;display:flex;align-items:center;justify-content:center}.logo{height:40px}}.navbar.menu-open{box-shadow:0 6px 20px #0003;transition:box-shadow .3s ease-in-out;background-color:#dedfe3}.no-scroll{overflow:hidden}h1.hero{font-size:120px;letter-spacing:-2px;line-height:155px;margin-top:200px}.hero-description{font-size:24px;color:#fdf4e3;font-weight:700;font:"Instrument Sans";letter-spacing:-.2px;margin-bottom:100px;line-height:2rem}#letter-i{position:relative}#letter-i img{position:absolute;top:-50px;left:-24px;width:75px}@media (max-width: 768px){h1.hero{font-size:32px;line-height:1.2;letter-spacing:1px;text-align:left}.hero-description{margin-top:30px;font-size:22px;line-height:1.2;text-align:center;font-weight:400}#letter-i img{top:-20px;left:-8px;width:25px}}.scroll-logo img{float:right;width:300px;margin-bottom:50px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}@media (max-width: 768px){.scroll-logo{display:none}}.section-1{position:relative;min-height:34vh;display:flex;flex-direction:column;padding:0 15px;box-sizing:border-box}.section-1-content{max-width:1420px;margin:0 auto;width:100%;display:flex;flex-direction:column;flex-grow:1}@media (max-width: 768px){.section-1{background-image:url(/assets/mobile_background-D6YWLJjo.webp);background-size:cover;background-position:center}.section-1 .background-video{display:none}}.section-2{padding:0;padding-top:9rem;padding-bottom:9rem;background-image:url(/assets/europe-CJ8vSqsA.png);background-size:cover;background-position:center;background-repeat:no-repeat;max-width:1420px;margin:0 auto;padding:9rem 15px;box-sizing:border-box;overflow:hidden}.section-2 .section-2-content{max-width:1420px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"desc1 image" "desc2 image";gap:0rem 3rem;align-items:start}.description-part-1{grid-area:desc1}.image-column{grid-area:image;z-index:20}.section-2 .description-part-2{grid-area:desc2;text-align:left}.section-2 .description-part-1 h2,.section-2 .description-part-2 h2{font-size:64px;color:#3e5c3c}.section-2 .description-column h2{font-size:3rem;font-family:Cal Sans;color:#3e5c3c;margin-bottom:1rem;font-size:64px;line-height:80px;font-weight:400}.section-2 .description-part-1 p,.section-2 .description-part-2 p{font-size:1.1rem;line-height:1.7;color:#3e5c3c;padding-top:2rem}#letter-one{position:relative;display:inline-block}.letter-one-img{position:absolute;bottom:-100%;left:0%;height:230px}.section-2 .image-column img{width:100%;height:auto;border-radius:50px;box-shadow:0 10px 25px #0000001a}.section-2 .section-title{display:grid;grid-template-columns:30px auto;align-items:start;gap:.5rem;color:#3e5c3c;font-weight:700;font-size:16px}.section-2 .section-title span:last-child{line-height:32px}@media (max-width: 768px){.section-2 .section-2-content{grid-template-columns:1fr;grid-template-areas:"desc1" "image" "desc2";gap:3rem}.section-2{padding-top:2rem!important;padding-bottom:2rem!important}.section-2 .description-part-1 h2,.section-2 .description-part-2 h2{font-size:32px;line-height:1.3}.letter-one-img{height:120px;bottom:-80%}}.section-3{position:relative;color:#fdf4e3;text-align:center;background-image:url(/assets/section3-image-D_nJ8ohP.webp);background-size:cover;background-position:center;max-width:1920px;width:100%;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow:0 1px 3px #0000001a,0 5px 15px #00000014}.section-3:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.section-3:after{content:"";position:absolute;bottom:0;left:0;width:450px;height:300px;background-image:url(/assets/trees-XuBZVoxi.webp);background-size:contain;background-repeat:no-repeat;background-position:left bottom;z-index:303}.section-3 .section-3-content{margin:0 auto;position:relative;z-index:1;padding:6rem 0rem;max-width:1430px;width:100%}.section-3 .section-3-content h2{font-size:3rem;font-family:Cal Sans;margin-bottom:1rem}.section-3 .section-3-subtitle{font-size:1.2rem;max-width:600px;margin:0 auto 3rem}.section-3 .features-grid{display:grid;grid-template-columns:1fr;gap:2rem}.section-3 .feature-block{background:#ffffff1a;padding:.8rem;border-radius:15px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);display:grid;grid-template-rows:auto 1fr;align-items:start}.section-3 .feature-icon{height:50px;margin:0 auto 1rem}.section-3 .feature-block p{color:#fdf4e3;font-size:19px;font-family:Instrument Sans;line-height:28px;letter-spacing:-1px;overflow:hidden}@media (max-width: 992px){.section-3 .features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.section-3{border-radius:0}.section-3 .features-grid{grid-template-columns:1fr}.section-3:after{width:250px}.section-3 .feature-block{display:flex;flex-direction:row;align-items:center;gap:1.5rem;text-align:left;padding:1.5rem}.section-3 .feature-icon{margin:0}.section-3 .feature-block p{font-size:16px;line-height:1.5}.section-3 .section-3-content{margin:0 auto;position:relative;z-index:1;padding:6rem 2rem;max-width:1430px;width:auto}}@media (min-width: 1200px){.section-3 .features-grid{grid-template-columns:repeat(6,1fr)}.section-3 .feature-block{height:230px}}.section-4{padding:12rem 15px;background-image:url(/assets/section4-background-6RtGY8lK.webp);background-size:cover;background-position:center;max-width:1920px;margin:0 auto;overflow:hidden;box-sizing:border-box}.section-4-content{max-width:1420px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"image desc1" "image desc2";gap:3rem;align-items:center}.section-4 .description-part-1{grid-area:desc1}.section-4 .image-column{grid-area:image}.section-4 .description-part-2{grid-area:desc2;text-align:left}.section-4 .description-part-1 h2{font-size:3rem;font-family:Cal Sans;color:#1f3057;margin-bottom:1rem;font-size:64px;line-height:80px;letter-spacing:-1px}.section-4 .description-part-1 p,.section-4 .description-part-2 p{line-height:34px;color:#1f3057;font-size:20px;font-family:Instrument Sans}.section-4 .section-title{display:grid;grid-template-columns:30px auto;align-items:start;gap:.5rem;font-size:16px;text-align:left;max-width:1420px;font-weight:700;color:#1f3057;line-height:normal}.section-4 .section-title span:last-child{line-height:32px}.section-4 .letter-two{position:relative;display:inline-block}.section-4 .letter-two-img{position:absolute;bottom:-100%;left:50px;height:230px}@media (max-width: 768px){.section-4 .section-4-content{grid-template-columns:1fr;grid-template-areas:"desc1" "image" "desc2";gap:3rem}.section-4{padding-top:4rem!important;padding-bottom:4rem!important}.section-4 .description-part-1 h2{font-size:32px;line-height:1.3}.section-4 .description-part-1 p,.section-4 .description-part-2 p{font-size:16px;line-height:1.6;text-align:left}.section-4 .letter-two-img{height:120px;bottom:-80%}.section-4 .section-title{display:block;text-align:center;line-height:1.6;gap:0}.section-4 .description-part-2{grid-area:desc2;text-align:center}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.animation-section-container{position:relative;width:100%;height:650px;border-radius:15px;overflow:hidden}#map{width:100%;height:100%;background:#f7f7f7}#animation-status-message{position:absolute;top:0;left:0;right:0;width:100%;background-color:#dedfe380;color:#1f3057;padding:30px;z-index:1000;font-family:Instrument Sans,sans-serif;font-size:1.2rem;text-align:center;box-sizing:border-box;border-radius:15px 15px 0 0}.city-label{background-color:#fff;padding:2px 4px;border-radius:4px;font-size:12px;border:1px solid #ccc;z-index:1000;transform:translate(-50%,8px);white-space:nowrap}@keyframes waveEffectMapMarker{0%{transform:translate(-50%,-50%) scale(.5);opacity:.6}70%{opacity:.2}to{transform:translate(-50%,-50%) scale(2.5);opacity:0}}.map-marker-wave .map-pin-bubble{position:relative}.map-marker-wave .map-pin-bubble:before,.map-marker-wave .map-pin-bubble:after{content:"";position:absolute;left:50%;top:50%;width:100%;height:100%;border-radius:50%;background-color:var(--primary-green);transform:translate(-50%,-50%) scale(.5);opacity:0;animation:waveEffectMapMarker 2s infinite ease-out;z-index:-1}.map-marker-wave .map-pin-bubble:after{animation-delay:1s}.map-pin-bubble{position:relative;background-color:#fff;padding:4px;border-radius:8px;border:2px solid var(--primary-green);box-shadow:0 2px 5px #0003;width:46px;height:46px;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.map-pin-bubble img{width:100%;height:100%;object-fit:contain;display:block;border-radius:4px}.map-pin-pointer{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:12px solid var(--primary-green);margin:0 auto;position:relative;top:-1px}.moving-vehicle-icon-wrapper .map-pin-bubble{width:46px;height:46px}.moving-vehicle-icon-wrapper .map-pin-bubble img{width:100%;height:100%;object-fit:contain}.section-5{position:relative;background-color:#fdf4e3;background-image:url(data:image/webp;base64,UklGRoIIAABXRUJQVlA4WAoAAAAQAAAAHwMA9wAAQUxQSPgAAAABgKL///rkO29bX/Ut+Q4gkOECDt2aXoCHE7gnz4twAk/uDtXdMp/wjogJWJXHV/yP//E//sf/+B//43/8j//xP/7H//gf/+N//I//8T/+x//4H//jf/yP//E//sf/+B//43/8j//xP/7H//gf/+N//I//8T/+R93P6vB8qw53G+qwOasOs+2P2vDYljrQhoOUe1QbxjxWvFGGm2oz36AyDPrMLL6mC5tJ+1xzoQoXtfalo/laE64bHV+Zq/5EEU7qXPbD0sqLGrwsF+3nwb7tFyV42eoK2m8d8fbK2b0EvNyfVTpD9qeBfOvAzOLSP//F6f7Wgt9+ClZQOCBkBwAAUF8AnQEqIAP4AD5tNJZJJCKsoiFw6YGQDYlpbse36GIXxgpguFaoEStgAFn29xs7Hpj/96p0xT+AAVvUljd6xu9Y3esbvWN3rG71jd6xu9Y3esbvWN3rG71jd6xu9Y3esbvWN3rG71jd6xu9Y3esbvWN3rG71jd6xu9Y3esbvWN3rG71jd6xu9Y3YgSUeEsSaR8nReTovJ0Xk6LydF5Oi8l48T9k9vA+X26sErmSmvTXnDlxGIx+6SECoWa94Sxu9Y3esbvWN3rG71jd4W26FTSKdH5BQYUAz5OgQPVC40EeQfdF0TspunqZvTtT+CALnYBM0VqZXd6XKjxFWODHwkyXAGobZenThovJ0Xk6LydF5LmGTInWqI2AlmIClCvZK601zPN0KzyJwkA1PuWYcZa3f6gFAXFUdnbcgph7Aryf4s4uFZ7Wy9OnDReTovJ0Xk6Lycu4IBiq6yyf85vzxtZ+sEB137jNUQj/A2Lzu6d7fu4qOHGaaHA0Uo8n1BD6gh9QQ+oIfUEOVruKNXHa04aQ7yyPZ2Gca7LuOF1El0zsznKLV0v54hntCCA3qPxAT05RmSPk6LydF5Oi8nReTouJVlJidVaY5y20bFzfTU4gS9tzKJYVQ6gucfJ0Xk6LydF5Oi8nRCCgh8Oc2u7p/4zG0sQvAxeiybds3MLan3qgVnzifTqwrzqdjbRD6gh9QQ+oIfUEPqAYgRcK+HIF0GkM30gJA8yt4+gT0RKlV86RSvuWhR74Pqqtmioj6WhYfZmDqueiDbL06cNF5Oi8nReS/wo8t9pHs1kCdvYP0MaKZna/mvlVPFslIc2Lh6yU36bfOW2yLvi+Q0jUzQCrwvDUzJA8DkStY10Qqy7PqCH1BD6gh9QQ+oBbneDCjKCpKwy3pHzYAsK7Mko9I+g9IG9ZGxHs7d6pJ/OFC3NSsFu5jsKoctxOycyPfyXXvWN3rG71jd6xu9glOi9zbILe9Y3esbvWN3rG7xO/5Oi8nReTovJ0Xk6LydF5Oi8nReTouEgAAP7/JMj/e3cCE/3vgNDaAAAAAAAAAAAAK7pEhb9U1JQAAAfRqigzbdao/VFHZ184k0Fum8m93f0z+n41vGgVOqzOa85TCVJbNISg5NCnOdCPW3zl6fLcTAEv2Y9HBYpVvHF26wyMJ2lpgxa2o1iO43FYPAZwkeV5Vhc/GKYAGeruW8W8vL/BlQI+8WM/X1geFRs/apvCNgisJTAOM7IPiCnK6ma7CB6qxPco169mAmNE2Suj9Rq6Jui24R6dXKGfUf7Yngd0O9g45mLnAoA/N8UtbN51Jer4XGUwRPhmnyPlEdx/XwjKH70OD8+x13fLi6xiPs6x9YBk5up9Qbl4y1V5VuCVk3DP4XOClHrEWnvu6VtFFi0FKCMHtrnpiisIo3SrflaMYQ1ndjdUrUN5L7LBXKtdiOG0U4PtdVHGKxS+hnEy8ZB/4urn3TWqu34FoMLtet76WyaLdxLGlcyy0BtFhva2mXtwAFhjT+kdHb+0hUk26GX81orEnnJ7ikZWfDADm77miJqt8sQg4AEUYDATXOx+vIDWJCih3y/YmrSWieW4RNfkrgxsHgCmUXoOVmcWGon2vRH4nCVhDZ2859ALWoGN+r9kNsj30IiynBquxSWZjadoW8ebefqevk3aoQAQCTvgSEcu7CTXJw7/Z9fPK4YwEGNcn75gHqmhT4y678CqAjWCVw59pDnXjFZ7Ba5sISe3Jh+sULOdwZN6PpRVtmJqAimMKcB3QpLgGyfRhT77Bgy0q6McHgVTY1pKj780vSI/RRZpgCXPliV4ZQKE0e84AQNonQ5JK+aBxhtzDP3ip5o648bRJxJ/qEjXTia4JVJpYnnwalipkhkmiT63Lg0uR6Y2FGFAu+IxQfw7aaRkpxQrWyQ9YnTckxzVza/YmXaRBWBnlTYZtAD4rPTh2DBhwpviZQ4fnNQBUxX7eedudFI5yzT+JvOi/5EFoocjgkzxRijkrLD6aVD4OREGoP1cncRVXZn8r5brQ/jO7z0ZoHBYlmsnb8PEymkMBLTunr3pbOcUQD0LtEPvMJjpfO0LCRJwIITq9OtABSMGVwmZChxef9cerV0uRWmyk6lTrl4WlU5rsJS8GaT1w8jKcrp6dr2jTIPSEjvLKy6OMmYkSrYWT0JCNDu7BfZZfrOiciqE7ybwG/eNnIjEYCWdZbX1Xlmc4bsPUijHmLogkDprzTGAAZfpkF13RjTBDsRkG2d9cHLZsr2F6Fk0LOHuXN5IK7wFFqpl/CeG3aMNFeSpidK6EAAwjP7TmW3dmsn250vOG11YLtoMBp03b2BHRNhL8cv9OXLi8Wkny/XstZ5V9mXsV7QwEXM5n32bbc3qCaLmfACJTt+TU+AgCVTmDU5wasUKoLmvDPm27jiiFr8OOD8EdTL3FPmBV/VNVrgeKL/vkvmtLB+5bcdVk5UA1b1+1REdoUw0UXuLdkCAAAAAABW0vfivR/79RzcRAAB0YJNwgCqAByW2YL7EkAA=);background-size:cover;background-position:center;background-repeat:no-repeat;padding-bottom:6rem;color:#fdf4e3;max-width:1920px;padding-top:12rem;padding-bottom:12rem;box-sizing:border-box;margin:0 auto}.section-5:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0}.section-5 .full-width-image{width:100%;display:flex;justify-content:center;align-items:center;position:relative}.section-5 .profile-photo{width:200px;height:auto;border-radius:50%;position:relative;z-index:2}.section-5 .content-container{max-width:1420px;width:100%;margin:0 auto;text-align:center;padding:0rem;position:relative;z-index:1}.section-5 .background-graphic{position:absolute;width:400px;height:auto;z-index:1;opacity:.5;top:100%;left:50%;transform:translate(-50%,-50%)}.section-5 .content-container h2{font-size:3rem;font-family:Cal Sans;color:#fdf4e3;margin-bottom:1rem}.section-5 .content-container p{font-size:1.2rem;line-height:1.7;color:#fdf4e3}.read-more-btn{background-color:#ffffff1a;border:1px solid rgba(255,255,255,.3);color:#fdf4e3;padding:.75rem 1.5rem;border-radius:50px;cursor:pointer;font-family:Instrument Sans,sans-serif;font-size:1rem;margin-top:1.5rem;transition:background-color .3s ease}.read-more-btn:hover{background-color:#fff3}.mobile-text,.read-more-container{display:none}.desktop-text{display:block;font-style:italic}@media (max-width: 768px){.section-5{padding:4rem 2rem;margin:0;border-bottom-left-radius:30px;border-bottom-right-radius:30px;background-size:cover}.section-5 .content-container h2{font-size:32px}.section-5 .profile-photo{width:120px}.section-5 .content-container p{font-size:16px;line-height:1.6}.section-5 .background-graphic{display:none}.section-5 .content-container{padding:4rem 0 0}.mobile-text,.read-more-container{display:block}.desktop-text{display:none}.read-more-btn{width:100%;background-color:#1f3057;border:none;border-radius:10px}.section-5 .content-container p{text-align:center!important}}.section-6{padding:6rem 15px;background-color:#fdf4e3;background-image:url(/assets/background_news-Baa8IZmU.png);background-size:cover;background-position:center;position:relative;box-sizing:border-box}.section-6-content{max-width:1420px;margin:0 auto;text-align:center}.section-6-header{position:relative;text-align:center;margin-bottom:3rem}.section-6-title{font-size:3rem;font-family:Cal Sans;color:#3e5c3c;margin-bottom:0}.blog-link{position:absolute;right:0;top:50%;color:#3e5c3c;text-decoration:none;font-family:Instrument Sans,sans-serif;display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;transform:translateY(-50%)}.arrow-icon{height:.7em;width:auto}.articles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;transition:transform .5s ease-in-out}.slider-container{position:relative}.articles-slider{overflow:hidden}.article-box{position:relative;height:400px;border-radius:15px;overflow:hidden;color:#fdf4e3;display:flex;flex-direction:column;padding:1.5rem;text-align:left;transition:transform .3s ease-in-out;text-decoration:none}.article-box:hover{transform:translateY(-10px)}.article-background-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;border-radius:15px;transition:transform .3s ease-in-out}.article-box:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent,#3e5c3c);opacity:.8;z-index:1}.article-box-content{position:relative;z-index:2}.article-text{position:relative;z-index:2;margin-top:auto}.article-date{position:relative;z-index:2;text-transform:uppercase;margin-bottom:1rem;color:#fff;background-color:#3e5c3cb3;padding:1rem;display:inline-block;align-self:flex-start;border-radius:10px}.article-title{font-size:1.5rem;font-family:Cal Sans;margin:0 0 .5rem;color:#fdf4e3;text-align:center}.article-sentence{font-size:1rem;line-height:1.5;margin:0;color:#fdf4e3;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.slider-navigation,.slider-dots,.slider-arrows{display:none}@media (max-width: 992px){.articles-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.section-6{padding:4rem 15px}.section-6-header{display:flex;justify-content:space-between;align-items:center}.slider-navigation{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.articles-grid{display:flex;width:100%}.article-box{flex:0 0 100%;width:100%}.slider-dots{display:flex;justify-content:center;align-items:center}.dot{height:12px;width:12px;margin:0 5px;background-color:#bbb;border-radius:50%;display:inline-block;cursor:pointer;transition:background-color .3s ease}.dot.active{background-color:#3e5c3c}.slider-arrows{display:contents}.arrow{background-color:transparent;color:#3e5c3c;border:none;padding:0;cursor:pointer;z-index:10;font-size:2.5rem;line-height:1}.section-6-title{font-size:32px}.articles-grid{gap:1.5rem}}.footer{background-color:#2c4a2c;color:#e0e0e0;padding:2rem;font-family:Instrument Sans,sans-serif;box-sizing:border-box;margin:0 auto}.footer-main{max-width:1420px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;margin-bottom:3rem}.footer-logo{flex-shrink:0}.footer-right-content{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 2rem;flex-grow:1;justify-content:flex-end}.footer-links{display:flex;flex-wrap:wrap;gap:1rem 0}.footer-links a{color:#e0e0e0;text-decoration:none;transition:color .3s ease;font-size:20px;margin:0;font-family:Cal Instrumental}.footer-links a:hover,.footer-links a:focus-visible{color:#fdf4e3}.footer-links a:not(:last-child){padding-right:1rem}.footer-links a:not(:last-child):after{content:"|";padding-left:1rem;color:#fff6}.footer-bottom{max-width:1420px;margin:0 auto;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.9rem;opacity:.7}.footer-mobile-divider{display:none}@media (max-width: 992px){.footer-main{flex-direction:column;align-items:flex-start;text-align:left;gap:2rem}.footer-right-content{flex-direction:column;align-items:flex-start;gap:1.5rem}.footer-links{flex-direction:column;gap:1rem;align-items:flex-start}.footer-links a:not(:last-child):after{content:"";padding-left:0}.footer-mobile-divider{display:block;margin:.5rem 0}.footer{padding:1rem}}.bottom-logo-img{height:50px;width:auto;display:block}.divider{height:40px;background-color:#fef4e3;display:block}@media (max-width: 768px){.divider{display:none}}.documents-section{position:relative;background-color:#1f3057;color:#fdf4e3;box-sizing:border-box;padding:6rem 15px 4rem}.documents-content{max-width:1420px;margin:0 auto;width:100%}.documents-content h2{font-size:3rem;font-family:Cal Sans;margin-bottom:3rem;text-align:left}.documents-content ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem;width:100%}.documents-content li{width:100%}.documents-content a{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-radius:10px;color:#fdf4e3;text-decoration:none;font-size:1.2rem;font-weight:500;transition:background-color .3s ease;background-color:#fdf4e3;color:#1f3057;border:1px solid transparent}.documents-content a:hover{background-color:#f5e5c5}.documents-content li:nth-child(odd) a{background-color:transparent;color:#fdf4e3;border:1px solid rgba(255,255,255,.2)}.documents-content li:nth-child(odd) a:hover{background-color:#ffffff1a}.download-icon{width:24px;height:24px;background-color:#3e5c3c;padding:8px;border-radius:5px;box-sizing:content-box}.password-form{background-color:#fdf4e3;color:#1f3057;padding:2rem;border-radius:10px;display:flex;flex-direction:column;gap:1rem;max-width:500px;margin:2rem auto}.password-form p{margin:0 0 .5rem;font-size:1.1rem;font-weight:500}.password-form input{width:100%;padding:.8rem;border-radius:5px;border:1px solid #1f3057;font-size:1rem;background-color:#fff;color:#1f3057}.password-form input:focus{outline:none;border-color:#3e5c3c;box-shadow:0 0 0 2px #3e5c3c4d}.password-form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.password-form-actions button{padding:.7rem 1.5rem;border:none;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .3s ease;background-color:#3e5c3c;color:#fdf4e3}.password-form-actions button:hover:not(:disabled){background-color:#31492f}.password-form-actions .cancel-btn{background-color:transparent;color:#1f3057;border:1px solid #1f3057}.password-form-actions .cancel-btn:hover{background-color:#1f30571a}.error-message{color:#c0392b;margin-top:1rem;text-align:center;font-weight:500}@media (max-width: 768px){.documents-section{padding:4rem 15px}.documents-content h2{font-size:32px;text-align:center}}.contact-section{position:relative;background-color:#1f3057;background-image:url(/assets/document-background-DKubqyTS.webp);background-repeat:no-repeat;background-position:bottom;color:#fdf4e3;box-sizing:border-box;padding:2rem 15px 6rem;background-size:cover}.contact-content{max-width:700px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.contact-content h2{font-size:3rem;font-family:Cal Sans;margin-bottom:2rem}.decorative-line{margin-top:1rem;margin-bottom:2rem}.contact-content p{font-size:1.2rem;margin-bottom:2rem;max-width:900px;line-height:1.6}.contact-form{display:grid;grid-template-columns:1fr;gap:1.5rem;width:100%;max-width:700px;padding:2rem;background:#ffffff1a;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:15px;border:1px solid rgba(255,255,255,.2)}.contact-form input,.contact-form textarea{padding:1rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#32506e40;color:#fdf4e3;font-size:1rem;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);transition:background-color .3s ease,border-color .3s ease}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#ffffffb3}.form-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem}.feedback-message{flex-grow:1;text-align:left;font-size:.9rem}.feedback-message.success{color:#4caf50}.feedback-message.error{color:#f44336}.submit-btn{background-color:#1f3057;color:#fdf4e3;padding:1rem 2rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease;justify-self:end;min-width:150px}.submit-btn:hover{background-color:#32506e}.submit-btn:disabled{background-color:#5a6a8a;cursor:not-allowed}@media (max-width: 992px){.contact-form{display:grid;grid-template-columns:1fr;width:auto}}@media (max-width: 576px){.form-footer{flex-direction:column-reverse;align-items:stretch;text-align:center}}@media (max-width: 768px){.contact-section{padding:4rem 15px}.contact-content h2{font-size:32px;text-align:center}.contact-content p{font-size:1rem}}.page{max-width:1920px;width:100%;margin:0 auto;padding:0;position:relative}.article-detail{background-image:url(/assets/section4-background-6RtGY8lK.webp);background-size:cover;background-position:center;background-attachment:fixed;padding:60px 15px}.back-to-home{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.5rem;margin-bottom:2rem;text-decoration:none;color:#3e5c3c;font-family:Instrument Sans,sans-serif;font-weight:500;font-size:2rem}.article-detail-content{max-width:1420px;margin:0 auto;font-family:Instrument Sans,sans-serif}.article-detail-content h2,.article-detail-content h3{margin-bottom:1rem;line-height:1.3}.article-subtitle{display:grid;grid-template-columns:30px auto;align-items:start;gap:.5rem;color:#1f3057;font-weight:700;font-size:16px;text-transform:uppercase;font-family:Instrument Sans,sans-serif}.article-subtitle span:last-child{line-height:32px}.article-detail-content p,.article-detail-content ul,.article-detail-content ol{margin-bottom:1.5rem;line-height:1.7;font-size:16px}.article-detail-content ul,.article-detail-content ol{padding-left:25px}.article-detail-content li{margin-bottom:.75rem}.article-images-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}.article-images-grid img{width:100%;height:100%;border-radius:15px;object-fit:cover}@media (max-width: 768px){.article-images-grid{grid-template-columns:1fr;gap:1.5rem}}.article-images-container{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:40px 0;max-width:1420px;margin:40px auto 0}.article-small-image{width:100%;height:450px;object-fit:cover;border-radius:20px}@media (max-width: 768px){.article-images-container{grid-template-columns:1fr;gap:20px}.article-small-image{width:100%}}.background-video{position:absolute;top:50%;left:50%;width:100%;height:100%;object-fit:cover;transform:translate(-50%,-50%);z-index:-1}.page{max-width:1920px;width:100%;margin:0 auto;padding:0}.news-page-background-wrapper{background-image:url(/assets/section4-background-6RtGY8lK.webp);background-size:cover;background-position:center;background-attachment:fixed;width:100%}.news-page-container{display:grid;gap:2rem;padding:4rem 15px;max-width:1420px;margin:0 auto}.news-card{display:flex;gap:2rem;background-color:#fffaf0;border-radius:15px;padding:1.5rem;box-shadow:0 4px 12px #0000000d;text-decoration:none;color:inherit;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;overflow:hidden}.news-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000014}.news-card img{width:300px;height:200px;border-radius:10px;object-fit:cover}.news-card-content{flex:1;display:flex;flex-direction:column;position:relative}.news-card-date{font-size:.9rem;color:#898989;background-color:#dfdfdf;padding:10px;border-radius:8px;display:inline-block;align-self:flex-start;text-transform:uppercase;margin-bottom:.5rem}.news-card-content h2{font-family:Cal Sans;font-size:1.5rem;margin:0 0 .5rem;color:#1f3057;line-height:32px}.news-card-content p{font-size:1rem;line-height:34px;color:#1f3057;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-bottom:2.5rem}.read-more-link{background-color:#1f3057;color:#fdf4e3;padding:1rem 2rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease;align-self:flex-end}.read-more-link:hover{background-color:#3a5a9a}@media (max-width: 768px){.news-card{flex-direction:column;gap:1rem}.news-card img{width:100%;height:200px}}.legal-page-wrapper{background:linear-gradient(to bottom,#1f3057e6,#1f3057f2),url(/assets/section4-background-6RtGY8lK.webp);background-size:cover;background-position:center;background-attachment:fixed;padding:6rem 15px}.legal-page-content{max-width:1340px;margin:0 auto;text-align:center;color:#fdf4e3}.legal-details-grid{text-align:left;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:15px;padding:2rem;margin-bottom:4rem}.legal-detail-item{display:grid;grid-template-columns:250px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1);text-align:left}.legal-detail-item:last-child{border-bottom:none}.legal-page-content h1{font-family:Cal Sans;font-size:3rem;padding-top:2rem;margin-bottom:2rem}.legal-page-content .decorative-line{margin-bottom:2rem}.legal-subtitle{font-family:Instrument Sans,sans-serif;font-size:1.2rem;line-height:1.6;margin-bottom:4rem;text-align:left}.legal-section{text-align:left;margin-bottom:2.5rem}.legal-content{text-align:left}.legal-section h3,.legal-content h3{font-family:Cal Sans;font-size:1.5rem;color:#fdf4e3;padding-top:1rem;margin-bottom:1rem}.legal-section p,.legal-content p{margin:0;white-space:pre-wrap;line-height:1.7}@media (max-width: 768px){.legal-detail-item{grid-template-columns:1fr;gap:.5rem}}.not-found-page{display:flex;justify-content:center;align-items:center;text-align:center;min-height:60vh;padding:2rem;color:#333}.not-found-content h1{font-size:6rem;font-weight:700;margin:0;color:#e0e0e0;line-height:1}.not-found-content h2{font-size:2rem;margin:.5rem 0;color:#555}.not-found-content p{font-size:1.1rem;margin-bottom:2rem}.home-link{display:inline-block;padding:.75rem 1.5rem;background-color:#0033a0;color:#fff;text-decoration:none;border-radius:5px;transition:background-color .3s ease}.home-link:hover{background-color:#002269}
