:root {
  --dim-grey: #2b2b2b;
  --white: white;
  --b-c-2-white: #d2d4d9;
  --royal-blue-2: #dce267;
  --black: black;
  --shadow: #2e050633;
  --white-smoke: #f2f3f5;
  --radius-1: .5rem;
  --b-c-1: #e61d25;
  --radius-1-up: .7rem;
  --b-c-highlight: #f73456;
  --b-c-2: #365ba9;
  --royal-blue-3: #7c8392;
  --transparent: #fff0;
  --grey: #7a7c7f;
  --border1: #365ba926;
  --misty-rose: #f5f5ec;
  --footer-text: #d2d4d9cc;
  --radius-big: 1rem;
}

.w-layout-hflex {
  flex-direction: row;
  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: 0;
}

a {
  text-decoration: none;
}

.paragraph {
  color: var(--dim-grey);
}

.paragraph.main {
  text-shadow: 1px 1px 1px var(--white);
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  margin-right: 8%;
  line-height: 1.3;
}

.paragraph.main.first {
  margin-top: 2rem;
  margin-bottom: 0;
}

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

.container.heroc {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

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

.container.footc {
  grid-column-gap: 4vw;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  display: grid;
}

.detail-paragraph {
  margin-top: .7rem;
  margin-bottom: 0;
}

.detail-paragraph.service {
  text-align: left;
  margin-bottom: .7rem;
}

.body {
  color: var(--dim-grey);
  font-family: Poppins, sans-serif;
  font-size: 1.07rem;
  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: 5;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3.4rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

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

.navbartop {
  z-index: 99;
  background-color: var(--royal-blue-2);
  min-width: 100%;
  max-width: 100%;
  height: 45px;
  position: absolute;
  inset: 0% 0% auto;
}

.navtop-paragraph {
  color: var(--black);
  margin-bottom: 0;
  font-size: 1.25vw;
  display: flex;
}

.navtoplink {
  color: var(--black);
  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%;
  position: relative;
}

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

.footermain {
  background-color: var(--dim-grey);
  background-image: none;
  padding-top: 4.3rem;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.nav-container {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: center end;
  width: 88%;
  max-width: 100%;
  height: 4.7rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.nav-container.navtop-container {
  justify-content: center;
  height: 3rem;
  position: relative;
}

.subfootertext {
  color: #d2d4d9bf;
  letter-spacing: .5px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .79rem;
  font-weight: 200;
  display: inline-block;
}

.subfooterwrapper {
  z-index: 1;
  padding-top: 1rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

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

.link-4:hover {
  color: var(--white);
  text-decoration: underline;
}

.navbar {
  z-index: 999;
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--white-smoke), var(--white-smoke));
  box-shadow: none;
  perspective: 3000px;
  transform-origin: 50% 0;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  transition: height .3s, background-color .3s;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

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

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

.navmenu {
  background-color: #0000;
  height: 100%;
}

.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 #0907180d, 0 24px 38px #1208501a;
}

.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;
  margin-left: .4vw;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.navbarlink {
  color: var(--black);
  white-space: nowrap;
  cursor: pointer;
  margin-right: 0;
  padding: 0;
  font-size: 1.25vw;
  text-decoration: none;
  transition: color .35s;
  display: block;
  position: relative;
}

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

.mainbutton {
  z-index: 2;
  border-radius: var(--radius-1);
  background-color: var(--b-c-1);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .75rem 1.5rem;
  text-decoration: none;
  transition: background-color .35s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: relative;
  overflow: hidden;
}

.mainbutton:hover {
  background-color: var(--b-c-highlight);
}

.mainbutton.subb {
  border-radius: 100rem;
  padding: .5rem 1.2rem;
  font-size: 1rem;
}

.mainbutton.dc1 {
  background-color: var(--b-c-2);
}

.mainbutton.dc1:hover {
  background-color: var(--royal-blue-3);
}

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

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

.button_bg {
  background-color: var(--b-c-2);
  background-image: none;
  width: 100%;
  height: 100%;
  transition: background-color .25s cubic-bezier(.755, .05, .855, .06);
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button_bg:hover {
  background-color: var(--b-c-highlight);
}

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

.navbar_dec {
  background-color: var(--b-c-2);
  opacity: .13;
  border-radius: 100rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbarlinkwrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: 100rem;
  padding: .3rem .6rem;
  position: relative;
  overflow: hidden;
}

.navbarlinkwrapper.dropdown {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bg {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.bg.color {
  z-index: -1;
  opacity: 0;
  background-image: linear-gradient(#f5fff5e8, #f7f7f7d6);
  width: 100%;
}

.bg.topsectionbgc {
  background-color: var(--b-c-2);
  width: 100vw;
  padding-bottom: 0;
  left: auto;
}

.bg.herobgimage {
  width: 100%;
  height: 100%;
  left: auto;
}

.bg.herobgimage.mobile {
  display: none;
}

.bg.logobg {
  background-color: var(--b-c-2);
  display: none;
}

.bg.topsectionbgimg {
  filter: none;
  width: 100vw;
  height: 100%;
  padding-bottom: 0;
}

.bg.topsectionimgoverlay {
  background-color: #0000004a;
  width: 100vw;
  padding-bottom: 0;
  left: auto;
}

.section_m {
  background-color: #0000;
  align-items: center;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

.section_m.dc1 {
  background-color: var(--white-smoke);
}

.topsectioncontent {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5vw;
  margin-bottom: 2vw;
  padding-top: 13rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.topsectioncontent.servicet {
  color: var(--white);
  align-items: flex-start;
  padding: 7rem 7vw 3rem 5vw;
}

.topsectioncontent.sub {
  color: var(--white-smoke);
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.title_xxl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.separate {
  display: inline-block;
}

.section_0.banners {
  background-color: var(--b-c-1);
  margin-top: 1.9rem;
  margin-bottom: 1.9rem;
}

.section_0.relative {
  position: relative;
}

.title_xxxl {
  z-index: 2;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.title_xxxl.dc1 {
  color: var(--white);
}

.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: var(--white);
  white-space: nowrap;
  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 {
  z-index: 3;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  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 {
  background-image: linear-gradient(to right, var(--b-c-highlight) 45.45%, var(--b-c-1) 54.55%);
  width: 220%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.circle-button-wrapper {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.paragraph-13 {
  color: var(--white);
  white-space: nowrap;
  margin-bottom: 0;
  padding-left: 13px;
  font-weight: 700;
}

.buttton_circle_text {
  z-index: 50;
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 75%;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  position: relative;
  left: -2%;
}

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

.servicepg.first {
  margin-top: 0;
  margin-bottom: 0;
}

.dropdown-list-wrapper {
  border-radius: 0px 0rem var(--radius-1) var(--radius-1);
  background-color: var(--white);
  box-shadow: 0 4px 10px -2px var(--shadow);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(280px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  margin-top: 1.2rem;
  padding-bottom: .3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-list-wrapper.w--open {
  background-color: #f5f7fa;
  margin-top: 30px;
  padding: 30px 20px;
  line-height: 1em;
  right: -150px;
  box-shadow: 0 1px 9px #0907180d, 0 24px 38px #1208501a;
}

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

.div-block-55 {
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  display: flex;
}

.dropdownlink {
  background-color: var(--transparent);
  color: var(--grey);
  text-align: left;
  white-space: nowrap;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: .6rem 1.45rem .65rem;
  font-size: 1.15vw;
  line-height: 1.3;
  text-decoration: none;
  transition: background-color .3s;
}

.dropdownlink:hover {
  background-color: var(--border1);
  color: var(--black);
}

.dropdownlink.last {
  margin-top: -.2rem;
}

.navbarlinkwrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  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 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

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

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

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

.pagewrap {
  overflow: hidden;
}

.div-block-58 {
  grid-column-gap: 9vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.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 {
  grid-column-gap: 3vw;
  grid-row-gap: .4rem;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  margin-top: .7rem;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: square;
  display: grid;
}

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

.div-block-65-copy {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  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 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 0 25px 40px;
  display: flex;
}

.pricingtitle {
  z-index: 1;
  color: var(--b-c-2);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.pricingtab {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bluebuuton {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #3a87fee6;
  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;
  background-color: var(--b-c-2);
  width: 100%;
  margin-top: 17px;
  margin-bottom: 25px;
  padding: 1rem 0;
}

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

.bg-3 {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-3.pricing {
  border: 10px solid var(--dim-grey);
  background-color: #fafafa;
}

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

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

.detailrate.sub {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.4;
}

.paragraph-18 {
  margin-bottom: 0;
}

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

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

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

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

.image1.p1 {
  object-position: 50% 60%;
}

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

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

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

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

.linkbbt.arrow {
  background-color: #ffffff4d;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-height: 40px;
  margin-left: auto;
}

.servicetag {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: .9rem;
  background-color: var(--white-smoke);
  box-shadow: 0 2px 15px -5px var(--shadow);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 23vw;
  padding: 2rem;
  display: grid;
}

.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 {
  color: var(--black);
  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;
}

.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.03rem;
  line-height: 1.4;
}

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

.para_s.link1 {
  color: var(--black);
  margin-left: -.3rem;
  margin-right: -.3rem;
  padding: .4rem .8rem;
  font-style: italic;
  position: relative;
  left: -.5rem;
}

.para_s.link1:hover {
  background-color: var(--border1);
}

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


.iframecode.hide {
  display: none;
}

.title_xl {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.375rem;
  line-height: 1.3;
}

.title_xl.dc2 {
  color: var(--b-c-1);
}

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

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

.footerparagraph {
  color: var(--misty-rose);
  margin-bottom: 1rem;
  padding-left: 0;
  font-family: DM Sans, sans-serif;
  font-size: .95rem;
  line-height: 1.5;
}

.footerparagraph.footermenu {
  color: var(--misty-rose);
  margin-bottom: .7rem;
}

.footerparagraph.footermenu:hover {
  color: var(--footer-text);
}

.footerparagraph.footerlink:hover {
  color: var(--white);
}

.footeritem-w {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footeritem-w.special {
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footertitle {
  color: var(--misty-rose);
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  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;
}

.div-block-68.hide {
  display: none;
}

.paymenticon-2 {
  box-shadow: 1px 1px 3px -1px var(--shadow);
  object-fit: contain;
  border-radius: 3px;
  height: 1.7rem;
  margin-top: .5rem;
  margin-right: .375rem;
  overflow: hidden;
}

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

.title_m.format1 {
  color: var(--b-c-2-white);
  text-align: center;
}

.title_m.format2 {
  color: var(--black);
  font-weight: 700;
}

.title_m.format3 {
  position: sticky; 
  top: 3rem; 
  max-width: 400px; 
  margin: 3rem auto; 
  color: var(--b-c-2); 
  font-weight: 700; 
  text-align: center; 
}

.title_m.dc1 {
  color: var(--black);
}

.div-block-69 {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

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

.arrow {
  display: inline-block;
}

.slider {
  background-color: var(--white);
  width: 100vw;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

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

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

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

.div-block-76 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  margin-left: .6rem;
  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 {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.paragraph-26 {
  margin-bottom: 3rem;
  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 {
  color: var(--black);
  align-items: center;
  height: 2.8125rem;
  margin-bottom: 0;
  margin-right: 3.4375rem;
  font-size: 1.375rem;
  display: flex;
}

.jobdescriptionwrapper {
  border-radius: var(--radius-1);
  background-color: var(--white-smoke);
  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 {
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  min-width: 2.8125rem;
  min-height: 2.8125rem;
  display: flex;
  position: absolute;
  inset: .625rem .625rem auto auto;
  overflow: hidden;
}

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

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

.line-icon-1 {
  background-color: var(--b-c-1);
  width: 1.125rem;
  min-height: 3px;
  position: absolute;
}

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

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

.line-icon-2 {
  background-color: var(--b-c-1);
  width: 3px;
  min-height: 1.125rem;
  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;
}

.list-1 {
  grid-column-gap: 4vw;
  grid-row-gap: .6rem;
  text-align: left;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  min-width: 70%;
  margin-bottom: 0;
  margin-right: -1rem;
  padding-left: 1.2rem;
  display: grid;
}

.list-item-5 {
  line-height: 1.5;
}

.list-item-5.listplaceholder {
  color: #0000;
  height: .2rem;
  display: none;
}

.list-item-5.title {
  margin-top: .1rem;
  margin-bottom: .2rem;
  margin-left: -1rem;
  font-weight: 700;
  list-style-type: none;
  display: none;
}

.div-block-78 {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1.5vw;
  padding-bottom: 3vw;
  display: flex;
  position: sticky;
  top: 2rem;
}

.section_l {
  background-color: #0000;
  align-items: center;
  padding-top: 5.7rem;
  padding-bottom: 7rem;
  position: relative;
  overflow: hidden;
}

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

.section_l.notp {
  padding-top: 0;
}

.section_l.topp1 {
  padding-top: 1rem;
}

.title_l {
  color: var(--black);
  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;
  background-color: #fff;
  align-self: center;
  min-width: 100%;
  min-height: 100px;
  position: relative;
}

.formwrapper.special {
  border-radius: var(--radius-1);
  box-shadow: 0 2px 40px -20px var(--shadow);
  min-height: 700px;
  padding: 1.3rem;
}

.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 #0f2b5ae6, inset 0 0 0 2px #ffd103;
}

.logowrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: .2rem;
  margin-right: auto;
  display: flex;
  position: relative;
}

.backtop {
  z-index: 30;
  background-color: var(--footer-text);
  box-shadow: 0 0 1px 0 var(--shadow);
  cursor: pointer;
  background-image: url('../images/i-arrow-up.png');
  background-position: 50% 47%;
  background-repeat: no-repeat;
  background-size: auto 25%;
  border-radius: 100rem;
  width: 2.5rem;
  height: 2.5rem;
  transition: background-position .35s;
  position: fixed;
  bottom: 2vw;
  right: 1.6vw;
}

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

.topr {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

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

.navigation {
  width: 100%;
  position: absolute;
  inset: -8.2rem 0% auto;
}

.backbtn-bg {
  border: 3px solid var(--b-c-2);
  border-radius: 100rem;
  width: 120%;
  height: 120%;
  display: none;
  position: absolute;
  top: -10%;
  left: -10%;
}

.border1 {
  display: none;
}

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

.div-block-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 1rem;
  transition: transform .3s, box-shadow .5s;
  display: flex;
  position: relative;
}

.image-20 {
  object-fit: cover;
  width: 100%;
  height: 15vw;
  margin-bottom: 1rem;
  position: relative;
}

.image-20.p1 {
  object-position: 0% 50%;
}

.div-block-82 {
  grid-column-gap: 1.4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
}

.paragraph-27 {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.list2 {
  grid-column-gap: 3vw;
  grid-row-gap: .9rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  margin-bottom: 0;
  padding-left: 1.1rem;
  display: flex;
}

.list-item-2 {
  line-height: 1.5;
  list-style: disc;
}

.list-item-2.sub {
  margin-bottom: -.05rem;
  margin-left: 1.1rem;
  font-size: 1.07rem;
  line-height: 1.45;
}

.servicepg-2 {
  margin-top: 1.5rem;
  margin-bottom: .3rem;
}

.to-webflow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.card-wrapper {
  grid-column-gap: 1.2rem;
  grid-row-gap: .6rem;
  border-radius: var(--radius-1);
  background-color: var(--white-smoke);
  color: var(--dim-grey);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  width: 100%;
  padding: 2rem 1.3rem;
  transition: box-shadow .3s;
  display: grid;
}

.iconwrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 5.1rem;
  display: flex;
}

.iconwrapper.format1 {
  margin-left: 1rem;
  position: relative;
  top: -2.9rem;
}

.text-span-13 {
  color: var(--b-c-1);
}

.text-block-10 {
  margin-bottom: .2rem;
  font-size: .85rem;
  line-height: 1.5;
}

.text-block-10.hidep {
  display: none;
}

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

.div-block-83 {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 6rem;
  display: flex;
}

.div-block-83.bigger-padding {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-83.non-padding {
  justify-content: center;
  align-items: flex-start;
  min-height: 350px;
  margin-top: 0;
  margin-bottom: 0;
}

.image-22 {
  border-radius: var(--radius-1-up);
  background-image: url('../images/img-car1.webp');
  background-position: 60%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.image-22.aboutusimg {
  background-image: url('../images/img-community.webp');
  border-radius: 0;
}

.image-22.atimg {
  background-image: url('../images/img_at.jpg');
}

.image-22.wtimg {
  background-image: url('../images/img_wt.jpg');
}

.image-22.hp3 {
  background-image: url('../images/img-car2.webp');
}

.image-22.hp2 {
  background-image: url('../images/img-tracking.webp');
  background-position: 33%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-wrapper {
  margin-bottom: 5rem;
}

.header-wrapper.sub {
  margin-bottom: 2rem;
}

.image-wrapper-1 {
  border-radius: var(--radius-1-up);
  width: 39vw;
  height: 100%;
  overflow: hidden;
}

.image-wrapper-1.format1 {
  border-radius: 0;
}

.div-block-86 {
  grid-row-gap: 1.75rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 550px;
  margin-top: 3vw;
  margin-bottom: 3vw;
  display: flex;
}

.paragraph-29 {
  margin-bottom: .5rem;
}

.div-block-58-copy {
  grid-column-gap: 4vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.div-block-87 {
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-bottom: .5rem;
  display: flex;
}

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

.nav-placeholder {
  flex: 1;
}

.flex-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.border-button {
  z-index: 2;
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: background-color .35s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: relative;
  overflow: hidden;
}

.border-button.special {
  margin-top: 1.2rem;
}

.button-boder {
  background-color: var(--b-c-2-white);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-content-top {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nav-arrow {
  justify-content: flex-start;
  align-items: center;
  width: 1.1rem;
  height: 1.1rem;
  display: flex;
}

.div-block-91 {
  border-radius: var(--radius-1);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -4px;
  overflow: hidden;
}

.glow-effect-wrapper {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.glow-effect-wrapper.inside-size {
  inset: -15%;
}

.lottie {
  mix-blend-mode: hard-light;
  width: 150%;
  height: 150%;
  position: absolute;
  inset: auto;
}

.lottie.horizontal {
  transform: rotate(90deg);
}

.glow-circle {
  filter: blur(20px);
  background-color: #cce8ff;
  border-radius: 100000000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.glow-circle._50-opacity {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #a4c1ff, var(--white));
  opacity: .5;
}

.glow-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150%;
  max-width: none;
  height: 150%;
  display: flex;
}

.glow-wrapper._2 {
  width: 100%;
  height: 100%;
}

.div-block-92 {
  border-radius: var(--radius-1);
  min-width: 52%;
  position: relative;
}

.div-block-5 {
  grid-column-gap: 4vw;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 850px;
  margin-right: auto;
  display: flex;
  position: relative;
}

.space_xl {
  height: 8rem;
}

.div-block-93 {
  display: flex;
}

.div-block-10 {
  grid-column-gap: 3vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  margin-top: 6rem;
  display: grid;
  position: relative;
}

.image-wrapper-2 {
  aspect-ratio: 1;
  border-radius: var(--radius-1-up);
  width: 25vw;
  max-width: 300px;
  overflow: hidden;
}

.hidep {
  display: inline;
}

.div-block-94 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.image-2 {
  border-radius: var(--radius-1-up);
  width: 100%;
  height: 100%;
}

.card-boeder {
  background-color: var(--b-c-2-white);
  width: 85%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
}

.div-block-95 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.link-7 {
  color: var(--b-c-2);
}

.text-span-15 {
  font-weight: 500;
}

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

.paymenticon-3 {
  object-fit: contain;
  border-radius: 5px;
  height: 1.7rem;
  margin-top: .15rem;
  margin-bottom: .3125rem;
  margin-right: .3125rem;
  overflow: hidden;
  box-shadow: 1px 1px 4px #00000045;
}

.paymenticon-3.special1 {
  height: 1.9rem;
  position: relative;
  top: -.15rem;
}

.div-block-96 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  display: flex;
}

.div-block-97 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  margin-bottom: 3rem;
  font-style: italic;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .paragraph.main {
    margin-bottom: 3rem;
  }

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

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

  .navbarlink {
    font-size: 1.05rem;
  }

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

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

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

  .dropdownlink {
    padding-top: .7rem;
    padding-bottom: .75rem;
    font-size: 1rem;
  }

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

  .imagewrapper {
    height: 23vw;
  }

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

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

  .div-block-78 {
    padding-bottom: 5vw;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph.main {
    margin-bottom: 3rem;
  }

  .paragraph.main.first {
    margin-top: 2.8rem;
  }

  .container.footc {
    grid-row-gap: 5rem;
  }

  .detail-paragraph {
    margin-top: 1.2rem;
  }

  .detail-paragraph.service {
    margin-bottom: 2rem;
  }

  .body {
    font-size: 1.65rem;
  }

  .homes1content {
    padding-top: 5.2rem;
  }

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

  .footer_icon {
    width: .95em;
    margin-top: .25em;
    margin-right: .7em;
  }

  .footermain {
    padding-top: 8rem;
  }

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

  .nav-container.navtop-container {
    height: 4.4rem;
  }

  .subfootertext {
    font-size: 1.1rem;
  }

  .subfooterwrapper {
    padding-top: 2rem;
    padding-bottom: 2.7rem;
  }

  .headernav {
    margin-left: 1vw;
  }

  .navbarlink {
    font-size: 1.4rem;
  }

  .mainbutton {
    border-radius: var(--radius-1-up);
    padding: 1.2rem 2.3rem;
  }

  .mainbutton.subb {
    padding: .85rem 2rem;
    font-size: 1.6rem;
  }

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

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

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

  .topsectioncontent {
    padding-top: 15rem;
  }

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

  .title_xxl {
    font-size: 4rem;
  }

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

  .title_xxxl {
    font-size: 5.1rem;
  }

  .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-top: 2rem;
    margin-bottom: 3rem;
  }

  .dropdown-list-wrapper {
    margin-top: 1.9rem;
    padding-bottom: .5rem;
  }

  .dropdownlink {
    padding: .8rem 1.9rem .85rem;
    font-size: 1.3rem;
  }

  .div-block-58 {
    grid-column-gap: 10vw;
  }

  .list {
    grid-row-gap: .8rem;
  }

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

  .detailrates {
    padding-bottom: 3.5rem;
    padding-left: 2.7rem;
    padding-right: 2.7rem;
  }

  .pricingtitle {
    margin-top: 2.7rem;
    font-size: 2.3rem;
  }

  .ratewrapper {
    margin-top: 1.7rem;
    margin-bottom: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

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

  .divider-2.padding {
    margin-top: 1rem;
    margin-bottom: 20px;
  }

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

  .para_s {
    font-size: 1.56rem;
  }

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

  .para_s.link1 {
    padding: .7rem 1.1rem;
  }

  .title_xl {
    font-size: 3.5rem;
  }

  .footerparagraph {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
  }

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

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

  .title_m {
    font-size: 2rem;
  }

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

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

  .jobdescriptionwrapper {
    border-radius: var(--radius-1-up);
    padding: 1.225rem 2.35rem;
  }

  .dropdowniconwrapper {
    width: 3.7rem;
    min-width: 3.7rem;
    min-height: 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;
  }

  .list-1 {
    grid-column-gap: 3.25rem;
    padding-left: 1.6rem;
  }

  .list-item-5.title {
    margin-top: .2rem;
    margin-bottom: .3rem;
    margin-left: -1.35rem;
  }

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

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

  .title_l {
    font-size: 2.8rem;
  }

  .formwrapper.special {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }

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

  .pagespace {
    height: 4rem;
  }

  .navigation {
    top: -12rem;
  }

  .div-block-9 {
    padding-bottom: 1.7rem;
  }

  .image-20 {
    margin-bottom: 1.4rem;
  }

  .div-block-82 {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
    margin-top: 1.7rem;
    margin-bottom: 1.5rem;
  }

  .list2 {
    padding-left: 1.45rem;
  }

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

  .list-item-2.sub {
    margin-left: 1.4rem;
    font-size: 1.55rem;
  }

  .servicepg-2 {
    margin-top: 2rem;
  }

  .card-wrapper {
    padding: 2.5rem 2.3rem 2.5rem 2.2rem;
  }

  .iconwrapper {
    width: 7.6rem;
  }

  .iconwrapper.format1 {
    margin-left: 2rem;
    top: -3.8rem;
  }

  .text-block-10 {
    margin-bottom: 1rem;
    font-size: 1.35rem;
  }

  .div-block-83 {
    grid-row-gap: 3rem;
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .div-block-83.bigger-padding {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .div-block-83.non-padding {
    min-height: 450px;
  }

  .image-22.aboutusimg {
    background-image: url('../images/img-community.webp');
  }

  .header-wrapper {
    margin-bottom: 7.5rem;
  }

  .header-wrapper.sub {
    margin-bottom: 4rem;
  }

  .image-wrapper-1 {
    width: 38vw;
  }

  .div-block-86 {
    max-width: 800px;
  }

  .div-block-87 {
    grid-row-gap: 1.5rem;
  }

  .border-button {
    padding-top: .9rem;
    padding-bottom: .9rem;
  }

  .border-button:hover {
    padding-right: 4.3rem;
  }

  .nav-arrow {
    width: 1.8rem;
    height: 1.8rem;
  }

  .div-block-5 {
    max-width: 1200px;
  }

  .space_xl {
    height: 11rem;
  }

  .div-block-10 {
    margin-top: 8rem;
  }

  .image-wrapper-2 {
    width: 38vw;
    max-width: 450px;
  }

  .paymenticon-3 {
    height: 2.6rem;
    margin-top: .3rem;
    margin-right: .5rem;
  }

  .paymenticon-3.special1 {
    height: 3rem;
    top: -.3rem;
  }
}

@media screen and (max-width: 991px) {
  .paragraph.main {
    margin-bottom: 1rem;
  }

  .formwrapper.special { min-height: 0px; }

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

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

  .hearder-button-line-bottom {
    background-color: var(--b-c-2-white);
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .hearder-button-line-top {
    background-color: var(--b-c-2-white);
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .hearder-button-line-medium {
    background-color: var(--b-c-2-white);
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .homes1content {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
  }

  .nav-container {
    grid-column-gap: 0px;
    grid-template-rows: 4.25rem;
    grid-template-columns: minmax(max-content, 80vw) 1fr auto;
    height: 4.2rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .subfooterwrapper {
    text-align: left;
    justify-content: flex-start;
  }

  .nav-menu-button {
    border-radius: var(--radius-1);
    background-color: var(--black);
    perspective: 10000px;
    color: #fff;
    width: 3.125rem;
    min-width: 3.125rem;
    min-height: 3.125rem;
    padding: 0;
    font-size: 30px;
    transition: background-color .3s, transform .3s;
  }

  .nav-menu-button.w--open {
    background-color: var(--dim-grey);
  }

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

  .new-item-wrapper.last {
    margin-top: .5rem;
    display: none;
  }

  .navmenu {
    background-color: var(--white);
    box-shadow: 0 2px 5px 0 var(--shadow);
    flex: none;
    width: 100%;
    height: auto;
    max-height: 65vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.2rem;
    padding-bottom: 1.25rem;
    position: absolute;
    overflow: hidden;
  }

  .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 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 25px;
    min-height: 18px;
    display: flex;
  }

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

  .navbarlink {
    font-size: 1.3rem;
    font-weight: 700;
  }

  .navbarlink.w--current {
    color: var(--black);
  }

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

  .buttton_text {
    white-space: nowrap;
  }

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

  .navbar_dec {
    display: none;
  }

  .navbarlinkwrapper {
    padding-top: .1rem;
    padding-bottom: .1rem;
  }

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

  .bg.herobgimage {
    height: 120%;
  }

  .bg.topsectionbgimg, .bg.topsectionimgoverlay {
    background-image: none;
  }

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

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

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

  .title_xxxl {
    font-size: 3rem;
  }

  .infowrapper {
    flex-direction: column;
  }

  .serviceblock {
    margin-left: 2.5rem;
  }

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

  .circle-button-wrapper {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .div-block-55 {
    align-items: stretch;
  }

  .dropdownlink {
    text-align: center;
    padding-bottom: .5rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    font-style: italic;
  }

  .dropdownlink:hover {
    color: var(--black);
    background-color: #0000;
  }

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

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

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

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

  .div-block-58 {
    grid-row-gap: 3.25rem;
    grid-template-columns: 1fr;
  }

  .list {
    grid-template-columns: auto;
  }

  .topsection {
    position: relative;
  }

  .servicenav {
    margin-left: 5vw;
  }

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

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

  .title_xl {
    font-size: 2.1rem;
    line-height: 1.2;
  }

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

  .footerparagraph.footermenu {
    margin-bottom: .6rem;
  }

  .div-block-76.mobile {
    margin-right: 2.5vw;
  }

  .div-block-77 {
    grid-row-gap: 1.75rem;
    grid-template-columns: 1fr;
  }

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

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

  .jobcontentwrapper {
    padding-top: 0;
  }

  .list-1 {
    grid-column-gap: 10vw;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-auto-columns: 1fr;
  }

  .div-block-78 {
    margin-bottom: 1rem;
    padding-bottom: 1vw;
    position: relative;
    top: auto;
  }

  .section_l.topp2 {
    padding-top: 2rem;
  }

  .logowrapper {
    top: -.08rem;
    left: -.5%;
  }

  .pagespace {
    height: 2rem;
  }

  .div-block-9 {
    width: 62%;
    max-width: 20rem;
    padding-bottom: .8rem;
  }

  .image-20 {
    height: 20vw;
  }

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

  .list2 {
    grid-template-columns: auto auto;
  }

  .card-wrapper {
    grid-template-columns: minmax(40%, 400px) auto;
    justify-content: space-between;
  }

  .text-block-10 {
    max-width: 500px;
  }

  .div-block-83, .div-block-83.bigger-padding, .div-block-83.bigger-padding {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-83.non-padding {
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .header-wrapper.sub {
    margin-bottom: 0;
  }

  .image-wrapper-1 {
    width: 80%;
    max-width: 520px;
    height: 45vw;
    max-height: 360px;
  }

  .div-block-86 {
    text-align: left;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    margin-right: auto;
  }

  .div-block-58-copy {
    grid-row-gap: 3.25rem;
    grid-template-columns: 1fr;
  }

  .div-block-87 {
    margin-bottom: 2rem;
  }

  .nav-placeholder {
    display: none;
  }

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

  .nav-arrow {
    width: 1.3rem;
    height: 1.5rem;
  }

  .div-block-92 {
    align-self: center;
    min-width: 100%;
  }

  .div-block-5 {
    grid-row-gap: 3.25rem;
    grid-template-columns: 1fr;
  }

  .space_xl {
    height: 5rem;
  }

  .div-block-10 {
    grid-row-gap: 1.75rem;
    grid-template-columns: 1fr;
  }

  .image-wrapper-2 {
    width: 35vw;
    height: 35vw;
  }

  .buttton_text-less {
    white-space: nowrap;
  }

  .div-block-96 {
    flex-flow: column;
    max-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph.main {
    text-shadow: 0 1px 1px #ffffffab, 1px 1px 20px var(--white);
  }

  .container {
    width: 88vw;
  }

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

  .container.servicec {
    width: 86vw;
  }

  .container.footc {
    grid-row-gap: 2.3rem;
    grid-template-columns: 1fr;
  }

  .body {
    font-size: 1rem;
  }

  .homes1content {
    width: 100%;
    min-height: 0;
  }

  .servicecontent {
    align-items: stretch;
  }

  .footer_icon {
    width: .95em;
    margin-top: .18em;
  }

  .nav-container {
    grid-template-columns: minmax(max-content, 70vw) auto;
    height: 4rem;
    display: flex;
  }

  .nav-container.navtop-container {
    height: 2.7rem;
  }

  .navbar {
    border-bottom-width: .45rem;
  }

  .nav-menu-button {
    transform: scale(.85)translate(0);
  }

  .navmenu {
    border-top-width: .45rem;
    max-height: 60vh;
    padding-top: 2rem;
  }

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

  .bg.color {
    background-image: linear-gradient(#f5fff5e8, #f7f7f7ab);
  }

  .bg.topsectionbgc {
    right: auto;
  }

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

  .bg.topsectionbgimg, .bg.topsectionimgoverlay {
    right: auto;
  }

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

  .topsectioncontent {
    text-align: left;
    align-items: flex-start;
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .title_xxl {
    text-align: left;
    margin-top: 0;
    font-size: 2.4rem;
  }

  .title_xxxl {
    font-size: 3rem;
  }

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

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

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

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

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

  .list {
    grid-column-gap: 7vw;
    grid-template-columns: auto 1fr;
  }

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

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

  .ratewrapper {
    margin-bottom: 20px;
  }

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

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

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

  .imagewrapper {
    height: 40vw;
  }

  .servicenav {
    order: 1;
    width: 0;
    margin-left: -1.6vw;
    margin-right: 1.6vw;
    display: none;
    top: auto;
    bottom: 4.2rem;
  }

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

  .sna {
    color: var(--white);
  }

  .div-block-53 {
    background-color: var(--b-c-1);
    cursor: pointer;
    border-radius: 100rem;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: -2.5rem;
    display: flex;
    position: relative;
    left: 7vw;
  }

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

  .para_s {
    font-size: .95rem;
  }

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

  .title_xl {
    font-size: 2rem;
  }

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

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

  .footertitle {
    margin-bottom: 1rem;
  }

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

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

  .div-block-78 {
    padding-top: 5vw;
    padding-bottom: 3vw;
  }

  .section_l {
    padding-top: 5.3rem;
    padding-bottom: 5.6rem;
  }

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

  .title_l {
    font-size: 1.75rem;
  }

  .formwrapper {
    min-width: 93vw;
  }

  .formwrapper.special {
    box-shadow: 0 2px 30px -10px var(--shadow);
  }

  .backtop {
    bottom: 1rem;
    right: 1rem;
  }

  .pagespace {
    height: 1rem;
  }

  .border1 {
    border: 3px solid var(--b-c-1);
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    top: -.25rem;
    left: -.25rem;
  }

  .image-20 {
    height: 30vw;
    margin-bottom: .8rem;
  }

  .list2 {
    grid-column-gap: 7vw;
    grid-row-gap: .7rem;
  }

  .list-item-2 {
    line-height: 1.45;
  }

  .list-item-2.sub {
    margin-left: 1rem;
    font-size: 1rem;
  }

  .div-block-83 {
    grid-row-gap: 1.5rem;
  }

  .header-wrapper {
    margin-bottom: 4rem;
  }

  .div-block-86 {
    max-width: 450px;
  }

  .flex-block {
    grid-row-gap: .8rem;
    flex-flow: wrap;
  }

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

  .div-block-5 {
    grid-row-gap: 2rem;
  }

  .space_xl {
    height: 3.4rem;
  }

  .text-span-16 {
    display: none;
  }

  .div-block-97 {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .paragraph.main {
    margin-right: 5%;
  }

  .container.servicec {
    width: 82vw;
  }

  .detail-paragraph {
    line-height: 1.45;
  }

  .homes1content {
    padding-top: 2.5rem;
  }

  .navbartop {
    height: 60px;
  }

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

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

  .nav-container {
    grid-template-rows: 3.5rem;
    grid-template-columns: minmax(max-content, 60vw) 1fr;
  }

  .nav-container.navtop-container {
    height: 2.5rem;
  }

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

  .new-item-wrapper.last {
    order: -1;
    margin-top: 0;
    padding-bottom: 1rem;
    display: flex;
  }

  .navmenu {
    max-height: 88vh;
    padding-bottom: 1rem;
    left: 0%;
    right: 0%;
  }

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

  .brand {
    box-shadow: none;
    background-color: #0000;
    border-radius: 0;
  }

  .buttton_text.navbarbtext {
    font-size: 1.25rem;
    font-weight: 700;
  }

  .bg.herobgimage {
    display: none;
  }

  .bg.herobgimage.mobile {
    height: 100%;
    display: inline-block;
  }

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

  .topsectioncontent.servicet {
    padding-bottom: 2rem;
  }

  .title_xxl {
    font-size: 2.1rem;
  }

  .section_0 {
    z-index: 3;
  }

  .title_xxxl {
    font-size: 2.2rem;
  }

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

  .serviceblock {
    margin-top: 3rem;
  }

  .circle-button-wrapper {
    margin-top: 5px;
  }

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

  .dropdownlink {
    white-space: normal;
  }

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

  .div-block-58 {
    grid-row-gap: 2.8rem;
    flex-direction: column;
  }

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

  .list {
    grid-template-columns: auto;
    margin-top: .5rem;
  }

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

  .pricingtitle {
    font-size: 1.3rem;
  }

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

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

  .servicenav {
    bottom: 3.3rem;
  }

  .linkbbt {
    font-size: 16px;
  }

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

  .servicetag {
    grid-row-gap: .625rem;
    max-height: 80vh;
    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_xl {
    font-size: 1.9rem;
  }

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

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

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

  .slider {
    order: -1;
  }

  .navtopd, .div-block-76.mobile {
    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-width: 2.5rem;
    min-height: 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;
  }

  .list-1 {
    grid-row-gap: .4rem;
    grid-template-columns: 1fr;
  }

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

  .section_l.topp2 {
    padding-top: 0;
  }

  .title_l {
    font-size: 1.5rem;
  }

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

  .formwrapper {
    min-width: 100vw;
  }

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

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

  .logowrapper {
    top: 0;
  }

  .backtop {
    width: 2.4rem;
    height: 2.4rem;
    right: .5rem;
  }

  .pagespace {
    height: .5rem;
  }

  .div-block-9 {
    width: 85%;
    padding-bottom: .8rem;
  }

  .image-20 {
    width: 100%;
    height: 40vw;
  }

  .list2 {
    grid-template-columns: auto;
  }

  .card-wrapper {
    padding: 1.8rem 1.1rem;
  }

  .iconwrapper {
    width: 4rem;
  }

  .iconwrapper.format1 {
    margin-left: 0;
  }

  .header-wrapper {
    margin-bottom: 3.7rem;
  }

  .image-wrapper-1 {
    width: 100%;
    height: 53vw;
  }

  .div-block-86 {
    text-align: left;
    align-items: flex-start;
  }

  .div-block-58-copy {
    grid-row-gap: 2.8rem;
    flex-direction: column;
  }

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

  .div-block-92 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

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

  .div-block-10 {
    margin-top: 5rem;
  }

  .image-wrapper-2 {
    width: 65vw;
    height: 65vw;
  }

  .div-block-40 {
    grid-auto-columns: 1fr;
  }

  .paymenticon-3 {
    max-width: 18vw;
    height: 1.65rem;
  }
}

#w-node-_0618ed1e-666a-f8c9-c038-58f937ea7b1e-622d1b5a, #w-node-c3a91f07-47c8-3a1f-33ac-c2af4a613398-622d1b5a, #w-node-e07a87b7-46eb-c78c-7c3d-d13715336bce-622d1b5a {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-ac941202-2015-82ca-8986-10644bfc7b0f-622d1b5a, #w-node-_5fb5aa87-8615-9bdb-4a5b-bae78ba5f584-622d1b5a, #w-node-_6e514f5f-627f-8b21-823b-1aec8de3a1fa-622d1b5a, #w-node-_6e514f5f-627f-8b21-823b-1aec8de3a1f8-622d1b5a, #w-node-_275c4386-f4a6-5861-c334-0f9499347bca-622d1b5a, #w-node-_275c4386-f4a6-5861-c334-0f9499347bcc-622d1b5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-fb37484c-ce31-7885-a12a-82296b53a5b1-297b2046 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-de73fcea-2757-e618-7ce2-9ee5297b207b-297b2046 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

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

#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-b6fcfa8b-c10c-366d-86ff-1c97b16f8526-b16f8521 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_26cecfaf-bb16-9278-ba7e-f636c086e8d0-622d1b5b, #w-node-e84f89f7-3457-2920-590b-085e3cb47590-622d1b5b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f12a9bd-bac8-1db2-bd1c-19a9b2374dc2-622d1b5b, #w-node-_0e11f6dd-0e5f-5632-873a-0a7a4093f3bc-622d1b5b {
  grid-area: 1 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-c661a376-48c4-c8ea-c196-dcfaa638cc4d-622d1b5b, #w-node-c661a376-48c4-c8ea-c196-dcfaa638cc4f-622d1b5b, #w-node-_2403a902-33d9-1eb6-b3d3-4e29cd6428ac-622d1b5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ca69c34-ae6c-825b-d5d0-7a60263fb1ce-622d1b5b {
  justify-self: center;
}

#w-node-c89149fb-754a-be4b-09d6-94aaeeee5f64-622d1b61, #w-node-e9f50bde-1739-02eb-aec2-1a9a9643ff2e-622d1b61, #w-node-c89149fb-754a-be4b-09d6-94aaeeee5f98-622d1b61, #w-node-_27956386-edcb-e52a-bb64-003c202146c2-622d1b61, #w-node-a1db611a-4ac0-c9da-72ed-2d23b0bdc92e-622d1b62, #w-node-a1db611a-4ac0-c9da-72ed-2d23b0bdc941-622d1b62 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#at.w-node-e4379773-4888-ec27-8f16-427f05dfdad5-622d1b62, #w-node-d253917a-3973-25df-fc80-fbf285705550-622d1b62, #w-node-d253917a-3973-25df-fc80-fbf285705552-622d1b62, #wt.w-node-_2347ab2c-cbcd-3656-cd04-1c55632dbb80-622d1b62, #w-node-dc14a2eb-4689-b052-b098-df1c0525a710-622d1b62, #w-node-dc14a2eb-4689-b052-b098-df1c0525a712-622d1b62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5fb5aa87-8615-9bdb-4a5b-bae78ba5f584-622d1b5a, #w-node-_275c4386-f4a6-5861-c334-0f9499347bcc-622d1b5a {
    order: -9999;
  }

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

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

  #w-node-de73fcea-2757-e618-7ce2-9ee5297b207b-297b2046 {
    grid-column: span 2 / span 2;
  }

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

  #w-node-_26cecfaf-bb16-9278-ba7e-f636c086e8d0-622d1b5b {
    grid-column: span 1 / span 1;
  }

  #w-node-_0ca69c34-ae6c-825b-d5d0-7a60263fb1ce-622d1b5b {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ce5c54c8-8b05-1189-1d3c-f84c0f9d4ee9-297b2046 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ce5c54c8-8b05-1189-1d3c-f84c0f9d4eff-297b2046, #w-node-_87771246-0d80-e42b-ab03-ca33f8bc9f81-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-de73fcea-2757-e618-7ce2-9ee5297b207b-297b2046 {
    grid-column: span 1 / span 1;
  }

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

  #w-node-c89149fb-754a-be4b-09d6-94aaeeee5f64-622d1b61, #w-node-e9f50bde-1739-02eb-aec2-1a9a9643ff2e-622d1b61, #w-node-c89149fb-754a-be4b-09d6-94aaeeee5f98-622d1b61, #w-node-_27956386-edcb-e52a-bb64-003c202146c2-622d1b61 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ce5c54c8-8b05-1189-1d3c-f84c0f9d4ee9-297b2046 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8f12a9bd-bac8-1db2-bd1c-19a9b2374dbd-622d1b5b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f2c3a15a-54c8-66c8-601c-9c4766d5ea6f-622d1b5b, #w-node-_0e11f6dd-0e5f-5632-873a-0a7a4093f3b0-622d1b5b {
    grid-area: 2 / 1 / 3 / 3;
  }
}


