:root .bricks-color-primary {color: var(--primary)}:root .bricks-background-primary {background-color: var(--primary)}:root .bricks-color-secondary {color: #7e0899}:root .bricks-background-secondary {background-color: #7e0899}:root .bricks-color-light {color: #eefffa}:root .bricks-background-light {background-color: #eefffa}:root .bricks-color-dark {color: #aebbf2}:root .bricks-background-dark {background-color: #aebbf2}:root .bricks-color-success {color: #4dffcf}:root .bricks-background-success {background-color: #4dffcf}:root .bricks-color-danger {color: #cb15f4}:root .bricks-background-danger {background-color: #cb15f4}:root .bricks-color-warning {color: #e485fa}:root .bricks-background-warning {background-color: #e485fa} body {font-family: "Lato"; font-size: var(--text-m); color: var(--base)} h1, h2, h3, h4, h5, h6 {font-family: "Lato"; font-weight: 900} h1 {font-size: var(--text-h1); line-height: var(--line-height)} h2 {font-size: var(--text-h2)} h3 {font-size: var(--text-h3)} h4 {font-size: var(--text-h4)} h5 {font-size: var(--text-h5)} h6 {font-size: var(--text-h6)} .brxe-section {padding-top: var(--section-block-padding); padding-right: var(--section-inline-padding); padding-bottom: var(--section-block-padding); padding-left: var(--section-inline-padding)} .brxe-container {width: 1366px; min-width: 320px} .woocommerce main.site-main {width: 1366px} #brx-content.wordpress {width: 1366px; min-width: 320px} :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(--action-light)} :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(--action-hover)}