p {
  margin-bottom: 10px;
}

.body {
  background-color: #e6e4db;
  font-family: Lato, sans-serif;
  color: #024064;
  font-size: 18px;
  line-height: 1.6;
}

.pagewrapper {
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
}

.pagewrapper.non {
  overflow: visible;
}

.nav-link-drop-down {
  position: static;
  display: inline;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #6d768d;
  text-decoration: none;
}

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

.nav-link-drop-down.dropdown {
  position: relative;
  display: block;
  margin-top: 0px;
}

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

.bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -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.herobg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg.servicecard {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

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

.bg.herobg {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.bg.herogc {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(42%, rgba(0, 0, 0, 0.18)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 42%, transparent);
}

.bg.herobgimg {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.navbarlinkwrapper {
  position: relative;
}

.yellowbutton {
  position: relative;
  overflow: hidden;
  padding: 10px 35px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  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);
}

.yellowbutton.navbarbutton {
  margin-left: auto;
}

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

.trianglebutton {
  position: relative;
  width: 8vh;
  height: 7.12vh;
  margin-left: 1.5vw;
  background-image: url('../images/warnningsign.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -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;
}

.trianglebutton:hover {
  -webkit-transform: scale3d(0.96, 0.96, 5);
  transform: scale3d(0.96, 0.96, 5);
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  width: 100vw;
  height: 130px;
  max-width: 100vw;
  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;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1316px;
  -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.homes1c {
  position: relative;
  max-width: 1300%;
}

.button-2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button-2:hover {
  background-color: #ad1115;
}

._3540_2030 {
  padding-top: 35px;
  padding-bottom: 60px;
}

._38_22 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #937f1a;
  line-height: 1.3;
  text-align: center;
}

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

._38_22.servicetitle {
  text-align: left;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #465395;
  background-image: none;
  box-shadow: 0 -6px 0 0 rgba(255, 255, 255, 0.45);
}

.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: 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;
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.45);
}

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

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

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

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

.slide {
  padding-bottom: 0px;
  text-align: center;
}

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

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

.divider-2.padding {
  margin-top: 8px;
  margin-bottom: 15px;
}

.mapsection {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(0, 0, 0, 0.09);
}

.mapwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 40.933vw;
  max-height: 450px;
  max-width: 329.804px;
  -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;
}

.div-block-35 {
  position: absolute;
  left: 1%;
  top: 0.8%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 89.5%;
  height: 65.8%;
  border-radius: 1000px;
}

.div-block-35.blur {
  background-color: rgba(247, 250, 253, 0.49);
}

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

.mapcontainer {
  display: -ms-grid;
  display: grid;
  max-width: 80%;
  padding-left: 50px;
  -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-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

.text-span-16 {
  font-size: 17px;
  font-style: italic;
}

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

.arrow {
  display: inline-block;
}

.navmenu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  background-color: transparent;
}

.linkbbnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 13px 5px;
  padding: 7px 24px;
  -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-color: #e4dcb7;
  text-decoration: none;
}

.dropdown-list-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
  background-color: rgba(237, 239, 242, 0.89);
}

.dropdown-list-wrapper-2.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-2.w--open:hover {
  font-style: normal;
  font-weight: 400;
}

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

.navbarlink-2:hover {
  color: #937f1a;
}

.navbarlink-2.w--current {
  color: #ba9c00;
  text-shadow: 1px 1px 0 #594a00;
}

.navbar_line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 2.5px;
  background-color: #937f1a;
}

.navicon {
  height: 20px;
  margin-right: 5px;
  -o-object-fit: contain;
  object-fit: contain;
}

.spaceblock {
  font-size: 4.5px;
}

.navbarlinkwrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding: 15px 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.dropdown-list-2 {
  position: absolute;
  left: 0%;
  top: 90%;
  right: auto;
  bottom: auto;
  display: none;
}

.dropdown-list-2.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-2.w--open:hover {
  font-style: normal;
  font-weight: 400;
}

