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

h1 {
  font-size: 38px;
}

h2 {
  font-size: 32px;
}

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

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

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

a {
  color: #606060;
  text-decoration: underline;
}

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

.image.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #1c7fb3;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

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

.navtop-paragraph {
  margin-bottom: 0px;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.6;
  font-style: italic;
}

.navtop-paragraph.sp {
  margin-bottom: 0.2rem;
}

.divider {
  position: relative;
  width: 1px;
  height: 40%;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

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

.brand.navbrand {
  display: none;
}

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

.navcontainer.navtopc {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navcontainer.navbarcontainer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

.dropdown-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.9375rem;
  padding: 0.5rem 0.625rem 0.625rem;
  -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: #fff;
  box-shadow: 0 10px 17px -13px rgba(60, 7, 19, 0.3);
}

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

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

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

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

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

.dropdownlink {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0.125rem 1.25rem;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #000;
  font-size: 1.05rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.dropdownlink:hover {
  color: #77001b;
}

.navbarlinkwrapper {
  overflow: hidden;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 2.7rem;
  right: 0px;
  z-index: 100;
  height: 4.5rem;
  max-width: 100%;
  min-width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.65);
  box-shadow: 0 1px 10px -5px rgba(60, 7, 19, 0.3);
  -webkit-perspective: 3000px;
  perspective: 3000px;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.navbarlink {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #000;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.navbarlink.major.w--current {
  color: #5d0118;
}

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

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

.new-item-wrapper.main {
  padding: 0.4375rem 0.625rem;
  background-color: #f7e0be;
}

.new-item-wrapper.main.landscapehide {
  margin-right: 0px;
}

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

.headernav.landscape {
  display: none;
}

.spaceblock {
  font-size: 4.5px;
}

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

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

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

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

.body {
  background-color: #fff;
  font-family: 'Familjen Grotesk', sans-serif;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.6;
}

.footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #5d0118;
  color: #464646;
}

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

.bg.topsectionbg {
  width: 100%;
  height: 100%;
  opacity: 0.2;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.bg.topsectiongradient {
  background-color: #f5efef;
}

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

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

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

.bg.servicecover {
  background-color: rgba(60, 7, 19, 0.3);
}

.bg.servicecover._2 {
  background-color: rgba(255, 218, 161, 0.7);
}

.bg.herobgslider {
  height: 100%;
  background-color: transparent;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 100%;
  object-position: 0% 100%;
}

.bg.footerbg {
  background-color: rgba(60, 7, 19, 0.3);
}

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

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

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

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

.pagewrapper {
  overflow: hidden;
  margin-top: -4.5rem;
}

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

.white-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  -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-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  color: #77001b;
}

.div-block-21 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.2rem;
  grid-row-gap: 1.875rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.contentwrapaper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 2.5rem 1.25rem 2.0625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

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

.white-box.transparent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 10px;
  border-color: #77001b;
  background-color: transparent;
  cursor: pointer;
}

.white-box.transparent:hover {
  border-color: #9c1830;
}

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

.section_m {
  z-index: 5;
  max-width: 100vw;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #faede4;
}

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

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

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

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

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

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 110rem;
  margin-right: 7vw;
  margin-left: 7vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.special3 {
  max-width: none;
  margin-right: 5vw;
  margin-left: 5vw;
}

.container.heroc {
  max-width: none;
  margin-right: 5vw;
  margin-left: 5vw;
}

.section_xl {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.section_xl.dc1 {
  background-color: #f5efef;
}

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

.imagerotatewrapper {
  overflow: hidden;
  width: 35vw;
  height: 20vw;
  max-height: 22.5rem;
  max-width: 40rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

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

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

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

.paragraph-22 {
  margin-top: 0.625rem;
  color: #77001b;
}

.topsection {
  position: relative;
  overflow: hidden;
  padding-top: 10.6rem;
  padding-bottom: 3.75rem;
}

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

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

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

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

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.34);
}

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

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

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

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

.homes1 {
  position: relative;
  overflow: hidden;
  min-height: 90vh;
  background-color: rgba(255, 218, 161, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5efef), to(transparent));
  background-image: linear-gradient(180deg, #f5efef, transparent);
}

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

