:root {
  --mainred: #e53b35;
  --firebrick: #af0207;
  --white-smoke: #edeff2;
  --total-white: var(--white-smoke);
  --gr1: #fdd524;
  --gr2: #f1f511;
  --black: var(--white-smoke);
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

h3 {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Alumni Sans;
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
}

h4 {
  color: #000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Alumni Sans;
  font-size: 26px;
  font-weight: 400;
  line-height: 24px;
}

.sec {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sec.allrightsreserved {
  padding-top: 0;
  padding-bottom: 0;
}

.sec.mt72 {
  margin-top: 72px;
}

.cw {
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sectionunit {
  -webkit-text-stroke-color: #e9ebef;
}

.sectionunit.mapsection {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.h1 {
  color: #000;
  text-align: center;
  letter-spacing: -.5px;
  text-transform: none;
  max-width: 960px;
  margin: 0 auto;
  font-family: Rubik, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 114%;
}

.h1.mt24 {
  margin-top: 24px;
}

.button {
  background-color: var(--mainred);
  text-align: center;
  letter-spacing: .4px;
  text-transform: none;
  border-radius: 999px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  max-width: 300px;
  padding: 20px 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.button:hover {
  background-color: var(--firebrick);
}

.button.phonebutton {
  background-color: #000;
}

.button.phonebutton.centeredbutton {
  margin-left: auto;
  margin-right: auto;
}

.button.phonebutton.centeredbutton.mt48 {
  margin-top: 48px;
}

.button.centeredbutton {
  margin-left: auto;
  margin-right: auto;
}

.button.black {
  background-color: #000;
}

.button.black:hover {
  background-color: #2d2f31;
}

.contactstext {
  text-align: center;
  background-color: #f5f5f500;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 8px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.heroutpwrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  display: flex;
}

.h2 {
  color: #000;
  text-transform: none;
  max-width: 1200px;
  margin-bottom: 24px;
  font-family: Rubik, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 122%;
}

.h2.textaligncentered {
  text-align: center;
  text-transform: none;
  max-width: 1030px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  line-height: 130%;
}

.h2.textaligncentered.mb24, .h2.mb24 {
  margin-bottom: 24px;
}

.h2.smallh2 {
  font-size: 30px;
}

.sectionsubheading {
  color: #afafaf;
  letter-spacing: .5em;
  margin-bottom: 48px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.sectionsubheading.textaligncentered {
  text-align: center;
  letter-spacing: .3em;
  margin-bottom: 36px;
}

.advcardswrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h3box {
  object-fit: fill;
  background-color: #edeff200;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  min-width: auto;
  min-height: auto;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.h3 {
  color: #000;
  text-align: left;
  margin-bottom: 12px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.h3.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.advcard {
  background-color: #edeff2;
  border-radius: 30px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 32%;
  max-width: 1000px;
  height: auto;
  padding: 0 0 16px;
  display: flex;
}

.hall-img {
  object-fit: cover;
  border-radius: 30px;
  flex: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 12px;
  display: block;
}

.herosubheading {
  color: #000;
  text-align: center;
  max-width: 800px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  display: block;
}

.herosubtext {
  color: #020202;
  text-align: center;
  letter-spacing: 0;
  background-color: #edeff280;
  border-radius: 999px;
  margin-bottom: 6px;
  margin-right: 8px;
  padding: 12px 24px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.herosubtext.white {
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.picswrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #edeff2;
  border-radius: 30px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  padding: 24px 24px 48px;
  display: grid;
}

.consultingwrapper {
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.contactitem {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.contactsicon {
  width: 24px;
  margin-bottom: 16px;
}

.mapembedwrapper {
  flex: 1;
  overflow: hidden;
}

.bottomtext {
  color: #b8b8b8;
  text-align: center;
  padding: 16px 0;
  font-weight: 300;
}

.descrcard {
  background-color: #ffffff80;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.larixfootergraylogo {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}

.navbutwrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.navbutwrapper.mt24 {
  display: none;
}

.heroutpunit {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  margin-top: 16px;
  margin-bottom: 24px;
  display: flex;
}

.backlink {
  color: #000;
  background-image: url('../images/back-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  width: 100%;
  margin-bottom: 36px;
  padding-left: 56px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.backlink:hover {
  color: var(--mainred);
  font-weight: 400;
}

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

.galleryll {
  width: 100%;
  height: auto;
  position: relative;
}

.galleryllimg {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 390px;
  display: flex;
}

._404image {
  max-width: 50%;
}

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

.saletext {
  color: #222121;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 48px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.saletext.alignright {
  text-align: left;
}

.p {
  max-width: 920px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.policyh2 {
  color: #000;
  text-transform: none;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 140%;
}

.policyh1 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 48px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
}

.redspan {
  color: #e53b35;
}

.piccounter {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-color: #00000080;
  background-clip: border-box;
  border-radius: 10px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 8px 12px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.picname {
  color: #fff;
  line-height: 14px;
}

.itemwrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.art {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-color: #ffffff80;
  background-clip: border-box;
  border-radius: 10px;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 0;
  padding: 8px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.picart {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.descrtext {
  color: #000;
  text-align: left;
  max-width: 800px;
  margin: 0 auto 0 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.servicetext {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.servicetext.attentiontext {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
}

.descriptionunit {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.item {
  color: #535353;
  font-weight: 300;
}

.value {
  color: #000;
}

.descritem {
  justify-content: space-between;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.cardstatus {
  z-index: 10;
  background-color: var(--mainred);
  color: #fff;
  border-radius: 10px;
  padding: 4px 12px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cardstatus.free {
  background-color: #0e9c04;
}

.yellowspan {
  background-color: #ffe100d4;
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

.trendimg {
  width: 90%;
  max-width: none;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h4 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.herobuttonsunit {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.herobuttonsunit.tp36 {
  margin-top: 36px;
}

.cardnumbers {
  z-index: 1;
  color: #0003;
  padding-top: 16px;
  padding-right: 16px;
  font-size: 30px;
  font-weight: 200;
  line-height: 30px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.herowrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  display: flex;
}

.maincontainer {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.navcont {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0000001a;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 8px;
  display: flex;
}

.navigationbar {
  background-color: #fff;
  display: flex;
}

.imgdscr {
  color: #333333b3;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.utpunit {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  margin-top: 16px;
  margin-bottom: 36px;
  display: flex;
}

.heroimg {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heroimg.mobile {
  display: none;
}

.headerlogo {
  max-width: 100px;
}

.greywrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -webkit-text-stroke-color: #e9ebef;
  background-color: #edeff2;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding: 36px;
  display: flex;
}

.leftunit {
  flex-flow: column;
  display: flex;
}

.videowrapper {
  text-align: center;
  background-color: #ffffffba;
  border-radius: 16px;
  width: 100%;
  max-width: 900px;
  /* min-height: 400px; */
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.rightunit {
  background-color: #fff;
  border-radius: 24px;
  padding-top: 24px;
}

.mapembed {
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contactswrapper {
  background-color: #edeff2;
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  padding: 36px 36px 48px;
  display: flex;
}

.image-5 {
  border-radius: 16px;
  width: 100%;
  margin-bottom: 24px;
}

.steptext {
  color: var(--mainred);
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.roadmapcard {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #edeff280;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 24px 40px;
  display: flex;
}

.roadmapcardsunit {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.consultingunit {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navlink {
  color: #000;
  padding: 24px 14px 10px;
  font-size: 15px;
  font-weight: 700;
}

.navlink:hover {
  color: #e53b36;
}

.navlink:active {
  color: #e53b36cc;
}

.navlink.w--current {
  color: #e53b35;
}

.ctawrapper {
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: auto;
  padding: 36px;
  display: flex;
}

.botbutton {
  text-align: center;
  letter-spacing: .4px;
  text-transform: none;
  background-color: #000;
  background-image: url('../images/tg-icon.svg');
  background-position: 30px;
  background-repeat: no-repeat;
  background-size: auto 24px;
  border-radius: 999px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  max-width: 300px;
  padding: 20px 12px 20px 48px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.botbutton:hover {
  background-color: #039be5;
}

.header {
  z-index: 1000;
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.caseswrapper {
  background-color: #edeff2;
  border-radius: 24px;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  padding: 36px;
  display: flex;
  position: relative;
}

.contenttagsunit {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.conscard {
  background-color: #edeff2;
  border-radius: 30px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 49%;
  max-width: 1000px;
  height: auto;
  padding: 12px 12px 20px;
  display: flex;
}

.consimg {
  border-radius: 24px;
}

.arrowspan {
  font-size: 24px;
  line-height: 0;
}

.popup {
  z-index: 2000;
  opacity: 0;
  background-color: #6b7a99b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.closelink {
  background-color: #fff;
  background-image: url('../images/close-link-larix.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 999px;
  width: 30px;
  height: 30px;
  margin-top: 32px;
  margin-right: 32px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.closelink:hover {
  background-color: #eeebeb;
}

.closelink:active {
  opacity: .5;
}

.upbutton {
  z-index: 200;
  opacity: 1;
  background-color: #ebebeb;
  background-image: url('../images/up.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 999px;
  width: 48px;
  height: 48px;
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 40px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 0 6px #0000001a;
}

.upbutton:hover {
  background-color: #dfdede;
}

.upbutton:active {
  opacity: .5;
}

.seoh3 {
  text-align: left;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.seoh4 {
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.seop {
  color: #444;
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.arvideo {
  z-index: 10;
  border-radius: 16px;
  width: 300px;
}

.arvideowrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  min-height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.policyh3 {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.policyfooterlink {
  color: #e53b35;
  text-align: center;
  text-decoration: none;
}

.policyfooterlink:hover {
  color: #000;
  text-decoration: underline;
}

.policyfooterlink:active {
  opacity: .5;
}

.footerunit {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #f0f0f0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.herologo {
  max-width: 140px;
  display: none;
}

.videoarrowwrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 30% 3% auto auto;
}

.videoarrow {
  width: 50px;
  max-width: none;
  margin-bottom: 13px;
}

.videoarrowtext {
  color: #e53b35;
  margin-bottom: 20px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.navbut {
  text-align: center;
  letter-spacing: .4px;
  text-transform: none;
  background-color: #000;
  border-radius: 999px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  padding: 16px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: all .3s;
  display: flex;
}

.navbut:hover {
  background-color: #e53b35;
}

.navbut.tgbotbutton {
  background-image: url('../images/tg-icon.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 48px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .yellowspan {
    background-color: #ffe100;
  }

  .trendimg {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .sec {
    padding: 36px 24px;
  }

  .sectionunit.mapsection {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .h1 {
    text-align: center;
    margin-bottom: 24px;
  }

  .h1.mt24 {
    margin-top: 24px;
  }

  .h2.smallh2 {
    text-align: center;
  }

  .advcardswrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    display: grid;
  }

  .h3box {
    padding-left: 16px;
    padding-right: 16px;
  }

  .h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .advcard {
    border-radius: 24px;
    flex: 0 auto;
    width: 100%;
  }

  .herosubheading {
    text-align: center;
  }

  .herosubtext {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }

  .picswrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 24px;
    padding: 8px 8px 24px;
  }

  .consultingwrapper {
    flex: none;
    align-items: center;
  }

  .mapembedwrapper {
    width: 100%;
    max-height: 300px;
  }

  .descrcard {
    margin-bottom: 24px;
  }

  .navbutwrapper {
    margin-top: 0;
  }

  .navbutwrapper.mt24 {
    display: flex;
  }

  .heroutpunit {
    justify-content: center;
    margin-bottom: 16px;
  }

  .galleryunit {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .aboutdescriptionunit {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-content: stretch;
  }

  .saletext.alignright {
    text-align: center;
  }

  .policyh1 {
    text-align: left;
    margin-bottom: 36px;
    font-size: 36px;
  }

  .maincontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .navcont {
    justify-content: space-between;
    align-items: center;
    padding: 6px 24px;
  }

  .imgdscr {
    padding-bottom: 16px;
  }

  .utpunit {
    justify-content: center;
  }

  .heroimg {
    max-width: 60%;
    display: none;
  }

  .heroimg.mobile {
    display: block;
  }

  .headerlogo {
    max-width: none;
    height: 46px;
  }

  .greywrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-auto-flow: column;
    padding: 24px;
  }

  .contactswrapper {
    flex: none;
    align-items: center;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-5 {
    margin-bottom: 12px;
  }

  .consultingunit {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    display: grid;
  }

  .navlink {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .ctawrapper {
    flex: none;
    align-items: center;
  }

  .caseswrapper {
    flex: none;
    align-items: center;
    padding: 24px;
  }

  .menubut {
    color: #000;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    padding: 8px;
    font-size: 30px;
    line-height: 30px;
    display: flex;
  }

  .menubut.w--open {
    color: #e53b36;
    background-color: #edeff2;
  }

  .opennavmenu {
    background-color: #edeff2;
    border-radius: 16px;
    margin-top: 12px;
    margin-left: 24px;
    margin-right: 24px;
    padding: 20px 20px 40px;
  }

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

  .conscard {
    border-radius: 24px;
    flex: 0 auto;
    width: 100%;
  }

  .herologo {
    max-width: none;
    height: 46px;
  }

  .videoarrowwrapper {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sec {
    padding: 20px 16px;
  }

  .h1 {
    font-size: 36px;
    line-height: 124%;
  }

  .h1.mt24 {
    margin-top: 36px;
  }

  .h2 {
    margin-bottom: 36px;
    font-size: 40px;
  }

  .h2.textaligncentered {
    margin-top: 10px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 138%;
  }

  .h2.textaligncentered.mb24 {
    line-height: 124%;
  }

  .h2.mb24 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .h2.smallh2 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 138%;
  }

  .sectionsubheading {
    margin-bottom: 24px;
    line-height: 26px;
  }

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

  .advcardswrapper {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .h3 {
    text-align: center;
    font-size: 20px;
  }

  .advcard {
    flex-flow: column;
  }

  .herosubheading {
    font-size: 16px;
    line-height: 28px;
  }

  .herosubtext {
    text-align: center;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 28px;
  }

  .picswrapper {
    padding: 12px 12px 36px;
    display: flex;
  }

  .larixfootergraylogo {
    max-width: 160px;
  }

  .navbutwrapper {
    flex: 0 auto;
  }

  .navbutwrapper.mt24 {
    margin-top: 24px;
  }

  .backlink {
    background-size: auto 10px;
    padding-left: 40px;
    font-size: 16px;
    line-height: 20px;
  }

  .galleryunit {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 24px;
  }

  .aboutdescriptionunit {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .saletext {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .policyh2 {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .policyh1 {
    font-size: 30px;
    line-height: 140%;
  }

  .descrtext {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .herobuttonsunit {
    flex-flow: column;
    margin-bottom: 24px;
  }

  .cardnumbers {
    display: none;
    top: -12%;
  }

  .navcont {
    padding-left: 16px;
    padding-right: 16px;
  }

  .imgdscr {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .heroimg {
    max-width: 80%;
  }

  .greywrapper, .contactswrapper {
    padding: 24px 16px 16px;
  }

  .image-5 {
    margin-bottom: 0;
  }

  .roadmapcard {
    padding: 32px 16px 16px;
  }

  .consultingunit {
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .caseswrapper {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .opennavmenu {
    margin-left: 16px;
    margin-right: 16px;
  }

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

  .headerunit {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .conscard {
    flex-flow: column;
    padding-bottom: 16px;
  }

  .consimg {
    border-radius: 20px;
  }

  .popup {
    padding: 16px;
  }

  .closelink {
    margin-top: 16px;
    margin-right: 16px;
  }

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

  .policyh3 {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .navbut.none {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .sec {
    width: 100%;
  }

  .sectionunit.mapsection {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    align-items: stretch;
  }

  .h1.mt24 {
    margin-top: 0;
    font-size: 32px;
  }

  .button {
    width: 100%;
    min-width: 260px;
  }

  .button.phonebutton.centeredbutton.mt48 {
    min-width: 260px;
  }

  .contactstext {
    padding-left: 0;
    padding-right: 0;
  }

  .h2 {
    margin-top: 0;
    margin-bottom: 36px;
    font-size: 40px;
  }

  .h2.textaligncentered.mb24 {
    margin-top: 0;
  }

  .sectionsubheading {
    letter-spacing: .3em;
    margin-bottom: 36px;
  }

  .advcardswrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .h3box {
    padding-left: 12px;
    padding-right: 12px;
  }

  .herosubtext {
    border-radius: 24px;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .picswrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .consultingwrapper {
    padding: 0;
  }

  .mapembedwrapper {
    width: 100%;
  }

  .bottomtext {
    padding-top: 24px;
  }

  .descrcard {
    margin-bottom: 40px;
  }

  .larixfootergraylogo {
    max-width: 140px;
  }

  .navbutwrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbutwrapper.mt24 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .galleryunit {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .galleryll {
    height: auto;
  }

  .utility-page-content {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

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

  .policyh2 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 18px;
  }

  .policyh1 {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .itemwrapper {
    margin-bottom: 16px;
  }

  .herowrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heroimg {
    max-width: 100%;
  }

  .headerlogo {
    max-width: none;
    display: none;
  }

  .greywrapper {
    padding-top: 32px;
  }

  .contactswrapper {
    padding-top: 32px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .image-5 {
    margin-bottom: 0;
  }

  .roadmapcard {
    margin-bottom: 16px;
    padding: 16px;
  }

  .consultingunit {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: .5fr;
    display: flex;
  }

  .navlink, .ctawrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .botbutton {
    background-position: 24px;
    background-size: auto 20px;
    width: 100%;
    min-width: 260px;
  }

  .caseswrapper {
    padding: 32px 12px 16px;
  }

  .menubut {
    font-size: 26px;
    line-height: 26px;
  }

  .headerunit {
    flex: 1;
    justify-content: space-between;
  }

  .consimg {
    border-radius: 16px;
  }

  .policyh3 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 18px;
  }

  .herologo {
    max-width: none;
    height: 60px;
    display: block;
  }

  .navbut {
    width: auto;
    min-width: auto;
  }
}

#w-node-_3140c742-4eaa-0a41-a698-1f1380b4c359-5a6cd625, #w-node-ae9ad511-e2ca-e27e-c794-1da2a8cf9618-5a6cd625, #w-node-_3a956e3a-56fd-52ba-a7b1-181ff737ef99-5a6cd625, #w-node-_9ecff189-7bf5-2414-db1f-333f552faeb1-5a6cd625, #w-node-_8f361bba-7467-8217-cd12-6e9f679c2fce-5a6cd625, #w-node-d24f94b0-b778-6290-29d3-53d8028c633a-5a6cd625, #w-node-d24f94b0-b778-6290-29d3-53d8028c633b-5a6cd625, #w-node-d24f94b0-b778-6290-29d3-53d8028c6344-5a6cd625, #w-node-d24f94b0-b778-6290-29d3-53d8028c634d-5a6cd625, #w-node-d24f94b0-b778-6290-29d3-53d8028c6356-5a6cd625, #w-node-_43c338d5-11f6-da53-22b3-611f44d3acdf-5a6cd625, #w-node-_43c338d5-11f6-da53-22b3-611f44d3ace0-5a6cd625, #w-node-_43c338d5-11f6-da53-22b3-611f44d3ace9-5a6cd625, #w-node-_43c338d5-11f6-da53-22b3-611f44d3acf2-5a6cd625, #w-node-_43c338d5-11f6-da53-22b3-611f44d3acfb-5a6cd625, #w-node-_1953961a-10bb-8f8a-1738-423c69ada009-5a6cd625, #w-node-_1953961a-10bb-8f8a-1738-423c69ada00a-5a6cd625, #w-node-_1953961a-10bb-8f8a-1738-423c69ada013-5a6cd625, #w-node-_1953961a-10bb-8f8a-1738-423c69ada01c-5a6cd625, #w-node-_1953961a-10bb-8f8a-1738-423c69ada025-5a6cd625, #w-node-_1b23f9b2-bd3e-5bf0-eb33-3514a69b954a-5a6cd625, #w-node-_1b23f9b2-bd3e-5bf0-eb33-3514a69b954b-5a6cd625, #w-node-_1b23f9b2-bd3e-5bf0-eb33-3514a69b9554-5a6cd625, #w-node-_1b23f9b2-bd3e-5bf0-eb33-3514a69b955d-5a6cd625, #w-node-_1b23f9b2-bd3e-5bf0-eb33-3514a69b9566-5a6cd625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70b9ce0f-093b-257b-5edd-8010fbe31e95-5a6cd625, #w-node-ab934ad2-a06f-258b-0600-73d0b9beebcb-5a6cd625, #w-node-b4b25792-ccfb-2f64-107b-42573fe36e36-5a6cd625, #w-node-_40365643-b4e9-e24f-17fc-25705642fca2-5a6cd625, #w-node-_48e4f5d1-2570-ac04-0236-57ed948776f5-5a6cd625, #w-node-_48e4f5d1-2570-ac04-0236-57ed94877704-5a6cd625, #w-node-_48e4f5d1-2570-ac04-0236-57ed94877718-5a6cd625, #w-node-_48e4f5d1-2570-ac04-0236-57ed94877724-5a6cd625, #w-node-_48e4f5d1-2570-ac04-0236-57ed9487773b-5a6cd625 {
  align-self: stretch;
}

#w-node-_17a531d9-12d9-115e-f3b5-ef06de83b2f9-5a6cd625 {
  place-self: stretch stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_17a531d9-12d9-115e-f3b5-ef06de83b2f9-5a6cd625 {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_17a531d9-12d9-115e-f3b5-ef06de83b2f9-5a6cd625 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start stretch;
  }
}


