<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ck.ck-toolbar.ck-toolbar_grouping &gt; .ck-toolbar__items {
  flex-wrap: wrap !important;
}

.lp-builder:not(.is-navigating) .lpb-layout.js-lpb-component {
  outline: 1px solid var(--gin-color-primary);
}
.js-lpb-component .js-lpb-region {
  outline: 1px dashed var(--gin-color-primary);
}
.bento-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "a b"
    "a c";
}
.bento-group {
  display: grid;
  grid-template-columns: subgrid;
}
.bento-group[data-region="largesection"] {
  align-items: center;
  grid-row: span 2;
}

.paragraph-type--key-value {
  .paragraphs-subform {
    display: flex;
    gap: 2rem;
    .form-wrapper {
      flex: 1;
      .form-element {
        width: 100%;
      }
    }
  }
}

.ck.ck-balloon-panel {
  z-index: calc(infinity + 1) !important;
}

h2.section-title {
  --heading-color: #1a1a1a;
  --border-color: currentColor;
  position: relative;
  display: inline-block;
  margin-top: 0px;
  padding-block-end: 20px;
  font-weight: 500;
  line-height: 36px;
  color: var(--heading-color);
  &amp;:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    border-bottom: 3px solid var(--border-color);
    width: min(260px, 100%);
  }
  &amp;.green {
    --border-color: #9fb76f;
  }
  &amp;.blue {
    --border-color: #006c93;
  }
  &amp;.yellow {
    --border-color: #fcba5c;
  }
}

p.intro-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #343434;
}

.js-lpb-component.lpb-layout.paragraph--type--tab-item {
  margin-bottom: 2rem;
}
</pre></body></html>