.csr-gallery{background:#fff;padding:3.75rem 5rem;overflow:hidden}@media (min-width:768px) and (max-width:991px){.csr-gallery{padding:3.75rem}}@media (min-width:576px) and (max-width:767px){.csr-gallery{padding:3.75rem 2.5rem}}@media (min-width:320px) and (max-width:575px){.csr-gallery{padding:3.75rem 1.25rem}}.csr-gallery__header{flex-direction:column;align-items:center;margin-bottom:1.875rem;display:flex}@media (min-width:320px) and (max-width:575px){.csr-gallery__header{gap:.5rem;margin-bottom:1.25rem}}@media (min-width:576px) and (max-width:767px){.csr-gallery__header{gap:.75rem;margin-bottom:1.875rem}}@media (min-width:768px) and (max-width:991px){.csr-gallery__header{gap:.75rem;margin-bottom:1.875rem}}.csr-gallery__header-subtitle{letter-spacing:.375rem;font-size:.75rem;font-weight:500;font-family:var(--font-poppins),sans-serif;margin-bottom:0}.csr-gallery__header-title{color:#106ebe;font-size:3rem;font-family:var(--font-host-grotesk),sans-serif;margin-bottom:0;font-weight:600}.csr-gallery__container{width:100%;margin:0 auto}.csr-gallery__grid{grid-template-rows:repeat(6,100px);grid-template-columns:repeat(10,1fr);gap:16px;display:grid}@media (min-width:768px) and (max-width:991px){.csr-gallery__grid{grid-template-rows:repeat(6,70px);gap:10px}}@media (min-width:576px) and (max-width:767px){.csr-gallery__grid{grid-template-rows:repeat(6,70px);gap:10px}}@media (min-width:320px) and (max-width:575px){.csr-gallery__grid{grid-template-rows:repeat(6,50px);gap:6px}}.csr-gallery__grid .csr-gallery__item{cursor:pointer;position:relative}.csr-gallery__grid .csr-gallery__img{object-fit:cover;object-position:center;border:2px solid #106ebe;border-radius:10px;width:100%;height:100%;overflow:hidden}@media (min-width:320px) and (max-width:575px){.csr-gallery__grid .csr-gallery__img{border-radius:5px}}.csr-gallery__grid .csr-gallery__item--1{grid-area:1/9/3/11}.csr-gallery__grid .csr-gallery__item--2{grid-area:1/7/3/9}.csr-gallery__grid .csr-gallery__item--3{grid-area:1/4/3/7}.csr-gallery__grid .csr-gallery__item--4{grid-area:1/1/4/4}.csr-gallery__grid .csr-gallery__item--5{grid-area:3/7/5/11}.csr-gallery__grid .csr-gallery__item--6{grid-area:3/4/5/7}.csr-gallery__grid .csr-gallery__item--7{grid-area:5/9/7/11}.csr-gallery__grid .csr-gallery__item--8{grid-area:5/6/7/9}.csr-gallery__grid .csr-gallery__item--9{grid-area:5/4/7/6}.csr-gallery__grid .csr-gallery__item--10{grid-area:4/1/7/4}.csr-gallery__lightbox-close{color:#fff;z-index:999;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:3.125rem;height:3.125rem;font-size:2.5rem;display:flex;position:absolute;top:3.375rem;right:.5rem}
.csr-card-section__container{padding:3.75rem 5rem}@media (min-width:768px) and (max-width:991px){.csr-card-section__container{padding:3.75rem}}@media (min-width:576px) and (max-width:767px){.csr-card-section__container{padding:3.75rem 2.5rem}}@media (min-width:320px) and (max-width:575px){.csr-card-section__container{padding:3.75rem 1.25rem}}.csr-card-section__intro{text-align:center;margin-bottom:2.5rem}.csr-card-section__intro p{font-size:.875rem;font-family:var(--font-poppins),sans-serif;color:#343a40;max-width:1000px;margin:0 auto;font-weight:400;line-height:1.6}.csr-card-section__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (min-width:320px) and (max-width:767px){.csr-card-section__grid{grid-template-columns:1fr}}.csr-card-section__footer{text-align:center;margin-top:2.5rem}.csr-card-section__footer p{font-size:.875rem;font-family:var(--font-poppins),sans-serif;color:#343a40;max-width:1000px;margin:0 auto;font-weight:400;line-height:1.6}
.csr-card{background-color:#f1f9ff;border:1px solid #cce3f5;border-radius:.9375rem;align-items:flex-start;gap:1rem;padding:.9375rem;transition:transform .3s,border-color .3s;display:flex}.csr-card:hover{border-color:#106ebe;transform:translateY(-5px)}.csr-card__icon{flex-shrink:0;width:1.75rem;height:1.75rem}.csr-card__icon img{object-fit:contain;width:100%;height:100%}.csr-card__content h3{font-size:.875rem;font-family:var(--font-poppins),sans-serif;color:#106ebe;margin-bottom:.5rem;margin-right:.25rem;font-weight:600;display:inline}.csr-card__content p{font-size:.875rem;font-family:var(--font-poppins),sans-serif;color:#343a40;margin:0;font-weight:500;line-height:1.5rem;display:inline}
.esg-card{flex-direction:column;height:100%;display:flex}.esg-card__header{color:#fff;border-radius:.5rem;justify-content:center;align-items:center;gap:.75rem;margin-bottom:.625rem;padding:.9375rem 1.25rem;display:flex}.esg-card__icon{flex-shrink:0;font-size:2rem}.esg-card__title{font-size:1.5rem;font-family:var(--font-host-grotesk),sans-serif;margin:0;font-weight:500}.esg-card__body{background-color:#fff;border:1px solid #eee;border-radius:.5rem;flex:1;padding:1.875rem;box-shadow:0 4px 15px #0000000d}.esg-card__content-block{margin-bottom:1.25rem}.esg-card__content-block:last-child{margin-bottom:0}.esg-card__subtitle{font-size:1rem;font-family:var(--font-poppins),sans-serif;color:#555;font-weight:600}.esg-card__text{font-size:.875rem;font-family:var(--font-poppins),sans-serif;color:#555;margin-bottom:.875rem;line-height:1.6}.esg-card__text strong{color:#555;font-weight:600}.esg-card__list{margin:.9375rem 0 0;padding-left:1.25rem;list-style:none}.esg-card__list li{color:#555;margin-bottom:.5rem;font-size:.875rem;line-height:1.6;position:relative}.esg-card__list li:before{content:"•";color:#333;position:absolute;left:-.9375rem}.esg-card__list li:last-child{margin-bottom:0}
.esg-section__container{background-color:#f5f5f5;padding:3.75rem 5rem}@media (min-width:320px) and (max-width:575px){.esg-section__container{padding:3.75rem 1.25rem}}@media (min-width:576px) and (max-width:767px){.esg-section__container{padding:3.75rem 2.5rem}}@media (min-width:768px) and (max-width:991px){.esg-section__container{padding:3.75rem}}.esg-section__header{text-align:center;max-width:76.25rem;margin:0 auto 2.5rem}.esg-section__title{font-size:3rem;font-family:var(--font-host-grotesk),sans-serif;color:#000;text-transform:uppercase;margin-bottom:1.25rem;font-weight:700}.esg-section__description{font-size:.875rem;font-family:var(--font-poppins),sans-serif;color:#444;margin:0;padding:0 2.5rem;font-weight:400;line-height:1.8}.esg-section__grid{grid-template-columns:repeat(2,1fr);gap:1.875rem;display:grid}@media (max-width:991px){.esg-section__grid{grid-template-columns:1fr}}
