:root {
  --white-smoke-2: #f3f3f3;
  --shadow: rgba(32, 14, 14, .4);
  --transparent: rgba(255, 255, 255, 0);
  --brand1: #a81924;
  --brand2: #d30f1f;
  --black: #181413;
  --brandsub1: #7d7d7d;
  --footerlink: rgba(247, 241, 241, .9);
  --white: white;
  --light-pink: #c5cacc;
  --font-2: Oswald, sans-serif;
  --hightlightc: #ff1e00;
  --brand3\<deleted\|variable-de8e6bea\>: #e92535;
  --overlay: rgba(255, 229, 232, .5);
  --grey: #83817d;
  --white-shadow: rgba(247, 151, 161, .3);
}

p {
  margin-bottom: 0;
}

.body {
  color: var(--white-smoke-2);
  background-color: #191011;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.body.white {
  background-color: var(--white-smoke-2);
  color: #333231;
}

.pagewrapper {
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
}

.pagewrapper.yes-overflow {
  overflow: visible;
}

.nav-link-drop-down {
  color: #6d768d;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  transition: color .35s;
  display: inline;
  position: static;
}

.nav-link-drop-down:hover {
  color: #0b98dc;
  font-style: italic;
  font-weight: 700;
}

.nav-link-drop-down.dropdown {
  margin-top: 0;
  display: block;
  position: relative;
}

.nav-link-drop-down.dropdown:hover {
  font-style: normal;
  font-weight: 400;
}

.bg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg.servicecard {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
}

