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

h1 {
  font-size: 38px;
}

h2 {
  font-size: 32px;
}

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

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

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

a {
  color: #6a859c;
  text-decoration: underline;
}

._32_25 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #273634;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

._32_25.white {
  color: #fff;
}

._32_25.left {
  text-align: left;
}

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

._5060_9040 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 60px;
}

.icon {
  color: #676770;
}

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

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

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

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

.navtop-paragraph {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ecf0f1;
  font-size: 2.5vh;
  line-height: 1.6;
  text-align: center;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.divider.navtop {
  display: none;
}

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

.navtopwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navtopwrapper.icon {
  width: 28px;
  height: 28px;
}

.navtopsplit {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 7px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navtopicon {
  position: absolute;
  display: block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.navcontainer.navtop-container {
  display: -ms-grid;
  display: grid;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navcontainer.navbarcontainer {
  max-width: 100%;
  padding-left: 2vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logoimage {
  height: 80%;
  max-height: 12vh;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbartoplink {
  color: #ecf0f1;
  font-size: 16px;
  text-decoration: none;
}

.navbartoplink:hover {
  color: #fff;
}

.navbartop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 101;
  height: 65px;
  max-width: 100vw;
  padding-top: 3px;
  padding-bottom: 3px;
  background-image: linear-gradient(135deg, #0e6dad, #263d8f 55%);
}

.dropdown-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 15px 10px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0px 0px 5px 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, hsla(0, 0%, 100%, 0.99)));
  background-image: linear-gradient(180deg, transparent, hsla(0, 0%, 100%, 0.99) 15%);
}

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

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

.nav-link-drop-down {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

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

.nav-link-drop-down.dropdown {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

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

.dropdownlink {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 5px 20px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #273634;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

.dropdownlink:hover {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.49);
  box-shadow: 2px 2px 16px -5px #6a859c;
  color: #3952a4;
}

.navbarlinkwrapper {
  overflow: hidden;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0vh;
  right: 0px;
  z-index: 100;
  width: 100vw;
  height: 85px;
  max-width: 100%;
  min-width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-perspective: 3000px;
  perspective: 3000px;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: height 300ms ease, background-color 300ms ease;
  transition: height 300ms ease, background-color 300ms ease;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.navbarlink {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #192024;
  font-size: 17px;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.navbarlink.w--current {
  color: #3952a4;
}

.navbar_line {
  width: 100%;
  height: 2.5px;
  margin-top: -2px;
  background-color: #000;
}

.new-item-wrapper {
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
}

.new-item-wrapper.main {
  padding: 7px 10px;
  background-color: rgba(12, 49, 233, 0.17);
  background-image: radial-gradient(circle farthest-side at 0% 0%, rgba(231, 34, 38, 0.19) 21%, transparent 85%);
}

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

.headernav.landscape {
  display: none;
}

.spaceblock {
  font-size: 4.5px;
}

.navmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 2vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-left-radius: 50px;
  background-color: rgba(236, 244, 252, 0.64);
}

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

.dropdown-list.w--open {
  position: absolute;
  left: -30px;
  display: block;
  margin-top: 26px;
  padding: 30px 20px;
  background-color: #f5f7fa;
  box-shadow: 0 1px 9px 0 rgba(9, 7, 24, 0.05), 0 24px 38px 0 rgba(18, 8, 80, 0.1);
}

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

.body {
  background-color: #f9fcff;
  font-family: 'Frank Ruhl Libre', sans-serif;
  color: #385b79;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #182046;
  background-image: linear-gradient(135deg, rgba(116, 219, 255, 0.2), transparent 46%);
  box-shadow: 0 -2px 0 0 #d4ebdb;
  color: #c9cdd9;
}

.homefeaturecontentwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.bg.black {
  background-color: rgba(109, 124, 175, 0.59);
}

.bg.topsectionbg {
  width: 100%;
  height: 100%;
  opacity: 0.2;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 90%;
  object-position: 50% 90%;
}

.bg.topsectiongradient {
  background-color: #0c31e9;
}

.bg.herobg {
  width: 100%;
  height: 100%;
  border-top-left-radius: 400px;
  border-bottom-left-radius: 170px;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 100%;
  object-position: 0% 100%;
}

.bg.homes1gc {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.57)), color-stop(32%, transparent));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.57), transparent 32%);
}

.bg.herobgwrapper {
  left: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60%;
  height: 100%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.mapg {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 105%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9fcff), color-stop(58%, rgba(255, 255, 255, 0.87)));
  background-image: linear-gradient(180deg, #f9fcff, rgba(255, 255, 255, 0.87) 58%);
}

.bg.image.blur {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.homefeaturewrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  height: 250px;
  margin: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
  cursor: pointer;
}

._6050_3540 {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 50px;
}

.slideitem {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336vw;
  height: 20vw;
  padding: 15px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(105, 185, 255, 0.3)), to(rgba(105, 185, 255, 0.3))), none;
  background-image: linear-gradient(180deg, rgba(105, 185, 255, 0.3), rgba(105, 185, 255, 0.3)), none;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: background-color 700ms ease;
  transition: background-color 700ms ease;
}

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

