 html {font-size: 100%} body {font-family: "Inter"; font-size: 17px; font-weight: 300; line-height: 1.3em; letter-spacing: 0.18px; color: var(--text)} h1, h2, h3, h4, h5, h6 {font-family: "Inter"; font-weight: 400} h1 {font-size: clamp(1.75rem, 5vw, 2.875rem); line-height: 1.3em; letter-spacing: -0.04em} h2 {font-size: clamp(1.75rem, 5vw, 2.875rem); line-height: 1.3em; letter-spacing: -0.04em; margin-bottom: 20px} h3 {font-size: clamp(1.5rem, 5vw, 1.6875rem); letter-spacing: -0.02em; line-height: 1.3em; margin-bottom: 15px} h4 {font-size: clamp(1.1875rem, 5vw, 1.3125rem); font-weight: 600; letter-spacing: -0.021em; line-height: 1.3em; margin-bottom: 10px} .brxe-section {margin-bottom: clamp(40px, 10vw, 60px)} .bricks-button.lg {padding-top: 0.75em; padding-right: 1.7em; padding-bottom: 0.75em; padding-left: 1.7em} .bricks-button {border-radius: 20px; padding-top: 0.6em; padding-right: 4em; padding-bottom: 0.6em; padding-left: 4em; font-size: 16px; font-weight: 400; text-decoration: underline; text-align: center; transition: all 0.3s} :root .bricks-button[class*="primary"] {color: var(--white)} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--orange)} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: var(--text)} :root .bricks-button[class*="secondary"]:not(.outline) {background-color: var(--text)} :root .bricks-button[class*="secondary"] {color: var(--white)} :root .bricks-button[class*="secondary"]:not(.outline):hover {background-color: var(--orange)} :root .bricks-button[class*="secondary"]:hover {color: var(--white)} :root .bricks-button[class*="primary"].outline:hover {background-color: var(--text); border: 1px solid var(--text); color: var(--white)} :root .bricks-button[class*="primary"].outline {background-color: hsla(46, 100%, 65%, 0); border: 1px solid var(--orange); color: var(--orange)} :root .bricks-button[class*="secondary"].outline {background-color: hsla(46, 100%, 65%, 0); border: 1px solid var(--orange); color: var(--white)} :root .bricks-button[class*="light"]:not(.outline):where(:not(.bricks-lightbox)) {background-color: var(--white)} :root .bricks-button[class*="light"]:where(:not(.bricks-lightbox)) {color: var(--orange)} :root .bricks-button[class*="light"]:not(.outline):where(:not(.bricks-lightbox)):hover {background-color: var(--orange)} :root .bricks-button[class*="light"]:where(:not(.bricks-lightbox)):hover {color: var(--white)} :root .bricks-button[class*="light"].outline {color: var(--white); background-color: hsla(46, 100%, 65%, 0); border: 1px solid var(--white)} :root .bricks-button[class*="light"].outline:hover {background-color: var(--white); color: var(--orange)} .bricks-button:hover {text-decoration: none} :root .bricks-button[class*="secondary"].outline:hover {background-color: var(--orange)} .brxe-container {width: 1260px; padding-right: 20px; padding-left: 20px} .woocommerce main.site-main {width: 1260px} #brx-content.wordpress {width: 1260px}:where(:root) * {border-color: var(--text)}@media (max-width: 767px) { .bricks-button {padding-right: 2em; padding-left: 2em}}