:root {
  --orange-red: #eb5229;
  --midnight-blue: #253540;
  --steel-blue: #136fa7;
  --dark-slate-grey: #3f3f3f;
  --white-smoke: #eeeae7;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--orange-red);
  text-decoration: underline;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.lh-container {
  z-index: 1;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.lh-container.lh-c-full {
  max-width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}

.lh-container.lh-c-crimsoncove {
  max-width: 970px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.lh-navmenuwrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.lh-navigationcontainer {
  text-align: center;
  border-bottom: 1px solid #fff;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
  display: flex;
}

.lh-navigationcontainer.lh-c-fullwidth {
  width: 100%;
}

.lh-navlogolink {
  display: block;
}

.lh-navlogo {
  width: 200px;
}

.lh-navlink {
  color: var(--midnight-blue);
  padding: 15px 20px;
  font-weight: 700;
  text-decoration: none;
}

.lh-navlink:hover {
  color: var(--steel-blue);
  background-color: #fff;
  border-radius: 60px;
}

.lh-body {
  color: var(--dark-slate-grey);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.lh-button {
  background-color: var(--orange-red);
  color: #fff;
  text-align: center;
  border-radius: 24px;
  min-width: 160px;
  margin-right: 10px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  transition: transform .15s;
}

.lh-button:hover {
  background-color: #ee5a33;
  transform: scale(1.1);
}

.lh-button.lh-b-topmargin {
  margin-top: 20px;
}

.lh-button.submit {
  position: absolute;
  inset: auto auto 0% 170px;
}

.lh-button.b-blue {
  float: left;
  background-color: var(--midnight-blue);
  margin-top: 20px;
}

.lh-button.b-nav {
  float: right;
  margin-top: 20px;
  margin-right: 0;
}

.lh-button.b-contact {
  margin-top: 20px;
  margin-left: 10px;
}

.lh-button.modalbutton {
  margin-top: 10px;
}

.lh-button.lh-b-filtertag {
  background-color: var(--white-smoke);
  color: var(--dark-slate-grey);
  min-width: 130px;
  padding: 9px 10px;
  font-size: 11px;
}

.lh-button.lh-b-filtertag.lh-b-active {
  background-color: var(--orange-red);
  color: var(--white-smoke);
}

.lh-button.lh-b-filter {
  background-color: var(--white-smoke);
  color: var(--dark-slate-grey);
}

.lh-button.lh-b-filter.lh-b-active {
  background-color: var(--orange-red);
  color: var(--white-smoke);
}

.lh-button.b-white {
  background-color: var(--white-smoke);
  color: var(--midnight-blue);
}

.lh-section {
  width: 100%;
}

.lh-section.lh-s-navigation {
  z-index: 99;
  mix-blend-mode: normal;
  background-color: #eeeae7de;
  position: sticky;
  top: 0;
  box-shadow: 0 8px 8px #0000000d;
}

.lh-section.lh-s-hero {
  background-image: url('../images/HeroImage-LH-1223v1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
  position: relative;
}

.lh-section.lh-s-hero.lh-sh-r3 {
  background-image: url('../images/HeroBanner-R3-LH-0924v1.jpg');
  background-position: 50%;
  background-attachment: fixed;
}

.lh-section.lh-s-hero.lh_sh-a {
  background-image: url('../images/AboutUs01-LH-0625v2.jpg');
  background-attachment: fixed;
}

.lh-section.lh-s-blue {
  background-color: var(--midnight-blue);
  border: 1px #000;
}

.lh-section.lh-light {
  background-color: var(--white-smoke);
  overflow: hidden;
}

.lh-section.lh-light.lh-hide {
  display: none;
}

.lh-section.lh-s-darkblue {
  color: var(--white-smoke);
  background-color: #1f2f3a;
}

.lh-section.lh-nodesktop {
  display: none;
}

.lh-section.lh-s-pagetitle {
  background-color: var(--midnight-blue);
  color: #3f3f3f;
  background-color: #253540;
  padding-top: 50px;
  padding-bottom: 40px;
}

.lh-section.lh-boxy {
  border-top: 4px solid var(--white-smoke);
}

.lh-section.lh-orange {
  background-color: var(--orange-red);
}

.lh-section.lh-s-lightblue {
  background-color: var(--steel-blue);
}

.section {
  height: 50vh;
}

.lh-para {
  flex: 1;
  margin-top: 10px;
  font-size: 14px;
  line-height: 150%;
}

.lh-para.lh-p-lede {
  color: var(--dark-slate-grey);
  -webkit-text-stroke-color: var(--dark-slate-grey);
  margin-top: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 25px;
}

.lh-para.lh-p-lede.lh-p-white {
  color: #fff;
}

.lh-para.lh-p-lede.lh-p-white.rightaligned {
  text-align: right;
  flex: none;
}

.lh-para.lh-p-lede.lh-p-l-alt {
  margin-top: -20px;
}

.lh-para.lh-p-lede.lh-p-left {
  color: var(--dark-slate-grey);
  margin-top: 2px;
  margin-left: 20px;
  font-size: 15px;
  line-height: 21px;
}

.lh-para.lh-p-lede.biglede {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 34px;
}

.lh-para.lh-p-lede.biglede.orange {
  color: var(--orange-red);
  font-size: 24px;
}

.lh-para.lh-p-lede.lg-p-warning {
  color: var(--orange-red);
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
}

.lh-para.lh-p-lede.llh-p-red {
  color: var(--orange-red);
}

.lh-para.lh-p-lede.lh-p-ledeintro {
  color: var(--orange-red);
  font-size: 21px;
  line-height: 35px;
}

.lh-para.lh-p-white {
  color: #fff;
}

.lh-para.lh-p-big {
  color: var(--steel-blue);
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 20px;
  font-size: 21px;
  font-weight: 700;
}

.lh-para.lh-p-blogdate {
  color: var(--orange-red);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.lh-para.lh-p-blogdate.lh-p-white, .lh-para.lh-p-white {
  color: var(--white-smoke);
}

.lh-para.lh-p-white.lh-p-footerserviceareas {
  border-left: 1px solid var(--white-smoke);
  padding-left: 50px;
  line-height: 170%;
}

.lh-para.lh-p-white.lh-p-talllist {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 200%;
}

.lh-para.lh-p-huge {
  flex: 0 auto;
  font-size: 27px;
  font-weight: 300;
}

.lh-para.lh-p-huge.lh-p-dates {
  width: 70px;
  margin-right: 10px;
}

.lh-h1 {
  color: var(--midnight-blue);
  letter-spacing: -6px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Crimson Pro, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 90%;
}

.lh-h1.lh-h1-subtext {
  color: var(--steel-blue);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 110%;
}

.lh-h1.lh-h1-subtext.lh-h1-st-white {
  color: var(--white-smoke);
  margin-bottom: 5px;
  font-size: 34px;
}

.lh-h1.lh-h1-subtext.lh-h1-st-orange {
  color: var(--orange-red);
}

.lh-h1.lh-h1-subtext.lh-h1-st-blue {
  color: #4d86a8;
}

.lh-h1.lh-h1-subtext.lh-h1-pagetitle {
  color: var(--white-smoke);
  margin-bottom: 10px;
  font-weight: 600;
}

.lh-h1.lh-h1-cc {
  color: var(--white-smoke);
  letter-spacing: -2px;
  font-size: 70px;
  font-weight: 200;
}

.lh-h1.lh-h1-white {
  color: var(--white-smoke);
}

.lh-herobox {
  background-image: linear-gradient(75deg, #fff 72%, #ffffff75);
  position: absolute;
  inset: 0% 56% 0% 0%;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid.lh-g-nogutter {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white-smoke);
  border-radius: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.lh-spacer20 {
  clear: both;
  height: 20px;
}

.lh-spacer100 {
  height: 120px;
}

.lh-spacer100.lh-mobile {
  height: 100px;
}

.lh-h2 {
  color: var(--midnight-blue);
  letter-spacing: -2px;
  flex: 1;
  margin-top: 0;
  font-family: Crimson Pro, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 100%;
}

.lh-h2.lh-h2-white {
  color: #fff;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 200;
}

.lh-h2.lh-h2-blogtitle {
  color: var(--steel-blue);
  font-size: 48px;
  font-weight: 200;
  text-decoration: none;
}

.lh-h2.lh-h2-blogtitle.lh-h2-bt-white {
  color: var(--white-smoke);
  font-size: 40px;
}

.lh-h2.lh-h2-blogpagetitle {
  color: var(--steel-blue);
  margin-top: 1px;
  margin-bottom: 20px;
  font-size: 60px;
}

.lh-h2.lh-h2-smaller {
  margin-bottom: 20px;
  font-size: 56px;
}

.lh-h2.lh-h2-smaller.white {
  color: var(--white-smoke);
}

.lh-columnbox {
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.lh-columnbox.lh-borderlt {
  border-style: none none solid solid;
  border-width: 1px;
  border-color: black black var(--midnight-blue) var(--midnight-blue);
  justify-content: center;
  height: 90px;
  display: flex;
}

.lh-columnbox.lh-borderlt.lh-blt-nobottom {
  border-bottom-style: none;
  display: flex;
}

.lh-columnbox.lh-borderlt.lh-cb-logobox, .lh-columnbox.lh-borderlt.center {
  display: flex;
}

.lh-columnbox.lh-borderlt.lh-cb-alt {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image {
  width: 160px;
}

.lh-h3 {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 22px;
  line-height: 120%;
}

.lh-h3.lh-h3-blueright {
  color: var(--steel-blue);
  text-align: right;
  text-transform: none;
}

.lh-h3.lh-h3-centered {
  text-align: center;
}

.lh-h3.lh-h3-blue {
  clear: both;
  color: var(--steel-blue);
  margin-top: 0;
  display: inline-block;
}

.lh-svgicon {
  padding-left: 10px;
  padding-right: 10px;
}

.lh-svgicon.lh-svg-paddingtop {
  padding-top: 10px;
}

.lh-column.lh-c-grow {
  flex: 1;
}

.lh-column.lh-c-grow.lh-c-g-rightpadding {
  padding-right: 100px;
}

.lh-column.lh-c-leftborder {
  border-left: 1px solid var(--white-smoke);
  padding-left: 40px;
}

.lh-column.lh-c-box {
  background-color: var(--steel-blue);
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding: 40px 100px;
  display: flex;
}

.lh-column.lh-c-box.lh-c-box2 {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
}

.lh-column.lh-c-box.lh-c-box3 {
  background-color: var(--orange-red);
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.lh-column.lh-c-r31 {
  background-image: url('../images/05BE9CC3-10AF-4EFC-BD46-C95CAB559372.jpeg');
  background-position: 50%;
  background-size: cover;
}

.lh-column.lh-c-r32 {
  background-image: url('../images/Image4-R3-LH-0924v1.jpg');
  background-position: 50%;
  background-size: cover;
}

.lh-column.lh-c-r33 {
  background-image: url('../images/Image6-R3-LH-0924v1.jpg');
  background-position: 50%;
  background-size: cover;
}

.lh-column.lh-c-a1 {
  background-image: url('../images/AboutUs03-LH-0625v1.png');
  background-position: 50%;
  background-size: cover;
}

.lh-column.lh-c-a2 {
  background-image: url('../images/544849641_3251765518311363_5035161168814729209_n.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.lh-column.lh-c-a3 {
  background-image: url('../images/AboutUs05-LH-0625v1.jpg');
  background-position: 50%;
  background-size: cover;
}

.lh-featurebox {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.lh-featurebox.lh-fb-blue {
  background-color: var(--steel-blue);
  overflow: hidden;
}

.lh-featurebox.lh-fb-orange {
  background-color: var(--orange-red);
}

.lh-featurebox.lh-fb-white {
  background-color: #fff;
}

.lh-featurebox.lh-fb-tan {
  background-color: var(--white-smoke);
}

.lh-featurebox.lh-teammember {
  justify-content: center;
  align-items: flex-end;
  height: 400px;
  display: flex;
  position: relative;
}

.lh-featureimage {
  object-fit: cover;
  width: 100%;
  height: 380px;
}

.lh-featureimage.lh-blogimage {
  object-position: 50% 50%;
  height: 320px;
}

.lh-featureimage.lh-blogimage.lh-blogpage {
  object-position: 50% 50%;
  border: 1px solid #c5c5c5;
  height: 660px;
}

.lh-featureimage.lh-blogimage.lh-bi-home {
  border-radius: 10px;
  height: 270px;
  margin-bottom: 10px;
}

.lh-featureimage.lh-fi-small {
  height: 240px;
}

.lh-featurecontent {
  padding: 15px;
}

.lh-featuretext1 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
}

.lh-featuretext1.lh-ft-white {
  color: var(--midnight-blue);
}

.lh-featuretext1.lh-ft-blue {
  color: var(--steel-blue);
  text-align: center;
  border-radius: 12px;
  padding: 0;
  font-size: 38px;
  font-weight: 400;
  display: inline-block;
}

.lh-featuretext1.lh-ft-blue.alt {
  color: #919191;
}

.lh-featuretext1.lh-ft-blue.lh-ft-dash {
  color: var(--dark-slate-grey);
}

.lh-featuretext2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Crimson Pro, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 100%;
}

.lh-featuretext2.lh-ft-white {
  color: var(--midnight-blue);
  font-weight: 200;
}

.lh-flex {
  justify-content: space-between;
  align-items: center;
}

.lh-flex.lh-f-justified {
  width: 100%;
}

.lh-imagesquare {
  object-fit: cover;
  width: 100%;
  height: 320px;
  transition: opacity .15s;
}

.lh-imagesquare:hover {
  opacity: .9;
}

.lightbox-link {
  width: 100%;
}

.testimonialiconcolumn {
  width: 100px;
  position: relative;
}

.flex-block {
  display: flex;
}

.lh-testimonialicon {
  position: absolute;
  inset: -10px -10px auto auto;
}

.lh-testimonialicon.lh-ti-left {
  left: -10px;
  right: auto;
}

.lh-testimonialicon.lh-ti-normal {
  position: static;
}

.lh-testimonialimage {
  box-shadow: none;
  object-fit: contain;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.testimonialwrapper {
  text-align: right;
  flex: 1;
  padding-left: 0;
  padding-right: 40px;
}

.testimonialwrapper.padding {
  text-align: left;
  padding-left: 20px;
}

.testimonial-text {
  color: var(--midnight-blue);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.testimonial-text.lh-pagetitle {
  color: #b6b6b6;
  font-weight: 300;
}

.testimonial-text.lh-pagetitle.lh-pt-big {
  font-size: 25px;
}

.span {
  color: var(--orange-red);
}

.bold-text {
  margin-bottom: 20px;
  display: block;
}

.lh-grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lh-grid-4.lh-grid-nogutter {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link.link-white {
  text-decoration: underline;
}

.flex-block-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.lh-fullcontainer {
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.lh-fullcontainer.lh-fc-border {
  border-top: 1px solid #fff;
}

.image-2 {
  opacity: 1;
  width: 360px;
}

.slider {
  background-color: #0000;
  height: 400px;
  inset: auto 0% 0% auto;
}

.slide-nav {
  display: none;
}

.arrow {
  float: left;
  background-color: var(--orange-red);
  border-radius: 22px;
  width: 160px;
  height: 40px;
  margin-right: 10px;
  padding: 10px;
  font-size: 14px;
  transition: transform .2s;
  position: relative;
  inset: -42px auto 0%;
}

.arrow:hover {
  transform: scale(1.1);
}

.arrow.left {
  background-color: var(--midnight-blue);
  display: block;
  position: relative;
  top: -42px;
  left: 0;
}

.text-block-3 {
  font-weight: 700;
}

.lh-input {
  color: var(--steel-blue);
  border-radius: 24px;
  min-height: 48px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
}

.lh-input:focus {
  border: 1px solid var(--orange-red);
}

.lh-input::placeholder {
  color: #aaa;
  font-weight: 400;
}

.lh-input.lh-i-nomargin {
  margin-bottom: 0;
}

.flex-block-3 {
  grid-column-gap: 10px;
}

.mask {
  overflow: visible;
}

.smaller {
  color: var(--orange-red);
  font-size: 11px;
  font-weight: 700;
}

.lh-radiobutton {
  border: 1px solid var(--dark-slate-grey);
  border-radius: 10px;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lh-rb-button {
  z-index: 0;
  cursor: pointer;
  background-color: #fff;
  border-style: none;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

.lh-rb-button:hover {
  background-color: #e1f5f5;
}

.lh-rb-button.w--redirected-checked {
  color: #fff;
  background-color: #bae3e3;
}

.lh-rb-label {
  pointer-events: auto;
  color: var(--steel-blue);
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 110%;
  position: relative;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pagination {
  display: block;
}

._3-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bluebar {
  background-color: var(--orange-red);
  text-align: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
}

.bold-text-2, .link-2 {
  color: var(--white-smoke);
}

.slide-nav-2 {
  display: none;
}

.slider-2 {
  background-color: #0000;
  height: auto;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide-nav-3 {
  inset: auto 0% 0% auto;
}

.mask-2 {
  height: auto;
}

.lh-spacer50 {
  width: 100%;
  height: 50px;
}

.success-message {
  text-align: left;
  background-color: #0000;
  padding: 0;
}

.hacks-15_checkbox {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-right: 1rem;
}

.hacks-15_value-added {
  font-size: 2.5rem;
  line-height: 3.125rem;
}

.hacks-15_component {
  color: #fff;
}

.hacks-15_checkbox-label {
  margin-bottom: 0;
}

.hacks-15_checkbox-field {
  align-items: center;
  display: flex;
}

.hacks-15_value-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hacks-15_results {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hacks-15_form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.hacks-15_success {
  color: #000;
}

.example_block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #3e3e3e;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 3rem;
}

.hacks-15_panel {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #3e3e3e;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.lh-whiteroundedbox {
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 70px 40px 80px;
  display: flex;
}

.tableitemwrapper {
  width: 100%;
}

._4-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._4-grid._4-grid-home {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.checkbox-field {
  margin-top: 20px;
}

.estimatetextwrapper {
  flex: 1;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.estimatetextwrapper.dash {
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.estimatetextwrapper.etw-left {
  text-align: right;
}

.estimatetextwrapper.etw-right {
  text-align: left;
}

.modalwindowwrapper {
  z-index: 999;
  text-align: center;
  background-color: #333333c4;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.modalcontent {
  text-align: left;
  background-color: #fff;
  border-radius: 16px;
  width: 450px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 10px;
  position: relative;
}

.success-message-2 {
  background-color: #fff;
  font-size: 20px;
  line-height: 150%;
}

.html-embed {
  color: #bbb;
  cursor: pointer;
  width: 22px;
  height: 22px;
  position: absolute;
  inset: 14px 14px auto auto;
}

.link-block {
  text-decoration: none;
}

.lh-dividerline {
  border-bottom: 2px solid #cacaca;
}

.lh-dividerline.thin {
  border-bottom-width: 1px;
  border-bottom-color: #cacaca47;
}

.lh-blogcontent h1 {
  color: var(--steel-blue);
  letter-spacing: -3px;
  font-family: Crimson Pro, sans-serif;
  font-size: 70px;
  font-weight: 200;
}

.lh-blogcontent h2 {
  color: var(--steel-blue);
  letter-spacing: -2px;
  font-family: Crimson Pro, sans-serif;
  font-size: 50px;
  font-weight: 200;
}

.lh-blogcontent h3 {
  color: var(--steel-blue);
  font-size: 25px;
  font-weight: 400;
}

.lh-blogcontent p {
  font-size: 17px;
  line-height: 150%;
}

.lh-blogcontent li {
  margin-bottom: 10px;
  line-height: 160%;
}

.lh-blogcontent a {
  color: var(--orange-red);
}

.lh-h1-2 {
  color: #253540;
  letter-spacing: -6px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Crimson Pro, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 90%;
}

.lh-h1-2.lh-h1-subtext {
  color: #136fa7;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 110%;
}

.lh-h1-2.lh-h1-subtext.lh-h1-pagetitle {
  color: #eeeae7;
  margin-bottom: 10px;
  font-weight: 600;
}

.testimonial-text-2 {
  color: #253540;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.testimonial-text-2.lh-pagetitle {
  color: #b6b6b6;
  font-weight: 300;
}

.link-block-2 {
  width: 100%;
}

.lh-filterwrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.link-block-3 {
  color: var(--white-smoke);
}

.home-blog-thumbnail {
  object-fit: cover;
  border-radius: 10px;
  width: 130px;
  height: 130px;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.checkbox-2 {
  display: none;
}

.lh-filter-checkbutton {
  padding-left: 0;
}

.lh-cmsfilter-subcatwrapper {
  display: none;
}

._70column {
  flex: 1;
}

.image-3 {
  flex: 0 auto;
  width: 240px;
}

.lh-grid-weird {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contactwrapper {
  background-color: var(--white-smoke);
  margin-left: -40px;
  margin-right: -40px;
  padding: 40px;
}

.soft-label {
  font-weight: 400;
}

.lh-form-checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
}

.textarea {
  color: var(--dark-slate-grey);
  min-height: 120px;
}

.success-message-3 {
  color: var(--midnight-blue);
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: content-box;
  font-size: 20px;
  line-height: 140%;
}

.lh-grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lh-r3logolockup {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.lh-textcenter {
  text-align: center;
}

.lh-spacer10 {
  width: 100%;
  height: 10px;
}

.lhr3-h3 {
  letter-spacing: -2px;
  font-family: Crimson Pro, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 120%;
}

.image-4 {
  width: 160px;
  margin-right: 20px;
}

.image-5 {
  width: 130px;
}

.lh-textblue {
  color: var(--steel-blue);
}

.lh-textorange {
  color: var(--orange-red);
}

.lh-columnboxcontent {
  width: 100%;
  max-width: 500px;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lh-newslettercontainer {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.checkbox-label {
  color: var(--white-smoke);
  text-align: left;
}

.text-block-5 {
  color: var(--white-smoke);
}

.lh-cc-mapbanner {
  max-width: 1130px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lh-cc-topbanner {
  vertical-align: middle;
  margin-top: 5px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-4, .lh-flexhorizontal {
  display: flex;
}

.lh-flexhorizontal.lh-fh-cccallout, .lh-flexhorizontal.lh-fh-centered {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

._12-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.lh-fflogo {
  object-fit: contain;
  background-color: #fff;
  height: 100%;
  padding: 50px;
}

.link-block-4 {
  height: 100%;
}

.lh-img-rounded {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 10px;
  width: 90%;
  height: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 100%;
}

.lh-checkmark {
  width: 40px;
  margin-right: 20px;
}

.lh-flex-checkmark {
  justify-content: flex-start;
  align-items: center;
}

.lh-teamplate {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  position: absolute;
  inset: auto 20px 20px;
}

.lh-teampicture {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lh-flex-centerhorizontal {
  justify-content: flex-start;
  align-items: center;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  color: var(--orange-red);
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .lh-container {
    max-width: 728px;
  }

  .lh-container.lh-c-full {
    position: static;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .lh-navmenuwrapper {
    text-align: right;
    display: none;
  }

  .lh-navmenuwrapper.active {
    display: flex;
    flex-direction: column;
  }

  .lh-navlink {
    display: block;
  }

  .lh-button.b-contact {
    margin-top: 20px;
    margin-left: 10px;
  }

  .lh-section.lh-s-hero {
    background-image: linear-gradient(#fff, #fff), url('../images/HeroImage-LH-1223v1.jpg');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 60vh;
  }

  .lh-section.lh-nodesktop {
    display: block;
  }

  .lh-para.lh-p-lede.lh-p-left {
    margin-left: 10px;
  }

  .lh-para.lh-p-big {
    margin-left: 10px;
    font-size: 17px;
  }

  .lh-h1 {
    font-size: 80px;
  }

  .lh-herobox {
    width: 100%;
    display: none;
    position: static;
    right: 0%;
    transform: translate(0);
  }

  .grid {
    width: 100%;
  }

  .grid.lh-g-nogutter {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .lh-h2.lh-h2-white {
    line-height: 90%;
  }

  .lh-h3.lh-h3-centered {
    font-size: 17px;
  }

  .lh-column.lh-c-box {
    min-height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .lh-column.lh-c-r31, .lh-column.lh-c-r32, .lh-column.lh-c-r33, .lh-featureimage {
    height: 250px;
  }

  .lh-featuretext1 {
    font-size: 50px;
  }

  .lh-featuretext2 {
    font-size: 20px;
  }

  .lh-imagesquare {
    height: 240px;
  }

  .div-block {
    overflow: auto;
  }

  .testimonialiconcolumn {
    width: 90px;
    height: 200px;
  }

  .flex-block {
    align-items: center;
  }

  .lh-testimonialicon {
    display: none;
  }

  .lh-testimonialicon.lh-ti-normal {
    display: block;
  }

  .testimonialwrapper.padding {
    padding-left: 20px;
  }

  .testimonial-text {
    font-size: 16px;
  }

  .image-2 {
    display: none;
  }

  .lh-h1-2 {
    font-size: 80px;
  }

  .testimonial-text-2 {
    font-size: 16px;
  }

  .lh-columnboxcontent {
    max-width: 100%;
  }

  .container {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .lh-container.lh-c-full {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .lh-navigationcontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lh-navlogo {
    width: 150px;
  }

  .lh-button {
    padding: 8px 14px;
    font-size: 12px;
  }

  .lh-button.w--current {
    min-width: 140px;
  }

  .lh-button.submit {
    min-width: 140px;
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    bottom: -60px;
    left: auto;
    right: 0%;
  }

  .lh-button.b-blue {
    margin-left: 0;
    margin-right: 0;
  }

  .lh-button.b-nav {
    min-width: 140px;
    margin-left: 0;
  }

  .lh-section.lh-s-hero {
    background-image: none;
    background-position: 0 0;
    min-height: 30vh;
  }

  .lh-section.lh-s-hero.lh_sh-a {
    background-image: url('../images/AboutUs01-LH-0625v2.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .lh-section.lh-nodesktop {
    display: block;
  }

  .lh-para {
    font-size: 14px;
    line-height: 120%;
  }

  .lh-para.lh-p-lede {
    font-size: 14px;
  }

  .lh-para.lh-p-lede.lh-p-white {
    line-height: 28px;
  }

  .lh-para.lh-p-lede.lh-p-left {
    margin-left: 10px;
  }

  .lh-para.lh-p-big {
    margin-left: 10px;
    font-size: 17px;
  }

  .lh-para.lh-p-blogdate {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
  }

  .lh-h1 {
    letter-spacing: -2px;
    font-size: 60px;
  }

  .lh-h1.lh-h1-subtext {
    font-size: 23px;
  }

  .lh-h1.lh-h1-subtext.lh-h1-st-white {
    font-size: 20px;
  }

  .lh-h1.lh-h1-cc {
    font-size: 50px;
  }

  .lh-herobox {
    display: none;
  }

  .grid, .grid.lh-g-nogutter {
    width: 100%;
  }

  .lh-spacer20.lh-nomobile {
    display: none;
  }

  .lh-spacer100.lh-mobile {
    height: 60px;
  }

  .lh-h2, .lh-h2.lh-h2-white, .lh-h2.lh-h2-blogpagetitle {
    font-size: 50px;
  }

  .lh-columnbox.lh-borderlt {
    height: auto;
  }

  .lh-columnbox.lh-borderlt.lh-cb-logobox {
    display: none;
  }

  .lh-h3.lh-h3-blueright {
    font-size: 19px;
  }

  .lh-h3.lh-h3-centered {
    font-size: 15px;
  }

  .lh-svgicon, .lh-svgicon.lh-si-check {
    display: block;
  }

  .lh-column.lh-c-grow.lh-c-g-rightpadding {
    padding-right: 0;
  }

  .lh-column.lh-c-a1, .lh-column.lh-c-a2, .lh-column.lh-c-a3 {
    height: 300px;
  }

  .lh-featurebox.lh-teammember {
    height: 500px;
  }

  .lh-featureimage {
    height: 160px;
  }

  .lh-featureimage.lh-blogimage.lh-blogpage {
    height: 260px;
  }

  .lh-featuretext1 {
    font-size: 50px;
  }

  .lh-featuretext2 {
    font-size: 20px;
  }

  .lh-imagesquare {
    height: 170px;
  }

  .div-block {
    overflow: visible;
  }

  .testimonialiconcolumn {
    height: auto;
  }

  .flex-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .flex-block.flex-reverse {
    flex-direction: column-reverse;
  }

  .lh-testimonialicon.lh-ti-normal {
    display: block;
  }

  .testimonialwrapper {
    text-align: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonialwrapper.padding {
    padding-top: 20px;
    padding-left: 0;
  }

  .testimonial-text.lh-pagetitle.lh-pt-big {
    font-size: 18px;
  }

  .image-2 {
    display: none;
  }

  .slider {
    height: auto;
    padding-bottom: 60px;
  }

  .arrow {
    width: 140px;
    height: 36px;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .arrow.left {
    height: 36px;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .text-block-3 {
    display: inline;
  }

  .lh-input {
    min-height: 42px;
    font-size: 16px;
  }

  .flex-block-3 {
    flex-direction: column;
  }

  .slideflex {
    flex-direction: column-reverse;
  }

  .lh-radiobutton {
    height: auto;
  }

  .lh-rb-button {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lh-rb-label {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bluebar {
    font-size: 12px;
  }

  .example_block {
    padding: 1.5rem;
  }

  .lh-whiteroundedbox {
    flex-direction: column;
  }

  .lh-h1-2 {
    letter-spacing: -2px;
    font-size: 60px;
  }

  .lh-h1-2.lh-h1-subtext {
    font-size: 23px;
  }

  .contactwrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 30px 20px;
  }

  .success-message-3 {
    background-color: #ddd0;
  }

  .text-block-4 {
    color: var(--midnight-blue);
    line-height: 170%;
  }

  .lh-cc-mapbanner {
    width: 100%;
  }

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .hero-without-image, .gallery-overview {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .lh-container {
    max-width: none;
  }

  .lh-container.lh-c-full {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .lh-navigationcontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lh-navlogo {
    width: 130px;
  }

  .lh-button {
    min-width: 130px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .lh-button.submit {
    min-width: 120px;
    height: 36px;
    padding-bottom: 8px;
    bottom: -60px;
  }

  .lh-button.b-blue.b-reset {
    margin-right: 10px;
  }

  .lh-button.b-contact {
    margin-top: 20px;
  }

  .lh-section.lh-s-hero {
    background-image: none;
    background-position: 0 0;
    min-height: 40vh;
  }

  .lh-section.lh-s-hero.lh_sh-a {
    background-image: url('../images/AboutUs01-LH-0625v2.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .lh-section.lh-s-pagetitle {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .lh-para.lh-p-lede {
    font-size: 14px;
    line-height: 21px;
  }

  .lh-para.lh-p-lede.lh-p-left {
    margin-left: 0;
  }

  .lh-para.lh-p-lede.biglede {
    font-size: 16px;
    line-height: 26px;
  }

  .lh-para.lh-p-lede.biglede.orange {
    font-size: 20px;
    line-height: 30px;
  }

  .lh-para.lh-p-big {
    margin-left: 0;
    font-size: 16px;
  }

  .lh-h1 {
    font-size: 50px;
  }

  .lh-h1.lh-h1-subtext {
    font-size: 24px;
  }

  .lh-herobox {
    display: none;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .grid.lh-g-nogutter {
    border-radius: 20px;
    width: 100%;
  }

  .lh-h2.lh-h2-smaller {
    font-size: 40px;
  }

  .lh-columnbox.lh-borderlt {
    height: auto;
  }

  .lh-columnbox.lh-borderlt.lh-blt-nobottom.lh-cb-alt, .lh-columnbox.lh-borderlt.lh-cb-nomobile, .lh-columnbox.lh-borderlt.lh-cb-logobox, .lh-columnbox.lh-borderlt.center.lh-cb-alt {
    display: none;
  }

  .lh-h3.lh-h3-centered {
    font-size: 14px;
  }

  .lh-svgicon {
    display: block;
  }

  .lh-svgicon.lh-si-check {
    padding-left: 0;
    padding-right: 0;
  }

  .lh-column.lh-c-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lh-featurebox.lh-teammember {
    height: 300px;
  }

  .lh-featureimage {
    height: 320px;
  }

  .lh-featuretext1 {
    font-size: 50px;
  }

  .lh-flex.lh-f-justified {
    flex-direction: column;
  }

  .lh-imagesquare {
    height: 130px;
  }

  .testimonialiconcolumn {
    height: auto;
  }

  .lh-testimonialicon.lh-ti-normal {
    display: block;
  }

  .lh-grid-4 {
    width: 100%;
  }

  .arrow {
    width: 120px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .bluebar {
    padding: 10px 20px;
    font-size: 12px;
  }

  .slide-nav-3 {
    inset: auto auto 0% 0%;
  }

  .lh-spacer50.lh-mobile {
    height: 30px;
  }

  .hacks-15_checkbox {
    flex: none;
  }

  .hacks-15_results {
    grid-template-columns: 1fr;
  }

  .hacks-15_form {
    flex-direction: column;
    align-items: center;
  }

  .example_block {
    padding: 1.5rem;
  }

  .hacks-15_panel {
    margin-right: 0;
    padding: 1rem;
  }

  .lh-whiteroundedbox {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lh-fullimage, .collection-list-wrapper, ._4-grid, ._4-grid._4-grid-home {
    width: 100%;
  }

  .lh-h1-2 {
    font-size: 50px;
  }

  .lh-h1-2.lh-h1-subtext {
    font-size: 24px;
  }

  .home-blog-thumbnail {
    width: 100%;
  }

  .contactwrapper {
    margin-left: -20px;
    margin-right: -20px;
  }

  .lhr3-h3 {
    font-size: 30px;
  }

  .image-5 {
    display: none;
  }

  .form, .lh-flexhorizontal.lh-fh-centered {
    flex-flow: column;
  }

  .container {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }
}

#w-node-de32d024-f67a-5a44-2df7-7a7fba28b702-cb7ce0e3 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-f6039a64-52c4-fe50-2f2d-759c7016e7e7-cb7ce0e3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-de28bb42-9805-f438-f4ee-3f68ff93b811-cb7ce0e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c2281a2-c9e0-e2e6-cc81-49731bcfec9f-cb7ce0e3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5f222518-7b01-b6ee-5c91-c0067091b2f2-cb7ce0e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5871f3a8-336e-8d39-cecc-0a694ad3f073-cb7ce0e3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3a238de7-2258-e254-11ee-ca38765b4174-cb7ce0e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_423d7b15-5d1f-9026-086c-12b0168fc79a-cb7ce0e3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f180e6a6-d569-a337-6107-593bdf538795-cb7ce0e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7eb056d0-0fa3-96d3-f8e6-c8ea2613ec9d-cb7ce0e3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-af86c93e-e91d-2d17-ec7f-95d034c7c048-cb7ce0e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5b9a1a59-660f-957f-7bc4-d367699b3aae-cb7ce0e3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d4457960-3637-c455-da12-d03917f2c3d0-cb7ce0e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0258124f-9a7b-a6ca-b031-8feb2344bc15-cb7ce0e3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_370015eb-567e-2176-4a0c-ee2b2de46802-cb7ce0e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b6d4698b-98f9-5a50-b8cf-94c7c836c5ee-cb7ce0e3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-dd00b54f-cc32-4301-633d-632c7b8edbde-cb7ce0e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a39d3128-8d5f-2e96-1aff-adeb742d277e-cb7ce0e3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_79aee84e-c143-a6cf-9c69-dab5a6bdb767-cb7ce0e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48ac0864-b837-fefc-9ac9-31a8f1df16dc-cb7ce0e3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d711dda8-231d-5d30-62eb-4675e62ceb36-cb7ce0e3, #w-node-cd1586ad-03a0-e29e-7146-a9e620746985-cb7ce0e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_283c8fd2-387b-c74d-c653-ab18c730f3f7-cb7ce0e3 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-_72e5d1a1-282c-e7e5-20bc-358c6ae7d8e9-cb7ce0e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_85b2daa9-0d37-d843-349f-46403fdc5d5e-cb7ce0e3 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  align-self: start;
}

#w-node-_7fcd0e3e-f6f5-d321-a1b8-ebc24e140c38-cb7ce0e3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: end;
}

#w-node-_620cf7de-3902-2b2f-a8f6-a964b18b9be2-cb7ce0e3, #w-node-_620cf7de-3902-2b2f-a8f6-a964b18b9bec-cb7ce0e3, #w-node-_620cf7de-3902-2b2f-a8f6-a964b18b9bf6-cb7ce0e3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4ef38472-f167-b540-4c32-a3b46125f8f4-cb7ce0e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7fd7c9a-70e9-b999-b37b-b34c0a4ce973-cb7ce0e3, #w-node-_87d7fd32-525c-aad1-2597-15746a02878e-cb7ce0e3, #w-node-_9a54ef86-c99d-7706-e4eb-d09e3ae269c9-cb7ce0e3, #w-node-e696c0bd-ab6a-305b-d817-1d1e34f6e12c-cb7ce0e3, #w-node-cce42445-1b73-7853-6e69-933c14ec422a-cb7ce0e3, #w-node-cce42445-1b73-7853-6e69-933c14ec4231-cb7ce0e3, #w-node-cce42445-1b73-7853-6e69-933c14ec4238-cb7ce0e3, #w-node-ab33d83c-d85a-11bb-020d-44b06720408f-cb7ce0e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_79895b72-b2c3-d973-b170-c893a0588b2e-cb7ce0e3, #w-node-_79895b72-b2c3-d973-b170-c893a0588b35-cb7ce0e3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a7087dab-a1ad-1b02-4512-0c7044f556a1-44f5569a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_371373a2-f84d-be7e-f892-de389af00360-44f5569a {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a7087dab-a1ad-1b02-4512-0c7044f556aa-44f5569a, #w-node-a7087dab-a1ad-1b02-4512-0c7044f556b2-44f5569a, #w-node-ad05c8f3-0c08-e454-9132-85edf00c6646-44f5569a, #w-node-a7087dab-a1ad-1b02-4512-0c7044f556ba-44f5569a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_473381a0-881d-3763-eac9-4e9d928fe70d-8e23e3fd {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_473381a0-881d-3763-eac9-4e9d928fe717-8e23e3fd {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-_695b9ddd-365d-f47e-8f85-acba5af521e4-4d8e1fe6, #w-node-c6385597-afb2-4010-bd21-ec175d0eb439-4d8e1fe6, #w-node-f47e5d37-5c21-6f2f-cc2a-251e27de7e5d-4d8e1fe6, #w-node-_97af6917-b65a-e7e2-411a-2e078b0aaa4a-4d8e1fe6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_17d969ef-6d41-5d64-9f72-4968ad211f50-35b2b2ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-e5e3012c-05f4-ab07-15b0-240a97b93b27-35b2b2ed, #w-node-_2027fcb9-996d-bfa3-9744-fa1ce88b8813-35b2b2ed, #w-node-a31f1ba0-68cd-9e87-2960-be1cd6fab97a-35b2b2ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8bde648a-da39-21d6-4aa0-aba66274fec2-35b2b2ed, #w-node-_8bde648a-da39-21d6-4aa0-aba66274fecc-35b2b2ed {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8bde648a-da39-21d6-4aa0-aba66274fed6-35b2b2ed {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-a420d759-6997-b382-01e1-53b83e8831ba-35b2b2ed {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a420d759-6997-b382-01e1-53b83e8831c0-35b2b2ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a420d759-6997-b382-01e1-53b83e8831c2-35b2b2ed {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a420d759-6997-b382-01e1-53b83e8831c8-35b2b2ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a420d759-6997-b382-01e1-53b83e8831fa-35b2b2ed {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a420d759-6997-b382-01e1-53b83e883200-35b2b2ed, #w-node-_6f91f7d5-46e1-f04f-e024-f9022c62bdc7-35b2b2ed, #w-node-_6f91f7d5-46e1-f04f-e024-f9022c62bdcb-35b2b2ed, #w-node-_6f91f7d5-46e1-f04f-e024-f9022c62bdcf-35b2b2ed, #w-node-_6f91f7d5-46e1-f04f-e024-f9022c62bdd3-35b2b2ed {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6f91f7d5-46e1-f04f-e024-f9022c62bdfc-35b2b2ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f51b7287-befb-fc9e-391b-37c06cff2570-987aa970, #w-node-f51b7287-befb-fc9e-391b-37c06cff25ae-987aa970, #w-node-_23cce10d-dd62-bc64-3663-a5f2697ced9b-987aa970, #w-node-_23cce10d-dd62-bc64-3663-a5f2697ceda0-987aa970 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_856b9c27-e2a2-656f-8fee-1d9c98a63bea-98c6a3ec, #w-node-e5403f4c-87b2-dde4-ad9f-8c3f990deb11-98c6a3ec, #w-node-e5403f4c-87b2-dde4-ad9f-8c3f990deb10-98c6a3ec, #w-node-a31f1ba0-68cd-9e87-2960-be1cd6fab97a-98c6a3ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_17d969ef-6d41-5d64-9f72-4968ad211f50-98c6a3ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_530adf4d-217d-a510-c4e3-88453e643afe-98c6a3ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-_530adf4d-217d-a510-c4e3-88453e643afd-98c6a3ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8bde648a-da39-21d6-4aa0-aba66274fec2-98c6a3ec, #w-node-_55d6600c-67b8-a9c6-2eac-ac67f8f02f1e-98c6a3ec, #w-node-fa039260-1c09-4b56-0ffa-88f03043d5f6-98c6a3ec, #w-node-_2a91ebf0-9186-d199-aaa9-d365c60a7329-98c6a3ec, #w-node-_911dd7a9-1e5d-faec-5ecb-e228274ff09b-98c6a3ec, #w-node-_5be76852-a4c5-67fd-0200-f7aee21aeb58-98c6a3ec, #w-node-_9f28e79f-42d6-e54d-57b9-af74827a71b8-98c6a3ec, #w-node-e31b60d3-a0e2-9261-e0f0-565e1ff13dd5-98c6a3ec {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_23b40e92-e1a3-d6bc-57df-61c058669d82-98c6a3ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-de32d024-f67a-5a44-2df7-7a7fba28b702-cb7ce0e3 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_0928ebe5-6eab-818e-876c-74c5f94af60f-cb7ce0e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_17d969ef-6d41-5d64-9f72-4968ad211f50-35b2b2ed {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-a31f1ba0-68cd-9e87-2960-be1cd6fab97a-35b2b2ed {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e5403f4c-87b2-dde4-ad9f-8c3f990deb11-98c6a3ec {
    grid-area: 2 / 1 / 2 / 5;
  }

  #w-node-e5403f4c-87b2-dde4-ad9f-8c3f990deb10-98c6a3ec, #w-node-a31f1ba0-68cd-9e87-2960-be1cd6fab97a-98c6a3ec {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_17d969ef-6d41-5d64-9f72-4968ad211f50-98c6a3ec {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_530adf4d-217d-a510-c4e3-88453e643afe-98c6a3ec {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto;
  }

  #w-node-_530adf4d-217d-a510-c4e3-88453e643afd-98c6a3ec {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-de32d024-f67a-5a44-2df7-7a7fba28b702-cb7ce0e3 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-f6039a64-52c4-fe50-2f2d-759c7016e7e7-cb7ce0e3 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7c2281a2-c9e0-e2e6-cc81-49731bcfec9f-cb7ce0e3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_5f222518-7b01-b6ee-5c91-c0067091b2f2-cb7ce0e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5871f3a8-336e-8d39-cecc-0a694ad3f073-cb7ce0e3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_3a238de7-2258-e254-11ee-ca38765b4174-cb7ce0e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_423d7b15-5d1f-9026-086c-12b0168fc79a-cb7ce0e3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-f180e6a6-d569-a337-6107-593bdf538795-cb7ce0e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7eb056d0-0fa3-96d3-f8e6-c8ea2613ec9d-cb7ce0e3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-af86c93e-e91d-2d17-ec7f-95d034c7c048-cb7ce0e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5b9a1a59-660f-957f-7bc4-d367699b3aae-cb7ce0e3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-d4457960-3637-c455-da12-d03917f2c3d0-cb7ce0e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0258124f-9a7b-a6ca-b031-8feb2344bc15-cb7ce0e3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_370015eb-567e-2176-4a0c-ee2b2de46802-cb7ce0e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b6d4698b-98f9-5a50-b8cf-94c7c836c5ee-cb7ce0e3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-dd00b54f-cc32-4301-633d-632c7b8edbde-cb7ce0e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a39d3128-8d5f-2e96-1aff-adeb742d277e-cb7ce0e3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_79aee84e-c143-a6cf-9c69-dab5a6bdb767-cb7ce0e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_48ac0864-b837-fefc-9ac9-31a8f1df16dc-cb7ce0e3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-d711dda8-231d-5d30-62eb-4675e62ceb36-cb7ce0e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd1586ad-03a0-e29e-7146-a9e620746985-cb7ce0e3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_283c8fd2-387b-c74d-c653-ab18c730f3f7-cb7ce0e3 {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: center;
  }

  #w-node-_72e5d1a1-282c-e7e5-20bc-358c6ae7d8e9-cb7ce0e3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_85b2daa9-0d37-d843-349f-46403fdc5d5e-cb7ce0e3 {
    grid-area: span 1 / span 9 / span 1 / span 9;
    align-self: center;
  }

  #w-node-_7fcd0e3e-f6f5-d321-a1b8-ebc24e140c38-cb7ce0e3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: end;
  }

  #w-node-_620cf7de-3902-2b2f-a8f6-a964b18b9be2-cb7ce0e3, #w-node-_620cf7de-3902-2b2f-a8f6-a964b18b9bec-cb7ce0e3, #w-node-_620cf7de-3902-2b2f-a8f6-a964b18b9bf6-cb7ce0e3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a7087dab-a1ad-1b02-4512-0c7044f556a1-44f5569a, #w-node-_371373a2-f84d-be7e-f892-de389af00360-44f5569a, #w-node-a7087dab-a1ad-1b02-4512-0c7044f556aa-44f5569a, #w-node-a7087dab-a1ad-1b02-4512-0c7044f556b2-44f5569a, #w-node-ad05c8f3-0c08-e454-9132-85edf00c6646-44f5569a, #w-node-a7087dab-a1ad-1b02-4512-0c7044f556ba-44f5569a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_473381a0-881d-3763-eac9-4e9d928fe70d-8e23e3fd {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_473381a0-881d-3763-eac9-4e9d928fe717-8e23e3fd {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: center;
  }

  #w-node-_8bde648a-da39-21d6-4aa0-aba66274fec2-35b2b2ed, #w-node-_8bde648a-da39-21d6-4aa0-aba66274fecc-35b2b2ed {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_8bde648a-da39-21d6-4aa0-aba66274fed6-35b2b2ed {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: stretch;
  }

  #w-node-a420d759-6997-b382-01e1-53b83e8831ba-35b2b2ed {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-a420d759-6997-b382-01e1-53b83e8831c0-35b2b2ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a420d759-6997-b382-01e1-53b83e8831c2-35b2b2ed {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-a420d759-6997-b382-01e1-53b83e8831c8-35b2b2ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a420d759-6997-b382-01e1-53b83e8831fa-35b2b2ed {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-a420d759-6997-b382-01e1-53b83e883200-35b2b2ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_668dcf60-7796-d74a-5357-a44737d1cd40-987aa970, #w-node-_799ef639-e309-d5fc-bace-e4348fdb3c0a-987aa970, #w-node-d1576889-e93e-1ee4-12cd-8c60d6b6e7f2-987aa970 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f51b7287-befb-fc9e-391b-37c06cff2570-987aa970, #w-node-f51b7287-befb-fc9e-391b-37c06cff25ae-987aa970, #w-node-_23cce10d-dd62-bc64-3663-a5f2697ced9b-987aa970, #w-node-_23cce10d-dd62-bc64-3663-a5f2697ceda0-987aa970 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_856b9c27-e2a2-656f-8fee-1d9c98a63bea-98c6a3ec, #w-node-c3706f57-45f8-f0aa-b223-03f261afc41e-98c6a3ec {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8bde648a-da39-21d6-4aa0-aba66274fec2-98c6a3ec, #w-node-_55d6600c-67b8-a9c6-2eac-ac67f8f02f1e-98c6a3ec, #w-node-fa039260-1c09-4b56-0ffa-88f03043d5f6-98c6a3ec, #w-node-_2a91ebf0-9186-d199-aaa9-d365c60a7329-98c6a3ec, #w-node-_911dd7a9-1e5d-faec-5ecb-e228274ff09b-98c6a3ec, #w-node-_5be76852-a4c5-67fd-0200-f7aee21aeb58-98c6a3ec, #w-node-_9f28e79f-42d6-e54d-57b9-af74827a71b8-98c6a3ec, #w-node-e31b60d3-a0e2-9261-e0f0-565e1ff13dd5-98c6a3ec {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }
}

@media screen and (max-width: 479px) {
  #w-node-de32d024-f67a-5a44-2df7-7a7fba28b702-cb7ce0e3, #w-node-f6039a64-52c4-fe50-2f2d-759c7016e7e7-cb7ce0e3, #w-node-de28bb42-9805-f438-f4ee-3f68ff93b811-cb7ce0e3 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7c2281a2-c9e0-e2e6-cc81-49731bcfec9f-cb7ce0e3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_5f222518-7b01-b6ee-5c91-c0067091b2f2-cb7ce0e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5871f3a8-336e-8d39-cecc-0a694ad3f073-cb7ce0e3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_3a238de7-2258-e254-11ee-ca38765b4174-cb7ce0e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_423d7b15-5d1f-9026-086c-12b0168fc79a-cb7ce0e3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-f180e6a6-d569-a337-6107-593bdf538795-cb7ce0e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7eb056d0-0fa3-96d3-f8e6-c8ea2613ec9d-cb7ce0e3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-af86c93e-e91d-2d17-ec7f-95d034c7c048-cb7ce0e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5b9a1a59-660f-957f-7bc4-d367699b3aae-cb7ce0e3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-d4457960-3637-c455-da12-d03917f2c3d0-cb7ce0e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0258124f-9a7b-a6ca-b031-8feb2344bc15-cb7ce0e3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_370015eb-567e-2176-4a0c-ee2b2de46802-cb7ce0e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b6d4698b-98f9-5a50-b8cf-94c7c836c5ee-cb7ce0e3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-dd00b54f-cc32-4301-633d-632c7b8edbde-cb7ce0e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a39d3128-8d5f-2e96-1aff-adeb742d277e-cb7ce0e3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_79aee84e-c143-a6cf-9c69-dab5a6bdb767-cb7ce0e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_48ac0864-b837-fefc-9ac9-31a8f1df16dc-cb7ce0e3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-d711dda8-231d-5d30-62eb-4675e62ceb36-cb7ce0e3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_283c8fd2-387b-c74d-c653-ab18c730f3f7-cb7ce0e3 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_85b2daa9-0d37-d843-349f-46403fdc5d5e-cb7ce0e3 {
    order: 9999;
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7fcd0e3e-f6f5-d321-a1b8-ebc24e140c38-cb7ce0e3 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    justify-self: start;
  }

  #w-node-_620cf7de-3902-2b2f-a8f6-a964b18b9be2-cb7ce0e3, #w-node-_620cf7de-3902-2b2f-a8f6-a964b18b9bec-cb7ce0e3, #w-node-_620cf7de-3902-2b2f-a8f6-a964b18b9bf6-cb7ce0e3 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_4ef38472-f167-b540-4c32-a3b46125f8f6-cb7ce0e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a7087dab-a1ad-1b02-4512-0c7044f556a1-44f5569a, #w-node-_371373a2-f84d-be7e-f892-de389af00360-44f5569a, #w-node-a7087dab-a1ad-1b02-4512-0c7044f556aa-44f5569a, #w-node-a7087dab-a1ad-1b02-4512-0c7044f556b2-44f5569a, #w-node-ad05c8f3-0c08-e454-9132-85edf00c6646-44f5569a, #w-node-a7087dab-a1ad-1b02-4512-0c7044f556ba-44f5569a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_473381a0-881d-3763-eac9-4e9d928fe70d-8e23e3fd, #w-node-_473381a0-881d-3763-eac9-4e9d928fe717-8e23e3fd {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-d2965c62-dc54-7e4e-f0ec-b83c1e990045-1c3b593f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_695b9ddd-365d-f47e-8f85-acba5af521e4-4d8e1fe6, #w-node-c6385597-afb2-4010-bd21-ec175d0eb439-4d8e1fe6, #w-node-f47e5d37-5c21-6f2f-cc2a-251e27de7e5d-4d8e1fe6, #w-node-_97af6917-b65a-e7e2-411a-2e078b0aaa4a-4d8e1fe6 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_53ffb935-6cd8-9137-dda7-8052bd37b654-4d8e1fe6, #w-node-_5dff62be-2e7f-6aa7-f18b-302b83091f79-4d8e1fe6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e5e3012c-05f4-ab07-15b0-240a97b93b27-35b2b2ed {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8bde648a-da39-21d6-4aa0-aba66274fec2-35b2b2ed, #w-node-_8bde648a-da39-21d6-4aa0-aba66274fecc-35b2b2ed, #w-node-_8bde648a-da39-21d6-4aa0-aba66274fed6-35b2b2ed, #w-node-a420d759-6997-b382-01e1-53b83e8831ba-35b2b2ed, #w-node-a420d759-6997-b382-01e1-53b83e8831c0-35b2b2ed, #w-node-a420d759-6997-b382-01e1-53b83e8831c2-35b2b2ed, #w-node-a420d759-6997-b382-01e1-53b83e8831c8-35b2b2ed, #w-node-a420d759-6997-b382-01e1-53b83e8831fa-35b2b2ed, #w-node-a420d759-6997-b382-01e1-53b83e883200-35b2b2ed {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_6f91f7d5-46e1-f04f-e024-f9022c62bdc7-35b2b2ed, #w-node-_6f91f7d5-46e1-f04f-e024-f9022c62bdcb-35b2b2ed, #w-node-_6f91f7d5-46e1-f04f-e024-f9022c62bdcf-35b2b2ed, #w-node-_6f91f7d5-46e1-f04f-e024-f9022c62bdd3-35b2b2ed {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6f91f7d5-46e1-f04f-e024-f9022c62bdfc-35b2b2ed {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8bde648a-da39-21d6-4aa0-aba66274fec2-98c6a3ec, #w-node-_55d6600c-67b8-a9c6-2eac-ac67f8f02f1e-98c6a3ec, #w-node-fa039260-1c09-4b56-0ffa-88f03043d5f6-98c6a3ec, #w-node-_2a91ebf0-9186-d199-aaa9-d365c60a7329-98c6a3ec, #w-node-_911dd7a9-1e5d-faec-5ecb-e228274ff09b-98c6a3ec, #w-node-_5be76852-a4c5-67fd-0200-f7aee21aeb58-98c6a3ec, #w-node-_9f28e79f-42d6-e54d-57b9-af74827a71b8-98c6a3ec, #w-node-e31b60d3-a0e2-9261-e0f0-565e1ff13dd5-98c6a3ec {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_23b40e92-e1a3-d6bc-57df-61c058669d82-98c6a3ec {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