.pagewrapper {
  overflow: hidden;
  margin-top: -85px;
}

.pagewrapper.white {
  background-color: #fff;
}

.white-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
}

.white-text.paragraph {
  width: 90%;
  min-height: 0px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

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

.link-block {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 45vw;
  min-height: 20vw;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

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

.white-box.transparent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  background-color: transparent;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.featurefront {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.paragraph-15 {
  position: relative;
  margin-bottom: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 25px);
  transform: translate3d(0px, 0px, 25px);
  color: ivory;
  font-size: 3em;
  font-weight: 700;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.paragraph-15.back {
  max-height: 100%;
  max-width: 100%;
  padding: 10px 30px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 25px);
  transform: translate3d(0px, 0px, 25px);
  color: #fff;
  font-size: 16.5px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.homefeaturewrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28vw;
  height: 31.693vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
  cursor: pointer;
}

.homefeatureswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.image-3 {
  position: relative;
  height: 80px;
  margin-bottom: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 25px);
  transform: translate3d(0px, 0px, 25px);
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.featureback {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #e72226;
  background-image: radial-gradient(circle farthest-corner at 0% 0%, rgba(57, 82, 164, 0.91), rgba(0, 0, 0, 0.53) 59%, transparent);
  box-shadow: 0 5px 17px -5px rgba(39, 54, 53, 0.63);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.tripsection {
  z-index: 5;
  max-width: 100vw;
  padding-top: 40px;
  padding-bottom: 30px;
}

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

.ratetag {
  margin-bottom: 0px;
  color: #f9f9f9;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.detailrates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-7 {
  display: -ms-grid;
  display: grid;
  width: 85%;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.divider-2.padding {
  margin-top: 9px;
  margin-bottom: 11px;
}

.section_divider {
  position: absolute;
  left: 5%;
  top: 0%;
  right: 5%;
  bottom: auto;
  width: 90%;
  height: 1px;
  border-top: 1px dashed #bec3c7;
}

.pricingtitle {
  z-index: 1;
  margin-top: 35px;
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: 'PT Serif', serif;
  color: #273634;
  font-size: 25px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.7px;
}

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

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

.detailrate {
  margin-bottom: 0px;
  line-height: 1.4;
  text-align: center;
}

.pricingsection {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 70px;
  padding-left: 0px;
}

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

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

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

.yellowbutton:hover {
  background-color: #0f2b5a;
  box-shadow: 0 0 3px 0 rgba(15, 43, 90, 0.9), inset 0 0 0 2px #ffd103;
  -webkit-transform: scale3d(0.96, 0.96, 5);
  transform: scale3d(0.96, 0.96, 5);
}

.pricingtab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 5px 10px -5px #bec3c7;
}

.ratewrapper {
  z-index: 1;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 20px 0px;
  background-color: #000;
}

.topbluesection {
  margin-top: 0px;
  margin-bottom: 0px;
}

.topbluetitle {
  margin-top: 30px;
  color: #000;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
}

.report_section {
  overflow: hidden;
  background-color: transparent;
}

.featuresection {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fcff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 49, 233, 0.05)), color-stop(87%, transparent));
  background-image: linear-gradient(180deg, rgba(12, 49, 233, 0.05), transparent 87%);
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.feature {
  max-width: 98vw;
}

.container.special {
  max-width: none;
  padding-right: 5vw;
  padding-left: 5vw;
}

.container.topc {
  padding-right: 60px;
  padding-left: 60px;
}

._8080_2525 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  color: #ecf0f1;
  text-align: center;
}

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

