:root{--bg:#f8f7f3;--section:#f1eee7;--paper:#fffefa;--ink:#1e1e1e;--muted:#5f5f5b;--accent:#a5865a;--line:#e6e0d4;--dark:#172027}*{box-sizing:border-box}body{margin:0;background:#f8f7f3;background:var(--bg);color:#1e1e1e;color:var(--ink);font-family:Arial,Helvetica,sans-serif;letter-spacing:.1px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%}a,a:active,a:hover,a:visited{color:inherit;text-decoration:none}p{line-height:1.7;margin:0}h1,h2,h3,h4{margin:0;font-weight:400;line-height:1.12}h1,h2{font-family:Georgia,Times New Roman,serif}.site-container{width:min(1180px,calc(100% - 64px));margin:0 auto}.site-header{height:86px;display:flex;align-items:center;justify-content:space-between;background:rgba(248,247,243,.96);border-bottom:1px solid #e6e0d4;border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.site-logo img{width:205px;height:auto;display:block}.site-nav{display:flex;align-items:center;grid-gap:38px;gap:38px;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.site-nav a{padding:30px 0 24px;border-bottom:2px solid transparent}.site-nav a.active{border-bottom-color:#a5865a;border-bottom-color:var(--accent);color:#1e1e1e;color:var(--ink)}.home-hero{display:grid;grid-template-columns:.8fr 1.2fr;min-height:470px;background:#f8f7f3;background:var(--bg)}.home-hero-copy{padding:88px 64px 70px max(64px,calc((100vw - 1180px)/2));display:flex;flex-direction:column;justify-content:center}.section-label{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#a5865a;color:var(--accent);font-weight:700;margin-bottom:14px}.home-hero h1{font-size:clamp(40px,4.2vw,64px);max-width:560px}.home-hero p{font-size:15px;max-width:520px;margin-top:24px}.home-hero-image{min-height:470px;overflow:hidden}.home-hero-image img{width:100%;height:100%;object-fit:cover;-webkit-filter:saturate(.85) contrast(.95);filter:saturate(.85) contrast(.95)}.button-row{display:flex;grid-gap:16px;gap:16px;flex-wrap:wrap;margin-top:32px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:13px 24px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;-webkit-transition:background .2s ease,color .2s ease,border-color .2s ease;transition:background .2s ease,color .2s ease,border-color .2s ease}.button-dark{background:#172027;background:var(--dark);border:1px solid #172027;border:1px solid var(--dark);color:#fff!important}.button-dark:hover{background:#a5865a;background:var(--accent);border-color:#a5865a;border-color:var(--accent)}.button-outline{border:1px solid #a5865a;border:1px solid var(--accent);color:#1e1e1e!important;color:var(--ink)!important;background:transparent}.button-outline:hover{background:#f1eee7;background:var(--section)}.button-light{background:#f8f7f3;background:var(--bg);border:1px solid #f8f7f3;border:1px solid var(--bg);color:#172027!important;color:var(--dark)!important}.site-section{padding:66px 0}.section-divider{border-top:1px solid #e6e0d4;border-top:1px solid var(--line)}.section-header{display:flex;align-items:flex-end;justify-content:space-between;grid-gap:28px;gap:28px;margin-bottom:30px}.page h2,.section-header h2,.site-section h2{font-size:clamp(28px,3vw,42px)}.text-link{font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;white-space:nowrap}.project-category-grid,.project-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:28px;gap:28px}.category-card,.project-card{display:block;color:#1e1e1e;color:var(--ink)}.category-card img,.project-card img{width:100%;height:200px;object-fit:cover;display:block;-webkit-filter:saturate(.9);filter:saturate(.9);-webkit-transition:-webkit-transform .35s ease,-webkit-filter .35s ease;transition:-webkit-transform .35s ease,-webkit-filter .35s ease;transition:transform .35s ease,filter .35s ease;transition:transform .35s ease,filter .35s ease,-webkit-transform .35s ease,-webkit-filter .35s ease}.category-card:hover img,.project-card:hover img{-webkit-transform:scale(1.015);transform:scale(1.015);-webkit-filter:saturate(1) brightness(.96);filter:saturate(1) brightness(.96)}.category-card h2,.project-card h3{font-family:Arial,Helvetica,sans-serif;font-size:16px;font-weight:700;margin-top:16px}.project-card p{font-size:13px;color:#5f5f5b;color:var(--muted);margin-top:3px}.service-grid{display:grid;grid-template-columns:repeat(6,1fr);background:#fffefa;background:var(--paper);box-shadow:0 0 0 1px #e6e0d4;box-shadow:0 0 0 1px var(--line)}.service-card{min-height:202px;padding:34px 20px;text-align:center}.service-card+.service-card{border-left:1px solid #e6e0d4;border-left:1px solid var(--line)}.service-icon{width:42px;height:42px;margin:0 auto 20px;color:#a5865a;color:var(--accent)}.service-icon svg{width:100%;height:100%}.service-card h3{font-size:15px;font-weight:700;line-height:1.25}.service-card p{font-size:12px;color:#5f5f5b;color:var(--muted);margin-top:10px}.why-layout{display:grid;grid-template-columns:.82fr 1.18fr;grid-gap:58px;gap:58px;align-items:center}.why-layout p{margin-top:20px;font-size:15px;max-width:520px}.metrics-panel{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px;gap:22px;background:#fffefa;background:var(--paper);padding:34px 26px;box-shadow:0 0 0 1px rgba(230,224,212,.7)}.metrics-panel div{text-align:center}.metrics-panel strong{display:block;font-family:Georgia,Times New Roman,serif;font-size:30px;font-weight:400;line-height:1.1}.metrics-panel span{display:block;font-size:12px;color:#5f5f5b;color:var(--muted);margin-top:8px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:36px;gap:36px;margin-top:32px}.process-grid span{color:#a5865a;color:var(--accent);font-size:13px;letter-spacing:.12em}.process-grid h3{font-size:16px;font-weight:700;margin:10px 0 7px}.process-grid p{font-size:13px;color:#5f5f5b;color:var(--muted)}.home-cta,.page-cta{background:#172027;background:var(--dark);color:#fff;padding:44px 0}.home-cta-inner,.page-cta-inner{display:flex;justify-content:space-between;align-items:center;grid-gap:32px;gap:32px}.home-cta h2,.home-cta p,.page-cta p{color:#fff}.page{padding:76px 0 90px}.page-title{font-size:clamp(44px,5vw,72px)}.accent-line{width:82px;height:2px;background:#a5865a;background:var(--accent);margin:22px 0 28px}.page-intro{font-size:16px;max-width:740px}.projects-intro{display:grid;grid-template-columns:.72fr 1.28fr;grid-gap:70px;gap:70px;align-items:center}.projects-carousel img{width:100%;height:330px;object-fit:cover}.projects-page .site-section{padding-top:54px}.category-card img{height:250px}.category-card h2{font-size:20px}.service-detail-list{margin-top:64px}.service-detail-row{display:grid;grid-template-columns:320px 1fr;grid-gap:64px;gap:64px;margin:58px 0}.additional-services h2,.service-detail-row h2{font-size:30px}.additional-services li,.additional-services p,.service-detail-row p{font-size:15px}.additional-services{display:grid;grid-template-columns:.82fr 1.18fr;grid-gap:70px;gap:70px;background:#f1eee7;background:var(--section);padding:48px;margin-top:72px}.additional-services ul{list-style:none;margin:0;padding:0}.additional-services li{margin-bottom:18px}.additional-services li span{display:block;font-weight:700}.firm-section{display:grid;grid-template-columns:1fr 430px;grid-gap:90px;gap:90px;align-items:start;margin:70px 0 120px}.firm-section-reverse{grid-template-columns:430px 1fr}.firm-section img{width:100%;height:560px;object-fit:cover}.firm-section-reverse img{height:520px}.firm-text p{font-size:15px;margin-bottom:20px}.licenses-section{margin-top:80px}.licenses-section h2{margin-bottom:48px}.license-group{margin-bottom:44px}.license-group h3{font-family:Arial,Helvetica,sans-serif;font-size:18px;font-weight:700;margin-bottom:14px}.license-group p{font-size:15px;line-height:1.55}.contact-banner{width:100%;height:340px;object-fit:cover;margin:44px 0 58px;-webkit-filter:saturate(.8) contrast(.95);filter:saturate(.8) contrast(.95)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:90px;gap:90px}.contact-block{margin-bottom:42px}.contact-block h2{font-family:Arial,Helvetica,sans-serif;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin-bottom:14px}.contact-block p{font-size:16px}.project-types{margin-top:32px}.page-heading{padding-top:76px}.gallery-card.card{border:none;background:transparent;color:#1e1e1e;color:var(--ink);box-shadow:none;margin-bottom:34px;page-break-inside:avoid;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}.gallery-card .card-img{width:100%;height:265px;-webkit-filter:saturate(.9) brightness(.98);filter:saturate(.9) brightness(.98);-webkit-transition:-webkit-filter .25s ease,-webkit-transform .25s ease;transition:-webkit-filter .25s ease,-webkit-transform .25s ease;transition:filter .25s ease,transform .25s ease;transition:filter .25s ease,transform .25s ease,-webkit-filter .25s ease,-webkit-transform .25s ease}.gallery-card:hover .card-img{-webkit-filter:brightness(.68) saturate(.95);filter:brightness(.68) saturate(.95);-webkit-transform:none;transform:none;box-shadow:none}.gallery-overlay{display:flex;align-items:center;justify-content:center;opacity:0;-webkit-transition:opacity .25s ease;transition:opacity .25s ease}.gallery-card:hover .gallery-overlay{opacity:1}.gallery-view-button,.gallery-view-button.btn,.gallery-view-button:focus,.gallery-view-button:hover{background:rgba(23,32,39,.86);border:1px solid hsla(0,0%,100%,.65);color:#fff;padding:10px 24px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;box-shadow:none;border-radius:0}.gallery-card .card-body{padding:14px 0 0}.gallery-card .card-title{font-size:16px;font-weight:700;margin-bottom:4px}.gallery-card .card-text{font-size:13px;color:#5f5f5b;color:var(--muted)}.modal-90w{max-width:96vw!important;margin:0 auto}.modal-content{background:transparent;border:none;box-shadow:none}.modal-backdrop.fade,.modal-backdrop.show{opacity:.92;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.lightbox-header{border:none;padding:20px 26px 0;justify-content:flex-end}.lightbox-header .close{color:#fff;text-shadow:none;opacity:1;font-size:40px;font-weight:300}.carousel-inner,.carousel-item{background:transparent}.carousel-item{height:82vh}.carousel-item img{width:100%;height:100%;object-fit:contain}#awardcar .carousel,#carcom .carousel,#carnewr .carousel,#carrem .carousel,#carsei .carousel{width:94vw}.bnslider-item,.featurecarousel,.featurecarousel-item,.seismicmini-item{display:none!important}.site-footer{background:#f1eee7;background:var(--section);padding:54px 0 28px;border-top:1px solid #e6e0d4;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.28fr;grid-gap:56px;gap:56px}.footer-brand img{width:190px;margin-bottom:18px}.site-footer h4{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px}.site-footer li,.site-footer p{font-size:13px;line-height:1.65;color:#1e1e1e;color:var(--ink)}.site-footer span{font-weight:700}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer li{margin-bottom:6px}.footer-bottom{align-items:center;justify-content:space-between;margin-top:38px;padding-top:24px;border-top:1px solid #e6e0d4;border-top:1px solid var(--line);font-size:12px;color:#5f5f5b;color:var(--muted)}.footer-bottom,.footer-bottom div{display:flex;grid-gap:24px;gap:24px}.footer-bottom div{text-transform:uppercase;letter-spacing:.1em;font-size:11px}@media (max-width:1050px){.site-header{padding:0 28px}.site-nav{grid-gap:20px;gap:20px}.additional-services,.contact-grid,.firm-section,.firm-section-reverse,.home-hero,.projects-intro,.service-detail-row,.why-layout{grid-template-columns:1fr}.home-hero-copy{padding:64px 32px}.footer-grid,.metrics-panel,.process-grid,.project-category-grid,.project-grid,.service-grid{grid-template-columns:repeat(2,1fr)}.service-card:nth-child(odd){border-left:none}}@media (max-width:700px){.site-header{height:auto;padding:18px 22px;align-items:flex-start;grid-gap:18px;gap:18px;flex-direction:column}.site-logo img{width:170px}.site-nav{flex-wrap:wrap;grid-gap:16px 20px;gap:16px 20px}.site-nav a{padding:0 0 8px}.site-container{width:min(100% - 36px,1180px)}.footer-grid,.metrics-panel,.process-grid,.project-category-grid,.project-grid,.service-grid{grid-template-columns:1fr}.service-card+.service-card{border-left:none;border-top:1px solid #e6e0d4;border-top:1px solid var(--line)}.footer-bottom,.home-cta-inner,.page-cta-inner,.section-header{align-items:flex-start;flex-direction:column}.contact-banner,.firm-section-reverse img,.firm-section img,.projects-carousel img{height:260px}}.site-header{padding:0 64px}.site-header,.site-logo{height:78px;overflow:hidden}.site-logo{display:flex;align-items:center}.site-logo img{max-height:44px}.home-hero-slideshow{position:relative;display:block;min-height:640px;overflow:hidden;background:#172027;background:var(--dark)}.home-hero-slideshow .carousel,.home-hero-slideshow .carousel-inner,.home-hero-slideshow .carousel-item{height:640px}.home-hero-slideshow .carousel-item img,.projects-hero-slideshow .carousel-item img{width:100%;height:100%;object-fit:cover;-webkit-filter:saturate(.92) contrast(.96);filter:saturate(.92) contrast(.96)}.hero-overlay,.page-hero-overlay{position:absolute;inset:0;background:-webkit-gradient(linear,left top,right top,from(rgba(23,32,39,.76)),color-stop(43%,rgba(23,32,39,.42)),to(rgba(23,32,39,.08)));background:linear-gradient(90deg,rgba(23,32,39,.76),rgba(23,32,39,.42) 43%,rgba(23,32,39,.08));z-index:1}.home-hero-slideshow .home-hero-copy{position:absolute;z-index:2;left:max(48px,calc((100vw - 1180px)/2));top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);padding:0;width:min(560px,calc(100% - 80px));color:#fffefa}.home-hero-slideshow .section-label{color:#d6c4a5}.home-hero-slideshow h1{font-size:clamp(32px,3.3vw,40px);max-width:520px;line-height:1.09;color:#fffefa}.home-hero-slideshow p{font-size:15px;max-width:520px;color:#f5f1e8}.home-hero-slideshow .button-outline.hero-outline{border-color:hsla(0,0%,100%,.8);color:#fff!important}.home-hero-slideshow .button-outline.hero-outline:hover{background:hsla(0,0%,100%,.12)}.home-cta h2,.page-cta h2,.page h2,.section-header h2,.site-section h2{font-size:clamp(24px,2.1vw,28px)}.page-title{font-size:clamp(34px,4vw,48px);line-height:1.08}.projects-page{padding:0}.projects-hero-slideshow{overflow:hidden;background:#172027;background:var(--dark)}.project-categories-section{padding-top:58px}.simple-section-header{margin-bottom:26px}.category-card-overlay{position:relative;height:285px;overflow:hidden}.category-card-overlay img{height:100%}.category-card-overlay:after{content:"";position:absolute;inset:0;background:-webkit-gradient(linear,left top,left bottom,color-stop(40%,rgba(23,32,39,.02)),to(rgba(23,32,39,.64)));background:linear-gradient(180deg,rgba(23,32,39,.02) 40%,rgba(23,32,39,.64));z-index:1}.category-card-title{position:absolute;left:22px;bottom:20px;z-index:2}.category-card-title h2{font-family:Arial,Helvetica,sans-serif;font-size:17px;font-weight:700;color:#fff;margin:0}.clickable-project-card{cursor:pointer}.project-card-image-wrap{position:relative;overflow:hidden}.project-card-image-wrap span{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2;opacity:0;color:#fff;border:1px solid hsla(0,0%,100%,.75);background:rgba(23,32,39,.72);padding:10px 22px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;-webkit-transition:opacity .22s ease;transition:opacity .22s ease}.clickable-project-card:hover .project-card-image-wrap span{opacity:1}.clickable-project-card:hover .project-card-image-wrap img{-webkit-filter:brightness(.68) saturate(.95);filter:brightness(.68) saturate(.95)}.metrics-panel{grid-gap:0;gap:0;align-items:center}.metrics-panel strong{font-size:28px}.page-hero-image{position:relative;height:390px;overflow:hidden;background:#172027;background:var(--dark)}.page-hero-image img{width:100%;height:100%;object-fit:cover;-webkit-filter:saturate(.85) contrast(.95);filter:saturate(.85) contrast(.95)}.page-hero-copy{position:absolute;z-index:2;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#fffefa}.page-hero-copy .page-title,.page-hero-copy p{color:#fffefa}.page-hero-copy p{font-size:16px;max-width:760px;margin-top:20px}.service-detail-list{margin-top:70px;margin-bottom:80px}.additional-services h2{margin-bottom:26px}.additional-services li span,.additional-services small{display:inline;font-weight:400}.additional-services small{display:block;color:#5f5f5b;color:var(--muted);margin-top:4px}.contact-details-section{padding-top:70px}.contact-address-spaced{margin-top:58px}.project-types{display:none!important}.footer-grid{grid-template-columns:1.16fr 1fr 1fr 1.28fr}.footer-brand img{width:170px}.footer-service-areas{margin-top:30px}.footer-address{margin-top:20px}.footer-bottom{justify-content:flex-start}.footer-bottom div{display:none}@media (max-width:1050px){.home-hero-slideshow,.home-hero-slideshow .carousel,.home-hero-slideshow .carousel-inner,.home-hero-slideshow .carousel-item{height:560px;min-height:560px}.projects-hero-slideshow,.projects-hero-slideshow .carousel,.projects-hero-slideshow .carousel-inner,.projects-hero-slideshow .carousel-item{height:420px}.category-card-overlay{height:250px}}@media (max-width:700px){.site-header{height:auto;overflow:visible}.site-logo{height:auto}.site-logo img{max-height:40px}.home-hero-slideshow,.home-hero-slideshow .carousel,.home-hero-slideshow .carousel-inner,.home-hero-slideshow .carousel-item{height:560px;min-height:560px}.home-hero-slideshow .home-hero-copy{left:22px;width:calc(100% - 44px)}.page-hero-image,.projects-hero-slideshow,.projects-hero-slideshow .carousel,.projects-hero-slideshow .carousel-inner,.projects-hero-slideshow .carousel-item{height:300px}.category-card-overlay{height:245px}}.site-logo img{max-height:58px}@media (max-width:700px){.site-logo img{max-height:48px}}.contact-details-section .contact-block h2{font-family:Arial,Helvetica,sans-serif!important;font-size:12px!important;font-weight:700!important;letter-spacing:.13em!important;line-height:1.35!important;text-transform:uppercase!important;margin-bottom:14px!important}.contact-details-section .contact-block p{font-size:16px;line-height:1.7}.seismicmini{display:none!important}.card-columns{grid-gap:34px 28px;gap:34px 28px;-webkit-column-count:auto!important;-moz-column-count:auto!important;-webkit-column-count:initial!important;-moz-column-count:initial!important;column-count:auto!important;grid-column-gap:0!important;-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important}.card-columns .gallery-card.card{width:100%!important;display:block!important;page-break-inside:auto;-webkit-column-break-inside:auto;-moz-column-break-inside:auto;break-inside:auto}.gallery-card .card-img{height:245px}@media (max-width:1050px){.card-columns{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.card-columns{grid-template-columns:1fr}}.site-logo img{max-height:68px;width:auto;object-fit:contain}.site-nav a{padding:27px 0 22px}.page-title{font-size:clamp(30px,3vw,38px);line-height:1.1}.accent-line{width:72px;height:1px}.card-columns{margin-bottom:96px}.p-0 hr.my-5{display:none!important}.additional-services h2,.service-detail-row h2{font-size:clamp(22px,2.1vw,28px)}.process-grid{grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:26px;gap:26px}.process-grid h3{font-size:15px;line-height:1.25}.process-grid p{font-size:12.5px;line-height:1.6}.slideshow-page-hero .carousel,.slideshow-page-hero .carousel-inner,.slideshow-page-hero .carousel-item{height:390px}.slideshow-page-hero .carousel-item img{width:100%;height:100%;object-fit:cover;-webkit-filter:saturate(.88) contrast(.96);filter:saturate(.88) contrast(.96)}.contact-details-section .contact-block h2{font-size:11px!important;letter-spacing:.11em!important}@media (max-width:1050px){.process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:700px){.site-logo img{max-height:54px}.process-grid{grid-template-columns:1fr}.slideshow-page-hero .carousel,.slideshow-page-hero .carousel-inner,.slideshow-page-hero .carousel-item{height:300px}}.page-heading .page-title,.page-title{font-size:clamp(28px,2.6vw,36px);line-height:1.1}.page-heading{padding-top:64px}.card-columns{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;margin-bottom:104px}.card-columns .gallery-card.card{margin-bottom:0!important}.gallery-card .card-img{height:235px;object-fit:cover}.additional-services h2,.service-detail-row h2{font-size:clamp(21px,1.9vw,26px);line-height:1.18}.projects-hero-slideshow .carousel,.projects-hero-slideshow .carousel-inner,.projects-hero-slideshow .carousel-item{height:520px}.services-hero-image,.services-hero-image .carousel,.services-hero-image .carousel-inner,.services-hero-image .carousel-item{height:560px}.services-hero-image .carousel-item img{width:100%;height:100%;object-fit:cover;object-position:center center}.contact-hero-image{height:430px}@media (max-width:1050px){.card-columns{grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:32px!important;-webkit-column-gap:32px!important;-moz-column-gap:32px!important;column-gap:32px!important;grid-row-gap:48px!important;row-gap:48px!important}.services-hero-image,.services-hero-image .carousel,.services-hero-image .carousel-inner,.services-hero-image .carousel-item{height:500px}.contact-hero-image{height:380px}}@media (max-width:700px){.page-heading .page-title,.page-title{font-size:clamp(26px,8vw,34px)}.card-columns{grid-template-columns:1fr;grid-row-gap:42px!important;row-gap:42px!important}.contact-hero-image,.services-hero-image,.services-hero-image .carousel,.services-hero-image .carousel-inner,.services-hero-image .carousel-item{height:340px}}.auto-slideshow{position:relative;overflow:hidden;background:#172027;background:var(--dark)}.auto-slideshow>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;-webkit-transition:opacity .9s ease-in-out;transition:opacity .9s ease-in-out;-webkit-filter:saturate(.9) contrast(.96);filter:saturate(.9) contrast(.96)}.auto-slideshow>img.active{opacity:1}.projects-hero-slideshow{height:520px}.services-hero-image,.services-hero-image.auto-slideshow{height:620px}.services-hero-image.auto-slideshow>img{object-position:center 46%}.contact-hero-image{height:500px}.contact-hero-image img{object-position:center center}.contact-hero-image .page-hero-copy,.services-hero-image .page-hero-copy{top:57%}.card-columns{grid-column-gap:36px!important;-webkit-column-gap:36px!important;-moz-column-gap:36px!important;column-gap:36px!important;grid-row-gap:54px!important;row-gap:54px!important}@media (max-width:1050px){.services-hero-image,.services-hero-image.auto-slideshow{height:560px}.contact-hero-image{height:440px}.projects-hero-slideshow{height:470px}}@media (max-width:700px){.contact-hero-image,.projects-hero-slideshow,.services-hero-image,.services-hero-image.auto-slideshow{height:360px}.contact-hero-image .page-hero-copy,.services-hero-image .page-hero-copy{top:56%}}.projects-hero-slideshow,.projects-hero-slideshow .carousel,.projects-hero-slideshow .carousel-inner,.projects-hero-slideshow .carousel-item{height:560px!important}.projects-hero-slideshow .carousel-item img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;-webkit-filter:saturate(.92) contrast(.96);filter:saturate(.92) contrast(.96)}.services-hero-image,.services-hero-image .carousel,.services-hero-image .carousel-inner,.services-hero-image .carousel-item{height:680px!important}.services-hero-image .carousel-item img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;-webkit-filter:saturate(.9) contrast(.96);filter:saturate(.9) contrast(.96)}.contact-hero-image .page-hero-copy,.services-hero-image .page-hero-copy{top:63%!important}.contact-hero-image{height:560px!important}.contact-hero-image img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important}@media (max-width:1050px){.projects-hero-slideshow,.projects-hero-slideshow .carousel,.projects-hero-slideshow .carousel-inner,.projects-hero-slideshow .carousel-item{height:500px!important}.services-hero-image,.services-hero-image .carousel,.services-hero-image .carousel-inner,.services-hero-image .carousel-item{height:590px!important}.contact-hero-image{height:500px!important}}@media (max-width:700px){.contact-hero-image,.projects-hero-slideshow,.projects-hero-slideshow .carousel,.projects-hero-slideshow .carousel-inner,.projects-hero-slideshow .carousel-item,.services-hero-image,.services-hero-image .carousel,.services-hero-image .carousel-inner,.services-hero-image .carousel-item{height:380px!important}.contact-hero-image .page-hero-copy,.services-hero-image .page-hero-copy{top:58%!important}}.project-award{color:#a5865a!important;color:var(--accent)!important;font-size:.78rem!important;letter-spacing:.08em;text-transform:uppercase;margin-top:.25rem!important}.projects-hero-slideshow.custom-slideshow{position:relative;overflow:hidden;background:#172027}.projects-hero-slideshow.custom-slideshow img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;opacity:0;-webkit-transition:opacity .9s ease-in-out;transition:opacity .9s ease-in-out;-webkit-filter:saturate(.92) contrast(.96);filter:saturate(.92) contrast(.96);pointer-events:none}.projects-hero-slideshow.custom-slideshow img.active{opacity:1}.projects-hero-slideshow .carousel-control-next,.projects-hero-slideshow .carousel-control-prev,.projects-hero-slideshow .carousel-indicators{display:none!important}.projects-hero-slideshow,.projects-hero-slideshow.custom-slideshow{height:640px!important;min-height:640px!important}@media (max-width:991px){.projects-hero-slideshow,.projects-hero-slideshow.custom-slideshow{height:540px!important;min-height:540px!important}}@media (max-width:576px){.projects-hero-slideshow,.projects-hero-slideshow.custom-slideshow{height:430px!important;min-height:430px!important}}.App{text-align:center}.App-logo{height:40vmin}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#09d3ac}
/*# sourceMappingURL=main.cdb3de90.chunk.css.map */