h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

.body {
  font-family: 'Noto Sans Display', sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.navbartop {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  max-width: 100%;
  min-width: 100%;
  -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;
  background-color: #1f1f1f;
}

.navtop-paragraph {
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.navtop-paragraph.mobile {
  display: none;
}

.link {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.html-embed {
  display: none;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  width: 100vw;
  height: 15vh;
  max-width: 100vw;
  margin-top: 5vh;
  background-color: #fff;
  -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;
}

.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.black {
  display: none;
  border-radius: 25px;
  background-color: rgba(0, 0, 128, 0.2);
}

.bg.white {
  background-color: rgba(247, 248, 248, 0.8);
}

.bg.navbarlinkicon {
  left: -12px;
  top: auto;
  right: auto;
  bottom: auto;
  display: none;
  height: 25px;
  max-width: 90%;
}

.bg.herobg {
  left: auto;
  right: auto;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(36, 45, 49, 0.85);
}

.bg.image.hero {
  -o-object-position: 50% 30%;
  object-position: 50% 30%;
}

.bg.serviceblockcover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(67%, transparent), to(rgba(62, 93, 108, 0.93)));
  background-image: linear-gradient(180deg, transparent 67%, rgba(62, 93, 108, 0.93));
}

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

._32_25 {
  color: #56a5c4;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
}

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

._32_25.center.et {
  margin-top: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #e7514e;
  text-align: center;
}

.container-2 {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2._84vw {
  position: relative;
  max-width: 1300px;
  padding-right: 8vw;
  padding-left: 8vw;
}

.container-2.special {
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
}

._3050_2535 {
  position: relative;
  overflow: hidden;
  padding-top: 72px;
  padding-bottom: 72px;
  padding-left: 0px;
}

.button {
  position: relative;
  overflow: hidden;
  margin-bottom: 0px;
  padding: 12px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #242d31;
  background-color: transparent;
  box-shadow: 0 1px 7px 0 transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #242d31;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.032em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.button:hover {
  background-color: #242d31;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.32);
  color: #fff;
}

.button.is--primary {
  border-color: #fff;
  background-color: #fff;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  color: #242d31;
  letter-spacing: 0.032em;
}

.button.is--primary:hover {
  background-color: transparent;
  color: #fff;
}

.button.is--secondary {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  letter-spacing: 0.032em;
}

.button.is--secondary:hover {
  background-color: #000;
}

.button.navb {
  padding: 10px 20px;
}

.button.herob2 {
  border-color: #fff;
  background-color: rgba(86, 165, 196, 0.15);
  color: #fff;
  letter-spacing: 0.032em;
}

.button.herob2:hover {
  background-color: #56a5c4;
}

.button.speical {
  margin-left: 120px;
}

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

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  -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;
}

.pagewrapper {
  overflow: hidden;
  background-color: #fff;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.pagewrapper.homep {
  margin-top: 0px;
}

.trianglebutton {
  position: relative;
  width: 8vh;
  height: 7.12vh;
  margin-left: 1.5vw;
  background-image: none;
  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);
}

.div-block-13 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 23vw;
  bottom: auto;
  z-index: 1000;
  display: none;
  padding: 10px 12px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #fffaa0;
  box-shadow: 0 1px 8px 0 #000;
}

.text-span-12 {
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

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

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

._5050_3040.dbg1 {
  background-color: #e2e9ec;
}

.homefeaturewrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 295px;
  height: 320px;
  margin: 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
  cursor: pointer;
}

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

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

.featurefront {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

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

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

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

.image-3 {
  position: relative;
  display: none;
  height: 70px;
  margin-bottom: 3vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 25px);
  transform: translate3d(0px, 0px, 25px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.paragraph-15 {
  position: relative;
  margin-bottom: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 25px);
  transform: translate3d(0px, 0px, 25px);
  color: #000;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.paragraph-15.back {
  padding: 10px 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 25px);
  transform: translate3d(0px, 0px, 25px);
  color: #f7f8f8;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.paragraph-15.is--text-white {
  color: #fff;
}

