:root {
  --gold: #ffc315;
  --dark-slate-grey: #3f6960;
  --sandy-brown: #e3a569;
  --black: #333;
  --gold-l: #ffc315b3;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block {
  color: var(--gold);
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 32px;
  font-weight: 700;
  display: flex;
}

.banner {
  background-color: var(--dark-slate-grey);
  transform-origin: 100% 100%;
  height: 585px;
  margin-bottom: 0;
  position: static;
  overflow: hidden;
  transform: skew(0deg, 10deg);
  box-shadow: 1px 1px 13px -3px #000;
}

.intro {
  color: var(--gold);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 595px;
  height: 374px;
  padding: 40px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.image {
  perspective-origin: 50%;
  transform-origin: 100% 100%;
  background-color: #858585;
  border-radius: 0;
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
  padding-bottom: 0;
  display: inline-block;
  position: relative;
  transform: skew(0deg, -10deg);
}

.rich-text-block {
  text-align: center;
}

.heading {
  text-align: center;
  margin-top: 0;
}

.paragraph {
  color: #383838;
  text-align: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.pricing--hourly-rates {
  display: block;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area"
                 ". ."
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-block {
  text-align: left;
  background-color: #fff0;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1030px;
  height: auto;
  display: flex;
  position: static;
  top: -46px;
  bottom: 0;
  overflow: hidden;
}

.heading-2 {
  color: #333;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  display: flex;
}

.heading-2.d {
  margin-bottom: 40px;
  font-size: 50px;
}

.check-list {
  color: var(--gold);
  margin-bottom: 0;
  font-size: 24px;
  line-height: 25px;
  display: flex;
}

.plus {
  color: #fff;
  align-items: center;
  padding-right: 16px;
  display: flex;
}

.services {
  text-align: center;
  background-color: #ffc31500;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-top: -20px;
  padding: 0 0 74px 28px;
  display: flex;
  position: static;
  top: 523.531px;
}

.div-block-3 {
  background-color: var(--gold);
  transform-origin: 100% 100%;
  transform: skew(0deg, -30deg);
}

.div-block-4 {
  z-index: -1;
  background-color: var(--gold);
  transform-origin: 100% 100%;
  height: 500px;
  position: absolute;
  inset: 11% 0% 0%;
  transform: skew(0deg, 10deg);
}

.banner-color {
  z-index: -1;
  background-color: var(--dark-slate-grey);
  transform-origin: 100% 100%;
  height: 500px;
  position: absolute;
  inset: 148px 0% 0%;
  overflow: visible;
  transform: skew(0deg, 6deg);
}

.navbar {
  background-color: #0000;
  width: 100%;
  position: relative;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 20px -11px #000;
}

.nav-style {
  background-color: var(--sandy-brown);
  color: #fff;
  border-radius: 0;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-style:hover {
  color: #646464;
}

.nav-style.w--current {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.nav-style.w--current:hover {
  color: #646464;
}

.nav-style.nav-button {
  background-color: #e3a569;
  width: auto;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
}

.icon {
  color: var(--sandy-brown);
  font-size: 43px;
}

.brand {
  position: static;
}

.div-block-5 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-bottom: 5px;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
}

.div-block-6 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.div-block-7 {
  border-radius: 1px;
  justify-content: center;
  width: 100%;
  display: block;
  position: static;
  bottom: 176px;
}

.button {
  background-color: var(--gold);
  border-radius: 10px;
}

.button:hover {
  color: #646464;
}

.image-2 {
  width: auto;
  height: 100%;
  padding-top: 128px;
}

.pricing-tabs {
  height: 0;
  display: block;
}

.div-block-9 {
  z-index: 5;
  opacity: .26;
  background-color: #000;
  height: 50vh;
  position: absolute;
  inset: 0%;
}

.heading-3 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.ip {
  z-index: 100;
  transform-origin: 100% 100%;
  background-color: #33333380;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: skew(0deg, -10deg);
}

.text-span {
  color: var(--gold);
}

.expectation-block {
  z-index: 100;
  color: #406960;
  background-color: #444;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 505px;
  min-width: 0;
  height: auto;
  padding: 26px 17px 192px;
  display: flex;
  position: relative;
  inset: -230px auto auto;
  box-shadow: 1px 1px 20px -6px #000;
}

.check-list-copy {
  color: var(--gold);
  justify-content: center;
  align-items: flex-start;
  margin-top: 14px;
  margin-bottom: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
}

.heading-4 {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.text-block-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 25px;
}

.bold-text {
  color: #fff;
  line-height: 25px;
}

.bold-text-2 {
  align-items: center;
  display: block;
}

.text-block-3, .text-block-4, .text-block-5 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 25px;
}

.text-block-6 {
  color: var(--sandy-brown);
  font-family: Montserrat, sans-serif;
  line-height: 25px;
}

.text-block-6:hover {
  color: var(--black);
}

.pricing-tab-block {
  align-items: flex-end;
  max-width: 1199px;
  max-height: none;
  margin-top: 0;
  padding: 17px 100px 0;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #ffc315;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.tab-link-tab-1.w--current {
  background-color: var(--gold-l);
}

.tab-link-tab-2 {
  background-color: var(--gold);
}

.tab-link-tab-2.tab-style {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.tab-link-tab-2.tab-style.w--current {
  background-color: var(--gold-l);
}

.tab-link-tab-3 {
  background-color: var(--gold);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.tab-link-tab-3.w--current {
  background-color: var(--sandy-brown);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-bottom: 0;
}

.div-block-12 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 700px;
  display: grid;
}

.div-block-13 {
  color: #4d4d4d;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 25px;
  display: flex;
}

.italic-text {
  color: #333333cf;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.text-block-7 {
  padding-top: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.tab-div {
  width: 100%;
}

.footer {
  text-align: center;
  background-color: #fff;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  box-shadow: 1px 1px 20px -7px #000;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-around;
  margin-bottom: 20px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 230px;
  height: auto;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.tabs {
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  height: 450px;
  margin-right: -10px;
  padding: 35px 40px 40px;
  position: relative;
  top: -339px;
  box-shadow: 1px 1px 20px -12px #000;
}

.tab-style {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 900;
}

.text-block-9 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.heading-5 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.div-block-14 {
  background-color: #333;
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2022-08-02-at-22.09.07.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  width: 100%;
  height: 404px;
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 130px;
  padding-right: 130px;
  display: flex;
  box-shadow: 0 0 20px -10px #000;
}

.div-block-15 {
  align-items: center;
  width: 50%;
  line-height: 21px;
  display: flex;
}

.div-block-16 {
  width: 50%;
  position: relative;
}

.image-3 {
  width: 100%;
  max-width: none;
  height: 100%;
}

.div-block-17 {
  background-image: linear-gradient(to right, #333, #8c8c8c00 40%, #333);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-6 {
  color: #333;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
}

.text-span-2 {
  color: var(--sandy-brown);
}

._811-advisory {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  max-width: 953px;
  height: 0%;
  margin-top: 1px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.tab-pane-tab-1 {
  height: 335px;
  padding-right: 0;
}

.div-block-18 {
  border: 1px dashed var(--gold);
  height: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 0;
}

.paragraph-2 {
  color: #a7a7a7;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 37px;
}

.div-block-19 {
  background-color: var(--sandy-brown);
  transform-origin: 100% 100%;
  border-radius: 0;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 450px;
  padding-left: 80px;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: skew(-20deg);
}

.div-block-20 {
  width: 50%;
  height: 100%;
  margin-top: 44px;
  margin-bottom: 0;
}

.div-block-21 {
  transform-origin: 100% 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 82%;
  height: 100%;
  display: flex;
  transform: skew(20deg);
}

.heading-7 {
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

.site-map-and-planning {
  border: 1px none var(--gold);
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1100px;
  height: auto;
  margin: 73px 100px;
  display: flex;
}

.paragraph-3 {
  color: var(--gold);
  text-align: left;
  width: 82%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.div-block-23 {
  background-color: #fff;
  border: 1px dashed #333;
  width: 80%;
  height: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

.bold-text-3 {
  color: var(--black);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-10 {
  text-align: left;
}

.bold-text-4 {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.image-4, .image-5, .image-6 {
  border-radius: 20px;
  width: 525px;
  box-shadow: 0 0 13px -8px #000;
}

.paragraph-4 {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  padding-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 700;
  line-height: 90px;
}

.contact-form {
  padding-top: 60px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.link-block {
  color: var(--sandy-brown);
  flex-direction: row;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  color: var(--black);
}

.link-block-2, .link-block-3 {
  display: flex;
}

.smp-section {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  max-width: 1200px;
  margin-bottom: 50px;
  display: flex;
  box-shadow: 1px 1px 20px -15px #000;
}

.damage-prevention, .gps-mapping {
  border-radius: 20px;
  justify-content: center;
  max-width: 1200px;
  margin-bottom: 50px;
  display: flex;
  box-shadow: 1px 1px 20px -15px #000;
}

.div-block-24 {
  border: 1px dashed #333;
  width: 80%;
  height: 0;
  margin-top: 9px;
  margin-bottom: 9px;
}

.image-7 {
  width: 238px;
}

.image-8 {
  width: auto;
}

.rich-text-block-2 {
  width: 477px;
  font-size: 9px;
}

.text-block-11 {
  width: auto;
}

.main-content {
  padding-top: 20px;
  padding-bottom: 100px;
}

.body {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-25 {
  width: 1200px;
}

.tabs-content {
  overflow: visible;
}

.div-block-26 {
  justify-content: center;
  width: 100%;
  margin-top: -110px;
  display: flex;
  overflow: hidden;
}

.div-block-27 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 400px;
  height: 100%;
  display: flex;
}

.div-block-28 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-29 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: 100%;
  display: flex;
}

.div-block-30 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1000px;
  max-width: 1000px;
  display: flex;
}

.body-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-8 {
  margin-top: 40px;
}

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

.image-9 {
  max-width: none;
  height: 500px;
}

.div-block-32 {
  background-image: url('../images/isola10.jpg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 500px;
}

.div-block-32.s {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich-text-block-3 {
  margin-bottom: 20px;
  padding-left: 26px;
  padding-right: 26px;
  font-family: Montserrat, sans-serif;
}

.image-10 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.menu-style:active, .menu-style:focus {
  background-color: #fff;
}

.menu-style.w--open {
  background-color: var(--dark-slate-grey);
}

.text-block-12 {
  padding-right: 49px;
}

.div-block-33 {
  width: 1085px;
  display: flex;
}

.bold-text-5 {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.bold-text-6, .bold-text-7 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-span-3 {
  color: var(--sandy-brown);
  padding-left: 5px;
  padding-right: 5px;
}

.text-span-4 {
  color: var(--gold);
  padding-left: 5px;
}

.text-span-5 {
  color: var(--sandy-brown);
}

.text-span-6 {
  color: var(--sandy-brown);
  padding-left: 5px;
  padding-right: 5px;
}

.text-span-7 {
  color: var(--gold);
  padding-left: 4px;
  padding-right: 4px;
}

.text-span-8 {
  color: var(--black);
}

.container-2 {
  background-color: #ececec;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px 30px 30px;
  display: flex;
  box-shadow: 0 0 20px -12px #000;
}

.bold-text-8, .bold-text-9, .bold-text-10, .text-span-9 {
  color: var(--black);
}

.banner-mobile {
  background-color: var(--gold);
  transform-origin: 100% 100%;
  height: 565px;
  margin-bottom: 0;
  display: none;
  position: static;
  overflow: hidden;
  transform: skew(0deg, 10deg);
  box-shadow: 1px 1px 13px -3px #000;
}

.text-span-10 {
  color: var(--sandy-brown);
}

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

.paragraph-6 {
  text-align: justify;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.image-11 {
  margin-top: 20px;
}

.text-block-13 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-block-14, .text-block-15, .text-block-16 {
  font-family: Montserrat, sans-serif;
}

.bold-text-11 {
  color: var(--sandy-brown);
  font-family: Montserrat, sans-serif;
}

.link {
  color: #110b0b;
  font-weight: 700;
  text-decoration: none;
}

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

.div-block-36, .div-block-37, .div-block-38 {
  width: 100%;
}

.image-12 {
  text-align: center;
  display: inline;
}

.container-4 {
  text-align: center;
}

.bold-text-12 {
  color: var(--sandy-brown);
  cursor: pointer;
  text-decoration: none;
}

.link-2 {
  cursor: pointer;
  text-decoration: none;
}

.div-block-39 {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .banner {
    display: none;
  }

  .image {
    transform: none;
  }

  .services-block {
    height: 224px;
  }

  .heading-2 {
    font-size: 27px;
  }

  .services {
    width: auto;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .banner-color {
    display: none;
  }

  .ip {
    height: auto;
    transform: none;
  }

  .expectation-block {
    width: 281px;
    display: none;
    left: -51px;
  }

  .pricing-tab-block {
    width: 100vw;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-3.w--current {
    margin-bottom: 20px;
  }

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

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-logo-link {
    padding-bottom: 83px;
  }

  .footer-heading {
    margin-bottom: 6px;
  }

  .tabs {
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  ._811-advisory {
    padding-left: 19px;
    padding-right: 19px;
  }

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

  .div-block-19 {
    padding-left: 52px;
    left: -29px;
  }

  .heading-7 {
    padding-left: 34px;
  }

  .site-map-and-planning {
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 21px;
  }

  .paragraph-3 {
    width: 95%;
  }

  .bold-text-3 {
    font-weight: 700;
  }

  .image-4, .image-5, .image-6 {
    width: 356px;
  }

  .paragraph-4 {
    z-index: 10;
    position: relative;
  }

  .smp-section {
    width: 95%;
    max-width: none;
  }

  .damage-prevention, .gps-mapping {
    width: 95%;
  }

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

  .div-block-30 {
    width: auto;
  }

  .div-block-32 {
    height: 274px;
  }

  .banner-mobile {
    transform: ;
    height: auto;
    display: block;
  }

  .list {
    margin-bottom: 34px;
  }

  .container-3 {
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .tab-link-tab-1, .tab-link-tab-1.w--current {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link-tab-2.tab-style {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link-tab-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .text-block-7 {
    color: #333333eb;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-div {
    padding-left: 13px;
    padding-right: 13px;
  }

  .footer {
    padding: 40px 20px;
  }

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

  .footer-logo-link {
    padding-bottom: 87px;
  }

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

  .footer-heading {
    margin-bottom: 10px;
  }

  .tabs {
    flex-direction: column;
    height: 540px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .tab-style {
    font-size: 13px;
  }

  .image-3 {
    display: none;
  }

  ._811-advisory {
    flex-direction: column;
    overflow: hidden;
  }

  .div-block-19 {
    width: 100%;
    transform: skew(-10deg);
  }

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

  .div-block-21 {
    position: relative;
    left: -10%;
    transform: skew(10deg);
  }

  .heading-7 {
    padding-left: 14px;
  }

  .site-map-and-planning {
    flex-direction: column-reverse;
  }

  .text-block-10 {
    padding-bottom: 10px;
  }

  .image-4, .image-5, .image-6 {
    width: 470px;
  }

  .contact-form, .main-content {
    padding: 40px 20px;
  }

  .div-block-27, .div-block-28, .div-block-29 {
    padding-top: 10px;
  }

  .tabs-menu {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .list {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: auto;
    display: none;
  }

  .paragraph {
    text-transform: capitalize;
    font-weight: 700;
  }

  .services-block {
    height: 242px;
  }

  .heading-2 {
    font-size: 33px;
  }

  .heading-2.d {
    flex-direction: column;
    font-size: 30px;
  }

  .nav-style.nav-button {
    display: none;
  }

  .icon {
    font-size: 35px;
  }

  .div-block-5 {
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-3 {
    font-size: 8vw;
    line-height: 8vw;
  }

  .ip {
    height: 100%;
  }

  .expectation-block {
    width: auto;
    margin-top: -269px;
    padding-bottom: 26px;
    display: block;
    position: static;
  }

  .pricing-tab-block {
    flex-direction: column;
    align-items: center;
    width: auto;
    height: auto;
    max-height: none;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .tab-link-tab-2.tab-style {
    border-radius: 20px 20px 0 0;
  }

  .tab-link-tab-3 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .div-block-12 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
    flex: 0 auto;
  }

  .footer-logo-link {
    min-width: auto;
    height: auto;
    max-height: none;
    padding-bottom: 0;
  }

  .footer-image {
    width: auto;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .tabs {
    height: auto;
  }

  .heading-6 {
    font-size: 30px;
  }

  ._811-advisory {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-19 {
    justify-content: center;
    height: auto;
    padding: 30px 0;
    left: 0;
    transform: none;
  }

  .div-block-20 {
    margin-top: 122px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-21 {
    position: static;
    left: 0%;
    transform: none;
  }

  .heading-7 {
    text-transform: capitalize;
    font-size: 28px;
  }

  .paragraph-4 {
    font-size: 30px;
    line-height: 40px;
  }

  .image-8 {
    width: 169px;
  }

  .text-block-11 {
    width: auto;
  }

  .main-content {
    padding-top: 0;
  }

  .div-block-27 {
    width: auto;
  }

  .banner-mobile {
    background-image: url('../images/isola-homepage.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 333px;
  }

  .tabs-menu {
    padding-left: 10px;
  }

  .paragraph-5 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }
}

#w-node-_4340759b-b4ef-cffc-6845-256dc9b9f5ed-8f5657e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_4340759b-b4ef-cffc-6845-256dc9b9f5dd-8f5657e3, #w-node-b6f72364-f299-359d-1040-11583cb237b0-8f5657e3, #w-node-_4340759b-b4ef-cffc-6845-256dc9b9f5e5-8f5657e3, #w-node-c44bd627-e085-007d-aa7f-bbb2026b3976-8f5657e3, #w-node-_4340759b-b4ef-cffc-6845-256dc9b9f5e9-8f5657e3, #w-node-a117571d-3fbd-9986-d1d6-d644606d24d2-8f5657e3, #w-node-_34db8ce1-4708-2d42-7289-0800e746e092-8f5657e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
