@font-face {
   font-family: "Brandon Text";
   font-style: normal;
   font-weight: 400;
   font-display: swap;
   src: url('/wp-content/uploads/generatepress/fonts/brandon-text/Brandon-Text-Web-Regular.woff2') format('woff2');
}

@font-face {
   font-family: "Brandon Text";
   font-style: italic;
   font-weight: 400;
   font-display: swap;
   src: url('/wp-content/uploads/generatepress/fonts/brandon-text/Brandon-Text-Web-Italic.woff2') format('woff2');
}

@font-face {
   font-family: "Brandon Text";
   font-style: normal;
   font-weight: 500;
   font-display: swap;
   src: url('/wp-content/uploads/generatepress/fonts/brandon-text/Brandon-Text-Web-Medium.woff2') format('woff2');
}

@font-face {
   font-family: "Brandon Text";
   font-style: italic;
   font-weight: 500;
   font-display: swap;
   src: url('/wp-content/uploads/generatepress/fonts/brandon-text/Brandon-Text-Web-Medium-Italic.woff2') format('woff2');
}

@font-face {
   font-family: "Brandon Text";
   font-style: normal;
   font-weight: 700;
   font-display: swap;
   src: url('/wp-content/uploads/generatepress/fonts/brandon-text/Brandon-Text-Web-Bold.woff2') format('woff2');
}

@font-face {
   font-family: "Brandon Text";
   font-style: italic;
   font-weight: 700;
   font-display: swap;
   src: url('/wp-content/uploads/generatepress/fonts/brandon-text/Brandon-Text-Web-Bold-Italic.woff2') format('woff2');
}

@font-face {
   font-family: "Brandon Text";
   font-style: normal;
   font-weight: 900;
   font-display: swap;
   src: url('/wp-content/uploads/generatepress/fonts/brandon-text/Brandon-Text-Web-Black.woff2') format('woff2');
}

.bb-root,
.bb-root * {
   font-family: "Brandon Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bb-root {
   font-size: 17px;
   line-height: 1.6;
}

.bb-root h1,
.bb-root h2,
.bb-root h3,
.bb-root h4,
.bb-root h5,
.bb-root h6,
.bb-root p,
.bb-root ul,
.bb-root ol,
.bb-root figure {
   margin: 0;
}

.bb-root h1,
.bb-root h2,
.bb-root h3,
.bb-root h4,
.bb-root h5,
.bb-root h6 {
   text-transform: none;
   line-height: 1.1;
   color: inherit;
   letter-spacing: normal;
}

.bb-root p {
   color: inherit;
   font: inherit;
   letter-spacing: inherit;
   text-align: inherit;
}

.bb-root a {
   text-decoration: none;
   color: inherit;
}

.bb-root img {
   max-width: 100%;
   display: block;
}

.bb-root .bb-rich p+p {
   margin-top: 1em;
}

.bb-root .bb-rich strong,
.bb-root .bb-rich b {
   font-weight: 700;
}

.bb-arrow {
   display: inline-block;
   vertical-align: middle;
   margin-left: 10px;
}

body.home {
   background-color: #0079B7;
}

.bb-logo-row {
   display: flex;
   flex-direction: column;
   align-items: center;
   row-gap: 70px;
}

.bb-logo-group {
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
}

.bb-logo-pair {
   display: flex;
   flex-direction: column-reverse;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   row-gap: 40px;
   column-gap: 50px;
}

.bb-logo {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   transition: transform .3s ease;
}

.bb-logo:hover {
   transform: scale(1.1);
}

.bb-logo img {
   width: var(--bb-lwm, var(--bb-lw, auto));
   height: auto;
   max-width: 100%;
}

.bb-logo-row .bb-logo-cap {
   margin: 40px 0 0;
   font-size: 14px;
   line-height: 19px;
   font-weight: 700;
   color: #fff;
   text-transform: uppercase;
   text-align: center;
   max-width: 160px;
}

@media (min-width:768px) {
   .bb-logo-row {
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: flex-start;
      justify-content: center;
      column-gap: 30px;
      row-gap: 30px;
   }

   .bb-logo-group {
      flex: 0 1 calc(33% - 15px);
   }

   .bb-logo-pair {
      flex-direction: row;
      row-gap: 20px;
   }

   .bb-logo img {
      width: var(--bb-lw, auto);
   }

   .bb-logo-row .bb-logo-cap {
      font-size: 15px;
      max-width: 190px;
      margin-top: 30px;
   }
}

@media (min-width:1100px) {
   .bb-logo-row {
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: flex-end;
      column-gap: 95px;
      row-gap: 52px;
   }

   .bb-logo-group {
      flex: 0 1 auto;
   }

   .bb-logo-pair {
      row-gap: 28px;
      min-height: 100px;
   }

   .bb-logo-row .bb-logo-cap {
      margin-top: 40px;
   }
}

@media (min-width:1100px) {
   .bb-hero__illo-wrap {
      transform: translateX(-70px);
   }
}

.bb-about {
   overflow-x: clip;
}

.o-header--frontpage .e-logo__header:not(.e-logo__header--page) {
   max-height: none;
}

.o-header--frontpage .e-logo__header:not(.e-logo__header--page)>svg {
   width: auto;
   max-width: none;
   height: 46px;
}

