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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #00244a;
  text-decoration: underline;
}

a:hover {
  color: #0095db;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 34px;
  line-height: 42px;
}

.intro {
  min-height: 50vw;
  align-items: center;
  display: flex;
}

.benefits.bg-white {
  color: #00244a;
  background-color: #fff;
}

.company-trust {
  background-color: rgba(0, 0, 0, 0);
}

.company-trust.bg-white {
  color: #00244a;
  background-color: #fff;
}

.faq {
  background-color: #fff;
  padding: 60px 90px;
}

.footer-cta {
  text-align: center;
}

.footer {
  color: #e5e9ed;
  background-color: #00244a;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 0;
  padding: 50px 30px 60px;
  position: static;
}

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

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

.container.nav {
  padding-top: 10px;
  padding-bottom: 10px;
}

.container.border {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container.testimonial {
  background-color: #fff;
  padding: 60px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .25);
}

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

.footer-brand {
  align-self: flex-end;
}

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

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #e5e9ed;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #e5e9ed;
  text-decoration: underline;
}

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

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

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  padding-top: 60px;
  font-size: 14px;
  line-height: 16px;
}

.hero {
  text-align: center;
}

.body {
  color: #00244a;
  background-color: #e5e9ed;
  font-family: DIN Regular, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.paragraph {
  margin-bottom: 40px;
}

.paragraph.text-xl {
  font-size: 24px;
  line-height: 32px;
}

.heading {
  margin-bottom: 20px;
}

.text-small {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.text-small.brand-claim {
  color: #0095db;
}

.text-small.no-margin {
  color: #e5e9ed;
  margin-bottom: 0;
}

.text-small.align-center {
  text-align: center;
}

.button-cta {
  color: #00244a;
  background-color: #9ad34f;
  border-radius: 50px;
  margin-bottom: 20px;
  padding: 15px 30px;
  transition: all .3s cubic-bezier(.485, .124, .345, 1.007);
}

.button-cta:hover {
  color: #00244a;
  background-color: #0095db;
  box-shadow: 0 0 13px rgba(0, 0, 0, .35);
}

.hero-text {
  text-align: center;
  margin-bottom: 60px;
  margin-left: 140px;
  margin-right: 140px;
}

.navbar {
  background-color: #00244a;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-item {
  color: #e5e9ed;
}

.nav-item.cta {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px 30px;
  transition: all .2s;
}

.nav-item.cta:hover {
  color: #00244a;
  background-color: #9ad34f;
  border-color: #9ad34f;
}

.nav-menu {
  height: 90px;
  align-items: center;
  display: flex;
}

.brand {
  flex: none;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  top: auto;
}

.flex-container-top {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.flex-container-top.flex-align-center {
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.container-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.col-3, .div-block-4, .div-block-5 {
  width: 33.33%;
}

.container-3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.col-4 {
  width: 25%;
  text-align: center;
  flex: 0 auto;
}

.text-xxl {
  padding-left: 0;
  padding-right: 0;
  font-size: 50px;
  line-height: 60px;
}

.section {
  padding: 90px 20px;
}

.section.bg-white {
  color: #00244a;
  background-color: #fff;
}

.section.bg-white.mt-0 {
  padding-top: 0;
}

.section.bg-grey {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #00244a;
  background-color: #e5e9ed;
  flex-direction: column;
  display: flex;
}

.section.bg-blue {
  color: #e5e9ed;
  background-color: #00244a;
}

.flex-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area"
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.flex-container.feature-item {
  margin-bottom: 90px;
}

.flex-container.nav-brand {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  padding-top: 22px;
  display: flex;
}

.flex-container.flex-top {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: flex-start;
}

.list-features {
  margin-bottom: 29px;
  padding-left: 20px;
  list-style-type: decimal;
}

.list-item {
  margin-bottom: 10px;
}

.accordion-item {
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px #000;
  margin-bottom: -10px;
  overflow: hidden;
}

.accordion-item.accordion-last-item {
  border-bottom: 1px solid #000;
}

.accordion-item.first-item {
  border-top-style: solid;
}

.accordion-toggle {
  height: 70px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.accordion-content {
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0 20px;
  display: block;
  position: static;
}

.menu-button {
  display: none;
}

.mission-text {
  margin-bottom: 30px;
}

.mission-character {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  border-radius: 100%;
  margin-right: 15px;
}

.mission-inner {
  text-align: left;
  align-items: center;
  display: flex;
}

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

.headline {
  text-align: left;
  padding-bottom: 60px;
}

.flex-col-2 {
  width: 50%;
  order: 0;
}

.flex-col-2.order-first {
  order: -1;
}

.flex-col-2.order-last {
  order: 1;
  padding-left: 60px;
}

.image-shadow {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .15);
}

.lightbox-link {
  color: #00244a;
  border-bottom: 1px #000;
  text-decoration: underline;
}

.lightbox-link.features_light-box-link {
  margin-bottom: 0;
  padding-bottom: 1em;
}

.top-line {
  color: #0095db;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: DIN Regular, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.h3-features {
  width: 66%;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 36px;
}

.h2-features {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 50px;
  line-height: 60px;
}

.image-testimonial {
  width: 33%;
  flex: none;
  margin-right: 60px;
}

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

.block-quote {
  border-left-style: none;
  padding-left: 0;
}

.h2-industries {
  margin-top: 0;
  margin-bottom: 30px;
}

.list-indutries {
  padding-left: 0;
  list-style-type: none;
}

.list-item-image {
  background-image: url('../images/landingpage/Icon-list-item.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-left: 20px;
}

.link {
  transition: all .2s;
}

.nav-brand {
  float: left;
  display: block;
}

.h3-industries {
  font-family: DIN Bold, sans-serif;
  font-size: 18px;
}

.footer-content-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  display: flex;
}

.usp-icon {
  width: 80px;
}

.icon-heart {
  color: rgba(229, 233, 237, 0);
  background-image: url('../images/landingpage/favorite.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-attachment: scroll;
}

.trust-logos {
  width: 66.66%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lightbox-link-inline {
  display: inline;
}

.modal-wrapper {
  z-index: 9999;
  height: 100dvh;
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
  padding-top: 80px;
  padding-bottom: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.modal-content-wrapper {
  width: 70dvw;
  height: auto;
  max-height: 80dvh;
  max-width: 100dvw;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: scroll;
}

.image-3 {
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: 840px;
  margin-bottom: 40px;
  position: static;
  overflow: visible;
}

.modal-close-link {
  width: 100%;
  text-align: right;
  font-size: 14px;
  display: block;
}

.modal-link {
  margin-bottom: 20px;
  display: block;
}

.container-4 {
  max-width: 100%;
}

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

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

  .hero-text {
    margin-left: 0;
    margin-right: 0;
  }

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

  .h3-features {
    width: 100%;
  }

  .h2-features {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-content-right {
    grid-column-gap: 60px;
  }
}

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

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

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

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

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

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

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

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

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

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

  .footer {
    border: 1px #000;
  }

  .container {
    max-width: none;
  }

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

  .container.testimonial {
    padding: 20px;
  }

  .footer-brand {
    align-self: center;
  }

  .footer-content-left {
    width: 100%;
    flex-direction: column;
    align-self: flex-start;
    align-items: center;
  }

  .footer-block {
    width: 100%;
  }

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

  .body {
    margin: 0;
    padding: 0;
  }

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

  .paragraph.text-xl {
    font-size: 18px;
    line-height: 26px;
  }

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

  .text-small {
    font-size: 12px;
    line-height: 18px;
  }

  .text-small.brand-claim {
    display: none;
  }

  .hero-text {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-image {
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
  }

  .navbar {
    width: 100%;
    position: fixed;
  }

  .nav-item {
    color: #0095db;
    padding-left: 0;
    padding-right: 14px;
    font-size: 16px;
    display: block;
  }

  .nav-item.cta {
    color: #9ad34f;
    border-style: none;
    padding: 0;
    display: block;
  }

  .nav-item.cta:hover {
    color: #9ad34f;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
  }

  .nav-menu {
    height: auto;
    padding-bottom: 0;
    padding-left: 1px;
    padding-right: 1px;
  }

  .brand {
    width: 110px;
    flex: 0 auto;
    align-self: flex-start;
    padding-top: 4px;
    padding-left: 0;
  }

  .flex-container-top {
    flex-direction: column;
  }

  .col-3 {
    width: 100%;
    margin-bottom: 40px;
  }

  .text-xxl {
    text-align: left;
    font-size: 30px;
    line-height: 38px;
  }

  .section {
    padding: 30px 20px;
  }

  .section.bg-white {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.first-section {
    padding-top: 100px;
  }

  .flex-container {
    flex-direction: column;
  }

  .flex-container.nav-brand {
    width: 50%;
    padding-top: 13px;
  }

  .mission-character {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .headline {
    padding-bottom: 30px;
  }

  .flex-col-2 {
    width: 100%;
  }

  .flex-col-2.order-first {
    order: 1;
  }

  .flex-col-2.order-last {
    order: -1;
    padding-left: 0;
  }

  .lightbox-link.features_light-box-link {
    margin-bottom: 60px;
  }

  .top-line {
    font-size: 12px;
    line-height: 24px;
  }

  .h3-features {
    font-size: 28px;
    line-height: 32px;
  }

  .h2-features {
    text-align: left;
    font-size: 24px;
    line-height: 30px;
  }

  .image-testimonial {
    width: 100%;
  }

  .block-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .h2-industries {
    font-size: 28px;
    line-height: 32px;
  }

  .icon {
    color: #00244a;
  }

  .footer-content-right {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .trust-logos {
    width: 100%;
    max-width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .image-2 {
    width: 160%;
    max-width: 200%;
    text-align: center;
    position: relative;
    left: -30%;
    right: -30%;
  }

  .trust-logo {
    width: 25%;
  }

  .trust-logo.sika {
    width: 20%;
  }

  .h1-hero {
    font-size: 28px;
    line-height: 34px;
  }

  .features_light-box-link {
    margin-bottom: 60px;
  }

  .accordion-toggle-text {
    width: 75%;
    direction: ltr;
    object-fit: fill;
    position: static;
    overflow: hidden;
  }
}

#w-node-_43217d85-913a-b034-eba3-e2758cb8ed3c-84bb3651 {
  grid-area: Area;
}

#w-node-_6f94ba0f-c91f-0eea-bd2b-fd8c38863d3d-84bb3651, #w-node-_702697b8-e8c5-a2fb-e401-13d42d31390d-84bb3651, #w-node-_175414bf-9116-fe6c-e6e9-0dccdf6729b7-84bb3651, #w-node-_175414bf-9116-fe6c-e6e9-0dccdf6729b8-84bb3651 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7fdfce2-c9b9-ac0e-039d-5fa03841e867-84bb3651 {
  grid-area: Area;
}

#w-node-e7fdfce2-c9b9-ac0e-039d-5fa03841e875-84bb3651, #w-node-e7fdfce2-c9b9-ac0e-039d-5fa03841e876-84bb3651, #w-node-_5afad60f-e5d3-c6ff-3aa4-92fb53801b0e-84bb3651, #w-node-_5afad60f-e5d3-c6ff-3aa4-92fb53801b17-84bb3651, #w-node-_7509b928-4aa9-fbbe-6887-32bfdbad67f2-84bb3651, #w-node-_7509b928-4aa9-fbbe-6887-32bfdbad67f9-84bb3651, #w-node-_5afad60f-e5d3-c6ff-3aa4-92fb53801b0e-11e1c49e, #w-node-_5afad60f-e5d3-c6ff-3aa4-92fb53801b17-11e1c49e, #w-node-_7509b928-4aa9-fbbe-6887-32bfdbad67f2-11e1c49e, #w-node-_7509b928-4aa9-fbbe-6887-32bfdbad67f9-11e1c49e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


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