@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-ExtraBold.otf') format("opentype"), url('../fonts/Metropolis-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Metropolis;
  src: url('../fonts/Metropolis-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-2: Metropolis, Arial, sans-serif;
  --black: #000200;
  --white: white;
  --footerlink: #eeeeeed9;
  --brand-c2-v1: #3e4c3f;
  --brand-c2-dark: #051908;
  --brand-c2-g1: #1faa39;
  --brand-c2-g2: #006935;
  --brand-c1-light: #e8dcb9;
  --brand-c1-g2: #6a3907;
  --brand-c1-g1: #946135;
  --shadow: #13290559;
  --white-smoke: #eee;
  --grey-1: #999691;
  --transparent: #fff0;
  --radius: 1rem;
  --midnight-blue-2\<deleted\|variable-5908b807\>: #fec803;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  font-family: var(--font-2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

p {
  margin-bottom: .625rem;
}

.body {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}

.navbartop {
  z-index: 98;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  height: 2.5rem;
  position: sticky;
  inset: 0% 0% auto;
}

.navtop-paragraph {
  color: var(--footerlink);
  text-align: right;
  justify-content: center;
  margin-bottom: 0;
  font-size: .9rem;
}

.link {
  color: var(--footerlink);
  white-space: nowrap;
  text-decoration: none;
}

.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 {
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

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

.html-embed {
  display: none;
}

.navbar {
  z-index: 999;
  background-color: var(--white);
  perspective: 3000px;
  transform-origin: 50% 0;
  width: 100vw;
  max-width: 100vw;
  height: 15vh;
  margin-top: 5vh;
  transition: height .3s, background-color .3s;
  position: sticky;
  top: 0;
}

.bg {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.bg.black {
  background-image: radial-gradient(circle farthest-corner at 0% 100%, #000200 18%, var(--brand-c2-v1) 66%, var(--brand-c2-dark)), url('../images/sandpaper.png');
  box-shadow: inset -5px 4px 2px -2px var(--brand-c2-g1), inset 0 0 1px 5px var(--brand-c2-g2), inset 5px -5px 1px 0 var(--brand-c2-g2), inset -5px 5px 1px 0 var(--brand-c2-g2);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.bg.black.layer2 {
  box-shadow: none;
  opacity: .21;
  background-image: url('../images/sandpaper.png');
  background-position: 0 0;
  background-size: auto;
}

.bg.navbarlinkicon {
  max-width: 90%;
  height: 25px;
  display: none;
  inset: auto auto auto -12px;
}

.bg.herobg {
  background-image: linear-gradient(90deg, #0d190c47 20%, #526e0b1c 75%, #c7e37f1c), linear-gradient(#1b2c1cd1, #1b2c1cd1);
  flex: none;
  width: 100%;
  left: auto;
  right: auto;
}

.bg.image.herobgimg {
  object-position: 100% 70%;
  width: 100%;
  left: 0%;
  right: auto;
}

.bg.image.feature {
  opacity: .1;
  filter: contrast(110%);
  object-position: 50% 50%;
  max-width: none;
}

.bg.image.format1 {
  opacity: .05;
  filter: contrast(175%);
  object-position: 50% 80%;
}

.bg.image.format2 {
  width: 100%;
}

.bg.blurcover {
  opacity: .71;
  border-radius: 0;
}

.bg.scover1 {
  background-image: linear-gradient(45deg, #0000 52%, #fffeaf3d);
}

.bg.scover2 {
  background-image: linear-gradient(45deg, #0000 52%, #d2f8fe3d);
}

.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 #0f2b5ae6, inset 0 0 0 2px #ffd103;
}

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

.container {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 82vw;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.special {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.container.wider {
  max-width: none;
  position: relative;
}

.button {
  background-color: var(--brand-c2-v1);
  background-image: linear-gradient(45deg, var(--brand-c2-g2), var(--brand-c2-g1));
  font-family: var(--font-2);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 0;
  margin-bottom: 0;
  padding: .6rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
  position: relative;
  overflow: hidden;
}

.button.dc1 {
  background-color: var(--brand-c1-light);
  background-image: linear-gradient(45deg, var(--brand-c1-g2), var(--brand-c1-g1));
  color: var(--white);
  letter-spacing: .032em;
  border-color: #fff;
  transition-timing-function: ease;
}

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

.button.dc1.dc11 {
  letter-spacing: 0;
}

.button.dc1.dc11:hover {
  color: var(--brand-c1-g2);
}

.button.navb {
  background-color: var(--white);
  box-shadow: 1px 1px 2px 0 var(--shadow);
  color: var(--white);
  padding: .5rem 1.2rem;
  font-size: 1.2vw;
}

.button.navb:hover {
  background-color: var(--brand-c1-light);
  filter: brightness(110%);
  color: var(--white);
}

.button.dc2 {
  background-color: var(--white);
  color: var(--brand-c1-g2);
  letter-spacing: .032em;
  background-image: none;
}

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

.button.dc3:hover {
  color: var(--white);
}

.pagewrapper {
  background-color: var(--white-smoke);
  transform-origin: 100% 0;
  overflow: hidden;
}

.pagewrapper.white {
  background-color: var(--white);
}

.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);
}

.div-block-13 {
  z-index: 1000;
  background-color: #fffaa0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 10px 12px;
  display: none;
  position: absolute;
  inset: 0% 23vw auto auto;
  box-shadow: 0 1px 8px #000;
}

.text-span-12 {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 700;
}

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

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

.section_l.dbg1 {
  background-color: #1f2929;
  background-image: radial-gradient(circle at 0%, #0000 59%, #a2ba9152 81%, #fffef20d 97%), radial-gradient(circle at 5% 0, #fffce340 1%, #2f4e0a4a 20%, #2832213b 55%);
  position: relative;
  overflow: hidden;
}

.homefeaturewrapper {
  z-index: 2;
  perspective: 1000px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  width: 25vw;
  height: 24.1rem;
  margin-top: .625rem;
  margin-bottom: .625rem;
  transition: transform 1s;
  display: flex;
  position: relative;
  transform: translate(0);
}

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

.homefeatureswrapper {
  grid-column-gap: 3vw;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  transition: background-color .2s;
  display: flex;
}

.featurefront {
  z-index: 3;
  backface-visibility: hidden;
  perspective: 1000px;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem 1.9rem 1.375rem;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: perspective(1000px);
}

.image-2 {
  opacity: .64;
  filter: blur(2px);
  backface-visibility: hidden;
  object-fit: cover;
  object-position: 55% 50%;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-2.p2 {
  object-position: 60% 50%;
}

.image-3 {
  filter: saturate(140%) brightness(125%);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  height: 4.2rem;
  margin-bottom: 2vw;
  position: relative;
  transform: perspective(1000px)translate3d(0, 0, 30px);
}

.paragraph-15 {
  backface-visibility: hidden;
  color: var(--black);
  text-align: center;
  transform-style: preserve-3d;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  transform: translate3d(0, 0, 25px);
}

.paragraph-15.back {
  backface-visibility: hidden;
  text-align: center;
  transform-style: preserve-3d;
  padding: 1rem 2.5vw;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.6;
  transform: translate3d(0, 0, 25px);
}

.paragraph-15.is--text-white {
  color: var(--white);
  font-size: 1.5rem;
}

.featureback {
  z-index: 2;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  backface-visibility: hidden;
  perspective: 1000px;
  transform-style: preserve-3d;
  background-color: #f8fefda3;
  background-image: none;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: perspective(1000px)rotateX(180deg)rotateY(0)rotateZ(0);
}

.slideright {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.slideleft {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.slideitem-copy {
  perspective: 1000px;
  background-image: linear-gradient(#00f3, #00f3), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25vw;
  max-width: 350px;
  height: 15vw;
  max-height: 350px;
  padding: 15px 10px;
  transition: background-color .7s;
  display: flex;
  position: relative;
}

.slideitem-copy:hover {
  background-image: linear-gradient(#84a8bf80, #84a8bf80), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-color: #81c4ee;
  box-shadow: 0 20px 10px -10px #0000004d;
}

.space-2 {
  font-size: 14px;
}

.divider100 {
  background-image: linear-gradient(to right, #f05526e6, #e62332);
  width: 100%;
  height: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider100.footerd {
  background-color: #f0eee480;
  background-image: none;
  width: 84%;
  height: 1px;
  margin-top: 4rem;
  margin-bottom: 0;
  position: relative;
}

.footer {
  background-color: var(--black);
  box-shadow: none;
  background-image: none;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

.sub-footer {
  z-index: 4;
  width: 100%;
  padding: 1rem 8% 2rem;
  position: relative;
}

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

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

.navbarlinkwrapper-2 {
  position: relative;
}

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

.new-item-wrapper.main {
  align-items: center;
  padding-left: 1.2vw;
  padding-right: 0;
  display: flex;
}

.brand-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 62%;
  margin-top: 2%;
  margin-right: auto;
  display: flex;
}

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

.navbar-2 {
  z-index: 99;
  grid-column-gap: 2.5vw;
  grid-row-gap: 0rem;
  background-color: var(--transparent);
  perspective: 3000px;
  transform-origin: 50% 0;
  grid-template-rows: 2.75rem 4.5rem;
  grid-template-columns: auto auto;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  place-items: center end;
  width: 100vw;
  min-width: 100%;
  max-width: 100%;
  padding-left: 2.5vw;
  padding-right: 3vw;
  transition: height .3s, background-color .3s;
  display: grid;
  position: relative;
  inset: 0 0% auto;
}

.navbarlink {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1.35vw;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
  transition: color .3s;
  display: block;
  position: relative;
}

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

.div-block-41 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.navcontainer {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  margin-bottom: .6rem;
  display: flex;
  position: relative;
}

.navcontainer.navtopc {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  margin-top: .7rem;
  margin-bottom: 0;
  position: relative;
}

.navmenu {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.hero-title {
  z-index: 2;
  color: var(--brand-c2-g1);
  letter-spacing: .1rem;
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  text-shadow: 1px 2px 2px var(--brand-c2-g2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1.2;
  position: relative;
  transform: translate(0);
}

.hero-title.sub {
  transform-origin: 0%;
  color: var(--brand-c1-light);
  text-transform: none;
  transform: scale(.95)translate(0);
}

.hero_btn-row {
  grid-column-gap: 1.25rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  max-width: 100%;
  display: grid;
}

.herosection {
  color: var(--white);
  align-items: center;
  position: relative;
  overflow: hidden;
}

.homes1content {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  width: 85%;
  display: flex;
  position: relative;
}

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

.div-block-57 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 9rem;
  padding-top: 3vw;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.para {
  max-width: 950px;
  margin-bottom: 1rem;
}

.mainbutton {
  cursor: pointer;
  background-color: #fad29a;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 20px;
  padding-right: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mainwrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5px 1fr .5px 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.whitedivider {
  z-index: 10;
  background-color: #fff;
  background-image: linear-gradient(180deg, white, var(--brand-c1-light) 50%, var(--white));
  width: 100%;
  height: 100%;
  position: relative;
}

.content-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 2.2rem;
  position: relative;
}

.contentwrapper {
  z-index: 3;
  transform-origin: 50% 100%;
  background-color: #0d1a1e80;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 32vw;
  min-height: 100vh;
  padding-bottom: 4rem;
  padding-left: 3vw;
  padding-right: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contentwrapper:hover {
  background-image: linear-gradient(#051908b3, #051908b3);
}

.section_0 {
  position: relative;
}

.special {
  display: inline-block;
}

.div-block-58 {
  grid-column-gap: 1rem;
  grid-row-gap: 5rem;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start start;
  width: 100%;
  display: grid;
}

.div-block-17 {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 90%;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-18 {
  align-items: flex-start;
  margin-top: 5vw;
  display: flex;
}

.image-6 {
  border-radius: var(--radius);
  object-fit: cover;
  object-position: 35% 50%;
  flex: none;
  width: 16rem;
  max-width: 22vw;
  height: 18.6rem;
  max-height: 26vw;
  position: relative;
  top: -5vw;
}

.image-6._2nd {
  transform-origin: 100%;
  object-position: 100% 50%;
  top: 0;
  transform: rotate(0)scale(.8);
}

.image-6._3rd {
  transform-origin: 0%;
  transform-style: preserve-3d;
  transform: scale3d(1.1, 1, 1);
}

.image-6._4h {
  transform-origin: 100% 0;
  width: 15rem;
  max-width: 20vw;
  top: -1vw;
  transform: scale(.8);
}

.blockwrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: .3125rem;
  display: flex;
}

.blockwrapper.first {
  margin-bottom: 1.25rem;
}

.feewrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: stretch start;
  display: grid;
  position: relative;
}

.mainbutton-2 {
  cursor: pointer;
  background-color: #8dccff;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 20px;
  padding-right: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg-3 {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-3.pricing {
  border: 10px solid var(--white-smoke);
  background-color: #fff;
}

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

.ratetag {
  color: var(--midnight-blue-2\<deleted\|variable-5908b807\>);
  text-align: center;
  margin-bottom: 0;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
}

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

.para_s {
  margin-bottom: 0;
  font-size: 1.04rem;
}

.para_s.padding1 {
  margin-bottom: .3125rem;
}

.para_s.format1 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1rem;
}

.para_s.format2 {
  white-space: nowrap;
  margin-top: .4375rem;
  margin-bottom: 2em;
  line-height: 1.8;
}

.para_s.format3 {
  margin-top: 1rem;
}

.para_s.format4 {
  background-image: linear-gradient(45deg, var(--brand-c2-g2), var(--brand-c1-g2) 75%, var(--brand-c2-g1));
  color: var(--white);
  padding: .3rem .8rem;
  font-weight: 700;
}

.para_s.format5 {
  color: var(--grey-1);
  text-transform: uppercase;
}

.ratewrapper {
  z-index: 1;
  background-color: var(--brand-c1-light);
  background-image: none;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  padding: 1.25rem 0;
}

.divider-2 {
  background-color: #c3ceda;
  width: 100%;
  height: 1px;
}

.divider-2.padding {
  margin-top: .5rem;
  margin-bottom: .625rem;
}

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

.pricingtitle {
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 1.875rem;
  margin-bottom: 0;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  font-family: Play;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
}

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

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

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

.ratesection {
  padding-top: 2.5rem;
  padding-bottom: 4.375rem;
  display: none;
  position: relative;
}

.divider {
  background-color: #8bedee91;
  width: 90vw;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.navabr_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero_content-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 3rem;
  display: flex;
}

.title_m {
  font-family: var(--font-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.4;
}

.title_m.herot {
  transform-origin: 0%;
  font-weight: 300;
  line-height: 1.4;
}

.title_m.cardt {
  color: var(--white);
  margin-bottom: .8rem;
  line-height: 1.3;
  position: relative;
}

.title_m.format1 {
  color: var(--brand-c2-v1);
}

.title_m.format1._2 {
  color: var(--black);
  font-weight: 400;
}

.title_m.format2 {
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 600;
  line-height: 1.2;
}

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

.counties_text {
  margin-bottom: 0;
  font-weight: 700;
}

.hero_title-container {
  flex-direction: row;
  position: relative;
  overflow: hidden;
}

.hero_title-dc {
  filter: contrast(130%);
  align-items: center;
  width: auto;
  display: flex;
}

.title_xl {
  font-family: var(--font-2);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4em;
  display: block;
}

.title_xl.format2 {
  color: var(--brand-c2-g1);
  text-transform: uppercase;
  position: relative;
}

.title_xl.format1 {
  margin-right: .625rem;
}

.title_xl.format4 {
  color: var(--white);
}

.section-title_container {
  flex-wrap: wrap;
  display: flex;
}

.section-title_underline-container {
  position: relative;
  overflow: hidden;
}

.space_m {
  height: 1rem;
}

.space_l {
  height: 2.1rem;
}

.feature_overlay {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #051908b3;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.features_content-container {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  display: flex;
  overflow: hidden;
}

.feature_bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature_bg.po3 {
  object-position: 0% 50%;
}

.div-block-7-copy {
  grid-column-gap: 6.1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: -18rem;
  display: grid;
  position: relative;
}

.logos_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--brand-c2-g1);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 80vw;
  padding-top: 48px;
  padding-bottom: 48px;
  display: grid;
}

.logo {
  object-fit: contain;
  height: 100%;
}

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

.dropdown-list-wrapper {
  background-color: var(--white);
  box-shadow: 0 1px 4px 0 var(--shadow), 0 5px 20px -8px var(--shadow);
  flex-direction: column;
  align-items: stretch;
  margin-top: .625rem;
  padding-top: .8rem;
  padding-bottom: .8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-list-wrapper.w--open {
  background-color: #f5f7fa;
  margin-top: 30px;
  padding: 30px 20px;
  line-height: 1em;
  right: -150px;
  box-shadow: 0 1px 9px #0907180d, 0 24px 38px #1208501a;
}

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

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

.dropdownlink {
  z-index: 1;
  color: var(--black);
  text-align: center;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1.25rem;
  font-size: 1.23vw;
  text-decoration: none;
  transition: color .2s;
  position: relative;
}

.dropdownlink:hover {
  background-color: var(--shadow);
  color: var(--white);
}

.dropdown-list {
  background-color: #0000;
  inset: 100% auto auto;
}

.dropdown-list.w--open {
  background-color: #0000;
  display: block;
}

.brand {
  object-fit: contain;
  height: 12vw;
}

.div-block-60 {
  flex-direction: column;
  align-items: stretch;
}

.mapcontainer {
  grid-column-gap: 5vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  width: 82vw;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.list-copy-2 {
  grid-column-gap: 3.2rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  min-width: 83%;
  margin-bottom: .3125rem;
  padding-left: 1.1rem;
  display: grid;
}

.mapsection {
  background-color: var(--white);
  padding-top: 5.5rem;
  padding-bottom: 6rem;
  position: relative;
}

.paragraph-20 {
  text-align: left;
  margin-bottom: 1.25rem;
}

.list-item-3 {
  margin-bottom: 0;
  font-size: 1.06rem;
}

.list-item-3.spaceholder {
  color: #0000;
  height: .1rem;
  display: none;
}

.section_xl {
  padding-top: 6rem;
  padding-bottom: 7rem;
  position: relative;
}

.section_xl.no-bp {
  padding-bottom: 0;
}

.p1 {
  margin-bottom: 0;
}

.p2 {
  max-width: 900px;
  margin-bottom: 0;
}

.p2.format2 {
  color: var(--white);
}

.iframecode, .iframecode.hide {
  display: block;
}

.mask {
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.movement {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.movement-inverse {
  height: 100%;
  position: relative;
}

.image-size {
  width: 60vw;
  max-width: 32rem;
  height: 32vw;
  max-height: 18rem;
  position: relative;
}

.image-14 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-14.p1 {
  object-position: 50% 0%;
}

.overlay {
  z-index: 2;
  background-image: linear-gradient(45deg, var(--brand-c2-g2), var(--brand-c1-g2) 69%, var(--brand-c2-g1));
  display: none;
  position: absolute;
  inset: 0%;
}

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

.text_divider {
  background-color: var(--grey-1);
  width: 1px;
  height: .8rem;
  margin-left: .5rem;
  margin-right: .5rem;
}

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

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

.arrow {
  display: inline-block;
}

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

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

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

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

.bold-text {
  margin-top: 1rem;
  margin-right: .4rem;
  display: inline-block;
}

.formwrapper {
  width: 100%;
  margin-top: .5rem;
}

.dropdowncontent {
  color: var(--black);
  margin-top: .625rem;
  margin-bottom: .625rem;
}

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

.line-icon-3 {
  background-color: var(--brand-c2-g1);
  width: 4px;
  min-height: 1.125rem;
  position: absolute;
}

.jobcontentwrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

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

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

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

.jobdescriptiondropdownwrapper-2 {
  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;
}

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

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

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

.line-icon-4 {
  background-color: var(--brand-c2-g1);
  width: 1.125rem;
  min-height: 4px;
  position: absolute;
}

.dropdowniconwrapper {
  background-color: var(--black);
  box-shadow: 0 1px 10px -4px var(--shadow);
  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;
  inset: .625rem .625rem auto auto;
  overflow: hidden;
}

.div-block-64 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.social-media {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
}

.social-media.fb {
  background-image: url('../images/icon_fb_1.png');
}

.social-media.ins {
  background-image: url('../images/icon_ins.png');
}

.socialmedia-wrapper {
  grid-column-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  height: 100%;
  display: none;
}

.div-block-65 {
  grid-column-gap: 1.75rem;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  display: grid;
  position: relative;
}

.nowrap {
  white-space: nowrap;
}

.div-block-66 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.paragraph-37 {
  margin-top: 1rem;
  margin-bottom: 0;
}

.slide-card-c-w {
  background-color: var(--white);
  flex-flow: column;
  flex: none;
  align-self: stretch;
  align-items: flex-start;
  width: 25vw;
  padding: 2.6rem 2.4rem;
  display: flex;
  position: relative;
}

.slide-card-c-w.special {
  width: 90%;
  margin-left: 10%;
}

.slide-card-c-w.is-flex {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-68 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  align-items: start;
  display: grid;
}

.div-block-69 {
  opacity: .77;
  filter: hue-rotate(10deg) saturate(183%) brightness(110%);
  background-image: url('../images/i-vision.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4rem;
  height: 100%;
  margin-right: 1.3rem;
}

.div-block-69.mission {
  background-image: url('../images/i-mission.webp');
}

.list-1 {
  grid-column-gap: 3rem;
  grid-row-gap: 0px;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: .3125rem;
  padding-left: 1.1rem;
  display: grid;
}

.footer_icon-2 {
  opacity: .8;
  filter: brightness(200%) saturate(0%);
  object-fit: contain;
  width: 1.05rem;
  margin-top: .25rem;
  margin-right: .9rem;
}

.paymenticon-2 {
  object-fit: cover;
  border-radius: 2px;
  height: 1.6rem;
  margin-top: .32rem;
  margin-right: .32rem;
  overflow: hidden;
  box-shadow: 1px 1px 3px #46102259;
}

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

.footercontentwrapper.special {
  min-width: 18vw;
}

.div-block-92 {
  grid-column-gap: 4.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;
}

.footerlink-2 {
  color: var(--footerlink);
  text-decoration: none;
  transition: color .3s;
  display: inline;
}

.footerlink-2:hover {
  color: #fff;
}

.div-block-91 {
  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;
  display: flex;
}

.footwrapper {
  width: 84vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 0;
  position: relative;
}

.footertitle-2 {
  font-family: var(--font-2);
  color: var(--white-smoke);
  text-transform: uppercase;
  margin-top: 1.25rem;
  margin-bottom: 1.2rem;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: color .3s;
}

.footertitle-2.w--current {
  color: #000;
  font-weight: 500;
}

.footerparagraph-2 {
  color: var(--footerlink);
  margin-top: 0;
  margin-bottom: .7rem;
  padding-left: 0;
  font-size: 1rem;
}

.footerparagraph-2.paymentt {
  margin-bottom: .2rem;
}

.footerparagraph-2.sub {
  font-size: .95rem;
}

.footeritemwrapper-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-15 {
  mix-blend-mode: color-dodge;
  object-fit: cover;
  object-position: 50% 100%;
  background-image: url('../images/logosymbol_3.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.link-6 {
  filter: brightness(110%) saturate(130%);
  color: var(--black);
  font-size: 1.2rem;
}

.navigation {
  width: 100%;
  position: absolute;
  inset: -8.2rem 0% auto;
}

.navbar-buttom-space {
  display: none;
}

.link-8 {
  color: var(--brand-c2-g2);
  text-decoration: none;
}

.div-block-95 {
  background-image: url('../images/car58.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25vw;
  height: 100%;
  display: none;
}

.topr {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.buttonbg {
  background-image: linear-gradient(to bottom, var(--brand-c2-g1), var(--brand-c2-g1));
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.buttonbg.dc2 {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
}

.buttonbg.dc3 {
  background-image: linear-gradient(to bottom, var(--brand-c2-v1), var(--brand-c2-v1));
}

.buttontext {
  position: relative;
}

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

.div-block-97 {
  border-radius: 1000px;
  flex: none;
  width: 86.9%;
  height: 66%;
  display: none;
  position: absolute;
  inset: .7% auto auto 1%;
  overflow: hidden;
}

.div-block-97.mapblur {
  background-color: #ffffff6b;
}

.image-16 {
  object-fit: contain;
  object-position: 0% 50%;
  height: 7rem;
  display: none;
}

.image-17 {
  object-fit: cover;
  object-position: 35% 100%;
  width: 100%;
  height: 90%;
  position: absolute;
  inset: 5% 11% auto auto;
}

.div-block-98 {
  width: 100%;
  display: none;
}

.html-embed-2 {
  display: none;
}

.navb-bg {
  background-color: var(--black);
  box-shadow: 0 1px 8px 0 var(--shadow);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.navb-bg.mobile {
  display: none;
}

.hero_buttom_space {
  opacity: 0;
  display: none;
}

.nav-list {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 8rem;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-left: 0;
  display: flex;
}

.nav-item {
  aspect-ratio: 1;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  margin-right: 1.5rem;
  transition: width .5s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  position: relative;
}

.nav-item.sibling-close {
  width: 8.8rem;
}

.nav-item.sibling-far {
  width: 7.8rem;
}

.nav-item.hover {
  width: 11rem;
}

.nav-item__link {
  z-index: 1;
  background-color: var(--brand-c1-g1);
  pointer-events: auto;
  color: var(--white);
  text-align: center;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-18 {
  object-fit: contain;
  width: 100%;
}

.nav-item__tooltip {
  z-index: 1;
  background-color: var(--white);
  box-shadow: 0 -1px 7px -2px var(--shadow);
  opacity: 0;
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 160%;
  max-width: 20vw;
  padding: .7rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: transform .5s cubic-bezier(.16, 1, .3, 1), opacity .5s cubic-bezier(.16, 1, .3, 1);
  display: flex;
  position: absolute;
  bottom: 0;
  transform: translate(0, -6rem);
}

.code-embed-css, .code-embed-js {
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.div-block-99 {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.div-block-99.format1 {
  grid-column-gap: 2vw;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.item-css {
  display: none;
}

.title_l {
  font-family: var(--font-2);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3em;
  display: block;
}

.itemwrapper {
  flex-flow: row-reverse wrap;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-36 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.review-star-row {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  align-items: start;
  margin-top: 1rem;
  display: flex;
}

.icon-star {
  background-image: url('../images/logosymbol_2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.paragraph-3 {
  max-width: 85%;
  margin-top: 1rem;
  margin-bottom: 0;
  font-style: italic;
}

.div-block-8 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-image: linear-gradient(90deg, var(--brand-c2-g1), var(--brand-c2-g2) 82%);
  color: var(--brand-c2-v1);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  place-content: center start;
  align-items: start;
  margin-top: auto;
  padding-top: 3rem;
  display: grid;
}

.card-mask {
  width: 25vw;
  height: 100%;
  overflow: visible;
}

.card-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 70px;
  display: flex;
  overflow: visible;
}

.slider-arrow {
  opacity: .75;
  justify-content: flex-start;
  align-items: center;
  width: 13px;
  inset: auto auto -65px 0%;
  overflow: visible;
}

.slider-arrow.right {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)translate(-50px);
}

.slider-arrow.hide, .slide-nav {
  display: none;
}

.card-slide {
  opacity: 1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-right: 4vw;
}

.card-slide.last {
  opacity: .54;
  width: 2vw;
  height: 0;
  min-height: 0;
  max-height: 0;
}

.image-19 {
  width: 100%;
  position: relative;
}

.div-block-127 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  line-height: 1.3;
  display: flex;
}

.divider-3 {
  background-color: var(--grey-1);
  opacity: .2;
  width: 95%;
  height: 1px;
}

.div-block-128 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.link-12 {
  color: var(--brand-c2-dark);
  text-decoration: none;
}

.paragraph-40 {
  color: var(--brand-c2-dark);
  margin-top: .4rem;
  margin-bottom: 0;
}

.paragraph-40.hide {
  display: none;
}

.formwrapper-special {
  box-shadow: 0 1px 5px -2px var(--shadow);
  background-color: #fff;
  width: 100%;
  min-height: 100px;
  padding: 2rem 2rem 2.6rem;
}

.div-block-15 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-106 {
  grid-column-gap: 7vw;
  grid-row-gap: 3rem;
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr minmax(200px, 1.3fr);
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.map {
  width: 100%;
  max-width: 500px;
  height: 30vw;
  max-height: 400px;
  margin-top: 1rem;
  display: none;
}

.mg-bottom-24px {
  margin-bottom: 1.5rem;
}

.mg-bottom-32px {
  margin-bottom: 1rem;
}

.brix---blog-card-image-wrapper {
  border-radius: 24px;
  display: none;
  overflow: hidden;
  transform: translate(0);
}

.blog-card-wrapper {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.mg-bottom-12px {
  margin-bottom: .8rem;
}

.link-icon-right {
  transform-style: preserve-3d;
  height: 100%;
  margin-left: 1rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.link-wrapper-color-primary {
  color: var(--grey-1);
  align-items: center;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.link-wrapper-color-primary:hover {
  color: var(--brand-c2-g2);
}

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

.icon-arrow {
  opacity: .39;
  flex-flow: row;
  height: .7rem;
  display: flex;
}

.card-blog-featured-v5 {
  border: 1px solid var(--white);
  background-color: var(--white);
  box-shadow: 0 2px 7px -2px var(--shadow);
  width: 500px;
  max-width: 60%;
  margin-top: 4.6rem;
  margin-bottom: 4.6rem;
  text-decoration: none;
  transition: transform .3s;
  position: relative;
}

.container-default-100 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2vw;
  padding-right: 2vw;
  position: relative;
}

.blog-card-featured-content-v2 {
  flex-flow: column;
  align-items: flex-start;
  padding: 4rem 5rem 3rem 3rem;
  display: flex;
}

.blog-main-wrapper {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 0;
}

.div-block-129 {
  align-items: center;
  display: flex;
}

.image-20 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-card-full-width {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
}

.blog-card-featured-content-v1 {
  background-color: var(--white);
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 1rem 3rem;
  display: flex;
}

.collection-item {
  flex-flow: column;
  flex: 1;
  height: 100%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-130 {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  margin-top: 2rem;
  display: block;
}

.collection-list {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.collection-list-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.card-wapper-11 {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-131 {
  width: 100%;
  max-width: 950px;
}

.div-block-132 {
  width: 100%;
  position: relative;
}

.div-block-133 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.image-21 {
  object-fit: cover;
  width: 70vw;
  max-width: 80%;
  height: 35vw;
}

.div-block-134 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: -1rem;
  display: flex;
}

.div-block-135 {
  width: 100%;
}

.div-block-136 {
  width: 100%;
  position: relative;
}

.herodec-wrapper {
  border-radius: 0;
  align-items: center;
  min-width: 45%;
  max-width: 52%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-bg {
  align-items: center;
  width: 220%;
  max-width: 1000px;
  margin-top: -50%;
  display: flex;
  position: absolute;
  inset: auto auto auto -5%;
}

.i-hero-bg {
  width: 100%;
  position: relative;
}

.hero-bg-front {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 171%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-23 {
  object-fit: contain;
  object-position: 0% 50%;
  flex: none;
  width: 100%;
  min-width: 100%;
  margin-top: 3%;
}

.navb-border-wrapper {
  height: 1px;
  padding-left: 1vw;
  position: absolute;
  bottom: -1.3rem;
  left: 0%;
  right: 0%;
}

.divider-4 {
  background-color: var(--brand-c1-light);
  width: 100%;
  height: 1px;
}

.pagetopposition {
  width: 100%;
  height: 0;
  margin-top: -7.5rem;
}

.div-block-137 {
  border-radius: var(--radius);
  background-color: var(--white);
  padding: 2.5rem 3.7rem;
}

.div-block-138 {
  margin-right: -5vw;
  display: flex;
}

.homecardswrapper {
  z-index: 7;
  grid-column-gap: 1.5vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: 100%;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.homecard {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--shadow);
  color: var(--white);
  text-align: center;
  background-image: none;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 12rem;
  padding: 2rem 1.6rem 1.25rem;
  display: flex;
  position: relative;
  box-shadow: 0 3px 10px -5px #1b451b59;
}

.div-block-139 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 50px auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 93%;
  margin-bottom: 2.1rem;
  display: grid;
}

.image-24 {
  width: 3.8rem;
}

.image-25 {
  filter: contrast(76%) brightness(126%);
  mix-blend-mode: luminosity;
  width: 4.2rem;
  margin-bottom: auto;
}

.space-holder-hero-buttom {
  width: 0;
  height: 12rem;
  padding-bottom: 0;
}

.div-block-140 {
  grid-template-rows: auto;
  grid-template-columns: minmax(320px, 1fr) auto 2fr;
  grid-auto-columns: 1fr;
  align-items: end;
  width: 100%;
  margin-bottom: 2rem;
  display: grid;
}

.space-1 {
  width: 10vw;
  height: 1rem;
}

.div-block-141 {
  grid-row-gap: 1.7rem;
  flex-flow: column;
  display: flex;
}

.divider-5 {
  background-color: var(--brand-c1-light);
  width: 200px;
  height: 1px;
}

.topsection {
  min-height: 16rem;
  padding-bottom: 4.6rem;
  position: relative;
}

.word-line-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.title_xxl {
  color: #050437;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.title_xxl.topst {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block-142 {
  color: #000;
  background-color: #fff0;
  border-radius: .7rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.paragraph-41 {
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 0;
}

.pagepadding_m {
  width: 100%;
  height: 13rem;
}

.bg-4 {
  position: absolute;
  inset: 0%;
}

.bg-4.imagebg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bg-4.imagebg.topsectionbg.p1 {
  object-position: 50% 71%;
}

.bg-4.topsection_cover {
  transform-origin: 50% 0;
  background-image: linear-gradient(#1b2c1cd1 14% 54%, #011f0380 74%, #4b390336 90%);
  width: 100%;
  height: 100%;
}

.bg-4.topsection_cover._2 {
  opacity: .51;
  mix-blend-mode: overlay;
  background-image: url('../images/concrete-wall-3.png');
  background-position: 50% -10%;
  background-repeat: repeat;
  background-size: auto;
}

.div-block-143 {
  grid-column-gap: 3vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: start end;
  place-items: start end;
  width: 35rem;
  margin-left: -16vw;
  margin-right: 8vw;
  display: grid;
}

.mask-3 {
  width: 25vw;
  height: 100%;
  overflow: visible;
}

.code-slider {
  display: none;
}

.div-block-144 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.card-position {
  width: 0;
  height: 0;
  margin-left: -29vw;
}

.card-position._3rd {
  margin-left: -58vw;
}

.card-position._4th {
  margin-left: -87vw;
}

.card-position._5th {
  margin-left: -116vw;
}

.card-position._6th {
  margin-left: -145vw;
}

.card-position._7th {
  margin-left: -174vw;
}

.card-position-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.card-position-wrapper.first-priorty {
  z-index: 8;
}

.card-position-wrapper._2nd-p {
  z-index: 7;
}

.card-position-wrapper._3rd-p {
  z-index: 6;
}

.div-block-6 {
  background-color: var(--white);
  flex-flow: column;
  flex: none;
  align-self: stretch;
  padding: 2.6rem 2.4rem;
  display: flex;
  position: relative;
}

.div-block-6.special {
  width: 90%;
  margin-left: 10%;
}

.div-block-6.is-flex {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-6.format1 {
  min-height: 27vw;
}

.card-slider-2 {
  background-color: #0000;
  width: 100%;
  height: auto;
  display: flex;
}

.card-slide-copy {
  opacity: 1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-right: 4vw;
}

.card-slide-copy.last {
  opacity: .54;
  width: 2vw;
  height: 0;
  min-height: 0;
  max-height: 0;
}

@media screen and (min-width: 1440px) {
  .navtop-paragraph {
    font-size: .95rem;
  }

  .nav-link-drop-down {
    margin-top: 4px;
    line-height: 1em;
    display: inline-block;
  }

  .button.navb {
    font-size: 1.07rem;
  }

  .navbar-2 {
    margin-top: 0;
  }

  .navbarlink {
    font-size: 1.125rem;
  }

  .hero-title {
    font-size: 4rem;
  }

  .div-block-57 {
    margin-top: 10rem;
  }

  .div-block-18 {
    margin-top: 7vw;
    margin-bottom: 2vw;
  }

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

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

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

  .dropdownlink {
    border-radius: 0;
    font-size: 1.1rem;
    line-height: 1.6;
  }

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

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

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

  .div-block-65 {
    grid-column-gap: 3rem;
  }

  .image-16 {
    height: 8.1rem;
  }

  .herodec-wrapper {
    min-width: 50%;
  }

  .title_xxl {
    font-size: 3rem;
  }

  .div-block-143 {
    margin-left: -14vw;
    margin-right: 11vw;
    transform: scale(1.1);
  }
}

@media screen and (min-width: 1920px) {
  body {
    --font-2: Metropolis, Arial, sans-serif;
    --black: #000200;
    --white: white;
    --footerlink: #eeeeeed9;
    --brand-c2-v1: #3e4c3f;
    --brand-c2-dark: #051908;
    --brand-c2-g1: #1faa39;
    --brand-c2-g2: #006935;
    --brand-c1-light: #e8dcb9;
    --brand-c1-g2: #6a3907;
    --brand-c1-g1: #946135;
    --shadow: #13290559;
    --white-smoke: #eee;
    --grey-1: #999691;
    --transparent: #fff0;
    --radius: 2rem;
    --midnight-blue-2\<deleted\|variable-5908b807\>: #fec803;
  }

  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2.8rem;
  }

  .body {
    font-size: 1.7rem;
  }

  .navbartop {
    height: 3.4rem;
  }

  .navtop-paragraph {
    font-size: 1.35rem;
  }

  .button {
    padding: 1rem 2.3rem .9rem;
    font-size: 1.5rem;
  }

  .button.navb {
    padding: .6rem 1.3rem;
    font-size: 1.5rem;
  }

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

  .homefeaturewrapper {
    height: 33rem;
  }

  .homefeatureswrapper {
    margin-top: 2rem;
  }

  .featurefront {
    padding-left: 2.3rem;
    padding-right: 2.3rem;
  }

  .image-3 {
    height: 7rem;
  }

  .paragraph-15.back {
    font-size: 1.5rem;
    line-height: 1.7;
  }

  .paragraph-15.is--text-white {
    font-size: 2.4rem;
  }

  .divider100.footerd {
    margin-top: 6rem;
  }

  .sub-footer {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .subfootertext-3 {
    font-size: 1.35rem;
  }

  .navbar-2 {
    grid-template-rows: 4rem 7rem;
    grid-auto-rows: auto;
  }

  .navbarlink {
    font-size: 1.55rem;
  }

  .div-block-41 {
    margin-bottom: .7rem;
  }

  .navcontainer {
    padding-left: 2.2rem;
  }

  .navcontainer.navtopc {
    padding-top: .6rem;
  }

  .hero-title {
    text-shadow: 1px 1px 3px var(--white-smoke);
    font-size: 5.1rem;
  }

  .hero_btn-row {
    grid-column-gap: 1.875rem;
  }

  .div-block-57 {
    margin-top: 14.7rem;
  }

  .para {
    max-width: 1350px;
  }

  .paragraph-2 {
    margin-bottom: 3rem;
  }

  .contentwrapper {
    height: 35vw;
    padding-bottom: 5rem;
    padding-left: 3.6rem;
    padding-right: 4rem;
  }

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

  .div-block-17 {
    grid-row-gap: 1.5rem;
    margin-top: 1.7rem;
    margin-bottom: 2.8rem;
  }

  .div-block-18 {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }

  .feewrapper {
    grid-row-gap: 1.4rem;
  }

  .detailrates {
    padding-bottom: 2.2rem;
  }

  .para_s {
    font-size: 1.55rem;
  }

  .para_s.format1 {
    margin-top: .8rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .divider-2.padding {
    margin-top: .7rem;
    margin-bottom: .9rem;
  }

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

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

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

  .ratesection {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

  .hero_content-container {
    padding-top: 3.6rem;
    padding-bottom: 5rem;
  }

  .title_m {
    font-size: 2.2rem;
  }

  .title_m.herot {
    font-size: 2rem;
  }

  .title_m.cardt {
    margin-bottom: .8rem;
  }

  .counties_text {
    padding-top: .95rem;
    padding-bottom: 2.4rem;
  }

  .title_xl {
    font-size: 3.3rem;
  }

  .title_xl.format1 {
    margin-right: .8rem;
  }

  .space_m {
    height: 1.5rem;
  }

  .space_l {
    height: 2.7rem;
  }

  .div-block-7-copy {
    grid-column-gap: 5.9rem;
    margin-top: -26.5rem;
  }

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

  .dropdownlink {
    padding: .9rem 2.4rem .8rem;
    font-size: 1.45rem;
  }

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

  .list-copy-2 {
    grid-column-gap: 5.5rem;
    padding-left: 1.5rem;
  }

  .mapsection {
    padding-top: 8rem;
    padding-bottom: 9rem;
  }

  .paragraph-20 {
    margin-bottom: 1.5rem;
  }

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

  .section_xl {
    padding-top: 8rem;
    padding-bottom: 9rem;
  }

  .p2 {
    max-width: 1350px;
  }

  .image-size {
    max-width: 43rem;
    max-height: 25rem;
  }

  .text_divider {
    width: 2px;
    height: 1.3rem;
    margin-bottom: 5px;
    margin-left: .7rem;
    margin-right: .7rem;
  }

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

  .title_s {
    font-size: 1.8rem;
  }

  .bold-text {
    margin-top: 1.6rem;
  }

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

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

  .jobdescriptionwrapper-2 {
    padding: 1.225rem 2.35rem;
  }

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

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

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

  .social-media {
    width: 2.3rem;
    height: 2.3rem;
  }

  .socialmedia-wrapper {
    grid-column-gap: .75rem;
  }

  .div-block-65 {
    grid-column-gap: 2.5vw;
  }

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

  .slide-card-c-w {
    padding: 3.6rem 3.6rem 3.3rem;
  }

  .div-block-69 {
    width: 8rem;
  }

  .list-1 {
    padding-left: 1.5rem;
  }

  .footer_icon-2 {
    width: 1.6rem;
    height: 1.6rem;
    margin-top: .35rem;
    margin-right: 1.3rem;
  }

  .paymenticon-2 {
    height: 2.4rem;
    margin-top: .42rem;
    margin-right: .6rem;
  }

  .footwrapper {
    padding-top: 6rem;
  }

  .footertitle-2 {
    margin-bottom: 1.6rem;
    font-size: 2.9rem;
  }

  .footerparagraph-2 {
    margin-bottom: 1.3rem;
    font-size: 1.5rem;
  }

  .footerparagraph-2.paymentt {
    margin-bottom: .3rem;
  }

  .image-15 {
    height: 60%;
  }

  .link-6 {
    font-size: 1.8rem;
  }

  .navigation {
    top: -12rem;
  }

  .image-16 {
    height: 11rem;
  }

  .nav-list {
    height: 14rem;
  }

  .nav-item {
    width: 12rem;
  }

  .nav-item.sibling-close {
    width: 20.8rem;
  }

  .nav-item.sibling-far {
    width: 12.4rem;
  }

  .nav-item.hover {
    width: 16.5rem;
  }

  .nav-item__link {
    font-size: 1.5rem;
  }

  .nav-item__tooltip {
    font-size: 1.45rem;
  }

  .div-block-99 {
    grid-row-gap: 3.5rem;
  }

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

  .title_l {
    font-size: 2.8rem;
  }

  .icon-star {
    width: 2.2rem;
    height: 2.1rem;
  }

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

  .div-block-8 {
    padding-top: 5rem;
  }

  .card-slider {
    margin-bottom: 75px;
  }

  .slider-arrow {
    width: 20px;
    bottom: -80px;
  }

  .slider-arrow.right {
    transform: rotateX(0)rotateY(180deg)rotateZ(0)translate(-60px);
  }

  .div-block-127 {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    line-height: 1.4;
  }

  .div-block-128 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

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

  .map {
    max-width: 700px;
    max-height: 500px;
  }

  .card-blog-featured-v5 {
    width: 700px;
  }

  .blog-card-featured-content-v1 {
    padding-left: 2.3rem;
    padding-right: 2.3rem;
  }

  .div-block-131 {
    max-width: 1400px;
  }

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

  .herodec-wrapper {
    align-items: center;
    min-width: 45%;
  }

  .hero-bg {
    max-width: 1300px;
    margin-top: -80%;
    top: auto;
  }

  .pagetopposition {
    margin-top: -11.2rem;
  }

  .div-block-137 {
    padding: 4rem 6rem;
  }

  .homecardswrapper {
    margin-bottom: 2.3rem;
  }

  .homecard {
    height: 18.5rem;
    padding-top: 2.5rem;
    padding-left: 3.075rem;
    padding-right: 3.075rem;
  }

  .div-block-139 {
    grid-column-gap: 2.8rem;
    grid-row-gap: 2.8rem;
    margin-bottom: 3.2rem;
  }

  .image-24 {
    width: 5.5rem;
  }

  .image-25 {
    width: 7.5rem;
  }

  .space-holder-hero-buttom {
    height: 18.5rem;
  }

  .space-1 {
    height: 1.5rem;
  }

  .div-block-141 {
    grid-row-gap: 2.4rem;
  }

  .topsection {
    min-height: 24rem;
    padding-bottom: 6.4rem;
  }

  .title_xxl {
    margin-bottom: 1rem;
    font-size: 4rem;
  }

  .pagepadding_m {
    height: 20rem;
  }

  .div-block-143 {
    grid-column-gap: 2vw;
    grid-row-gap: 1.5vw;
    transform-origin: 100% 0;
    width: 40rem;
    margin-left: 0;
    transform: scale(1.6);
  }

  .div-block-6 {
    padding: 3.6rem 3.6rem 3.3rem;
  }

  .card-slider-2 {
    margin-bottom: 75px;
  }
}

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

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

  .navbar {
    margin-top: 5vh;
  }

  .button-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .bg.herobg {
    background-image: linear-gradient(90deg, #0d190c47 20%, #526e0b1c 75%, #c7e37f05), linear-gradient(#1b2c1cd1, #1b2c1cd1);
  }

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

  .button.navb {
    background-color: var(--brand-c2-v1);
    color: var(--white-smoke);
    font-size: 1.07rem;
  }

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

  .div-block-13 {
    right: 30vw;
  }

  .homefeaturewrapper {
    width: 78%;
    height: 15rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .homefeaturecontentwrapper {
    align-items: flex-start;
  }

  .homefeatureswrapper {
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
  }

  .paragraph-15.back {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .slideright, .slideleft {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .slideitem-copy {
    border-radius: 20px;
    width: 35vw;
    height: 20vw;
    margin-top: 10px;
  }

  .space-2 {
    font-size: 10px;
  }

  .navbuttonicons-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 60%;
    min-height: 1.125rem;
    display: flex;
  }

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

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

  .new-item-wrapper.main {
    margin-left: 0;
    padding-top: 15px;
  }

  .nav-menu-button {
    perspective: 10000px;
    color: #fff;
    width: 2.8125rem;
    min-width: 2.8125rem;
    min-height: 2.8125rem;
    margin-right: -.6rem;
    padding: 0;
    font-size: 30px;
    transition: background-color .3s, transform .3s;
  }

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

  .nav-menu-button.w--open {
    background-color: #0000;
  }

  .headernav-2 {
    flex-direction: column;
    align-items: stretch;
    width: 85%;
    margin-bottom: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-2 {
    grid-template-rows: 2.75rem 3.75rem;
    padding-left: 3vw;
  }

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

  .navbarlink {
    font-size: 1.125rem;
  }

  .navbarlink.dropdown {
    justify-content: center;
    display: flex;
  }

  .div-block-41 {
    flex-direction: column;
    justify-content: space-between;
    width: 60vw;
    height: 100vh;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    display: flex;
    position: relative;
  }

  .navcontainer {
    margin-bottom: .5rem;
  }

  .navcontainer.navtopc {
    margin-top: .5rem;
  }

  .navmenu {
    z-index: 100;
    background-color: var(--black);
    width: auto;
    height: 100vh;
    max-height: 100vh;
    position: fixed;
    inset: 0% 0% 0% auto;
    overflow: hidden;
    box-shadow: 0 1px 9px -4px #1f243214, 0 24px 38px #1208501a;
  }

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

  .hero_btn-row {
    grid-column-gap: 2vw;
  }

  .herosection {
    flex-direction: column;
  }

  .homes1content {
    width: 100%;
  }

  .div-block-57 {
    width: 100%;
    padding-bottom: 6rem;
  }

  .content-container {
    overflow: hidden;
  }

  .paragraph-2 {
    margin-bottom: 1.5rem;
    line-height: 1.4;
  }

  .contentwrapper {
    height: 45vw;
    min-height: 30rem;
    padding-bottom: 1.8rem;
    padding-right: 1.875rem;
  }

  .div-block-58 {
    max-width: 90vw;
  }

  .feewrapper {
    justify-items: center;
    width: 85vw;
  }

  .pricingtitle {
    font-size: 25px;
  }

  .ratesection {
    padding-bottom: 3.125rem;
  }

  .divider {
    width: 85vw;
  }

  .title_m.herot {
    font-size: 1.3rem;
  }

  .title_m.feet {
    text-align: center;
  }

  .counties_bg {
    text-shadow: 0 3px 5px var(--brand-c2-dark);
  }

  .title_xl {
    line-height: 1.3em;
  }

  .title_xl.format4 {
    text-align: left;
  }

  .feature_bg {
    width: 100%;
  }

  .div-block-7-copy {
    grid-row-gap: 5rem;
    grid-template-columns: 3fr;
    margin-top: -17.1rem;
  }

  .logos_row {
    max-width: 90vw;
  }

  .rates_grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .dropdown-list-wrapper {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    padding-top: .2rem;
  }

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

  .dropdownlink {
    color: var(--grey-1);
    text-align: center;
    white-space: normal;
    padding: .3rem 0;
    font-size: 1.07rem;
  }

  .dropdownlink:hover {
    background-color: #0000;
  }

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

  .dropdown-list.w--open {
    flex-direction: column;
    align-items: center;
  }

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

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

  .list-copy-2 {
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
  }

  .p2.format2 {
    text-align: left;
  }

  .div-block-61 {
    margin-bottom: 5px;
  }

  .jobcontentwrapper-2 {
    padding-top: 0;
  }

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

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

  .div-block-66 {
    grid-template-rows: auto 3px auto 3px;
    grid-template-columns: 1fr;
  }

  .slide-card-c-w {
    width: 39vw;
  }

  .slide-card-c-w.special {
    height: 38vw;
  }

  .list-1 {
    grid-auto-columns: 1fr;
  }

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

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

  .image-15 {
    height: 80%;
  }

  .navbar-buttom-space {
    display: block;
  }

  .div-block-95 {
    width: 40vw;
    max-height: 500px;
  }

  .mapwrapper {
    width: 45vw;
    max-width: 300px;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .image-16 {
    height: 6rem;
  }

  .image-17 {
    object-position: 50% 35%;
    height: 85%;
    top: 7.5%;
  }

  .navb-bg.mobile {
    display: block;
  }

  .navb-bg.dropdown {
    display: none;
  }

  .hero_buttom_space {
    height: 35vw;
    max-height: 250px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto 1fr;
    grid-auto-columns: 1fr;
    height: 17.1rem;
    display: grid;
  }

  .nav-item.sibling-close, .nav-item.sibling-far {
    width: 7.5rem;
  }

  .nav-item.hover {
    width: 8rem;
  }

  .nav-item.cutoff1 {
    margin-right: 7.5rem;
  }

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

  .title_l {
    line-height: 1.3em;
  }

  .div-block-36 {
    grid-template-rows: auto 3px auto 3px;
    grid-template-columns: 1fr;
  }

  .card-mask {
    width: 39vw;
  }

  .formwrapper-special {
    margin-bottom: .5rem;
  }

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

  .map {
    height: 40vw;
    max-height: 350px;
  }

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

  .brix---blog-card-image {
    width: 100%;
  }

  .card-blog-featured-v5 {
    max-width: 80%;
  }

  .navb-border-wrapper {
    display: none;
  }

  .div-block-138 {
    margin-right: 0;
  }

  .homecardswrapper {
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .topsection {
    min-height: 14rem;
  }

  .pagepadding_m {
    height: 11rem;
  }

  .mask-3 {
    width: 45%;
  }

  .div-block-6.special {
    height: 38vw;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.8rem;
  }

  h2 {
    font-size: 1.55rem;
  }

  .body {
    font-size: 1.06rem;
  }

  .navtop-paragraph.hide {
    display: none;
  }

  .bg.image.herobgimg {
    object-position: 70% 70%;
  }

  .bg.image.format1 {
    opacity: .08;
    object-position: 20% 80%;
  }

  .yellowbutton.navbarbutton {
    display: none;
  }

  .button.navb {
    font-size: 1rem;
  }

  .trianglebutton {
    display: none;
  }

  .div-block-13 {
    padding: 5px 8px;
    top: 5vh;
    right: 15vw;
  }

  .text-span-12 {
    font-size: 17px;
  }

  .paragraph-14 {
    font-size: 13px;
  }

  .section_l {
    padding-top: 4.3rem;
    padding-bottom: 4.5rem;
  }

  .section_l.dbg1 {
    background-image: radial-gradient(circle at 0%, #0000 59%, #fffbde52 81%, #fffde92e), radial-gradient(circle at 5% 0, #fffce340 1%, #4e300a4a 20%, #2832213b 55%);
  }

  .homefeaturewrapper {
    width: 88%;
    height: 15rem;
  }

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

  .image-3 {
    height: 3.9rem;
    margin-bottom: 2rem;
  }

  .paragraph-15.back {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .paragraph-15.is--text-white {
    font-size: 1.4rem;
  }

  .slideitem-copy {
    margin-bottom: 0;
    padding-top: 1.3vh;
    padding-bottom: 1.3vh;
  }

  .slideitem-copy:hover {
    padding-top: 1.25vh;
    padding-bottom: 1.35vh;
  }

  .sub-footer {
    padding-left: 9%;
    padding-right: 9%;
  }

  .subfooterwrapper-2 {
    height: auto;
  }

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

  .brand-2 {
    height: 95%;
    margin-top: -1.2rem;
    padding-left: 0;
  }

  .headernav-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .navbar-2 {
    grid-column-gap: 5vw;
    padding-left: 4.5vw;
    padding-right: 5vw;
  }

  .navcontainer.navtopc {
    justify-content: flex-end;
  }

  .navmenu {
    flex-direction: row;
    align-items: stretch;
    inset: 0 0% 0% auto;
  }

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

  .hero-title {
    padding-right: 0;
    font-size: clamp(2rem, 8.5vw, 2.7rem);
    line-height: 1.2;
  }

  .hero_btn-row {
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .div-block-57 {
    padding-top: 4vw;
  }

  .mainwrapper {
    grid-template-rows: auto .5px auto;
    grid-template-columns: 1fr;
    align-items: center;
    width: 100%;
  }

  .whitedivider {
    background-image: linear-gradient(90deg, white, var(--brand-c2-v1));
    width: 100%;
    height: 1px;
  }

  .content-container {
    position: relative;
  }

  .paragraph-2 {
    margin-bottom: 1.9rem;
    line-height: 1.4;
  }

  .contentwrapper {
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 6rem 9vw 2.8rem;
  }

  .div-block-58 {
    grid-row-gap: 4rem;
  }

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

  .div-block-18 {
    flex-flow: column;
  }

  .image-6 {
    width: 41vw;
    max-width: 271px;
    height: 28vw;
    max-height: 170px;
  }

  .image-6._2nd {
    transform-origin: 0 25%;
  }

  .image-6._3rd {
    transform-origin: 100%;
    left: -7vw;
  }

  .image-6._4h {
    transform-origin: 0 -19%;
    left: -7vw;
  }

  .blockwrapper.first {
    margin-bottom: .9375rem;
  }

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

  .detailrates {
    padding-bottom: 1.875rem;
  }

  .para_s {
    font-size: 1rem;
  }

  .para_s.format1 {
    font-size: .93rem;
    line-height: 1.6;
  }

  .divider-2 {
    height: .7px;
  }

  .pricingtitle {
    font-size: 1.5rem;
  }

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

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

  .hero_content-container {
    text-align: left;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-bottom: 2.5rem;
  }

  .title_m {
    font-size: 1.25rem;
  }

  .title_m.feet {
    font-size: 1.4rem;
  }

  .counties_bg {
    text-shadow: 0 3px 5px #0812017a;
    display: none;
  }

  .counties_text {
    text-align: left;
  }

  .title_xl {
    font-size: 1.8rem;
  }

  .space_l {
    height: 1.8rem;
  }

  .feature_overlay {
    background-color: #242d31b8;
    display: none;
  }

  .div-block-7-copy {
    grid-row-gap: 4rem;
    margin-top: -14.5rem;
  }

  .rates_grid {
    grid-template-columns: 1fr;
  }

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

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

  .brand {
    height: 14vw;
  }

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

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

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

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

  .section_xl {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }

  .text_divider {
    margin-left: .5rem;
    margin-right: .5rem;
    display: none;
  }

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

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

  .title_s {
    font-size: 1.125rem;
  }

  .formwrapper {
    min-width: 93vw;
  }

  .formwrapper.wpadding {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }

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

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

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

  .paragraph-36 {
    font-size: .95rem;
  }

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

  .social-media {
    width: 1.2rem;
    height: 1.2rem;
  }

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

  .slide-card-c-w {
    width: 100%;
  }

  .div-block-69 {
    width: 4.5rem;
  }

  .footer_icon-2 {
    width: 1rem;
    margin-top: .25rem;
  }

  .div-block-92 {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footerlink-2 {
    font-size: 17px;
  }

  .footwrapper {
    width: 82vw;
  }

  .footertitle-2 {
    font-size: 1.7rem;
  }

  .footerparagraph-2 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .footeritemwrapper-2 {
    min-width: 0;
  }

  .link-6 {
    font-size: 1.1rem;
  }

  .div-block-95 {
    width: 80%;
    height: 45vw;
  }

  .mapwrapper {
    width: 70vw;
    max-width: 250px;
  }

  .image-16 {
    height: 6rem;
  }

  .div-block-98 {
    margin-top: 1.3rem;
    display: block;
  }

  .hero_buttom_space {
    height: 32vw;
    max-height: 185px;
  }

  .nav-list {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-item {
    width: 7rem;
    margin-right: 1rem;
  }

  .nav-item.sibling-close, .nav-item.sibling-far {
    width: 7rem;
  }

  .nav-item.hover {
    width: 9.625rem;
  }

  .nav-item.cutoff1 {
    margin-right: 1rem;
  }

  .nav-item__link {
    padding: 1.5rem;
    font-size: min(1rem, 3vw);
  }

  .nav-item__tooltip {
    min-width: 130%;
    transform: translate(0, -4rem);
  }

  .title_l {
    font-size: 1.55rem;
  }

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

  .card-mask {
    width: 70vw;
  }

  .card-slider {
    width: 70vw;
    margin-bottom: 50px;
    padding-bottom: 0;
  }

  .slider-arrow {
    width: 11px;
    margin-left: 2px;
    display: flex;
    bottom: -50px;
  }

  .slider-arrow.hide {
    display: flex;
  }

  .card-slide {
    margin-right: 10vw;
  }

  .div-block-127 {
    line-height: 1.4;
  }

  .formwrapper-special {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .map {
    width: 100%;
    height: 55vw;
  }

  .link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .blog-card-featured-content-v2 {
    padding: 50px 32px;
  }

  .div-block-129 {
    grid-row-gap: 1.3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-card-featured-content-v1 {
    padding: 50px 32px;
  }

  .collection-list {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .herodec-wrapper {
    align-self: flex-end;
  }

  .hero-bg {
    opacity: .88;
    margin-top: -30%;
  }

  .hero-bg-front {
    width: 100%;
    height: 23rem;
  }

  .image-23 {
    width: auto;
    min-width: 0%;
    max-width: 100vw;
    height: 100%;
    min-height: 100%;
    margin-top: -5vh;
  }

  .pagetopposition {
    margin-top: -6.6rem;
  }

  .homecardswrapper {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    width: 95%;
    max-width: 500px;
  }

  .homecard {
    height: 9.5rem;
    padding-left: 24px;
    padding-right: 24px;
  }

  .space-holder-hero-buttom {
    height: 9.5rem;
  }

  .div-block-140 {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    grid-template-columns: 1fr;
    margin-bottom: 1rem;
  }

  .topsection {
    padding-bottom: 4.3rem;
  }

  .title_xxl {
    font-size: 2.3rem;
  }

  .paragraph-41 {
    margin-top: 1rem;
  }

  .bg-4.imagebg.topsectionbg.p1 {
    object-position: 40% 50%;
  }

  .div-block-143 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    justify-content: start;
    place-items: start;
    width: 100%;
    max-width: 82vw;
    margin-left: 0;
    margin-right: 0;
  }

  .mask-3 {
    width: 100%;
  }

  .div-block-144 {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .card-slider-2 {
    width: 70vw;
    margin-bottom: 50px;
    padding-bottom: 0;
  }

  .card-slide-copy {
    width: 70vw;
    margin-right: 10vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.7rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  .navbartop {
    height: 3.3rem;
  }

  .navtop-paragraph {
    flex-wrap: wrap;
    font-size: .8rem;
  }

  .navbar {
    margin-top: 9vh;
  }

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

  .button {
    margin-bottom: 0;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .div-block-13 {
    top: 9vh;
    right: 20vw;
  }

  .text-span-12 {
    font-size: 3.5vw;
  }

  .paragraph-14 {
    font-size: 3vw;
  }

  .homefeaturewrapper {
    width: 100%;
    height: 18rem;
  }

  .homefeatureswrapper {
    grid-template-columns: 1fr;
  }

  .paragraph-15.back {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .slideitem-copy {
    width: 80vw;
    height: 50vw;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slideitem-copy:hover {
    padding-top: 9px;
    padding-bottom: 11px;
  }

  .divider100 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .divider100.footerd {
    width: 80%;
    margin-top: 3rem;
  }

  .sub-footer {
    padding-left: 10%;
    padding-right: 10%;
  }

  .subfooterwrapper-2 {
    height: auto;
  }

  .nav-menu-button {
    margin-right: -.5rem;
  }

  .brand-2 {
    box-shadow: none;
    background-color: #0000;
    border-radius: 0;
    max-width: 55vw;
    height: 80%;
    margin-top: -.4rem;
    margin-bottom: 0;
  }

  .headernav-2 {
    width: 85%;
  }

  .navbar-2 {
    grid-template-rows: 1.5rem 4.25rem;
  }

  .div-block-41 {
    width: 70vw;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .navcontainer {
    justify-content: space-between;
    margin-bottom: 0;
  }

  .navcontainer.navtopc {
    flex-direction: column;
    align-items: flex-end;
  }

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

  .hero-title {
    letter-spacing: .05rem;
    font-size: clamp(2rem, 8.5vw, 2.4rem);
  }

  .hero_btn-row {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .div-block-17 {
    grid-row-gap: 25px;
  }

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

  .image-6 {
    width: 48vw;
    height: 31vw;
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .feewrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .detailrates, .ratetag {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }

  .pricingtab {
    max-width: none;
  }

  .ratewrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pricingtitle {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    font-size: 1.4rem;
  }

  .detailrate {
    font-size: 16px;
  }

  .hero_content-container {
    padding-bottom: 0;
  }

  .title_m {
    line-height: 1.5;
  }

  .title_m.herot {
    max-width: 100%;
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .counties_text {
    font-size: 1rem;
    line-height: 1.4;
  }

  .title_xl {
    font-size: 1.7rem;
  }

  .space_l {
    height: 1.6rem;
  }

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

  .feature_bg.po4 {
    object-position: 70% 50%;
  }

  .feature_bg.po2 {
    object-position: 55% 50%;
  }

  .feature_bg.po1 {
    object-position: 70% 50%;
  }

  .div-block-7-copy {
    grid-row-gap: 3.5rem;
    margin-top: -13.5rem;
  }

  .logos_row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: center;
    padding-top: 30px;
    padding-bottom: 40px;
  }

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

  .dropdownlink {
    text-align: center;
    white-space: normal;
  }

  .brand {
    height: 25vw;
  }

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

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

  .paragraph-20 {
    margin-bottom: .3125rem;
  }

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

  .image-size {
    width: 75vw;
    height: 40vw;
  }

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

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

  .formwrapper {
    min-width: 100vw;
  }

  .formwrapper.wpadding {
    padding-left: 4vw;
    padding-right: 4vw;
  }

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

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

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

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

  .jobdescriptiondropdownwrapper-2 {
    max-width: 70vw;
  }

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

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

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

  .div-block-64 {
    width: 110%;
  }

  .div-block-65 {
    grid-column-gap: 6.5vw;
  }

  .paragraph-37 {
    margin-top: .9rem;
  }

  .slide-card-c-w {
    padding: 1.9rem 1.6rem;
  }

  .slide-card-c-w.special {
    height: 55vw;
  }

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

  .div-block-69 {
    width: 4.5rem;
    height: 90%;
    margin-right: .2rem;
  }

  .div-block-69.mission {
    height: 88%;
    margin-top: -.1rem;
  }

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

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

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

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

  .footwrapper {
    width: 80vw;
    padding-top: 12vw;
  }

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

  .footeritemwrapper-2.format1 {
    flex-wrap: wrap;
  }

  .image-15 {
    height: 60%;
  }

  .div-block-95 {
    width: 100%;
    height: 55vw;
  }

  .mapwrapper {
    margin-bottom: .5rem;
  }

  .image-16 {
    height: 16vw;
  }

  .hero_buttom_space {
    height: 45vw;
  }

  .nav-list {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: space-between start;
    place-items: flex-start start;
    height: 25rem;
    display: grid;
  }

  .nav-item {
    margin-right: .8rem;
  }

  .nav-item__link {
    font-size: min(1rem, 3.5vw);
  }

  .nav-item__tooltip {
    padding-left: .7rem;
    padding-right: .7rem;
    font-size: .95rem;
  }

  .title_l {
    font-size: 1.4rem;
  }

  .review-star-row {
    align-items: center;
  }

  .paragraph-3 {
    margin-top: .9rem;
  }

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

  .card-mask {
    width: 100%;
  }

  .card-slider {
    width: 82vw;
    min-width: 0;
  }

  .div-block-127 {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .formwrapper-special {
    width: 100vw;
    margin-left: -9vw;
    margin-right: -9vw;
    padding-top: 2.2rem;
  }

  .map {
    height: 65vw;
  }

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

  .link-icon-right {
    width: 18px;
  }

  .card-blog-featured-v5 {
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    margin-top: 20vw;
    margin-bottom: 3vw;
  }

  .container-default-100 {
    padding-left: 0;
    padding-right: 20px;
  }

  .blog-card-featured-content-v2, .blog-card-featured-content-v1 {
    padding: 40px 24px 46px;
  }

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

  .herodec-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-bg-front {
    height: 16.5rem;
  }

  .pagetopposition {
    margin-top: -5.9rem;
  }

  .div-block-137 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .homecard {
    align-items: center;
    padding-bottom: 1rem;
    padding-left: .625rem;
    padding-right: .625rem;
  }

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

  .image-24, .image-25 {
    width: 3rem;
  }

  .topsection {
    min-height: 10rem;
    padding-bottom: 3.5rem;
  }

  .title_xxl {
    font-size: 2rem;
  }

  .title_xxl.topst {
    font-size: min(2rem, 8vw);
  }

  .div-block-143 {
    grid-column-gap: 6vw;
    grid-row-gap: 2vw;
  }

  .div-block-6 {
    padding: 1.9rem 1.6rem;
  }

  .div-block-6.special {
    height: 55vw;
  }

  .card-slider-2, .card-slide-copy {
    width: 82vw;
    min-width: 0;
  }
}

#w-node-_3c871e0d-9d5e-1213-af10-4462f6f70ce8-e8f8fc0e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3c871e0d-9d5e-1213-af10-4462f6f70ceb-e8f8fc0e {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-aec7e343-38c0-914b-64dd-2bb9d854da97-e8f8fc0e {
  order: 0;
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_01f15d8a-ef8d-9ffb-7b9f-95333123091b-e8f8fc0e {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-cb1509e9-4686-8a90-9571-0f49e3761bc5-e8f8fc0e {
  justify-self: start;
}

#w-node-_652f6fbe-bec1-4279-4ad3-89aa5bf0de5e-2a4f25cc, #w-node-_652f6fbe-bec1-4279-4ad3-89aa5bf0de60-2a4f25cc {
  place-self: stretch stretch;
}

#w-node-d340b06c-099d-ea4c-d9f4-5c1385f80364-85f80361 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_22be391d-17c0-be07-59da-c75b9c068efe-85f80361 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d56d975c-1546-e2f0-fc87-c55871cd1c35-85f80361 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_36a3fef7-6fbc-711a-9ca8-164791afeca4-e8f8fc13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ddc0df7f-05a0-f9ec-d4d2-ac42ade528ec-e8f8fc13 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4d2f6cae-069a-20ef-9975-605ebe93edf7-e8f8fc13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f776daf1-4ec8-33aa-e3d7-68c877fbcd32-e8f8fc13 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-fc3278c6-1919-0711-6521-40a707d5bb18-e8f8fc13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50c3b566-3201-e698-1628-5f34870593a6-06db3e3b {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-ba98c20e-9afa-86e3-be49-01dffb634873-06db3e3b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f2efa092-eaea-e3f5-8268-f7a806db3e48-06db3e3b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-de1bfa78-abfd-52fa-16b8-a67d01aaf9ca-06db3e3b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ecf6b1ec-74ea-b463-47c6-617e85c30c73-e8f8fc17, #w-node-_37c5ebc0-77db-a1c8-af19-131fdc4a1683-e8f8fc1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#jobform.w-node-_37c5ebc0-77db-a1c8-af19-131fdc4a168b-e8f8fc1b {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: center;
}

#w-node-_37c5ebc0-77db-a1c8-af19-131fdc4a168d-e8f8fc1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7aae5478-89ad-4690-71a0-16bfd6867602-e8f8fc0e {
    order: 9999;
  }

  #w-node-_3c871e0d-9d5e-1213-af10-4462f6f70ce8-e8f8fc0e {
    grid-column-end: 2;
  }

  #w-node-_3c871e0d-9d5e-1213-af10-4462f6f70ceb-e8f8fc0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_01f15d8a-ef8d-9ffb-7b9f-95333123091b-e8f8fc0e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1586a353-1488-928f-7af0-1f03c6eb36be-e8f8fc0e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_652f6fbe-bec1-4279-4ad3-89aa5bf0de4d-2a4f25cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_37c5ebc0-77db-a1c8-af19-131fdc4a1683-e8f8fc1b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #jobform.w-node-_37c5ebc0-77db-a1c8-af19-131fdc4a168b-e8f8fc1b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_37c5ebc0-77db-a1c8-af19-131fdc4a168d-e8f8fc1b {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3c871e0d-9d5e-1213-af10-4462f6f70ce8-e8f8fc0e {
    grid-column-end: 2;
  }

  #w-node-_1586a353-1488-928f-7af0-1f03c6eb36be-e8f8fc0e {
    grid-column: span 1 / span 1;
  }

  #w-node-_652f6fbe-bec1-4279-4ad3-89aa5bf0de4d-2a4f25cc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_652f6fbe-bec1-4279-4ad3-89aa5bf0de64-2a4f25cc {
    grid-area: 3 / 1 / 4 / 2;
  }

  #contact.w-node-_652f6fbe-bec1-4279-4ad3-89aa5bf0de80-2a4f25cc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d340b06c-099d-ea4c-d9f4-5c1385f80364-85f80361 {
    grid-row-start: 2;
  }

  #w-node-_50c3b566-3201-e698-1628-5f34870593a6-06db3e3b {
    grid-column: 2 / 3;
    justify-self: start;
  }

  #w-node-ba98c20e-9afa-86e3-be49-01dffb634873-06db3e3b {
    grid-column: 1 / 2;
  }

  #w-node-f2efa092-eaea-e3f5-8268-f7a806db3e48-06db3e3b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-de1bfa78-abfd-52fa-16b8-a67d01aaf9ca-06db3e3b {
    grid-column: 1 / 2;
    grid-row-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d340b06c-099d-ea4c-d9f4-5c1385f80364-85f80361 {
    grid-row-start: 2;
  }

  #w-node-_22be391d-17c0-be07-59da-c75b9c068efe-85f80361 {
    grid-column-start: 1;
  }
}


@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-ExtraBold.otf') format('opentype'), url('../fonts/Metropolis-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}