.featureback {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #242d31;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.featureback.is--left {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.featureback.is--right {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.slideright {
  display: -ms-grid;
  display: grid;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slideleft {
  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: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.slideitem-copy:hover {
  border-bottom-color: #81c4ee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(132, 168, 191, 0.5)), to(rgba(132, 168, 191, 0.5))), none;
  background-image: linear-gradient(180deg, rgba(132, 168, 191, 0.5), rgba(132, 168, 191, 0.5)), none;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 20px 10px -10px rgba(0, 0, 0, 0.3);
}

.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-flow: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paymenticon {
  overflow: hidden;
  height: 30px;
  margin-top: 6px;
  margin-right: 6px;
  border-radius: 3px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.32);
  -o-object-fit: contain;
  object-fit: contain;
}

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

.divider60 {
  width: 60%;
  height: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(240, 85, 38, 0.9)), to(#e62332));
  background-image: linear-gradient(90deg, rgba(240, 85, 38, 0.9), #e62332);
}

.divider60.footerd {
  position: relative;
  width: 80%;
  margin-bottom: 0px;
  background-color: rgba(229, 231, 232, 0.31);
  background-image: none;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.footer_icon-2 {
  height: 18px;
  margin-top: 4px;
  margin-right: 10px;
}

.footertitle-2 {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #fcfdff;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
}

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

.footerparagraph-2 {
  margin-bottom: 0px;
  padding-left: 0px;
  color: #e5e7e8;
  font-size: 16px;
  line-height: 1.5;
}

.footerparagraph-2.main {
  font-size: 17px;
  line-height: 1.6;
}

.footerparagraph-2.titlenop {
  margin-bottom: 3px;
  color: #fcfdff;
  font-size: 20px;
  font-weight: 600;
}

.footer-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -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;
  background-color: #242d31;
  box-shadow: 0 -2px 20px 0 rgba(79, 90, 102, 0.14);
}

.footer-content-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-bottom: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-decoration: none;
}

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

.link-5:hover {
  color: #fcfdff;
  text-decoration: underline;
}

.footeritemwrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 35vw;
  margin-right: 2%;
  margin-bottom: 10px;
  -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;
}

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

.footerlink-2 {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #e5e7e8;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}

.footerlink-2:hover {
  color: #fcfdff;
}

.footerlink-2.w--current {
  font-weight: 500;
}

.footerlink-2._20left {
  margin-right: 40px;
  line-height: 1.6;
}

.footerlink-2._20left {
  margin-right: 40px;
}

.sub-footer-4 {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 15px 10%;
}

.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-3 {
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #e5e7e8;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  text-align: left;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbarlinkwrapper-2 {
  position: relative;
}

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

.new-item-wrapper-2.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  width: 100vw;
  height: 80px;
  max-width: 100%;
  min-width: 100%;
  background-color: hsla(0, 0%, 100%, 0.9);
  -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;
}

