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

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

body {
  color: #1a1b1f;
  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: 0;
  margin-bottom: 0;
  padding-top: 50px;
  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;
}

a.w--current {
  background-color: #0000;
}

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

li {
  margin-bottom: 10px;
}

img {
  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: #eee;
  height: 1px;
}

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

.section {
  background-color: #fff;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap {
  background-color: #0000;
  margin-top: 0;
  padding-top: 0;
}

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

.container {
  width: 100%;
  max-width: 1140px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

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

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

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

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
}

.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 {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
  font-weight: 600;
}

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

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

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #dadada;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

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

.label.cc-light {
  opacity: .6;
}

.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: 1;
  color: #818181;
  text-align: justify;
  margin-top: 20px;
  font-size: 15px;
}

.heading-jumbo {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 65px;
  font-weight: 700;
  line-height: 80px;
}

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

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  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 {
  background-color: #0000;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  border-bottom: 10px solid #00a99d;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: #00a99d;
}

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

.navigation-item.w--current {
  background-color: var(--white);
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

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

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

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

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  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;
  background-color: #f4f4f4;
  background-image: url('../images/slide-1.jpg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 20px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: url('../images/slide-1.jpg');
  background-position: 50%;
  background-size: auto;
  height: 200px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  max-width: 1200px;
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 0;
  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: #00a99d;
}

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

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

.contact-form-wrap {
  border: 0 solid #eee;
  width: 100%;
  padding: 0 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: #32343a66;
}

.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: 20px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  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-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.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: 1;
  color: #1b1b3f;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.contact-email-link:hover {
  opacity: 1;
  color: #00a99d;
}

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

.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: 80px;
}

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

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

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start 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;
}

.div-block {
  height: 200px;
  position: absolute;
}

.thumbnail-block {
  position: relative;
}

