/* BREAKPOINT: Mobile XS (BASE) */ h1 {font-size: var(--font-h1); margin-bottom: var(--gap-title-m)} h2 {font-size: var(--font-h2); margin-bottom: var(--gap-title-m)} h3 {font-size: var(--font-h3); margin-bottom: var(--gap-title-s)} h4 {font-size: var(--font-h4); margin-bottom: var(--gap-title-s)} h5 {font-size: var(--font-h5); margin-bottom: var(--gap-title-s)} h6 {font-size: var(--font-h6); margin-bottom: var(--gap-title-s)} body {font-size: var(--font-body); line-height: var(--line-height-body); font-family: "Lato"; font-weight: 300} h1,  h2,  h3,  h4,  h5,  h6 {line-height: var(--line-height-heading); font-family: "Lato"} :where(.brxe-accordion .accordion-content-wrapper) a,  :where(.brxe-icon-box .content) a,  :where(.brxe-list) a,  :where(.brxe-post-content) a:not(.bricks-button),  :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: var(--transition-default); color: var(--link-color-default)} :where(.brxe-accordion .accordion-content-wrapper) a:hover,  :where(.brxe-icon-box .content) a:hover,  :where(.brxe-list) a:hover,  :where(.brxe-post-content) a:not(.bricks-button):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-color-hover)}.brx-popup {justify-content: center; align-items: center}.brx-popup .brx-popup-backdrop {background-color: var(--primary-d-5)} .brxe-section {padding-right: var(--gap-xs); padding-left: var(--gap-xs); margin-bottom: var(--section-margin-btm)} .brxe-container {width: 100%; max-width: var(--container-max-width); column-gap: var(--container-column-gap); row-gap: var(--container-row-gap)} .woocommerce main.site-main {width: 100%} #brx-content.wordpress {width: 100%}.brxe-divider .line {border-top-color: var(--primary)}.brxe-divider .icon i {color: var(--primary)}.brxe-form .form-group label {color: var(--form-label-typography)}.brxe-form .form-group .label {color: var(--form-label-typography)}.brxe-form ::placeholder {color: var(--form-placeholder-typography)}.brxe-form select {color: var(--form-placeholder-typography); color: var(--form-field-typography); background-color: var(--form-field-background); border-style: solid; border-color: var(--form-field-border)}.brxe-form .form-group input {color: var(--form-field-typography); background-color: var(--form-field-background); border-style: solid; border-color: var(--form-field-border)}.brxe-form textarea {color: var(--form-field-typography); background-color: var(--form-field-background); border-style: solid; border-color: var(--form-field-border)}.brxe-form .flatpickr {background-color: var(--form-field-background); border-style: solid; border-color: var(--form-field-border)}.brxe-form .bricks-button {border-style: solid; border-color: var(--form-field-border)}.brxe-form .choose-files {border-style: solid; border-color: var(--form-field-border)} .bricks-button {transition: var(--transition-default); color: var(--default-button-text); font-weight: 700; text-transform: uppercase; font-size: var(--font-h4); line-height: 0; padding-top: 1.3em; padding-right: 2em; padding-bottom: 1.3em; padding-left: 2em} .bricks-button:hover {color: var(--default-button-text-hover)} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):hover {background-color: var(--default-button-bg-hover)} :root .bricks-button[class*="primary"]:hover {color: var(--primary-button-text-hover)} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: var(--primary-button-bg-hover)} :root .bricks-button[class*="secondary"]:hover {color: var(--secondary-button-text-hover)} :root .bricks-button[class*="secondary"]:not(.outline):hover {background-color: var(--secondary-button-bg-hover)} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]) {background-color: var(--default-button-bg)} :root .bricks-button[class*="primary"] {color: var(--primary-button-text); font-weight: 700} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--primary-button-bg)} :root .bricks-button[class*="secondary"] {color: var(--secondary-button-text); font-weight: 700} :root .bricks-button[class*="secondary"]:not(.outline) {background-color: var(--secondary-button-bg)}