.navbarlink-2 {
  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: 14px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.navbarlink-2.w--current {
  color: #242d31;
  font-weight: 800;
}

.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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  -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: rgba(255, 255, 255, 0.59);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

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

.button-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
  background-color: transparent;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

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

.hero-title {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #f7f8f8;
  font-size: 72px;
  line-height: 1.3;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

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

.hero_btn-row {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.homesection1 {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: transparent;
}

.homes1content {
  position: relative;
  z-index: 1;
  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;
  color: #fff;
  font-weight: 500;
}

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

.div-block-57 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  -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;
}

.p {
  margin-bottom: 0px;
}

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

.mainwrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.whitedivider {
  position: relative;
  z-index: 999;
  width: 0.5px;
  height: 100%;
  background-color: #fff;
}

.content-container {
  width: 100%;
  height: auto;
  -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-2 {
  position: relative;
  margin-bottom: 15px;
  color: #fff;
  font-size: 17px;
}

.contentwrapper {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 40vw;
  padding-right: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.contentwrapper:hover {
  background-color: rgba(0, 10, 14, 0.72);
}

.pageloadcover {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  -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: #fff;
}

.image-12 {
  width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.list-copy {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-left: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.special {
  display: inline-block;
}

.imagediv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 40vw;
  max-height: 500px;
  max-width: 900px;
  -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-perspective: 20px;
  perspective: 20px;
}

.borderp {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border: 12px solid #ecf0f1;
}

.imagep {
  position: relative;
  display: block;
  width: 96%;
  height: 93%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 25%;
  object-position: 50% 25%;
}

._5050_76 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  text-align: center;
}

.imagecover {
  position: absolute;
  left: -5%;
  top: -5%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: none;
  width: 110%;
  height: 110%;
  background-color: #fff;
}

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

.div-block-58 {
  display: -ms-grid;
  display: grid;
  max-width: 80vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.div-block-17 {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  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;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-6 {
  width: 100px;
  margin-right: 20px;
  -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;
}

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

.blockwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -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;
}

.blockwrapper.first {
  max-width: 100%;
}

.list {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 20px;
  list-style-type: disc;
}

.list-item-2 {
  text-align: left;
  list-style-type: disc;
}

.formwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  padding: 13px;
  -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;
}

.html-embed-2 {
  display: none;
}

.formsection {
  position: relative;
  padding-top: 40px;
  padding-bottom: 10px;
  background-color: #fff;
  text-align: center;
}

.feewrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 80vw;
  -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: 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: 16px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.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: #8dccff;
  text-decoration: none;
  cursor: pointer;
}

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

.bg-3.pricing {
  border-style: solid;
  border-width: 10px;
  border-color: #242d31;
  background-color: #fff;
}

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

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

.pricingtab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
  border-radius: 3px;
}

.pricingtab:hover {
  box-shadow: 0 7px 16px -5px rgba(36, 45, 49, 0.76);
}

.paragraph-18 {
  margin-bottom: 5px;
  font-size: 16px;
}

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

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

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

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

.pricingtitle {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
  color: #000;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}

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

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

.detailrate.sub {
  font-size: 15px;
}

.ratesection {
  position: relative;
  padding-top: 30px;
  padding-bottom: 70px;
}

.paragraph-18-copy {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 15px;
}

.divider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 80vw;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #3e5d6c;
}

.logo_text {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.navabr_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  -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_lead {
  margin-bottom: 0px;
  text-align: center;
}

.spacer_hero {
  padding-top: 12px;
  padding-bottom: 12px;
}

.hero_content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
  padding-bottom: 48px;
  -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;
}

.hero_subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.counties_bg {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
}

.counties_bg.shadow {
  box-shadow: 0 3px 19px 0 rgba(36, 45, 49, 0.1);
}

.counties_text {
  margin-bottom: 0px;
  padding: 12px 24px;
  color: #56a5c4;
  font-size: 18px;
  font-weight: 500;
}

.hero_title-container {
  position: relative;
  overflow: hidden;
}

.hero_title-underline {
  height: 2px;
  background-color: #fff;
}

._38_28 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #242d31;
  line-height: 1.4em;
  font-weight: 500;
}

._38_28.is--text-bold {
  position: relative;
  font-weight: 700;
}

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

.section-title_underline-container {
  position: relative;
  overflow: hidden;
}

.div-block-59 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 87px;
  height: 3px;
  background-color: #56a5c4;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

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

.spacer_24 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.h3 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.032em;
  text-transform: uppercase;
}

.h3.is--text-dark {
  color: #242d31;
}

.feature_overlay {
  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;
  background-color: rgba(0, 10, 14, 0.72);
}

.features_content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  -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;
}

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

.div-block-7-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  -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 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.spacer_44 {
  padding-top: 22px;
  padding-bottom: 22px;
}

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

.logos_row {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 80vw;
  padding-top: 48px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #679cb4;
}

.logos_row.noborder {
  border-top-style: none;
}

.logo {
  height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #c2c2c2;
  font-size: 26px;
  font-weight: 700;
}

.paragraph-25 {
  font-size: 20px;
  text-align: center;
}

.image-13 {
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 10px;
  border-color: #e2e9ec;
}

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

.dropdown-list-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 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: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
}

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

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

.dropdownlink {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #3e5d6c;
  font-size: 1.2vw;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

.dropdownlink:hover {
  background-color: #56a5c4;
  color: #fcfdff;
}

.dropdownlink.w--current {
  color: #000;
}

.dropdownlink.w--current:hover {
  color: #fff;
}

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

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

.brand {
  height: 12vw;
  -o-object-fit: contain;
  object-fit: contain;
}

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

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

.text-block {
  position: absolute;
  text-align: center;
}

.buttonbg {
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #3e41e8;
  opacity: 0;
}

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

.link-block-2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 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;
  border: 3px solid #3e41e8;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #3e41e8;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block-2:hover {
  color: #fff;
}

.mapwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32vw;
  height: 45.852vw;
  max-height: 558.824px;
  max-width: 390px;
  margin-top: 10%;
  -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;
}

.list-copy-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-left: 20px;
  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;
}