.s1heading {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0.44rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5d0118), to(#5d0118));
  background-image: linear-gradient(180deg, #5d0118, #5d0118);
  font-size: 3.5rem;
  line-height: 1;
  font-style: italic;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 3px 0 1px #77001b, -1px 0 5px #f7e0be;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.homes1contentwrapper {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 6.5rem;
  padding-right: 50%;
  padding-bottom: 3.125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button {
  position: relative;
  overflow: hidden;
  padding: 1rem 1.6rem;
  background-color: #5af;
  box-shadow: 0 5px 8px -3px rgba(60, 7, 19, 0.3);
  -webkit-transition: color 300ms cubic-bezier(.39, .575, .565, 1), box-shadow 320ms ease, -webkit-transform 320ms ease;
  transition: color 300ms cubic-bezier(.39, .575, .565, 1), box-shadow 320ms ease, -webkit-transform 320ms ease;
  transition: color 300ms cubic-bezier(.39, .575, .565, 1), transform 320ms ease, box-shadow 320ms ease;
  transition: color 300ms cubic-bezier(.39, .575, .565, 1), transform 320ms ease, box-shadow 320ms ease, -webkit-transform 320ms ease;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

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

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

.div-block-50 {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 2.1875rem;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.sub-footer {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2.5rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.75rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 -1px 0 0 hsla(0, 0%, 100%, 0.34);
}

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

.footerc {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #f5efef;
}

.s1subheadinglist {
  margin-bottom: 2.5rem;
  padding-left: 1.25rem;
  color: #77001b;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 700;
}

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

.button_sub:hover {
  box-shadow: 0 11px 19px -15px rgba(60, 7, 19, 0.3);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

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

.div-block-4 {
  position: relative;
  left: 25%;
  top: -65px;
  display: -ms-grid;
  display: grid;
  width: 70%;
  padding: 23px 22px 27px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 8px;
  border-color: #2bb673;
  background-color: #fff;
  box-shadow: 0 0 10px -5px #696969;
}

.iframecode {
  display: none;
}

.iframecode.hide {
  display: block;
}

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

.buttonbg.dc1 {
  background-color: #606060;
}

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

.space20 {
  height: 20px;
}

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

.s1subheading1 {
  margin-bottom: 1.25rem;
  line-height: 1.45;
  font-style: italic;
}

.about-wrapper {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  width: 93%;
  margin-top: -1.875rem;
  padding: 4.375rem 3.125rem 5rem 5.5rem;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.9rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 0.9fr 1fr;
  grid-template-columns: 0.9fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 0 14px -5px rgba(60, 7, 19, 0.3);
}

.about-intro {
  display: -ms-grid;
  display: grid;
  max-width: 600px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.stacked-paragraphs {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.para_l {
  font-size: 1.187rem;
}

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

.title_xxl.format1 {
  margin-top: -0.4375rem;
}

.text-span-26 {
  color: #5d0118;
}

.divider2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 0.3125rem;
  background-color: #77001b;
}

.topimagebg {
  position: relative;
  margin-bottom: 7px;
  color: #1c7fb3;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.topimagebg.filtered {
  position: absolute;
  left: 84%;
  top: -70%;
  z-index: -1;
  display: none;
  width: 170px;
  opacity: 0.34;
  -webkit-filter: saturate(200%) blur(3px) contrast(200%);
  filter: saturate(200%) blur(3px) contrast(200%);
  font-size: 86px;
  -o-object-fit: contain;
  object-fit: contain;
}

.title_l {
  position: relative;
  -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;
  color: #fff;
  font-size: 1.5625rem;
  line-height: 1.4;
}

.title_l.format1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

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

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

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

.cutitlewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  -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;
}

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

.cublock {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2rem;
  padding-top: 50px;
  padding-right: 8vw;
  padding-left: 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.link-9 {
  color: #1c7fb3;
}

.trfcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  padding-right: 8vw;
  padding-left: 8vw;
  -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;
}

.logoimage-2 {
  position: relative;
  height: 75%;
  -webkit-transition: -webkit-filter 500ms ease, -webkit-transform 500ms ease;
  transition: -webkit-filter 500ms ease, -webkit-transform 500ms ease;
  transition: filter 500ms ease, transform 500ms ease;
  transition: filter 500ms ease, transform 500ms ease, -webkit-filter 500ms ease, -webkit-transform 500ms ease;
  -o-object-fit: contain;
  object-fit: contain;
}

.logoimage-2:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.navtopbrand {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 9rem;
  max-width: 27vw;
  margin-top: 6.3rem;
  padding-right: 1rem;
  padding-left: 1rem;
  -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: #77001b;
  box-shadow: 0 1px 12px 0 rgba(60, 7, 19, 0.3);
}

.navbartop {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 101;
  height: 2.7rem;
  max-width: 100%;
  min-width: 100%;
  background-color: #5d0118;
  background-image: none;
}

.navtopwrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding-top: 0.1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-decoration: none;
}

.nowrap {
  white-space: nowrap;
}

.text-span-27 {
  display: inline-block;
  margin-left: 0.1rem;
  font-size: 1.2rem;
}

.section {
  padding-bottom: 3.125rem;
  background-color: #fff;
}

.div-block-85 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -ms-grid;
  display: grid;
  width: 4.2rem;
  margin-top: 3.2rem;
  margin-left: -2.43rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dline {
  width: 100%;
  height: 4.1rem;
  background-image: url('../images/icon_t3.png');
  background-position: 100% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.dline._2 {
  position: absolute;
  left: 0.7rem;
  top: 1.1rem;
}

.slide-nav {
  display: none;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide {
  overflow: hidden;
}

.slide._60 {
  padding-left: 47%;
}

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

.servicecontent {
  position: relative;
  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;
}

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

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

.text-block.sub {
  font-size: 16px;
}

.image1 {
  position: absolute;
  right: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-divider {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
}

.buttonbg-2 {
  position: absolute;
  width: 0%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#29a5dc), to(#105d98));
  background-image: linear-gradient(180deg, #29a5dc, #105d98);
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  opacity: 0;
}

.servicebannerw {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: auto;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.2rem;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.imagewrapper {
  position: relative;
  width: 31vw;
  height: 21vw;
  max-height: 24rem;
  max-width: 33rem;
  margin-right: 2.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sbp {
  margin-bottom: 0px;
  color: #000;
  font-weight: 700;
}

.link-block-2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200px;
  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-radius: 10px;
  box-shadow: inset 0 0 0 3px #f79944;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #f79944;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

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

.link-block-2._150sub {
  width: 150px;
  height: 45px;
}

.text-span-24 {
  color: #dc7832;
  font-weight: 700;
}

.servicetp {
  width: 100%;
  margin-bottom: 45px;
  color: #081d28;
  text-align: center;
}

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

.div-block-65 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -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;
}

.serviceblock {
  position: relative;
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.servicepg-copy {
  margin-bottom: 10px;
}

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

.sbp-2 {
  margin-bottom: 0px;
  color: #000;
  font-weight: 700;
}

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

.servicepg {
  margin-bottom: 0px;
}

.dropdowncontent {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.paragraph-32 {
  margin-top: 0.2rem;
  margin-bottom: 1.875rem;
  line-height: 1.6;
  text-align: center;
}

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 110rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8vw;
  padding-left: 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.line-icon-1 {
  position: absolute;
  width: 3px;
  min-height: 1.125rem;
  background-color: #ff9cbd;
}

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

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

.jobdescriptionwrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 1.25rem;
  -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;
  border-radius: 0.5rem;
  background-color: #f4f7fd;
}

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

.h3-2.faq-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2.8125rem;
  margin-right: 3.4375rem;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #173a00;
  font-size: 1.375rem;
}

.paragraph-35 {
  margin-bottom: 0.9375rem;
}

.section_l {
  position: relative;
  overflow: hidden;
  padding-top: 4.375rem;
  padding-bottom: 5.55rem;
}

.section_l.formsection {
  padding-bottom: 0rem;
}

.section_l.dc1 {
  background-color: rgba(255, 218, 161, 0.7);
}

.section_l.format1 {
  padding-bottom: 4.375rem;
}

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

.arrow {
  display: inline-block;
}

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

.formwrapper {
  position: relative;
  z-index: 2;
  min-width: 100%;
  margin-top: 0.8rem;
  background-color: #fff;
}

.formwrapper.padding.trf {
  margin-top: 0rem;
  background-color: transparent;
}

.formcontainer-wrapper {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 90vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-2 {
  margin-left: 0.625rem;
  padding-left: 1.875rem;
  line-height: 1.4;
}

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

.line-icon-2 {
  position: absolute;
  width: 1.125rem;
  min-height: 3px;
  background-color: #ff9cbd;
}

.dropdowniconwrapper {
  position: absolute;
  left: auto;
  top: 0.625rem;
  right: 0.625rem;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 2.8125rem;
  min-height: 2.8125rem;
  min-width: 2.8125rem;
  -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: 1000rem;
  background-color: #fff;
  box-shadow: 0 1px 3px -1px rgba(70, 16, 34, 0.35);
  cursor: pointer;
}

.title_xl {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #77001b;
  font-size: 2.2rem;
  line-height: 1.2;
}

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

.title_xl.white {
  color: #77001b;
}

.title_xl.format1 {
  color: #77001b;
  text-align: left;
}

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

.detailrate.sub {
  font-size: 1.15rem;
}

.text-span-8 {
  font-size: 1.5rem;
}

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

.pricingtab-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 37.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.text-span-15 {
  font-size: 1rem;
  font-weight: 400;
}

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

.ratewrapper-2 {
  z-index: 1;
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 1.5625rem;
  padding: 1.15rem;
  background-color: #ff9cbd;
}

.div-block-55 {
  display: -ms-grid;
  display: grid;
  margin-left: 1.875rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-span-18 {
  color: #659a00;
  font-size: 1.18rem;
}

.para_s {
  margin-bottom: 0rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1rem;
  line-height: 1.4;
}

.para_s.feep2 {
  padding-top: 0.5rem;
  font-size: 1rem;
}

.para_s.feep1 {
  margin-bottom: 0.625rem;
}

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

.text-span-28 {
  display: inline-block;
  margin-bottom: 5px;
}

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

.pricingtitle {
  z-index: 1;
  margin-top: 1.875rem;
  margin-bottom: 0px;
  padding-right: 2.55rem;
  padding-left: 2.55rem;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

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

.divider-2.padding {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  background-color: #dceafc;
}

.div-block-58 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.paragraph-37 {
  margin-bottom: 0rem;
  text-align: center;
}

.italic-text-4 {
  display: inline-block;
}

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

.footertitle {
  margin-top: 0px;
  margin-bottom: 0.625rem;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  font-size: 1.4375rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

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

.paymenticon-2 {
  overflow: hidden;
  height: 1.55rem;
  margin-top: 0.375rem;
  margin-right: 0.375rem;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0 rgba(13, 19, 44, 0.2);
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 20vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.footerparagraph {
  margin-bottom: 0.45rem;
  font-size: 1.04rem;
  line-height: 1.3;
}

.footerparagraph.payment {
  margin-bottom: 0.25rem;
}

.footerlink {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  text-decoration: none;
}

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

.image-3 {
  position: relative;
  display: none;
  height: 3.3rem;
  -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;
}

.image-2 {
  position: absolute;
  left: -2.5%;
  top: -2.5%;
  right: 0%;
  bottom: 0%;
  width: 105%;
  height: 105%;
  max-width: none;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -o-object-fit: cover;
  object-fit: cover;
}

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

.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;
  background-color: #f7e0be;
  box-shadow: 0 8px 13px -5px rgba(60, 7, 19, 0.3);
  -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;
}

.homefeaturewrapper-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20rem;
  height: 20.65rem;
  margin: 0.75rem 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -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;
}

.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: 1.6rem;
  -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-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

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

.paragraph-15.back {
  margin-top: 0px;
  padding: 0.8rem 2rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 25px);
  transform: translate3d(0px, 0px, 25px);
  font-family: 'Varela Round', sans-serif;
  color: #77001b;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.paragraph-15.front {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: 0rem;
  background-image: url('../images/para_safety.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
}

.paragraph-15.front._2 {
  background-image: url('../images/para_staff.png');
}

.paragraph-15.front._3 {
  background-image: url('../images/para_local.png');
}

.homefeaturecontentwrapper {
  position: relative;
  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;
}

.bg-3 {
  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-3.black {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-3.buttoncolorbg {
  border-top-right-radius: 100rem;
  border-bottom-right-radius: 100rem;
  background-color: #5d0118;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.homefeatureswrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
}

.div-block-90 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  background-color: #77001b;
}

.link-10 {
  color: #fff;
  text-decoration: none;
}

.subfootertext-3 {
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.3;
}

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

.link-11:hover {
  color: #f7e0be;
  text-decoration: underline;
}

.buttonn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3rem 2.25rem;
  -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: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.buttonboard {
  position: absolute;
  width: 90%;
  height: 120%;
  border-top-right-radius: 100rem;
  border-bottom-right-radius: 100rem;
  background-color: rgba(156, 24, 48, 0.27);
  box-shadow: 1px 0 3px 0 #5d0118;
}

.buttonboard.dc1 {
  background-color: rgba(156, 24, 48, 0.27);
}

.buttontext-2 {
  position: relative;
  margin-bottom: 0.1rem;
}

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

.imgaebgwrapper {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 3rem 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.text-span-29 {
  display: inline-block;
  margin-top: 15px;
}

.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: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.1875rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mapsection {
  overflow: hidden;
  padding-top: 4.375rem;
  padding-bottom: 5rem;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.list-copy-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 1.25rem;
  -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;
  font-size: 1.125rem;
  line-height: 1.45;
  list-style-type: disc;
}

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

.list-item-6 {
  min-width: 100%;
  margin-top: 0.2rem;
  list-style-type: none;
}

.list-item-7 {
  margin-right: 3.2rem;
}

.italic-text-5 {
  display: inline-block;
  margin-top: 0.1rem;
}

.paragraph-38 {
  font-style: italic;
}

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

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

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

  ._4590_2540 {
    padding-bottom: 120px;
  }

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

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

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

@media screen and (min-width: 1920px) {
  .navtop-paragraph {
    font-size: 1.4rem;
  }

  .divider {
    width: 2px;
    height: 50%;
    margin-right: 0.8rem;
    margin-left: 0.8rem;
  }

  .dropdown-list-wrapper {
    margin-top: 1.2rem;
    padding: 0.8rem 1rem 1rem;
  }

  .dropdownlink {
    font-size: 1.6rem;
  }

  .navbar {
    height: 7rem;
  }

  .navbarlink {
    font-size: 1.7rem;
  }

  .body {
    font-size: 1.75rem;
  }

  .pagewrapper {
    margin-top: -7rem;
  }

  .white-text {
    margin-top: 3.9rem;
    margin-bottom: 3.9rem;
  }

  .div-block-21 {
    grid-column-gap: 3.5rem;
  }

  .section_m {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section_xl {
    padding-top: 6.2rem;
    padding-bottom: 6.2rem;
  }

  .topsection {
    padding-top: 18rem;
    padding-bottom: 4rem;
  }

  .s1heading {
    margin-bottom: 0.8rem;
    font-size: 5.1rem;
  }

  .button {
    padding: 1.4rem 2.3rem;
    font-size: 1.6rem;
  }

  .div-block-50 {
    grid-column-gap: 3.3vw;
    grid-row-gap: 2.7rem;
  }

  .footercontent {
    padding-top: 5.4rem;
  }

  .sub-footer {
    margin-top: 3.2rem;
    padding-top: 1.2rem;
    padding-bottom: 1rem;
  }

  .s1subheadinglist {
    font-size: 1.85rem;
  }

  .s1subheading1 {
    margin-bottom: 2rem;
  }

  .about-wrapper {
    margin-top: -2.5rem;
    padding: 5.6rem 4.625rem 5.5rem 5.5rem;
    grid-column-gap: 3rem;
  }

  .para_l {
    font-size: 1.8rem;
  }

  .title_xxl {
    font-size: 3.5rem;
  }

  .divider2 {
    height: 0.625rem;
  }

  .title_l {
    font-size: 2.2rem;
  }

  .title_l.format1 {
    min-height: 6.1rem;
  }

  .navtopbrand {
    height: 14rem;
    margin-top: 10.2rem;
    padding: 1rem 2rem;
  }

  .navbartop {
    height: 3.8rem;
  }

  .text-span-27 {
    font-size: 1.7rem;
  }

  .section {
    padding-bottom: 4.3rem;
  }

  .div-block-85 {
    width: 6.6rem;
    margin-top: 4.3rem;
    margin-left: -3.8rem;
    grid-row-gap: 1.5rem;
  }

  .dline {
    height: 5.9rem;
  }

  .dline._2 {
    left: 1rem;
    top: 1.4rem;
  }

  .imagewrapper {
    margin-right: 3.7rem;
  }

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

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

  .jobdescriptionwrapper {
    padding: 1.225rem 2.35rem;
  }

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

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

  .section_l.format1 {
    padding-bottom: 5.5rem;
  }

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

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

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

  .title_xl {
    font-size: 3.2rem;
  }

  .detailrate.sub {
    font-size: 1.55rem;
  }

  .text-span-8 {
    font-size: 1.85rem;
  }

  .text-span-15 {
    font-size: 1.5rem;
  }

  .ratewrapper-2 {
    margin-bottom: 2rem;
  }

  .div-block-55 {
    margin-left: 2.5rem;
    grid-row-gap: 2rem;
  }

  .text-span-18 {
    font-size: 1.65rem;
  }

  .para_s {
    font-size: 1.6rem;
  }

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

  .detailrates-2 {
    padding-bottom: 2.675rem;
  }

  .pricingtitle {
    margin-top: 2rem;
    padding-right: 3.65rem;
    padding-left: 3.65rem;
    font-size: 2rem;
  }

  .footertitle {
    margin-bottom: 1.8rem;
    font-size: 2.4rem;
  }

  .paymenticon-2 {
    height: 2.4rem;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
  }

  .footerparagraph {
    margin-bottom: 0.7rem;
    font-size: 1.55rem;
  }

  .image-3 {
    height: 4rem;
  }

  .homefeaturewrapper-3 {
    width: 30rem;
    height: 32rem;
    margin-right: 1.2rem;
    margin-left: 1.2rem;
  }

  .featurefront {
    padding: 2.3rem;
  }

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

  .paragraph-15.back {
    padding: 1.7rem 2.6rem;
    font-size: 1.52rem;
  }

  .subfootertext-3 {
    font-size: 1.35rem;
  }

  .buttonn {
    padding: 0.5rem 2.55rem;
  }

  .mapcontainer {
    grid-row-gap: 2rem;
  }

  .mapsection {
    padding-top: 90px;
  }

  .list-copy-2 {
    font-size: 1.7rem;
  }

  .list-item-7 {
    margin-right: 4.7rem;
  }

  .navigation {
    top: -12rem;
  }
}

@media screen and (max-width: 991px) {
  .navcontainer.navbarcontainer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .dropdown-list-wrapper {
    margin-top: 0px;
    padding: 0.4rem 0px 0px;
    background-color: transparent;
    box-shadow: none;
  }

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

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

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

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

  .nav-menu-button {
    width: 3.125rem;
    min-height: 3.125rem;
    min-width: 3.125rem;
    padding: 0px;
    background-color: #f7e0be;
    -webkit-perspective: 10000px;
    perspective: 10000px;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
  }

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

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

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

  .dropdownlink {
    padding: 0.2rem 0rem;
    font-size: 1rem;
  }

  .navbuttonicons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1.5625rem;
    height: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .navbarlink.major {
    font-size: 1.1rem;
  }

  .navbarlink.majorlanscape.w--current {
    color: #5d0118;
  }

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

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

  .new-item-wrapper.main {
    display: none;
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }

  .new-item-wrapper.main.landscape {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1.25rem;
    background-color: #f7e0be;
  }

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

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

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

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

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

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

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

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

  .footer {
    position: relative;
  }

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

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

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

  .homefeaturewrapper {
    width: 40vw;
    height: 34vw;
    max-height: 280px;
    margin-right: 1.5vw;
    margin-left: 1.5vw;
  }

  ._6050_4040 {
    padding-top: 50px;
  }

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

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

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

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

  .section_xl {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

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

  .imagerotatewrapper {
    width: 63vw;
    height: 36vw;
  }

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

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

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

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

  .s1subheading {
    line-height: 1.4;
  }

  .link-6 {
    color: #5d0118;
  }

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

  .homes1contentwrapper {
    overflow: hidden;
    width: 100%;
    padding-top: 3.125rem;
    padding-right: 8%;
    padding-left: 8%;
    background-color: rgba(255, 218, 161, 0.7);
  }

  .div-block-50 {
    grid-column-gap: 2rem;
    grid-row-gap: 2.75rem;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .footercontent {
    width: 100%;
    margin-left: 0%;
    padding-top: 3.3rem;
  }

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

  .s1subheadinglist {
    color: #5d0118;
    letter-spacing: -0.5px;
    text-shadow: none;
  }

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

  .s1subheading1 {
    letter-spacing: -0.5px;
    text-shadow: none;
  }

  .about-wrapper {
    width: 90%;
    margin-left: 5%;
    grid-row-gap: 2.25rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .title_xxl {
    font-size: 2.3rem;
  }

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

  .topimagebg.filtered {
    left: 36px;
    top: 5%;
    opacity: 1;
  }

  .title_l {
    min-height: 0px;
  }

  .title_l.format1 {
    min-height: 0rem;
  }

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

  .navtopbrand {
    height: 8rem;
    margin-top: 5.3rem;
  }

  .dline {
    height: 4.3rem;
  }

  .slide._60 {
    padding-left: 0%;
  }

  .div-block-1 {
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
  }

  .servicebannerw {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 10px;
    text-align: center;
  }

  .imagewrapper {
    width: 70vw;
    height: 40vw;
    margin-right: 0px;
    margin-bottom: 2.5rem;
  }

  .servicetp {
    margin-bottom: 40px;
  }

  .div-block-67 {
    -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-61 {
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .paragraph-32 {
    margin-top: 0.5rem;
  }

  .jobcontentwrapper {
    padding-top: 0px;
  }

  .section_l {
    padding-bottom: 5rem;
  }

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

  .list-2 {
    line-height: 1.5;
  }

  .title_xl.format1 {
    text-align: center;
  }

  .pricingtab-2 {
    width: 100%;
  }

  .ratewrapper-2 {
    margin-bottom: 1.25rem;
  }

  .div-block-55 {
    grid-row-gap: 1.25rem;
  }

  .div-block-35 {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footertitle {
    margin-bottom: 20px;
  }

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

  .homefeatureswrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .mapcontainer {
    grid-row-gap: 1.25rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

@media screen and (max-width: 767px) {
  .dropdown {
    display: block;
    background-color: #2e80b6;
  }

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

  .navtop-paragraph.sp {
    margin-bottom: 0rem;
  }

  .divider {
    display: none;
  }

  .brand {
    max-width: 37vw;
  }

  .navcontainer.navtopc {
    grid-column-gap: 0.75rem;
  }

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

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

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

  .navbar {
    top: 3.6rem;
    height: 4.35rem;
  }

  .new-item-wrapper.main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-color: #fff;
  }

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

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

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

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

  .spaceblock {
    font-size: 3px;
  }

  .navmenu {
    width: 90vw;
    max-height: 65vh;
  }

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

  .body {
    padding-bottom: 0px;
    font-size: 1.1rem;
    line-height: 1.5;
  }

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

  ._6050_4040 {
    padding-top: 45px;
  }

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

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

  .pagewrapper {
    margin-top: -4.35rem;
  }

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

  .contentwrapaper {
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .section_m {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .container.heroc {
    margin-right: 7vw;
    margin-left: 7vw;
  }

  .imagerotatewrapper {
    max-height: 16rem;
    max-width: 28rem;
  }

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

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

  .topsection {
    padding-top: 9rem;
    padding-bottom: 2rem;
  }

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

  .s1subheading {
    font-size: 18px;
  }

  .s1heading {
    font-size: 2.4rem;
  }

  .div-block-50 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-row-gap: 2.25rem;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .sub-footer {
    margin-top: 5vw;
    padding-top: 0.75rem;
    padding-bottom: 0.625rem;
  }

  .subfooterwrapper-2 {
    height: auto;
  }

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

  .s1subheadinglist {
    font-size: 1.125rem;
  }

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

  .about-wrapper {
    padding: 3.125rem 2.5rem 3.75rem 4.7rem;
  }

  .para_l {
    font-size: 1.125rem;
  }

  .title_xxl {
    font-size: 1.875rem;
  }

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

  .topimagebg.filtered {
    top: 1%;
    font-size: 70px;
  }

  .title_l {
    font-size: 1.35rem;
  }

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

  ._25_20 {
    font-size: 23px;
  }

  ._4590_2540 {
    padding-top: 35px;
  }

  .cutitlewrapper {
    margin-bottom: 5px;
  }

  .cublock {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .trfcontainer {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .navtopbrand {
    height: 8.5rem;
    max-width: 40vw;
    margin-top: 4.9rem;
  }

  .navbartop {
    height: 3.6rem;
  }

  .navtopwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: end;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    text-align: right;
  }

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

  .div-block-85 {
    width: 4rem;
    margin-left: -2rem;
    grid-row-gap: 8px;
  }

  .div-block-1 {
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }

  .servicecontent {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

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

  .servicebannerw {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .imagewrapper {
    height: 40vw;
  }

  .servicetp {
    width: 95%;
    margin-top: 45px;
    margin-bottom: 35px;
  }

  .servicepg-copy {
    padding-left: 5px;
  }

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

  .servicepg {
    width: 95%;
    margin-bottom: 1rem;
  }

  .dropdowncontent {
    margin-top: 0.4rem;
  }

  .paragraph-32 {
    margin-bottom: 1.5625rem;
  }

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

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

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

  .paragraph-35 {
    margin-bottom: 0.625rem;
  }

  .section_l {
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
  }

  .section_l.format1 {
    padding-bottom: 3.125rem;
  }

  .formwrapper {
    min-width: 95vw;
  }

  .formcontainer-wrapper {
    max-width: 88vw;
  }

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

  .title_xl {
    font-size: 2.1rem;
  }

  .italic-text-3 {
    font-size: 1.07rem;
  }

  .text-span-15 {
    font-size: 0.93rem;
  }

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

  .para_s.feep2 {
    font-size: 0.9rem;
  }

  .pricingtitle {
    font-size: 1.55rem;
  }

  .footertitle {
    margin-bottom: 0.9375rem;
    font-size: 1.8rem;
  }

  .paymenticon-2 {
    height: 1.625rem;
  }

  .footer-content-block {
    min-width: 40%;
  }

  .footerparagraph {
    margin-bottom: 0.35rem;
  }

  .footerparagraph.payment {
    margin-top: 0.25rem;
  }

  .image-3 {
    height: 3.75rem;
  }

  .homefeaturewrapper-3 {
    width: 22.5rem;
    height: 17rem;
  }

  .paragraph-15 {
    font-size: 1.4375rem;
  }

  .paragraph-15.back {
    line-height: 1.5;
  }

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

  .imgaebgwrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .list-item-7 {
    min-width: 20%;
  }
}

@media screen and (max-width: 479px) {
  .dropdown {
    background-color: #192024;
  }

  .navtop-paragraph {
    font-size: 0.8rem;
  }

  .navtop-paragraph.sp {
    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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    white-space: nowrap;
  }

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

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

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

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

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

  .dropdownlink {
    white-space: normal;
  }

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

  .new-item-wrapper.main {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
  }

  .new-item-wrapper.main.landscapehide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #f5efef;
  }

  .headernav {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .headernav.landscape {
    display: none;
  }

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

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

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

  .homefeaturewrapper {
    width: 80vw;
    height: 58vw;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

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

  .pagewrapper {
    margin-top: -4.1rem;
  }

  .white-text {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-block-21 {
    grid-row-gap: 1.25rem;
  }

  .contentwrapaper {
    padding-right: 5vw;
    padding-left: 5vw;
  }

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

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

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

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

  .container {
    margin-right: 10vw;
    margin-left: 10vw;
  }

  .container.special3 {
    margin-right: 10vw;
    margin-left: 10vw;
  }

  .container.heroc {
    margin-right: 10vw;
    margin-left: 10vw;
  }

  .section_xl {
    padding-top: 3.4rem;
    padding-bottom: 3.4rem;
  }

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

  .imagerotatewrapper {
    width: 75.6vw;
    height: 43.199999999999996vw;
  }

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

  ._20_18 {
    font-size: 18px;
  }

  ._17_15p {
    font-size: 14.5px;
  }

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

  .s1heading {
    margin-bottom: 0.4375rem;
    font-size: 2.2rem;
  }

  .homes1contentwrapper {
    left: auto;
    max-width: 100%;
    padding-bottom: 2rem;
  }

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

  .footercontent {
    padding-top: 14vw;
  }

  .sub-footer {
    margin-top: 9vw;
  }

  .subfooterwrapper-2 {
    height: auto;
  }

  .footerc {
    width: 80%;
  }

  .s1subheadinglist {
    margin-bottom: 2rem;
    padding-left: 1rem;
    font-size: 1.0625rem;
    line-height: 1.3;
  }

  .list-item-5 {
    margin-bottom: 0.2rem;
  }

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

  .about-wrapper {
    width: 100%;
    margin-top: -1.25rem;
    margin-left: 0%;
    padding: 2.5rem 2rem 3.125rem;
    grid-row-gap: 1.875rem;
  }

  .stacked-paragraphs {
    margin-left: -10px;
  }

  .title_xxl {
    font-size: 1.5rem;
  }

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

  .topimagebg.filtered {
    left: 20px;
    font-size: 60px;
  }

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

  ._25_20 {
    font-size: 18px;
  }

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

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

  .trfcontainer {
    padding-right: 3.5vw;
    padding-left: 3.5vw;
  }

  .navtopbrand {
    max-width: 90%;
    margin-top: 4.8rem;
  }

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

  .text-span-27 {
    display: block;
    font-size: 0.9rem;
  }

  .div-block-85 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 3.5rem;
    margin-top: -2.9rem;
    margin-right: 1.5rem;
    margin-left: 0rem;
  }

  .dline {
    height: 3.6rem;
  }

  .dline._2 {
    top: 0.7rem;
  }

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

  .servicebannerw {
    justify-items: start;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: left;
  }

  .imagewrapper {
    width: 100%;
    height: 50vw;
    margin-bottom: 2rem;
  }

  .sbp {
    text-align: left;
  }

  .servicepg-copy {
    padding-left: 0px;
  }

  .paragraph-32 {
    margin-top: 0.7rem;
  }

  .container-11 {
    padding-right: 10vw;
    padding-left: 10vw;
  }

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

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

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

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

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

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

  .section_l {
    padding-top: 2.5rem;
    padding-bottom: 3.4rem;
  }

  .section_l.format1 {
    padding-bottom: 2.5rem;
  }

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

  .formwrapper {
    min-width: 100vw;
  }

  .formwrapper.padding {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .formcontainer-wrapper {
    max-width: 85vw;
  }

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

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

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

  .title_xl {
    font-size: 1.7rem;
  }

  .detailrate {
    font-size: 1.1rem;
  }

  .detailrate.sub {
    font-size: 1rem;
  }

  .text-span-8 {
    font-size: 1.125rem;
  }

  .pricingtab-2 {
    width: 100%;
  }

  .ratewrapper-2 {
    margin-top: 0.93rem;
    padding: 0.93rem 1rem;
  }

  .para_s {
    font-size: 1.05rem;
  }

  .pricingtitle {
    margin-top: 1.5625rem;
    font-size: 1.25rem;
  }

  .div-block-58 {
    margin-top: 0.5rem;
  }

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

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

  .footertitle {
    font-size: 1.65rem;
  }

  .footerparagraph {
    font-size: 1rem;
    line-height: 1.4;
  }

  .footerparagraph.payment {
    margin-bottom: 0.1rem;
  }

  .homefeaturewrapper-3 {
    width: 20rem;
    height: 19rem;
    max-width: 80vw;
  }

  .featurefront {
    padding: 1.2rem;
  }

  .paragraph-15 {
    font-size: 1.375rem;
  }

  .paragraph-15.back {
    line-height: 1.45;
  }

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

  .subfootertext-3 {
    font-size: 0.8125rem;
  }

  .imgaebgwrapper {
    padding-right: 5vw;
    padding-left: 5vw;
  }

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

  .mapsection {
    padding-top: 40px;
  }

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

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

  .list-item-7 {
    min-width: 50%;
  }
}

#w-node-_0adf2fe5-72bf-d167-64d2-674a66190b5a-5991ddeb {
  -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-_8b1b6dcc-0f88-a508-a405-832584c5b492-5991ddeb {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_8b1b6dcc-0f88-a508-a405-832584c5b494-5991ddeb {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

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

#w-node-dfd2244f-3558-c0ef-10cd-dd2b24010cca-5991ddeb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_077659ee-380a-9ff3-5786-fe79f803aff3-5991ddeb {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_077659ee-380a-9ff3-5786-fe79f803aff6-5991ddeb {
  -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-c8313e16-fa1c-15b1-9913-13bf02ef5059-02ef504c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_6d588446-d040-3fd1-3049-3cd9caea929c-8e91ddec {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6d588446-d040-3fd1-3049-3cd9caea92a0-8e91ddec {
  -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;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d5989be2-399b-f369-2bab-f0fe7e2554aa-7791ddf7 {
  -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-bee4332e-c076-c0d6-c0cc-6f2f97c4396a-b791de01 {
  -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-bee4332e-c076-c0d6-c0cc-6f2f97c43975-b791de01 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bee4332e-c076-c0d6-c0cc-6f2f97c43985-b791de01 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bee4332e-c076-c0d6-c0cc-6f2f97c43995-b791de01 {
  -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-bee4332e-c076-c0d6-c0cc-6f2f97c439b7-b791de01 {
  -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: 991px) {
  #w-node-_26d5589e-7b32-d7bc-f57e-2d14f3f5e3de-5991ddeb {
    -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;
  }

  #w-node-_077659ee-380a-9ff3-5786-fe79f803aff3-5991ddeb {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_077659ee-380a-9ff3-5786-fe79f803aff6-5991ddeb {
    -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-_556d01fc-12a8-674e-0a64-99adcefa5e0e-878d6ff6 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_556d01fc-12a8-674e-0a64-99adcefa5e17-878d6ff6 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6d588446-d040-3fd1-3049-3cd9caea929c-8e91ddec {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-d5989be2-399b-f369-2bab-f0fe7e2554aa-7791ddf7 {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_26d5589e-7b32-d7bc-f57e-2d14f3f5e3de-5991ddeb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_077659ee-380a-9ff3-5786-fe79f803aff3-5991ddeb {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_556d01fc-12a8-674e-0a64-99adcefa5e0e-878d6ff6 {
    -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-_2a7c363b-1b1b-139d-499e-4b5192ee60e9-878d6ff6 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #contact.w-node-_2bb92949-e99b-9fcd-c105-755a32adce4d-878d6ff6 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-c8313e16-fa1c-15b1-9913-13bf02ef5059-02ef504c {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_6d588446-d040-3fd1-3049-3cd9caea929c-8e91ddec {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6d588446-d040-3fd1-3049-3cd9caea92a0-8e91ddec {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-d5989be2-399b-f369-2bab-f0fe7e2554aa-7791ddf7 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-bee4332e-c076-c0d6-c0cc-6f2f97c4396a-b791de01 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bee4332e-c076-c0d6-c0cc-6f2f97c43996-b791de01 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bee4332e-c076-c0d6-c0cc-6f2f97c4399e-b791de01 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bee4332e-c076-c0d6-c0cc-6f2f97c439a6-b791de01 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bee4332e-c076-c0d6-c0cc-6f2f97c439b7-b791de01 {
    -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-_556d01fc-12a8-674e-0a64-99adcefa5e17-878d6ff6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6d588446-d040-3fd1-3049-3cd9caea929c-8e91ddec {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@font-face {
  font-family: 'Cocogooseletterpress trial';
  src: url('../fonts/COCOGOOSELETTERPRESS-TRIAL.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}