@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{margin:0;padding:0;width:100%;min-height:100%;font-family:Lato,sans-serif;line-height:1.5;color:#000}body{padding-top:112px}a,button{width:fit-content;color:inherit;text-decoration:none;cursor:pointer;line-height:auto;border:0}.container{display:flex;flex-direction:column;max-width:1600px;margin:0 auto;padding-left:120px;padding-right:120px}@media(max-width:1440px){.container{padding-left:50px;padding-right:50px}}@media(max-width:1199px){.container{padding-left:30px;padding-right:30px}}@media(max-width:767px){.container{padding-left:15px;padding-right:15px}}h1,h2,h3,h4,h5,h6{margin:0;font-family:Aptos,Lato,sans-serif;line-height:normal}h1{font-size:2.5rem;text-transform:uppercase}h2{font-size:2rem;text-transform:uppercase}h3{font-size:1.5rem;text-transform:uppercase}h4{font-size:1.25rem}h5{font-size:1rem}h6{font-size:.875rem}.button{display:inline-block;padding:8px 45px;border-radius:12px;text-align:center;cursor:pointer;transition:all .2s ease-in-out;background-repeat:no-repeat;background-position:center;background-size:auto 60%;font-size:17px;font-weight:700;text-transform:uppercase}.button.primary{color:#fff}.button.primary.blue-black{background-color:#041b2c}.button.primary.blue-black:hover{background-color:#041b2c99}.button.primary.blue-black.hover-orange:hover{color:#ef5c00;background-color:#041b2c}.button.primary.blue-grey{background-color:#3d5c73}.button.primary.blue-grey:hover{background-color:#3d5c7399}.button.primary.grey{background-color:#7f7f7f}.button.primary.grey:hover{background-color:#7f7f7f99}.button.primary.white{background-color:#fff;color:#041b2c}.button.primary.white:hover{color:#ef5c00}.button.secondary{color:#000}.button.secondary.natural-grey{background-color:#dadada}.button.secondary.natural-grey:hover{background-color:#dadada99}.button.accent{color:#fff}.button.accent.orange{background-color:#ef5c00}.button.accent.orange:hover{background-color:#7f7f7f}.read-more{text-decoration:none;font-weight:500}.read-more:hover{text-decoration:underline}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fff;padding:1rem 0}.header .container{flex-direction:row;justify-content:space-between;align-items:center}.header .logo{display:flex;z-index:101}.header .logo img{height:80px;width:auto}.header .hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:40px;height:40px;padding:0;background:transparent;border:none;cursor:pointer;z-index:101}.header .hamburger .hamburger-line{display:block;width:28px;height:3px;background-color:#041b2c;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.header .hamburger.is-active .hamburger-line:nth-child(1){transform:translateY(9px) rotate(45deg)}.header .hamburger.is-active .hamburger-line:nth-child(2){opacity:0}.header .hamburger.is-active .hamburger-line:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.header nav ul{display:flex;gap:4rem;list-style:none;margin:0;padding:0}.header nav a{font-weight:700;transition:color .2s;text-transform:uppercase}.header nav a:hover{color:#ef5c00}.header nav a.active{color:#ef5c00}@media(max-width:1440px){.header nav ul{display:flex;gap:3rem;list-style:none;margin:0;padding:0}}@media(max-width:1199px){.header .hamburger{display:flex}.header nav{position:fixed;inset:15px 0 0;background:#fff;display:flex;align-items:flex-start;justify-content:flex-start;padding-top:110px;padding-left:30px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.header nav.is-open{opacity:1;visibility:visible}.header nav ul{flex-direction:column;align-items:flex-start;gap:2rem}.header nav a{font-size:1.5rem}}@media(max-width:767px){.header .logo img{height:60px}.header nav{padding-top:120px;padding-left:15px}.header nav a{font-size:1.25rem}}.footer{background:#041b2c;color:#fff;padding:3rem 0 2rem}.footer .footer-brand{margin-bottom:1rem}.footer .footer-brand img{height:65px;width:auto}.footer .footer-columns{display:flex;justify-content:space-between;align-items:flex-start;gap:4rem}.footer .footer-col{align-self:start}.footer .footer-copyright{font-size:14px;font-weight:700;margin:0;white-space:pre-line}.footer .footer-social{display:flex;justify-content:center;gap:20px;text-align:center}.footer .footer-social .social-title{font-size:.875rem;align-content:center}.footer .footer-social .social-links{display:flex;gap:1rem;justify-content:center}.footer .footer-social .social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff1a;color:#fff;transition:background .2s,color .2s}.footer .footer-social .social-link:hover{background:#ef5c00;color:#fff}.footer .footer-social .social-link svg{width:20px;height:20px}.footer .footer-nav{justify-items:flex-end}.footer .footer-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:1rem}.footer .footer-nav a{color:#fff;transition:opacity .2s;text-transform:uppercase;font-size:.875rem}.footer .footer-nav a:hover{color:#ef5c00}@media(max-width:767px){.footer .footer-columns{flex-direction:column;align-items:flex-start;gap:2rem}.footer .footer-social{text-align:left}.footer .footer-social .social-links{justify-content:flex-start}.footer .footer-nav ul{flex-wrap:wrap}}.hero{margin:0;display:flex;align-items:start;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;width:65%;height:100%;background-color:#a1adbb}.hero .hero-content{position:relative;z-index:1;text-align:left;width:1600px;color:#041b2c;margin:0 auto;padding:0 120px}.hero .hero-content .text-container{padding:4rem 4rem 4rem 0;background-size:contain;background-position:center right;background-repeat:no-repeat;background-image:url(/images/hero/hero_bg.svg);background-color:#a1adbb}.hero .hero-content .text-container>*{max-width:800px}.hero p{font-size:1.25rem;line-height:1.6;opacity:.9;margin-bottom:2rem}@media(max-width:1440px){.hero .hero-content{padding-left:50px;padding-right:60px}}@media(max-width:1199px){.hero .hero-content{padding-left:30px;padding-right:30px}.hero .hero-content .text-container>*{max-width:80%}}@media(max-width:767px){.hero .hero-content{padding-left:15px;padding-right:15px}.hero .hero-content .text-container{background-image:url(/images/hero/hero_bg_mobile.svg)}.hero .hero-content .text-container>*{max-width:95%}}.about{padding:4rem 0;background:#3d5c73;color:#fff;text-align:left}.about p{font-size:30px;font-weight:700}.news-carousel{padding:4rem 0}.news-carousel .intro-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.news-carousel h2{margin:0}.news-carousel .buttons-container{display:flex;align-items:center;gap:.5rem}.news-carousel .carousel-wrapper{position:relative}.news-carousel .news-swiper{padding-bottom:3rem;overflow:hidden}.news-carousel .news-swiper .swiper-slide{height:auto}.news-carousel .news-swiper .swiper-slide .card{width:100%}.news-carousel button.swiper-button-prev,.news-carousel button.swiper-button-next{display:flex;align-items:center;justify-content:center;position:relative;top:auto;left:auto;right:auto;width:40px;height:40px;margin:0;padding:0;background:#fff;border:1px solid #ddd;border-radius:50%;cursor:pointer;z-index:10;transition:all .2s}.news-carousel button.swiper-button-prev:after,.news-carousel button.swiper-button-next:after{display:none}.news-carousel button.swiper-button-prev svg,.news-carousel button.swiper-button-next svg{width:20px;height:20px;fill:#000;scale:.5}.news-carousel button.swiper-button-prev:hover,.news-carousel button.swiper-button-next:hover{background:#f5f5f5;border-color:#ccc}.news-carousel button.swiper-button-prev.swiper-button-disabled,.news-carousel button.swiper-button-next.swiper-button-disabled{opacity:.3;cursor:not-allowed}.news-carousel .swiper-pagination-bullet-active{background:#3d5c73}.news-carousel .card{height:100%;display:flex;flex-direction:column;overflow:hidden}.news-carousel .card .card-image{aspect-ratio:16/10;overflow:hidden;border-radius:20px;box-shadow:0 2px 8px #0000001a}.news-carousel .card .card-image img{width:100%;height:100%;object-fit:cover}.news-carousel .card .card-content{padding-top:1.5rem;display:flex;flex-direction:column;flex-grow:1}.news-carousel .card .card-content .card-title{font-size:18px;font-weight:700;color:#041b2c}.news-carousel .cta-wrapper{text-align:center}.news-carousel .cta-button{display:inline-block;padding:.75rem 2rem;background:#06c;color:#fff;text-decoration:none;border-radius:4px;font-weight:500;transition:background .2s}.news-carousel .cta-button:hover{background:#0052a3}.news-carousel-wrapper--article{background-color:#dadada33}.industry{position:relative;padding:4rem 0;background-size:cover;background-position:center;background-repeat:no-repeat}.industry__overlay{position:absolute;inset:0;background-color:#3d5c73;opacity:.5}.industry__content{position:relative;z-index:1;max-width:1600px;margin:0 auto;padding:0 120px}.industry__inner{background-color:#3d5c73;color:#fff;padding:40px;width:50%;border-radius:20px;margin-bottom:40px}.industry__inner h2{margin-bottom:1rem}.industry__inner p{margin-bottom:1.5rem;font-weight:700;font-size:20px}.industry--light .industry__inner{background-color:#fff;color:#3d5c73}@media(max-width:1440px){.industry__content{padding-left:50px;padding-right:50px}.industry__inner{width:60%}}@media(max-width:1199px){.industry__content{padding-left:30px;padding-right:30px}.industry__inner{width:80%}}@media(max-width:767px){.industry__content{padding-left:20px;padding-right:20px}.industry__inner{width:100%;padding:30px}.container{padding-left:15px;padding-right:15px}}.partners{padding:4rem 0}.partners .partners-layout{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.partners .partners-logos{width:55%}.partners .partners-content{width:35%}.partners .partners-content h2{font-size:38px;margin-bottom:1rem;color:#041b2c}.partners .partners-content p{margin-bottom:1.5rem;font-size:26px;font-weight:600;color:#041b2c;line-height:1.6}.partners .logos-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2.5rem;align-items:center;justify-items:center}.partners .logo-item{cursor:pointer}.partners .logo-item img{max-width:120px;max-height:75px;object-fit:contain;transition:all .2s}.partners .logo-item:hover img{opacity:.7}.partners .logo-item a{display:block}@media(max-width:1199px){.partners .partners-logos,.partners .partners-content{width:45%}.partners .logos-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:991px){.partners .partners-layout{flex-direction:column-reverse}.partners .partners-logos,.partners .partners-content{width:100%}.partners .logos-grid{grid-template-columns:repeat(6,1fr)}}@media(max-width:767px){.partners .logos-grid{grid-template-columns:repeat(4,1fr)}}.resources{padding:4rem 0;background:#dadada4d}.resources .resources-header{text-align:left;margin-bottom:2rem}.resources .resources-header h2{font-size:38px}.resources .resources-header .resources-intro{margin-top:0;font-size:30px;font-weight:700;line-height:1.6}.resources-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.resources .cta-wrapper{text-align:center;margin-top:2rem}.resource-card{display:flex;flex-direction:column;border-radius:8px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s;gap:20px}.resource-card .image{aspect-ratio:16/9;overflow:hidden;border-radius:20px;box-shadow:0 2px 8px #0000001a}.resource-card .image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.resource-card:hover .image img{transform:scale(1.05)}.resource-card .content h4{color:#ef5c00;text-transform:uppercase}.resource-card .content p{font-size:18px;font-weight:700;line-height:1.5;margin:0;color:#041b2c}@media(max-width:767px){.resources-grid{grid-template-columns:1fr}}.resources-carousel{padding:4rem 0}.resources-carousel .intro-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.resources-carousel h2{margin:0}.resources-carousel .buttons-container{display:flex;align-items:center;gap:.5rem}.resources-carousel .carousel-wrapper{position:relative}.resources-carousel .resources-carousel-swiper{padding-bottom:3rem;overflow:hidden}.resources-carousel .resources-carousel-swiper .swiper-slide{height:auto}.resources-carousel button.swiper-button-prev,.resources-carousel button.swiper-button-next{display:flex;align-items:center;justify-content:center;position:relative;top:auto;left:auto;right:auto;width:40px;height:40px;margin:0;padding:0;background:#fff;border:1px solid #ddd;border-radius:50%;cursor:pointer;z-index:10;transition:all .2s}.resources-carousel button.swiper-button-prev:after,.resources-carousel button.swiper-button-next:after{display:none}.resources-carousel button.swiper-button-prev svg,.resources-carousel button.swiper-button-next svg{width:20px;height:20px;fill:#000;scale:.5}.resources-carousel button.swiper-button-prev:hover,.resources-carousel button.swiper-button-next:hover{background:#f5f5f5;border-color:#ccc}.resources-carousel button.swiper-button-prev.swiper-button-disabled,.resources-carousel button.swiper-button-next.swiper-button-disabled{opacity:.3;cursor:not-allowed}.resources-carousel .card{height:100%;display:flex;flex-direction:column;overflow:hidden}.resources-carousel .card .article{display:block;text-decoration:none;color:inherit}.resources-carousel .card .image{aspect-ratio:16/10;overflow:hidden;border-radius:20px;box-shadow:0 2px 8px #0000001a}.resources-carousel .card .image img{width:100%;height:100%;object-fit:cover}.resources-carousel .card .content{padding-top:1.5rem;display:flex;flex-direction:column;flex-grow:1}.resources-carousel .card .content .title{font-size:18px;font-weight:700;color:#041b2c}.resources-carousel .cta-wrapper{text-align:center}.resources-carousel-wrapper--article{background-color:#dadada33}.contact-form{padding:4rem 0}.contact-form.bg-white{background-color:#fff}.contact-form.bg-natural-grey{background-color:#dadada}.contact-form h2{font-size:38px;color:#041b2c}.contact-form .subtitle{text-align:left;color:#041b2c;margin-bottom:2rem}.contact-form .contact-email{display:inline-block;font-weight:700;text-decoration:none}.contact-form .contact-email:hover{text-decoration:underline}.contact-form__columns{display:flex;justify-content:center;gap:6rem}.contact-form__left{width:500px}.contact-form__right{flex:0 0 300px}.contact-form__right p{margin:0;line-height:1.6}.contact-form__right .contact-email{display:inline-block;margin-top:1.5rem;text-decoration:underline;font-weight:600;text-decoration:none}.contact-form__right .contact-email:hover{color:#ef5c00}.contact-form form{display:flex;flex-direction:column;gap:1.5rem}.contact-form .form-row{display:flex;gap:1.5rem}.contact-form .form-row .form-group{flex:1}.contact-form .form-group{display:flex;flex-direction:column;gap:.5rem}.contact-form label{font-weight:300}.contact-form input,.contact-form textarea{padding:.75rem;border:2px solid black;border-radius:0;font-size:1rem;font-family:inherit}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#06c}.contact-form button{align-self:end}@media(max-width:767px){.contact-form__columns{flex-direction:column}.contact-form__left{width:100%}.contact-form__right{flex:1}.contact-form .form-row{flex-direction:column}}.no-content{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;text-align:center;color:#666}.breadcrumbs{padding-bottom:10px;text-align:left}.breadcrumbs ol{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0;gap:.5rem}.breadcrumbs li{display:flex;align-items:center}.breadcrumbs li:not(:last-child):after{content:"/";margin-left:.5rem;color:#7f7f7f}.breadcrumbs a{color:#3d5c73}.breadcrumbs a:hover,.breadcrumbs span{color:#041b2c}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:3rem}.pagination-pages{display:flex;align-items:center;gap:.5rem;list-style:none;padding:0;margin:0}.pagination-page{display:flex;align-items:center;justify-content:center;width:40px;height:40px;font-size:1rem;font-weight:600;text-decoration:none;color:#041b2c;border-radius:4px;transition:color .2s,background-color .2s}.pagination-page:hover:not(.active){background-color:#dadada80}.pagination-page.active{color:#ef5c00;cursor:default}.pagination-arrow{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#041b2c;text-decoration:none;border-radius:4px;transition:color .2s,background-color .2s,opacity .2s}.pagination-arrow:hover:not(.disabled){background-color:#dadada80}.pagination-arrow.disabled{opacity:.3;cursor:default;pointer-events:none}.pagination-arrow svg{width:20px;height:20px}.page-header{background:#3d5c73;padding:2rem 0}.page-header h1{font-size:3rem;color:#fff;margin-bottom:1rem}.page-header p{font-size:1.5rem;color:#fff;line-height:1.7}@media(max-width:767px){.page-header h1{font-size:2.5rem}.page-header p{font-size:1.25rem}}.text-block{padding:3rem 0}.text-block.bg-white{background:#fff}.text-block.bg-natural-grey{background:#dadada}.text-block.bg-blue-grey{background:#3d5c73}.text-block.bg-blue-grey .text-block-title,.text-block.bg-blue-grey .text-block-text{color:#fff}.text-block.bg-blue-grey .button{background:#fff;color:#041b2c}.text-block.bg-blue-grey .button:hover{background:#dadada}.text-block.bg-blue-black{background:#041b2c}.text-block.bg-blue-black .text-block-title,.text-block.bg-blue-black .text-block-text{color:#fff}.text-block.bg-blue-black .button{background:#fff;color:#041b2c}.text-block.bg-blue-black .button:hover{background:#dadada}.text-block-title{font-size:1.75rem;font-weight:700;color:#041b2c;margin-bottom:1rem;text-align:left}.text-block-text{font-size:1.25rem;font-weight:600;color:#041b2c;line-height:1.7;text-align:left}.text-block-cta{margin-top:2rem;text-align:left}.card{display:block;padding:2rem;background:#fff;border:1px solid #DADADA;border-radius:8px;transition:border-color .2s,box-shadow .2s;text-decoration:none;color:inherit}.card--clickable{cursor:pointer}.card--clickable:hover{border-color:#3d5c73;box-shadow:0 4px 12px #0000001a}.card.carrousel{padding:0;border:none;background:transparent;border-radius:0;overflow:unset}.card.carrousel:hover{box-shadow:none}.card.carrousel .card-image{aspect-ratio:3/2;margin-bottom:1rem;border-radius:8px;overflow:hidden;transition:box-shadow .2s}.card.carrousel .card-image img{height:100%;border-radius:0}.card.carrousel .card-content .card-title{font-size:18px;text-transform:none}.card.carrousel:hover .card-image{box-shadow:0 4px 12px #00000026}.card.thumbnail{padding:0;overflow:auto}.card.thumbnail .card-image{aspect-ratio:3/2;margin:0}.card.thumbnail .card-image img{width:100%;height:100%;object-fit:cover;border-bottom-left-radius:0;border-bottom-right-radius:0}.card.thumbnail .card-content{padding:2rem}.card-image{margin-bottom:1.5rem;line-height:0}.card-image img{width:100%;height:auto;object-fit:cover;border-radius:4px}.card-image--logo{height:80px;display:flex;align-items:center;justify-content:center}.card-image--logo img{width:auto;max-width:150px;max-height:100px;object-fit:contain;border-radius:0}.card-title{font-size:1.25rem;color:#041b2c;margin-bottom:.75rem}.card-text{font-size:1rem;color:#7f7f7f;line-height:1.6;margin-bottom:1rem}.card-text:last-of-type{margin-bottom:0}.card-date{display:block;font-size:.875rem;color:#7f7f7f;margin-top:1rem}.card-cta{margin-top:1.5rem}.card-grid-section{padding:3rem 0}.card-grid-section.no-padding-top{padding-top:0}.card-grid-section.no-padding-bottom{padding-bottom:0}.card-grid-section.bg-white{background:#fff}.card-grid-section.bg-natural-grey{background:#dadada}.card-grid-section.bg-blue-grey{background:#3d5c73}.card-grid-section.bg-blue-black{background:#041b2c}.card-grid-title{font-size:1.75rem;color:#041b2c;margin-bottom:1.5rem;text-transform:uppercase}.card-grid-title.text-white{color:#fff}.card-grid{display:grid;gap:2rem}.card-grid.cols-2{grid-template-columns:repeat(2,1fr)}.card-grid.cols-3{grid-template-columns:repeat(3,1fr)}.card-grid.cols-4{grid-template-columns:repeat(4,1fr)}.card-grid.cols-5{grid-template-columns:repeat(5,1fr)}.card-grid-cta{text-align:center;margin-top:2rem}@media(max-width:991px){.card-grid.cols-3,.card-grid.cols-4,.card-grid.cols-5{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.card-grid.cols-2,.card-grid.cols-3,.card-grid.cols-4,.card-grid.cols-5{grid-template-columns:1fr}.card{padding:1.5rem}.card-title{font-size:1.125rem}}.image-text{padding:0 0 3rem}.image-text.bg-white{background:#fff}.image-text.bg-natural-grey{background:#dadada}.image-text.bg-blue-grey{background:#3d5c73}.image-text.bg-blue-black{background:#041b2c}.image-text--reverse .image-text-wrapper{flex-direction:row-reverse}.image-text-wrapper{display:flex;align-items:center;gap:3rem}.image-text-image{flex:1;min-width:0}.image-text-image img{width:100%;height:auto;border-radius:8px;object-fit:cover}.image-text-content{flex:1;min-width:0}.image-text-title{font-size:1.25rem;font-weight:600;color:#ef5c00;margin-bottom:1rem}.image-text-title.text-white{color:#fff}.image-text-text{font-size:1rem;color:#3d5c73;line-height:1.7;margin-bottom:1rem}.image-text-text:last-child{margin-bottom:0}.image-text-text.text-white{color:#fff}@media(max-width:991px){.image-text-wrapper{flex-direction:column;gap:2rem}.image-text--reverse .image-text-wrapper{flex-direction:column}}.news-page{padding:1.5rem 0 4rem}.news-page h1{font-size:3rem;margin-bottom:2rem}.news-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.news-item{display:flex;flex-direction:column;text-decoration:none;color:inherit;border-radius:12px;overflow:hidden;background:#fff;border:1px solid #DADADA;transition:border-color .2s,box-shadow .2s}.news-item:hover{border-color:#3d5c73;box-shadow:0 4px 12px #0000001a}.news-item:hover .news-image img{transform:scale(1.05)}.news-item .news-image{aspect-ratio:16/9;overflow:hidden}.news-item .news-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.news-item .news-content{padding:1.5rem}.news-item .news-content h2{font-size:1.25rem;color:#041b2c;margin-bottom:.75rem;line-height:1.3}.news-item .news-content p{font-size:1rem;color:#7f7f7f;line-height:1.6;margin-bottom:1rem}.news-item .news-content time{font-size:.875rem;color:#7f7f7f}.blog-page{padding:1.5rem 0 4rem}.blog-post .header-image{aspect-ratio:1/.4;margin-bottom:2rem;border-radius:12px;overflow:hidden}.blog-post .header-image img{width:100%;height:100%;object-fit:cover;display:block}.blog-post .featured-image{margin-bottom:2rem;border-radius:12px;overflow:hidden}.blog-post .featured-image img{width:100%;height:auto;display:block}.blog-post>time{display:block;margin-bottom:2rem;color:#7f7f7f}.content ul,.content ol{margin-bottom:1rem;padding-left:1.5rem}.content .content-image{margin:2rem 0}.content .content-image img{max-width:100%;height:auto}.content .content-image figcaption{margin-top:.5rem;font-size:.875rem;color:#3d5c73;text-align:center}.content blockquote{margin:2rem 0;padding:1rem 1.5rem;border-left:4px solid #DADADA;background:#f9f9f9;font-style:italic;color:#3d5c73}@media(max-width:767px){.news-page h1{font-size:2.5rem}.news-list{grid-template-columns:1fr}}.about-page{padding:1.5rem 0 0}.partners-logos-section{background:#fff;padding:0 0 3rem}.partners-logos-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem;margin-bottom:2.5rem}.logo-item{display:flex;align-items:center;justify-content:center}.logo-item img{max-width:120px;max-height:95px;object-fit:contain}.partners-logos-cta{text-align:center}@media(max-width:991px){.partners-logos-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:767px){.partners-logos-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.campaign-members-page,.resources-page{padding:1.5rem 0 4rem}.resources-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.resource-item{display:flex;flex-direction:column;text-decoration:none;color:inherit;border-radius:12px;overflow:hidden;background:#fff;border:1px solid #DADADA;transition:border-color .2s,box-shadow .2s}.resource-item:hover{border-color:#3d5c73;box-shadow:0 4px 12px #0000001a}.resource-item:hover .resource-image img{transform:scale(1.05)}.resource-item .resource-image{aspect-ratio:16/9;overflow:hidden}.resource-item .resource-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.resource-item .resource-content{padding:1.5rem}.resource-item .resource-content .category{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;color:#ef5c00;margin-bottom:.5rem}.resource-item .resource-content h2{font-size:1.25rem;color:#041b2c;margin-bottom:.75rem;line-height:1.3}.resource-item .resource-content p{font-size:1rem;color:#7f7f7f;line-height:1.6;margin-bottom:1rem}.resource-item .resource-content time{font-size:.875rem;color:#7f7f7f}.resource-post .header-image{aspect-ratio:1/.4;margin-bottom:2rem;border-radius:12px;overflow:hidden}.resource-post .header-image img{width:100%;height:100%;object-fit:cover;display:block}.resource-post .featured-image{margin-bottom:2rem;border-radius:12px;overflow:hidden}.resource-post .featured-image img{width:100%;height:auto;display:block}.resource-post .resource-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.resource-post .resource-meta .category{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;color:#ef5c00}.resource-post .resource-meta time{font-size:.875rem;color:#7f7f7f}.resource-post h1{margin-bottom:2rem}@media(max-width:767px){.resources-list{grid-template-columns:1fr}}.legal-page{padding:1.5rem 0 4rem}.legal-content{padding:1rem 0}.legal-content .intro{font-size:1.25rem;line-height:1.7;color:#3d5c73;margin-bottom:2.5rem}.legal-content .outro{font-size:1.125rem;font-weight:600;color:#041b2c;margin-top:2.5rem;padding-top:2rem;border-top:1px solid #DADADA}.legal-section{margin-bottom:2rem}.legal-section h2{font-size:1.5rem;color:#041b2c;margin-bottom:1rem}.legal-section p{font-size:1.0625rem;color:#3d5c73;line-height:1.7;margin-bottom:1rem}.legal-section p:last-child{margin-bottom:0}.legal-section ul{margin:0 0 1rem;padding-left:1.5rem}.legal-section ul li{font-size:1.0625rem;color:#3d5c73;line-height:1.7;margin-bottom:.5rem}.legal-section ul li:last-child{margin-bottom:0}.legal-section ul li strong{color:#041b2c}.legal-section a{color:#ef5c00;text-decoration:underline}.legal-section a:hover{text-decoration:none}@media(max-width:767px){.legal-content .intro{font-size:1.125rem}.legal-section h2{font-size:1.25rem}.legal-section p,.legal-section ul li{font-size:1rem}}
