@layer bricks {.brxe-icon{font-size:60px}svg.brxe-icon{font-size:inherit}}@layer bricks {.brxe-button{width:auto}}@layer bricks {:where(.brxe-svg){height:auto;width:auto}:where(.brxe-svg) svg{height:auto;max-width:100%;overflow:visible;width:auto}}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}:where(.brxe-form){display:flex;flex-wrap:wrap;width:100%}:where(.brxe-form) .label,:where(.brxe-form) label{color:inherit;font-size:12px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}:where(.brxe-form) .form-group{display:flex;flex-direction:column;padding:0 0 20px;width:100%}:where(.brxe-form) .form-group.captcha,:where(.brxe-form) .form-group:last-child{padding-bottom:0}:where(.brxe-form) .form-group.captcha{line-height:1}:where(.brxe-form) .form-group.file{display:block}:where(.brxe-form) .form-group.file>label.choose-files{margin-bottom:0}:where(.brxe-form) .form-group>.label{margin-bottom:5px}:where(.brxe-form) .form-group .form-group-error-message{background-color:var(--bricks-bg-danger);color:var(--bricks-text-danger);display:none;padding:15px;width:100%}:where(.brxe-form) .form-group .form-group-error-message.show{display:block}:where(.brxe-form) .form-group .password-input-wrapper{position:relative}:where(.brxe-form) .form-group .password-input-wrapper .password-toggle{background:none;position:absolute;right:12px;top:50%;transform:translateY(-50%)}:where(.brxe-form) .form-group .password-input-wrapper .password-toggle span{display:flex}:where(.brxe-form) .form-group .password-input-wrapper .password-toggle span.hide{display:none}:where(.brxe-form) .submit-button-wrapper{width:auto}:where(.brxe-form) .required:after{content:"*";padding:0 2px;position:relative;top:-2px}:where(.brxe-form) .options-wrapper{list-style-type:none;margin:0;padding:0}:where(.brxe-form) .options-wrapper input,:where(.brxe-form) .options-wrapper label{display:inline-block;height:auto;margin:0 5px 0 0;width:auto}:where(.brxe-form) .options-wrapper input[type=checkbox],:where(.brxe-form) .options-wrapper input[type=radio]{margin:initial;padding:initial;position:relative;top:1px}:where(.brxe-form) button[type=submit].sending{cursor:default}:where(.brxe-form) button[type=submit].sending .text{opacity:.5}:where(.brxe-form) button[type=submit].sending>i,:where(.brxe-form) button[type=submit].sending>svg{display:none}:where(.brxe-form) button[type=submit].sending .loading{animation:load8 1s linear infinite;display:flex;opacity:1}:where(.brxe-form) button[type=submit].sending .loading svg{transform:scaleX(-1)}:where(.brxe-form) button[type=submit] .loading{display:none}:where(.brxe-form) button[type=submit] svg{height:1em;transform-origin:center}:where(.brxe-form) .recaptcha-hidden{display:none}:where(.brxe-form) .recaptcha-error{display:none;padding:0!important}:where(.brxe-form) .recaptcha-error.show{display:block}:where(.brxe-form) .recaptcha-error .brxe-alert.danger{align-items:center;background-color:var(--bricks-bg-danger);border-color:currentcolor;color:var(--bricks-text-danger);display:flex;justify-content:space-between;padding:15px;width:100%}:where(.brxe-form) .hcaptcha-error{display:none;padding:0!important}:where(.brxe-form) .hcaptcha-error.show{display:block}:where(.brxe-form) .hcaptcha-error .brxe-alert.danger{align-items:center;background-color:var(--bricks-bg-danger);border-color:currentcolor;color:var(--bricks-text-danger);display:flex;justify-content:space-between;padding:15px;width:100%}:where(.brxe-form) input[type=checkbox]+.label,:where(.brxe-form) input[type=checkbox]+label,:where(.brxe-form) input[type=radio]+.label,:where(.brxe-form) input[type=radio]+label{color:inherit;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:inherit;text-transform:inherit}:where(.brxe-form) textarea{height:inherit;resize:vertical}:where(.brxe-form) .message{background-color:var(--bricks-bg-info);color:var(--bricks-text-info);display:flex;gap:15px;justify-content:space-between;opacity:1;padding-bottom:0;position:relative;width:100%}:where(.brxe-form) .message.success{background-color:var(--bricks-bg-success);color:var(--bricks-text-success)}:where(.brxe-form) .message.error{background-color:var(--bricks-bg-danger);color:var(--bricks-text-danger)}:where(.brxe-form) .message .text{padding:15px}:where(.brxe-form) .message.closing{opacity:0;transition:opacity .2s}:where(.brxe-form) .message .close{all:unset;cursor:pointer;padding:15px}:where(.brxe-form) input.file,:where(.brxe-form) input[type=file]{display:block;height:0;opacity:0;width:0}:where(.brxe-form) .file-result{display:none;padding:0}:where(.brxe-form) .file-result.show{align-items:center;display:flex;margin:0 0 15px}:where(.brxe-form) .file-result.show.danger{background-color:var(--bricks-bg-danger);color:var(--bricks-text-danger);justify-content:space-between;padding:15px}:where(.brxe-form) .file-result.show.danger svg{cursor:pointer;height:1em;margin-left:5px}:where(.brxe-form) .file-result.show.danger svg g{stroke:currentcolor}:where(.brxe-form) .file-result.show .remove{display:inline-block;font-size:12px;line-height:30px;margin:0 15px;padding:0 10px}:where(.brxe-form) .file-result.show .remove:hover{background-color:var(--bricks-text-danger);color:#fff}:where(.brxe-form) .choose-files{align-self:flex-start;background-color:transparent;border:1px solid var(--bricks-border-color);cursor:pointer;display:inline-block;font-family:inherit;font-size:12px;font-weight:600;line-height:40px;padding:0 15px;text-align:center;text-transform:none;white-space:nowrap;width:auto}:where(.brxe-form) .choose-files:hover{background-color:rgba(0,0,0,.05)}:where(.brxe-form) .gallery-preview{display:flex;flex-wrap:wrap;gap:10px}:where(.brxe-form) .gallery-preview:not(:empty)+button{margin-top:5px}:where(.brxe-form) .image-preview{align-self:flex-start;overflow:hidden;position:relative}:where(.brxe-form) .image-preview:hover button{opacity:1}:where(.brxe-form) .image-preview:has(img)+button{margin-top:5px}:where(.brxe-form) .image-preview button{background-color:#fff;border:none;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}:where(.brxe-form) .image-preview button:hover{background-color:var(--bricks-text-danger);color:#fff}:where(.brxe-form) .image-preview button.hide{display:none}.grecaptcha-badge{visibility:hidden}}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}:where(.brxe-list){list-style-type:none;margin:0;padding:0;width:100%}:where(.brxe-list) li{position:relative}:where(.brxe-list) li:last-child{margin-bottom:0}:where(.brxe-list) li[data-highlight]:before{content:attr(data-highlight);display:inline-block}:where(.brxe-list) .content{align-items:center;display:flex;justify-content:space-between}:where(.brxe-list) .icon{align-items:center;display:inline-flex;flex-shrink:0;justify-content:center}:where(.brxe-list) .icon svg{font-size:medium}:where(.brxe-list) .title{display:inline-block;margin:0 10px 0 0}:where(.brxe-list) .meta{margin-left:10px}:where(.brxe-list) .description{display:flex}:where(.brxe-list) .separator{border-top-style:solid;border-top-width:1px;flex:1;flex-basis:50px}}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}a.brxe-image{display:inline-block}figure.brxe-image{margin:0}:where(.brxe-image).tag{display:inline-block;height:fit-content;position:relative;width:auto}:where(.brxe-image).caption{position:relative}:where(.brxe-image).caption:has(figcaption.bricks-image-caption){overflow:hidden}:where(.brxe-image).overlay{position:relative}:where(.brxe-image).overlay:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}:where(.brxe-image):before{border-radius:inherit}:where(.brxe-image) a{border-radius:inherit;position:static;transition:inherit}:where(.brxe-image) picture{border-radius:inherit;transition:inherit}:where(.brxe-image) img{border-radius:inherit;height:100%;position:static!important;transition:inherit;width:100%}:where(.brxe-image) img.bricks-lazy-hidden+figcaption{display:none}:where(.brxe-image) .icon{color:#fff;font-size:60px;pointer-events:none;position:absolute;right:50%;text-align:center;top:50%;transform:translate(50%,-50%);z-index:5}:where(.brxe-image) .bricks-image-caption{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 70%,transparent);bottom:0;color:#fff;font-size:inherit;margin:0;padding:10px 15px;pointer-events:none;position:absolute;text-align:center;width:100%;z-index:1}}@layer bricks {:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}}#brxe-851583 {color: var(--bricks-color-pqtrdm); font-size: 7.5rem; font-family: "Larken"; font-weight: 800; text-transform: capitalize; line-height: 8.5rem}@media (max-width: 478px) {#brxe-851583 {font-size: 5.5rem; line-height: 5.5rem}}@media (max-width: 376px) {#brxe-851583 {font-size: 4rem; line-height: 4.4rem}}#brxe-c0ba00 {padding-top: 7.5rem}#brxe-df5f24 {width: 48rem}#brxe-34142c {flex-direction: row; padding-top: 15rem; padding-bottom: 4rem; width: 122.6rem}@media (max-width: 1081px) {#brxe-34142c {padding-right: 2rem; padding-left: 2rem}}@media (max-width: 769px) {#brxe-34142c {flex-direction: column; align-items: center; padding-top: 10rem}}@media (max-width: 478px) {#brxe-34142c {padding-top: 7rem; row-gap: 2rem}}#brxe-97b1d6 {background-color: var(--bricks-color-asvmed)}#brxe-6ab188 {color: var(--bricks-color-hodtin); font-size: 7.5rem; font-family: "Larken"; line-height: 8rem; text-transform: capitalize; width: 17ch}@media (max-width: 478px) {#brxe-6ab188 {font-size: 5rem; line-height: 5rem}}#brxe-ee3e9f {color: var(--bricks-color-hodtin); font-size: 1.8rem; font-family: "Satoshi"; font-weight: 300; line-height: 2.5rem}@media (max-width: 991px) {#brxe-ee3e9f {width: auto}}#brxe-buvsvx {color: var(--bricks-color-hodtin); font-size: 1.8rem; font-family: "Satoshi"; font-weight: 300; line-height: 2.5rem}@media (max-width: 991px) {#brxe-buvsvx {width: auto}}#brxe-e71040 {align-self: flex-end; width: 65.3rem}#brxe-e71040:not(.tag), #brxe-e71040 img {object-fit: cover}@media (max-width: 991px) {#brxe-e71040 {width: 100%; height: 40rem; margin-top: 2rem}#brxe-e71040:not(.tag), #brxe-e71040 img {object-position: 50% 0%; object-fit: cover}}#brxe-12106d {flex-direction: row; column-gap: 5.2rem}@media (max-width: 991px) {#brxe-12106d {flex-direction: column}}@media (max-width: 478px) {#brxe-12106d {row-gap: 3rem}}@media (max-width: 376px) {#brxe-12106d {row-gap: 2rem}}#brxe-4c19ae {width: 117.6rem; row-gap: 6rem; padding-top: 9rem; padding-bottom: 8rem}@media (max-width: 1081px) {#brxe-4c19ae {padding-right: 2rem; padding-left: 2rem}}@media (max-width: 769px) {#brxe-4c19ae {padding-right: 5rem; padding-left: 5rem}}@media (max-width: 478px) {#brxe-4c19ae {padding-right: 2rem; padding-left: 2rem}}#brxe-36b8d3 {background-color: var(--bricks-color-pqtrdm)}#brxe-4f8252 {font-size: 7.5rem; font-family: "Larken"; text-align: left; font-weight: 800; color: var(--bricks-color-hodtin); text-transform: capitalize; line-height: 8rem}@media (max-width: 769px) {#brxe-4f8252 {font-size: 5rem; line-height: 5rem}}@media (max-width: 376px) {#brxe-4f8252 {font-size: 5rem; line-height: 5rem}}#brxe-8602ae {font-size: 1.8rem; line-height: 2.4rem; font-weight: 300}#brxe-2f6eb3 {color: var(--bricks-color-szmmzh); fill: var(--bricks-color-szmmzh); margin-bottom: 4rem; font-size: 7rem}#brxe-bd6213 {font-size: 3.5rem; color: var(--bricks-color-hodtin); font-family: "Satoshi"; font-weight: 700; line-height: 4rem; width: 13ch}@media (max-width: 769px) {#brxe-bd6213 {text-align: center; font-size: 3rem}}#brxe-sjdieq .separator {display: none}#brxe-sjdieq {font-size: 1.8rem; font-weight: 300; margin-top: 1rem}#brxe-sjdieq .content {align-items: flex-start; justify-content: flex-start}#brxe-sjdieq .description {align-items: flex-start; justify-content: flex-start}#brxe-sjdieq .title {margin-left: 1.2rem}#brxe-sjdieq .icon {color: var(--bricks-color-szmmzh)}#brxe-sjdieq li {margin-bottom: 1.3rem}#brxe-e99336 {row-gap: 2rem}@media (max-width: 769px) {#brxe-e99336 {align-items: center}}@media (max-width: 478px) {#brxe-e99336 {row-gap: 1.5rem}}#brxe-ac168c {margin-bottom: 4rem; color: var(--bricks-color-szmmzh); fill: var(--bricks-color-szmmzh); font-size: 7rem}#brxe-6a646d {font-size: 3.5rem; color: var(--bricks-color-hodtin); font-family: "Satoshi"; font-weight: 700; line-height: 4rem; width: 13ch}@media (max-width: 769px) {#brxe-6a646d {text-align: center; font-size: 3rem}}#brxe-jchwtf .separator {display: none}#brxe-jchwtf {font-size: 1.8rem; font-weight: 300; margin-top: 1rem}#brxe-jchwtf .content {align-items: flex-start; justify-content: flex-start}#brxe-jchwtf .description {align-items: flex-start; justify-content: flex-start}#brxe-jchwtf .title {margin-left: 1.2rem}#brxe-jchwtf .icon {color: var(--bricks-color-szmmzh)}#brxe-jchwtf li {margin-bottom: 1.3rem}#brxe-f3cc8e {row-gap: 2rem}@media (max-width: 769px) {#brxe-f3cc8e {align-items: center}}@media (max-width: 478px) {#brxe-f3cc8e {row-gap: 1.5rem}}#brxe-f97a54 {margin-bottom: 4rem; color: var(--bricks-color-szmmzh); fill: var(--bricks-color-szmmzh); font-size: 7rem}#brxe-da66d3 {font-size: 3.5rem; color: var(--bricks-color-hodtin); font-family: "Satoshi"; font-weight: 700; line-height: 4rem; width: 13ch}@media (max-width: 769px) {#brxe-da66d3 {text-align: center; font-size: 3rem}}#brxe-wwsygb .separator {display: none}#brxe-wwsygb {font-size: 1.8rem; font-weight: 300; margin-top: 1rem}#brxe-wwsygb .content {align-items: flex-start; justify-content: flex-start}#brxe-wwsygb .description {align-items: flex-start; justify-content: flex-start}#brxe-wwsygb .title {margin-left: 1.2rem}#brxe-wwsygb .icon {color: var(--bricks-color-szmmzh)}#brxe-wwsygb li {margin-bottom: 1.3rem}#brxe-1e42a4 {row-gap: 2rem}@media (max-width: 769px) {#brxe-1e42a4 {align-items: center}}@media (max-width: 478px) {#brxe-1e42a4 {row-gap: 1.5rem}}#brxe-70a8d1 {flex-direction: row; margin-top: 3rem}@media (max-width: 991px) {#brxe-70a8d1 {column-gap: 2rem}}@media (max-width: 769px) {#brxe-70a8d1 {row-gap: 10rem; column-gap: 2rem}}#brxe-4bf5e3 {width: 115rem; padding-top: 7rem; padding-bottom: 7rem; row-gap: 2rem}@media (max-width: 1081px) {#brxe-4bf5e3 {width: 95%}}#brxe-813950 {font-size: 5rem; color: var(--bricks-color-pqtrdm); font-family: "Larken"; font-weight: 700; line-height: 5.3rem; width: 24ch}@media (max-width: 376px) {#brxe-813950 {font-size: 3.5rem; line-height: 3.5rem}}#brxe-9d1676 {margin-top: 1.5rem; font-size: 1.8rem; font-family: "Satoshi"; font-weight: 300; color: var(--bricks-color-eyhqom)}#brxe-252aab {font-size: 1.8rem; color: var(--bricks-color-eyhqom); font-family: "Satoshi"; font-weight: 300}#brxe-12a913 {margin-top: 6rem; font-size: 2.2rem; padding-top: 2rem; padding-right: 3rem; padding-bottom: 2rem; padding-left: 3rem}#brxe-12a913:hover {color: var(--bricks-color-llmhwo); background-color: var(--bricks-color-pqtrdm); border: 2px solid var(--bricks-color-szmmzh)}@media (max-width: 478px) {#brxe-12a913 {line-height: 3rem}}#brxe-f8a8d3 {width: 117.6rem; row-gap: 1rem; padding-top: 10rem; padding-bottom: 15rem}@media (max-width: 1081px) {#brxe-f8a8d3 {padding-left: 5rem}}@media (max-width: 478px) {#brxe-f8a8d3 {padding-right: 2rem; padding-left: 2rem}}@media (max-width: 376px) {#brxe-f8a8d3 {padding-right: 2rem; padding-left: 2rem; row-gap: 2.5rem}}#brxe-9f1e59 {background-color: var(--bricks-color-hodtin); background-position: top right; background-repeat: no-repeat; background-size: cover; background-image: url(https://allseasonroofingflorida.com/wp-content/uploads/All-Season-Roofing_About-Us_CTA-Lines-1920x718.webp)}#brxe-f8b7a7 {color: var(--bricks-color-hodtin); font-size: 3.5rem; font-family: "Larken"; font-weight: 900}#brxe-b5b688 {font-size: 1.8rem; color: var(--bricks-color-hodtin); font-family: "Satoshi"; font-weight: 300; line-height: 2.5rem}@media (max-width: 478px) {#brxe-b5b688 {font-size: 1.6rem}}#brxe-23f677 {row-gap: 1.5rem}@media (max-width: 1081px) {#brxe-23f677 {width: 50%}}@media (max-width: 769px) {#brxe-23f677 {padding-right: 2rem; padding-left: 2rem; width: 100%}}@media (max-width: 376px) {#brxe-23f677 {padding-right: 0; padding-left: 0}}#brxe-998600 {margin-top: -14rem}@media (max-width: 769px) {#brxe-998600 {width: 100%; margin-top: 0}}@media (max-width: 1081px) {#brxe-755357 {width: 50%}}@media (max-width: 769px) {#brxe-755357 {width: 100%}}#brxe-8f8bb0 {flex-direction: row; width: 122.6rem; padding-top: 6rem; padding-bottom: 6rem; column-gap: 2rem}@media (max-width: 1081px) {#brxe-8f8bb0 {width: 95%}}@media (max-width: 769px) {#brxe-8f8bb0 {padding-right: 2rem; padding-left: 2rem; flex-direction: column}}#brxe-12fc30 {font-size: 10rem; color: var(--bricks-color-hodtin); text-align: center; font-family: "Larken"; line-height: 11.6rem; text-transform: capitalize; width: 14ch}@media (max-width: 769px) {#brxe-12fc30 {font-size: 7rem; line-height: 8rem}}@media (max-width: 478px) {#brxe-12fc30 {font-size: 5rem; line-height: 6rem}}@media (max-width: 376px) {#brxe-12fc30 {font-size: 7rem; line-height: 7rem}}#brxe-7777ee {margin-bottom: 5rem}@media (max-width: 769px) {#brxe-7777ee {width: 16rem}}@media (max-width: 478px) {#brxe-7777ee {margin-bottom: 3rem}}#brxe-6aa3aa {font-size: 3.5rem; color: var(--bricks-color-hodtin); font-family: "Satoshi"; font-weight: 700; line-height: 4rem; width: 13ch}@media (max-width: 769px) {#brxe-6aa3aa {text-align: center; font-size: 3rem}}#brxe-fb47cc {color: var(--bricks-color-hodtin); font-size: 1.8rem; font-family: "Satoshi"; font-weight: 300; line-height: 2.6rem; margin-top: 1rem; width: 28ch}@media (max-width: 769px) {#brxe-fb47cc {width: auto; text-align: center; font-size: 1.6rem; line-height: 2rem}}@media (max-width: 478px) {#brxe-fb47cc {font-size: 1.6rem}}#brxe-7193ab {row-gap: 2rem}@media (max-width: 769px) {#brxe-7193ab {align-items: center}}@media (max-width: 478px) {#brxe-7193ab {row-gap: 1.5rem}}#brxe-a49c7d {margin-bottom: 5rem}@media (max-width: 769px) {#brxe-a49c7d {width: 16rem}}@media (max-width: 478px) {#brxe-a49c7d {margin-bottom: 3rem}}#brxe-6db40e {font-size: 3.5rem; color: var(--bricks-color-hodtin); font-family: "Satoshi"; font-weight: 700; line-height: 4rem; width: 11ch}@media (max-width: 769px) {#brxe-6db40e {text-align: center; font-size: 3rem}}#brxe-9163fb {margin-top: 1rem; color: var(--bricks-color-hodtin); font-size: 1.8rem; font-family: "Satoshi"; font-weight: 300; line-height: 2.6rem; width: 28ch}@media (max-width: 769px) {#brxe-9163fb {width: auto; text-align: center; font-size: 1.6rem; line-height: 2rem}}@media (max-width: 478px) {#brxe-9163fb {font-size: 1.6rem}}#brxe-ef5e96 {row-gap: 2rem}@media (max-width: 769px) {#brxe-ef5e96 {align-items: center}}@media (max-width: 478px) {#brxe-ef5e96 {row-gap: 1.5rem}}#brxe-f1cac7 {margin-bottom: 5rem}@media (max-width: 769px) {#brxe-f1cac7 {width: 16rem}}@media (max-width: 478px) {#brxe-f1cac7 {margin-bottom: 3rem}}#brxe-a4c396 {font-size: 3.5rem; color: var(--bricks-color-hodtin); font-family: "Satoshi"; font-weight: 700; line-height: 4rem; width: 11ch}@media (max-width: 769px) {#brxe-a4c396 {text-align: center; font-size: 3rem}}#brxe-3d313f {margin-top: 1rem; color: var(--bricks-color-hodtin); font-size: 1.8rem; font-family: "Satoshi"; font-weight: 300; line-height: 2.6rem; width: 28ch}@media (max-width: 769px) {#brxe-3d313f {width: auto; font-size: 1.6rem; line-height: 2rem}}@media (max-width: 478px) {#brxe-3d313f {text-align: center; font-size: 1.6rem}}#brxe-e96946 {row-gap: 2rem}@media (max-width: 769px) {#brxe-e96946 {align-items: center}}@media (max-width: 478px) {#brxe-e96946 {row-gap: 1.5rem}}#brxe-77ad7d {flex-direction: row}@media (max-width: 769px) {#brxe-77ad7d {row-gap: 10rem; column-gap: 2rem; flex-direction: column; width: 70%}}@media (max-width: 376px) {#brxe-77ad7d {width: 85%}}#brxe-4a0690 {align-items: center; width: 122.6rem; row-gap: 7rem; padding-top: 8rem; padding-bottom: 10rem}@media (max-width: 1081px) {#brxe-4a0690 {padding-right: 2rem; padding-left: 2rem}}@media (max-width: 769px) {#brxe-4a0690 {padding-right: 2.5rem; padding-left: 2rem}}@media (max-width: 478px) {#brxe-4a0690 {padding-right: 2rem; padding-left: 2rem}}#brxe-6dab16 {background-color: var(--bricks-color-pqtrdm)}#brxe-693990 {font-size: 7.5rem; color: var(--bricks-color-pqtrdm); font-family: "Larken"; font-weight: 800; text-transform: uppercase; line-height: 7.5rem}@media (max-width: 1081px) {#brxe-693990 {font-size: 7rem}}@media (max-width: 991px) {#brxe-693990 {text-align: center}}@media (max-width: 376px) {#brxe-693990 {font-size: 5rem; line-height: 5rem}}#brxe-4c1405 {color: var(--bricks-color-eyhqom); font-size: 2.2rem; font-family: "Satoshi"; font-weight: 300; line-height: 2.6rem}#brxe-646fbd .form-group:nth-child(2) {width: 46%}#brxe-646fbd .form-group:nth-child(3) {width: 46%}#brxe-646fbd label {font-size: 1.8rem; color: var(--bricks-color-eyhqom); text-transform: capitalize; font-family: "Satoshi"; font-weight: 400}#brxe-646fbd .label {font-size: 1.8rem; color: var(--bricks-color-eyhqom); text-transform: capitalize; font-family: "Satoshi"; font-weight: 400}#brxe-646fbd {justify-content: space-between}#brxe-646fbd .bricks-button {font-size: 1.6rem; color: var(--bricks-color-eyhqom); font-family: "Satoshi"; font-weight: 400}#brxe-49eab4 {row-gap: 3rem}@media (max-width: 769px) {#brxe-49eab4 {z-index: 1}}@media (max-width: 1081px) {#brxe-dff3e7 {width: 50%}}@media (max-width: 991px) {#brxe-dff3e7 {display: none}}@media (max-width: 769px) {#brxe-dff3e7 {width: 100%; margin-top: -18rem; z-index: 0; display: flex}}@media (max-width: 478px) {#brxe-dff3e7 {margin-top: -10rem}}@media (max-width: 376px) {#brxe-dff3e7 {margin-top: -5.5rem}}#brxe-d935f5 {flex-direction: row; column-gap: 4.5rem}@media (max-width: 769px) {#brxe-d935f5 {flex-direction: column}}#brxe-81297d {width: 104.8rem; align-items: center; row-gap: 8rem; padding-top: 10rem; padding-bottom: 8rem}@media (max-width: 1081px) {#brxe-81297d {padding-right: 2rem; padding-left: 2rem}}@media (max-width: 991px) {#brxe-81297d {padding-right: 7rem; padding-left: 7rem}}@media (max-width: 769px) {#brxe-81297d {padding-right: 4rem; padding-left: 4rem}}@media (max-width: 376px) {#brxe-81297d {padding-right: 2rem; padding-left: 2rem}}#brxe-c7be40 {background-color: var(--bricks-color-hodtin)}