.bg.topserviceimage {
  opacity: .2;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.bg.herobg {
  filter: brightness(105%);
  object-fit: contain;
  object-position: 50% 0%;
  width: 105%;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: -12%;
  left: -5%;
  right: auto;
}

.bg.herobg.mobile {
  display: none;
}

.bg.herogd {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #ffc93c 57%, rgba(176, 203, 55, .51) 57%, var(--shadow));
}

.bg.herobg2 {
  opacity: .33;
  filter: saturate(200%) brightness(47%);
  object-fit: cover;
  object-position: 50% 0%;
  width: 105%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -5%;
  right: 0%;
}

.bg.heroinfoimg {
  opacity: .18;
  filter: blur(3px);
  background-image: url('../images/AdobeStock_119110020_Preview.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg.sectionbg2 {
  opacity: .77;
  filter: brightness(80%);
  background-image: linear-gradient(rgba(27, 19, 52, .57), rgba(27, 19, 52, .57)), url('../images/img_sectionbg1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg.sectionbg1 {
  opacity: .19;
  filter: hue-rotate(26deg) contrast(200%) sepia();
  background-image: url('../images/img_aboutus1.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-bottom: -11rem;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg.sectionbg1.cover {
  background-image: linear-gradient(90deg, var(--transparent) 14%, var(--brand1) 67%);
  opacity: 1;
  filter: none;
  background-position: 0 0;
  width: 100%;
}

.navbarlinkwrapper {
  position: relative;
}

.yellowbutton {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #ffd103;
  border-radius: 1000px;
  align-self: center;
  padding: 10px 35px;
  transition: background-color .3s, transform .3s;
  position: relative;
  overflow: hidden;
}

.yellowbutton:hover {
  background-color: #0f2b5a;
  transform: scale3d(.96, .96, 5);
  box-shadow: 0 0 3px rgba(15, 43, 90, .9), inset 0 0 0 2px #ffd103;
}

.yellowbutton.navbarbutton {
  margin-left: auto;
}

.header-arrow {
  display: inline-block;
}

.trianglebutton {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 8vh;
  height: 7.12vh;
  margin-left: 1.5vw;
  transition: background-color .3s, transform .3s;
  position: relative;
}

.trianglebutton:hover {
  transform: scale3d(.96, .96, 5);
}

.navbar3 {
  z-index: 999;
  perspective: 3000px;
  transform-origin: 50% 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100vw;
  max-width: 100vw;
  height: 130px;
  transition: height .3s, background-color .3s;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 86vw;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.footerc {
  max-width: none;
}

.container.herocontainer {
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  max-width: 100vw;
  padding: 12rem 0 9rem;
  position: relative;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
  margin-bottom: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

.footer {
  background-color: var(--black);
  background-image: none;
  display: flex;
  position: relative;
}

.sub-footer {
  z-index: 4;
  border-top: 1px solid var(--brandsub1);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 3.7rem;
  padding-top: .75rem;
  padding-bottom: .625rem;
  display: flex;
  position: relative;
}

.subfooterwrapper {
  z-index: 1;
  text-align: center;
  justify-content: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.subfootertext {
  color: var(--footerlink);
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .9375rem;
  line-height: 1.45;
  display: inline-block;
}

.link-4 {
  color: var(--footerlink);
  text-decoration: none;
  transition: color .4s;
}

.link-4:hover {
  color: var(--white);
  text-decoration: underline;
}

.slide {
  text-align: center;
  padding-bottom: 0;
}

.divider-2 {
  background-color: var(--light-pink);
  width: 100%;
  height: 1px;
}

.divider-2.padding {
  background-color: #ffc93c;
  margin-top: .75rem;
  margin-bottom: 1rem;
}

.arrow {
  display: inline-block;
}

.navmenu {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.buttton-copy {
  background-color: var(--white-smoke-2);
  font-family: var(--font-2);
  color: var(--brandsub1);
  letter-spacing: .5px;
  border-radius: 0;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: .55rem 1.3rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.buttton-copy:hover {
  background-color: var(--hightlightc);
  color: var(--white);
}

.buttton-copy.navb {
  background-color: var(--white-smoke-2);
  color: var(--brandsub1);
  padding: .35rem 1.1rem;
  font-size: 1.35vw;
}

.buttton-copy.navb:hover {
  background-color: var(--brand3\<deleted\|variable-de8e6bea\>);
  color: var(--white);
}

.buttton-copy.navb.tabletview {
  display: none;
}

.buttton-copy.navdd-b {
  background-color: var(--brand1);
  color: var(--white);
  text-align: center;
  align-self: auto;
  margin-top: .5rem;
  margin-bottom: .9rem;
  padding: .35rem 1.1rem .4rem;
  font-size: 1.35vw;
}

.buttton-copy.navdd-b:hover {
  background-color: var(--hightlightc);
  color: var(--white);
}

.buttton-copy.dc1:hover {
  background-color: var(--overlay);
  background-image: linear-gradient(45deg, var(--grey), rgba(255, 124, 124, .59) 43%, rgba(230, 124, 124, .67) 56%, var(--brandsub1));
}

.dropdown-list-wrapper {
  background-color: var(--black);
  box-shadow: 0 2px 5px 0 var(--shadow);
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  margin-top: .625rem;
  padding: .625rem .9rem .9rem 1rem;
  display: flex;
}

.dropdown-list-wrapper.w--open {
  background-color: #f5f7fa;
  margin-top: 30px;
  padding: 30px 20px;
  line-height: 1em;
  right: -150px;
  box-shadow: 0 1px 9px rgba(9, 7, 24, .05), 0 24px 38px rgba(18, 8, 80, .1);
}

.dropdown-list-wrapper.w--open:hover {
  font-style: normal;
  font-weight: 400;
}

.navbarlink {
  font-family: var(--font-2);
  color: var(--white-smoke-2);
  letter-spacing: .5px;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1.5vw;
  font-weight: 500;
  text-decoration: none;
  transition: color .35s;
  display: block;
}

.navbarlink:hover {
  color: var(--hightlightc);
}

.navbar_line {
  background-color: var(--brand1);
  width: 100%;
  height: 2.5px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.spaceblock {
  font-size: 4.5px;
}

.navbarlinkwrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding-top: .1rem;
  padding-left: .3125rem;
  padding-right: .3125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand {
  z-index: 10;
  border-radius: 1000rem;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  height: 74%;
  margin-right: auto;
  display: flex;
  position: relative;
}

.dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: auto;
}

.dropdown-list.w--open {
  background-color: #f5f7fa;
  margin-top: 26px;
  padding: 30px 20px;
  display: block;
  position: absolute;
  left: -30px;
  box-shadow: 0 1px 9px rgba(9, 7, 24, .05), 0 24px 38px rgba(18, 8, 80, .1);
}

.dropdown-list.w--open:hover {
  font-style: normal;
  font-weight: 400;
}

.headernav-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.navbar {
  z-index: 50;
  perspective: 3000px;
  transform-origin: 50% 0;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  height: 5.2rem;
  margin-top: 2.1rem;
  margin-bottom: -7.3rem;
  font-weight: 700;
  transition: height .3s, background-color .3s;
  position: -webkit-sticky;
  position: sticky;
  top: 1.8rem;
  left: 0;
  right: 0;
}

.logoimage {
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  max-width: none;
  height: 100%;
}

.logoimage.symbol {
  height: 131%;
  margin-bottom: 10%;
}

.navbarlinkclick {
  height: 100%;
  display: flex;
}

.nav-link-drop-down-2 {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: color .35s;
}

.nav-link-drop-down-2.dropdown {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-link-drop-down-2.dropdown:hover {
  font-style: normal;
}

.dropdownlink-2 {
  color: var(--white-smoke-2);
  text-align: center;
  white-space: nowrap;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: .3125rem .625rem;
  font-size: 1.35vw;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s;
}

.dropdownlink-2:hover {
  color: var(--brandsub1);
}

.new-item-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: .9375rem;
  display: flex;
}

.new-item-wrapper.main {
  margin-left: 1vw;
  margin-right: 0;
}

.new-item-wrapper.main.hide {
  display: none;
}

.navcontainer {
  background-color: var(--black);
  background-image: linear-gradient(45deg, var(--transparent) 9%, var(--brandsub1) 79%, rgba(255, 255, 255, .12));
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 94%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  box-shadow: 0 -5px 50px -5px rgba(247, 247, 247, .1);
}

.title_m {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.3;
}

.title_m.footwetitle {
  color: var(--white-smoke-2);
  text-align: left;
  margin-bottom: 1.1rem;
  font-size: 1.8rem;
}

.title_m.footwetitle.sub {
  color: var(--footerlink);
  margin-top: .6rem;
  font-size: 1.5rem;
}

.title_m.format1 {
  color: var(--light-pink);
}

.title_m.format2 {
  margin-bottom: .6rem;
  font-size: 1.25rem;
}

.title_m.format3 {
  color: #40a8c4;
}

.title_m.card-title {
  color: var(--white-smoke-2);
  margin-bottom: 1.3rem;
}

.title_m.format4 {
  z-index: 3;
  color: var(--black);
  font-size: 1.35rem;
  text-decoration: none;
  position: relative;
}

.title_m.formar1 {
  justify-content: center;
  align-items: center;
  height: 4rem;
  margin-bottom: .6rem;
  display: flex;
}

.div-block-47 {
  z-index: 2;
  background-color: var(--overlay);
  flex: 1;
  padding: 1.3rem 1.5rem 1.5rem 2.5rem;
  position: relative;
  right: .3rem;
}

.div-block-47.format1 {
  border-top: 2px solid var(--hightlightc);
  background-color: var(--overlay);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  flex-flow: column;
  align-items: center;
  margin-top: -3.8rem;
  padding-top: 0;
  padding-right: 2.5rem;
  right: auto;
}

.para_s {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 1.15rem;
  line-height: 1.4;
}

.para_s.arrow {
  background-color: rgba(255, 255, 255, .3);
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  min-height: 2.5rem;
  max-height: 3rem;
  margin-left: auto;
  padding: 0;
  font-size: .85rem;
  display: flex;
}

.para_s.servicecardp {
  color: var(--black);
  margin-top: .625rem;
  margin-bottom: 1.4rem;
  line-height: 1.5;
}

.para_s.linkp {
  white-space: nowrap;
  width: 100%;
  padding-left: 1.07rem;
  padding-right: 1.07rem;
  display: flex;
}

.para_s.linkp.sub {
  text-transform: none;
  padding-left: .6rem;
  padding-right: .6rem;
  font-size: 1.1rem;
  display: flex;
}

.para_s.bp2 {
  margin-bottom: .8rem;
}

.para_s.bp1 {
  margin-bottom: .2rem;
}

.para_s.bp1.hide {
  display: none;
}

.para_s.format1 {
  color: var(--light-pink);
  margin-bottom: .3rem;
  line-height: 1.4;
  text-decoration: none;
  transition: color .2s;
}

.para_s.format1:hover {
  color: var(--white);
}

.para_s.format2 {
  margin-top: .5rem;
  line-height: 1.45;
}

.para_s.feep1 {
  margin-bottom: .625rem;
}

.para_s.feep2 {
  margin-top: -1.5625rem;
  font-size: 1rem;
}

.para_s.format3 {
  color: var(--light-pink);
  font-style: italic;
}

.para_s.format4 {
  font-family: var(--font-2);
  color: var(--white-smoke-2);
  font-weight: 700;
}

.para_s.format5 {
  color: var(--brand1);
  font-weight: 700;
}

.button {
  z-index: 3;
  background-color: var(--brand1);
  font-family: var(--font-2);
  color: var(--white);
  border-radius: 0;
  justify-content: center;
  align-items: stretch;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s, background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.button.hide {
  background-color: var(--grey);
  color: var(--white);
  min-width: 80%;
}

.button.hide:hover {
  background-color: var(--hightlightc);
  color: var(--white);
}

.button.dc1 {
  background-color: var(--white-smoke-2);
  color: var(--brand1);
}

.button.dc1:hover {
  background-color: var(--hightlightc);
  color: var(--white);
}

.button.dc3 {
  background-color: var(--brandsub1);
}

.button.dc3:hover {
  background-color: var(--brand2);
  color: var(--black);
}

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

.button.dc2 {
  background-color: var(--white-smoke-2);
  color: var(--brand1);
}

.button.dc2:hover {
  background-color: var(--black);
  color: var(--white-smoke-2);
}

.div-block-39 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 5rem;
  display: flex;
  position: relative;
}

.relative-base-block {
  grid-column-gap: 10vw;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  justify-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.paragraph-22 {
  margin-top: .85rem;
  margin-bottom: 1.5625rem;
}

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

.image.origin {
  filter: hue-rotate(352deg);
  object-position: 50% 30%;
  background-image: url('../images/img_aboutus2_2.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
}

.image.auimage {
  height: auto;
}

.image.servicecardimg {
  object-fit: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image.servicecardimg.bg {
  opacity: .85;
  object-fit: cover;
  border-radius: 0;
  position: relative;
}

.image.servicecardimg.bg.blur {
  filter: blur(25px);
  transform-origin: 50% 80%;
  display: none;
  position: absolute;
  transform: scale(.9);
}

.image.servicecardimg.front {
  z-index: 4;
  background-color: var(--white);
  box-shadow: inset 0 0 20px -7px var(--shadow);
  transform-origin: 0 80%;
  flex: none;
  width: 5.5rem;
  height: 4.6rem;
  padding: 1.1rem 1rem;
  top: -2rem;
  bottom: auto;
  left: 1rem;
  right: auto;
}

.imagewrapper {
  width: 50%;
  overflow: hidden;
}

.imagewrapper.left {
  flex: none;
  width: 32vw;
  min-width: 22rem;
  height: 112%;
  margin-left: -8vw;
  position: relative;
  top: 8.8rem;
}

.section_l {
  padding-top: 4.6rem;
  padding-bottom: 6rem;
  position: relative;
}

.section_l.sepcial1 {
  overflow: visible;
}

.section_l.sepcial1.dc1 {
  background-image: linear-gradient(45deg, rgba(243, 243, 243, .16) 12%, rgba(255, 255, 255, 0) 84%);
}

.section_l.sepcial1.dc2 {
  background-image: linear-gradient(180deg, var(--transparent) 90%, rgba(243, 243, 243, .05)), radial-gradient(circle farthest-corner at 0% 100%, rgba(0, 0, 0, .9), rgba(25, 26, 26, .73) 34%, var(--black)), url('../images/img_bg2.webp');
  background-position: 0 0, 0 0, 100% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.image-hover {
  z-index: 1;
  background-color: var(--brandsub1);
  background-image: linear-gradient(45deg, var(--transparent) 3%, var(--white-smoke-2) 56%, transparent);
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 5.1rem 1.8rem 2.5rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.homes2-top-content-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.title_s {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.19rem;
  line-height: 1.4;
}

.title_s.dc1 {
  color: var(--black);
}

.title_s.format2 {
  color: var(--white-smoke-2);
  text-align: center;
  margin-top: 1.4rem;
  margin-bottom: 5.2rem;
  font-weight: 700;
}

.list-wrapper {
  grid-column-gap: 0vw;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.image-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-6 {
  color: var(--footerlink);
  text-decoration: none;
  transition: color .4s;
}

.link-6:hover {
  color: var(--white);
}

.footer-text {
  color: var(--footerlink);
  text-align: left;
  align-items: flex-start;
  margin-bottom: .5rem;
  font-size: 1.07rem;
  line-height: 1.4;
}

.footer-text.payment {
  margin-bottom: 0;
}

.footer-text.menu {
  margin-top: .4rem;
}

.footercontentwrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 17vw;
  display: flex;
}

.footercontentwrapper.main {
  min-width: 28vw;
  margin-right: 1vw;
}

.div-block-49 {
  grid-column-gap: 5vw;
  grid-row-gap: 1.6875rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.div-block-38-copy {
  grid-column-gap: 4vw;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1.4fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

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

.div-block-42 {
  justify-content: space-between;
  display: flex;
}

.div-block-41 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.auimagewrapper {
  box-shadow: none;
  width: 100%;
  max-height: 18.75rem;
  position: relative;
  overflow: hidden;
}

.div-block-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 2px solid var(--grey);
  background-color: var(--shadow);
  box-shadow: 0 1px 3px 0 var(--shadow);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: var(--white-smoke-2);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 85%;
  margin-top: -10%;
  padding: 1.55rem 1.75rem 1.75rem;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
}

.top {
  padding-top: 7.7rem;
  position: relative;
}

.top.format1 {
  padding-top: 0;
}

.div-block-41-copy {
  grid-row-gap: .2rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.div-block-41-copy.hide {
  display: none;
}

.bg-2 {
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-2.pricing {
  background-color: #fff;
  border: 10px solid #659a00;
  box-shadow: inset 0 0 1px 1px rgba(100, 135, 196, .6);
}

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

.pricingcontentwrapper {
  z-index: 1;
  width: 100%;
  position: relative;
}

.serviceblock {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: center;
  display: flex;
  position: relative;
}

.div-block-51 {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.servicecontent {
  transform-origin: 0 0;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 4.5vw;
  padding-right: 2vw;
  display: flex;
}

.whyusblock {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.whyusblock.format1 {
  grid-template-columns: 1fr 1fr;
  margin-top: 4rem;
}

.wutop {
  flex: none;
  width: 21vw;
  height: 100%;
  position: relative;
}

.wutop.format1 {
  width: 100%;
  height: 25vw;
}

.wucard {
  background-image: linear-gradient(158deg, rgba(197, 202, 204, .75), var(--white));
  color: var(--black);
  border-radius: 0;
  flex-direction: row;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wucard.format1 {
  flex-flow: column;
}

.list {
  color: var(--light-pink);
  margin-top: .625rem;
  margin-bottom: 0;
  padding-left: 1.25rem;
  list-style-type: none;
}

.paragraph-28 {
  margin-top: 1.5rem;
}

.paragraph-28.last {
  margin-top: 1rem;
}

.div-block-54 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.title_xl {
  color: var(--light-pink);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  line-height: 1.2;
}

.title_xl.center {
  text-align: center;
}

.title_xl.black {
  color: var(--black);
}

.title_xl.maptitle {
  color: var(--white-smoke-2);
}

.title_xl.format1 {
  color: var(--black);
  text-align: center;
}

.title_xl.dc2 {
  color: var(--white-smoke-2);
}

.title_xl.format2 {
  font-family: var(--font-2);
}

.servicenav {
  z-index: 10;
  flex: none;
  position: -webkit-sticky;
  position: sticky;
  top: 11.575rem;
}

.servicetag {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  box-shadow: 0 -1px 50px -20px var(--black);
  border: 1px solid rgba(217, 27, 46, .3);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 17.5rem;
  padding: 1.45rem 1.45rem 1.45rem 1.5rem;
  display: grid;
}

.linkbb-2 {
  color: #000b1d;
  text-transform: uppercase;
  background-color: #69b9ff;
  justify-content: center;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.div-block-53 {
  display: none;
}

._20_18-2 {
  color: #0e6dad;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-style: normal;
  line-height: 1.3;
}

.ratetag-2 {
  color: #f9f9f9;
  text-align: center;
  margin-bottom: 0;
}

.text-span-18 {
  color: #659a00;
  font-size: 1.18rem;
}

.div-block-55 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 1.875rem;
  display: grid;
}

.pricingtab-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 37.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.detailrates-2 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 0 2.2rem 1.875rem;
  display: flex;
}

.text-span-15 {
  font-size: 1rem;
  font-weight: 400;
}

.detailrate {
  text-align: center;
  margin-bottom: 0;
  line-height: 1.2;
}

.detailrate.sub {
  font-size: 1.15rem;
}

.text-span-8 {
  font-size: 1.5rem;
}

.pricingtitle {
  z-index: 1;
  text-align: center;
  margin-top: 1.875rem;
  margin-bottom: 0;
  padding-left: 2.55rem;
  padding-right: 2.55rem;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.3;
}

.ratewrapper-2 {
  z-index: 1;
  background-color: var(--light-pink);
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 1.5625rem;
  padding: 1.15rem;
}

.paragraph-25 {
  margin-top: .3125rem;
  margin-bottom: 0;
}

.jobheader {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.jobcontentwrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5px;
  display: grid;
  position: relative;
}

.list-2 {
  margin-left: .625rem;
  padding-left: 1.875rem;
  line-height: 1.4;
}

.footercontent {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 3.6rem;
  display: flex;
  position: relative;
}

.div-block-31 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto auto;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  margin-top: .1rem;
  display: flex;
}

.paymenticon {
  box-shadow: 1px 1px 3px 0 var(--shadow);
  object-fit: cover;
  border-radius: 5px;
  height: 1.6rem;
  margin-top: .32rem;
  margin-right: .32rem;
  overflow: hidden;
}

.list-item-3 {
  font-size: 1.18rem;
  list-style-type: disc;
}

.list-3 {
  margin-top: .4375rem;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-2.p2 {
  object-position: 0% 100%;
}

.image-2.p3 {
  object-position: 22% 50%;
}

.text-block-8 {
  z-index: 49;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  min-width: 94%;
  max-width: 94%;
  height: 2.2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10vw;
  font-size: .92rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.divider {
  display: none;
}

.iframecode.hide {
  display: block;
}

.footerbgwrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.nowrap {
  white-space: nowrap;
}

.paragraph-29 {
  margin-top: .7rem;
}

.paragraph-29.first {
  padding-top: .5rem;
}

.space_m {
  height: 1.5rem;
}

.paragraph-31 {
  text-align: center;
  margin-top: .2rem;
  margin-bottom: 1.875rem;
  line-height: 1.6;
}

.formcontainer-wrapper {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 90vw;
  display: flex;
  position: relative;
}

.jobdescriptiondropdownwrapper {
  z-index: 5;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  transition: color .35s;
  display: flex;
  position: relative;
}

.jobcontent-2 {
  z-index: 2;
  position: relative;
}

.jobcomtent {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-span-26 {
  color: #ff3737;
}

.list-item-4 {
  padding-left: 0;
  font-size: 1.18rem;
  list-style-type: disc;
}

.serviceimagewrapper {
  background-color: var(--brand1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 92%;
  height: 24.6rem;
  display: flex;
  position: relative;
}

.text-block-11 {
  color: var(--black);
  font-size: 1rem;
  font-style: italic;
}

.text-span-27 {
  margin-bottom: 5px;
  display: inline-block;
}

.div-block-58 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.div-block-59 {
  grid-column-gap: 1rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.text-block-12 {
  margin-bottom: 3px;
  margin-left: 10px;
  font-size: 1.0625rem;
}

.paragraph-35 {
  margin-bottom: .9375rem;
}

.dropdowniconwrapper {
  background-color: var(--white-smoke-2);
  box-shadow: none;
  cursor: pointer;
  border-radius: 1000rem;
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  min-width: 2.8125rem;
  min-height: 2.8125rem;
  display: flex;
  position: absolute;
  top: .625rem;
  bottom: auto;
  left: auto;
  right: .625rem;
  overflow: hidden;
}

.formwrapper {
  z-index: 2;
  background-color: #fff;
  min-width: 100%;
  min-height: 100px;
  margin-top: 2rem;
  position: relative;
}

.formwrapper.padding {
  min-width: 102%;
  padding: 1.6rem;
}

.formwrapper.special {
  background-color: var(--white-smoke-2);
  box-shadow: 0 2px 100px -40px var(--shadow);
  margin-top: 1rem;
  padding: 2rem;
}

.jobdescriptionwrapper {
  background-color: var(--white);
  text-align: left;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .625rem 1.25rem;
  display: flex;
  position: relative;
}

.h3-2 {
  color: #120850;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 1.4;
}

.h3-2.faq-title {
  color: var(--brand1);
  align-items: center;
  height: 2.8125rem;
  margin-bottom: 0;
  margin-right: 3.4375rem;
  font-size: 1.375rem;
  display: flex;
}

.line-icon-1 {
  background-color: var(--brand1);
  width: 3px;
  min-height: 1.125rem;
  position: absolute;
}

.dropdowncontent {
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.line-icon-2 {
  background-color: var(--brand1);
  width: 1.125rem;
  min-height: 3px;
  position: absolute;
}

.paragraph-27 {
  margin-bottom: 0;
  font-size: 1rem;
}

.homes1 {
  background-color: var(--white);
  min-width: 100%;
  max-width: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.top-text {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
}

.div-block-18 {
  grid-column-gap: 1rem;
  grid-row-gap: .4375rem;
  transform-origin: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  margin-top: .625rem;
  display: grid;
}

.div-block-17 {
  transform-origin: 100%;
  color: #fff;
  background-color: rgba(142, 165, 148, .89);
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  align-self: flex-end;
  padding: .75rem 2.5rem .75rem 1.875rem;
  text-decoration: none;
  transition: background-color .4s ease-out;
  position: relative;
}

.div-block-17:hover {
  background-color: rgba(255, 255, 255, .45);
}

.div-block-17.main {
  background-color: var(--brand1);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2.5rem;
}

.div-block-14 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2rem 8vw 3rem;
  display: flex;
  position: relative;
}

.s1title {
  z-index: 2;
  transform-origin: 0%;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.herosubtitle {
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(70, 16, 34, .7);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.3;
}

.herosubtitle.sub {
  text-transform: none;
  text-shadow: 1px 1px 2px var(--brandsub1);
  font-weight: 400;
}

.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;
  width: 260px;
  display: flex;
}

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

.link-9 {
  color: var(--white-smoke-2);
  text-shadow: 0 1px 30px var(--black), 0 -1px 50px var(--white);
  text-decoration: none;
}

.text-span-28 {
  display: none;
}

.bullet {
  margin-right: .2rem;
}

.paragraph-36 {
  text-align: center;
  margin-bottom: 0;
}

.link-10 {
  color: var(--brandsub1);
  white-space: nowrap;
}

.div-block-4 {
  margin-top: 2rem;
}

.text-span-29 {
  color: var(--brand1);
}

.navigation {
  width: 100%;
  position: absolute;
  top: -8.2rem;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.left-arrow {
  display: none;
}

.herotitle {
  font-family: var(--font-2);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px 3px #3b3b37;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.paragraph {
  filter: contrast(200%);
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px #3b3737, 0 1px 15px rgba(46, 6, 10, .37);
  margin-bottom: 0;
  font-size: 1.5rem;
}

.paragraph.slidertext {
  text-align: right;
  max-width: 8rem;
}

.slide-nav {
  display: none;
}

.div-block-62 {
  transform-origin: 100%;
  width: 80px;
  height: 60px;
  display: none;
  position: relative;
  overflow: hidden;
}

.gallery-mask {
  width: 100%;
  height: 100%;
}

.decs {
  background-color: var(--brand2);
  border-radius: 1rem;
  flex: none;
  width: 2rem;
  height: .1rem;
}

.decs.dc1 {
  background-color: var(--grey);
}

.decs.dc2 {
  background-color: var(--black);
}

.image-10 {
  object-fit: contain;
  width: 80px;
  max-width: none;
  position: absolute;
  left: 0;
  right: 0;
}

.div-block-37 {
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: end;
  margin-top: 2rem;
  text-decoration: none;
  display: flex;
}

.text-span-22, .display-none {
  display: none;
}

.gallery-slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-3 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-3.herobgg {
  z-index: 1;
  background-color: rgba(92, 78, 80, .06);
  background-image: linear-gradient(180deg, rgba(10, 5, 5, .36) 6%, rgba(29, 27, 27, .23) 53%, var(--transparent) 77%, rgba(147, 146, 146, .11));
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transform-origin: 50% 0;
  width: 100%;
  height: 100%;
}

.div-block-6 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 11rem;
  margin-bottom: 7rem;
  padding-top: 6.5vw;
  padding-bottom: 7vw;
  display: flex;
}

.container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 84vw;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-2.heroc {
  z-index: 2;
}

.herosection {
  position: relative;
  overflow: hidden;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  max-width: 8rem;
  height: auto;
  margin-right: .4rem;
  display: none;
}

.slide-2 {
  width: 100%;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 120%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.right-arrow {
  display: none;
}

.div-block-100 {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-100.format1 {
  margin-top: .5rem;
}

.div-block-70 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  line-height: 1.5;
  display: grid;
}

.herorowtext {
  color: var(--white);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: .3rem;
  margin-bottom: 0;
}

.herorowtext.first {
  text-transform: none;
  text-shadow: 0 0 20px rgba(5, 24, 49, .24);
  margin-top: 2.1rem;
  margin-bottom: .3rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.topgradient {
  background-image: linear-gradient(rgba(111, 18, 27, .34), rgba(0, 0, 0, 0));
  height: 170%;
  min-height: 80vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.topgradient.white-color {
  background-image: linear-gradient(rgba(255, 255, 255, .58), rgba(0, 0, 0, 0));
}

.topgradient.no-color {
  opacity: 0;
}

.text-span-30 {
  color: var(--black);
  font-weight: 700;
}

.text-span-30.special {
  color: var(--brand2);
  font-style: italic;
}

.list-item-5 {
  margin-bottom: .25rem;
  font-size: 1.1rem;
  line-height: 1.3;
  list-style-type: disc;
}

.list-4 {
  margin-top: .5rem;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.section-1 {
  z-index: 5;
  max-width: 100vw;
  margin-top: -2.5rem;
  padding-bottom: 3rem;
}

.container-1 {
  z-index: 5;
  border-top: 3px solid var(--overlay);
  background-color: var(--brandsub1);
  background-image: linear-gradient(98deg, var(--transparent), var(--brand2) 92%);
  box-shadow: none;
  border-radius: 0;
  width: 90vw;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.9rem 2.25rem 3.3rem;
  position: relative;
  overflow: hidden;
}

.container-1.format1 {
  background-color: var(--light-pink);
  background-image: repeating-linear-gradient(45deg, var(--white-shadow) 30%, var(--white-shadow) 40%, transparent 63%, var(--white-shadow) 90%, var(--white-shadow));
  box-shadow: 0 1px 5px 0 var(--shadow);
  color: var(--black);
  border-bottom-style: none;
  margin-top: -6rem;
  top: 6rem;
}

.whole-card-grid {
  grid-column-gap: 6vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.whole-card-grid.format2 {
  grid-template-columns: 1fr 1fr;
}

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

.div-block-105 {
  grid-column-gap: 1rem;
  align-items: center;
  margin-bottom: .6rem;
  text-decoration: none;
  display: flex;
}

.image-11 {
  filter: invert(92%);
  height: 1.8rem;
}

.div-block-106 {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.div-block-106.sub {
  grid-row-gap: .6rem;
}

.link-11 {
  color: var(--white-smoke-2);
  text-decoration: none;
}

.section_xl {
  padding-top: 6.3rem;
  padding-bottom: 6.9rem;
  position: relative;
}

.section_xl.format1 {
  background-color: var(--brand2);
  padding-bottom: 0;
}

.section_xl.dc1 {
  background-color: var(--brand2);
}

.button-icon-svg {
  z-index: 2;
  cursor: pointer;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 1rem;
  min-width: 10px;
  height: 1rem;
  min-height: 10px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
}

.buttonarrow {
  background-color: rgba(137, 58, 66, .39);
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 3rem;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
  position: relative;
}

.list-5 {
  margin-bottom: 2rem;
  padding-left: 1.2rem;
}

.list-item-6 {
  margin-bottom: .5rem;
  line-height: 1.4;
}

.promise-intro {
  grid-column-gap: 1rem;
  grid-row-gap: 2.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 900px;
  display: grid;
}

.section-intro {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: var(--white);
  text-align: center;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6rem;
  margin-bottom: 1rem;
  display: grid;
  position: relative;
}

.div-block-108 {
  background-color: rgba(255, 255, 255, .75);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.8rem;
  height: 3.8rem;
  display: flex;
}

.div-block-109 {
  grid-column-gap: 2vw;
  flex-direction: row;
  display: flex;
}

.image-13 {
  width: 61%;
}

.section-0.white {
  background-color: var(--brand2);
}

.section-divider {
  background-color: var(--brandsub1);
  width: 95%;
  height: 10px;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-14 {
  border: 3px solid var(--white);
  object-fit: cover;
  border-radius: 100rem;
  align-self: flex-start;
  width: 4rem;
  height: 4rem;
  position: relative;
}

.image-14.center {
  z-index: 2;
  box-shadow: 0 0 50px 10px var(--white-shadow), 0 2px 70px 0 var(--black);
  border-width: 5px;
  width: 12rem;
  height: 12rem;
  margin-top: -2vw;
  position: relative;
}

.image-14.skew {
  align-self: flex-end;
  left: -3vw;
}

.image-14.dec {
  opacity: .82;
  object-fit: contain;
  border-style: none;
  border-radius: 0;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: scale(1.3);
}

.image-14.dec._2 {
  top: auto;
  bottom: 0%;
  left: 18%;
  right: auto;
  transform: scale(.5);
}

.div-block-110 {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  justify-content: center;
  align-items: center;
  margin-top: 3vw;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

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

.div-block-112 {
  grid-row-gap: .2rem;
  flex-direction: column;
  display: flex;
}

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

.fontspacefix {
  font-size: 1.7rem;
  display: inline;
}

.navdropdown-divider {
  background-color: var(--light-pink);
  opacity: .5;
  width: 94%;
  height: 1px;
  margin-top: .2rem;
  margin-bottom: .3rem;
}

.mapcontentwrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.mapwrapper {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32vw;
  max-width: 32rem;
  padding-left: 5vw;
  padding-right: 1vw;
  display: none;
  position: relative;
}

.mapsection {
  padding-top: 5rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}

.list-copy-4 {
  grid-column-gap: 4vw;
  grid-row-gap: .1875rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  min-width: 85%;
  margin-bottom: 0;
  padding-left: 1.25rem;
  line-height: 1.45;
  list-style-type: disc;
  display: grid;
}

.text-span-24 {
  display: inline-block;
}

.paragraph-32 {
  margin-bottom: .7rem;
}

.mapcontainer {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: start;
  width: 86vw;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.listitem_s {
  border-bottom-width: 1px;
  border-bottom-color: #cfebff;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.15rem;
}

.listitem_s.space {
  color: rgba(0, 0, 0, 0);
  height: .2rem;
}

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

.div-block-52 {
  border-radius: 1000px;
  flex: none;
  width: 86.9%;
  height: 66%;
  display: none;
  position: absolute;
  top: .7%;
  bottom: auto;
  left: 1%;
  right: auto;
  overflow: hidden;
}

.div-block-52.mapblur {
  background-color: rgba(255, 255, 255, .42);
}

.div-block-113 {
  grid-column-gap: .25rem;
  align-items: flex-start;
  display: flex;
}

.title_xxl {
  font-family: var(--font-2);
  color: var(--light-pink);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.7rem;
  line-height: 1.2;
}

.title_xxl.dc1 {
  z-index: 3;
  color: var(--white-smoke-2);
  position: relative;
}

.image-15 {
  filter: contrast(130%) brightness(70%);
  object-fit: cover;
  width: 100%;
  height: 30vw;
  max-height: 55vh;
}

.servicecontent-wide {
  transform-origin: 0 0;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-image-location {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.imagesrowwrapper {
  position: relative;
  overflow: hidden;
}

.imagesubtitle {
  font-family: var(--font-2);
  color: var(--black);
  font-size: 1rem;
}

.overlay {
  background-color: var(--overlay);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.galleryimage {
  color: #fff;
  text-align: center;
  width: 27vw;
  min-width: 27vw;
  height: 27vw;
  min-height: 27vw;
  margin-left: -1px;
  margin-right: -1px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.team-background-image {
  background-image: url('../images/img_ev5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-background-image._3 {
  background-image: url('../images/img_hlr2.webp');
}

.team-background-image._2 {
  background-image: url('../images/img_hlr1.webp');
}

.team-background-image._4 {
  background-image: url('../images/img_hlr4.webp');
}

.team-background-image._5 {
  background-image: url('../images/img_hlr3.webp');
}

.team-background-image._6 {
  background-image: url('../images/img_hlr8.webp');
}

.team-background-image._7 {
  background-image: url('../images/img_hlr6.webp');
}

.team-image-lightbox {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: block;
  position: relative;
}

.team-location-icon {
  background-color: var(--brand1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 9px;
  display: flex;
}

.about-images {
  z-index: 10;
  display: flex;
  position: relative;
  overflow: hidden;
}

._0_0 {
  overflow: hidden;
}

.image-16 {
  width: 90%;
}

@media screen and (min-width: 1440px) {
  .nav-link-drop-down {
    margin-top: 4px;
    line-height: 1em;
    display: inline-block;
  }

  .bg.heroinfoimg {
    background-position: 50% 29%;
    background-size: 100% 200%;
  }

  .bg.sectionbg1.cover {
    background-image: linear-gradient(90deg, var(--transparent) 10%, var(--brand1) 50%);
    background-position: 0 0;
  }

  .buttton-copy.navdd-b {
    font-size: 1.2rem;
  }

  .navbarlink {
    font-size: 1.125rem;
    line-height: 1.6;
  }

  .dropdownlink-2 {
    font-size: 1.07rem;
  }

  .para_s.linkp.sub {
    font-size: 1rem;
  }

  .list-2 {
    margin-top: 7px;
  }

  .jobdescriptiondropdownwrapper {
    margin-top: 4px;
    display: inline-block;
  }

  .div-block-14 {
    margin-bottom: 90px;
  }

  .herotitle {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    font-size: 1.85rem;
  }

  .bg.herobg {
    width: 110%;
    bottom: -18%;
    left: -10%;
  }

  .bg.sectionbg1 {
    margin-bottom: -16.8rem;
  }

  .container.herocontainer {
    padding-top: 17.2rem;
    padding-bottom: 10rem;
  }

  .sub-footer {
    margin-top: 4.4rem;
    padding-top: 1rem;
    padding-bottom: .9rem;
  }

  .subfootertext {
    font-size: 1.3rem;
  }

  .buttton-copy {
    padding: .8rem 1.7rem;
  }

  .buttton-copy.navb {
    padding: .55rem 1.4rem .48rem;
  }

  .buttton-copy.navdd-b {
    padding: .55rem 1.4rem .48rem;
    font-size: 1.65rem;
  }

  .dropdown-list-wrapper {
    margin-top: 1rem;
  }

  .navbarlink {
    font-size: 1.8rem;
  }

  .navbar {
    height: 8.1rem;
    margin-top: 3.4rem;
    margin-bottom: -11.5rem;
    top: 3.2rem;
  }

  .dropdownlink-2 {
    padding: .4125rem 1.325rem;
    font-size: 1.6rem;
  }

  .title_m {
    font-size: 2.2rem;
  }

  .title_m.footwetitle {
    margin-top: .5rem;
    margin-bottom: 1.3rem;
    font-size: 2.6rem;
  }

  .title_m.footwetitle.sub {
    margin-top: 1.2rem;
    font-size: 2rem;
  }

  .title_m.format2 {
    margin-bottom: .6rem;
    font-size: 1.87rem;
  }

  .title_m.format4 {
    font-size: 2.2rem;
  }

  .title_m.formar1 {
    height: 5.3rem;
  }

  .div-block-47 {
    padding: 2.7rem 3.1rem 3.1rem;
  }

  .div-block-47.format1 {
    margin-top: -5.1rem;
  }

  .para_s {
    font-size: 1.7rem;
  }

  .para_s.arrow {
    width: 4.5rem;
    min-height: 4rem;
    font-size: 1.3rem;
  }

  .para_s.servicecardp {
    margin-top: .8rem;
    margin-bottom: 2.2rem;
  }

  .para_s.linkp {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .para_s.linkp.sub {
    font-size: 1.5rem;
  }

  .para_s.bp2 {
    margin-bottom: 1.5rem;
  }

  .para_s.bp1 {
    margin-bottom: .85rem;
  }

  .para_s.format1 {
    margin-bottom: .4rem;
    font-size: 1.6rem;
  }

  .para_s.format2 {
    margin-top: .9rem;
    line-height: 1.5;
  }

  .para_s.feep2 {
    font-size: 1.5rem;
  }

  .div-block-39 {
    margin-bottom: 6rem;
  }

  .paragraph-22 {
    margin-top: 1.6rem;
    margin-bottom: 2.2rem;
  }

  .image.servicecardimg.front {
    width: 7.5rem;
    height: 6rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    left: 1.4rem;
  }

  .imagewrapper.left {
    top: 13.7rem;
  }

  .section_l {
    padding-top: 7rem;
    padding-bottom: 8rem;
  }

  .image-hover {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .title_s {
    font-size: 1.75rem;
  }

  .title_s.format2 {
    margin-top: 1.3rem;
    margin-bottom: 7rem;
  }

  .list-wrapper {
    grid-row-gap: 3rem;
  }

  .footer-text {
    font-size: 1.6rem;
  }

  .div-block-38-copy {
    grid-column-gap: 4vw;
  }

  .auimagewrapper {
    max-height: 25rem;
  }

  .div-block-40 {
    padding: 2.7rem 2.6rem 2.6rem;
  }

  .top {
    padding-top: 11.5rem;
  }

  .whyusblock {
    grid-column-gap: 2rem;
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .whyusblock.format1 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-top: 5rem;
  }

  .list {
    padding-left: 1.5rem;
  }

  .paragraph-28 {
    margin-top: 2rem;
  }

  .title_xl {
    font-size: 3.3rem;
  }

  .servicenav {
    top: 17.8rem;
  }

  .servicetag {
    width: 24rem;
    padding: 2.1rem 2.1rem 2.1rem 2.2rem;
  }

  .text-span-18 {
    font-size: 1.65rem;
  }

  .div-block-55 {
    grid-row-gap: 2rem;
    margin-left: 2.5rem;
  }

  .detailrates-2 {
    padding-bottom: 2.675rem;
  }

  .text-span-15 {
    font-size: 1.5rem;
  }

  .detailrate.sub {
    font-size: 1.55rem;
  }

  .text-span-8 {
    font-size: 1.85rem;
  }

  .pricingtitle {
    margin-top: 2rem;
    padding-left: 3.65rem;
    padding-right: 3.65rem;
    font-size: 2rem;
  }

  .ratewrapper-2 {
    margin-bottom: 2rem;
  }

  .footercontent {
    padding-top: 4.6rem;
  }

  .paymenticon {
    height: 2.6rem;
    margin-top: .42rem;
    margin-right: .42rem;
  }

  .list-item-3 {
    font-size: 1.65rem;
  }

  .text-block-8 {
    height: 3.5rem;
    font-size: 1.4rem;
  }

  .paragraph-29 {
    margin-top: 1.2rem;
  }

  .space_m {
    height: 2rem;
  }

  .list-item-4 {
    background-image: none;
    font-size: 1.65rem;
  }

  .serviceimagewrapper {
    height: 35.4rem;
  }

  .text-block-11 {
    font-size: 1.55rem;
  }

  .div-block-59 {
    grid-row-gap: 2rem;
  }

  .text-block-12 {
    font-size: 1.55rem;
  }

  .dropdowniconwrapper {
    width: 3.7rem;
    min-width: 3.7rem;
    min-height: 3.7rem;
  }

  .jobdescriptionwrapper {
    padding: 1.225rem 2.35rem;
  }

  .h3-2.faq-title {
    font-size: 2rem;
  }

  .line-icon-1 {
    min-height: 1.5rem;
  }

  .line-icon-2 {
    width: 1.5rem;
  }

  .paragraph-27 {
    font-size: 1.4rem;
  }

  .div-block-18 {
    grid-row-gap: .7rem;
    margin-top: 1.2rem;
  }

  .div-block-17 {
    padding: 1rem 3rem 1rem 2.275rem;
  }

  .div-block-17.main {
    padding-top: 1.65rem;
    padding-bottom: 1.65rem;
    padding-left: 3rem;
  }

  .s1title {
    font-size: 5rem;
  }

  .herosubtitle {
    font-size: 1.75rem;
  }

  .navigation {
    top: -12rem;
  }

  .herotitle {
    margin-bottom: 1.4rem;
    font-size: 5.7rem;
  }

  .paragraph {
    font-size: 2.3rem;
  }

  .paragraph.slidertext {
    max-width: 11rem;
  }

  .decs {
    width: 3rem;
    height: .2rem;
  }

  .div-block-37 {
    margin-top: 1.8rem;
  }

  .div-block-2 {
    margin-top: 16.6rem;
    margin-bottom: 8.2rem;
  }

  .slider {
    max-width: 11rem;
  }

  .div-block-100 {
    grid-column-gap: 1.5rem;
  }

  .div-block-70 {
    margin-bottom: .9rem;
  }

  .herorowtext.first {
    margin-top: 4.5rem;
    margin-bottom: .8rem;
    font-size: 2.3rem;
  }

  .list-item-5 {
    margin-bottom: .35rem;
    font-size: 1.6rem;
  }

  .list-4 {
    margin-top: .9rem;
    padding-left: 1.55rem;
  }

  .section-1 {
    padding-bottom: 2.9rem;
  }

  .container-1 {
    padding: 4rem 4.2rem 4.5rem;
  }

  .container-1.format1 {
    margin-top: -8rem;
    top: 10rem;
  }

  .div-block-105 {
    grid-column-gap: 1.5rem;
  }

  .image-11 {
    height: 2.6rem;
  }

  .div-block-106 {
    grid-row-gap: 1.5rem;
  }

  .div-block-106.sub {
    grid-row-gap: 1rem;
  }

  .section_xl {
    padding-top: 9.5rem;
    padding-bottom: 8.2rem;
  }

  .button-icon-svg {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.7rem;
  }

  .buttonarrow {
    width: 6.6rem;
    height: 4.5rem;
    font-size: 1.6rem;
  }

  .list-5 {
    margin-bottom: 3rem;
    padding-left: 1.6rem;
  }

  .promise-intro {
    grid-row-gap: 3.75rem;
    max-width: 1300px;
  }

  .section-intro {
    margin-top: 9rem;
  }

  .div-block-108 {
    width: 5.5rem;
    height: 5.5rem;
  }

  .image-14 {
    width: 6rem;
    height: 6rem;
  }

  .image-14.center {
    width: 15rem;
    height: 15rem;
    margin-bottom: .5rem;
  }

  .div-block-110 {
    margin-bottom: 2.5rem;
  }

  .fontspacefix {
    font-size: 2.9rem;
  }

  .mapsection {
    padding-top: 7rem;
    padding-bottom: 7.2rem;
  }

  .list-copy-4 {
    padding-left: 1.6rem;
  }

  .mapcontainer {
    grid-row-gap: 2rem;
  }

  .listitem_s {
    font-size: 1.6rem;
  }

  .div-block-113 {
    grid-column-gap: .45rem;
  }

  .title_xxl {
    font-size: 3.8rem;
  }

  .imagesubtitle {
    font-size: 1.7rem;
  }

  .team-image-lightbox {
    padding: 4rem;
  }

  .team-location-icon {
    width: 60px;
    height: 60px;
  }

  .image-16 {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .nav-link-drop-down {
    font-size: 25px;
  }

  .nav-link-drop-down.dropdown {
    text-align: center;
    width: 100%;
  }

  .bg.herobg {
    width: 140%;
    max-height: 60%;
    bottom: -10%;
    left: -20%;
  }

  .bg.heroinfoimg {
    opacity: .13;
    background-size: cover;
  }

  .bg.sectionbg1 {
    margin-bottom: -15rem;
  }

  .bg.sectionbg1.cover {
    background-image: linear-gradient(to right, var(--transparent) 14%, var(--brand2) 96%);
    background-position: 0 0;
  }

  .yellowbutton.navbarbutton {
    margin-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .trianglebutton {
    margin-left: 10px;
    margin-right: 20px;
  }

  .container.herocontainer {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }

  .footer {
    margin-top: 0;
  }

  .navmenu {
    background-color: var(--black);
    box-shadow: 0 1px 9px -4px var(--shadow), 0 2px 3px 0 var(--shadow);
    width: 80vw;
    max-width: 100%;
    max-height: 70vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: .95rem;
    padding-bottom: 1.25rem;
    position: absolute;
    overflow: hidden;
  }

  .hearder-button-line-bottom-2 {
    background-color: var(--white-smoke-2);
    transform-origin: 0%;
    width: 100%;
    min-height: 3px;
    max-height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .buttton-copy.navb {
    font-size: 1.125rem;
  }

  .buttton-copy.navb.tabletview {
    align-self: center;
    margin-right: 1rem;
    display: block;
  }

  .buttton-copy.navb.tabletview.hide {
    display: none;
  }

  .buttton-copy.navdd-b {
    font-size: 1.125rem;
  }

  .button-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .dropdown-list-wrapper {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    margin-top: .2rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-list-wrapper.w--open {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    padding: 25px 10px;
    display: flex;
    position: static;
  }

  .navbarlink {
    font-size: 1.1rem;
  }

  .navbar_line {
    display: none;
  }

  .navbarlinkwrapper-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-list {
    position: relative;
    left: 0;
  }

  .dropdown-list.w--open {
    flex-direction: column;
    align-self: stretch;
    align-items: center;
    margin-top: 15px;
    padding: 13px 20px;
    display: block;
    position: static;
  }

  .hearder-button-line-top-2 {
    background-color: var(--white-smoke-2);
    transform-origin: 0%;
    width: 100%;
    min-height: 3px;
    max-height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .headernav-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .navbar {
    border-bottom-width: 2.5px;
  }

  .nav-link-drop-down-2 {
    font-size: 25px;
  }

  .nav-link-drop-down-2.dropdown {
    text-align: center;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .dropdownlink-2 {
    text-align: center;
    padding-top: .125rem;
    padding-bottom: .2rem;
    font-size: 1.05rem;
    font-weight: 400;
  }

  .dropdownlink-2:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .new-item-wrapper {
    justify-content: center;
    margin-right: 0;
    padding: .3125rem 1.25rem;
    display: flex;
  }

  .new-item-wrapper.main {
    display: none;
  }

  .nav-menu-button {
    perspective: 10000px;
    background-color: rgba(0, 0, 0, 0);
    width: 3.125rem;
    min-width: 3.125rem;
    max-width: 10vh;
    min-height: 3.125rem;
    max-height: 10vh;
    padding: 0;
    transition: transform .3s;
  }

  .nav-menu-button:hover {
    transform: scale(.96);
  }

  .nav-menu-button.w--open {
    background-color: var(--shadow);
  }

  .nav-menu-button.w--open:hover {
    background-image: none;
  }

  .hearder-button-line-medium-2 {
    background-color: var(--white-smoke-2);
    width: 100%;
    min-height: 3px;
    max-height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navcontainer {
    align-items: center;
  }

  .navbuttonicons-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 25px;
    height: 20px;
    max-height: 10vh;
    display: flex;
  }

  .div-block-47 {
    padding-left: 1.5rem;
    right: 0;
  }

  .div-block-47.format1 {
    padding-right: 1.5rem;
  }

  .para_s.feep2 {
    margin-top: -1.2rem;
  }

  .button.hide {
    display: none;
  }

  .div-block-39 {
    margin-bottom: 1rem;
  }

  .relative-base-block {
    grid-template-columns: 1fr;
  }

  .image.servicecardimg {
    flex: none;
  }

  .image.servicecardimg.bg.blur {
    filter: blur(20px);
  }

  .image.servicecardimg.front {
    top: -.7rem;
    left: 1.9rem;
  }

  .imagewrapper.left {
    width: 100%;
    min-width: 0;
    height: 53vw;
    margin-top: -38vw;
    margin-left: 0;
    top: 3rem;
  }

  .section_l {
    padding-bottom: 5rem;
  }

  .image-hover {
    text-align: center;
    align-items: center;
    width: 95%;
    padding-top: 5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    position: relative;
  }

  .list-wrapper {
    grid-column-gap: 1.875rem;
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .image-link {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footercontentwrapper {
    text-align: left;
    margin-bottom: 0;
  }

  .div-block-49 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-38-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 1.875rem;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-40 {
    width: auto;
    margin-top: 0%;
  }

  .whyusblock {
    grid-row-gap: 1.6rem;
    grid-template-columns: 1fr;
  }

  .wutop {
    width: 100%;
    height: 25vw;
  }

  .wutop.format1 {
    height: 27vw;
  }

  .wucard {
    flex-direction: column;
  }

  .title_xl.format2 {
    white-space: nowrap;
  }

  .servicetag {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.45rem;
  }

  .div-block-55 {
    grid-row-gap: 1.25rem;
  }

  .pricingtab-2 {
    width: 100%;
  }

  .ratewrapper-2 {
    margin-bottom: 1.25rem;
  }

  .jobcontentwrapper {
    padding-top: 0;
  }

  .list-2 {
    line-height: 1.5;
  }

  .paragraph-31 {
    margin-top: .5rem;
  }

  .jobdescriptiondropdownwrapper {
    grid-auto-columns: 1fr;
    display: flex;
  }

  .serviceimagewrapper {
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 81%;
    height: 36vw;
    max-height: none;
    margin-bottom: -2.9rem;
  }

  .top-text {
    margin-bottom: .4rem;
  }

  .s1title {
    transform-origin: 50%;
    max-width: none;
    font-size: 40px;
  }

  .herotitle {
    font-size: 3.2rem;
  }

  .div-block-37 {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .div-block-6 {
    padding-bottom: 0;
  }

  .div-block-2 {
    margin-top: 10rem;
    margin-bottom: 5rem;
  }

  .section-1 {
    margin-top: -3.125rem;
  }

  .container-1.format1 {
    margin-top: -7rem;
    top: 7rem;
  }

  .whole-card-grid {
    grid-row-gap: 2.75rem;
    grid-template-columns: 1fr 1fr;
  }

  .whole-card-grid.format2 {
    grid-row-gap: 1.75rem;
    grid-template-columns: 1fr;
  }

  .list-5 {
    width: 100%;
    padding-left: 1.3rem;
  }

  .list-item-6.half {
    width: 68%;
  }

  .section-intro {
    margin-top: 10rem;
    margin-bottom: 0;
  }

  .div-block-109 {
    grid-column-gap: 2rem;
  }

  .mapcontentwrapper {
    min-width: 100%;
  }

  .mapwrapper {
    width: 50vw;
    padding-left: 0;
    padding-right: 0;
  }

  .list-copy-4 {
    grid-column-gap: 6vw;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    min-width: 75%;
  }

  .mapcontainer {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .div-block-46 {
    align-items: center;
  }

  .image-15 {
    height: 35vw;
  }

  .team-image-location {
    display: none;
  }

  .grid-wrapper {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .about-images {
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  .bg.herobg {
    max-height: 52%;
    bottom: 0%;
    left: -25%;
  }

  .bg.herobg2 {
    width: 120%;
    bottom: 0%;
    left: -10%;
  }

  .bg.sectionbg2 {
    filter: brightness(80%) contrast(85%);
    background-position: 0%;
  }

  .yellowbutton.navbarbutton, .trianglebutton {
    display: none;
  }

  .navbar3 {
    height: 90px;
  }

  .button-2 {
    font-size: 16px;
  }

  .sub-footer {
    margin-top: 5vw;
    padding-top: .625rem;
    padding-bottom: .5625rem;
  }

  .subfooterwrapper {
    height: auto;
  }

  .subfootertext {
    flex: 1;
    font-size: .875rem;
  }

  .navmenu {
    max-height: 60vh;
  }

  .dropdown-list-wrapper.w--open {
    text-align: left;
    margin-left: 0;
  }

  .spaceblock {
    font-size: 3px;
  }

  .dropdown-list.w--open {
    text-align: left;
    margin-top: 8px;
    margin-left: 0;
    padding: 5px 15px;
  }

  .headernav-2 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .navbar {
    height: 4.3rem;
    margin-bottom: -6.4rem;
    top: 1.3rem;
  }

  .logoimage {
    flex: 0 auto;
  }

  .nav-link-drop-down-2.dropdown, .new-item-wrapper.dropdown {
    background-color: rgba(0, 0, 0, 0);
  }

  .new-item-wrapper.main {
    margin-left: 0;
  }

  .navcontainer {
    padding-left: 2.3vw;
  }

  .title_m, .title_m.format4 {
    font-size: 1.3rem;
  }

  .title_m.formar1 {
    justify-content: flex-start;
    align-items: center;
    height: 3.6rem;
  }

  .div-block-47 {
    color: var(--light-pink);
    background-color: rgba(103, 9, 16, .8);
    position: relative;
  }

  .div-block-47.format1 {
    color: var(--black);
    margin-top: -3.3rem;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .para_s.feep2 {
    font-size: .9rem;
  }

  .relative-base-block {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .image {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .image.servicecardimg {
    flex: 1;
  }

  .image.servicecardimg.front {
    width: 5rem;
    height: 4.1rem;
    padding-top: .9rem;
    padding-bottom: .9rem;
  }

  .imagewrapper {
    width: 60%;
  }

  .imagewrapper.left {
    width: 100%;
    height: 65vw;
  }

  .section_l {
    padding-top: 4rem;
    padding-bottom: 3.75rem;
  }

  .section_l.sepcial1.dc1, .section_l.sepcial1.dc2 {
    background-image: linear-gradient(45deg, rgba(243, 243, 243, .16) 12%, rgba(247, 247, 247, .1) 50%, rgba(255, 255, 255, 0) 84%);
  }

  .title_s.dc1 {
    color: var(--white-smoke-2);
  }

  .title_s.format2 {
    margin-bottom: 3.3rem;
  }

  .list-wrapper {
    max-width: none;
  }

  .footer-text {
    font-size: 1.05rem;
  }

  .div-block-49 {
    flex-flow: column wrap;
    display: flex;
  }

  .div-block-38-copy {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .div-block-40 {
    grid-row-gap: 10px;
    min-width: 88%;
  }

  .top {
    padding-top: 6.4rem;
  }

  .serviceblock {
    order: -1;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: stretch;
  }

  .div-block-51 {
    align-items: flex-end;
  }

  .servicecontent {
    margin-left: 0;
  }

  .whyusblock {
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    margin-top: 2.5rem;
  }

  .whyusblock.format1 {
    grid-template-columns: 1fr;
  }

  .wutop {
    height: 100%;
    position: absolute;
  }

  .wutop.format1 {
    height: 40vw;
    position: relative;
  }

  .wucard {
    border-top: 2px solid var(--brandsub1);
  }

  .list {
    margin-top: 3px;
    margin-bottom: 10px;
  }

  .title_xl {
    font-size: 2.125rem;
  }

  .title_xl.format2 {
    display: none;
  }

  .servicenav {
    width: 0;
    top: auto;
    bottom: 20px;
  }

  .servicetag {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--black);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-height: 50vh;
    margin-bottom: 3.125rem;
    display: none;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: auto;
  }

  .sna {
    opacity: .83;
    color: var(--transparent);
    background-image: url('../images/icon_cross_1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 46%;
    width: 100%;
    line-height: 1;
  }

  .div-block-53 {
    background-color: var(--brand1);
    cursor: pointer;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: -2.5rem;
    display: flex;
  }

  ._20_18-2 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .div-block-55 {
    order: -1;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .text-span-15 {
    font-size: .93rem;
  }

  .pricingtitle {
    font-size: 1.55rem;
  }

  .jobcontentwrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-columns: auto;
  }

  .list-2 {
    padding-left: 25px;
  }

  .image-2 {
    border-radius: .5px;
  }

  .text-block-8 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    min-width: 94%;
    max-width: 94%;
  }

  .divider {
    display: none;
  }

  .space_m {
    height: 1rem;
  }

  .paragraph-31 {
    margin-bottom: 1.5625rem;
  }

  .formcontainer-wrapper {
    max-width: 88vw;
  }

  .italic-text-3 {
    font-size: 1.07rem;
  }

  .paragraph-35 {
    margin-bottom: .625rem;
  }

  .formwrapper {
    min-width: 95vw;
  }

  .formwrapper.padding {
    min-width: 103%;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .formwrapper.special {
    min-width: 93vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .h3-2 {
    margin-bottom: 13px;
    font-size: 22px;
  }

  .h3-2.faq-title {
    margin-right: 3.125rem;
  }

  .dropdowncontent {
    margin-top: .4rem;
  }

  .top-text {
    font-size: 1.1rem;
  }

  .div-block-17 {
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .div-block-14 {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .s1title {
    font-size: 35px;
  }

  .herosubtitle {
    font-size: 1.07rem;
  }

  .text-span-28 {
    display: none;
  }

  .herotitle {
    font-size: 2.6rem;
  }

  .paragraph {
    text-align: center;
    font-size: 1.25rem;
  }

  .paragraph.slidertext {
    text-align: center;
  }

  .div-block-6 {
    justify-content: space-around;
  }

  .div-block-2 {
    margin-top: 9.2rem;
  }

  .slider {
    display: none;
  }

  .gallery-image.p1, .gallery-image.p2 {
    object-position: 40% 50%;
  }

  .div-block-70 {
    grid-column-gap: 5px;
    grid-template-columns: auto;
  }

  .herorowtext.first {
    font-size: 1.2rem;
  }

  .div-block-101 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .section-1 {
    margin-top: -2.5rem;
  }

  .container-1 {
    padding-top: 2.4rem;
  }

  .whole-card-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .div-block-106 {
    grid-row-gap: .7rem;
  }

  .div-block-106.sub {
    grid-row-gap: .35rem;
  }

  .section_xl {
    padding-top: 4.5rem;
    padding-bottom: 5.2rem;
  }

  .button-icon-svg {
    width: .9rem;
    height: .9rem;
  }

  .section-divider {
    width: 100%;
  }

  .div-block-110 {
    margin-bottom: 1rem;
    transform: scale(.8);
  }

  .fontspacefix {
    font-size: 1rem;
  }

  .mapwrapper {
    width: 70vw;
  }

  .mapsection {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .list-copy-4 {
    grid-template-columns: auto;
  }

  .listitem_s {
    font-size: 1rem;
  }

  .title_xxl {
    font-size: 2.2rem;
  }

  .image-15 {
    height: 50vw;
  }

  .servicecontent-wide {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .galleryimage {
    min-width: 220px;
    min-height: 250px;
  }

  .galleryimage.order {
    order: 1;
  }

  .grid-wrapper {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 1.2rem;
  }

  .bg.servicecard {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 60px;
  }

  .bg.herobg {
    width: 150%;
    max-height: 41%;
    bottom: 2rem;
    left: -27%;
  }

  .bg.herobg.mobile {
    bottom: 0%;
  }

  .bg.herogd {
    background-image: radial-gradient(circle at 50% 40%, rgba(10, 49, 20, 0) 54%, #ffc93c 54%, #ffc93c 104%);
  }

  .bg.herobg2 {
    width: 150%;
    height: 80%;
    left: -17%;
  }

  .bg.heroinfoimg {
    background-position: 75%;
  }

  .bg.sectionbg2 {
    background-position: 10%;
  }

  .bg.sectionbg1 {
    background-position: 0 0;
    background-size: 100%;
    margin-bottom: 0;
    bottom: 50%;
  }

  .bg.sectionbg1.cover {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 7%, var(--transparent) 10%, var(--brand2) 62%);
    background-position: 0 0;
    bottom: 30%;
  }

  .yellowbutton {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 3.8vw;
  }

  .container.footerc {
    padding-top: 1rem;
  }

  .container.herocontainer {
    padding-top: 9rem;
    padding-bottom: 4rem;
  }

  .button-2 {
    margin-bottom: 0;
  }

  .sub-footer {
    margin-top: 11vw;
  }

  .subfooterwrapper {
    height: auto;
  }

  .navmenu {
    max-height: 88vh;
  }

  .buttton-copy.navb {
    font-size: 1.05rem;
  }

  .buttton-copy.navb.tabletview {
    display: none;
  }

  .buttton-copy.navdd-b {
    font-size: 1.05rem;
  }

  .dropdown-list-wrapper.w--open {
    padding-top: 30px;
  }

  .dropdown-list.w--open {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logoimage {
    max-width: 30vw;
  }

  .dropdownlink-2 {
    white-space: normal;
  }

  .new-item-wrapper.dropdown {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .new-item-wrapper.main {
    flex-direction: column;
    align-items: stretch;
    display: block;
  }

  .navcontainer {
    background-image: linear-gradient(45deg, var(--transparent) 9%, #331010 79%, rgba(224, 224, 224, .12));
    padding-left: 2.7vw;
  }

  .title_m.format2 {
    font-size: 1.125rem;
  }

  .title_m.card-title {
    margin-bottom: 1rem;
  }

  .title_m.formar1 {
    margin-bottom: 0;
  }

  .div-block-47 {
    margin-top: 0%;
  }

  .para_s {
    font-size: 1.05rem;
  }

  .para_s.arrow {
    width: 2.7rem;
    min-height: 2.4rem;
  }

  .para_s.linkp {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .para_s.linkp.sub {
    font-size: 1rem;
  }

  .para_s.bp1 {
    margin-bottom: .3rem;
  }

  .div-block-39 {
    margin-bottom: 25vw;
  }

  .relative-base-block {
    align-items: center;
  }

  .image.origin {
    background-image: url('../images/img_aboutus2_3.webp');
    background-position: 100% 100%;
  }

  .image.servicecardimg.front {
    width: 24vw;
    max-width: 5rem;
    height: 20vw;
    max-height: 4.1rem;
    padding: .8rem;
    bottom: 14%;
    right: -5.2vw;
  }

  .imagewrapper {
    width: 80%;
  }

  .imagewrapper.left {
    margin-top: -83vw;
    top: 1rem;
  }

  .section_l {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .section_l.formsection {
    padding-bottom: 0;
  }

  .image-hover {
    width: 100%;
    margin-left: 0;
    padding-bottom: 1.7rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .list-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .image-link {
    margin-bottom: 10px;
  }

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

  .div-block-40 {
    padding: 1.12rem;
  }

  .wutop.format1 {
    height: 50vw;
  }

  .title_xl {
    font-size: 1.85rem;
  }

  .servicetag {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 77vw;
    max-height: 70vh;
  }

  ._20_18-2 {
    font-size: 18px;
  }

  .pricingtab-2 {
    width: 100%;
  }

  .detailrate {
    font-size: 1.1rem;
  }

  .detailrate.sub {
    font-size: 1rem;
  }

  .text-span-8 {
    font-size: 1.125rem;
  }

  .pricingtitle {
    margin-top: 1.5625rem;
    font-size: 1.25rem;
  }

  .ratewrapper-2 {
    margin-top: .93rem;
    padding: .93rem 1rem;
  }

  .jobcontentwrapper {
    grid-row-gap: 5px;
  }

  .list-2 {
    margin-bottom: 5px;
    margin-left: 5px;
    padding-left: 20px;
  }

  .footercontent {
    height: auto;
    padding-top: 10vw;
  }

  .paymenticon {
    max-width: 18vw;
    height: 1.6rem;
  }

  .list-item-3 {
    font-size: 1.1rem;
  }

  .text-block-8 {
    font-size: .85rem;
  }

  .divider {
    display: none;
  }

  .paragraph-31 {
    margin-top: .7rem;
  }

  .formcontainer-wrapper {
    max-width: 85vw;
  }

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

  .list-item-4 {
    background-size: auto 17px;
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .serviceimagewrapper {
    width: 85%;
    height: 45vw;
  }

  .div-block-58 {
    margin-top: .5rem;
  }

  .text-block-12 {
    margin-left: 5px;
    font-size: 1.03125rem;
  }

  .dropdowniconwrapper {
    width: 2.5rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
    top: .4375rem;
  }

  .formwrapper {
    min-width: 100vw;
  }

  .formwrapper.padding {
    min-width: 100vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .formwrapper.special {
    min-width: 93vw;
  }

  .jobdescriptionwrapper {
    padding-top: .45rem;
    padding-bottom: .45rem;
  }

  .h3-2 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .h3-2.faq-title {
    height: 2.5rem;
    font-size: 1.25rem;
  }

  .line-icon-1 {
    min-height: 15px;
  }

  .line-icon-2 {
    width: 15px;
  }

  .top-text {
    margin-bottom: .625rem;
  }

  .div-block-18 {
    transform-origin: 50%;
    align-self: stretch;
  }

  .div-block-17 {
    transform-origin: 50%;
    background-color: rgba(142, 165, 148, .75);
    border-radius: 0;
    padding-left: 1.25rem;
  }

  .div-block-17:hover {
    background-color: #7fa589;
  }

  .div-block-17.main {
    text-align: center;
    display: none;
  }

  .div-block-14 {
    margin-bottom: 15vw;
    padding-bottom: 1rem;
  }

  .s1title {
    font-size: 28px;
  }

  .herosubtitle.sub {
    text-align: center;
  }

  .herotitle {
    font-size: 2.1rem;
  }

  .paragraph {
    font-size: 1.15rem;
  }

  .paragraph.slidertext {
    text-align: center;
  }

  .div-block-62 {
    width: 60px;
    height: 50px;
  }

  .decs {
    width: 1.3rem;
  }

  .decs.dc1 {
    min-width: 15vw;
  }

  .image-10 {
    width: 60px;
  }

  .div-block-37 {
    grid-row-gap: 0px;
    justify-items: start;
    margin-top: .6rem;
  }

  .div-block-2 {
    margin-top: 9rem;
  }

  .container-2 {
    width: 82vw;
  }

  .gallery-image.p1 {
    object-position: 40% 50%;
  }

  .gallery-image.p2 {
    object-position: 35% 50%;
  }

  .div-block-100 {
    grid-column-gap: .75rem;
  }

  .div-block-100.format1 {
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1rem;
  }

  .div-block-70 {
    grid-template-columns: auto;
  }

  .herorowtext {
    margin-top: .1875rem;
    margin-bottom: .1875rem;
    line-height: 1.4;
  }

  .herorowtext.first {
    margin-bottom: 1rem;
  }

  .list-item-5 {
    font-size: 1.05rem;
  }

  .list-4 {
    padding-left: 1.1rem;
  }

  .container-1 {
    padding-top: 2.2rem;
    padding-left: 1.65rem;
    padding-right: 1.65rem;
  }

  .container-1.format1 {
    background-image: linear-gradient(to right, transparent, var(--white-shadow) 42%, var(--white-shadow) 58%, transparent);
    margin-top: -14.2rem;
    top: 14.4rem;
  }

  .div-block-106 {
    grid-row-gap: .75rem;
  }

  .section_xl {
    padding-top: 4rem;
    padding-bottom: 4.7rem;
  }

  .buttonarrow {
    height: 2.7rem;
    font-size: 1.05rem;
  }

  .list-5 {
    margin-bottom: 20vw;
  }

  .list-item-6.half {
    width: 100%;
  }

  .promise-intro {
    grid-row-gap: 2rem;
    max-width: 320px;
  }

  .section-intro {
    margin-top: 13.4rem;
    margin-bottom: 0;
  }

  .div-block-108 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .div-block-109 {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .image-14.dec._2 {
    left: 4%;
  }

  .div-block-110 {
    margin-top: -1.1rem;
    margin-bottom: -.5rem;
    transform: scale(.7);
  }

  .mapsection {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }

  .list-copy-4 {
    grid-row-gap: 2px;
    grid-template-columns: 1fr;
  }

  .mapcontainer {
    width: 83vw;
  }

  .title_xxl {
    font-size: 1.9rem;
  }

  .image-15 {
    height: 65vw;
  }
}

#w-node-_5dbb5f3b-603a-247c-33c6-bb4a100c4865-2d79e5ea, #w-node-a7f1944c-392c-e4ff-060f-1b9953a4cb7a-2d79e5ea, #w-node-_61e3a445-b264-06d5-fc8a-de60b4350158-2d79e5ea, #w-node-_69375785-770b-a0a3-76c5-ca03e58e2e1f-2d79e5ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20a17710-36ad-c084-69b7-df61dabca150-2d79e5ea {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3cb3d58-6acf-80f1-fa12-fee1ef1a59d6-2d79e5ea, #w-node-_0ccbf6f6-650a-45e1-6851-8306f62f6ca3-2d79e5ea, #w-node-_26a36bf1-4baa-d13b-efeb-d23a0083ed46-2d79e5ea {
  justify-self: center;
}

#w-node-e912e2c2-0b70-28f2-e509-ac74c9c80b59-2d79e5ea, #w-node-_77abbdab-11ff-4fa6-6836-fc78cdb4a124-2d79e5ea, #w-node-fad912f0-368a-3896-c83a-cfea75e3d6bb-2d79e5ea, #w-node-c272a68f-6bbf-f932-4b71-4fc61e3602be-2d79e5ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f615d43d-15d0-89b2-8cf6-9c5c0a86af8f-2d79e5ea {
  justify-self: center;
}

#w-node-_8f75ebbc-dc12-a4b0-76bd-5010fd1331c4-362c97de, #w-node-_8f75ebbc-dc12-a4b0-76bd-5010fd1331c5-362c97de {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_91fa87d4-41d6-783d-d295-0142aa515991-2d79e5ed {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_91fa87d4-41d6-783d-d295-0142aa5159b4-2d79e5ed {
  align-self: start;
}

#w-node-e06a743f-69e9-acac-8375-0010a29a2daa-2d79e5f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a408c09c-55e8-7abb-4a28-4bf306f7c1ba-2d79e5f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a408c09c-55e8-7abb-4a28-4bf306f7c1bb-2d79e5f4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a408c09c-55e8-7abb-4a28-4bf306f7c1e0-2d79e5f4, #w-node-fff8a5c0-9428-24b7-8c8e-d966edc2675e-2d79e5f4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a408c09c-55e8-7abb-4a28-4bf306f7c1f2-2d79e5f4 {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-_36b20d92-e58c-db79-ebed-d27e170b8377-2d79e5f4 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_36b20d92-e58c-db79-ebed-d27e170b837e-2d79e5f4, #w-node-_0b90228a-028b-2167-4c93-67641594ca0b-2d79e5f4, #w-node-_2d796a5e-6db3-e2c5-18a3-b2054acf1c97-2d79e5f4, #w-node-db0432ab-f529-2af7-d828-bf7b0ee40499-2d79e5f4, #w-node-f9dece66-f957-a92d-305b-0896b2481960-2d79e5f4, #w-node-_809d2e25-d576-2133-f639-90533f29f71f-2d79e5f4, #w-node-_01e6ddc2-6bbd-af0b-8dc2-c020b169c507-2d79e5f4 {
  align-self: center;
  justify-self: center;
}

#w-node-_2ff4d3cb-1f71-1b7a-5e9a-1a16f4b012f9-2d79e5f9, #w-node-_677c8377-9540-6f58-d84b-5f4e0e592845-2d79e5f9 {
  justify-self: start;
}

#w-node-_2f3e1d4f-2c63-e4da-a122-7cd3030bf179-2d79e5f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_5512a187-c3ad-42b5-ec68-d6dd6bf437ff-2d79e5ea {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_61e3a445-b264-06d5-fc8a-de60b4350158-2d79e5ea {
    grid-column: span 2 / span 2;
  }

  #w-node-_69375785-770b-a0a3-76c5-ca03e58e2e1f-2d79e5ea {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_20a17710-36ad-c084-69b7-df61dabca150-2d79e5ea {
    grid-column: span 1 / span 1;
  }

  #w-node-_3f9fea55-770f-8e1a-6d49-36b03872ad3c-2d79e5ea {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_26a36bf1-4baa-d13b-efeb-d23a0083ed34-2d79e5ea {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-cc33a38b-7717-b48b-36cb-b041158d6f97-2d79e5ea {
    grid-area: 2 / 1 / 3 / 2;
    align-self: end;
    justify-self: end;
  }

  #w-node-fc997feb-afdd-351e-7248-021586e1713c-362c97de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_91fa87d4-41d6-783d-d295-0142aa5159b1-2d79e5ed {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_91fa87d4-41d6-783d-d295-0142aa515991-2d79e5ed {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_91fa87d4-41d6-783d-d295-0142aa5159b4-2d79e5ed {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-a408c09c-55e8-7abb-4a28-4bf306f7c1bb-2d79e5f4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a408c09c-55e8-7abb-4a28-4bf306f7c1be-2d79e5f4 {
    justify-self: center;
  }

  #w-node-a408c09c-55e8-7abb-4a28-4bf306f7c1d0-2d79e5f4, #w-node-a408c09c-55e8-7abb-4a28-4bf306f7c1d2-2d79e5f4, #w-node-a408c09c-55e8-7abb-4a28-4bf306f7c1d4-2d79e5f4, #w-node-a408c09c-55e8-7abb-4a28-4bf306f7c1d8-2d79e5f4, #w-node-a408c09c-55e8-7abb-4a28-4bf306f7c1da-2d79e5f4 {
    grid-column: span 1 / span 1;
  }

  #w-node-a408c09c-55e8-7abb-4a28-4bf306f7c1e0-2d79e5f4 {
    grid-column: span 2 / span 2;
  }

  #w-node-a408c09c-55e8-7abb-4a28-4bf306f7c1e2-2d79e5f4, #w-node-_1d572e68-ad75-2e75-6b1d-5633bfe5bcb5-2d79e5f4 {
    grid-column: span 1 / span 1;
  }

  #w-node-fff8a5c0-9428-24b7-8c8e-d966edc2675e-2d79e5f4 {
    grid-column: span 2 / span 2;
  }

  #w-node-a408c09c-55e8-7abb-4a28-4bf306f7c1e4-2d79e5f4, #w-node-a408c09c-55e8-7abb-4a28-4bf306f7c1e6-2d79e5f4 {
    grid-column: span 1 / span 1;
  }

  #w-node-a408c09c-55e8-7abb-4a28-4bf306f7c1f2-2d79e5f4 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_61e3a445-b264-06d5-fc8a-de60b4350158-2d79e5ea {
    grid-column: span 1 / span 1;
  }

  #w-node-_69375785-770b-a0a3-76c5-ca03e58e2e1f-2d79e5ea {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_91fa87d4-41d6-783d-d295-0142aa5159b1-2d79e5ed, #w-node-_91fa87d4-41d6-783d-d295-0142aa515991-2d79e5ed {
    grid-column-end: 2;
  }

  #w-node-_91fa87d4-41d6-783d-d295-0142aa5159b4-2d79e5ed {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e06a743f-69e9-acac-8375-0010a29a2daa-2d79e5f4, #w-node-_2ff4d3cb-1f71-1b7a-5e9a-1a16f4b012ee-2d79e5f9, #w-node-_2ff4d3cb-1f71-1b7a-5e9a-1a16f4b01323-2d79e5f9, #w-node-c5887451-64e5-38cd-050a-e9c35741ad27-2d79e5f9, #w-node-d9fad16a-83a1-9af1-b43e-65d2bb3c12d2-2d79e5f9, #w-node-_2ff4d3cb-1f71-1b7a-5e9a-1a16f4b0133a-2d79e5f9 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a408c09c-55e8-7abb-4a28-4bf306f7c1e0-2d79e5f4 {
    grid-column: span 1 / span 1;
  }

  #w-node-fff8a5c0-9428-24b7-8c8e-d966edc2675e-2d79e5f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


