:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  background-image: url('../images/Sunshine-Skyway-Bridge.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
  display: flex;
}

img {
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #ddd;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  background-color: #eee;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.section.cc-cta {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section.cc-store-home-wrap {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section.main-sec {
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container-home {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 40px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  color: red;
  text-align: center;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  color: red;
  font-family: Montserrat, sans-serif;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  background-color: #f33;
  border: 1px solid tomato;
  border-radius: 10px;
  margin: 20px;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  background-color: var(--white);
  color: #f33;
  border: 1px solid #f33;
  flex: 0 auto;
  margin: 20px;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: #f33;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  color: red;
  font-weight: 700;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.heading-jumbo {
  color: red;
  text-transform: none;
  object-fit: fill;
  background-image: url('../images/LogoHighRes-Red-transparent.png');
  background-position: 0 0;
  background-size: cover;
  width: auto;
  height: 100px;
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 64px;
  line-height: 80px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  color: red;
  text-align: center;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  object-fit: scale-down;
}

.menu {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: scale-down;
  border-radius: 0 0 2px 2px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding-left: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 30px;
  display: flex;
  position: relative;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation.sticky-nav {
  background-color: #fff;
  border-top: 1px red;
  border-bottom: 1px solid #c9c9c9;
  border-radius: 0 0 5px 5px;
}

.navigation-item-products {
  opacity: .6;
  direction: ltr;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  object-fit: fill;
  padding: 9px 40px 9px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item-products:hover {
  opacity: .9;
}

.navigation-item-products:active {
  opacity: .8;
}

.navigation-item-products.w--current {
  opacity: 1;
  color: #1a1b1f;
  flex: 0 auto;
  padding-left: 0;
  padding-right: 40px;
  font-weight: 600;
}

.navigation-item-products.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-products.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item-products.current {
  font-weight: 700;
}

.logo-image {
  object-fit: scale-down;
  align-items: center;
  height: 30px;
  margin-left: 0;
  margin-right: 10px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.navigation-items {
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #f4f4f4;
  background-image: url('../images/bg_sp.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 800px;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  display: flex;
  position: relative;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.intro-content.cc-homepage {
  flex-direction: column;
  flex: 0 auto;
  align-self: center;
  align-items: center;
  margin-top: -120px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: static;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
  font-size: 15px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 120px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
  margin-top: 80px;
  margin-bottom: 160px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.heading {
  color: #c71010;
  object-fit: scale-down;
  flex: 1;
  order: 0;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 32px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
  overflow: auto;
}

.heading.sticky-nav {
  padding-left: 32px;
  padding-right: 32px;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 10px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

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

.dropdown {
  text-align: left;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: underline;
}

.body {
  background-image: none;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area"
                       "Area-2 Area-2";
}

.bold-text {
  background-image: url('../images/resensys-logo-transparent.jpg');
  background-position: 0 0;
  background-size: cover;
}

.bold-text-2 {
  color: var(--white);
  background-color: red;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.image {
  margin-bottom: 12px;
  position: static;
}

.menu-item-deco-line {
  opacity: 0;
  color: #e90b0b;
  background-color: rgba(251, 64, 8, .3);
  border: 1px #000;
  border-radius: 2px;
  align-items: center;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-block {
  text-align: center;
  font-family: Changa One, Impact, sans-serif;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
}

.parallax-section {
  background-image: url('../images/strain_site_ori_clear.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  margin-bottom: 40px;
}

.dropdown-link {
  border: 2px #450202;
  border-bottom: 2px solid #bbb;
}

.dropdown-link-2 {
  border-bottom: 1px solid #bbb;
}

.dropdown-link-2.w--current {
  display: none;
}

.dropdown-link-2.last-dropdown {
  border-bottom-style: none;
}

.dropdown-link-2.disabled {
  display: none;
}

.dropdown-link-3 {
  border-bottom: 1px solid #bbb;
}

.dropdown-link-4 {
  border-top: 2px #f40000;
  border-bottom: 2px solid #bbb;
}

.dropdown-link-5 {
  border-bottom: 2px #f40000;
}

.dropdown-link-6, .dropdown-link-7, .dropdown-link-8, .dropdown-link-9, .dropdown-link-10 {
  border-bottom: 1px solid #bbb;
}

.dropdown-list {
  background-color: #fff;
  border: 1px solid #bbb;
}

.dropdown-list.w--open {
  background-color: var(--white);
  border-color: #bbb;
  flex-direction: column;
  align-items: stretch;
  display: block;
}

.wrap {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  display: block;
  position: relative;
}

.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr 2.75fr 2fr;
  align-items: start;
  justify-items: start;
  margin-top: 100px;
  margin-bottom: 10px;
}

.logo-image-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.logo-image-2.cc-footer-logo {
  margin-top: 10px;
}

.label-2 {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label-2.cc-footer-section-headline {
  color: #000;
  text-decoration: none;
}

.small-paragraph {
  align-self: auto;
  font-size: 14px;
  line-height: 22px;
}

.small-paragraph.cc-copyright-footer {
  color: rgba(29, 31, 46, .3);
  align-self: end;
  margin-bottom: 10px;
}

.small-paragraph.cc-copyright-footer:hover {
  color: #a25f4b;
  align-self: end;
}

.footer-grid-column {
  flex-direction: column;
  align-self: end;
  display: flex;
}

.content-footer {
  background-color: #d6d6d6;
  border-top: 1px solid #ddd;
  display: block;
  position: relative;
  overflow: hidden;
}

.footer-link {
  color: rgba(29, 31, 46, .7);
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.footer-link:hover {
  color: #a25f4b;
}

.footer-email-link {
  color: #1d1f2e;
  align-self: auto;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  text-decoration: none;
}

.footer-email-link:hover {
  color: #a25f4b;
}

.bold-text-3 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
}

.column {
  object-fit: fill;
  background-image: url('../images/NSF_Logo_2NSF_Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.column-2 {
  background-image: url('../images/Maryland_State_Highway_Administration_Logo_1Maryland_State_Highway_Administration_Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.column-3 {
  background-image: url('../images/tedco_twitter_icon_bigger_1tedco_twitter_icon_bigger.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.columns {
  min-width: 800px;
  position: absolute;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.image-2 {
  object-fit: scale-down;
  margin: 10px 40px;
}

.image-3 {
  margin: 10px 40px;
}

.image-4 {
  text-align: center;
  width: 50%;
  margin-bottom: 140px;
  display: inline-block;
  position: relative;
}

.slide {
  object-fit: contain;
  background-image: url('../images/Disp_Site_00.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  overflow: visible;
}

.slide-2 {
  background-image: url('../images/Repeater.JPG');
  background-position: 50%;
  background-size: cover;
}

.slider {
  align-self: stretch;
  height: 550px;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}

.slide-3 {
  background-image: url('../images/strain_site_ori_clear.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/HRT.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-2 {
  color: #f2f2f2;
  background-color: #f33;
  border-radius: 0 0 15px;
  font-weight: 600;
  position: static;
}

.grid-3 {
  grid-template-rows: auto auto auto;
}

.columns-2 {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.column-4, .column-5 {
  padding-left: 40px;
  padding-right: 40px;
}

.image-5 {
  margin-left: 0;
  margin-right: 0;
}

.heading-4 {
  color: #e61f10;
  font-weight: 600;
}

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

.link-2 {
  color: #e70000;
  font-weight: 600;
  text-decoration: none;
}

.paragraph {
  font-weight: 500;
}

.paragraph-2 {
  text-align: left;
  font-weight: 500;
  display: inline;
}

.image-6, .image-7, .image-8, .image-9, .image-10, .image-11 {
  margin: 10px 40px;
}

.div-block {
  margin-bottom: 60px;
}

.div-block-2 {
  align-self: stretch;
}

.body-2 {
  background-image: url('../images/background_bridge_compressed.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-block-3 {
  font-weight: 500;
}

.heading-5 {
  color: var(--black);
  text-align: center;
  font-family: Lato, sans-serif;
}

.container-2 {
  background-color: var(--white);
  object-fit: fill;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.heading-6 {
  color: #f33;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-3 {
  object-fit: fill;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.contact-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 0 40px;
  display: flex;
}

.columns-3, .column-6 {
  padding-top: 0;
}

.body-3 {
  background-image: none;
}

.section-2 {
  background-color: var(--white);
}

.section-3 {
  background-color: #fff;
  padding-top: 100px;
}

.section-4 {
  background-color: var(--white);
}

.grid-4 {
  grid-template-rows: auto auto 1fr minmax(auto, 1fr);
}

.grid-5 {
  grid-column-gap: 16px;
  border: 1px #000;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: space-around;
  justify-content: space-around;
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-3 {
  color: #f33;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.image-12 {
  text-align: center;
  object-position: 50% 50%;
  padding-left: 0;
  display: inline-block;
}

.senspot-link-div {
  text-align: center;
  object-fit: fill;
  background-color: #dfdfdf;
  border: 2px #fbb;
  border-top: 10px solid #f33;
  border-radius: 0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: block;
}

.container-sp {
  background-color: var(--white);
  text-align: left;
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 40px;
}

.paragraph-3 {
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.long-path {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.bold-text-4 {
  color: red;
}

.body-4 {
  background-image: none;
}

.paragraph-5 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
}

.bold-text-5 {
  color: red;
}

.container-strain {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 40px;
}

.image-13 {
  margin-left: 0;
  margin-right: 0;
}

.tab-link-tab-1 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1px;
  padding-top: 0;
  padding-bottom: 0;
}

.tab-link-tab-1.w--current {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #4a4a4a;
  border-bottom: 2px solid #4a4a4a;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.tabs-menu {
  text-align: center;
  display: block;
}

.tab-link-tab-2 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.tab-link-tab-2.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #4a4a4a;
}

.tab-link-tab-3 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.tab-link-tab-3.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #4a4a4a;
}

.tab-pane-tab-1 {
  padding-top: 10px;
  padding-bottom: 40px;
}

.tabs {
  padding-top: 20px;
  padding-bottom: 20px;
}

.slide-5 {
  background-image: url('../images/strain_site_ori_clear.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  padding-right: 0;
}

.slider-2 {
  background-color: var(--white);
  text-align: left;
  height: 600px;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}

.slide-6 {
  background-image: url('../images/Strain_Site_00.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/18.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-6 {
  text-align: left;
}

.mask {
  z-index: 0;
}

.slide-8 {
  background-image: url('../images/19.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span {
  color: red;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.text-span-2 {
  color: red;
  font-size: 22px;
  line-height: 36px;
}

.text-block-4, .text-block-5 {
  font-weight: 500;
}

.section-5 {
  background-color: var(--white);
}

.datasheet-headling {
  color: red;
  border-bottom: 1px solid #cdcdcd;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.heading-8 {
  color: red;
  border: 1px #cdcdcd;
  border-bottom-style: solid;
  margin-bottom: 0;
  font-size: 26px;
}

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

.product-description {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 32px;
}

.column-7 {
  text-align: center;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-9 {
  color: red;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-weight: 700;
}

.paragraph-7 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.product-column-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-symbol-heading {
  color: red;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 30px;
}

.paragraph-8 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.columns-4 {
  margin-top: 100px;
  margin-bottom: 60px;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-9 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 32px;
}

.heading-10 {
  text-align: center;
  margin-top: 100px;
  padding-top: 0;
}

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

.div-block-10 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.slider-3 {
  background-color: var(--white);
  width: 500px;
  height: 500px;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.slide-tilt-data-1 {
  background-image: url('../images/HRT-Dimension-3.PNG');
  background-position: 0 0;
  background-size: contain;
}

.slide-tilt-data-2 {
  background-image: url('../images/direction.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.button-3 {
  background-color: #e70004;
  border-radius: 2px;
}

.button-3.w--current {
  border-radius: 4px;
}

.button-4 {
  background-color: #e70004;
  margin: 60px 20px 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.icon {
  background-color: rgba(255, 0, 0, .27);
}

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

.icon-2 {
  background-color: rgba(255, 0, 0, .27);
}

.body-5 {
  background-image: none;
}

.container-strain-2 {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 40px;
}

.heading-11 {
  color: #f33;
  font-weight: 500;
}

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

.text-block-7 {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.body-6 {
  background-image: none;
}

.grid-6 {
  grid-auto-flow: row dense;
}

.columns-5 {
  margin-bottom: 60px;
}

.text-block-8 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.div-block-14 {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.text-block-9 {
  text-align: center;
  background-color: #eee;
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
}

.div-block-15 {
  height: 100%;
}

.div-block-16, .div-block-17, .div-block-18, .div-block-19, .div-block-20, .div-block-21 {
  border: 1px solid #ddd;
  margin-top: 40px;
  margin-bottom: 40px;
}

.senspot-des-div {
  display: flex;
  overflow: hidden;
}

.paragraph-11 {
  text-align: left;
  display: block;
}

.link-4 {
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.paragraph-12 {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.body-7 {
  background-image: none;
}

.tab-link {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #4a4a4a;
}

.tab-link-news-brochure {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.products-div-list {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.link-5, .link-6 {
  color: red;
  text-decoration: none;
}

.senspot-list-grid {
  grid-column-gap: 16px;
  border: 1px #000;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: space-around;
  justify-content: space-around;
  padding-top: 20px;
  padding-bottom: 20px;
}

.senspot-name {
  color: red;
  text-align: center;
  border: 1px #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.senspot-list {
  grid-column-gap: 16px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: space-around;
  justify-content: space-around;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-pane-installation-manual, .tab-pane-news-brochure {
  padding-top: 10px;
  padding-bottom: 40px;
}

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

.div-block-23 {
  flex: 1;
  align-self: flex-start;
  padding-top: 20px;
}

.link-7, .link-8, .link-9 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

.link-10 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  display: block;
}

.paragraph-13 {
  font-family: Montserrat, sans-serif;
}

.text-block-10 {
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.link-block {
  padding-left: 20px;
  text-decoration: none;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: 50px;
  grid-template-columns: 2.25fr .75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  justify-items: start;
  display: grid;
}

.div-block-24 {
  text-align: left;
  border-bottom: 2px solid #bbb;
}

.link-block-2, .link-block-3 {
  border-left: 1px solid #bbb;
}

.link-block-4 {
  border: 1px #000;
  border-left: 1px solid #bbb;
}

.body-8 {
  background-image: none;
}

.section-applications {
  background-color: #fff;
}

.container-applications {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 40px;
}

.heading-12 {
  color: red;
  text-align: center;
  font-family: Lato, sans-serif;
}

.paragraph-14 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.div-block-25 {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-26 {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-14 {
  display: block;
}

.body-9 {
  background-image: none;
}

.container-applications-bridge {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 40px;
}

.div-block-27 {
  text-align: justify;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: block;
}

.paragraph-15 {
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  text-decoration: none;
  display: inline;
}

.image-15 {
  display: block;
}

.paragraph-16 {
  font-weight: 500;
}

.body-10 {
  background-image: none;
}

.container-applications-structural {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 40px;
}

.body-11 {
  background-image: none;
}

.container-about {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 40px;
}

.dropdown-list-2 {
  background-color: #fff;
}

.dropdown-list-3 {
  background-color: #fff;
  border: 1px solid #bbb;
}

.link-block-5, .link-block-6, .link-block-7 {
  text-decoration: none;
}

.image-16, .image-17, .image-18 {
  align-self: center;
}

.body-12 {
  background-image: none;
}

.slide-humid-1 {
  background-image: url('../images/HT4.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-tilt-3 {
  background-image: url('../images/crack_site_00.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-crack {
  background-color: #fff;
}

.container-crack {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 40px;
}

.slide-humid-2 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/senspot_transparent.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-crack-4 {
  background-image: url('../images/19.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.button-5 {
  background-color: #e70004;
  font-weight: 500;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
}

.button-6 {
  color: #fff;
  background-color: #e70004;
}

.body-13 {
  background-image: none;
}

.container-humid-temp {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 40px;
}

.body-14 {
  background-image: none;
}

.section-tilt {
  background-color: #fff;
}

.container-tilt {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 40px;
}

.slide-tilt-2 {
  background-image: url('../images/HRT2D_Site_02.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-tilt-1 {
  background-image: url('../images/HRT.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-tilt-data-3 {
  background-image: url('../images/HRT-data-graph-tilt-senscope-1.PNG');
  background-position: 0 0;
  background-size: cover;
}

.body-15 {
  background-image: none;
}

.slide-10 {
  background-image: url('../images/senscope-strain-measurement-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-vib {
  background-color: #fff;
}

.paragraph-17 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.slide-vib-2 {
  background-color: var(--white);
  background-image: url('../images/Vibration_transparent.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-vib-3 {
  background-image: url('../images/crack_site_00.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-vib {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 40px;
}

.slide-vib-1 {
  background-image: url('../images/accelerometer-on-a-girder_compressed.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-9 {
  background-image: url('../images/SG3.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-crack-1 {
  background-image: url('../images/Disp_Site_00.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-crack-2 {
  background-image: url('../images/Disp_Site_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-crack-3 {
  background-image: url('../images/crack_site_00.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.body-16 {
  background-image: none;
}

.slide-anemo-2 {
  background-color: var(--white);
  background-image: url('../images/AN2_transparent.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-anemo {
  background-color: #fff;
}

.container-anemo {
  background-color: var(--white);
  text-align: left;
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 40px;
}

.slide-anemo-3 {
  background-image: url('../images/crack_site_00.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-anemo-1 {
  background-color: var(--white);
  background-image: url('../images/AN1_transparent.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-ane {
  background-image: url('../images/Wireless-Water-Level-meter-senspot-sensor-dimension-1.png');
  background-position: 0 0;
  background-size: contain;
}

.body-17 {
  background-image: none;
}

.slide-level-2 {
  background-image: url('../images/scour-water-level-sensor2.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-level-3 {
  background-image: url('../images/scour-water-level-sensor3.JPG');
  background-position: 50%;
  background-size: cover;
}

.slide-level {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Transparent-Levee-Monitor.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50rem;
  background-clip: padding-box;
  width: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.section-level {
  background-color: #fff;
}

.button-7 {
  background-color: #ec383b;
  margin-top: 60px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-description-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 32px;
}

.container-level {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: padding-box;
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 40px;
  display: block;
}

.slide-11 {
  background-image: url('../images/AN3.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.body-18 {
  background-image: none;
}

.section-senimax {
  background-color: #fff;
}

.slide-level-4 {
  background-image: url('../images/Disp_Site_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-level-5 {
  background-image: url('../images/crack_site_00.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-level-6 {
  background-image: url('../images/Disp_Site_00.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  padding-right: 0;
}

.container-senimax {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 40px;
}

.slide-senimax-1 {
  background-image: url('../images/senimax-Wi-Fi.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-senimax-2 {
  background-image: url('../images/senimax-ethernet.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-30 {
  align-self: flex-start;
}

.button-8 {
  color: #fff;
  background-color: #e70004;
  display: flex;
}

.button-9, .button-10, .button-11 {
  background-color: #e70004;
  display: flex;
}

.body-19 {
  background-image: none;
}

.container-senscope {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 40px;
}

.section-senscope {
  background-color: #fff;
}

.link-11 {
  color: red;
  text-decoration: none;
}

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

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

.div-block-33 {
  flex-direction: column;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.senspot-general-data-1 {
  background-image: url('../images/Wireless-Displacement-senspot-sensor-dimension-1.PNG');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
}

.senspot-general-data-2 {
  background-image: url('../images/Displacement-data-graph-measurements-sensor-wireless1.PNG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

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

.bold-text-7 {
  font-size: 15px;
}

.div-block-38 {
  background-color: #ddd;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-12 {
  color: red;
  margin-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.div-block-39 {
  align-self: auto;
  align-items: center;
  display: flex;
}

.link-12 {
  color: #777;
  text-align: right;
  align-self: center;
  margin-right: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.body-20 {
  background-image: none;
}

.div-block-40 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.map-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: block;
}

.form {
  flex-direction: column;
  align-items: stretch;
  min-width: 280px;
  display: flex;
}

.field-label {
  color: #d30000;
}

.div-block-41 {
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-42 {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: flex;
}

.text-field-2 {
  flex: 0 auto;
  max-width: 70px;
}

.quote-check-label {
  text-transform: none;
  margin-right: 20px;
}

.checkbox-label-2 {
  text-transform: none;
}

.checkbox-field {
  align-self: center;
}

.text-block-13 {
  color: #c30000;
  font-size: 20px;
  font-weight: 600;
}

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

.text-block-14 {
  max-width: 800px;
}

.submit-button {
  align-self: center;
  margin-top: 20px;
}

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

.text-block-15 {
  color: #c30000;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.text-block-16 {
  font-weight: 500;
}

.section-6 {
  margin-bottom: 60px;
}

.div-block-44 {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-12 {
  font-weight: 600;
}

.body-21 {
  background-image: none;
}

.customers {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 40px;
}

.heading-13 {
  color: red;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
}

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

.showcase {
  flex-direction: column;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-46 {
  flex-direction: column;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.showcase-description {
  text-align: center;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 28px;
  line-height: 50px;
}

.div-block-47, .showcase-gird {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.showcase-image {
  max-width: 180px;
}

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

.image-19 {
  max-width: 100px;
}

.div-block-49 {
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-50 {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.text-block-17 {
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

.classical-website-entrance {
  margin-top: 20px;
  font-size: 15px;
  text-decoration: underline;
}

.body-22 {
  background-image: none;
}

.application-notes-cont {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 40px;
}

.link-13 {
  color: #5f5f5f;
}

.body-23, .body-24 {
  background-image: none;
}

.body-25 {
  object-fit: cover;
  background-image: none;
  margin-bottom: 10px;
}

.tilt-strain-app-note {
  display: block;
}

.button-13 {
  object-fit: fill;
  background-color: #e70004;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.button-14, .button-15, .button-16 {
  background-color: #e70004;
  margin-bottom: 60px;
}

.button-17 {
  background-color: #e70004;
  margin-bottom: 40px;
}

.link-14 {
  display: inline;
}

.text-span-3 {
  font-size: 22px;
  line-height: 20px;
}

.link-15 {
  display: inline;
}

.body-26 {
  background-image: none;
}

.text-span-4 {
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: 20px;
}

.link-16, .link-17 {
  display: inline;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.form-block-2 {
  max-width: 600px;
}

.checkbox-label-3 {
  display: block;
}

.list-item {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.heading-14 {
  color: red;
  margin-top: 40px;
}

.paragraph-18 {
  text-align: justify;
  font-weight: 500;
}

.textarea {
  min-height: 200px;
}

.submit-button-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.quote-cont {
  object-fit: contain;
  background-color: #fff;
}

.section-7 {
  background-image: url('../images/background_bridge_compressed.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-51 {
  object-fit: fill;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field-3 {
  max-width: 100px;
  margin-bottom: 0;
  display: block;
}

.field-label-2 {
  margin-bottom: 0;
}

.heading-15 {
  color: red;
  text-align: center;
}

.paragraph-19 {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 32px;
}

.received-block {
  flex-direction: row;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.image-20 {
  margin-left: 0;
  margin-right: 0;
}

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

.link-18, .link-19, .link-20, .link-21, .link-22, .link-23 {
  display: inline;
}

.div-block-53 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.button-18, .button-19, .button-20 {
  background-color: #e70004;
  margin-left: 20px;
  margin-right: 20px;
}

.link-24, .link-25 {
  display: inline;
}

.body-27 {
  background-image: url('../images/bg_sp.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-54 {
  justify-content: center;
  align-items: center;
  margin-top: 21px;
  padding-top: 7px;
  display: flex;
}

.link-26 {
  display: inline;
}

.link-27 {
  color: #03f;
  display: inline;
}

.text-block-18 {
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
}

.div-block-55 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.link-28 {
  color: #00f;
  display: inline;
}

.text-span-5 {
  text-decoration: underline;
}

.link-29 {
  color: #00f;
  display: inline;
}

.text-span-6 {
  text-decoration: underline;
}

.link-30 {
  color: #00f;
  display: inline;
}

.text-span-7 {
  text-decoration: underline;
}

.link-31 {
  color: #00f;
  display: inline;
}

.text-span-8 {
  text-decoration: underline;
}

.link-32 {
  color: #00f;
  display: inline;
}

.text-span-9 {
  text-decoration: underline;
}

.link-33 {
  color: #00f;
  display: inline;
}

.text-span-10 {
  text-decoration: underline;
}

.link-34, .link-35 {
  color: #00f;
  display: inline;
}

.text-block-19 {
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.text-block-20 {
  order: 0;
  align-self: auto;
  line-height: 25px;
}

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

.paragraph-21 {
  margin-left: 10px;
  font-size: 12px;
}

.div-block-56 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.explanation {
  margin-left: 10px;
}

.paragraph-22 {
  font-size: 10px;
}

.bold-text-8 {
  float: none;
  clear: none;
  position: static;
}

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

.image-21 {
  display: block;
}

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

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

.grid-9 {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "Area Area-2"
                       "Area-3 .";
}

.link-36 {
  text-align: center;
}

.image-22 {
  display: none;
}

.slide-12 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/strain_site_ori_clear.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
}

.slider-4 {
  object-fit: fill;
  order: 1;
  justify-content: space-between;
  width: 100%;
  height: 60vw;
  min-height: 0;
  max-height: 400px;
  display: flex;
  overflow: hidden;
}

.grid-10 {
  grid-template-columns: 6fr 6fr;
  grid-template-areas: "Area Area-2";
}

.mask-2 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  flex: 1;
  order: 0;
  align-self: stretch;
  overflow: hidden;
}

.slide-13 {
  background-image: url('../images/Level_Site_00.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-24 {
  width: 100%;
  margin-bottom: 10px;
}

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

.div-block-61 {
  justify-content: space-around;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-62 {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-63 {
  object-fit: fill;
  flex: none;
  align-self: flex-start;
  width: 48%;
  display: block;
}

.image-25 {
  text-align: justify;
}

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

.div-block-65 {
  display: inline-block;
}

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

.div-block-66 {
  flex-direction: column;
  display: flex;
}

.link-block-8 {
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.text-block-22, .text-block-23, .text-block-24 {
  font-size: 10px;
}

.text-block-25 {
  font-size: 10px;
  line-height: 25px;
}

.text-block-26 {
  font-size: 10px;
}

.text-block-27 {
  text-align: justify;
  font-size: 14px;
  font-style: normal;
}

.text-block-28 {
  clear: none;
  text-align: justify;
  width: 100%;
  display: block;
  transform: translate(0);
}

.image-27 {
  margin-left: 0;
  margin-right: 0;
}

.image-28 {
  text-align: justify;
  object-fit: contain;
  margin-left: 0;
  margin-right: 0;
}

.columns-7 {
  display: flex;
}

.column-11 {
  align-self: center;
}

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

.link-37, .link-38, .link-39, .link-40, .link-41, .link-42 {
  display: inline;
}

.div-block-70 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image-30 {
  display: block;
}

.link-43, .link-44, .link-45 {
  display: inline;
}

.div-block-71 {
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.link-46, .link-47, .link-48, .link-49, .link-50, .link-51, .link-52, .link-53, .link-54 {
  display: inline;
}

.div-block-72 {
  flex-wrap: wrap;
  display: flex;
}

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

.link-55, .bold-text-9, .link-56, .link-57, .link-58 {
  display: inline;
}

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

.div-block-74 {
  flex-wrap: nowrap;
  display: flex;
}

.div-block-75 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.image-31 {
  text-align: justify;
  object-fit: fill;
  width: 100%;
  margin-left: 0;
  display: block;
  position: static;
}

.link-59, .link-60 {
  display: none;
}

.div-block-77, .bold-text-10 {
  justify-content: center;
  display: flex;
}

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

.text-block-35 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-30 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tilt-strain-app-note-old {
  display: none;
}

.slide-tilt-4 {
  background-image: url('../images/high-resolution-tilt-on-a-railway-bridge_compressed.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/mrt-tilt-inclinometer-on-bearing.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/mrt-tilt-inclinometer-on-bearing2.jpg');
  background-position: 50%;
  background-size: cover;
}

.right-arrow-2 {
  background-color: var(--white);
}

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

.slide-16 {
  background-image: url('../images/Wireless-Displacement-senspot-sensor-dimension-2.PNG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.senspot-strain-data {
  background-image: url('../images/Wireless-Humidity-and-Temperature-SenSpot-sensor-Dimension-1.PNG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.senspot-strain-data-2 {
  background-image: url('../images/senscope-sqr.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.senspot-general-data-1-copy {
  background-image: url('../images/Wireless-Displacement-senspot-sensor-dimension-1.PNG');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
}

.slider-2-tilt {
  text-align: left;
  background-image: url('../images/mrt-tilt-inclinometer-on-bearing2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}

.slider-2-geophone {
  background-color: var(--white);
  text-align: left;
  height: 600px;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}

.slide-mrt-tilt-data-1 {
  background-image: url('../images/MRT-Dimension-1.PNG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-mrt-tilt-data-2 {
  background-image: url('../images/MRT-data-graph-tilt-senscope-1.PNG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.senspot-temperature-data-1 {
  background-image: url('../images/Wireless-Humidity-and-Temperature-SenSpot-sensor-Dimension-1.PNG');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
}

.senspot-temperature-data-2 {
  background-image: url('../images/Temperature-Humidity-data-graph-measurements-sensor-wireless-1.PNG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-water-level-1 {
  background-image: url('../images/AN3.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-water-level-data-2 {
  background-image: url('../images/water-level-data-graph-measurements-sensor-wireless-2.PNG');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-water-level-data-1 {
  background-image: url('../images/Wireless-Water-Level-meter-senspot-sensor-dimension-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.senspot-vibration-data-1 {
  background-image: url('../images/MRT-Dimension-1.PNG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.senspot-vibration-data-2 {
  background-image: url('../images/vibration_senspot_data.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-anemometer-dimensions-1 {
  background-image: url('../images/Wireless-Water-Level-meter-senspot-sensor-dimension-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.senspot-anemometerdata-2 {
  background-image: url('../images/Temperature-Humidity-data-graph-measurements-sensor-wireless-1.PNG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-crack-3-copy {
  background-image: url('../images/crack_site_00.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-crack4 {
  background-image: url('../images/4219.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.slide-17 {
  background-image: url('../images/High--resolution-tilt-on-a-pier-railway-bridge.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-level-21 {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Wireless-Enhanced-Strain-IoT-Sensor.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 451px;
  background-clip: border-box;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-level-22 {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Wireless-Enhanced-Displacement-Iot-Sensor.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 231px;
  background-clip: border-box;
  padding-bottom: 0;
  padding-right: 0;
}

.image-32 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.button-21 {
  margin-left: 94px;
}

.button-22 {
  margin-left: 554px;
  margin-right: -14px;
  padding-right: 20px;
}

.button-23 {
  background-color: red;
  margin-left: -135px;
  margin-right: 49px;
  padding-left: 12px;
  padding-right: 12px;
}

.button-24 {
  background-color: red;
  margin-left: 71px;
  margin-right: -2px;
  padding-left: 12px;
  padding-right: 12px;
  position: static;
}

.button-25 {
  background-color: red;
  margin-left: -16px;
  margin-right: -37px;
  padding-left: 12px;
  padding-right: 12px;
}

.div-block-78 {
  margin-left: 324px;
  margin-right: -30px;
  padding-top: 25px;
  padding-left: 0;
  padding-right: 0;
}

.slide-18 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Untitled-design-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50rem;
  background-attachment: fixed;
  background-clip: padding-box;
}

.slide-19 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Geophone-p-500_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  background-clip: padding-box;
}

.slide-20 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/wireless-sonar3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50rem;
  background-clip: border-box;
}

.slide-21 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Transparent-Water-Velocity-SenSpot.png');
  background-position: 50%;
  background-size: 50rem;
  background-clip: padding-box;
}

.right-arrow-3 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.slide-22 {
  z-index: -1;
  vertical-align: baseline;
  background-image: url('../images/Transparent-Levee-Monitor.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50rem;
  background-attachment: fixed;
  position: relative;
}

.dropdown-link-2-copy {
  border-bottom: 1px solid #bbb;
}

.dropdown-link-2-copy.w--current {
  display: none;
}

.dropdown-link-2-copy.last-dropdown {
  border-bottom-style: none;
}

.dropdown-link-2-copy.disabled {
  display: none;
}

.dropdown-link-2-copy-copy {
  border-bottom: 1px solid #bbb;
}

.dropdown-link-2-copy-copy.w--current {
  display: none;
}

.dropdown-link-2-copy-copy.last-dropdown {
  border-bottom-style: none;
}

.dropdown-link-2-copy-copy.disabled {
  display: none;
}

@media screen and (max-width: 991px) {
  .divider {
    margin-bottom: 40px;
  }

  .divider.div-change {
    margin-bottom: 0;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph-bigger {
    color: #fff;
    margin-top: 49px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 200px;
  }

  .button {
    justify-content: center;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    border-width: 2px;
  }

  .button.cc-contact-us {
    display: block;
  }

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

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    margin-right: 10px;
    padding-right: 0;
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: rgba(0, 0, 0, 0);
    flex: 1;
    justify-content: space-between;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item-products {
    text-align: center;
    padding: 15px 30px;
    text-decoration: none;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item-products:hover {
    background-color: #f7f8f9;
  }

  .navigation-item-products:active {
    background-color: #eef0f3;
  }

  .navigation-item-products.w--current {
    flex: 0 auto;
    align-self: center;
    padding-right: 0;
  }

  .navigation-item-products.current {
    text-decoration: none;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-content.cc-homepage {
    margin-top: -100px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .dropdown {
    text-decoration: none;
  }

  .bold-text-2 {
    color: #fff;
  }

  .menu-item-deco-line {
    display: none;
  }

  .wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .logo-image-2.cc-footer-logo {
    margin-bottom: 10px;
  }

  .label-2.cc-footer-section-headline {
    margin-bottom: 20px;
  }

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

  .small-paragraph.cc-copyright-footer {
    align-self: end;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-grid-column {
    align-self: start;
    align-items: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .slider {
    height: 250px;
  }

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

  .text-block-2 {
    color: tomato;
  }

  .text-block-3 {
    text-decoration: none;
  }

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

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

  .senspot-des-div {
    flex-direction: column;
  }

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

  .grid-7 {
    grid-template-rows: 45px;
    grid-template-columns: 2.25fr;
  }

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

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

  .image-14 {
    text-align: left;
    display: block;
  }

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

  .image-15 {
    text-align: left;
    display: block;
  }

  .image-16, .image-17, .image-18 {
    flex: 1;
  }

  .text-block-11 {
    text-decoration: none;
  }

  .link-12 {
    text-align: right;
  }

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

  .tilt-strain-app-note {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-55 {
    margin-top: 10px;
  }

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

  .slider-4 {
    justify-content: space-between;
    width: 100%;
    height: 60vw;
  }

  .tilt-strain-app-note-old {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .divider.div-change {
    margin-bottom: 0;
  }

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

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

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

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .button.cc-jumbo-button {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation-wrap {
    margin-left: -16px;
    margin-right: -16px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .navigation-item-products {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header {
    background-position: 65%;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    align-self: center;
    margin-top: -140px;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .about-grid.cc-about-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .dropdown-link-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-link-2.w--current {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

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

  .image-4 {
    margin-bottom: 100px;
  }

  .slide {
    object-fit: scale-down;
    overflow: auto;
  }

  .slider {
    height: 250px;
  }

  .image-5 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block {
    margin-bottom: 60px;
  }

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

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

  .long-path {
    font-size: 12px;
  }

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

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

  .product-description {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-strain-2 {
    text-align: center;
  }

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

  .documents-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .products-div-list {
    flex-direction: column;
    align-items: center;
  }

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

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

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

  .grid-7 {
    grid-template-rows: 25px;
  }

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

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

  .container-applications-bridge {
    text-align: center;
  }

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

  .container-applications-structural, .container-about, .container-crack, .container-humid-temp, .container-tilt, .container-vib, .container-anemo, .container-level, .container-senimax, .container-senscope {
    text-align: center;
  }

  .column-8, .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .senspot-general-data-1 {
    background-image: url('../images/SG3.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .senspot-general-data-2 {
    background-image: url('../images/senscope-strain-measurement-1.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

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

  .text-block-12 {
    font-size: 12px;
    line-height: 20px;
  }

  .link-12 {
    font-size: 12px;
    line-height: 22px;
  }

  .customers, .application-notes-cont {
    text-align: center;
  }

  .disp-app-note, .tilt-app-note {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-36 {
    object-fit: fill;
  }

  .slider-4 {
    width: 100%;
    height: 60vw;
  }

  .image-23 {
    object-fit: fill;
    overflow: visible;
  }

  .senspot-strain-data {
    background-image: url('../images/SG3.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .senspot-strain-data-2 {
    background-image: url('../images/senscope-strain-measurement-1.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .senspot-general-data-1-copy, .senspot-temperature-data-1 {
    background-image: url('../images/SG3.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .senspot-temperature-data-2 {
    background-image: url('../images/senscope-strain-measurement-1.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .senspot-vibration-data-1 {
    background-image: url('../images/SG3.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .senspot-vibration-data-2, .senspot-anemometerdata-2 {
    background-image: url('../images/senscope-strain-measurement-1.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .dropdown-link-2-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-link-2-copy.w--current {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .dropdown-link-2-copy-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-link-2-copy-copy.w--current {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .divider.div-change {
    margin-bottom: 0;
  }

  .section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.cc-cta {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-store-home-wrap {
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section.main-sec {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-home {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .button.cc-jumbo-button {
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
    display: flex;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    flex: 1;
    align-self: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .button.cc-contact-us {
    padding: 0;
    display: block;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    text-align: left;
    font-size: 12px;
    line-height: 22px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .logo-link.w--current {
    flex: 1;
    align-items: stretch;
    display: block;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    position: -webkit-sticky;
    position: sticky;
  }

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

  .navigation.sticky-nav {
    margin-bottom: 0;
    padding-bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .menu-button {
    flex: none;
    position: relative;
  }

  .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    margin-left: 0;
    margin-right: 10px;
  }

  .cta-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-header {
    background-position: 80%;
    padding-right: 0;
  }

  .intro-content.cc-homepage {
    margin-top: -160px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    align-content: start;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 0;
    padding-left: 5px;
    font-size: 10px;
    line-height: 15px;
    display: inline-block;
    top: 56px;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown {
    align-self: center;
  }

  .body {
    display: block;
  }

  .text-block {
    text-indent: 5px;
    font-size: 12px;
  }

  .dropdown-link {
    padding: 5px 10px;
  }

  .dropdown-link-2, .dropdown-link-7, .dropdown-link-8, .dropdown-link-9, .dropdown-link-10 {
    padding: 5px 10px;
    text-decoration: none;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-content: center;
    align-self: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-2, .image-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-4 {
    width: 75%;
    margin-bottom: 60px;
  }

  .slider {
    width: 100%;
    height: 150px;
  }

  .button-2 {
    line-height: 1px;
  }

  .column-4, .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-5 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .text-block-2 {
    flex: 1;
  }

  .image-6, .image-7, .image-8, .image-9, .image-10, .image-11 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

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

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

  .section-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-sp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-3 {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 12px;
  }

  .long-path {
    font-size: 7px;
  }

  .paragraph-5 {
    font-size: 20px;
    line-height: 35px;
  }

  .container-strain {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-2 {
    height: 200px;
  }

  .text-block-4, .text-block-5, .text-block-6 {
    text-align: center;
  }

  .product-description {
    text-align: left;
    flex: 1;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 12px;
    line-height: 22px;
  }

  .product-symbol-heading, .paragraph-8 {
    text-align: center;
  }

  .div-block-9 {
    justify-content: flex-start;
  }

  .slider-3 {
    align-self: center;
    width: 280px;
    min-width: 280px;
    height: 200px;
    min-height: 200px;
  }

  .slider-3.strain-dim-1 {
    width: 250px;
    min-width: 220px;
  }

  .div-block-11 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    width: auto;
    min-width: 0;
    height: auto;
    display: flex;
  }

  .slide-tilt-data-1 {
    background-image: url('../images/direction.jpeg');
  }

  .slide-tilt-data-2 {
    background-image: url('../images/dimensions.jpeg');
  }

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

  .senspot-des-div {
    flex-direction: column;
    align-items: center;
  }

  .paragraph-13 {
    text-align: left;
    font-size: 14px;
    line-height: 26px;
  }

  .link-block {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
  }

  .grid-7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-top: 0;
  }

  .div-block-24 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block-2, .link-block-3 {
    border: 1px #000;
  }

  .link-block-4 {
    border-style: none;
    border-color: #000;
  }

  .heading-12 {
    font-size: 20px;
    line-height: 25px;
  }

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

  .div-block-27 {
    align-content: start;
    justify-content: center;
  }

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

  .container-crack, .container-humid-temp, .container-tilt {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container-vib, .container-anemo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-ane {
    background-size: contain;
  }

  .product-description-2 {
    text-align: left;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 12px;
    line-height: 22px;
  }

  .container-level {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-11 {
    background-size: contain;
  }

  .container-senimax {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-senimax-2 {
    background-size: contain;
  }

  .div-block-30 {
    align-self: center;
  }

  .container-senscope {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .column-8 {
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .column-9 {
    flex-direction: column;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .div-block-34 {
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .columns-6 {
    flex-flow: column;
    flex: 0 auto;
    align-content: flex-start;
    align-self: flex-start;
    align-items: center;
    display: block;
  }

  .strain-data-2-slide {
    background-image: url('../images/senscope-strain-measurement-1.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .crack-data-1 {
    background-image: url('../images/SG3.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .crack-data-2 {
    background-image: url('../images/senscope-strain-measurement-1.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .senspot-general-data-1 {
    background-image: url('../images/SG3.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .senspot-general-data-2 {
    background-image: url('../images/senscope-strain-measurement-1.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .list {
    padding-left: 0;
    list-style-type: none;
  }

  .div-block-35 {
    height: 30px;
  }

  .bold-text-6 {
    line-height: 16px;
  }

  .div-block-37 {
    margin-bottom: 0;
  }

  .text-block-12 {
    font-size: 9px;
    line-height: 10px;
  }

  .link-12 {
    text-align: right;
    font-size: 9px;
    line-height: 10px;
  }

  .text-span-3 {
    font-size: 16px;
  }

  .div-block-51 {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field-3 {
    max-width: 80px;
  }

  .slider-4 {
    width: 100%;
    height: 60vw;
  }

  .grid-10 {
    display: flex;
  }

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

  .div-block-62 {
    justify-content: space-around;
  }

  .div-block-67 {
    flex: none;
    display: block;
  }

  .div-block-68, .div-block-69, .image-26 {
    flex: none;
  }

  .senspot-strain-data {
    background-image: url('../images/SG3.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .senspot-strain-data-2 {
    background-image: url('../images/senscope-strain-measurement-1.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .senspot-general-data-1-copy {
    background-image: url('../images/SG3.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slider-2-tilt, .slider-2-geophone {
    height: 200px;
  }

  .slide-mrt-tilt-data-1 {
    background-image: url('../images/direction.jpeg');
  }

  .senspot-temperature-data-1 {
    background-image: url('../images/SG3.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .senspot-temperature-data-2 {
    background-image: url('../images/senscope-strain-measurement-1.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-water-level-1, .slide-water-level-data-1 {
    background-size: contain;
  }

  .senspot-vibration-data-1 {
    background-image: url('../images/SG3.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .senspot-vibration-data-2 {
    background-image: url('../images/senscope-strain-measurement-1.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-anemometer-dimensions-1 {
    background-size: contain;
  }

  .senspot-anemometerdata-2 {
    background-image: url('../images/senscope-strain-measurement-1.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .dropdown-link-2-copy, .dropdown-link-2-copy-copy {
    padding: 5px 10px;
    text-decoration: none;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-e92aba0b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-e92aba0b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4b2457fa-85db-7329-ceaf-2a529d43a641-e92aba0b, #w-node-cd582321-4885-3910-6e4f-a2844ad339e8-e92aba0b, #w-node-c2e9260e-1afa-0ce4-d3d4-13a3b5aec7ac-e92aba0b, #w-node-_490321b5-b7be-794c-f7e3-c7434ea8ed7d-e92aba0b, #w-node-ac0bd1ca-d4b5-ffe7-80a3-94a7034003c5-e92aba0b, #w-node-_20e048b1-be6f-7ad2-562b-52613260714f-e92aba0b, #w-node-_9e5585eb-554d-e2a9-5d89-ff4a4bf301b6-e92aba0b, #w-node-_36d1c58b-bfaa-5200-caac-c99faa938ae2-e92aba0b {
  align-self: center;
  justify-self: center;
}

#w-node-_48425691-f367-c016-f802-7b19e9864bbd-e9864bba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_48425691-f367-c016-f802-7b19e9864bbe-e9864bba {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_48425691-f367-c016-f802-7b19e9864bc2-e9864bba {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
  justify-self: stretch;
}

#w-node-_48425691-f367-c016-f802-7b19e9864bcf-e9864bba {
  grid-area: 2 / 3 / 3 / 4;
  align-self: start;
  justify-self: stretch;
}

#w-node-_48425691-f367-c016-f802-7b19e9864be6-e9864bba {
  grid-area: 2 / 4 / 3 / 5;
  align-self: start;
  justify-self: stretch;
}

#w-node-_29c98a9e-37e8-1bd6-afd6-a1d55a82459a-b27a4e25 {
  align-self: center;
  justify-self: start;
}

#w-node-_1209306d-1251-b030-416f-b24739d4edcf-b27a4e25 {
  align-self: center;
  justify-self: center;
}

#w-node-b4e107ac-fdce-d047-a710-ba70f3c058ad-b27a4e25 {
  align-self: center;
  justify-self: start;
}

#w-node-b4e107ac-fdce-d047-a710-ba70f3c058b0-b27a4e25 {
  align-self: center;
  justify-self: center;
}

#w-node-_80345029-1c90-b848-e165-152eb66a63e2-b27a4e25 {
  align-self: center;
  justify-self: start;
}

#w-node-_80345029-1c90-b848-e165-152eb66a63e6-b27a4e25, #w-node-_5494cf9b-e453-fc15-ceeb-ce8e704f8ec7-e92aba6a, #w-node-a394d872-b797-5409-efbd-6564e99d0c6b-e92aba6a, #w-node-_4c5120cd-cf9b-c82b-259a-e4e9942fe35e-e92aba6a, #w-node-_84c96247-edb2-a574-d52a-1680e47c7668-e92aba6a, #w-node-c35383f9-89bd-1878-dd9d-8dc4233c8e17-e92aba6a, #w-node-_481da443-3629-9e98-9395-8c36fd9145a4-e92aba6a, #w-node-d892a585-8e69-5e23-7671-e72fe16a6aa4-e92aba6a, #w-node-_8fae6005-1561-d133-70ec-f638b148b4dd-e92aba6a, #w-node-_05e875ab-f0ff-32fd-74cd-e625b6eabfa9-e92aba6a, #w-node-_482540f1-e05b-ba48-c3aa-25be157d16d8-e92aba6a, #w-node-d6f4c2fd-5633-36cb-9199-1707517ea62d-e92aba6a, #w-node-_5b6493a9-818f-b6aa-2fae-c77db4bc45ef-e92aba6a, #w-node-_5e84a99b-624d-ba1b-2836-71d3317f231b-e92aba6a, #w-node-_065dda57-5dc8-ab9b-764c-d0447b0f3de5-e92aba6a, #w-node-bed3014e-2e4a-b9a1-1c74-045e9b8f590f-e92aba6b, #w-node-bed3014e-2e4a-b9a1-1c74-045e9b8f5911-e92aba6b, #w-node-bed3014e-2e4a-b9a1-1c74-045e9b8f5913-e92aba6b, #w-node-bed3014e-2e4a-b9a1-1c74-045e9b8f5915-e92aba6b, #w-node-bed3014e-2e4a-b9a1-1c74-045e9b8f5917-e92aba6b, #w-node-bed3014e-2e4a-b9a1-1c74-045e9b8f5919-e92aba6b, #w-node-bed3014e-2e4a-b9a1-1c74-045e9b8f591b-e92aba6b, #w-node-bed3014e-2e4a-b9a1-1c74-045e9b8f591d-e92aba6b {
  align-self: center;
  justify-self: center;
}

#w-node-_36526220-ebc0-5513-1a3a-42a01a3c6145-e92aba72, #w-node-_36526220-ebc0-5513-1a3a-42a01a3c6145-e92aba77, #w-node-_36526220-ebc0-5513-1a3a-42a01a3c6145-e92aba95, #w-node-_24110f18-7789-7250-a6b2-0f5acb76c1ac-e92aba97, #w-node-_24110f18-7789-7250-a6b2-0f5acb76c1b1-e92aba97 {
  justify-self: stretch;
}

#w-node-_24110f18-7789-7250-a6b2-0f5acb76c1b3-e92aba97, #w-node-_24110f18-7789-7250-a6b2-0f5acb76c1b4-e92aba97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24110f18-7789-7250-a6b2-0f5acb76c1b5-e92aba97 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: stretch;
}

#w-node-_36526220-ebc0-5513-1a3a-42a01a3c6145-e92abaab, #w-node-_36526220-ebc0-5513-1a3a-42a01a3c6145-e92abaac, #w-node-_36526220-ebc0-5513-1a3a-42a01a3c6145-e92abab1, #w-node-_8b129749-33cb-3230-a69c-236bd202613d-e92abab1 {
  justify-self: stretch;
}

#w-node-_3c71e430-3eee-247a-0371-e46d34366ae5-e92abab1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c389b2e1-ad4e-4509-702d-a093c8e59c69-e92abab1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: stretch;
}

#w-node-_36526220-ebc0-5513-1a3a-42a01a3c6145-e92abab6 {
  justify-self: stretch;
}

#w-node-_36796daf-da5e-a4c8-b520-6b4379385d63-79385d5f, #w-node-_36796daf-da5e-a4c8-b520-6b4379385d67-79385d5f, #w-node-_36796daf-da5e-a4c8-b520-6b4379385d6b-79385d5f, #w-node-_36796daf-da5e-a4c8-b520-6b4379385d6f-79385d5f, #w-node-_9d09ae17-72ea-a8a4-790e-9fa2e827873b-79385d5f, #w-node-_36796daf-da5e-a4c8-b520-6b4379385d73-79385d5f, #w-node-_36796daf-da5e-a4c8-b520-6b4379385d77-79385d5f, #w-node-_36796daf-da5e-a4c8-b520-6b4379385d7b-79385d5f {
  align-self: center;
  justify-self: center;
}

#w-node-_36796daf-da5e-a4c8-b520-6b4379385d7f-79385d5f, #w-node-_36796daf-da5e-a4c8-b520-6b4379385d83-79385d5f, #w-node-b12235fa-8a27-a4c5-49f8-529bfd9ef195-79385d5f, #w-node-_1ba8aab6-5e59-dc1e-5e80-3863dfcbab3f-79385d5f, #w-node-_0a96ac2a-d11d-5a53-15c0-f33bd55b2d2c-79385d5f, #w-node-d6d9c712-52ac-c2be-008a-8d442eecf3e3-79385d5f, #w-node-_4220782a-6eba-4297-4cea-32ab15d20b4b-79385d5f, #w-node-a3604352-1a1b-c629-fcee-3bfaa3d7b6d0-79385d5f, #w-node-_8a1f8356-4301-4ba1-2798-f334d6aff85e-79385d5f, #w-node-_611d718a-785d-3eb2-3873-9feb6e90d37e-79385d5f, #w-node-_16c74e96-0e79-0e37-0401-b83b0919c2db-79385d5f, #w-node-b69ab210-80c4-4ca2-05b9-dcd4b91c3a76-79385d5f, #w-node-_4d6f27be-eedc-ef68-8c5a-8e597c825a74-79385d5f, #w-node-e03d45aa-f8b2-940e-3885-e54fc0ebcebf-79385d5f {
  grid-column-start: span .994318;
  grid-row-start: span .994318;
  grid-column-end: span .994318;
  grid-row-end: span .994318;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-e92aba0b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-e92aba0b {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_24110f18-7789-7250-a6b2-0f5acb76c1b5-e92aba97, #w-node-c389b2e1-ad4e-4509-702d-a093c8e59c69-e92abab1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d3f-e92aba0b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_24110f18-7789-7250-a6b2-0f5acb76c1b3-e92aba97 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_24110f18-7789-7250-a6b2-0f5acb76c1b4-e92aba97 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_55c218ba-cb1b-c6e1-957e-50e1a5d9dfc0-e92abaad {
    justify-self: stretch;
  }

  #w-node-_3c71e430-3eee-247a-0371-e46d34366ae5-e92abab1 {
    align-self: center;
    justify-self: center;
  }

  #w-node-ae89cd56-b105-f231-d4a1-0dfd477fb919-e92abab1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
}


