img { border-radius: var(--radius-m);}html { scroll-behavior: smooth;}[id] { scroll-margin-top: var(--space-4xl);}@media (max-width: 478px) { [id] { scroll-margin-top: var(--space-8xl); }}:where(:root) .bricks-color-primary {color: var(--prima)}:where(:root) .bricks-background-primary {background-color: var(--prima)}:where(:root) .bricks-color-secondary {color: var(--second)}:where(:root) .bricks-background-secondary {background-color: var(--second)}: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) .bricks-color-success {color: var(--valid)}:where(:root) .bricks-background-success {background-color: var(--valid)}:where(:root) .bricks-color-warning {color: var(--accent)}:where(:root) .bricks-background-warning {background-color: var(--accent)}:where(:root) .bricks-color-danger {color: var(--alert)}:where(:root) .bricks-background-danger {background-color: var(--alert)} body {font-size: var(--text-m); color: var(--text-dark)} h1 {font-weight: 800; font-family: "OpenSans"; font-size: var(--text-2xl); letter-spacing: -1px; line-height: 1.5; color: var(--second)} h2 {font-family: "OpenSans"; font-weight: 800; font-size: var(--text-xl); color: var(--second); line-height: 1.3; letter-spacing: -1px} h3 {font-family: "OpenSans"; font-weight: 700; font-size: var(--text-l); line-height: var(--text-2xl); color: var(--second)} h4 {font-family: "OpenSans"; font-weight: 700; font-size: var(--text-m)} h5 {font-family: "OpenSans"; font-weight: 700; font-size: var(--text-m); color: var(--prima)} :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 {font-family: "OpenSans"; font-weight: 700; color: var(--prima); text-decoration: underline; transition: all 0.3s} :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(--accent); transition: all 0.3s}.brxe-nav-menu .bricks-nav-menu > li > a {font-family: "OpenSans"; font-weight: 700}.brxe-nav-menu .bricks-nav-menu > li > .brx-submenu-toggle {font-family: "OpenSans"; font-weight: 700}.brxe-nav-menu .bricks-nav-menu .sub-menu > li {font-family: "OpenSans"; font-weight: 700}.brxe-svg {height: 28px; width: 28px} .brxe-text {font-family: "OpenSans"; font-weight: 400; color: var(--text-grey)} .brxe-text-basic {font-family: "OpenSans"; font-weight: 400; color: var(--text-grey)} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--accent)} .bricks-button {padding-top: var(--space-xs); padding-right: var(--space-l); padding-bottom: var(--space-xs); padding-left: var(--space-l); font-weight: 700; font-family: "OpenSans"; font-size: var(--text-m); border-radius: var(--radius-full); transition: all 0.3s ease-in-out} :root .bricks-button[class*="primary"] {color: var(--white)} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: var(--accent-d-1)} .bricks-button:hover {transition: all 0.3s ease-in-out} :root .bricks-button[class*="secondary"]:not(.outline) {background-color: rgba(0, 0, 0, 0)} :root .bricks-button[class*="secondary"]:not(.outline):hover {background-color: var(--second)} :root .bricks-button[class*="secondary"] {color: var(--second); border: 2px solid var(--second)} :root .bricks-button[class*="secondary"]:hover {color: var(--white)} .bricks-button.sm {padding-top: var(--space-3xs); padding-right: var(--space-m); padding-bottom: var(--space-3xs); padding-left: var(--space-m)} .brxe-container {width: var(--max-screen-width); padding-right: var(--space-s); padding-left: var(--space-s); max-width: 100%} .woocommerce main.site-main {width: var(--max-screen-width)} #brx-content.wordpress {width: var(--max-screen-width); max-width: 100%} .brxe-section {margin-top: var(--space-4xl); margin-bottom: var(--space-4xl); row-gap: var(--space-xl)}