@layer bricks {.brxe-button{width:auto}}@layer bricks {.brxe-code{width:100%}}@layer bricks {.brxe-breadcrumbs{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.brxe-breadcrumbs .separator{display:flex}.brxe-breadcrumbs .item:has(>svg,>i){align-items:center;display:flex}}@layer bricks {}@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 li{align-items:baseline;display:flex;gap:8px}: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)}}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 {@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)}}.brxe-social-icons{display:flex;list-style-type:none;margin:0;padding:0}.brxe-social-icons li,.brxe-social-icons li a{align-items:center;display:flex;flex:1;gap:5px;justify-content:center}.brxe-social-icons i{line-height:unset}.brxe-social-icons span{align-items:center;display:inline-flex}}@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-accordion){list-style-type:none;margin:0;padding:0;width:100%}:where(.brxe-accordion) .brx-open .accordion-content-wrapper{display:block}:where(.brxe-accordion) .brx-open .icon.expanded{display:block!important}:where(.brxe-accordion) .brx-open .icon.expanded+.icon{display:none}:where(.brxe-accordion) .accordion-title-wrapper{cursor:pointer;margin-bottom:-1px;padding:15px 0;transition:var(--bricks-transition)}:where(.brxe-accordion) .accordion-title{align-items:center;display:flex}:where(.brxe-accordion) .accordion-title:empty{display:none!important}:where(.brxe-accordion) .accordion-title.icon-left{flex-direction:row-reverse}:where(.brxe-accordion) .accordion-title.icon-left .icon{margin-left:0;margin-right:10px}:where(.brxe-accordion) .accordion-title.icon-right .icon{margin-left:10px;margin-right:0}:where(.brxe-accordion) .accordion-title .title{flex:1;line-height:30px;margin:0}:where(.brxe-accordion) .accordion-title .icon{font-size:.8em;line-height:1;position:relative;top:1px;transform-origin:center}:where(.brxe-accordion) .accordion-title .icon.expanded{display:none}:where(.brxe-accordion) .accordion-subtitle{opacity:.8}:where(.brxe-accordion) .accordion-content-wrapper{animation:height .5s ease;display:none;overflow:hidden;padding:0 0 15px}:where(.brxe-accordion) .accordion-content-wrapper:empty{display:none!important}}@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-mdhtxo {color: var(--white); font-size: 57px}@media (max-width: 1600px) {.brxe-mdhtxo {font-size: 47px}}@media (max-width: 1279px) {.brxe-mdhtxo {font-size: 50px}}@media (max-width: 1024px) {.brxe-mdhtxo {font-size: 40px}}@media (max-width: 767px) {.brxe-mdhtxo {font-size: 36px}}.brxe-cffebi {color: var(--grey); font-size: 19px; margin-top: 15px; margin-left: 3px}.brxe-cffebi .separator {color: var(--yellow)}@media (max-width: 1600px) {.brxe-cffebi {font-size: 18px}}@media (max-width: 1279px) {.brxe-cffebi {margin-left: 3px}}@media (max-width: 1024px) {.brxe-cffebi {font-size: 17px}}@media (max-width: 767px) {.brxe-cffebi {font-size: 15px}}.brxe-jczyrr {padding-top: 85px; padding-bottom: 85px}@media (max-width: 767px) {.brxe-jczyrr {padding-top: 60px; padding-bottom: 60px}}.brxe-hzzsix {background-color: var(--dark)}.bricks-shape-divider-inner { height: 330px !important; width: 360px !important;}@media (max-width: 1600px) {.bricks-shape-divider-inner { height: 310px !important; width: 340px !important;}}@media (max-width: 1279px) {.bricks-shape-divider-inner { height: 310px !important; width: 340px !important;}}@media (max-width: 1024px) {.bricks-shape-divider-inner { height: 310px !important; width: 340px !important;}}@media (max-width: 767px) {.bricks-shape-divider-inner { height: 280px !important; width: 310px !important;}}@media (max-width: 478px) {.bricks-shape-divider-inner { height: 250px !important; width: 280px !important;}}.brxe-fzyphj {max-width: 110px}@media (max-width: 1600px) {.brxe-fzyphj {max-width: 100px}}@media (max-width: 1024px) {.brxe-fzyphj {max-width: 90px}}.brxe-fgvgvv {max-width: max-content}@media (max-width: 767px) {.brxe-fgvgvv {align-self: center !important}}@media (max-width: 478px) {.brxe-fgvgvv {align-self: center !important}}.brxe-siukno {font-weight: 600; font-size: 20px; color: var(--dark); font-family: "Cabin"; padding-top: 0; padding-bottom: 0}.brxe-siukno a {font-weight: 600; font-size: 20px; color: var(--dark); font-family: "Cabin"; font-size: inherit}@media (max-width: 1600px) {.brxe-siukno {font-size: 18px}.brxe-siukno a {font-size: 18px; font-size: inherit}}@media (max-width: 1024px) {.brxe-siukno {font-size: 17px}.brxe-siukno a {font-size: 17px; font-size: inherit}}@media (max-width: 767px) {.brxe-siukno {text-align: center; margin-top: 5px}.brxe-siukno a {text-align: center; font-size: inherit}}@media (max-width: 478px) {.brxe-siukno {text-align: center}.brxe-siukno a {text-align: center; font-size: inherit}}.brxe-wkenmh {width: max-content}.brxe-aeyoev {flex-direction: row; width: max-content; column-gap: 15px; margin-top: 10px; align-items: center}@media (max-width: 1279px) {.brxe-aeyoev {flex-direction: row; margin-top: 5px}}@media (max-width: 1024px) {.brxe-aeyoev {column-gap: 10px; flex-direction: column; align-items: flex-start; row-gap: 5px; margin-top: 15px}}.brxe-zfcpks {width: max-content; margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0}.brxe-wmvvel {width: max-content; margin-top: 20px}@media (max-width: 1279px) {.brxe-wmvvel {margin-top: 15px}}@media (max-width: 1024px) {.brxe-wmvvel {margin-top: 23px}}@media (max-width: 767px) {.brxe-wmvvel {margin-top: 15px}}.brxe-xxpkmy {align-items: center; justify-content: center; width: max-content; margin-left: auto}@media (max-width: 1024px) {.brxe-xxpkmy {width: max-content; margin-left: auto}}@media (max-width: 767px) {.brxe-xxpkmy {margin-left: 0}}@media (max-width: 478px) {.brxe-xxpkmy {margin-right: auto; margin-left: auto}}.brxe-awwone {flex-direction: row; align-items: center; margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; justify-content: center; align-self: center !important}@media (max-width: 1279px) {.brxe-awwone {flex-direction: row}}@media (max-width: 1024px) {.brxe-awwone {justify-content: flex-start; align-items: center; align-self: center !important}}@media (max-width: 767px) {.brxe-awwone {flex-direction: column}}.brxe-wclsad {background-color: var(--grey); padding-top: 0; padding-bottom: 10px}@media (max-width: 1279px) {.brxe-wclsad {padding-bottom: 5px}}@media (max-width: 1024px) {.brxe-wclsad {padding-top: 0; padding-bottom: 10px}}@media (max-width: 767px) {.brxe-wclsad {padding-top: 10px; padding-bottom: 15px}}@media (max-width: 1024px) {#local-seo-plans-heading {text-align: center}}#local-seo-plans-description {margin-bottom: 0; color: var(--text-body); padding-bottom: 0; max-width: 900px}#local-seo-plans-description a {color: var(--text-body); font-size: inherit}@media (max-width: 1024px) {#local-seo-plans-description {text-align: center; max-width: 700px}#local-seo-plans-description a {text-align: center; font-size: inherit}}@media (max-width: 767px) {#local-seo-plans-description {text-align: center; font-size: 16px; max-width: 600px}#local-seo-plans-description a {text-align: center; font-size: 16px; font-size: inherit}}#local-seo-plans-intro {row-gap: 20px}@media (max-width: 1024px) {#local-seo-plans-intro {align-items: center}}.brxe-capvfb {font-size: 28px; font-weight: 600}@media (max-width: 1279px) {.brxe-capvfb {font-size: 26px}}@media (max-width: 767px) {.brxe-capvfb {font-size: 24px}}.brxe-exjzec {font-weight: 500; line-height: 1.5; color: var(--lighter-dark); font-size: 17px}@media (max-width: 1279px) {.brxe-exjzec {font-size: 16px}}@media (max-width: 1024px) {.brxe-exjzec {font-size: 16px}}.brxe-muowwl {row-gap: 10px}.brxe-nrowgm {font-size: 30px; font-weight: 500; line-height: 1.1}@media (max-width: 1279px) {.brxe-nrowgm {font-size: 23px}}.brxe-rbwroi {width: max-content}.brxe-hhefpe {font-size: 18px; font-weight: 500; color: #595959}@media (max-width: 1279px) {.brxe-hhefpe {font-size: 16px}}.brxe-iverny {width: max-content}.brxe-icjrzc {flex-direction: row; align-items: flex-end; column-gap: 8px}@media (max-width: 1600px) {.brxe-icjrzc {align-items: flex-end}}@media (max-width: 1279px) {.brxe-icjrzc {flex-direction: row}}.brxe-yyrcoc {row-gap: 30px}@media (max-width: 1024px) {.brxe-yyrcoc {width: max-content}}.brxe-dhdhhj {flex-direction: column; gap: 10px}.brxe-dhdhhj .repeater-item:nth-child(1) span {font-size: 17px}.brxe-dhdhhj .repeater-item:nth-child(2) span {font-size: 17px}.brxe-dhdhhj .repeater-item:nth-child(3) span {font-size: 17px}.brxe-dhdhhj .repeater-item:nth-child(4) span {font-size: 17px}.brxe-dhdhhj .repeater-item:nth-child(5) span {font-size: 17px}.brxe-dhdhhj .repeater-item:nth-child(6) span {font-size: 17px}.brxe-dhdhhj .repeater-item:nth-child(6) .icon {color: var(--red)}.brxe-dhdhhj .repeater-item:nth-child(7) span {font-size: 17px}.brxe-dhdhhj .repeater-item:nth-child(7) .icon {color: var(--red)}.brxe-dhdhhj .repeater-item:nth-child(8) span {font-size: 17px}.brxe-dhdhhj .repeater-item:nth-child(8) .icon {color: var(--red)}.brxe-dhdhhj .icon {color: var(--hover-yellow); font-size: 20px}.brxe-dhdhhj li.has-link a, .brxe-dhdhhj li.no-link {gap: 10px; align-items: center; justify-content: flex-start}.brxe-dhdhhj svg {height: 20px; width: auto}@media (max-width: 1600px) {.brxe-dhdhhj li.has-link a, .brxe-dhdhhj li.no-link {align-items: center}}@media (max-width: 1279px) {.brxe-dhdhhj li.has-link a, .brxe-dhdhhj li.no-link {color: var(--text-body); gap: 8px}.brxe-dhdhhj .repeater-item:nth-child(1) span {font-size: 16px}.brxe-dhdhhj .repeater-item:nth-child(2) span {font-size: 16px}.brxe-dhdhhj .repeater-item:nth-child(3) span {font-size: 16px}.brxe-dhdhhj .repeater-item:nth-child(4) span {font-size: 16px}.brxe-dhdhhj .repeater-item:nth-child(5) span {font-size: 16px}.brxe-dhdhhj .repeater-item:nth-child(6) span {font-size: 16px}.brxe-dhdhhj .repeater-item:nth-child(7) span {font-size: 16px}.brxe-dhdhhj .repeater-item:nth-child(8) span {font-size: 16px}.brxe-dhdhhj .icon {font-size: 18px}.brxe-dhdhhj svg {height: 18px; width: auto}.brxe-dhdhhj {gap: 10px}}@media (max-width: 1024px) {.brxe-dhdhhj li.has-link a, .brxe-dhdhhj li.no-link {align-items: flex-start; gap: 15px}.brxe-dhdhhj {gap: 10px}}@media (max-width: 767px) {.brxe-dhdhhj .repeater-item:nth-child(1) span {font-size: 15px}.brxe-dhdhhj .repeater-item:nth-child(1) .icon {font-size: 16px}.brxe-dhdhhj .repeater-item:nth-child(2) .icon {font-size: 16px}.brxe-dhdhhj .repeater-item:nth-child(2) span {font-size: 15px}.brxe-dhdhhj .repeater-item:nth-child(3) .icon {font-size: 16px}.brxe-dhdhhj .repeater-item:nth-child(3) span {font-size: 15px}.brxe-dhdhhj .repeater-item:nth-child(4) .icon {font-size: 16px}.brxe-dhdhhj .repeater-item:nth-child(4) span {font-size: 15px}.brxe-dhdhhj .repeater-item:nth-child(5) .icon {font-size: 16px}.brxe-dhdhhj .repeater-item:nth-child(5) span {font-size: 15px}.brxe-dhdhhj .repeater-item:nth-child(6) .icon {font-size: 16px}.brxe-dhdhhj .repeater-item:nth-child(6) span {font-size: 15px}.brxe-dhdhhj .repeater-item:nth-child(7) .icon {font-size: 16px}.brxe-dhdhhj .repeater-item:nth-child(7) span {font-size: 15px}.brxe-dhdhhj .repeater-item:nth-child(8) .icon {font-size: 16px}.brxe-dhdhhj .repeater-item:nth-child(8) span {font-size: 15px}.brxe-dhdhhj li.has-link a, .brxe-dhdhhj li.no-link {gap: 10px}.brxe-dhdhhj {gap: 12px}}@media (max-width: 1024px) {.brxe-yfpueu {width: max-content; margin-left: auto}}@media (max-width: 767px) {.brxe-yfpueu {width: 100%}}.brxe-qjcjsu {row-gap: 40px}@media (max-width: 1024px) {.brxe-qjcjsu {flex-direction: row}}@media (max-width: 767px) {.brxe-qjcjsu {flex-direction: column}}.brxe-nyihlc {padding-top: 10px; padding-right: 25px; padding-bottom: 10px; padding-left: 25px; font-size: 16px}@media (max-width: 1024px) {.brxe-fgixzc {flex-direction: column}}.brxe-dtagil {background-color: var(--grey); border: 1px solid #d9d9d9; padding-top: 40px; padding-right: 40px; padding-bottom: 40px; padding-left: 40px; row-gap: 40px}@media (max-width: 1279px) {.brxe-dtagil {padding-top: 40px; padding-right: 30px; padding-bottom: 40px; padding-left: 30px}}@media (max-width: 1024px) {.brxe-dtagil {flex-direction: column; display: flex; grid-template-columns: 1fr 2fr; gap: 35px}}@media (max-width: 767px) {.brxe-dtagil {gap: 25px}}@media (max-width: 478px) {.brxe-dtagil {display: flex}}.brxe-gtzxgp {font-size: 28px; font-weight: 600}@media (max-width: 1279px) {.brxe-gtzxgp {font-size: 26px}}@media (max-width: 767px) {.brxe-gtzxgp {font-size: 24px}}.brxe-zfnagu {font-weight: 500; line-height: 1.5; color: var(--lighter-dark); font-size: 17px}@media (max-width: 1279px) {.brxe-zfnagu {font-size: 16px}}@media (max-width: 1024px) {.brxe-zfnagu {font-size: 16px}}.brxe-etacod {row-gap: 10px}.brxe-jttusa {font-size: 30px; font-weight: 500; line-height: 1.1}@media (max-width: 1279px) {.brxe-jttusa {font-size: 23px}}.brxe-finnvy {width: max-content}.brxe-orfpqr {font-size: 18px; font-weight: 500; color: #595959}@media (max-width: 1279px) {.brxe-orfpqr {font-size: 16px}}.brxe-amsrfq {width: max-content}.brxe-vwcmqj {flex-direction: row; align-items: flex-end; column-gap: 8px}@media (max-width: 1600px) {.brxe-vwcmqj {align-items: flex-end}}@media (max-width: 1279px) {.brxe-vwcmqj {flex-direction: row}}.brxe-yqkgdi {row-gap: 30px}@media (max-width: 1024px) {.brxe-yqkgdi {width: max-content}}.brxe-nmbwyl {flex-direction: column; gap: 10px}.brxe-nmbwyl .repeater-item:nth-child(1) span {font-size: 17px}.brxe-nmbwyl .repeater-item:nth-child(2) span {font-size: 17px}.brxe-nmbwyl .repeater-item:nth-child(3) span {font-size: 17px}.brxe-nmbwyl .repeater-item:nth-child(4) span {font-size: 17px}.brxe-nmbwyl .repeater-item:nth-child(5) span {font-size: 17px}.brxe-nmbwyl .repeater-item:nth-child(6) span {font-size: 17px}.brxe-nmbwyl .repeater-item:nth-child(7) span {font-size: 17px}.brxe-nmbwyl .repeater-item:nth-child(8) span {font-size: 17px}.brxe-nmbwyl .repeater-item:nth-child(8) .icon {color: var(--red)}.brxe-nmbwyl .icon {color: var(--hover-yellow); font-size: 20px}.brxe-nmbwyl li.has-link a, .brxe-nmbwyl li.no-link {gap: 10px; align-items: center; justify-content: flex-start}.brxe-nmbwyl svg {height: 20px; width: auto}@media (max-width: 1600px) {.brxe-nmbwyl li.has-link a, .brxe-nmbwyl li.no-link {align-items: center}}@media (max-width: 1279px) {.brxe-nmbwyl li.has-link a, .brxe-nmbwyl li.no-link {color: var(--text-body); gap: 8px}.brxe-nmbwyl .repeater-item:nth-child(1) span {font-size: 16px}.brxe-nmbwyl .repeater-item:nth-child(2) span {font-size: 16px}.brxe-nmbwyl .repeater-item:nth-child(3) span {font-size: 16px}.brxe-nmbwyl .repeater-item:nth-child(4) span {font-size: 16px}.brxe-nmbwyl .repeater-item:nth-child(5) span {font-size: 16px}.brxe-nmbwyl .repeater-item:nth-child(6) span {font-size: 16px}.brxe-nmbwyl .repeater-item:nth-child(7) span {font-size: 16px}.brxe-nmbwyl .repeater-item:nth-child(8) span {font-size: 16px}.brxe-nmbwyl .icon {font-size: 18px}.brxe-nmbwyl svg {height: 18px; width: auto}.brxe-nmbwyl {gap: 10px}}@media (max-width: 1024px) {.brxe-nmbwyl li.has-link a, .brxe-nmbwyl li.no-link {align-items: flex-start; gap: 15px}.brxe-nmbwyl {gap: 10px}}@media (max-width: 767px) {.brxe-nmbwyl .repeater-item:nth-child(1) span {font-size: 15px}.brxe-nmbwyl .repeater-item:nth-child(1) .icon {font-size: 16px}.brxe-nmbwyl .repeater-item:nth-child(2) .icon {font-size: 16px}.brxe-nmbwyl .repeater-item:nth-child(2) span {font-size: 15px}.brxe-nmbwyl .repeater-item:nth-child(3) .icon {font-size: 16px}.brxe-nmbwyl .repeater-item:nth-child(3) span {font-size: 15px}.brxe-nmbwyl .repeater-item:nth-child(4) .icon {font-size: 16px}.brxe-nmbwyl .repeater-item:nth-child(4) span {font-size: 15px}.brxe-nmbwyl .repeater-item:nth-child(5) .icon {font-size: 16px}.brxe-nmbwyl .repeater-item:nth-child(5) span {font-size: 15px}.brxe-nmbwyl .repeater-item:nth-child(6) .icon {font-size: 16px}.brxe-nmbwyl .repeater-item:nth-child(6) span {font-size: 15px}.brxe-nmbwyl .repeater-item:nth-child(7) .icon {font-size: 16px}.brxe-nmbwyl .repeater-item:nth-child(7) span {font-size: 15px}.brxe-nmbwyl .repeater-item:nth-child(8) .icon {font-size: 16px}.brxe-nmbwyl .repeater-item:nth-child(8) span {font-size: 15px}.brxe-nmbwyl li.has-link a, .brxe-nmbwyl li.no-link {gap: 10px}.brxe-nmbwyl {gap: 12px}}@media (max-width: 1024px) {.brxe-befgij {width: max-content; margin-left: auto}}@media (max-width: 767px) {.brxe-befgij {width: 100%}}.brxe-xgtitn {row-gap: 40px}@media (max-width: 1024px) {.brxe-xgtitn {flex-direction: row}}@media (max-width: 767px) {.brxe-xgtitn {flex-direction: column}}.brxe-pjbtgh {padding-top: 10px; padding-right: 25px; padding-bottom: 10px; padding-left: 25px; font-size: 16px}@media (max-width: 1024px) {.brxe-zcazhy {flex-direction: column}}.brxe-kdlryk {background-color: var(--grey); border: 1px solid #d9d9d9; padding-top: 40px; padding-right: 40px; padding-bottom: 40px; padding-left: 40px; row-gap: 40px}@media (max-width: 1279px) {.brxe-kdlryk {padding-top: 40px; padding-right: 30px; padding-bottom: 40px; padding-left: 30px}}@media (max-width: 1024px) {.brxe-kdlryk {flex-direction: column; display: flex; grid-template-columns: 1fr 2fr; gap: 35px}}@media (max-width: 767px) {.brxe-kdlryk {gap: 25px}}@media (max-width: 478px) {.brxe-kdlryk {display: flex}}.brxe-srdwft {font-size: 28px; font-weight: 600}@media (max-width: 1279px) {.brxe-srdwft {font-size: 26px}}@media (max-width: 767px) {.brxe-srdwft {font-size: 24px}}.brxe-zkijky {font-weight: 500; line-height: 1.5; color: var(--lighter-dark); font-size: 17px}@media (max-width: 1279px) {.brxe-zkijky {font-size: 16px}}@media (max-width: 1024px) {.brxe-zkijky {font-size: 16px}}.brxe-hmrmrn {row-gap: 10px}.brxe-sfzfzf {font-size: 30px; font-weight: 500; line-height: 1.1}@media (max-width: 1279px) {.brxe-sfzfzf {font-size: 23px}}.brxe-xbxbmg {width: max-content}.brxe-lbynlv {font-size: 18px; font-weight: 500; color: #595959}@media (max-width: 1279px) {.brxe-lbynlv {font-size: 16px}}.brxe-ozuwzj {width: max-content}.brxe-zadrzq {flex-direction: row; align-items: flex-end; column-gap: 8px}@media (max-width: 1600px) {.brxe-zadrzq {align-items: flex-end}}@media (max-width: 1279px) {.brxe-zadrzq {flex-direction: row}}.brxe-olasap {row-gap: 30px}@media (max-width: 1024px) {.brxe-olasap {width: max-content}}.brxe-dnrwqg {flex-direction: column; gap: 10px}.brxe-dnrwqg .repeater-item:nth-child(1) span {font-size: 17px}.brxe-dnrwqg .repeater-item:nth-child(2) span {font-size: 17px}.brxe-dnrwqg .repeater-item:nth-child(3) span {font-size: 17px}.brxe-dnrwqg .repeater-item:nth-child(4) span {font-size: 17px}.brxe-dnrwqg .repeater-item:nth-child(5) span {font-size: 17px}.brxe-dnrwqg .repeater-item:nth-child(6) span {font-size: 17px}.brxe-dnrwqg .repeater-item:nth-child(7) span {font-size: 17px}.brxe-dnrwqg .repeater-item:nth-child(8) span {font-size: 17px}.brxe-dnrwqg .icon {color: var(--hover-yellow); font-size: 20px}.brxe-dnrwqg li.has-link a, .brxe-dnrwqg li.no-link {gap: 10px; align-items: center; justify-content: flex-start}.brxe-dnrwqg svg {height: 20px; width: auto}@media (max-width: 1600px) {.brxe-dnrwqg li.has-link a, .brxe-dnrwqg li.no-link {align-items: center}}@media (max-width: 1279px) {.brxe-dnrwqg li.has-link a, .brxe-dnrwqg li.no-link {color: var(--text-body); gap: 8px}.brxe-dnrwqg .repeater-item:nth-child(1) span {font-size: 16px}.brxe-dnrwqg .repeater-item:nth-child(2) span {font-size: 16px}.brxe-dnrwqg .repeater-item:nth-child(3) span {font-size: 16px}.brxe-dnrwqg .repeater-item:nth-child(4) span {font-size: 16px}.brxe-dnrwqg .repeater-item:nth-child(5) span {font-size: 16px}.brxe-dnrwqg .repeater-item:nth-child(6) span {font-size: 16px}.brxe-dnrwqg .repeater-item:nth-child(7) span {font-size: 16px}.brxe-dnrwqg .repeater-item:nth-child(8) span {font-size: 16px}.brxe-dnrwqg .icon {font-size: 18px}.brxe-dnrwqg svg {height: 18px; width: auto}.brxe-dnrwqg {gap: 10px}}@media (max-width: 1024px) {.brxe-dnrwqg li.has-link a, .brxe-dnrwqg li.no-link {align-items: flex-start; gap: 15px}.brxe-dnrwqg {gap: 10px}}@media (max-width: 767px) {.brxe-dnrwqg .repeater-item:nth-child(1) span {font-size: 15px}.brxe-dnrwqg .repeater-item:nth-child(1) .icon {font-size: 16px}.brxe-dnrwqg .repeater-item:nth-child(2) .icon {font-size: 16px}.brxe-dnrwqg .repeater-item:nth-child(2) span {font-size: 15px}.brxe-dnrwqg .repeater-item:nth-child(3) .icon {font-size: 16px}.brxe-dnrwqg .repeater-item:nth-child(3) span {font-size: 15px}.brxe-dnrwqg .repeater-item:nth-child(4) .icon {font-size: 16px}.brxe-dnrwqg .repeater-item:nth-child(4) span {font-size: 15px}.brxe-dnrwqg .repeater-item:nth-child(5) .icon {font-size: 16px}.brxe-dnrwqg .repeater-item:nth-child(5) span {font-size: 15px}.brxe-dnrwqg .repeater-item:nth-child(6) .icon {font-size: 16px}.brxe-dnrwqg .repeater-item:nth-child(6) span {font-size: 15px}.brxe-dnrwqg .repeater-item:nth-child(7) .icon {font-size: 16px}.brxe-dnrwqg .repeater-item:nth-child(7) span {font-size: 15px}.brxe-dnrwqg .repeater-item:nth-child(8) .icon {font-size: 16px}.brxe-dnrwqg .repeater-item:nth-child(8) span {font-size: 15px}.brxe-dnrwqg li.has-link a, .brxe-dnrwqg li.no-link {gap: 10px}.brxe-dnrwqg {gap: 12px}}@media (max-width: 1024px) {.brxe-jrtiim {width: max-content; margin-left: auto}}@media (max-width: 767px) {.brxe-jrtiim {width: 100%}}.brxe-rflbhz {row-gap: 40px}@media (max-width: 1024px) {.brxe-rflbhz {flex-direction: row}}@media (max-width: 767px) {.brxe-rflbhz {flex-direction: column}}.brxe-fuhadf {padding-top: 10px; padding-right: 25px; padding-bottom: 10px; padding-left: 25px; font-size: 16px}@media (max-width: 1024px) {.brxe-efcaei {flex-direction: column}}.brxe-yfbyve {background-color: var(--grey); border: 1px solid #d9d9d9; padding-top: 40px; padding-right: 40px; padding-bottom: 40px; padding-left: 40px; row-gap: 40px}@media (max-width: 1279px) {.brxe-yfbyve {padding-top: 40px; padding-right: 30px; padding-bottom: 40px; padding-left: 30px}}@media (max-width: 1024px) {.brxe-yfbyve {flex-direction: column; display: flex; grid-template-columns: 1fr 2fr; gap: 35px}}@media (max-width: 767px) {.brxe-yfbyve {gap: 25px}}@media (max-width: 478px) {.brxe-yfbyve {display: flex}}.brxe-hkpvrw {flex-direction: row; display: grid; align-items: initial; grid-template-columns: 1fr 1fr 1fr; gap: 50px}@media (max-width: 1279px) {.brxe-hkpvrw {flex-direction: row; gap: 30px}}@media (max-width: 1024px) {.brxe-hkpvrw {grid-template-columns: 1fr; grid-template-rows: 1fr 1fr; display: flex; flex-direction: column}}@media (max-width: 767px) {.brxe-hkpvrw {display: flex; row-gap: 50px}}@media (max-width: 478px) {.brxe-hkpvrw {display: flex}}#local-seo-plans-wrap {row-gap: 60px}@media (max-width: 767px) {#local-seo-plans-wrap {row-gap: 50px}}#local-seo-plans {padding-top: 95px; padding-bottom: 100px}@media (max-width: 1279px) {#local-seo-plans {padding-top: 80px; padding-bottom: 80px}}#local-seo-results-heading {max-width: 900px; color: var(--white)}@media (max-width: 1024px) {#local-seo-results-heading {text-align: center}}@media (max-width: 767px) {#local-seo-results-heading {text-align: center}}#local-seo-results-description {color: var(--grey); margin-bottom: 0; padding-bottom: 0; max-width: 900px}#local-seo-results-description a {color: var(--grey); font-size: inherit}@media (max-width: 1024px) {#local-seo-results-description {text-align: center; max-width: 700px}#local-seo-results-description a {text-align: center; font-size: inherit}}@media (max-width: 767px) {#local-seo-results-description {text-align: center; font-size: 16px; max-width: 600px}#local-seo-results-description a {text-align: center; font-size: 16px; font-size: inherit}}#local-seo-results-intro {row-gap: 20px}@media (max-width: 1279px) {#local-seo-results-intro {row-gap: 15px}}@media (max-width: 1024px) {#local-seo-results-intro {align-items: center}}@media (max-width: 767px) {#local-seo-results-intro {align-items: center}}#local-seo-results-bad-studios-logo {margin-bottom: 25px}#local-seo-results-bad-studios-heading {margin-bottom: 0; color: var(--white); padding-bottom: 0}#local-seo-results-bad-studios-ranking {font-size: 17px; color: var(--grey); margin-top: 0; padding-top: 0}@media (max-width: 1024px) {#local-seo-results-bad-studios-ranking {text-align: center; font-size: 16px}}#local-seo-results-bad-studios {row-gap: 10px}@media (max-width: 1024px) {#local-seo-results-bad-studios {align-items: center}}#local-seo-results-marches-group-logo {margin-bottom: 25px}#local-seo-results-marches-group-heading {color: var(--white); margin-bottom: 0; padding-bottom: 0}#local-seo-results-marches-group-ranking {font-size: 17px; color: var(--grey); margin-top: 0; padding-top: 0}@media (max-width: 1024px) {#local-seo-results-marches-group-ranking {text-align: center; font-size: 16px}}#local-seo-results-marches-group {row-gap: 10px}@media (max-width: 1024px) {#local-seo-results-marches-group {align-items: center}}#local-seo-results-disabled-student-support-logo {margin-bottom: 25px}#local-seo-results-disabled-student-support-heading {color: var(--white); margin-bottom: 0; padding-bottom: 0}#local-seo-results-disabled-student-support-ranking {font-size: 17px; color: var(--grey)}@media (max-width: 1024px) {#local-seo-results-disabled-student-support-ranking {text-align: center; font-size: 16px}}#local-seo-results-disabled-student-support {row-gap: 15px}@media (max-width: 1024px) {#local-seo-results-disabled-student-support {align-items: center}}#local-seo-results-grid {row-gap: 20px; padding-top: 0; margin-top: 80px; flex-direction: row; column-gap: 50px; display: grid; align-items: initial; grid-template-columns: 1fr 1fr 1fr; gap: 60px}@media (max-width: 1600px) {#local-seo-results-grid {gap: 40px}}@media (max-width: 1279px) {#local-seo-results-grid {flex-direction: row; grid-template-columns: 1fr 1fr; gap: 60px}}@media (max-width: 1024px) {#local-seo-results-grid {align-items: center; margin-top: 60px}}@media (max-width: 767px) {#local-seo-results-grid {align-items: center; display: flex; max-width: 450px; align-self: center !important; row-gap: 80px}}@media (max-width: 478px) {#local-seo-results-grid {display: flex}}#local-seo-results-layout {display: flex; flex-direction: row; padding-top: 80px; padding-bottom: 80px; align-items: center; column-gap: 8%}@media (max-width: 1279px) {#local-seo-results-layout {flex-direction: row; padding-top: 80px; padding-bottom: 80px; column-gap: 5%}}@media (max-width: 1024px) {#local-seo-results-layout {flex-direction: column; row-gap: 50px; padding-top: 60px; padding-bottom: 60px}}@media (max-width: 767px) {#local-seo-results-layout {padding-top: 60px; padding-bottom: 60px}}#local-seo-results {padding-top: 0; padding-bottom: 0; background-color: var(--dark)}@media (max-width: 1279px) {.bricks-shape-divider { display: none;}}@media (max-width: 1024px) {.bricks-shape-divider { display: none;}}#local-seo-benefits-heading {margin-bottom: 35px}@media (max-width: 767px) {#local-seo-benefits-heading {text-align: center}}#local-seo-benefits-list {flex-direction: column; gap: 30px}#local-seo-benefits-list .icon {color: var(--hover-yellow); font-size: 19px}#local-seo-benefits-list li.has-link a, #local-seo-benefits-list li.no-link {gap: 10px; align-items: center; justify-content: flex-start}#local-seo-benefits-list svg {height: 19px; width: auto}@media (max-width: 1600px) {#local-seo-benefits-list li.has-link a, #local-seo-benefits-list li.no-link {gap: 10px; align-items: flex-start}#local-seo-benefits-list {gap: 25px}}@media (max-width: 1279px) {#local-seo-benefits-list li.has-link a, #local-seo-benefits-list li.no-link {color: var(--text-body)}}@media (max-width: 1024px) {#local-seo-benefits-list li.has-link a, #local-seo-benefits-list li.no-link {align-items: center}}@media (max-width: 767px) {#local-seo-benefits-list li.has-link a, #local-seo-benefits-list li.no-link {align-items: center; justify-content: flex-start}#local-seo-benefits-list {gap: 20px}}@media (max-width: 767px) {#local-seo-benefits-content {align-items: center; padding-bottom: 40px}}#local-seo-benefits-google-search-image {max-width: 100%; width: auto}#local-seo-benefits-image-wrap {max-width: 40%; width: fit-content; min-width: 40%}@media (max-width: 767px) {#local-seo-benefits-image-wrap {align-items: center; margin-right: auto; margin-left: auto; min-width: 60%; max-width: 60%}}#local-seo-benefits-layout {flex-direction: row; padding-top: 0; align-items: center; column-gap: 120px}@media (max-width: 1600px) {#local-seo-benefits-layout {column-gap: 100px}}@media (max-width: 1279px) {#local-seo-benefits-layout {flex-direction: row; align-items: flex-start; column-gap: 80px}}#local-seo-benefits {background-size: contain; background-position: center right; background-repeat: no-repeat; padding-top: 100px; padding-bottom: 100px}@media (max-width: 1600px) {#local-seo-benefits {background-size: contain}}@media (max-width: 1279px) {#local-seo-benefits {background-size: contain; padding-top: 80px; padding-bottom: 80px}}@media (max-width: 767px) {#local-seo-benefits { background-image: none;}}#local-seo-faqs-heading {max-width: 900px; color: var(--white)}@media (max-width: 1024px) {#local-seo-faqs-heading {margin-right: auto; margin-left: auto}}@media (max-width: 767px) {#local-seo-faqs-heading {text-align: center}}#local-seo-faqs-accordion .accordion-title-wrapper {background-color: var(--lighter-dark); margin-bottom: 0; padding-top: 10px; padding-right: 35px; padding-bottom: 10px; padding-left: 35px}#local-seo-faqs-accordion .accordion-title .title {color: var(--grey); font-size: 18px; font-family: "Cabin"; font-weight: 500}#local-seo-faqs-accordion .accordion-content-wrapper {padding-right: 35px; padding-left: 35px; background-color: var(--lighter-dark); font-size: 17px; color: var(--white)}.accordion-item { margin-bottom: 20px;}#local-seo-faqs-accordion .accordion-title .icon {color: var(--yellow); font-size: 24px}@media (max-width: 1024px) {#local-seo-faqs-accordion .accordion-title .title {font-size: 16px}#local-seo-faqs-accordion .accordion-title-wrapper {padding-top: 10px; padding-right: 30px; padding-bottom: 10px; padding-left: 30px}#local-seo-faqs-accordion .accordion-content-wrapper {padding-right: 30px; padding-left: 30px; font-size: 16px}}@media (max-width: 767px) {#local-seo-faqs-accordion .accordion-title .title {font-size: 15px; line-height: 1.4}#local-seo-faqs-accordion .accordion-title-wrapper {padding-top: 10px; padding-right: 15px; padding-bottom: 10px; padding-left: 15px}#local-seo-faqs-accordion .accordion-content-wrapper {font-size: 15px; padding-right: 15px; padding-left: 15px}}#local-seo-faqs-content {flex-direction: row; display: flex; margin-top: 50px; column-gap: 35px; align-self: stretch !important; justify-content: space-evenly}@media (max-width: 1279px) {#local-seo-faqs-content {flex-direction: row}}@media (max-width: 1024px) {#local-seo-faqs-content {align-items: stretch; column-gap: 15px; grid-template-columns: 1fr 1fr; gap: 30px}}@media (max-width: 767px) {#local-seo-faqs-content {display: flex; row-gap: 50px; flex-direction: row}}#local-seo-faqs {padding-top: 80px; padding-bottom: 75px; background-color: var(--dark)}@media (max-width: 1024px) {#local-seo-faqs {padding-top: 60px; padding-bottom: 60px}}@media (max-width: 767px) {#local-seo-faqs {padding-top: 60px}}#local-seo-enquiry-heading {margin-bottom: 45px}#local-seo-enquiry-form .form-group:not(.submit-button-wrapper):not(.message):not(.captcha) {padding-bottom: 30px}#local-seo-enquiry-form .submit-button-wrapper {width: 13%}#local-seo-enquiry-form .bricks-button {font-size: 18px}#local-seo-enquiry-form .form-group input {padding-top: 8px; padding-bottom: 8px}#local-seo-enquiry-form .flatpickr {padding-top: 8px; padding-bottom: 8px}#local-seo-enquiry-form select {padding-top: 8px; padding-bottom: 8px}#local-seo-enquiry-form textarea {padding-top: 8px; padding-bottom: 8px}@media (max-width: 1600px) {#local-seo-enquiry-form .submit-button-wrapper {width: 14%}}@media (max-width: 1279px) {#local-seo-enquiry-form .submit-button-wrapper {width: 17%}#local-seo-enquiry-form .form-group input {padding-top: 6px; padding-bottom: 6px}#local-seo-enquiry-form .flatpickr {padding-top: 6px; padding-bottom: 6px}#local-seo-enquiry-form select {padding-top: 6px; padding-bottom: 6px}#local-seo-enquiry-form textarea {padding-top: 6px; padding-bottom: 6px}}@media (max-width: 1024px) {#local-seo-enquiry-form .bricks-button {font-size: 17px}#local-seo-enquiry-form .submit-button-wrapper {width: 23%}#local-seo-enquiry-form .form-group input {padding-top: 5px; padding-bottom: 5px}#local-seo-enquiry-form .flatpickr {padding-top: 5px; padding-bottom: 5px}#local-seo-enquiry-form select {padding-top: 5px; padding-bottom: 5px}#local-seo-enquiry-form textarea {padding-top: 5px; padding-bottom: 5px}}@media (max-width: 767px) {#local-seo-enquiry-form .submit-button-wrapper {width: 27%}}@media (max-width: 478px) {#local-seo-enquiry-form .submit-button-wrapper {width: 50%}}#local-seo-enquiry-content {padding-top: 100px; padding-bottom: 100px}@media (max-width: 1279px) {#local-seo-enquiry-content {padding-top: 80px; padding-bottom: 80px}}@media (max-width: 1024px) {#local-seo-enquiry-content {padding-top: 80px; padding-bottom: 8-}}@media (max-width: 767px) {#local-seo-enquiry-content {align-items: center}}#local-seo-enquiry-layout {flex-direction: row; padding-top: 0}@media (max-width: 1279px) {#local-seo-enquiry-layout {flex-direction: row}}#local-seo-enquiry {background-size: contain; background-position: center left; background-repeat: no-repeat}@media (max-width: 1600px) {#local-seo-enquiry {background-size: contain}}@media (max-width: 1279px) {#local-seo-enquiry {background-size: contain}}@media (max-width: 767px) {#local-seo-enquiry { background-image: none;}}