/* Prevent decorative layers and Bootstrap gutters from creating horizontal mobile scroll. */
html,body{max-width:100%;overflow-x:hidden}
@supports (overflow:clip){html,body{overflow-x:clip}}
img,svg,video,canvas{max-width:100%;height:auto}
.topbar{background:#123746!important;border-bottom:1px solid rgba(201,157,88,.28)}
@media(max-width:767.98px){
  .hero{width:100%;max-width:100vw;overflow:hidden}
  .hero:after{right:-360px!important;top:-220px!important}
  .hero-mark{right:-115px!important;max-width:none}
  .service-section:before{right:-38rem!important}
  .navbar,.topbar,footer{max-width:100vw;overflow-x:clip}
  .section{overflow:hidden}
}