@media (max-width:1023px) {
   .o-header--frontpage .o-header__row+.o-header__row {
      margin-top: 50px;
   }

   .o-header--frontpage .e-logo__header:not(.e-logo__header--page)>svg {
      height: 31px;
   }

   .o-header--frontpage .e-logo__claim {
      font-size: 23px;
      line-height: 28px;
   }
}

a.bb-link-primary {
   display: inline-flex;
   align-items: center;
   column-gap: 20px;
   color: #62A4CE;
   text-transform: uppercase;
   font-weight: 700;
   white-space: nowrap;
}

a.bb-link-primary .bb-link-arrow {
   display: inline-flex;
   align-items: center;
   transition: transform .5s ease;
}

a.bb-link-primary .bb-link-arrow svg {
   display: block;
}

a.bb-link-primary:is(:hover, :focus) {
   color: #90D0F0;
}

a.bb-link-primary:is(:hover, :focus) .bb-link-arrow {
   transform: translate3d(10px, 0, 0);
}

.bb-track-vp {
   overflow: hidden;
   width: 100%;
}

.bb-track {
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   gap: 30px;
   align-items: flex-start;
   will-change: transform;
   cursor: grab;
   user-select: none;
   -webkit-user-select: none;
   -webkit-touch-callout: none;
}

.bb-track.is-grabbing {
   cursor: grabbing;
}

.bb-flip {
   flex: 0 0 340px;
   aspect-ratio: 340/390;
}

@media (max-width:400px) {
   .bb-flip {
      flex-basis: calc(100vw - 60px);
   }
}

