:root {
  --black: black;
  --bencor-red: #f14925;
  --walch-red: #c9050e;
  --white: #fff;
  --norcast: #192732;
  --norcast-blue: #063dbe;
  --footer-norcast: #272d33;
}

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

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: #dadada;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.divider.product {
  margin-top: 50px;
  margin-bottom: 30px;
}

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

.section-bencor-sub-pages {
  margin-left: 0;
  margin-right: 0;
}

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

.section-bencor-sub-pages.cc-home-wrap, .section-bencor-sub-pages.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
}

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

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

.paragraph-tiny-footer-bencor {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

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

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

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  text-indent: 0;
  column-count: auto;
  padding-left: 0;
  font-size: 17px;
  line-height: 25px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f14925;
  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;
  position: relative;
}

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

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

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

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

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

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

.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: #737373;
  text-align: left;
  width: auto;
  margin-top: 0;
  text-decoration: none;
}

.heading-jumbo {
  text-align: left;
  text-transform: none;
  border-left: 4px solid #f14925;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 50px;
  font-weight: 600;
  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;
}

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

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

.navigation {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#000, #484443 0%, #030305);
  align-items: center;
  padding: 30px 50px;
  display: none;
}

.navigation-item {
  opacity: .9;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

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

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

.navigation-item.w--current {
  opacity: 1;
  color: #f14925;
  font-weight: 500;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #f14925;
  font-weight: 500;
}

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

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  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/slider-5-1920x700.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: url('../images/bg-image-4.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 480px;
}

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

.intro-content-bencor-product-range.cc-homepage {
  clear: none;
  text-align: left;
  background-color: rgba(0, 0, 0, .8);
  width: 40%;
  max-width: 1113px;
  margin-bottom: 20px;
  padding: 5px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: -22%;
  right: 50%;
}

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

.product-icon {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.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 {
  text-align: left;
  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-bencor-email-address {
  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-bencor-email-address:hover {
  border-color: #e3e6eb;
}

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

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

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

.text-field-bencor-email-address.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: 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: 50px;
  margin-bottom: 50px;
}

.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: ". ."
  / 2fr 1fr;
  align-items: center;
  margin-bottom: 80px;
}

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

.intro-text {
  background-color: rgba(0, 0, 0, 0);
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

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

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

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

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

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

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

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

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

.heading {
  border-bottom: 1px solid #424242;
  margin-top: 0;
  padding-bottom: 15px;
  font-weight: 600;
}

.heading-2 {
  border-left: 3px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-left: 0;
}

.section-footer-bencor {
  background-color: #141414;
  margin-left: 0;
  margin-right: 0;
}

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

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

.right-arrow {
  display: none;
  overflow: visible;
}

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

.slider {
  background-color: rgba(0, 0, 0, 0);
  height: 180px;
}

.section-client-scroll {
  background-color: #161616;
}

.slide {
  background-color: #efefef;
  border: 0 solid #9ec663;
  border-bottom-width: 3px;
  padding-left: 85px;
  padding-right: 85px;
}

.slider-wrapper-wide {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.logo-wrapper-wide {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.icon-3 {
  color: #404047;
}

.left-arrow, .slide-nav {
  display: none;
}

.heading-3, .heading-4, .heading-5 {
  color: #fff;
  border-bottom: 1px solid #f14925;
  padding-bottom: 5px;
  font-weight: 600;
}

.heading-footer-contact-information-bencor {
  color: #fff;
  border-bottom: 1px solid #f14925;
  padding-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
}

.section-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.paragraph {
  color: #b8b8b8;
  font-size: 15px;
  font-weight: 400;
}

.button-2 {
  color: #b8b8b8;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #b8b8b8;
  margin-top: 10px;
}

.button-2:hover {
  color: #fff;
  background-color: #f14925;
  border-width: 2px;
  border-color: #f14925;
}

.button-2:active {
  color: #1a1b1f;
}

.text-span {
  color: #1a1b1f;
  font-weight: 500;
}

.text-span:hover {
  color: #fff;
}

.link {
  text-decoration: none;
}

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

.link-3 {
  color: #737373;
  padding-top: 15px;
  font-size: 15px;
  text-decoration: none;
}

.link-block-footer-contact-information-number-bencor {
  text-decoration: none;
  display: flex;
}

.paragraph-2 {
  font-size: 15px;
  text-decoration: none;
}

.paragraph-3 {
  color: #b8b8b8;
  padding-left: 10px;
  text-decoration: none;
}

.image-icon-phone-footer-bencor {
  margin-bottom: auto;
  padding-top: 5px;
  position: static;
}

.button-3 {
  text-transform: uppercase;
  background-color: #f14925;
  border: 2px solid #f14925;
  margin-top: 15px;
  padding: 15px 35px;
  font-weight: 600;
}

.button-3:hover {
  color: #f14925;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #f14925;
}

.info-footer {
  background-color: #0e0e0e;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

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

.bold-text {
  border-left: 3px solid #f14925;
  padding-left: 15px;
  font-size: 25px;
  font-weight: 500;
}

.button-4 {
  text-transform: uppercase;
  background-color: #f14925;
  border: 3px solid #f14925;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 500;
}

.button-4:hover {
  color: #f14925;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #f14925;
}

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

.body {
  background-image: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url('../images/diagmonds.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.div-block-bencor {
  background-color: #fff;
  width: 100%;
  height: 680px;
  padding-top: 0;
  position: relative;
}

.div-block-2, .div-block-3 {
  background-color: #fff;
}

.image-3 {
  clear: none;
  text-align: left;
  object-fit: fill;
  margin: -45px auto 0;
  padding-bottom: 30px;
  display: block;
}

.columns {
  width: auto;
  max-width: none;
  margin-top: 8%;
}

.image-4, .image-5 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

.heading-8 {
  color: #fd4624;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
}

.list-item, .list-item-2, .list-item-3 {
  color: #737373;
  text-align: left;
  font-size: 15px;
}

.list {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.grid {
  grid-template-rows: auto 0;
  grid-template-columns: 350px 350px 350px;
  margin-top: 8%;
}

.button-5 {
  text-align: left;
  text-transform: uppercase;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: inline-block;
  position: static;
}

.button-6 {
  text-transform: uppercase;
}

.find-out-more {
  text-align: center;
  text-transform: uppercase;
  background-color: #f14925;
  border: 3px solid #f14925;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.find-out-more:hover {
  color: #f14925;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #f14925;
  font-weight: 600;
}

.button-wrapper {
  text-align: center;
  margin: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.big-block {
  color: #000;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
}

.big-block.highlight {
  color: #fff;
  background-color: #6165ff;
  margin-top: -10px;
  padding-top: 22px;
}

.product-image {
  width: 100px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 / auto 1fr 1fr 1fr;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.white-background {
  display: none;
}

.grid-block {
  color: #777;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  box-shadow: inset 0 1px rgba(0, 0, 0, .12);
}

.grid-block.blue {
  color: #fff;
  background-color: #6165ff;
}

.grid-block.price {
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 32px;
  line-height: 32px;
}

.grid-block.price.highlight {
  color: #fff;
  background-color: #6165ff;
  margin-bottom: -10px;
  padding-bottom: 34px;
}

.grid-block.rating {
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.grid-block.rating.highlight {
  background-color: #6165ff;
}

.stars {
  height: 20px;
}

.main-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template: ". . ."
                 ". . ." 0
                 / 1.5fr 1.5fr 1.5fr;
  margin-top: 7%;
  margin-bottom: 120px;
}

.div-block-walch, .div-block-norcast {
  background-color: #fff;
  width: 100%;
  height: 680px;
  padding-top: 0;
  position: relative;
}

.navbar {
  opacity: 1;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#484443, #030305 99%, #000);
  border: 0 solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-link {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
}

.nav-link:hover, .nav-link:focus, .nav-link:visited {
  color: #f14a26;
}

.nav-link.w--current {
  color: #f14925;
}

.nav-link-2 {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
}

.nav-link-2:hover, .nav-link-2:focus, .nav-link-2:visited {
  color: #f14a26;
}

.nav-link-2.w--current {
  color: #f14925;
}

.nav-link-3 {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
}

.nav-link-3:hover, .nav-link-3:focus, .nav-link-3:visited {
  color: #f14a26;
}

.nav-link-3.w--current {
  color: #f14925;
}

.nav-link-4 {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
}

.nav-link-4:hover, .nav-link-4:focus, .nav-link-4:visited {
  color: #f14a26;
}

.nav-link-4.w--current {
  color: #f14925;
}

.nav-link-5 {
  color: #fff;
  font-weight: 500;
}

.nav-link-5:hover, .nav-link-5:focus, .nav-link-5:visited {
  color: #f14a26;
}

.image-6 {
  margin-right: 0;
  padding-top: 10px;
}

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

.intro-header-company-profile-bencor {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/slider-5-1920x700.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header-company-profile-bencor.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/background-image-bencor-company-profile.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  height: 480px;
  margin-bottom: 0;
}

.intro-header-history-bencor {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/slider-5-1920x700.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header-history-bencor.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: url('../images/bg-image-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 480px;
  margin-bottom: 0;
}

.intro-header-product-range-bencor {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/slider-5-1920x700.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header-product-range-bencor.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: url('../images/bg-image-3.jpg');
  background-position: 50%;
  background-size: cover;
  height: 480px;
  margin-bottom: 0;
}

.our-products-grid-single-row {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template: ". . ."
                 ". . ." 0
                 / 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
}

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

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

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

.bold-text-2, .bold-text-3 {
  color: #f14925;
  font-size: 15px;
  font-weight: 600;
}

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

.bold-text-4 {
  color: #f14925;
  font-weight: 600;
}

.text-block-3 {
  font-size: 15px;
}

.bold-text-5 {
  color: #f14925;
  font-weight: 600;
}

.tab-pane-tab-1 {
  font-size: 15px;
}

.bold-text-6 {
  font-weight: 600;
}

.tab-link-tab-1 {
  color: #f14925;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #f14925;
  margin-left: 1px;
  margin-right: 1px;
  font-size: 15px;
  font-weight: 600;
}

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

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #f14925;
  border: 2px solid #f14925;
  margin-left: 1px;
  margin-right: 1px;
  font-weight: 500;
}

.tab-link-tab-2 {
  color: #f14925;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #f14925;
  margin-left: 1px;
  margin-right: 1px;
  font-size: 15px;
  font-weight: 600;
}

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

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: #f14925;
  font-size: 15px;
  font-weight: 600;
}

.tab-link-tab-3 {
  color: #f14925;
  background-color: #fff;
  border: 2px solid #f14925;
  margin-left: 1px;
  margin-right: 1px;
  font-size: 15px;
  font-weight: 600;
}

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

.tab-link-tab-3.w--current {
  color: #fff;
  background-color: #f14925;
  font-size: 15px;
  font-weight: 600;
}

.tab-link-tab-4 {
  color: #f14925;
  background-color: #fff;
  border: 2px solid #f14925;
  margin-left: 1px;
  margin-right: 1px;
  font-size: 15px;
  font-weight: 600;
}

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

.tab-link-tab-4.w--current {
  color: #fff;
  background-color: #f14925;
}

.tab-link-tab-5 {
  color: #f14925;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #f14925;
  margin-left: 1px;
  margin-right: 1px;
  font-size: 15px;
  font-weight: 600;
}

.tab-link-tab-5:hover {
  color: #000;
}

.tab-link-tab-5.w--current {
  color: #fff;
  background-color: #f14925;
}

.tabs {
  padding-bottom: 50px;
}

.bold-text-7 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.text-block-4 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.text-block-5 {
  color: #f14925;
  font-size: 15px;
  font-weight: 600;
}

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

.button-7 {
  clear: right;
  text-align: left;
  text-transform: uppercase;
  background-color: #f14925;
  position: static;
}

.div-block-5 {
  text-align: right;
  margin-bottom: 50px;
}

.heading-contact-us-bencor {
  margin-top: 0;
}

.contact-address-link {
  opacity: 1;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-weight: 500;
  text-decoration: none;
}

.contact-address-link:hover {
  opacity: 1;
  color: #f14925;
  font-weight: 500;
}

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

.intro-header-contact-us-bencor {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/slider-5-1920x700.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header-contact-us-bencor.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/contact-us-bencor.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 480px;
  margin-bottom: 0;
}

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

.link-phone, .link-fax {
  font-weight: 500;
  text-decoration: none;
}

.paragraph-light-head-office {
  opacity: 1;
  text-align: left;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  text-decoration: none;
}

.navbar-walch {
  opacity: 1;
  color: var(--bencor-red);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#484443, #030305 99%, #000);
  border: 0 solid #000;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.walch-logo-nav {
  width: 250px;
}

.navbar-walch-engineering {
  background-image: linear-gradient(198deg, #000, #141414);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link-6, .nav-link-7 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.nav-link-8 {
  color: #fff;
  font-weight: 500;
}

.nav-walch {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.nav-walch:hover {
  color: var(--walch-red);
}

.nav-walch.w--current {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.nav-walch.w--current:hover {
  color: var(--walch-red);
}

.nav-link-bencor-about-us {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}

.nav-link-bencor-about-us:hover {
  color: var(--walch-red);
}

.nav-link-bencor-our-history {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}

.nav-link-bencor-our-history:hover {
  color: var(--walch-red);
}

.nav-link-walch-contact-us {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}

.nav-link-walch-contact-us:hover {
  color: var(--walch-red);
}

.nav-link-walch-contact-us.w--current {
  color: var(--walch-red);
  font-weight: 500;
}

.intro-header-walch-home {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/walch-slider-1-1920x1000.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 0;
  display: flex;
}

.intro-header-walch-home.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: url('../images/bg-image-4.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 480px;
}

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

.intro-content-walch-home.cc-homepage {
  clear: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-left: 0 solid rgba(0, 0, 0, 0);
  width: auto;
  max-width: none;
  margin-bottom: 20px;
  padding: 5px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.heading-intro-walch-home {
  border-left: 3px solid #f14925;
  margin-bottom: 15px;
  padding-left: 50px;
  font-size: 2.5em;
  line-height: 50px;
}

.heading-intro-walch-home.walch-home {
  font-size: 2.8em;
}

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

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

.paragraph-bigger-walch.cc-bigger-white-light {
  opacity: .6;
  text-indent: 0;
  column-count: auto;
  opacity: .6;
  text-indent: 0;
  column-count: auto;
  padding-left: 0;
  font-size: 17px;
  line-height: 25px;
}

.paragraph-bigger-walch.cc-bigger-light-walch {
  opacity: .85;
  padding-left: 50px;
  font-size: 16px;
  line-height: 30px;
}

.button-8 {
  background-color: var(--walch-red);
  text-transform: uppercase;
  margin-top: 30px;
  margin-left: 50px;
  font-weight: 500;
}

.container-walch-home {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading-walch {
  text-transform: uppercase;
  border-left: 5px solid #c9050e;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 35px;
  font-weight: 600;
}

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

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

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

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

.button-walch.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-walch.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

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

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

.button-walch.cc-contact-us {
  z-index: 5;
  position: relative;
}

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

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

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

.container-2-walch {
  max-width: 1140px;
}

.section-3-walch {
  background-color: #f1f4fc;
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-3-walch, .heading-4-walch, .heading-5-walch {
  border-bottom: 0 solid rgba(0, 0, 0, 0);
  border-left: 4px solid var(--walch-red);
  color: var(--walch-red);
  padding-bottom: 5px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-walch {
  color: #737373;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-copy {
  color: #b8b8b8;
  font-size: 15px;
  font-weight: 400;
}

.button-2-walch {
  border: 2px solid var(--walch-red);
  color: var(--walch-red);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  padding: 5px 25px;
  font-weight: 600;
}

.button-2-walch:hover {
  color: #fff;
  background-color: #f14925;
  border-width: 2px;
  border-color: #f14925;
}

.button-2-walch:active {
  color: #1a1b1f;
}

.heading-9 {
  color: #fff;
  border-bottom: 2px solid #737373;
  font-size: 17px;
  font-weight: 500;
}

.section-3 {
  background-color: #464950;
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading-10, .heading-11 {
  color: #fff;
  border-bottom: 2px solid #737373;
  font-size: 17px;
  font-weight: 500;
}

.heading-12 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.image-2-walch {
  margin-bottom: auto;
  padding-top: 5px;
  position: static;
}

.paragraph-3-walch {
  color: #b8b8b8;
  padding-left: 10px;
  font-size: 13px;
  text-decoration: none;
}

.link-block-walch {
  color: #b8b8b8;
  text-decoration: none;
  display: flex;
}

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

.button-2-walch-footer {
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  margin-top: 10px;
  padding: 5px 25px;
  font-size: 13px;
  font-weight: 600;
}

.button-2-walch-footer:hover {
  color: #fff;
  background-color: #f14925;
  border-width: 2px;
  border-color: #f14925;
}

.button-2-walch-footer:active {
  color: #1a1b1f;
}

.section-4 {
  background-color: #161616;
  padding-top: 0;
  padding-bottom: 0;
}

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

.footer-link-walch:hover {
  opacity: 1;
}

.footer-link-walch:active {
  opacity: .8;
}

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

.footer-link-bencor:hover {
  opacity: 1;
}

.footer-link-bencor:active {
  opacity: .8;
}

.intro-header-contact-us-walch {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/slider-5-1920x700.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header-contact-us-walch.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: url('../images/bg-image-4_1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 480px;
  margin-bottom: 0;
}

.p-useful-links {
  padding-left: 10px;
  font-size: 13px;
}

.text-wrapper-walch {
  opacity: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, .75);
  height: 270px;
  padding: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.column-22 {
  padding-top: 10px;
  padding-right: 5px;
}

.columns-3-current-press-brakes-in-stock-for-sale-walch {
  padding-top: 0;
}

.thumbnil-block-basic-3m-80-ton-press-brake-walch {
  text-align: center;
  background-image: url('../images/07.jpg');
  background-position: 50%;
  background-size: cover;
  height: 270px;
  margin-bottom: 10px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.column-20 {
  padding-top: 10px;
  padding-right: 5px;
}

.thumbnil-block-9-axis-full-cnc-controlled-press-brake-with-laser-angle-monitoring-and-angle-correction-facility-walch {
  text-align: center;
  background-image: url('../images/gallerybig_297_B.jpg');
  background-position: 50%;
  background-size: cover;
  height: 270px;
  position: relative;
  overflow: hidden;
}

.column-21 {
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.heading-13 {
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 25%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.thumbnil-block-6mm-x-3m-guiloteen-with-rear-plate-support-walch {
  text-align: center;
  background-image: url('../images/gallerybig_280_B.jpg');
  background-size: contain;
  height: 270px;
  position: relative;
  overflow: hidden;
}

.thumbnil-block-nc-press-brake-with-hydraulic-tool-clamps-walch {
  text-align: center;
  background-image: url('../images/gallerybig_321_B.jpg');
  background-position: 50%;
  background-size: cover;
  height: 270px;
  position: relative;
  overflow: hidden;
}

.button-9 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0;
  margin-top: 15px;
}

.button-9:hover {
  color: #000;
  background-color: #fff;
}

.column-23 {
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.thumbnil-block-9-axis-full-cnc-controlled-press-brake-with-laser-angle-monitoring-and-angle-correction-facility-2-walch {
  text-align: center;
  background-image: url('../images/gallerybig_295_B.jpg');
  background-position: 50%;
  background-size: cover;
  height: 270px;
  position: relative;
  overflow: hidden;
}

.column-24 {
  padding-top: 10px;
  padding-left: 5px;
}

.thumbnil-block-300-ton-mechanical-press-walch {
  text-align: center;
  background-image: url('../images/04.jpg');
  background-position: 50%;
  background-size: cover;
  height: 270px;
  position: relative;
  overflow: hidden;
}

.heading-14, .heading-15 {
  font-size: 22px;
}

.columns-2-current-press-brakes-in-stock-for-sale-walch {
  padding-top: 0;
}

.column-25 {
  display: none;
}

.thumbnil-block-500-ton-straightening-press-walch {
  text-align: center;
  background-image: url('../images/05.jpg');
  background-position: 50%;
  background-size: cover;
  height: 270px;
  margin-bottom: 10px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.lightbox-link-walch {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-8 {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.manufacturing-1-walch {
  margin-top: 67px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.manufacturing-2-walch, .manufacturing-3-walch {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.manufacturing-4-walch {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.heading-manufacturing-1 {
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  position: absolute;
  top: 35%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-manufacturing-2, .heading-manufacturing-3 {
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  position: absolute;
  top: 20%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-manufacturing-4 {
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  position: absolute;
  top: 35%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.manufacturing-5-walch {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.heading-manufacturing-5 {
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  position: absolute;
  top: 35%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.manufacturing-6-walch {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.heading-manufacturing-6 {
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  position: absolute;
  top: 20%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.manufacturing-7-walch {
  margin: 70px auto 0;
  position: relative;
}

.heading-manufacturing-7 {
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  position: absolute;
  top: 35%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.thumbnil-block-walch {
  text-align: center;
  background-image: url('../images/gallerybig_282_B.jpg');
  background-position: 50%;
  background-size: cover;
  height: 270px;
  margin-bottom: 10px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.manufacturing-8-walch {
  margin: 110px auto 0;
  position: relative;
}

.column-26 {
  padding-top: 10px;
  padding-left: 5px;
}

.column-mc1-walch {
  padding-top: 10px;
  padding-right: 5px;
}

.column-mc2-walch {
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.column-mc3-walch {
  padding-top: 10px;
  padding-left: 5px;
}

.column-mc4-walch {
  padding-top: 10px;
  padding-right: 5px;
}

.column-mc5-walch {
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.column-mc6-walch {
  padding-top: 10px;
  padding-left: 5px;
}

.column-mc7-walch, .column-mc8-walch {
  padding-top: 10px;
  padding-right: 5px;
}

.section-manufacturing-walch {
  padding-bottom: 0;
}

.home-n {
  color: #fff;
  text-transform: uppercase;
  padding-top: 20px;
  font-weight: 500;
}

.home-n:hover {
  color: #3f79ff;
  border-bottom: 0 solid rgba(0, 0, 0, 0);
}

.home-n.w--current {
  color: #fff;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.company-profile-n {
  color: #fff;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.company-profile-n:hover {
  color: var(--white);
  border-bottom: 0 solid #031e5f;
}

.applications-n {
  color: #fff;
  text-transform: uppercase;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  top: auto;
}

.applications-n:hover {
  color: #3f79ff;
}

.norcast-nav {
  background-color: var(--norcast);
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.norcast-nav:hover {
  color: var(--norcast-blue);
}

.product-range-n {
  color: #fff;
  text-transform: uppercase;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  top: auto;
}

.product-range-n:hover {
  color: var(--norcast-blue);
}

.product-range-n.w--current {
  color: #fff;
}

.product-range-n.w--current:hover {
  color: #3f79ff;
}

.contact-us-n {
  color: #fff;
  text-transform: uppercase;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
  top: auto;
}

.contact-us-n:hover {
  color: #3f79ff;
}

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

.intro-content-norcast-home.cc-homepage {
  clear: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-left: 0 solid rgba(0, 0, 0, 0);
  width: 60%;
  max-width: none;
  margin-bottom: 20px;
  padding: 5px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: -15%;
  right: 0%;
}

.heading-2-norcast {
  border-left: 0 solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-left: 0;
}

.heading-2-norcast.header-seo {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 2.8em;
}

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

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

.paragraph-bigger-norcast.cc-bigger-white-light {
  opacity: .6;
  text-indent: 0;
  column-count: auto;
  opacity: .6;
  text-indent: 0;
  column-count: auto;
  padding-left: 0;
  font-size: 17px;
  line-height: 25px;
}

.paragraph-bigger-norcast.cc-bigger-light-walch {
  opacity: .6;
  padding-left: 0;
  font-size: 15px;
  line-height: 30px;
}

.button-8-norcast {
  background-color: var(--norcast-blue);
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: 0;
  padding: 5px 25px;
  font-size: 15px;
  font-weight: 500;
}

.button-8-norcast:hover {
  color: #fff;
}

.button-8-norcast.product-range {
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.image-9, .image-10 {
  height: 300px;
}

.div-block-6 {
  background-image: url('../images/page-01_img_01.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
  height: 370%;
  position: relative;
}

.div-block-7 {
  background-image: url('../images/page-01_img_01.jpg');
  background-position: 50%;
  background-size: auto;
  height: 370px;
}

.div-block-our-products-norcast {
  background-image: url('../images/page-01_img_01.jpg');
  background-position: 50%;
  background-size: cover;
  height: 370px;
  position: relative;
}

.div-block-applications-norcast {
  background-image: url('../images/page-01_img_02.jpg');
  background-position: 50%;
  background-size: cover;
  height: 370px;
  position: relative;
}

.div-block-company-profile-norcast {
  background-image: url('../images/page-01_img_03.jpg');
  background-position: 50%;
  background-size: cover;
  height: 370px;
  position: relative;
}

.div-block-contact-us-norcast {
  background-image: url('../images/page-01_img_04.jpg');
  background-position: 50%;
  background-size: cover;
  height: 370px;
  position: relative;
}

.link-block-our-products-norcast {
  color: #fff;
  background-color: rgba(25, 39, 50, .8);
  width: 100%;
  height: 250px;
  padding: 20px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
}

.link-block-our-products-norcast:hover {
  background-color: var(--norcast-blue);
  color: #fff;
}

.heading-16 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  text-decoration: none;
}

.heading-16:hover {
  color: #fff;
}

.heading-17 {
  color: #fff;
  margin-top: 0;
  padding-left: 0;
  font-weight: 600;
}

.paragraph-5 {
  color: #fff;
  padding-left: 0;
}

.link-block-applications-norcast {
  color: #fff;
  background-color: rgba(25, 39, 50, .8);
  width: 100%;
  height: 250px;
  padding: 20px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
}

.link-block-applications-norcast:hover {
  background-color: var(--norcast-blue);
  color: #fff;
}

.link-block-company-profile-norcast {
  color: #fff;
  background-color: rgba(25, 39, 50, .8);
  width: 100%;
  height: 250px;
  padding: 20px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
}

.link-block-company-profile-norcast:hover {
  background-color: var(--norcast-blue);
  color: #fff;
}

.link-block-contact-us-norcast {
  color: #fff;
  background-color: rgba(25, 39, 50, .8);
  width: 100%;
  height: 250px;
  padding: 20px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
}

.link-block-contact-us-norcast:hover {
  background-color: var(--norcast-blue);
  color: #fff;
}

.intro-text-norcast {
  background-color: rgba(0, 0, 0, .8);
  width: 50%;
  margin-bottom: 35px;
  margin-left: 0;
  margin-right: 355px;
  padding: 30px;
}

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

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

.section-heading-norcast {
  border-left: 0 solid rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0;
  font-weight: 600;
}

.section-5 {
  background-image: url('../images/page-01_bg-02.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-18, .paragraph-6 {
  color: #fff;
}

.home-norcast-applications-grid {
  grid-template-rows: auto 0;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-8, .image-11 {
  text-align: center;
}

.section-6 {
  background-color: var(--footer-norcast);
}

.footer-norcast-grid {
  text-align: center;
  grid-template-rows: auto 0;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 50px;
  padding-bottom: 50px;
}

.link-block-3 {
  text-align: center;
}

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

.link-block-5 {
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.heading-19 {
  color: #fff;
  text-decoration: none;
}

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

.paragraph-7 {
  color: #fff;
}

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

.div-block-footer-norcast {
  color: #fff;
  text-align: center;
}

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

.link-block-norcast-footer-2 {
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.link-block-norcast-footer-2:hover {
  color: #fff;
}

.link-block-norcast-footer-4 {
  text-align: left;
  text-decoration: none;
}

.link-block-norcast-footer-4:hover {
  color: #fff;
}

.link-block-norcast-footer-6 {
  text-align: left;
  text-decoration: none;
}

.link-block-norcast-footer-6:hover {
  color: #fff;
}

.heading-20, .heading-21, .heading-22 {
  text-align: left;
}

.list-home {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.list-item-home {
  color: #737373;
  text-align: left;
  font-size: 15px;
  line-height: 25px;
}

.find-out-more-home {
  text-align: center;
  text-transform: uppercase;
  background-color: #f14925;
  border: 3px solid #f14925;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 25px;
  font-size: 15px;
  font-weight: 500;
}

.find-out-more-home:hover {
  color: #f14925;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #f14925;
  font-weight: 600;
}

.find-out-more-copy {
  text-align: center;
  text-transform: uppercase;
  background-color: #f14925;
  border: 3px solid #f14925;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.find-out-more-copy:hover {
  color: #f14925;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #f14925;
  font-weight: 600;
}

.div-block-bencor-home, .div-block-walch-home, .div-block-norcast-home {
  background-color: #fff;
  width: 100%;
  height: 680px;
  padding-top: 0;
  position: relative;
}

.image-logo-bencor-home, .image-logo-walch-home, .image-logo-norcast-home {
  clear: none;
  text-align: left;
  object-fit: fill;
  margin: -45px auto 0;
  padding-bottom: 30px;
  display: block;
}

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

.body-main-home {
  background-image: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url('../images/diagmonds.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.container-nav-bencor, .container-bencor-home {
  text-align: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

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

.section-heading-bencor {
  opacity: 1;
  color: #333;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 400;
}

.paragraph-light-bencor {
  opacity: 1;
  color: #737373;
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  text-decoration: none;
}

.div-block-bencor-about-us-home {
  text-align: left;
}

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

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

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

.button-bencor-home-about-us:hover {
  color: #fff;
  background-color: #32343a;
}

.button-bencor-home-about-us:active {
  background-color: #43464d;
}

.button-bencor-home-about-us.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-bencor-home-about-us.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button-bencor-home-about-us.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button-bencor-home-about-us.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button-bencor-home-about-us.cc-contact-us {
  z-index: 5;
  position: relative;
}

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

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

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

.bencor-logo-nav {
  margin-right: 0;
  padding-top: 10px;
}

.nav-bencor {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
}

.nav-bencor:hover {
  color: #f14a26;
}

.nav-bencor:active, .nav-bencor:focus, .nav-bencor:visited {
  color: #fff;
}

.nav-bencor.w--current {
  color: #f14925;
  font-size: 15px;
}

.nav-link-bencor-company-profile {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
}

.nav-link-bencor-company-profile:hover {
  color: #f14a26;
}

.nav-link-bencor-company-profile:active, .nav-link-bencor-company-profile:focus, .nav-link-bencor-company-profile:visited {
  color: #fff;
}

.nav-link-bencor-company-profile.w--current {
  color: #f14925;
}

.nav-link-bencor-history {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
}

.nav-link-bencor-history:hover {
  color: #f14a26;
}

.nav-link-bencor-history:active, .nav-link-bencor-history:focus, .nav-link-bencor-history:visited {
  color: #fff;
}

.nav-link-bencor-history.w--current {
  color: #f14925;
}

.nav-link-bencor-product-range {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
}

.nav-link-bencor-product-range:hover {
  color: #f14a26;
}

.nav-link-bencor-product-range:active, .nav-link-bencor-product-range:focus, .nav-link-bencor-product-range:visited {
  color: #fff;
}

.nav-link-bencor-product-range.w--current {
  color: #f14925;
}

.nav-link-bencor-contact-us {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.nav-link-bencor-contact-us:hover {
  color: #f14a26;
}

.nav-link-bencor-contact-us:active, .nav-link-bencor-contact-us:focus, .nav-link-bencor-contact-us:visited {
  color: #fff;
}

.nav-link-bencor-contact-us.w--current {
  color: var(--bencor-red);
}

.intro-header-bencor-home {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/slider-5-1920x700_1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 0;
  display: flex;
}

.intro-header-bencor-home.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: url('../images/bg-image-4.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 480px;
}

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

.intro-content-bencor-home.cc-homepage {
  clear: none;
  text-align: left;
  background-color: rgba(0, 0, 0, .8);
  width: 40%;
  max-width: 1113px;
  margin-bottom: 20px;
  padding: 20px 40px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 50%;
}

.heading-intro-bencor-home-1 {
  border-left: 3px solid rgba(0, 0, 0, 0);
  min-width: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 100px;
  font-size: 44px;
  line-height: 50px;
}

.heading-intro-bencor-home-2 {
  border-bottom: 0 solid #424242;
  margin-top: 0;
  padding-bottom: 15px;
  font-size: 40px;
  font-weight: 700;
}

.paragraph-bigger-bencor {
  opacity: 1;
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}

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

.paragraph-bigger-bencor.cc-bigger-white-light {
  opacity: .6;
  text-indent: 0;
  column-count: auto;
  padding-top: 15px;
  padding-left: 0;
  font-size: 15px;
  line-height: 25px;
}

.slide-bencor-main {
  background-color: #000;
  border: 0 solid #000;
  padding-left: 85px;
  padding-right: 85px;
}

.slider-wrapper-wide-bencor {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.image-bencor-client-bar {
  opacity: 1;
  text-align: left;
  display: block;
}

.logo-wrapper-wide-bencor {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.info-footer-bencor {
  background-color: #0e0e0e;
  padding-top: 30px;
  padding-bottom: 30px;
}

.container-bencor-footer {
  max-width: 1140px;
}

.heading-footer-about-us-bencor {
  color: #fff;
  border-bottom: 1px solid #f14925;
  padding-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
}

.paragraph-footer-bencor {
  color: #b8b8b8;
  font-size: 13px;
  font-weight: 400;
}

.heading-footer-history-bencor, .heading-footer-product-range-bencor {
  color: #fff;
  border-bottom: 1px solid #f14925;
  padding-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
}

.button-footer-product-range-bencor {
  color: #b8b8b8;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #b8b8b8;
  margin-top: 10px;
  padding: 5px 25px;
  font-size: 13px;
  font-weight: 500;
}

.button-footer-product-range-bencor:hover {
  color: #fff;
  background-color: #f14925;
  border-width: 2px;
  border-color: #f14925;
}

.button-footer-product-range-bencor:active {
  color: #1a1b1f;
}

.link-block-footer-contact-information-location-bencor {
  text-decoration: none;
  display: flex;
}

.image-icon-location-footer-bencor {
  margin-bottom: auto;
  padding-top: 5px;
  position: static;
}

.container-footer-bencor {
  text-align: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section-bencor-company-profile {
  margin-left: 0;
  margin-right: 0;
}

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

.section-bencor-company-profile.cc-home-wrap, .section-bencor-company-profile.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
}

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

.intro-content-bencor-company-profile.cc-homepage {
  clear: none;
  text-align: left;
  background-color: rgba(0, 0, 0, .8);
  width: 40%;
  max-width: 1113px;
  margin-bottom: 20px;
  padding: 5px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: -22%;
  right: 50%;
}

.heading-jumbo-bencor {
  text-align: left;
  text-transform: none;
  border-left: 4px solid #f14925;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 50px;
  font-weight: 600;
  line-height: 80px;
}

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

.container-bencor-sub-pages {
  text-align: left;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.button-bencor-sub-page {
  text-transform: uppercase;
  background-color: #f14925;
  border: 2px solid #f14925;
  margin-top: 30px;
  padding: 5px 25px;
  font-size: 15px;
  font-weight: 600;
}

.button-bencor-sub-page:hover {
  color: #f14925;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #f14925;
}

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

.intro-content-bencor-history.cc-homepage {
  clear: none;
  text-align: left;
  background-color: rgba(0, 0, 0, .8);
  width: 40%;
  max-width: 1113px;
  margin-bottom: 20px;
  padding: 5px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: -22%;
  right: 50%;
}

.heading-products-bencor {
  text-align: left;
}

.heading-products-bencor.different-product, .heading-products-bencor.get-in-touch {
  margin-top: 20px;
  margin-bottom: 15px;
}

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

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

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

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

.paragraph-bigger-copy.cc-bigger-white-light {
  opacity: .6;
  text-indent: 0;
  column-count: auto;
  padding-left: 0;
  font-size: 17px;
  line-height: 25px;
}

.paragraph-products-bencor {
  text-align: left;
  margin-bottom: 20px;
}

.button-products-bencor {
  color: #f14925;
  text-transform: uppercase;
  background-color: rgba(241, 73, 37, 0);
  border: 3px solid #f14925;
  padding: 5px 25px;
  font-size: 15px;
  font-weight: 600;
}

.button-products-bencor:hover {
  color: var(--white);
  background-color: #f14925;
  border: 3px solid #f14925;
  font-weight: 600;
}

.button-products-btt-bencor {
  clear: right;
  text-align: left;
  text-transform: uppercase;
  background-color: #f14925;
  position: static;
}

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

.intro-content-bencor-contact-us.cc-homepage {
  clear: none;
  text-align: left;
  background-color: rgba(0, 0, 0, .8);
  width: 40%;
  max-width: 1113px;
  margin-bottom: 20px;
  padding: 5px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: -22%;
  right: 50%;
}

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

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

.text-field-bencor-name {
  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-bencor-name:hover {
  border-color: #e3e6eb;
}

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

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

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

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

.text-field-bencor-message {
  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-bencor-message:hover {
  border-color: #e3e6eb;
}

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

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

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

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

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

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

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

.button-submit-bencor.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-submit-bencor.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

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

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

.button-submit-bencor.cc-contact-us {
  z-index: 5;
  position: relative;
}

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

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

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

.contact-form-grid-bencor {
  grid-column-gap: 80px;
  grid-row-gap: 24px;
  text-align: left;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-address-link-bencor {
  opacity: 1;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

.contact-address-link-bencor:hover {
  opacity: 1;
  color: #f14925;
  font-weight: 500;
}

.contact-address-link-bencor:active {
  opacity: .8;
}

.paragraph-light-head-office-bencor {
  opacity: 1;
  text-align: left;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  text-decoration: none;
}

.link-phone-bencor {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.paragraph-light-head-office-copy {
  opacity: 1;
  text-align: left;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  text-decoration: none;
}

.container-nav-walch {
  max-width: 1140px;
}

.intro-text-walch-home {
  background-color: rgba(0, 0, 0, .6);
  width: 60%;
  margin-bottom: 35px;
  margin-left: 0;
  margin-right: auto;
  padding: 30px;
}

.button-walch-home {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  margin-top: 30px;
  margin-left: 50px;
  padding: 5px 25px;
  font-size: 15px;
  font-weight: 600;
}

.button-walch-home:hover {
  color: #fff;
  background-color: #c9080e;
  border-color: #c9080e;
}

.section-walch-sub-pages {
  margin-left: 0;
  margin-right: 0;
}

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

.section-walch-sub-pages.cc-home-wrap, .section-walch-sub-pages.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
}

.home-content-wrap-walch {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

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

.paragraph-light-walch {
  opacity: 1;
  color: #737373;
  text-align: left;
  width: auto;
  margin-top: 0;
  font-size: 15px;
  text-decoration: none;
}

.intro-header-man-walch {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/slider-5-1920x700.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header-man-walch.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: url('../images/bg-image-breadcrumbs-1.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 480px;
  margin-bottom: 0;
}

.heading-jumbo-walch {
  text-align: left;
  text-transform: none;
  border-left: 4px solid #f14925;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 50px;
  font-weight: 600;
  line-height: 80px;
}

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

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

.intro-content-walch-manufacturing.cc-homepage {
  clear: none;
  text-align: left;
  background-color: rgba(0, 0, 0, .8);
  width: 40%;
  max-width: 1113px;
  margin-bottom: 20px;
  padding: 5px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: -22%;
  right: 50%;
}

.section-bencor-sub-pages-copy {
  margin-left: 0;
  margin-right: 0;
}

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

.section-bencor-sub-pages-copy.cc-home-wrap, .section-bencor-sub-pages-copy.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
}

.container-walch-sub-page, .container-walch-sub-p, .container-2-walch-copy {
  max-width: 1140px;
}

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

.link-fax-bencor {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

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

.paragraph-footer-bencor-il {
  color: #b8b8b8;
  padding-left: 5px;
  font-size: 13px;
  font-weight: 400;
}

.paragraph-footer-bencor-copy {
  color: #b8b8b8;
  font-size: 15px;
  font-weight: 400;
}

.nav-menu-walch {
  margin-top: 13px;
}

.intro-header-norcast-home {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/norcast-slider-1-1920x1000.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header-norcast-home.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: url('../images/bg-image-4.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 480px;
}

.heading-25 {
  font-weight: 500;
}

.html-about-us-home {
  font-size: 15px;
}

.section-norcast-home-applications {
  color: #fff;
  text-align: center;
  background-image: url('../images/page-01_bg-02.jpg');
  background-position: 50%;
  background-size: auto;
  padding-bottom: 50px;
}

.section-norcast-footer-bottom {
  background-color: var(--footer-norcast);
}

.heading-norcast-footer-address {
  font-size: 25px;
}

.heading-norcast-footer-phone, .heading-norcast-footer-email {
  color: #fff;
  font-size: 25px;
  text-decoration: none;
}

.paragraph-norcast-footer {
  color: #fff;
  font-size: 15px;
}

.section-norcast-sub-page {
  margin-top: 100px;
}

.container-norcast-sub-page-product-range {
  max-width: 1140px;
  padding-bottom: 50px;
}

.heading-norcast-product-range {
  color: var(--norcast-blue);
  text-align: center;
  font-size: 2.5em;
}

.heading-norcast-product-range.seo-norcast {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 2.8em;
}

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

.grid-norcast-lvd-ranges {
  grid-row-gap: 29px;
  grid-template-columns: .25fr 1fr .25fr 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
}

.paragraph-8 {
  margin-top: auto;
  margin-bottom: auto;
}

.paragraph-norcast-product-range-1 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20px;
}

.intro-header-contact-us-norcast {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/slider-5-1920x700.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header-contact-us-norcast.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: url('../images/bg-image-4.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 480px;
}

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

.heading-contact-us-norcast {
  margin-top: 0;
}

.bold-text-norcast-contact-us {
  border-left: 3px solid var(--norcast-blue);
  padding-left: 15px;
  font-size: 25px;
  font-weight: 500;
}

.paragraph-light-norcast {
  opacity: 1;
  color: #737373;
  text-align: left;
  width: auto;
  margin-top: 0;
  text-decoration: none;
}

.text-field-norcast-name {
  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-norcast-name:hover {
  border-color: #e3e6eb;
}

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

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

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

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

.text-field-norcast-email-address {
  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-norcast-email-address:hover {
  border-color: #e3e6eb;
}

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

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

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

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

.text-field-norcast-message {
  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-norcast-message:hover {
  border-color: #e3e6eb;
}

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

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

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

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

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

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

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

.button-submit-norcast.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-submit-norcast.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

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

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

.button-submit-norcast.cc-contact-us {
  z-index: 5;
  position: relative;
}

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

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

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

.contact-address-link-norcast {
  opacity: 1;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.contact-address-link-norcast:hover {
  opacity: 1;
  color: var(--norcast-blue);
  font-weight: 500;
}

.contact-address-link-norcast:active {
  opacity: .8;
}

.paragraph-light-head-office-norcast {
  opacity: 1;
  text-align: left;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  text-decoration: none;
}

.link-phone-norcast {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.paragraph-light-head-office-bencor-copy {
  opacity: 1;
  text-align: left;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  text-decoration: none;
}

.link-fax-norcast {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.section-norcast-sub-pages {
  margin-top: 150px;
  margin-left: 0;
  margin-right: 0;
}

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

.section-norcast-sub-pages.cc-home-wrap, .section-norcast-sub-pages.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
}

.container-norcast-sub-pages {
  text-align: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 50px;
}

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

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

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

.heading-norcast-home {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
}

.button-bencor-main-page {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 0;
  margin-top: 13px;
  margin-left: 20px;
  padding: 5px 25px;
  font-size: 15px;
  font-weight: 600;
}

.button-bencor-main-page:hover {
  background-color: var(--bencor-red);
  color: #fff;
}

.button-bencor-main-page.w--current:hover {
  border-color: #f14925;
}

.container-norcast-nav {
  max-width: 1140px;
}

.nav-menu-norcast {
  margin-top: 17px;
}

.button-10 {
  border: 0px solid var(--white);
  background-color: var(--walch-red);
  color: #fff;
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 20px;
  font-weight: 500;
}

.button-walch-nav {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #c9080e;
  border-radius: 0;
  margin-top: 13px;
  margin-left: 20px;
  padding: 5px 25px;
  font-size: 15px;
  font-weight: 500;
}

.button-walch-nav:hover {
  border-color: var(--walch-red);
  background-color: var(--walch-red);
  color: #fff;
}

.button-walch-nav.w--current {
  border-color: #c9070d;
}

.button-walch-nav.w--current:hover, .button-walch-nav.w--current:active {
  color: #fff;
}

.button-norcast-nav {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #3f79ff;
  border-radius: 0;
  margin-top: 10px;
  margin-left: 20px;
  padding: 5px 25px;
  font-weight: 500;
}

.button-norcast-nav:hover {
  border-color: var(--norcast-blue);
  background-color: var(--norcast-blue);
  color: #fff;
}

.button-norcast-nav.w--current {
  border-color: #063dbe;
  margin-left: 10px;
}

.column-30 {
  padding-top: 10px;
  padding-left: 0;
  padding-right: 5px;
}

.column-31 {
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 0;
}

.column-32 {
  padding-left: 0;
  padding-right: 5px;
}

.column-33 {
  padding-left: 5px;
  padding-right: 0;
}

.column-1-norcast-main {
  padding-left: 0;
  padding-right: 5px;
}

.column-2-norcast-main {
  padding-left: 5px;
  padding-right: 0;
}

.column-3-norcast-main {
  padding-top: 10px;
  padding-left: 0;
  padding-right: 5px;
}

.column-4-norcast-main {
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 0;
}

.columns-norcast-home-applications, .columns-7 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.columns-norcast-footer {
  margin-top: 30px;
  margin-bottom: 30px;
}

.column-35, .column-36, .image-12, .column-norcast-footer-1, .column-norcast-footer-3 {
  text-align: center;
}

.column-norcast-footer-4 {
  text-align: left;
}

.column-norcast-footer-5, .link-block-norcast-footer-1 {
  text-align: center;
}

.link-block-norcast-footer-3 {
  text-align: left;
}

.column-1-1-norcast-pr {
  text-align: center;
}

.div-block-1-norcast-product-range {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-2-norcast-product-range {
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.image-15, .image-16 {
  margin-left: auto;
  margin-right: auto;
}

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

.columns-norcast-pr {
  margin-top: 20px;
  margin-bottom: 20px;
}

.column-norcast-product-range {
  padding-top: 0;
}

.column-norcast-pr-hidden {
  display: none;
}

.paragraph-norcast-product-range-2, .paragraph-norcast-product-range-3, .paragraph-norcast-product-range-4, .paragraph-norcast-product-range-5, .paragraph-norcast-product-range-6, .paragraph-norcast-product-range-7 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20px;
}

.container-walch-sub-pages {
  text-align: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-contact-us-walch {
  margin-top: 0;
}

.paragraph-light-walch-n {
  opacity: 1;
  color: #737373;
  text-align: left;
  width: auto;
  margin-top: 0;
  font-size: 15px;
  text-decoration: none;
}

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

.text-field-walch-name {
  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-walch-name:hover {
  border-color: #e3e6eb;
}

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

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

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

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

.text-field-walch-email-address {
  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-walch-email-address:hover {
  border-color: #e3e6eb;
}

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

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

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

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

.text-field-walch-message {
  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-walch-message:hover {
  border-color: #e3e6eb;
}

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

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

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

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

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

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

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

.button-submit-walch.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button-submit-walch.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

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

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

.button-submit-walch.cc-contact-us {
  z-index: 5;
  position: relative;
}

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

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

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

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

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

.heading-contact-us-walch-n {
  margin-top: 0;
}

.contact-address-link-walch {
  opacity: 1;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.contact-address-link-walch:hover {
  opacity: 1;
  color: #f14925;
  font-weight: 500;
}

.contact-address-link-walch:active {
  opacity: .8;
}

.link-phone-walch {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.paragraph-light-head-office-walch, .paragraph-light-head-office-walch-n {
  opacity: 1;
  text-align: left;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  text-decoration: none;
}

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

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

.div-block-10, .intro-content-walch-contact-us {
  width: 70%;
  max-width: 1140px;
}

.image-norcast-logo {
  width: 200px;
}

.paragraph-9 {
  color: #aaa;
  font-size: 12px;
}

.container-header {
  max-width: 1140px;
}

.smooth-wrapper.bencor {
  margin-top: 105px;
}

.smooth-wrapper.walch {
  margin-top: 120px;
}

.header-container, .container-about-us {
  max-width: 1140px;
}

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

.sub-page-wrapper {
  padding-top: 30px;
  padding-bottom: 50px;
}

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

.paragraph-bigger-bencor-home {
  opacity: 1;
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}

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

.paragraph-bigger-bencor-home.cc-bigger-white-light {
  opacity: .6;
  text-align: left;
  text-indent: 0;
  column-count: auto;
  border-top: 1px solid #424242;
  padding-top: 15px;
  padding-left: 0;
  font-size: 15px;
  line-height: 25px;
}

.bold-home-bencor, .bold-home-walch {
  font-weight: 800;
}

.container-norcast-home {
  text-align: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

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

.product-range-icon {
  width: 100%;
  max-width: 40px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-norcast-product-range-1-copy {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20px;
}

.icon-wrapper {
  background-color: #fff;
  border-radius: 100px;
  padding: 10px;
  box-shadow: 4px 5px 10px rgba(0, 0, 0, .24);
}

.icon-wrapper.no-link {
  border-radius: 100px;
  padding: 0;
}

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

.link-paragraph:hover {
  color: #063dbe;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #efefef;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 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: #333;
  margin-right: 1.5rem;
  font-family: Montserrat, sans-serif;
}

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

.fs-cc-banner_text-link.bencor {
  color: #f14925;
  -webkit-text-stroke-color: #f14925;
  border-bottom-color: #f14925;
}

.fs-cc-banner_text-link.walch {
  color: #c9050e;
  -webkit-text-stroke-color: #c9050e;
  border-bottom-color: #c9050e;
}

.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: #d1241a;
  border: 2px solid #d1241a;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.fs-cc-banner_button.bencor {
  background-color: #f14925;
  border-color: #f14925;
}

.fs-cc-banner_button.bencor:hover {
  color: #fff;
}

.fs-cc-banner_button.walch {
  background-color: #c9050e;
  border-color: #c9050e;
}

.fs-cc-banner_button.walch:hover {
  color: #fff;
}

.fs-cc-banner_button.norcast {
  background-color: #073ebf;
  border-color: #073ebf;
}

.fs-cc-banner_button.norcast:hover {
  color: #fff;
}

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

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

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

.link-privacy-policy {
  color: #d1241a;
  width: auto;
  font-weight: 500;
  text-decoration: none;
  display: inline;
}

.link-privacy-policy.bencor {
  color: #e24325;
}

.link-privacy-policy.walch {
  color: #c9080e;
}

.link-privacy-policy.norcast {
  color: #063dbe;
}

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

.divider-2 {
  background-color: rgba(105, 105, 105, .15);
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

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

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

.divider-pp {
  background-color: rgba(105, 105, 105, .15);
  border-radius: 2px;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.section-sub-page {
  background-color: #fff;
}

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

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

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

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

.container-terms {
  text-align: left;
  background-color: #fff;
  max-width: 1200px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0;
  position: relative;
}

.heading-policy {
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
}

.intro_wrapper {
  text-align: center;
}

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

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

.privacy_content_wrapper {
  background-color: #fff;
  border: 1px solid rgba(105, 105, 105, .1);
  border-radius: 20px;
  margin-top: 90px;
  padding: 24px 40px;
  overflow: visible;
}

.nav-n {
  color: #fff;
  text-transform: uppercase;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.nav-n:hover {
  color: #3f79ff;
  border-bottom: 0 solid rgba(0, 0, 0, 0);
}

.nav-n.w--current {
  color: #fff;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.link-cookie-policy {
  color: #d1241a;
  font-weight: 500;
  text-decoration: none;
  display: inline;
}

.link-cookie-policy.bencor {
  color: #e24325;
}

.link-cookie-policy.walch {
  color: #c9080e;
}

.link-cookie-policy.norcast {
  color: #063eba;
}

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

.heading-seo {
  color: #fff;
  margin-top: 50px;
  font-size: 1.5em;
  font-weight: 700;
  display: block;
}

.heading-seo-norcast {
  border-left: 3px solid #063dbe;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 15px;
  font-size: 1.6em;
  font-weight: 500;
  display: block;
}

.header-bencor-seo {
  text-align: left;
  font-size: 1.5em;
  font-weight: 500;
  display: block;
}

.header-norcast {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 2.8em;
}

.heading-products-norcast {
  text-align: left;
}

.heading-products-norcast.different-product, .heading-products-norcast.get-in-touch {
  margin-top: 20px;
  margin-bottom: 15px;
}

.header-bencor-seo-copy, .header-norcast-seo {
  text-align: left;
  font-size: 20px;
  display: none;
}

.heading-seo-bencor {
  font-size: 20px;
  line-height: 40px;
  display: block;
}

.heading-seo-walch {
  font-size: 20px;
  display: block;
}

.heading-products-walch {
  text-align: left;
}

.heading-products-walch.different-product, .heading-products-walch.get-in-touch {
  margin-top: 20px;
  margin-bottom: 15px;
}

.welcome-to-norcast {
  font-size: 2.8em;
}

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

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

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-bigger {
    padding-bottom: 20px;
    font-size: 16px;
  }

  .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 {
    color: #fff;
    display: block;
  }

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

  .navigation-wrap {
    background-color: rgba(0, 0, 0, 0);
  }

  .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: rgba(0, 0, 0, 0);
  }

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

  .cta-text {
    width: auto;
  }

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

  .intro-content-bencor-product-range.cc-homepage {
    width: 70%;
    padding: 0 20px;
    left: 0%;
  }

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

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

  .home-content-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }

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

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

  .logo-wrapper-wide {
    width: 100%;
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-2 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-auto-columns: .75fr;
  }

  .big-block {
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    align-items: flex-start;
    padding-left: 16px;
  }

  .big-block.highlight {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding-top: 16px;
  }

  .product-image {
    margin-left: -12px;
  }

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

  .white-background {
    background-color: rgba(255, 255, 255, .75);
    padding: 0;
    display: block;
  }

  .grid-block {
    box-shadow: none;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    align-items: flex-start;
    display: block;
  }

  .grid-block.blue {
    color: #777;
    background-color: rgba(0, 0, 0, 0);
  }

  .grid-block.price {
    color: #000;
    align-items: flex-start;
  }

  .grid-block.price.highlight {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    padding-bottom: 24px;
  }

  .grid-block.rating {
    align-items: flex-start;
  }

  .grid-block.rating.highlight {
    background-color: rgba(0, 0, 0, 0);
  }

  .main-grid {
    grid-column-gap: 40px;
    grid-row-gap: 70px;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1.5fr 1.5fr;
    width: 80%;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    background-color: #000;
  }

  .nav-link.w--current {
    border-bottom: 1px solid #080808;
  }

  .nav-link-2, .nav-link-3, .nav-link-4 {
    background-color: #000;
    border-bottom: 1px solid #080808;
  }

  .nav-link-4.w--current, .nav-link-5 {
    background-color: #000;
  }

  .intro-header-company-profile-bencor.cc-subpage {
    background-image: linear-gradient(to bottom, null, null);
    height: 300px;
    margin-bottom: 0;
  }

  .intro-header-history-bencor.cc-subpage {
    height: 300px;
  }

  .intro-header-product-range-bencor.cc-subpage {
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: auto;
    width: auto;
    max-width: none;
    height: 300px;
  }

  .our-products-grid-single-row {
    grid-row-gap: 60px;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-tab {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tab-link-tab-1, .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-4, .tab-link-tab-5, .tab-link-tab-5.w--current {
    border-width: 1px;
    margin: 5px;
  }

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

  .heading-contact-us-bencor {
    text-align: left;
  }

  .intro-header-contact-us-bencor.cc-subpage {
    height: 300px;
  }

  .walch-logo-nav {
    padding-left: 15px;
  }

  .intro-header-walch-home {
    height: auto;
  }

  .intro-content-walch-home.cc-homepage {
    width: 100%;
    margin-bottom: 0;
    padding: 30px;
    left: 0%;
  }

  .paragraph-bigger-walch {
    padding-bottom: 20px;
    font-size: 16px;
  }

  .container-walch-home {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-heading-walch {
    text-align: left;
  }

  .button-walch {
    justify-content: center;
  }

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

  .section-3-walch, .section-3 {
    padding: 30px;
  }

  .intro-header-contact-us-walch.cc-subpage {
    height: 300px;
    margin-bottom: 20px;
  }

  .text-wrapper-walch, .thumbnil-block-basic-3m-80-ton-press-brake-walch, .thumbnil-block-9-axis-full-cnc-controlled-press-brake-with-laser-angle-monitoring-and-angle-correction-facility-walch, .thumbnil-block-6mm-x-3m-guiloteen-with-rear-plate-support-walch, .thumbnil-block-nc-press-brake-with-hydraulic-tool-clamps-walch, .thumbnil-block-9-axis-full-cnc-controlled-press-brake-with-laser-angle-monitoring-and-angle-correction-facility-2-walch, .thumbnil-block-300-ton-mechanical-press-walch, .thumbnil-block-500-ton-straightening-press-walch {
    height: 550px;
  }

  .manufacturing-1-walch {
    margin-top: 130px;
  }

  .manufacturing-2-walch, .manufacturing-3-walch {
    margin-top: 50px;
  }

  .manufacturing-4-walch {
    margin-top: 200px;
  }

  .heading-manufacturing-1 {
    top: 30%;
  }

  .heading-manufacturing-2, .heading-manufacturing-3 {
    top: 15%;
  }

  .heading-manufacturing-4 {
    top: 42%;
  }

  .manufacturing-5-walch {
    margin-top: 165px;
  }

  .heading-manufacturing-5 {
    top: 36%;
  }

  .manufacturing-6-walch {
    margin-top: 50px;
  }

  .heading-manufacturing-6 {
    top: 15%;
  }

  .manufacturing-7-walch {
    margin-top: 155px;
  }

  .thumbnil-block-walch {
    height: 550px;
  }

  .manufacturing-8-walch {
    margin-top: 100%;
  }

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

  .nav-menu {
    background-color: #000;
  }

  .intro-content-norcast-home.cc-homepage {
    width: 70%;
    padding: 0 20px;
    left: 0%;
  }

  .heading-2-norcast {
    margin-bottom: 20px;
    line-height: 50px;
  }

  .paragraph-bigger-norcast {
    padding-bottom: 20px;
    font-size: 16px;
  }

  .container-norcast {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-text-norcast {
    width: 80%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .container-footer, .container-nav-bencor, .container-bencor-home {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .button-bencor-home-about-us {
    justify-content: center;
  }

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

  .nav-bencor {
    background-color: #000;
  }

  .nav-bencor.w--current {
    border-bottom: 1px solid #080808;
  }

  .nav-link-bencor-company-profile, .nav-link-bencor-history, .nav-link-bencor-product-range {
    background-color: #000;
    border-bottom: 1px solid #080808;
  }

  .nav-link-bencor-product-range.w--current, .nav-link-bencor-contact-us {
    background-color: #000;
  }

  .nav-menu-bencor {
    text-align: left;
    background-color: #000;
  }

  .intro-content-bencor-home.cc-homepage {
    width: 70%;
    padding: 30px;
    left: 0%;
  }

  .heading-intro-bencor-home-1 {
    padding-right: 10px;
  }

  .paragraph-bigger-bencor {
    padding-bottom: 20px;
    font-size: 16px;
  }

  .logo-wrapper-wide-bencor {
    width: 100%;
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-bencor-footer {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-footer-bencor {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .intro-content-bencor-company-profile.cc-homepage {
    width: 70%;
    padding: 0 20px;
    left: 0%;
  }

  .heading-jumbo-bencor {
    width: 100%;
    font-size: 56px;
    line-height: 70px;
  }

  .container-bencor-sub-pages {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content-bencor-history.cc-homepage {
    width: 70%;
    padding: 0 20px;
    left: 0%;
  }

  .our-products-grid-bencor {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 100%;
    margin: 30px auto;
  }

  .paragraph-bigger-copy {
    padding-bottom: 20px;
    font-size: 16px;
  }

  .intro-content-bencor-contact-us.cc-homepage {
    width: 70%;
    padding: 0 20px;
    left: 0%;
  }

  .button-submit-bencor {
    justify-content: center;
  }

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

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

  .contact-address-link-bencor {
    text-align: left;
  }

  .intro-text-walch-home {
    width: auto;
  }

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

  .home-content-wrap-walch {
    margin-top: 50px;
    margin-bottom: 50px;
  }

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

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

  .intro-header-man-walch.cc-subpage {
    height: 300px;
    margin-bottom: 20px;
  }

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

  .intro-content-walch-manufacturing.cc-homepage {
    width: 70%;
    padding: 0 20px;
    left: 0%;
  }

  .section-bencor-sub-pages-copy.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .container-walch-sub-page {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .nav-menu-walch {
    text-align: left;
    background-color: #000;
    margin-top: 0;
  }

  .intro-header-norcast-home {
    height: 500px;
    margin-bottom: 50px;
  }

  .html-about-us-home {
    text-align: left;
  }

  .heading-norcast-footer-address, .heading-norcast-footer-phone, .heading-norcast-footer-email, .paragraph-norcast-footer {
    text-align: center;
  }

  .section-norcast-sub-page {
    margin-top: 0;
  }

  .container-norcast-sub-page-product-range {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-norcast-product-range-1 {
    padding-top: 6px;
  }

  .heading-contact-us-norcast {
    text-align: left;
  }

  .button-submit-norcast {
    justify-content: center;
  }

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

  .contact-address-link-norcast {
    text-align: left;
  }

  .section-norcast-sub-pages {
    margin-top: 0;
  }

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

  .container-norcast-sub-pages {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid-norcast {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .button-bencor-main-page {
    margin-bottom: 20px;
  }

  .menu-button-4 {
    margin-top: 15px;
  }

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

  .nav-menu-norcast {
    background-color: var(--footer-norcast);
    text-align: left;
    margin-top: 0;
  }

  .button-walch-nav {
    text-align: left;
    border-color: #c9070d;
    margin-bottom: 20px;
  }

  .button-walch-nav:hover {
    color: #fff;
  }

  .button-walch-nav:focus {
    border-color: #c9050b;
  }

  .button-walch-nav:visited {
    border-color: #c9080e;
  }

  .button-walch-nav.w--current {
    border-color: #c9070d;
  }

  .button-walch-nav.w--current:hover {
    color: #fff;
  }

  .button-norcast-nav {
    margin-bottom: 20px;
  }

  .column-norcast-footer-1, .column-norcast-footer-2, .column-norcast-footer-3, .column-norcast-footer-4, .column-norcast-footer-5, .column-norcast-footer-6 {
    text-align: center;
  }

  .paragraph-norcast-product-range-2, .paragraph-norcast-product-range-3, .paragraph-norcast-product-range-4, .paragraph-norcast-product-range-5, .paragraph-norcast-product-range-6, .paragraph-norcast-product-range-7 {
    padding-top: 6px;
  }

  .container-walch-sub-pages {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .button-submit-walch {
    justify-content: center;
  }

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

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

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

  .heading-contact-us-walch-n, .contact-address-link-walch {
    text-align: left;
  }

  .image-norcast-logo {
    width: 200px;
    padding-left: 20px;
  }

  .smooth-wrapper {
    margin-top: 85px;
  }

  .smooth-wrapper.bencor {
    margin-top: 90px;
  }

  .smooth-wrapper.norcast {
    margin-top: 80px;
  }

  .sub-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-bigger-bencor-home {
    padding-bottom: 20px;
    font-size: 16px;
  }

  .container-norcast-home {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-norcast-product-range-1-copy {
    padding-top: 6px;
  }

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

  .container-terms {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .privacy_content_wrapper {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .privacy_content_wrapper.walch {
    margin-top: 60px;
  }

  .privacy_content_wrapper.norcast {
    margin-top: 30px;
  }
}

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

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

  .section-bencor-sub-pages.cc-home-wrap, .section-bencor-sub-pages.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .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-bencor-product-range {
    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-bencor-email-address.cc-contact-field, .text-field-bencor-email-address.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;
  }

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

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

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

  .slider {
    height: auto;
  }

  .slider-wrapper-wide {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .logo-wrapper-wide {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
  }

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

  .grid {
    grid-template-columns: auto auto auto;
    grid-auto-flow: row;
    align-content: start;
    justify-content: stretch;
  }

  .grid-3 {
    grid-template-areas: ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . .";
  }

  .grid-block.price {
    font-size: 24px;
    line-height: 24px;
  }

  .main-grid {
    grid-row-gap: 69px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    margin-top: 15%;
  }

  .intro-header-company-profile-bencor.cc-subpage {
    background-position: 50%;
    background-size: cover;
  }

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

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

  .intro-content-walch-home {
    width: 80%;
  }

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

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

  .home-section-wrap-walch {
    margin-bottom: 0;
  }

  .paragraph-walch.paragraph-footer {
    height: 30px;
  }

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

  .column-22 {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .thumbnil-block-basic-3m-80-ton-press-brake-walch {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .column-20 {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .thumbnil-block-9-axis-full-cnc-controlled-press-brake-with-laser-angle-monitoring-and-angle-correction-facility-walch {
    margin-top: 20px;
  }

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

  .column-21 {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .thumbnil-block-6mm-x-3m-guiloteen-with-rear-plate-support-walch {
    background-size: cover;
    margin-top: 20px;
  }

  .column-23 {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .thumbnil-block-9-axis-full-cnc-controlled-press-brake-with-laser-angle-monitoring-and-angle-correction-facility-2-walch, .thumbnil-block-300-ton-mechanical-press-walch {
    margin-top: 20px;
  }

  .thumbnil-block-500-ton-straightening-press-walch {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .manufacturing-1-walch, .manufacturing-2-walch, .manufacturing-3-walch, .manufacturing-4-walch {
    margin-top: 40%;
  }

  .heading-manufacturing-1, .heading-manufacturing-2, .heading-manufacturing-3, .heading-manufacturing-4 {
    top: 40%;
  }

  .manufacturing-5-walch {
    margin-top: 40%;
  }

  .heading-manufacturing-5 {
    top: 40%;
  }

  .manufacturing-6-walch {
    margin-top: 40%;
  }

  .heading-manufacturing-6 {
    top: 40%;
  }

  .manufacturing-7-walch {
    margin-top: 40%;
  }

  .heading-manufacturing-7 {
    top: 40%;
  }

  .manufacturing-8-walch {
    margin-top: 50%;
  }

  .columns-1-current-press-brakes-in-stock-for-sale-walch {
    margin-left: 0;
    margin-right: 0;
  }

  .column-mc1-walch {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-mc2-walch, .column-mc3-walch, .column-mc4-walch {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-mc5-walch {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-mc6-walch, .column-mc7-walch {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-mc8-walch {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-27 {
    padding-top: 20px;
  }

  .intro-content-norcast-home {
    width: 80%;
  }

  .heading-2-norcast {
    line-height: 45px;
  }

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

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

  .div-block-our-products-norcast, .div-block-applications-norcast, .div-block-company-profile-norcast, .div-block-contact-us-norcast {
    height: 250px;
  }

  .link-block-our-products-norcast, .link-block-applications-norcast, .link-block-company-profile-norcast, .link-block-contact-us-norcast {
    height: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .intro-text-norcast {
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

  .div-block-bencor-home {
    height: auto;
    min-height: 650px;
  }

  .div-block-walch-home {
    height: auto;
    min-height: 450px;
  }

  .div-block-norcast-home {
    height: auto;
    min-height: 580px;
  }

  .container-nav-bencor, .container-bencor-home {
    text-align: center;
  }

  .intro-header-bencor-home {
    background-position: 60%;
  }

  .intro-content-bencor-home {
    width: 80%;
  }

  .intro-content-bencor-home.cc-homepage {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
  }

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

  .slider-wrapper-wide-bencor {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .logo-wrapper-wide-bencor {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0;
  }

  .info-footer-bencor {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-footer-bencor {
    text-align: center;
  }

  .section-bencor-company-profile {
    margin-left: 0;
    margin-right: 0;
  }

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

  .section-bencor-company-profile.cc-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

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

  .intro-content-bencor-company-profile {
    width: 80%;
  }

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

  .container-bencor-sub-pages {
    text-align: center;
  }

  .intro-content-bencor-history {
    width: 80%;
  }

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

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

  .intro-content-bencor-contact-us {
    width: 80%;
  }

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

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

  .section-walch-sub-pages {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

  .intro-content-walch-manufacturing {
    width: 80%;
  }

  .section-bencor-sub-pages-copy {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-bencor-sub-pages-copy.cc-cta {
    padding: 15px;
  }

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

  .heading-walch-manufacturing {
    margin-top: 0;
  }

  .container-norcast-sub-page-product-range {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .text-field-norcast-name.cc-contact-field, .text-field-norcast-name.cc-textarea, .text-field-norcast-email-address.cc-contact-field, .text-field-norcast-email-address.cc-textarea, .text-field-norcast-message.cc-contact-field, .text-field-norcast-message.cc-textarea {
    text-align: left;
  }

  .section-norcast-sub-pages {
    margin-left: 15px;
    margin-right: 15px;
  }

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

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

  .container-norcast-sub-pages {
    text-align: center;
  }

  .contact-form-grid-norcast {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-1-norcast-main {
    padding-bottom: 20px;
    padding-right: 0;
  }

  .column-2-norcast-main {
    padding-bottom: 20px;
    padding-left: 0;
  }

  .column-3-norcast-main {
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .column-4-norcast-main {
    padding-top: 0;
    padding-left: 0;
  }

  .column-norcast-home-applications-1, .container-walch-sub-pages {
    text-align: center;
  }

  .text-field-walch-name.cc-contact-field, .text-field-walch-name.cc-textarea, .text-field-walch-email-address.cc-contact-field, .text-field-walch-email-address.cc-textarea, .text-field-walch-message.cc-contact-field, .text-field-walch-message.cc-textarea {
    text-align: left;
  }

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

  .smooth-wrapper.bencor {
    margin-top: 100px;
  }

  .smooth-wrapper.norcast {
    margin-top: 90px;
  }

  .sub-container {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .sub-page-wrapper {
    text-align: left;
    padding-bottom: 30px;
  }

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

  .paragraph-bigger-bencor-home.cc-bigger-white-light {
    line-height: 25px;
  }

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

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

  .wrapper-applications {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .product-range-icon {
    max-width: 35px;
    margin-left: 0;
    display: inline-block;
  }

  .icon-wrapper {
    margin-bottom: 10px;
  }

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

  .content_wrapper-2 {
    padding-left: 40px;
  }

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

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

  .section-bencor-sub-pages, .section-bencor-sub-pages.cc-home-wrap, .section-bencor-sub-pages.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 12px;
  }

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

  .heading-jumbo {
    font-size: 25px;
    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-bencor-product-range.cc-homepage {
    width: 80%;
  }

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

  .heading {
    display: none;
  }

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

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

  .slider {
    height: auto;
  }

  .slider-wrapper-wide {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-wrapper-wide {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .div-block-bencor {
    height: 850px;
  }

  .product-image {
    margin-left: 0;
  }

  .grid-3 {
    grid-template-columns: 33% 33% 33%;
  }

  .white-background {
    display: none;
  }

  .grid-block {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding: 8px;
    display: flex;
  }

  .grid-block.price {
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .grid-block.price.highlight {
    padding-bottom: 8px;
  }

  .grid-block.rating {
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .stars {
    flex: none;
  }

  .main-grid {
    grid-row-gap: 69px;
    grid-template-rows: auto auto auto;
    margin-top: 30%;
    margin-bottom: 0;
  }

  .div-block-walch {
    height: 460px;
  }

  .div-block-norcast {
    height: 600px;
  }

  .image-6 {
    width: 150px;
  }

  .intro-header-company-profile-bencor.cc-subpage {
    height: 200px;
    margin-bottom: 0;
  }

  .intro-header-history-bencor.cc-subpage {
    background-position: 50%;
    background-size: cover;
    height: 200px;
    margin-bottom: 0;
  }

  .intro-header-product-range-bencor.cc-subpage {
    height: 200px;
  }

  .our-products-grid-single-row {
    grid-row-gap: 60px;
    grid-template-rows: auto;
  }

  .intro-header-contact-us-bencor.cc-subpage {
    height: 200px;
    margin-bottom: 0;
  }

  .walch-logo-nav {
    width: 200px;
  }

  .intro-header-walch-home {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/walch-slider-1-1920x1000.jpg');
    background-position: 0 0, 60%;
    margin-bottom: 0;
  }

  .intro-content-walch-home.cc-homepage {
    width: 100%;
  }

  .heading-intro-walch-home {
    border-left-width: 0;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }

  .heading-intro-walch-home.walch-home {
    font-family: Montserrat, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
  }

  .paragraph-bigger-walch.cc-bigger-white-light {
    font-size: 12px;
  }

  .paragraph-bigger-walch.cc-bigger-light-walch {
    padding-left: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-walch.paragraph-footer {
    height: 60px;
  }

  .intro-header-contact-us-walch.cc-subpage {
    height: 200px;
    margin-bottom: 0;
  }

  .text-wrapper-walch {
    height: 100%;
  }

  .thumbnil-block-basic-3m-80-ton-press-brake-walch, .thumbnil-block-9-axis-full-cnc-controlled-press-brake-with-laser-angle-monitoring-and-angle-correction-facility-walch, .thumbnil-block-6mm-x-3m-guiloteen-with-rear-plate-support-walch, .thumbnil-block-nc-press-brake-with-hydraulic-tool-clamps-walch, .thumbnil-block-9-axis-full-cnc-controlled-press-brake-with-laser-angle-monitoring-and-angle-correction-facility-2-walch, .thumbnil-block-300-ton-mechanical-press-walch, .thumbnil-block-500-ton-straightening-press-walch {
    height: 300px;
  }

  .manufacturing-1-walch, .manufacturing-2-walch, .manufacturing-3-walch, .manufacturing-4-walch {
    margin-top: 10%;
  }

  .heading-manufacturing-1 {
    top: 25%;
  }

  .heading-manufacturing-2, .heading-manufacturing-3 {
    top: 21%;
  }

  .heading-manufacturing-4 {
    top: 30%;
  }

  .manufacturing-5-walch {
    margin-top: 10%;
  }

  .heading-manufacturing-5 {
    top: 32%;
  }

  .manufacturing-6-walch {
    margin-top: 10%;
  }

  .heading-manufacturing-6 {
    top: 24%;
  }

  .manufacturing-7-walch {
    margin-top: 10%;
  }

  .heading-manufacturing-7 {
    top: 35%;
  }

  .thumbnil-block-walch {
    height: 300px;
  }

  .manufacturing-8-walch {
    margin-top: 45%;
  }

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

  .column-29 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .intro-content-norcast-home.cc-homepage {
    width: 90%;
  }

  .heading-2-norcast {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
  }

  .heading-2-norcast.header-seo {
    font-size: 1.5em;
    line-height: 35px;
  }

  .paragraph-bigger-norcast.cc-bigger-white-light {
    font-size: 12px;
  }

  .paragraph-bigger-norcast.cc-bigger-light-walch {
    margin-top: 20px;
  }

  .button-8-norcast {
    margin-top: 0;
  }

  .div-block-our-products-norcast, .div-block-applications-norcast, .div-block-company-profile-norcast, .div-block-contact-us-norcast {
    height: 300px;
  }

  .link-block-our-products-norcast {
    display: block;
  }

  .intro-text-norcast {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .link-block-norcast-footer-2, .link-block-norcast-footer-6 {
    text-align: center;
  }

  .div-block-bencor-home {
    height: 100%;
    min-height: 650px;
  }

  .div-block-walch-home {
    height: 460px;
  }

  .div-block-norcast-home {
    height: 600px;
  }

  .image-logo-bencor-home {
    margin-top: -60px;
  }

  .container-bencor-home {
    padding-bottom: 0;
  }

  .bencor-logo-nav {
    width: 150px;
  }

  .nav-menu-bencor {
    background-color: #000;
  }

  .intro-header-bencor-home {
    background-position: 65%;
    margin-bottom: 0;
  }

  .intro-content-bencor-home.cc-homepage {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .heading-intro-bencor-home-1 {
    font-size: 1.5em;
    font-weight: 700;
  }

  .heading-intro-bencor-home-2 {
    display: none;
  }

  .paragraph-bigger-bencor.cc-bigger-white-light {
    font-size: 12px;
  }

  .slide-bencor-main {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slider-wrapper-wide-bencor {
    flex-wrap: wrap;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-bencor-client-bar {
    max-width: 500px;
  }

  .image-bencor-client-bar.walch {
    max-width: 200px;
  }

  .logo-wrapper-wide-bencor {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .columns-bencor-footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-bencor-company-profile.cc-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .intro-content-bencor-company-profile.cc-homepage {
    width: 80%;
  }

  .heading-jumbo-bencor {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 40px;
  }

  .intro-content-bencor-history.cc-homepage {
    width: 80%;
  }

  .paragraph-bigger-copy.cc-bigger-white-light {
    font-size: 12px;
  }

  .intro-content-bencor-contact-us.cc-homepage {
    width: 80%;
  }

  .contact-form-grid-bencor {
    width: 100%;
  }

  .paragraph-light-head-office-bencor {
    text-align: left;
  }

  .button-walch-home {
    margin-top: 20px;
    margin-left: 0;
  }

  .section-walch-sub-pages {
    margin-left: 0;
    margin-right: 0;
  }

  .intro-header-man-walch.cc-subpage {
    height: 200px;
    margin-bottom: 20px;
  }

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

  .intro-content-walch-manufacturing.cc-homepage {
    width: 80%;
  }

  .heading-walch-manufacturing {
    font-size: 20px;
    line-height: 30px;
  }

  .container-walch-sub-page {
    padding-left: 10px;
    padding-right: 10px;
  }

  .intro-header-norcast-home {
    background-image: url('../images/page-01_slide-03.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .container-norcast-sub-page-product-range {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-norcast-product-range {
    font-size: 2em;
    font-weight: 500;
  }

  .heading-norcast-product-range.seo-norcast {
    margin-top: 0;
    font-size: 1.9em;
    font-weight: 700;
  }

  .grid-norcast-lvd-ranges {
    grid-template-columns: .25fr 1fr .25fr 1fr;
  }

  .paragraph-norcast-product-range-1 {
    text-align: center;
    padding-bottom: 20px;
  }

  .paragraph-light-head-office-norcast {
    text-align: left;
  }

  .section-norcast-sub-pages {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-form-grid-norcast {
    width: 100%;
    margin-top: 0;
  }

  .button-bencor-main-page {
    margin-bottom: 30px;
  }

  .menu-button-4 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 5px;
  }

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

  .nav-menu-2, .nav-menu-norcast {
    background-color: var(--footer-norcast);
  }

  .grid-5 {
    grid-template-columns: auto auto;
    grid-auto-flow: row;
    width: auto;
  }

  .column-norcast-home-applications-1, .column-norcast-home-applications-2 {
    margin-bottom: 40px;
  }

  .column-norcast-footer-2 {
    margin-bottom: 30px;
  }

  .column-norcast-footer-4 {
    text-align: center;
    margin-bottom: 30px;
  }

  .column-norcast-footer-6 {
    margin-bottom: 30px;
  }

  .image-13 {
    width: 80px;
  }

  .paragraph-norcast-product-range-2 {
    text-align: center;
  }

  .paragraph-norcast-product-range-3 {
    text-align: center;
    padding-bottom: 20px;
  }

  .paragraph-norcast-product-range-4 {
    text-align: center;
  }

  .paragraph-norcast-product-range-5 {
    text-align: left;
    padding-bottom: 20px;
  }

  .paragraph-norcast-product-range-6 {
    text-align: left;
    padding-bottom: 10px;
  }

  .paragraph-norcast-product-range-7 {
    text-align: left;
    padding-bottom: 20px;
  }

  .contact-form-grid-walch {
    width: 100%;
  }

  .paragraph-light-head-office-walch, .paragraph-light-head-office-walch-n {
    text-align: left;
  }

  .image-norcast-logo {
    width: 160px;
  }

  .smooth-wrapper.walch {
    margin-top: 100px;
  }

  .smooth-wrapper.norcast {
    margin-top: 75px;
  }

  .paragraph-bigger-bencor-home.cc-bigger-white-light {
    font-size: 12px;
  }

  .container-norcast-home {
    padding-bottom: 0;
  }

  .product-range-icon {
    margin-left: auto;
    display: block;
  }

  .paragraph-norcast-product-range-1-copy {
    text-align: center;
    padding-bottom: 20px;
  }

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

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

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

  .content_wrapper-2 {
    flex: 1;
    padding-left: 24px;
  }

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

  .privacy_content_wrapper {
    max-width: 100%;
    margin-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .privacy_content_wrapper.walch {
    margin-top: 40px;
  }

  .privacy_content_wrapper.norcast {
    margin-top: 10px;
  }

  .heading-seo {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 30px;
    display: block;
  }

  .header-norcast {
    font-size: 2em;
    font-weight: 700;
  }

  .welcome-to-norcast {
    font-size: 1.6em;
    font-weight: 700;
    line-height: 35px;
  }
}

#w-node-_5bc3abcd-35e3-df40-e001-a7a5f140afb7-7a7d7c6a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_5bc3abcd-35e3-df40-e001-a7a5f140afbd-7a7d7c6a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5bc3abcd-35e3-df40-e001-a7a5f140afc3-7a7d7c6a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5bc3abcd-35e3-df40-e001-a7a5f140afc9-7a7d7c6a {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_5bc3abcd-35e3-df40-e001-a7a5f140afcf-7a7d7c6a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5bc3abcd-35e3-df40-e001-a7a5f140afd6-7a7d7c6a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e0ad17c0-7c3e-3b47-b027-c231d5ee0c2d-7a7d7c6a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e0ad17c0-7c3e-3b47-b027-c231d5ee0c33-7a7d7c6a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e0ad17c0-7c3e-3b47-b027-c231d5ee0c39-7a7d7c6a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e0ad17c0-7c3e-3b47-b027-c231d5ee0c3f-7a7d7c6a {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e0ad17c0-7c3e-3b47-b027-c231d5ee0c47-7a7d7c6a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e0ad17c0-7c3e-3b47-b027-c231d5ee0c50-7a7d7c6a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_94d24957-5378-4d53-f616-ed0f782de1ba-7a7d7c6a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_94d24957-5378-4d53-f616-ed0f782de1c0-7a7d7c6a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_94d24957-5378-4d53-f616-ed0f782de1c6-7a7d7c6a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_94d24957-5378-4d53-f616-ed0f782de1cc-7a7d7c6a {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_94d24957-5378-4d53-f616-ed0f782de1d2-7a7d7c6a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_94d24957-5378-4d53-f616-ed0f782de1d9-7a7d7c6a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_84d5d615-a25f-84f9-9b71-21b46d14f888-7a7d7c6a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_84d5d615-a25f-84f9-9b71-21b46d14f88e-7a7d7c6a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_84d5d615-a25f-84f9-9b71-21b46d14f894-7a7d7c6a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_84d5d615-a25f-84f9-9b71-21b46d14f89a-7a7d7c6a {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_84d5d615-a25f-84f9-9b71-21b46d14f8a0-7a7d7c6a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_84d5d615-a25f-84f9-9b71-21b46d14f8a7-7a7d7c6a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b150273d-8d71-0542-4528-9886a55b3d08-7a7d7c6a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b150273d-8d71-0542-4528-9886a55b3d0e-7a7d7c6a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b150273d-8d71-0542-4528-9886a55b3d14-7a7d7c6a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b150273d-8d71-0542-4528-9886a55b3d1c-7a7d7c6a {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-b150273d-8d71-0542-4528-9886a55b3d24-7a7d7c6a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b150273d-8d71-0542-4528-9886a55b3d2b-7a7d7c6a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9a9e6b1f-b046-476c-7b56-d9cf553b8196-7a7d7c6a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9a9e6b1f-b046-476c-7b56-d9cf553b819c-7a7d7c6a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9a9e6b1f-b046-476c-7b56-d9cf553b81a2-7a7d7c6a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9a9e6b1f-b046-476c-7b56-d9cf553b81a8-7a7d7c6a {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_9a9e6b1f-b046-476c-7b56-d9cf553b81ae-7a7d7c6a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9a9e6b1f-b046-476c-7b56-d9cf553b81b5-7a7d7c6a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-cd73f525-7420-aadd-c775-8f46c17cfdc7-7a7d7c6a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cd73f525-7420-aadd-c775-8f46c17cfdcd-7a7d7c6a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cd73f525-7420-aadd-c775-8f46c17cfdd5-7a7d7c6a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_95641c8c-1f89-2797-ac69-459de0932e34-7a7d7c6a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_95641c8c-1f89-2797-ac69-459de0932e3a-7a7d7c6a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_95641c8c-1f89-2797-ac69-459de0932e42-7a7d7c6a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_95641c8c-1f89-2797-ac69-459de0932e48-7a7d7c6a {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_95641c8c-1f89-2797-ac69-459de0932e50-7a7d7c6a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_95641c8c-1f89-2797-ac69-459de0932e57-7a7d7c6a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ac300d54-3692-31a5-7bf4-59ab12114705-7a7d7c6a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ac300d54-3692-31a5-7bf4-59ab1211470d-7a7d7c6a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2992c92e-7449-e782-bf70-8cf406957256-7a7d7c6a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2992c92e-7449-e782-bf70-8cf40695725c-7a7d7c6a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2992c92e-7449-e782-bf70-8cf406957262-7a7d7c6a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_2992c92e-7449-e782-bf70-8cf406957268-7a7d7c6a {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_2992c92e-7449-e782-bf70-8cf406957270-7a7d7c6a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2992c92e-7449-e782-bf70-8cf406957279-7a7d7c6a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_709e4246-24db-27f9-c360-70e37ffba330-7a7d7c6a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_709e4246-24db-27f9-c360-70e37ffba338-7a7d7c6a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_709e4246-24db-27f9-c360-70e37ffba33e-7a7d7c6a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c64e948c-c5ab-d262-0f56-b5e6f0bf175a-7a7d7c6a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c64e948c-c5ab-d262-0f56-b5e6f0bf1760-7a7d7c6a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f7225662-55c0-507d-19be-5a9b906c9613-7a7d7c6a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f7225662-55c0-507d-19be-5a9b906c9619-7a7d7c6a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f7225662-55c0-507d-19be-5a9b906c9621-7a7d7c6a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_7f955893-514e-fb73-a131-f376ce26453f-7a7d7c6a, #w-node-_4d51b51c-093e-518f-01de-1c41e9a88a03-7a7d7c6a, #w-node-_02e72f55-f8bf-eaf5-8340-66e8901c84f3-7a7d7c6a, #w-node-_1b20949b-5eb9-0db4-6553-48b1e22f1e75-7a7d7c6a, #w-node-bbc966fb-fa16-cde6-4fa9-980ae62c3788-7a7d7c6a, #w-node-_86e64837-0616-515b-4568-76c147234d34-97e3b80c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-97e3b80c {
  grid-area: 1 / 2 / 2 / 3;
}

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

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-5e02e1ef {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-e68606b1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-e68606b1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5f3e67de-5d2a-f8a9-ec45-38aaf0649324-c9a59ddf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5f3e67de-5d2a-f8a9-ec45-38aaf0649340-c9a59ddf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_03034bea-1ee4-b085-ad8e-5b78bea62674-a8020245, #w-node-_3f61509a-fac7-b0d5-3763-509be705858e-2ef14aa4 {
  grid-area: 1 / 1 / 2 / 2;
}

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

@media screen and (max-width: 991px) {
  #w-node-_5bc3abcd-35e3-df40-e001-a7a5f140afc3-7a7d7c6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5bc3abcd-35e3-df40-e001-a7a5f140afc9-7a7d7c6a {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_5bc3abcd-35e3-df40-e001-a7a5f140afcf-7a7d7c6a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_5bc3abcd-35e3-df40-e001-a7a5f140afd6-7a7d7c6a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e0ad17c0-7c3e-3b47-b027-c231d5ee0c39-7a7d7c6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e0ad17c0-7c3e-3b47-b027-c231d5ee0c3f-7a7d7c6a {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-e0ad17c0-7c3e-3b47-b027-c231d5ee0c47-7a7d7c6a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-e0ad17c0-7c3e-3b47-b027-c231d5ee0c50-7a7d7c6a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_94d24957-5378-4d53-f616-ed0f782de1c6-7a7d7c6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_94d24957-5378-4d53-f616-ed0f782de1cc-7a7d7c6a {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_94d24957-5378-4d53-f616-ed0f782de1d2-7a7d7c6a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_94d24957-5378-4d53-f616-ed0f782de1d9-7a7d7c6a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_84d5d615-a25f-84f9-9b71-21b46d14f894-7a7d7c6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_84d5d615-a25f-84f9-9b71-21b46d14f89a-7a7d7c6a {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_84d5d615-a25f-84f9-9b71-21b46d14f8a0-7a7d7c6a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_84d5d615-a25f-84f9-9b71-21b46d14f8a7-7a7d7c6a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b150273d-8d71-0542-4528-9886a55b3d14-7a7d7c6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b150273d-8d71-0542-4528-9886a55b3d1c-7a7d7c6a {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-b150273d-8d71-0542-4528-9886a55b3d24-7a7d7c6a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b150273d-8d71-0542-4528-9886a55b3d2b-7a7d7c6a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9a9e6b1f-b046-476c-7b56-d9cf553b81a2-7a7d7c6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9a9e6b1f-b046-476c-7b56-d9cf553b81a8-7a7d7c6a {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_9a9e6b1f-b046-476c-7b56-d9cf553b81ae-7a7d7c6a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_9a9e6b1f-b046-476c-7b56-d9cf553b81b5-7a7d7c6a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-cd73f525-7420-aadd-c775-8f46c17cfdd5-7a7d7c6a, #w-node-_95641c8c-1f89-2797-ac69-459de0932e42-7a7d7c6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_95641c8c-1f89-2797-ac69-459de0932e48-7a7d7c6a {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_95641c8c-1f89-2797-ac69-459de0932e50-7a7d7c6a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_95641c8c-1f89-2797-ac69-459de0932e57-7a7d7c6a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2992c92e-7449-e782-bf70-8cf406957262-7a7d7c6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2992c92e-7449-e782-bf70-8cf406957268-7a7d7c6a {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_2992c92e-7449-e782-bf70-8cf406957270-7a7d7c6a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2992c92e-7449-e782-bf70-8cf406957279-7a7d7c6a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_709e4246-24db-27f9-c360-70e37ffba33e-7a7d7c6a, #w-node-f7225662-55c0-507d-19be-5a9b906c9621-7a7d7c6a, #w-node-_86e64837-0616-515b-4568-76c147234d34-97e3b80c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-97e3b80c {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-5e02e1ef, #w-node-_86e64837-0616-515b-4568-76c147234d34-e68606b1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-e68606b1 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
    justify-self: center;
  }

  #w-node-_5f3e67de-5d2a-f8a9-ec45-38aaf0649340-c9a59ddf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_03034bea-1ee4-b085-ad8e-5b78bea62674-a8020245 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
    justify-self: center;
  }

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

@media screen and (max-width: 767px) {
  #w-node-_5bc3abcd-35e3-df40-e001-a7a5f140afbd-7a7d7c6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5bc3abcd-35e3-df40-e001-a7a5f140afc3-7a7d7c6a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5bc3abcd-35e3-df40-e001-a7a5f140afc9-7a7d7c6a {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_5bc3abcd-35e3-df40-e001-a7a5f140afcf-7a7d7c6a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_5bc3abcd-35e3-df40-e001-a7a5f140afd6-7a7d7c6a {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-e0ad17c0-7c3e-3b47-b027-c231d5ee0c33-7a7d7c6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e0ad17c0-7c3e-3b47-b027-c231d5ee0c39-7a7d7c6a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e0ad17c0-7c3e-3b47-b027-c231d5ee0c3f-7a7d7c6a {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-e0ad17c0-7c3e-3b47-b027-c231d5ee0c47-7a7d7c6a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-e0ad17c0-7c3e-3b47-b027-c231d5ee0c50-7a7d7c6a {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_94d24957-5378-4d53-f616-ed0f782de1c0-7a7d7c6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_94d24957-5378-4d53-f616-ed0f782de1c6-7a7d7c6a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_94d24957-5378-4d53-f616-ed0f782de1cc-7a7d7c6a {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_94d24957-5378-4d53-f616-ed0f782de1d2-7a7d7c6a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_94d24957-5378-4d53-f616-ed0f782de1d9-7a7d7c6a {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_84d5d615-a25f-84f9-9b71-21b46d14f88e-7a7d7c6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_84d5d615-a25f-84f9-9b71-21b46d14f894-7a7d7c6a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_84d5d615-a25f-84f9-9b71-21b46d14f89a-7a7d7c6a {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_84d5d615-a25f-84f9-9b71-21b46d14f8a0-7a7d7c6a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_84d5d615-a25f-84f9-9b71-21b46d14f8a7-7a7d7c6a {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-b150273d-8d71-0542-4528-9886a55b3d0e-7a7d7c6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b150273d-8d71-0542-4528-9886a55b3d14-7a7d7c6a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b150273d-8d71-0542-4528-9886a55b3d1c-7a7d7c6a {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-b150273d-8d71-0542-4528-9886a55b3d24-7a7d7c6a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b150273d-8d71-0542-4528-9886a55b3d2b-7a7d7c6a {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_9a9e6b1f-b046-476c-7b56-d9cf553b819c-7a7d7c6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9a9e6b1f-b046-476c-7b56-d9cf553b81a2-7a7d7c6a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9a9e6b1f-b046-476c-7b56-d9cf553b81a8-7a7d7c6a {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_9a9e6b1f-b046-476c-7b56-d9cf553b81ae-7a7d7c6a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_9a9e6b1f-b046-476c-7b56-d9cf553b81b5-7a7d7c6a {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-cd73f525-7420-aadd-c775-8f46c17cfdcd-7a7d7c6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cd73f525-7420-aadd-c775-8f46c17cfdd5-7a7d7c6a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_95641c8c-1f89-2797-ac69-459de0932e3a-7a7d7c6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_95641c8c-1f89-2797-ac69-459de0932e42-7a7d7c6a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_95641c8c-1f89-2797-ac69-459de0932e48-7a7d7c6a {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_95641c8c-1f89-2797-ac69-459de0932e50-7a7d7c6a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_95641c8c-1f89-2797-ac69-459de0932e57-7a7d7c6a {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-ac300d54-3692-31a5-7bf4-59ab1211470d-7a7d7c6a, #w-node-_2992c92e-7449-e782-bf70-8cf40695725c-7a7d7c6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2992c92e-7449-e782-bf70-8cf406957262-7a7d7c6a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2992c92e-7449-e782-bf70-8cf406957268-7a7d7c6a {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_2992c92e-7449-e782-bf70-8cf406957270-7a7d7c6a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_2992c92e-7449-e782-bf70-8cf406957279-7a7d7c6a {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_709e4246-24db-27f9-c360-70e37ffba338-7a7d7c6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_709e4246-24db-27f9-c360-70e37ffba33e-7a7d7c6a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c64e948c-c5ab-d262-0f56-b5e6f0bf1760-7a7d7c6a, #w-node-f7225662-55c0-507d-19be-5a9b906c9619-7a7d7c6a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f7225662-55c0-507d-19be-5a9b906c9621-7a7d7c6a {
    grid-area: 3 / 1 / 4 / 2;
  }
}


