.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: .625rem;
}

a {
  text-decoration: none;
}

.paragraph {
  color: #3f4040;
  font-size: 1.07rem;
}

.paragraph.subtext {
  letter-spacing: -.5px;
  text-shadow: 1px 0 20px rgba(222, 166, 163, .79), 0 0 50px #fff;
  margin-bottom: .6rem;
  font-family: Alice, sans-serif;
  font-size: 1.09rem;
  font-style: italic;
  line-height: 1.3;
}

.container {
  z-index: 1;
  width: 86vw;
  max-width: 110rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.heroc {
  width: 100vw;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
}

.container.servicec {
  max-width: 100vw;
  flex-direction: row;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.container.footc {
  max-width: none;
  grid-column-gap: 4vw;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.top-text {
  text-transform: uppercase;
  margin-bottom: 2.25rem;
  line-height: 1.3;
}

.about-hero-block {
  width: 100%;
  text-align: left;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.detail-paragraph {
  text-align: center;
  margin-top: .3125rem;
  margin-bottom: 0;
}

.detail-paragraph.service {
  text-align: left;
}

.body {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
}

.nav-link-drop-down {
  cursor: default;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  transition: color .35s;
  display: flex;
  position: relative;
}

.homes1content {
  z-index: 2;
  width: 38vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  display: flex;
  position: relative;
}

.servicecontent {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  display: flex;
  position: relative;
}

.navbartop {
  z-index: 99;
  height: 45px;
  max-width: 100%;
  min-width: 100%;
  background-color: #fbdb02;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navtop-paragraph {
  color: #000;
  margin-bottom: 0;
  font-family: Alice, sans-serif;
  font-size: 1.25vw;
  display: flex;
}

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

.footerlink {
  color: #fff;
  text-decoration: none;
  transition: color .3s;
}

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

.sub-footer-2 {
  z-index: 4;
  width: 100%;
  margin-top: 2.5rem;
  padding-left: 7vw;
  padding-right: 7vw;
  position: relative;
}

.footer_icon {
  width: 1em;
  margin-top: .08em;
  margin-right: .7em;
}

.footermain {
  background-color: #000;
  background-image: none;
  padding-top: 3.75rem;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.nav-container {
  max-width: 100%;
  grid-column-gap: 50px;
  flex-direction: row;
  grid-template-rows: 5.5rem;
  grid-template-columns: 38vw 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  justify-items: end;
  margin-left: auto;
  margin-right: auto;
  padding: .4rem 4% 1rem 0;
  display: grid;
}

.nav-container.navtop-container {
  height: 100%;
  justify-content: space-between;
}

.subfootertext {
  color: #e3e3e3;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .9375rem;
  display: inline-block;
}

.subfooterwrapper {
  z-index: 1;
  justify-content: flex-start;
  padding-top: .7rem;
  padding-bottom: .7rem;
  display: flex;
  position: relative;
}

.link-4 {
  color: #e3e3e3;
  text-decoration: none;
  transition: color .4s;
}

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

.navbar {
  z-index: 999;
  max-width: 100%;
  min-width: 100%;
  perspective: 3000px;
  transform-origin: 50% 0;
  background-color: #8f2c8b;
  background-image: linear-gradient(168deg, #fbdb02, #ff7b4f 28%, rgba(0, 0, 0, 0) 74%), radial-gradient(circle at 100% 100%, #25abea, rgba(0, 0, 0, 0) 53%), linear-gradient(45deg, #d92f7c, rgba(0, 0, 0, 0) 77%);
  transition: height .3s, background-color .3s;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 10px rgba(35, 3, 33, .4);
}

.new-item-wrapper {
  margin-left: .5vw;
  margin-right: .5vw;
}

.new-item-wrapper.last {
  margin-right: 0;
}

.navmenu {
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

.headernav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.navbarlink {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 0;
  padding: .1rem .55rem;
  font-size: 1.35vw;
  text-decoration: none;
  transition: color .35s;
  display: block;
  position: relative;
}

.navbarlink:hover {
  color: #8f2c8b;
}

.brand {
  width: 100%;
  height: 100%;
  cursor: default;
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.mainbutton {
  z-index: 2;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .85rem 2.5rem .75rem;
  font-size: 1.07rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mainbutton.subb {
  text-shadow: 1px 1px 2px rgba(3, 26, 3, .59);
  padding: .6rem 1.8rem;
}

.mainbutton.subb.mobile {
  display: none;
}

.mainbutton.bright {
  color: #fff;
  text-shadow: 1px 1px rgba(3, 26, 3, .59);
}

.buttton_text {
  z-index: 50;
  white-space: nowrap;
  margin-bottom: 0;
  line-height: 1.4;
  position: relative;
}

.buttton_text.navbarbtext {
  font-size: 1.3vw;
}

.button_bg {
  width: 300%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#ee6077, #ee6077);
  transition: background-color .25s cubic-bezier(.755, .05, .855, .06);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button_bg:hover {
  background-color: #ee6077;
}

.button_bg.bright {
  background-color: #25abea;
  background-image: linear-gradient(141deg, #fbdb02, #ee6077 35%, #ed2f7a 49%, rgba(143, 44, 139, .73));
}

.button_bg.dc2 {
  background-color: #a459d1;
  background-image: none;
}

.footer {
  flex-direction: column;
  display: flex;
}

.navbar_dec {
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #fff, #f9f9f9);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbarlinkwrapper {
  position: relative;
  overflow: hidden;
}

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

.bg.color {
  width: 100%;
  background-color: rgba(248, 248, 248, .65);
  background-image: none;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bg.topsectionbgc {
  width: 100vw;
  background-color: #d3f6f7;
  padding-bottom: 0;
  left: auto;
}

.bg.herobgimage {
  width: 100%;
  height: 100%;
  object-position: 0% 50%;
  left: auto;
}

.bg.mapbg {
  width: 100%;
  height: 100%;
  background-image: url('../images/citybg1.webp');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg.logobg {
  background-color: #fff;
  background-image: none;
  box-shadow: 0 2px 10px rgba(35, 3, 33, .4);
}

.bg.mapcover {
  width: 100%;
  height: 101%;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: rgba(249, 249, 249, .95);
  top: -.5%;
}

.bg.sectionbgdec {
  width: 100%;
  height: 100%;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg.sectionbgdec._2 {
  width: auto;
  height: 67%;
  max-height: 21rem;
  object-fit: contain;
  display: block;
  top: auto;
  bottom: -1rem;
  left: 5%;
  right: auto;
}

.bg.sectionbgdec._1 {
  width: 60%;
  opacity: .13;
  background-image: url('../images/testbg1_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  left: -5%;
}

.section_m {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.section_m.format1 {
  background-color: #f9f9f9;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 7%, rgba(255, 255, 255, .38) 56%, rgba(216, 241, 242, .1));
  margin-top: 2.5rem;
  margin-bottom: 3.6rem;
  position: relative;
}

.section_m.nobp {
  padding-bottom: 0;
}

.topsectioncontent {
  z-index: 1;
  text-align: left;
  flex-direction: column;
  align-items: center;
  padding: 7rem 2.5rem 4rem;
  display: flex;
  position: relative;
}

.topsectioncontent.servicet {
  align-items: flex-start;
  padding-left: 5vw;
  padding-right: 7vw;
}

.topsectiontitle {
  color: #ee6077;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.topsectiontitle.service {
  text-align: left;
}

.aus1wrapper {
  z-index: 2;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 4.625rem;
  padding-bottom: 2.0625rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  box-shadow: 0 -1px 10px rgba(35, 3, 33, .4);
}

.image-5 {
  z-index: 5;
  width: 19rem;
  height: 15rem;
  max-width: 80%;
  object-fit: cover;
  object-position: 50% 0%;
  position: absolute;
  top: auto;
  bottom: -4%;
  left: 2.275rem;
  right: auto;
}

.image-5.other {
  top: 14%;
  bottom: auto;
  left: -12.5rem;
}

.image-6 {
  width: 100%;
  height: 35vw;
  object-fit: cover;
  object-position: 50% 100%;
  align-self: center;
}

.paragraph-11 {
  color: #8f2c8b;
  margin-top: 1.875rem;
  padding-left: 2.56rem;
  padding-right: 2.56rem;
}

.paragraph-11.bio {
  margin-top: 1.25rem;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.07rem;
}

.separate {
  display: inline-block;
}

.section_0.banners {
  background-color: #d3f6f7;
  margin-top: 1.9rem;
  margin-bottom: 1.9rem;
}

.section_0.relative {
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}

.title_xxxl {
  z-index: 2;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.title_xxxl.format1 {
  max-width: 30rem;
  min-width: 19vw;
  direction: rtl;
  text-align: right;
  letter-spacing: -1px;
  margin-top: 0;
  padding-right: 2.5rem;
}

.title_xxxl.herot {
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}

.infowrapper {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: background-color .2s;
  display: flex;
}

.link-5 {
  color: #a459d1;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(190deg, #f266ab, #a459d1 80%);
  -webkit-background-clip: text;
  background-clip: text;
  text-decoration: none;
}

.serviceblock {
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  margin-top: 4rem;
  margin-left: 5vw;
  margin-right: 7vw;
  display: flex;
  position: relative;
}

.servicetop {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.buttoncircle {
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 1%;
  text-decoration: none;
  transition: padding .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.buttoncircle:hover {
  background-color: #ad1115;
  padding-left: 4%;
  padding-right: 0%;
}

.button_bg_circle {
  width: 220%;
  background-image: linear-gradient(to right, #ee6077 45.45%, #fbdb02 54.55%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-6 {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.paragraph-13 {
  white-space: nowrap;
  margin-bottom: 0;
  padding-left: 13px;
}

.buttton_circle_text {
  z-index: 50;
  width: 35%;
  height: 30%;
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/icon_arrow1_1icon_arrow1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  position: relative;
}

.servicepg {
  margin-top: 1rem;
  margin-bottom: 1.6rem;
}

.dropdown-list-wrapper-2 {
  background-color: #f9f9f9;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(280px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 1rem;
  display: flex;
}

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

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

.div-block-55 {
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  padding-top: .2rem;
  padding-bottom: .4rem;
  display: flex;
}

.dropdownlink-2 {
  color: #000;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1.45rem;
  font-size: 1.25vw;
  line-height: 1.3;
  text-decoration: none;
  transition: background-color .3s;
}

.dropdownlink-2:hover {
  color: #8f2c8b;
}

.navbarlinkwrapper-2 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 15px 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbarlinkclick {
  height: 100%;
  display: flex;
}

.nav-link-drop-down-2 {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: color .35s;
}

.nav-link-drop-down-2.dropdown {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.link-block {
  width: 28px;
  height: 28px;
  background-image: url('../images/fbiocnw.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  display: none;
}

.div-block-56 {
  max-width: 100%;
  grid-column-gap: 25px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: grid;
}

.pagewrap {
  overflow: hidden;
}

.div-block-57 {
  background-image: linear-gradient(to top, #8f2c8b, #ee6077 63%, #f4a360);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 3.75rem;
  padding: 1.875rem 1rem 2.2rem;
  display: flex;
  position: relative;
  top: -6.25rem;
  box-shadow: 1px 1px 3px rgba(35, 3, 33, .4);
}

.vertical {
  color: #fff;
}

.text-block-8 {
  color: #fff;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 400;
}

.text-block-8.vertical {
  font-family: Montserrat, sans-serif;
}

.text-block-8.hide {
  display: none;
}

.div-block-58 {
  max-width: 100%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-59 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 9vw;
  padding-top: .625rem;
  padding-left: 0;
  display: grid;
}

.div-block-60 {
  z-index: 3;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-60._2 {
  margin-left: 7vw;
}

.div-block-60._3 {
  margin-left: 6.5vw;
}

.div-block-60.mobile {
  display: none;
}

.image-11 {
  width: 3.4rem;
  filter: hue-rotate(335deg) saturate(0%) brightness(0%);
  object-fit: contain;
  flex: none;
  margin-top: -.1rem;
}

.featuretext {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1.7rem;
  font-family: Alice, sans-serif;
}

.div-block-61 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.topsectionwrapper {
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.div-block-64 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-65 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.list {
  margin-top: .625rem;
  margin-bottom: 0;
  padding-left: 1.2rem;
  list-style-type: square;
}

.list-item {
  font-size: 1.11rem;
  line-height: 1.5;
  list-style-type: disc;
}

.div-block-65-copy {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.topsection {
  position: relative;
}

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

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

.detailrates {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  padding: 0 25px 40px;
  display: flex;
}

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

.pricingtab {
  width: 100%;
  max-width: 500px;
  border: .5px solid #ffbf00;
  border-radius: 3px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-2 {
  z-index: 1;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-2._84vw {
  padding-left: 8vw;
  padding-right: 8vw;
}

.bluebuuton {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: rgba(58, 135, 254, .9);
  padding: 10px 35px;
  font-weight: 700;
  line-height: 1.4;
  transition: background-color .3s, transform .3s;
  position: relative;
  overflow: hidden;
}

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

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

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

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

.bg-3.pricing {
  background-color: #fafafa;
  border: 10px solid #8f2c8b;
  box-shadow: inset 0 0 0 1px #fecb0e;
}

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

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

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

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

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

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

.div-block-36 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.imagewrapper {
  width: 85%;
  height: 23vw;
  position: relative;
}

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

.div-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-21 {
  margin-bottom: 0;
  padding-top: 10px;
}

.space {
  font-size: 10px;
}

.servicenav {
  z-index: 10;
  flex: none;
  margin-top: 7rem;
  margin-left: 6vw;
  position: -webkit-sticky;
  position: sticky;
  top: 7rem;
}

.linkbbt {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 17px;
  display: flex;
}

.linkbbt.arrow {
  width: 40px;
  min-height: 40px;
  background-color: rgba(255, 255, 255, .3);
  justify-content: center;
  align-items: center;
  margin-left: auto;
}

.servicetag {
  z-index: 10;
  width: 23vw;
  grid-column-gap: 1rem;
  grid-row-gap: .9rem;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: grid;
  box-shadow: 0 5px 10px -3px rgba(35, 3, 33, .4);
}

.linkbb {
  color: #000b1d;
  text-transform: uppercase;
  background-color: #69b9ff;
  justify-content: center;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.div-block-41 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

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

.title_s {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-style: normal;
  line-height: 1.3;
}

.title_s.format1 {
  margin-bottom: .5rem;
}

.title_s.format2 {
  text-shadow: 0 1px 1px rgba(35, 3, 33, .4);
  font-family: Alice, sans-serif;
  font-size: 1.07rem;
  font-style: italic;
  font-weight: 300;
}

.div-block-43 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-41-copy {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.div-block-41-copy.hide {
  display: none;
}

.para_s {
  margin-bottom: 0;
  font-size: 1.07rem;
  line-height: 1.3;
}

.para_s.format1 {
  margin-bottom: .8rem;
}

.para_s.link1 {
  color: #000;
  margin: -.1rem -.3rem;
  padding: .3rem .8rem;
  font-style: italic;
  position: relative;
  left: -.5rem;
}

.para_s.link1:hover {
  background-color: #d3f6f7;
}

.para_s.link1.first.w--current {
  margin-top: -.3rem;
}

.iframecode, .iframecode.hide {
  display: none;
}

.title_xl {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  line-height: 1.3;
}

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

.title_xl.lefta {
  text-align: left;
}

.bluebutton {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #033646;
  border-radius: 0;
  align-self: center;
  padding: 10px 30px;
  font-size: 17px;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
  position: relative;
}

.paragraph-23 {
  letter-spacing: -.5px;
  margin-bottom: 1rem;
  font-family: Alice, sans-serif;
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.5;
}

.mapcontainer {
  width: 86vw;
  max-width: 110rem;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.div-block-67 {
  z-index: -1;
  width: 20px;
  height: 30px;
  background-image: linear-gradient(60deg, #8f2c8b 50%, rgba(0, 0, 0, 0) 50%);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -20px;
}

.footer-content-block-2 {
  min-width: 22vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footerparagraph {
  color: #e3e3e3;
  margin-bottom: .5rem;
  padding-left: 0;
  font-size: 1.07rem;
  line-height: 1.35;
}

.footerparagraph.payment {
  margin-bottom: 0;
}

.footerparagraph.footermenu {
  font-weight: 700;
}

.footerparagraph.footermenu:hover {
  color: #fff;
}

.footerparagraph.footermenu.title {
  margin-bottom: .4rem;
}

.footerparagraph.footermenu.title:hover {
  color: #e3e3e3;
}

.footerparagraph.footermenu.sub {
  margin-bottom: .4rem;
  font-size: 1rem;
  font-weight: 400;
}

.footerparagraph.footerlink:hover {
  color: #fff;
}

.footeritemwrapper-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footertitle {
  color: #f9f9f9;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color .3s;
}

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

.div-block-68 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: start;
  display: flex;
}

.paymenticon-2 {
  height: 1.875rem;
  object-fit: contain;
  border-radius: 3px;
  margin-top: .5rem;
  margin-right: .375rem;
  overflow: hidden;
  box-shadow: 1px 1px 3px -1px rgba(35, 3, 33, .4);
}

.title_m {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.3;
  position: relative;
}

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

.slide_arrow {
  width: 2.5em;
  height: 2.5em;
  color: #fff;
  cursor: pointer;
  background-color: #8f2c8b;
  justify-content: center;
  align-items: center;
  margin-right: .8em;
  display: flex;
}

.slide_arrows {
  align-items: center;
  padding-top: 1.7rem;
  display: flex;
}

.slide_item {
  z-index: 3;
  width: 100%;
  flex: none;
  padding-right: 1.7rem;
  transition: transform .35s;
  position: relative;
}

.slide_wrap {
  width: 85%;
}

.slide_svg {
  width: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide_svg.is--flip {
  transform: rotate(-180deg);
}

.slide_card {
  height: 100%;
  min-height: 21rem;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 3.8rem 2.5rem 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 7px -4px rgba(35, 3, 33, .4);
}

.div-block-69 {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.slide_contain {
  width: 100%;
  padding-top: 1.5rem;
}

.slide_list {
  justify-content: flex-start;
  align-items: stretch;
  margin-right: -1.7rem;
  display: flex;
}

.bg-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-4.cardbgimage {
  width: 100%;
  height: 100%;
  filter: blur(2px);
  object-fit: cover;
}

.bg-4.cardbgimage.p1 {
  object-position: 50% 30%;
}

.bg-4.cardbgg {
  background-color: rgba(51, 34, 51, .4);
  transition: background-color .3s cubic-bezier(.755, .05, .855, .06);
}

.paragraph-24 {
  margin-top: .7rem;
  margin-bottom: 0;
  line-height: 1.3;
  position: relative;
}

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

.mapcontentwrapper, .div-block-71 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.space_l {
  height: 3.75rem;
}

.arrow {
  display: inline-block;
}

.slider {
  z-index: 2;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

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

.div-block-72 {
  flex-direction: column;
  display: flex;
  position: relative;
}

.divider {
  width: 95%;
  height: 1px;
  background-color: rgba(0, 84, 0, .41);
  flex: 0 auto;
  margin-top: 1.875rem;
  margin-left: 0;
  margin-right: 0;
}

.div-block-73 {
  flex-direction: column;
  margin-left: 8.9rem;
  margin-right: 2.5625rem;
  display: flex;
}

.logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
}

.navtopd {
  color: #fff;
  margin-left: .3125rem;
  margin-right: .3125rem;
}

.div-block-74 {
  border-bottom: 1px solid #d3f6f7;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: .9rem;
  padding-bottom: .3rem;
  display: flex;
}

.div-block-76 {
  max-width: 100%;
  flex-direction: column;
  display: flex;
}

.bluebutton-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #2f3c46;
  justify-content: center;
  align-items: center;
  padding: 10px 35px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bluebutton-2:hover {
  color: #fff;
  background-color: #1dacf5;
  transform: scale3d(1, 1, 5);
}

.div-block-77 {
  position: relative;
}

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

.paragraph-26 {
  text-align: center;
  margin-bottom: 2.2rem;
  line-height: 1.6;
}

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

.h3-2.faq-title {
  height: 2.8125rem;
  color: #000;
  align-items: center;
  margin-bottom: 0;
  margin-right: 3.4375rem;
  font-size: 1.375rem;
  display: flex;
}

.jobdescriptionwrapper {
  background-color: #f9f9f9;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .625rem 1.25rem;
  display: flex;
  position: relative;
}

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

.paragraph-6 {
  margin-bottom: .9375rem;
}

.dropdowniconwrapper {
  width: 2.8125rem;
  min-height: 2.8125rem;
  min-width: 2.8125rem;
  cursor: pointer;
  background-color: #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: .625rem;
  bottom: auto;
  left: auto;
  right: .625rem;
  overflow: hidden;
  box-shadow: 0 5px 20px -10px rgba(0, 11, 29, .4);
}

.jobcomtent {
  width: 100%;
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

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

.formcontentwrapper {
  z-index: 3;
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

.jobdescriptiondropdownwrapper {
  z-index: 5;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  transition: color .35s;
  display: flex;
  position: relative;
}

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

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

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

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

.spacedivider {
  width: .1rem;
  font-size: 10px;
}

.citylist {
  min-width: 75%;
  grid-column-gap: 4vw;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  margin-bottom: 1.25rem;
  margin-right: -1rem;
  padding-left: 1rem;
  list-style-type: disc;
  display: grid;
}

.list-item-5 {
  font-size: 1.07rem;
  line-height: 1.5;
}

.text-span-12 {
  font-size: 1.7rem;
  font-style: italic;
  font-weight: 400;
  display: block;
}

.image-12 {
  width: 3.5rem;
  margin-bottom: .6rem;
  display: none;
}

.div-block-78 {
  z-index: 5;
  flex-direction: column;
  align-items: center;
  margin-top: 5.5rem;
  margin-bottom: 4rem;
  padding-top: 3vw;
  padding-bottom: 4vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_l {
  object-position: 100% 50%;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-top: 5.7rem;
  padding-bottom: 6.4rem;
  position: relative;
  overflow: hidden;
}

.section_l.services {
  padding-top: 0;
  overflow: visible;
}

.title_l {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.15rem;
  line-height: 1.3;
}

.title_l.format1 {
  margin-right: 1.875rem;
}

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

.formwrapper.special {
  z-index: 10;
  width: 100%;
  text-align: center;
  flex: none;
  margin-top: -1.6rem;
  padding: 1.3rem;
  box-shadow: 0 1px 11px -1px rgba(35, 3, 33, .4);
}

.nowrap {
  white-space: nowrap;
}

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

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

.logowrapper {
  z-index: 2;
  height: 8.1rem;
  max-width: 80%;
  min-width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -.6rem;
  padding: 1.7rem 2.3vw 2.1rem 2.1vw;
  display: flex;
  position: relative;
}

.footerdivider {
  width: 100%;
  height: 1px;
  background-color: #d3f6f7;
}

.backtop {
  z-index: 30;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: rgba(143, 44, 139, .89);
  background-image: url('../images/icon_arrow1_2icon_arrow1.png');
  background-position: 50% 47%;
  background-repeat: no-repeat;
  background-size: auto 25%;
  transition: background-position .35s;
  position: fixed;
  bottom: 2vw;
  right: 0;
  box-shadow: 0 0 1px #012401;
}

.backtop:hover {
  background-position: 50% 43%;
}

.topr {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.pagespace {
  width: 100%;
  height: 2.5rem;
}

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

.mapwrapper {
  width: 35vw;
  max-width: 420px;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -1rem;
  padding-left: 4vw;
  padding-right: 4vw;
  display: none;
  position: relative;
}

.div-block-80 {
  width: 86.9%;
  height: 66%;
  border-radius: 1000px;
  flex: none;
  display: none;
  position: absolute;
  top: .7%;
  bottom: auto;
  left: 1%;
  right: auto;
  overflow: hidden;
}

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

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

.dec1 {
  height: .3rem;
  object-fit: contain;
  margin-bottom: 1.8rem;
}

.bold-text {
  margin-bottom: .2rem;
  font-size: 1.3rem;
  line-height: 1.3;
  display: block;
}

.image-13 {
  display: none;
}

.mask {
  overflow: hidden;
}

.image-14 {
  transform-style: preserve-3d;
}

.div-block-81 {
  width: 100%;
  height: 100%;
  grid-row-gap: .5rem;
  color: #3f4040;
  text-align: center;
  background-color: #d3f6f7;
  border-radius: .1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.9rem 1.7rem 1.7rem;
  display: flex;
}

.div-block-81.dc2 {
  background-color: #fff8c6;
}

.quick-stack {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  padding: 0;
}

.paragraph-27 {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.3;
}

.html-embed-3, .slidechangetextcolor {
  display: none;
}

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

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

  .navbarlink {
    font-size: 1.125rem;
  }

  .mainbutton.subb {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .buttton_text.navbarbtext {
    font-size: 1.07rem;
  }

  .bg.sectionbgdec._2 {
    max-height: none;
  }

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

  .dropdownlink-2 {
    font-size: 1.07rem;
  }

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

  .imagewrapper {
    height: 23vw;
  }

  .slide_card {
    padding: 4.6rem 3.2rem 2.7rem;
  }

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

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

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

  .top-text {
    margin-bottom: 4rem;
  }

  .body {
    font-size: 1.7rem;
  }

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

  .sub-footer-2 {
    margin-top: 4rem;
  }

  .footer_icon {
    width: .9em;
    margin-top: .1em;
    margin-right: .6em;
  }

  .footermain {
    padding-top: 5rem;
  }

  .nav-container {
    grid-template-rows: 8rem;
    padding-top: 1.4rem;
    padding-bottom: 1.8rem;
  }

  .subfootertext {
    font-size: 1.4rem;
  }

  .subfooterwrapper {
    padding-top: 1.2rem;
    padding-bottom: 1.3rem;
  }

  .navbarlink {
    font-size: 1.7rem;
  }

  .mainbutton {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 1.6rem;
  }

  .mainbutton.subb {
    padding: .85rem 2rem;
  }

  .buttton_text.navbarbtext {
    font-size: 1.5rem;
  }

  .navbarlinkwrapper {
    padding: .2rem .95rem;
  }

  .bg.sectionbgdec._2 {
    bottom: -1.6rem;
  }

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

  .section_m.format1 {
    margin-bottom: 4.5rem;
    padding-top: 6.5rem;
  }

  .topsectioncontent {
    padding: 9rem 4.3rem 5.5rem;
  }

  .topsectioncontent.servicet {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .topsectiontitle {
    font-size: 3.5rem;
  }

  .aus1wrapper {
    padding-bottom: 3.4rem;
  }

  .image-5 {
    width: 28rem;
    height: 25rem;
    bottom: -6%;
  }

  .image-5.other {
    top: 16%;
    left: -17.4rem;
  }

  .paragraph-11 {
    margin-top: 3rem;
    padding-left: 4.56rem;
    padding-right: 4.56rem;
  }

  .paragraph-11.bio {
    margin-top: 2.3rem;
    font-size: 1.55rem;
  }

  .section_0.banners {
    margin-top: 2.95rem;
    margin-bottom: 2.95rem;
  }

  .title_xxxl {
    font-size: 3.7rem;
  }

  .title_xxxl.format1 {
    padding-right: 4.5rem;
  }

  .infowrapper {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .serviceblock {
    margin-top: 6rem;
    margin-left: 5rem;
    margin-right: 10vw;
  }

  .buttoncircle {
    width: 3.5rem;
    height: 3.5rem;
  }

  .servicepg {
    margin-bottom: 2.5rem;
  }

  .dropdown-list-wrapper-2 {
    margin-top: 1rem;
  }

  .dropdownlink-2 {
    padding: .9rem 1.9rem 1rem;
    font-size: 1.5rem;
  }

  .div-block-57 {
    margin-right: 6.4rem;
    padding: 3.075rem 1.3rem;
    top: -8.35rem;
  }

  .text-block-8 {
    font-size: 3.5rem;
  }

  .div-block-59 {
    grid-column-gap: 4.25rem;
    grid-row-gap: 4.75rem;
  }

  .image-11 {
    width: 5.5rem;
  }

  .featuretext {
    margin-left: 2.6rem;
  }

  .list {
    padding-left: 1.5rem;
  }

  .list-item {
    font-size: 1.65rem;
  }

  .servicenav {
    margin-top: 9rem;
    top: 9rem;
  }

  .servicetag {
    grid-row-gap: 1.8rem;
    padding: 3rem 2.8rem;
  }

  .title_s {
    font-size: 2rem;
  }

  .title_s.format1 {
    margin-bottom: .7rem;
  }

  .title_s.format2, .para_s {
    font-size: 1.6rem;
  }

  .para_s.format1 {
    margin-bottom: 1.3rem;
  }

  .title_xl {
    font-size: 3rem;
  }

  .paragraph-23 {
    font-size: 1.6rem;
  }

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

  .footerparagraph {
    margin-bottom: .7rem;
    font-size: 1.6rem;
  }

  .footerparagraph.footermenu.title {
    margin-bottom: .5rem;
  }

  .footerparagraph.footermenu.sub {
    font-size: 1.55rem;
  }

  .footertitle {
    margin-bottom: 1.5rem;
    font-size: 2.8rem;
  }

  .paymenticon-2 {
    height: 2.7rem;
    margin-top: .7rem;
    margin-right: .6rem;
  }

  .title_m {
    font-size: 2.25rem;
  }

  .slide_arrows {
    padding-top: 2.1rem;
  }

  .slide_item {
    padding-right: 3rem;
  }

  .slide_card {
    min-height: 28rem;
    padding: 5rem 5.1rem 4rem;
  }

  .slide_contain {
    padding-top: 2.6rem;
  }

  .slide_list {
    margin-right: -3rem;
  }

  .paragraph-24 {
    margin-top: 1.4rem;
  }

  .mapsection {
    padding-top: 6.7rem;
    padding-bottom: 6.7rem;
  }

  .space_l {
    height: 5rem;
  }

  .divider {
    margin-top: 3.675rem;
  }

  .div-block-73 {
    margin-left: 15rem;
    margin-right: 4.56rem;
  }

  .navtopd {
    margin-left: .6rem;
    margin-right: .6rem;
  }

  .div-block-74 {
    margin-bottom: 1.5rem;
    padding-bottom: .7rem;
  }

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

  .jobdescriptionwrapper {
    padding: 1.225rem 2.35rem;
  }

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

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

  .text-block-9 {
    font-size: 1.6rem;
  }

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

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

  .citylist {
    grid-column-gap: 3.25rem;
    margin-bottom: 2.85rem;
    padding-left: 1.35rem;
  }

  .list-item-5 {
    font-size: 1.6rem;
  }

  .text-span-12 {
    font-size: 2.5rem;
  }

  .image-12 {
    width: 3rem;
    margin-bottom: 1.4rem;
  }

  .div-block-78 {
    margin-top: 9rem;
    margin-bottom: 5rem;
  }

  .section_l {
    padding-top: 9.5rem;
    padding-bottom: 10rem;
  }

  .title_l {
    font-size: 2.8rem;
  }

  .formwrapper.special {
    margin-top: -2rem;
    padding: 2.1rem;
  }

  .logowrapper {
    height: 12.7rem;
    margin-top: -1.5rem;
    padding-top: 2.6rem;
    padding-bottom: 3rem;
  }

  .backtop {
    width: 3.6rem;
    height: 3.6rem;
  }

  .pagespace {
    height: 3rem;
  }

  .navigation {
    top: -12rem;
  }

  .dec1 {
    height: .4rem;
    margin-bottom: 2.3rem;
  }

  .bold-text {
    font-size: 2.05rem;
  }

  .div-block-81 {
    grid-row-gap: .75rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .quick-stack {
    grid-column-gap: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .paragraph.subtext {
    text-align: center;
  }

  .container.heroc {
    flex-direction: column;
    align-items: flex-start;
  }

  .container.footc {
    grid-template-columns: 1fr 1fr;
  }

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

  .about-hero-block {
    flex-direction: column;
    align-items: center;
  }

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

  .nav-link-drop-down {
    flex-direction: column;
    align-items: center;
    font-size: 25px;
  }

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

  .button-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .homes1content {
    width: 50vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav-container {
    grid-column-gap: 0px;
    grid-template-rows: 4.25rem;
    grid-template-columns: 50vw 0 1fr auto;
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .nav-menu-button {
    width: 3.125rem;
    min-height: 3.125rem;
    min-width: 3.125rem;
    perspective: 10000px;
    color: #fff;
    background-color: #f9f9f9;
    padding: 0;
    font-size: 30px;
    transition: background-color .3s, transform .3s;
  }

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

  .new-item-wrapper {
    flex: none;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: .5rem;
    display: flex;
  }

  .navmenu {
    width: 72%;
    max-height: 65vh;
    background-color: #f9f9f9;
    flex: none;
    padding-top: 1.2rem;
    padding-bottom: 1.25rem;
    position: absolute;
    left: 24%;
    right: 4%;
    overflow: hidden;
    box-shadow: 0 7px 9px -1px rgba(0, 0, 0, .12);
  }

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

  .dropdown-list.w--open {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    padding: 25px 10px;
    display: block;
    position: static;
  }

  .navbuttonicons {
    width: 25px;
    min-height: 18px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .headernav {
    flex-direction: column;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 4px;
  }

  .navbarlink {
    color: #3f4040;
    font-size: 1.125rem;
  }

  .mainbutton {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .mainbutton.subb {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .mainbutton.subb.mobile {
    margin-right: 3vw;
    display: block;
  }

  .buttton_text {
    white-space: nowrap;
  }

  .buttton_text.navbarbtext {
    font-size: 1.07rem;
  }

  .bg.color {
    z-index: 3;
  }

  .bg.topsectionbgc {
    background-image: none;
  }

  .bg.sectionbgdec._2 {
    width: 50%;
    height: auto;
    max-height: 80%;
    opacity: .24;
    top: auto;
    bottom: 1rem;
    left: 7%;
  }

  .bg.sectionbgdec._1 {
    width: 100%;
    opacity: .04;
  }

  .section_m {
    padding-top: 3.125rem;
    display: block;
  }

  .section_m.format1 {
    margin-bottom: 0;
    padding-top: 4rem;
  }

  .topsectioncontent {
    padding-left: 0;
    padding-right: 0;
  }

  .topsectioncontent.servicet {
    padding-left: 2.5rem;
  }

  .aus1wrapper {
    width: 80vw;
    align-self: center;
    margin-bottom: 0;
  }

  .image-5 {
    max-width: 80%;
    display: none;
    position: relative;
    left: auto;
  }

  .image-5.other {
    width: 14rem;
    height: 13rem;
    margin-top: 1.5625rem;
    margin-left: -1.875rem;
    display: block;
    top: 0%;
    left: .4rem;
  }

  .paragraph-11.bio {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .title_xxxl {
    text-align: center;
    font-size: 2.6rem;
  }

  .title_xxxl.format1 {
    max-width: none;
    direction: ltr;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1.25rem;
    padding-right: 0;
  }

  .infowrapper {
    flex-direction: column;
  }

  .serviceblock {
    margin-left: 2.5rem;
  }

  .servicetop {
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-6 {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-13 {
    padding-left: 10px;
  }

  .dropdown-list-wrapper-2 {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    flex-direction: column;
    margin-top: -1px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-list-wrapper-2.w--open {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    padding: 25px 10px;
    display: flex;
    position: static;
  }

  .div-block-55 {
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdownlink-2 {
    padding: .3rem 0 .2rem;
    font-size: 1rem;
    font-style: italic;
  }

  .dropdownlink-2:hover {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
  }

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

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

  .nav-link-drop-down-2.dropdown {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .div-block-57 {
    margin-right: 2.5rem;
    padding-left: .6rem;
    padding-right: .6rem;
    top: -5.85rem;
  }

  .text-block-8 {
    font-size: 2.3rem;
  }

  .div-block-59 {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-left: 0;
    padding-top: 2rem;
  }

  .div-block-60._2, .div-block-60._3 {
    margin-left: 0;
  }

  .topsection {
    position: relative;
  }

  .pricingsection {
    padding-top: 20px;
  }

  .div-block-36 {
    align-items: flex-start;
  }

  .servicenav {
    margin-left: 5vw;
  }

  .servicetag {
    width: 31vw;
    padding: 1.8rem;
  }

  .para_s.format1, .para_s.link1 {
    font-size: 1rem;
  }

  .title_xl {
    font-size: 1.9rem;
  }

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

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

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

  .title_m {
    font-size: 1.5rem;
  }

  .slide_contain {
    padding-top: 1.3rem;
  }

  .paragraph-24 {
    font-size: 1.07rem;
    line-height: 1.45;
  }

  .space_l {
    height: 3.5rem;
  }

  .slider {
    width: 100vw;
  }

  .div-block-72 {
    flex-direction: row;
    align-items: flex-start;
  }

  .div-block-73 {
    margin-left: 2.7rem;
  }

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

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

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

  .jobcontentwrapper {
    padding-top: 0;
  }

  .citylist {
    grid-template-columns: auto auto auto;
    grid-auto-columns: 1fr;
  }

  .section_l {
    padding-top: 4.5rem;
  }

  .logowrapper {
    height: 7.1rem;
    margin-top: -.8rem;
    padding-left: 2.8vw;
    padding-right: 2.8vw;
  }

  .mapwrapper {
    width: 42vw;
    max-width: 270px;
    margin-top: -.5rem;
    margin-bottom: 3.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .image-13 {
    object-fit: contain;
  }

  .quick-stack {
    grid-row-gap: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .paragraph.subtext {
    text-shadow: 1px 0 20px rgba(222, 166, 163, .79), 0 0 50px #fff, 0 1px 100px #fff;
    line-height: 1.25;
  }

  .container.heroc {
    width: 86vw;
    margin-left: auto;
    margin-right: auto;
  }

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

  .container.special {
    width: 88vw;
    margin-left: 5vw;
  }

  .container.footc {
    grid-template-columns: 1fr;
  }

  .top-text {
    margin-bottom: 1.875rem;
  }

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

  .body {
    font-size: 1.07rem;
    line-height: 1.5;
  }

  .homes1content {
    width: 100%;
    min-height: 0;
    margin-top: 5.6rem;
    margin-bottom: 4.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .servicecontent {
    align-items: stretch;
  }

  .sub-footer-2 {
    margin-top: 2.3rem;
  }

  .footer_icon {
    width: .94em;
    margin-top: .12em;
  }

  .nav-container {
    grid-template-columns: 55vw 0 1fr auto;
    padding-left: 5%;
    padding-right: 4.5%;
  }

  .subfootertext {
    font-size: .85rem;
  }

  .navmenu {
    width: 74%;
    max-height: 60vh;
    padding-top: 2rem;
    left: 22%;
  }

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

  .navbuttonicons {
    max-width: 60%;
  }

  .headernav {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .brand {
    padding-left: 0;
  }

  .mainbutton {
    font-size: 1rem;
  }

  .mainbutton.subb.mobile {
    display: none;
  }

  .bg.color {
    background-color: rgba(248, 248, 248, .55);
  }

  .bg.topsectionbgc {
    right: auto;
  }

  .bg.herobgimage {
    object-position: 80% 50%;
  }

  .bg.herobgimage.p1 {
    filter: brightness(109%) saturate(200%) contrast(53%);
  }

  .bg.sectionbgdec._2 {
    width: 100%;
    bottom: 2rem;
    left: -17%;
  }

  .section_m {
    padding-top: 2.5rem;
    padding-bottom: 2.7rem;
  }

  .topsectioncontent {
    width: 100%;
    align-items: flex-start;
    padding-bottom: 3.5rem;
  }

  .topsectioncontent.servicet {
    padding-left: 0;
    padding-right: 0;
  }

  .topsectiontitle {
    text-align: left;
    margin-top: 0;
    font-size: 2.1875rem;
  }

  .aus1wrapper {
    width: 100%;
    box-shadow: none;
    align-self: center;
    padding-bottom: 0;
  }

  .image-5 {
    width: 14.375rem;
    height: 13rem;
    align-self: flex-start;
    margin-top: -2.9rem;
    margin-bottom: 2.3rem;
    margin-left: 2rem;
    padding-left: 0;
    display: block;
    bottom: auto;
  }

  .image-5.other {
    width: 70%;
    height: 35vw;
    order: 1;
    margin-top: -2.2rem;
    margin-bottom: 0;
    margin-left: 0;
    left: 15%;
    right: 15%;
  }

  .image-6 {
    height: 50vw;
  }

  .paragraph-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-11.bio {
    text-align: center;
    margin-top: 1.25rem;
    margin-bottom: 1.875rem;
  }

  .title_xxxl {
    margin-bottom: 1.5625rem;
    font-size: 2.2rem;
  }

  .title_xxxl.format1 {
    text-align: left;
  }

  .title_xxxl.herot {
    margin-bottom: 1.6rem;
  }

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

  .serviceblock {
    margin-left: 0;
    margin-right: 0;
  }

  .buttoncircle {
    font-size: 16px;
  }

  .buttton_circle_text {
    font-size: 12px;
  }

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

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

  .nav-link-drop-down-2.dropdown {
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-56 {
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    justify-content: center;
  }

  .div-block-57 {
    margin-right: 2rem;
    padding: 1.5625rem .625rem;
    top: -5.2rem;
  }

  .div-block-59 {
    padding-right: 5px;
  }

  .image-11 {
    width: 3.3rem;
  }

  .featuretext {
    margin-bottom: 0;
    margin-left: 1.5rem;
  }

  .div-block-61 {
    align-items: flex-end;
  }

  .topsectionwrapper {
    width: 100%;
    justify-content: center;
  }

  .div-block-65 {
    padding-bottom: 4rem;
  }

  .list-item {
    font-size: 1.07rem;
    line-height: 1.45;
  }

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

  .pricingtitle {
    font-size: 25px;
  }

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

  .ratewrapper {
    margin-bottom: 20px;
  }

  .divider-2 {
    height: .7px;
  }

  .imagewrapper {
    height: 40vw;
  }

  .servicenav {
    width: 0;
    order: 1;
    margin-left: 0%;
    top: auto;
    bottom: 3.5rem;
  }

  .servicetag {
    width: auto;
    max-height: 60vh;
    max-width: 80vw;
    min-width: 250px;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 2.5rem;
    display: none;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: -7vw;
  }

  .sna {
    color: #fff;
  }

  .div-block-53 {
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    background-color: #a459d1;
    justify-content: center;
    align-items: center;
    margin-left: -2.5rem;
    display: flex;
    position: relative;
    left: 7vw;
  }

  .title_s.format1 {
    margin-bottom: .625rem;
  }

  .para_s.link1 {
    font-size: 1rem;
  }

  .title_xl {
    font-size: 2rem;
  }

  .title_xl.maptitle {
    margin-bottom: 0;
  }

  .paragraph-23 {
    margin-top: 0;
  }

  .div-block-67 {
    width: 10px;
    height: 20px;
    right: -10px;
  }

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

  .footerparagraph {
    margin-bottom: .4rem;
    font-size: 1.05rem;
  }

  .footerparagraph.footermenu.title {
    margin-bottom: .3rem;
  }

  .footerparagraph.footermenu.sub {
    font-size: .97rem;
  }

  .footertitle {
    margin-bottom: 1rem;
    font-size: 1.7rem;
  }

  .slide_arrow {
    width: 2.5em;
    height: 2.5em;
  }

  .slide_arrows {
    padding-top: 2rem;
    display: flex;
  }

  .slide_item {
    width: 98%;
    margin-right: 10px;
    padding-right: 1.3rem;
  }

  .slide_wrap {
    width: 92%;
  }

  .slide_svg {
    height: 1.1em;
  }

  .slide_card {
    padding: 2.8rem 2rem 2rem;
  }

  .slide_list {
    width: 100%;
    margin-right: 0;
  }

  .mapcontentwrapper {
    margin-bottom: 10px;
  }

  .div-block-72 {
    flex-direction: column;
  }

  .div-block-73 {
    margin-top: 1.75rem;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 2rem;
    box-shadow: 0 0 7px rgba(35, 3, 33, .4);
  }

  .paragraph-26 {
    text-align: left;
    margin-bottom: 1.6rem;
  }

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

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

  .paragraph-6 {
    margin-bottom: .625rem;
  }

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

  .jobcontentwrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-columns: auto;
  }

  .spacedivider {
    height: .2rem;
    display: block;
  }

  .citylist {
    grid-column-gap: 8vw;
    grid-template-columns: auto auto;
  }

  .list-item-5 {
    min-width: 42%;
  }

  .text-span-12 {
    font-size: 1.4rem;
  }

  .div-block-78 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 5vw;
    padding-bottom: 6vw;
  }

  .section_l.services {
    padding-bottom: 2rem;
  }

  .title_l {
    font-size: 1.75rem;
  }

  .formwrapper.special {
    padding: .9rem;
  }

  .logowrapper {
    max-width: none;
    min-width: 70%;
    padding: .7rem 5vw 1rem 4.5vw;
  }

  .backtop {
    bottom: 1rem;
  }

  .mapwrapper {
    width: 70vw;
  }

  .quick-stack {
    grid-column-gap: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .paragraph.subtext {
    font-size: 1rem;
  }

  .container {
    width: 82vw;
  }

  .container.servicec {
    margin-left: 9vw;
    margin-right: 9vw;
  }

  .container.special {
    width: 82vw;
    margin-left: auto;
  }

  .top-text {
    margin-bottom: 1.8rem;
  }

  .detail-paragraph {
    margin-top: .625rem;
    line-height: 1.45;
  }

  .homes1content {
    margin-top: 4.5rem;
    margin-bottom: 4rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .navbartop {
    height: 60px;
  }

  .navtop-paragraph {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sub-footer-2 {
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .footer_icon {
    margin-right: .6em;
  }

  .nav-container {
    grid-template-rows: 3.5rem;
    grid-template-columns: 64vw 0 1fr auto;
    padding-left: 6%;
  }

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

  .new-item-wrapper.last {
    order: -1;
  }

  .navmenu {
    width: 90%;
    max-height: 88vh;
    max-width: 90%;
    padding-top: 3.5rem;
    padding-bottom: 1rem;
    left: 5%;
    right: 5%;
  }

  .headernav {
    margin-left: 6%;
    margin-right: 6%;
  }

  .brand {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }

  .mainbutton {
    padding: .7rem 1.475rem .6rem;
  }

  .mainbutton.subb.mobile {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .bg.herobgimage {
    object-position: 70% 50%;
  }

  .bg.sectionbgdec._2 {
    display: none;
  }

  .section_m.format1 {
    margin-top: 1rem;
    padding-top: 2.5rem;
  }

  .topsectioncontent {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .topsectiontitle {
    font-size: 2rem;
    line-height: 1.1;
  }

  .image-5.other {
    width: 100%;
    max-width: none;
    margin-top: -1.8rem;
    margin-left: 0;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    left: 0%;
    right: 0%;
  }

  .paragraph-11.bio {
    margin-top: 15px;
    font-size: 16px;
  }

  .section_0 {
    z-index: 3;
  }

  .title_xxxl {
    font-size: 1.85rem;
  }

  .title_xxxl.herot {
    margin-bottom: 1rem;
  }

  .infowrapper {
    grid-template-columns: 1fr;
  }

  .serviceblock {
    margin-top: 3rem;
  }

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

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

  .dropdownlink-2 {
    white-space: normal;
  }

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

  .div-block-57 {
    z-index: 4;
    align-items: flex-start;
    margin-bottom: -1rem;
    margin-right: 0;
    padding: 1.125rem 1.5rem .625rem 1.4rem;
    top: -3.7rem;
  }

  .text-block-8 {
    font-size: 2rem;
    display: none;
  }

  .text-block-8.hide {
    display: block;
  }

  .div-block-58 {
    flex-direction: column;
  }

  .div-block-60 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-60.mobile {
    z-index: 2;
    justify-content: center;
    margin-top: -6.6rem;
    display: flex;
  }

  .image-11 {
    margin-top: 0;
  }

  .featuretext {
    margin-top: 1rem;
    margin-left: 0;
  }

  .div-block-65 {
    padding-bottom: 3rem;
  }

  .list {
    margin-top: .5rem;
    padding-left: 1.1rem;
  }

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

  .pricingtitle {
    font-size: 22px;
  }

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

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

  .pricingsection {
    padding-bottom: 50px;
  }

  .paragraph-18 {
    font-size: 16px;
    line-height: 1.5;
  }

  .imagewrapper {
    width: 100%;
    height: 45vw;
  }

  .servicenav {
    bottom: 3.3rem;
  }

  .linkbbt {
    font-size: 16px;
  }

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

  .servicetag {
    max-height: 80vh;
    grid-row-gap: .625rem;
    margin-bottom: 2.3rem;
    padding: 1.6rem;
    right: -10vw;
  }

  .div-block-53 {
    width: 2.3rem;
    height: 2.3rem;
    margin-left: -2.3rem;
    left: 9vw;
  }

  .title_s {
    font-size: 1.1rem;
  }

  .title_s.format1 {
    margin-bottom: .4rem;
  }

  .title_s.format2 {
    font-size: 1rem;
  }

  .para_s {
    font-size: 1.02rem;
  }

  .title_xl {
    font-size: 1.75rem;
  }

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

  .paragraph-23 {
    line-height: 1.5;
  }

  .mapcontainer {
    width: 82vw;
    grid-row-gap: 13px;
  }

  .footer-content-block-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .footeritemwrapper-2 {
    flex-wrap: wrap;
  }

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

  .paymenticon-2 {
    height: 27px;
  }

  .title_m {
    font-size: 1.35rem;
  }

  .slide_item {
    width: 100%;
    padding-right: .2rem;
  }

  .slide_wrap {
    width: 100%;
  }

  .slide_card {
    min-height: 18rem;
    padding-bottom: 1.3rem;
    padding-left: 7%;
    padding-right: 7%;
  }

  .slide_contain {
    padding-top: .8em;
  }

  .paragraph-24 {
    font-size: 1rem;
  }

  .space_l {
    height: 3rem;
  }

  .slider {
    order: -1;
  }

  .divider {
    margin-top: 25px;
  }

  .div-block-73 {
    padding: 1.3rem 1.7rem;
  }

  .navtopd {
    display: none;
  }

  .bluebutton-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

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

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

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

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

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

  .jobdescriptiondropdownwrapper {
    max-width: 70vw;
  }

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

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

  .citylist {
    grid-row-gap: 2px;
    grid-template-columns: 1fr;
  }

  .list-item-5 {
    font-size: 16px;
    line-height: 1.4;
  }

  .text-span-12 {
    font-size: 1.3rem;
  }

  .image-12 {
    margin-bottom: .5rem;
  }

  .div-block-78 {
    padding-top: 7vw;
    padding-bottom: 9vw;
  }

  .section_l {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .title_l {
    font-size: 1.5rem;
  }

  .title_l.format1 {
    margin-bottom: .625rem;
  }

  .formwrapper {
    min-width: 100vw;
  }

  .formwrapper.wp {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .formwrapper.special {
    width: 94vw;
    min-width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .yellowbutton {
    padding-left: 28px;
    padding-right: 28px;
    font-size: 16px;
  }

  .logowrapper {
    height: 6rem;
  }

  .backtop {
    width: 2.3rem;
    height: 2.3rem;
  }

  .pagespace {
    height: .5rem;
  }

  .mapwrapper {
    width: 55vw;
    margin-bottom: 15vw;
    margin-left: -2vw;
  }

  .image-13 {
    width: 66vw;
    margin-bottom: 2rem;
    display: block;
  }

  .image-14 {
    width: 80%;
    transform-origin: 0%;
    position: relative;
    transform: scale3d(1.1, 1, 1);
  }

  .div-block-81 {
    grid-row-gap: .25rem;
    padding-top: 1.5rem;
    padding-bottom: 1.4rem;
  }
}

#w-node-_5eb86441-f18b-97b9-c85b-e2af30991d6d-79c6abd0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5eb86441-f18b-97b9-c85b-e2af30991d72-79c6abd0 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f584ceeb-ed1b-46ac-c3d0-82170d987f84-79c6abd0 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_88fea2c1-bf25-1ad5-0fba-f775835ad1cb-79c6abd0 {
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
}

#w-node-d0c22604-d91b-6a0a-3746-44898b786ce1-79c6abd0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d0c22604-d91b-6a0a-3746-44898b786ce2-79c6abd0, #w-node-d0c22604-d91b-6a0a-3746-44898b786ce3-79c6abd0, #w-node-cc6d87ad-01ec-8b90-524b-bb1317bcf73a-79c6abd0, #w-node-_04797f09-a578-9213-c003-a3ad1652ddff-79c6abd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce5c54c8-8b05-1189-1d3c-f84c0f9d4ee9-297b2046 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_7f9eea94-7636-d900-a816-10734e792d02-b16f8521 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-b6fcfa8b-c10c-366d-86ff-1c97b16f8524-b16f8521 {
  align-self: center;
}

#w-node-_03ef8d8f-e70f-1695-a09b-6e1b272bd198-b16f8521 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-be202198-e0ad-2fe5-ad94-15f5b7e372a2-b16f8521 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b6fcfa8b-c10c-366d-86ff-1c97b16f8526-b16f8521 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-c89149fb-754a-be4b-09d6-94aaeeee5f64-79c6abe6, #w-node-c89149fb-754a-be4b-09d6-94aaeeee5f98-79c6abe6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-f584ceeb-ed1b-46ac-c3d0-82170d987f84-79c6abd0 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-d0c22604-d91b-6a0a-3746-44898b786ce1-79c6abd0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d0c22604-d91b-6a0a-3746-44898b786ce2-79c6abd0, #w-node-d0c22604-d91b-6a0a-3746-44898b786ce3-79c6abd0, #w-node-cc6d87ad-01ec-8b90-524b-bb1317bcf73a-79c6abd0, #w-node-_04797f09-a578-9213-c003-a3ad1652ddff-79c6abd0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ce5c54c8-8b05-1189-1d3c-f84c0f9d4ee9-297b2046 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_78621099-bc33-3133-2d89-6ec9800a193b-b16f8521 {
    justify-self: end;
  }

  #w-node-b6fcfa8b-c10c-366d-86ff-1c97b16f8556-b16f8521 {
    grid-area: 1 / 4 / 2 / 5;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5eb86441-f18b-97b9-c85b-e2af30991d6d-79c6abd0, #w-node-ce5c54c8-8b05-1189-1d3c-f84c0f9d4ee9-297b2046 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ce5c54c8-8b05-1189-1d3c-f84c0f9d4eff-297b2046 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #contact.w-node-ce5c54c8-8b05-1189-1d3c-f84c0f9d4f14-297b2046 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7f9eea94-7636-d900-a816-10734e792d02-b16f8521 {
    justify-self: start;
  }

  #w-node-b6fcfa8b-c10c-366d-86ff-1c97b16f8556-b16f8521 {
    grid-column-start: 3;
  }

  #w-node-c89149fb-754a-be4b-09d6-94aaeeee5f64-79c6abe6, #w-node-c89149fb-754a-be4b-09d6-94aaeeee5f98-79c6abe6 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d0c22604-d91b-6a0a-3746-44898b786ce1-79c6abd0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d0c22604-d91b-6a0a-3746-44898b786ce2-79c6abd0, #w-node-d0c22604-d91b-6a0a-3746-44898b786ce3-79c6abd0, #w-node-cc6d87ad-01ec-8b90-524b-bb1317bcf73a-79c6abd0, #w-node-_04797f09-a578-9213-c003-a3ad1652ddff-79c6abd0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ce5c54c8-8b05-1189-1d3c-f84c0f9d4ee9-297b2046 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


