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

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

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

@font-face {
  font-family: Visbycf;
  src: url('../fonts/VisbyCF-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Visbycf;
  src: url('../fonts/VisbyCF-DemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --_brand-colors---primary: #182857;
  --_size---h1-font-size\<deleted\|variable-5eccbd7a-63e9-aa29-4a91-a6f55df6d7ad\>: clamp(1 * 1rem, ((1 - ((5 - 1) / (80 - 20) * 20)) * 1rem + ((5 - 1) / (80 - 20)) * 100vw), 5 * 1rem);
  --_brand-colors---secondary: #00c8b3;
  --_brand-colors---body-boldcolor: white;
  --_brand-colors---body-coolor: #b8b8b8;
  --_size---p1-font-size\<deleted\|variable-0789ff6e-86fe-dbf6-29ac-62f03dc1a7b5\>: clamp(1 * 1rem, ((1 - ((2.2 - 1) / (90 - 20) * 20)) * 1rem + ((2 - 1) / (90 - 20)) * 100vw), 2 * 1rem);
  --_brand-colors---primary-darker: #0e1938;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--_brand-colors---primary);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: Visbycf, Arial, sans-serif;
  font-size: var(--_size---h1-font-size\<deleted\|variable-5eccbd7a-63e9-aa29-4a91-a6f55df6d7ad\>);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--_brand-colors---secondary);
  font-family: Visbycf, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 6rem;
  display: flex;
  position: relative;
}

.section.narrow {
  height: 10vh;
}

.section.is-metrics {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.h1-heading {
  box-sizing: border-box;
  background-image: linear-gradient(41deg, var(--_brand-colors---secondary), var(--_brand-colors---body-boldcolor));
  width: auto;
  height: auto;
  color: var(--_brand-colors---secondary);
  letter-spacing: .35ch;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.1;
  overflow: visible;
}

.container-page {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.hero-text-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.h2-heading {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  color: var(--_brand-colors---body-boldcolor);
  text-align: left;
  letter-spacing: .12ch;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1;
  overflow: visible;
}

.paragraph {
  width: 23ch;
  color: var(--_brand-colors---body-coolor);
  text-align: left;
  letter-spacing: .05ch;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}

.button-a {
  background-color: var(--_brand-colors---secondary);
  color: var(--_brand-colors---primary);
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  padding: .7rem 1.2rem;
  font-family: Visbycf, Arial, sans-serif;
  font-size: .95rem;
  font-weight: 700;
  display: flex;
}

.div-block-3 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image-static {
  transform: scale3d(1none, 1none, 1none);
  mix-blend-mode: multiply;
  object-fit: cover;
  transform-style: preserve-3d;
  align-self: center;
  position: static;
  overflow: visible;
}

.slider {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #ddd0;
  transform: scale(1.3);
}

.slide {
  vertical-align: baseline;
  object-fit: fill;
}

.div-block-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation {
  width: 50%;
}

.card-wide-metric {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  opacity: 1;
  background-image: none;
  border-radius: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.container-page--card {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  opacity: 1;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  height: 40vh;
  margin-left: auto;
  margin-right: auto;
  font-size: .9rem;
  display: flex;
  position: relative;
  inset: 0%;
  box-shadow: -20px 30px 20px #0000002b;
}

.heading {
  color: #e7d1d1;
  letter-spacing: .1ch;
  font-family: VisbyCF, Arial, sans-serif;
  font-weight: 100;
}

.h3-heading {
  box-sizing: border-box;
  width: auto;
  height: auto;
  color: var(--_brand-colors---secondary);
  text-align: center;
  letter-spacing: .09ch;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1.2;
  overflow: visible;
}

.section-wrapper {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  text-align: center;
  background-color: #35365700;
  border: 0 #44779b61;
  border-radius: 1.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1440px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-wrapper.is80 {
  width: 100%;
  max-width: 1440px;
  height: 60vh;
}

.metric-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  width: 10rem;
  height: 10rem;
  display: flex;
}

.metric-number {
  color: var(--_brand-colors---secondary);
  text-align: left;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.metric-paragraph {
  color: var(--_brand-colors---body-coolor);
  text-align: left;
  letter-spacing: 2px;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}

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

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

.section-dot {
  border: 8px solid var(--_brand-colors---secondary);
  background-image: none;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.section-dot-inner {
  background-color: var(--_brand-colors---primary);
  border-radius: 100%;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.card-wide-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.background-video {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.h4-heading {
  box-sizing: border-box;
  width: auto;
  height: auto;
  color: var(--_brand-colors---secondary);
  text-align: left;
  letter-spacing: .09ch;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  overflow: visible;
}

.card--wrapper {
  display: flex;
}

.section-info {
  opacity: 1;
  background-color: #182857;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 2rem;
  display: flex;
}

.section-id-heading {
  color: var(--_brand-colors---secondary);
  text-align: center;
  letter-spacing: .5ch;
  text-decoration: none;
}

.card-typo-wrappe {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  position: relative;
}

.card-img-wrapper {
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.background-video-2 {
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
}

.p2-centerded {
  width: 23ch;
  color: var(--_brand-colors---body-coolor);
  font-family: Visbycf, Arial, sans-serif;
  font-size: var(--_size---p1-font-size\<deleted\|variable-0789ff6e-86fe-dbf6-29ac-62f03dc1a7b5\>);
  text-align: center;
  letter-spacing: .05ch;
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.button-b {
  border: 1px solid var(--_brand-colors---secondary);
  background-color: var(--_brand-colors---primary);
  color: var(--_brand-colors---secondary);
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-family: Visbycf, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  display: flex;
}

.buttons-wrapper {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: wrap;
  display: flex;
}

.prrof-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  opacity: 1;
  background-color: #d5b8b800;
  border: 0 solid #00c8b3;
  border-radius: 1.5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.sp-logo-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 7rem;
  height: auto;
  display: flex;
}

.sp-logo-wrapper.is-x {
  width: 8rem;
}

.sp-logo-wrapper.is-fsc {
  width: 3.8rem;
}

.sp-logo-wrapper.is-g7 {
  width: 5rem;
}

.sp-logo-wrapper.isbrcs, .sp-logo-wrapper.is-sedex {
  width: 6rem;
}

.sp-paragraph {
  color: var(--_brand-colors---body-coolor);
  letter-spacing: .1ch;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.logo-img {
  object-fit: cover;
  width: auto;
  padding: 3px;
}

.video {
  border-radius: 1.5rem;
}

.card-bg-image {
  opacity: .34;
  background-image: url('../images/omaks-print.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5rem;
  position: absolute;
  inset: 0%;
  transform: rotate(0);
}

.metrics-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  opacity: 1;
  background-image: url('../images/globe.svg');
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  margin-bottom: 3rem;
  padding-top: 71px;
  display: flex;
}

.sp-header {
  color: var(--_brand-colors---secondary);
  letter-spacing: .3ch;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.section-is-socialproof {
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: flex;
}

.section-is-socialproof.narrow {
  height: 10vh;
}

.div-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.p3 {
  width: 25ch;
  color: var(--_brand-colors---body-coolor);
  text-align: left;
  letter-spacing: .05ch;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}

.body {
  color: var(--_brand-colors---body-coolor);
  text-align: left;
  letter-spacing: .1ch;
  flex-flow: column;
  justify-content: space-between;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
  display: block;
}

.navbar {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #1828577d;
  height: 7rem;
  margin-bottom: 0;
  padding-top: 1.5rem;
  position: relative;
  inset: auto 0%;
}

.image {
  width: 100%;
  position: static;
}

.page-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 6rem;
  display: flex;
}

.section-id {
  background-color: var(--_brand-colors---secondary);
  letter-spacing: .5ch;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2rem;
  padding: 1rem 2rem;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.quick-stack {
  grid-column-gap: 31px;
  grid-row-gap: 39px;
  padding: 0;
}

.bokeh {
  opacity: .38;
  filter: blur(80px);
  background-color: #e6c9c9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 20rem;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(75%, 34px);
}

.text-block {
  color: var(--_brand-colors---primary);
  text-align: center;
  font-size: .8rem;
  font-weight: 700;
}

.cell {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  justify-content: center;
  align-items: flex-start;
}

.navlink {
  color: var(--_brand-colors---body-coolor);
  letter-spacing: .09ch;
  text-transform: uppercase;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.navlink:hover {
  color: var(--_brand-colors---body-boldcolor);
}

.container {
  max-width: 1300px;
}

.brand {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.language-selector {
  font-family: Visbycf, Arial, sans-serif;
  font-size: .75rem;
}

.language-selector:hover, .language-selector:active {
  color: var(--_brand-colors---secondary);
}

.language-wrapper {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  align-self: center;
  display: flex;
}

.header-title {
  aspect-ratio: auto;
  color: var(--_brand-colors---secondary);
  letter-spacing: .2ch;
  align-self: center;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.title-subheader {
  letter-spacing: .3ch;
  text-transform: uppercase;
  font-family: Visbycf, Arial, sans-serif;
  font-size: .7rem;
}

.footer-subscribe {
  background-color: #47448b;
  border-bottom: 1px solid #e4ebf3;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  max-width: 1440px;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

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

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

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.button-c {
  background-color: var(--_brand-colors---secondary);
  color: var(--_brand-colors---primary);
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  padding: .9rem 1.2rem;
  font-family: Visbycf, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  display: flex;
}

.section-marker-wrapper {
  padding: 2.625rem;
  position: absolute;
  inset: 0%;
}

.slider-news {
  background-color: #ddd0;
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  font-size: .9rem;
}

.mask-2 {
  width: 100%;
  height: 100%;
}

.slide-img {
  background-color: #6d2dda00;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-nav {
  font-size: .9rem;
  font-weight: 700;
  bottom: 29px;
}

.slider-news-img {
  width: auto;
  height: auto;
}

.slider-wrapper {
  background-color: #ceb0b021;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.card-id-wrapper {
  z-index: 3;
  padding: 1.5rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slider-date {
  color: var(--_brand-colors---body-coolor);
  letter-spacing: .09ch;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.section-2 {
  height: auto;
}

.slide-img-full {
  background-color: #6d2dda00;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.heading-industries {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  width: auto;
  height: auto;
  color: var(--_brand-colors---body-boldcolor);
  letter-spacing: .1ch;
  background-color: #a2b3c07d;
  border-radius: 410rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px 35px;
  font-family: VisbyCF, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 100;
}

.quick-stack-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  height: 100%;
}

.grid-container {
  height: 100%;
  padding: 2rem;
  position: relative;
  overflow: visible;
  transform: rotate(0);
}

.cell-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  align-items: flex-start;
}

.grid-logo-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.img-logo {
  display: inline-block;
}

.div-block-9 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.home-card-img {
  aspect-ratio: auto;
  opacity: .28;
  object-fit: scale-down;
  object-position: 50% 50%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.card-typo-center {
  flex-flow: column;
  display: flex;
}

.overlay {
  z-index: 1;
  color: #b8b8b800;
  background-image: linear-gradient(#19285742, #0b1535d6);
  border-radius: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.footer-container {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  text-align: left;
  justify-content: space-between;
  height: 15rem;
  display: flex;
}

.footer-text {
  color: #8b8888;
  text-align: left;
  letter-spacing: .05ch;
  width: 25ch;
  font-size: .9rem;
}

.footer-links-contanier {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.footer-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding: 12px;
  display: flex;
}

.footer-links {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.logo-img-small {
  object-fit: cover;
  width: auto;
  height: 3.6rem;
  padding: 3px;
}

.footer-link {
  color: #00c8b37a;
  font-size: .85rem;
}

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

.section-wrapper-footer {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  text-align: center;
  background-color: #35365700;
  border: 1px solid #44779b61;
  border-radius: 1.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1440px;
  height: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 41px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-wrapper-footer.is80 {
  height: 80vh;
}

.section-hero-2 {
  height: 50vh;
  color: var(--_brand-colors---body-boldcolor);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Visbycf, Arial, sans-serif;
  display: block;
  position: relative;
}

.section-hero-2.narrow {
  height: 10vh;
}

.section-hero-2.is-metrics {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: flex;
}

.hero2-bgr-img {
  opacity: .38;
  background-image: linear-gradient(#18285700, #182857bd), url('../images/about-hero-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 1.5rem;
  width: 1330px;
  height: 100%;
  position: relative;
  inset: 0%;
}

.section-body-3column {
  max-width: 1300px;
  height: auto;
  color: var(--_brand-colors---body-boldcolor);
  border: 0 solid #00c0e826;
  border-radius: 1.5rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2.375rem 1.5rem;
  font-family: Visbycf, Arial, sans-serif;
  overflow: visible;
}

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

.grid-3c {
  z-index: 1;
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.1rem 0;
  position: relative;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-11 {
  background-image: url('../images/about-hero-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 1.5rem;
  height: 70%;
  position: absolute;
  inset: 0%;
}

.about-rhero-container {
  text-align: left;
  height: 50vh;
  position: relative;
}

.grid-cntnr {
  max-width: 1300px;
  color: var(--_brand-colors---body-boldcolor);
  margin-left: auto;
  margin-right: auto;
  padding-top: 41px;
  padding-bottom: 41px;
  font-family: Visbycf, Arial, sans-serif;
}

.grid2-cl-bnt {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.section-body-2column-bnt {
  max-width: 1300px;
  color: var(--_brand-colors---body-boldcolor);
  margin-left: auto;
  margin-right: auto;
  padding-top: 41px;
  padding-bottom: 41px;
  font-family: Visbycf, Arial, sans-serif;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
}

.quick-stack-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  height: auto;
}

.awards-cell-container {
  grid-column-gap: 39px;
  grid-row-gap: 41px;
  text-align: center;
  background-image: none;
  border: 0 solid #43697a;
  border-radius: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto 1px auto auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.award-txt {
  color: var(--_brand-colors---body-boldcolor);
  text-align: left;
  letter-spacing: .05ch;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.4;
}

.div-block-14 {
  background-color: #64e3ff00;
  border-radius: 1.5rem;
}

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

.awards-product-img {
  background-color: #18285700;
}

.cell-3 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: space-between;
  align-items: flex-start;
}

.quick-stack-4 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  background-image: linear-gradient(#25205a30, #263664c2);
  border: 1px solid #75a2c74a;
  border-radius: 1.5rem;
  height: 25rem;
  padding: 31px;
}

.image-2 {
  width: auto;
  height: 80%;
}

.cell-4 {
  justify-content: space-between;
  align-items: flex-start;
}

.cell-5 {
  line-height: 100%;
}

.cell-6, .cell-7 {
  justify-content: center;
  align-items: center;
}

.bold-text {
  color: var(--_brand-colors---body-boldcolor);
}

.heading-2 {
  position: static;
  bottom: 133px;
  left: 38px;
}

.cell-8 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
}

.news-img {
  object-fit: cover;
  width: 150%;
  height: 150%;
}

.section-submenu {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.section-submenu.narrow {
  height: 10vh;
}

.section-submenu.is-metrics {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: flex;
}

.tab-button-primary {
  background-color: var(--_brand-colors---primary);
  opacity: 1;
  border: 3px solid #00c8b34d;
  border-radius: 100px;
  padding-left: 3rem;
  padding-right: 3rem;
}

.tab-button-primary.w--current {
  color: var(--_brand-colors---primary);
  background-color: #00c8b35c;
  border-radius: 100px;
  padding-left: 3rem;
  padding-right: 3rem;
}

.tabs-menu {
  z-index: 5;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  position: sticky;
}

.products-img-container {
  column-count: 3;
  column-gap: 1.5rem;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 3;
  display: block;
  position: relative;
}

.products-image {
  border-radius: 1.5rem;
  margin-bottom: 18px;
}

.tabs-content {
  width: 100%;
  display: block;
}

.tab-page {
  height: auto;
  padding-top: 1.875rem;
}

.lightbox-link {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  text-align: left;
  column-count: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 1.5rem;
  display: block;
  position: relative;
}

.image-3 {
  border-radius: 1.5rem;
  padding: 1rem;
}

.lighbox-products-img {
  border-radius: 1.5rem;
  width: 100%;
  padding: 0;
}

.tab-tag-active {
  font-size: 1.2rem;
  font-weight: 600;
}

.tab-tag-psv {
  color: var(--_brand-colors---secondary);
  text-align: center;
  letter-spacing: .2ch;
  font-size: .8rem;
  font-weight: 600;
}

.tab-tag-psv.current {
  color: var(--_brand-colors---primary);
}

.product-award-container {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  background-image: linear-gradient(#263768, #fff0);
  border: 0 solid #54b3c0;
  border-radius: 1.5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.product-award-year {
  color: var(--_brand-colors---body-boldcolor);
  letter-spacing: .1ch;
  font-weight: 700;
}

.product-award-text {
  color: var(--_brand-colors---body-boldcolor);
  letter-spacing: .2ch;
  font-weight: 500;
}

.bold-text-2 {
  letter-spacing: .1ch;
}

.industries-container {
  column-count: 1;
  column-gap: 1.5rem;
  max-width: 1300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  display: block;
  position: relative;
}

.hero-2-container {
  border-radius: 1.5rem;
  width: 100%;
  max-width: 1300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.secondary-hero-img {
  border-radius: 1.5rem;
  width: 100%;
  position: static;
  inset: 0% 0% 0;
}

.secondary-hero-img.is-absolute {
  position: absolute;
  overflow: hidden;
}

.faq {
  border: 0 solid #3c7d8f61;
  border-radius: 1.5rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.hero-2-bg {
  opacity: .09;
  height: auto;
  position: static;
}

.absolute {
  border-radius: 1.5rem;
  height: 70%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.heading-3 {
  position: absolute;
  inset: auto auto 16% 0%;
}

.h1-heading--2 {
  box-sizing: border-box;
  background-image: linear-gradient(41deg, var(--_brand-colors---secondary), var(--_brand-colors---body-boldcolor));
  width: auto;
  height: auto;
  color: var(--_brand-colors---secondary);
  letter-spacing: .2ch;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: VisbyCF, Arial, sans-serif;
  font-weight: 100;
  line-height: 1.1;
  overflow: visible;
}

.h3-heading--2 {
  box-sizing: border-box;
  width: auto;
  height: auto;
  color: var(--_brand-colors---secondary);
  text-align: left;
  letter-spacing: .15ch;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  overflow: visible;
}

.div-block-17 {
  height: 100%;
}

.hero2-heading-container {
  grid-column-gap: 5.8rem;
  grid-row-gap: 5.8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 30%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-copy {
  width: 23ch;
  color: var(--_brand-colors---body-coolor);
  font-family: Visbycf, Arial, sans-serif;
  font-size: var(--_size---p1-font-size\<deleted\|variable-0789ff6e-86fe-dbf6-29ac-62f03dc1a7b5\>);
  text-align: left;
  letter-spacing: .05ch;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph--2 {
  width: 100%;
  color: var(--_brand-colors---secondary);
  text-align: left;
  letter-spacing: .05ch;
  font-family: Visbycf, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}

.section-body-3column-copy {
  max-width: 1300px;
  height: auto;
  color: var(--_brand-colors---body-boldcolor);
  margin-bottom: 43px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 41px;
  padding-bottom: 41px;
  font-family: Visbycf, Arial, sans-serif;
  overflow: visible;
}

.section-cta {
  overflow: visible;
}

.secondary-hero-img-copy {
  border-radius: 1.5rem;
  width: 100%;
  position: static;
  inset: 0% 0% 0;
}

.secondary-hero-img-copy.is-absolute {
  position: absolute;
  overflow: hidden;
}

.cell-9 {
  justify-content: center;
  align-items: center;
}

.quick-stack-5 {
  padding: 0;
}

.cell-title {
  background-color: #aa909000;
  border-radius: 1.5rem;
}

.cell-body {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: space-between;
  align-items: flex-start;
}

.cell-logo-container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.cell-logo {
  width: auto;
  height: 2rem;
}

.cell-10, .cell-11 {
  justify-content: center;
  align-items: flex-start;
}

.cell-12 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
}

.cell-img-full {
  border-radius: 1.5rem;
}

.section-body-1column {
  border-top: 0px solid var(--_brand-colors---primary-darker);
  max-width: 1300px;
  color: var(--_brand-colors---body-boldcolor);
  margin-left: auto;
  margin-right: auto;
  font-family: Visbycf, Arial, sans-serif;
  overflow: visible;
}

.grid-2c {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.div-block-18 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 1.5rem;
  height: 100%;
}

.cell-text {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.arrow-small {
  width: 8%;
}

.image-2col {
  box-sizing: border-box;
  opacity: .95;
  object-fit: cover;
  border-radius: 1.5rem;
  width: auto;
  height: 100%;
}

.bento-2x1-l {
  padding: 0;
}

.bento-2x1-r {
  margin-bottom: 21px;
  padding: 0;
}

.accordion-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-radius: 1.5rem;
  flex-flow: column;
  display: flex;
}

.accordion-top {
  background-color: #a2ad6e26;
  border: 0 #000;
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.accordion-bottom {
  background-color: #65c0df00;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordeon-arrow {
  width: 2rem;
  font-size: 14px;
}

.accordion-blocks-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.accordion-block-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.accordion-block {
  background-color: #459c7608;
  border: 0 solid #000;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-bottom: 20px;
  padding: 1.75rem 1.5rem;
  display: flex;
}

.accordion-block:hover {
  background-color: #66b69314;
}

.accordion-block.w--current {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  background-color: #72dac51f;
  background-image: none;
  border: 0 solid #000;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  padding: 1.75rem 1.5rem;
  display: flex;
  overflow: hidden;
}

.accordion-tab-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 6px 16px;
  display: flex;
  position: relative;
}

.accordeon-left-img {
  vertical-align: baseline;
  position: absolute;
}

.accordeon-bg-1 {
  opacity: .03;
  background-image: url('../images/f18e0360ddb87dc65b99541065565fee.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 1.5rem;
  position: absolute;
  inset: 0%;
}

.accordeon-logo.brcs {
  width: 3rem;
  height: auto;
}

.accordeon-logo-wrapper {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordeon-bg-2 {
  z-index: 0;
  opacity: .05;
  background-image: url('../images/3e42be97e32a5f82273ca07e3cf7400d.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 1.5rem;
  position: absolute;
  inset: 0%;
}

.accordeon-bg-3 {
  opacity: .05;
  background-image: url('../images/0cf3f447f50c8a00f9b23ec2ce390d48.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 1.5rem;
  position: absolute;
  inset: 0%;
}

.accordeon-bg-4 {
  opacity: .11;
  background-image: url('../images/Group-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 1.5rem;
  position: absolute;
  inset: 0%;
}

.image-4 {
  height: 1.6rem;
}

.faq-wrap {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.faq-q {
  z-index: 3;
  background-color: #a3c7c000;
  border-radius: 1.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem 1.5rem;
  display: flex;
  position: relative;
}

.faq-q:hover {
  background-color: #a3c7c01a;
}

.faq-a {
  height: auto;
  overflow: hidden;
}

.div-block-19 {
  max-width: 1440px;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: #2a3a6b80;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10vh;
  margin-bottom: 6rem;
  padding: 20px 1.5rem;
  display: flex;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--_brand-colors---body-coolor);
  letter-spacing: .2ch;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--_brand-colors---secondary);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  filter: invert();
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #a8afcc;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: var(--_brand-colors---secondary);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

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

.quick-stack-6 {
  max-width: 1440px;
}

.slider-2 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  transform: scale(1.3);
}

.section-sp {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 6rem;
  display: flex;
  position: relative;
}

.section-sp.narrow {
  height: 10vh;
}

.section-sp.is-metrics {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.card-typo-wrap-centered {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8rem;
  padding-right: 8rem;
  display: flex;
  position: relative;
}

.container-page-card-60 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  opacity: 1;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
  font-size: .9rem;
  display: flex;
  position: relative;
  inset: 0%;
  box-shadow: -20px 30px 20px #0000002b;
}

.slider-industries {
  background-color: #ddd0;
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  font-size: .9rem;
}

.slider-ind {
  height: 100%;
  overflow: hidden;
}

.mask-ind {
  height: 100%;
}

.slide-ind {
  width: 100%;
}

.slider-wrapper-ind {
  background-color: #ceb0b021;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.slider-ind-img {
  height: auto;
}

.slide-nav-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-20 {
  opacity: .2;
  border-radius: 1.5rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

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

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .nav-menu-two {
    flex-direction: column;
  }
}

#w-node-_07d1aecc-6c00-407e-e4af-dc6d15640684-6763c7b5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f437be13-e41d-c272-9f22-912668fd1629-6763c7b5, #w-node-f437be13-e41d-c272-9f22-912668fd162a-6763c7b5, #w-node-f437be13-e41d-c272-9f22-912668fd163c-6763c7b5, #w-node-f437be13-e41d-c272-9f22-912668fd163d-6763c7b5, #w-node-d6760f11-3e6d-6263-1d2d-faf9c4ab2a9d-97bfe191 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8c253877-e8fe-b4bb-9853-a7d576453bff-97bfe191 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-e0667c06-d6a7-36cd-ba7f-f0f06458f9ee-97bfe191 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.75fr;
}

#w-node-_1c095baa-5ed5-f7fb-f8a8-3d9c7b79a6fc-97bfe191 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a6cb232b-80d0-5651-d483-c58671fb0bd3-97bfe191 {
  grid-column: span 3 / span 3;
}

#w-node-_9923781d-e02d-2669-dccd-1b6aec3bf56b-97bfe191 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-b383612e-cab6-9257-e353-3cd65027d97f-97bfe191, #w-node-_91505b8e-e0a8-0a4f-d055-11b2a6388890-97bfe191, #w-node-a2a9d1fd-1204-2405-ca46-cb6da088dfcc-97bfe191, #w-node-_2158cc47-2f9c-643d-72a2-1da9563a19d1-97bfe191, #w-node-c6272947-69d9-ea56-7e7d-1b132b2801d1-97bfe191, #w-node-fcc647c0-c851-660d-b553-3bd88ae5d1ce-97bfe191 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_833a9c68-a147-15a9-901d-978f81217550-97bfe191 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.75fr;
}

#w-node-_833a9c68-a147-15a9-901d-978f8121755c-97bfe191 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_833a9c68-a147-15a9-901d-978f8121755d-97bfe191 {
  grid-column: span 3 / span 3;
}

#w-node-_833a9c68-a147-15a9-901d-978f8121755f-97bfe191, #w-node-ab92c3c5-0255-b664-670d-998a65d55a54-65d55a53, #w-node-_8aac0bcf-e54a-72b9-bd4b-b5515be1fbeb-5be1fbea {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9c23f030-275b-3de1-6fbb-1aa0ae783aa2-6801f162 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 2.5fr;
}

#w-node-_2d3b9754-8351-dc77-86f5-11a102de7b82-6801f162, #w-node-_88dc82be-b71a-b62a-ceae-1180b3ce35e8-6801f162, #w-node-_18649f43-ad9f-6c53-d46d-1ddb15697415-6801f162, #w-node-_7038fe39-fab1-521b-4b05-0a64621232dc-6801f162, #w-node-_7038fe39-fab1-521b-4b05-0a64621232dd-6801f162, #w-node-_62e573c1-7314-0932-f5cf-6232bff35e1a-6801f162, #w-node-_62e573c1-7314-0932-f5cf-6232bff35e1b-6801f162, #w-node-_72d08a9b-f5c1-3396-7164-fa6481d389c1-6801f162, #w-node-_72d08a9b-f5c1-3396-7164-fa6481d389c2-6801f162, #w-node-_3627b57d-72b9-cd24-d4f9-71a91ba287a2-6801f162, #w-node-_3627b57d-72b9-cd24-d4f9-71a91ba287a3-6801f162, #w-node-b96f7aa5-6d2d-2f95-b873-765bcacf593d-6801f162, #w-node-b96f7aa5-6d2d-2f95-b873-765bcacf593e-6801f162 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d1e57270-ab08-98de-c473-128e5eb43426-6801f162 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
}

#w-node-_09616002-c8fa-4f82-abbf-076474e68976-6801f162 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_00f3a20d-dd19-5aff-3a1e-4489ce3aab43-6801f162 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6df101a1-e86f-4f42-18d7-4e57fec93686-6801f162 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 2.5fr;
}

#w-node-_6df101a1-e86f-4f42-18d7-4e57fec93692-6801f162, #w-node-_6df101a1-e86f-4f42-18d7-4e57fec936af-6801f162, #w-node-_6df101a1-e86f-4f42-18d7-4e57fec936b0-6801f162, #w-node-_6df101a1-e86f-4f42-18d7-4e57fec936bf-6801f162, #w-node-_6df101a1-e86f-4f42-18d7-4e57fec936c0-6801f162, #w-node-_6df101a1-e86f-4f42-18d7-4e57fec936d8-6801f162, #w-node-_6df101a1-e86f-4f42-18d7-4e57fec936d9-6801f162, #w-node-_6df101a1-e86f-4f42-18d7-4e57fec936f2-6801f162, #w-node-_6df101a1-e86f-4f42-18d7-4e57fec936f3-6801f162, #w-node-_6df101a1-e86f-4f42-18d7-4e57fec93703-6801f162, #w-node-_6df101a1-e86f-4f42-18d7-4e57fec93704-6801f162, #w-node-_6df101a1-e86f-4f42-18d7-4e57fec93715-6801f162, #w-node-_6df101a1-e86f-4f42-18d7-4e57fec93716-6801f162 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6df101a1-e86f-4f42-18d7-4e57fec9372e-6801f162 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
}

#w-node-_6df101a1-e86f-4f42-18d7-4e57fec93733-6801f162 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_6df101a1-e86f-4f42-18d7-4e57fec93739-6801f162, #w-node-_6df101a1-e86f-4f42-18d7-4e57fec93750-6801f162, #w-node-_6df101a1-e86f-4f42-18d7-4e57fec93751-6801f162, #w-node-_6df101a1-e86f-4f42-18d7-4e57fec93763-6801f162, #w-node-_6df101a1-e86f-4f42-18d7-4e57fec93764-6801f162, #w-node-_6df101a1-e86f-4f42-18d7-4e57fec9377b-6801f162, #w-node-_6df101a1-e86f-4f42-18d7-4e57fec9377c-6801f162, #w-node-_6df101a1-e86f-4f42-18d7-4e57fec93794-6801f162, #w-node-_6df101a1-e86f-4f42-18d7-4e57fec93795-6801f162, #w-node-_6df101a1-e86f-4f42-18d7-4e57fec937a5-6801f162, #w-node-_6df101a1-e86f-4f42-18d7-4e57fec937a6-6801f162, #w-node-_6df101a1-e86f-4f42-18d7-4e57fec937b7-6801f162, #w-node-_6df101a1-e86f-4f42-18d7-4e57fec937b8-6801f162 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_07001206-02b0-516b-8b7f-7b55f61e2fbe-6801f162 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 2.5fr;
}

#w-node-_07001206-02b0-516b-8b7f-7b55f61e2fca-6801f162, #w-node-_07001206-02b0-516b-8b7f-7b55f61e2fe7-6801f162, #w-node-_07001206-02b0-516b-8b7f-7b55f61e2fe8-6801f162, #w-node-_07001206-02b0-516b-8b7f-7b55f61e2ff7-6801f162, #w-node-_07001206-02b0-516b-8b7f-7b55f61e2ff8-6801f162, #w-node-_07001206-02b0-516b-8b7f-7b55f61e3010-6801f162, #w-node-_07001206-02b0-516b-8b7f-7b55f61e3011-6801f162, #w-node-_07001206-02b0-516b-8b7f-7b55f61e302a-6801f162, #w-node-_07001206-02b0-516b-8b7f-7b55f61e302b-6801f162, #w-node-_07001206-02b0-516b-8b7f-7b55f61e303b-6801f162, #w-node-_07001206-02b0-516b-8b7f-7b55f61e303c-6801f162, #w-node-_07001206-02b0-516b-8b7f-7b55f61e304d-6801f162, #w-node-_07001206-02b0-516b-8b7f-7b55f61e304e-6801f162 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_07001206-02b0-516b-8b7f-7b55f61e3066-6801f162 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
}

#w-node-_07001206-02b0-516b-8b7f-7b55f61e306b-6801f162 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_07001206-02b0-516b-8b7f-7b55f61e3071-6801f162, #w-node-_07001206-02b0-516b-8b7f-7b55f61e3088-6801f162, #w-node-_07001206-02b0-516b-8b7f-7b55f61e3089-6801f162, #w-node-_07001206-02b0-516b-8b7f-7b55f61e309b-6801f162, #w-node-_07001206-02b0-516b-8b7f-7b55f61e309c-6801f162, #w-node-_07001206-02b0-516b-8b7f-7b55f61e30b3-6801f162, #w-node-_07001206-02b0-516b-8b7f-7b55f61e30b4-6801f162, #w-node-_07001206-02b0-516b-8b7f-7b55f61e30cc-6801f162, #w-node-_07001206-02b0-516b-8b7f-7b55f61e30cd-6801f162, #w-node-_07001206-02b0-516b-8b7f-7b55f61e30dd-6801f162, #w-node-_07001206-02b0-516b-8b7f-7b55f61e30de-6801f162, #w-node-_07001206-02b0-516b-8b7f-7b55f61e30ef-6801f162, #w-node-_07001206-02b0-516b-8b7f-7b55f61e30f0-6801f162, #w-node-_3137f4ca-0a78-95ef-d43c-eb8d52f4bacc-52f4bac5, #w-node-_3137f4ca-0a78-95ef-d43c-eb8d52f4bacd-52f4bac5, #w-node-_3137f4ca-0a78-95ef-d43c-eb8d52f4badf-52f4bac5, #w-node-_3137f4ca-0a78-95ef-d43c-eb8d52f4bae0-52f4bac5, #w-node-_3137f4ca-0a78-95ef-d43c-eb8d52f4baf7-52f4bac5, #w-node-_3137f4ca-0a78-95ef-d43c-eb8d52f4baf8-52f4bac5, #w-node-_3137f4ca-0a78-95ef-d43c-eb8d52f4bb10-52f4bac5, #w-node-_3137f4ca-0a78-95ef-d43c-eb8d52f4bb11-52f4bac5, #w-node-_3137f4ca-0a78-95ef-d43c-eb8d52f4bb21-52f4bac5, #w-node-_3137f4ca-0a78-95ef-d43c-eb8d52f4bb22-52f4bac5, #w-node-_3137f4ca-0a78-95ef-d43c-eb8d52f4bb33-52f4bac5, #w-node-_3137f4ca-0a78-95ef-d43c-eb8d52f4bb34-52f4bac5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}


@font-face {
  font-family: 'Visbycf';
  src: url('../fonts/VisbyCF-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visbycf';
  src: url('../fonts/VisbyCF-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'VisbyCF';
  src: url('../fonts/VisbyThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visbycf';
  src: url('../fonts/VisbyCF-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Visbycf';
  src: url('../fonts/VisbyCF-DemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}