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

body {
  background-color: #2b3d4e;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 20px 30px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #3fb498;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  font-family: 'Rational TW Display';
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0.25ch;
  text-transform: uppercase;
}

h2 {
  display: inline-block;
  margin: 16px;
  font-family: 'Rational TW Display';
  color: #fff;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0.25ch;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Rational Text';
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  padding-left: 20px;
  font-family: 'Rational Text Book', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  text-indent: -20px;
}

li {
  margin-bottom: 16px;
  font-family: 'Rational Text';
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}

strong {
  display: inline-block;
  line-height: 1.2;
  font-weight: 700;
}

.h1-base-code-element {
  width: 20%;
  height: 30px;
  margin-right: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
}

.h1-base-code-element.green-25 {
  width: 25%;
  background-color: #3fb498;
}

.h1-base-code-element.green-10 {
  width: 10%;
  background-color: #3fb498;
}

.h1-base-code-element.green-30 {
  width: 30%;
  background-color: #3fb498;
}

.h1-base-code-element.yellow-15 {
  width: 15%;
  background-color: #ecc625;
}

.h1-base-code-element.blue-20 {
  width: 20%;
  background-color: #3891bc;
}

.h1-code-element-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.h1-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-section {
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #292e3c;
}

.footer {
  margin-bottom: 21px;
  font-family: 'Rational Text Book', sans-serif;
  color: #5e698a;
  font-size: 12px;
  line-height: 1.75;
  font-weight: 400;
  text-decoration: none;
}

.footer.no-margin-below {
  margin-bottom: 0px;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-3 {
  margin-bottom: 40px;
}

.footer-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #5e698a;
}

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

.navbar {
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header-heading {
  display: inline;
  font-family: 'Rational TW Display Medium', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.25ch;
  text-transform: uppercase;
}

.hero-heading-text-div {
  overflow: hidden;
}

.navbar-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #2b3d4e;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
}

.heading-section {
  margin-top: 160px;
}

.heading-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-2 {
  font-family: 'Rational TW Display SemiBold', sans-serif;
  line-height: 1.25;
  font-weight: 600;
}

.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #292e3c;
}

.image-5 {
  width: 240px;
  margin-top: -100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.product-description {
  padding-left: 0px;
  font-size: 20px;
  line-height: 1.5;
  text-indent: 0px;
}

.product-heading {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: 'Rational TW Display SemiBold', sans-serif;
  font-size: 30px;
  letter-spacing: 0.1ch;
}

.product-heading.kap {
  color: #c5d336;
}

.product-heading.stat {
  color: #d49e36;
}

.products-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.products-paragraph {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 20px;
}

.highlight {
  font-family: 'Rational Text SemiBold', sans-serif;
  font-weight: 600;
}

.contact-button {
  margin-right: 30px;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: transparent;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-family: 'Rational Text Book', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.contact-button:hover {
  background-color: #fff;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #292e3c;
}

@media screen and (max-width: 991px) {
  .header-heading {
    position: relative;
    bottom: -4px;
  }
}

@media screen and (max-width: 767px) {
  .h1-base-code-element {
    height: 24px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  .h1-code-element-div {
    margin-bottom: 16px;
  }

  .h1-div {
    margin-bottom: 40px;
  }

  .navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .header-heading {
    position: relative;
    bottom: -5px;
    font-size: 12px;
  }

  .heading-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-2 {
    padding: 15px 25px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    font-size: 30px;
  }

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

  .div-block {
    margin-top: 80px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  .image-5 {
    width: 200px;
    margin-top: -80px;
  }

  .product-description {
    font-size: 18px;
  }

  .products-section {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .products-paragraph {
    font-size: 18px;
  }

  .contact-button {
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 15px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .h1-base-code-element {
    height: 16px;
    margin-right: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .h1-code-element-div {
    margin-bottom: 10px;
  }

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

  .navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-4 {
    margin-bottom: 15px;
  }

  .heading-2 {
    margin-bottom: 10px;
    padding: 10px 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 18px;
  }

  .div-block {
    margin-top: 60px;
    padding-right: 15px;
    padding-left: 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .image-5 {
    width: 160px;
    margin-top: -60px;
  }

  .product-description {
    font-size: 15px;
  }

  .product-heading {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .products-paragraph {
    font-size: 15px;
  }

  .contact-button {
    padding: 10px;
    border-width: 1.5px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 15px;
  }

  .column-6 {
    padding-left: 0px;
  }

  .column-7 {
    padding-left: 0px;
  }
}

#w-node-_71792f03-ca77-ee20-7615-433f66b69f06-b858e0be {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Rational TW Display SemiBold';
  src: url('../fonts/Rational-TW-DIsplay-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rational Text Book';
  src: url('../fonts/Rational-Text-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rational TW Display Medium';
  src: url('../fonts/Rational-TW-Display-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rational Text SemiBold';
  src: url('../fonts/Rational-Text-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}