 .brxe-section {padding-top: var(--section-space-y); padding-right: var(--section-space-x); padding-bottom: var(--section-space-y); padding-left: var(--section-space-x); row-gap: var(--container-gap); column-gap: var(--content-gap)} html {background-color: var(--bg-white)} body {background: none} body {color: var(--base); font-family: "Gentona", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;; font-weight: 300; font-size: var(--text-m)} h1, h2, h3, h4, h5, h6 {color: var(--black); font-weight: 500; font-family: "Gentona", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;} h1 {font-size: var(--h1); line-height: calc(var(--h-line-hight) * 1.2)} h2 {font-size: var(--h2); line-height: calc(var(--h-line-hight) * 1.2)} h3 {font-size: var(--h3); line-height: calc(var(--h-line-hight) * 1.3)} h4 {font-size: var(--h4); line-height: calc(var(--h-line-hight) * 1.4)} h5 {font-size: var(--h5); line-height: calc(var(--h-line-hight) * 1.5)} h6 {font-size: var(--h6); line-height: calc(var(--h-line-hight) * 1.6)} body.bricks-is-frontend :focus-visible {outline: var(--focus-outline-text-links)} @supports not selector(:focus-visible) { body.bricks-is-frontend :focus {outline: var(--focus-outline-text-links); }} blockquote {border-color: var(--base-light); font-style: italic; font-size: var(--text-xl); font-family: "Gentona"} .brxe-container {column-gap: var(--grid-gap); width: var(--width-vp-max); row-gap: var(--container-gap)} .woocommerce main.site-main {width: var(--width-vp-max)} #brx-content.wordpress {width: var(--width-vp-max)} :where(.brxe-accordion .accordion-content-wrapper) a, :where(.brxe-icon-box .content) a, :where(.brxe-list) a, :where(.brxe-post-content):not([data-source="bricks"]) a, :where(.brxe-posts .dynamic p) a, :where(.brxe-shortcode) a, :where(.brxe-tabs .tab-content) a, :where(.brxe-team-members) .description a, :where(.brxe-testimonials) .testimonial-content-wrapper a, :where(.brxe-text) a, :where(a.brxe-text), :where(.brxe-text-basic) a, :where(a.brxe-text-basic), :where(.brxe-post-comments) .comment-content a {text-decoration: underline; color: var(--accent-semi-dark)}:where(:root) .bricks-color-primary {color: var(--primary)}:where(:root) .bricks-background-primary {background-color: var(--primary)}:where(:root) .bricks-color-secondary {color: var(--secondary)}:where(:root) .bricks-background-secondary {background-color: var(--secondary)}:where(:root) .bricks-color-light {color: var(--white)}:where(:root) .bricks-background-light {background-color: var(--white)}:where(:root) .bricks-color-dark {color: var(--black)}:where(:root) .bricks-background-dark {background-color: var(--black)}:where(:root) * {border-color: var(--border)}:where(:root) .bricks-color-info {color: var(--info)}:where(:root) .bricks-background-info {background-color: var(--info)}:where(:root) .bricks-color-success {color: var(--success)}:where(:root) .bricks-background-success {background-color: var(--success)}:where(:root) .bricks-color-warning {color: var(--warning)}:where(:root) .bricks-background-warning {background-color: var(--warning)}:where(:root) .bricks-color-danger {color: var(--danger)}:where(:root) .bricks-background-danger {background-color: var(--danger)} .brxe-block {row-gap: var(--space-xxl)}