 html {font-size: 100%} body {font-family: "Inter"; font-size: var(--text-m); line-height: 1.7em; font-weight: 400} h1, h2, h3, h4, h5, h6 {font-size: var(--text-l); font-family: "Space Grotesk"; font-weight: 400; line-height: 1.2em} h1 {font-size: var(--text-xl)} h2 {font-size: var(--text-l)} h3 {font-size: var(--text-l)} h4 {font-size: var(--text-m)} h5 {font-size: var(--text-m)} h6 {font-size: var(--text-m)} .bricks-button:not([class*="bricks-background-"]):not([class*="bricks-color-"]):not(.outline) {background-color: var(--deepblue)} .bricks-button {border-style: none; border-radius: 0; color: var(--white); font-family: "Space Grotesk"; font-size: var(--text-m); padding-top: 12px; padding-right: 23px; padding-bottom: 12px; padding-left: 23px} .bricks-button.outline {border: 1px solid var(--deepblue); border-radius: 0; color: var(--deepblue); font-family: "Space Grotesk"; font-size: var(--text-m)} :root .bricks-button[class*="light"]:not(.bricks-lightbox) {color: var(--deepblue); font-size: var(--text-m)} .bricks-button.xl {padding-right: 2em; padding-left: 2em} .bricks-button.lg {padding-top: 17px; padding-right: 29px; padding-bottom: 17px; padding-left: 29px} .bricks-button.md {padding-top: 16px; padding-right: 23px; padding-bottom: 16px; padding-left: 23px} .bricks-button.sm {padding-top: 8px; padding-right: 17px; padding-bottom: 8px; padding-left: 17px} :root .bricks-button[class*="secondary"] {color: var(--white)} :root .bricks-button[class*="secondary"]:not(.outline) {background-color: var(--red)} :root .bricks-button[class*="light"].outline {border-color: var(--white); color: var(--white)} :root .bricks-button[class*="dark"] {color: var(--primary-l-3)} :root .bricks-button[class*="dark"]:not(.outline) {background-color: var(--primary-l-1)} :root .bricks-button[class*="dark"].outline {border-color: var(--primary-l-1); color: var(--primary-l-1)} :root .bricks-button[class*="secondary"].outline {border-color: var(--red); color: var(--red)} :root .bricks-button[class*="light"]:not(.outline):not(.bricks-lightbox) {background-color: var(--white)} .brxe-section {padding-right: var(--space-m); padding-left: var(--space-m)} .brxe-text {line-height: 1.7em; font-size: var(--text-m); font-weight: 400} .brxe-text-basic {line-height: 1.7em; font-size: var(--text-m); font-weight: 400} .brxe-container {width: 1600px} .woocommerce main.site-main {width: 1600px} #brx-content.wordpress {width: 1600px}:where(:root) .bricks-color-primary {color: var(--deepblue)}:where(:root) .bricks-background-primary {background-color: var(--deepblue)}:where(:root) .bricks-color-secondary {color: var(--red)}:where(:root) .bricks-background-secondary {background-color: var(--red)}:where(:root) .bricks-color-light {color: var(--lightgrey)}:where(:root) .bricks-background-light {background-color: var(--lightgrey)}:where(:root) .bricks-color-dark {color: var(--black)}:where(:root) .bricks-background-dark {background-color: var(--black)}:where(:root) .bricks-color-muted {color: var(--deepblue-t-0)}:where(:root) .bricks-background-muted {background-color: var(--deepblue-t-0)}:where(:root) * {border-color: var(--primary-l-1)}:where(:root) .bricks-color-info {color: var(--green)}:where(:root) .bricks-background-info {background-color: var(--green)}:where(:root) .bricks-color-success {color: var(--green)}:where(:root) .bricks-background-success {background-color: var(--green)}:where(:root) .bricks-color-danger {color: var(--red)}:where(:root) .bricks-background-danger {background-color: var(--red)}:where(:root) .bricks-color-warning {color: var(--red)}:where(:root) .bricks-background-warning {background-color: var(--red)}* { text-underline-offset: 5px;}svg:not([height]) { min-height: 0.6em;}svg:not([width]) { min-width: 0.6em;}.brxe-button[href] { position: relative; text-decoration: none;}.brxe-button[href]::after { content: ''; position: absolute; bottom: 10px; left: 5%; width: 0; height: 1px; background-color: currentColor; transition: width 0.3s ease, left 0.3s ease;}.brxe-button[href]:hover::after { width: 90%;}