:root {
  --green: #224c8d;
  --lime-green-2: #6db5e7;
  --shadow: #0b244740;
  --light-grey: #eee;
  --black: black;
  --white: white;
  --black-2: #0b2447;
  --divider: #6db5e7cc;
  --lime-green: #28d8ff;
  --transparent: #fff0;
  --azure: #f7f7f7;
  --goldenrod: #9bc466;
  --silver: #818181;
  --basicshadow: #701d0b4d;
}

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

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

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

.dropdown-list-wrapper {
  background-color: var(--lime-green-2);
  box-shadow: 0 2px 5px 1px var(--shadow);
  flex-direction: column;
  align-items: stretch;
  margin-top: .625rem;
  display: flex;
  overflow: hidden;
}

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

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

.logo {
  object-fit: contain;
  height: 72%;
  position: relative;
}

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

.dropdown-list.w--open {
  display: block;
}

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

.bg-2.navbarlinkicon {
  height: 20px;
  display: none;
  top: -5px;
  left: -13px;
  right: auto;
}

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

.navmenu {
  height: 100%;
  color: var(--black);
  justify-content: center;
  align-items: center;
  margin-left: 1.4rem;
  display: flex;
}

.dropdownlink {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: .625rem 1.25rem;
  font-size: 1.3vw;
  text-decoration: none;
  transition: color .15s;
}

.dropdownlink:hover {
  background-color: var(--lime-green-2);
  color: var(--white);
}

.dropdownlink.w--current {
  color: var(--black);
}

.dropdownlink.w--current:hover {
  color: var(--white);
}

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

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

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

.nav-link-drop-down.dropdown {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

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

.new-item-wrapper {
  padding-top: .25rem;
  padding-left: .7vw;
  padding-right: .9vw;
}

.new-item-wrapper.main {
  align-items: center;
  margin-left: 1vw;
  padding-top: 0;
  display: flex;
}

.navmenuwrapper {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 95%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: relative;
}

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

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

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

.link {
  text-decoration: none;
}

.navbarlinkwrapper {
  position: relative;
}

.navbar {
  z-index: 99;
  perspective: 3000px;
  transform-origin: 50% 0;
  background-color: #0000;
  width: 100vw;
  min-width: 100%;
  max-width: 100%;
  height: 5.5rem;
  margin-top: 1.2rem;
  transition: background-color .3s;
  position: fixed;
  inset: 0% 0% auto;
}

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: Oswald, sans-serif;
  font-size: 1.15rem;
  line-height: 1.6;
}

.pagewrapper {
  padding-top: 6.6875rem;
  overflow: hidden;
}

.pagewrapper.home {
  padding-top: 0;
}

.div-block-6 {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 2rem;
  display: flex;
}

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

.container.homes1c {
  z-index: 2;
  align-items: flex-start;
  max-width: none;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  margin-top: 10rem;
  margin-bottom: 5rem;
  margin-left: -2%;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: flex;
}

.homes1 {
  position: relative;
}

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

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

.bg.image.herobg {
  opacity: .7;
  filter: saturate(200%) grayscale(56%);
  object-position: 50% 100%;
  bottom: auto;
}

.bg.image.herobgdriver {
  filter: none;
  object-fit: contain;
  object-position: 50% 50%;
  width: auto;
  min-width: 5rem;
  max-width: 60%;
  height: 69%;
  min-height: 5rem;
  transform-style: preserve-3d;
  margin-top: 7.8rem;
  inset: 6% auto auto 50%;
  transform: scale3d(.95, 1, 1);
}

.bg.image.footerbg {
  transform-origin: 0 0;
  object-position: 50% 20%;
  width: 110%;
  max-width: none;
  height: 125%;
  transform-style: preserve-3d;
  left: -10%;
  transform: scale3d(1, .85, 1);
}

.bg.herobgg {
  background-color: #f5fcffc7;
}

