:where(:root) .bricks-color-primary {color: var(--primary)}:where(:root) .bricks-background-primary {background-color: var(--primary)}:where(:root) .bricks-color-secondary {color: var(--secondary)}:where(:root) .bricks-background-secondary {background-color: var(--secondary)}:where(:root) .bricks-color-light {color: var(--white)}:where(:root) .bricks-background-light {background-color: var(--white)}:where(:root) .bricks-color-dark {color: var(--black)}:where(:root) .bricks-background-dark {background-color: var(--black)} body {font-family: "Inter"; font-size: 18px} h1, h2, h3, h4, h5, h6 {font-family: "Sora"; color: var(--heading)} h1 {font-size: 58px} h2 {font-size: 48px} h3 {font-size: 36px} h4 {font-size: 18px} .brxe-section {padding-top: 80px; padding-right: 20px; padding-bottom: 80px; padding-left: 20px} .brxe-container {width: 1440px} .woocommerce main.site-main {width: 1440px} #brx-content.wordpress {width: 1440px} .bricks-button {text-transform: capitalize; font-weight: 500; border-radius: 10px; transition: all 0.5s; padding-top: 11px; padding-right: 30px; padding-bottom: 11px; padding-left: 30px} :root .bricks-button[class*="primary"] {color: var(--white); border: 1px solid var(--secondary); box-shadow: 0 0 40px 0 var(--secondary-t-4)} :root .bricks-button[class*="primary"]:not(.outline) {background-color: var(--secondary)} :root .bricks-button[class*="primary"]:not(.outline):hover {background-color: var(--primary)} :root .bricks-button[class*="primary"]:hover {border-color: var(--primary)} :root .bricks-button[class*="secondary"]:not(.outline):hover {background-color: var(--secondary)} :root .bricks-button[class*="secondary"]:not(.outline) {background-color: hsla(0, 0%, 0%, 0)} :root .bricks-button[class*="secondary"] {color: var(--white); border: 1px solid var(--secondary-t-5)} :root .bricks-button[class*="dark"] {color: var(--white)} :root .bricks-button[class*="dark"]:not(.outline) {background-color: var(--heading)} :root .bricks-button[class*="dark"]:not(.outline):hover {background-color: var(--primary)}@media (max-width: 1279px) { h1 {font-size: 55px} h2 {font-size: 47px} .brxe-section {padding-top: 75px; padding-bottom: 75px}}@media (max-width: 991px) { body {font-size: 17px} h1 {font-size: 50px} h2 {font-size: 42px} h3 {font-size: 32px} h4 {font-size: 17px} .brxe-section {padding-top: 65px; padding-bottom: 65px} .bricks-button {padding-top: 10px; padding-right: 26px; padding-bottom: 10px; padding-left: 26px}}@media (max-width: 767px) { body {font-size: 16px} h1 {font-size: 42px} h2 {font-size: 33px} h3 {font-size: 25px} h4 {font-size: 16px} .brxe-section {padding-top: 55px; padding-bottom: 55px} .bricks-button {padding-top: 8px; padding-right: 20px; padding-bottom: 8px; padding-left: 20px}}@media (max-width: 478px) { body {font-size: 15px} h1 {font-size: 30px} h2 {font-size: 25px} h3 {font-size: 20px} h4 {font-size: 15px} .brxe-section {padding-top: 40px; padding-right: 15px; padding-bottom: 40px; padding-left: 15px} .bricks-button {padding-top: 5px; padding-right: 15px; padding-bottom: 5px; padding-left: 15px}}