:root {
  --apeiro-green: #7bb401;
  --apeiro-dark-blue: #134b8f;
  --navy: var(--apeiro-dark-blue);
  --transparent: #fff0;
  --white: white;
  --light-green: #e8f1ee;
  --light-slate-gray: #8e8e9c;
  --silver: #bec3c700;
  --navy-blue: #151f47;
  --light-green-2\<deleted\|variable-1cc8f70f-eb91-a002-094a-7b1750e042a8\>: var(--color);
  --apeiro-blue: #407bbe;
  --black: #192024;
  --light-green\<deleted\|variable-87f56e7b-4de1-83df-cf88-d3a069683a80\>: var(--navy-blue);
  --color-2: #2a2a2a;
  --size: 0px;
  --color: #151f4780;
}

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

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

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

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

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

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Segoe Ui, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

a {
  color: var(--apeiro-green);
  text-decoration: underline;
}

.navigation-link {
  color: var(--apeiro-dark-blue);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Segoe, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  color: var(--navy);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  margin-top: 0;
  font-family: Segoe Ui, sans-serif;
  font-weight: 600;
}

.navigation-bar {
  background-color: var(--transparent);
  box-shadow: none;
  background-image: none;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.navigation-menu {
  text-align: left;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-left: 20%;
  display: flex;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  color: var(--light-slate-gray);
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  padding: 80px 10px;
}

.section.light-grey {
  background-color: var(--light-green);
  color: var(--silver);
  background-image: url('../images/wave-dark-2.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 110%;
  border-radius: 0;
  margin-top: 0;
  padding-top: 200px;
  padding-bottom: 100px;
}

.section.styleguide-header {
  z-index: 10;
  border-bottom: 1px solid var(--apeiro-green);
  background-color: var(--navy-blue);
  object-fit: fill;
  background-image: url('../images/backgound.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
  flex-flow: column;
  padding-top: 60px;
  padding-bottom: 40px;
}

.section.light-green {
  background-color: var(--light-green);
  background-image: url('../images/header-wave.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 110%;
  background-attachment: scroll;
  padding: 60px 20px 150px;
  position: static;
}

.section.light-green.back-top {
  background-image: url('../images/wave-green-bottom.svg');
  background-position: 50% -1%;
  background-repeat: no-repeat;
  background-size: 110%;
  background-attachment: scroll;
  padding-top: 140px;
  padding-bottom: 100px;
  display: none;
}

.section.back-top {
  margin-top: -1px;
  padding: 0 15px 60px;
}

.section.back-top.no-bottom-wave {
  padding-top: 10px;
  padding-bottom: 100px;
}

.section.back-top.contact {
  margin-top: -2px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.section.white {
  padding-top: 17px;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 150px;
  max-width: 150px;
  height: 150px;
  max-height: 200px;
  padding: 15px;
  display: flex;
}

.white-box.styleguid {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  padding-top: 0;
  display: block;
}

.white-box.team {
  width: 250px;
  max-width: none;
  height: 100%;
  max-height: none;
  padding-bottom: 20px;
  padding-left: 15px;
  display: block;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: var(--navy);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
}

.section-subheading.center {
  color: var(--light-slate-gray);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.section-title-group {
  margin-bottom: 40px;
}

.footer {
  background-color: var(--light-green);
  color: var(--light-green);
  background-image: linear-gradient(0deg, #000000a6, #0f2d52ab), url('../images/field.jpg');
  background-position: 0 0, 50% 15%;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 0;
}

.footer-text {
  border-top: 0px solid var(--apeiro-green);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 10px;
  font-family: Segoe, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.grid-image {
  border: 2px solid var(--white);
  background-color: var(--apeiro-green);
  box-shadow: 0 0 0 3px var(--apeiro-green);
  border-radius: 50%;
  width: 90%;
  margin: 20px auto;
  padding: 10px;
  font-weight: 500;
  display: block;
}

.grid-image.small {
  border-width: 10px;
  border-color: var(--apeiro-green);
  background-color: var(--apeiro-dark-blue);
  box-shadow: 7px 1px 0 1px var(--navy);
  background-image: url('../images/pexels-alejandro-barron-21404-96715.jpg');
  background-position: 50%;
  background-size: auto;
  border-radius: 0% 30%;
  align-self: flex-start;
  width: 400px;
  height: 400px;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.grid-image.small.green {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 300px;
  padding-right: 0;
  position: relative;
  inset: 25% 40% 0% 17%;
}

.grid-image.small.blue {
  border-color: var(--apeiro-dark-blue);
  background-color: var(--apeiro-dark-blue);
  box-shadow: 4px 3px 0 1px var(--apeiro-dark-blue);
  background-image: url('../images/drone.jpg');
  width: 300px;
  height: 300px;
  margin-top: -135px;
  margin-bottom: 0;
  margin-right: 400px;
  padding-top: 0;
}

.grid-image.small.left {
  border-width: 5px;
  border-color: var(--apeiro-green);
  box-shadow: -5px 12px 0 1px var(--apeiro-green);
  background-image: url('../images/safety-gear.jpg');
  background-position: 40%;
  background-size: cover;
  width: 300px;
  height: 300px;
  margin-top: -200px;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
}

.grid-image.style {
  width: 40%;
}

.footer-link {
  color: var(--white);
  letter-spacing: 1px;
  border-bottom: 1px solid #d5d5e03d;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-family: Segoe, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: var(--white);
  font-weight: 700;
}

.footer-link.w--current {
  color: var(--white);
  letter-spacing: 1px;
  border-bottom-color: #d5d5e059;
  font-family: Segoe, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.footer-link.no-line {
  border-bottom-width: 0;
  margin-bottom: -10px;
  font-size: 14px;
}

.footer-link.no-line:hover {
  color: var(--white);
  text-decoration: none;
}

.footer-link.no-line.no-link:hover {
  font-weight: 400;
}

.footer-link.legal {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 13px;
}

.footer-link.dark {
  color: var(--navy);
  text-align: left;
  font-family: Segoe Ui, sans-serif;
  font-weight: 600;
  line-height: 22px;
}

.style-guide-wrapper {
  border-style: solid;
  border-right-width: 0;
  border-right-color: var(--apeiro-green);
  border-bottom-width: 0;
  border-bottom-color: var(--apeiro-green);
  border-left-width: 1px;
  border-left-color: var(--apeiro-green);
  background-color: var(--white);
  color: var(--light-green-2\<deleted\|variable-1cc8f70f-eb91-a002-094a-7b1750e042a8\>);
  max-width: none;
  height: 100%;
  max-height: 4036.73vh;
  font-weight: 500;
  display: flex;
  position: static;
}

.heading-2 {
  color: var(--navy);
  text-align: left;
  letter-spacing: 2px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.heading-2.subtitle {
  color: var(--white);
  font-family: Segoe Ui, sans-serif;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.2em;
  display: block;
}

.style-section {
  border-left: 0 solid #151f47;
  margin-bottom: 70px;
  padding-top: 0;
}

.separator {
  background-color: var(--apeiro-green);
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

.color-block {
  background-color: #d1d1d1;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  width: 100px;
  height: 100px;
  padding: 12px;
  font-size: 12px;
  display: flex;
  position: relative;
}

.color-block.alert-blocks {
  width: 22%;
}

.color-block.alert-blocks.alert {
  background-color: var(--light-green);
  color: #151f47;
  border-radius: 2000px;
  justify-content: center;
  width: 100px;
}

.color-block.secondary-variant {
  background-color: var(--apeiro-dark-blue);
  color: #fff;
  border-radius: 200px;
  justify-content: center;
}

.color-block.secondary {
  background-color: var(--apeiro-blue);
  color: #fff;
  border-radius: 200px;
  justify-content: center;
}

.color-block.primary-variant {
  background-color: var(--apeiro-green);
  color: #fff;
  text-align: center;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
}

.color-block.white {
  border: 1px solid var(--apeiro-blue);
  color: #151f47;
  background-color: #fff;
  border-radius: 1000px;
  justify-content: center;
}

.color-block.primary {
  background-color: var(--navy);
  color: var(--navy);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
}

.small {
  color: #151f47;
  margin-bottom: 10px;
  font-size: 10px;
}

.small.caps {
  color: var(--light-slate-gray);
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 600;
}

.column-wrapper {
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
  font-weight: 500;
}

.style-left {
  border-right: 1px solid var(--apeiro-green);
  background-color: var(--light-green);
  color: var(--silver);
  width: 15%;
  padding-top: 0;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.style-heading {
  color: #151f47;
  margin-top: 0;
  font-weight: 400;
}

.text {
  color: var(--white);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.text.dark {
  color: var(--navy);
}

.style-right {
  width: 70%;
  max-width: 1100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 20px 40px;
}

.link {
  color: var(--apeiro-blue);
  font-family: Segoe, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.link:hover {
  color: var(--apeiro-blue);
}

.section-3 {
  color: var(--white);
}

.heading-1 {
  color: var(--navy);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Segoe, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.heading-1.white {
  color: var(--white);
}

.heading-1.hero {
  aspect-ratio: auto;
  color: var(--white);
  text-shadow: 0 1px 4px var(--black);
  height: auto;
  margin-bottom: 20px;
  font-size: 1.5em;
  line-height: 1.5em;
  position: relative;
}

.paragraph {
  color: var(--navy-blue);
  text-align: left;
  letter-spacing: 1px;
  font-family: Segoe Ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.paragraph.small {
  font-family: Segoe, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.paragraph.white {
  color: var(--white);
  text-align: center;
  margin-bottom: 30px;
  font-family: Segoe, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph.center {
  text-align: center;
  line-height: 20px;
}

.paragraph.center.service {
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}

.list-item {
  color: var(--navy-blue);
  font-family: Segoe Ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.block-quote {
  border-left-color: var(--apeiro-green);
  color: var(--apeiro-blue);
  line-height: 25px;
}

.heading-3 {
  color: var(--apeiro-blue);
  letter-spacing: 2px;
  text-transform: capitalize;
  overflow-wrap: normal;
  font-size: 25px;
  font-weight: 600;
}

.heading-4 {
  color: var(--apeiro-green);
  font-weight: 600;
}

.heading-5 {
  color: var(--apeiro-blue);
  font-size: 13px;
  font-weight: 600;
}

.field-label {
  color: var(--navy);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.shadow-box {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 200px;
  margin: 20px;
  display: flex;
  box-shadow: 1px 1px 8px -1px #dadada;
}

.image {
  margin-bottom: 20px;
}

.section-4 {
  width: 100%;
  max-width: 100vw;
}

.section-green {
  background-color: var(--light-green);
  color: var(--light-green);
  padding: 60px 20px;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: minmax(40px, .25fr) 8.25fr;
  width: 1425.8px;
}

.grid.footer {
  background-color: var(--transparent);
  color: var(--transparent);
  background-image: none;
  width: auto;
  margin-right: 0;
  padding-top: 0;
}

.list-icon-div {
  padding-left: 10px;
}

.button-with-arrow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .8;
  cursor: pointer;
  background-color: #0000;
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 10px;
  padding-left: 19px;
  padding-right: 19px;
  display: grid;
  position: relative;
  top: 0%;
  overflow: hidden;
}

.button-with-arrow:active {
  opacity: 1;
}

.text-cta {
  z-index: 1;
  color: var(--navy);
  font-family: Segoe Ui, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.text-cta.white {
  color: var(--white);
  text-decoration: none;
}

.blob {
  background-color: var(--apeiro-green);
  box-shadow: -5px 5px 0 -3px var(--navy);
  color: var(--apeiro-dark-blue);
  border-radius: 99999px;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: auto auto auto 6px;
}

.blob.white {
  box-shadow: -5px 5px 0 -3px var(--white);
}

.block-arrow {
  background-color: #0000;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 35px;
  height: 50px;
  margin-left: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.null-arrow {
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.arrow-stem {
  background-color: var(--white);
  color: var(--apeiro-blue);
  width: 30px;
  height: 2px;
}

.arrow-stem.dark {
  background-color: var(--apeiro-dark-blue);
}

.arrow-tip {
  border-right: 2px solid var(--apeiro-dark-blue);
  border-bottom: 2px solid var(--apeiro-dark-blue);
  color: var(--apeiro-dark-blue);
  -webkit-text-stroke-color: var(--white);
  width: 10px;
  height: 10px;
  margin-left: -10.5px;
  transform: rotate(-45deg);
}

.column-heading {
  background-color: var(--light-green);
  color: var(--navy);
  text-align: center;
  letter-spacing: 3px;
  border: 0 solid #000;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  position: relative;
}

.column-heading.styleguide {
  background-color: var(--transparent);
  color: var(--apeiro-dark-blue);
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-field {
  background-color: var(--light-green);
  border-radius: 10px;
  margin-bottom: 20px;
}

.text-field:focus-visible {
  color: var(--apeiro-green);
}

.text-field[data-wf-focus-visible] {
  color: var(--apeiro-green);
}

.submit-button {
  background-color: var(--apeiro-blue);
  text-transform: uppercase;
  border-radius: 10px;
  width: 120px;
}

.section-dark {
  background-color: var(--navy-blue);
  color: var(--navy);
  background-image: url('../images/icon-light.svg');
  background-position: 0 85%;
  background-repeat: no-repeat;
  background-size: 50%;
  margin-top: 0;
  padding: 100px 20px;
}

.section-dark.with-back {
  background-image: url('../images/backgound.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container.logos {
  max-width: 1100px;
}

.image-grid._4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-grid.styleguide {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-2 {
  background-color: var(--light-green);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 99.9999%;
  max-width: 99.996%;
  display: flex;
}

.nav-menu {
  background-color: var(--light-green-2\<deleted\|variable-1cc8f70f-eb91-a002-094a-7b1750e042a8\>);
  color: var(--light-green\<deleted\|variable-87f56e7b-4de1-83df-cf88-d3a069683a80\>);
  text-align: left;
  flex-flow: column;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: sticky;
}

.nav-menu.styelguide {
  background-color: var(--light-green);
  margin-top: 20px;
}

.navbar {
  text-align: left;
  top: 300px;
}

.menu-link {
  background-color: var(--transparent);
  color: var(--apeiro-blue);
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 15px;
  font-family: Segoe, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.menu-link:hover {
  background-color: var(--white);
  color: var(--apeiro-blue);
}

.menu-link.styledguide {
  background-color: var(--transparent);
}

.image-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-5 {
  border: 0px solid var(--apeiro-green);
}

.form-2 {
  margin-bottom: 140px;
}

.container-3 {
  margin-bottom: 60px;
}

.div-block-10, .div-block-11, .div-block-12, .div-block-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 40px;
}

.container-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-self: center;
  width: 80%;
  max-width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.background-video {
  background-image: linear-gradient(346deg, #0000002b, #fff0);
  width: 100%;
  height: 100vh;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}

.image-2 {
  width: 240px;
  margin-right: 0;
}

.cell-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
}

.footer-headings {
  color: var(--white);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.image-3 {
  z-index: 10;
  width: 600px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero-wrapper {
  z-index: 20;
  background-color: var(--transparent);
  text-align: left;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  max-width: none;
  height: 80%;
  margin-left: auto;
  margin-right: 30%;
  padding-bottom: 60px;
  font-family: Segoe, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.container-small {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin-top: 140px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

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

.div-block-14 {
  margin-bottom: 20px;
}

.header {
  background-image: url('../images/services_back.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0, 0 0;
  background-size: auto, auto;
  height: 50vh;
}

.header.services {
  background-image: url('../images/divider-head-3.svg'), url('../images/4.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: 110%, cover;
  height: 70vh;
}

.header.about {
  background-image: url('../images/divider-head-3.svg'), url('../images/2.jpg');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, repeat;
  background-size: 110%, cover;
  height: 70vh;
}

.header.contact {
  background-image: url('../images/divider-head-3.svg'), url('../images/5.jpg');
  background-position: 50% 100%, 50% 0;
  background-repeat: no-repeat, repeat;
  background-size: 110%, cover;
  height: 70vh;
}

.header.team {
  background-image: url('../images/1.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.header.legal {
  background-image: url('../images/divider-head-3.svg'), url('../images/Plant-growth-regulators.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: 110%, cover;
  height: 70vh;
}

.container-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-top: 40px;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 1000px;
  max-width: 1100px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.blue-button {
  background-color: var(--apeiro-dark-blue);
  color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 55px;
  min-height: 55px;
  display: flex;
  position: relative;
}

.blue-button._1 {
  background-image: linear-gradient(250deg, var(--navy), var(--apeiro-blue) 73%);
  width: 200px;
  position: relative;
}

.blue-button._2 {
  background-image: linear-gradient(160deg, var(--apeiro-blue), var(--navy));
  width: 200px;
}

.blue-button._3 {
  background-image: linear-gradient(340deg, var(--navy), var(--apeiro-blue));
  width: 200px;
}

.blue-button._4 {
  background-image: linear-gradient(315deg, var(--navy), var(--apeiro-blue));
  width: 200px;
}

.blue-button._5 {
  background-image: linear-gradient(90deg, var(--apeiro-blue), var(--navy));
  width: 200px;
}

.green-button {
  background-color: var(--apeiro-green);
  background-image: linear-gradient(180deg, var(--apeiro-green), #a5d344);
  color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 55px;
  min-height: 55px;
  display: flex;
}

.green-button._1, .green-button._2, .green-button._3, .green-button._4, .green-button._5 {
  width: 200px;
}

.button-text-shadow {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

.container-11 {
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
}

.page-header-wrapper {
  background-color: var(--transparent);
  text-align: left;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 1090px;
  height: 20vh;
  margin-bottom: 0;
  padding-top: 160px;
  padding-bottom: 100px;
  padding-right: 0;
  font-family: Segoe, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  position: absolute;
}

.image-5 {
  height: 35px;
  margin-bottom: 15px;
  margin-right: 20px;
  padding-bottom: 0;
}

.footer-copyright {
  background-color: var(--light-green\<deleted\|variable-87f56e7b-4de1-83df-cf88-d3a069683a80\>);
  color: var(--light-green-2\<deleted\|variable-1cc8f70f-eb91-a002-094a-7b1750e042a8\>);
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer-copyright.center {
  background-color: var(--color-2);
  color: #151f4780;
  text-align: center;
  border-top: 0 solid #dbdbdb;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
  inset: auto 0% 0%;
}

.link-5 {
  font-weight: 700;
  text-decoration: none;
}

.paragraph-footer {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 17px;
  font-family: Segoe, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.service-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 0 20px 20px 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 0 0 10px;
  display: block;
}

.service-box.left {
  border-radius: 20px 0 0 20px;
}

.container-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.navigation {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero {
  height: 100vh;
}

.grid-5 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-self: center;
  max-width: none;
  padding-top: 40px;
}

.image-wrapper-about {
  margin-bottom: 20px;
}

.div-block-19 {
  margin-left: auto;
}

.grid-about {
  padding-left: 10px;
  padding-right: 10px;
}

.round-image-left {
  border: 7px solid var(--apeiro-blue);
  border-radius: 100px;
  width: 200px;
  height: 200px;
  margin-top: 220px;
  margin-right: -300px;
}

.round-image-right {
  border: 7px solid var(--apeiro-blue);
  border-radius: 100px;
  width: 200px;
  height: 200px;
  margin-top: 183px;
  margin-right: -290px;
}

.round-image-right.home {
  margin-top: 200px;
}

.grid-right {
  justify-content: center;
  align-items: center;
}

.about-grid-left {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 20px;
}

.grid-home-right {
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 0;
}

.link-dark {
  color: var(--apeiro-blue);
  font-weight: 600;
  text-decoration: none;
}

.round-image-div-right {
  margin-left: 0;
}

.bold-text-5 {
  font-size: 1.3em;
}

.grid-services {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--transparent);
  text-align: center;
  border: 0 solid #c5c5c5;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  padding: 0;
  display: grid;
}

.service-title {
  background-color: var(--light-green);
  color: var(--navy);
  text-align: center;
  letter-spacing: 3px;
  border: 0 solid #000;
  border-radius: 20px 0 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  position: relative;
}

.service-title.left {
  padding-left: 3px;
  padding-right: 3px;
  font-size: .95em;
  line-height: 1.3em;
}

.service-image-div {
  background-image: url('../images/Micro-nutrient.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-image-div.herb {
  background-image: url('../images/Herbicides.jpg');
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 100%;
}

.service-image-div.fung {
  background-image: url('../images/Fungicides.jpg');
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.service-image-div.insect {
  background-image: url('../images/Insecticide.jpg');
  border-radius: 0 20px 20px 0;
}

.service-image-div.residue {
  background-image: url('../images/Residue-Studies.jpg');
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.service-image-div.plant {
  background-image: url('../images/Plant-growth-regulators.jpg');
  border-radius: 0 20px 20px 0;
}

.service-image-div.bio {
  background-image: url('../images/Bio-Stimulants.jpg');
  border-radius: 0 20px 20px 0;
}

.service-image-div.fert {
  background-image: url('../images/Fertilizers.jpg');
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.service-image-div.planting {
  background-image: url('../images/Planting-and-Harvesting-Services.jpg');
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.service-image-div.micro {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.service-image-div.adj {
  background-image: url('../images/Adjuvants.jpg');
  border-radius: 0 20px 20px 0;
}

.div-block-23 {
  background-color: var(--light-green);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-right: 20px;
  padding: 20px 30px 20px 10px;
}

.grid-7 {
  grid-template-columns: .25fr 1fr;
}

.cta-title {
  color: var(--white);
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}

.quick-stack {
  padding-left: 10px;
  padding-right: 10px;
}

.team-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  padding-top: 60px;
  display: flex;
}

.team-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1100px;
}

.team-name {
  background-color: var(--transparent);
  color: var(--navy);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  position: relative;
}

.team-subtitle {
  background-color: var(--transparent);
  color: var(--navy);
  text-align: center;
  letter-spacing: 3px;
  text-transform: capitalize;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  position: relative;
}

.container-14 {
  background-color: #bec3c712;
  border: 1px solid #0000001c;
  border-radius: 10px;
  max-width: 1100px;
  padding: 40px 10px;
}

.code-embed {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

._404 {
  background-color: var(--navy-blue);
  color: var(--navy);
  background-image: url('../images/icon-light.svg');
  background-position: 0 85%;
  background-repeat: no-repeat;
  background-size: 50%;
  height: 100vh;
  margin-top: 0;
  padding: 100px 20px;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.text-block {
  color: var(--white);
  text-align: center;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
}

.pp-contaianer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  padding: 20px 40px;
  display: flex;
}

.pageheader {
  font-size: 1.4em;
}

@media screen and (min-width: 1920px) {
  .navigation-link, .navigation-link.w--current {
    font-size: 20px;
  }

  .navigation-menu {
    margin-left: auto;
    margin-right: auto;
    padding-right: 240px;
  }

  .section.light-grey {
    background-position: 50% 0;
    background-size: 115%;
    padding-top: 260px;
  }

  .section.light-green {
    background-size: 110%;
    padding-bottom: 200px;
  }

  .section.back-top {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.back-top.no-bottom-wave {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .section.back-top.contact {
    background-image: none;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .footer {
    padding-bottom: 20px;
  }

  .grid-image.small {
    border-radius: 0% 30%;
  }

  .heading-1.hero {
    font-size: 1.8em;
  }

  .paragraph {
    margin-left: 0;
  }

  .container-5 {
    justify-content: center;
    align-items: center;
  }

  .hero-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: 80vh;
    margin-right: 25%;
  }

  .image-5 {
    height: 40px;
  }

  .div-block-19 {
    margin-top: 120px;
    margin-right: auto;
    position: static;
    inset: 0% 0% 0% -179px;
  }

  .round-image-left {
    border: 8px solid var(--apeiro-blue);
    width: 200px;
    height: 200px;
    margin-top: 75px;
    margin-left: 0;
    margin-right: -300px;
  }

  .round-image-right {
    border: 8px solid var(--apeiro-blue);
    width: 200px;
    height: 200px;
    margin-top: 75px;
    margin-left: 0;
    margin-right: -350px;
  }

  .round-image-right.home {
    margin-top: 86px;
    margin-right: -300px;
  }

  .round-image-div-right {
    margin-top: 120px;
    margin-right: auto;
    position: static;
    inset: 0% 0% 0% -179px;
  }

  .grid-7 {
    grid-template-rows: auto;
  }

  .container-14 {
    max-width: 1100px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .navigation-link, .navigation-link:lang(en) {
    color: var(--navy);
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .navigation-bar {
    justify-content: flex-start;
    align-items: stretch;
    min-height: 100px;
    margin-left: 0;
    margin-right: 140px;
  }

  .hamburger-button {
    background-color: var(--light-green);
    border-radius: 10px 0;
    margin-left: 20px;
  }

  .hamburger-button.w--open {
    background-color: var(--light-green);
  }

  .navigation-menu {
    background-color: #d2d2d6;
    margin-left: 0%;
  }

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

  .section.light-grey {
    padding-top: 140px;
  }

  .section.light-green {
    background-position: 50% 100%;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.light-green.back-top {
    background-position: 50% 0;
    padding-top: 60px;
  }

  .section.back-top {
    background-image: none;
    padding: 0 20px 60px;
  }

  .white-box {
    width: 170px;
    max-width: 170px;
    height: 170px;
  }

  .footer {
    background-image: linear-gradient(#100d18ab, #100d18ab), url('../images/field.jpg');
    background-position: 0 0, 50% 15%;
    background-size: auto, cover;
  }

  .grid-image {
    padding: 15px;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 28px;
  }

  .heading-2.subtitle {
    text-align: left;
    margin-top: 10px;
    font-size: .7em;
    display: block;
  }

  .color-block.primary-variant, .color-block.primary {
    margin-bottom: 10px;
  }

  .heading-1 {
    font-size: 30px;
  }

  .heading-1.hero {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1em;
  }

  .grid {
    width: auto;
  }

  .grid.footer {
    padding-top: 0;
  }

  .section-dark {
    background-size: 70%;
  }

  .image-grid {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

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

  .navbar {
    margin-top: 45px;
  }

  .image-wrapper {
    align-items: flex-end;
  }

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

  .icon {
    color: var(--apeiro-dark-blue);
  }

  .container-5 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .icon-2 {
    color: var(--navy);
  }

  .image-3 {
    width: 400px;
    right: -4%;
  }

  .hero-wrapper {
    background-color: var(--transparent);
    justify-content: flex-start;
    width: 60%;
    max-width: none;
    height: 50%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    top: 15%;
    left: 8%;
  }

  .container-small {
    max-width: 70%;
    margin-top: 60px;
  }

  .columns-2 {
    display: flex;
  }

  .grid-3 {
    width: auto;
    max-width: 900px;
  }

  .image-4 {
    max-width: 90%;
  }

  .page-header-wrapper {
    aspect-ratio: auto;
    width: 60%;
    height: 40%;
    padding-top: 100px;
    padding-left: 3%;
    padding-right: 4%;
  }

  .container-12 {
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .bold-text-3 {
    text-align: center;
    font-size: 2em;
  }

  .link-block {
    padding-top: 20px;
    padding-left: 20px;
  }

  .link-block.w--current {
    padding-top: 10px;
  }

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

  .div-block-19 {
    margin-left: 0;
  }

  .round-image-left {
    margin-right: -300px;
  }

  .about-grid-left {
    padding-left: 0;
  }

  .bold-text-5 {
    text-align: left;
  }

  .grid-services {
    flex-flow: row;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .div-block-23 {
    margin-right: 0;
  }

  .grid-7 {
    flex-flow: column;
    display: flex;
  }

  .cta-title {
    font-size: 28px;
  }

  .team-wrapper {
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .team-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .code-embed {
    margin-top: 40px;
  }

  ._404 {
    background-size: 70%;
  }

  .pageheader {
    text-align: center;
    font-size: 1.8em;
    line-height: 1.3em;
  }
}

@media screen and (max-width: 767px) {
  .navigation-bar {
    justify-content: center;
    align-items: stretch;
    margin-right: 0;
  }

  .hamburger-button {
    background-color: var(--white);
    margin-left: 14px;
  }

  .brand-link.w--current {
    margin-right: 40px;
    padding-left: 0;
  }

  .section.light-grey {
    padding-top: 40px;
  }

  .section.light-green {
    padding-top: 20px;
  }

  .section.back-top.no-bottom-wave {
    padding-top: 40px;
  }

  .white-box {
    margin-bottom: 30px;
  }

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

  .grid-image {
    padding: 20px;
  }

  .spc {
    flex-flow: column;
    margin-bottom: 30px;
    display: flex;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .heading-2.subtitle {
    font-size: 20px;
  }

  .heading-1.hero {
    font-size: 26px;
    line-height: 35px;
    position: relative;
  }

  .paragraph.white {
    line-height: 29px;
  }

  .grid.footer {
    padding-top: 0;
    padding-left: 0;
  }

  .section-dark {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-grid._4 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .container-5 {
    justify-content: space-between;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .background-video {
    position: relative;
  }

  .image-2 {
    width: 60%;
    margin-right: 220px;
  }

  .image-3 {
    width: 300px;
    top: 0%;
  }

  .hero-wrapper {
    padding-left: 41px;
    position: relative;
    left: 0%;
  }

  .container-small {
    max-width: 80%;
    margin-top: 40px;
  }

  .bold-text {
    font-size: 26px;
    line-height: 40px;
  }

  .columns-2 {
    flex-flow: column;
  }

  .header.services, .header.about, .header.contact, .header.legal {
    height: 50vh;
  }

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .button-text-shadow {
    flex-flow: column;
    font-size: 14px;
    display: flex;
  }

  .image-4 {
    max-width: 80%;
  }

  .page-header-wrapper {
    width: 80%;
    margin-top: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .service-box {
    margin-bottom: 30px;
  }

  .service-box.left {
    height: 100%;
  }

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

  .round-image-right.home {
    margin-top: 190px;
  }

  .bold-text-5 {
    font-size: 1.2em;
    line-height: 33px;
  }

  .grid-services {
    margin-bottom: 30px;
  }

  .service-image-div.herb {
    height: 100%;
  }

  .cta-title {
    font-size: 26px;
    line-height: 35px;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 10px;
  }

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

@media screen and (max-width: 479px) {
  .navigation-bar {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
  }

  .hamburger-button {
    background-color: var(--light-green);
    color: var(--navy);
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 10px;
  }

  .navigation-menu {
    margin-right: 0%;
  }

  .brand-link.w--current {
    margin-right: 0;
    padding-top: 10px;
    padding-left: 0;
  }

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

  .section.light-grey {
    background-position: 50% 0;
    background-size: 105%;
    margin-top: -1px;
    padding-bottom: 40px;
  }

  .section.light-green {
    padding-bottom: 40px;
  }

  .section.back-top {
    background-image: none;
    margin-top: -1px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .section.back-top.no-bottom-wave {
    margin-top: -1px;
    padding-top: 40px;
  }

  .section.back-top.contact {
    margin-top: -2px;
    padding-top: 40px;
  }

  .white-box {
    width: 200px;
    max-width: 100%;
    height: 200px;
    margin-bottom: 10px;
  }

  .section-heading.centered {
    font-family: Segoe, sans-serif;
    font-size: 26px;
    font-weight: 700;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    padding: 10px;
  }

  .grid-image.small {
    width: 250px;
    height: 250px;
  }

  .style-guide-wrapper {
    max-width: 100%;
    max-height: none;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 1em;
  }

  .heading-2.subtitle {
    margin-top: 10px;
    padding-right: 56px;
    font-size: 17px;
    line-height: 26px;
  }

  .style-section {
    width: auto;
    max-width: none;
  }

  .color-block.alert-blocks.alert, .color-block.secondary-variant, .color-block.secondary, .color-block.primary-variant, .color-block.primary {
    margin-bottom: 10px;
  }

  .style-heading {
    font-size: 20px;
  }

  .style-right {
    margin-left: 55px;
  }

  .heading-1 {
    font-size: 28px;
    line-height: 35px;
  }

  .heading-1.white {
    font-size: 30px;
  }

  .heading-1.hero {
    font-size: 22px;
  }

  .shadow-box {
    width: 310px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .grid {
    width: auto;
  }

  .section-dark {
    background-position: 0 100%;
  }

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

  .grid-2 {
    grid-template-columns: 1fr;
    margin-left: 60px;
  }

  .icon {
    margin-top: 42px;
  }

  .container-5 {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .background-video {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 70vh;
    margin-bottom: auto;
    display: block;
  }

  .image-2 {
    width: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-2 {
    color: var(--apeiro-dark-blue);
  }

  .image-3 {
    width: 300px;
    top: 0%;
    right: -25%;
  }

  .hero-wrapper {
    width: 85%;
    height: 20vh;
    margin-top: -3%;
    margin-left: 5%;
    margin-right: 10%;
    padding-left: 0;
    padding-right: 10px;
  }

  .bold-text {
    font-size: 28px;
    line-height: 36px;
  }

  .header.about, .header.contact, .header.legal {
    height: 50vh;
  }

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .image-4 {
    max-width: 60%;
  }

  .container-11 {
    padding-bottom: 40px;
  }

  .page-header-wrapper {
    width: 90%;
    height: 20vh;
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-5 {
    height: 45px;
    margin-top: 0;
    padding-top: 20px;
  }

  .service-box {
    width: 300px;
    max-width: 100%;
  }

  .service-box.left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    margin-bottom: 10px;
    display: flex;
  }

  .hero {
    height: 100%;
  }

  .link-block {
    padding-top: 0;
  }

  .link-block.w--current {
    padding-top: 20px;
  }

  .grid-5 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bold-text-4 {
    letter-spacing: 2px;
  }

  .image-wrapper-about {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-19 {
    margin-top: -46px;
    margin-left: 0;
  }

  .round-image-left {
    width: 140px;
    height: 140px;
    margin-top: 180px;
    margin-right: -160px;
  }

  .round-image-right {
    width: 150px;
    height: 150px;
    margin-top: 140px;
    margin-right: -200px;
  }

  .round-image-right.home {
    width: 120px;
    height: 120px;
    margin-top: 140px;
  }

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

  .about-grid-left {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-home-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-5 {
    font-size: 1.18em;
  }

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

  .service-image-div.herb {
    height: 210px;
  }

  .service-image-div.fung {
    height: 200px;
  }

  .service-image-div.insect {
    order: 1;
    height: 200px;
  }

  .service-image-div.residue, .service-image-div.plant, .service-image-div.bio, .service-image-div.fert, .service-image-div.planting, .service-image-div.micro, .service-image-div.adj {
    height: 200px;
  }

  .cta-title {
    font-size: 22px;
    line-height: 26px;
  }

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

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

  .bold-text-7 {
    font-family: Segoe, sans-serif;
  }

  .heading-15 {
    font-size: 30px;
  }

  ._404 {
    background-position: 0 100%;
  }

  .pageheader {
    font-size: 1.5em;
  }
}

#w-node-_8fb2dc94-a397-9964-6d5e-60c7f32b5e66-0c19de6d {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
}

#w-node-_9e673329-c5b4-83d9-5d9c-34cc3bb7eff5-0c19de6d {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-f89d4037-22c0-6717-304c-4f84841c396a-0c19de6d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#w-node-_065030b2-40c5-e39b-5a1e-97335dc08888-0c19de6d {
  grid-area: 5 / 1 / 6 / 2;
  place-self: center end;
}

#w-node-_991d19c8-ac49-3281-3de0-378103b4b622-0c19de6d {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center;
}

#w-node-cd0a4a93-074f-3c1c-ebd2-de1532d7a7f9-0c19de6d {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center start;
}

#w-node-_5061ffe4-11b5-39bc-7156-ee0a99a5d4bb-0c19de6d {
  grid-area: 2 / 2 / 5 / 3;
}

#w-node-_9a0544d2-d17e-8804-7300-a80753361c10-0c19de6d {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center start;
}

#w-node-e07818de-d62d-f4a3-9ccb-e1de4724c421-0c19de6d {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-b31f1e78-78f1-3b16-d2fd-a016c5083895-0c19de6d {
  grid-area: 3 / 3 / 4 / 4;
  place-self: center end;
}

#w-node-f08ee992-d014-ae08-588c-e15ee5135936-0c19de6d {
  grid-area: 4 / 3 / 5 / 4;
  place-self: center;
}

#w-node-a9e1b065-0a35-0a23-7c7e-88fd4a9d049e-0c19de6d {
  grid-area: 5 / 3 / 6 / 4;
  place-self: center start;
}

#w-node-e788609c-77eb-fbe7-8e18-e60055852a56-0c19de6d, #w-node-e19bbc18-1ddf-b9fb-e644-55cf84bd5426-0c19de6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e0d97b0-8086-835b-4586-6200daa4d386-0c19de6d {
  place-self: center;
}

#w-node-_16cbad07-21db-a63b-75d4-3f13b7a39d22-b7a39d08, #w-node-_16cbad07-21db-a63b-75d4-3f13b7a39d27-b7a39d08, #w-node-_16cbad07-21db-a63b-75d4-3f13b7a39d29-b7a39d08, #w-node-_16cbad07-21db-a63b-75d4-3f13b7a39d2b-b7a39d08, #w-node-_16cbad07-21db-a63b-75d4-3f13b7a39d2d-b7a39d08 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6fa5dc28-325e-66f0-18a6-4767fe7bb504-0c19de6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_838efc56-d06d-c28f-89b3-94823992e8e3-0c19de70, #w-node-_838efc56-d06d-c28f-89b3-94823992e8ec-0c19de70, #w-node-_838efc56-d06d-c28f-89b3-94823992e8ee-0c19de70, #w-node-_838efc56-d06d-c28f-89b3-94823992e8f0-0c19de70, #w-node-_838efc56-d06d-c28f-89b3-94823992e8f2-0c19de70, #w-node-d09e4b95-3eaf-848f-054f-6689e5ea7522-9ade0212, #w-node-_2d3511dc-75b9-7f24-ebbd-b1d227f1f993-9ade0212, #w-node-c130d259-0037-c1e8-ab6d-3f2e4f432e44-9ade0212, #w-node-_03dfeca4-052e-99d9-1c0d-60b317ec3a22-9ade0212, #w-node-_4bbfe5b2-ea97-93ae-bc84-6169131d1bbc-9ade0212 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_63727c2e-63a8-04d0-1848-28c0a404b08d-565bc23f {
  justify-self: start;
}

#w-node-a34dcb55-77ba-592e-6fc6-e252d75d7889-565bc23f, #w-node-_85755581-e032-5acb-0936-199b90c739a6-565bc23f {
  place-self: stretch start;
}

#w-node-_83420a6d-170d-8c12-532a-dd0ecda684a6-565bc23f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e03c4dd5-73fc-4cd3-7f5c-a36a63424f7f-565bc23f {
  justify-self: start;
}

#w-node-d870ba0c-f56c-6775-c491-342b02f9c3a6-565bc23f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be411b36-b72f-dd23-50f1-fd643910a984-565bc23f {
  justify-self: start;
}

#w-node-_6d71741b-ead1-8d2b-c0f5-930d585e4950-565bc23f, #w-node-e0ad88e8-4425-959c-0064-874b9d0544d2-565bc23f, #w-node-_5bb6883e-6c8d-30de-ef09-ab0b4fe561f9-565bc23f, #w-node-c322a2fe-aa5b-1eff-2226-91ae36e8ff7d-565bc23f, #w-node-e1564774-f7aa-356c-fcfd-5a1eaaec6d70-565bc23f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9688b0da-aa86-12f9-14e0-a7e5acfc6fb4-9d69f848 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
}

#w-node-_53711a11-03c7-3cb1-98eb-f7d99eca5081-9d69f848 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8fb2dc94-a397-9964-6d5e-60c7f32b5e66-0c19de6d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0271c0f3-fdfd-1c60-6868-03a77c8c76b2-565bc23f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_83420a6d-170d-8c12-532a-dd0ecda684a6-565bc23f {
    order: 0;
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-c322a2fe-aa5b-1eff-2226-91ae36e8ff7d-565bc23f {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-_9688b0da-aa86-12f9-14e0-a7e5acfc6fb4-9d69f848 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8fb2dc94-a397-9964-6d5e-60c7f32b5e66-0c19de6d, #w-node-_9688b0da-aa86-12f9-14e0-a7e5acfc6fb4-9d69f848 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_83420a6d-170d-8c12-532a-dd0ecda684a6-565bc23f, #w-node-c322a2fe-aa5b-1eff-2226-91ae36e8ff7d-565bc23f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Segoe';
  src: url('../fonts/Segoe-Normal.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe';
  src: url('../fonts/Segoe-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe';
  src: url('../fonts/Segoe-Bold.ttf') format('truetype'), url('../fonts/Segoe-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe Ui';
  src: url('../fonts/Segoe-UI-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe Ui';
  src: url('../fonts/Segoe-UI-Italic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe Ui';
  src: url('../fonts/Segoe-UI.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe';
  src: url('../fonts/Segoe-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}