:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}a.brxe-image{display:inline-block}figure.brxe-image{margin:0}:where(.brxe-image).tag{display:inline-block;height:fit-content;position:relative;width:auto}:where(.brxe-image).caption{position:relative}:where(.brxe-image).overlay{position:relative}:where(.brxe-image).overlay:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}:where(.brxe-image) a{transition:inherit}:where(.brxe-image) img{height:100%;position:static!important;transition:inherit;width:100%}:where(.brxe-image) img.bricks-lazy-hidden+figcaption{display:none}:where(.brxe-image) .icon{color:#fff;font-size:60px;pointer-events:none;position:absolute;right:50%;text-align:center;top:50%;transform:translate(50%,-50%);z-index:5}.bricks-image-caption{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 70%,transparent);bottom:0;color:#fff;font-size:inherit;margin:0;padding:10px 15px;pointer-events:none;position:absolute!important;text-align:center;width:100%;z-index:1}/* BREAKPOINT: Desktop (BASE) */#brxe-kgepzr {color: var(--white)}/* BREAKPOINT: Desktop (BASE) */#brxe-zwckxd {row-gap: var(--content-gap); z-index: 1}/* BREAKPOINT: Desktop (BASE) */#brxe-qtppor {padding-bottom: 0; position: relative; background-color: var(--action)}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {#brxe-qtppor {padding-bottom: 60px}}/* BREAKPOINT: Desktop (BASE) */.brxe-kdqejm .brxe-zeetrh.brxe-heading {text-transform: uppercase; height: 7rem}/* BREAKPOINT: Desktop (BASE) */.brxe-kdqejm.brxe-block {background-color: var(--white)}/* BREAKPOINT: Desktop (BASE) */#brxe-mjabyg {display: grid; align-items: initial; grid-template-columns: var(--grid-3); grid-gap: var(--content-gap)}/* BREAKPOINT: Mobile portrait */@media (max-width: 478px) {#brxe-mjabyg {grid-template-columns: var(--grid-1)}}/* BREAKPOINT: Desktop (BASE) */#brxe-cfsgde {background-color: var(--secondary)}.half-background2::before {  content: '';  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 10%; /* Adjusts to cover the top half */  background-color: var(--primary); /* Replace #yourColor with your desired color */  z-index: 0;} .half-background2 {  position: relative;}/* Media query for mobile devices (adjust the max-width as needed) */@media (max-width: 768px) {  .half-background2::before {    display: none; /* Hide the pseudo-element on mobile */  }}