: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(--light)}:where(:root) .bricks-background-light {background-color: var(--light)}:where(:root) .bricks-color-dark {color: var(--dark)}:where(:root) .bricks-background-dark {background-color: var(--dark)}:where(:root) * {border-color: var(--border-primary)}:where(:root) .bricks-color-success {color: var(--success)}:where(:root) .bricks-background-success {background-color: var(--success)}:where(:root) .bricks-color-warning {color: var(--error)}:where(:root) .bricks-background-warning {background-color: var(--error)}:where(:root) .bricks-color-danger {color: var(--error)}:where(:root) .bricks-background-danger {background-color: var(--error)} body {font-family: "Inter"; font-weight: 400; line-height: 1.4; font-size: var(--text-m); color: var(--text-body)} h1, h2, h3, h4, h5, h6 {color: var(--text-title); font-weight: 400; line-height: 1.2} h1 {color: var(--text-title); font-size: calc(var(--headings-4xl)*1.5)} h2 {font-size: var(--headings-3xl)} h3 {font-size: var(--headings-2xl)} h4 {font-size: var(--headings-xl)} h5 {font-size: var(--headings-l)} h6 {font-size: var(--headings-m)} blockquote {margin-top: 2.2em; margin-bottom: 2.2em; border-left: 4px solid var(--tertiary); font-size: var(--headings-l)} .brxe-container {width: 1280px; column-gap: var(--container-gap); row-gap: var(--container-gap)} .woocommerce main.site-main {width: 1280px} #brx-content.wordpress {width: 1280px} .brxe-section {padding-top: var(--space-4xl); padding-right: 16px; padding-bottom: var(--space-4xl); padding-left: 16px; row-gap: var(--section-gap); column-gap: var(--section-gap)} :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 {border-bottom: 0.3rem solid var(--quaternary); transition: border-bottom 0.6s ease-in-out} :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 {border-bottom-width: .3rem; border-bottom-color: var(--secondary)} .bricks-button {color: var(--light); transition: background-color 0.6s ease-in-out} :root .bricks-button[class*="primary"] {color: var(--light); border-top-width: 1px; border-bottom-width: 1px} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--quaternary)} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: var(--secondary)} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline) {background-color: var(--quaternary)}