*{margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;scroll-behavior:smooth}body{width:100%;height:100%;text-align:center;overflow-x:hidden;font-family:Montserrat,sans-serif}a{text-decoration:none;cursor:pointer}.btn-primary{display:block;background-color:#e3000e;border:none;color:#fff;font-size:1em;font-weight:700;text-transform:uppercase;min-width:255px;padding:1em;margin:1em auto;box-shadow:0 0 10px rgba(0,0,0,.8);-webkit-transition:all .3s ease;transition:all .3s ease}.btn-primary i{margin-left:1em}.btn-primary:hover{background-color:#7e0003;box-shadow:0 0 5px rgba(0,0,0,.8)}.heading{text-align:center;font-size:2em;margin:2em auto;color:#7e0003;font-style:italic;font-weight:700;padding:0 1em}.heading:after{content:"";display:block;width:100px;height:3px;background-color:#7e0003;margin-top:1em;margin-left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.container{width:100%;padding:1em}p{margin-top:1em;font-size:1em}@media screen and (min-width:1280px){.btn-primary{margin:3em auto 0}}.main-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100vw;padding:.5em;background-color:#f2f2f2;color:#000;position:fixed;top:0;left:0;z-index:1;box-shadow:0 0 20px #000}.main-heading .small-logo{height:50px;width:auto}.main-heading .large-logo{display:none}.hamburger-icon{background:url(/static/media/hamburger-menu.1c43cc11.svg) no-repeat 50%;background-size:cover;width:48px;height:40px}.dialog-nav{position:fixed;display:block;z-index:1;width:100vw;height:100vh;background:transparent;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.open{-webkit-transform:translateX(0);transform:translateX(0);-webkit-animation-name:openDialog;animation-name:openDialog}.close{-webkit-transform:translateX(5000px);transform:translateX(5000px);-webkit-animation-name:closeDialog;animation-name:closeDialog}@-webkit-keyframes openDialog{0%{-webkit-transform:translateX(5000px);transform:translateX(5000px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes openDialog{0%{-webkit-transform:translateX(5000px);transform:translateX(5000px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes closeDialog{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(5000px);transform:translateX(5000px)}}@keyframes closeDialog{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(5000px);transform:translateX(5000px)}}.close-icon{cursor:pointer;position:fixed;width:2em;height:auto;top:.5em;right:.5em;z-index:2}.hero-image{position:relative;width:100vw;height:100vh;background:url(/static/media/hero-image.09df09d1.jpg) no-repeat;background-position:0 0;background-attachment:fixed;background-size:cover;-webkit-filter:grayscale(.5);filter:grayscale(.5)}.hero-text{position:absolute;top:55%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;color:#fff;font-size:1em;background:rgba(0,0,0,.2);padding:1em;border:2px solid #fff;line-height:1.5}.hero-text h2{text-transform:uppercase;text-shadow:-2px 0 #000,0 2px #000,2px 0 #000,0 -2px #000;letter-spacing:2}.showLogo{-webkit-animation-name:showLogo;animation-name:showLogo;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:ease;animation-timing-function:ease}.scroll-icon{font-size:2em;color:#fff;position:absolute;top:93%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-animation-name:animate;animation-name:animate;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes animate{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes animate{0%{opacity:1}50%{opacity:0}to{opacity:1}}@media screen and (min-width:480px) and (orientation:landscape){.hero-text{min-width:400px;top:60%}.btn-primary{width:255px}}@media screen and (min-width:640px) and (orientation:landscape){.hero-text{min-width:550px;font-size:1.3em;top:61%}.btn-primary{width:320px}}@media screen and (min-width:768px){.hero-text{top:55%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:1.5em}.btn-primary{width:360px}.main-heading .large-logo{display:block;position:absolute;top:0;left:0;width:200px;box-shadow:0 0 20px #000;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:ease;animation-timing-function:ease}}@-webkit-keyframes hideLogo{0%{opacity:1}to{opacity:0}}@keyframes hideLogo{0%{opacity:1}to{opacity:0}}@-webkit-keyframes showLogo{0%{opacity:0}to{opacity:1}}@keyframes showLogo{0%{opacity:0}to{opacity:1}}@media screen and (min-width:1280px){.hamburger-icon{display:none}.main-header{height:4em}.main-heading{text-align:left;font-style:italic;color:#fff;font-size:1em}.main-heading .small-logo{margin-top:.2em}.main-heading h1{display:block;margin:.5em}.main-heading h1 a{color:#fff;text-decoration:none}.main-nav a{color:#7e0003!important;font-weight:700;margin-top:-.8em}}@media screen and (min-width:1440px){.main-heading .large-logo{width:300px}}.main-nav{position:fixed;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1}.main-nav a{color:#fff;text-decoration:none;text-transform:uppercase;font-size:1.5em;padding:.8em;position:relative}.main-nav a:before{left:50%}.main-nav a:after,.main-nav a:before{content:"";position:absolute;width:0;height:3px;background-color:#e3000e;-webkit-transition:width .3s ease;transition:width .3s ease;top:2em}.main-nav a:after{right:50%}.main-nav a:hover:after,.main-nav a:hover:before{width:37px}@media screen and (min-width:480px) and (orientation:landscape){.main-nav a{padding:.5em}}@media screen and (min-width:1280px){.dialog-nav,.main-nav{height:auto}.main-nav{flex-direction:row;justify-content:center;align-items:center;-webkit-transform:translateX(0);transform:translateX(0);background:transparent;width:auto;position:fixed;right:1em;top:1.4em}.main-nav a{padding:.5em 1em}.main-nav a:last-of-type{padding-right:0}.close{-webkit-transform:translateX(0);transform:translateX(0)}.close-icon{display:none}}.skip-link{position:absolute;top:0;right:-1000px;background:#7e0003;color:#fff;z-index:10;padding:.5em;box-shadow:0 0 5px rgba(0,0,0,.8);-webkit-transition:all .3s ease;transition:all .3s ease}.skip-link:focus{right:0}.services{background:#f2f2f2 url(/static/media/bulb.1d22022c.svg) no-repeat;background-attachment:fixed;background-position:0 0;background-size:contain;margin-top:-4em;padding:4em 0 2em}.services-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:-3em auto 0}.service-card{width:300px;display:flex;flex-direction:column;-webkit-transition:all .3s ease;transition:all .3s ease;margin:1em;background:#fff;box-shadow:0 0 5px #cecece}.service-card i{color:#7e0003;font-size:3em;margin:1em auto 0}.service-card h2{margin:1em auto}.service-card h2:before{content:"";display:block;width:100px;height:3px;background-color:#7e0003;margin:auto auto 1em}.service-list{list-style-type:none;text-align:left;display:block;margin:0 auto 3em;width:150px}.service-list li:before{content:"";width:10px;height:10px;background-color:#7e0003;margin-left:-2em;margin-right:.7em;display:inline-block;vertical-align:middle;margin-top:-.2em}@media screen and (min-width:1024px){.services-container{width:1024px;margin:auto}}@media screen and (min-width:1360px){.services-container{width:100%;max-width:1360px}}.features-container{flex-direction:row;flex-wrap:wrap;max-width:785px;margin:auto}.features-card,.features-container{display:flex;justify-content:center}.features-card{position:relative;width:220px;height:220px;margin:1em;flex-direction:column;border:8px solid #7e0003;border-radius:50%;padding:1em}.features-card:hover{color:#e3000e;border:8px solid #e3000e}.features-card:after,.features-card:before{content:"";top:-17px;left:-18px;position:absolute;width:115%;height:115%}.features-card:before{border:2px solid transparent}.features-card:hover:before{border-top-color:#e3000e;border-right-color:#e3000e;border-bottom-color:#e3000e;-webkit-transition:border-top-color .15s linear,border-right-color .15s linear .1s,border-bottom-color .15s linear .2s;transition:border-top-color .15s linear,border-right-color .15s linear .1s,border-bottom-color .15s linear .2s}.features-card:after{border:0 solid transparent}.features-card:hover:after{border-top:2px solid #e3000e;border-left-width:2px;border-right-width:2px;-webkit-transform:rotate(270deg);transform:rotate(270deg);top:-16px;-webkit-transition:border-left-width 0s linear .35s,-webkit-transform .4s linear 0s;transition:border-left-width 0s linear .35s,-webkit-transform .4s linear 0s;transition:transform .4s linear 0s,border-left-width 0s linear .35s;transition:transform .4s linear 0s,border-left-width 0s linear .35s,-webkit-transform .4s linear 0s}.circle{box-shadow:none}.circle,.circle:after,.circle:before{border-radius:50%}.features-card i{font-size:3em;color:#7e0003}.features-card h3{font-size:1.3em;margin:1em auto 0}@media screen and (min-width:1280px){.features-container{max-width:1050px;margin-bottom:3em}}.reviews{background:#f2f2f2;padding:2em 0}.reviews-container{flex-direction:row;flex-wrap:wrap}.reviews-container,.reviews-more{display:flex;justify-content:center}.reviews-more{flex-direction:column;width:300px;margin:1em;padding:1em}.reviews-more img{width:100%;height:auto}.reviews-more p{margin:2em auto}.reviews-more a{text-decoration:none;color:#7e0003;font-weight:700}.my-builder{max-width:250px;margin:auto}.reviews-card{display:flex;flex-direction:column;justify-content:space-between;width:300px;margin:1em;padding:1em;background:#fff;box-shadow:0 0 5px #cecece;color:#000;-webkit-transition:all .3s ease;transition:all .3s ease}.reviews-card h2{color:#7e0003;margin:1em auto}.reviews-card h2:after{content:"";display:block;width:100px;height:3px;background:#7e0003;margin:1em auto}.reviews-card .review-date{text-align:right;margin:2em 0 1.5em auto;font-style:italic}.reviews-card:hover{box-shadow:0 0 5px rgba(0,0,0,.8)}.btn-more{width:300px;padding:1em 2em}.btn-more i{margin-left:1em}@media screen and (min-width:640px) and (orientation:landscape){.btn-more{padding:2em 3em;width:460px}}@media screen and (min-width:768px) and (orientation:portrait){.btn-more{width:460px;padding:2em 3em;font-size:1.3em}}@media screen and (min-width:1024px){.reviews-card,.reviews-more{width:400px}}@media screen and (min-width:1280px){.reviews-card,.reviews-more{width:350px}}@media screen and (min-width:1440px){.reviews-container{max-width:1400px;margin:auto}.reviews-card,.reviews-more{width:400px}}.contact{background:url(/static/media/mail.9bffbb4e.svg) no-repeat;background-attachment:fixed;background-position:100% 0;background-size:contain}.contact-container{display:flex;flex-direction:column-reverse;flex-wrap:wrap;padding:1em}.contact-form-container{width:100%}.contact-details{width:100%;text-align:left;margin-bottom:3em}.contact-details .contact-line-break{margin:2em auto}.contact-details h3{margin-left:1.7em}.contact-details i{color:#7e0003}.contact-address,.contact-email,.contact-phone{margin-right:1em;width:16px}.address-more{margin-left:2em}.logo{display:block;width:100%;max-width:200px;height:auto;margin:.5em auto;background:#fff}.coverage{width:100%;max-width:400px;margin:auto}.coverage-list{text-align:left;margin-left:56%;-webkit-transform:translateX(-50%);transform:translateX(-50%);list-style-type:none;margin-bottom:3em;width:150px}.coverage-list li:before{content:"";width:10px;height:10px;background-color:#7e0003;margin-left:-2em;margin-right:1em;display:inline-block;vertical-align:middle;margin-top:-.2em}@media screen and (min-width:640px) and (orientation:landscape){.contact-container{flex-direction:row;justify-content:space-between;align-items:flex-start}.contact-form-container{width:50%;margin:0 .5em}.contact-details{width:40%;margin:0 .5em}}@media screen and (min-width:768px){.contact-container{flex-direction:row;flex-wrap:nowrap;padding:2em;justify-content:space-between}.contact-form-container{width:50%}.contact-details{width:45%;padding:0 1em}.coverage{position:absolute;margin-top:-28em;background:#fff}}@media screen and (min-width:1280px){.contact-container{max-width:1200px;margin:auto}}.message-success{border:3px solid #007e5a}.message-failed,.message-success{text-align:left;margin:1em 0;padding:1em}.message-failed{border:3px solid #e3000e}.contact-form{display:flex;flex-direction:column}.contact-form label{text-align:left;margin:1em auto 1em 0}.contact-form input,.contact-form textarea{border:none;border-bottom:2px solid rgba(0,0,0,.5);padding:1em}::-webkit-input-placeholder{font-style:italic}::-moz-placeholder{font-style:italic}:-ms-input-placeholder{font-style:italic}::-ms-input-placeholder{font-style:italic}::placeholder{font-style:italic}.row{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:left;align-items:baseline}.consent-checkbox{margin-right:1em}.btn-submit{width:293px;padding:1em 2em;margin:2em auto}.btn-submit .fa-paper-plane{margin-left:1em}#map{width:100vw;height:100vh}@media screen and (min-width:1280px){#map{height:60vh}}.footer{width:100%;background-color:#7e0003;color:#fff;padding:1em 1em 2em;display:flex;flex-direction:column;justify-content:center}.footer a{color:#fff;text-decoration:none;font-weight:700}@media screen and (min-width:640px){.footer{flex-direction:row;justify-content:space-between}}.social{position:fixed;display:flex;flex-direction:column;left:.3em;bottom:8em}.social a{color:#e3000e;font-size:2em;-webkit-transition:all .3s ease;transition:all .3s ease}.social a:hover{color:#7e0003}@media screen and (min-width:768px){.social{left:.5em}.social a{font-size:3em}}
/*# sourceMappingURL=main.d9690431.chunk.css.map */