@font-face {
  font-family: Souvenir;
  src: url('../fonts/Souvenir-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Souvenir demi;
  src: url('../fonts/Souvenir-Demi.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Souvenir;
  src: url('../fonts/Souvenir-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Souvenir;
  src: url('../fonts/Souvenir-DemiItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Souvenir;
  src: url('../fonts/Souvenir-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --cleansealblue: #075daa;
  --black: black;
  --white: white;
  --clean-seal-gray: #b8b8be;
  --red: #ff0400;
  --cs-red: #991c1f;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

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

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

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

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

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

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

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

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

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

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

.divider {
  background-color: #eee;
  height: 1px;
  margin-bottom: 91px;
}

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

.section {
  margin-left: 30px;
  margin-right: 30px;
}

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

.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-left: auto;
  margin-right: auto;
}

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

.paragraph-bigger {
  opacity: 1;
  color: var(--cleansealblue);
  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: .6;
  color: var(--cleansealblue);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
  text-decoration: none;
}

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

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

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

.button.cc-contact-us {
  z-index: 5;
  background-color: var(--cleansealblue);
  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;
  margin-bottom: 10px;
  font-size: 12px;
  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;
}

.rich-text figcaption {
  opacity: .6;
}

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

.paragraph-light {
  opacity: .6;
  color: var(--black);
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.heading-jumbo {
  opacity: 1;
  color: var(--cleansealblue);
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/CleanSeal_Wording.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  position: static;
}

.heading-jumbo-small {
  color: var(--cleansealblue);
  text-transform: none;
  margin-top: 33px;
  margin-bottom: -54px;
  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;
}

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

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

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 6px 50px 11px;
  display: flex;
  position: relative;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: #1144df;
}

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

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-size: 16px;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #1245dd;
}

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

.navigation-item.back {
  font-size: 12px;
}

.navigation-item.back.rubber-seals {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 9px;
  padding-bottom: 0;
}

.navigation-item.drop1, .navigation-item.drop2, .navigation-item.drop3, .navigation-item.drop4, .navigation-item.drop5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.navigation-item.rubberextrusions, .navigation-item.material-selections, .navigation-item.adhesion-fundamentals, .navigation-item.adhesive-types, .navigation-item.surface-prep, .navigation-item.common-uses {
  padding-bottom: 7px;
}

.clean-seal-logo {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: stretch;
  padding-top: 26px;
  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 {
  outline-color: var(--black);
  outline-offset: 0px;
  color: #fff;
  object-fit: fill;
  background-color: #0000;
  background-image: url('../images/CleanSeal_HeroImage.jpg');
  background-position: 50%;
  background-size: auto;
  border: 0 solid #000;
  border-radius: 0;
  outline-width: 5px;
  outline-style: solid;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
  position: static;
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-field::placeholder {
  color: #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: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.project-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: .6;
  margin-bottom: 5px;
}

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

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

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

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

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

.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: 80%;
  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: 62px;
  margin-bottom: 37px;
  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;
}

._w-lightbox-caption {
  background-color: #0009;
}

.heading {
  color: var(--black);
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 44px;
}

.italic-text {
  text-align: justify;
}

.cleansealwording {
  display: inline-block;
  position: static;
}

.footer-dark {
  background-color: var(--cleansealblue);
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 50px 30px 15px;
  position: relative;
  inset: auto 0% 0%;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  flex-wrap: wrap;
  text-decoration: none;
  display: block;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -8px;
  padding-left: 0;
  padding-right: 12px;
  display: flex;
}

.title-small {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  margin-bottom: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.footer-link {
  color: var(--white);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-social-link:hover {
  background-color: var(--white);
}

.footer-divider {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--white);
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.paragraph {
  font-size: 24px;
}

.paragraph-2 {
  text-align: left;
  margin-top: -70px;
  margin-left: 48px;
  margin-right: 315px;
  padding-top: 0;
  padding-right: 0;
  font-size: 23px;
}

.image-2 {
  margin-right: 33px;
  padding-right: 0;
}

.heading-2, .heading-3, .paragraph-3 {
  font-size: 24px;
}

.intoduction {
  color: var(--black);
  text-align: left;
  letter-spacing: normal;
  white-space: normal;
  margin-top: -44px;
  margin-left: 235px;
  margin-right: 235px;
  padding-top: 0;
  font-size: 28px;
  line-height: 38px;
}

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

.heading-5 {
  margin-top: -40px;
  font-size: 243px;
}

.text-block {
  color: var(--black);
  margin-top: -59px;
  font-size: 24px;
  line-height: 40px;
}

.text-block-2 {
  opacity: 1;
  color: var(--black);
  text-align: left;
  margin: 75px 0 62px;
  padding-bottom: 0;
  padding-left: 36px;
  padding-right: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  display: flex;
}

.column {
  padding-left: 0;
}

.tabs-menu {
  margin-left: 96px;
  margin-right: 96px;
}

.tab-pane-tab-1 {
  margin-bottom: 110px;
  margin-left: 94px;
  margin-right: 96px;
}

.team-slider {
  background-color: #075daa12;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 33px;
  padding: 73px 30px 57px;
  position: relative;
}

.centered-heading {
  opacity: 1;
  outline-offset: 0px;
  color: var(--black);
  text-align: center;
  outline: 3px #075daa;
  margin-top: -24px;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.centered-subheading {
  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: 39px;
}

.team-member-image-two {
  border: 1px solid #000;
  width: 282px;
  height: auto;
  margin-bottom: 13px;
}

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

.team-member-name-two {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 12px;
  padding-bottom: 0;
  font-size: 24px;
  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;
}

.logos-without-title {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  display: flex;
  position: static;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.image-4 {
  outline-offset: -2px;
  outline: 2px solid #1a1b1f;
}

.image-5 {
  outline-offset: -1px;
  outline: 1px solid #1a1b1f;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-6 {
  outline-offset: 0px;
  outline: 1px solid #1a1b1f;
}

.image-7 {
  outline-offset: 0px;
  outline: 1px solid #32343a;
  box-shadow: 1px 1px 3px #000;
}

.image-8, .image-9, .image-10, .image-11 {
  outline-offset: 0px;
  outline: 1px solid #32343a;
}

.field-label {
  height: auto;
  overflow: hidden;
}

.div-block {
  max-width: 500px;
}

.div-block-2 {
  max-width: 500px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.search-input {
  margin-bottom: 0;
  display: block;
}

.search-button {
  padding-top: 0;
  padding-bottom: 0;
}

.search {
  background-color: var(--cleansealblue);
}

.search-2 {
  background-color: var(--cleansealblue);
  overflow: hidden;
}

.div-block-3 {
  width: 500px;
  margin: 20px auto;
  display: flex;
}

.search-input-2 {
  margin-bottom: 0;
}

.search-button-2 {
  background-color: var(--clean-seal-gray);
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-list {
  background-color: var(--cleansealblue);
}

.dropdown-list.w--open {
  background-color: var(--white);
  bottom: -289px;
}

.dropdown-toggle {
  position: relative;
}

.dropdown-list-2 {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--clean-seal-gray), var(--clean-seal-gray));
  border: 3px #000;
  margin-top: -5px;
  padding-bottom: 0;
  padding-right: 0;
}

.dropdown-list-2.w--open {
  color: var(--black);
  margin-top: 0;
}

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

.image-12 {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text {
  color: var(--cleansealblue);
}

.image-13 {
  border: 5px solid #000;
  margin: 24px auto 23px;
}

.textblock3 {
  opacity: 1;
  text-align: left;
  margin-bottom: -43px;
  margin-right: 0;
  font-size: 12px;
  font-weight: 400;
}

.div-block-4 {
  border: 1px solid var(--black);
  color: var(--cleansealblue);
  margin: 36px auto;
}

.heading-6 {
  color: var(--cleansealblue);
}

.bold-text-2 {
  opacity: 1;
  color: var(--cleansealblue);
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-7 {
  opacity: 1;
  text-align: left;
  margin-top: -23px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
}

.heading-8 {
  color: var(--cleansealblue);
  text-align: center;
  margin-top: -72px;
  margin-left: auto;
  margin-right: auto;
}

.heading-9 {
  opacity: 1;
  color: var(--black);
  text-align: center;
  margin-top: -60px;
  font-weight: 600;
}

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

.paragraph-4 {
  opacity: 1;
  text-align: left;
  margin-top: -9px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.bold-text-3 {
  opacity: 1;
  color: var(--cleansealblue);
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  color: var(--cleansealblue);
}

.container-4 {
  margin-bottom: 84px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-1-bigger {
  opacity: 1;
  color: var(--black);
  text-align: center;
  margin: 36px auto -54px;
  font-weight: 700;
}

.heading-1-bigger.newclass {
  color: var(--cleansealblue);
  text-align: left;
  margin-top: -37px;
  margin-bottom: 38px;
}

.body {
  text-align: center;
}

.grid {
  grid-column-gap: 149px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 35px;
  margin-bottom: 35px;
}

.column-2 {
  margin-bottom: 41px;
}

.column-2.u-channel {
  margin-top: -29px;
}

.columns {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-top: -75px;
  margin-bottom: 88px;
  display: flex;
}

.columns.smallerpadding {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: -33px;
}

.columns.padding2 {
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: -13px;
}

.text-block-3 {
  text-align: center;
  margin-top: 7px;
  font-weight: 800;
}

.link {
  color: var(--cleansealblue);
  text-align: center;
  margin-top: 11px;
}

.image-14 {
  margin-top: 47px;
  margin-left: auto;
  margin-right: auto;
}

.image-15 {
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}

.image-16 {
  margin-top: 101px;
  margin-left: auto;
  margin-right: auto;
}

.image-17 {
  margin-top: 108px;
  margin-left: auto;
  margin-right: auto;
}

.image-18 {
  margin-top: 31px;
  margin-left: auto;
  margin-right: auto;
}

.image-19 {
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}

.image-20 {
  margin-top: 51px;
  margin-left: auto;
  margin-right: auto;
}

.image-21 {
  margin-top: 141px;
  margin-left: auto;
  margin-right: auto;
}

.image-22 {
  margin-top: 103px;
  margin-left: auto;
  margin-right: auto;
}

.image-23 {
  margin-top: 137px;
  margin-left: auto;
  margin-right: auto;
}

.silicone {
  margin-top: 138px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.container-5 {
  margin-top: 35px;
}

.heading-11 {
  padding-left: 23px;
  padding-right: 23px;
  font-weight: 700;
}

.heading-12 {
  margin-top: -16px;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 20px;
  font-weight: 600;
}

.columns-2 {
  margin-top: 56px;
  margin-left: -44px;
}

.image-25, .image-26, .image-27, .image-28 {
  margin-left: auto;
  margin-right: auto;
}

.container-6 {
  margin-top: 1250px;
}

.image-29 {
  z-index: auto;
  margin-top: 91px;
  position: sticky;
  top: 15px;
}

.columns-3 {
  margin-top: 71px;
}

.column-9 {
  margin-top: 0;
}

.image-30, .image-31, .image-32, .image-33, .image-34, .link-block, .column-10, .image-35 {
  margin-left: auto;
  margin-right: auto;
}

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

.image-37 {
  margin-top: -19px;
}

.text-block-4 {
  text-align: left;
  font-size: 24px;
}

.image-38 {
  position: absolute;
  inset: 0% 0% auto 55px;
}

.image-39 {
  position: absolute;
  inset: auto 0% 0% 103px;
}

.image-40 {
  position: absolute;
  inset: 0% 0% auto 114px;
}

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

.div-block-6 {
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
}

.pedestal-columns {
  padding-left: 34px;
  padding-right: 34px;
}

.columns-4 {
  margin-top: 70px;
}

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

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

.text-block-7 {
  text-align: left;
  margin-top: 17px;
  padding-top: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

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

.image-41 {
  display: block;
  position: static;
  inset: auto 0% 0% 110px;
}

.bold-text-10 {
  display: flex;
}

.container-7 {
  justify-content: center;
  margin-top: 1px;
  margin-bottom: 21px;
  padding-right: 0;
  display: flex;
}

.column-11 {
  padding-left: 30px;
  padding-right: 30px;
}

.column-1 {
  flex-flow: wrap;
  place-content: flex-end center;
  align-items: flex-start;
  margin-top: 79px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.column-1.uchannel {
  margin-top: 128px;
}

.image-42 {
  width: 175px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.image-43-5 {
  width: 175px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-44 {
  width: 175px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.image-45 {
  width: 175px;
  margin-top: 0;
  margin-bottom: 0;
}

.columns-6 {
  margin-bottom: 90px;
  display: block;
}

.image-46 {
  margin-top: 51px;
  position: static;
  inset: 104px 0% 0%;
}

.container-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  display: block;
}

.column-23 {
  flex-wrap: wrap;
  place-content: center space-around;
  align-items: center;
  display: flex;
}

.div-block-7 {
  align-self: flex-end;
  display: flex;
}

.columns-7 {
  flex-flow: row;
  flex: 0 auto;
  align-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  margin-bottom: 99px;
  display: flex;
}

.image-47 {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-48 {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: 2px;
}

.link-block-2 {
  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: inline-block;
}

.image-49 {
  width: 220px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.image-51 {
  padding: 20px;
}

.container-9 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-52 {
  width: auto;
}

.image-53 {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.column-24 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

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

._214 {
  width: auto;
  max-width: 200px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

._214.new-size {
  width: 350px;
}

._214._106 {
  max-width: 250px;
}

.div-block-9 {
  flex-direction: column;
  max-width: 220px;
  display: flex;
}

.image-55 {
  width: 220px;
}

.amazingdivblock {
  align-self: flex-end;
  max-width: 220px;
  margin-bottom: 52px;
  padding-left: 21px;
  padding-right: 21px;
}

.amazingdivblock.new-size {
  justify-content: flex-start;
  align-self: flex-end;
  width: auto;
  max-width: 300px;
  margin-bottom: 55px;
  padding-left: 27px;
  padding-right: 1px;
  display: block;
}

.conatainer {
  flex-flow: wrap;
  flex: 1;
  place-content: flex-end flex-start;
  align-items: flex-start;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.conatainer.alignleft {
  justify-content: flex-start;
}

.conatainer.left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  display: flex;
}

._432 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

._432._1044, ._510 {
  max-width: 200px;
}

._1656_1660 {
  aspect-ratio: auto;
  object-fit: fill;
  max-width: 200px;
  margin-left: 0;
  padding-left: 0;
}

._1656_1660.new-size {
  max-width: 200px;
  margin-left: 0;
  padding-left: 0;
}

._1656_1660.new-size.newersize {
  max-width: 400px;
}

._1656_1660.new-size.marginnew {
  margin-left: 131px;
}

._1656_1660.new-size.marginnew.newmargin {
  margin-left: 68px;
}

._2897 {
  max-width: 400px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

._2897._1076h3 {
  float: none;
  clear: none;
  margin: 13px auto 0;
  padding-left: 20px;
  padding-right: 62px;
  display: block;
}

.div-block-10 {
  align-self: auto;
  margin-top: 0;
  padding-top: 0;
  padding-left: 6px;
  padding-right: 6px;
}

.divblock12 {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  max-width: 300px;
  margin-bottom: 60px;
  padding-bottom: 0;
  padding-left: 21px;
  padding-right: 21px;
  display: flex;
}

.divblock12.larger {
  width: 425px;
  max-width: 350px;
}

.divblock12.larger.larger2 {
  max-width: 400px;
}

.divblock12.smaller {
  max-width: 250px;
}

.image-56 {
  max-width: none;
}

.div-block-11 {
  flex-wrap: wrap;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  max-width: 300px;
  display: flex;
}

.div-block-12 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 56px;
  padding-left: 190px;
  padding-right: 190px;
  display: flex;
}

.image-57 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.text-block-8 {
  padding-left: 24px;
  padding-right: 24px;
  font-size: 20px;
}

.splicing {
  margin-top: -24px;
  margin-bottom: 92px;
  padding-left: 43px;
  padding-right: 43px;
}

.text-block-9 {
  color: var(--black);
  padding-left: 26px;
  padding-right: 26px;
}

.text-block-10 {
  padding-left: 26px;
  padding-right: 26px;
}

.splicingphoto {
  padding-top: 42px;
  padding-left: 18px;
  padding-right: 18px;
}

.image-59 {
  padding: 23px 29px;
}

.link-2 {
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
}

.text-block-11 {
  margin-bottom: 42px;
}

.heading-13 {
  color: var(--cleansealblue);
}

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

.image-60 {
  margin-top: 66px;
}

.column-25 {
  justify-content: center;
  margin-top: 55px;
  padding-top: 0;
  display: flex;
}

.column-25.jointstress {
  margin-top: 2px;
  padding-top: 0;
}

.image-61 {
  text-align: left;
  margin-bottom: 53px;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  margin-bottom: 400px;
}

.text-block-12 {
  color: var(--white);
  font-style: normal;
  text-decoration: none;
}

.paragraph-5 {
  color: var(--white);
  text-align: left;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.paragraph-6 {
  color: var(--white);
  text-align: left;
  letter-spacing: normal;
  column-count: 0;
  margin-top: -11px;
  font-size: 14px;
  text-decoration: none;
}

.heading-14 {
  text-decoration: none;
  display: flex;
}

.text-block-13 {
  float: none;
  color: var(--white);
  text-align: left;
  margin-top: -12px;
  font-size: 14px;
  position: relative;
}

.paragraph-7 {
  color: var(--white);
  text-align: left;
  margin-top: -17px;
  padding-top: 0;
  font-size: 14px;
}

.paragraph-8 {
  justify-content: space-around;
  align-items: baseline;
  margin-bottom: 0;
  display: flex;
}

.columns-8 {
  display: block;
}

.column-26 {
  flex-direction: row;
  display: flex;
}

.image-62 {
  margin-bottom: 19px;
}

.paragraph-9 {
  text-align: left;
  padding-left: 18px;
  font-weight: 700;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  color: var(--cleansealblue);
}

.div-block-14 {
  margin-top: 105px;
}

.image-63 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 39px;
}

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

.image-64 {
  padding-bottom: 14px;
}

.image-65 {
  padding-bottom: 47px;
  padding-left: 15px;
  padding-right: 15px;
}

.paragraph-10 {
  color: #e92507;
}

.paragraph-11 {
  color: var(--red);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}

.paragraph-12 {
  color: var(--red);
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 26px;
  display: flex;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template: ". ."
                 ". Area-2"
                 ". Area"
                 / 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch start;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.container-11 {
  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;
  display: block;
}

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

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

.paragraph-14 {
  padding-left: 21px;
  padding-right: 21px;
}

.image-66 {
  width: 100%;
  padding-left: 17px;
  padding-right: 17px;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2.5fr;
  padding-bottom: 29px;
  padding-left: 21px;
  padding-right: 21px;
  font-size: 12px;
}

.paragraph-15, .paragraph-16 {
  font-size: 14px;
}

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

.image-67 {
  margin-top: 14px;
  padding-bottom: 32px;
}

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

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

.heaterhoselink {
  outline-offset: 0px;
  border-style: none;
  outline: 3px #1a1b1f;
}

.bold-text-11 {
  color: var(--cs-red);
  font-style: italic;
}

.italic-text-2, .italic-text-3, .italic-text-4 {
  color: var(--cs-red);
}

.container-12 {
  margin-bottom: -269px;
  padding-bottom: 0;
}

.text-block-14 {
  padding-bottom: 29px;
}

.image-68 {
  clear: none;
  margin-bottom: 33px;
  padding-bottom: 39px;
}

.container-13 {
  margin-top: -33px;
  padding-top: 0;
}

.text-block-15 {
  color: var(--black);
  text-align: left;
  white-space: normal;
  padding-bottom: 9px;
  font-size: 18px;
}

.text-block-16 {
  color: var(--cleansealblue);
  text-align: center;
  padding-bottom: 18px;
  font-size: 24px;
  text-decoration: underline;
}

.text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22 {
  color: var(--cleansealblue);
}

.div-block-15 {
  padding-left: 62px;
}

.image-69 {
  float: none;
  clear: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  display: block;
  position: static;
}

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

.text-block-17 {
  text-align: left;
  font-size: 18px;
}

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

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

.text-block-19 {
  color: var(--red);
  text-align: left;
  margin-bottom: -1px;
  padding-bottom: 0;
  font-size: 12px;
}

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

.container-15 {
  margin-top: -54px;
  padding-top: 0;
}

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

.container-16 {
  margin-top: -69px;
}

.rep-literature {
  margin-top: -58px;
  margin-bottom: 46px;
}

.image-70 {
  border: 1px solid #000;
  box-shadow: 1px 1px 3px #000;
}

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

.link-4 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
}

.link-block-4 {
  float: none;
  text-align: left;
  display: block;
}

.link-block-5 {
  max-width: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.link-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: inline;
  position: absolute;
  overflow: visible;
}

.link-block-7 {
  margin-left: auto;
  margin-right: auto;
}

.image-71 {
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
}

.link-5 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 19px;
}

.link-6 {
  text-align: center;
  padding-top: 21px;
}

.field-label-2 {
  color: var(--black);
  text-align: left;
  margin-top: 68px;
  font-size: 18px;
}

.div-block-16 {
  background-color: var(--cleansealblue);
}

.form {
  margin-top: 4px;
  padding-bottom: 14px;
  padding-left: 17px;
  padding-right: 25px;
}

.text-block-20 {
  background-color: var(--black);
  color: var(--white);
  text-align: left;
  margin-top: -1px;
  margin-bottom: 8px;
  padding-top: 17px;
  padding-bottom: 13px;
  padding-left: 11px;
  font-weight: 700;
}

.text-block-21 {
  text-align: right;
  font-size: 20px;
}

.text-block-22 {
  color: var(--black);
  text-align: left;
  font-size: 25px;
}

.text-block-22.moldings {
  margin-top: 0;
  margin-bottom: -23px;
  padding-bottom: 0;
}

.text-block-22.moldings.left {
  text-align: left;
  margin-bottom: 7px;
}

.field-label-3 {
  color: var(--white);
  text-align: left;
  font-size: 14px;
}

.submit-button {
  background-color: var(--cs-red);
  text-align: left;
  margin-bottom: 2px;
  padding-top: 10px;
  padding-bottom: 9px;
  display: block;
}

.text-block-23 {
  color: var(--cleansealblue);
  text-align: left;
  padding-bottom: 42px;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 32px;
}

.container-18 {
  margin-top: 0;
  margin-bottom: -26px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-19 {
  margin-top: 31px;
  margin-bottom: -1px;
}

.container-20 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-block-24 {
  color: var(--cs-red);
  text-align: left;
  padding-top: 5px;
  padding-bottom: 41px;
  font-size: 18px;
}

.columns-9, .container-21 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.text-block-25 {
  text-align: left;
  padding-bottom: 39px;
  font-weight: 400;
}

.text-block-26 {
  padding-bottom: 50px;
  font-size: 24px;
}

.text-block-27 {
  padding-bottom: 38px;
  font-size: 24px;
}

.text-block-28 {
  margin-bottom: 48px;
  font-size: 24px;
}

.text-span-25, .text-span-26 {
  color: var(--cleansealblue);
}

._4559 {
  max-width: 250px;
}

._357 {
  max-width: 275px;
  margin-left: -6px;
  margin-right: 0;
}

.image-72 {
  margin-left: 16px;
  padding-left: 0;
}

.image-73 {
  max-width: 250px;
  margin-left: 12px;
}

.image-73._421 {
  margin-left: 174px;
}

.image-74 {
  margin-left: -13px;
  padding-left: 42px;
}

._2886 {
  max-width: 300px;
}

._2886._7138 {
  max-width: 400px;
  margin-right: -693px;
}

.image-75 {
  margin-left: -101px;
}

._2385 {
  width: auto;
  max-width: 550px;
  margin-left: 250px;
}

.image-76 {
  max-width: 325px;
  margin-left: 565px;
  margin-right: 0;
  padding-right: 0;
}

._333 {
  max-width: 550px;
  margin-left: -179px;
}

._333._2730 {
  max-width: 500px;
  margin-left: 707px;
}

.image-77 {
  width: auto;
  max-width: 300px;
}

.image-78 {
  max-width: 250px;
  margin-top: 77px;
}

.image-79 {
  max-width: 299.984px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 52px;
}

.image-80 {
  margin-left: 5px;
  padding-top: 101px;
  padding-right: 0;
}

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

.grid-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: end center;
  margin-bottom: 37px;
  display: flex;
}

.grid-8.triangle {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 0;
}

.sectionspacer {
  margin-bottom: 95px;
}

.grid-9 {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: flex-start;
  margin-bottom: 66px;
  display: flex;
}

.text-span-27 {
  font-size: 32px;
}

.rich-text-block {
  color: var(--cleansealblue);
  font-size: 40px;
}

.rich-text-block-2 {
  font-size: 40px;
}

.rich-text-block-3 {
  color: var(--cleansealblue);
  padding-bottom: 53px;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
}

.rich-text-block-4 {
  font-size: 16px;
}

.rich-text-block-5 {
  font-weight: 700;
}

.rich-text-block-6 {
  color: var(--cleansealblue);
  padding-bottom: 63px;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
}

.rich-text-block-7 {
  font-weight: 700;
}

.rich-text-block-8 {
  color: var(--cleansealblue);
  padding-bottom: 48px;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
}

.rich-text-block-9 {
  padding-bottom: 28px;
  font-weight: 700;
}

.rich-text-block-10 {
  color: var(--cleansealblue);
  padding-bottom: 45px;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
}

.rich-text-block-11 {
  font-weight: 700;
}

.rich-text-block-12 {
  color: var(--cleansealblue);
  padding-bottom: 43px;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
}

.rich-text-block-13 {
  font-weight: 700;
}

.rich-text-block-14 {
  color: var(--cleansealblue);
  padding-bottom: 49px;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
}

.rich-text-block-15 {
  font-weight: 700;
}

.container-22 {
  margin-bottom: 33px;
  padding-bottom: 0;
}

.paragraph-18 {
  margin-top: 2px;
  margin-bottom: 18px;
  padding-bottom: 0;
}

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

.columns-10 {
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.container-24 {
  padding-bottom: 77px;
}

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

.container-26 {
  padding-bottom: 75px;
}

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

.text-span-28 {
  color: var(--cs-red);
  font-weight: 700;
}

.image-84 {
  padding-right: 0;
}

.text-span-29 {
  color: var(--cleansealblue);
  font-weight: 700;
}

.image-126 {
  padding-top: 25px;
}

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

.image-127 {
  padding-bottom: 70px;
}

.image-128 {
  text-align: left;
  border: 0 #310b6c;
  border-radius: 0;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  position: relative;
}

.image-128.black {
  border-width: 0;
  border-color: var(--black);
  padding-left: 0;
}

.bold-text-13 {
  color: var(--black);
  text-align: left;
}

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

.section-3 {
  justify-content: center;
  display: flex;
}

.section-4 {
  display: flex;
}

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

.container-29 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-top: 30px;
  display: flex;
}

.image-129 {
  align-self: auto;
  margin-left: 0;
  margin-right: 35px;
  padding-left: 0;
  padding-right: 0;
}

.image-130 {
  margin-right: 21px;
}

.section-5 {
  display: inline-block;
}

.text-block-30 {
  display: flex;
}

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

.image-131 {
  padding-bottom: 114px;
}

.image-132 {
  padding-bottom: 83px;
}

.heading-15 {
  text-align: left;
  margin-top: 30px;
  padding-top: 0;
  display: flex;
}

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

.image-134, .image-135 {
  margin-left: auto;
  margin-right: auto;
}

.column-28 {
  padding-top: 116px;
}

.bold-text-14 {
  text-align: center;
  margin-top: -14px;
  display: flex;
}

.image-136 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-20 {
  margin-bottom: 27px;
  padding-top: 18px;
}

.div-block-18 {
  margin-top: -132px;
}

.image-137 {
  margin-left: auto;
  margin-right: auto;
}

.section-6 {
  height: 70vh;
}

.background-video {
  background-image: linear-gradient(#f8f3f35e, #f8f3f35e);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-span-31 {
  font-size: 35px;
  font-weight: 700;
}

.heading-16 {
  color: #3a378e;
}

.text-span-32 {
  color: #3d4eb1;
  font-size: 35px;
}

.image-138 {
  align-self: center;
}

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

.section-7 {
  justify-content: center;
  align-items: center;
  margin-top: 59px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.image-139 {
  margin-top: 29px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-141 {
  padding-right: 0;
}

.image-141._52346 {
  max-width: none;
}

.container-30 {
  margin-top: 170px;
}

.container-31 {
  margin-top: 35px;
}

.link-block-8 {
  padding-right: 125px;
}

.link-block-9 {
  padding-left: 140px;
}

.container-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 400px;
  display: block;
  position: relative;
}

.container-33 {
  max-width: 400px;
  display: block;
}

.image-142 {
  margin-left: 474px;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 188px;
  display: block;
}

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

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

.image-143 {
  flex: 0 auto;
}

.section-8 {
  height: auto;
}

.image-144 {
  border-top: 0 #0b2e5a;
  border-bottom: 0 #495dce;
  border-left: 0 solid #000;
  border-right: 0 #000;
  border-radius: 0;
  margin-bottom: 0;
}

.div-block-21 {
  border-top: 10px none var(--cleansealblue);
  padding-bottom: 41px;
}

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

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

  .button {
    justify-content: center;
  }

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

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

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

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

  .cta-text {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

  .blog-item {
    width: 80%;
  }

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

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

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

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

  .intro-text {
    width: auto;
  }

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

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

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

  .footer-content {
    grid-column-gap: 60px;
    padding-left: 23px;
  }

  .footer-block {
    max-width: 200px;
    margin-left: -5px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .clients-image-three {
    margin-bottom: 30px;
  }

  .amazingdivblock.new-size {
    padding-right: 21px;
  }

  .conatainer {
    justify-content: center;
  }

  ._1656_1660 {
    margin-left: 18px;
    margin-right: -29px;
    padding-left: 0;
    display: block;
  }

  ._2897 {
    margin-bottom: 38px;
  }

  .splicingphoto {
    padding-bottom: 36px;
  }

  .grid-5 {
    grid-template-columns: 1fr 2.25fr;
  }

  .image-67 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .image-73 {
    margin-left: -118px;
  }

  ._2886._7138 {
    margin-left: -18px;
    margin-right: 0;
  }

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

  ._2385 {
    max-width: 325px;
    margin-left: -9px;
  }

  .image-76 {
    max-width: 295px;
    margin-left: 2px;
  }

  ._333._2730 {
    margin-left: -122px;
  }

  .image-78 {
    z-index: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .grid-6 {
    display: block;
  }

  .image-80 {
    margin-bottom: 74px;
    margin-left: 188px;
    margin-right: 18px;
    padding-top: 100px;
    padding-left: 0;
  }

  .image-81 {
    margin-left: 69px;
  }

  .image-82 {
    padding-left: 52px;
  }

  .grid-8.triangle {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .rich-text-block-14 {
    letter-spacing: normal;
  }

  .columns-10 {
    flex-wrap: wrap;
  }

  .paragraph-21 {
    padding-right: 0;
  }

  .link-block-8 {
    padding-right: 103px;
  }

  .link-block-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-19 {
    margin-left: 2px;
    padding-left: 0;
    padding-right: 86px;
  }

  .div-block-20 {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    margin: 0 20px;
  }

  .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: 50px;
    line-height: 64px;
  }

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

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

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 13px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .team-slider, .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

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

  .image-7 {
    padding-bottom: 41px;
  }

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

  .text-block-7 {
    font-size: 65px;
  }

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

  ._214._106 {
    margin-left: -47px;
    margin-right: 13px;
    padding-right: 0;
  }

  ._1656_1660 {
    margin-left: -8px;
  }

  ._1656_1660.new-size {
    margin-left: 3px;
    margin-right: -9px;
  }

  ._2897 {
    margin-bottom: 22px;
  }

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

  .heading-13 {
    padding-left: 8px;
  }

  .container-11 {
    display: inline-block;
  }

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

  .image-66 {
    padding-bottom: 40px;
  }

  .image-67 {
    padding-top: 11px;
  }

  .text-block-15 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-block-18 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-19 {
    padding-left: 9px;
  }

  .image-70 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    border-style: none;
    padding-left: 10px;
    box-shadow: 4px -1px 8px -4px #000;
  }

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

  .body-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .html-embed {
    padding-left: 0;
  }

  .text-block-24 {
    padding-left: 30px;
    padding-right: 0;
  }

  .text-block-25 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bold-text-12 {
    padding-left: 16px;
    padding-right: 0;
  }

  .image-73 {
    margin-left: -5px;
  }

  .image-73._421 {
    margin-left: 19px;
  }

  ._2886._7138 {
    margin-left: 4px;
  }

  ._2385 {
    margin-left: -22px;
  }

  .image-76 {
    margin-left: -9px;
  }

  ._333 {
    max-width: 500px;
    margin-left: -119px;
  }

  ._333._2730 {
    margin-left: -12px;
  }

  .image-80 {
    margin-left: 111px;
    padding-left: 0;
  }

  .image-81 {
    padding-left: 22px;
    padding-right: 170px;
  }

  .image-82 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .image-83 {
    max-width: none;
    padding-right: 0;
  }

  .image-84 {
    padding-bottom: 77px;
  }

  .image-85 {
    padding-bottom: 89px;
  }

  .image-86 {
    padding-bottom: 76px;
  }

  .image-87 {
    padding-bottom: 79px;
  }

  .image-88 {
    padding-bottom: 97px;
  }

  .image-89 {
    padding-bottom: 48px;
  }

  .image-90 {
    padding-bottom: 50px;
  }

  .image-91 {
    padding-bottom: 44px;
  }

  .image-92 {
    padding-bottom: 31px;
  }

  .image-93 {
    padding-bottom: 81px;
  }

  .image-94 {
    padding-bottom: 68px;
  }

  .image-95 {
    padding-bottom: 58px;
  }

  .image-96 {
    padding-bottom: 40px;
  }

  .image-97 {
    padding-bottom: 71px;
  }

  .image-98 {
    padding-bottom: 38px;
  }

  .image-99 {
    padding-bottom: 42px;
  }

  .image-100 {
    padding-bottom: 39px;
  }

  .image-101 {
    padding-bottom: 53px;
  }

  .image-102 {
    padding-bottom: 70px;
  }

  .image-103 {
    padding-bottom: 88px;
  }

  .image-104 {
    padding-bottom: 111px;
  }

  .image-105 {
    padding-bottom: 41px;
  }

  .image-106 {
    padding-bottom: 78px;
  }

  .image-107 {
    padding-bottom: 60px;
  }

  .image-108 {
    padding-bottom: 78px;
  }

  .image-109 {
    padding-bottom: 85px;
  }

  .image-110 {
    padding-bottom: 44px;
  }

  .image-111 {
    padding-bottom: 50px;
  }

  .image-112 {
    padding-bottom: 124px;
  }

  .image-113 {
    padding-bottom: 51px;
  }

  .image-114 {
    padding-bottom: 71px;
  }

  .image-115 {
    padding-bottom: 64px;
  }

  .image-116 {
    padding-bottom: 42px;
  }

  .image-117 {
    padding-bottom: 75px;
  }

  .image-118 {
    padding-bottom: 83px;
  }

  .image-119 {
    padding-bottom: 84px;
  }

  .image-120 {
    padding-bottom: 74px;
  }

  .image-121 {
    padding-bottom: 79px;
  }

  .image-122 {
    padding-bottom: 70px;
  }

  .image-123 {
    padding-bottom: 92px;
  }

  .image-124 {
    padding-bottom: 38px;
  }

  .image-125 {
    padding-bottom: 0;
  }

  .column-27 {
    margin-bottom: -84px;
  }

  .div-block-17 {
    margin-bottom: -11px;
    padding-bottom: 0;
  }

  .paragraph-21 {
    margin-left: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-16 {
    line-height: 25px;
  }

  .bold-text-16 {
    font-size: 25px;
    line-height: 25px;
  }

  .image-140 {
    margin-left: -61px;
  }

  .link-block-8 {
    padding-right: 0;
  }

  .link-block-9 {
    padding-right: 6px;
  }

  .div-block-19 {
    margin-left: 19px;
    padding-right: 25px;
  }

  .div-block-20 {
    margin-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;
  }

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

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

  .footer-wrapper {
    padding-left: 0;
  }

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

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

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-7 {
    padding-bottom: 0;
  }

  ._214 {
    margin-left: -24px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .amazingdivblock {
    margin-left: 31px;
    padding-left: 28px;
  }

  ._432 {
    margin-left: -14px;
    margin-right: 0;
    padding-left: 0;
  }

  ._432.new {
    margin-left: 4px;
  }

  ._432._123 {
    margin-left: 17px;
  }

  ._432._1044 {
    margin-left: -19px;
  }

  ._510 {
    margin-left: -58px;
    margin-right: -41px;
  }

  ._1656_1660 {
    margin-left: -40px;
    padding-left: 0;
    padding-right: 0;
  }

  ._1656_1660._50449 {
    margin-left: -9px;
    padding-left: 0;
  }

  ._1656_1660._54438 {
    margin-left: -153px;
  }

  ._2897 {
    max-width: 325px;
    margin-bottom: 27px;
    padding-left: 16px;
    padding-right: 26px;
  }

  .div-block-10 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-13 {
    padding-left: 8px;
  }

  .grid-5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 2.75fr;
    grid-auto-flow: column;
  }

  .container-14, .text-block-19 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rep-literature {
    padding-bottom: 20px;
  }

  .body-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .html-embed {
    margin-bottom: 0;
    padding-top: 28px;
    padding-bottom: 0;
  }

  ._2886._7138 {
    max-width: 300px;
    margin-left: -22px;
  }

  ._2385 {
    max-width: 300px;
    margin-left: -24px;
  }

  .image-76 {
    margin-left: -19px;
  }

  ._333 {
    max-width: 300px;
    margin-left: -22px;
  }

  ._333._2730 {
    max-width: 300px;
    margin-left: -19px;
  }

  .image-80 {
    margin-left: 19px;
  }

  .image-81 {
    margin-left: 2px;
    padding-right: 30px;
  }

  .image-82 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .grid-9 {
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .image-128 {
    border-style: none;
  }

  .heading-16 {
    margin-top: 18px;
    font-size: 15px;
    line-height: 20px;
  }

  .image-140 {
    margin-right: -54px;
  }
}

#w-node-_55ef47e5-0ccf-e2e4-9e75-ee6498da3365-98da335f, #w-node-_62b19e64-fe76-27f0-607d-213eef0927e1-98da335f, #w-node-_55ef47e5-0ccf-e2e4-9e75-ee6498da336a-98da335f, #w-node-_55ef47e5-0ccf-e2e4-9e75-ee6498da3375-98da335f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25d6b4e6-4d9b-1b2b-4c0b-b86ba729ffa1-b6259729 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_176381af-3d7c-f874-d740-413ccbf36db1-b6259729, #w-node-_4101bfb3-5c1b-2a58-7183-d2416a06ea24-b6259729, #w-node-_99807178-26f8-8292-2a7b-13d96da6586d-b6259729 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25d6b4e6-4d9b-1b2b-4c0b-b86ba729ffa1-6cd8fb18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_176381af-3d7c-f874-d740-413ccbf36db1-6cd8fb18, #w-node-_4101bfb3-5c1b-2a58-7183-d2416a06ea24-6cd8fb18, #w-node-_99807178-26f8-8292-2a7b-13d96da6586d-6cd8fb18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25d6b4e6-4d9b-1b2b-4c0b-b86ba729ffa1-d42a9260 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_176381af-3d7c-f874-d740-413ccbf36db1-d42a9260, #w-node-_4101bfb3-5c1b-2a58-7183-d2416a06ea24-d42a9260, #w-node-_99807178-26f8-8292-2a7b-13d96da6586d-d42a9260 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25d6b4e6-4d9b-1b2b-4c0b-b86ba729ffa1-66161010 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_176381af-3d7c-f874-d740-413ccbf36db1-66161010 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_4101bfb3-5c1b-2a58-7183-d2416a06ea24-66161010, #w-node-_99807178-26f8-8292-2a7b-13d96da6586d-66161010 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25d6b4e6-4d9b-1b2b-4c0b-b86ba729ffa1-51897430 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_176381af-3d7c-f874-d740-413ccbf36db1-51897430 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_4101bfb3-5c1b-2a58-7183-d2416a06ea24-51897430, #w-node-_99807178-26f8-8292-2a7b-13d96da6586d-51897430 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25d6b4e6-4d9b-1b2b-4c0b-b86ba729ffa1-175cac81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_176381af-3d7c-f874-d740-413ccbf36db1-175cac81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_4101bfb3-5c1b-2a58-7183-d2416a06ea24-175cac81, #w-node-_99807178-26f8-8292-2a7b-13d96da6586d-175cac81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25d6b4e6-4d9b-1b2b-4c0b-b86ba729ffa1-aab79f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_176381af-3d7c-f874-d740-413ccbf36db1-aab79f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_4101bfb3-5c1b-2a58-7183-d2416a06ea24-aab79f73, #w-node-_99807178-26f8-8292-2a7b-13d96da6586d-aab79f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25d6b4e6-4d9b-1b2b-4c0b-b86ba729ffa1-03f2b455 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_176381af-3d7c-f874-d740-413ccbf36db1-03f2b455 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_25d6b4e6-4d9b-1b2b-4c0b-b86ba729ffa1-ada827a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_176381af-3d7c-f874-d740-413ccbf36db1-ada827a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_4101bfb3-5c1b-2a58-7183-d2416a06ea24-ada827a0, #w-node-_99807178-26f8-8292-2a7b-13d96da6586d-ada827a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25d6b4e6-4d9b-1b2b-4c0b-b86ba729ffa1-5b780b6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_176381af-3d7c-f874-d740-413ccbf36db1-5b780b6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_4101bfb3-5c1b-2a58-7183-d2416a06ea24-5b780b6a, #w-node-_99807178-26f8-8292-2a7b-13d96da6586d-5b780b6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25d6b4e6-4d9b-1b2b-4c0b-b86ba729ffa1-50d374e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_176381af-3d7c-f874-d740-413ccbf36db1-50d374e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_4101bfb3-5c1b-2a58-7183-d2416a06ea24-50d374e0, #w-node-_99807178-26f8-8292-2a7b-13d96da6586d-50d374e0, #w-node-_62958b35-938b-70aa-d30c-2c6c18a6dc33-75335f7f, #w-node-_60e0b013-3365-c228-95b9-2fdd417ff185-75335f7f, #w-node-_82548009-7682-4687-0333-24a268e8994c-75335f7f, #w-node-c8481085-1196-6492-0572-34b22d2629ae-86a89466, #w-node-cacd4966-d54e-450a-ffcf-60211206cf05-86a89466, #w-node-_9d2925a3-a2d8-6d7c-5eb3-e4a721d0ddc1-8b3f9590 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_176381af-3d7c-f874-d740-413ccbf36db1-b6259729, #w-node-_176381af-3d7c-f874-d740-413ccbf36db1-6cd8fb18, #w-node-_176381af-3d7c-f874-d740-413ccbf36db1-d42a9260, #w-node-_176381af-3d7c-f874-d740-413ccbf36db1-66161010, #w-node-_176381af-3d7c-f874-d740-413ccbf36db1-51897430, #w-node-_176381af-3d7c-f874-d740-413ccbf36db1-175cac81, #w-node-_176381af-3d7c-f874-d740-413ccbf36db1-aab79f73, #w-node-_176381af-3d7c-f874-d740-413ccbf36db1-03f2b455, #w-node-_176381af-3d7c-f874-d740-413ccbf36db1-ada827a0, #w-node-_176381af-3d7c-f874-d740-413ccbf36db1-5b780b6a, #w-node-_176381af-3d7c-f874-d740-413ccbf36db1-50d374e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_25d6b4e6-4d9b-1b2b-4c0b-b86ba729ffa1-b6259729 {
    justify-self: center;
  }

  #w-node-_4101bfb3-5c1b-2a58-7183-d2416a06ea24-b6259729 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_25d6b4e6-4d9b-1b2b-4c0b-b86ba729ffa1-6cd8fb18 {
    justify-self: center;
  }

  #w-node-_4101bfb3-5c1b-2a58-7183-d2416a06ea24-6cd8fb18 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_25d6b4e6-4d9b-1b2b-4c0b-b86ba729ffa1-d42a9260 {
    justify-self: center;
  }

  #w-node-_4101bfb3-5c1b-2a58-7183-d2416a06ea24-d42a9260 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_25d6b4e6-4d9b-1b2b-4c0b-b86ba729ffa1-66161010 {
    justify-self: center;
  }

  #w-node-_4101bfb3-5c1b-2a58-7183-d2416a06ea24-66161010 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_25d6b4e6-4d9b-1b2b-4c0b-b86ba729ffa1-51897430 {
    justify-self: center;
  }

  #w-node-_4101bfb3-5c1b-2a58-7183-d2416a06ea24-51897430 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_25d6b4e6-4d9b-1b2b-4c0b-b86ba729ffa1-175cac81 {
    justify-self: center;
  }

  #w-node-_4101bfb3-5c1b-2a58-7183-d2416a06ea24-175cac81 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_25d6b4e6-4d9b-1b2b-4c0b-b86ba729ffa1-aab79f73 {
    justify-self: center;
  }

  #w-node-_4101bfb3-5c1b-2a58-7183-d2416a06ea24-aab79f73 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_25d6b4e6-4d9b-1b2b-4c0b-b86ba729ffa1-03f2b455, #w-node-_25d6b4e6-4d9b-1b2b-4c0b-b86ba729ffa1-ada827a0 {
    justify-self: center;
  }

  #w-node-_4101bfb3-5c1b-2a58-7183-d2416a06ea24-ada827a0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_25d6b4e6-4d9b-1b2b-4c0b-b86ba729ffa1-5b780b6a {
    justify-self: center;
  }

  #w-node-_4101bfb3-5c1b-2a58-7183-d2416a06ea24-5b780b6a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_25d6b4e6-4d9b-1b2b-4c0b-b86ba729ffa1-50d374e0 {
    justify-self: center;
  }

  #w-node-_4101bfb3-5c1b-2a58-7183-d2416a06ea24-50d374e0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Souvenir';
  src: url('../fonts/Souvenir-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Souvenir demi';
  src: url('../fonts/Souvenir-Demi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Souvenir';
  src: url('../fonts/Souvenir-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Souvenir';
  src: url('../fonts/Souvenir-DemiItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Souvenir';
  src: url('../fonts/Souvenir-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}