.thumbnil-block-property {
  text-align: center;
  background-image: url('../images/masonry-gallery-1-1000x478.jpg');
  background-size: cover;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.text-wrapper {
  opacity: 1;
  color: #fff;
  background-color: #1b1b3fcc;
  height: 200px;
  padding: 20px;
  position: absolute;
  inset: 0;
}

.section-2 {
  text-align: center;
  padding-top: 150px;
}

.section-3 {
  margin-bottom: 0;
}

.section-4 {
  padding-bottom: 50px;
}

.thumbnil-block-food {
  text-align: center;
  background-image: url('../images/masonry-gallery-2-1000x478.jpg');
  background-size: cover;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.columns {
  padding-top: 20px;
}

.thumbnil-block-media {
  text-align: center;
  background-image: url('../images/masonry-gallery-4-1000x478.jpg');
  background-size: cover;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-diversified-industrial {
  text-align: center;
  background-image: url('../images/masonry-gallery-5-1000x478.jpg');
  background-size: cover;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.button-2 {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 0;
  margin-top: 15px;
}

.button-2:hover {
  color: #fff;
  background-color: #00a99d;
}

.heading, .heading-2, .heading-3, .heading-4 {
  padding-top: 30px;
}

.heading-5 {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  font-weight: 600;
}

.container-2 {
  margin-bottom: 0;
}

.section-5 {
  width: 100%;
  height: 100px;
}

.column {
  border-right: 1px solid #4a4a4a;
  height: 300px;
  padding: 30px;
}

.paragraph {
  color: #b1b1b1;
  margin-top: 20px;
  font-size: 14px;
}

.heading-6 {
  color: #fff;
  border-bottom: 1px solid #00a89c;
  font-size: 16px;
  font-weight: 500;
}

.column-2 {
  border-right: 1px solid #4a4a4a;
  height: 300px;
  padding: 30px;
}

.link {
  color: #b1b1b1;
  font-size: 14px;
  text-decoration: none;
}

.link:hover {
  color: #00a89c;
}

.column-3 {
  border-right: 1px solid #4a4a4a;
  height: 300px;
  padding: 30px;
}

.column-4 {
  height: 300px;
  padding: 30px;
}

.column-4:focus {
  color: #00a499;
}

.link-2 {
  color: #b1b1b1;
  font-size: 14px;
  text-decoration: none;
}

.link-2:hover {
  color: #00a99d;
}

.link-location-footer {
  color: #b1b1b1;
  font-size: 14px;
  text-decoration: none;
}

.link-location-footer:hover {
  color: #00a89c;
}

.link-4 {
  color: #b1b1b1;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

.link-4:hover {
  color: #00a99d;
}

.link-4.w--current {
  background-color: #0000;
}

.link-5 {
  color: #b1b1b1;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

.link-5:hover {
  color: #00a99d;
}

.link-5.w--current {
  background-color: #0000;
}

.link-6 {
  color: #b1b1b1;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

.link-6:hover {
  color: #00a99d;
}

.link-7 {
  color: #b1b1b1;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

.link-7:hover {
  color: #00a99d;
}

.link-7.w--current {
  background-color: #0000;
}

.div-block-2 {
  background-color: #2b2b2b;
  margin-top: 30px;
}

.link-8 {
  color: #b8b8b8;
  padding: 0;
  font-size: 14px;
  text-decoration: none;
}

.column-5, .column-6 {
  padding: 30px;
}

.link-9 {
  color: #b1b1b1;
  text-align: right;
  font-size: 14px;
  text-decoration: none;
}

.link-9:hover, .link-9:focus {
  color: #00a499;
}

.link-9.w--current {
  background-color: #0000;
}

.paragraph-2 {
  color: #b1b1b1;
  font-size: 14px;
}

.section-footer {
  background-color: #393939;
  margin: 50px 0 0;
  padding-top: 30px;
  padding-bottom: 0;
}

.section-footer.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.heading-jumbo-sub-pages {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 33px;
  font-weight: 700;
  line-height: 45px;
}

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

.heading-jumbo-sub-page {
  color: #00a99d;
  text-align: center;
  text-transform: none;
  border-bottom: 1px solid #eaeaea;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
}

.heading-7 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 700;
}

.heading-8 {
  margin-top: 40px;
  padding-top: 0;
  font-weight: 700;
}

.image {
  border-radius: 50%;
}

.columns-2 {
  margin-top: 30px;
  padding-top: 0;
}

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

.heading-10 {
  margin-top: 30px;
  font-size: 15px;
}

.paragraph-calculus-employee {
  color: #818181;
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
}

.button-3 {
  text-transform: uppercase;
  background-color: #1b1b3f;
  border: 2px solid #0000;
  border-radius: 10px;
  margin-top: 15px;
  font-size: 13px;
  font-weight: 500;
}

.button-3:hover {
  color: #fff;
  background-color: #00a99d;
}

.column-7 {
  border-bottom: 1px solid #0000;
  padding-bottom: 20px;
  display: block;
}

.column-8 {
  border-bottom: 1px solid #0000;
  padding-bottom: 20px;
}

.paragraph-3-lp {
  color: #818181;
  text-align: justify;
  padding-bottom: 149px;
  font-size: 14px;
  font-weight: 400;
}

.image-2 {
  text-align: left;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-9 {
  border: 0 solid #0000;
  border-right: 1px solid #dadada;
  height: 700px;
  padding: 15px;
}

.heading-11 {
  text-align: center;
}

.paragraph-4 {
  color: #818181;
  text-align: center;
  font-size: 14px;
}

.list-item, .list-item-2, .list-item-3, .list-item-4 {
  text-align: center;
  font-size: 14px;
}

.list {
  margin-top: 0;
}

.tab-pane-tab-1 {
  border: 1px solid #dadada;
  padding-left: 15px;
  padding-right: 15px;
}

.html-embed {
  border: 0 solid #dadada;
}

.column-10 {
  border-right: 1px solid #dadada;
  height: 700px;
  padding: 15px;
}

.text-span {
  direction: ltr;
  white-space: normal;
  max-height: 28px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 9px;
  line-height: 15px;
  text-decoration: none;
  display: inline-block;
  position: static;
  overflow: auto;
}

.column-11 {
  height: 700px;
  padding: 15px;
}

.tab-link-tab-1 {
  color: #0a0a0b;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #1b1b3f;
}

.tab-link-tab-2 {
  margin-left: auto;
  margin-right: auto;
}

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: #1b1b3f;
}

.tab-link-tab-3 {
  margin-left: auto;
  margin-right: auto;
}

.tab-link-tab-3.w--current {
  color: #fff;
  background-color: #1b1b3f;
}

.columns-3 {
  border-top: 1px solid #dadada;
  border-right: 0 solid #dadada;
}

.image-3 {
  padding: 0;
}

.column-12 {
  border-right: 1px solid #dadada;
  height: 700px;
  padding: 15px;
}

.tabs {
  padding-top: 20px;
}

.column-13 {
  border-right: 1px solid #dadada;
  height: 700px;
  padding: 15px;
}

.column-14 {
  height: 700px;
  max-height: none;
  padding: 15px;
}

.div-block-4, .div-block-5, .div-block-6, .div-block-7, .div-block-8 {
  text-align: center;
}

.tab-pane-tab-2, .tab-pane-tab-3 {
  border: 1px solid #dadada;
  padding-left: 15px;
  padding-right: 15px;
}

.paragraph-5 {
  color: #636363;
  text-align: justify;
  font-size: 17px;
}

.paragraph-6 {
  color: #636363;
  text-decoration: none;
}

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

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

.paragraph-7, .paragraph-8 {
  color: #636363;
}

.list-item-calculus {
  color: #818181;
  margin-bottom: 0;
  font-size: 15px;
}

.dropdown {
  width: 100%;
}

.dropdown-toggle {
  border: 2px solid #dadada;
  width: 100%;
}

.dropdown-toggle.w--open {
  display: flex;
}

.dropdown-list {
  background-color: #918484;
}

.dropdown-list.w--open {
  background-color: #fff;
  width: 100%;
}

.dropdown-link {
  border-bottom: 2px solid #dadada;
  border-left: 2px solid #dadada;
  border-right: 2px solid #dadada;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.heading-12 {
  color: #00a99d;
  cursor: pointer;
  border: 2px solid #dadada;
  padding-top: 0;
  padding-left: 15px;
  font-size: 15px;
}

.accordion-item-content {
  border-bottom: 2px solid #dadada;
  border-left: 2px solid #dadada;
  border-right: 2px solid #dadada;
  margin-bottom: 10px;
  overflow: hidden;
}

.paragraph-9 {
  padding-left: 15px;
}

.accordion-wrapper-2 {
  margin-top: 50px;
}

.accordion-item-2 {
  background-color: #00a99d;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  color: #fff;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 30px;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content-2 {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.details {
  color: #888;
  text-align: center;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  line-height: 1.4em;
}

.c-accordion-item {
  background-color: #fff;
  margin-bottom: 10px;
}

.accordion-item-q-text {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4em;
}

.c-accordion-item-q-text {
  flex: 1;
  align-items: center;
  padding: 20px;
  display: flex;
}

._w-accordion-item-q {
  display: flex;
}

.accordion-item-a-text {
  color: #818181;
  margin-bottom: 0;
  font-size: 15px;
}

.c-header {
  text-align: center;
}

.accordion-content-divider {
  border-bottom: 1px dashed #3333;
  width: 100%;
  height: 0;
}

._w-accordion-item {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: all .25s;
  box-shadow: 1px 1px 15px #13131326;
}

._w-accordion-item:hover {
  border-color: #5dc3a340;
  box-shadow: 1px 1px 15px #219fa3bf;
}

.subheader {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.accordion-item-q-icon-stripe-2 {
  background-color: #219fa3;
  width: .3em;
  height: 100%;
  position: absolute;
}

.c-accordion-item-a {
  overflow: hidden;
}

._w-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: relative;
}

.accordion-item-q-icon-stripe-1 {
  background-color: #219fa3;
  width: 100%;
  height: .3em;
  position: relative;
}

.c-accordion-list {
  margin-bottom: 0;
}

._w-accordion-item-a {
  padding: 20px 20px 30px;
}

.c-details {
  margin-bottom: 60px;
}

.c-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

._w-accordion-content-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.header {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4em;
  line-height: 1em;
}

.main-accordion {
  margin-top: 40px;
}

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

.link-11.accordion-item-a-text {
  color: #00a99d;
  padding-top: 10px;
  font-weight: 500;
}

.bold-text {
  font-size: 17px;
}

.container-m {
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.link-12, .link-13, .link-14 {
  color: #00a99d;
  text-decoration: none;
}

.link-15 {
  color: #1b1b3f;
  font-weight: 600;
  text-decoration: none;
}

.link-15:hover {
  color: #00a99d;
}

.field-label, .field-label-2, .field-label-3 {
  font-size: 15px;
}

.column-15 {
  padding-left: 0;
}

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

.paragraph-light-center {
  opacity: 1;
  color: #818181;
  text-align: justify;
  -webkit-text-stroke-color: #818181;
  margin-top: 20px;
  font-size: 15px;
}

.email-contact-us, .phone-contact-us {
  font-weight: 400;
}

.contact-form-block {
  border: 2px solid #00000014;
  border-radius: 4px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px;
}

.paragraph-phone-footer {
  opacity: 1;
  color: var(--black);
  text-align: left;
  margin-top: 0;
  font-size: 15px;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
  font-family: Open Sans, sans-serif;
}

.fs-cc-banner_text-link {
  color: #00a99d;
  -webkit-text-stroke-color: #00a99d;
  border-bottom: 2px solid #00a99d;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: inline;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #00a99d;
  border: 2px solid #00a99d;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.fs-cc-banner_trigger {
  display: none;
}

.html-embed-sitemap {
  font-size: 15px;
}

.heading-15 {
  font-family: Montserrat, sans-serif;
}

.heading-22 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.link-privacy-policy {
  color: #00a99d;
  font-weight: 500;
  text-decoration: none;
  display: inline;
}

.section-terms-conditions {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.section-terms-conditions.contact {
  padding-top: 60px;
  padding-bottom: 60px;
}

.divider-2 {
  background-color: #69696926;
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.paragraph-10 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.heading-21 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.listed-item-privacy-policy {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.intro_wrapper {
  text-align: center;
}

.heading-20 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph-privacy-policy {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.paragraph_centered {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.container-terms {
  text-align: left;
  max-width: 1300px;
  position: relative;
}

.divider-pp {
  background-color: #69696926;
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.privacy-bloc {
  align-items: stretch;
  display: flex;
}

.privacy-bloc.our-role {
  flex-direction: column;
}

.heading-18 {
  font-family: Montserrat, sans-serif;
}

.content_wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.header_section_wrapper {
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.privacy_content_wrapper {
  color: #333;
  background-color: #fff;
  border: 1px solid #6969691a;
  border-radius: 20px;
  padding: 24px 40px;
  font-size: 15px;
  overflow: visible;
}

.heading-19 {
  font-family: Montserrat, sans-serif;
}

.listed-item-privacy-policy-large {
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.heading-23 {
  font-family: Montserrat, sans-serif;
}

.heading-17 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.section-privacy-policy {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.section-privacy-policy.contact {
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-11 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.heading-15-privacy-policy {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.sub-header-privacy-policy {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.sub-header-privacy-policy-small {
  padding-top: 10px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.heading-24, .heading-25 {
  font-family: Montserrat, sans-serif;
}

.link-privacy-policy-2 {
  color: #00a99d;
  font-weight: 500;
  text-decoration: none;
}

.section-cookie-policy {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.section-cookie-policy.contact {
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-12 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.link-16 {
  color: #00a99d;
  text-decoration: none;
  display: inline;
}

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

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

.privacy_content_wrapper-2 {
  background-color: #fff;
  border: 1px solid #6969691a;
  border-radius: 20px;
  padding: 24px 40px;
  overflow: visible;
}

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

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container {
    margin-top: 0;
  }

  .button {
    justify-content: center;
  }

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

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

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

  .menu-icon {
    display: block;
  }

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

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

  .navigation {
    padding: 25px 30px;
  }

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

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

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

  .menu-button {
    padding: 0;
  }

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

  .logo-image {
    width: auto;
  }

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

  .cta-text {
    width: auto;
  }

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

  .intro-header.cc-subpage {
    margin-bottom: 20px;
  }

  .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-wrap {
    padding: 20px;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin: 50px 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%;
  }

  .contact-email-link {
    text-align: left;
  }

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

  .column {
    height: 400px;
  }

  .column-2 {
    height: 400px;
    display: block;
  }

  .column-3 {
    height: 400px;
  }

  .link-2 {
    width: 100%;
  }

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

  .heading-jumbo-sub-pages {
    font-size: 45px;
    line-height: 40px;
  }

  .bold-text-2 {
    float: left;
    width: 131px;
    margin-left: 0;
    margin-right: 0;
    display: inline;
  }

  .bold-text-3, .bold-text-4 {
    font-size: 25px;
  }

  .bold-text-5 {
    line-height: 40px;
  }

  .paragraph-light-center {
    text-align: justify;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .section-terms-conditions {
    padding: 45px;
  }

  .section-terms-conditions.contact {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .section-privacy-policy {
    padding: 45px;
  }

  .section-privacy-policy.contact {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .section-cookie-policy {
    padding: 45px;
  }

  .section-cookie-policy.contact {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

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

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

  .container {
    text-align: center;
  }

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

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

  .heading-jumbo {
    font-size: 25px;
    line-height: 40px;
  }

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

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

  .navigation {
    padding: 20px 30px;
  }

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

  .intro-content {
    width: 80%;
    font-size: 40px;
  }

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

  .thumbnil-block-food, .thumbnil-block-diversified-industrial {
    margin-top: 20px;
  }

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

  .column, .column-2, .column-3, .column-4 {
    height: 250px;
  }

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

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

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

  .heading-jumbo-sub-pages {
    font-size: 40px;
    line-height: 40px;
  }

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

  .image {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .paragraph-3-lp {
    height: auto;
    padding-bottom: 0;
  }

  .column-9 {
    border-width: 1px;
    border-top-color: #dadada;
    border-bottom-color: #dadada;
    border-left-color: #dadada;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .column-10 {
    border-width: 1px;
    border-top-style: solid;
    border-top-color: #dadada;
    border-bottom-style: solid;
    border-bottom-color: #dadada;
    border-left-style: solid;
    border-left-color: #dadada;
    border-radius: 2px;
  }

  .column-11, .column-12 {
    border: 1px solid #dadada;
    margin-top: 15px;
  }

  .column-13 {
    border: 1px solid #dadada;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .column-14 {
    border: 1px solid #dadada;
    margin-top: 15px;
    margin-bottom: 15px;
    display: none;
  }

  .image-4 {
    text-align: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-3 {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .accordion-item-content-2 {
    margin-right: 0;
  }

  .bold-text-4, .bold-text-5 {
    font-size: 25px;
  }

  .column-16 {
    padding-left: 0;
  }

  .column-17, .column-18, .html-embed-2, .column-19 {
    display: none;
  }

  .contact-form-block {
    height: auto;
    padding: 25px;
  }

  .bord-of-directors {
    text-align: center;
    position: relative;
  }

  .column-20, .column-21 {
    text-align: center;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-terms-conditions {
    padding: 25px;
  }

  .content_wrapper {
    padding-left: 40px;
  }

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

  .section-privacy-policy, .section-cookie-policy {
    padding: 25px;
  }

  .privacy_content_wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

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

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

  .menu {
    margin-left: 15px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

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

  .intro-content {
    font-size: 50px;
  }

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

  .text-wrapper, .thumbnil-block-diversified-industrial {
    height: 240px;
  }

  .heading-5 {
    text-align: center;
    font-size: 25px;
  }

  .heading-jumbo-sub-pages {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-8 {
    text-align: center;
  }

  .column-11, .column-13 {
    margin-bottom: 15px;
  }

  .column-14 {
    display: none;
  }

  .accordion-item-q-text {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .bold-text-4 {
    font-size: 25px;
  }

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

  .fs-cc-banner_component {
    display: none;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .section-terms-conditions {
    padding: 25px;
  }

  .section-terms-conditions.contact {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .content_wrapper {
    flex: 1;
    padding-left: 0;
  }

  .header_section_wrapper {
    align-items: flex-start;
  }

  .privacy_content_wrapper {
    text-align: justify;
    border-width: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-23 {
    padding-top: 0;
  }

  .heading-17 {
    text-align: left;
  }

  .section-privacy-policy {
    padding: 25px;
  }

  .section-privacy-policy.contact {
    margin-top: 0;
    padding: 20px 0 10px;
  }

  .heading-15-privacy-policy {
    text-align: left;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-24 {
    text-align: left;
  }

  .heading-25 {
    padding-top: 0;
  }

  .section-cookie-policy {
    padding: 25px;
  }

  .section-cookie-policy.contact {
    margin-top: 0;
    padding: 20px 0 10px;
  }

  .privacy_content_wrapper-2 {
    text-align: justify;
    border-width: 0;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .list-privacy-policy {
    padding-left: 15px;
  }

  .mini-padding {
    margin-left: 30px;
    margin-right: 30px;
  }
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-62eb6841 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-62eb6841 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-62eb6841 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