.bb-flip__inner {
   position: relative;
   width: 100%;
   height: 100%;
   background-color: rgba(13, 32, 46, .25);
   border-radius: 25px;
   box-shadow: inset 0 -10px 0 0 var(--bb-accent, #0079B7);
   transition: transform .35s ease-in;
   transform-style: preserve-3d;
}

.bb-flip:hover .bb-flip__inner {
   transform: rotateX(180deg);
}

.bb-flip__face {
   position: absolute;
   inset: 0;
   height: 100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   border-radius: 25px;
   display: flex;
   overflow: hidden;
}

.bb-flip__front {
   align-items: flex-start;
   padding: 30px 30px 60px;
}

.bb-flip__back {
   transform: rotateX(180deg);
   align-items: flex-end;
   padding: 60px 30px 30px;
}

.bb-service-front strong,
.bb-service-front b {
   text-transform: uppercase;
   font-weight: 700;
}

.bb-service-front a {
   text-decoration: underline;
}

.bb-coverflow {
   position: relative;
   padding: 34px 0;
   width: 100vw;
   margin-left: calc(50% - 50vw);
}

.bb-cf-stage {
   position: relative;
   height: 430px;
   max-width: 1100px;
   margin: 0 auto;
   overflow: hidden;
   touch-action: pan-y;
}

.bb-cf-card {
   position: absolute;
   left: 50%;
   top: 50%;
   width: 340px;
   height: 390px;
   transform: translate(-50%, -50%);
   transform-origin: center center;
   transition: transform .45s cubic-bezier(.4, 0, .2, 1), opacity .45s ease;
   background: #fff;
   border-radius: 25px;
   overflow: hidden;
   cursor: pointer;
   will-change: transform, opacity;
}

.bb-cf-card.is-center {
   cursor: default;
}

.bb-cf-card::after {
   content: '';
   position: absolute;
   inset: 0;
   border-radius: inherit;
   z-index: 3;
   background: #0079B7;
   opacity: var(--bb-fog, 0);
   transition: opacity .45s ease;
   pointer-events: none;
}

.bb-cf-arrow {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   z-index: 200;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   background: transparent;
   border: 0;
   padding: 0;
   cursor: pointer;
   color: #62A4CE;
   transition: color .2s ease;
}

.bb-cf-arrow svg {
   width: 41px;
   height: 74px;
   display: block;
   transition: transform .3s ease;
}

.bb-cf-arrow:is(:hover, :focus) {
   color: #90D0F0;
}

.bb-cf-arrow--prev:is(:hover, :focus) svg {
   transform: translateX(-8px);
}

.bb-cf-arrow--next:is(:hover, :focus) svg {
   transform: translateX(8px);
}

.bb-cf-arrow--prev {
   left: max(8px, calc(50% - 650px));
}

.bb-cf-arrow--next {
   right: max(8px, calc(50% - 650px));
}

@media (max-width:1380px) {
   .bb-cf-arrow {
      color: #90D0F0;
   }

   .bb-cf-arrow--prev:is(:hover, :focus) svg,
   .bb-cf-arrow--next:is(:hover, :focus) svg {
      transform: none;
   }
}

@media (max-width:767px) {
   .bb-cf-card {
      width: 250px;
      height: 287px;
   }

   .bb-cf-stage {
      height: 340px;
   }

   .bb-cf-arrow svg {
      width: 26px;
      height: 47px;
   }

   .bb-cf-arrow--prev {
      left: 2px;
   }

   .bb-cf-arrow--next {
      right: 2px;
   }

   .bb-coverflow {
      padding: 0;
   }
}

@media (min-width:768px) {
   .bb-cf-stage .bb-cf-clone {
      display: none !important;
   }
}

.bb-carousel {
   display: flex;
   gap: 24px;
   overflow-x: auto;
   scroll-snap-type: x mandatory;
   -ms-overflow-style: none;
   scrollbar-width: none;
   padding-bottom: 4px;
}

.bb-carousel::-webkit-scrollbar {
   display: none;
}

.bb-carousel>* {
   scroll-snap-align: start;
   flex: 0 0 auto;
}

.bb-nav-btn {
   cursor: pointer;
   background: transparent;
   border: 0;
   display: inline-flex;
   align-items: center;
   justify-content: center;
}

.bb-nav-btn:disabled {
   opacity: .35;
   cursor: default;
}

.bb-collab-carousel {
   position: relative;
}

.bb-collab-lane {
   gap: 30px;
}

.bb-collab-card {
   position: relative;
   width: 340px;
   height: 390px;
   background: #fff;
   border-radius: 25px;
   overflow: hidden;
   outline: none;
   cursor: default;
}

.bb-collab-media {
   position: relative;
   height: 230px;
   overflow: hidden;
}

.bb-collab-tag {
   position: absolute;
   bottom: 0;
   right: 0;
   background: #0079B7;
   color: #fff;
   text-transform: uppercase;
   font-weight: 700;
   font-size: 14px;
   line-height: 19px;
   padding: 4px 40px 2px 11px;
   border-top-left-radius: 4px;
}

.bb-collab-rest {
   padding: 30px;
}

.bb-collab-rest .bb-collab-rest-part {
   font-style: italic;
   font-size: 15px;
   line-height: 21px;
   color: #2A2F33;
}

.bb-collab-rest .bb-collab-rest-title {
   text-transform: uppercase;
   font-weight: 600;
   font-size: 20px;
   line-height: 24px;
   color: #484B4D;
   margin-top: 3px;
}

.bb-collab-reveal {
   position: absolute;
   inset: 0;
   background: #fff;
   padding: 30px;
   display: flex;
   flex-direction: column;
   transform: translateY(100%);
   transition: transform .3s ease;
}

.bb-collab-card:is(:hover, :focus, :focus-within) .bb-collab-reveal {
   transform: translateY(0);
}

/* Mobile expand affordance: the chevron toggles .is-open (blocks.js), which slides the reveal up —
   standing in for :hover on touch devices. Ported 1:1 from the source (energy-base.org). */
.bb-collab-card.is-open .bb-collab-reveal {
   transform: translateY(0);
}

.bb-collab-expand {
   position: absolute;
   left: 50%;
   bottom: 17px;
   transform: translateX(-50%);
   display: none;
   /* hover-capable (mouse/trackpad) devices: hidden — hover reveals there. Shown as a small visual hint
      on primary-touch devices via @media (hover: none) below. Purely decorative (pointer-events:none):
      the WHOLE card is the tap target that opens the reveal — see initCollabExpand() in blocks.js. */
   align-items: center;
   justify-content: center;
   color: #989897;
   pointer-events: none;
   line-height: 0;
}

.bb-collab-expand svg {
   width: 16px;
   height: 16px;
   fill: currentColor;
   display: block;
}

/* Show the arrow wherever the primary pointer can't hover — phones AND touch tablets, at any viewport
   width. That is exactly when the hover/focus reveal is unreachable. `hover: none` reflects the device's
   PRIMARY input, so a mouse/trackpad desktop keeps the hover-only reveal and shows no arrow. */
@media (hover: none) {
   .bb-collab-expand {
      display: inline-flex;
   }
}

/* Dead-scroll spacer between the pinned news and #what-we-do (inserted at runtime by
   scrollytelling.js). Its height = how far the user scrolls, with the news pinned, before the dark
   overlay starts entering. Invisible in practice — it sits behind the fixed news during the pin and
   off-screen otherwise; the blue just matches the news as a defensive fallback. */
.bb-news-deadzone {
   height: 100px;
   background: #0079B7;
   pointer-events: none;
}

@media (max-width: 767px) {
   .bb-news-deadzone {
      height: 50px;
   }
}

.bb-collab-reveal .bb-collab-rev-stage {
   font-size: 12px;
   line-height: 17px;
   font-weight: 500;
   color: #0079B7;
}

.bb-collab-reveal .bb-collab-rev-part {
   font-style: italic;
   font-size: 17px;
   line-height: 22px;
   color: #484B4D;
   margin-top: 6px;
}

.bb-collab-reveal .bb-collab-rev-title {
   text-transform: uppercase;
   font-weight: 700;
   font-size: 20px;
   line-height: 24px;
   color: #0079B7;
   margin-top: 4px;
}

.bb-collab-reveal .bb-collab-rev-desc {
   font-size: 17px;
   line-height: 25.5px;
   color: #484B4D;
   margin-top: 12px;
}

.bb-collab-reveal .bb-collab-rev-cta {
   margin-top: 12px;
   align-self: flex-start;
   font-size: 14px;
   line-height: 17px;
   font-weight: 700;
   text-transform: uppercase;
   color: #0079B7;
   transition: color .1s ease;
}

.bb-collab-reveal .bb-collab-rev-cta:is(:hover, :focus) {
   color: #0090DA;
}

.bb-collab-arrow {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   z-index: 10;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   background: transparent;
   border: 0;
   padding: 0;
   cursor: pointer;
   color: rgba(99, 165, 207, .5);
   transition: color .2s ease;
}

.bb-collab-arrow svg {
   width: 41px;
   height: 74px;
   display: block;
   transition: transform .3s ease;
}

.bb-collab-arrow:is(:hover, :focus) {
   color: #63A5CF;
}

.bb-collab-arrow--prev {
   left: max(calc((100% - 100vw)/2 + 8px), -100px);
}

.bb-collab-arrow--next {
   right: max(calc((100% - 100vw)/2 + 8px), -100px);
}

.bb-collab-arrow--prev:is(:hover, :focus) svg {
   transform: translateX(-8px);
}

.bb-collab-arrow--next:is(:hover, :focus) svg {
   transform: translateX(8px);
}

@media (max-width:900px) {
   .bb-collab-arrow {
      display: none;
   }
}

a.bb-collab-cta {
   background: #62A4CE;
   border-radius: 4px;
   padding: .7rem 1.6rem;
   transition: opacity .8s ease, transform .8s ease, background .5s ease;
}

a.bb-collab-cta:is(:hover, :focus) {
   color: white;
   background-color: rgba(99, 165, 207, 0.84);
}

.bb-stories {
   display: grid;
}

.bb-story {
   grid-area: 1 / 1;
   opacity: 0;
   z-index: 0;
   pointer-events: none;
}

.bb-story.is-active {
   opacity: 1;
   z-index: 20;
   animation: bb-story-fade .5s ease;
}

.bb-story.is-leaving {
   opacity: 1;
   z-index: 1;
}

@keyframes bb-story-fade {
   from {
      opacity: 0;
   }

   to {
      opacity: 1;
   }
}

.bb-stories--crossfade {
   --bb-xf-out: 600ms;
   --bb-xf-delay: 550ms;
   --bb-xf-in: 700ms;
}

.bb-stories--crossfade .bb-story.is-active {
   animation: bb-story-fade var(--bb-xf-in) var(--bb-xf-delay) cubic-bezier(.4, 0, .2, 1) both;
}

.bb-stories--crossfade .bb-story.is-leaving {
   opacity: 0;
   animation: bb-story-fade-out var(--bb-xf-out) cubic-bezier(.4, 0, .2, 1) both;
}

@keyframes bb-story-fade-out {
   from {
      opacity: 1;
   }

   to {
      opacity: 0;
   }
}

@media (prefers-reduced-motion: reduce) {
   .bb-stories--crossfade {
      --bb-xf-out: 1ms;
      --bb-xf-delay: 1ms;
      --bb-xf-in: 1ms;
   }
}

.bb-proj-slide {
   position: relative;
   padding: 60px 40px 0;
}

.bb-proj-photo {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   width: 50%;
   z-index: 0;
   overflow: hidden;
}

.bb-proj-img {
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   z-index: 0;
}

.bb-proj-tint {
   position: absolute;
   inset: 0;
   z-index: 1;
   background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .28) 30%, rgba(0, 0, 0, .58) 80%, rgba(0, 0, 0, .6) 100%);
}

