: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(.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 {transition: all 0.3s linear} body {font-family: "Manrope cj"; font-weight: 400; color: var(--base)} h1, h2, h3, h4, h5, h6 {font-family: "Manrope cj"; font-weight: 400; color: var(--primary)} body.bricks-is-frontend :focus-visible {outline: none} @supports not selector(:focus-visible) { body.bricks-is-frontend :focus {outline: none; }} .brxe-container {width: 1330px} .woocommerce main.site-main {width: 1330px} #brx-content.wordpress {width: 1330px} .bricks-button {letter-spacing: 0px; font-family: "Manrope cj"; font-size: 1.6rem; font-weight: 400; line-height: 1.5; padding-top: var(--space-s); padding-right: var(--space-m); padding-bottom: var(--space-s); padding-left: var(--space-m); transition: all 0.3s ease; border-radius: 99rem} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--primary)} :root .bricks-button[class*="primary"] {color: var(--action); border: 1px solid var(--primary)} :root .bricks-button[class*="secondary"] {color: var(--secondary); border: 1px solid var(--action)} :root .bricks-button[class*="secondary"]:not(.outline) {background-color: var(--action)} :root .bricks-button[class*="light"].outline {background-color: rgba(0, 0, 0, 0); border: 1px solid var(--white); color: var(--white)} :root .bricks-button[class*="light"].outline:hover {background-color: var(--white) !important; color: var(--primary)} :root .bricks-button[class*="primary"]:hover {color: var(--primary); border-color: var(--action)} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: var(--action)} .bricks-button:hover {transition: all 0.3s ease} :root .bricks-button[class*="secondary"]:not(.outline):hover {background-color: var(--white)} :root .bricks-button[class*="secondary"]:hover {border-color: var(--white)} :root .bricks-button[class*="dark"].outline {border: 1px solid var(--primary); color: var(--primary)} .bricks-button.md {padding-top: 1.6rem; padding-right: 3rem; padding-bottom: 1.6rem; padding-left: 3rem} :root .bricks-button[class*="dark"].outline:hover {background-color: var(--primary); color: var(--accent)}