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

.navbarlinkwrapper {
  position: relative;
}

.nav-link-drop-down-2 {
  position: static;
  display: inline;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #6d768d;
  text-decoration: none;
}

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

.nav-link-drop-down-2.dropdown {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.dropdownlink {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0.62rem 1.2rem;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #000;
  font-size: 1.2vw;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.dropdownlink:hover {
  background-color: #aadcf2;
  color: #fff;
}

.dropdownlink.w--current {
  color: #000;
}

.dropdownlink.w--current:hover {
  color: #fff;
}

.text-block-5 {
  position: relative;
  white-space: nowrap;
}

.new-item-wrapper {
  padding-right: 0.65rem;
  padding-left: 0.65rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.new-item-wrapper.main {
  display: none;
  margin-left: 1vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  position: relative;
  height: 110%;
  margin-bottom: 20%;
  -webkit-transition: -webkit-filter 250ms ease-out;
  transition: -webkit-filter 250ms ease-out;
  transition: filter 250ms ease-out;
  transition: filter 250ms ease-out, -webkit-filter 250ms ease-out;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo:hover {
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

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

.bg.image {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(75%);
  filter: brightness(75%);
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.image.tsp1 {
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.bg.image.tsp2 {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -o-object-position: 0% 70%;
  object-position: 0% 70%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.bg.image.herobgi {
  width: 110%;
  max-width: none;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.bg.blackgs {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), color-stop(21%, transparent), color-stop(45%, rgba(0, 0, 0, 0.03)), to(rgba(0, 0, 0, 0.46)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), transparent 21%, rgba(0, 0, 0, 0.03) 45%, rgba(0, 0, 0, 0.46));
}

.bg.herobgg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.16)), color-stop(59%, rgba(0, 0, 0, 0.22)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.16), rgba(0, 0, 0, 0.22) 59%);
}

.bg.sectionbg {
  left: -2%;
  top: -14%;
  height: 160%;
  opacity: 0.17;
  -webkit-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  transform: rotate(-11deg);
  -o-object-fit: cover;
  object-fit: cover;
}

.header-arrow {
  display: inline-block;
  margin-top: 0.1rem;
  font-size: 0.625rem;
  line-height: 1;
}

.button {
  position: relative;
  padding: 12px 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  color: #04146d;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.button.navbutton {
  overflow: hidden;
  margin-right: 0px;
  padding-right: 17px;
  padding-left: 17px;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.headernav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 2.1875rem;
  right: 0%;
  bottom: auto;
  z-index: 50;
  width: 93%;
  height: 5rem;
  max-width: 93%;
  min-width: 93%;
  margin-right: auto;
  margin-bottom: -5rem;
  margin-left: auto;
  background-color: transparent;
  -webkit-perspective: 3000px;
  perspective: 3000px;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: height 300ms ease, background-color 300ms ease;
  transition: height 300ms ease, background-color 300ms ease;
}

.dropdown-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #eff1f3;
}

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

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

.navbarlink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #000;
  font-size: 1.35vw;
  line-height: 1.6;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.navbarlink:hover {
  color: #0160cc;
}

.navbarlink.dropdpwn:hover {
  font-style: normal;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navcontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 1.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.9);
  box-shadow: 0 10px 70px -20px rgba(16, 27, 34, 0.27);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.navcontainer:hover {
  background-color: #fff;
}

.dropdown-list {
  top: 100%;
  background-color: transparent;
  box-shadow: 0 10px 20px 0 rgba(16, 27, 34, 0.06);
}

.dropdown-list.w--open {
  position: absolute;
  display: block;
  background-color: transparent;
}

.navmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagewrapper {
  overflow: hidden;
}

.pagewrapper.nooverflow {
  overflow: visible;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88vw;
  max-width: 93.75rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.heroc {
  width: 85vw;
  max-width: none;
  min-height: 95vh;
  padding-top: 12.85rem;
  padding-bottom: 2.5rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
}

.navtop {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navtopcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.navtopitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navtopimage {
  width: 18px;
  margin-right: 5px;
  -o-object-fit: contain;
  object-fit: contain;
}

.navtoplinks {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.mainbutton {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 3.125rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0.5rem;
  background-color: #03aef9;
  text-decoration: none;
  cursor: pointer;
}

.mainbutton.dc1 {
  background-color: #fba300;
}

.button-text {
  position: relative;
  z-index: 10;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.background-circle-button {
  position: relative;
  top: auto;
  right: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.125rem;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-circle-button-small {
  position: absolute;
  top: auto;
  right: auto;
  z-index: 1;
  width: 0rem;
  height: 0rem;
  border-radius: 10000px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.fontawesome-container-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.fontawesome-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
}

.confirmed-state {
  position: absolute;
  left: -100%;
  top: 0%;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #49dc80;
}

.fontawesome-button-check {
  opacity: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
}

.body {
  background-color: #fffcfc;
  font-family: 'Playfair Display', sans-serif;
  color: #000;
  font-size: 1.14rem;
  line-height: 1.55;
}

.title_xxl {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 2.375rem;
  line-height: 1.3;
  text-align: center;
}

.title_xxl.left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.title_xxl.maptitle {
  text-align: left;
}

.title_xxl.topbannertitle {
  margin-top: 10rem;
  color: #fff;
}

.title_xxl.topbannertitle.servicet {
  text-align: left;
  text-transform: capitalize;
}

.title_xxl.topbannertitle_1 {
  margin-top: 6rem;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer {
  padding-top: 3.45rem;
  padding-bottom: 0.625rem;
  background-color: #faf3e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(71%, transparent), to(rgba(121, 168, 124, 0.15)));
  background-image: linear-gradient(180deg, transparent 71%, rgba(121, 168, 124, 0.15));
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 1.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-4 {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #394141;
  text-decoration: none;
}

.link-4:hover {
  color: #0160cc;
  text-decoration: underline;
}

.footerlink {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #000;
  text-decoration: none;
}

.footerlink:hover {
  color: #0082cb;
}

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

.footeritemwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footerparagraph {
  margin-bottom: 0.4rem;
  padding-left: 0px;
  font-size: 1.0625rem;
  line-height: 1.4;
}

.footerparagraph.payment {
  margin-bottom: 0.0625rem;
}

.footerparagraph.sub {
  margin-bottom: 0px;
}

.div-block-35 {
  margin-top: 15px;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footertitle {
  width: 70%;
  margin-top: 1.25rem;
  margin-bottom: 1.125rem;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  line-height: 1.3;
  text-decoration: none;
}

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

.paymenticon {
  overflow: hidden;
  height: 1.75rem;
  margin-top: 0.25rem;
  margin-right: 0.3rem;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0 rgba(65, 39, 4, 0.22);
  -o-object-fit: contain;
  object-fit: contain;
}

.subfooterwrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88vw;
  max-width: 93.75rem;
  margin-top: 2.5rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0.625rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(108, 129, 141, 0.2);
  color: #394141;
  line-height: 1.4;
  text-align: center;
}

.footermenu {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0.12rem;
  padding-bottom: 0.13rem;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #000;
  font-size: 1.0625rem;
  line-height: 1.4;
  text-decoration: none;
}

.footermenu:hover {
  color: #0082cb;
}

.footermenu.first {
  padding-top: 0px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.subfootertext {
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: left;
}

.footer-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-53 {
  display: -ms-grid;
  display: grid;
  width: 50%;
  margin-top: 0.4375rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footerlogo {
  height: 3.125rem;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/icon_logowords_2.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 2.5rem;
  line-height: 1.3;
  text-transform: uppercase;
  white-space: nowrap;
}

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

.backtop {
  position: fixed;
  right: 2vw;
  bottom: 2vw;
  z-index: 30;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 1000px;
  background-color: #0082cb;
  background-image: url('../images/arrow_4.png');
  background-position: 50% 52%;
  background-size: auto 40%;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 rgba(65, 39, 4, 0.22);
  -webkit-transition: background-position 200ms ease, -webkit-transform 300ms ease-in;
  transition: background-position 200ms ease, -webkit-transform 300ms ease-in;
  transition: transform 300ms ease-in, background-position 200ms ease;
  transition: transform 300ms ease-in, background-position 200ms ease, -webkit-transform 300ms ease-in;
}

.backtop:hover {
  background-position: 50% 40%;
  -webkit-transform: translate(0px, -0.5rem);
  -ms-transform: translate(0px, -0.5rem);
  transform: translate(0px, -0.5rem);
}

._5070_3240 {
  padding-top: 50px;
  padding-bottom: 70px;
}

.paragraph-6 {
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.list {
  padding-left: 20px;
}

.div-block-21 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.servicecontentwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-56 {
  position: -webkit-sticky;
  position: sticky;
  top: 10.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17.5rem;
  margin-top: -18.4375rem;
  padding: 1.88rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 218, 124, 0.91)), color-stop(40%, #0082cb));
  background-image: linear-gradient(180deg, rgba(255, 218, 124, 0.91), #0082cb 40%);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  color: #fff;
}

.link-5 {
  position: relative;
  display: block;
  padding-left: 2.2rem;
  background-image: url('../images/car.png');
  background-position: 0% 5px;
  background-size: auto 0.7rem;
  background-repeat: no-repeat;
  -webkit-transition: padding 500ms ease, background-position 300ms ease;
  transition: padding 500ms ease, background-position 300ms ease;
  color: #fff;
  font-size: 1.03rem;
  line-height: 1.4;
  text-decoration: none;
}

.div-block-57 {
  display: -ms-grid;
  display: grid;
  margin-top: 0.9rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 0.55rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.paragraph-7 {
  margin-top: 1.25rem;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.86);
  font-size: 1rem;
  line-height: 1.45;
  font-style: italic;
  letter-spacing: -0.5px;
}

.toptitlewraper {
  position: relative;
  display: block;
  padding-top: 7.35rem;
  padding-bottom: 3rem;
}

.toptitlewraper.service {
  padding-left: 20.5rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.topsection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(23%, #aadcf2), to(#faf3e4));
  background-image: linear-gradient(180deg, #aadcf2 23%, #faf3e4);
}

.divider-2 {
  width: 100%;
  height: 1px;
  background-color: rgba(108, 129, 141, 0.2);
}

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

.ratewrapper {
  z-index: 1;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1.5625rem;
  padding: 1.25rem 0px;
  background-color: #0160cc;
}

.text-span-8 {
  font-size: 24px;
}

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

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

.bg-3.pricing {
  border-style: solid;
  border-width: 0.7rem;
  border-color: #ffda7c;
  background-color: #fff;
  box-shadow: none;
}

.paragraph-18 {
  margin-bottom: 0.4rem;
  font-size: 1rem;
}

.paragraph-18.sub {
  margin-bottom: 0rem;
}

.detailrates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 1.55rem 2.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.pricingtitle {
  z-index: 1;
  margin-top: 2rem;
  margin-bottom: 0px;
  padding-right: 1.55rem;
  padding-left: 1.55rem;
  color: #000;
  font-size: 1.75rem;
  line-height: 1.3;
  text-align: center;
}

.ratesection {
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #fff;
}

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

.feewrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.4rem;
  grid-row-gap: 1.6rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.detailrate {
  margin-bottom: 0px;
}

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

.pricingtab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 10px 20px 0 #eff1f3;
  text-align: center;
}

.formwrap_wop {
  width: 90vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-22 {
  margin-top: 10px;
  font-weight: 700;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.mapcontainer {
  display: -ms-grid;
  display: grid;
  max-width: 84%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mapcontentwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.paragraph-23 {
  margin-bottom: 20px;
  text-align: left;
}

.list-item-2 {
  min-width: 29%;
  margin-right: 1.85rem;
  margin-bottom: 0px;
  font-size: 1.07rem;
}

.footerpt {
  display: inline-block;
  margin-bottom: 3px;
  font-weight: 700;
}

.heros {
  position: relative;
  z-index: 10;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heroheading {
  max-width: 80%;
  margin-top: 0px;
  margin-bottom: 0.625rem;
  color: #fff;
  font-size: 3.55rem;
  line-height: 1.2;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-62 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 6rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #000;
}

.tabwrapper {
  position: relative;
  width: 100%;
}

.tabtitlewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.75rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.herotabtitle {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tabarrowwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.625rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabarrow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/icon_sun1.png');
  background-position: 50% 0%;
  background-size: 100% 200%;
  background-repeat: no-repeat;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  color: transparent;
  line-height: 1;
  font-weight: 700;
}

.tabarrow.buttom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-position: 50% 100%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.dividerwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider_1 {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.divider_3 {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #03aef9;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.tabcontentwrapper {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#eff1f3));
  background-image: linear-gradient(180deg, transparent, #eff1f3);
}

.tabcontentp {
  margin-top: 0.125rem;
  margin-bottom: 0.25rem;
  font-size: 1.05rem;
  line-height: 1.4;
}

.tabcontentpadding {
  z-index: 10;
  width: 100%;
  padding: 1.125rem 1.8rem 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.link-6:hover {
  color: #000;
}

.section_xxl {
  padding-top: 6.5rem;
  padding-bottom: 6.25rem;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-64 {
  display: -ms-grid;
  display: grid;
  width: 50%;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.85rem;
  grid-row-gap: 1.85rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.7rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #faf3e4;
}

.div-block-65.bluec {
  background-color: #2973cd;
}

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

.title_l.white {
  color: #fff;
}

.image-2 {
  width: 3.75rem;
  height: 3.75rem;
  margin-left: auto;
  padding: 5px;
  border-style: solid;
  border-width: 8px;
  border-color: hsla(0, 0%, 100%, 0.9);
  background-color: #ffda7c;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-2.bluec {
  border-color: hsla(0, 0%, 100%, 0.55);
  background-color: #aadcf2;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0.625rem 8px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-66.padding {
  margin-top: 0.75rem;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 5%;
  padding-top: 2.8rem;
  padding-bottom: 2.58rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.subtitlewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.subtitlewrapper.special {
  margin-top: 0.6rem;
  margin-bottom: 0px;
}

.subtitleline {
  width: 2.4rem;
  height: 1.5px;
  margin-top: 0.7rem;
  margin-right: 0.75rem;
  background-color: #000;
}

.title_s {
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paragraph-24 {
  margin-bottom: 1rem;
  font-style: italic;
}

.servicescardwrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.postrow {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  z-index: 20;
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.postwrapper {
  position: relative;
  overflow: hidden;
  width: 40vw;
  height: 100%;
}

.postwrapper:hover {
  position: relative;
  z-index: 10;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.postoverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
  cursor: default;
}

.post-author-image {
  position: relative;
  z-index: 20;
  height: 45px;
  float: right;
  -o-object-fit: contain;
  object-fit: contain;
}

.postimage {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 90%;
  object-position: 50% 90%;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1.85rem 2.185rem 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.8);
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25rem;
}

.section_xl {
  padding-top: 3.75rem;
  padding-bottom: 4.4rem;
}

.section_xl.db1 {
  position: relative;
  overflow: hidden;
  padding-top: 4.375rem;
  padding-bottom: 5.625rem;
  background-color: #aadcf2;
}

.section_xl.nobuttonp {
  padding-bottom: 0rem;
}

.paragraph-1 {
  margin-top: 0.375rem;
  margin-bottom: 0px;
  line-height: 1.4;
  font-weight: 500;
}

.divider {
  width: 97%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  background-color: rgba(108, 129, 141, 0.2);
}

.title_xl {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.75rem;
  line-height: 1.2;
}

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

.paragraph-2 {
  margin-top: 7px;
  margin-bottom: 30px;
}

.text-block-7 {
  position: relative;
  z-index: 2;
  padding-top: 1.25rem;
  font-size: 1.25rem;
  letter-spacing: 0.8px;
}

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

.tripsection {
  z-index: 5;
  padding-top: 2.5rem;
  padding-bottom: 2.1875rem;
  background-color: #fff;
}

.formcontainer {
  z-index: 5;
  max-width: 90vw;
  background-color: #fff;
}


.paragraph-21 {
  margin-bottom: 0px;
  padding-top: 0.625rem;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdowncontent {
  margin-top: 10px;
  margin-bottom: 10px;
}

.line-icon-2 {
  position: absolute;
  width: 3px;
  min-height: 18px;
  background-color: #868686;
}

.line-icon-1 {
  position: absolute;
  width: 18px;
  min-height: 3px;
  background-color: #868686;
}

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

.h3.dropdowntitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  margin-right: 55px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #282828;
  font-size: 22px;
}

.h3.dropdowntitle.small {
  min-height: 3rem;
  margin-right: 3.4375rem;
  font-size: 20px;
}

.dropdowniconwrapper {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fff;
  box-shadow: 0 1px 15px 0 rgba(65, 39, 4, 0.22);
  cursor: pointer;
}

.jobcomtent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5e4), to(#e5e5df));
  background-image: linear-gradient(180deg, #f4f5e4, #e5e5df);
}

.sectiondivider {
  width: 88vw;
  height: 1px;
  max-width: 1450px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(108, 129, 141, 0.2);
}

.navtopsection {
  position: relative;
  z-index: 50;
  width: 100vw;
  height: 150px;
  max-width: 100%;
  min-width: 100%;
  padding-top: 15px;
  padding-bottom: 35px;
  background-color: #fff;
  box-shadow: 0 5px 15px -5px rgba(0, 11, 29, 0.4);
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-container.navtopc {
  max-width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0082cb;
  text-decoration: none;
}

.image-3 {
  -o-object-fit: contain;
  object-fit: contain;
}

.navbaruttonwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 2vw;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fba300;
  -webkit-transition: color 350ms ease, background-color 300ms ease;
  transition: color 350ms ease, background-color 300ms ease;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.navbaruttonwrapper:hover {
  background-color: #0160cc;
}

.text-block-6 {
  font-size: 1.4vw;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  padding-right: 8vw;
  padding-left: 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-7._100vw {
  max-width: none;
  padding-right: 0vw;
  padding-left: 0vw;
}

.heading {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: color 450ms ease;
  transition: color 450ms ease;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.heading:hover {
  color: #fff;
}

.heading.special.blue {
  position: absolute;
  top: 100%;
  color: #ffda7c;
}

.heading.rp {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.heading.rightp {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

._0_0 {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 39, 4, 0.22)), to(rgba(65, 39, 4, 0.22))), -webkit-gradient(linear, left top, left bottom, from(rgba(65, 39, 4, 0.22)), to(rgba(65, 39, 4, 0.22))), url('../images/road2.jpg');
  background-image: linear-gradient(180deg, rgba(65, 39, 4, 0.22), rgba(65, 39, 4, 0.22)), linear-gradient(180deg, rgba(65, 39, 4, 0.22), rgba(65, 39, 4, 0.22)), url('../images/road2.jpg');
  background-position: 0px 0px, 0px 0px, 50% 100%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.link-block {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5.7rem 9vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.bg-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-4.hoveroutg {
  left: auto;
  top: 0%;
  bottom: 0%;
  display: block;
  width: 140vw;
  height: 100%;
  margin-right: -40vw;
  background-color: rgba(0, 146, 228, 0.9);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.div-block-75 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-79 {
  margin-bottom: 3.15rem;
}

.paragraph-27 {
  margin-bottom: 0px;
}

.paragraph {
  margin-bottom: 7px;
}

.text-span-22 {
  display: inline-block;
  margin-top: 10px;
}

.symbol1 {
  display: inline-block;
  margin-right: 10px;
}

.paragraph-28 {
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
  font-size: 1.1rem;
}

.paragraph-28.white {
  color: #fff;
}

.div-block-6 {
  display: -ms-grid;
  display: grid;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span-23 {
  display: inline-block;
  margin-right: 0.5rem;
  padding-top: 0.0625rem;
  float: left;
  font-size: 3.2rem;
  line-height: 0.8;
}

.text-span-24 {
  display: inline-block;
  margin-right: 0.5rem;
  padding-top: 0.1rem;
  float: left;
  color: #fba300;
  font-size: 3.8rem;
  line-height: 0.8;
  font-weight: 700;
}

.arealist {
  position: relative;
  display: none;
  min-width: 100%;
  margin-bottom: 20px;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 10px 20px -10px #eff1f3;
}

.button-arrow-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(16, 27, 34, 0.27);
}

.button-arrow-bg.dc1 {
  background-color: #ffda7c;
}

.link-8 {
  color: #0160cc;
}

.linkbg {
  position: absolute;
  left: -0.2rem;
  top: -5.5%;
  right: auto;
  bottom: auto;
  height: 1rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-81 {
  position: relative;
}

.jobwrapper {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-29 {
  margin-bottom: 0.9375rem;
}

.arrow {
  display: inline-block;
}

.dropdowncontent-2 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

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

.list-item-3 {
  margin-bottom: 0px;
}

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

.h3-2.faq-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2.8125rem;
  margin-right: 3.4375rem;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 1.375rem;
}

.jobcontent {
  position: relative;
  z-index: 2;
  margin-top: 5px;
}

.paragraph-26 {
  margin-top: 0.625rem;
  margin-bottom: 2.1875rem;
  line-height: 1.6;
  text-align: center;
}

.line-icon-3 {
  position: absolute;
  width: 3px;
  min-height: 1.125rem;
  background-color: #000;
}

.jobdescriptionwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #aadcf2;
}

.list-4 {
  margin-left: 10px;
  padding-left: 30px;
}

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

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

.line-icon-4 {
  position: absolute;
  width: 1.125rem;
  min-height: 3px;
  background-color: #000;
}

.jobdescriptiondropdownwrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  text-decoration: none;
}

.dropdowniconwrapper-2 {
  position: absolute;
  left: auto;
  top: 0.625rem;
  right: 0.625rem;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 2.8125rem;
  min-height: 2.8125rem;
  min-width: 2.8125rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: hsla(0, 0%, 100%, 0.9);
  box-shadow: 0 5px 20px -10px rgba(65, 39, 4, 0.22);
  cursor: pointer;
}

.text-span-25 {
  color: #f14405;
}

.text-span-26 {
  margin-top: 0.5rem;
  font-weight: 700;
}

.text-span-27 {
  display: inline-block;
  padding-top: 0.2rem;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(73%, #0082cb), to(#0160cc));
  background-image: linear-gradient(180deg, transparent 65%, #0082cb 73%, #0160cc);
}

.text-span-27.special1 {
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}

.link-9 {
  color: #fff;
}

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

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

  .header-arrow {
    font-size: 0.8rem;
  }

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

  .navbarlink {
    font-size: 1.125rem;
  }

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

  .mapsection {
    padding-bottom: 5rem;
  }

  .mapcontainer {
    max-width: 75%;
  }

  .text-block-6 {
    font-size: 18px;
  }

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

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

@media screen and (min-width: 1920px) {
  .dropdownlink {
    padding: 0.82rem 1.7rem;
    font-size: 1.47rem;
  }

  .header-arrow {
    margin-top: 0.4rem;
    font-size: 1rem;
  }

  .navbar {
    height: 7rem;
    margin-bottom: -7rem;
  }

  .navbarlink {
    font-size: 1.65rem;
  }

  .container.heroc {
    padding-top: 22.55rem;
    padding-bottom: 5.6rem;
  }

  .mainbutton {
    height: 4rem;
  }

  .button-text {
    padding-right: 1.85rem;
    padding-left: 1.85rem;
    font-size: 1.4rem;
  }

  .background-circle-button {
    width: 4rem;
  }

  .fontawesome-button {
    font-size: 1.7rem;
  }

  .body {
    font-size: 1.7rem;
  }

  .title_xxl {
    font-size: 2.75rem;
  }

  .title_xxl.topbannertitle {
    margin-top: 15rem;
  }

  .title_xxl.topbannertitle_1 {
    margin-top: 10rem;
  }

  .div-block-48 {
    margin-bottom: 3rem;
  }

  .footer {
    padding-top: 5rem;
    padding-bottom: 1rem;
  }

  .div-block-52 {
    margin-right: 3rem;
  }

  .footerparagraph {
    font-size: 1.5rem;
  }

  .footertitle {
    margin-top: 1.45rem;
    margin-bottom: 1.4rem;
    padding-bottom: 0.625rem;
    font-size: 1.7rem;
  }

  .subfooterwrapper {
    margin-top: 3rem;
    padding-top: 1rem;
  }

  .footermenu {
    font-size: 1.5rem;
  }

  .subfootertext {
    font-size: 1.3rem;
  }

  .footerlogo {
    height: 5.5rem;
    font-size: 4rem;
  }

  .backtop {
    width: 4.7rem;
    height: 4.7rem;
  }

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

  .div-block-56 {
    width: 25.5rem;
    padding: 2.48rem;
  }

  .link-5 {
    padding-left: 3.5rem;
    background-size: auto 1.2rem;
    font-size: 1.47rem;
  }

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

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

  .toptitlewraper {
    padding-top: 9.25rem;
    padding-bottom: 4rem;
  }

  .toptitlewraper.service {
    padding-left: 29.5rem;
  }

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

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

  .paragraph-18 {
    margin-bottom: 0.9rem;
    font-size: 1.4rem;
  }

  .detailrates {
    padding-right: 4.25rem;
    padding-bottom: 3rem;
    padding-left: 4.25rem;
  }

  .pricingtitle {
    font-size: 2.3rem;
  }

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

  .detailrate.small {
    font-size: 1.4rem;
  }

  .mapsection {
    padding-top: 5.8rem;
    padding-bottom: 5.8rem;
  }

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

  .list-item-2 {
    min-width: 31%;
    font-size: 1.5rem;
  }

  .heroheading {
    margin-bottom: 1.5rem;
    font-size: 4.5rem;
  }

  .div-block-62 {
    margin-top: 8.5rem;
  }

  .herotabtitle {
    font-size: 1.5rem;
  }

  .tabarrowwrapper {
    width: 2rem;
    height: 2rem;
  }

  .tabcontentp {
    margin-top: 0.3rem;
    margin-bottom: 0.37rem;
    font-size: 1.45rem;
  }

  .tabcontentpadding {
    padding: 1.325rem 2.8rem 1.5rem;
  }

  .section_xxl {
    padding-top: 7.5rem;
    padding-bottom: 7rem;
  }

  .div-block-65 {
    padding: 1.6rem;
  }

  .title_l {
    font-size: 1.9rem;
  }

  .image-2 {
    width: 4.5rem;
    height: 4.5rem;
  }

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

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

  .subtitlewrapper.special {
    margin-top: 0.8rem;
  }

  .subtitleline {
    width: 3.5rem;
    margin-top: 0.9rem;
    margin-right: 1rem;
  }

  .title_s {
    font-size: 1.4rem;
  }

  .div-block-69 {
    margin-top: 1.5rem;
  }

  .section_xl {
    padding-top: 5.05rem;
    padding-bottom: 6.1rem;
  }

  .section_xl.db1 {
    padding-top: 5.5rem;
    padding-bottom: 6.5rem;
  }

  .title_xl {
    font-size: 2.5rem;
  }

  .text-block-7 {
    font-size: 1.75rem;
  }

  .tripsection {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }

  .text-block-6 {
    font-size: 1.6rem;
  }

  .heading {
    font-size: 4rem;
  }

  .link-block {
    padding-top: 7.3rem;
    padding-bottom: 7.3rem;
  }

  .div-block-79 {
    margin-bottom: 3.1rem;
  }

  .paragraph-28 {
    margin-top: 0.63rem;
    font-size: 1.56rem;
  }

  .text-span-23 {
    margin-right: 0.6rem;
    font-size: 4.7rem;
  }

  .text-span-24 {
    margin-right: 0.75rem;
    font-size: 5.5rem;
  }

  .linkbg {
    top: -12.5%;
    height: 1.4rem;
  }

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

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

  .jobdescriptionwrapper {
    padding: 1.225rem 2.35rem;
  }

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

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

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

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

  .text-span-27.special1 {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
}

@media screen and (max-width: 991px) {
  .navbuttonicons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    min-height: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .nav-link-drop-down-2.dropdown {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

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

  .dropdownlink {
    padding: 0.1875rem 0rem 0.25rem;
    color: #868686;
    font-size: 1.05rem;
    line-height: 1.4;
    text-align: center;
    white-space: normal;
  }

  .dropdownlink:hover {
    background-color: transparent;
    color: #000;
  }

  .dropdownlink.w--current {
    color: #868686;
  }

  .dropdownlink.w--current:hover {
    color: #000;
  }

  .button-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .new-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .nav-menu-button {
    width: 45px;
    min-height: 45px;
    min-width: 45px;
    padding: 0px;
    -webkit-perspective: 10000px;
    perspective: 10000px;
    -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
    transition: background-color 300ms ease, -webkit-transform 300ms ease;
    transition: background-color 300ms ease, transform 300ms ease;
    transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
    color: #fff;
    font-size: 30px;
  }

  .nav-menu-button:hover {
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
  }

  .nav-menu-button.w--open {
    background-color: hsla(0, 0%, 100%, 0.9);
  }

  .bg.sectionbg {
    left: -27%;
  }

  .button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button.navbutton {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f74d00;
  }

  .headernav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hearder-button-line-bottom {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .dropdown-list-wrapper {
    margin-top: 0rem;
    background-color: transparent;
  }

  .dropdown-list-wrapper.w--open {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    padding: 25px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbarlink {
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center;
  }

  .navbarlink.dropdpwn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-10 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 1.6rem;
    padding-bottom: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .dropdown-list.w--open {
    position: static;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navmenu {
    overflow: hidden;
    width: 93%;
    height: auto;
    max-height: 80vh;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
    box-shadow: 0 1px 9px -4px rgba(31, 36, 50, 0.08), 0 24px 38px 0 rgba(18, 8, 80, 0.1);
  }

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

  .container.heroc {
    padding-right: 0px;
    padding-bottom: 1.875rem;
    padding-left: 0px;
  }

  .title_xxl.topbannertitle {
    margin-top: 8.75rem;
  }

  .title_xxl.topbannertitle_1 {
    margin-top: 4.5rem;
  }

  .div-block-51 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-52 {
    width: 100%;
    margin-right: 0px;
  }

  .div-block-35 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer-content-block {
    margin-bottom: 0px;
    text-align: left;
  }

  .div-block-53 {
    width: 100%;
    margin-top: 1.875rem;
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .footerlogo {
    margin-bottom: -0.3rem;
  }

  .div-block-54 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-21 {
    grid-column-gap: 35px;
  }

  .div-block-56 {
    width: 250px;
    margin-top: -316px;
    padding: 28px;
  }

  .link-5 {
    font-size: 1rem;
  }

  .toptitlewraper.service {
    padding-left: 285px;
  }

  .ratewrapper {
    margin-bottom: 1.25rem;
  }

  .pricingtitle {
    font-size: 1.5rem;
  }

  .feewrapper {
    grid-column-gap: 1.55rem;
  }

  .mapcontainer {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 1.25rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-copy {
    margin-bottom: 15px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .list-item-2 {
    min-width: 44%;
  }

  .heroheading {
    font-size: 2.8125rem;
  }

  .div-block-62 {
    grid-column-gap: 20px;
  }

  .div-block-63 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .div-block-67 {
    width: 90%;
    margin-left: 0%;
    padding-bottom: 0rem;
  }

  .paragraph-24 {
    font-size: 1rem;
  }

  .servicescardwrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .postwrapper {
    width: 100%;
  }

  .paragraph-1 {
    font-size: 1.0625rem;
  }

  .title_xl {
    font-size: 1.5625rem;
  }

  .navtopsection {
    display: none;
  }

  .nav-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-6 {
    font-size: 17px;
  }

  .heading {
    font-size: 2.55rem;
  }

  .link-block {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }

  .bg-4.hoveroutg {
    display: none;
  }

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

  .text-span-23 {
    margin-right: 0.3rem;
  }

  .arealist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 101%;
  }

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

  .jobcontentwrapper {
    padding-top: 0px;
  }

  .list-4 {
    font-size: 16px;
  }

  .jobdescriptiondropdownwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding-left: 0px;
  }

  .bg.image {
    -o-object-position: 35% 50%;
    object-position: 35% 50%;
  }

  .bg.image.herobgi {
    -o-object-position: 70% 50%;
    object-position: 70% 50%;
  }

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

  .navbar {
    height: 4.375rem;
    margin-bottom: -4.375rem;
  }

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

  .navbarlink {
    font-size: 1.05rem;
  }

  .navcontainer {
    padding-left: 15px;
  }

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

  .navmenu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container.heroc {
    padding-top: 10.875rem;
  }

  .navtopitem.hide {
    display: none;
  }

  .button-text {
    font-size: 15px;
  }

  .title_xxl {
    font-size: 31px;
  }

  .title_xxl.topbannertitle {
    text-align: center;
  }

  .title_xxl.topbannertitle.servicet {
    text-align: center;
  }

  .title_xxl.topbannertitle_1 {
    text-align: center;
  }

  .div-block-48 {
    margin-bottom: 1.875rem;
  }

  .footer {
    padding-top: 2.5rem;
  }

  .div-block-51 {
    max-width: 570px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-52 {
    width: 100%;
    margin-right: 0px;
  }

  .footertitle {
    margin-bottom: 0.8rem;
  }

  .subfooterwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subfootertext.last {
    margin-top: 1px;
  }

  .footerlogo {
    font-size: 31px;
  }

  .backtop {
    right: 17px;
    bottom: 17px;
  }

  ._5070_3240 {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .paragraph-6 {
    text-shadow: none;
  }

  .list {
    margin-bottom: 15px;
  }

  .div-block-21 {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .servicecontentwrapper {
    width: 95%;
  }

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

  .toptitlewraper {
    display: block;
    padding-top: 6.6rem;
    padding-bottom: 3rem;
  }

  .toptitlewraper.service {
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .topsection {
    height: auto;
  }

  .divider-2 {
    height: 0.7px;
  }

  .paragraph-18 {
    margin-top: 5px;
  }

  .detailrates {
    padding-bottom: 1.875rem;
  }

  .ratesection {
    padding-top: 40px;
  }

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

  .pricingtab {
    max-width: 380px;
  }

  .formwrap_wop {
    width: 95vw;
  }

  .mapsection {
    padding-top: 3.4375rem;
    padding-bottom: 3.75rem;
  }

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

  .paragraph-23 {
    margin-bottom: 15px;
  }

  .list-item-2 {
    min-width: 42%;
  }

  .heroheading {
    max-width: 90%;
  }

  .div-block-62 {
    margin-top: 3.75rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section_xxl {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .div-block-66 {
    margin-top: 12px;
  }

  .postrow {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-69 {
    margin-top: 0.95rem;
  }

  .section_xl {
    padding-top: 3.1rem;
    padding-bottom: 3.5rem;
  }

  .section_xl.db1 {
    padding-top: 65px;
    padding-bottom: 80px;
  }

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

  .title_xl {
    line-height: 1.3;
  }

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

  .tripsection {
    padding-top: 1.875rem;
    padding-bottom: 1.5625rem;
  }

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

  .div-block-70 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .h3.dropdowntitle {
    margin-right: 50px;
  }

  .dropdowniconwrapper {
    width: 45px;
    min-height: 45px;
    min-width: 45px;
  }

  .top {
    height: auto;
  }

  .navbaruttonwrapper {
    margin-left: 1.5vw;
    padding-right: 25px;
    padding-left: 25px;
  }

  .link-block {
    padding-top: 3.9rem;
    padding-bottom: 3.9rem;
    background-color: rgba(6, 38, 63, 0.62);
  }

  .paragraph {
    text-shadow: none;
  }

  .paragraph-28 {
    font-size: 1.05rem;
  }

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

  .paragraph-29 {
    margin-bottom: 0.625rem;
  }

  .dropdowncontent-2 {
    margin-top: 0.4rem;
  }

  .jobcontentwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 10px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

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

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

  .paragraph-26 {
    margin-top: 0rem;
  }

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

  .text-span-26 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-span-27 {
    float: left;
    clear: both;
  }

  .text-span-27.special1 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .dropdownlink {
    font-size: 1rem;
    white-space: normal;
  }

  .new-item-wrapper.main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .brand {
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .bg.image.herobgi {
    -o-object-position: 60% 50%;
    object-position: 60% 50%;
  }

  .bg.sectionbg {
    left: -36%;
    height: 100%;
  }

  .button.navbutton {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 0px;
    background-color: #2973cd;
  }

  .button.navbutton:hover {
    background-color: #0082cb;
  }

  .navbar {
    top: 1.875rem;
    width: 90%;
    height: 3.75rem;
    max-width: 90%;
    min-width: 90%;
    margin-bottom: -3.75rem;
  }

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

  .div-block-10 {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .navcontainer {
    padding-right: 3vw;
    padding-left: 3vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navmenu {
    width: 90%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .container {
    width: 83vw;
  }

  .container.heroc {
    width: 80vw;
    padding-top: 9.8rem;
  }

  .navtopcontainer {
    width: 90%;
  }

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

  .navtopitem.hide2 {
    display: none;
  }

  .body {
    font-size: 1.0625rem;
  }

  .title_xxl {
    font-size: 28px;
    line-height: 1.3;
  }

  .title_xxl.maptitle {
    text-align: left;
  }

  .title_xxl.topbannertitle {
    margin-top: 6.25rem;
  }

  .title_xxl.topbannertitle_1 {
    margin-bottom: -1rem;
  }

  .footer {
    padding-top: 10vw;
  }

  .footerparagraph {
    margin-bottom: 0.5625rem;
    font-size: 1rem;
  }

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

  .footertitle {
    font-size: 1.0625rem;
  }

  .paymenticon {
    height: 1.6rem;
  }

  .subfooterwrapper {
    width: 83vw;
    height: auto;
    margin-top: 1.875rem;
  }

  .footermenu {
    font-size: 1rem;
  }

  .subfootertext {
    font-size: 0.875rem;
  }

  .div-block-53 {
    grid-row-gap: 0.9375rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footerlogo {
    margin-bottom: -0.5rem;
    font-size: 1.875rem;
    line-height: 1.3;
  }

  .backtop {
    width: 2.8125rem;
    height: 2.8125rem;
  }

  ._5070_3240 {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .list {
    margin-bottom: 0px;
  }

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

  .toptitlewraper {
    padding-top: 5.7rem;
  }

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

  .paragraph-18 {
    margin-bottom: 0.9rem;
  }

  .paragraph-18.sub {
    font-size: 0.9375rem;
  }

  .pricingtitle {
    margin-top: 1.75rem;
    font-size: 1.35rem;
  }

  .ratesection {
    padding-top: 30px;
    padding-bottom: 40px;
  }

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

  .detailrate.small {
    font-size: 0.87rem;
  }

  .pricingtab {
    margin-bottom: 5px;
  }

  .formwrap_wop {
    width: 100vw;
  }

  .paragraph-22 {
    margin-top: 20px;
  }

  .div-block-59 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mapsection {
    padding-top: 2.8125rem;
    padding-bottom: 3.125rem;
  }

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

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

  .heroheading {
    font-size: 2.2rem;
  }

  .tabtitlewrapper {
    margin-bottom: 8px;
  }

  .herotabtitle {
    font-size: 1rem;
  }

  .tabcontentp {
    font-size: 1rem;
  }

  .section_xxl {
    padding-bottom: 3.75rem;
  }

  .div-block-64 {
    width: 100%;
    grid-row-gap: 1.25rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .title_l {
    font-size: 1.3rem;
  }

  .image-2 {
    width: 3.4375rem;
    height: 3.4375rem;
  }

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

  .title_s {
    font-size: 0.9rem;
  }

  .postrow {
    left: 25px;
    right: 25px;
    bottom: 20px;
  }

  .post-author-image {
    margin-left: 10px;
  }

  .div-block-68 {
    padding: 1.63rem;
  }

  .section_xl.db1 {
    padding-top: 50px;
    padding-bottom: 65px;
  }

  .paragraph-1 {
    font-size: 1.03125rem;
  }

  .title_xl {
    font-size: 1.375rem;
  }

  .text-block-7 {
    font-size: 1.05rem;
  }

  .formcontainer {
    max-width: 95vw;
  }

  .paragraph-21 {
    padding-top: 1rem;
  }

  .div-block-70 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

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

  .h3.dropdowntitle {
    min-height: 40px;
    font-size: 20px;
  }

  .h3.dropdowntitle.small {
    font-size: 18px;
  }

  .dropdowniconwrapper {
    top: 7px;
    width: 40px;
    min-height: 40px;
    min-width: 40px;
    box-shadow: 0 3px 10px 0 rgba(31, 36, 50, 0.2);
  }

  .nav-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navbaruttonwrapper {
    display: none;
  }

  .heading {
    font-size: 2.1875rem;
  }

  .heading.rp {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }

  .heading.rightp {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

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

  .arealist {
    min-width: 102%;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .jobwrapper {
    width: 100%;
  }

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

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

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

  .paragraph-26 {
    margin-top: 0rem;
  }

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

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

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

  .paragraph-8 {
    font-size: 0.95rem;
  }

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

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

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

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

#w-node-a62cdf38-e44c-4a8b-2469-4c92866e5efe-95137561 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-a62cdf38-e44c-4a8b-2469-4c92866e5f01-95137561 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_887dfeae-2786-a58c-ac6d-d09746873da5-95137561 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#contact.w-node-_84f668f9-f098-b619-90b9-78f49a5998ec-9a5998bd {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b3efbd29-6f9a-e66d-ad0b-c2692b5a3167-854a7eae {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fe6211c8-0f35-cd4c-40ca-b26a06eeb089-854a7eae {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d691a950-69f5-5dc4-bb19-657d00540b18-854a7eae {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d691a950-69f5-5dc4-bb19-657d00540b19-854a7eae {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7484f77f-4ca3-3fd3-22de-2b76d4bb4f10-80137567 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2e0111c1-f86e-770c-8fb7-3eaadc2b4440-80137567 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a62cdf38-e44c-4a8b-2469-4c92866e5efe-95137561 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-a62cdf38-e44c-4a8b-2469-4c92866e5f01-95137561 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a62cdf38-e44c-4a8b-2469-4c92866e5efe-95137561 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_7484f77f-4ca3-3fd3-22de-2b76d4bb4f10-80137567 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2e0111c1-f86e-770c-8fb7-3eaadc2b4440-80137567 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e7827684-a4c5-af6e-138e-cd86adc50bff-80137567 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_76dfc6fb-ba14-02ee-4e9b-b018a47b4bef-49137568 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #contact.w-node-_84f668f9-f098-b619-90b9-78f49a5998ec-9a5998bd {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Bodoni seventytwo itc';
  src: url('../fonts/bodoni-seventytwo-itc-book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bodoni seventytwo itc';
  src: url('../fonts/bodoni-seventytwo-itc-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}