:root {
  --black: black;
  --white: white;
  --shadow: #260b0c66;
  --dark-slate-blue: #e6e6e6;
  --blue: #cc1318;
  --silver: #595050;
  --azure: #f6f6f6;
  --goldenrod: #13326b;
  --dim-grey: #2350a3;
  --light-sea-green: #fc171e;
  --gold: #f0de36;
  --innershadow: #ffffff4d;
}

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

.header-arrow {
  justify-content: center;
  align-items: center;
  width: .5rem;
  height: 2rem;
  display: flex;
}

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

.dropdown-list-wrapper {
  background-color: var(--white);
  box-shadow: 0 1px 4px 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: 100%;
  transition: box-shadow .4s;
  position: relative;
  bottom: 0;
}

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

.bg-2.bracketswrapper {
  flex-direction: row;
  justify-content: center;
  height: 75%;
  display: flex;
  inset: 12.5% auto 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 {
  color: var(--black);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

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

.brand {
  flex-direction: row;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  height: 92%;
  margin-bottom: .8rem;
  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.dropdown {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

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

.new-item-wrapper.main {
  align-items: center;
  margin-left: 1vw;
  padding-right: 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: 93%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: relative;
}

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

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

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

.navbarlink.copy {
  z-index: 2;
  margin-right: -1.1rem;
  padding-right: 1.2rem;
}

.link {
  text-decoration: none;
}

.navbarlinkwrapper {
  align-items: center;
  display: flex;
  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.4rem;
  margin-top: 1.3rem;
  transition: height .3s, background-color .3s;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

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

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

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

.container.homes1c {
  z-index: 3;
  max-width: none;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 92%;
  min-height: 50vh;
  margin-top: 10.3rem;
  margin-bottom: 4.6rem;
  padding-top: 4vw;
  padding-bottom: 5vw;
  padding-right: 5%;
  display: flex;
}

.paragraph {
  color: var(--white);
  margin-top: .3125rem;
  margin-bottom: .3125rem;
}

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

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

.bg.image {
  object-fit: cover;
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.bg.image.herobg {
  object-position: 25% 37%;
  width: 110%;
  max-width: none;
  inset: 0%;
}

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

.bg.herobgg {
  background-image: linear-gradient(115deg, #000310c9, #00000017 82%);
}

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

.bg.herobgg.format1 {
  background-image: linear-gradient(115deg, #00031096, #0000002b 67%);
}

.bg.mapbg {
  opacity: .19;
  object-fit: cover;
  object-position: 30% 50%;
  width: 100%;
  height: 100%;
}

.div-block-13 {
  grid-column-gap: 3.5vw;
  grid-row-gap: 2.2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: -1rem;
  margin-bottom: 1.5rem;
  display: grid;
}

.image-5 {
  object-fit: cover;
  object-position: 50% 35%;
  width: 100%;
  height: 22vw;
  max-height: 20rem;
}

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

.title_m {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Alata, sans-serif;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.25;
}

.title_m.service_title {
  letter-spacing: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 95%;
  min-height: 3.6rem;
  font-weight: 700;
  display: flex;
}

.title_m.format1 {
  color: var(--blue);
  text-align: left;
  margin-top: 2.5rem;
  margin-bottom: -.5rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.title_m.format2 {
  color: var(--goldenrod);
  text-align: left;
  font-weight: 700;
}

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

.section_xl.speical {
  background-color: var(--azure);
  padding-top: 0;
}

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

.section_xl.format1 {
  padding-top: 28vw;
  position: relative;
}

.section_xl.special1 {
  background-color: var(--azure);
  padding-top: 0;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: .8rem;
}

.div-block-16 {
  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: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 90%;
  margin-top: 4.3rem;
  display: grid;
}

.title_xl {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Alata, sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
}

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

.title_xl.format1 {
  color: var(--goldenrod);
  text-align: left;
}

.title_xl.format2 {
  color: var(--white);
  text-align: left;
  font-size: 2rem;
}

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

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

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

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

.section_l.hide {
  display: none;
}

.footerheader {
  z-index: 4;
  border-bottom: 1px solid #d9d9d969;
  justify-content: center;
  align-items: center;
  width: 88%;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  display: flex;
  position: relative;
}

.footermain {
  background-color: var(--goldenrod);
  background-image: linear-gradient(to bottom, var(--shadow), var(--shadow));
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subfootertext {
  color: var(--dark-slate-blue);
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Alata, sans-serif;
  font-size: .875rem;
  display: inline-block;
}

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

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

.space {
  font-size: 10px;
}

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

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

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

.footertitle {
  transform-origin: 0%;
  color: var(--white);
  text-transform: uppercase;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Alata, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none;
  transition: color .3s;
  transform: scale3d(1, .9, 1);
}

.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.footer {
  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%;
  padding: 2.2rem 0 .625rem;
  display: grid;
  position: relative;
}

.footer {
  color: var(--dark-slate-blue);
  flex-direction: column;
  display: flex;
}

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

.footerparagraph {
  margin-bottom: .45rem;
  font-size: 1.04rem;
  line-height: 1.35;
}

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

.footerparagraph.footermenu {
  color: var(--dark-slate-blue);
  font-weight: 700;
  text-decoration: none;
}

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

.footerparagraph.footermenu.title:hover {
  color: var(--dark-slate-blue);
}

.footerparagraph.footermenu.sub {
  padding-left: .4rem;
  font-size: 1rem;
  font-weight: 400;
}

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

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

.footerlogo {
  filter: brightness(120%);
  object-fit: contain;
  height: 3.1rem;
  position: relative;
  bottom: 0;
}

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

.div-block-21 {
  grid-column-gap: 4vw;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1.7fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 95%;
  display: grid;
}

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

.serviceimage.p1 {
  object-position: 40% 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: #0f2c67;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-size: 1.625rem;
  line-height: 1.3;
}

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

.ratewrapper {
  z-index: 1;
  background-color: var(--dark-slate-blue);
  width: 100%;
  margin-top: 1.25rem;
  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 {
  background-color: #fff;
  border: 10px solid #0f2c67;
  box-shadow: inset 0 0 1px 1px #ebbc6c99;
}

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

.paragraph_s {
  margin-bottom: 0;
  font-size: 1.07rem;
}

.paragraph_s.rate2 {
  margin-top: 0;
  margin-bottom: .35rem;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.4;
}

.paragraph_s.rate1 {
  margin-top: .625rem;
  margin-bottom: .7rem;
}

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

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

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

.feewrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 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: #ebbc6c99;
  margin-top: .55rem;
  margin-bottom: .7rem;
}

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

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

.list-copy {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: .5rem;
  margin-bottom: .6rem;
  padding-left: 1.25rem;
  display: grid;
}

.list-copy.first {
  margin-bottom: 0;
}

.arrow {
  display: inline-block;
}

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

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


.iframecode.hide {
  display: block;
}

.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 {
  color: var(--black);
  align-items: center;
  height: 2.8125rem;
  min-height: 45px;
  margin-bottom: 0;
  margin-right: 3.4375rem;
  font-size: 1.375rem;
  display: flex;
}

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

.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;
  color: var(--silver);
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.formwrapper_wpadding {
  background-color: var(--white);
  box-shadow: none;
  flex-direction: column;
  width: 100%;
}

.paymenticon {
  box-shadow: 1px 1px 3px 0 var(--shadow);
  object-fit: contain;
  border-radius: 3px;
  height: 1.6875rem;
  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 {
  margin-top: .625rem;
  display: inline-block;
}

.mapcontainer {
  grid-column-gap: 6vw;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start;
  width: 88vw;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

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

.mapsection {
  padding-top: 4.6rem;
  padding-bottom: 4.375rem;
  position: relative;
  overflow: hidden;
}

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

.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-67 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1.2rem;
  display: flex;
}

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

.title_s.special1 {
  color: var(--goldenrod);
  text-transform: uppercase;
  margin-top: .7rem;
  margin-right: 3.1rem;
  font-family: Alata, sans-serif;
}

.title_s.special2 {
  background-color: var(--blue);
  box-shadow: -1px 2px 0 0 var(--black);
  transform-origin: 0%;
  color: var(--white);
  transform-style: preserve-3d;
  background-image: none;
  margin-bottom: 1.1rem;
  margin-right: 3.1rem;
  padding: .5rem .9rem;
  font-family: Alata, sans-serif;
  transform: scale3d(1.1, 1, 1);
}

.title_s.format1 {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: .8rem;
}

.div-block-69 {
  justify-content: center;
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.image-8 {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 22vw;
}

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

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

.hero-bg {
  z-index: 100;
  background-color: var(--white);
  perspective-origin: 100%;
  transform-origin: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.hero-bg.is--white {
  background-color: var(--light-sea-green);
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: scale3d(0, 1, 1);
}

.hero-bg.is--blue {
  background-color: var(--black);
  transform-style: preserve-3d;
  transform: scale3d(0, 1, 1);
}

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

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

.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);
  cursor: pointer;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  min-width: 2.8125rem;
  min-height: 2.8125rem;
  display: flex;
  position: absolute;
  inset: .625rem .625rem auto auto;
  overflow: hidden;
}

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

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

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

.jobdescriptionwrapper {
  background-color: var(--dark-slate-blue);
  box-shadow: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .625rem 1.25rem;
  display: flex;
  position: relative;
}

.herotitle {
  color: #fff;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 1.7rem;
  line-height: 1.2;
  position: relative;
}

.herotitle.slidertext {
  color: var(--white);
  text-align: left;
  text-shadow: 1px 1px 1px var(--dim-grey);
  margin-top: 0;
  font-weight: 500;
}

.herotitle.slidetext_front {
  flex: none;
  margin-top: 0;
  display: none;
}

.herotitle.large {
  text-transform: uppercase;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 1.1rem;
  font-family: Alata, sans-serif;
  font-size: 3.9rem;
  font-weight: 400;
  line-height: 1.05;
  transform: scale3d(1, .85, 1);
}

.slide-nav {
  display: none;
}

.slider {
  background-color: #0000;
  justify-content: center;
  max-width: 100%;
  max-height: 3rem;
}

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

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

.button {
  z-index: 3;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  background-image: none;
  border-radius: .1rem;
  padding: .7rem 1.56rem;
  font-family: Alata, sans-serif;
  text-decoration: none;
  transition: all .25s;
  position: relative;
  overflow: hidden;
}

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

.button.btn_hero {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  min-height: 3.5rem;
  margin-top: 1vw;
  font-size: 1.3rem;
  display: flex;
}

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

.button.dc1 {
  background-color: var(--dim-grey);
  color: var(--white);
}

.button.footerbtn {
  color: var(--goldenrod);
  margin-left: 2rem;
}

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

.servicec {
  z-index: 4;
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  border: 5px solid var(--blue);
  background-color: var(--white);
  box-shadow: 0 0 0 1px #cc13185c, 0 1px 0 5px var(--black);
  color: var(--silver);
  flex-direction: column;
  grid-template-rows: auto auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: start center;
  padding-top: 1.9rem;
  padding-bottom: 2.3rem;
  text-decoration: none;
  transition: box-shadow .51s;
  display: grid;
  position: relative;
}

.servicec:hover {
  box-shadow: 0 1px 9px 0 var(--shadow), 0 0 25px 0 #32323287;
}

.nabbar_divider {
  background-color: var(--dark-slate-blue);
  height: .5px;
}

.dot {
  margin-right: .2rem;
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.div-block-1 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  align-items: flex-end;
  width: 90%;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  margin-top: 3rem;
  display: grid;
}

.mapwrapper {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 39vw;
  max-width: 28rem;
  margin-top: -.2rem;
  margin-bottom: 0;
  padding-right: 6vw;
  display: block;
  position: relative;
}

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

.italic-text {
  margin-top: .2rem;
  display: none;
}

.destination_list {
  grid-column-gap: 3.75rem;
  grid-row-gap: .1rem;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  min-width: 85%;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: grid;
}

.iconwrapper {
  border: 1px solid var(--black);
  background-color: var(--dark-slate-blue);
  box-shadow: inset 0 0 0 2px var(--light-sea-green), -1px 1px 0 1px var(--black);
  border-radius: .1rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-top: 4px;
  margin-right: 1.9rem;
  padding: .7rem;
  display: flex;
  overflow: hidden;
}

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

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

.buttonbg {
  background-image: linear-gradient(to right, var(--gold) 51%, var(--blue) 52%);
  width: 210%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.buttonbg.dc1 {
  background-image: linear-gradient(to right, var(--dim-grey) 51%, var(--goldenrod) 52%);
}

.buttonbg.dc2 {
  background-image: linear-gradient(to right, var(--white) 51%, var(--dark-slate-blue) 52%);
  margin-left: 0;
}

.text-block-11 {
  z-index: 5;
  position: relative;
}

.text-block-14 {
  background-color: var(--dark-slate-blue);
  color: var(--black);
  text-align: center;
  border-radius: 100rem;
  justify-content: center;
  width: auto;
  padding: .5rem .9375rem;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  inset: auto 2.25rem -1.25rem;
}

.text-block-14:hover {
  color: var(--light-sea-green);
  background-color: #fff;
  box-shadow: 0 0 8px -1px #02233e59;
}

.image-9 {
  background-color: var(--dim-grey);
  color: #0000;
  justify-content: center;
  align-items: center;
  height: .15rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.image-9.left {
  left: 0%;
  right: auto;
}

.image-9.middle {
  color: #0000;
  background-color: #0000;
  margin-left: 2.4rem;
  margin-right: 2.4rem;
  position: relative;
  left: auto;
  right: auto;
}

.text-span-20 {
  transform-origin: 0%;
  text-transform: capitalize;
  transform-style: preserve-3d;
  display: inline-block;
  transform: scale3d(.85, 1, 1);
}

.div-block-70 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -8vw;
  display: flex;
}

.image-11 {
  transform-origin: 0 0;
  object-fit: fill;
  transform-style: preserve-3d;
  width: 36%;
  min-width: 20rem;
  max-width: none;
  margin-top: .5vw;
  position: relative;
  left: -2%;
  transform: scale3d(1, .85, 1);
}

.secimg-wrapper {
  background-image: linear-gradient(to bottom, var(--azure) 20%, white 20%);
  object-fit: fill;
  width: 100%;
  max-width: none;
  margin-top: -1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-12 {
  z-index: 2;
  filter: saturate(80%) brightness(120%);
  object-fit: fill;
  width: 44vw;
  max-width: none;
  margin-top: -100%;
  position: relative;
  left: -4%;
}

.div-block-72 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.div-block-73 {
  background-color: var(--goldenrod);
  border-radius: 10rem;
  width: 74vw;
  margin-left: 12vw;
  padding: 1.7rem 4.2rem 1.7rem 35vw;
  position: relative;
}

.footerbgimg {
  opacity: .03;
  filter: blur(2px);
  object-fit: contain;
  width: 120%;
  max-width: none;
  position: absolute;
  inset: -31% 0% 0% -12%;
}

.div-block-74 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 4px solid var(--blue);
  background-color: var(--azure);
  box-shadow: inset 1px 1px 50px 0 var(--azure), 0 1px 0 2px black;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 95%;
  margin-top: 5rem;
  display: grid;
  position: relative;
}

.feature-divider {
  background-color: var(--silver);
  width: 80%;
  height: 100%;
}

.div-block-75 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 2.5rem 3rem 3rem;
  transition: box-shadow .4s;
  display: grid;
  position: relative;
}

.div-block-75:hover {
  z-index: 2;
  background-color: var(--white);
  box-shadow: inset 0 0 0 1px var(--light-sea-green), 0 0 4px 5px var(--shadow);
}

.image-13 {
  object-fit: contain;
  width: 3.9rem;
  position: relative;
  top: .1rem;
}

.image-13.p1 {
  top: .4rem;
}

.link-5 {
  color: var(--dim-grey);
  font-weight: 700;
}

.html-embed-2, .left-arrow-2, .right-arrow-2, .slide-nav-2 {
  display: none;
}

.herobg {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.herobg.format1 {
  width: 105%;
}

.herobg.format2 {
  width: 110%;
}

.slide-2 {
  width: 100%;
  height: 100%;
}

.div-block-76 {
  flex-direction: column;
  display: flex;
}

.div-block-77 {
  margin-top: 2rem;
  display: flex;
}

.image-give {
  background-image: url('../images/road38.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 27vw;
  margin-top: 2.5rem;
  margin-right: 3vw;
}

.italic-text-2 {
  margin-top: .3rem;
  font-size: .95rem;
  display: block;
}

.navbarlink-copy {
  text-transform: uppercase;
  white-space: nowrap;
  transform-style: preserve-3d;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1.6vw;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  transition: none;
  display: block;
  position: relative;
  transform: scale3d(.85, 1, 1);
}

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

.image-give-sp {
  background-image: url('../images/stretcher3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.image-give-sp.pt {
  background-image: url('../images/wheelchaircompanion81.webp');
  background-position: 92%;
}

.div-block-78 {
  flex-direction: column;
  margin-left: .4rem;
  display: flex;
}

.loading-logo {
  filter: grayscale() brightness(200%) brightness(200%) brightness(200%);
  object-fit: contain;
  max-width: 85vw;
  height: 3.1rem;
  position: relative;
  bottom: 0;
}

@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;
  }

  .section_xl.format1 {
    padding-top: 30vw;
  }

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

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

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

  .nabbar_divider {
    height: 1px;
  }

  .navbarlink-copy {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1920px) {
  .header-arrow {
    width: .9rem;
  }

  .dropdownlink {
    padding: .925rem 1.95rem;
    font-size: 1.5rem;
  }

  .brand {
    margin-bottom: 1.2rem;
  }

  .navbarlink {
    font-size: 1.9rem;
  }

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

  .body {
    font-size: 1.7rem;
  }

  .pagewrapper {
    padding-top: 10.2rem;
  }

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

  .div-block-2 {
    margin-top: 15rem;
    margin-bottom: 6.5rem;
  }

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

  .image-5 {
    max-height: 25rem;
  }

  .title_m {
    font-size: 2.4rem;
  }

  .title_m.service_title {
    min-height: 5.8rem;
  }

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

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

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

  .title_xl {
    font-size: 3.2rem;
  }

  .title_xl.format2 {
    font-size: 3rem;
  }

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

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

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

  .subfootertext {
    font-size: 1.3rem;
  }

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

  .container-4.footer {
    grid-column-gap: 3vw;
    padding-top: 3.7rem;
  }

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

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

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

  .footerlogo {
    height: 5rem;
  }

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

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

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

  .bg-3.pricing {
    border-width: 12px;
  }

  .pricingtab {
    padding-bottom: 1.3rem;
  }

  .paragraph_s {
    font-size: 1.6rem;
  }

  .paragraph_s.rate2 {
    font-size: 1.5rem;
  }

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

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

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

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

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

  .list-copy {
    grid-column-gap: 3rem;
  }

  .list-copy.first {
    margin-bottom: .2rem;
  }

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

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

  .formwrapper {
    margin-top: 1rem;
  }

  .formwrapper_wpadding {
    padding: 2.5rem 2.5rem 2.2rem;
  }

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

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

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

  .title_s {
    font-size: 1.5rem;
  }

  .title_s.special2 {
    margin-bottom: 1.5rem;
    padding: .7rem 1.2rem;
  }

  .title_s.format1 {
    margin-bottom: 1.1rem;
  }

  .div-block-69 {
    margin-bottom: 3.5rem;
  }

  .title_l {
    font-size: 2.9rem;
  }

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

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

  .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: 2.8rem;
  }

  .herotitle.large {
    margin-bottom: 2.4rem;
    font-size: 5.8rem;
  }

  .slider {
    max-height: 6rem;
  }

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

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

  .button.navbtn {
    padding: 1rem 1.9rem;
    font-size: 1.6rem;
  }

  .servicec {
    grid-row-gap: 2.75rem;
    padding-top: 3rem;
    padding-bottom: 4.8rem;
  }

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

  .mapwrapper {
    max-width: 35rem;
  }

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

  .iconwrapper {
    width: 7rem;
    height: 7rem;
    margin-right: 2.2rem;
    padding: 1.2rem;
  }

  .navigation {
    top: -12rem;
  }

  .text-block-14 {
    padding-top: .7rem;
    padding-bottom: .7rem;
    font-size: 1.55rem;
    bottom: -1.5rem;
  }

  .image-9.middle {
    margin-left: 4.3rem;
    margin-right: 4.3rem;
  }

  .image-11 {
    margin-top: 2vw;
  }

  .div-block-73 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-right: 5.5rem;
  }

  .div-block-74 {
    margin-top: 7rem;
  }

  .div-block-75 {
    grid-column-gap: 2rem;
    grid-row-gap: 2.25rem;
    padding: 4rem 4.6rem 4.6rem;
  }

  .image-13 {
    width: 6.4rem;
  }

  .image-13.p1 {
    top: .6rem;
  }

  .italic-text-2 {
    margin-top: .5rem;
    font-size: 1.45rem;
  }

  .navbarlink-copy {
    font-size: 1.6rem;
  }

  .loading-logo {
    height: 5rem;
  }
}

@media screen and (max-width: 991px) {
  .hearder-button-line-medium {
    background-color: var(--black);
    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: .05rem;
  }

  .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(--dark-slate-blue);
    box-shadow: 0 1px 2px 0 var(--shadow), 0 1px 5px 0 var(--shadow);
  }

  .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.1rem;
    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);
    box-shadow: 0 1px 9px -4px var(--shadow), 0 24px 38px 0 var(--shadow);
    flex: none;
    width: auto;
    height: 100vh;
    margin-top: -1.3rem;
    position: fixed;
    inset: 0% 0% 0% auto;
    overflow: hidden;
  }

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

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

  .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-top: .3125rem;
    padding-bottom: .3125rem;
    display: flex;
  }

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

  .hearder-button-line-bottom {
    background-color: var(--black);
    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: 3%;
    padding-right: 3%;
    display: flex;
    position: relative;
  }

  .nav-container {
    padding-left: 2.5vw;
  }

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

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

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

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

  .navbar {
    height: 5rem;
  }

  .div-block-2 {
    margin-top: 9.6rem;
    padding-bottom: 10vw;
    padding-right: 0%;
  }

  .bg.image.herobg {
    object-position: 25% 5%;
    height: 110%;
  }

  .image-5 {
    height: 23vw;
  }

  .title_m.service_title {
    min-height: 5.4rem;
  }

  .section_xl.format1 {
    padding-top: 20vw;
  }

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

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

  .footertitle {
    margin-bottom: 20px;
  }

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

  .container-4.footer {
    grid-column-gap: 6vw;
    grid-row-gap: 2.75rem;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    padding-top: 2.6rem;
  }

  .subfooterwrapper {
    margin-top: 0;
  }

  .div-block-21 {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    justify-items: start;
    min-height: 0;
  }

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

  .servicecontentwrapper {
    max-width: 88vw;
  }

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

  .serviceimgaewrapper {
    justify-content: flex-start;
    width: 100%;
    height: 37vw;
    max-height: none;
  }

  .pricingtitle {
    font-size: 1.5rem;
  }

  .pricingtab {
    max-width: 31rem;
  }

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

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

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

  .jobcontentwrapper {
    padding-top: 0;
  }

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

  .mapcontainer {
    align-content: center;
  }

  .mapcontentwrapper {
    display: none;
  }

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

  .title_s.special1 {
    margin-top: 0;
    margin-bottom: .85rem;
    margin-right: 0;
  }

  .image-8 {
    height: 30vw;
  }

  .herotitle.large {
    line-height: 1.1;
  }

  .button {
    text-align: center;
  }

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

  .nabbar_divider {
    display: none;
  }

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

  .div-block-5 {
    justify-items: start;
  }

  .mapwrapper {
    width: 50vw;
    max-width: 23rem;
    margin-top: -.9rem;
    margin-bottom: 0;
    padding-left: 6vw;
    padding-right: 8vw;
  }

  .destination_list {
    grid-template-columns: auto;
  }

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

  .image-12 {
    width: 55vw;
    margin-top: 0%;
    margin-bottom: -2.6rem;
    left: 14%;
  }

  .div-block-72 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .div-block-73 {
    background-color: #0000;
    width: 90%;
    margin-left: 0;
    padding: 6rem 0 0;
  }

  .div-block-75 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.5rem;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }

  .image-13 {
    width: 4.6rem;
  }

  .herobg.format2 {
    height: 110%;
  }

  .image-give {
    width: 35vw;
  }

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

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

  .image-give-sp {
    width: 80%;
  }
}

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

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

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

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

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

  .dropdownlink {
    padding-top: .25rem;
    padding-bottom: .1875rem;
  }

  .brand {
    padding-left: 0;
  }

  .navmenuwrapper {
    padding-left: 7%;
    padding-right: 7%;
  }

  .nav-container {
    padding-left: 4vw;
    padding-right: 2.5vw;
  }

  .navbarlink {
    font-size: 1.07rem;
  }

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

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

  .body {
    font-size: 1.05rem;
    line-height: 1.5;
  }

  .pagewrapper {
    padding-top: 6.4rem;
  }

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

  .container {
    width: 84vw;
  }

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

  .paragraph {
    font-size: 1rem;
  }

  .bg.image.herobg {
    opacity: 1;
    object-position: 70% 5%;
    height: 90%;
  }

  .bg.image.herobg.mobile {
    opacity: .7;
    width: 120%;
    height: 55vw;
    display: block;
    top: 54.5vw;
  }

  .bg.herobgg {
    background-image: linear-gradient(to top, #050e1d 10%, #0000002e 77%);
  }

  .bg.herobgg.mobile {
    background-color: var(--azure);
    background-image: linear-gradient(to top, #0105131a, #00000005 65%);
    top: 54.5vw;
  }

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

  .image-5 {
    height: 43vw;
  }

  .title_m.service_title {
    min-height: 0;
  }

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

  .div-block-17 {
    width: 100%;
    margin-top: 2rem;
  }

  .title_xl {
    font-size: 2rem;
  }

  .title_xl.format2 {
    font-size: 1.9rem;
  }

  .section_l {
    padding-bottom: 3.125rem;
  }

  .footerheader {
    width: 84%;
    padding-bottom: 2rem;
  }

  .subfootertext {
    flex: 1;
  }

  .space {
    font-size: 5px;
  }

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

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

  .footer-content-block.last {
    margin-bottom: 0;
  }

  .container-4 {
    width: 84vw;
  }

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

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

  .subfooterwrapper {
    height: auto;
  }

  .footerbrand {
    padding-left: 0;
  }

  .footerlogo {
    height: 2.9rem;
  }

  .div-block-20, .div-block-21 {
    width: 100%;
  }

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

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

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

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

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

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

  .formwrapper_wpadding {
    box-shadow: none;
    width: 100vw;
    padding: 0 4vw;
  }

  .paymenticon {
    height: 1.625rem;
  }

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

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

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

  .title_s.special1 {
    margin-top: 0;
    margin-bottom: .65rem;
    margin-right: 0;
  }

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

  .title_l {
    font-size: 1.8rem;
  }

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

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

  .herotitle {
    font-size: 1.45rem;
  }

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

  .slider {
    max-height: 2.9rem;
  }

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

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

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

  .mapwrapper {
    width: 75%;
    max-width: 18rem;
    margin-top: 0;
    margin-left: -1vw;
    padding-left: 0;
    padding-right: 0;
  }

  .destination_list {
    width: 100%;
  }

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

  .text-block-14 {
    font-size: .95rem;
  }

  .image-11 {
    min-width: 15rem;
  }

  .image-12 {
    width: 65vw;
  }

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

  .div-block-74 {
    grid-template-columns: 1fr;
    justify-items: center;
    width: 100%;
    margin-top: 4rem;
  }

  .feature-divider {
    width: 85%;
    height: 100%;
  }

  .div-block-75 {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .herobg.format2 {
    width: 140%;
    margin-left: -30%;
  }

  .div-block-77 {
    flex-direction: column;
  }

  .image-give {
    width: 55vw;
    height: 35vw;
    margin-top: 1rem;
    margin-bottom: -1rem;
    margin-right: 0;
  }

  .navbarlink-copy {
    font-size: 1.07rem;
  }

  .div-block-78 {
    margin-left: .3rem;
  }

  .loading-logo {
    height: 2.9rem;
  }
}

@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;
    margin-bottom: .6rem;
    padding-left: 0;
    padding-right: 0;
  }

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

  .navmenuwrapper {
    width: 75vw;
  }

  .nav-container {
    justify-content: space-between;
  }

  .navbarlink {
    text-align: center;
  }

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

  .pagewrapper {
    padding-top: 5.4rem;
  }

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

  .paragraph {
    margin-top: 8vw;
  }

  .bg.image.herobg {
    object-position: 55% 0%;
    width: 140%;
    height: 80vw;
    top: 0%;
    left: -35%;
  }

  .bg.image.herobg.mobile {
    z-index: 2;
    height: 80vw;
    display: block;
    top: 79.5vw;
    left: -2%;
    right: 0%;
  }

  .bg.herobgg.mobile {
    z-index: 1;
    top: 79.5vw;
  }

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

  .image-5 {
    height: 50vw;
  }

  .title_m {
    font-size: 1.25rem;
  }

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

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

  .section_xl.format1 {
    padding-top: 29vw;
  }

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

  .title_xl {
    font-size: 1.75rem;
  }

  .title_xl.format2 {
    font-size: 1.7rem;
  }

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

  .section_l {
    padding-top: 2rem;
  }

  .footerheader {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

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

  .footertitle {
    font-size: 1.65rem;
  }

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

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

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

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

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

  .subfooterwrapper {
    height: auto;
  }

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

  .footerlogo {
    height: 2.6rem;
  }

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

  .servicecontentwrapper {
    width: 100%;
  }

  .serviceimgaewrapper {
    height: 55vw;
  }

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

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

  .paragraph_s {
    font-size: 1.03rem;
  }

  .paragraph_s.rate2 {
    font-size: .95rem;
  }

  .detailrate {
    font-size: 1.08rem;
  }

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

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

  .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 {
    min-width: 100vw;
  }

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

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

  .image-8 {
    height: 40vw;
  }

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

  .title_l {
    font-size: 1.5rem;
  }

  .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 {
    font-size: 1.2rem;
  }

  .herotitle.large {
    font-size: 11vw;
    line-height: 1.2;
  }

  .textslider {
    max-width: 100%;
  }

  .button.btn_hero {
    margin-bottom: .5rem;
  }

  .button.footerbtn {
    display: none;
  }

  .servicec {
    padding-top: 1.6rem;
  }

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

  .mapwrapper {
    max-width: 15rem;
    padding-left: 0;
  }

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

  .iconwrapper {
    width: 4.375rem;
    height: 4.375rem;
    margin-bottom: 1rem;
    margin-right: 0;
    padding: .6rem;
  }

  .text-block-14 {
    left: .85rem;
    right: .85rem;
  }

  .image-9.middle {
    margin-left: 2.1rem;
    margin-right: 2.1rem;
  }

  .image-11 {
    min-width: 13rem;
  }

  .image-12 {
    width: 80vw;
    left: 2%;
  }

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

  .div-block-74 {
    margin-top: 3.5rem;
  }

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

  .image-13 {
    width: 3.7rem;
  }

  .herobg.format1 {
    width: 140%;
    height: 120%;
    margin-left: -34%;
  }

  .herobg.format2 {
    width: 140%;
    height: 110%;
    margin-left: -30%;
  }

  .image-give {
    width: 90%;
    height: 49vw;
  }

  .italic-text-2 {
    font-size: .9rem;
  }

  .navbarlink-copy {
    text-align: center;
  }

  .image-give-sp {
    width: 100%;
  }

  .loading-logo {
    height: 2.8rem;
  }
}

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

#w-node-_44b632f3-a9e3-10a3-e442-e6c70893c8b8-2d59e87d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d2e7af7c-6086-71c7-df8d-027029e3f899-2d59e87d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_83fb8c9c-9784-7e49-03d7-5fa83e0fc6bd-2d59e87d, #w-node-_84f5f031-0eac-acb9-f77f-35720cc70b19-2d59e87d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a454106a-b3dd-2650-d578-df109102f04a-2d59e87d, #w-node-_307a5cad-775c-7f6e-4f18-e41fcb13d506-2d59e87d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_307a5cad-775c-7f6e-4f18-e41fcb13d50a-2d59e87d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_68a86f2e-4f1a-3e8a-e4f0-b6099700b2a1-2d59e87d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bf9858e2-1c14-ac75-bfc2-bddf7f67c0a6-2d59e87d {
  grid-area: 1 / 2 / 4 / 3;
}

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

#contact.w-node-afb02e21-d282-67d2-c3fd-97ee13b74093-13b7405f {
  justify-self: end;
}

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

#w-node-c20cbba5-9e2e-37d5-f0f7-d18b4bc08623-2d59e883 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c20cbba5-9e2e-37d5-f0f7-d18b4bc08624-2d59e883 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c20cbba5-9e2e-37d5-f0f7-d18b4bc08625-2d59e883 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c20cbba5-9e2e-37d5-f0f7-d18b4bc08627-2d59e883 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_04a90c47-50ed-9c31-102e-ab4e7bd90482-2d59e884 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_04a90c47-50ed-9c31-102e-ab4e7bd90483-2d59e884 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04a90c47-50ed-9c31-102e-ab4e7bd90484-2d59e884 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04a90c47-50ed-9c31-102e-ab4e7bd90486-2d59e884, #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b888-2d59e886, #w-node-_4e3be433-b640-7783-92a3-746785997fbf-2d59e886, #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b8b7-2d59e886, #w-node-_587bd897-bdd9-ed79-dfc2-b4ae6b530fee-2d59e886, #w-node-_73cfb7ba-6dac-0ea6-4486-2c3687052d02-2d59e886, #w-node-c3006216-528f-0d5a-4963-9b7e98482c42-2d59e886 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-d2e7af7c-6086-71c7-df8d-027029e3f899-2d59e87d {
    grid-row: 2 / 3;
    grid-column-end: 2;
    justify-self: center;
  }

  #w-node-_307a5cad-775c-7f6e-4f18-e41fcb13d506-2d59e87d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bf9858e2-1c14-ac75-bfc2-bddf7f67c0a6-2d59e87d {
    grid-row-end: 3;
  }

  #w-node-_307a5cad-775c-7f6e-4f18-e41fcb13d52d-2d59e87d {
    grid-area: 2 / 1 / 3 / 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-97ee13b740aa-13b7405f {
    grid-column: span 2 / span 2;
  }

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

  #w-node-_4e3be433-b640-7783-92a3-746785997fbf-2d59e886, #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b8b7-2d59e886, #w-node-_587bd897-bdd9-ed79-dfc2-b4ae6b530fee-2d59e886, #w-node-_73cfb7ba-6dac-0ea6-4486-2c3687052d02-2d59e886, #w-node-c3006216-528f-0d5a-4963-9b7e98482c42-2d59e886 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bf9858e2-1c14-ac75-bfc2-bddf7f67c0a6-2d59e87d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_307a5cad-775c-7f6e-4f18-e41fcb13d52d-2d59e87d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #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 {
    grid-column: span 1 / span 1;
  }

  #w-node-c20cbba5-9e2e-37d5-f0f7-d18b4bc08623-2d59e883, #w-node-_04a90c47-50ed-9c31-102e-ab4e7bd90482-2d59e884 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b888-2d59e886 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b891-2d59e886, #w-node-_80327de9-e7f9-1414-0034-20c259b562a6-2d59e886 {
    justify-self: center;
  }

  #w-node-_1c7d9650-f5a1-c059-51e0-498a2879b8b7-2d59e886, #w-node-_587bd897-bdd9-ed79-dfc2-b4ae6b530fee-2d59e886, #w-node-_73cfb7ba-6dac-0ea6-4486-2c3687052d02-2d59e886, #w-node-c3006216-528f-0d5a-4963-9b7e98482c42-2d59e886 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6ffad6f6-7b53-9a16-7f50-75558eea1bce-2d59e87d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

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