.servicebox {
  z-index: 2;
  grid-column-gap: 0vw;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.servicebox.first {
  margin-bottom: 3.8rem;
}

.image-5 {
  object-fit: cover;
  object-position: 30% 50%;
  background-image: url('../images/trianglevanimg6.webp');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-5.first {
  background-image: url('../images/healthcare42.jpg');
  background-position: 30%;
}

.image-5.p1 {
  background-image: url('../images/trianglevanimg2.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-5.p2 {
  object-position: 48% 50%;
}

.image-5.second {
  background-image: url('../images/trianglevanimg2.webp');
  background-position: 0%;
}

.div-block-14 {
  width: 95%;
  position: relative;
}

.title_m {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.45;
}

.title_m.service_title {
  text-align: left;
  letter-spacing: 1px;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.3;
}

.title_m.service_title.first {
  color: var(--white);
}

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

.section_xl.speical {
  padding-top: 0;
}

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

.paragraph-2 {
  letter-spacing: .2px;
  margin-top: .7rem;
  margin-bottom: 1.4rem;
}

.div-block-16 {
  z-index: 2;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-17 {
  grid-column-gap: 3.3vw;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: auto;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.title_xl {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  line-height: 1.2;
}

.title_xl.lefta, .title_xl.maptitle {
  text-align: left;
}

.title_xl.service-t {
  color: var(--green);
  text-align: left;
}

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

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

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

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

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

.section_l.ratesectionhide {
  display: none;
}

.footerheader {
  z-index: 4;
  border-bottom: 1px solid var(--divider);
  justify-content: center;
  align-items: center;
  width: 88%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.6rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.footermenu {
  color: var(--light-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

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

.footermain {
  background-color: #f2f6f6d9;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

.space {
  font-size: 10px;
}

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

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

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

.footertitle {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
  transition: color .3s;
}

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

.footer-content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 22vw;
  display: flex;
}

.container-4 {
  flex-direction: column;
  width: 88vw;
  max-width: 105rem;
  display: flex;
}

.container-4.footerc {
  z-index: 3;
  grid-column-gap: 4vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 88%;
  max-width: none;
  padding-top: 2.2rem;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.footer {
  border-top: 1px solid var(--shadow);
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.footerparagraph {
  color: var(--black);
  margin-top: 0;
  margin-bottom: .45rem;
  font-size: 1.04rem;
  line-height: 1.45;
  text-decoration: none;
}

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

.footerparagraph.footermenu {
  margin-bottom: 0;
  padding-top: .225rem;
  padding-bottom: .225rem;
  transition: color .3s;
}

.footerparagraph.footermenu:hover {
  color: var(--black-2);
}

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

.footerparagraph.footermenu.title:hover {
  color: var(--black-2);
}

.footerparagraph.footermenu.sub {
  padding-top: .15rem;
  padding-bottom: .15rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.footerparagraph.footermenu.sub.last {
  margin-bottom: .2rem;
}

.subfooterwrapper {
  z-index: 1;
  border-top: 1px solid var(--divider);
  text-align: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 2.5rem;
  padding-top: .625rem;
  padding-bottom: .625rem;
  display: flex;
  position: relative;
}

.footerbrand {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-right: auto;
  display: flex;
}

.footerlogo {
  object-fit: contain;
  height: 3.8rem;
  position: relative;
  bottom: 0;
}

.div-block-20 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 4.5rem;
  transform-origin: 0%;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.div-block-21 {
  grid-column-gap: 3.6rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 1fr) 1.7fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 100%;
  display: grid;
}

.serviceimage {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 25rem;
  position: relative;
}

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

.serviceimage.p2 {
  object-position: 0% 50%;
}

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

.div-block-38 {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  min-width: 250px;
  max-width: 270px;
  margin-left: 30px;
  display: grid;
}

.serviceimgaewrapper {
  justify-content: center;
  width: 30vw;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.div-block-39 {
  background-color: var(--white);
  padding: 10px;
  display: flex;
}

.text-block-6 {
  color: #89c240;
  font-size: 16px;
  font-weight: 500;
}

.text-block-6.check {
  width: auto;
  margin-right: 8px;
  font-weight: 600;
}

.pricingtitle {
  z-index: 1;
  color: var(--black-2);
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 0;
  padding-left: 1.95rem;
  padding-right: 1.95rem;
  font-size: 1.625rem;
  line-height: 1.3;
}

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

.ratewrapper {
  z-index: 1;
  background-color: var(--lime-green);
  width: 100%;
  margin-top: 1.1rem;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

.bg-3.pricing {
  border: 10px solid var(--black-2);
  box-shadow: inset 0 0 1px 1px var(--divider);
  background-color: #fff;
}

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

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

.para_s {
  margin-top: .625rem;
  margin-bottom: 0;
  font-size: 1.07rem;
}

.para_s.sub {
  margin-top: 0;
  font-size: 1rem;
  font-style: italic;
}

.para_s.format1 {
  margin-top: 3rem;
  font-style: italic;
  font-weight: 300;
}

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

.detailrate.small {
  font-size: .95rem;
  font-style: italic;
}

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

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

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

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

.ratetag {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.paragraph-19 {
  margin-top: .7rem;
  margin-bottom: 0;
}

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

.div-block-40.format1 {
  text-align: center;
}

.list-item {
  letter-spacing: 1px;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4;
  list-style-type: disc;
}

.list-item.bold {
  font-weight: 400;
}

.list-item.spaceholder {
  height: .4rem;
  color: var(--transparent);
  list-style-type: none;
}

.list-copy {
  grid-column-gap: 3rem;
  grid-row-gap: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-top: .7rem;
  margin-bottom: .625rem;
  padding-left: 1.25rem;
  display: grid;
}

.list-copy.full-width {
  width: 95%;
}

.arrow {
  display: inline-block;
}

.paragraph-23 {
  text-align: center;
  margin-top: .625rem;
  margin-bottom: 1.25rem;
}

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

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

.iframecode.format1 {
  width: 100%;
}

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

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

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

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

.formwrapper.trfwrapper {
  text-align: center;
  background-color: #0000;
  flex-flow: column;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

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

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

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

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

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

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

.paymenticon {
  height: 1.6875rem;
  box-shadow: 1px 1px 3px 0 var(--shadow);
  object-fit: contain;
  border-radius: 3px;
  margin-top: .375rem;
  margin-right: .375rem;
  overflow: hidden;
}

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

.text-span-18 {
  color: var(--black);
  margin-top: .5rem;
  font-weight: 900;
  display: block;
}

.mapcontainer {
  z-index: 2;
  grid-column-gap: 4.5vw;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  width: 84vw;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

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

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

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

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

.text-span-19 {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
  display: inline-block;
}

.div-block-69 {
  justify-content: center;
  width: 27vw;
  height: 100%;
  min-height: 15vw;
  display: flex;
  position: relative;
}

.image-8 {
  object-position: 50% 50%;
  background-image: url('../images/driver47.webp');
  background-position: 50% 33%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

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

.paragraph-26.first {
  margin-top: 1.5rem;
}

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

.title_l {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph-1 {
  margin-top: .4rem;
  margin-bottom: 1.2rem;
}

.paragraph-1.first {
  margin-top: 1.2rem;
  margin-bottom: .5rem;
}

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

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

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

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

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

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

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

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

.jobdescriptionwrapper {
  background-color: var(--azure);
  box-shadow: none;
  background-image: linear-gradient(#0b24470d, #0b24470d);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .625rem 1.25rem;
  display: flex;
  position: relative;
}

.herotitle {
  color: var(--black);
  margin-top: 0;
  margin-bottom: .625rem;
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
}

.herotitle.forrmat1 {
  color: var(--black-2);
  margin-top: 1.25rem;
  font-size: 1.6rem;
}

.herotitle.large {
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 110%;
  font-size: 3.3rem;
  font-weight: 700;
}

.slide-nav {
  display: none;
}

.slider {
  background-color: #0000;
  justify-content: center;
  max-width: 25rem;
  max-height: 2.7rem;
}

.left-arrow, .right-arrow {
  display: none;
}

.textslider {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.button {
  z-index: 3;
  background-color: var(--lime-green-2);
  box-shadow: 0 5px 3px -2px var(--shadow);
  text-align: center;
  white-space: nowrap;
  padding: .6rem 1.56rem;
  transition: all .25s;
  position: relative;
}

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

.button.btn_hero {
  background-color: var(--lime-green);
  min-height: 3.5rem;
  color: var(--black-2);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: .5vw;
  font-size: 1.3rem;
  display: flex;
}

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

.button.navbtn {
  background-color: var(--green);
  padding-left: 1.16rem;
  padding-right: 1.16rem;
  font-size: 1.35vw;
  line-height: 1.3;
}

.button.navbtn:hover {
  filter: brightness(120%);
}

.button.dc1 {
  background-color: var(--green);
}

.button.dc1:hover {
  filter: brightness(120%);
}

.button.sub {
  background-color: var(--light-grey);
  color: var(--black);
  padding: .5rem 1.2rem;
  font-size: 1rem;
}

.button.sub:hover {
  filter: brightness(120%);
}

.button.sub.dc1:hover {
  background-color: var(--lime-green-2);
}

.navbarbg {
  background-color: var(--azure);
  box-shadow: 0 2px 4px -1px var(--shadow), 0 3px 5px 3px var(--shadow);
  transform-origin: 0%;
  position: absolute;
  inset: 0%;
}

.servicec {
  grid-column-gap: 2.75vw;
  grid-row-gap: 1rem;
  background-color: var(--white);
  height: 22rem;
  box-shadow: 2px 2px 24px -5px var(--shadow);
  transform-origin: 100%;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center start;
  padding: .3rem 2.5rem 0;
  text-decoration: none;
  transition: background-color .3s, padding .5s;
  display: grid;
  position: relative;
  transform: perspective(100px);
}

.servicec:hover {
  padding-top: 0;
  padding-bottom: .1rem;
}

.servicec.first {
  background-color: var(--lime-green-2);
  height: 26.5rem;
  color: var(--white);
  top: 3.8rem;
}

.nabbar_divider {
  background-color: var(--divider);
  height: 1px;
}

.dot {
  opacity: .57;
  color: #0000;
  background-image: url('../images/dec_triangle3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: .5rem;
  margin-left: .6rem;
  margin-right: .2rem;
  display: inline-block;
}

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

.div-block-5 {
  grid-column-gap: 2vw;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  display: grid;
}

.div-block-5.format1 {
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 2rem;
}

.destination_list {
  grid-column-gap: 3.5rem;
  grid-row-gap: .45rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: grid;
}

.destination_list._1col {
  grid-template-columns: 1fr;
}

.iconwrapper {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.4rem;
  margin-top: 0;
  margin-right: 1.5rem;
}

.div-block-34 {
  display: flex;
}

.herobgdec {
  background-color: #c52c0be8;
  flex: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: skew(-30deg);
}

.herobgdecwrapper {
  flex: none;
  width: 50%;
  height: 80%;
  display: none;
  position: absolute;
  inset: 0% 0% auto 71%;
}

.logotitle {
  color: var(--lime-green);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton;
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1.1;
  display: none;
}

.whitebg {
  background-color: var(--white);
  opacity: .39;
  filter: blur(100px);
  border-radius: 100rem;
  width: 70%;
  height: 50%;
  display: none;
}

.whitebg.servicebg {
  position: absolute;
}

.slider-p {
  color: var(--black);
  font-weight: 900;
  line-height: 1.2;
  position: relative;
}

.text-span-20 {
  color: var(--lime-green-2);
  text-transform: uppercase;
  margin-bottom: .2rem;
  display: inline-block;
}

.title_s {
  text-align: left;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.3;
}

.title_s.special2 {
  margin-bottom: 1.1rem;
  margin-right: 3.1rem;
}

.navarpagebg {
  z-index: -1;
  background-image: linear-gradient(#eef8f7cc, #0000);
  height: 10rem;
  min-height: 30vh;
  position: fixed;
  inset: -1.2rem 0% auto;
}

.navarpagebg.sindex {
  z-index: 1;
  background-image: none;
}

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

.mapwrapper.hide {
  display: none;
}

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

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

.herodec-wrapper {
  z-index: 4;
  transform-origin: 50% 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.7rem;
  height: 4.7rem;
  display: flex;
  position: absolute;
  inset: auto 21% 11% auto;
}

.image-13 {
  opacity: .64;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-70 {
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1vw;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-70.first {
  margin-top: -2rem;
  margin-bottom: 1.3rem;
}

.nowrap {
  white-space: nowrap;
}

.div-block-15 {
  grid-column-gap: 4.2vw;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  justify-content: space-between;
  width: 100%;
  margin-top: 3.05rem;
  margin-bottom: 3.3rem;
  display: grid;
}

.image-15 {
  object-fit: cover;
  object-position: 50% 69%;
  width: 100%;
  min-width: 19rem;
  height: 23vw;
  margin-bottom: 1.3rem;
}

.image-16 {
  display: none;
}

.c-slide_p {
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2.6rem 3vw;
  transition: all .5s;
  display: flex;
  position: relative;
  transform: translate(0);
}

.c-slide_p.c-move-to-bottom {
  color: #000;
  background-color: #0000;
  transition: all .5s;
}

.c-arrows-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 111px;
  margin-top: 4rem;
  margin-left: 12vw;
  margin-right: auto;
  display: flex;
  position: relative;
}

.c-bg-container {
  text-transform: uppercase;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.c-big-text {
  color: #ebf2f4;
  position: absolute;
}

.c-big-text.cc-top {
  letter-spacing: 4px;
  top: -133px;
  left: 50px;
  transform: rotate(-90deg);
}

.c-big-text.cc-bottom {
  bottom: 329px;
  right: -70px;
  transform: rotate(-90deg);
}

.c-custom-code {
  display: none;
}

.c-title-1 {
  color: #fff3;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 1em;
}

.c-title-1.large {
  color: #ffffff40;
  font-size: 100px;
}

.c-arrow_embed {
  justify-content: center;
  width: 13px;
  height: 13px;
  line-height: 1;
  display: flex;
}

.c-slide {
  flex: none;
  width: 34vw;
  min-width: 34vw;
  height: 350px;
  min-height: 350px;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

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

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

.bg-4.cardbg {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.c-slider {
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  height: 350px;
  margin-left: -29vw;
  margin-right: 29vw;
  display: flex;
  position: relative;
  left: 0;
}

.c-section {
  color: #000;
  background-color: #6db5e7a6;
  padding-top: 6rem;
  padding-bottom: 7rem;
  position: relative;
  overflow: hidden;
}

.c-arrow {
  color: #fff;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .3s;
  display: flex;
}

.c-arrow:hover {
  background-color: var(--lime-green-2);
  color: #fff;
}

.c-arrow.cc-right {
  transform: rotate(180deg);
}

.c-slide_wrapper {
  height: 350px;
}

.c-bg-line-2 {
  background-color: var(--shadow);
  width: 40vw;
  height: 3px;
  position: absolute;
  top: 208px;
  right: 0;
}

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

.text-span-21 {
  color: var(--green);
  background-image: url('../images/dec_triangle1.png');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: auto 1.1rem;
  margin-left: -3px;
  padding-left: 1.6rem;
  display: inline-block;
}

.text-span-21.first {
  margin-top: .5rem;
}

.link-5 {
  color: var(--green);
  text-decoration: underline;
  transition: font-variation-settings .2s, color .2s;
}

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

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

.mapwrapper-rtp {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33vw;
  max-width: 425px;
  margin-top: .8rem;
  padding-left: 2vw;
  padding-right: 4vw;
  display: flex;
  position: relative;
}

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

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

.div-block-67 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  display: flex;
  position: relative;
}

.div-block-74 {
  background-color: #28d8ff96;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  position: absolute;
  inset: 0%;
  transform: skew(-20deg);
}

.paragraph {
  text-shadow: 1px 1px 6px #fff;
  margin-top: .3125rem;
  margin-bottom: .3125rem;
  line-height: 1.4;
  position: relative;
}

.link-6 {
  color: #224c8d;
  text-decoration: underline;
  transition: font-variation-settings .2s, color .2s;
}

.link-6:hover {
  color: #224c8d;
  text-decoration: underline;
}

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

.text-span-23 {
  font-weight: 300;
}

.link-7 {
  color: #224c8d;
  text-decoration: underline;
  transition: font-variation-settings .2s, color .2s;
}

.link-7:hover {
  color: #224c8d;
  text-decoration: underline;
}

.div-block-75 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.space_special {
  height: 2vw;
}

.image-17 {
  opacity: .51;
  filter: brightness(120%);
  object-fit: fill;
  min-width: 75%;
  min-height: 50%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: -8vw;
}

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

.paragraph-31.first {
  margin-top: 1.5rem;
}

.text-span-24 {
  color: #6db5e7;
  text-transform: uppercase;
  margin-bottom: .2rem;
  display: inline-block;
}

.text-span-25 {
  color: #6db5e7;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: .2rem;
  display: inline-block;
}

@media screen and (min-width: 1440px) {
  .dropdown-list-wrapper:hover, .dropdown-list:hover {
    font-style: normal;
    font-weight: 400;
  }

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

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

  .navbarlink {
    font-size: 1.125rem;
  }

  .bg.image.herobgdriver {
    margin-top: 8.2rem;
    right: 4%;
  }

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

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

  .herotitle.large {
    font-size: 3.5rem;
  }

  .button.navbtn {
    font-size: 1.125rem;
  }

  .c-slide_p {
    padding-left: 2.2vw;
    padding-right: 2.2vw;
  }
}

@media screen and (min-width: 1920px) {
  .dropdownlink {
    padding: .925rem 1.95rem;
    font-size: 1.5rem;
  }

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

  .navbarlink {
    font-size: 1.6rem;
  }

  .navbar {
    height: 8.2rem;
    margin-top: 2rem;
  }

  .body {
    font-size: 1.75rem;
  }

  .pagewrapper {
    padding-top: 10rem;
  }

  .div-block-6 {
    padding-bottom: 4.5rem;
  }

  .div-block-2 {
    margin-top: 13rem;
    margin-bottom: 7rem;
    padding-top: 6vw;
    padding-bottom: 3vw;
  }

  .bg.image.herobgdriver {
    height: 63%;
    margin-top: 10.7rem;
    top: 9%;
  }

  .servicebox.first {
    margin-bottom: 7rem;
  }

  .title_m {
    font-size: 2.4rem;
  }

  .title_m.service_title {
    margin-top: 2.4rem;
    margin-bottom: .8rem;
  }

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

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

  .title_xl {
    font-size: 3.2rem;
  }

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

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

  .footermenu {
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 1.55rem;
  }

  .subfootertext {
    font-size: 1.3rem;
  }

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

  .container-4.footerc {
    padding-top: 3.7rem;
  }

  .footerparagraph {
    margin-bottom: .7rem;
    font-size: 1.55rem;
  }

  .footerparagraph.footermenu.sub {
    font-size: 1.5rem;
  }

  .subfooterwrapper {
    margin-top: 3.5rem;
    padding-top: .9rem;
    padding-bottom: .9rem;
  }

  .footerlogo {
    height: 5.5rem;
  }

  .div-block-20 {
    grid-column-gap: 3.25rem;
    grid-row-gap: 6rem;
  }

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

  .serviceimage {
    max-height: 33rem;
  }

  .pricingtitle {
    font-size: 2rem;
  }

  .ratewrapper {
    margin-top: 1.55rem;
    margin-bottom: 1.55rem;
    padding-top: 1.45rem;
    padding-bottom: 1.45rem;
  }

  .pricingtab {
    padding-bottom: 1.3rem;
  }

  .para_s {
    font-size: 1.6rem;
  }

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

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

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

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

  .list-item {
    font-size: 1.7rem;
  }

  .list-copy {
    grid-column-gap: 3rem;
    grid-row-gap: .2rem;
    margin-top: 1rem;
    padding-left: 1.8rem;
  }

  .paragraph-23 {
    margin-bottom: 1.85rem;
  }

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

  .formwrapper {
    margin-top: 2.8rem;
  }

  .paymenticon {
    height: 2.4rem;
    margin-top: .5rem;
    margin-right: .5rem;
  }

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

  .mapsection {
    padding-top: 5.5rem;
    padding-bottom: 7.3rem;
  }

  .title_l {
    font-size: 2.9rem;
  }

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

  .paragraph-1.first {
    margin-top: 1.8rem;
  }

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

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

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

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

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

  .jobdescriptionwrapper {
    padding: 1.225rem 2.35rem;
  }

  .herotitle {
    font-size: 3rem;
  }

  .herotitle.forrmat1 {
    margin-top: 2.5rem;
    font-size: 2.1rem;
  }

  .herotitle.large {
    font-size: 5rem;
  }

  .slider {
    max-width: 50rem;
    max-height: 4.5rem;
  }

  .button {
    padding: .8rem 2.36rem;
  }

  .button.btn_hero {
    min-height: 5rem;
    padding-left: 3.26rem;
    padding-right: 3.26rem;
    font-size: 2rem;
  }

  .button.navbtn {
    padding-left: 1.66rem;
    padding-right: 1.66rem;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  .button.sub {
    padding: .7rem 1.9rem;
    font-size: 1.45rem;
  }

  .servicec {
    grid-row-gap: 2rem;
    height: 27rem;
    padding-top: 1rem;
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }

  .servicec.first {
    height: 38rem;
    top: 7rem;
  }

  .dot {
    width: .7rem;
    margin-left: 1.2rem;
  }

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

  .destination_list {
    grid-column-gap: 3.5rem;
    grid-row-gap: .7rem;
    padding-left: 1.6rem;
  }

  .iconwrapper {
    width: 4.7rem;
    margin-right: 2.8rem;
  }

  .logotitle {
    font-size: 2.4rem;
  }

  .whitebg {
    width: 100%;
  }

  .title_s {
    font-size: 1.6rem;
  }

  .title_s.special2 {
    margin-bottom: 1.7rem;
  }

  .herodec-wrapper {
    width: 6.8rem;
    height: 6.8rem;
  }

  .div-block-70.first {
    height: 105%;
  }

  .div-block-15 {
    margin-top: 4.4rem;
    margin-bottom: 6rem;
  }

  .c-slide_p {
    padding-left: 2.7vw;
    padding-right: 2.7vw;
  }

  .c-arrows-wrapper {
    max-width: 178px;
  }

  .c-big-text.cc-top {
    left: -128px;
  }

  .c-big-text.cc-bottom {
    right: -112px;
  }

  .c-title-1 {
    font-size: 70px;
    line-height: 1.1em;
  }

  .c-title-1.large {
    font-size: 120px;
  }

  .c-arrow_embed {
    width: 23px;
    height: 23px;
  }

  .c-slide {
    height: 500px;
    min-height: 500px;
  }

  .c-slider {
    height: 500px;
  }

  .c-section {
    padding-top: 9rem;
    padding-bottom: 10rem;
  }

  .c-arrow {
    border-width: 3px;
    width: 80px;
    height: 80px;
  }

  .c-slide_wrapper {
    height: 500px;
  }

  .text-span-21 {
    background-position: 0 5px;
    background-size: auto 1.5rem;
    padding-left: 2.4rem;
  }

  .navigation {
    top: -12rem;
  }

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

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

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

  .div-block-11 {
    grid-column-gap: 1rem;
    grid-row-gap: .2rem;
    flex-direction: column;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    margin-top: auto;
    padding-left: .625rem;
    padding-right: .625rem;
    display: grid;
  }

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

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

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

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

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

  .nav-menu-button {
    z-index: 10;
    perspective: 10000px;
    color: #fff;
    width: 2.8rem;
    min-width: 2.8rem;
    min-height: 2.8rem;
    padding: 0;
    font-size: 30px;
    transition: background-color .3s, transform .3s;
  }

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

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

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

  .text-block-4 {
    text-transform: none;
    margin-bottom: .625rem;
    font-size: 1.125rem;
    line-height: 1.4;
  }

  .text-block-4.opa {
    opacity: 0;
    max-height: 1rem;
  }

  .headernav {
    flex-direction: column;
    flex: none;
    align-items: stretch;
    margin-bottom: 50px;
  }

  .navmenu {
    background-color: var(--white);
    width: auto;
    height: 100vh;
    box-shadow: -3px 0 2px 0 var(--shadow);
    flex: none;
    margin-top: -1.2rem;
    margin-left: 0;
    position: fixed;
    inset: 0% 0% 0% auto;
    overflow: hidden;
  }

  .dropdownlink {
    color: var(--black-2);
    text-align: center;
    white-space: normal;
    background-color: #0000;
    border-bottom-style: none;
    padding: .15rem 0 0;
    font-size: 1.07rem;
  }

  .dropdownlink:hover {
    color: var(--black-2);
    background-color: #0000;
  }

  .dropdownlink.w--current, .dropdownlink.w--current:hover {
    color: var(--black-2);
  }

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

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

  .new-item-wrapper {
    flex: none;
    justify-content: center;
    padding: .4rem 0;
    display: flex;
  }

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

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

  .navmenuwrapper {
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    width: 60vw;
    height: 100vh;
    max-height: 100vh;
    padding-top: 1.875rem;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: relative;
  }

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

  .navbarlink {
    text-align: center;
    font-size: 1.125rem;
  }

  .navbarlink.dropdpwn {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link.navcontactlink {
    color: var(--black);
    font-size: 1.07rem;
    line-height: 1.4;
  }

  .div-block-6 {
    padding-bottom: 3rem;
  }

  .div-block-2 {
    width: 85%;
    margin-left: 0%;
    padding-top: 3vw;
  }

  .bg.image.herobgdriver {
    width: 55%;
    max-width: none;
    height: auto;
    max-height: 61%;
    inset: auto -4% 15% auto;
  }

  .servicebox {
    grid-template-columns: .75fr 1fr;
  }

  .div-block-14 {
    width: 97%;
  }

  .title_m.service_title {
    line-height: 1.2;
  }

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

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

  .footertitle {
    margin-bottom: 20px;
  }

  .footer-content-block {
    text-align: left;
  }

  .container-4.footerc {
    grid-column-gap: 2vw;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .subfooterwrapper {
    margin-top: 0;
  }

  .div-block-20 {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .div-block-35 {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    display: grid;
  }

  .div-block-21 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .serviceimage {
    min-width: 0;
    min-height: 0;
  }

  .servicecontentwrapper {
    max-width: 88vw;
  }

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

  .div-block-38 {
    min-width: 230px;
  }

  .serviceimgaewrapper {
    width: 70%;
    height: 28vw;
    max-height: none;
  }

  .pricingtitle {
    font-size: 1.5rem;
  }

  .pricingtab {
    max-width: 31rem;
  }

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

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

  .jobcontentwrapper {
    padding-top: 0;
  }

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

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

  .mapcontentwrapper {
    padding-left: 0%;
  }

  .div-block-69 {
    width: 100%;
    height: 29vw;
  }

  .herotitle.forrmat1 {
    width: 65%;
    font-size: 1.2rem;
  }

  .herotitle.large {
    text-shadow: 30px 3px 20px #f2fbfd, 0 20px 20px #f2fbfd;
    width: 118%;
    margin-bottom: 1.1rem;
    font-size: 3rem;
  }

  .slider {
    max-height: 1.9rem;
  }

  .button {
    text-align: center;
  }

  .button.navbtn {
    font-size: 1.125rem;
  }

  .servicec {
    height: 27rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .servicec:hover {
    padding-top: .3rem;
    padding-bottom: 0;
  }

  .servicec.first {
    height: 31rem;
  }

  .nabbar_divider {
    display: none;
  }

  .whitebg {
    width: 50%;
    height: 100%;
  }

  .whitebg.servicebg {
    margin-left: auto;
    inset: 0% auto 0% 0%;
  }

  .space_placehoder {
    display: none;
  }

  .mapwrapper {
    width: 40vw;
    margin-top: 0;
    margin-bottom: 2.5rem;
    margin-left: -.7vw;
    padding-left: 0;
    padding-right: 2.5vw;
  }

  .herodec-wrapper {
    bottom: 18%;
    right: 8%;
  }

  .div-block-15 {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .image-15 {
    display: none;
  }

  .image-16 {
    object-fit: cover;
    object-position: 50% 70%;
    flex: none;
    align-self: center;
    width: 100vw;
    max-width: none;
    height: 27vw;
    margin-bottom: 4.1rem;
    display: block;
  }

  .c-slide_p {
    color: #000;
  }

  .c-slide_p.c-move-to-bottom {
    color: #fff;
    transform: none;
  }

  .c-arrows-wrapper {
    margin-top: 2rem;
    margin-left: 0;
    margin-right: auto;
  }

  .c-bg-container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .c-big-text.cc-top {
    top: -150px;
  }

  .c-big-text.cc-bottom {
    bottom: 156px;
    right: -120px;
  }

  .c-slide {
    width: 53vw;
    min-width: 53vw;
    height: 300px;
    min-height: 300px;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
  }

  .c-slider {
    height: 300px;
    margin-left: 6.5vw;
    margin-right: 6.5vw;
  }

  .c-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .c-slide_wrapper {
    height: 300px;
  }

  .mapwrapper-rtp {
    width: 32vw;
    max-width: 270px;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 3.5vw;
    padding-right: 2.5vw;
  }

  .image-17 {
    min-width: 95%;
    top: -5%;
    left: -10vw;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-list-wrapper.w--open {
    text-align: left;
    margin-left: 0;
  }

  .logo {
    height: 68%;
  }

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

  .text-block-4 {
    margin-bottom: 10px;
    font-size: 1.07rem;
  }

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

  .navmenu {
    flex-direction: row;
    align-items: stretch;
    margin-top: -1.25rem;
  }

  .dropdownlink {
    padding-top: .1rem;
    font-size: 1rem;
  }

  .brand {
    padding-left: 0;
  }

  .nav-container {
    max-width: 93%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbarlink {
    font-size: 1.07rem;
  }

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

  .navbar {
    height: 4.6875rem;
    margin-top: 1.25rem;
  }

  .pagewrapper {
    padding-top: 6rem;
  }

  .div-block-2 {
    width: 100%;
    margin-top: 8rem;
    padding-top: 7vw;
  }

  .bg.image.herobg {
    opacity: 1;
    left: 0%;
    right: 0%;
  }

  .bg.image.herobgdriver {
    filter: brightness(106%);
    min-width: 25rem;
    bottom: 5%;
    right: -3%;
  }

  .bg.image.footerbg {
    object-position: 100% 50%;
    left: 0%;
    right: 0%;
  }

  .servicebox {
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .servicebox.first {
    margin-bottom: 0;
  }

  .image-5 {
    height: 39vw;
    margin-bottom: 0;
    padding: 0;
  }

  .title_m.service_title {
    text-align: left;
  }

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

  .paragraph-2 {
    text-align: left;
  }

  .title_xl {
    font-size: 2rem;
  }

  .title_xl.format3 {
    display: none;
  }

  .section_l {
    padding-bottom: 3.125rem;
  }

  .footerheader {
    width: 84%;
  }

  .footermenu {
    padding-bottom: .15rem;
  }

  .subfootertext {
    flex: 1;
  }

  .space {
    font-size: 5px;
  }

  .footertitle {
    margin-bottom: .9375rem;
    font-size: 1.8rem;
  }

  .footer-content-block {
    min-width: 40%;
  }

  .container-4 {
    width: 84vw;
  }

  .container-4.footerc {
    grid-row-gap: 2.1875rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 84%;
  }

  .footerparagraph {
    margin-bottom: .35rem;
  }

  .footerparagraph.payment {
    margin-top: .25rem;
  }

  .footerparagraph.footermenu {
    padding-top: .18rem;
    padding-bottom: .1rem;
  }

  .subfooterwrapper {
    height: auto;
  }

  .footerlogo {
    height: 3.4rem;
  }

  .div-block-20 {
    grid-row-gap: 3.5rem;
    width: 100%;
  }

  .div-block-38 {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
  }

  .serviceimgaewrapper {
    width: 85%;
    height: 40vw;
  }

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

  .feewrapper {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

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

  .list-copy {
    width: 100%;
  }

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

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

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

  .formwrapper {
    width: 90vw;
  }

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

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

  .paymenticon {
    height: 1.625rem;
  }

  .mapcontainer {
    grid-template-columns: 1fr;
    width: 84vw;
  }

  .mapsection {
    padding-top: 2.5rem;
    padding-bottom: 3.3rem;
  }

  .div-block-69 {
    width: 75%;
    height: 35vw;
  }

  .title_l {
    font-size: 1.8rem;
  }

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

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

  .herotitle {
    font-size: 1.5rem;
  }

  .herotitle.forrmat1 {
    width: 100%;
    margin-top: 1rem;
  }

  .herotitle.large {
    text-shadow: 0 20px 20px #f2fbfd;
    width: 100%;
    font-size: 2.6rem;
  }

  .slider {
    max-width: 100%;
  }

  .button {
    z-index: 2;
    line-height: 1.5;
    position: relative;
  }

  .button.btn_hero {
    min-height: 3rem;
    font-size: 1.1rem;
  }

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

  .servicec {
    height: auto;
    box-shadow: 0 0 6px 0 var(--shadow), 2px 2px 24px -5px var(--shadow);
    justify-items: start;
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }

  .servicec:hover {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }

  .servicec.first {
    height: auto;
    top: 0;
  }

  .div-block-5 {
    grid-column-gap: 1.2rem;
  }

  .destination_list {
    grid-column-gap: 3rem;
    width: 100%;
  }

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

  .herobgdecwrapper {
    height: 100%;
    top: 0%;
    left: 65%;
  }

  .logotitle {
    font-size: 1.5rem;
  }

  .whitebg {
    width: 80%;
  }

  .title_s.special2 {
    margin-top: 0;
    margin-right: 0;
  }

  .mapwrapper {
    width: 70vw;
    max-width: 288px;
    margin-bottom: 2rem;
  }

  .herodec-wrapper {
    width: 4rem;
    height: 4rem;
    right: 6%;
  }

  .div-block-70 {
    padding: 0;
  }

  .div-block-70.first {
    margin-top: -1rem;
    margin-bottom: 0;
  }

  .image-16 {
    height: 30vw;
    margin-bottom: 3.7rem;
  }

  .c-slide_p {
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 5vw;
  }

  .c-arrows-wrapper {
    margin-left: auto;
  }

  .c-big-text.cc-top {
    opacity: .5;
    top: -125px;
    left: -14px;
  }

  .c-big-text.cc-bottom {
    opacity: .5;
    bottom: 170px;
    right: -137px;
  }

  .c-slide {
    width: 70vw;
    min-width: 70vw;
    height: auto;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .c-slider {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .c-bg-line-2 {
    display: none;
  }

  .mapwrapper-rtp {
    width: 70vw;
    max-width: 288px;
    margin-bottom: 1rem;
    padding-left: 4vw;
  }

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

  .space_special {
    height: 0;
    display: none;
  }

  .image-17 {
    min-width: 105%;
    top: 5%;
    left: -20%;
  }
}

@media screen and (max-width: 479px) {
  .dropdown-list-wrapper.w--open {
    padding-top: 30px;
  }

  .navmenu {
    margin-top: -1rem;
  }

  .dropdownlink {
    white-space: normal;
  }

  .brand {
    box-shadow: none;
    background-color: #0000;
    border-radius: 0;
    padding-left: 0;
  }

  .new-item-wrapper {
    padding-bottom: .32rem;
    padding-left: 0;
    padding-right: 0;
  }

  .navmenuwrapper {
    width: 75vw;
    padding-top: 1.25rem;
    padding-left: 7%;
    padding-right: 7%;
  }

  .nav-container {
    justify-content: space-between;
    padding-left: 3vw;
    padding-right: 2vw;
  }

  .navbarlink {
    text-align: center;
  }

  .navbar {
    height: 4.375rem;
    margin-top: 1rem;
  }

  .pagewrapper {
    padding-top: 5.5rem;
  }

  .div-block-6 {
    align-items: center;
    padding-bottom: 13vw;
  }

  .container {
    width: 82vw;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 7rem;
    padding-top: 5vw;
    padding-bottom: 17vw;
  }

  .bg.image.herobg {
    object-position: 35% 0%;
  }

  .bg.image.herobgdriver {
    width: 86%;
    min-width: 0;
    bottom: 4%;
    left: 8%;
    right: auto;
  }

  .image-5 {
    height: 50vw;
  }

  .title_m {
    font-size: 1.25rem;
    line-height: 1.35;
  }

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

  .section_xl.speical {
    padding-top: 0;
  }

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

  .paragraph-2 {
    letter-spacing: 0;
    line-height: 1.5;
  }

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

  .title_xl {
    font-size: 1.75rem;
    line-height: 1.3;
  }

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

  .section_l {
    padding-top: 2rem;
  }

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

  .footermenu.sub {
    font-size: .95rem;
  }

  .subfootertext {
    font-size: .84rem;
  }

  .footertitle {
    font-size: 1.65rem;
  }

  .container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-4.footerc {
    grid-template-columns: 1fr;
  }

  .footerparagraph {
    font-size: 1rem;
  }

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

  .subfooterwrapper {
    height: auto;
  }

  .footerbrand {
    box-shadow: none;
    background-color: #0000;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footerlogo {
    height: 3rem;
  }

  .div-block-20 {
    grid-row-gap: 3rem;
  }

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

  .servicecontentwrapper {
    width: 100%;
  }

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

  .pricingtitle {
    font-size: 1.3rem;
    line-height: 1.2;
  }

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

  .para_s {
    font-size: 1.03rem;
  }

  .para_s.sub {
    font-size: .95rem;
  }

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

  .list-item.spaceholder {
    height: .2rem;
  }

  .list-copy {
    grid-template-columns: 1fr;
    margin-top: .5rem;
  }

  .paragraph-23 {
    margin-bottom: 1.25rem;
  }

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

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

  .h3.faq-title {
    height: 2.5rem;
    min-height: 40px;
    font-size: 1.25rem;
  }

  .formwrapper {
    width: 100vw;
  }

  .formwrapper.trfwrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 6vw;
    padding-right: 6vw;
  }

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

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

  .div-block-65 {
    grid-template-rows: auto;
    grid-template-columns: auto auto auto auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .text-span-18 {
    margin-top: .8rem;
  }

  .mapsection {
    padding-top: 1.25rem;
  }

  .div-block-69 {
    width: 100%;
    height: 45vw;
  }

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

  .title_l {
    font-size: 1.5rem;
  }

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

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

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

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

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

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

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

  .herotitle {
    text-align: center;
    font-size: 1.4rem;
  }

  .herotitle.forrmat1 {
    margin-top: 1.5rem;
  }

  .herotitle.large {
    letter-spacing: 0;
    margin-top: .5rem;
    margin-bottom: -.2rem;
    font-size: 2.2rem;
  }

  .slider {
    max-height: 3rem;
  }

  .textslider {
    max-width: 90vw;
  }

  .button {
    line-height: 1.3;
  }

  .servicec {
    padding-top: 1rem;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .servicec:hover {
    padding-top: 1rem;
  }

  .div-block-5 {
    grid-row-gap: .8rem;
    grid-template-columns: 1fr;
  }

  .div-block-5.format1 {
    grid-template-columns: 1fr;
    place-items: stretch start;
  }

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

  .iconwrapper {
    width: 3.1rem;
    margin-bottom: .8rem;
    margin-right: 0;
  }

  .herobgdecwrapper {
    left: 76%;
  }

  .logotitle {
    font-size: 1.25rem;
    line-height: 1.35;
  }

  .whitebg {
    width: 100%;
  }

  .slider-p {
    text-align: center;
  }

  .mapwrapper {
    margin-top: .7rem;
    margin-bottom: 1rem;
    margin-left: -1.5vw;
  }

  .herodec-wrapper {
    bottom: 28%;
    right: 24%;
  }

  .div-block-15 {
    margin-top: 1.7rem;
    margin-bottom: 2.5rem;
  }

  .image-16 {
    height: 44vw;
    margin-bottom: 3rem;
  }

  .c-slide_p {
    width: 81vw;
    box-shadow: none;
    padding: 1.5rem 6vw;
  }

  .c-arrows-wrapper {
    max-width: 88px;
    margin-top: 1.8rem;
  }

  .c-big-text.cc-bottom {
    right: -110px;
  }

  .c-title-1 {
    font-size: 40px;
  }

  .c-title-1.large {
    font-size: 80px;
  }

  .c-arrow_embed {
    width: 11px;
    height: 11px;
  }

  .c-slide {
    width: 81vw;
    min-width: 81vw;
  }

  .container-5 {
    width: 82vw;
  }

  .c-section {
    padding-top: 3.6rem;
    padding-bottom: 3.7rem;
  }

  .c-arrow {
    width: 40px;
    height: 40px;
  }

  .mapwrapper-rtp {
    margin-top: .7rem;
    margin-bottom: .5rem;
    padding-left: 5.7vw;
  }

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

  .paragraph {
    text-align: center;
    text-shadow: 0 2px 20px #ccd2cf, 1px 1px 6px #fff;
    max-width: 100%;
  }

  .image-17 {
    top: 16%;
  }

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

#w-node-a28de9d7-a56b-9592-20ba-2ae23c0eeeca-2f63fd8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cc49a0f-df20-1e49-4a4c-d28d8c869b18-2f63fd8a {
  align-self: center;
}

#w-node-afdf614d-6387-8123-5723-7f087621b4e7-2f63fd8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afdf614d-6387-8123-5723-7f087621b4ed-2f63fd8a {
  align-self: center;
}

#w-node-b06909df-d9ae-f8e7-ae14-8c922fd798e0-2f63fd8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b06909df-d9ae-f8e7-ae14-8c922fd798e4-2f63fd8a {
  align-self: center;
}

#w-node-_8ac9b98f-bedf-2f57-aa02-f3ad9ec5f2c3-2f63fd8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2205b285-c242-1e5d-e8cd-1673f451822f-2f63fd8a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2205b285-c242-1e5d-e8cd-1673f4518232-2f63fd8a {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_2205b285-c242-1e5d-e8cd-1673f4518256-2f63fd8a {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_2205b285-c242-1e5d-e8cd-1673f4518272-2f63fd8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-afb02e21-d282-67d2-c3fd-97ee13b74069-13b7405f {
  justify-self: start;
}

#w-node-afb02e21-d282-67d2-c3fd-97ee13b740aa-13b7405f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c2333fe9-9067-d328-2a07-f463d7382578-a663fd8b, #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b888-8863fd93, #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b8b7-8863fd93, #w-node-_587bd897-bdd9-ed79-dfc2-b4ae6b530fee-8863fd93 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_2205b285-c242-1e5d-e8cd-1673f451822f-2f63fd8a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2205b285-c242-1e5d-e8cd-1673f4518256-2f63fd8a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2205b285-c242-1e5d-e8cd-1673f451825a-2f63fd8a, #w-node-_2205b285-c242-1e5d-e8cd-1673f4518268-2f63fd8a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b74069-13b7405f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b74076-13b7405f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b740aa-13b7405f {
    grid-column: span 2 / span 2;
  }

  #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b888-8863fd93 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b8b7-8863fd93, #w-node-_587bd897-bdd9-ed79-dfc2-b4ae6b530fee-8863fd93 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2205b285-c242-1e5d-e8cd-1673f451825a-2f63fd8a, #w-node-_2205b285-c242-1e5d-e8cd-1673f4518268-2f63fd8a {
    grid-row: 3 / 4;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b74069-13b7405f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b74080-13b7405f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #contact.w-node-afb02e21-d282-67d2-c3fd-97ee13b74093-13b7405f {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: auto;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b740aa-13b7405f, #w-node-c2333fe9-9067-d328-2a07-f463d7382578-a663fd8b, #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b888-8863fd93 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b891-8863fd93 {
    justify-self: center;
  }

  #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b8b7-8863fd93, #w-node-_587bd897-bdd9-ed79-dfc2-b4ae6b530fee-8863fd93 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2205b285-c242-1e5d-e8cd-1673f4518272-2f63fd8a {
    grid-column: span 1 / span 1;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b74069-13b7405f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-afb02e21-d282-67d2-c3fd-97ee13b74076-13b7405f {
    grid-column: span 1 / span 1;
  }
}