.bb-proj-grid {
   position: relative;
   z-index: 16;
   pointer-events: none;
   max-width: 1080px;
   margin: 0 auto;
   min-height: 706px;
   display: grid;
   grid-template-columns: repeat(12, 1fr);
   column-gap: 30px;
}

.bb-proj-left {
   grid-column: 1 / span 5;
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
   padding-bottom: 40px;
}

.bb-proj-right {
   grid-column: 8 / span 5;
   position: relative;
   display: flex;
   flex-direction: column;
   justify-content: center;
   background: #2A2F33;
}

.bb-projects .bb-proj-number {
   margin: 0 0 20px;
   padding: 14px 0;
   font-size: 65px;
   line-height: 70px;
   font-weight: 700;
   color: #f7f7f7;
   text-transform: uppercase;
}

.bb-projects .bb-proj-subtitle {
   margin: 0 0 20px;
   padding: 2.5px 0;
   font-size: 25px;
   line-height: 30px;
   font-weight: 700;
   color: #f7f7f7;
}

.bb-projects .bb-proj-disclaimer {
   margin: 0;
   padding: 0.5px 0;
   font-size: 10px;
   line-height: 13px;
   font-weight: 400;
   color: #f7f7f7;
}

.bb-projects .bb-proj-quote {
   margin: 0 0 20px;
   padding: 8.5px 0;
   font-size: 25px;
   line-height: 30px;
   font-weight: 500;
   color: #f7f7f7;
}

.bb-projects .bb-proj-source {
   margin: 0 0 25.5px;
   padding: 0.5px 0;
   font-size: 17px;
   line-height: 22px;
   font-weight: 400;
   color: #989897;
}

.bb-projects .bb-proj-seeall {
   position: absolute;
   top: 0;
   right: 0;
   z-index: 40;
   pointer-events: auto;
   display: flex;
   align-items: center;
   column-gap: 10px;
   color: #989897;
   font-size: 20px;
   line-height: 24px;
   font-weight: 700;
   text-transform: uppercase;
}

.bb-proj-seeall svg {
   display: block;
   flex: none;
}

.bb-proj-nav {
   position: absolute;
   top: 0;
   height: 100%;
   width: 50%;
   z-index: 15;
   background: transparent;
   border: 0;
   padding: 0;
}

.bb-proj-nav--prev {
   left: 0;
   cursor: url('/wp-content/mu-plugins/base-blocks/assets/Impact-Left.svg'), pointer;
}

