.hero-banner{--hero-banner--container:repeat(2,calc(min(100% - (var(--lateral-width) * 2), var(--container-width)) / 2));align-items:center;background:var(--tertiary-color,#000);color:#fff;display:grid;grid-template-columns:var(--lateral-width) auto var(--hero-banner--container) auto var(--lateral-width);grid-template-rows:5rem auto 5rem;overflow:hidden;position:relative;z-index:1}@media (width <= 991px){.hero-banner{--hero-banner--container:min(100% - (var(--lateral-width) * 2),var(--container-width));grid-template-rows:3rem auto auto 3rem}}.hero-banner__bgimage{display:block;height:100%;inset:0;margin:0;padding:0;position:absolute;width:100%;z-index:0}.hero-banner__bgimage img{display:block;height:100%!important;object-fit:cover;width:100%}.hero-banner__bgvideo{display:block;height:100%;inset:0;margin:0;padding:0;position:absolute;width:100%;z-index:1}.hero-banner__bgvideo video{display:block;height:100%!important;object-fit:cover;width:100%}.hero-banner__overlay{display:block;height:100%;inset:0;position:absolute;width:100%;z-index:1}.hero-banner__media{grid-column:3/4;grid-row:2/3;position:relative;z-index:2}.hero-banner__media:after{background:linear-gradient(0deg,var(--primary-color,#000),var(--secondary-color,grey));border-radius:var(--border-radius-lg,2rem);content:"";height:60%;position:absolute;right:-1rem;top:50%;translate:0 -50%;width:50%;z-index:0}@media (width <= 991px){.hero-banner__media{grid-column:3/4;grid-row:2/3;padding:0}}.hero-banner__image{aspect-ratio:16/9;background:var(--text-color,#000);border-radius:var(--border-radius-lg,2rem);box-shadow:0 0 1rem rgba(var(--tertiary-rgb),.1);margin:0;overflow:hidden;position:relative;width:100%;z-index:1}.hero-banner__image img{display:block;height:100%!important;inset:0;object-fit:cover;position:absolute;width:100%}.hero-banner__video{aspect-ratio:16/9;background:var(--text-color,#000);box-shadow:0 0 1rem rgba(var(--tertiary-rgb),.1);overflow:hidden;position:relative;width:100%;z-index:1}.hero-banner__video,.hero-banner__video .embed_container,.hero-banner__video .hs-video-widget,.hero-banner__video .oembed_container{border-radius:var(--border-radius-lg,2rem)}.hero-banner__video video{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.hero-banner__content{display:flex;flex-direction:column;grid-column:4/5;grid-row:2/3;margin:auto;padding-inline:3rem 0;place-self:center start;position:relative;width:min(100%,550px);z-index:2}@media (width <= 991px){.hero-banner__content{grid-column:3/4;grid-row:3/4;margin-top:3rem;padding:0;width:100%}}.hero-banner__label{font-size:1rem;font-weight:700;text-transform:uppercase}.hero-banner__label-wrapper{color:inherit;display:block;margin-bottom:.75rem;text-decoration:none}.hero-banner__label-wrapper:is([href]){color:inherit}.hero-banner__label-wrapper:is([href])>label{cursor:pointer}.hero-banner__label-wrapper:is([href]):hover{color:inherit}.hero-banner__title{color:inherit;font-weight:300;line-height:1.2;margin:0 0 1rem;width:100%}.hero-banner__title b,.hero-banner__title strong{font-weight:700}.hero-banner__text{color:inherit;margin:0;width:100%}.hero-banner__text>:last-child{margin-bottom:0}.hero-banner__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin:2rem 0 0;width:100%}
2:3	⚠  Lexical error on line 1: Unrecognized text.

  Erroneous area:
1: min(100% - (var(--lateral-width) * 2), var(--container-width)) / 2
^.......................................^ [postcss-calc]