.sust-hero{background-color:rgb(var(--primary,32,41,68));background-position:50%;background-size:cover;overflow:hidden;position:relative}.sust-hero__bg-overlay{background:rgb(var(--primary,32,41,68));inset:0;position:absolute;z-index:0}.sust-hero__inner{align-items:center;display:grid;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1574px;min-height:600px;padding-left:20px;padding-right:20px;position:relative;z-index:1}.sust-hero__left{display:flex;flex-direction:column;justify-content:center;padding:80px 60px 80px 0}.sust-hero__label{align-self:flex-start;border:1px solid rgba(249,99,57,.35);border-radius:2px;color:rgb(var(--color-three,249,99,57));display:inline-block;font-family:General Sans,sans-serif;font-size:11px;font-weight:600;letter-spacing:2px;margin-bottom:24px;padding:5px 14px;text-transform:uppercase;transition:all .3s ease}.sust-hero__label:hover{background:rgba(249,99,57,.1);border-color:rgb(var(--color-three,249,99,57))}.sust-hero__title{color:#fff;font-family:Cabinet Grotesk,sans-serif;font-size:clamp(32px,4vw,52px);font-weight:700;line-height:1.05;margin:0 0 20px}.sust-hero__title-accent{color:hsla(0,0%,100%,.6);font-weight:500;transition:color .4s ease}.sust-hero__left:hover .sust-hero__title-accent{color:hsla(0,0%,100%,.85)}.sust-hero__desc{color:hsla(0,0%,100%,.65);font-family:General Sans,sans-serif;font-size:16px;font-weight:300;line-height:1.65;margin-bottom:32px;max-width:480px}.sust-hero__desc p{margin:0}.sust-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:32px}.sust-hero__btn{align-items:center;background:transparent;border:1px solid #fff;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-family:General Sans,sans-serif;font-size:14px;font-weight:500;gap:8px;letter-spacing:.5px;padding:12px 28px;text-decoration:none;transition:all .3s ease}.sust-hero__btn:hover{border-color:rgb(var(--color-three,249,99,57));color:rgb(var(--color-three,249,99,57))}.sust-hero__btn svg{transition:transform .3s ease}.sust-hero__btn:hover svg{transform:translateY(2px)}.sust-hero__report{align-items:center;border-top:1px solid hsla(0,0%,100%,.1);cursor:default;display:flex;flex-wrap:wrap;gap:16px;padding-top:24px;transition:border-color .3s ease}.sust-hero__report:hover{border-top-color:hsla(0,0%,100%,.25)}.sust-hero__report:hover .sust-hero__report-title{color:#fff}.sust-hero__report:hover .sust-hero__report-meta{color:hsla(0,0%,100%,.55)}.sust-hero__report-tag{color:rgb(var(--color-three,249,99,57));font-family:General Sans,sans-serif;font-size:11px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase}.sust-hero__report-title{color:hsla(0,0%,100%,.8);font-family:Cabinet Grotesk,sans-serif;font-size:15px;font-weight:500;transition:color .3s ease}.sust-hero__report-meta{color:hsla(0,0%,100%,.35);font-family:General Sans,sans-serif;font-size:13px;transition:color .3s ease}.sust-hero__right{overflow:hidden;position:relative}.sust-hero__image-wrap{border-radius:7px;overflow:hidden}.sust-hero__image{display:block;height:100%;object-fit:cover;transition:transform .7s ease,filter .5s ease;width:100%}.sust-hero__right:hover .sust-hero__image{filter:brightness(.85);transform:scale(1.05)}.sust-hero__image-wrap:after{background:linear-gradient(0deg,rgba(32,41,68,.4),transparent 50%);content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .5s ease}.sust-hero__right:hover .sust-hero__image-wrap:after{opacity:1}.sust-hero__image-placeholder{background:linear-gradient(135deg,hsla(0,0%,100%,.03),hsla(0,0%,100%,.06));inset:0;position:absolute}.sust-hero--light{background-color:#fff}.sust-hero--light .sust-hero__title{color:rgb(var(--primary,32,41,68))}.sust-hero--light .sust-hero__title-accent{color:rgba(32,41,68,.5)}.sust-hero--light .sust-hero__left:hover .sust-hero__title-accent{color:rgba(32,41,68,.75)}.sust-hero--light .sust-hero__desc{color:rgba(32,41,68,.65)}.sust-hero--light .sust-hero__btn{border-color:rgb(var(--primary,32,41,68));color:rgb(var(--primary,32,41,68))}.sust-hero--light .sust-hero__btn:hover{border-color:rgb(var(--color-three,249,99,57));color:rgb(var(--color-three,249,99,57))}.sust-hero--light .sust-hero__label{border-color:rgba(249,99,57,.35);color:rgb(var(--color-three,249,99,57))}.sust-hero--light .sust-hero__report{border-top-color:rgba(32,41,68,.1)}.sust-hero--light .sust-hero__report-tag{color:rgb(var(--color-three,249,99,57))}.sust-hero--light .sust-hero__report-title{color:rgb(var(--primary,32,41,68))}.sust-hero--light .sust-hero__report-meta{color:rgba(32,41,68,.4)}.sust-hero--light .sust-hero__report:hover .sust-hero__report-title{color:rgb(var(--primary,32,41,68))}.sust-hero--light .sust-hero__report:hover .sust-hero__report-meta{color:rgba(32,41,68,.6)}@media (max-width:1024px){.sust-hero__inner{grid-template-columns:1fr;min-height:auto}.sust-hero__left{order:2;padding:60px 0}.sust-hero__right{height:360px;order:1;position:relative}}@media (max-width:767px){.sust-hero__left{padding:40px 0}.sust-hero__right{height:260px}.sust-hero__actions{flex-direction:column}.sust-hero__btn{justify-content:center;text-align:center}.sust-hero__report{align-items:flex-start;flex-direction:column;gap:8px}}