h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.body {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 280px 1fr;
  grid-template-columns: 280px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
}

.pagewrapper {
  overflow: hidden;
}

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

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.container.wu {
  max-width: 1400px;
}

.container.static {
  position: static;
}

.container.fd {
  position: static;
}

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

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

.bg.imagebg.sepcialbg2 {
  left: 40%;
  width: 60%;
}

.bg.imagebg.sepcialbg2.p1 {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.bg.imagebg.specialbg1 {
  left: 40%;
  width: 60%;
  opacity: 0.63;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.bg.imagebg.mapbgi {
  opacity: 0.24;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.bg.imagebg.specialbg3 {
  left: 40%;
  width: 60%;
  height: 350px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.bg.imagebg.specialbg4 {
  left: 40%;
  width: 60%;
}

.bg.gradient3 {
  overflow: hidden;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafaf8), to(transparent));
  background-image: linear-gradient(180deg, #fafaf8, transparent);
}

.bg.gradient3 {
  background-image: linear-gradient(77deg, #fff 42%, transparent 90%);
}

.bg.gradient4 {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #fff), color-stop(34%, transparent));
  background-image: linear-gradient(0deg, #fff 1%, transparent 34%);
}

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

.bg.herobgg {
  z-index: 1;
  display: none;
  background-color: rgba(0, 0, 0, 0.11);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(0, 0, 0, 0.33)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33) 45%, transparent);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.bg.gradient1 {
  width: 100%;
  height: 105%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(5%, #fff), color-stop(21%, transparent));
  background-image: linear-gradient(0deg, #fff 5%, transparent 21%);
}

.bg.gradient2 {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(80deg, #fff 45%, transparent 90%);
}

.bg.gradient5 {
  height: 350px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #fff), color-stop(16%, transparent));
  background-image: linear-gradient(0deg, #fff 1%, transparent 16%);
}

.bg.gradient6 {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #fff), color-stop(34%, transparent));
  background-image: linear-gradient(0deg, #fff 1%, transparent 34%);
}

.bg.gradient6 {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #fff), color-stop(34%, transparent));
  background-image: linear-gradient(0deg, #fff 1%, transparent 34%);
}

.button {
  padding: 12px 20px;
  background-color: #0b3b63;
  -webkit-transition: color 400ms ease-in, background-color 425ms ease-out;
  transition: color 400ms ease-in, background-color 425ms ease-out;
  color: #fff;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.button:hover {
  background-color: #ef6f53;
  color: #fff;
}

.button.navutton {
  padding-right: 17px;
  padding-left: 17px;
  font-size: 16px;
  line-height: 1;
}

.button.specialc2 {
  background-color: #ef6f53;
}

.button.specialc2:hover {
  background-color: #f4999e;
}

.button.homebutton {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #ef6f53;
}

.button.homebutton:hover {
  background-color: #d3e0eb;
  color: #0b3b63;
}

.button.specialc1 {
  background-color: #ef6f53;
}

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

.tripformwrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin: -60px auto 50px;
  padding: 35px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: -15px 10px 20px 0 rgba(4, 16, 40, 0.07);
}

.cardblock {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: visible;
  padding-bottom: 30px;
  -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: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  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: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e62332), to(#f05526));
  background-image: linear-gradient(180deg, #e62332, #f05526);
  box-shadow: 0 14px 30px 5px rgba(4, 16, 40, 0.07);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.image-3 {
  width: 50vw;
  height: 27vw;
  max-height: 350px;
  max-width: 650px;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin-top: 0px;
  margin-right: 85px;
  margin-bottom: 15px;
  -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-family: 'Bad Script', sans-serif;
  color: #153756;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
}

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

._5050_2050.sticky {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.logo {
  height: 75%;
  -webkit-transition: -webkit-filter 350ms ease;
  transition: -webkit-filter 350ms ease;
  transition: filter 350ms ease;
  transition: filter 350ms ease, -webkit-filter 350ms ease;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo:hover {
  -webkit-filter: contrast(167%) saturate(150%);
  filter: contrast(167%) saturate(150%);
}

.navbarlink {
  position: relative;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #000;
  font-size: 1.3vw;
  line-height: 1.6;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.navbarlink:hover {
  color: #f4999e;
}

.navbarlink.w--current {
  color: #f4999e;
  font-weight: 800;
}

.dropdown-list {
  left: auto;
  top: 100%;
  right: auto;
  bottom: auto;
  background-color: transparent;
}

.dropdown-list.w--open {
  position: absolute;
  display: block;
  background-color: transparent;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 95%;
  padding-right: 2.2%;
  padding-left: 2%;
  -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;
  background-color: #fff;
  box-shadow: 0 5px 20px -15px #153756;
}

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

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

.bg-2 {
  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-2.navbarlinkicon {
  left: -10px;
  top: -40%;
  right: auto;
  bottom: auto;
  display: none;
  width: 25px;
  height: 25px;
}

.bg-2.navbarlinkicon {
  left: -13px;
  top: -5px;
  right: auto;
  display: none;
  width: 25px;
  height: 25px;
  max-width: none;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

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

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

.nav-link-drop-down-2.dropdown {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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;
}

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

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  -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-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

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

.navbarlinkwrapper {
  position: relative;
}

._38_26 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #153756;
  line-height: 1.3;
  font-weight: 700;
}

._38_26.ergency {
  margin-top: 5px;
  color: #ec2c2f;
  font-weight: 600;
}

.div-block-12 {
  position: relative;
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-13 {
  display: -ms-grid;
  display: grid;
  width: 85%;
  max-width: 1500px;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.5vw;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.servicec {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  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;
  background-color: #fff;
  color: #0b3b63;
  text-decoration: none;
}

._21_19_d {
  width: 90%;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

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

.text-span-2 {
  display: inline-block;
  margin-top: 10px;
  color: #ef6f53;
  font-style: italic;
}

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

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-top: 5%;
  -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;
  -ms-grid-columns: 0.8fr 1fr;
  grid-template-columns: 0.8fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-18 {
  display: -ms-grid;
  display: grid;
  width: 80%;
  margin-top: -3%;
  margin-bottom: 95px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-7 {
  position: absolute;
  left: auto;
  top: 23px;
  right: 25px;
  bottom: auto;
  height: 60px;
  margin-left: auto;
  padding: 7px;
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.certified {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 25px 30px 30px;
  -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;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #ebf1f6;
}

.paragraph-5 {
  font-size: 17px;
}

._00 {
  position: relative;
}

.div-block-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 85px;
  padding: 50px 8% 100px;
  -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;
}

.div-block-2-copy.special {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  padding-right: 30px;
  padding-left: 20px;
  -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-28 {
  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-10 {
  margin-top: 10px;
  margin-bottom: 42px;
  line-height: 1.6;
}

.servicecard {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  padding-bottom: 30px;
  -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: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fcfdff;
  box-shadow: 0 7px 15px -5px #b6b6b6;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.div-block-32 {
  display: -ms-grid;
  display: grid;
  width: 87%;
  margin-top: -50px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-33 {
  width: 100px;
  height: 80px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 20px -8px rgba(34, 90, 136, 0.54);
}

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

.list-item-2 {
  font-size: 17px;
  line-height: 1.5;
}

.list-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: -5px;
  padding-left: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 35px;
  grid-row-gap: 2px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  list-style-type: disc;
}

.list-2.onec {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.formwopadding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 85vw;
  margin: -70px auto 40px;
  -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 5px 20px -10px rgba(8, 17, 26, 0.3);
}

.bluebuuton {
  position: relative;
  overflow: hidden;
  padding: 10px 35px;
  background-color: rgba(58, 135, 254, 0.9);
  -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;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.bluebuuton:hover {
  background-color: #3a87fe;
  -webkit-transform: scale3d(1, 1, 5);
  transform: scale3d(1, 1, 5);
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 30px;
  -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;
  justify-items: end;
  -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;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-decoration: none;
}

.herorowtext {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #f4999e;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 -1px 6px #000, 0 1px 0 #0b3b63, 0 0 20px rgba(255, 255, 255, 0.5);
}

.stickywrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  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;
}

.mainbutton {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 50px;
  padding-right: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 1000px;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
}

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

._5050.diffbg1 {
  background-color: #d3e0eb;
}

.mainbutton-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 50px;
  padding-right: 70px;
  padding-left: 20px;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fad29a;
  text-decoration: none;
  cursor: pointer;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: -10vw;
  margin-bottom: 50px;
  padding: 70px 8% 50px;
  -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: #0b3b63;
}

.homes1 {
  position: relative;
}

.paragraph {
  color: #fff;
  font-size: 20px;
  font-style: italic;
  text-align: center;
}

._48_30hero {
  position: relative;
  margin-top: 0px;
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.container-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92vw;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.container-2.homes1c {
  z-index: 2;
  width: 80vw;
  max-width: none;
}

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

.dropdown-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 10px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0 5px 20px -15px rgba(8, 17, 26, 0.3);
}

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

.dropdownlink {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 6px 10px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.dropdownlink:hover {
  color: #0b3b63;
}

.paragraph-23 {
  height: 100%;
  margin-bottom: 0px;
  font-size: 17px;
}

.servicewrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  margin-top: 85px;
  padding: 50px 10% 50px 6%;
  -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: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 300px 1fr;
  grid-template-columns: 300px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 3px solid transparent;
  color: hsla(0, 0%, 100%, 0.69);
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
}

.link.w--current {
  border-left-style: solid;
  border-left-color: #f4999e;
  color: #f8b8bb;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  margin-left: 4px;
  padding-right: 12px;
  padding-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.title {
  margin-bottom: 0px;
  margin-left: 7px;
  padding-top: 16px;
  text-transform: uppercase;
}

.flex.cc {
  display: none;
}

.icon {
  width: 25px;
  height: 25px;
  max-width: none;
  margin-top: -2px;
  margin-right: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.icon.titlw {
  opacity: 0;
}

.icon.special {
  padding: 1px 1.5px;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 20px;
  padding-top: 16px;
  padding-bottom: 25px;
  -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-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #0b3b63;
  box-shadow: 0 16px 20px -12px rgba(34, 90, 136, 0.54);
}

.text-block-8 {
  color: #fcfdff;
  white-space: nowrap;
}

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

.heading {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 22px;
  line-height: 1.4;
}

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


.jobwrapper {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -96px;
  -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;
}

.jobapplyformwrapper {
  position: relative;
  z-index: 2;
  width: 84vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #fff;
}

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

.jobcontentwrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  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;
}

.stickycontent {
  position: -webkit-sticky;
  position: sticky;
  top: 231px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 25px;
  -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;
  border-radius: 30px;
}

.stickybgwrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 600px;
}

.topicon {
  height: 45px;
  padding-left: 3px;
}

._15080_13055 {
  padding-top: 161px;
  padding-bottom: 80px;
}

.paragraph-copy {
  margin-bottom: 23px;
  line-height: 1.6;
  font-weight: 300;
}

.paragraph-copy._1 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.div-block-48 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  padding: 45px 63px 63px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #fff;
  box-shadow: 0 0 30px -10px rgba(8, 17, 26, 0.3);
}

.text-block-12 {
  margin-top: 10px;
}

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

._25_21 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 500;
  text-align: left;
}

.paragraph-24 {
  width: 75%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.div-block-50 {
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  background-color: #f4999e;
}

._23_18 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 500;
  text-align: left;
}

._23_18.left {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
}

.footerparagraph {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  color: rgba(236, 240, 241, 0.9);
  font-size: 17px;
  line-height: 1.45;
}

.footerparagraph.last {
  margin-top: 10px;
  line-height: 1.5;
}

.footerparagraph.format1 {
  margin-top: 9px;
}

.footer_icon {
  width: 19px;
  height: 19px;
  margin-top: 2.5px;
  margin-right: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footerlink {
  display: inline;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: rgba(236, 240, 241, 0.9);
  text-decoration: none;
}

.footerlink:hover {
  color: #fff;
}

.footerlink.sub {
  margin-left: 10px;
  font-size: 17px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5vw;
  padding-left: 5vw;
  -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-3.footercontainer {
  position: relative;
  z-index: 3;
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  padding-right: 10vw;
  padding-left: 10vw;
  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: 35px;
  grid-row-gap: 25px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer {
  position: relative;
  z-index: 10;
  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;
}

.space {
  font-size: 13px;
}

.paymenticon-2 {
  overflow: hidden;
  height: 30px;
  margin-top: 8px;
  margin-right: 5px;
  border-radius: 3px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footwrapper {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #153756;
}

.footertitle {
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #ecf0f1;
  font-size: 35px;
  line-height: 1.2;
  text-decoration: none;
  text-shadow: 1px 1px 0 #46468f;
}

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

.footertitle.special1 {
  margin-top: 15px;
  font-size: 25px;
}

.footeritemwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 3px;
  padding-bottom: 4px;
  -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;
  line-height: 1;
}

.footermenu {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px none #fff;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: rgba(236, 240, 241, 0.9);
  font-size: 17px;
  line-height: 1.3;
  text-decoration: none;
}

.footermenu:hover {
  color: #fff;
}

.footermenu.nowrap {
  white-space: nowrap;
}

.footer-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 18vw;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.herobgimage {
  width: 100%;
  height: 110%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.sub-footer-2 {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 10%;
  background-color: transparent;
}

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

.subfootertext-2 {
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #e5e7e8;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
}

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

.link-7:hover {
  color: #ebf1f6;
  text-decoration: underline;
}

.divider60 {
  width: 60%;
  height: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(57, 139, 206, 0.8)), to(#0091ff));
  background-image: linear-gradient(90deg, rgba(57, 139, 206, 0.8), #0091ff);
}

.divider60.footerd {
  position: relative;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 0px;
  background-color: #f4999e;
  background-image: none;
}

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

.container-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85vw;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

._4055_3040 {
  padding-top: 40px;
  padding-bottom: 55px;
}

._4055_3040.special {
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 90px;
  background-color: #f7fbfb;
}

.div-block-1 {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-top: 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;
}

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

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

.formwpadding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 85vw;
  margin: -70px auto 40px;
  padding: 25px 22px 22px;
  -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 5px 20px -7px rgba(8, 17, 26, 0.3);
}

.nav-link-drop-down-3 {
  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-3:hover {
  color: #0b98dc;
  font-style: italic;
  font-weight: 700;
}

.nav-link-drop-down-3.dropdown {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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;
}

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

.burger-line-top {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
}

.burger-line-middle {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
}

.burger-line-bottom {
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  background-color: #fff;
}

.burger-button-wrapper {
  padding: 10px;
  cursor: pointer;
}

.div-block-69 {
  width: 90vw;
  margin-bottom: 60px;
}

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

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 10%;
  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-70 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ef6f53;
  font-size: 19px;
}

.paragraph-27 {
  margin-bottom: 0px;
  font-size: 17px;
}

.link-9 {
  color: #000;
  text-decoration: none;
}

.div-block-71 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 17px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 15px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.arrow {
  display: inline-block;
}

.dropdowniconwrapper {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 48px;
  min-height: 48px;
  min-width: 48px;
  -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 0 20px -10px rgba(8, 17, 26, 0.3);
  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;
  color: #0b3b63;
  text-decoration: none;
}

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

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

.jobdescriptionwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding: 10px 20px;
  -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;
  background-color: #ebf1f6;
  color: #0b3b63;
}

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

.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-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

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

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

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

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

.h3.dropdowntitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  margin-right: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 22px;
}

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

.paragraph-28 {
  margin-bottom: 30px;
  color: #ef6f53;
  font-weight: 700;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.slider {
  height: 43vw;
  max-height: 800px;
  background-color: transparent;
}

.slide {
  overflow: hidden;
  height: 100%;
}

.mask {
  height: 100%;
}

.div-block-72 {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.imagewrapper {
  width: 380px;
  height: 120%;
  background-image: url('../images/ford-transit_wobg.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

  .navbarlink {
    font-size: 1.2vw;
  }

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

  .nav-link-drop-down-2 {
    display: inline-block;
    margin-top: 4px;
  }

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

  .nav-link-drop-down-3 {
    display: inline-block;
    margin-top: 4px;
  }

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

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

@media screen and (max-width: 991px) {
  .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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .bg.gradient3 {
    background-image: linear-gradient(97deg, #fff 40%, transparent 75%);
  }

  .bg.gradient4 {
    background-image: linear-gradient(8deg, #fff 20%, transparent 72%);
  }

  .bg.gradient1 {
    display: block;
    background-image: linear-gradient(8deg, #fff 20%, transparent 72%);
  }

  .bg.gradient6 {
    display: block;
    background-image: linear-gradient(8deg, #fff 20%, transparent 72%);
  }

  .bg.gradient6 {
    display: block;
    background-image: linear-gradient(8deg, #fff 20%, transparent 72%);
  }

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

  .button.navutton {
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: none;
  }

  .tripformwrapper {
    margin-top: -20px;
    margin-bottom: 40px;
    padding: 30px 20px 25px;
  }

  .cardblock {
    padding-top: 30px;
    box-shadow: -6px 3px 15px 0 rgba(4, 16, 40, 0.07);
  }

  .image-3 {
    width: 70vw;
    height: 35vw;
  }

  .heading-2 {
    min-height: 55px;
    margin-bottom: 25px;
  }

  ._5050_2050 {
    padding-top: 30px;
  }

  .navmenu {
    position: absolute;
    z-index: 50;
    overflow: hidden;
    width: auto;
    height: auto;
    max-height: 80vh;
    max-width: 80vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3%;
    padding-left: 3%;
    background-color: #fff;
    box-shadow: 0 15px 20px -15px rgba(34, 90, 136, 0.54);
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -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-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

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

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

  .dropdown-list.w--open {
    position: static;
    -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;
  }

  .nav-container {
    padding-right: 20px;
    padding-left: 25px;
  }

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

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

  .nav-link-drop-down-2.dropdown {
    text-align: center;
  }

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

  .navbarlinkwrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  ._38_26 {
    font-size: 33px;
  }

  .div-block-12 {
    margin-top: 0vh;
  }

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

  .image-5 {
    height: 35vw;
  }

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

  .div-block-18 {
    width: 85%;
    margin-top: 10px;
    margin-bottom: 30px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-7 {
    top: 25px;
    height: 55px;
  }

  .certified {
    margin-top: 0px;
  }

  .paragraph-5 {
    width: 100%;
    margin-top: -5px;
    margin-bottom: 0px;
  }

  .div-block-2-copy {
    padding-bottom: 50px;
  }

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

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

  .servicecard {
    box-shadow: -6px 3px 15px 0 rgba(4, 16, 40, 0.07);
  }

  .formwopadding {
    margin-top: -25px;
  }

  .div-block-37 {
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .stickywrapper {
    position: relative;
    top: 0px;
  }

  .div-block-2 {
    margin-top: -80px;
    padding-top: 60px;
    padding-right: 7%;
    padding-left: 7%;
  }

  .paragraph {
    font-size: 20px;
  }

  ._48_30hero {
    font-size: 38px;
  }

  .div-block-6 {
    padding-bottom: 0px;
  }

  .dropdown-list-wrapper {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    -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-top-style: none;
    box-shadow: none;
  }

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

  .dropdownlink {
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
  }

  .servicewrapper {
    margin-top: 116px;
    padding-top: 30px;
    padding-right: 6%;
    -ms-grid-columns: 55px 1fr;
    grid-template-columns: 55px 1fr;
  }

  .flex.cc {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-right: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    cursor: pointer;
  }

  .flex.last {
    margin-bottom: 0px;
  }

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

  .sidebar {
    top: 138px;
    width: 280px;
    margin-right: 0px;
    padding-bottom: 16px;
  }

  .text-block-8.close {
    font-size: 14px;
    text-decoration: underline;
  }

  .div-block-45 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    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;
    background-color: #0b3b63;
  }

  .text-block-9 {
    display: none;
  }

  .jobwrapper {
    width: 100%;
    margin-top: -53px;
  }

  .jobcontentwrapper {
    padding-top: 0px;
  }

  .stickycontent {
    top: 215px;
    width: 85%;
  }

  .div-block-48 {
    margin-top: 50px;
    padding: 45px 54px 54px;
  }

  ._25_21 {
    font-size: 23px;
  }

  ._23_18 {
    font-size: 23px;
  }

  .footerparagraph {
    font-size: 17px;
  }

  .container-3.footercontainer {
    padding-right: 10vw;
    padding-left: 10vw;
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-51 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footertitle {
    margin-top: 0px;
    font-size: 35px;
  }

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

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

  ._4055_3040.special {
    padding-top: 55px;
    padding-bottom: 70px;
  }

  .div-block-1 {
    margin-top: 35px;
  }

  .formwpadding {
    margin-top: -25px;
  }

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

  .burger-line-top {
    background-color: #0b3b63;
  }

  .nav-menu-button {
    padding: 0px;
    -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;
    font-size: 30px;
  }

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

  .burger-line-middle {
    background-color: #0b3b63;
  }

  .burger-line-bottom {
    background-color: #0b3b63;
  }

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

  .div-block-5 {
    padding-right: 0%;
  }

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

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

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

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

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

  .slider {
    height: 50vw;
  }

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

  .imagewrapper {
    height: 200px;
    background-position: 0% 100%;
  }
}

@media screen and (max-width: 767px) {
  .body {
    display: block;
  }

  .pagewrapper {
    position: relative;
    margin-left: 0px;
  }

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

  .bg.imagebg {
    opacity: 0.76;
  }

  .bg.imagebg.sepcialbg2 {
    left: 0%;
    width: 100%;
    opacity: 0.44;
  }

  .bg.imagebg.specialbg1 {
    left: 20%;
    width: 80%;
    opacity: 0.44;
    -o-object-position: 30% 50%;
    object-position: 30% 50%;
  }

  .bg.imagebg.specialbg3 {
    left: 0%;
    width: 100%;
    opacity: 0.44;
  }

  .bg.imagebg.specialbg4 {
    left: 0%;
    width: 100%;
    opacity: 0.44;
  }

  .bg.gradient3 {
    height: 80vh;
  }

  .bg.gradient3 {
    display: none;
  }

  .bg.gradient4 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #fff), color-stop(37%, transparent));
    background-image: linear-gradient(0deg, #fff 1%, transparent 37%);
  }

  .bg.gradient1 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(11%, #fff), color-stop(64%, transparent));
    background-image: linear-gradient(0deg, #fff 11%, transparent 64%);
  }

  .bg.gradient2 {
    background-image: linear-gradient(80deg, #fff 31%, transparent 77%);
  }

  .bg.gradient6 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(11%, #fff), color-stop(64%, transparent));
    background-image: linear-gradient(0deg, #fff 11%, transparent 64%);
  }

  .bg.gradient6 {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(11%, #fff), color-stop(64%, transparent));
    background-image: linear-gradient(0deg, #fff 11%, transparent 64%);
  }

  .tripformwrapper {
    width: 90vw;
    margin-top: 5px;
    padding: 20px 5px 15px;
  }

  .image-3 {
    height: 40vw;
  }

  .heading-2 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  ._5050_2050 {
    padding-top: 30px;
  }

  .navmenu {
    max-height: 70vh;
    max-width: 88vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .nav-container {
    padding-right: 10px;
    padding-left: 15px;
  }

  .new-item-wrapper {
    padding: 5px 0px;
  }

  .navbar {
    height: 75px;
  }

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

  ._38_26 {
    font-size: 30px;
  }

  ._38_26.ergency {
    font-size: 30px;
  }

  .servicec {
    max-width: 480px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-5 {
    width: 100%;
    height: 45vw;
  }

  .div-block-18 {
    margin-top: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-7 {
    top: 15px;
    right: 20px;
  }

  .certified {
    padding-top: 15px;
    padding-bottom: 25px;
  }

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

  .div-block-2-copy {
    margin-top: 75px;
    padding-top: 40px;
    padding-bottom: 25px;
  }

  .div-block-32 {
    margin-top: -40px;
  }

  .list-2 {
    width: 100%;
    margin-left: 0px;
    padding-left: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .formwopadding {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .herorowtext {
    font-size: 16px;
    line-height: 1.3;
  }

  .div-block-2 {
    margin-bottom: 40px;
  }

  .paragraph {
    width: 90%;
    font-size: 16px;
    text-align: center;
  }

  ._48_30hero {
    font-size: 38px;
    line-height: 1.4;
  }

  .container-2.homes1c {
    width: 85vw;
  }

  .dropdown-list-wrapper {
    margin-top: -1px;
    margin-bottom: -3px;
  }

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

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

  .servicewrapper {
    margin-top: 102px;
    padding-bottom: 50px;
  }

  .sidebar {
    top: 120px;
  }

  .heading {
    font-size: 20px;
  }

  .jobwrapper {
    margin-top: -10px;
  }

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

  .stickycontent {
    position: static;
    width: 100%;
  }

  ._15080_13055 {
    padding-top: 134px;
    padding-bottom: 70px;
  }

  .paragraph-copy {
    font-size: 16.5px;
  }

  .div-block-48 {
    width: 105%;
    max-width: 95vw;
    padding: 37px 44px 44px;
  }

  .paragraph-24 {
    width: 100%;
    margin-bottom: 10px;
  }

  ._23_18 {
    font-size: 19px;
  }

  .footerlink {
    font-size: 17px;
  }

  .space {
    font-size: 7px;
  }

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

  .footermenu.nowrap {
    white-space: normal;
  }

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

  .subfooterwrapper-2 {
    height: auto;
  }

  .subfootertext-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .divider60.footerd {
    margin-top: 20px;
  }

  ._4055_3040 {
    padding-top: 35px;
  }

  ._4055_3040.special {
    padding-top: 59px;
  }

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

  .div-block-71 {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

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

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

  .h3 {
    font-size: 22px;
  }

  .h3.dropdowntitle {
    margin-right: 50px;
  }

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

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

  .slider {
    height: 350px;
  }
}

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

  .bg.imagebg.specialbg4 {
    max-height: 400px;
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
  }

  .bg.herobgg {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: none;
  }

  .bg.gradient6 {
    max-height: 400px;
  }

  .tripformwrapper {
    width: 100vw;
    margin-bottom: 0px;
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .cardblock {
    padding-bottom: 15px;
  }

  .image-3 {
    width: 60vw;
    height: 160px;
  }

  .heading-2 {
    min-height: 50px;
    margin-right: 70px;
  }

  ._5050_2050 {
    padding-top: 20px;
  }

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

  .div-block-10 {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .navbarlink {
    text-align: center;
  }

  .nav-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navbar {
    height: 70px;
    margin-top: 10px;
  }

  .brand {
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  ._38_26 {
    font-size: 26px;
    line-height: 1.2;
  }

  ._38_26.ergency {
    font-size: 22px;
  }

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

  ._21_19_d {
    font-size: 18px;
  }

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

  .image-5 {
    height: 50vw;
  }

  .div-block-18 {
    margin-top: 15px;
  }

  .image-7 {
    top: 30px;
    right: 18px;
    height: 50px;
  }

  .certified {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-5 {
    line-height: 1.4;
  }

  .div-block-2-copy {
    padding-top: 30px;
  }

  .div-block {
    padding-right: 15px;
    padding-left: 15px;
  }

  .paragraph-10 {
    line-height: 1.5;
    font-weight: 500;
  }

  .servicecard {
    width: 100%;
    max-width: none;
    padding-bottom: 15px;
  }

  .div-block-32 {
    width: 90%;
    grid-row-gap: 5px;
  }

  .div-block-33 {
    width: 80px;
    height: 65px;
  }

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

  .list-2 {
    margin-top: 0px;
    padding-left: 20px;
  }

  .formwopadding {
    max-width: 100vw;
    margin-bottom: 0px;
  }

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

  .div-block-37 {
    margin-top: 15px;
    margin-bottom: 20px;
    justify-items: start;
    grid-row-gap: 0px;
  }

  .herorowtext {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 15px;
  }

  .div-block-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph {
    margin-top: 0px;
  }

  ._48_30hero {
    font-size: 25px;
  }

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

  .dropdownlink {
    white-space: normal;
  }

  .paragraph-23 {
    margin-top: 3px;
    font-size: 16px;
  }

  .servicewrapper {
    margin-top: 94px;
    padding: 20px 3% 40px;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .link {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    white-space: normal;
  }

  .icon {
    z-index: 0;
    margin-top: -1px;
  }

  .sidebar {
    position: fixed;
    left: auto;
    top: auto;
    right: 20px;
    bottom: 20px;
    max-width: 80vw;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 3px;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }

  .text-block-8 {
    font-size: 15.5px;
  }

  .text-block-8.close {
    font-size: 13px;
  }

  .sidebarlink {
    font-size: 14px;
  }

  .div-block-45 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    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;
    cursor: pointer;
  }

  .text-block-9 {
    display: block;
    color: #fcfdff;
    font-size: 15px;
  }

  .jobapplyformwrapper {
    width: 100vw;
  }

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

  .stickycontent {
    top: 185px;
    margin-top: 20px;
  }

  ._15080_13055 {
    padding-top: 130px;
    padding-bottom: 55px;
  }

  .paragraph-copy {
    font-size: 15px;
  }

  .div-block-48 {
    margin-top: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 28px;
  }

  ._25_21 {
    font-size: 21px;
  }

  ._23_18 {
    font-size: 18px;
  }

  .footerparagraph {
    font-size: 16px;
  }

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

  .footer_icon {
    height: 16px;
    margin-top: 3.5px;
    margin-right: 8px;
  }

  .footerlink {
    font-size: 16px;
  }

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

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

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

  .paymenticon-2 {
    height: 27px;
  }

  .footwrapper {
    padding-top: 40px;
  }

  .footertitle {
    margin-bottom: 5px;
    font-size: 27px;
  }

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

  .footermenu {
    font-size: 16px;
  }

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

  .subfooterwrapper-2 {
    height: auto;
  }

  .subfootertext-2 {
    font-size: 13px;
  }

  .divider60 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  ._4055_3040 {
    padding-bottom: 40px;
  }

  ._4055_3040.special {
    padding-top: 49px;
    padding-bottom: 58px;
  }

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

  .formwpadding {
    max-width: 100vw;
    margin-bottom: 0px;
    padding: 18px 14px 14px;
    box-shadow: none;
  }

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

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

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

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

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

  .jobdescriptionwrapper {
    padding-top: 7px;
    padding-bottom: 7px;
  }

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

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

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

  .h3 {
    font-size: 20px;
  }

  .h3.dropdowntitle {
    min-height: 40px;
    font-size: 20px;
  }

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

  .imagewrapper {
    width: 100%;
    height: 150px;
  }
}

#w-node-_971dec50-d357-5469-eb9f-f3301d3629ba-5b445ae8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b040-de35b03d {
  -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;
}

#w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b04d-de35b03d {
  -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;
}

#contact.w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b056-de35b03d {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b06f-de35b03d {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9469fd86-d7e9-7614-b728-19aab859b3a3-de35b03d {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -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-d2a8afa0-e9cc-00bc-fae3-eebcde35b040-de35b03d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b04d-de35b03d {
    -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;
  }

  #contact.w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b056-de35b03d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b06f-de35b03d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_9469fd86-d7e9-7614-b728-19aab859b3a3-de35b03d {
    -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: 767px) {
  #w-node-_27e67815-b355-8a67-8f9f-8d76f267a029-5b445ae8 {
    -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-d2a8afa0-e9cc-00bc-fae3-eebcde35b04d-de35b03d {
    -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;
  }

  #contact.w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b056-de35b03d {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-d2a8afa0-e9cc-00bc-fae3-eebcde35b06f-de35b03d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9469fd86-d7e9-7614-b728-19aab859b3a3-de35b03d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_38ebee39-ed79-9643-4403-b483f9d92ac2-20445aed {
    -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-c9a895b4-c265-dfc1-9ac0-73a3a80cb52b-a80cb52b {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_38ebee39-ed79-9643-4403-b483f9d92ac2-89445af1 {
    -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;
  }
}

