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

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

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

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

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

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

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

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

:root {
  --dim-grey: #151041;
  --black: black;
  --footerlink: #ffffffd9;
  --white: white;
  --shadow: #0c0a204d;
  --dodger-blue: #a1d5ec;
  --light-goldenrod-yellow: #f0f7fa;
  --indigo: #404040;
  --gold: #05b3ff;
  --black-shadow: #221f1f5e;
  --turquoise: #eb2027;
  --white-cover: #ffffff82;
  --transparent-c: #ffffff57;
  --white-smoke: #929497;
}

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 32px;
}

h3 {
  color: #676770;
  font-size: 25px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  padding-top: 0;
}

a {
  color: var(--dim-grey);
  text-decoration: underline;
}

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

.image.absolute {
  filter: blur(3px);
  background-color: #1c7fb3;
  display: none;
  position: absolute;
  inset: 0%;
}

.image.origin {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('../images/driverhelpx800.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.image.origin.service1 {
  background-image: url('../images/healthcare11.webp');
  background-position: 60%;
  background-size: cover;
}

.image.origin.service2 {
  background-image: url('../images/portrait36.webp');
  background-position: 0%;
  background-size: cover;
}

.image.origin.service3 {
  background-image: url('../images/healthcare60.webp');
  background-position: 50%;
  background-size: cover;
}

.navtop-paragraph {
  color: var(--black);
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.6;
}

.navtop-paragraph.sp {
  color: var(--footerlink);
}

.brand {
  z-index: 200;
  flex: none;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  height: 7.8rem;
  margin-left: 2.8vw;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navcontainer {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 95%;
  height: 100%;
  margin-left: auto;
  padding-left: 0;
  padding-right: 3vw;
  display: flex;
}

.navcontainer.navtopc {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center flex-end;
  place-items: flex-end end;
  margin-bottom: 0;
  display: flex;
  position: relative;
  top: .5rem;
  bottom: auto;
}

.logoimage {
  filter: contrast(117%) saturate(120%);
  object-fit: contain;
  max-width: none;
  height: 81%;
}

.dropdown-list-wrapper {
  background-color: var(--white);
  box-shadow: 0 2px 5px 0 var(--shadow);
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  margin-top: .6rem;
  padding: .5rem .6rem .6rem;
  display: flex;
}

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

.dropdown-list-wrapper._2 {
  display: none;
}

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

.nav-link-drop-down.dropdown {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

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

.dropdownlink {
  color: var(--indigo);
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: .25rem 1.25rem;
  font-size: 1.3vw;
  text-decoration: none;
  transition: background-color .3s;
}

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

.navbarlinkwrapper {
  margin-left: .8vw;
  margin-right: .8vw;
  position: relative;
  overflow: hidden;
}

.navbar {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  perspective: 3000px;
  transform-origin: 50% 0;
  background-color: #0000;
  grid-template-rows: 2.3rem 5.4rem;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center stretch;
  min-width: 100%;
  max-width: 100%;
  display: grid;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.navbarlink {
  transform-origin: 0 100%;
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding-left: .2vw;
  padding-right: .2vw;
  font-size: 1.4vw;
  font-weight: 700;
  text-decoration: none;
  transition: transform .35s;
  display: block;
  transform: perspective(500px);
}

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

.navbar_line {
  border-radius: 100rem;
  width: 100%;
  height: 1.5px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.new-item-wrapper {
  margin-bottom: 0;
}

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

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

.headernav.landscape {
  display: none;
}

.spaceblock {
  font-size: 4.5px;
}

.navmenu {
  flex-direction: column;
  justify-content: center;
  height: auto;
  display: flex;
}

.dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
}

.dropdown-list.w--open {
  background-color: #f5f7fa;
  margin-top: 26px;
  padding: 30px 20px;
  display: block;
  position: absolute;
  left: -30px;
  box-shadow: 0 1px 9px #0907180d, 0 24px 38px #1208501a;
}

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

.body {
  background-color: var(--white);
  color: var(--indigo);
  font-family: Metropolis, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}

.footer {
  background-color: var(--gold);
  background-image: linear-gradient(to bottom, var(--shadow), var(--shadow));
  color: #bdbec0;
  flex-direction: column;
  display: flex;
  position: relative;
}

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

.bg.topsectionbg {
  opacity: .33;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bg.topsectionbg.p1, .bg.topsectionbg.p2 {
  object-position: 50% 74%;
}

.bg.topsectionbg.p3 {
  object-position: 50% 32%;
}

.bg.topsectionbg.p4 {
  object-position: 50% 35%;
}

.bg.topsectiongradient {
  background-color: var(--gold);
  opacity: .87;
  background-image: none;
}

.bg.topsectiongradient.dc1 {
  background-color: var(--dim-grey);
  opacity: 1;
}

.bg.herobgwrapper {
  z-index: 1;
  perspective: 1000px;
  transform-origin: 0 100%;
  object-fit: cover;
  width: 50%;
  height: 100%;
  display: flex;
  left: auto;
  overflow: hidden;
}

.bg.servicecover {
  background-color: var(--white);
  border-radius: .1rem;
}

.bg.herobgslider {
  transform-origin: 0 100%;
  background-color: #0000;
  height: 100%;
}

.bg.image.servicesbg {
  opacity: .16;
  filter: contrast(200%);
  background-image: url('../images/road36.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg.navbarbg {
  background-color: var(--dim-grey);
  box-shadow: 3px 0 25px -5px var(--shadow);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}

.bg.navbarbg._2 {
  box-shadow: none;
  display: none;
}

.bg.heroslidebg {
  opacity: 0;
  object-fit: cover;
  display: none;
}

.bg.herobgwrapper {
  z-index: 1;
  background-color: var(--turquoise);
  background-image: linear-gradient(55deg, var(--white-cover) 4%, transparent 26%, transparent 55%, var(--black-shadow));
  perspective: 1000px;
  transform-origin: 0 100%;
  object-fit: cover;
  border-top-left-radius: 80%;
  width: 52%;
  height: 105%;
  display: flex;
  top: auto;
  left: auto;
  overflow: hidden;
}

.bg.herobgwrapper2 {
  z-index: 1;
  perspective: 1000px;
  transform-origin: 0 100%;
  object-fit: cover;
  border-top-left-radius: 85%;
  width: 100%;
  height: 96%;
  display: flex;
  top: auto;
  left: auto;
  overflow: hidden;
}

.homefeaturewrapper {
  perspective: 1000px;
  cursor: pointer;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 27.5vw;
  height: 32vw;
  max-height: 350px;
  margin: 12px 1vw;
  transition: transform 1s;
  display: flex;
  position: relative;
}

.slideitem {
  z-index: 2;
  perspective: 1000px;
  background-image: linear-gradient(#69b9ff4d, #69b9ff4d), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333vw;
  height: 20vw;
  padding: 15px 10px;
  transition: background-color .7s;
  display: flex;
  position: relative;
}

.slideitem:hover {
  z-index: 4;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-color: #81c4ee;
  box-shadow: 0 20px 10px -10px #0000004d;
}

.pagewrapper {
  overflow: hidden;
}

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

.white-text {
  transform-origin: 50% 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
  position: relative;
}

.div-block-21 {
  grid-column-gap: 2vw;
  grid-row-gap: 1.875rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block {
  z-index: 2;
  width: 100%;
  height: 100%;
  color: var(--indigo);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 1.25rem 1.8rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.servicecardwrapper {
  text-align: center;
  position: relative;
}

.servicecardwrapper.transparent {
  background-color: #0000;
  border-style: none;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.homefeaturewrapper-2 {
  perspective: 1000px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  width: 28vw;
  height: 31.693vw;
  transition: transform 1s;
  display: flex;
  position: relative;
}

.section_m {
  z-index: 5;
  max-width: 100vw;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.section_divider {
  border-top: 1px solid #bec3c7;
  width: 90%;
  height: 1px;
  position: absolute;
  inset: 0% 5% auto;
}

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

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

.div-block-32 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.container.heroc {
  z-index: 2;
  width: 90vw;
  max-width: none;
  position: relative;
}

.container.large {
  width: 100vw;
  max-width: none;
  margin-left: 0;
}

.section_xl {
  transform-origin: 50% 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.section_xl.format1 {
  background-color: var(--gold);
}

.div-block-34 {
  grid-row-gap: 3rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.imagerotatewrapper {
  perspective: 1000px;
  transform-origin: 0 100%;
  flex: none;
  width: 31vw;
  max-width: 40rem;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.imagerotatewrapper.format1 {
  max-width: 33rem;
  min-height: 18vw;
}

.div-block-38 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-39 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-left: 5vw;
  display: flex;
  position: relative;
}

.homeau {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 16rem;
  display: flex;
}

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

.topsection {
  padding-top: 7rem;
  padding-bottom: 6.4rem;
  position: relative;
  overflow: hidden;
}

.topsectioncontentwrapper {
  perspective: 1000px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

._20_18 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}

._17_15p {
  font-size: 15px;
  line-height: 1.45;
}

._17_15p.bottonp {
  margin-bottom: 10px;
  font-size: 16px;
}

.div-block-3 {
  border-bottom: 1px solid var(--transparent-c);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.buttom {
  background-color: #9f1829;
  width: 100%;
  height: 0;
}

.s1subheading {
  color: #d22b2b;
  margin-bottom: 40px;
  font-size: 20px;
  font-style: italic;
  line-height: 1.6;
}

.link-6 {
  text-decoration: none;
}

.homes1 {
  background-color: var(--gold);
  background-image: linear-gradient(to right, #0f0c2fcf, #0000 75%);
  position: relative;
  overflow: hidden;
}

.div-block-33 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 85vh;
  padding-top: 5.5vw;
  padding-bottom: 6.5vw;
  display: flex;
}

.s1heading {
  transform-origin: 50% 100%;
  color: var(--gold);
  text-align: left;
  text-shadow: -1px 1px 0 #fff, -2px 2px 10px var(--dim-grey);
  margin-top: 0;
  margin-bottom: .9rem;
  font-size: 3.5rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1.05;
  position: relative;
}

.homes1contentwrapper {
  z-index: 3;
  width: 100%;
  color: var(--light-goldenrod-yellow);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2.2rem;
  padding-bottom: 2rem;
  padding-right: 53%;
  display: flex;
  position: relative;
}

.button {
  z-index: 2;
  background-color: var(--dim-grey);
  color: var(--white);
  text-align: center;
  letter-spacing: .05rem;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 100rem;
  padding: .9rem 1.6rem;
  font-size: 1.07rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .2s, transform .32s;
  position: relative;
  overflow: hidden;
}

.button.navbutton {
  background-color: var(--turquoise);
  padding: .7rem 1.3rem;
  font-size: 1.3vw;
  display: block;
  transform: none;
}

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

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

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

.sub-footer {
  z-index: 4;
  border-top: 1px solid var(--transparent-c);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2.5rem;
  padding-top: .9rem;
  padding-bottom: .9rem;
  display: flex;
  position: relative;
}

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

.footerc {
  z-index: 1;
  width: 86%;
  max-width: none;
  color: var(--footerlink);
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.s1subheadinglist {
  color: var(--dodger-blue);
  margin-bottom: 3rem;
  padding-left: 1.1rem;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
}

.button_sub {
  background-color: var(--dodger-blue);
  color: var(--white);
  border-radius: 5px;
  padding: 13px 25px 12px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  transition: transform .32s, box-shadow .32s;
  position: relative;
  box-shadow: 0 5px 10px -5px #00000054;
}

.button_sub:hover {
  box-shadow: 0 11px 19px -15px var(--shadow);
  transform: translate(0, -1px);
}

.button_sub:active {
  transform: translate(0);
  box-shadow: 0 7px 15px -5px #0000003d;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  background-color: var(--white);
  border: 8px solid #2bb673;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 70%;
  padding: 23px 22px 27px;
  display: grid;
  position: relative;
  top: -65px;
  left: 25%;
  box-shadow: 0 0 10px -5px #696969;
}


.iframecode.hide {
  display: block;
}

.buttonbg {
  background-color: var(--gold);
  background-image: linear-gradient(167deg, var(--white-cover) 7%, transparent 42%, transparent 63%, var(--black-shadow)), linear-gradient(to bottom, #0c0a2014, #0c0a2014);
  transform-origin: 100%;
  width: 110%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.buttonbg.dc1 {
  background-color: var(--turquoise);
}

.buttontext {
  z-index: 1;
  text-shadow: none;
  position: relative;
}

.space20 {
  height: 20px;
}

.list-item-5 {
  margin-bottom: .2rem;
  list-style-type: disc;
}

.s1subheading1 {
  margin-bottom: 3rem;
  font-style: italic;
  line-height: 1.4;
}

.para_l {
  font-size: 1.187rem;
}

.para_l.format1 {
  width: 94%;
}

.title_xxl {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.1;
}

.title_xxl.dc1 {
  color: var(--black);
  text-transform: none;
}

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

.topimagebg {
  color: #1c7fb3;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.topimagebg.filtered {
  z-index: -1;
  opacity: .34;
  filter: saturate(200%) blur(3px) contrast(200%);
  object-fit: contain;
  width: 170px;
  font-size: 86px;
  display: none;
  position: absolute;
  top: -70%;
  left: 84%;
}

.title_l {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5625rem;
  line-height: 1.4;
  position: relative;
}

.title_l.format1 {
  transform-origin: 50% 100%;
  width: 90%;
  min-height: 3.5rem;
  color: var(--dim-grey);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: .94rem;
  font-style: italic;
  line-height: 1.25;
  display: flex;
}

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

.container-5 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

._25_20 {
  color: #000;
  text-align: left;
  white-space: pre;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}

.paragraph-30 {
  text-align: center;
  font-size: 17px;
}

._4590_2540 {
  z-index: 2;
  padding-top: 45px;
  padding-bottom: 90px;
}

.cutitlewrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  display: flex;
}

.cucontentwrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.cublock {
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding-top: 50px;
  padding-left: 8vw;
  padding-right: 8vw;
  display: flex;
  position: relative;
}

.link-9 {
  color: #1c7fb3;
}

.navbartop {
  z-index: 99;
  background-color: #bbe000;
  background-image: linear-gradient(to right, var(--white) 35%, transparent);
  min-width: 100%;
  max-width: 100%;
  height: 2.7rem;
  position: sticky;
  inset: 0% 0% auto;
}

.navtopwrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: grid;
  position: relative;
}

.nowrap {
  white-space: nowrap;
}

.text-span-27 {
  font-size: 1.2rem;
  display: inline-block;
}

.section_0 {
  background-color: var(--white);
  position: relative;
}

.slide-nav {
  display: none;
}

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

.block-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.block-image.about-us-img {
  background-image: url('../images/road36.jpg');
  background-position: 50% 55%;
  background-size: cover;
  position: relative;
}

.imagewrapper {
  flex: none;
  width: 21vw;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

.jobdescriptionwrapper {
  background-color: var(--light-goldenrod-yellow);
  box-shadow: 0 1px 5px -1px var(--black-shadow), 0 1px 40px -25px var(--shadow);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .625rem 1.25rem;
  display: flex;
  position: relative;
}

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

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

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

.section_l {
  padding-top: 4.6rem;
  padding-bottom: 5.6rem;
}

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

.section_l.format1 {
  background-color: var(--light-goldenrod-yellow);
}

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

.arrow {
  display: inline-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;
}

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

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

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

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

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

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

.title_xl {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.title_xl.fomat3 {
  z-index: 2;
  color: var(--dim-grey);
  text-align: center;
  position: relative;
}

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

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

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

.div-block-89 {
  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;
}

.footertitle {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.1rem;
  font-size: 1.7rem;
  line-height: 1;
  text-decoration: none;
  transition: color .3s;
}

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

.paymenticon-2 {
  object-fit: contain;
  border-radius: 3px;
  height: 1.45rem;
  margin-top: .375rem;
  margin-right: .375rem;
  overflow: hidden;
  box-shadow: 1px 1px 3px #0d132c33;
}

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

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

.footerparagraph {
  margin-bottom: .4rem;
  font-size: 1.04rem;
  line-height: 1.5;
}

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

.footerparagraph.menu {
  margin-bottom: .3rem;
}

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

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

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

.image-3 {
  backface-visibility: hidden;
  height: 3.3rem;
  transform-style: preserve-3d;
  display: none;
  position: relative;
  transform: translate3d(0, 0, 25px);
}

.image-2 {
  opacity: .47;
  filter: brightness(90%);
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

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

.featureback {
  background-color: var(--dim-grey);
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.homefeaturewrapper-3 {
  perspective: 1000px;
  cursor: pointer;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 27.5vw;
  height: 18rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
  transition: transform 1s;
  display: flex;
  position: relative;
}

.featurefront {
  backface-visibility: hidden;
  perspective: 1000px;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem 2.5rem 3rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.featurefront.edit {
  display: none;
}

.paragraph-15 {
  backface-visibility: hidden;
  color: var(--white);
  text-align: center;
  letter-spacing: .05rem;
  text-transform: uppercase;
  transform-style: preserve-3d;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  transform: translate3d(0, 0, 25px);
}

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

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

.bg-3.black {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  border-radius: .5rem;
}

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

.div-block-90 {
  background-color: #0000;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.link-10 {
  color: var(--footerlink);
  margin-left: .2rem;
  text-decoration: none;
}

.subfootertext-3 {
  color: #fff;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .9rem;
  line-height: 1.3;
  display: inline-block;
}

.link-11 {
  color: #ececec;
  text-decoration: none;
  transition: color .4s;
}

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

.content-block {
  grid-column-gap: 3.5vw;
  grid-row-gap: 3.4rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.content-block.padding {
  margin-top: 3.75rem;
}

.content-block.format1 {
  min-height: 14.4rem;
}

.content-wrapper {
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: auto;
  place-items: center start;
  transition: background-color .2s;
  display: grid;
}

.content-wrapper.format1 {
  grid-row-gap: .75rem;
}

.servicepg {
  margin-bottom: 0;
}

.content-top-p {
  width: 100%;
  color: var(--turquoise);
  text-align: center;
  margin-bottom: 2.8125rem;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 700;
}

.div-block-65 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 3.75rem;
  display: flex;
  position: relative;
}

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

.contentblock-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  width: 100%;
  display: flex;
  position: relative;
}

.sbp-2 {
  color: #000;
  margin-bottom: 0;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

.ratewrapper {
  z-index: 1;
  background-color: #bbe000;
  background-image: none;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  padding: 1.25rem 0;
}

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

.bg-4.pricing {
  background-color: #fff;
  border: 10px solid #ececec;
}

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

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

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

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

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

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

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

.pageloader-wrapper {
  z-index: 999;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.pageloader {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10.5rem;
  max-width: 40vw;
  display: flex;
  position: relative;
}

.image-11 {
  object-fit: contain;
  width: 100%;
  position: relative;
}

.text-span-28 {
  color: var(--white-smoke);
  white-space: nowrap;
  margin-top: 1.6rem;
  font-size: 1.1rem;
  font-style: italic;
  text-decoration: none;
}

.div-block-91 {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.destination_list {
  grid-column-gap: 4rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  min-width: 65%;
  margin-top: 1.2rem;
  margin-bottom: 0;
  padding-left: .6rem;
  font-style: italic;
  display: grid;
}

.list-item {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 0;
  line-height: 1.5;
}

.buttonwrapper {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.buttonwrapper.nop {
  margin-top: 0;
}

.navdropdown-space {
  display: none;
}

.mask {
  width: 100%;
  overflow: visible;
}

.image-12 {
  object-fit: cover;
  object-position: 50% 88%;
  border-radius: 100rem;
  flex: none;
  align-self: flex-end;
  width: 100%;
  height: 100%;
  padding: 19%;
}

.image-12.front {
  width: 85%;
  height: 90%;
  box-shadow: none;
  object-position: 50% 0%;
  padding: 0%;
  display: none;
  position: absolute;
  inset: 3% 0% auto 7.5%;
}

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

.div-block-8 {
  align-self: stretch;
  width: 64%;
  margin-top: -2vw;
  position: relative;
  left: 28%;
}

.div-block-5 {
  z-index: 10;
  grid-column-gap: 2.9rem;
  grid-row-gap: 1.5rem;
  background-color: var(--light-goldenrod-yellow);
  width: 100%;
  box-shadow: 0 1px 9px -2px var(--shadow);
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  justify-items: start;
  padding: 4.3rem 8rem 3.5rem 3rem;
  display: flex;
  position: relative;
}

.div-block-94 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.borderdec {
  background-color: var(--black);
  width: 100%;
  height: .2rem;
  position: relative;
}

.borderdec.sub {
  background-color: var(--dim-grey);
  height: .1rem;
}

.div-block-95 {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-96 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cursor-area {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-wrapper {
  color: #fff;
  letter-spacing: .18em;
  text-transform: uppercase;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  font-size: 1.2em;
  display: none;
  position: absolute;
}

.cursor-hide-css {
  display: none;
}

.cursor-anime {
  width: 100%;
  height: 100%;
}

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

.gallery-image {
  object-fit: cover;
  object-position: 40% 50%;
  width: 100%;
  max-width: none;
  height: 105%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.gallery-image.p1 {
  object-position: 50% 10%;
}

.rotate-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.icon {
  margin-left: .3rem;
  margin-right: auto;
  transform: scale(.8);
}

.icon.right {
  margin-left: auto;
  margin-right: .5rem;
}

.slider-image-wrapper {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.anime-indicator-1 {
  position: absolute;
  inset: auto 0% -8%;
}

.image-dec-wrapper {
  background-color: var(--white);
  width: 11vw;
  min-width: 7.5rem;
  max-width: 10rem;
  height: 11vw;
  min-height: 7.5rem;
  max-height: 10rem;
  box-shadow: 0 2px 40px -15px var(--shadow);
  object-fit: contain;
  object-position: 100% 90%;
  border-radius: 100rem;
  flex: none;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: -40% -3% auto auto;
  overflow: hidden;
}

.div-block-7 {
  z-index: 10;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: start;
  width: 86vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.3rem;
  padding-bottom: 7rem;
  display: flex;
}

.text-span-31 {
  color: var(--turquoise);
  font-weight: 700;
}

.text-span-32 {
  margin-bottom: .5rem;
  font-weight: 900;
  display: block;
}

.footer_icon {
  height: 1.1rem;
  margin-top: .15rem;
  margin-right: .8rem;
}

.paragraph-15-back {
  backface-visibility: hidden;
  color: var(--white);
  text-align: center;
  transform-style: preserve-3d;
  margin: 1.6rem 2.2rem;
  line-height: 1.5;
  position: relative;
  transform: translate3d(0, 0, 25px);
}

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

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

  .dropdownlink {
    font-size: 1.07rem;
  }

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

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

  .button.navbutton {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    font-size: 1.1rem;
  }

  ._4590_2540 {
    padding-bottom: 120px;
  }

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

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

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

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

  .div-block-5 {
    padding-left: 4.2rem;
    padding-right: 12.4rem;
  }
}

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

  .brand {
    height: 11.9rem;
  }

  .navcontainer {
    margin-bottom: .3vw;
  }

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

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

  .dropdownlink {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-size: 1.6rem;
  }

  .navbar {
    grid-template-rows: 4rem 7.75rem;
  }

  .navbarlink, .body {
    font-size: 1.7rem;
  }

  .bg.herobgwrapper {
    width: 53%;
  }

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

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

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

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

  .paragraph-22 {
    margin-top: 1.3rem;
    margin-bottom: 2.5rem;
  }

  .topsection {
    padding-top: 12rem;
    padding-bottom: 8rem;
  }

  .s1heading {
    margin-bottom: 1.3rem;
    font-size: 5.4rem;
  }

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

  .button.navbutton {
    padding: 1.3rem 2.1rem 1.1rem;
    font-size: 1.55rem;
  }

  .div-block-50 {
    grid-row-gap: 2.7rem;
  }

  .footercontent {
    padding-top: 5.8rem;
  }

  .sub-footer {
    margin-top: 4rem;
    padding-top: 1.4rem;
    padding-bottom: 1.1rem;
  }

  .s1subheadinglist {
    margin-bottom: 5rem;
    font-size: 1.85rem;
  }

  .list-item-5 {
    margin-bottom: .4rem;
  }

  .s1subheading1 {
    margin-bottom: 2rem;
  }

  .para_l {
    font-size: 1.8rem;
  }

  .title_xxl {
    font-size: 3.8rem;
  }

  .title_l {
    font-size: 2.2rem;
  }

  .title_l.format1 {
    min-height: 6.1rem;
  }

  .navbartop {
    height: 3.8rem;
  }

  .text-span-27 {
    font-size: 1.7rem;
  }

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

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

  .jobdescriptionwrapper {
    padding: 1.225rem 2.35rem;
  }

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

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

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

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

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

  .title_xl {
    font-size: 3.2rem;
  }

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

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

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

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

  .footerparagraph.menu {
    margin-bottom: .4rem;
  }

  .image-3 {
    height: 4rem;
  }

  .homefeaturewrapper-3 {
    width: 30rem;
    height: 28rem;
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  .featurefront {
    padding: 3rem 3.1rem 4rem;
  }

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

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

  .content-block {
    grid-column-gap: 3.9rem;
    grid-row-gap: 4.75rem;
  }

  .content-block.format1 {
    min-height: 21rem;
  }

  .content-top-p {
    margin-bottom: 4.3rem;
    font-size: 2.1rem;
  }

  .div-block-65 {
    margin-bottom: 4.5rem;
  }

  .para_s {
    font-size: 1.55rem;
  }

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

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

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

  .ratewrapper {
    margin-top: 1.4rem;
  }

  .detailrates {
    padding-bottom: 2.2rem;
  }

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

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

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

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

  .pageloader {
    width: 15rem;
  }

  .text-span-28 {
    margin-top: 1.8rem;
    font-size: 1.7rem;
  }

  .destination_list {
    grid-column-gap: 6rem;
    margin-top: 1.7rem;
    padding-left: .9rem;
  }

  .list-item {
    background-position: 0 9px;
    background-size: auto 1.3rem;
  }

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

  .div-block-5 {
    grid-column-gap: 3rem;
    padding: 4.2rem 11rem 3.9rem 5rem;
  }

  .navigation {
    top: -12rem;
  }

  .image-dec-wrapper {
    max-width: 14.6rem;
    max-height: 14.6rem;
  }

  .div-block-7 {
    padding-top: 5.6rem;
    padding-bottom: 9rem;
  }

  .footer_icon {
    height: 1.6rem;
    margin-top: .3rem;
    margin-right: 1.2rem;
  }

  .paragraph-15-back {
    margin-left: 3.2rem;
    margin-right: 3.2rem;
  }
}

@media screen and (max-width: 991px) {
  .brand {
    height: 7.5rem;
  }

  .navcontainer {
    margin-bottom: .4rem;
    bottom: .3rem;
  }

  .navcontainer.navtopc {
    top: 0;
  }

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

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

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

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

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

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

  .nav-menu-button {
    background-color: var(--dodger-blue);
    perspective: 10000px;
    border-radius: 100rem;
    width: 3.125rem;
    min-width: 3.125rem;
    min-height: 3.125rem;
    padding: 0;
    transition: transform .3s;
  }

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

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

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

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

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

  .navbar {
    grid-template-rows: 2.75rem 4.75rem;
  }

  .navbuttonicons {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 1.5625rem;
    height: 1.25rem;
    display: flex;
  }

  .navbarlink {
    color: var(--black);
    letter-spacing: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.1rem;
  }

  .navbarlink:hover {
    transform: none;
  }

  .navbarlink.majorlanscape {
    color: var(--white);
    font-size: 1.05rem;
  }

  .navbar_line {
    display: none;
  }

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

  .new-item-wrapper.main {
    padding-top: .5rem;
  }

  .new-item-wrapper.main.landscape {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

  .headernav {
    flex-direction: column;
    flex: none;
    align-items: center;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .headernav.landscape {
    flex-direction: row;
    margin-right: 1rem;
    display: flex;
  }

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

  .navmenu {
    background-color: var(--white);
    width: 80vw;
    max-width: 100%;
    height: auto;
    max-height: 60vh;
    box-shadow: 0 2px 7px -2px var(--shadow);
    flex: none;
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem 0 1rem;
    position: absolute;
    overflow: hidden;
  }

  .dropdown-list {
    margin-bottom: 5px;
    position: relative;
    top: 0%;
    left: 0;
  }

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

  .footer {
    position: relative;
  }

  .bg.herobgslider {
    border-radius: 0;
  }

  .homefeaturewrapper {
    width: 40vw;
    height: 34vw;
    max-height: 280px;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
  }

  .white-text {
    min-height: 0;
  }

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

  .link-block {
    justify-content: center;
  }

  .homefeaturewrapper-2 {
    width: 40vw;
    height: 45.276vw;
  }

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

  .imagerotatewrapper {
    width: 63vw;
    height: 36vw;
  }

  .imagerotatewrapper.format1 {
    width: 70vw;
    height: 40vw;
    min-height: 0;
  }

  .div-block-38 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-39 {
    margin-left: 0;
  }

  .homeau {
    align-items: center;
    margin-top: 1.875rem;
  }

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

  .topsection {
    padding-top: 5.9rem;
    padding-bottom: 5.4rem;
  }

  .s1subheading {
    line-height: 1.4;
  }

  .link-6 {
    letter-spacing: 0;
    font-size: 1.05rem;
  }

  .s1heading {
    width: 150%;
    font-size: 3.1rem;
  }

  .homes1contentwrapper {
    padding-right: 57%;
  }

  .button.navbutton {
    padding-bottom: .65rem;
    font-size: 1rem;
  }

  .div-block-50 {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .footercontent {
    width: 100%;
    margin-left: 0%;
    padding-top: 3.6rem;
  }

  .footerc {
    flex-direction: column;
    padding-left: 0;
  }

  .div-block-4 {
    width: auto;
    margin-bottom: 0%;
    top: 0%;
    left: 0%;
  }

  .s1subheading1 {
    letter-spacing: -.3px;
    text-shadow: none;
    margin-bottom: 2.5rem;
  }

  .para_l.format1 {
    width: 88%;
  }

  .title_xxl {
    font-size: 2.4rem;
  }

  .topimagebg {
    color: #273634;
    text-shadow: none;
  }

  .topimagebg.filtered {
    opacity: 1;
    top: 5%;
    left: 36px;
  }

  .title_l {
    min-height: 0;
  }

  .title_l.format1 {
    min-height: 0;
  }

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

  .text-span-27 {
    font-size: 1.1rem;
  }

  .imagewrapper {
    width: 70vw;
    height: 40vw;
    margin-right: 0;
  }

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

  .jobcontentwrapper {
    padding-top: 0;
  }

  .section_l {
    padding-bottom: 5rem;
  }

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

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

  .title_xl.feet, .title_xl.format1, .title_xl.format2 {
    text-align: center;
  }

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

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

  .homefeaturewrapper-3 {
    height: 21rem;
  }

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

  .content-block {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .content-wrapper {
    grid-column-gap: 10px;
    text-align: center;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .servicepg {
    margin-bottom: .9rem;
  }

  .content-top-p {
    margin-bottom: 2.5rem;
  }

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

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

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

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

  .ratesection {
    padding-bottom: 3.125rem;
  }

  .pricingtitle {
    font-size: 25px;
  }

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

  .navdropdown-space {
    color: #0000;
    height: 1rem;
    display: block;
  }

  .div-block-8 {
    width: 75%;
    margin-top: -1.8rem;
    left: 25%;
  }

  .div-block-5 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    grid-template-columns: 1fr;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 10rem;
  }

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

  .cursor-area {
    display: none;
  }

  .image-dec-wrapper {
    width: 15vw;
    height: 15vw;
    top: -29%;
    right: 4%;
  }

  .div-block-7 {
    grid-template-columns: 1fr;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .paragraph-15-back {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    font-size: 1.07rem;
  }
}

@media screen and (max-width: 767px) {
  .dropdown {
    background-color: #2e80b6;
    display: block;
  }

  .image {
    inset: 0% 0% auto;
  }

  .navtop-paragraph.sp {
    margin-bottom: 0;
  }

  .brand {
    height: 7.1rem;
  }

  .logoimage {
    height: 80%;
    padding-bottom: .5%;
  }

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

  .nav-link-drop-down.dropdown {
    background-color: #0000;
  }

  .nav-menu-button {
    width: 2.8125rem;
    min-width: 2.8125rem;
    min-height: 2.8125rem;
  }

  .navbar {
    grid-template-rows: 2.4rem 4.7rem;
  }

  .navbarlink.majorlanscape {
    font-size: 16px;
  }

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

  .new-item-wrapper.dropdown {
    background-color: #0000;
  }

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

  .headernav.landscape {
    margin-right: .7rem;
  }

  .spaceblock {
    font-size: 3px;
  }

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

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

  .body {
    padding-bottom: 0;
    font-size: 1.07rem;
    line-height: 1.5;
  }

  .bg.topsectionbg {
    filter: none;
  }

  .bg.topsectionbg.p1 {
    object-position: 50% 20%;
  }

  .bg.topsectionbg.p2 {
    object-position: 50% 100%;
  }

  .bg.herobgwrapper {
    border-top-left-radius: 0%;
    width: 100%;
    height: 103%;
    inset: 0%;
  }

  .bg.herobgwrapper2 {
    border-top-left-radius: 0%;
    height: 98.5%;
  }

  .homefeaturewrapper {
    width: 400px;
    height: 220px;
  }

  .slideitem {
    width: 100vw;
    height: 45vw;
    margin-bottom: 0;
    padding-top: 1.3vh;
    padding-bottom: 1.3vh;
  }

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

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

  .link-block {
    padding-bottom: 1.6rem;
  }

  .homefeaturewrapper-2 {
    width: 80vw;
    height: 90.55vw;
  }

  .section_m {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .container.heroc {
    width: 81vw;
  }

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

  .imagerotatewrapper {
    max-width: 28rem;
    max-height: 16rem;
  }

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

  .homeau {
    align-items: center;
  }

  .topsection {
    padding-top: 5.3rem;
    padding-bottom: 4.2rem;
  }

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

  .s1subheading {
    font-size: 18px;
  }

  .link-6 {
    color: var(--dim-grey);
  }

  .homes1 {
    position: relative;
  }

  .div-block-33 {
    min-height: 75vh;
    padding-top: 5vw;
    padding-bottom: 14vw;
  }

  .s1heading {
    text-shadow: -1px 1px #fff;
    width: 100%;
    font-size: 2.5rem;
  }

  .homes1contentwrapper {
    background-color: #f7fbfcbf;
    margin-top: 2rem;
    margin-bottom: 1.2rem;
    padding: 2.2rem 8% 2rem;
  }

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

  .div-block-50 {
    flex-flow: column wrap;
    grid-template-columns: 1fr;
  }

  .sub-footer {
    margin-top: 4.5vw;
  }

  .subfooterwrapper-2 {
    height: auto;
  }

  .footerc {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .s1subheadinglist {
    color: var(--dim-grey);
  }

  .div-block-4 {
    top: auto;
    left: auto;
  }

  .s1subheading1 {
    color: var(--black);
    margin-bottom: 2rem;
  }

  .para_l {
    font-size: 1.125rem;
  }

  .title_xxl {
    font-size: 2rem;
  }

  .topimagebg {
    margin-top: 15px;
    font-size: 30px;
  }

  .topimagebg.filtered {
    font-size: 70px;
    top: 1%;
  }

  .title_l {
    font-size: 1.35rem;
  }

  .container-5 {
    padding-left: 18px;
    padding-right: 18px;
  }

  ._25_20 {
    font-size: 23px;
  }

  ._4590_2540 {
    padding-top: 35px;
  }

  .cutitlewrapper {
    margin-bottom: 5px;
  }

  .cublock {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .navbartop {
    height: 2.4rem;
  }

  .navtopwrapper {
    text-align: right;
    flex-direction: column;
    grid-template-columns: auto;
    justify-items: end;
  }

  .text-span-27 {
    font-size: 1rem;
  }

  .imagewrapper {
    height: 40vw;
  }

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

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

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

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

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

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

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

  .section_l.format1 {
    padding-bottom: 3.125rem;
  }

  .formwrapper {
    min-width: 95vw;
  }

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

  .title_xl {
    font-size: 1.9rem;
  }

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

  .paymenticon-2 {
    height: 1.625rem;
  }

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

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

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

  .footerparagraph.menu {
    margin-bottom: .15rem;
  }

  .image-3 {
    height: 3.75rem;
  }

  .homefeaturewrapper-3 {
    width: 80%;
    min-width: 25.4rem;
    height: 13rem;
  }

  .featurefront {
    justify-content: center;
    padding-bottom: 2rem;
  }

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

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

  .content-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .content-top-p {
    margin-bottom: 2.1875rem;
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .div-block-1 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .para_s {
    font-size: 1rem;
  }

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

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

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

  .detailrates {
    padding-bottom: 1.875rem;
  }

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

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

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

  .pricingtitle {
    font-size: 1.5rem;
  }

  .text-span-28 {
    margin-top: 1.3rem;
    font-size: 1rem;
  }

  .destination_list {
    grid-template-columns: auto;
    width: 100%;
    margin-top: .7rem;
  }

  .list-item {
    background-position: 0 6px;
    line-height: 1.4;
  }

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

  .div-block-5 {
    grid-row-gap: 1.8rem;
    border-top-left-radius: 1.6rem;
    border-bottom-left-radius: 1.6rem;
    padding: 3.3rem 2rem 2.9rem 4rem;
  }

  .image-dec-wrapper {
    width: 20vw;
    min-width: 6.9rem;
    height: 20vw;
    min-height: 6.9rem;
    inset: auto auto auto -19%;
  }

  .div-block-7 {
    padding-top: 2.9rem;
  }

  .footer_icon {
    height: 1.05rem;
  }

  .paragraph-15-back {
    margin: 1.4rem 2.2rem;
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .dropdown {
    background-color: #192024;
  }

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

  .navtop-paragraph.sp {
    white-space: nowrap;
  }

  .brand {
    height: 6.1rem;
    margin-left: 5vw;
  }

  .navcontainer {
    justify-content: center;
    max-width: 90%;
    margin-bottom: .5rem;
    padding-right: 5vw;
  }

  .navcontainer.navtopc {
    align-content: space-around;
  }

  .logoimage {
    max-width: 55vw;
  }

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

  .dropdownlink {
    white-space: normal;
  }

  .navbar {
    grid-template-rows: 2.1rem 4rem;
  }

  .headernav {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .headernav.landscape {
    display: none;
  }

  .navmenu {
    width: auto;
    max-height: 85vh;
  }

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

  .bg.topsectionbg.p1 {
    object-position: 50% 0%;
  }

  .bg.herobgslider {
    object-position: 50% 50%;
  }

  .homefeaturewrapper {
    width: 80vw;
    height: 58vw;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .slideitem {
    height: 48vw;
    padding-bottom: 10px;
  }

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

  .white-text {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .link-block {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .servicecardwrapper.transparent {
    padding-left: 0;
    padding-right: 0;
  }

  .homefeaturewrapper-2 {
    width: 90vw;
    height: 101.87vw;
  }

  .yellowbutton {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container {
    width: 82vw;
  }

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

  .div-block-34 {
    grid-row-gap: 2rem;
    width: 98%;
  }

  .imagerotatewrapper {
    width: 100%;
    max-width: none;
    height: 45vw;
    max-height: none;
  }

  .imagerotatewrapper.format1 {
    width: 100%;
    height: 50vw;
  }

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

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

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

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

  .topsection {
    padding-top: 5rem;
  }

  ._20_18 {
    font-size: 18px;
  }

  ._17_15p {
    font-size: 14.5px;
  }

  .s1subheading {
    margin-bottom: 30px;
    font-size: 17px;
  }

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

  .s1heading {
    font-size: 8.5vw;
  }

  .homes1contentwrapper {
    max-width: 100%;
  }

  .button {
    padding: 13px 25px 12px;
  }

  .footercontent {
    margin-top: 1rem;
    padding-top: 13vw;
  }

  .sub-footer {
    margin-top: 7vw;
  }

  .subfooterwrapper-2 {
    height: auto;
  }

  .footerc {
    width: 80%;
  }

  .s1subheadinglist {
    margin-bottom: 2rem;
    padding-left: 1rem;
    font-size: 1.0625rem;
  }

  .list-item-5 {
    margin-bottom: .2rem;
  }

  .s1subheading1 {
    margin-bottom: 1.5rem;
    font-size: 1.07rem;
    line-height: 1.25;
  }

  .para_l.format1 {
    text-align: left;
    width: 97%;
  }

  .title_xxl {
    font-size: 1.8rem;
  }

  .topimagebg {
    letter-spacing: -.5px;
    margin-bottom: 7px;
    font-size: 27px;
  }

  .topimagebg.filtered {
    font-size: 60px;
    left: 20px;
  }

  .container-5 {
    padding-left: 11px;
    padding-right: 11px;
  }

  ._25_20 {
    font-size: 18px;
  }

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

  ._4590_2540 {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .navtopwrapper {
    flex-direction: row;
    align-items: center;
  }

  .text-span-27 {
    font-size: .9rem;
  }

  .imagewrapper {
    width: 92%;
    height: 50vw;
  }

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

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

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

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

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

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

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

  .section_l {
    padding-bottom: 3.4rem;
  }

  .section_l.format1 {
    padding-bottom: 2.5rem;
  }

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

  .formwrapper {
    min-width: 100vw;
  }

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

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

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

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

  .title_xl {
    font-size: 1.7rem;
  }

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

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

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

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

  .footertitle {
    font-size: 1.65rem;
  }

  .footerparagraph {
    font-size: 1rem;
  }

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

  .homefeaturewrapper-3 {
    width: 100%;
    min-width: 0;
    max-width: 82vw;
    height: 14.9rem;
  }

  .featurefront {
    padding: 1.2rem 2rem;
  }

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

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

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

  .content-block {
    grid-row-gap: 2.25rem;
    justify-items: start;
  }

  .content-wrapper {
    text-align: left;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .content-top-p {
    text-align: left;
    margin-bottom: 1.9rem;
  }

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

  .detailrate {
    font-size: 16px;
  }

  .pricingtab {
    max-width: none;
  }

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

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

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

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

  .hidespecial2 {
    font-weight: 600;
  }

  .destination_list {
    grid-template-columns: 1fr;
    padding-left: .9rem;
  }

  .image-12 {
    padding: 14%;
  }

  .div-block-8 {
    width: 80%;
    left: 20%;
  }

  .div-block-5 {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    padding: 2rem 2rem 0;
  }

  .icon {
    margin-left: -.2rem;
    transform: scale(.6);
  }

  .icon.right {
    margin-right: -.2rem;
  }

  .image-dec-wrapper {
    width: 30vw;
    height: 30vw;
    margin-bottom: -2rem;
    position: relative;
  }

  .div-block-7 {
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    width: 82vw;
    padding-top: 4.7rem;
  }

  .paragraph-15-back {
    margin-left: 7vw;
    margin-right: 7vw;
  }
}

#w-node-_8b1b6dcc-0f88-a508-a405-832584c5b494-c1867382, #w-node-_8b1b6dcc-0f88-a508-a405-832584c5b492-c1867382 {
  align-self: start;
}

#w-node-cfffd861-50f1-7642-33e8-84474fd2fb1a-c1867382, #w-node-_4ed96c35-547a-6536-0903-24537b94d616-c1867382 {
  place-self: stretch stretch;
}

#w-node-_779bff37-d795-2aa5-d422-f2246366789a-6ff122b1 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_359e5c7e-901d-6f9a-62fe-05986ff122b4-6ff122b1 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-c1362f66-1199-4d5f-94ff-7c7a66033726-6ff122b1 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end;
}

#w-node-_587c46e1-8bc5-4e89-f7cc-e34b3ca3aacd-6ff122b1 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-_789e230a-baa8-84fd-f6e7-b87d3d6ef245-c1867386, #w-node-a1c5ccbe-2d3a-4683-3759-5efa9163c5c2-c1867386, #w-node-_540ed2c5-0377-c2df-c870-95746474bce9-c1867386, #w-node-_05859efb-1ba6-20bd-6cc4-a2a1938bfc95-c1867386, #w-node-_05859efb-1ba6-20bd-6cc4-a2a1938bfc96-c1867386, #w-node-_05859efb-1ba6-20bd-6cc4-a2a1938bfc98-c1867386, #w-node-ca9ba987-47f9-e10f-a382-bdfcbafb60bc-c1867386, #w-node-ca9ba987-47f9-e10f-a382-bdfcbafb60bd-c1867386, #w-node-ca9ba987-47f9-e10f-a382-bdfcbafb60bf-c1867386, #w-node-e47012c4-1aaa-5874-b434-1c465918e7be-c1867386, #w-node-e47012c4-1aaa-5874-b434-1c465918e7bf-c1867386, #w-node-e47012c4-1aaa-5874-b434-1c465918e7c1-c1867386, #w-node-ed0ab6cd-4744-e785-38e6-3b4e35ecff4c-c1867386, #w-node-f3bdf867-ee55-e99d-6f7a-9a048bdeb21f-c1867386, #w-node-_78fac007-8ef3-4177-0bce-c82f8043bfe3-c1867386, #w-node-a2306190-fc26-53c2-7b87-a52fe5ef8cdb-c1867398, #w-node-_215aedea-1cb1-e567-9513-8d8ff8ae94f6-c1867398, #w-node-bed45ea1-7743-1946-5104-2e8a3a477ae2-c1867398 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7096da04-3e20-ab64-0109-faa3b9197015-c186739d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2306190-fc26-53c2-7b87-a52fe5ef8cdb-c186739f, #w-node-_215aedea-1cb1-e567-9513-8d8ff8ae94f6-c186739f, #w-node-bed45ea1-7743-1946-5104-2e8a3a477ae2-c186739f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_26d5589e-7b32-d7bc-f57e-2d14f3f5e3de-c1867382 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_556d01fc-12a8-674e-0a64-99adcefa5e0e-878d6ff6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_556d01fc-12a8-674e-0a64-99adcefa5e17-878d6ff6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a2306190-fc26-53c2-7b87-a52fe5ef8cdb-c1867398 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_215aedea-1cb1-e567-9513-8d8ff8ae94f6-c1867398, #w-node-bed45ea1-7743-1946-5104-2e8a3a477ae2-c1867398 {
    grid-column: span 1 / span 1;
  }

  #w-node-a2306190-fc26-53c2-7b87-a52fe5ef8cdb-c186739f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_215aedea-1cb1-e567-9513-8d8ff8ae94f6-c186739f, #w-node-bed45ea1-7743-1946-5104-2e8a3a477ae2-c186739f {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_26d5589e-7b32-d7bc-f57e-2d14f3f5e3de-c1867382 {
    grid-column: span 1 / span 1;
  }

  #w-node-_556d01fc-12a8-674e-0a64-99adcefa5e0e-878d6ff6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2a7c363b-1b1b-139d-499e-4b5192ee60e9-878d6ff6 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: auto;
  }

  #contact.w-node-_2bb92949-e99b-9fcd-c105-755a32adce4d-878d6ff6 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: auto;
  }

  #w-node-_789e230a-baa8-84fd-f6e7-b87d3d6ef245-c1867386, #w-node-a1c5ccbe-2d3a-4683-3759-5efa9163c5c2-c1867386 {
    grid-column: span 1 / span 1;
  }

  #w-node-a2306190-fc26-53c2-7b87-a52fe5ef8cdb-c1867398, #w-node-a2306190-fc26-53c2-7b87-a52fe5ef8cdb-c186739f {
    grid-column-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_556d01fc-12a8-674e-0a64-99adcefa5e0e-878d6ff6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_556d01fc-12a8-674e-0a64-99adcefa5e17-878d6ff6 {
    grid-column: span 1 / span 1;
  }

  #w-node-c1362f66-1199-4d5f-94ff-7c7a66033727-6ff122b1, #w-node-c8313e16-fa1c-15b1-9913-13bf02ef504f-02ef504c {
    grid-area: 1 / 2 / 2 / 3;
  }
}


@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}