.headernav-2 {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  list-style-type: none;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0vh;
  right: 0px;
  z-index: 100;
  width: 100vw;
  max-width: 100%;
  min-width: 100%;
  margin-top: 23px;
  -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;
}

.logoimage {
  height: 120%;
  max-width: 15vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbarlinkclick {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

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

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

.nav-link-drop-down-2.dropdown {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  cursor: pointer;
}

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

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

.dropdownlink-2:hover {
  background-color: rgba(201, 205, 217, 0.8);
  color: #465395;
}

.new-item-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 0px;
  -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;
}

.new-item-wrapper-2.main {
  display: none;
  margin-left: auto;
}

.new-item-wrapper-2.main.landscape {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
}

.navcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 67px;
  max-width: 90%;
  padding-right: 3vw;
  padding-left: 3vw;
  -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;
  background-color: #fff;
  box-shadow: 0 -6px 0 0 rgba(255, 255, 255, 0.45);
}

.homes1top {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -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;
}

.homes1card {
  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: #fff;
  box-shadow: 0 -6px 0 0 #fff;
  color: #000b1d;
  text-decoration: none;
}

.homes1 {
  position: relative;
  overflow: hidden;
  min-height: 90vh;
}

.homes1cardtop {
  position: relative;
  width: 100%;
  height: 15vw;
}

._2518 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.3;
}

._2518.footwetitle {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 21px;
}

.div-block-47 {
  padding: 16px;
}

.linkbbt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 17px;
  padding-left: 17px;
  -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;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
}

.linkbbt.arrow {
  width: 40px;
  min-height: 40px;
  margin-left: 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;
  background-color: rgba(255, 255, 255, 0.3);
}

.linkbbt.arrow.heroo {
  width: 50px;
  min-height: 50px;
}

.linkbbt.small {
  font-size: 16px;
  text-transform: capitalize;
}

.linkbbt.hero {
  padding-right: 20px;
  padding-left: 20px;
}

.homes1cardswrapper {
  display: -ms-grid;
  display: grid;
  width: 80%;
  margin-bottom: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.linkbb {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #01061f;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.linkbb.sprcial {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-color: #937f1a;
}

.linkbb.hero {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #2e3a7a;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-top: 130px;
  padding-bottom: 110px;
  -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;
}

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

.s1heading {
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
}

.s1heading.sub {
  margin-top: 0px;
  font-size: 20px;
  line-height: 1.5;
  text-transform: capitalize;
}

.homeau {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-39 {
  position: relative;
  width: 100%;
  margin-left: 40px;
}

._8999 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

._33_20 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #937f1a;
  font-size: 33px;
  line-height: 1.3;
  text-align: center;
}

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

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

.image.origin {
  -o-object-position: 50% 80%;
  object-position: 50% 80%;
}

.image.auimage {
  -o-object-position: 50% 65%;
  object-position: 50% 65%;
}

.image.servicecardi {
  height: 20vw;
  max-height: 270px;
  -o-object-fit: contain;
  object-fit: contain;
}

.imagewrapper {
  overflow: hidden;
  width: 50%;
}

.imagewrapper.left {
  width: 30vw;
  height: 20vw;
  max-height: 250px;
  max-width: 400px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: -6px 0 0 0 #937f1a;
}

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

.tripsection {
  z-index: 5;
  max-width: 100vw;
  margin-top: -70px;
  padding-bottom: 20px;
}

.formcontainer {
  position: relative;
  z-index: 5;
  max-width: 87%;
  padding: 30px 10px;
  background-color: #f9f9f9;
  box-shadow: 0 -6px 0 0 rgba(70, 83, 149, 0.7);
}

.image-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 15px 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;
  background-color: #2e3a7a;
}

.homes2-top-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: 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;
}

.h4-2 {
  position: relative;
  color: #fff;
}

.paragraph-23 {
  color: #6c6c6c;
  font-size: 16px;
}

