.elementor-346 .elementor-element.elementor-element-1c9457ae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-796ba3a4 */:root {
  --blue: #0068e2;
  --blue-dark: #0b4e9f;
  --ink: #17202a;
  --muted: #596779;
  --line: #dfe6ee;
  --soft: #f4f7fa;
  --dark: #111923;
  --white: #ffffff;
}

* { box-sizing: border-box; }

html {
  margin: 0;
  padding: 0;
  background: var(--white);
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.page-hero {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 0;
  outline: 0;
  min-height: 380px;
  color: var(--white);
  display: grid;
  align-items: center;
  background: var(--hero) center / cover no-repeat;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12,20,30,.9), rgba(12,20,30,.64), rgba(12,20,30,.22));
  pointer-events: none;
}

.page-hero > .wrap {
  position: relative;
  z-index: 1;
}

.kicker {
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-hero .kicker,
.dark .kicker,
.contact-box .kicker {
  color: #9dccff;
}

h1, h2, h3, p { margin-top: 0; }

.page-hero h1 {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.02;
}

.page-hero p {
  max-width: 620px;
  margin-bottom: 0;
  color: #d9e3ee;
  font-size: 18px;
}

.section {
  padding: 82px 0;
}

.section.soft { background: var(--soft); }
.section.dark { background: var(--dark); color: var(--white); }

.split {
  display: grid;
  grid-template-columns: .96fr 1.04fr;
  gap: 58px;
  align-items: center;
}

.section-title {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.08;
}

.lead {
  color: var(--muted);
  font-size: 17px;
}

.dark .lead { color: #c6d1dc; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  min-height: 50px;
  padding: 0 26px;
  background: var(--blue);
  color: var(--white);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
}

.button.dark {
  background: var(--dark);
}

.ticks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 26px;
  margin: 28px 0 34px;
  padding: 0;
  list-style: none;
}

.ticks li {
  position: relative;
  padding-left: 26px;
  font-weight: 800;
}

.ticks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background: var(--blue);
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.card {
  background: var(--white);
  border: 1px solid var(--line);
  overflow: hidden;
}

.card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.card-body { padding: 24px; }

.card h3 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.18;
}

.card p {
  color: var(--muted);
  font-size: 15px;
  margin-bottom: 18px;
}

.link {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.blueprint-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.blueprint-card {
  position: relative;
  min-height: 150px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    linear-gradient(#0068e2, #0068e2) right 34px bottom 30px / 96px 4px no-repeat,
    linear-gradient(#0068e2, #0068e2) right 20px bottom 41px / 110px 4px no-repeat,
    linear-gradient(#0068e2, #0068e2) right 6px bottom 52px / 124px 4px no-repeat,
    rgba(255,255,255,.04);
}

.blueprint-card span {
  display: block;
  margin-bottom: 34px;
  color: #9dccff;
  font-weight: 800;
  font-size: 13px;
}

.blueprint-card strong {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 1.18;
}

.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  background: var(--white);
}

.step {
  padding: 28px;
  border-left: 1px solid var(--line);
}

.step:first-child { border-left: 0; }

.step span {
  display: block;
  margin-bottom: 20px;
  color: var(--blue);
  font-weight: 800;
}

.step strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.machine-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.machine-item {
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
}

.machine-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}

.machine-item span {
  color: var(--muted);
  font-size: 14px;
}

.text-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.text-card {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
}

.text-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.18;
}

.text-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.dark .text-card {
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.14);
}

.dark .text-card strong {
  color: var(--white);
}

.dark .text-card p {
  color: #c6d1dc;
}

.source-note {
  margin-top: 26px;
  color: #7b8794;
  font-size: 12px;
}

.dark .source-note {
  color: #9fb0bf;
}

.gallery {
  display: grid;
  grid-template-columns: 1.1fr .9fr .9fr;
  gap: 18px;
}

.gallery img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.gallery img:first-child {
  grid-row: span 2;
  height: 518px;
}

.contact-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 36px;
}

.contact-box {
  padding: 38px;
  background: var(--dark);
  color: var(--white);
}

.contact-box p {
  color: #c6d1dc;
}

.form-preview {
  display: grid;
  gap: 14px;
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--white);
}

.field {
  height: 48px;
  border: 1px solid var(--line);
  background: var(--soft);
}

.field.large { height: 126px; }

@media (max-width: 980px) {
  .split,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .cards,
  .text-grid,
  .blueprint-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process {
    grid-template-columns: 1fr 1fr;
  }

  .gallery {
    grid-template-columns: 1fr 1fr;
  }

  .gallery img:first-child {
    grid-column: 1 / -1;
    height: 350px;
  }
}

@media (max-width: 620px) {
  .cards,
  .text-grid,
  .blueprint-grid,
  .machine-list,
  .process,
  .ticks,
  .gallery {
    grid-template-columns: 1fr;
  }

  .step,
  .step:first-child {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .page-hero {
    min-height: 300px;
  }
}/* End custom CSS */