/* BREAKPOINT: Desktop (BASE) */ .brxe-container {width: 1280px} .woocommerce main.site-main {width: 1280px} #brx-content.wordpress {width: 1280px}:root .bricks-color-primary {color: var(--primary)}:root .bricks-background-primary {background-color: var(--primary)}:root .bricks-color-secondary {color: var(--secondary)}:root .bricks-background-secondary {background-color: var(--secondary)}:root .bricks-color-light {color: var(--light)}:root .bricks-background-light {background-color: var(--light)}:root .bricks-color-dark {color: var(--dark)}:root .bricks-background-dark {background-color: var(--dark)}:root * {border-color: var(--border-primary)}:root .bricks-color-success {color: var(--success)}:root .bricks-background-success {background-color: var(--success)}:root .bricks-color-danger {color: var(--error)}:root .bricks-background-danger {background-color: var(--error)} .brxe-section {padding-top: var(--space-xl); padding-right: var(--space-xl); padding-bottom: var(--space-xl); padding-left: var(--space-xl)} html {font-size: 100%} body {font-size: var(--text-m); font-family: "Poppins"; font-weight: 400; font-style: normal; line-height: 1.5; color: var(--primary)} h1,  h2,  h3,  h4,  h5,  h6 {color: var(--primary)} h1 {font-size: var(--text-3xl); font-family: "Poppins"; font-weight: 600; font-style: normal; line-height: 1.3} h2 {font-size: var(--text-2xl); font-family: "Poppins"; font-weight: 600; font-style: normal; line-height: 1.3} h3 {font-size: var(--text-xl); font-family: "Poppins"; font-weight: 600; font-style: normal; line-height: 1.3} h4 {font-size: var(--text-l); font-family: "Poppins"; font-weight: 600; font-style: normal; line-height: 1.3} h5 {font-size: var(--text-m); font-family: "Poppins"; font-weight: 400; font-style: normal; line-height: 1.4} h6 {font-size: var(--text-xs); font-family: "Poppins"; font-weight: 400; font-style: normal; line-height: 1.4} html {background-color: var(--bg-body)} body {background: none}/* BREAKPOINT: Tablet portrait */@media (max-width: 1024px) { .brxe-section {padding-right: var(--space-l); padding-left: var(--space-l)}}/* BREAKPOINT: Mobile landscape */@media (max-width: 767px) { .brxe-section {padding-top: var(--space-l); padding-right: var(--space-s); padding-bottom: var(--space-l); padding-left: var(--space-s)}}/* BREAKPOINT: Mobile 640 */@media (max-width: 640px) { .brxe-section {padding-top: var(--space-l); padding-right: var(--space-s); padding-bottom: var(--space-l); padding-left: var(--space-s)}}/* BREAKPOINT: Mobile portrait */@media (max-width: 425px) { .brxe-section {padding-top: var(--space-l); padding-right: var(--space-s); padding-bottom: var(--space-l); padding-left: var(--space-s)}}