:root {
  --white-smoke: #f7f7f5;
  --dark-green: #173a00;
  --white: white;
  --linen: #efe5df;
  --goldenrod: #4b0;
  --ivory: #e8ece0;
  --yellow-green: #88bb26;
  --black: #0d2001;
  --olive-drab: #659a00;
  --shadow: rgba(13, 32, 1, .7);
  --orange: #ffae37;
  --black-2: black;
  --white-2: rgba(255, 255, 255, .45);
  --papaya-whip: #ffeed5;
}

p {
  margin-bottom: .625rem;
}

.body {
  background-color: var(--white-smoke);
  color: var(--dark-green);
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}

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

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

.pagewrapper.non, .pagewrapper.is-visible {
  overflow: visible;
}

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

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

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

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

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

.bg.herobg {
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.bg.herobg {
  transform-origin: 0 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.bg.herogc {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.bg.footerbg {
  opacity: .09;
  filter: blur(3px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbarlinkwrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

.container.homes1c {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

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

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

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

.section_m {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
}

.footer {
  background-color: var(--linen);
  background-image: linear-gradient(rgba(232, 236, 224, .5), rgba(232, 236, 224, .5));
  display: flex;
  position: relative;
}

.sub-footer {
  z-index: 4;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2.5rem;
  padding-top: .75rem;
  padding-bottom: .625rem;
  display: flex;
  position: relative;
  box-shadow: 0 -1px rgba(13, 32, 1, .16);
}

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

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

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

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

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

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

.divider-2.padding {
  background-color: var(--ivory);
  margin-top: .75rem;
  margin-bottom: 1rem;
}

.mapsection {
  background-color: var(--white);
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.mapcontainer {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  max-width: 70%;
  display: grid;
}

.text-span-16 {
  font-size: 1.125rem;
  font-style: italic;
}

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

.arrow {
  display: inline-block;
}

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

.linkbbnav {
  background-color: var(--yellow-green);
  justify-content: center;
  align-items: center;
  margin: .82rem .31rem;
  padding: .43rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.dropdown-list-wrapper-2 {
  background-color: var(--ivory);
  flex-direction: column;
  align-items: stretch;
  margin-top: .625rem;
  padding: .625rem;
  display: flex;
}

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

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

.navbarlink {
  color: var(--black);
  text-transform: none;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1.37vw;
  text-decoration: none;
  transition: color .35s;
  display: block;
}

.navbarlink:hover, .navbarlink.w--current {
  color: var(--goldenrod);
}

.navbarlink.navbuttonlink {
  color: var(--white-smoke);
}

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

.navicon {
  filter: invert();
  object-fit: contain;
  height: 1.25rem;
  margin-right: .32rem;
}

.spaceblock {
  font-size: 4.5px;
}

.navbarlinkwrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 2px 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  margin-right: auto;
  display: flex;
}

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

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

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

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

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

.logoimage {
  object-fit: contain;
  max-width: none;
  height: 110%;
  margin-bottom: 7%;
}

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

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

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

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

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

.dropdownlink-2 {
  color: #192024;
  text-align: left;
  white-space: nowrap;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: .3125rem .625rem;
  font-size: 1.3vw;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s;
}

.dropdownlink-2:hover {
  color: var(--dark-green);
  background-color: rgba(13, 32, 1, .09);
}

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

.new-item-wrapper-2.main {
  margin-left: auto;
  display: none;
}

.new-item-wrapper-2.main.landscape {
  margin-right: 0;
  display: flex;
}

.navcontainer {
  box-shadow: 0 3px 20px -15px var(--shadow);
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 95%;
  height: 100%;
  padding-left: 2vw;
  padding-right: 3vw;
  display: flex;
}

.homes1top {
  z-index: 3;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.homes1card {
  box-shadow: 0 -6px 0 0 var(--orange);
  color: #000b1d;
  background-color: #fff;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  position: relative;
}

.homes1 {
  min-height: 90vh;
  position: relative;
  overflow: hidden;
}

.homes1cardtop {
  width: 100%;
  height: 15vw;
  position: relative;
}

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

.title_m.footwetitle {
  color: var(--black);
  margin-top: .32rem;
  margin-bottom: .75rem;
  font-size: 1.5625rem;
}

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

.title_m.format2 {
  color: var(--olive-drab);
  margin-bottom: .4375rem;
  font-size: 1.25rem;
}

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

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

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

.para_s.arrow.heroo {
  width: 3.125rem;
  min-height: 3.125rem;
}

.para_s.herolinkp {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.para_s.servicecardp {
  color: var(--white);
  text-align: center;
  margin-top: .625rem;
  margin-bottom: 1.3rem;
  line-height: 1.5;
}

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

.para_s.linkp.sub {
  display: flex;
}

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

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

.para_s.format1 {
  color: var(--black);
  line-height: 1.6;
  text-decoration: none;
}

.para_s.format2 {
  margin-top: .1875rem;
  line-height: 1.6;
}

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

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

.homes1cardswrapper {
  grid-column-gap: 20px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 80rem;
  margin-bottom: 3.125rem;
  display: grid;
}

.linkbb {
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.linkbb.sprcial {
  background-color: var(--orange);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.linkbb.hero {
  background-color: var(--olive-drab);
  align-self: flex-start;
}

.div-block-48 {
  flex-direction: column;
  justify-content: center;
  width: 83%;
  min-height: 95vh;
  padding-top: 9.375rem;
  padding-bottom: 7.5rem;
  display: flex;
}

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

.s1heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 2.5rem;
  line-height: 1.2;
}

.s1heading.sub {
  text-transform: capitalize;
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.div-block-39 {
  width: 100%;
  margin-left: 2.5rem;
  position: relative;
}

._8999 {
  flex-direction: row;
  width: 100%;
  display: flex;
}

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

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

.image.origin {
  object-position: 50% 30%;
}

.image.auimage {
  height: auto;
}

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

.image.servicecardimg.bg {
  position: relative;
}

.image.servicecardimg.front {
  transform-origin: 100% 100%;
}

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

.imagewrapper.left {
  box-shadow: -6px 0 0 0 var(--orange);
  flex: none;
  width: 30vw;
  max-width: 400px;
  height: 20vw;
  max-height: 250px;
}

.section_l {
  padding-top: 4.375rem;
  padding-bottom: 5.55rem;
  position: relative;
  overflow: hidden;
}

.section_l.sepcial1 {
  overflow: visible;
}

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

.section_l.format1 {
  overflow: visible;
}

.tripsection {
  z-index: 5;
  max-width: 100vw;
  margin-top: -40px;
  padding-bottom: 20px;
}

.formcontainer {
  z-index: 5;
  box-shadow: 0 1px 20px -8px var(--shadow);
  background-color: #f9f9f9;
  max-width: 93%;
  padding: 1.9rem .65rem;
  position: relative;
}

.image-hover {
  z-index: 1;
  background-color: var(--olive-drab);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2.4rem 2.5rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.homes2-top-content-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title_s {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.19rem;
  line-height: 1.5;
}

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

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

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

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

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

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

.footer-text {
  color: var(--dark-green);
  text-align: left;
  letter-spacing: .2px;
  margin-bottom: .1875rem;
  font-size: 1.07rem;
  line-height: 1.5;
}

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

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

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

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

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

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

.auimagewrapper {
  box-shadow: 0 -6px 0 0 var(--white-2);
  width: 100%;
  max-height: 18.75rem;
  position: relative;
  overflow: hidden;
}

.div-block-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: -6px 0 0 0 var(--shadow);
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-top: -10%;
  padding: 1.55rem 1.75rem 1.75rem;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
}

.top {
  padding-top: 7.1875rem;
}

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

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

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

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

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

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

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

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

.servicecontent {
  transform-origin: 0 0;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 1.875rem;
  display: flex;
}

.whyusblock {
  grid-column-gap: 1.1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.25rem;
  margin-bottom: 1.3rem;
  display: grid;
}

.wutop {
  width: 100%;
  height: 280px;
  position: relative;
}

.wucard {
  box-shadow: 0 -6px 0 0 var(--white);
  color: var(--black-2);
  background-color: #fff;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  position: relative;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

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

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

.homes1cardb {
  padding: 1rem;
}

.title_xl {
  color: var(--dark-green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3rem;
  line-height: 1.2;
}

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

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

.servicetag {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: var(--white);
  box-shadow: 0 1px 20px -12px var(--shadow), -6px 0 0 0 var(--shadow);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 15.5rem;
  padding: 1.45rem 1.45rem 1.45rem 1.5rem;
  display: grid;
}

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

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

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

.div-block-43 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.text-span-18 {
  color: var(--olive-drab);
  font-size: 1.18rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paymenticon.special {
  background-color: var(--white);
  border-radius: 9px;
  margin-right: 0;
}

.link-8 {
  color: var(--olive-drab);
  margin-top: .5rem;
  text-decoration: none;
  display: inline-block;
}

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

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

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

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

.image-2.p1 {
  object-position: 50% 35%;
}

.text-block-8 {
  z-index: 49;
  color: var(--white);
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  min-width: 95%;
  max-width: 95%;
  height: 2.1875rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .94rem;
  line-height: 1.4;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-span-24 {
  margin-left: .3125rem;
  font-style: italic;
  display: inline;
}


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

.nowrap {
  white-space: nowrap;
}

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

.text-span-25 {
  margin-left: auto;
}

.italic-text {
  float: right;
  text-align: right;
  margin-bottom: 5px;
}

.space_m {
  height: 1.25rem;
}

.italic-text-2 {
  color: var(--dark-green);
  margin-top: 7px;
  display: inline-block;
}

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

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

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

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

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

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

.list-item-4 {
  background-image: url('../images/d1.png');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: auto 18px;
  padding-left: 1.875rem;
  font-size: 1.18rem;
}

.serviceimagewrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 23vw;
  max-height: 20rem;
  display: flex;
  position: relative;
}

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

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

.paragraph-34 {
  text-align: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

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

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

.para_l {
  text-align: center;
  margin-top: .5rem;
  margin-bottom: 1.15rem;
  font-size: 1.55rem;
}

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

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

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

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

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

.dropdowniconwrapper {
  background-color: var(--white);
  box-shadow: 0 3px 10px -5px 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;
  top: .625rem;
  bottom: auto;
  left: auto;
  right: .625rem;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

  .mapcontainer {
    max-width: 75%;
  }

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

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

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

  .nav-link-drop-down-2 {
    display: inline-block;
  }

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

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

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

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

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

  .section_m {
    padding-top: 3rem;
    padding-bottom: 4.8rem;
  }

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

  .subfootertext {
    font-size: 1.3rem;
  }

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

  .linkbbnav {
    margin-left: .71rem;
    margin-right: .71rem;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }

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

  .navbarlink {
    font-size: 1.8rem;
  }

  .navicon {
    height: 1.8rem;
    margin-right: .5rem;
  }

  .navbar-2 {
    height: 7.5rem;
    margin-top: 3.2rem;
    margin-bottom: -10.7rem;
    top: 2.2rem;
  }

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

  .homes1card {
    box-shadow: 0 -8px 0 0 var(--orange);
  }

  .title_m {
    font-size: 2rem;
  }

  .title_m.footwetitle {
    margin-top: .5rem;
    margin-bottom: .9rem;
    font-size: 2rem;
  }

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

  .div-block-47 {
    padding: 2rem;
  }

  .para_s {
    font-size: 1.6rem;
  }

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

  .para_s.arrow.heroo {
    width: 4.2rem;
    min-height: 4.2rem;
  }

  .para_s.herolinkp {
    padding-left: 1.95rem;
    padding-right: 1.95rem;
  }

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

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

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

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

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

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

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

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

  .homes1cardswrapper {
    margin-bottom: 4rem;
  }

  .div-block-48 {
    padding-top: 15.4rem;
  }

  .s1heading {
    font-size: 3rem;
  }

  .s1heading.sub {
    font-size: 1.75rem;
  }

  .div-block-39 {
    margin-left: 3.125rem;
  }

  .section_l {
    padding-top: 5.5rem;
    padding-bottom: 6rem;
  }

  .formcontainer {
    padding: 2.6rem 2.25rem;
  }

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

  .homes2-top-content-wrapper {
    margin-bottom: 2rem;
  }

  .title_s {
    font-size: 1.7rem;
  }

  .footer-text {
    margin-bottom: .35rem;
    font-size: 1.5rem;
  }

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

  .auimagewrapper {
    max-height: 25rem;
  }

  .div-block-40 {
    padding: 2rem 2.25rem 2.25rem;
    top: 12rem;
  }

  .top {
    padding-top: 10.5rem;
  }

  .servicecontent {
    margin-left: 3.2rem;
  }

  .whyusblock {
    grid-column-gap: 2rem;
    margin-bottom: 2.4rem;
  }

  .homes1cardb {
    padding: 1.2rem 1.6rem;
  }

  .title_xl {
    font-size: 3rem;
  }

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

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

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

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

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

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

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

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

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

  .footercontent {
    padding-top: 3.9rem;
  }

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

  .link-8 {
    margin-top: .8rem;
    margin-bottom: .2rem;
  }

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

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

  .list-item-4 {
    background-position: 0 11px;
    background-size: auto 23px;
    padding-left: 2.4rem;
    font-size: 1.65rem;
  }

  .serviceimagewrapper {
    max-height: 25rem;
  }

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

  .para_l {
    font-size: 1.8rem;
  }

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

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

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

  .jobdescriptionwrapper {
    padding: 1.225rem 2.35rem;
  }

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

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

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

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

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

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

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

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

  .footer {
    margin-top: 0;
  }

  .mapcontainer {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    padding-left: 0;
  }

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

  .navmenu-2 {
    border-top: 2px solid var(--goldenrod);
    background-color: #fff;
    width: 80vw;
    max-width: 100%;
    max-height: 88vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 20px;
    position: absolute;
    overflow: hidden;
    box-shadow: 0 1px 9px -4px rgba(31, 36, 50, .08), 0 24px 38px rgba(18, 8, 80, .1);
  }

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

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

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

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

  .navbarlink {
    font-size: 1.07rem;
  }

  .navbar_line {
    display: none;
  }

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

  .brand {
    margin-right: auto;
  }

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

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

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

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

  .headernav-2.landscape {
    flex-direction: row;
    margin-right: 0;
    display: flex;
  }

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

  .logoimage {
    max-width: 170px;
  }

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

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

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

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

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

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

  .new-item-wrapper-2.main.landscape {
    padding: 0 10px;
    display: flex;
  }

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

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

  .nav-menu-button.w--open {
    background-color: rgba(255, 253, 241, .2);
  }

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

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

  .navcontainer {
    align-items: center;
  }

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

  .homes1top {
    padding-bottom: 1.875rem;
  }

  .homes1cardtop {
    height: 20vw;
  }

  .para_s.servicecardp {
    text-align: left;
  }

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

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

  .linkbb.hide {
    display: none;
  }

  .div-block-48 {
    padding-bottom: 6.25rem;
  }

  .div-block-39 {
    margin-left: 1.5625rem;
  }

  .image.servicecardimg {
    flex: none;
  }

  .imagewrapper.left {
    width: 40vw;
    height: 25vw;
  }

  .section_l {
    padding-bottom: 5rem;
  }

  .tripsection {
    margin-top: -54px;
  }

  .formcontainer {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .image-hover {
    align-items: flex-start;
    width: 100%;
    margin-left: 1.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    position: relative;
  }

  .homes2-top-content-wrapper {
    margin-bottom: 1.25rem;
  }

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

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

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

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

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

  .div-block-40 {
    width: auto;
    margin-top: 0%;
    margin-left: 6px;
    position: relative;
    top: auto;
  }

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

  .wutop {
    height: 300px;
  }

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

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

  .pricingtab-2 {
    width: 100%;
  }

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

  .jobcontentwrapper {
    padding-top: 0;
  }

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

  .space_m.hide {
    display: none;
  }

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

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

  .serviceimagewrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20vw;
    height: auto;
    max-height: none;
  }

  .para_l {
    font-size: 1.4rem;
  }

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

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

  .div-block-61 {
    display: block;
  }
}

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

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

  .navbar {
    height: 90px;
  }

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

  .section_m {
    padding-top: 1.9rem;
  }

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

  .subfooterwrapper {
    height: auto;
  }

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

  .mapcontainer {
    grid-row-gap: 20px;
  }

  .text-span-16 {
    font-size: 1.05rem;
  }

  .linkbbnav.hide {
    display: none;
  }

  .dropdown-list-wrapper-2 {
    padding: .32rem;
  }

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

  .spaceblock {
    font-size: 3px;
  }

  .brand {
    max-width: 37vw;
  }

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

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

  .headernav-2.landscape {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    display: flex;
  }

  .logoimage {
    max-width: 20vw;
  }

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

  .dropdownlink-2 {
    padding: .1875rem 1.25rem .1875rem .9375rem;
  }

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

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

  .new-item-wrapper-2.main.landscape {
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .navcontainer {
    max-width: 90%;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .homes1top {
    align-items: center;
  }

  .homes1card {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    max-width: 100%;
  }

  .homes1cardtop {
    height: 30vw;
    display: none;
  }

  .title_m {
    font-size: 1.3rem;
  }

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

  .div-block-47 {
    background-color: rgba(255, 255, 255, .75);
    position: relative;
  }

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

  .homes1cardswrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    align-items: start;
    justify-items: center;
  }

  .linkbb.sprcial {
    display: none;
  }

  .linkbb.hero {
    align-self: center;
  }

  .div-block-48 {
    align-items: center;
    padding-bottom: 3.75rem;
  }

  .image-9 {
    display: none;
  }

  .s1heading {
    text-align: center;
    margin-top: .9375rem;
    font-size: 1.875rem;
  }

  .homeau {
    padding-top: 1.25rem;
  }

  .div-block-39 {
    width: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  ._8999 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .image.servicecardimg {
    flex: 1;
  }

  .imagewrapper {
    width: 60%;
  }

  .imagewrapper.left {
    width: 60vw;
    height: 35vw;
  }

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

  .tripsection {
    margin-top: -40px;
  }

  .image-hover {
    margin-left: 1.25rem;
  }

  .homes2-top-content-wrapper {
    margin-bottom: 0;
  }

  .list-wrapper {
    max-width: none;
    margin-top: 20px;
  }

  .image-link {
    align-items: flex-start;
  }

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

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

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

  .div-block-40 {
    grid-row-gap: 10px;
  }

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

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

  .servicecontent {
    margin-left: 0;
  }

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

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

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

  .homes1cardb {
    background-color: rgba(247, 250, 253, .65);
  }

  .title_xl {
    font-size: 2.125rem;
  }

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

  .servicetag {
    box-shadow: 0 0 15px -5px var(--shadow);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-height: 50vh;
    margin-bottom: 3.125rem;
    display: none;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: auto;
  }

  .sna {
    color: var(--white);
  }

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

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

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

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

  .pricingtitle {
    font-size: 1.55rem;
  }

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

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

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

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

  .serviceimagewrapper {
    width: 25vw;
  }

  .para_l {
    font-size: 1.27rem;
  }

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

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


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

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

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

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

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

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

  .container {
    padding-left: 10vw;
    padding-right: 10vw;
  }

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

  .section_m {
    padding-top: 1.5rem;
    padding-bottom: 3.2rem;
  }

  .subfooterwrapper {
    height: auto;
  }

  .mapsection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mapcontainer {
    max-width: 85%;
  }

  .navmenu-2 {
    width: 90vw;
    max-height: 91vh;
  }

  .hearder-button-line-bottom-2 {
    background-color: #192024;
  }

  .linkbbnav {
    margin-top: .4375rem;
    margin-bottom: .1875rem;
  }

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

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

  .hearder-button-line-top-2 {
    background-color: #192024;
  }

  .headernav-2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .headernav-2.landscape {
    display: none;
  }

  .navbar-2 {
    height: 4.375rem;
    margin-top: 1.875rem;
    margin-bottom: -6.25rem;
  }

  .logoimage {
    max-width: 140px;
  }

  .dropdownlink-2 {
    white-space: normal;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .new-item-wrapper-2.main {
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    padding: 0;
    display: flex;
  }

  .hearder-button-line-medium-2 {
    background-color: #192024;
  }

  .homes1top {
    max-width: 100%;
    padding-left: 6vw;
    padding-right: 4vw;
    left: auto;
  }

  .homes1 {
    min-height: 80vh;
  }

  .homes1cardtop {
    height: 50vw;
  }

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

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

  .para_s {
    font-size: 1rem;
  }

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

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

  .homes1cardswrapper {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    width: 100vw;
    margin-bottom: 1.875rem;
  }

  .linkbb.hero {
    display: none;
  }

  .div-block-48 {
    padding-bottom: 3.125rem;
  }

  .s1heading {
    letter-spacing: -.5px;
    margin-bottom: .4375rem;
  }

  .s1heading.sub {
    font-size: 1.125rem;
  }

  ._8999 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .imagewrapper {
    width: 80%;
  }

  .imagewrapper.left {
    width: 80vw;
    height: 50vw;
  }

  .section_l {
    padding-top: 2.4rem;
  }

  .formcontainer {
    padding: .95rem .42rem;
  }

  .image-hover {
    margin-top: 1.25rem;
    margin-left: 0;
    padding-left: 1.75rem;
  }

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

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

  .footer-text {
    margin-bottom: 5px;
  }

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

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

  .top {
    padding-top: 6.25rem;
  }

  .homes1cardb {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .title_xl {
    font-size: 1.75rem;
  }

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

  .servicetag {
    grid-column-gap: 1rem;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-height: 70vh;
    padding: 1rem 1rem 1rem 1.2rem;
  }

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

  .pricingtab-2 {
    width: 100%;
  }

  .detailrate {
    font-size: 1.1rem;
  }

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

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

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

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

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

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

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

  .paymenticon {
    max-width: 18vw;
  }

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

  .text-block-8 {
    min-width: 90%;
    max-width: 90%;
    height: 1.875rem;
    font-size: .85rem;
  }

  .text-span-24, .divider {
    display: none;
  }

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

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

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

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

  .serviceimagewrapper {
    width: 50vw;
    max-width: 10.6rem;
  }

  .text-block-11 {
    margin-top: 15px;
  }

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

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

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

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



  .formwrapper-2.padding {
    padding-left: .6rem;
    padding-right: .6rem;
  }

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

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

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

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

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

#w-node-_20a17710-36ad-c084-69b7-df61dabca150-d277ec77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3cb3d58-6acf-80f1-fa12-fee1ef1a59d6-d277ec77 {
  justify-self: center;
}

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

#w-node-_0ccbf6f6-650a-45e1-6851-8306f62f6ca3-d277ec77 {
  justify-self: center;
}

#w-node-_8f75ebbc-dc12-a4b0-76bd-5010fd1331c4-362c97de, #w-node-_8f75ebbc-dc12-a4b0-76bd-5010fd1331c5-362c97de, #w-node-_8e1f8a28-6474-f4b7-aa2f-489b0c85e3f2-362c97de, #w-node-e8273928-fbf4-522f-7c0c-e65c0ca46ab7-362c97de, #w-node-_4a558191-683e-4f57-fd08-7a7f712649d7-362c97de {
  align-self: stretch;
  justify-self: stretch;
}

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

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

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

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

@media screen and (max-width: 991px) {
  #w-node-_06daad61-af2a-a8ab-ad77-967b99e7db14-d277ec77, #w-node-_74d29956-0146-7425-1a6d-015eca9b220e-d277ec77 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8e855e78-b272-98d8-be74-cd96151163f8-d277ec77 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2e950046-6f80-f10b-68bc-509290b353e3-d277ec77 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2a78d50d-3638-2e0e-6976-e7aabfa5911f-d277ec77 {
    justify-self: center;
  }

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

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

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

  #w-node-_91fa87d4-41d6-783d-d295-0142aa5159b4-b677ec78 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_91fa87d4-41d6-783d-d295-0142aa5159b1-b677ec78, #w-node-_91fa87d4-41d6-783d-d295-0142aa515991-b677ec78 {
    grid-column-end: 2;
  }

  #w-node-e818520f-8d32-fcbe-5353-f2dca2e946a8-b677ec78 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2ff4d3cb-1f71-1b7a-5e9a-1a16f4b012ee-9177ec81, #w-node-_2ff4d3cb-1f71-1b7a-5e9a-1a16f4b01323-9177ec81, #w-node-c5887451-64e5-38cd-050a-e9c35741ad27-9177ec81, #w-node-d9fad16a-83a1-9af1-b43e-65d2bb3c12d2-9177ec81, #w-node-_2ff4d3cb-1f71-1b7a-5e9a-1a16f4b0133a-9177ec81 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_06daad61-af2a-a8ab-ad77-967b99e7db14-d277ec77, #w-node-_74d29956-0146-7425-1a6d-015eca9b220e-d277ec77 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