.bb-proj-nav--next {
   right: 0;
   cursor: url('/wp-content/mu-plugins/base-blocks/assets/Impact-Right.svg'), pointer;
}

.bb-proj-mobile {
   display: none;
}

@media (max-width:767px) {

   .bb-proj-desktop {
      display: none;
   }

   .bb-proj-mobile {
      display: block;
      position: relative;
      height: 100vh;
      height: 100dvh;
      overflow: hidden;
      touch-action: pan-y;
      user-select: none;
      -webkit-user-select: none;
      cursor: grab;
   }

   .bb-proj-mobile.is-grabbing {
      cursor: grabbing;
   }

   .bb-projects {
      scroll-snap-align: start;
   }

   html {
      scroll-snap-type: y proximity;
   }

   .bb-mstory {
      position: absolute;
      inset: 0;
      overflow: hidden;
      transform: translateX(100%);
      will-change: transform;
   }

   .bb-mstory:first-child {
      transform: translateX(0);
      z-index: 3;
   }

   .bb-mstory--quote {
      background: #2A2F33;
   }

   .bb-mstory--photo .bb-proj-tint {
      background: linear-gradient(180deg, rgba(0, 0, 0, .12) 0%, rgba(0, 0, 0, .32) 45%, rgba(0, 0, 0, .72) 100%);
   }

   .bb-mstory__inner {
      position: relative;
      z-index: 2;
      height: 100%;
      display: flex;
      flex-direction: column;
      padding: 44px 20px calc(44px + env(safe-area-inset-bottom, 0px));
   }

   .bb-mstory--photo .bb-mstory__inner {
      justify-content: flex-end;
   }

   .bb-mstory--quote .bb-mstory__inner {
      justify-content: flex-end;
   }

   .bb-mprogress {
      position: absolute;
      top: 9px;
      left: 12px;
      right: 12px;
      height: 3px;
      z-index: 20;
      background: rgba(242, 242, 242, .65);
      border-radius: 1px;
      overflow: hidden;
      pointer-events: none;
   }

   .bb-mprogress__fill {
      display: block;
      height: 100%;
      width: 0;
      background: #fff;
   }

   .bb-mseeall {
      position: absolute;
      top: 42px;
      right: 28px;
      z-index: 20;
   }

   .bb-projects .bb-mseeall .bb-proj-seeall {
      position: static;
      color: #fff;
   }

   .bb-projects .bb-proj-number {
      font-size: 52px;
      line-height: 54px;
      padding: 0;
      margin: 0 0 16px;
   }

   .bb-projects .bb-proj-subtitle {
      font-size: 22px;
      line-height: 28px;
      padding: 0;
      margin: 0 0 12px;
   }

   .bb-projects .bb-proj-disclaimer {
      padding: 0;
      margin: 0;
   }

   .bb-projects .bb-proj-quote {
      font-size: 26px;
      line-height: 33px;
      padding: 0;
      margin: 0 0 22px;
   }

   .bb-projects .bb-proj-source {
      padding: 0;
      margin: 0;
   }

   .bb-proj-nav {
      display: none;
   }
}

.bb-lm-halo {
   position: absolute;
   inset: 0;
   z-index: 0;
   pointer-events: none;
   overflow: visible;
}

.bb-lm-halo svg {
   position: absolute;
   top: 248px;
   left: calc(50% - 842px);
   width: 2754px;
   height: auto;
   max-width: none;
   overflow: visible;
}

@media (max-width:1023px) {
   .bb-lm-halo svg {
      width: 2340px;
      left: -764px;
      top: 171px;
   }
}

.bb-scatter {
   position: relative;
   height: 610px;
   margin-top: 143px;
}

.bb-landmark-card {
   position: absolute;
   left: var(--bb-l, 0);
   top: var(--bb-t, 0);
   display: flex;
   align-items: center;
   gap: var(--bb-gap, 22px);
   transition: transform .5s ease;
   transform-origin: calc(var(--bb-d, 150px) / 2) 50%;
}

.bb-landmark-ring {
   width: var(--bb-d, 150px);
   height: var(--bb-d, 150px);
   flex: 0 0 auto;
   border: var(--bb-bw, 2px) solid #fff;
   border-radius: 50%;
   box-shadow: 10px 10px 10px #00000029;
   object-fit: cover;
   aspect-ratio: 1/1;
}

.bb-landmark-text {
   display: block;
   max-width: var(--bb-mw, 200px);
}

.bb-landmarks .bb-landmark-text h3 {
   font-size: var(--bb-fs, 20px);
   line-height: var(--bb-lh, 25px);
}

