:root {
  --dark-slate-gray-2: #404047;
  --white-smoke: #ecf0f1;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

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

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

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

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

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ff1200;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #fff;
  background-color: #0000;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #000;
}

.navigation-link.w--current:hover {
  color: #fff;
}

.navigation-link.w--current:active {
  color: #000;
}

.navigation-bar {
  background-color: #e0e0e0;
  padding-top: 0;
  padding-bottom: 0;
}

.navigation-menu {
  padding-top: 0;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 10px;
  position: relative;
}

.section.accent {
  background-color: #192024;
}

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

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-image: url('../images/vfcob-install-bw.jpg'), linear-gradient(#2e9dff80, #2e9dff38);
  background-position: 50% 100%, 0 0;
  background-size: auto, auto;
  border: 1px #000;
  padding-top: 48px;
  padding-bottom: 48px;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #ff120080;
  border: 2px #000;
  border-radius: 5px;
  margin-bottom: 13px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.hero-subheading {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #e64c40a1;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  margin-bottom: 23px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
  display: flex;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #3b3b3b;
  text-align: justify;
  letter-spacing: 0;
  text-transform: none;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  align-self: center;
  margin-bottom: 10px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  color: #000;
  padding-top: 35px;
  padding-bottom: 35px;
  font-family: Roboto, sans-serif;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 2px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: var(--dark-slate-gray-2);
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
}

.container {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.heading {
  letter-spacing: 2px;
}

.heading-2, .heading-3, .heading-4 {
  letter-spacing: 1px;
}

.team-circles {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 5px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  color: var(--dark-slate-gray-2);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
}

.centered-subheading {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #5c5c5c;
  border: 1px solid #0000;
  border-radius: 4px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 0;
  display: grid;
}

.team-card {
  text-align: center;
  background-color: #ebebeb;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  color: var(--dark-slate-gray-2);
  margin-bottom: 6px;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.list-item {
  color: #444;
  text-align: left;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.list-item-2 {
  color: var(--dark-slate-gray-2);
  text-align: left;
  font-family: Roboto, sans-serif;
}

.list-item-3 {
  color: var(--dark-slate-gray-2);
  text-align: left;
  text-transform: capitalize;
  font-family: Inter, sans-serif;
}

.paragraph {
  color: #000;
  text-align: left;
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 20px;
}

.list {
  color: #0f0f0f;
  margin-bottom: 0;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.list-item-4 {
  color: var(--dark-slate-gray-2);
  text-align: left;
  font-family: Inter, sans-serif;
}

.hero-heading-right {
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px;
  font-family: Roboto, sans-serif;
  position: relative;
}

.hero-wrapper {
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 9px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
}

.shadow-two {
  align-self: center;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.heading-5 {
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.list-item-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.column-2 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 8px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-10 {
  color: var(--dark-slate-gray-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
}

.hero-dp {
  color: #4d4d4d;
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}

.body {
  background-color: #fff;
}

.hero-dp-product-list {
  color: #000;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
}

.hero-section-cobot {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section-cobot.centered {
  text-align: center;
  background-image: url('../images/embos-vf-cobot.jpg'), linear-gradient(#2e9dff80, #2e9dff38);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-bottom: 4px solid #69b9ff;
  padding-top: 48px;
  padding-bottom: 48px;
}

.heading-12 {
  text-align: left;
  flex: 0 auto;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.body-2 {
  background-color: #0000;
  margin-bottom: 0;
}

.hero-section-vc {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section-vc.centered {
  text-align: center;
  background-image: url('../images/indy-office-front.jpg'), url('../images/vfcob-install-bw.jpg'), linear-gradient(#2e9dff80, #2e9dff38);
  background-position: 50%, 50% 100%, 0 0;
  background-size: cover, auto, auto;
  border-bottom: 4px solid #69b9ff;
  padding-top: 48px;
  padding-bottom: 48px;
}

.body-3 {
  background-color: #fff;
}

.hero-section-venturi {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section-venturi.centered {
  text-align: center;
  background-image: linear-gradient(#ff2e2e80, #2e9dff38), url('../images/coboto-on-robot-2-bw.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-bottom: 4px solid #69b9ff;
  padding-top: 48px;
  padding-bottom: 48px;
}

.paragraph-dp {
  color: #000;
  text-align: left;
  background-color: #0000;
  margin-top: 0;
  padding: 5px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.list-line {
  font-size: 14px;
  font-weight: 300;
}

.html-embed {
  justify-content: center;
  width: 100%;
  display: flex;
}

.body-4 {
  background-color: #fff;
}

.paragraph-9 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.heading-13 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-family: Roboto, sans-serif;
}

.columns {
  display: flex;
}

.container-4 {
  margin-top: 0;
}

.container-5 {
  justify-content: center;
  display: flex;
}

.text-block {
  color: #fff;
  font-weight: 300;
}

.text-block:hover {
  color: #000;
}

.icon {
  color: #fff;
  padding-left: 10px;
}

.icon:hover {
  color: #000;
}

.dropdown-list.w--open {
  background-color: red;
}

.hero-section-eoat {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section-eoat.centered {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#dd202054, #dd202054), url('../images/squid-ccb.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-bottom: 4px #69b9ff;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.button-2 {
  background-color: red;
  border-radius: 5px;
}

.columns-2 {
  padding-top: 20px;
}

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

.section-4 {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.video-2 {
  border: 1px solid #000;
}

.hero-heading-center {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px;
  position: relative;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 65%;
  margin-left: 0;
  padding: 0;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.shadow-two-2 {
  text-align: right;
  align-self: flex-end;
  display: block;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-right-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 0;
  position: relative;
}

.hero-heading-squid {
  color: #fff;
  letter-spacing: 4px;
  text-transform: none;
  background-color: #ff120080;
  border: 2px #000;
  border-radius: 5px;
  margin-bottom: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.heading-14 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 32px;
}

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

.image-3 {
  padding-bottom: 15px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin-top: 137px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.paragraph-11 {
  font-size: 12px;
}

.container-7 {
  text-align: center;
  font-size: 12px;
}

.text-block-4 {
  color: #1b1b1b;
  text-align: center;
  margin-top: 0;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.div-block-2 {
  width: 80%;
}

.container-8 {
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.body-5 {
  background-color: #fff;
  font-family: Inter, sans-serif;
}

.centered-subheading-red-bg {
  color: #fff;
  text-align: center;
  background-color: #fe0000;
  max-width: 750px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.link {
  color: #000;
  background-color: #0000;
  text-decoration: underline;
}

.heading-17 {
  color: #2b2d2e;
  text-align: justify;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 10px;
  padding-top: 5px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.section-6 {
  background-color: #fff;
  border: 1px #000;
  padding-bottom: 0;
}

.heading-18 {
  color: #1a1a1a;
  text-transform: capitalize;
  height: 50px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.section-7 {
  padding-top: 20px;
}

.body-6 {
  background-color: #fff;
}

.heading-dp-product-overview {
  color: var(--dark-slate-gray-2);
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

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

.section-8 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.team-circles-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-3.margin-bottom-32px {
  margin-bottom: 32px;
}

.centered-subheading-4 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-height: none;
  margin-top: 0;
  display: grid;
}

.team-card-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-2 {
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 0%;
  width: 250px;
  height: 300px;
  margin-bottom: 10px;
  display: block;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-2 {
  margin-bottom: 24px;
}

.heading---fpj-dp {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #575757;
  width: 250px;
  height: 45px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.fpj-paragraph {
  color: #000;
  text-align: justify;
  background-color: #e2e2e2;
  margin-top: 0;
  padding: 5px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.grid-2 {
  grid-column-gap: 67px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  padding-top: 10px;
}

.section-9 {
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
}

.container-10 {
  text-align: center;
  padding: 10px;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  justify-content: flex-end;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.column-6 {
  justify-content: flex-end;
  display: flex;
}

.button-3 {
  background-color: red;
  border-radius: 4px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.columns-7 {
  align-items: center;
  margin-left: 10px;
  margin-right: 0;
  display: flex;
}

.dropdown-link, .dropdown-text-dp {
  color: #fff;
}

.section-10 {
  background-color: red;
}

.team-grid-current {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  align-items: start;
  max-height: none;
  margin-top: 0;
  display: flex;
}

.heading-19 {
  color: #414141;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.container-11 {
  padding-top: 13px;
  padding-bottom: 13px;
}

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

.column-7, .column-8 {
  justify-content: center;
  align-self: center;
  display: flex;
}

.columns-8 {
  flex: 1;
}

.container-12 {
  max-width: 50%;
}

.html-embed-3 {
  border: 1px solid #000;
  border-radius: 1px;
  width: 100%;
}

.heading-20 {
  color: #222225;
  background-color: #0000;
  margin-bottom: 0;
  padding: 10px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.link-2 {
  color: #222;
}

.columns-9 {
  background-color: #e4e4e4;
  border: 1px solid #000;
  border-radius: 4px;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 6px;
  display: flex;
}

.image-6 {
  margin-bottom: 6px;
}

.hero-split-2-copy {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 40%;
  margin-left: 0;
  padding: 0;
  display: flex;
}

.body-7 {
  background-color: #fff;
}

.columns-10 {
  margin-left: 0;
  margin-right: 0;
}

.column-11 {
  padding-right: 0;
}

.heading-21 {
  color: #ff0004;
  text-align: center;
  text-shadow: 1px 1px #000;
  padding: 9px;
  font-family: Great Vibes, cursive;
  font-size: 48px;
}

.paragraph-12 {
  float: none;
  clear: none;
  text-transform: none;
  text-decoration: none;
}

.image-7 {
  float: left;
  clear: left;
  padding-left: 0;
  padding-right: 10px;
}

.link-block-2 {
  float: left;
}

.paragraph-13, .paragraph-14, .paragraph-15 {
  text-align: left;
  font-family: Inter, sans-serif;
}

.hero-section-about {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section-about.centered {
  background-image: linear-gradient(to top, var(--white-smoke), var(--white-smoke-2) 0%, transparent 40%), url('../images/indy-office-front-2023.webp');
  text-align: center;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-bottom: 4px solid #69b9ff;
  padding-top: 48px;
  padding-bottom: 48px;
  display: none;
}

.icon-social {
  width: 80px;
  height: 80px;
}

.column-12, .column-13 {
  justify-content: center;
  display: flex;
}

.column-social {
  justify-content: center;
  align-self: center;
  display: flex;
}

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

.hero-section-r-d {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section-r-d.centered {
  text-align: center;
  background-image: linear-gradient(#e64c4085, #2e9dff38), url('../images/rd.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px #000;
  padding-top: 48px;
  padding-bottom: 48px;
}

.hero-heading-left {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two-4 {
  clear: none;
  font-family: Inter, sans-serif;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-22 {
  font-family: Inter, sans-serif;
}

.centered-heading-4 {
  color: #686868;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 42px;
}

.image-float-right-50 {
  float: right;
  width: 50%;
  max-width: 35%;
  margin: 5px;
  padding: 5px;
}

.list-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
}

.list-item-9 {
  color: #424242;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-16 {
  color: #494949;
  text-align: left;
  align-self: center;
  max-width: 100%;
  height: auto;
  margin: 5px;
  padding: 5px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-float-left-50 {
  float: left;
  width: auto;
  max-width: 100%;
  margin: 5px;
  padding: 5px;
}

.list-special-projects {
  color: #252627;
  padding-left: 28px;
}

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

.html-embed-4 {
  width: 100%;
  max-width: 100%;
}

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

.image-8 {
  width: 25%;
  max-width: 50%;
}

.container-17 {
  flex-direction: column;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
}

.hero-heading-center-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-18 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-5.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two-5 {
  box-shadow: 0 4px 24px #96a3b514;
}

.link-block-left {
  float: left;
  max-width: 35%;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
}

.link-block-right {
  float: right;
  max-width: 35%;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
}

.body-8 {
  background-color: var(--white-smoke-2);
}

.video-5 {
  float: left;
  clear: none;
  width: 200px;
  height: 200px;
}

.video-6 {
  float: left;
  clear: left;
  object-fit: fill;
  width: 150px;
  max-width: none;
  height: 150px;
  margin-right: 10px;
  padding-right: 20px;
  overflow: visible;
}

.div-block-5 {
  height: 150px;
}

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

.html-embed-5 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-23 {
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

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

.image-10 {
  text-align: center;
  max-width: 100%;
  max-height: none;
}

.image-11 {
  max-width: 80%;
}

.columns-12 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.container-20 {
  margin-bottom: 10px;
  padding-top: 6px;
}

.column-15 {
  flex: 0 auto;
  justify-content: center;
  display: flex;
}

.html-embed-6 {
  display: block;
}

.heading-24 {
  font-family: Inter, sans-serif;
  font-size: 24px;
}

.image-12 {
  background-image: url('../images/indy-office-front-2023.webp');
  background-position: 0 0;
  background-size: auto;
}

.cell {
  background-image: url('../images/indy-office-front-2023.webp');
  background-position: 50%;
  background-size: cover;
}

.cell-2 {
  background-image: url('../images/indy-office-front-2023.webp');
  background-position: 0 0;
  background-size: cover;
}

.quick-stack-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 1;
  padding: 0;
}

.paragraph-17 {
  width: 75%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.team-circles-2-3-boxes {
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px;
  position: relative;
}

.section-11 {
  background-color: red;
}

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

.image-13 {
  width: auto;
  height: 85px;
  min-height: auto;
}

.quick-stack-3 {
  padding: 10px;
}

.cell-4 {
  justify-content: center;
  align-items: flex-start;
}

.learn-vacuum-block {
  color: #fff;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 40px;
  position: relative;
}

.container-23 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-6 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-6.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-6 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-split-learn-vacuum {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two-6 {
  clear: left;
  box-shadow: 0 4px 24px #96a3b514;
}

.learn-vacuum-main-heading {
  color: var(--dark-slate-gray-2);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 38px;
}

.cell-5, .cell-6 {
  justify-content: center;
  align-items: center;
}

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

.image-14 {
  float: left;
  clear: both;
  display: block;
}

.image-float-left {
  float: left;
  width: 60%;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
}

.image-float-right {
  float: right;
  width: 60%;
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
}

.image-15 {
  float: left;
  width: 50%;
  padding-right: 10px;
}

.image-16, .image-17 {
  float: right;
}

.section-learn-vacuum {
  background-color: #6c6c6c;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.centered-heading-learn-vacuum {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.button-learn-vacuum-article {
  background-color: #ff0909;
  border-radius: 10px;
}

.list-learn-vacuum {
  width: 80%;
  margin-left: 40px;
  padding-left: 20px;
}

.list-line-learn-vacuum {
  color: #0f0f0f;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

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

.fig-text {
  color: #000;
  text-align: left;
  background-color: #0000;
  margin-top: 0;
  padding: 5px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 20px;
}

.div-float-right {
  float: right;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
}

.code-embed {
  margin-bottom: 10px;
}

.container-25 {
  padding-bottom: 60px;
}

.container-26 {
  display: none;
}

.image-19 {
  width: 100%;
  height: 100%;
}

.quick-stack-6 {
  padding: 10px 0;
}

.container-27 {
  padding-top: 10px;
}

@media screen and (min-width: 1440px) {
  .navigation-link {
    color: #fff;
    font-weight: 300;
  }

  .navigation-link:hover, .navigation-link:active {
    color: #000;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .navigation-link.w--current:hover {
    color: #000;
  }

  .navigation-link.w--current:visited {
    color: #fff;
  }

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

  .section {
    background-color: #fff;
    border: 1px #000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section.centered {
    background-image: linear-gradient(#2e9dff38, #ff000080 92%), url('../images/vfcob-install-bw.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, auto;
    border: 1px #000;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-heading {
    margin-bottom: 20px;
    padding-top: 0;
  }

  .hero-subheading {
    margin-top: 33px;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 13px;
    font-family: Roboto, sans-serif;
    font-size: 38px;
    line-height: 38px;
  }

  .section-subheading.center {
    color: #444;
    text-align: justify;
    letter-spacing: 1px;
    text-transform: none;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .section-title-group {
    margin-bottom: 10px;
  }

  .footer {
    background-color: #fff;
    padding-top: 10px;
  }

  .footer.center {
    background-color: #f3f3f3;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-text {
    font-family: Roboto, sans-serif;
  }

  .footer-link {
    color: #020202;
    font-family: Roboto, sans-serif;
    font-weight: 300;
  }

  .image {
    object-fit: contain;
    width: 350px;
    position: static;
  }

  .team-circles {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .centered-heading {
    color: #414141;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 44px;
    font-weight: 500;
    line-height: 44px;
  }

  .centered-subheading {
    color: var(--dark-slate-gray-2);
    max-width: 800px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .team-grid {
    grid-row-gap: 20px;
    margin-top: 0;
  }

  .team-card {
    background-color: #e6e6e6;
    border-radius: 5px;
  }

  .team-member-image {
    border: 1px solid #141414;
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .team-member-name {
    color: var(--dark-slate-gray-2);
  }

  .team-member-position, .list-item, .list-item-2 {
    text-align: left;
  }

  .list-item-3 {
    text-align: left;
    text-transform: none;
  }

  .paragraph {
    color: var(--dark-slate-gray-2);
    text-align: justify;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .list {
    color: #505050;
    align-self: flex-start;
    padding-left: 20px;
    line-height: 24px;
  }

  .hero-heading-right {
    line-height: 32px;
  }

  .hero-wrapper {
    box-shadow: none;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .hero-split {
    padding-top: 0;
    padding-bottom: 0;
  }

  .shadow-two {
    border: 1px #000;
    align-self: center;
    max-width: 100%;
    min-height: auto;
    max-height: none;
  }

  .margin-bottom-24px {
    color: #222;
    justify-content: space-around;
    margin-left: 0;
    padding-left: 0;
    font-family: Roboto, sans-serif;
    display: flex;
  }

  .heading-5 {
    color: #414141;
    font-family: Roboto, sans-serif;
    font-size: 22px;
    line-height: 32px;
  }

  .list-item-5 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .list-item-6 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .list-item-7, .list-item-8 {
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .list-2 {
    padding-bottom: 11px;
    padding-left: 20px;
    font-family: Roboto, sans-serif;
  }

  .paragraph-2 {
    text-align: justify;
    font-family: Roboto, sans-serif;
  }

  .heading-6, .heading-7 {
    font-family: Roboto, sans-serif;
  }

  .container-3 {
    object-fit: fill;
    max-width: 50%;
  }

  .column-2 {
    padding-top: 0;
  }

  .team-slider {
    background-color: #fff;
    border-bottom-width: 0;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .centered-subheading-2 {
    max-width: 750px;
  }

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

  .team-member-image-two {
    text-align: center;
    display: inline-block;
  }

  .team-member-name-two {
    align-self: center;
  }

  .logos-title-large {
    background-color: #fff;
  }

  .heading-8 {
    letter-spacing: 2px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 25px;
  }

  .paragraph-3 {
    text-align: justify;
    font-family: Roboto, sans-serif;
    font-size: 16px;
  }

  .section-2 {
    color: #555;
    background-color: #fff;
  }

  .heading-9 {
    color: #5e5e5e;
    text-align: center;
  }

  .paragraph-4 {
    color: #222;
    font-family: Roboto, sans-serif;
  }

  .paragraph-5 {
    text-align: justify;
  }

  .heading-10 {
    letter-spacing: 2px;
    padding-left: 10px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .heading-11 {
    color: #8f8f8f;
    font-size: 22px;
  }

  .section-3 {
    background-color: #fff;
    font-family: Roboto, sans-serif;
  }

  .hero-dp {
    color: #636363;
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Roboto, sans-serif;
  }

  .body {
    color: #fff;
    background-color: #fff;
  }

  .hero-dp-product-list {
    color: #636363;
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Roboto, sans-serif;
  }

  .paragraph-6 {
    color: #6b6b6b;
    font-family: Roboto, sans-serif;
  }

  .paragraph-7 {
    color: #2b2b2b;
    font-size: 16px;
  }

  .hero-section-cobot.centered {
    background-image: url('../images/embos-vf-cobot.jpg'), linear-gradient(#2e9dff80, #2e9dff38);
    background-position: 50%, 0 0;
    background-size: cover, auto;
    padding-top: 26px;
  }

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

  .video {
    border: 1px solid #000;
  }

  .body-2 {
    background-color: #fff;
  }

  .hero-section-vc.centered {
    background-image: linear-gradient(#bf3a3075 80%, #2e9dff38), url('../images/cars-geb3378003_1920.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    padding-top: 26px;
  }

  .body-3 {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section-venturi.centered {
    background-image: linear-gradient(#bf3a3075 79%, #2e9dff38), url('../images/coboto-on-robot-2-bw.jpg'), url('../images/laser-g4dc73f9df_1920.jpg');
    background-position: 0 0, 50%, 50%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, cover;
    min-height: 400px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .paragraph-dp {
    color: var(--dark-slate-gray-2);
    text-align: left;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
  }

  .list-3 {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
  }

  .list-line {
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
  }

  .html-embed {
    border: 1px solid #000;
    justify-content: center;
    display: flex;
  }

  .body-4 {
    color: #000;
    background-color: #fffffff7;
  }

  .paragraph-8 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 23px;
    padding-bottom: 29px;
  }

  .paragraph-9 {
    padding-top: 21px;
    padding-bottom: 25px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .column-3 {
    font-family: Roboto, sans-serif;
  }

  .dropdown-toggle {
    font-weight: 300;
    display: block;
  }

  .dropdown-toggle:hover {
    color: #000;
  }

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

  .text-block {
    font-weight: 300;
  }

  .text-block:hover, .text-block:active {
    color: #000;
  }

  .dropdown-list {
    font-weight: 400;
  }

  .dropdown-list.w--open {
    font-weight: 300;
  }

  .hero-section-eoat.centered {
    text-align: center;
    background-image: linear-gradient(#2e9dff38, #ff000080 92%), url('../images/squid-ccb.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    min-height: 400px;
    padding-top: 42px;
    padding-bottom: 0;
  }

  .button-2 {
    background-color: red;
    border-radius: 6px;
    padding-top: 11px;
    padding-bottom: 10px;
  }

  .columns-2 {
    flex: 1;
    align-self: flex-start;
    padding-top: 20px;
  }

  .columns-3 {
    padding-top: 20px;
  }

  .section-4 {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .video-2 {
    border: 1px solid #000;
  }

  .hero-heading-center {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-wrapper-2 {
    padding-right: 0;
  }

  .hero-heading-squid {
    margin-bottom: 0;
    padding-top: 0;
  }

  .paragraph-10 {
    text-align: center;
    margin-top: 0;
    font-family: Roboto, sans-serif;
  }

  .image-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block {
    padding-top: 12px;
  }

  .columns-5 {
    justify-content: flex-start;
    display: flex;
  }

  .video-3 {
    border: 1px solid #000;
    min-width: 400px;
  }

  .container-6 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .heading-15 {
    font-size: 25px;
  }

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

  .video-4 {
    border: 1px solid #000;
  }

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

  .text-block-3 {
    color: #616161;
    background-color: #e9e9e9;
    margin-top: 12px;
    margin-bottom: 84px;
    padding: 19px;
    font-family: Roboto, sans-serif;
    font-size: 20px;
  }

  .heading-16 {
    padding-top: 79px;
  }

  .paragraph-11 {
    text-align: center;
    font-size: 12px;
  }

  .container-7 {
    background-color: #cacaca;
  }

  .text-block-4 {
    width: 75%;
  }

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

  .container-8 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .body-5 {
    background-color: #fff;
  }

  .centered-subheading-red-bg {
    color: #fff;
    text-shadow: none;
    max-width: 800px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .heading-17 {
    margin-bottom: 0;
    padding: 5px;
  }

  .section-6 {
    background-color: #0000;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-18 {
    color: #444;
    text-transform: capitalize;
    height: 60px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
  }

  .body-6 {
    background-color: #fff;
  }

  .heading-dp-product-overview {
    letter-spacing: 0;
    text-transform: capitalize;
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

  .columns-6 {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .team-member-image-2 {
    border: 1px solid #000;
    border-radius: 0%;
    width: 270px;
    height: 270px;
    max-height: none;
    margin-bottom: 0;
  }

  .team-member-name-2 {
    color: #6e6e6e;
  }

  .heading---fpj-dp {
    color: #fff;
    letter-spacing: 0;
    text-transform: capitalize;
    background-color: #4e4e4e;
    height: 55px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
  }

  .fpj-paragraph {
    color: var(--dark-slate-gray-2);
    text-align: justify;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  .section-9 {
    background-color: #000;
  }

  .text-block-5 {
    text-align: right;
    justify-content: center;
  }

  .column-6 {
    display: flex;
  }

  .button-3 {
    background-color: red;
    border-radius: 7px;
  }

  .columns-7 {
    align-items: center;
    display: flex;
  }

  .dropdown-link {
    font-family: Roboto, sans-serif;
    font-weight: 300;
  }

  .dropdown-link:hover {
    color: #000;
  }

  .team-grid-current {
    grid-template-columns: .25fr;
  }

  .heading-19 {
    color: #2d2d2d;
    font-family: Roboto, sans-serif;
    font-size: 24px;
  }

  .container-12 {
    max-width: 40%;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .heading-20 {
    color: #3c3c46;
    background-color: #0000;
    font-family: Inter, sans-serif;
    font-size: 25px;
    font-weight: 700;
  }

  .link-2 {
    color: #0f0f0f;
  }

  .body-7 {
    background-color: #fff;
  }

  .heading-21 {
    text-shadow: 1px 1px #000;
  }

  .hero-section-about.centered {
    background-image: linear-gradient(to top, var(--white-smoke-3), var(--white-smoke-2) 0%, transparent 102%), url('../images/indy-office-front-2023.webp');
    background-position: 0 0, 50% 0;
    background-size: auto, auto;
    border: 1px #000;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-13 {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

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

  .hero-section-r-d.centered {
    background-image: linear-gradient(#2e9dff38, #ff000080 92%), url('../images/vfcob-install-bw.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, auto;
    border: 1px #000;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .centered-heading-4 {
    margin-top: 0;
    line-height: 42px;
  }

  .image-float-right-50 {
    float: right;
    width: 35%;
    max-width: none;
    margin: 5px;
  }

  .list-item-9 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-16 {
    padding-top: 0;
    line-height: 1.2;
  }

  .image-float-left-50 {
    float: left;
    width: 100%;
    max-width: none;
    margin: 5px;
  }

  .list-special-projects {
    margin-left: 148px;
  }

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

  .body-9 {
    background-color: #4e5f7700;
  }

  .container-22 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .learn-vacuum-main-heading {
    color: #414141;
    letter-spacing: 0;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-family: Inter, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 38px;
  }

  .section-learn-vacuum {
    color: #fdfeff;
    background-color: #878787;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .centered-heading-learn-vacuum {
    color: #fcfcfc;
    text-transform: uppercase;
    font-family: Inter, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 44px;
  }

  .list-learn-vacuum {
    padding-bottom: 11px;
    padding-left: 20px;
    font-family: Roboto, sans-serif;
  }

  .list-line-learn-vacuum {
    color: #505050;
    align-self: flex-start;
    padding-left: 20px;
    line-height: 24px;
  }

  .fig-text {
    color: var(--dark-slate-gray-2);
    text-align: justify;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
  }
}

@media screen and (max-width: 991px) {
  .navigation-link, .navigation-link.w--current {
    color: #fff;
  }

  .navigation-bar {
    padding-top: 0;
  }

  .hamburger-button {
    color: red;
    flex-direction: column;
    align-items: center;
    padding: 0;
    font-size: 65px;
    display: flex;
  }

  .hamburger-button.w--open {
    background-color: #0000;
  }

  .hamburger-button.w--open:hover {
    background-color: #5a5d5f;
  }

  .navigation-menu {
    background-color: red;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    display: block;
  }

  .section {
    padding-top: 19px;
    padding-bottom: 0;
  }

  .hero-section.centered {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-subheading {
    font-size: 22px;
  }

  .section-subheading.center {
    text-transform: none;
  }

  .section-title-group {
    width: 100%;
    margin-bottom: 0;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .container {
    margin-top: 0;
  }

  .container-2 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .centered-subheading {
    text-align: justify;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .list-item, .list-item-2, .list-item-3 {
    text-align: left;
  }

  .paragraph {
    line-height: 20px;
  }

  .list {
    min-height: auto;
    padding-left: 20px;
  }

  .list-item-4 {
    text-align: left;
  }

  .hero-heading-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 5px;
    display: grid;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-split {
    align-items: center;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .list-2 {
    align-self: flex-start;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .heading-10 {
    letter-spacing: 1px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
  }

  .hero-dp {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hero-dp-product-list {
    background-color: #fff;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-section-cobot.centered, .hero-section-vc.centered, .hero-section-venturi.centered {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .paragraph-dp {
    text-align: left;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    line-height: 20px;
    display: block;
  }

  .list-line {
    font-size: 14px;
    font-weight: 300;
  }

  .dropdown-toggle {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-block;
  }

  .container-5 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .dropdown {
    float: none;
    clear: none;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .hero-section-eoat.centered {
    background-image: linear-gradient(#e64c4036, #e64c4036), url('../images/vfcob-install-bw.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button-2 {
    justify-content: center;
    display: flex;
  }

  .hero-wrapper-2 {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
  }

  .shadow-two-2 {
    align-self: center;
    display: block;
  }

  .hero-heading-squid {
    background-color: #ff120052;
  }

  .columns-4 {
    align-self: center;
  }

  .utility-page-wrap {
    align-items: flex-start;
    margin-top: 66px;
  }

  .text-block-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    font-size: 12px;
    line-height: 16px;
    display: flex;
  }

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

  .container-8 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .centered-subheading-red-bg {
    text-align: justify;
    padding: 9px;
  }

  .heading-17 {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 14px;
  }

  .heading-dp-product-overview {
    text-align: left;
    letter-spacing: 1px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
  }

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

  .container-9 {
    max-width: 728px;
  }

  .team-grid-2 {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .team-member-image-2 {
    width: 250px;
    height: 340px;
  }

  .heading---fpj-dp {
    text-align: center;
    letter-spacing: 0;
    width: 250px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
  }

  .fpj-paragraph {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 250px;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    line-height: 20px;
    display: flex;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-template-columns: 1.75fr 2fr 1fr;
    justify-items: center;
  }

  .columns-7 {
    justify-content: center;
  }

  .section-10 {
    display: block;
  }

  .team-grid-current {
    grid-column-gap: 10px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .heading-19 {
    color: #252525;
    text-align: center;
    margin-bottom: 0;
    font-size: 24px;
  }

  .container-12 {
    max-width: 50%;
  }

  .heading-20 {
    font-size: 24px;
  }

  .columns-9 {
    display: flex;
  }

  .hero-split-2-copy {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
  }

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

  .image-7 {
    padding: 10px;
  }

  .hero-section-about.centered {
    background-image: linear-gradient(to top, var(--white-smoke), transparent 51%), url('../images/indy-office-front-2023.webp');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    padding-top: 24px;
    padding-bottom: 85px;
  }

  .hero-section-r-d.centered {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .container-14 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .centered-heading-4 {
    padding: 5px;
  }

  .image-float-right-50 {
    width: 40%;
    max-width: 45%;
    margin: 5px;
    padding: 5px;
  }

  .list-4 {
    margin-top: 0;
    padding-left: 40px;
  }

  .list-item-9 {
    font-size: 16px;
  }

  .paragraph-16 {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    font-size: 14px;
    line-height: 1.2;
  }

  .image-float-left-50 {
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 5px;
  }

  .container-18 {
    max-width: 728px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .quick-stack {
    padding: 5px;
  }

  .heading-23 {
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .quick-stack-2 {
    padding: 0;
  }

  .paragraph-17 {
    flex-direction: column;
    align-items: center;
    width: 75%;
    display: block;
  }

  .column-16 {
    display: none;
  }

  .container-23 {
    max-width: 728px;
  }

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-learn-vacuum {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .learn-vacuum-main-heading {
    padding-bottom: 10px;
    line-height: 36px;
  }

  .centered-heading-learn-vacuum {
    font-size: 36px;
  }

  .list-learn-vacuum {
    align-self: flex-start;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .list-line-learn-vacuum {
    min-height: auto;
    padding-left: 20px;
    font-size: 14px;
  }

  .fig-text {
    text-align: left;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    line-height: 20px;
    display: block;
  }

  .image-18 {
    align-self: auto;
  }

  .cell-7 {
    background-image: url('../images/indy-office-front-2023.webp');
    background-position: 0 0;
    background-size: cover;
  }

  .quick-stack-6 {
    padding: 0 0 10px;
  }

  .container-27 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .navigation-link {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hamburger-button {
    padding: 0;
    font-size: 55px;
  }

  .hamburger-button.w--open {
    background-color: #0000;
    font-size: 65px;
  }

  .navigation-menu {
    color: #fff;
    text-align: left;
    background-color: red;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    border: 1px #000;
    padding-top: 33px;
    padding-bottom: 25px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .footer {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .footer-link {
    text-align: left;
  }

  .spc {
    margin-bottom: 0;
    padding-left: 100px;
    padding-right: 100px;
  }

  .image {
    margin-bottom: 10px;
  }

  .team-circles {
    padding: 10px 15px;
  }

  .container-2 {
    width: 100%;
  }

  .centered-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .centered-subheading {
    text-align: justify;
    font-family: Roboto, sans-serif;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .team-card {
    background-color: #eee;
  }

  .list-item, .list-item-2, .list-item-3 {
    text-align: left;
  }

  .paragraph {
    padding: 0;
  }

  .list {
    min-height: auto;
    padding-left: 0;
  }

  .list-item-4 {
    text-align: left;
  }

  .hero-heading-right {
    margin-bottom: -86px;
    padding: 5px;
  }

  .hero-wrapper {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 0;
  }

  .heading-5 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .list-item-5, .list-item-6, .list-item-7, .list-item-8 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .list-2 {
    align-self: flex-start;
    padding-left: 20px;
  }

  .column {
    justify-content: center;
    display: flex;
  }

  .column-2 {
    justify-content: center;
    padding-top: 0;
    display: flex;
  }

  .team-slider {
    padding: 0 15px;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-10 {
    margin-bottom: 10px;
    padding-left: 0;
  }

  .hero-dp-product-list {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section-cobot.centered, .hero-section-vc.centered, .hero-section-venturi.centered {
    padding-top: 33px;
    padding-bottom: 25px;
  }

  .paragraph-dp {
    flex-direction: row-reverse;
    width: 100%;
    padding-left: 0;
    padding-right: 9px;
    display: block;
  }

  .list-line {
    color: #000;
    font-size: 14px;
  }

  .html-embed {
    flex-direction: column;
    align-items: center;
  }

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

  .dropdown-toggle {
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    display: inline-block;
  }

  .column-4 {
    display: none;
  }

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

  .hero-section-eoat.centered {
    background-image: linear-gradient(#0000, #0000), url('../images/vfcob-install-bw.jpg');
    background-position: 0 0, 50% 100%;
    min-height: 300px;
    padding-top: 33px;
    padding-bottom: 25px;
  }

  .button-2 {
    justify-content: center;
    display: flex;
  }

  .columns-2 {
    display: flex;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .hero-wrapper-2 {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-split-2 {
    padding-bottom: 20px;
  }

  .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .hero-heading-squid {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .columns-4 {
    align-self: center;
  }

  .utility-page-wrap {
    align-items: flex-start;
    margin-top: 71px;
  }

  .text-block-4 {
    font-size: 12px;
    line-height: 14px;
    display: none;
  }

  .container-8 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .centered-subheading-red-bg {
    text-align: justify;
    font-family: Roboto, sans-serif;
  }

  .heading-17 {
    margin-top: 0;
    font-size: 14px;
  }

  .section-6 {
    padding: 0 10px 10px;
  }

  .html-embed-2 {
    justify-content: center;
    min-width: 100%;
    height: 200px;
    display: flex;
  }

  .section-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .team-circles-2 {
    padding: 10px 15px;
  }

  .team-grid-2 {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .team-card-2 {
    padding-bottom: 0;
  }

  .team-member-image-2 {
    height: 340px;
  }

  .fpj-paragraph {
    padding-left: 0;
    padding-right: 9px;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-template-columns: 2.5fr 1fr 1fr;
    justify-items: center;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .column-6 {
    justify-content: flex-end;
  }

  .button-3 {
    text-align: center;
    justify-content: flex-start;
    display: flex;
  }

  .team-grid-current {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .heading-19 {
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 500;
  }

  .column-8 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .html-embed-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-20 {
    padding: 9px;
    font-size: 18px;
    line-height: 20px;
  }

  .column-10 {
    padding: 0;
  }

  .hero-split-2-copy {
    padding-bottom: 20px;
  }

  .heading-21 {
    font-size: 36px;
  }

  .hero-section-about.centered {
    border: 1px #000;
    padding-top: 33px;
    padding-bottom: 25px;
  }

  .column-social {
    padding: 6px;
  }

  .columns-11 {
    flex-direction: column-reverse;
    display: flex;
  }

  .hero-section-r-d.centered {
    border: 1px #000;
    padding-top: 33px;
    padding-bottom: 25px;
  }

  .hero-heading-left {
    padding: 10px 15px;
  }

  .centered-heading-4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 36px;
    line-height: 42px;
  }

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

  .image-float-right-50 {
    float: none;
    width: 100%;
    max-width: 70%;
  }

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

  .list-item-9 {
    font-size: 16px;
  }

  .paragraph-16 {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px;
    font-size: 16px;
    display: block;
  }

  .image-float-left-50 {
    float: none;
    width: 80%;
    max-width: 100%;
  }

  .hero-heading-center-3 {
    padding: 60px 15px;
  }

  .link-block-left, .link-block-right {
    max-width: 50%;
  }

  .heading-23 {
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

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

  .image-10 {
    max-width: 100%;
    display: block;
  }

  .columns-12 {
    align-self: center;
  }

  .container-20 {
    align-items: center;
    display: flex;
  }

  .column-15 {
    flex-direction: row;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .paragraph-17 {
    width: 100%;
    padding-left: 11px;
    padding-right: 11px;
  }

  .team-circles-2-3-boxes {
    padding: 10px 15px;
  }

  .column-16 {
    display: none;
  }

  .learn-vacuum-block {
    padding: 20px 15px 60px;
  }

  .learn-vacuum-main-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .image-float-left, .image-float-right {
    width: 100%;
  }

  .section-learn-vacuum {
    padding: 10px;
  }

  .centered-heading-learn-vacuum {
    font-size: 28px;
    line-height: 32px;
  }

  .list-learn-vacuum {
    align-self: flex-start;
    padding-left: 20px;
  }

  .list-line-learn-vacuum {
    min-height: auto;
    padding-left: 0;
  }

  .div-block-7 {
    display: block;
  }

  .fig-text {
    flex-direction: row-reverse;
    width: 100%;
    padding-left: 0;
    padding-right: 9px;
    display: block;
  }

  .cell-7 {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .navigation-link {
    color: #fff;
    background-color: #ff1200;
    margin-top: 0;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .navigation-bar {
    margin-top: 11px;
    padding-bottom: 11px;
  }

  .hamburger-button {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 55px;
    display: flex;
    position: relative;
  }

  .hamburger-button:hover {
    color: red;
  }

  .hamburger-button.w--open {
    background-color: #e0e0e0;
    padding: 6px;
    line-height: 16px;
  }

  .navigation-menu {
    background-color: red;
  }

  .section {
    padding: 5px 5px 0;
  }

  .hero-section.centered {
    border: 1px #000;
    padding-top: 7px;
    padding-bottom: 8px;
  }

  .hero-heading {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 40px;
  }

  .section-subheading.center {
    color: #444;
    text-align: left;
    letter-spacing: 1px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }

  .section-title-group {
    margin-bottom: 0;
  }

  .grid-image {
    width: 35%;
  }

  .spc {
    margin-bottom: 14px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    padding-top: 0;
  }

  .image {
    padding-left: 9px;
    display: inline-block;
  }

  .team-circles {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-2 {
    width: 100%;
    max-width: none;
  }

  .centered-heading {
    color: var(--dark-slate-gray-2);
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
    line-height: 28px;
  }

  .centered-subheading {
    text-align: justify;
    margin-left: auto;
  }

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

  .list-item, .list-item-2, .list-item-3, .paragraph {
    text-align: left;
  }

  .list {
    align-self: flex-start;
    min-height: auto;
    padding-left: 20px;
    font-size: 14px;
  }

  .list-item-4 {
    text-align: left;
  }

  .hero-heading-right {
    padding: 5px;
  }

  .hero-split {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .shadow-two {
    max-width: 100%;
  }

  .heading-5 {
    text-align: center;
    justify-content: flex-end;
    align-items: flex-end;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    line-height: 26px;
    display: block;
  }

  .list-2 {
    padding-left: 20px;
    font-size: 14px;
  }

  .container-3 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-dp {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-dp-product-list {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero-section-cobot.centered, .hero-section-vc.centered {
    padding-top: 7px;
    padding-bottom: 8px;
  }

  .hero-section-venturi.centered {
    background-image: linear-gradient(#ff2e2e59, #2e9dff38), url('../images/coboto-on-robot-2-bw.jpg');
    background-position: 0 0, 50%;
    background-size: auto, auto;
    padding-top: 7px;
    padding-bottom: 8px;
  }

  .paragraph-dp {
    text-align: justify;
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .list-line {
    color: #000;
    font-size: 14px;
  }

  .html-embed {
    height: 100%;
    display: block;
  }

  .heading-13 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .dropdown-toggle {
    text-align: left;
    background-color: red;
    justify-content: flex-start;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 7px;
    display: flex;
  }

  .container-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    display: block;
  }

  .column-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    display: none;
  }

  .dropdown {
    background-color: #5f5f5f;
    height: auto;
    min-height: auto;
    display: inline-block;
  }

  .text-block {
    color: #fff;
  }

  .icon {
    color: #fff;
    text-align: left;
    flex: 0 auto;
    align-self: flex-start;
  }

  .hero-section-eoat.centered {
    background-image: linear-gradient(#0000, #0000), url('../images/vfcob-install-bw.jpg');
    background-position: 0 0, 50% 100%;
    min-height: 200px;
    margin-top: 0;
    padding-top: 17px;
    padding-bottom: 8px;
  }

  .button-2 {
    justify-content: center;
    display: flex;
  }

  .hero-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .hero-split-2 {
    padding-bottom: 0;
  }

  .hero-heading-right-2 {
    padding-top: 13px;
    padding-bottom: 0;
  }

  .hero-heading-squid {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 40px;
  }

  .heading-14 {
    font-size: 24px;
  }

  .paragraph-10 {
    display: none;
  }

  .utility-page-wrap {
    align-items: flex-start;
    margin-top: 50px;
  }

  .text-block-4, .div-block-2 {
    display: none;
  }

  .container-8 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .body-5 {
    background-color: #fff;
  }

  .centered-subheading-red-bg {
    text-align: justify;
    margin-left: auto;
    padding: 5px;
  }

  .image-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-17 {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .heading-dp-product-overview {
    padding-left: 18px;
    line-height: 28px;
  }

  .columns-6 {
    padding-top: 0;
  }

  .column-5 {
    padding-top: 25px;
  }

  .container-9 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

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

  .team-card-2 {
    padding-bottom: 20px;
  }

  .team-member-image-2 {
    height: auto;
  }

  .heading---fpj-dp {
    padding-left: 18px;
    line-height: 28px;
  }

  .fpj-paragraph {
    text-align: justify;
    margin-left: 0;
    padding-left: 9px;
    padding-right: 9px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .grid-2 {
    grid-template-columns: 4fr 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-10 {
    padding: 5px;
    display: none;
  }

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

  .section-10 {
    padding-top: 0;
  }

  .team-grid-current {
    grid-template-columns: 1fr;
  }

  .heading-19 {
    font-size: 24px;
  }

  .link-block {
    align-items: center;
    display: flex;
  }

  .html-embed-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-20 {
    padding: 8px;
    font-weight: 300;
  }

  .columns-9 {
    padding: 5px;
    display: block;
  }

  .column-9, .column-10 {
    padding: 0;
  }

  .hero-split-2-copy {
    padding-bottom: 0;
  }

  .hero-section-about.centered, .hero-section-r-d.centered {
    border: 1px #000;
    padding-top: 7px;
    padding-bottom: 8px;
  }

  .hero-heading-left {
    padding: 0;
  }

  .container-14 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 26px;
  }

  .div-block-4 {
    align-self: center;
  }

  .image-float-right-50 {
    width: 100%;
    max-width: 100%;
    margin: 5px;
    padding: 5px;
  }

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

  .list-item-9 {
    color: #414141;
    font-size: 14px;
    line-height: 1.2;
  }

  .paragraph-16 {
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    font-size: 14px;
  }

  .image-float-left-50 {
    width: 100%;
    max-width: 100%;
    margin: 5px;
    padding: 5px;
  }

  .list-special-projects {
    padding-left: 8px;
  }

  .container-18 {
    max-width: none;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .link-block-left, .link-block-right {
    max-width: 100%;
  }

  .quick-stack {
    padding: 5px;
  }

  .heading-23 {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
  }

  .columns-12 {
    flex-direction: column;
  }

  .column-15 {
    flex-direction: column;
    align-self: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .div-block-6, .cell-2 {
    display: none;
  }

  .quick-stack-2 {
    float: none;
    position: static;
  }

  .cell-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .image-13 {
    height: 60px;
  }

  .learn-vacuum-block {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-23 {
    max-width: none;
  }

  .centered-heading-6 {
    margin-bottom: 24px;
  }

  .learn-vacuum-main-heading {
    color: var(--dark-slate-gray-2);
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 24px;
  }

  .quick-stack-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .quick-stack-5 {
    padding-left: 0;
    padding-right: 10px;
  }

  .image-float-left, .image-float-right {
    vertical-align: baseline;
    width: 100%;
    display: inline-block;
  }

  .centered-heading-learn-vacuum {
    color: var(--white-smoke);
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .list-learn-vacuum {
    width: 90%;
    margin-left: 20px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .list-line-learn-vacuum {
    align-self: flex-start;
    min-height: auto;
    padding-left: 0;
    font-size: 14px;
  }

  .fig-text {
    text-align: justify;
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .cell-7 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .quick-stack-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0 0 10px;
  }
}

#w-node-_111d9561-5676-5a4c-8fb8-e18a312f0def-970cfb7d, #w-node-_0ed81fca-1cc7-e42e-601c-548b9504bf6e-970cfb7d, #w-node-a1c6834e-559c-0348-7823-9ba3ac0351ba-970cfb7d, #w-node-ddeedfb9-746d-2604-4909-6388715b540b-970cfb7d, #w-node-c9229517-d10d-8a9e-dbe1-21fbc8e51d25-970cfb7d, #w-node-eeab6f2f-e857-b25e-ea96-55f1c7c91ef1-970cfb7d, #w-node-_3ac8434a-9168-376a-c5d8-7b8dd09d0a15-970cfb7d, #w-node-_4d3dcc07-8dc9-3440-2f35-a039813cf969-970cfb7d, #w-node-_210005ee-2524-c977-d6df-f17bab8ba85c-7e8fea7b, #w-node-c6c001d6-0e70-45a9-3326-2de15e39ff33-7e8fea7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca604d09-6a05-da51-2c2b-20ba954e2ecd-2d0cfb87 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-af91c34e-a5ec-da01-c9d7-e79d6c662b1a-2d0cfb87 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_08815801-a46f-3312-5112-e96fe4356711-a70cfb8a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_08815801-a46f-3312-5112-e96fe4356712-a70cfb8a, #w-node-_08815801-a46f-3312-5112-e96fe4356713-a70cfb8a, #w-node-f1b8f817-e79f-44c3-0c20-f7361c848b6d-bf7075e7, #w-node-_6a2361b5-48f1-3143-c3f9-00df24f5cdde-bf7075e7, #w-node-fe9819c9-6abd-dfad-e07b-69972da99546-bf7075e7, #w-node-_91724478-542a-b3ac-1e94-8edd6fe21ffc-bf7075e7, #w-node-_91724478-542a-b3ac-1e94-8edd6fe22004-bf7075e7, #w-node-_91724478-542a-b3ac-1e94-8edd6fe2200c-bf7075e7, #w-node-_91724478-542a-b3ac-1e94-8edd6fe22014-bf7075e7, #w-node-_5ae1a70a-aa99-cd53-039f-a6aeead4f2dd-bf7075e7, #w-node-_5ae1a70a-aa99-cd53-039f-a6aeead4f2e5-bf7075e7, #w-node-_5ae1a70a-aa99-cd53-039f-a6aeead4f2ed-bf7075e7, #w-node-_5ae1a70a-aa99-cd53-039f-a6aeead4f2f5-bf7075e7, #w-node-c20442b0-336a-2a33-6908-89be14e5e7a6-bf7075e7, #w-node-c20442b0-336a-2a33-6908-89be14e5e7ae-bf7075e7, #w-node-c20442b0-336a-2a33-6908-89be14e5e7b6-bf7075e7, #w-node-c20442b0-336a-2a33-6908-89be14e5e7be-bf7075e7, #w-node-e03e0515-9d6f-8dfe-8740-7b848bdbed27-bf7075e7, #w-node-e03e0515-9d6f-8dfe-8740-7b848bdbed2f-bf7075e7, #w-node-e03e0515-9d6f-8dfe-8740-7b848bdbed36-bf7075e7, #w-node-e03e0515-9d6f-8dfe-8740-7b848bdbed3e-bf7075e7, #w-node-a624cf0d-1555-b210-8830-1e5253e242f6-bf7075e7, #w-node-a624cf0d-1555-b210-8830-1e5253e242fe-bf7075e7, #w-node-a624cf0d-1555-b210-8830-1e5253e24305-bf7075e7, #w-node-a624cf0d-1555-b210-8830-1e5253e2430d-bf7075e7, #w-node-_38bd9e69-13ab-da4c-b4b0-a264aab67742-bf7075e7, #w-node-_38bd9e69-13ab-da4c-b4b0-a264aab6774a-bf7075e7, #w-node-_38bd9e69-13ab-da4c-b4b0-a264aab67751-bf7075e7, #w-node-_38bd9e69-13ab-da4c-b4b0-a264aab67759-bf7075e7, #w-node-_6a4e8369-e245-4cf5-6f13-51623ff4d660-bf7075e7, #w-node-_6a4e8369-e245-4cf5-6f13-51623ff4d668-bf7075e7, #w-node-_6a4e8369-e245-4cf5-6f13-51623ff4d66f-bf7075e7, #w-node-_6a4e8369-e245-4cf5-6f13-51623ff4d677-bf7075e7, #w-node-_6e72c9a6-e249-344c-ac43-8e8e50bbf93c-bf7075e7, #w-node-_6e72c9a6-e249-344c-ac43-8e8e50bbf944-bf7075e7, #w-node-_6e72c9a6-e249-344c-ac43-8e8e50bbf94b-bf7075e7, #w-node-_6e72c9a6-e249-344c-ac43-8e8e50bbf953-bf7075e7, #w-node-_41f7853f-3973-c05d-22e3-e44c49bcebbd-bf7075e7, #w-node-_41f7853f-3973-c05d-22e3-e44c49bcebc5-bf7075e7, #w-node-_41f7853f-3973-c05d-22e3-e44c49bcebcc-bf7075e7, #w-node-_41f7853f-3973-c05d-22e3-e44c49bcebd4-bf7075e7, #w-node-ea1dc966-3326-7ee9-7a51-aeb99ed903d8-bf7075e7, #w-node-ea1dc966-3326-7ee9-7a51-aeb99ed903e0-bf7075e7, #w-node-ea1dc966-3326-7ee9-7a51-aeb99ed903e7-bf7075e7, #w-node-ea1dc966-3326-7ee9-7a51-aeb99ed903ef-bf7075e7, #w-node-_096457e9-0322-ffff-cec9-bb779f6e2692-bf7075e7, #w-node-_096457e9-0322-ffff-cec9-bb779f6e269a-bf7075e7, #w-node-_096457e9-0322-ffff-cec9-bb779f6e26a1-bf7075e7, #w-node-_096457e9-0322-ffff-cec9-bb779f6e26a9-bf7075e7, #w-node-_0d007ca8-94bc-7a22-8f88-378aede25cbf-bf7075e7, #w-node-_0d007ca8-94bc-7a22-8f88-378aede25cd0-bf7075e7, #w-node-_0d007ca8-94bc-7a22-8f88-378aede25cd7-bf7075e7, #w-node-_0d007ca8-94bc-7a22-8f88-378aede25cdf-bf7075e7, #w-node-ef0f36c1-f882-d289-75e3-d7cb8b5dd54c-bf7075e7, #w-node-ef0f36c1-f882-d289-75e3-d7cb8b5dd554-bf7075e7, #w-node-ef0f36c1-f882-d289-75e3-d7cb8b5dd55b-bf7075e7, #w-node-ef0f36c1-f882-d289-75e3-d7cb8b5dd563-bf7075e7, #w-node-_92ef4579-aeb6-5dd5-7ed7-57335498abb5-bf7075e7, #w-node-_92ef4579-aeb6-5dd5-7ed7-57335498abbd-bf7075e7, #w-node-_92ef4579-aeb6-5dd5-7ed7-57335498abc4-bf7075e7, #w-node-_92ef4579-aeb6-5dd5-7ed7-57335498abcc-bf7075e7, #w-node-c07011b4-da2a-45c4-5b33-9f7994e5cb88-bf7075e7, #w-node-c07011b4-da2a-45c4-5b33-9f7994e5cb90-bf7075e7, #w-node-c07011b4-da2a-45c4-5b33-9f7994e5cb97-bf7075e7, #w-node-c07011b4-da2a-45c4-5b33-9f7994e5cb9f-bf7075e7, #w-node-_05ba16d0-ec46-11c8-ecdd-e704e466653f-bf7075e7, #w-node-b9964170-2c96-ac05-8e39-065425436617-bf7075e7, #w-node-_2ff03197-d0db-2ece-01b0-28cd7c59c136-bf7075e7, #w-node-_28f3880c-cabc-abff-0560-9ebe35ca819c-bf7075e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-ddeedfb9-746d-2604-4909-6388715b540b-970cfb7d, #w-node-c9229517-d10d-8a9e-dbe1-21fbc8e51d25-970cfb7d, #w-node-eeab6f2f-e857-b25e-ea96-55f1c7c91ef1-970cfb7d, #w-node-_3ac8434a-9168-376a-c5d8-7b8dd09d0a15-970cfb7d, #w-node-_4d3dcc07-8dc9-3440-2f35-a039813cf969-970cfb7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_08815801-a46f-3312-5112-e96fe4356711-a70cfb8a {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  #w-node-_08815801-a46f-3312-5112-e96fe4356712-a70cfb8a, #w-node-_08815801-a46f-3312-5112-e96fe4356713-a70cfb8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca604d09-6a05-da51-2c2b-20ba954e2ecd-2d0cfb87 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-af91c34e-a5ec-da01-c9d7-e79d6c662b1a-2d0cfb87 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-af91c34e-a5ec-da01-c9d7-e79d6c662b1a-2d0cfb87 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