._34_22 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #081d28;
  font-size: 34px;
  line-height: 1.3;
  text-align: center;
}

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

.mapsection {
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px;
}

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

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

.div-block-35 {
  position: absolute;
  left: 0.5%;
  top: 0.5%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 95.5%;
  height: 66.5%;
  border-radius: 1000px;
}

.div-block-35.mapblur {
  display: block;
  background-color: hsla(0, 0%, 100%, 0.65);
}

._7272_3030 {
  position: relative;
  overflow: hidden;
  padding-top: 72px;
  padding-bottom: 72px;
  padding-left: 0px;
}

.p1 {
  margin-bottom: 0px;
}

.paragraph-26 {
  margin-bottom: 30px;
  font-size: 20px;
}

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

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

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

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

.container-5 {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -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;
}

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

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

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

.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 6px 20px 0 rgba(31, 36, 50, 0.2);
  cursor: pointer;
}

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

.jobdescriptionwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  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: 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: #f5f7fa;
}

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

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

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

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

.paragraph-7 {
  margin-bottom: 30px;
  line-height: 1.6;
  text-align: center;
}

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

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

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

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

.arrow {
  display: inline-block;
}

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

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



.formwrapper-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  -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;
}

@media screen and (min-width: 1440px) {
  .navbartop {
    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;
  }

  .navtop-paragraph {
    display: block;
    width: 100%;
    text-align: left;
  }

  .nav-link-drop-down {
    display: inline-block;
    margin-top: 4px;
    line-height: 1em;
  }

  .bg.image.hero {
    -o-object-position: 50% 30%;
    object-position: 50% 30%;
  }

  .navbar-2 {
    margin-top: 0px;
  }

  .nav-container-2 {
    background-color: #fff;
  }

  .contentwrapper {
    height: 30vw;
  }

  .pageloadcover {
    display: none;
  }

  .image-12 {
    -webkit-filter: saturate(0%);
    filter: saturate(0%);
  }

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

  .pricingtab {
    overflow: visible;
  }

  .text_lead {
    margin-bottom: 0px;
    font-family: 'Noto Sans Display', sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.032em;
    text-transform: uppercase;
  }

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

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

  .rates_grid {
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

  .dropdownlink {
    border-radius: 0px;
    line-height: 1.6;
  }

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

  .mapcontainer {
    max-width: 75%;
  }

  .mapsection {
    padding-bottom: 120px;
  }

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

  ._4590_2540 {
    padding-bottom: 120px;
  }

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

@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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .navbar {
    margin-top: 5vh;
  }

  .button-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: 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.serviceblockcover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(59%, transparent), color-stop(94%, rgba(62, 93, 108, 0.93)));
    background-image: linear-gradient(180deg, transparent 59%, rgba(62, 93, 108, 0.93) 94%);
  }

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

  ._32_25.center.et {
    margin-top: 0px;
  }

  ._3050_2535 {
    padding-bottom: 35px;
  }

  .button.navb {
    border-color: #e2e9ec;
    color: #e2e9ec;
  }

  .button.navb:hover {
    background-color: #56a5c4;
  }

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

  .div-block-13 {
    right: 30vw;
  }

  .homefeaturewrapper {
    width: 270px;
    height: 280px;
    margin-right: 8px;
    margin-left: 8px;
  }

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

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

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

  .featureback.is--left {
    border-radius: 0px;
  }

  .featureback.is--right {
    border-radius: 0px;
  }

  .slideright {
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slideleft {
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slideitem-copy {
    width: 35vw;
    height: 20vw;
    margin-top: 10px;
    border-radius: 20px;
  }

  .space-2 {
    font-size: 10px;
  }

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

  .div-block-37 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footertitle-2 {
    font-size: 35px;
  }

  .footerparagraph-2.main {
    font-size: 16.5px;
  }

  .footerparagraph-2.titlenop {
    margin-bottom: 0px;
  }

  .footer-2 {
    padding-top: 35px;
  }

  .footer-content-block-2 {
    margin-bottom: 0px;
    text-align: left;
  }

  .navbuttonicons-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    min-height: 18px;
    -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;
  }

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

  .new-item-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .nav-menu-button-2 {
    width: 45px;
    min-height: 45px;
    min-width: 45px;
    padding: 0px;
    -webkit-perspective: 10000px;
    perspective: 10000px;
    -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-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, 255, 255, 0.38);
  }

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

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

  .navbarlink-2 {
    color: #e5e7e8;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }

  .navbarlink-2.w--current {
    color: #fcfdff;
  }

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

  .div-block-41 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60vw;
    height: 100vh;
    padding-top: 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;
  }

  .navmenu-2 {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    width: auto;
    height: 100vh;
    max-height: 100vh;
    padding-right: 3%;
    padding-left: 3%;
    background-color: #242d31;
    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-medium-2 {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .hero-title {
    font-size: 40px;
  }

  .container.heroc {
    padding-right: 36px;
    padding-left: 36px;
  }

  .hero_btn-row {
    grid-column-gap: 2vw;
  }

  .homesection1 {
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .homes1content {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .content-container {
    overflow: hidden;
  }

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

  .contentwrapper {
    height: 45vw;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .list-copy {
    width: 100%;
  }

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

  .imagep {
    width: 95%;
    height: 92%;
  }

  ._5050_76 {
    padding-bottom: 40px;
  }

  .div-block-58 {
    max-width: 90vw;
  }

  .formwrapper {
    width: 85vw;
  }

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

  .pricingtab {
    max-width: 60vw;
  }

  .ratewrapper {
    margin-bottom: 20px;
  }

  .pricingtitle {
    min-height: 0px;
    font-size: 25px;
  }

  .ratesection {
    padding-bottom: 50px;
  }

  .divider {
    width: 85vw;
  }

  ._38_28 {
    font-size: 32px;
    line-height: 1.3em;
  }

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

  .h3 {
    font-size: 24px;
    line-height: 1.3;
  }

  .feature_overlay {
    background-color: rgba(36, 45, 49, 0.72);
  }

  .feature_bg {
    width: 100%;
  }

  .spacer_44 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .logos_row {
    max-width: 90vw;
  }

  .logo {
    -webkit-transition: -webkit-filter 350ms ease;
    transition: -webkit-filter 350ms ease;
    transition: filter 350ms ease;
    transition: filter 350ms ease, -webkit-filter 350ms ease;
  }

  .logo:hover {
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
  }

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

  .dropdown-list-wrapper-2 {
    margin-top: 2px;
    margin-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.09);
  }

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

  .dropdownlink {
    padding: 5px 10px;
    color: #e5e7e8;
    font-size: 17px;
    text-align: center;
    white-space: normal;
  }

  .dropdownlink.w--current {
    color: #fcfdff;
  }

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

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

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

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

  .mapwrapper {
    width: 55vw;
    height: 78.808vw;
    margin-top: 0%;
  }

  .list-copy-2 {
    display: none;
    margin-bottom: 15px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  ._34_22 {
    font-size: 30px;
  }

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

  .mapsection {
    padding-bottom: 60px;
  }

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

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

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

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

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

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

  .jobwrapper {
    width: 90%;
  }

  .jobcontentwrapper {
    padding-top: 0px;
  }

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

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

@media screen and (max-width: 767px) {
  .body {
    line-height: 1.5;
  }

  .bg.serviceblockcover {
    display: none;
  }

  .yellowbutton.navbarbutton {
    display: none;
  }

  ._32_25 {
    margin-top: 0px;
    font-size: 28px;
  }

  .container-2 {
    height: auto;
    padding-right: 18px;
    padding-left: 18px;
  }

  .button {
    font-size: 16px;
  }

  .button.navb {
    line-height: 1.2;
  }

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

  .trianglebutton {
    display: none;
  }

  .div-block-13 {
    top: 5vh;
    right: 15vw;
    padding: 5px 8px;
  }

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

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

  ._5050_3040 {
    padding-top: 40px;
  }

  .homefeatureswrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .paragraph-15.back {
    font-size: 16.5px;
    line-height: 1.5;
  }

  .slideitem-copy {
    margin-bottom: 0px;
    padding-top: 1.3vh;
    padding-bottom: 1.3vh;
  }

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

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

  .div-block-37 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .footertitle-2 {
    font-size: 30px;
  }

  .footerparagraph-2.main {
    line-height: 1.5;
  }

  .footer-2 {
    padding-top: 27px;
  }

  .footeritemwrapper-2 {
    min-width: 0vw;
    margin-right: 10%;
    margin-bottom: 10px;
  }

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

  .subfooterwrapper-2 {
    height: auto;
  }

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

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

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

  .navbar-2 {
    height: 75px;
  }

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

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

  .navmenu-2 {
    left: auto;
    top: 0px;
    right: 0%;
    bottom: 0%;
    margin-top: 0px;
    -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;
  }

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

  .hero-title {
    font-size: 37px;
  }

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

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

  .homesection1 {
    padding-top: 80px;
    padding-bottom: 78px;
  }

  .homes1content {
    padding-right: 17px;
    padding-left: 17px;
  }

  .mainwrapper {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .whitedivider {
    display: none;
    width: 100%;
    height: 0.5px;
  }

  .content-container {
    position: relative;
    border-bottom: 1px solid #fff;
  }

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

  .contentwrapper {
    height: auto;
    min-height: 30vh;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(0, 10, 14, 0.72);
  }

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

  .special {
    margin-top: 5px;
  }

  .imagediv {
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .borderp {
    border-width: 8px;
  }

  ._5050_76 {
    padding-top: 23px;
    padding-bottom: 38px;
  }

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

  .div-block-17 {
    margin-top: 4px;
  }

  .div-block-18 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-6 {
    margin-right: 20px;
  }

  .blockwrapper {
    margin-top: 5px;
  }

  .blockwrapper.first {
    margin-top: 0px;
  }

  .formsection {
    padding-top: 23px;
  }

  .feewrapper {
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .detailrates {
    padding-bottom: 30px;
  }

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

  .divider-2 {
    height: 0.7px;
  }

  .pricingtitle {
    font-size: 25px;
  }

  .ratesection {
    padding-top: 20px;
  }

  .paragraph-18-copy {
    margin-top: 5px;
  }

  .hero_content-container {
    width: 100%;
  }

  .hero_subtitle {
    font-size: 24px;
    text-align: center;
  }

  .h3 {
    font-size: 22px;
    line-height: 1.3;
  }

  .feature_overlay {
    display: none;
    background-color: rgba(36, 45, 49, 0.72);
  }

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

  .logo_container {
    padding-right: 18px;
    padding-left: 18px;
  }

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

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

  .dropdownlink {
    margin-bottom: 0px;
    padding-top: 6px;
    padding-bottom: 5px;
    font-size: 16px;
  }

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

  .brand {
    height: 14vw;
  }

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

  .text-block {
    font-size: 17px;
  }

  .mapwrapper {
    width: 70vw;
    height: 100.302vw;
    max-height: 487.18px;
    max-width: 340px;
    margin-top: 0px;
  }

  ._34_22 {
    font-size: 25px;
  }

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

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

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

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

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

  ._25_20 {
    font-size: 23px;
  }

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

  ._4590_2540 {
    padding-top: 35px;
  }

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

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

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

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

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

  .navbartop {
    height: 55px;
  }

  .navtop-paragraph {
    display: none;
  }

  .navtop-paragraph.mobile {
    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;
  }

  .link {
    display: inline-block;
  }

  .navbar {
    margin-top: 9vh;
  }

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

  ._32_25 {
    font-size: 25px;
  }

  ._32_25.center.et {
    margin-top: 0px;
  }

  .container-2 {
    padding-right: 7vw;
    padding-left: 6vw;
  }

  .button {
    margin-bottom: 0px;
    padding: 10px 22px;
    font-size: 15px;
    line-height: 1.3;
  }

  .button.navb {
    font-size: 15.5px;
    line-height: 1.2;
  }

  .button.speical {
    margin-left: 0px;
  }

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

  .div-block-13 {
    top: 9vh;
    right: 20vw;
  }

  .text-span-12 {
    font-size: 3.5vw;
  }

  .paragraph-14 {
    font-size: 3vw;
  }

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

  .homefeaturewrapper {
    width: 80vw;
    height: 80vw;
    max-height: 390px;
    max-width: 350px;
  }

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

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

  .slideitem-copy {
    width: 80vw;
    height: 50vw;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

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

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

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

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

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

  .footer-content-block-2 {
    max-width: 95%;
  }

  .footeritemwrapper-2 {
    margin-right: 0%;
    margin-bottom: 5px;
  }

  .footerwrapper {
    padding-right: 8%;
    padding-left: 8%;
  }

  .footerlink-2._20left {
    margin-right: 0px;
  }

  .sub-footer-4 {
    padding-top: 10px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .subfooterwrapper-2 {
    height: auto;
  }

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

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

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

  .navbar-2 {
    height: 70px;
  }

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

  .div-block-41 {
    width: 70vw;
    padding-top: 20px;
  }

  .nav-container-2 {
    padding-right: 3vw;
    padding-left: 3vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .hero-title {
    margin-bottom: 7px;
    font-size: 30px;
    line-height: 1.2;
  }

  .container {
    padding-right: 13px;
    padding-left: 13px;
  }

  .container.heroc {
    padding-right: 12px;
    padding-left: 12px;
  }

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

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

  .p {
    margin-bottom: 20px;
  }

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

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

  ._5050_76 {
    padding-top: 7vw;
    padding-bottom: 6vw;
  }

  .div-block-17 {
    margin-top: 9px;
  }

  .div-block-18 {
    -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-6 {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .formwrapper {
    width: 95vw;
    padding: 7px;
  }

  .formsection {
    padding-top: 18px;
  }

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

  .pricingtab {
    max-width: none;
  }

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

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

  .pricingtitle {
    font-size: 22px;
  }

  .detailrate {
    font-size: 16px;
  }

  .ratesection {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .paragraph-18-copy {
    font-size: 14.5px;
  }

  .hero_subtitle {
    font-size: 18px;
  }

  ._38_28 {
    font-size: 28px;
  }

  .h3 {
    font-size: 20px;
  }

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

  .spacer_44 {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .logos_row {
    padding-top: 30px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .logo_container {
    padding-right: 13px;
    padding-left: 13px;
  }

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

  .dropdownlink {
    font-size: 15px;
    text-align: center;
    white-space: normal;
  }

  .brand {
    height: 25vw;
  }

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

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

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

  ._34_22 {
    font-size: 22px;
  }

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

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

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

  ._7272_3030 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

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

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

  ._25_20 {
    font-size: 18px;
  }

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

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

  .jobapplyformwrapper {
    width: 95vw;
  }

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

  .emaillink {
    font-size: 3.2vw;
  }

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

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

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

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

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

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

  .formwrapper-copy {
    width: 95vw;
  }
}

#w-node-_3c871e0d-9d5e-1213-af10-4462f6f70ce8-1ced5037 {
  -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-_3c871e0d-9d5e-1213-af10-4462f6f70ceb-1ced5037 {
  -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-_4a9c9c8d-0afe-5598-4546-204665a4a2aa-1ced5037 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3c871e0d-9d5e-1213-af10-4462f6f70d20-1ced5037 {
  -ms-grid-column-align: center;
  justify-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: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_62a7dd4a-acc8-e03c-3c81-bb1d1f285bbe-2a4f25cc {
  -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;
}

@media screen and (max-width: 991px) {
  #w-node-_3c871e0d-9d5e-1213-af10-4462f6f70ce8-1ced5037 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_3c871e0d-9d5e-1213-af10-4462f6f70ceb-1ced5037 {
    -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-_4a9c9c8d-0afe-5598-4546-204665a4a2aa-1ced5037 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3c871e0d-9d5e-1213-af10-4462f6f70d20-1ced5037 {
    -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-_1586a353-1488-928f-7af0-1f03c6eb36be-1ced5037 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3c871e0d-9d5e-1213-af10-4462f6f70ce8-1ced5037 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_3c871e0d-9d5e-1213-af10-4462f6f70ceb-1ced5037 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_3c871e0d-9d5e-1213-af10-4462f6f70d20-1ced5037 {
    -ms-grid-column-align: center;
    justify-self: center;
    -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;
  }

  #w-node-_1586a353-1488-928f-7af0-1f03c6eb36be-1ced5037 {
    -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-bbe04870-d0f8-326f-3d79-bfad13750a55-1ced5037 {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-bbe04870-d0f8-326f-3d79-bfad13750a56-1ced5037 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-bbe04870-d0f8-326f-3d79-bfad13750a57-1ced5037 {
    -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;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-bbe04870-d0f8-326f-3d79-bfad13750a58-1ced5037 {
    -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-f91487e4-e4ef-437f-b094-428c47e108fd-47e108fa {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-f91487e4-e4ef-437f-b094-428c47e10900-47e108fa {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-f91487e4-e4ef-437f-b094-428c47e108fe-47e108fa {
    -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;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-f91487e4-e4ef-437f-b094-428c47e108ff-47e108fa {
    -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;
  }
}