@media (max-width:1023px) {
   .bb-scatter {
      --cw: min(82vw, 340px);
      display: flex;
      flex-flow: row nowrap;
      align-items: flex-start;
      width: 100vw;
      max-width: none;
      height: auto;
      min-height: 0;
      margin: 0 0 0 calc(50% - 50vw);
      overflow-x: auto;
      overflow-y: visible;
      -webkit-overflow-scrolling: touch;
      scroll-snap-type: x mandatory;
      touch-action: pan-x pan-y;
      scrollbar-width: none;
      -ms-overflow-style: none;
      gap: 0;
      padding: 6px calc(50vw - var(--cw)/2);
      scroll-padding-inline: calc(50vw - var(--cw)/2);
   }

   .bb-scatter::-webkit-scrollbar {
      display: none;
   }

   .bb-landmark-card {
      position: static;
      transform: none !important;
      padding-top: 10px;
      flex: 0 0 var(--cw);
      width: var(--cw);
      flex-direction: column;
      align-items: center;
      gap: 26px;
      text-align: center;
      scroll-snap-align: center;
      scroll-snap-stop: always;
      cursor: grab;
      user-select: none;
      -webkit-user-select: none;
   }

   .bb-landmark-ring {
      width: 210px !important;
      height: 210px !important;
      border-width: 2px !important;
      box-shadow: 0 12px 26px rgba(0, 0, 0, .18);
   }

   .bb-landmark-text {
      max-width: 224px;
      text-align: center;
   }

   .bb-landmarks .bb-landmark-text h3 {
      font-size: 25px !important;
      line-height: 30px !important;
      text-align: center !important;
   }

   .bb-landmark-more {
      cursor: pointer;
   }
}

.bb-landmark-card {
   cursor: pointer;
}

.bb-landmark-card:focus,
.bb-landmark-card:focus-visible {
   outline: none;
}

.bb-lm-overlay {
   position: fixed;
   inset: 0;
   z-index: 9999;
   display: none;
   align-items: center;
   justify-content: center;
   padding: 24px;
}

.bb-lm-overlay.is-open {
   display: flex;
}

.bb-lm-backdrop {
   position: absolute;
   inset: 0;
   background: rgba(0, 0, 0, .5);
}

.bb-lm-card {
   position: relative;
   z-index: 1;
   width: 100%;
   max-width: 720px;
   background: transparent;
   border-radius: 25px;
   padding: 40px;
   overflow: visible;
   box-shadow: none;
   color: #fff;
   animation: bb-lm-in .25s ease;
}

.bb-lm-card::after {
   content: '';
   position: absolute;
   inset: 0;
   background: #2A2F33;
   border-radius: 25px;
   z-index: -1;
}

@keyframes bb-lm-in {
   from {
      opacity: 0;
      transform: translateY(18px)
   }

   to {
      opacity: 1;
      transform: none
   }
}

.bb-lm-overlay .bb-lm-close {
   position: absolute;
   top: 27px;
   right: 24px;
   background: transparent;
   border: 0;
   cursor: pointer;
   color: #989897;
   padding: 6px;
   line-height: 0;
   transition: color .3s ease;
}

.bb-lm-overlay .bb-lm-close:hover {
   color: #c1c1c1;
}

.bb-lm-overlay .bb-lm-title {
   font-size: 25px;
   line-height: 30px;
   font-weight: 700;
   color: #fff;
   margin: 0 44px 25px 0;
}

.bb-lm-overlay .bb-lm-desc {
   font-size: 17px;
   line-height: 22px;
   font-weight: 400;
   color: #fff;
   margin: 0 0 80px;
}

.bb-lm-icon {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 92px;
   height: 92px;
   border-radius: 50%;
   background: #484B4D;
   margin: 0;
}

.bb-lm-glyph {
   display: block;
   width: 56px;
   height: 58px;
   background-color: #989897;
   transition: background-color .3s ease;
   -webkit-mask-repeat: no-repeat;
   mask-repeat: no-repeat;
   -webkit-mask-position: center;
   mask-position: center;
   -webkit-mask-size: contain;
   mask-size: contain;
}

.bb-lm-icon:hover .bb-lm-glyph {
   background-color: rgba(255, 255, 255, .8);
}

.bb-lm-icon::before {
   content: attr(data-area);
   position: absolute;
   left: 50%;
   bottom: calc(100% + 6px);
   transform: translateX(-50%);
   width: 94px;
   text-align: center;
   font-size: 14px;
   line-height: 17px;
   font-weight: 400;
   color: rgba(255, 255, 255, .6);
   opacity: 0;
   transition: opacity .1s ease;
   pointer-events: none;
}

.bb-lm-icon:hover::before {
   opacity: 1;
}

.bb-lm-overlay .bb-lm-summary {
   display: none;
   align-items: center;
   gap: 10px;
   text-transform: uppercase;
   font-weight: 700;
   font-size: 20px;
   color: #989897;
   margin: 0 0 28px;
}

.bb-lm-overlay .bb-lm-summary .bb-arrow {
   margin-left: 0;
}

.bb-lm-bar {
   display: block;
   position: absolute;
   inset: 10px 0 -10px 0;
   border-radius: 25px;
   z-index: -2;
}

.bb-area {
   color: #989897;
   transition: color .5s ease;
}

.bb-area:hover {
   color: #fff;
}

.bb-area svg {
   height: 88px;
   width: auto;
   fill: currentColor;
}

@media (max-width:1024px) {
   .bb-area svg {
      height: 68px;
   }
}

@media (max-width:767px) {
   .bb-area svg {
      height: 56px;
   }
}

.bb-nl-input {
   box-sizing: border-box;
   background: transparent;
   border: 2px solid rgba(255, 255, 255, .4);
   color: #fff;
   border-radius: 4px;
   height: 45px;
   padding: 9px 15px 9px 20px;
   flex: 1;
   min-width: 0;
   font-weight: 400;
   line-height: 20px;
   font-size: clamp(17px, 15.63px + 0.364vw, 20px);
}

