@layer bricks {: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}}@layer bricks {.brxe-shortcode{width:100%}}#brxe-vsjltm .gform_button {  display: inline-flex; align-items: center; gap: 10px; cursor: pointer; width: auto; padding-block: var(--btn-padding-block); padding-inline: var(--btn-padding-inline); min-inline-size: var(--btn-min-width); line-height: var(--btn-line-height); font-size: var(--btn-font-size, var(--text-m)); font-weight: var(--btn-font-weight); font-style: var(--btn-font-style); text-transform: var(--btn-text-transform); letter-spacing: var(--btn-letter-spacing); text-decoration: var(--btn-text-decoration); border-width: var(--btn-border-width); border-style: var(--btn-border-style); border-radius: var(--btn-radius); border-color: var(--btn-border-color); transition: var(--btn-transition, var(--transition)); justify-content: var(--btn-justify-content, center); text-align: var(--btn-text-align, center);  --btn-background: var(--tertiary); --btn-background-hover: var(--primary); --btn-text-color: var(--primary-ultra-dark); --btn-text-color-hover: var(--white); --btn-border-color: var(--tertiary); --btn-border-color-hover: var(--white); --focus-color: var(--tertiary-light); background: var(--btn-background); color: var(--btn-text-color);}#brxe-vsjltm .gform_button:hover { background: var(--btn-background-hover); color: var(--btn-text-color-hover); border-color: var(--btn-border-color-hover);}#brxe-vsjltm .gform-field-label__text { color: black;}#brxe-vsjltm .gform-field-label--type-inline { color: black;}