:root {
  --indian-red: #ff1000;
  --shadow: rgba(3, 31, 42, .15);
  --dark-slate-grey: #eb455f;
  --royal-blue: #080d75;
  --dark-slate-grey-2: #07082e;
  --black: black;
  --white: white;
  --sky-blue: #c3f1ff;
  --white-smoke: #f8f8f8;
  --steel-blue: #cddbf2;
  --light-blue: #f6fafc;
  --overlay: rgba(187, 234, 255, .68);
  --cardovelay2: rgba(237, 253, 255, .8);
  --cardoverlay1: rgba(130, 199, 255, .79);
  --dark-turquoise: #118df0;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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;
  font-weight: 400;
}

.hollow-button {
  background-color: var(--indian-red);
  box-shadow: 1px 1px 10px 0 var(--shadow);
  color: #f9f4f2;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border: 3px solid #f9f4f2;
  border-radius: .8rem;
  padding: .6rem 1.875rem;
  font-size: 1.0625rem;
  font-weight: 300;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.hollow-button:hover {
  box-shadow: 0 4px 8px -3px var(--dark-slate-grey);
  color: #f9f4f2;
  transform: translate(0, -3px);
}

.hollow-button.dc1 {
  background-color: var(--royal-blue);
}

.hollow-button.dc1:hover {
  box-shadow: 0 4px 8px -3px var(--dark-slate-grey-2);
}

.title_xl {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

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

.title_xl.speical1 {
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}

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

.title_xl.format2 {
  color: var(--white);
  margin-bottom: .5rem;
}

.imagediv {
  width: 40vw;
  height: 100%;
  perspective: 20px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.aboutuspg {
  color: var(--black);
  text-align: left;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  font-size: 1.07rem;
  font-weight: 300;
  position: relative;
}

.aboutusdiv {
  z-index: 1;
  width: 95%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 2.26rem;
  position: relative;
}

.div-block-4 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.herocontentwrapper {
  z-index: 3;
  width: 100%;
  perspective: 100px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 6vw;
  margin-bottom: 5vw;
  padding: 6rem 3.125rem 5rem;
  display: flex;
  position: relative;
}

.imagep {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
}

.brand {
  max-width: 90vw;
  transform-origin: 50% 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.brand.navitemhide {
  display: none;
}

.navtopiconwrapper {
  width: 28px;
  height: 23px;
  flex-direction: column;
  align-items: flex-end;
  display: none;
  position: relative;
}

.navtopsplit {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  text-align: right;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: end;
  display: grid;
}

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

.navcontainer.navbarcontainer {
  width: 80%;
  height: 4.25rem;
  max-width: 100%;
  background-color: var(--sky-blue);
  box-shadow: 0 6px 15px 0 var(--shadow);
  letter-spacing: -.03rem;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin: -2.125rem 2.5vw -4.25rem auto;
  padding: 1.25rem 3vw;
}

.logoimage {
  height: 4.5rem;
  object-fit: contain;
  margin-right: auto;
  transition: filter .3s cubic-bezier(.25, .46, .45, .94);
}

.logoimage:hover {
  filter: contrast(120%);
}

.logoimage.mobile {
  display: none;
}

.dropdown-list-wrapper {
  z-index: 111;
  background-color: var(--white-smoke);
  box-shadow: 0 1px 20px -5px var(--shadow);
  flex-direction: column;
  align-items: center;
  margin-top: .8rem;
  padding: .625rem 1.875rem;
  display: flex;
  position: relative;
}

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

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

.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-start;
  align-items: center;
  display: flex;
  position: relative;
}

.dropdownlink {
  color: var(--royal-blue);
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: .2rem;
  padding-bottom: .2rem;
  font-size: 1.35vw;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s;
}

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

.navbarlinkwrapper {
  overflow: hidden;
}

.navbar {
  z-index: 100;
  width: 100vw;
  max-width: 100%;
  min-width: 100%;
  perspective: 3000px;
  transform-origin: 50% 0;
  background-color: rgba(0, 0, 0, 0);
  transition: height .3s, background-color .3s;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 3px 10px -5px rgba(103, 103, 112, .72);
}

.navbarlink {
  color: var(--royal-blue);
  white-space: nowrap;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 1.45vw;
  font-weight: 700;
  text-decoration: none;
  transition: color .35s;
  display: block;
}

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

.navbarlink.major {
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
}

.new-item-wrapper {
  margin-bottom: 0;
  margin-left: 1.3vw;
  margin-right: 1.3vw;
}

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

.spaceblock {
  font-size: 4.5px;
}

.navmenu {
  width: auto;
  min-width: 90%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
}

.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 rgba(9, 7, 24, .05), 0 24px 38px rgba(18, 8, 80, .1);
}

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

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: Questrial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

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

.subfooterwrapper {
  z-index: 1;
  width: 84vw;
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.container.footercontainer {
  z-index: 3;
  max-width: none;
  grid-column-gap: 4vw;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
  position: relative;
}

.container._100 {
  width: 100vw;
  max-width: none;
}

.footer {
  perspective: 1000px;
  transform-origin: 50% 0;
  flex-direction: column;
  display: flex;
  position: relative;
  transform: perspective(1000px);
  box-shadow: 1px 1px 3px #000;
}

.link-5 {
  color: #dcdcdc;
  text-decoration: none;
  transition: all .35s;
  display: inline;
}

.link-5.subfooterlink {
  color: #ebf3fa;
}

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

.footertitle {
  color: #ecf0f1;
  margin-top: 0;
  margin-bottom: .625rem;
  font-size: 2.1875rem;
  line-height: 1.2;
  text-decoration: none;
  transition: color .3s;
}

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

.footermenu {
  color: rgba(236, 240, 241, .9);
  border-bottom: 1px #fff;
  font-size: 1.0625rem;
  line-height: 1.3;
  text-decoration: none;
  transition: color .3s;
}

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

.sub-footer-2 {
  z-index: 4;
  width: 100%;
  background-color: var(--overlay);
  margin-top: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.footer_icon {
  width: 1.1rem;
  object-fit: contain;
  margin-top: .1rem;
  margin-right: .7rem;
}

.footerlink {
  color: rgba(236, 240, 241, .9);
  text-decoration: none;
  transition: color .3s;
  display: inline;
}

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

.footwrapper {
  background-color: var(--royal-blue);
  padding-top: 3.125rem;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.footerparagraph {
  color: rgba(236, 240, 241, .9);
  margin-top: 0;
  margin-bottom: .5rem;
  padding-left: 0;
  font-family: Lora, sans-serif;
  font-size: 1.07rem;
  line-height: 1.3;
}

.footerparagraph.padding {
  margin-bottom: .1rem;
  line-height: 1.5;
}

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

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

.subfootertext {
  color: #ebf3fa;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .95rem;
}

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

.bg.imagebg {
  background-image: linear-gradient(to bottom, var(--royal-blue), var(--dark-slate-grey));
}

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

.bg.image.cardbg {
  width: 120%;
  height: 130%;
  max-width: none;
  opacity: .09;
  filter: saturate(170%);
  object-fit: contain;
  display: none;
  top: -5%;
  left: 7%;
}

.bg.herobg1 {
  width: 100%;
  height: 100%;
  opacity: .11;
  object-fit: cover;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg.herobg2 {
  width: 20%;
  height: auto;
  object-fit: cover;
  margin-bottom: 1.8rem;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg.herobg3 {
  width: 17vw;
  height: auto;
  object-fit: cover;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bg.sectionbg1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg.sectionbg2 {
  width: 45%;
  height: 100%;
  object-fit: cover;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.slideitem {
  z-index: 6;
  width: 100%;
  min-height: 29.5rem;
  background-image: linear-gradient(to bottom, var(--overlay), var(--overlay)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  perspective: 1000px;
  transform-origin: 50% 100%;
  color: var(--white);
  text-align: center;
  text-shadow: 1px 1px 2px var(--indian-red);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.3rem 3vw 2.2rem;
  text-decoration: none;
  transition: background-color .7s;
  display: flex;
  position: relative;
}

.slideitem:hover {
  z-index: 4;
  background-image: linear-gradient(to bottom, var(--steel-blue) 5%, transparent 20%, rgba(0, 0, 0, 0) 80%), linear-gradient(to bottom, var(--cardovelay2), var(--cardovelay2));
  color: var(--royal-blue);
  text-shadow: none;
  border-bottom-color: #81c4ee;
  box-shadow: 0 5px 20px rgba(148, 160, 165, .84);
}

.slideitem._1 {
  background-image: linear-gradient(to bottom, var(--overlay), var(--overlay)), url('../images/mt1.webp');
}

.slideitem._1:hover {
  background-image: linear-gradient(to bottom, var(--steel-blue) 10%, transparent 85%), linear-gradient(to bottom, var(--cardovelay2), var(--cardovelay2));
  background-position: 0 0, 0 0;
}

.slideitem._2 {
  background-image: linear-gradient(to bottom, var(--overlay), var(--overlay)), url('../images/pt1.webp');
}

.slideitem._2:hover {
  background-image: linear-gradient(to bottom, var(--steel-blue) 5%, transparent 85%), linear-gradient(to bottom, var(--cardovelay2), var(--cardovelay2));
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.slideitem._3 {
  background-image: linear-gradient(to bottom, var(--overlay), var(--overlay)), url('../images/kid8.webp');
}

.slideitem._3:hover {
  background-image: linear-gradient(to bottom, var(--steel-blue) 5%, transparent 85%), linear-gradient(to bottom, var(--cardovelay2), var(--cardovelay2));
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.title_l {
  z-index: 0;
  text-align: center;
  letter-spacing: -.05rem;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 700;
  transform: translate3d(0, 0, 10px);
}

.title_l.lefta {
  text-align: left;
}

.title_l.special2 {
  line-height: 1.4;
}

.pagewrapper {
  overflow: hidden;
}

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

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
}

.white-box.transparent {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-5 {
  width: 100%;
  max-height: 30vw;
  object-fit: cover;
  object-position: 50% 30%;
  flex: none;
}

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

.tripsection {
  z-index: 1;
  max-width: 100vw;
  padding-bottom: 4.2rem;
  position: relative;
}

.formcontainer {
  z-index: 5;
  width: 90vw;
  background-image: linear-gradient(to bottom, var(--white) 48%, rgba(255, 255, 255, .94));
  box-shadow: 0 5px 20px 0 var(--shadow);
  margin-top: -2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.9rem 1.5rem 1.45rem;
  position: relative;
}

.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 rgba(15, 43, 90, .9), inset 0 0 0 2px #ffd103;
}

.topbluesection {
  background-color: #edf0f1;
  margin-top: 0;
  margin-bottom: 0;
}

.text-span-14 {
  color: var(--indian-red);
}

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

.navroplink {
  color: var(--royal-blue);
  text-shadow: 1px 1px 1px #f9f4f2;
  font-family: Roboto Slab;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .35s;
}

.navroplink:hover {
  color: var(--dark-slate-grey-2);
}

.navroplink.nocolorchange:hover {
  color: var(--royal-blue);
}

.navinfo {
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
}

.navinfo.navitemhide {
  display: none;
}

.animtext {
  transform-origin: 50% 0;
  color: var(--royal-blue);
  letter-spacing: 5px;
  text-transform: uppercase;
  transform-style: preserve-3d;
  margin-top: .1rem;
  margin-bottom: 0;
  font-family: Questrial, sans-serif;
  font-size: 1.9rem;
  font-style: italic;
  line-height: 1.4;
  transform: scale3d(1, .85, 1);
}

.animtext.format1 {
  letter-spacing: 1px;
  text-shadow: none;
  transform-style: preserve-3d;
  margin-top: 0;
  font-family: Questrial, sans-serif;
  font-size: 3.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  transform: none;
}

.animwrap {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section_xxl {
  padding-top: 6rem;
  padding-bottom: 7rem;
  position: relative;
  overflow: hidden;
}

.section_xxl.contactsection {
  padding-bottom: 1rem;
}

.title_m {
  color: var(--dark-slate-grey);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

.title_m.maptitle {
  min-height: 2.5rem;
  color: var(--indian-red);
  text-transform: none;
  align-items: center;
  display: flex;
}

.title_m.special1 {
  letter-spacing: -1px;
  margin-top: -.25rem;
  font-family: Lora, sans-serif;
}

.top {
  width: 100%;
  height: 0;
  position: absolute;
}

.backtop {
  z-index: 30;
  width: 3.125rem;
  height: 3.125rem;
  border: 3px solid var(--sky-blue);
  background-color: var(--royal-blue);
  background-image: url('../images/icon_arrow1_1icon_arrow1.png');
  background-position: 48% 48%;
  background-repeat: no-repeat;
  background-size: auto 45%;
  border-radius: 1000px;
  transition: transform .35s cubic-bezier(.68, -.55, .265, 1.55), background-position .35s;
  position: fixed;
  bottom: 2vw;
  right: 2vw;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .36);
}

.backtop:hover {
  background-position: 48% 40%, 0 0;
  transform: translate(0, -3px);
}

.splitscreen-column {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.splitscreen-column.front {
  background-color: var(--light-blue);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
  overflow: visible;
}

.splitscreen-column.bg {
  width: 50%;
  background-color: var(--dark-slate-grey);
  position: absolute;
}

.display-none {
  display: none;
}

.homes1 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.gallery-slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery-mask {
  width: 100%;
  height: 100%;
}

.gallery-image {
  width: 100%;
  height: 105%;
  max-width: none;
  object-fit: cover;
  object-position: 100% 0%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

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

.text-block-7 {
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
  font-style: italic;
  font-weight: 700;
  position: relative;
}

.mapsection {
  background-color: var(--white-smoke);
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  position: relative;
  overflow: hidden;
}

.div-block-46 {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

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

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

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

.div-block-48 {
  width: 100%;
  grid-column-gap: 35px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  justify-items: stretch;
  display: grid;
  position: relative;
}

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

.div-block-51 {
  background-color: #f9f4f2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-52 {
  grid-column-gap: 2.7rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  justify-items: center;
  margin-top: 1.25rem;
  display: grid;
}

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

.div-block-53 {
  z-index: 4;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.report_section {
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.div-block-35 {
  width: 90vw;
  background-color: var(--white);
}

.div-block-35.padding {
  padding: 1.3rem;
}

.iframecode {
  display: none;
}

.iframecode.hide {
  display: block;
}

.text-block-8 {
  margin-top: 1.25rem;
}

.div-block-60 {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: center;
  display: grid;
  position: relative;
}

.div-block-61 {
  background-color: var(--white-smoke);
  box-shadow: 0 2px 15px 0 var(--shadow);
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  padding: 1.7rem 1.25rem 1.9rem;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-11 {
  height: 3.5rem;
  object-fit: contain;
  margin-bottom: 1.1rem;
  position: relative;
}

.paragraph-30 {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.08rem;
  position: relative;
}

.text-span-17 {
  text-transform: uppercase;
  margin-bottom: .2rem;
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
}

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

.div-block-64 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: start;
  display: flex;
}

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

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

.title_xxxl {
  z-index: 1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.125rem;
  line-height: 1;
  position: relative;
}

.title_xxxl.format1 {
  text-align: left;
  white-space: nowrap;
  margin-left: -.1rem;
  padding-right: 1rem;
  font-size: 4rem;
}

.title_xxxl.format1.hide {
  color: var(--indian-red);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 100%;
}

.padding1 {
  height: 15px;
}

.dividerwrapper {
  width: 100%;
  height: 1.875rem;
  transform-origin: 0%;
  background-image: url('../images/icon_road1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.navtopcontainer {
  height: 100%;
  max-width: 100%;
  background-color: var(--white);
  box-shadow: 0 8px 20px 0 var(--shadow);
  background-image: none;
  border-bottom-right-radius: 1.8rem;
  border-bottom-left-radius: 1.8rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2.5% 3.5rem;
  display: flex;
}

.pagepadding {
  width: 100%;
  height: 5rem;
}

.text-span-20 {
  color: var(--indian-red);
  background-color: rgba(0, 0, 0, 0);
}

.text-span-21 {
  text-transform: uppercase;
  margin-bottom: .32rem;
  display: inline-block;
}

.text-span-21.fontstyle {
  text-transform: none;
}

.line {
  width: 100%;
  height: 100%;
  background-color: var(--cardoverlay1);
}

.div-block-1 {
  width: 75%;
  min-height: 28vw;
  color: var(--royal-blue);
  text-align: left;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 8vw;
  font-size: 3.4rem;
  line-height: 1.2;
  text-decoration: none;
  transition: color .45s;
  display: flex;
  position: relative;
}

.mapwrapper {
  width: 35vw;
  max-width: 28.125rem;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

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

.div-block-68.mapblur {
  background-color: rgba(255, 255, 255, .42);
}

.list_m {
  min-width: 80%;
  grid-column-gap: 3vw;
  grid-row-gap: .05rem;
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  margin-bottom: .625rem;
  padding-left: 1.25rem;
  display: grid;
}

.list_m._1col {
  flex-direction: column;
}

.listitem {
  color: var(--black);
  font-size: 1.08rem;
  line-height: 1.35;
}

.listitem.special1 {
  color: var(--black);
  margin-right: 0;
}

.listitem.title {
  color: var(--dark-slate-grey-2);
  margin-top: .5rem;
  margin-bottom: .1rem;
  margin-left: -1.25rem;
  font-family: Questrial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  list-style-type: none;
}

.listitem.title.first {
  margin-top: 0;
}

.nowrap {
  white-space: nowrap;
}

.top_animiation_navbar {
  width: 100%;
  height: 50vh;
  margin-top: 12rem;
  position: absolute;
}

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

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

.jobsection {
  padding-top: 1.875rem;
}

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

.formwrapperwop {
  z-index: 2;
  min-width: 85vw;
  margin-top: 5px;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.dropdowniconwrapper {
  width: 2.8125rem;
  min-height: 2.8125rem;
  min-width: 2.8125rem;
  cursor: pointer;
  background-color: #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: .625rem;
  bottom: auto;
  left: auto;
  right: .625rem;
  overflow: hidden;
  box-shadow: 0 5px 20px -10px rgba(0, 11, 29, .4);
}

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

.arrow {
  display: inline-block;
}

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

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

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

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

.text-span-24 {
  margin-top: .1rem;
  font-size: 1.07rem;
  font-weight: 400;
  display: inline-block;
}

.arealist-2 {
  min-width: 100%;
  background-color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1.25rem;
  padding: .625rem 1.25rem;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px -8px #6d768d;
}

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

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

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

.dropdowniconwrapper-3 {
  width: 2.5rem;
  min-height: 2.5rem;
  min-width: 2.5rem;
  cursor: pointer;
  background-color: #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: .625rem;
  bottom: auto;
  left: auto;
  right: .625rem;
  overflow: hidden;
  box-shadow: 0 5px 20px -10px rgba(148, 160, 165, .84);
}

.link-6 {
  color: var(--steel-blue);
}

.text-block-1 {
  margin-top: .2rem;
  margin-bottom: 1rem;
}

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

.overflowhidden {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.paragraph-31 {
  text-align: center;
  margin-bottom: .5rem;
  padding-top: 1rem;
}

.bold-text {
  margin-top: .1em;
  margin-bottom: .3rem;
  font-family: Lora, sans-serif;
  display: inline-block;
}

.dec1 {
  width: 2rem;
  height: 2rem;
  background-color: var(--dark-turquoise);
  border-radius: 100rem;
  position: absolute;
  top: 26%;
  bottom: auto;
  left: -4%;
  right: auto;
}

.text-block-10 {
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.08rem;
  line-height: 1.35;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-89 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section_0.format1 {
  background-color: var(--royal-blue);
  position: relative;
}

.section_0.format2 {
  background-color: #f5f5f3;
  position: relative;
}

.div-block-90 {
  margin-top: .2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.dec2 {
  width: 2rem;
  height: 2rem;
  background-color: var(--dark-turquoise);
  border-radius: 100rem;
  position: absolute;
  top: -2%;
  bottom: auto;
  left: -3%;
  right: auto;
}

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

.dec3 {
  height: 2rem;
  position: absolute;
  top: -2rem;
  bottom: auto;
  left: auto;
  right: -10%;
}

.navdropdown-placeholder {
  display: none;
}

.navigation {
  width: 100%;
  position: absolute;
  top: -8.2rem;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-span-25 {
  display: none;
}

.form-block-2 {
  width: 100%;
  background-color: var(--dark-turquoise);
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  margin-top: -1.6rem;
  margin-bottom: 4rem;
  padding: 2.6rem;
  display: flex;
  position: relative;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
}

.text-field-2 {
  height: auto;
  margin-bottom: 0;
  padding: .7rem 1rem;
  font-size: .9rem;
}

.text-field-2.messagefield {
  width: 100%;
  max-width: 100%;
  min-height: 6rem;
  margin-bottom: 1.2rem;
}

.success-message {
  color: #000;
  margin-top: 1rem;
  padding: 1rem 1.2rem;
}

.error-message {
  color: red;
  margin-top: 1rem;
  padding: .8rem 1.2rem;
}

.form-fields-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-fields-wrapper.special {
  grid-template-columns: 1fr;
}

.field-label {
  margin-bottom: 0;
}

.field-label.sub2 {
  margin-top: -.2rem;
  margin-bottom: .2rem;
  font-size: 1.07rem;
  font-weight: 400;
  display: inline-block;
}

.form-2 {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.submit-button {
  background-color: var(--royal-blue);
  padding: .4rem 1.2rem;
  font-size: 1rem;
}

.para_m {
  margin-bottom: 0;
  font-size: 1.08rem;
  position: relative;
}

.checkbox {
  width: .8rem;
  height: .8rem;
  flex: none;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .4rem;
}

.checkbox-field {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  margin-right: 2rem;
  padding-left: 1.3rem;
  display: flex;
}

.div-block-106 {
  flex-wrap: wrap;
  display: flex;
}

.dynamic-option {
  grid-column-gap: 1rem;
  grid-row-gap: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.border-top {
  border-top: 1px solid var(--overlay);
  margin-top: 1rem;
}

.btn {
  background-color: var(--steel-blue);
  color: var(--black);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  margin-top: .4rem;
  margin-right: .75rem;
  padding: .5rem 1rem;
  font-size: .95rem;
  text-decoration: none;
  transition: box-shadow .3s ease-out, border-color .3s ease-out;
  display: inline-block;
  box-shadow: inset 0 0 rgba(0, 0, 0, 0);
}

.btn:hover {
  color: #fff;
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .15);
}

.btn.btn-primary {
  border-color: rgba(0, 0, 0, 0);
}

.btn.btn-secondary {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(255, 255, 255, .15);
}

.btn.btn-secondary.btn-sm.btn-remove, .html-embed-2 {
  display: none;
}

.link-7 {
  color: var(--royal-blue);
}

.div-block-107 {
  width: 100%;
  height: 100vh;
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-top: 5.2rem;
  padding-bottom: 5.2rem;
  display: grid;
}

.image-8 {
  width: 25rem;
  max-width: 65%;
  margin-bottom: 1rem;
}

.title_l-2 {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  line-height: 1.2;
}

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

.link-8 {
  color: var(--royal-blue);
  text-transform: capitalize;
  white-space: nowrap;
}

@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: 17px;
  }

  .navbarlink {
    font-size: 18px;
  }

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

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

  .div-block-1 {
    min-height: 22vw;
  }

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

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

@media screen and (min-width: 1920px) {
  .hollow-button {
    padding: .8rem 2.2rem;
    font-size: 1.6rem;
  }

  .title_xl {
    font-size: 2.875rem;
  }

  .aboutuspg {
    font-size: 1.55rem;
  }

  .aboutusdiv {
    padding: 2.76rem;
  }

  .herocontentwrapper {
    padding: 7rem 5rem 8rem;
  }

  .navcontainer.navbarcontainer {
    height: 6.1rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .logoimage {
    height: 7rem;
  }

  .dropdown-list-wrapper {
    padding: .925rem 1.875rem;
  }

  .dropdownlink {
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: 1.6rem;
  }

  .navbarlink {
    font-size: 1.7rem;
  }

  .body {
    font-size: 1.75rem;
  }

  .footertitle {
    margin-bottom: 1.25rem;
    font-size: 3.125rem;
  }

  .sub-footer-2 {
    margin-top: 5rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .footer_icon {
    width: 1.7rem;
    margin-top: .3rem;
    margin-right: 1.2rem;
  }

  .footwrapper {
    padding-top: 70px;
  }

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

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

  .subfootertext {
    font-size: 1.3rem;
  }

  .slideitem {
    min-height: 39rem;
  }

  .title_l {
    font-size: 35px;
  }

  .tripsection {
    padding-bottom: 4rem;
  }

  .formcontainer {
    padding-top: 2.4rem;
    padding-bottom: 2.15rem;
  }

  .navroplink {
    font-size: 1.3rem;
  }

  .animtext {
    font-size: 3.2rem;
  }

  .animtext.format1 {
    font-size: 5.5rem;
  }

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

  .title_m {
    font-size: 1.625rem;
  }

  .title_m.maptitle {
    min-height: 3.2rem;
    font-size: 1.8rem;
  }

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

  .text-block-7 {
    margin-bottom: 3.075rem;
  }

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

  .div-block-48 {
    grid-row-gap: 35px;
  }

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

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

  .div-block-61 {
    padding: 2.9rem 1.85rem;
  }

  .image-11 {
    height: 5.3rem;
    margin-bottom: 1.3rem;
  }

  .paragraph-30 {
    font-size: 1.65rem;
  }

  .text-span-17 {
    margin-bottom: .8rem;
  }

  .paymenticon-2 {
    height: 2.2rem;
  }

  .title_xxxl {
    font-size: 4.0625rem;
  }

  .title_xxxl.format1 {
    font-size: 4.4rem;
  }

  .dividerwrapper {
    margin-top: 3.3rem;
  }

  .navtopcontainer {
    padding-top: 2.2rem;
    padding-bottom: 3.7rem;
  }

  .mapwrapper {
    max-width: 35rem;
  }

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

  .listitem {
    font-size: 1.6rem;
  }

  .listitem.title {
    margin-top: .7rem;
    font-size: 1.75rem;
  }

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

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

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

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

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

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

  .jobdescriptionwrapper {
    padding: 1.225rem 2.35rem;
  }

  .text-span-24 {
    font-size: 1.6rem;
  }

  .arealist-2 {
    padding: 1.2rem 2.35rem 1.1rem;
  }

  .line-icon-5 {
    min-height: 1.4rem;
  }

  .line-icon-6 {
    width: 1.4rem;
  }

  .dropdowniconwrapper-3 {
    width: 3.2rem;
    min-height: 3.2rem;
    min-width: 3.2rem;
    top: .925rem;
    right: .925rem;
  }

  .text-block-1 {
    padding-top: .4rem;
  }

  .bold-text {
    margin-bottom: .5rem;
  }

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

  .div-block-91 {
    margin-bottom: 2.4rem;
  }

  .dec2 {
    width: 2.2rem;
    height: 2.2rem;
  }

  .dec3 {
    height: 2.5rem;
    top: -2.4rem;
  }

  .navigation {
    top: -12rem;
  }

  .text-field-2 {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    font-size: 1.4rem;
  }

  .text-field-2.messagefield {
    min-height: 8rem;
    margin-bottom: 2rem;
  }

  .form-fields-wrapper {
    grid-row-gap: .5rem;
  }

  .field-label.sub2 {
    margin-top: -.35rem;
    font-size: 1.55rem;
  }

  .form-2 {
    grid-row-gap: 1.75rem;
  }

  .submit-button {
    padding: .6rem 1.7rem;
    font-size: 1.4rem;
  }

  .para_m {
    font-size: 1.65rem;
  }

  .checkbox {
    width: 1rem;
    height: 1rem;
    margin-right: .9rem;
  }

  .checkbox-field {
    margin-right: 2.8rem;
  }

  .btn {
    margin-top: .6rem;
    margin-right: 1rem;
    padding: .6rem 1.3rem .6rem 1.2rem;
    font-size: 1.35rem;
  }

  .image-8 {
    width: 32rem;
  }

  .title_l-2 {
    font-size: 2.6rem;
    line-height: 1.3;
  }

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

@media screen and (max-width: 991px) {
  .title_xl.maptitle {
    text-align: center;
    margin-top: 8px;
    margin-left: 0;
  }

  .imagediv {
    width: 70vw;
    height: 42vw;
  }

  .aboutusdiv {
    width: 100%;
  }

  .div-block-4 {
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr;
  }

  .herocontentwrapper {
    width: 84vw;
    align-items: center;
    padding: 1rem 0 3rem;
  }

  .brand.navitemhide {
    display: flex;
  }

  .navtopsplit {
    text-align: left;
    justify-items: start;
  }

  .navcontainer.navbarcontainer {
    width: 100%;
    height: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .logoimage {
    height: 3.4rem;
    margin-right: 1rem;
  }

  .button-wrapper {
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-list-wrapper {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding: 5px 0 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 {
    width: 100%;
    max-height: 3px;
    min-height: 3px;
    background-color: #eef7f6;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

  .dropdownlink {
    color: var(--dark-slate-grey-2);
    padding-top: 3px;
    padding-bottom: 4px;
    font-size: 1rem;
    line-height: 1.4;
  }

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

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

  .navbuttonicons {
    width: 25px;
    height: 25px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    display: flex;
  }

  .navbarlink {
    color: var(--black);
    font-size: 1.07rem;
  }

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

  .navbarlink.w--current {
    color: var(--steel-blue);
  }

  .navbarlink.major {
    color: #f9f4f2;
  }

  .new-item-wrapper {
    flex: none;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: .7rem;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .new-item-wrapper.main {
    background-color: var(--sky-blue);
    order: -1;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .hearder-button-line-bottom, .hearder-button-line-top {
    width: 100%;
    max-height: 3px;
    min-height: 3px;
    transform-origin: 0%;
    background-color: #eef7f6;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navmenu {
    width: 80vw;
    max-height: 50vh;
    max-width: 100%;
    background-color: var(--white-smoke);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: .5rem;
    overflow: hidden;
    box-shadow: 0 1px 9px -4px rgba(31, 36, 50, .08), 0 24px 38px rgba(18, 8, 80, .1);
  }

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

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

  .subfooterwrapper {
    justify-content: flex-start;
  }

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

  .footertitle {
    margin-top: 0;
    font-size: 2.1875rem;
  }

  .footeritemwrapper {
    min-width: 30vw;
    margin-right: 5vw;
  }

  .subfootertext {
    text-align: left;
  }

  .bg.image.cardbg {
    width: 140%;
    top: 19%;
    left: -19%;
  }

  .bg.herobg2 {
    width: 25%;
  }

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

  .slideitem {
    min-height: 17rem;
  }

  .title_l {
    font-size: 1.5625rem;
    line-height: 1.3;
  }

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

  .image-5 {
    max-height: 45vw;
  }

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

  .navinfo {
    grid-template-columns: 1fr;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .navinfo.navitemhide {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
  }

  .animwrap {
    justify-content: center;
    align-items: center;
  }

  .splitscreen-column {
    width: 100%;
  }

  .splitscreen-column.front {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0%;
  }

  .splitscreen-column.bg {
    width: 100%;
    height: 40vw;
    position: relative;
  }

  .homes1 {
    flex-direction: column;
  }

  .text-block-7 {
    margin-bottom: 45px;
  }

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

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

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

  .div-block-50 {
    flex-wrap: wrap;
    display: flex;
  }

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

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

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

  .title_xxxl {
    font-size: 2.8125rem;
  }

  .title_xxxl.format1 {
    font-size: 3.4rem;
  }

  .dividerwrapper {
    margin-top: .5rem;
    margin-bottom: 1rem;
  }

  .navtopcontainer {
    display: none;
  }

  .pagepadding {
    height: 0;
  }

  .div-block-1 {
    font-size: 42px;
  }

  .mapwrapper {
    width: 50vw;
    max-width: 23rem;
  }

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

  .top_animiation_navbar {
    display: none;
  }

  .jobsection {
    padding-top: 3.675rem;
  }

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

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

  .jobcontentwrapper {
    padding-top: 0;
  }

  .div-block-88 {
    align-items: start;
    justify-items: start;
  }

  .dec1 {
    top: -15%;
    left: 24%;
  }

  .navdropdown-placeholder {
    height: 1rem;
    color: rgba(0, 0, 0, 0);
    display: block;
  }

  .text-span-25 {
    letter-spacing: 0;
    font-size: 1.08rem;
    font-style: italic;
    font-weight: 400;
    display: inline-block;
  }

  .form-block-2 {
    margin-top: -.6rem;
  }

  .title_l-2 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .title_xl {
    font-size: 1.75rem;
  }

  .dropdown {
    background-color: #2e80b6;
    display: block;
  }

  .aboutuspg {
    margin-top: .8rem;
    margin-bottom: 1.6rem;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .herocontentwrapper {
    margin-bottom: 7vw;
  }

  .brand.navitemhide {
    max-width: 70vw;
  }

  .navtopiconwrapper {
    flex-direction: column;
    align-items: flex-end;
  }

  .navtopsplit {
    text-align: right;
    justify-items: end;
  }

  .navcontainer.navbarcontainer {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr auto;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .logoimage {
    height: 2.9rem;
  }

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

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

  .dropdownlink {
    padding-top: 3px;
    padding-bottom: 4px;
    font-size: 16px;
  }

  .new-item-wrapper.main {
    display: flex;
  }

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

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

  .spaceblock {
    font-size: 3px;
  }

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

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

  .footertitle {
    margin-bottom: 10px;
    font-size: 1.875rem;
  }

  .sub-footer-2 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .footer_icon {
    margin-right: .6rem;
  }

  .footeritemwrapper {
    margin-right: 7vw;
  }

  .bg.image.cardbg {
    width: 70vw;
    height: 60vw;
    top: -13%;
    left: 25%;
  }

  .bg.herobg2 {
    min-width: 11rem;
  }

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

  .slideitem {
    height: 28vw;
    min-height: 19rem;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .white-box {
    margin-bottom: 30px;
  }

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

  .tripsection {
    padding-bottom: 2.5rem;
  }

  .navinfo {
    margin-top: 10px;
  }

  .navinfo.navitemhide {
    margin-right: 0;
  }

  .animtext {
    margin-top: .2rem;
  }

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

  .backtop {
    bottom: 1.07rem;
    right: 1.07rem;
  }

  .text-block-7 {
    margin-bottom: 15px;
    font-size: 15.5px;
    line-height: 1.5;
  }

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

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

  .div-block-52 {
    grid-row-gap: 1.2rem;
  }

  .div-block-35 {
    width: 95vw;
  }

  .text-block-8 {
    margin-top: .8rem;
  }

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

  .title_xxxl {
    font-size: 2.6875rem;
    line-height: 1.2;
  }

  .title_xxxl.format1 {
    font-size: 2.7rem;
  }

  .div-block-1 {
    font-size: 2.375rem;
  }

  .mapwrapper {
    width: 80%;
    max-width: 18rem;
  }

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

  .listitem {
    min-width: 42%;
    font-size: 1rem;
  }

  .italic-text {
    font-size: 1.1rem;
  }

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

  .formwrapperwop {
    min-width: 90vw;
  }

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

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

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

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

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

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

  .text-block-1 {
    margin-top: .5rem;
  }

  .div-block-88 {
    grid-row-gap: .7rem;
  }

  .paragraph-31 {
    padding-top: .55rem;
  }

  .dec1 {
    top: -9%;
    left: 15%;
  }

  .div-block-90 {
    margin-top: 0;
  }

  .div-block-91 {
    margin-bottom: 1.2rem;
  }

  .dec2 {
    top: -10%;
  }

  .dec3 {
    height: 1.6rem;
    top: -1.2rem;
  }

  .form-block-2 {
    width: 92vw;
    padding-top: 2.2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-field-2.messagefield {
    max-width: 70vw;
    margin-bottom: .8rem;
  }

  .form-fields-wrapper, .form-fields-wrapper.special {
    grid-column-gap: .5rem;
  }

  .field-label.sub2 {
    font-size: 1rem;
  }

  .dynamic-option {
    grid-column-gap: .5rem;
  }

  .btn {
    padding: .4rem .9rem;
  }

  .para_s {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .hollow-button {
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.4;
  }

  .title_xl {
    font-size: 1.5rem;
  }

  .dropdown {
    background-color: var(--black);
  }

  .imagediv {
    width: 80vw;
    height: 50vw;
  }

  .aboutuspg {
    padding-bottom: 0;
    font-size: 1rem;
  }

  .aboutusdiv {
    padding: 1.1rem 1.25rem;
  }

  .herocontentwrapper {
    width: 82vw;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 7vw;
    margin-bottom: 9vw;
  }

  .brand.navitemhide {
    max-width: 75vw;
  }

  .navtopiconwrapper {
    width: 27px;
    height: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .navcontainer {
    justify-content: center;
  }

  .navcontainer.navbarcontainer {
    padding-top: .8rem;
    padding-bottom: .8rem;
    padding-right: 5vw;
  }

  .logoimage.mobile {
    display: block;
  }

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

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

  .dropdownlink {
    white-space: normal;
    font-size: 15px;
    line-height: 1.4;
  }

  .navbarlink {
    font-size: 16.5px;
  }

  .navmenu {
    width: 100vw;
    max-height: 70vh;
  }

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

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

  .subfooterwrapper, .container {
    width: 82vw;
  }

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

  .footertitle {
    font-size: 1.6875rem;
  }

  .footermenu {
    font-size: 1rem;
  }

  .footer_icon {
    height: 16px;
  }

  .footerlink, .footerparagraph {
    font-size: 1rem;
  }

  .footerparagraph.padding {
    margin-top: 5px;
  }

  .footeritemwrapper {
    margin-right: 0;
    font-size: 16px;
  }

  .subfootertext {
    font-size: .9rem;
    line-height: 1.5;
  }

  .bg.image.cardbg {
    width: 100vw;
    height: 110vw;
    top: -2%;
    left: -5%;
  }

  .bg.herobg3 {
    width: 30vw;
    left: -3%;
  }

  .slideitem {
    min-height: 24rem;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .white-box.transparent {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .formcontainer {
    width: 95vw;
    padding: .75rem 2vw .56rem;
  }

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

  .topbluesection {
    z-index: 3;
    position: relative;
  }

  .navroplink {
    font-size: .875rem;
    line-height: 1.5;
  }

  .navinfo {
    justify-items: stretch;
    margin-top: 13px;
  }

  .navinfo.navitemhide {
    align-self: flex-start;
  }

  .animtext {
    margin-top: -.1rem;
    font-size: 1.5rem;
  }

  .animtext.format1 {
    font-size: 3rem;
  }

  .section_xxl {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
  }

  .title_m {
    font-size: 1.15rem;
  }

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

  .splitscreen-column.front {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .splitscreen-column.bg {
    width: 100vw;
    height: 55vw;
    order: -1;
    position: relative;
  }

  .homes1 {
    min-height: 0;
    flex-direction: column;
    justify-content: flex-start;
  }

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

  .mapcontainer {
    width: 82vw;
  }

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

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

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

  .div-block-35 {
    width: 100vw;
  }

  .div-block-35.padding {
    width: 97vw;
    padding: .4rem;
  }

  .div-block-60 {
    grid-column-gap: 1rem;
  }

  .image-11 {
    height: 3rem;
    margin-bottom: .8rem;
  }

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

  .div-block-64 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
  }

  .paymenticon-2 {
    height: 1.6875rem;
  }

  .title_xxxl {
    font-size: 1.85rem;
  }

  .title_xxxl.format1 {
    font-size: 2.1rem;
  }

  .dividerwrapper {
    height: 1.5rem;
    margin-top: .1rem;
  }

  .navtopcontainer {
    justify-content: center;
  }

  .text-span-21 {
    margin-bottom: .4rem;
  }

  .div-block-1 {
    font-size: 2rem;
  }

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

  .listitem {
    font-size: 1rem;
  }

  .listitem.title {
    font-size: 1.08rem;
  }

  .italic-text {
    text-transform: capitalize;
  }

  .jobsection {
    padding-top: 2.475rem;
  }

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

  .formwrapperwop {
    min-width: 100vw;
  }

  .jobwrapper {
    width: 100%;
  }

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

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

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

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

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

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

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

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

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

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

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

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

  .arealist-2 {
    margin-right: 0;
    padding-top: .45rem;
    padding-bottom: .45rem;
  }

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

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

  .dropdowniconwrapper-3 {
    top: .45rem;
  }

  .text-block-10 {
    font-size: 1rem;
    line-height: 1.3;
  }

  .form-block-2 {
    padding-top: 8vw;
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }

  .text-field-2.messagefield {
    max-width: 84vw;
  }

  .para_m {
    font-size: 1rem;
  }

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

  .dynamic-option {
    grid-template-columns: 1fr 1fr;
  }

  .btn {
    font-size: .9rem;
  }

  .div-block-107 {
    grid-row-gap: 1.15rem;
  }

  .image-8 {
    max-width: 100%;
    margin-bottom: .5rem;
  }

  .title_l-2 {
    font-size: 1.4rem;
    line-height: 1.3;
  }

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

#w-node-_5a8d8f53-832d-234e-f4f3-4139c99c6c32-b0e9497c, #w-node-_80defc57-1f6f-e503-92ec-6aefbfdf90f9-b0e9497c, #w-node-f38840d6-5b99-75a2-374a-0dd9defb5e7c-b0e9497c, #w-node-fb8e6642-a27a-8f3c-c831-70f5579f7f43-b0e9497c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab8392cc-29dc-c1d1-3065-2861ef9e2dcd-b0e9497c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#parent-name.w-node-fb8e6642-a27a-8f3c-c831-70f5579f7f47-b0e9497c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fb8e6642-a27a-8f3c-c831-70f5579f7f4e-b0e9497c, #w-node-fb8e6642-a27a-8f3c-c831-70f5579f7f4f-b0e9497c, #dynamic-option-1.w-node-_86905ad7-ea8b-06dd-3953-98842b10407f-b0e9497c, #\31 child-name.w-node-fb8e6642-a27a-8f3c-c831-70f5579f7f51-b0e9497c, #w-node-_33003f0f-f0af-026a-19ae-6591673a1e1d-b0e9497c, #w-node-fb8e6642-a27a-8f3c-c831-70f5579f7f52-b0e9497c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb8e6642-a27a-8f3c-c831-70f5579f7f53-b0e9497c, #pick-up-location.w-node-fb8e6642-a27a-8f3c-c831-70f5579f7f58-b0e9497c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#pickup-time.w-node-_19a67e31-e0e3-4afc-7f8c-a5f36f14c7b4-b0e9497c, #return-time.w-node-f5692af1-87fc-7dcd-91c7-12092b04f24e-b0e9497c, #w-node-_351dde28-8e9e-7087-d59c-2ed17c27ba62-b0e9497c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_351dde28-8e9e-7087-d59c-2ed17c27ba63-b0e9497c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#school-name.w-node-_351dde28-8e9e-7087-d59c-2ed17c27ba66-b0e9497c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#school-address.w-node-_351dde28-8e9e-7087-d59c-2ed17c27ba67-b0e9497c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_45c12d9f-a339-bfa2-e57c-052f190a0b44-b0e9497c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45c12d9f-a339-bfa2-e57c-052f190a0b45-b0e9497c, #w-node-a0478ca8-2cf2-6f44-9ce2-8470a80b5e32-b0e9497c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2d426c1d-cd6f-ac2b-e047-200b0e58f6a9-b0e9497c, #w-node-fb8e6642-a27a-8f3c-c831-70f5579f7f59-b0e9497c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb8e6642-a27a-8f3c-c831-70f5579f7f5a-b0e9497c, #w-node-fb8e6642-a27a-8f3c-c831-70f5579f7f5c-b0e9497c, #message.w-node-fb8e6642-a27a-8f3c-c831-70f5579f7f5f-b0e9497c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_17677450-2c15-707e-766e-df09ca0c8df6-b0e9497c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_12d3ff6e-76fd-8b31-81d6-ac7573b843c4-b0e9497c {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-_17677450-2c15-707e-766e-df09ca0c8df9-b0e9497c {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_410b41f2-623f-58dd-1796-72aded11a35e-b0e9497c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_410b41f2-623f-58dd-1796-72aded11a360-b0e9497c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_410b41f2-623f-58dd-1796-72aded11a362-b0e9497c, #w-node-_04503393-71ff-d4e4-ea37-8202f2fd6e69-b0e9497c, #w-node-_6bd93046-8c36-fcfa-729a-e9b81a080210-b0e9497c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_17677450-2c15-707e-766e-df09ca0c8e26-b0e9497c, #w-node-_4a571380-0b0f-5f58-21c2-11ab7cc52f81-b0e9497c {
  justify-self: start;
}

#w-node-ea459948-0327-f506-a036-23f5ead8246f-878d6ff6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7693469c-f585-e939-2f1c-4f21878d6ff9-878d6ff6 {
  grid-area: 1 / 2 / 2 / 3;
}

#contact.w-node-_7693469c-f585-e939-2f1c-4f21878d700f-878d6ff6 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca277fb7-140a-0094-6287-d1feb0941732-b0941732 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-fede4877-cf36-5a2b-f573-5c7ff49c6bea-eee94989, #w-node-fede4877-cf36-5a2b-f573-5c7ff49c6bea-d1e9498c {
  justify-self: start;
}

#w-node-_3c522ec4-b176-f8c6-2d2a-cdf98fbf385e-1b5d49de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5eac11ba-85e9-ce27-993b-2b19a464f4ce-b0e9497c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5eac11ba-85e9-ce27-993b-2b19a464f4c9-b0e9497c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_17677450-2c15-707e-766e-df09ca0c8df6-b0e9497c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_12d3ff6e-76fd-8b31-81d6-ac7573b843c4-b0e9497c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_17677450-2c15-707e-766e-df09ca0c8df9-b0e9497c {
    grid-row: 2 / 4;
  }

  #w-node-_410b41f2-623f-58dd-1796-72aded11a35e-b0e9497c, #w-node-_410b41f2-623f-58dd-1796-72aded11a362-b0e9497c {
    grid-column: span 2 / span 2;
  }

  #w-node-_91d8d093-818b-486b-26e6-2ce878baf102-b0e9497c {
    grid-column: span 1 / span 1;
  }

  #w-node-_04503393-71ff-d4e4-ea37-8202f2fd6e69-b0e9497c, #w-node-_6bd93046-8c36-fcfa-729a-e9b81a080210-b0e9497c {
    grid-column: span 2 / span 2;
  }

  #w-node-_17677450-2c15-707e-766e-df09ca0c8e26-b0e9497c {
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
  }

  #w-node-_4a571380-0b0f-5f58-21c2-11ab7cc52f81-b0e9497c {
    justify-self: auto;
  }

  #w-node-ea459948-0327-f506-a036-23f5ead8246f-878d6ff6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7693469c-f585-e939-2f1c-4f21878d6ff9-878d6ff6 {
    grid-row: 2 / 3;
    justify-self: start;
  }

  #contact.w-node-_7693469c-f585-e939-2f1c-4f21878d700f-878d6ff6 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5eac11ba-85e9-ce27-993b-2b19a464f4d2-b0e9497c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5eac11ba-85e9-ce27-993b-2b19a464f4ce-b0e9497c {
    grid-column-end: 2;
  }

  #w-node-_5eac11ba-85e9-ce27-993b-2b19a464f4c9-b0e9497c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_410b41f2-623f-58dd-1796-72aded11a35e-b0e9497c, #w-node-_410b41f2-623f-58dd-1796-72aded11a360-b0e9497c, #w-node-_410b41f2-623f-58dd-1796-72aded11a362-b0e9497c, #w-node-_0032d73e-968b-d7a7-d4b2-8d34a6f2ca47-b0e9497c, #w-node-_04503393-71ff-d4e4-ea37-8202f2fd6e69-b0e9497c, #w-node-_6bd93046-8c36-fcfa-729a-e9b81a080210-b0e9497c {
    grid-column: span 1 / span 1;
  }

  #w-node-ea459948-0327-f506-a036-23f5ead8246f-878d6ff6 {
    grid-column-end: 2;
  }

  #w-node-_7693469c-f585-e939-2f1c-4f21878d6ff9-878d6ff6 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bd603d16-9bcf-f9ed-2941-12be2afebbb7-6ff122b1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-af45d1da-0fb3-76cd-1b81-988cf300dff8-6ff122b1, #w-node-_359e5c7e-901d-6f9a-62fe-05986ff1230a-6ff122b1 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #parent-name.w-node-fb8e6642-a27a-8f3c-c831-70f5579f7f47-b0e9497c {
    grid-column: span 3 / span 3;
  }

  #\31 child-name.w-node-fb8e6642-a27a-8f3c-c831-70f5579f7f51-b0e9497c {
    grid-column: span 2 / span 2;
  }

  #pickup-time.w-node-_19a67e31-e0e3-4afc-7f8c-a5f36f14c7b4-b0e9497c, #return-time.w-node-f5692af1-87fc-7dcd-91c7-12092b04f24e-b0e9497c, #school-name.w-node-_351dde28-8e9e-7087-d59c-2ed17c27ba66-b0e9497c, #school-address.w-node-_351dde28-8e9e-7087-d59c-2ed17c27ba67-b0e9497c {
    grid-column: span 3 / span 3;
  }

  #contact.w-node-_7693469c-f585-e939-2f1c-4f21878d700f-878d6ff6 {
    grid-column-end: 2;
  }

  #w-node-af45d1da-0fb3-76cd-1b81-988cf300dff8-6ff122b1 {
    align-self: center;
  }
}


@font-face {
  font-family: 'Neighbor';
  src: url('../fonts/Neighbor-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neighbor';
  src: url('../fonts/Neighbor-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neighbor';
  src: url('../fonts/Neighbor.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}