.bb-nl-input::placeholder {
   color: rgba(255, 255, 255, .85);
}

.bb-nl-submit {
   box-sizing: border-box;
   background: #62A4CE;
   color: #fff;
   text-transform: uppercase;
   font-weight: 700;
   border: 1px solid #62A4CE;
   border-radius: 4px;
   height: 45px;
   padding: 0 34px 0 31px;
   font-size: 16px;
   line-height: 20px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   transition: background .2s;
}

.bb-nl-submit:hover {
   background: #0079B7;
}

.bb-nl-honey {
   position: absolute;
   left: -5000px;
}

.bb-approach2 {
   position: relative;
   text-align: center;
}

.bb-ah-open {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   background: rgba(72, 75, 77, .35);
   color: #989897;
   border-radius: 50%;
   padding: 24px;
   transition: all .5s ease;
}

.bb-ah-open:is(:hover, :focus) {
   color: #fff;
   background: #484B4D;
}

.bb-ah-open img {
   width: 43px;
   height: 43px;
   display: block;
}

.bb-ah-open.is-hidden {
   display: none;
}

.bb-ah-panel {
   display: flex;
   flex-direction: column;
   row-gap: 40px;
   max-width: 650px;
   margin: 60px auto 0;
   background: #484B4D;
   color: #f7f7f7;
   border-radius: 25px;
   padding: 80px 45px 30px;
   transition: all .5s ease;
}

.bb-ah-panel.is-collapsed {
   height: 0;
   padding-top: 0;
   padding-bottom: 0;
   margin-top: 0;
   margin-bottom: 0;
   opacity: 0;
   overflow: hidden;
   z-index: -100;
   pointer-events: none;
}

.bb-ah-row {
   position: relative;
   display: grid;
   grid-template-columns: repeat(2, minmax(0, 1fr));
   column-gap: 24px;
   align-items: center;
}

.bb-ah-cell:nth-of-type(1) {
   display: flex;
   justify-content: flex-end;
}

.bb-ah-cell:nth-of-type(2) {
   display: flex;
   justify-content: flex-start;
}

.bb-ah-panel .bb-ah-label {
   margin: 0;
   font-size: 20px;
   line-height: 27px;
   font-weight: 500;
   color: #989897;
   text-wrap: balance;
   transition: all .5s ease;
}

.bb-ah-cell:nth-of-type(1) .bb-ah-label {
   text-align: right;
}

.bb-ah-cell:nth-of-type(2) .bb-ah-label {
   text-align: left;
}

.bb-ah-shape {
   position: relative;
   width: fit-content;
   line-height: 0;
   color: #989897;
   transition: all .5s ease;
}

.bb-ah-hex {
   width: auto;
   height: 71px;
   display: block;
}

.bb-ah-row:hover .bb-ah-shape {
   color: #90D0F0;
}

.bb-ah-panel .bb-ah-row:hover .bb-ah-label {
   color: #fff;
}

.bb-ah-panel .bb-ah-row {
   opacity: 0;
   transition: opacity .6s ease;
}

.bb-ah-panel:not(.is-collapsed) .bb-ah-row {
   opacity: 1;
}

.bb-ah-row:not(:last-of-type)::before {
   content: "";
   position: absolute;
   left: 50%;
   bottom: -20px;
   width: 80px;
   height: 2px;
   background: #989897;
   transform: translate3d(-50%, 50%, 0) rotate(-45deg);
}

.bb-ah-row:nth-of-type(even)::before {
   transform: translate3d(-50%, 50%, 0) rotate(45deg);
}

.bb-ah-close {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   width: 40px;
   height: 40px;
   background: #2A2F33;
   color: #989897;
   border-radius: 50%;
   padding: 4px;
   margin: 15px auto 0;
   opacity: 0;
   transition: background .5s ease, color .5s ease, opacity .6s ease .85s;
}

.bb-ah-panel:not(.is-collapsed) .bb-ah-close {
   opacity: 1;
}

.bb-ah-close:is(:hover, :focus) {
   color: #fff;
   background: #989897;
}

.bb-ah-close img {
   width: 25px;
   height: auto;
   display: block;
}

@media (max-width:767px) {

   .bb-ah-panel {
      padding: 30px 20px;
   }

   .bb-ah-panel.is-collapsed {
      padding-top: 0;
      padding-bottom: 0;
   }

   .bb-ah-panel .bb-ah-label {
      font-size: 13px;
      line-height: 16px;
   }
}

.bb-news-featured {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 40px;
}

@media (max-width:900px) {
   .bb-news-featured {
      grid-template-columns: 1fr;
      gap: 28px;
   }
}

@media (max-width:767px) {
   .bb-news-featured {
      gap: 40px;
   }
}

.bb-news-featured a {
   transition: color .1s ease-in-out;
}

.bb-news-featured a:is(:hover, :focus) {
   color: rgba(255, 255, 255, .5);
}

.lzb-content-title {
   padding: 12px 28px 0;
}

.lzb-content-controls {
   padding: 8px 28px 22px;
}

.bb-reveal {
   opacity: 0;
   transform: translateY(60px);
   transition: opacity .8s ease, transform .8s ease;
}

.bb-reveal.is-in {
   opacity: 1;
   transform: none;
}