.imagerotatewrapper {
  overflow: hidden;
  width: 30vw;
  height: 23vw;
  max-height: 380px;
  max-width: 500px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-39 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.paragraph-22 {
  margin-top: 10px;
  margin-bottom: 30px;
}

.topsection {
  position: relative;
  overflow: hidden;
  padding-top: 155px;
  padding-bottom: 45px;
}

.topsectioncontentwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.topsectiontitle {
  position: relative;
  color: #000;
  font-size: 45px;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}

.topsectiontitlebg {
  position: absolute;
  left: -50px;
  top: -10px;
  right: auto;
  bottom: auto;
  height: 70px;
  opacity: 0.49;
  color: #192024;
  font-size: 45px;
  line-height: 1.4;
  white-space: nowrap;
}

.div-block-38-copy {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1.7fr;
  grid-template-columns: 1fr 1.7fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.aucontentwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-40 {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-left: 10px;
  padding: 20px 25px 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: -25px -25px 3px -20px #e72226, 25px 25px 3px -20px #3952a4, 0 0 10px -5px #464646;
}

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

.div-block-41 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

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

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  padding-bottom: 7px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed #bec3c7;
}

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

.div-block {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 35px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.9fr 1fr;
  grid-template-columns: 0.9fr 1fr;
  -ms-grid-rows: 25vw auto;
  grid-template-rows: 25vw auto;
}

.scontentwrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.servicelist {
  display: -ms-grid;
  display: grid;
  margin-top: 5px;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  list-style-type: square;
}

.list-item-2 {
  font-size: 17px;
  text-align: left;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px dashed #6a859c;
}

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

.paragraph {
  margin-bottom: 10px;
  color: #6d768d;
  text-align: left;
}

.paragraph-27 {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.ratesub {
  font-size: 14px;
}

.image-9 {
  width: 100%;
  height: 25vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-9.p2 {
  -o-object-position: 50% 32%;
  object-position: 50% 32%;
}

.image-9.p1 {
  -o-object-position: 50% 45%;
  object-position: 50% 45%;
}

.cardfronttext {
  position: relative;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 25px);
  transform: translate3d(0px, 0px, 25px);
  color: #192024;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-47 {
  position: absolute;
  left: 0.7%;
  top: 0.5%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 98.5%;
  height: 75.3%;
  border-radius: 1000px;
}

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

.mapsection {
  position: relative;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 70px;
  background-color: #f9fcff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(192, 192, 192, 0.08)));
  background-image: linear-gradient(180deg, transparent, rgba(192, 192, 192, 0.08));
}

.div-block-48 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-20 {
  width: 90%;
  margin-bottom: 10px;
  font-size: 17px;
  text-align: left;
}

.list-copy-2 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0px;
  padding-left: 18px;
  grid-auto-columns: 1fr;
  grid-column-gap: 55px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  list-style-type: square;
}

.mapcontainer-2 {
  position: relative;
  display: -ms-grid;
  display: grid;
  max-width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 55px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 30vw;
  grid-template-columns: 1fr 30vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mapcontentwrapper {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mapwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28vw;
  height: 36.691vw;
  max-height: 458.637px;
  max-width: 350px;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/map.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.navtopsplit2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

.container-10 {
  max-width: 1200px;
  padding-right: 36px;
  padding-left: 36px;
}

.container-10.homes1c {
  height: 100%;
  max-width: none;
}

.homes1 {
  position: relative;
  overflow: hidden;
  background-color: #c1dbf3;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 95vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s1heading {
  position: relative;
  margin-bottom: 10px;
  background-image: none;
  font-family: 'PT Serif', serif;
  color: #1647e9;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 1px 0 0 #000;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.s1heading.opcaitybg {
  position: absolute;
  left: -1%;
  top: 15%;
  width: 80px;
  opacity: 0.86;
  font-size: 86px;
  -o-object-fit: contain;
  object-fit: contain;
}

.homes1contentwrapper {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  padding: 100px 20% 50px 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button {
  position: relative;
  overflow: hidden;
  padding: 16px 25px 15px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 9px 17px -5px rgba(0, 0, 0, 0.33);
  -webkit-transition: color 300ms cubic-bezier(.39, .575, .565, 1), box-shadow 320ms ease, -webkit-transform 320ms ease;
  transition: color 300ms cubic-bezier(.39, .575, .565, 1), box-shadow 320ms ease, -webkit-transform 320ms ease;
  transition: color 300ms cubic-bezier(.39, .575, .565, 1), transform 320ms ease, box-shadow 320ms ease;
  transition: color 300ms cubic-bezier(.39, .575, .565, 1), transform 320ms ease, box-shadow 320ms ease, -webkit-transform 320ms ease;
  color: #3952a4;
  font-size: 17px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  box-shadow: 0 11px 19px -5px rgba(0, 0, 0, 0.24);
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
  color: #ecf0f1;
}

.button:active {
  box-shadow: 0 7px 15px -5px rgba(0, 0, 0, 0.24);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.button.dc1 {
  background-color: #f4f7f9;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -4px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-self: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-10 {
  position: relative;
  max-height: 99%;
  max-width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

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

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

.paymenticon-2 {
  overflow: hidden;
  height: 30px;
  margin-top: 8px;
  margin-right: 6px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.38);
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-50 {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-text {
  margin-bottom: 3px;
  font-size: 17px;
  line-height: 1.45;
  text-align: left;
  letter-spacing: -0.2px;
}

.footercontent {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 5%;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.sub-footer {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 -1px 0 0 rgba(106, 133, 156, 0.61);
}

.subfooterwrapper-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

._2518 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
}

._2518.footwetitle {
  margin-bottom: 5px;
  color: #ecf0f1;
  font-size: 23px;
  font-weight: 900;
  text-transform: uppercase;
}

.footerc {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.subfootertext-2 {
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 14px;
  text-align: left;
}

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

.link-7:hover {
  color: #fff;
}

.logoplace {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

._7080_4045 {
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 80px;
}

._7080_4045.dbg1 {
  background-color: #3153c2;
  color: #ecf0f1;
}

.s1subheading-copy {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  font-style: italic;
  font-weight: 300;
  text-shadow: 1px 1px 6px #000;
}

.divider1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 5px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #e72226), color-stop(0, #000), color-stop(69%, #000), color-stop(0, #3952a4));
  background-image: linear-gradient(90deg, #e72226 33%, #000 0, #000 69%, #3952a4 0);
}

.paragraph-8 {
  margin-bottom: 0px;
  color: #024064;
  font-size: 16px;
}

.jobdescriptionwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 10px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f7fafd;
  box-shadow: 0 1px 9px 0 rgba(70, 83, 149, 0.2);
}

.arrow {
  display: inline-block;
}

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

.jobapplyformwrapper {
  position: relative;
  z-index: 2;
  width: 90vw;
}

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

._6070_3040 {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 70px;
}

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

.text-block-6 {
  margin-bottom: 3px;
  margin-left: 10px;
  color: #024064;
  font-weight: 500;
  white-space: normal;
}

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

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

.dropdowniconwrapper {
  position: absolute;
  left: auto;
  top: 10px;
  right: 15px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 45px;
  min-height: 45px;
  min-width: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #fff;
  box-shadow: 0 6px 20px 0 rgba(31, 36, 50, 0.2);
  cursor: pointer;
}

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

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

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

.h3.faq-title {
  margin-top: 10px;
  margin-right: 55px;
  margin-bottom: 10px;
  color: #000;
  font-size: 22px;
}

.paragraph-7 {
  margin-top: 5px;
  margin-bottom: 20px;
}

.jobheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

.paragraph-6 {
  margin-bottom: 15px;
  white-space: normal;
}

.button_sub {
  position: relative;
  padding: 13px 25px 12px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.33);
  -webkit-transition: box-shadow 320ms ease, -webkit-transform 320ms ease;
  transition: box-shadow 320ms ease, -webkit-transform 320ms ease;
  transition: transform 320ms ease, box-shadow 320ms ease;
  transition: transform 320ms ease, box-shadow 320ms ease, -webkit-transform 320ms ease;
  color: #3f4fc5;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
}

.button_sub:hover {
  box-shadow: 0 11px 19px -5px rgba(0, 0, 0, 0.24);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.button_sub:active {
  box-shadow: 0 7px 15px -5px rgba(0, 0, 0, 0.24);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.div-block-4 {
  position: relative;
  left: 25%;
  top: -10%;
  display: -ms-grid;
  display: grid;
  width: 70%;
  padding: 23px 22px 27px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: -25px -25px 3px -20px #e72226, 25px 25px 3px -20px #3952a4, 0 0 10px -5px #696969;
}

.paragraph-28 {
  margin-top: 10px;
  text-align: center;
}

.text-span-22 {
  color: #e72226;
}



.nowrap2 {
  white-space: nowrap;
}

.tripformwrapper {
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  padding: 30px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 15px -6px #bec3c7;
}

.buttonbg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0%;
  height: 100%;
  background-color: #3153c2;
}

.buttonbg.dc1 {
  background-color: #7f8fbe;
}

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

.divider1_r {
  width: 100%;
  height: 5px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #e72226), color-stop(0, #000), color-stop(69%, #000), color-stop(0, #3952a4));
  background-image: linear-gradient(90deg, #e72226 33%, #000 0, #000 69%, #3952a4 0);
}

.text-span-23 {
  display: block;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  text-align: right;
}

.space20 {
  height: 20px;
}

.tab {
  z-index: 5;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.tabs {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #eb320d;
  color: #ecf0f1;
}

.tab-link:hover {
  background-color: #ff4e2a;
  color: #ecf0f1;
}

.tab-link.w--current {
  background-color: #0c31e9;
}

.tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-span-24 {
  display: inline-block;
  padding-top: 10px;
  color: #e72226;
}

.div-block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-29 {
  margin-top: 10px;
}

.link-8 {
  color: #002afa;
}

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

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

  .navbarlink {
    line-height: 1.6;
  }

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

  .mapcontainer-2 {
    max-width: 75%;
  }

  .paragraph-8 {
    line-height: 1.3;
  }

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

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

@media screen and (max-width: 991px) {
  ._32_25.white.speciala {
    text-align: center;
  }

  ._32_25.maptitle {
    text-align: center;
  }

  .image.absolute.p1 {
    -o-object-position: 50% 25%;
    object-position: 50% 25%;
  }

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

  .navcontainer.navbarcontainer {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .dropdown-list-wrapper {
    margin-top: 0px;
    padding: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

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

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

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

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

  .nav-menu-button {
    width: 50px;
    min-height: 50px;
    min-width: 50px;
    padding: 0px;
    border-radius: 5px;
    background-color: #000;
    -webkit-perspective: 10000px;
    perspective: 10000px;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
  }

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

  .nav-menu-button.w--open {
    background-color: #ecf0f1;
  }

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

  .dropdownlink {
    padding-top: 3.5px;
    font-size: 16px;
  }

  .navbar {
    height: 80px;
    border-bottom-width: 2.5px;
  }

  .navbuttonicons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 20px;
    max-height: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .navbarlink.major {
    color: #edeff2;
  }

  .navbar_line {
    height: 1.5px;
    margin-top: -1.5px;
  }

  .new-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding: 4px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .new-item-wrapper.main {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .new-item-wrapper.main.landscape {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    background-color: #002bff;
    background-image: radial-gradient(circle farthest-side at 0% 0%, rgba(231, 34, 38, 0.77) 21%, transparent 85%);
  }

  .headernav {
    margin-right: 24px;
    margin-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .headernav.landscape {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hearder-button-line-bottom {
    width: 100%;
    max-height: 3px;
    min-height: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #8c9dd5;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }

  .hearder-button-line-top {
    width: 100%;
    max-height: 3px;
    min-height: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #8c9dd5;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }

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

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

  .dropdown-list.w--open {
    position: static;
    display: block;
    margin-top: 15px;
    padding: 13px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .footer {
    position: relative;
  }

  .bg.herobg {
    border-radius: 0px;
  }

  .bg.herobgwrapper {
    left: 0%;
    width: 100%;
  }

  ._6050_3540 {
    padding-top: 50px;
  }

  .pagewrapper {
    margin-top: -80px;
  }

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

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

  .link-block {
    max-width: none;
    min-height: 270px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-15.back {
    padding-right: 25px;
    padding-left: 25px;
  }

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

  .homefeatureswrapper {
    padding-right: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .pricingsection {
    padding-top: 20px;
  }

  .pricingtab {
    width: 100%;
  }

  .topbluetitle {
    font-size: 25px;
  }

  .featuresection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  ._8080_2525 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

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

  .homeau {
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-22 {
    margin-bottom: 20px;
    text-align: center;
  }

  .topsection {
    padding-top: 120px;
  }

  .topsectiontitle {
    font-size: 40px;
  }

  .topsectiontitlebg {
    left: auto;
    right: -50px;
  }

  .div-block-38-copy {
    width: 85%;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .aucontentwrapper {
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .div-block-40 {
    display: none;
    margin-left: 0px;
  }

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

  .div-block {
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .scontentwrapper {
    margin-top: 0%;
    grid-row-gap: 17px;
  }

  .servicelist {
    display: -ms-grid;
    display: grid;
    margin-top: 2px;
    margin-bottom: 15px;
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

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

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

  .list-copy-2 {
    display: -ms-grid;
    display: grid;
    margin-bottom: 15px;
    grid-auto-columns: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .mapcontainer-2 {
    padding-left: 0px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mapcontentwrapper {
    display: none;
    padding-left: 0%;
  }

  .mapwrapper {
    width: 60vw;
    height: 78.623vw;
    margin-top: 0px;
  }

  .s1subheading {
    line-height: 1.4;
  }

  .link-6 {
    color: #192024;
    font-size: 18px;
    font-weight: 400;
  }

  .container-10.homes1c {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-33 {
    padding-top: 120px;
    padding-bottom: 60px;
  }

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

  .s1heading.opcaitybg {
    left: 36px;
    top: 5%;
    opacity: 1;
  }

  .homes1contentwrapper {
    width: 100%;
    padding-top: 40px;
    padding-right: 8%;
    padding-left: 8%;
    background-color: rgba(221, 232, 241, 0.8);
  }

  .footercontent {
    width: 100%;
    margin-left: 0%;
    padding-top: 40px;
  }

  .footercontentwrapper {
    margin-bottom: 0px;
    text-align: left;
  }

  .sub-footer {
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .footerc {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logoplace {
    display: none;
  }

  .s1subheading-copy {
    color: #3952a4;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-shadow: none;
  }

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

  .jobwrapper {
    width: 85%;
  }

  ._6070_3040 {
    padding-bottom: 60px;
  }

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

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

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

  .jobcontentwrapper {
    padding-top: 0px;
  }

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

  .div-block-1 {
    margin-left: 0px;
  }

  .homeau-copy {
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-51 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  ._32_25 {
    font-size: 28px;
  }

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

  .icon {
    color: hsla(0, 0%, 100%, 0.52);
  }

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

  .image {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .navtop-paragraph {
    font-size: 2.5vh;
  }

  .brand {
    max-width: 37vw;
  }

  .navtopwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .navtopwrapper.icon {
    width: 25px;
    height: 25px;
  }

  .navcontainer.navtop-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 12px;
  }

  .navbartoplink {
    font-size: 14px;
  }

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

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

  .nav-menu-button {
    width: 45px;
    min-height: 45px;
    min-width: 45px;
  }

  .dropdownlink {
    padding: 2.5px 15px 4px;
    font-size: 15px;
    line-height: 1.4;
  }

  .navbar {
    height: 70px;
  }

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

  .new-item-wrapper.main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-color: #3952a4;
    background-image: radial-gradient(circle farthest-side at 0% 0%, rgba(231, 34, 38, 0.7), transparent 85%);
  }

  .new-item-wrapper.main.landscape {
    margin-left: 0px;
    padding: 8px 15px;
  }

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

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

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

  .spaceblock {
    font-size: 3px;
  }

  .navmenu {
    padding-top: 15px;
  }

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

  .body {
    padding-bottom: 0px;
  }

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

  ._6050_3540 {
    padding-top: 45px;
  }

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

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

  .pagewrapper {
    margin-top: -70px;
  }

  .white-text {
    line-height: 1.5;
  }

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

  .link-block {
    padding-right: 30px;
    padding-left: 30px;
  }

  .paragraph-15.back {
    font-size: 15.5px;
  }

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

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

  .image-3 {
    height: 70px;
  }

  .tripsection {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .formcontainer {
    padding-right: 5px;
    padding-left: 5px;
  }

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

  .pricingtitle {
    margin-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 23px;
  }

  .ratewrapper {
    margin-top: 17px;
    margin-bottom: 20px;
  }

  .topbluetitle {
    margin-top: 20px;
    font-size: 20px;
  }

  .featuresection {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.topc {
    padding-right: 35px;
    padding-left: 35px;
  }

  ._8080_2525 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .imagerotatewrapper {
    width: 80vw;
    height: 48vw;
    max-height: 320px;
    max-width: 450px;
  }

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

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

  .topsection {
    padding-top: 110px;
    padding-bottom: 29px;
  }

  .topsectiontitle {
    margin-top: 15px;
    font-size: 35px;
  }

  .topsectiontitlebg {
    left: auto;
    top: -15%;
    right: -20px;
    bottom: auto;
    height: 60px;
  }

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

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

  .paragraph-25 {
    margin-top: 7px;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .scontentwrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .servicelist {
    grid-column-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-9 {
    height: 45vw;
  }

  .image-9.p2 {
    -o-object-position: 50% 28%;
    object-position: 50% 28%;
  }

  .image-9.p1 {
    -o-object-position: 50% 40%;
    object-position: 50% 40%;
  }

  .cardfronttext {
    font-size: 22px;
  }

  .mapsection {
    padding-bottom: 50px;
  }

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

  .mapwrapper {
    width: 80vw;
    height: 104.831vw;
    max-height: 458.637px;
    max-width: 350px;
  }

  .s1subheading {
    font-size: 18px;
  }

  .container-10 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .s1heading.opcaitybg {
    top: 1%;
    font-size: 70px;
  }

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

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

  .footercontent {
    max-width: 500px;
    margin-right: 10%;
    margin-left: 10%;
    padding-top: 5vw;
  }

  .sub-footer {
    margin-top: 3.5vw;
    padding-top: 10px;
    padding-bottom: 9px;
  }

  .subfooterwrapper-2 {
    height: auto;
  }

  ._2518 {
    text-align: center;
  }

  .footerc {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .subfootertext-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 13px;
  }

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

  .s1subheading-copy {
    font-size: 18px;
  }

  .jobdescriptionwrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

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

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

  .h3.faq-title {
    margin-right: 50px;
  }

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

  .paragraph-6 {
    margin-bottom: 10px;
  }

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

  .paragraph-28 {
    margin-top: 3px;
  }

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

  .homeau-copy {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  ._32_25 {
    font-size: 25px;
  }

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

  .dropdown {
    background-color: #192024;
  }

  .navtop-paragraph {
    font-size: 2.3vh;
  }

  .divider.navtop {
    display: block;
    width: 1px;
    height: 14px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #fff;
  }

  .navtopwrapper {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navtopwrapper.icon {
    width: 23px;
    height: 23px;
  }

  .navtopsplit {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 9px;
  }

  .navtopicon {
    margin-right: 3px;
  }

  .navcontainer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navcontainer.navtop-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: end;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .navcontainer.navbarcontainer {
    padding-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logoimage {
    width: 100%;
  }

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

  .dropdownlink {
    white-space: normal;
  }

  .navbar {
    height: 65px;
    padding-top: 0px;
  }

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

  .new-item-wrapper.main {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .headernav {
    margin-right: 16px;
    margin-left: 16px;
  }

  .headernav.landscape {
    display: none;
  }

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

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

  .body {
    font-size: 17px;
    line-height: 1.5;
  }

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

  .homefeaturewrapper {
    width: 85vw;
    height: 60vw;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  ._6050_3540 {
    padding-top: 35px;
    padding-bottom: 40px;
  }

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

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

  .pagewrapper {
    margin-top: -65px;
  }

  .white-text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 1.4;
  }

  .white-text.paragraph {
    margin-top: 5px;
    font-size: 16px;
  }

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

  .link-block {
    min-height: 250px;
    padding: 10px 5vw;
  }

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

  .paragraph-15 {
    font-size: 2.2em;
  }

  .paragraph-15.back {
    font-size: 3.7vw;
  }

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

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

  .image-3 {
    height: 65px;
  }

  .featureback {
    box-shadow: 0 7px 14px -5px rgba(39, 54, 53, 0.63);
  }

  .tripsection {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .formcontainer {
    max-width: 95vw;
    border-radius: 10px;
  }

  .ratetag {
    font-size: 18px;
  }

  .detailrates {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .div-block-7 {
    width: 90%;
    grid-row-gap: 10px;
  }

  .pricingtitle {
    padding-right: 25px;
    padding-left: 25px;
  }

  .pricingsection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .pricingtab {
    width: 100%;
  }

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

  .topbluetitle {
    font-size: 20px;
  }

  .featuresection {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  ._8080_2525 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .div-block-34 {
    width: 98%;
  }

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

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

  .topsection {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .topsectiontitle {
    margin-bottom: 7px;
    font-size: 26px;
    line-height: 1.2;
  }

  .topsectiontitlebg {
    top: -10%;
    right: -10px;
    display: none;
    height: 50px;
    font-size: 35px;
    letter-spacing: 2px;
  }

  .div-block-38-copy {
    left: auto;
    right: auto;
    width: 90%;
    grid-row-gap: 15px;
  }

  ._20_18 {
    font-size: 18px;
  }

  ._17_15p {
    font-size: 15px;
  }

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

  .div-block {
    width: 100%;
  }

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

  .servicelist {
    margin-bottom: 0px;
    padding-left: 15px;
    grid-row-gap: 2px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-item-2 {
    font-size: 15px;
  }

  .paragraph-27 {
    margin-top: 7px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .cardfronttext {
    font-size: 20px;
  }

  .mapsection {
    padding-top: 20px;
  }

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

  .mapcontainer-2 {
    max-width: 85%;
  }

  .navtopsplit2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .homes1 {
    height: auto;
  }

  .div-block-33 {
    padding-top: 85px;
  }

  .s1heading {
    margin-bottom: 7px;
    font-size: 27px;
    letter-spacing: -0.5px;
  }

  .s1heading.opcaitybg {
    left: 20px;
    font-size: 60px;
  }

  .homes1contentwrapper {
    left: auto;
    max-width: 100%;
    padding-right: 6vw;
  }

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

  .div-block-49 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -5px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: auto auto auto auto auto auto auto;
    grid-template-columns: auto auto auto auto auto auto auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .paymenticon-2 {
    max-width: 18vw;
  }

  .footercontent {
    padding-top: 8vw;
  }

  .subfooterwrapper-2 {
    height: auto;
  }

  ._2518 {
    font-size: 18px;
  }

  ._2518.footwetitle {
    margin-bottom: 5px;
  }

  ._7080_4045 {
    padding-top: 40px;
    padding-bottom: 45px;
  }

  .s1subheading-copy {
    font-size: 17px;
    line-height: 1.5;
  }

  .jobdescriptionwrapper {
    padding-bottom: 5px;
  }

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

  .jobapplyformwrapper {
    width: 95vw;
  }

  .jobwrapper {
    width: 90%;
  }

  ._6070_3040 {
    padding-top: 30px;
  }

  .text-block-6 {
    margin-left: 5px;
  }

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

  .dropdowniconwrapper {
    top: 8px;
    width: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

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

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

  .h3.faq-title {
    margin-top: 5px;
  }

  .paragraph-7 {
    margin-top: 10px;
  }

  .dropdowncontent {
    margin-top: 0px;
  }

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

  .paragraph-6 {
    margin-bottom: 10px;
  }

  .tripformwrapper {
    width: 92vw;
    padding: 17px 11px 11px;
    border-radius: 10px;
  }

  .text-span-23 {
    font-size: 14px;
  }

  .tab {
    border-radius: 10px;
  }

  .tabs {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

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

  .tab-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

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

  .homeau-copy {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

#w-node-ebdadf0e-1de8-f21c-ef98-240fe1f68e4f-4f6483b3 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_778a7ee5-9a45-3821-2334-6d1bea953af2-4f6483b3 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_550374c3-a3e3-5bc8-9c1b-ef75d01abc10-4f6483b3 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_535d1f2c-3bc4-b51b-af04-4a67b9217ce0-4f6483b3 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_535d1f2c-3bc4-b51b-af04-4a67b9217ce3-4f6483b3 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_535d1f2c-3bc4-b51b-af04-4a67b9217d11-4f6483b3 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_535d1f2c-3bc4-b51b-af04-4a67b9217d14-4f6483b3 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_0f847e24-61fd-aa6c-9f7f-38f78dd45c3e-4f6483b3 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b98864ca-49d8-25b9-b313-b117f15e7993-878d6ff6 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b98864ca-49d8-25b9-b313-b117f15e79a8-878d6ff6 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_857a8f70-bae4-7aa8-0265-1fd093442d54-b56483be {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_2447811d-4dd4-2335-0fb9-e830f6c65d3c-9a6483c6 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2447811d-4dd4-2335-0fb9-e830f6c65d52-9a6483c6 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_857a8f70-bae4-7aa8-0265-1fd093442d54-45c20887 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_857a8f70-bae4-7aa8-0265-1fd093442d54-b1f1d540 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_535d1f2c-3bc4-b51b-af04-4a67b9217ce0-4f6483b3 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_535d1f2c-3bc4-b51b-af04-4a67b9217d11-4f6483b3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_535d1f2c-3bc4-b51b-af04-4a67b9217d14-4f6483b3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0f847e24-61fd-aa6c-9f7f-38f78dd45c3e-4f6483b3 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-bf9ec927-53c6-7d07-67d0-6d82454da8c0-216483b4 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_857a8f70-bae4-7aa8-0265-1fd093442d54-b56483be {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d52decec-faf0-1534-d803-b98718fe6ea0-18fe6ea0 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_85939a1d-b6bd-1b81-b407-0ba99e05ba25-9a6483c6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_747b253e-79de-8ee7-7d05-e6de0effb4c8-9a6483c6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_857a8f70-bae4-7aa8-0265-1fd093442d54-45c20887 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_857a8f70-bae4-7aa8-0265-1fd093442d54-b1f1d540 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_535d1f2c-3bc4-b51b-af04-4a67b9217d11-4f6483b3 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_857a8f70-bae4-7aa8-0265-1fd093442d54-b56483be {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-d52decec-faf0-1534-d803-b98718fe6ea0-18fe6ea0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_85939a1d-b6bd-1b81-b407-0ba99e05ba25-9a6483c6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_747b253e-79de-8ee7-7d05-e6de0effb4c8-9a6483c6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_857a8f70-bae4-7aa8-0265-1fd093442d54-45c20887 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_857a8f70-bae4-7aa8-0265-1fd093442d54-b1f1d540 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
}