.paragraph-23.service-hover {
  position: relative;
  color: #fff;
  text-align: center;
}

.footerc {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  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;
}

.text-span-5 {
  color: #000;
}

.list-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-link {
  position: relative;
  overflow: hidden;
  width: 90%;
  text-decoration: none;
}

.link-6 {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: rgba(241, 240, 234, 0.85);
  text-decoration: none;
}

.link-6:hover {
  color: #f1f0ea;
}

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

.logoplace {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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: 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;
}

.footer-text {
  margin-bottom: 3px;
  color: rgba(241, 240, 234, 0.85);
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.2px;
}

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

.div-block-49 {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  -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: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-38-copy {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 3vw;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1.4fr;
  grid-template-columns: 1fr 1.4fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.aucontentwrapper {
  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-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._20_18 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #2e3a7a;
  font-size: 20px;
  line-height: 1.3;
  font-style: normal;
  text-align: left;
}

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

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

.auimagewrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 28vw;
  box-shadow: 0 -6px 0 0 rgba(255, 255, 255, 0.45);
}

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

.div-block-40 {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 80%;
  margin-top: -20%;
  margin-left: 6px;
  padding: 25px 28px 28px;
  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;
  background-color: #fff;
  box-shadow: -6px 0 0 0 rgba(70, 83, 149, 0.79);
}

.top {
  padding-top: 80px;
}

.div-block-41-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;
  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-41-copy.hide {
  display: none;
}

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

.bg-2.pricing {
  background-color: #f7fafd;
}

.bg-2.pricing {
  border-style: solid;
  border-width: 10px;
  border-color: rgba(70, 83, 149, 0.79);
  background-color: #fff;
  box-shadow: inset 0 0 1px 1px rgba(100, 135, 196, 0.6);
}

.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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.serviceblock {
  position: relative;
  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;
  justify-items: center;
  -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 1.4fr;
  grid-template-columns: 1fr 1.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.servicesection {
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: rgba(248, 248, 248, 0.75);
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.servicecontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3vw;
  -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;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.whyusblock {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  margin-bottom: 45px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.wutop {
  position: relative;
  width: 100%;
  height: 280px;
}

.wucard {
  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: #fff;
  box-shadow: 0 -6px 0 0 #fff;
  color: #000b1d;
  text-decoration: none;
}

.wup {
  margin-bottom: 0px;
  font-size: 16.5px;
  line-height: 1.5;
  text-align: left;
  white-space: break-spaces;
}

.wup.title {
  margin-bottom: 3px;
  font-size: 17.5px;
  line-height: 1.6;
  font-weight: 700;
}

.list {
  padding-left: 20px;
  list-style-type: square;
}

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

.div-block-54 {
  max-width: 80%;
}

.homes1cardb {
  padding: 16px;
}

.div-block-8 {
  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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._38_28 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  line-height: 1.2;
}

._38_28.incident {
  margin-bottom: 25px;
  color: #01061f;
  text-align: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.servicenav {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  z-index: 10;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.servicetag {
  z-index: 10;
  display: -ms-grid;
  display: grid;
  width: 220px;
  padding: 23px 23px 23px 25px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f7fafd;
  box-shadow: -6px 0 0 0 rgba(70, 83, 149, 0.79);
}

.linkbb-2 {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #69b9ff;
  color: #000b1d;
  text-decoration: none;
  text-transform: uppercase;
}

._17_15l {
  font-size: 16px;
  line-height: 1.6;
  text-decoration: none;
  white-space: nowrap;
}

._17_15l:hover {
  font-weight: 700;
  letter-spacing: -0.2px;
}

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

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

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

.ratetag-2 {
  margin-bottom: 0px;
  color: #f9f9f9;
  text-align: center;
}

.paragraph-24 {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
}

.div-block-55 {
  display: -ms-grid;
  display: grid;
  margin-left: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.pricingtab-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  -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;
}

.paragraph-2 {
  margin-top: -25px;
  margin-bottom: 0px;
  font-size: 16px;
}

.detailrates-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 25px 30px;
  -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;
}

.text-span-15 {
  font-size: 16px;
  font-weight: 400;
}

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

.text-span-8 {
  font-size: 24px;
}

.pricingtitle {
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  color: #465395;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
}

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

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

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

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

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

.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;
  color: #6d768d;
  text-decoration: none;
}

._32_20 {
  margin-top: 0px;
  color: #2e3a7a;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
}

.jobapplyformwrapper {
  position: relative;
  z-index: 2;
  width: 100%;
}

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

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

.paragraph-7 {
  margin-bottom: 20px;
  line-height: 1.6;
}

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

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

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

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

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

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

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

.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: #024064;
  font-size: 22px;
}

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

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

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

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

.footercontent {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 5%;
  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: 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;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

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

.paymenticon.special {
  margin-right: 0px;
  border-radius: 9px;
  background-color: #fff;
}

.facebookl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  -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-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  align-self: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sociali {
  overflow: hidden;
  height: 34px;
  margin-top: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.38);
  -o-object-fit: cover;
  object-fit: cover;
}

.link-8 {
  display: inline-block;
  margin-top: 8px;
  color: #2e3a7a;
  text-decoration: none;
}

.text-span-19 {
  color: #da2004;
}

.text-span-21 {
  font-size: 17px;
}

.text-span-22 {
  display: inline-block;
  margin-top: 3px;
  font-weight: 700;
}

._25_18 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #465395;
  font-size: 25px;
  line-height: 1.3;
}

.list-item-3 {
  list-style-type: disc;
}

.list-3 {
  margin-bottom: 0px;
  padding-left: 20px;
}

.div-block-56 {
  margin-top: 20px;
}

.div-block-56._2 {
  display: none;
}

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

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


.div-block-58 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

.image-1.p1 {
  -o-object-position: 50% 30%;
  object-position: 50% 30%;
}

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

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

@media screen and (min-width: 1440px) {
  .nav-link-drop-down {
    display: inline-block;
    margin-top: 4px;
    line-height: 1em;
  }

  .mapcontainer {
    max-width: 75%;
  }

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

  .navbarlink-2 {
    line-height: 1.6;
  }

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

  .nav-link-drop-down-2 {
    display: inline-block;
    line-height: 1em;
  }

  .jobdescriptiondropdownwrapper {
    display: inline-block;
    margin-top: 4px;
    line-height: 1em;
  }

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

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

@media screen and (max-width: 991px) {
  .nav-link-drop-down {
    font-size: 25px;
  }

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

  .yellowbutton.navbarbutton {
    margin-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .trianglebutton {
    margin-right: 20px;
    margin-left: 10px;
  }

  .container.homes1c {
    max-width: 85%;
  }

  ._38_22 {
    font-size: 33px;
  }

  .footer {
    margin-top: 0px;
  }

  .mapwrapper {
    width: 70vw;
    height: 95.511vw;
  }

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

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

  .list-copy {
    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;
  }

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

  .navmenu-2 {
    position: absolute;
    overflow: hidden;
    width: 80vw;
    max-height: 88vh;
    max-width: 100%;
    margin-left: 10vw;
    padding-top: 15px;
    padding-bottom: 17px;
    border-top: 2px solid #4747cf;
    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);
  }

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

  .button-wrapper-2 {
    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-2.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;
  }

  .navbar_line {
    display: none;
  }

  .navbarlinkwrapper-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .brand-2 {
    margin-right: auto;
  }

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

  .dropdown-list-2.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;
  }

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

  .headernav-2 {
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .headernav-2.landscape {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .logoimage {
    max-width: 170px;
  }

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

  .nav-link-drop-down-2.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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

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

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

  .new-item-wrapper-2.main.landscape {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 10px;
  }

  .nav-menu-button-2 {
    width: 50px;
    max-height: 10vh;
    max-width: 10vh;
    min-height: 50px;
    min-width: 50px;
    padding: 0px;
    background-color: rgba(255, 253, 241, 0.3);
    -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-2:hover {
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
  }

  .nav-menu-button-2.w--open {
    background-color: rgba(255, 253, 241, 0.2);
  }

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

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

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

  .navbuttonicons-2 {
    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;
  }

  .homes1cardtop {
    height: 20vw;
  }

  .homes1cardswrapper {
    width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .linkbb.hide {
    display: none;
  }

  .div-block-48 {
    padding-bottom: 100px;
  }

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

  ._8999 {
    width: 90%;
  }

  ._33_20 {
    font-size: 30px;
  }

  .image.servicecardi {
    width: 20vw;
    height: auto;
    max-height: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .imagewrapper.left {
    width: 40vw;
    height: 25vw;
  }

  ._6070_3040 {
    padding-bottom: 60px;
  }

  .tripsection {
    margin-top: -54px;
  }

  .formcontainer {
    max-width: 85%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-hover {
    position: relative;
    width: 100%;
    margin-left: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .homes2-top-content-wrapper {
    margin-bottom: 20px;
  }

  .paragraph-23.service-hover {
    text-align: left;
  }

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

  .list-wrapper {
    max-width: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logoplace {
    display: none;
  }

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

  .div-block-38-copy {
    justify-items: start;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .auimagewrapper {
    width: 70%;
    height: 40vw;
    max-height: none;
  }

  .div-block-40 {
    width: auto;
    margin-top: 0%;
  }

  .servicesection {
    padding-bottom: 50px;
  }

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

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

  .wutop {
    height: 300px;
  }

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

  .servicetag {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

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

  .pricingtab-2 {
    width: 100%;
  }

  .detailrate-2 {
    font-size: 17px;
  }

  .ratewrapper-2 {
    margin-bottom: 20px;
  }

  .jobcontentwrapper {
    padding-top: 0px;
  }

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

  ._32_20 {
    font-size: 28px;
  }

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

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

  .jobwrapper {
    width: 85%;
  }

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

  .footercontent {
    width: auto;
    margin-right: 5%;
  }

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

  .div-block-56._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;
  }

  .image-2.position {
    -o-object-position: 50% 75%;
    object-position: 50% 75%;
  }

  .paragraph-29 {
    margin-bottom: 0px;
  }

  .image-1 {
    height: 20vw;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 17px;
  }

  .yellowbutton.navbarbutton {
    display: none;
  }

  .trianglebutton {
    display: none;
  }

  .navbar {
    height: 90px;
  }

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

  ._3540_2030 {
    padding-top: 25px;
  }

  ._38_22 {
    font-size: 28px;
  }

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

  .subfooterwrapper {
    height: auto;
  }

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

  .mapwrapper {
    width: 80vw;
    height: 109.156vw;
  }

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

  .text-span-16 {
    font-size: 16.5px;
  }

  .linkbbnav {
    margin-left: 0px;
  }

  .linkbbnav.hide {
    display: none;
  }

  .dropdown-list-wrapper-2 {
    padding: 5px;
  }

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

  .spaceblock {
    font-size: 3px;
  }

  .brand-2 {
    max-width: 37vw;
  }

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

  .headernav-2 {
    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;
  }

  .headernav-2.landscape {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .logoimage {
    max-width: 20vw;
  }

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

  .dropdownlink-2 {
    margin-bottom: 0px;
    padding: 3px 20px 3px 15px;
    font-size: 16px;
  }

  .new-item-wrapper-2 {
    padding: 4px 10px;
  }

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

  .new-item-wrapper-2.main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .new-item-wrapper-2.main.landscape {
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .navcontainer {
    padding-right: 3vw;
    padding-left: 3vw;
  }

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

  .homes1card {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    box-shadow: none;
  }

  .homes1cardtop {
    display: none;
    height: 30vw;
  }

  ._2518 {
    text-align: center;
  }

  .div-block-47 {
    position: relative;
    background-color: rgba(247, 250, 253, 0.65);
  }

  .homes1cardswrapper {
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-row-gap: 20px;
  }

  .linkbb.sprcial {
    display: none;
  }

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

  .div-block-48 {
    width: 100%;
    padding-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-9 {
    display: none;
  }

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

  .homeau {
    padding-top: 20px;
  }

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

  ._8999 {
    padding-right: 16px;
    padding-left: 16px;
    -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;
  }

  ._33_20 {
    margin-bottom: 10px;
    font-size: 25px;
  }

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

  .image.servicecardi {
    width: 25vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .imagewrapper {
    width: 60%;
  }

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

  .tripsection {
    margin-top: -40px;
  }

  .formcontainer {
    max-width: 90%;
    padding-right: 7px;
    padding-left: 7px;
  }

  .homes2-top-content-wrapper {
    margin-bottom: 0px;
  }

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

  .list-wrapper {
    max-width: none;
    margin-top: 20px;
  }

  .image-link {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

  .div-block-38-copy {
    width: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._20_18.link {
    margin-top: 2px;
  }

  .div-block-40 {
    grid-row-gap: 10px;
  }

  .serviceblock {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .div-block-51 {
    width: 88%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .servicecontent {
    margin-left: 0px;
  }

  .whyusblock {
    margin-top: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .wutop {
    position: absolute;
    height: 100%;
  }

  .list {
    margin-top: 3px;
    margin-bottom: 10px;
    padding-left: 20px;
  }

  .homes1cardb {
    background-color: rgba(247, 250, 253, 0.65);
  }

  ._38_28 {
    font-size: 32px;
  }

  ._38_28.incident {
    margin-bottom: 20px;
  }

  .servicenav {
    top: auto;
    bottom: 20px;
    width: 0px;
  }

  .servicetag {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    max-height: 50vh;
    margin-bottom: 50px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.51), 0 -6px 0 0 rgba(0, 0, 0, 0.69);
  }

  .sna {
    color: #fff;
  }

  ._17_15l {
    white-space: normal;
  }

  .div-block-53 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-left: -40px;
    -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: 100px;
    background-color: #465395;
    cursor: pointer;
  }

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

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

  .div-block-55 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-2 {
    margin-top: -18px;
    font-size: 15px;
  }

  .detailrates-2 {
    padding-bottom: 35px;
  }

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

  .pricingtitle {
    font-size: 25px;
  }

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

  ._32_20 {
    font-size: 24px;
  }

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

  .paragraph-7 {
    padding-top: 3px;
  }

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

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

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

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

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

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

  .facebookl {
    margin-top: 0px;
  }

  .image-1 {
    height: 23vw;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 17px;
    line-height: 1.5;
  }

  .bg.servicecard {
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 45px;
  }

  .yellowbutton {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 3.8vw;
  }

  .button-2 {
    margin-bottom: 0px;
  }

  ._3540_2030 {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  ._38_22 {
    margin-bottom: 0px;
    font-size: 22px;
  }

  ._38_22.servicetitle {
    text-align: left;
  }

  ._38_22.special {
    text-align: left;
  }

  .subfooterwrapper {
    height: auto;
  }

  .mapsection {
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .mapcontainer {
    max-width: 85%;
  }

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

  .navmenu-2 {
    width: 90vw;
    max-height: 91vh;
    margin-right: 5vw;
    margin-left: 5vw;
  }

  .hearder-button-line-bottom-2 {
    background-color: #192024;
  }

  .linkbbnav {
    margin-top: 7px;
    margin-bottom: 3px;
  }

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

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

  .hearder-button-line-top-2 {
    background-color: #192024;
  }

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

  .headernav-2.landscape {
    display: none;
  }

  .navbar-2 {
    margin-top: 2.5vh;
  }

  .logoimage {
    max-width: 140px;
  }

  .dropdownlink-2 {
    padding-right: 10px;
    padding-left: 10px;
    white-space: normal;
  }

  .new-item-wrapper-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .new-item-wrapper-2.main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .hearder-button-line-medium-2 {
    background-color: #192024;
  }

  .navcontainer {
    height: 60px;
    padding-left: 5vw;
  }

  .homes1top {
    left: auto;
    max-width: 100%;
    padding-right: 4vw;
    padding-bottom: 30px;
    padding-left: 6vw;
  }

  .homes1 {
    min-height: 80vh;
  }

  .homes1cardtop {
    height: 50vw;
  }

  ._2518 {
    font-size: 18px;
  }

  .div-block-47 {
    margin-top: 0%;
  }

  .linkbbt {
    font-size: 16px;
  }

  .linkbbt.arrow {
    width: 35px;
    min-height: 35px;
  }

  .homes1cardswrapper {
    width: 100vw;
    margin-bottom: 30px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .linkbb.hero {
    display: none;
  }

  .div-block-48 {
    height: auto;
    padding-top: 110px;
    padding-bottom: 50px;
  }

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

  .homeau {
    padding-bottom: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._8999 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._33_20 {
    font-size: 20px;
  }

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

  .image.servicecardi {
    width: 50vw;
    max-height: 35vw;
    margin-bottom: 10px;
  }

  .imagewrapper {
    width: 80%;
  }

  .imagewrapper.left {
    width: 80vw;
    height: 50vw;
  }

  ._6070_3040 {
    padding-top: 30px;
  }

  .formcontainer {
    max-width: 93%;
    padding: 15px 5px;
  }

  .image-hover {
    margin-left: 0px;
  }

  .homes2-top-content-wrapper {
    margin-bottom: 0px;
  }

  .footerc {
    height: auto;
  }

  .list-wrapper {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-link {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-text {
    margin-bottom: 5px;
  }

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

  ._20_18 {
    font-size: 18px;
  }

  .auimagewrapper {
    width: 100%;
    height: 60vw;
  }

  ._17_15p {
    font-size: 15px;
  }

  .div-block-40 {
    padding: 13px;
  }

  .servicesection {
    padding-top: 30px;
  }

  .div-block-51 {
    width: 80%;
  }

  .wup {
    font-size: 15px;
  }

  .div-block-8 {
    grid-row-gap: 15px;
  }

  ._38_28 {
    font-size: 28px;
  }

  ._38_28.incident {
    margin-bottom: 15px;
  }

  .servicetag {
    max-height: 70vh;
    padding: 13px;
  }

  ._17_15l {
    font-size: 15px;
  }

  ._20_18-2 {
    font-size: 18px;
  }

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

  .pricingtab-2 {
    width: 100%;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .detailrates-2 {
    padding-bottom: 30px;
  }

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

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

  .text-span-8 {
    font-size: 18px;
  }

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

  .ratewrapper-2 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

  ._32_20 {
    margin-bottom: 0px;
    font-size: 20px;
  }

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

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

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

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

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

  .jobdescriptionwrapper {
    padding-bottom: 5px;
  }

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

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

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

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

  .jobwrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dropdowncontent {
    margin-top: 0px;
  }

  .footercontent {
    height: auto;
  }

  .div-block-31 {
    grid-column-gap: 2vw;
  }

  .paymenticon {
    max-width: 18vw;
    margin-right: 3px;
  }

  .facebookl {
    grid-column-gap: 2vw;
  }

  .sociali {
    max-width: 18vw;
  }

  ._25_18 {
    font-size: 18px;
  }

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

  .image-11 {
    height: 41vw;
  }

  .image-1 {
    height: 41vw;
  }
}

#w-node-_06daad61-af2a-a8ab-ad77-967b99e7db14-827b58f6 {
  -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;
}

#w-node-_06daad61-af2a-a8ab-ad77-967b99e7db1c-827b58f6 {
  -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: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-b3cb3d58-6acf-80f1-fa12-fee1ef1a59d6-827b58f6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0ccbf6f6-650a-45e1-6851-8306f62f6ca3-827b58f6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8e855e78-b272-98d8-be74-cd96151163f8-827b58f6 {
  -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;
}

#w-node-_757dfd38-3b61-bbf8-845f-cdce24aecd1a-827b58f6 {
  -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-_757dfd38-3b61-bbf8-845f-cdce24aecd33-827b58f6 {
  -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: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2e950046-6f80-f10b-68bc-509290b353e3-827b58f6 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2a78d50d-3638-2e0e-6976-e7aabfa5911f-827b58f6 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-fc997feb-afdd-351e-7248-021586e1713c-362c97de {
  -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-_8f75ebbc-dc12-a4b0-76bd-5010fd1331c4-362c97de {
  -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-_8f75ebbc-dc12-a4b0-76bd-5010fd1331c5-362c97de {
  -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-_8e1f8a28-6474-f4b7-aa2f-489b0c85e3f2-362c97de {
  -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-e8273928-fbf4-522f-7c0c-e65c0ca46ab7-362c97de {
  -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-_4a558191-683e-4f57-fd08-7a7f712649d7-362c97de {
  -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-_91fa87d4-41d6-783d-d295-0142aa515991-2a7b58f7 {
  -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;
}

#w-node-_46f30b8a-c3a6-909a-6222-43c1bafc2fa3-2a7b58f7 {
  -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-_46f30b8a-c3a6-909a-6222-43c1bafc2fa4-2a7b58f7 {
  -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-_9d7a2f7c-63f7-36d7-eae9-7999d0f2d286-e97b58fb {
  -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-c7c55b11-f781-2314-53f7-f5d784ccc2d9-e97b58fb {
  -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-_2ff4d3cb-1f71-1b7a-5e9a-1a16f4b012f9-359b2dac {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ea08c4f8-112c-e695-533c-62e968327c29-359b2dac {
  -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-fb0f6bf6-a817-bc0c-5d49-08e5d13fd1b7-5e796284 {
  -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-fb0f6bf6-a817-bc0c-5d49-08e5d13fd1b8-5e796284 {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-_06daad61-af2a-a8ab-ad77-967b99e7db14-827b58f6 {
    -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-_06daad61-af2a-a8ab-ad77-967b99e7db1c-827b58f6 {
    -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-_8e855e78-b272-98d8-be74-cd96151163f8-827b58f6 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_757dfd38-3b61-bbf8-845f-cdce24aecd33-827b58f6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_2e950046-6f80-f10b-68bc-509290b353e3-827b58f6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2a78d50d-3638-2e0e-6976-e7aabfa5911f-827b58f6 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_91fa87d4-41d6-783d-d295-0142aa5159b1-2a7b58f7 {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_91fa87d4-41d6-783d-d295-0142aa515991-2a7b58f7 {
    -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;
  }

  #w-node-e818520f-8d32-fcbe-5353-f2dca2e946a8-2a7b58f7 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_757dfd38-3b61-bbf8-845f-cdce24aecd33-827b58f6 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_91fa87d4-41d6-783d-d295-0142aa5159b1-2a7b58f7 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_91fa87d4-41d6-783d-d295-0142aa515991-2a7b58f7 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-e818520f-8d32-fcbe-5353-f2dca2e946a8-2a7b58f7 {
    -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: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_2ff4d3cb-1f71-1b7a-5e9a-1a16f4b012ee-359b2dac {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2ff4d3cb-1f71-1b7a-5e9a-1a16f4b01323-359b2dac {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_7ba9e757-a15d-e66b-9d30-86ec2c02784d-359b2dac {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ef464485-b669-4b18-fa4e-516aa4a2eced-359b2dac {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-dd767766-0537-bcad-b2cf-4002fbe9f680-359b2dac {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2ff4d3cb-1f71-1b7a-5e9a-1a16f4b0133a-359b2dac {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_06daad61-af2a-a8ab-ad77-967b99e7db14-827b58f6 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

