 html {background-color: var(--bg-body)} body {background: none}: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-muted {color: var(--text-muted)}:where(:root) .bricks-background-muted {background-color: var(--text-muted)}: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-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)}:where(:root) .bricks-color-success {color: var(--success)}:where(:root) .bricks-background-success {background-color: var(--success)}:where(:root) .bricks-color-light {color: var(--text-inverse)}:where(:root) .bricks-background-light {background-color: var(--text-inverse)}:where(:root) .bricks-color-dark {color: var(--text-heading)}:where(:root) .bricks-background-dark {background-color: var(--text-heading)} :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 {color: var(--link)} :where(.brxe-accordion .accordion-content-wrapper) a:hover, :where(.brxe-icon-box .content) a:hover, :where(.brxe-list) a:hover, :where(.brxe-post-content):not([data-source="bricks"]) a:hover, :where(.brxe-posts .dynamic p) a:hover, :where(.brxe-shortcode) a:hover, :where(.brxe-tabs .tab-content) a:hover, :where(.brxe-team-members) .description a:hover, :where(.brxe-testimonials) .testimonial-content-wrapper a:hover, :where(.brxe-text) a:hover, :where(a.brxe-text):hover, :where(.brxe-text-basic) a:hover, :where(a.brxe-text-basic):hover, :where(.brxe-post-comments) .comment-content a:hover {color: var(--link-hover)} html {font-size: 100%} body {color: var(--text-body); font-size: var(--text-m); line-height: var(--lheight-m); font-family: "Montserrat"} h1, h2, h3, h4, h5, h6 {color: var(--text-heading); font-size: var(--text-2xl); line-height: var(--lheight-2xl)} .brxe-section {display: block; margin-top: var(--space-none); margin-right: var(--space-none); margin-bottom: var(--space-none); margin-left: var(--space-none); padding-top: var(--space-3xl); padding-right: var(--space-none); padding-bottom: var(--space-3xl); padding-left: var(--space-none)} .brxe-container {display: flex; width: 100%; max-width: var(--container-xl); margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; padding-top: 0; padding-right: var(--space-xl); padding-bottom: 0; padding-left: var(--space-xl); flex-direction: row; justify-content: flex-start; align-items: stretch; row-gap: var(--space-l); column-gap: var(--space-l)} .woocommerce main.site-main {width: 100%} #brx-content.wordpress {width: 100%; max-width: var(--container-xl)} .brxe-block {width: 100%; margin-top: var(--space-none); margin-right: var(--space-none); margin-bottom: var(--space-none); margin-left: var(--space-none)}