.bb-about.hero-gate:not(.hero-done) .bb-reveal {
   opacity: 0;
   transform: translateY(60px);
}

.bb-about.hero-gate.hero-done .bb-reveal {
   opacity: 1;
   transform: none;
}

@media (max-width:767px) {
   .bb-reveal {
      transform: translateY(20px);
      transition-duration: .35s;
   }

   .bb-about.hero-gate:not(.hero-done) .bb-reveal {
      transform: translateY(20px);
   }
}

@media (max-width:767px) {

   .bb-cf-stage,
   .bb-track,
   .bb-collab-lane {
      --cw: min(78vw, 320px);
      display: flex;
      flex-flow: row nowrap;
      align-items: flex-start;
      width: 100%;
      max-width: none;
      height: auto;
      min-height: 0;
      margin: 0;
      overflow-x: auto;
      overflow-y: visible;
      -webkit-overflow-scrolling: touch;
      scroll-snap-type: x mandatory;
      touch-action: pan-x pan-y;
      scrollbar-width: none;
      -ms-overflow-style: none;
      gap: 16px;
      padding: 6px calc(50vw - var(--cw)/2);
      scroll-padding-inline: calc(50vw - var(--cw)/2);
   }

   .bb-cf-stage::-webkit-scrollbar,
   .bb-track::-webkit-scrollbar,
   .bb-collab-lane::-webkit-scrollbar {
      display: none;
   }

   .bb-cf-card,
   .bb-flip,
   .bb-collab-card {
      position: static;
      transform: none;
      margin: 0;
      left: auto;
      top: auto;
      flex: 0 0 var(--cw);
      width: var(--cw);
      max-width: var(--cw);
      height: auto;
      aspect-ratio: 340/390;
      max-height: 50vh;
      scroll-snap-align: center;
      scroll-snap-stop: always;
   }

   .bb-cf-card::after {
      display: none;
   }

   .bb-cf-arrow {
      display: none;
   }

   .bb-track-vp {
      overflow: visible;
   }

   .bb-track {
      cursor: default;
      will-change: auto;
      scroll-snap-type: none;
   }

   .bb-collaborate {
      overflow-x: clip;
   }

   .bb-collab-carousel {
      width: 100vw;
      margin-left: calc(50% - 50vw);
   }

   .bb-collab-lane {
      --cw: min(80vw, 330px);
   }

   .bb-collab-card {
      position: relative;
   }

   .bb-collab-media {
      height: 200px;
   }

   .bb-collab-reveal {
      padding: 20px;
   }

   .bb-collab-reveal .bb-collab-rev-desc {
      line-height: 21px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 6;
      overflow: hidden;
   }

   .bb-cf-stage,
   .bb-track,
   .bb-collab-lane,
   .bb-cf-card,
   .bb-flip {
      cursor: grab;
      user-select: none;
      -webkit-user-select: none;
   }

   .bb-collab-card {
      cursor: grab !important;
   }

   .bb-cf-readmore,
   .bb-landmark-more,
   .bb-collab-rev-cta {
      cursor: pointer;
   }

   .bb-areas .grid>*:last-child:nth-child(odd) {
      grid-column: 1 / -1;
   }
}

html.bb-grabbing,
html.bb-grabbing * {
   cursor: grabbing !important;
}

@media (max-width:767px) {

   .bb-about,
   .bb-news,
   .bb-areas,
   .bb-approach,
   .bb-landmarks,
   .bb-collaborate,
   .bb-newsletter,
   .bb-root .px-10 {
      padding-left: 20px !important;
      padding-right: 20px !important;
   }
}

@media (max-width:767px) {
   .bb-areas,
   .bb-landmarks {
      padding-top: 60px !important;
   }
}

@media (max-width:767px) {
   .bb-about .bb-logo-row {
      margin-top: 80px !important;
   }

   .bb-about {
      padding-bottom: 80px !important;
   }

   .bb-news {
      padding-top: 0 !important;
      /* +50px scroll space before "What We Do" slides up over the news (mobile). */
      padding-bottom: 170px !important;
   }

}

@media (max-width:767px) {

   .bb-collaborate {
      padding-top: 60px !important;
      padding-bottom: 60px !important;
   }

   .bb-collaborate .bb-rich {
      margin-bottom: 34px !important;
   }

   .bb-collaborate .bb-collab-carousel {
      margin-bottom: 53px !important;
   }

   .bb-collaborate h3.bb-reveal {
      margin-bottom: 30px !important;
   }

   .bb-newsletter {
      padding-bottom: 20px !important;
   }

   .bb-newsletter .bb-rich+.bb-rich {
      margin-bottom: 30px !important;
   }

   .bb-newsletter .bb-nl-row {
      flex-direction: column;
      gap: 20px !important;
      align-items: flex-start;
      margin-bottom: 20px;
   }

   .bb-newsletter .bb-nl-input {
      width: 100%;
      flex: 0 0 auto;
   }

   .bb-newsletter .bb-nl-submit {
      min-width: 30%;
   }
}

@media (max-width:1023px) {
   .bb-newsletter .bb-nl-rings {
      display: block !important;
      top: auto !important;
      left: auto !important;
      right: 5px !important;
      bottom: 0 !important;
      width: min(100vw, 745px) !important;
      height: min(100vw, 745px) !important;
      transform: translateY(26%);
   }
}
