.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}
@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}
.primary-button-text.corporate-footer {
  object-fit: contain;
}
.primary-button-bg.white {
  background-color: var(--light);
  color: var(--light);
  background-color: var(--light);
}
.cta-wrapper {
  max-width: var(--primary--default-landing-width100);
  grid-column-gap: 50px;
  grid-row-gap: 25px;
  grid-template: 'Area Area Area-4' 'Area-2 Area-2 Area-4' / auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: stretch end;
  width: 90%;
  margin: 40px auto 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}
.cta-image-contain {
  flex: 0 auto;
  align-self: auto;
  width: auto;
  max-width: none;
  height: 100%;
  max-height: 350px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0%;
  display: block;
  position: relative;
}
.cta-subtext {
  color: var(--light-opaque);
  text-align: right;
  align-self: flex-end;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 160%;
}
.cta-image {
  opacity: 1;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  inset: 0% 0% 0% auto;
}
.cta-heading {
  border-right: 2px #f7f7a1;
  border-left: 2px none var(--sunswept-patio-base--200);
  text-align: right;
  align-self: auto;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  font-size: 36px;
  line-height: 111%;
}
.author-text-contain {
  color: var(--primary--evergreen-fjord);
  flex: none;
  order: 1;
  min-width: 15ch;
  max-width: 20ch;
  text-decoration: none;
}
.author-text-contain:hover,
.author-text-contain:active,
.author-text-contain:lang(en) {
  text-decoration: none;
}
.author-text-contain:lang(et) {
  max-width: 20ch;
}
.author-text-contain:lang(lt) {
  min-width: 17ch;
  max-width: 17px;
}
.author-text-contain:lang(lv),
.author-text-contain:lang(sv) {
  max-width: 15px;
}
.learn-more-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--primary--evergreen-fjord);
  align-items: center;
  margin-top: -27px;
  text-decoration: none;
  display: flex;
  position: relative;
}
.learn-more-button.primary-green {
  color: var(--primary\<deleted\|variable-9c410b92\>);
  margin-top: -31px;
}
.learn-more-button.primary-green.wiggle-panel {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
}
.learn-more-button-line {
  background-color: var(--secondary-2\<deleted\|variable-fc7a470e\>);
  width: 0%;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}
.learn-more-button-line.primary-green {
  background-color: var(--primary--evergreen-fjord);
  background-color: var(--primary--evergreen-fjord);
}
.learn-more-button-icon {
  width: 24px;
  height: 24px;
  position: relative;
  bottom: -15.5px;
  left: -2px;
}
.learn-more-button-icon.wiggle-icon {
  position: static;
}
.page-wrapper {
  background-color: var(--light);
  flex-flow: column;
  height: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}
.page-wrapper.overflow-on,
.page-wrapper.tenderpagewrapper,
.page-wrapper.overflow-on {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-left-radius: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  overflow: visible;
}
.blog-image-wrapper {
  border-radius: 16px;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.blog-image-wrapper._240px {
  object-fit: contain;
  object-fit: contain;
  border-radius: 8px;
  height: auto;
  display: flex;
}
.blog-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: -50px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 12px;
  display: flex;
}
.blog-text-wrapper.blog-tab-text-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.blog-image {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 8px;
  width: 100%;
  height: 50%;
  margin-bottom: 20px;
  display: block;
  overflow: visible;
}
.blog-title-32px {
  color: var(--primary--evergreen-fjord);
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 135%;
}
.blog-title-32px._20px {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 140%;
  text-decoration: none;
}
.blog-subtext {
  color: var(--primary--evergreen-fjord);
  margin-bottom: 20px;
}
.blog-subtext.subtext-truncate {
  text-decoration: none;
}
.blog-text-contain {
  margin-bottom: 32px;
}
.blog-text-contain.bottom-margin-0px {
  align-self: auto;
  margin-bottom: 10px;
}
.blognumberfieldtext {
  background-color: var(--primary--transparent);
  color: var(--primary--secondary-bright);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
}
.blog-tag-text-contain {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: contain;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-bottom: 0;
  display: flex;
}
.blog-tag-text-contain:lang(sv) {
  max-width: var(--primary--default-landing-width100);
  width: 80%;
}
.blog-tag-text-contain.bottom-margin-20px {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  text-align: left;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
  text-decoration: none;
}
.cta-arrow {
  z-index: 1;
  width: 20%;
  max-width: 97px;
  position: absolute;
  inset: auto 40% 32% auto;
}
.button-wrapper-contain {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  order: 9999;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
}
.button-wrapper-contain:lang(lv) {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}
.feature-hero-section-new {
  background-color: var(--primary--transparent);
  color: var(--light);
  padding-top: 20px;
  padding-bottom: 40px;
}
.landing-hero-image-container {
  flex: 0 auto;
  order: 0;
  align-self: stretch;
  margin-top: 0;
  padding-top: 0;
}
.landing-hero-wrapper {
  max-width: var(--primary--default-landing-width100);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 1fr) 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: grid;
}
.features-hero-text-contain-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}
.features-hero-text-contain-copy:lang(et) {
  padding-right: 0;
  overflow: visible;
}
.author-image-copy {
  border-radius: 12px;
  width: 140px;
  box-shadow:
    0 0 #0000,
    -0.9px 0.4px 0.4px #00000008,
    -1.8px 0.9px 0.8px #0000000a,
    -3.1px 1.5px 1.6px #0000000b,
    -4.9px 2.4px 2.9px #0000000c,
    -8px 3.9px 5.3px #0000000c,
    -13.8px 6.8px 10.4px #0000000d,
    -27.6px 13.5px 22.8px #0000000e;
}
.landing-heading {
  color: var(--primary--evergreen-fjord);
  text-align: center;
  order: -9999;
  align-self: flex-start;
  width: 100%;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}
.landing-heading.asset-variant {
  text-align: left;
  width: auto;
  max-width: none;
  margin-bottom: 45px;
  line-height: 1;
}
.landing-heading.asset-variant.left-variant {
  word-break: keep-all;
}
.landing-heading.asset-variant.left-variant.map-variant {
  width: 100%;
  margin-bottom: 0;
}
.landing-heading.supply-cta-variant {
  padding-top: 40px;
  font-size: 28px;
  line-height: 1;
}
.process-list-container {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  flex: 0 auto;
  grid-template: 'Area Area' 'Area-2 Area-2'/1fr auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-self: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  display: flex;
}
.process-list-item {
  background-color: var(--aqua-boreal-base--50);
  border-radius: 5px;
  padding: 30px;
  position: relative;
}
.process-list-item.wiggle-panel {
  background-color: var(--primary--secondary-bright);
  background-color: var(--primary--secondary-bright);
  align-self: stretch;
  width: 100%;
  max-width: 500px;
}
.process-item-heading {
  color: var(--primary--evergreen-fjord);
  max-width: 23ch;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
.process-item-heading:lang(lt),
.process-item-heading:lang(sv) {
  width: 80%;
}
.process-item-subtext {
  color: var(--primary--evergreen-fjord);
  max-width: 35ch;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
.verbitemicon {
  color: var(--primary--highlight);
  margin-bottom: 16px;
}
.verb-item-paragraph {
  color: var(--primary--secondary-bright);
  text-align: left;
  order: 9999;
  align-self: center;
  max-width: 70%;
  margin-left: 30px;
  font-size: 16px;
}
.newrevenuewrapper {
  max-width: var(--primary--default-landing-width100);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}
.newrevenueheading {
  color: var(--primary--evergreen-fjord);
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  line-height: 1.25;
}
.revenueboxleft {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--primary--evergreen-fjord);
  color: var(--primary--secondary-bright);
  object-fit: contain;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  font-size: 18px;
  line-height: 140%;
  display: flex;
}
.hero-heading {
  color: var(--primary--evergreen-fjord);
  white-space: normal;
  overflow-wrap: normal;
  margin-bottom: 0;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.25;
  overflow: visible;
}
.hero-heading:lang(et) {
  white-space: normal;
  width: auto;
}
.hero-heading.asset-variant {
  white-space: nowrap;
  overflow-wrap: normal;
}
.hero-heading.asset-variant-new {
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: normal;
  font-size: 50px;
}
.hero-subtext {
  color: var(--primary--evergreen-fjord);
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  display: inline-block;
}
.logo-container {
  max-width: var(--primary--default-landing-width100);
  width: 100%;
  margin-bottom: 0;
}
.logo-heading {
  color: var(--secondary-1\<deleted\|variable-2fc7e6d2\>);
  text-align: center;
  text-transform: none;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  margin-bottom: 20px;
  font-weight: 600;
  text-decoration: none;
}
.key-benefit-heading {
  color: var(--primary--secondary-bright);
  white-space: normal;
  word-break: normal;
  margin-right: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
.key-benefit-heading.darkpanel {
  color: var(--light);
}
.vision-section {
  background-color: var(--primary--secondary-bright);
  padding-top: 100px;
  padding-bottom: 100px;
}
.vision-header {
  color: var(--primary--evergreen-fjord);
  text-align: center;
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 500;
  line-height: 125%;
  display: block;
  grid-column: 1 / -1;
}
.vision-subsection-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}
.vision-paragraph {
  color: var(--primary--evergreen-fjord);
  text-align: left;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
.vision-hero-quote {
  color: var(--primary--evergreen-fjord);
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
.vision-hero-bold {
  color: var(--primary--evergreen-fjord);
  font-weight: 600;
}
.corporate-vision-hero-quote-wrapper {
  border-left: 2px solid var(--primary--evergreen-fjord);
  background-color: var(--primary--transparent);
  border-radius: 0;
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.vision-ceo-wrapper {
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.vision-ceo-wrapper.industry {
  margin-top: 40px;
}
.vision-ceo-image {
  border: 0 #000;
  border-radius: 20px;
  width: 67px;
  height: 67px;
  object-fit: cover;
  flex-shrink: 0;
}
.vision-quote-ceo-name-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--light);
  flex-flow: column;
  margin-left: 20px;
  display: flex;
}
.vision-ceo-name {
  color: var(--primary--evergreen-fjord);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}
.vision-ceo-name.industry {
  color: var(--primary--evergreen-fjord);
}
.vision-ceo-position {
  color: var(--primary--evergreen-fjord);
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
.vision-ceo-position.industry {
  color: var(--primary--evergreen-fjord);
  font-size: 14px;
}
.producer-verb-section {
  background-color: var(--primary--evergreen-fjord);
  align-self: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
.verb-container-copy {
  max-width: var(--primary--default-landing-width100);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  display: flex;
}
.problem-heading {
  color: var(--primary--evergreen-fjord);
  text-align: center;
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}
.problem-heading.verb-heading-green {
  color: var(--primary--secondary-bright);
  order: -9999;
}
.verb-subtext-copy {
  color: var(--light-opaque);
  text-align: center;
  flex: 1;
  align-self: center;
  font-weight: 500;
}
.bold-text-8 {
  color: var(--primary--evergreen-fjord);
  text-align: left;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.producer-key-benefits-wrapper {
  background-color: var(--primary--evergreen-fjord);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
.key-benefits-table-copy {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  border-top-color: #000;
  grid-template: '.'/1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  align-self: auto;
  justify-items: stretch;
  width: 100%;
}
.key-benefit-heading-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}
.benefitspanel {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--light-opaque);
  flex-flow: column;
  padding: 30px;
  display: flex;
  overflow: hidden;
}
.benefitspanel.wiggle-panel {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary--secondary-bright);
  border-radius: 8px;
  flex-flow: column;
  font-size: 14px;
  line-height: 175%;
  display: flex;
}
.benefitspanel.wiggle-panel.darkpanel {
  background-color: var(--primary--evergreen-fjord);
  color: var(--light-opaque);
}
.cta-w-links {
  background-color: var(--primary--transparent);
  color: var(--primary--evergreen-fjord);
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: visible;
}
.cta-w-links.end {
  padding-top: 120px;
  padding-bottom: 120px;
}
.cta-w-links-heading {
  order: -9999;
  align-self: center;
  font-size: 32px;
  font-weight: 500;
}
.cta-w-links-heading:lang(lv) {
  text-align: center;
}
.cta-container {
  max-width: var(--primary--default-landing-width100);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: auto;
  width: 90%;
  display: grid;
}
.link {
  color: var(--primary--evergreen-fjord);
  font-size: 16px;
}
.cta-learn-more {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}
.cta-get-started {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.cta-get-started:lang(lv) {
  text-align: center;
}
.highlight {
  background-color: var(--primary--secondary-bright);
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
.hero-body-wrapper {
  flex: 0 auto;
  align-self: auto;
  min-width: 100%;
  margin-bottom: 0;
  display: block;
  position: relative;
}
.primary-button-new.primary-button-new-light.primary-button-cta-section-pricing.plausible-event-name--corporate-register-page:hover {
  background-color: var(--light);
}
.text-span-5 {
  white-space: nowrap;
}
.blog-read-more-link {
  color: var(--primary--evergreen-fjord);
  font-weight: 600;
}
.team-image {
  aspect-ratio: 2;
  border-radius: 15px;
  min-height: 250px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.heading-15 {
  margin-bottom: 12px;
  font-size: 20px;
}
.paragraph-13 {
  max-width: 40ch;
  margin-bottom: 24px;
}
.div-block-13 {
  background-color: var(--light);
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}
.blogtimetextnumerical {
  background-color: var(--primary--evergreen-fjord);
  color: var(--primary--secondary-bright);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
}
.blogtimetextnumerical.left {
  background-color: var(--primary--transparent);
  padding-left: 10px;
  font-size: 12px;
}
.blogtimetextnumerical.right {
  background-color: var(--primary--transparent);
  padding-right: 10px;
  font-size: 12px;
}
.readingtimeminutestagtext {
  background-color: var(--dark-wash-intense);
  border-radius: 20px;
  order: 9999;
  font-size: 16px;
}
.text-block-13,
.text-block-14 {
  color: var(--sunswept-patio-base--200);
}
.code-embed-14 {
  max-width: var(--primary--default-landing-width100);
  overflow: hidden;
}
.verb-container-copy {
  max-width: var(--primary--default-landing-width100);
  width: 100%;
}
.verb-subtext-copy {
  margin-bottom: 16px;
}
.key-benefits-table-copy {
  grid-template: 'Title-1 Title-2 Title-3' 'Benefit-1-section-1 Benefit-2-section-1 Benefit-3-section-1' 'Benefit-1-section-2 Benefit-2-section-2 Benefit-3-section-2'/1fr 1fr 1fr;
  width: 100%;
}
.testimonial-author-container-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: none;
  align-items: center;
  display: flex;
}
.author-name-copy {
  color: var(--primary--evergreen-fjord);
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}
.strategyicon {
  color: #0f573c;
  margin-top: 0;
  padding-right: 0;
  position: absolute;
  inset: 10% 4% auto auto;
}
.strategyicon.wiggle-icon {
  width: 33px;
  top: 25px;
}
.twinkleicon {
  color: #0f573c;
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  inset: 15% 4% auto auto;
}
.twinkleicon.wiggle-icon {
  width: 28px;
  position: absolute;
  top: 25px;
}
.resultsicon {
  color: #0f573c;
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  inset: 10% 4% auto auto;
}
.resultsicon.wiggle-icon {
  width: 33px;
  top: 22px;
}
.handshakeicon,
.efficiencyicon {
  color: var(--primary--highlight);
  width: 24px;
  position: static;
  inset: 33% 5% auto auto;
}
.euroicon {
  color: var(--primary--highlight);
  width: 24px;
}
.euroicon.wiggle-icon {
  width: 28px;
  position: static;
  inset: 36% 5% auto auto;
}
.cta-nav-svg {
  color: #f7f7a1;
}
.cta-nav-svg.cta-arrow {
  z-index: 5;
  z-index: 5;
  inset: 50% 0% 0% 50%;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
  inset: 50% 0% 0% 50%;
}
.cta-nav-path {
  flex: 0 auto;
  align-self: center;
  margin-right: 0;
  display: block;
}
.image-19 {
  object-fit: fill;
  position: absolute;
  top: -25px;
}
.testimonial-section-copy-copy {
  background-color: var(--primary--transparent);
  flex-flow: column;
  align-self: auto;
  width: 100%;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}
.testimonial-author-container-copy-copy {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}
.testimonial-author-container-copy-copy:lang(et) {
  align-self: center;
}
.author-name-copy {
  color: var(--primary--evergreen-fjord);
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  display: block;
}
.author-copy {
  color: var(--primary--evergreen-fjord);
  text-align: center;
  text-shadow: none;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
  text-decoration: none;
}
.testimonialquote {
  color: var(--primary--evergreen-fjord);
  border-left-style: none;
  border-left-width: 0;
  border-radius: 5px;
  flex: 1;
  width: auto;
  max-width: 60ch;
  margin: 0;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
}
.testimonial2 {
  max-width: var(--primary--default-landing-width100);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--dark\<deleted\|variable-09eb77cf\>);
  text-align: left;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 40px clamp(20px, 8%, 80px);
  display: flex;
  position: relative;
}
.testimonial2:lang(sv) {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
}
.slider {
  backface-visibility: visible;
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  padding-bottom: 50px;
  transform: rotate(0);
}
.slide-nav {
  grid-column-gap: 1.5px;
  grid-row-gap: 1.5px;
  background-color: var(--primary--transparent);
  justify-content: center;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}
.slide-nav.testimonial-slider {
  opacity: 1;
  width: auto;
  max-width: none;
  inset: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  margin-top: 20px;
}
.testimonial1 {
  max-width: var(--primary--default-landing-width100);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--dark\<deleted\|variable-09eb77cf\>);
  text-align: left;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 40px clamp(20px, 8%, 80px);
  display: flex;
  position: relative;
}
.slide-2,
.mask,
.slide-1 {
  max-width: var(--primary--default-landing-width100);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.text-span-7 {
  background-color: var(--primary--secondary-bright);
}
.archetypetoggle {
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}
.toggle-option-a {
  color: var(--primary--secondary-bright);
  font-weight: 500;
  text-decoration: none;
}
.toggle-option-a.w--current {
  background-color: var(--primary--transparent);
  color: var(--primary--secondary-bright);
  min-height: 100%;
  font-weight: 500;
  text-decoration: none;
}
.wiggle-icon {
  color: #0f573c;
}
.wiggle-icon.footer-diamond {
  color: var(--dark-wash);
}
.grid-2 {
  grid-template: 'Area-3 Area Area-2'/1fr 1fr 1fr;
  align-self: center;
  margin-top: 25px;
}
.feature-image {
  padding-top: 20px;
  padding-bottom: 0;
}
.div-block-31 {
  height: 100%;
  padding-bottom: 0;
  padding-right: 75px;
  display: flex;
}
.flex-block-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  order: -9999;
  align-self: center;
}
.code-embed-21 {
  align-self: center;
}
.cta-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  min-width: 0%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 75px;
  display: flex;
  position: relative;
}
.verb-item-list-container-producer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-color: var(--dark-wash);
  text-align: center;
  border-radius: 8px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: 800px;
  margin-top: 24px;
  margin-bottom: 48px;
  display: grid;
}
.flex-block-5 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  align-self: stretch;
  width: auto;
  max-width: 500px;
  height: 100%;
  min-height: 100%;
}
.flex-block-6 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.div-block-33 {
  width: auto;
  height: auto;
}
.div-block-33:lang(et),
.div-block-33:lang(lv),
.div-block-33:lang(lt),
.div-block-33:lang(sv) {
  width: auto;
  height: auto;
}
.code-embed-22 {
  width: 0;
  height: 0;
}
.navbardiamondbulleticon {
  color: #f7f7a1;
  order: -9999;
  align-self: center;
}
.link-block-21 {
  order: 9999;
  width: 100%;
}
.producer-testimonial-section {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow-x: clip;
}
.logo-scroller {
  padding-top: 40px;
  padding-bottom: 40px;
}
.producer-key-benefits {
  max-width: var(--primary--default-landing-width100);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  line-height: 150%;
  display: flex;
}
.producer-process-section {
  background-color: var(--primary--secondary-bright);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: visible;
}
.text-span-15 {
  background-color: var(--primary--highlight);
  color: var(--primary--evergreen-fjord);
}
.producer-vision-wrapper {
  max-width: var(--primary--default-landing-width100);
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 0;
  align-items: start;
  width: 90%;
  margin: 0 auto;
  display: grid;
  position: relative;
}
#w-node-_89294054-11b5-afa6-a41d-34f836875534-a9ffb8c5 {
  grid-column: 1 / -1;
}
.primary-button-text-contain {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
  position: relative;
}
.primary-button-2 {
  color: #fff;
  background-color: #32735f;
  border: 2px solid #0000;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  text-decoration: none;
  transition:
    background-color 0.25s cubic-bezier(0.95, 0.05, 0.795, 0.035),
    color 0.25s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  display: flex;
  position: relative;
  overflow: hidden;
}
.primary-button-2:hover {
  color: #071412;
  border: 2px solid #32735f;
}
.primary-button-2.yellow {
  color: #164038;
  background-color: #fff186;
}
.primary-button-2.yellow:hover {
  color: #32735f;
  border-color: #27a273;
}
.primary-button-2.asset-procurement {
  border-radius: 12px;
  margin-top: 40px;
  padding: 10px 45px 10px 20px;
}
.primary-button-2.asset-procurement.industry-modifier {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #10533c;
  max-height: 40px;
  margin-top: 0;
  padding-right: 15px;
}
.primary-button-2.asset-procurement.industry-modifier:lang(et) {
  margin-top: 0;
}
.primary-button-2.asset-variant-new {
  background-color: var(--primary--evergreen-fjord);
  border-radius: 8px;
  margin-top: 40px;
  padding: 10px 20px;
}
.primary-button-2.creambgsecondary {
  background-color: var(--light);
  color: var(--primary--evergreen-fjord);
  border-radius: 8px;
  margin-top: 0;
  padding: 10px 20px;
}
.primary-button-2.integrationcard {
  background-color: var(--primary--evergreen-fjord);
  border-radius: 8px;
  margin-top: 0;
  padding: 5px 15px;
}
.primary-button-2.integrationcard:hover {
  color: var(--light);
  padding: 5px 15px;
}
.primary-button-2.standardsherobutton {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary--transparent);
  color: var(--primary--highlight);
  border-width: 0;
  border-radius: 8px;
  align-self: center;
  min-width: 190px;
  margin-top: 0;
  padding: 10px 20px;
  font-size: 18px;
  position: static;
}
.primary-button-2.standardsherobutton:hover {
  background-color: var(--primary--highlight);
  color: var(--primary--evergreen-fjord);
  border-width: 0;
}
.primary-button-2.standardsherobutton.form:hover {
  color: var(--light);
}
.primary-button-2.corporateprimary {
  background-color: var(--primary--evergreen-fjord);
  border-radius: 8px;
  margin-top: 0;
  padding: 10px 20px;
}
.primary-button-2.corporateprimary.form:hover {
  color: var(--light);
}
.primary-button-2.corporatesecondary {
  background-color: var(--primary--secondary-bright);
  color: var(--primary--evergreen-fjord);
  border-radius: 8px;
  margin-top: 0;
  padding: 10px 20px;
}
.primary-button-bg-2 {
  z-index: 1;
  background-color: #e1ffa0;
  border-radius: 36px;
  width: 0%;
  height: 100%;
  position: absolute;
}
.primary-button-bg-2.white {
  background-color: #fff;
}
.primary-button-assets {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}
.mockupfadeout {
  float: none;
  background-image: linear-gradient(
    180deg,
    var(--primary--transparent),
    var(--primary--secondary-bright)
  );
  height: 100px;
  display: block;
  position: absolute;
  inset: auto 0% 0;
}
.div-block-44 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.secondarybuttontext {
  color: var(--primary--evergreen-fjord);
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}
.verbitemlayout {
  aspect-ratio: auto;
  border-radius: 5px;
  order: 0;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 32px 24px;
}
.activetogglebutton-flipped {
  background-color: var(--primary--evergreen-fjord);
  color: var(--primary--secondary-bright);
  border-radius: 8px;
  padding: 3px 20px;
  box-shadow: -4px 0 3px #0003;
}
.activetogglebutton-flipped.archetypefootervariant {
  background-color: var(--primary--highlight);
  color: var(--primary--evergreen-fjord);
  background-color: var(--primary--highlight);
  font-weight: 600;
  text-decoration: none;
}
.div-block-48 {
  padding-left: 30px;
  padding-right: 30px;
}
.inlinetext,
.inlinedevicenumber {
  display: inline;
}
.blogpreviewsection {
  padding-top: 80px;
  padding-bottom: 40px;
}
.blogpreviewcontainer {
  max-width: var(--primary--default-landing-width100);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.collection-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.collection-item-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary--secondary-bright);
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: block;
}
.blogpreviewtitle {
  text-align: center;
  margin-bottom: 40px;
  font-size: 36px;
}
.navtogglewrapper {
  padding-top: 130px;
}
.bloglinkblock {
  text-decoration: none;
}
.mockuptoggleheaderlayout {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}
.mockuptogglegroup {
  border: 1px solid var(--primary--secondary-bright);
  border-radius: 4px;
  justify-content: space-between;
  align-items: stretch;
  height: 20px;
  display: flex;
  overflow: hidden;
}
.mockuptogglebutton {
  background-color: var(--light);
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  font-size: 10px;
  line-height: 150%;
  display: flex;
}
.mockuptogglebutton.dark {
  background-color: var(--primary--evergreen-fjord);
  color: var(--primary--secondary-bright);
  background-color: var(--primary--evergreen-fjord);
}
.mockupcarditemicon {
  color: var(--light);
  width: 16px;
  height: 16px;
}
.mockupcarditemicon.progressicon {
  color: var(--green-wash);
  width: 12px;
  height: 12px;
}
.mockupcarditemicon.caraticon {
  color: var(--primary--evergreen-fjord);
  width: 12px;
  height: 12px;
}
.mockupbarchartlegendcontainer {
  padding-bottom: 16px;
  display: flex;
}
.mockupbarchartlegenditem {
  justify-content: flex-start;
  padding-right: 14px;
  display: inline-flex;
}
.mockupbarchartlegend {
  background-color: var(--primary--evergreen-fjord);
  border-radius: 100%;
  width: 8px;
  height: 8px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 6px;
  display: inline-block;
}
.mockupbarchartlegend.light {
  background-color: var(--green-wash);
  background-color: var(--green-wash);
  margin-top: auto;
  margin-bottom: auto;
}
.mockupbarchartlegendtext {
  font-size: 10px;
  line-height: 100%;
}
.mockupcard {
  border: 1px solid var(--dark-wash);
  border-radius: 8px;
  flex-flow: column;
  display: flex;
}
.mockupcardiconbox {
  background-color: var(--primary--evergreen-fjord);
  color: var(--primary--secondary-bright);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  display: flex;
}
.mockupcarddetails {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}
.mockupcardtitle {
  padding-bottom: 6px;
  font-size: 14px;
  line-height: 100%;
}
.mockupcardbadge {
  background-color: var(--primary--evergreen-fjord);
  color: var(--primary--secondary-bright);
  border-radius: 10px;
  padding: 2px 8px;
  font-size: 10px;
  line-height: 150%;
  display: block;
}
.mockupcardbadge.special {
  background-color: var(--primary--highlight);
  color: var(--primary--evergreen-fjord);
  background-color: var(--primary--highlight);
}
.mockupcardstatvalue {
  font-size: 14px;
  line-height: 150%;
}
.mockupcardstatsub {
  text-align: right;
  font-size: 10px;
  line-height: 150%;
}
.mockupcardaction {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--dark-wash);
  background-color: var(--primary--transparent);
  border-radius: 4px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 25px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 4px 6px;
  font-size: 12px;
  display: flex;
}
.mockupcardprogresssection {
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
}
.mockupprogresslabels {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 4px;
  line-height: 100%;
  display: flex;
}
.prstrat-progress-group {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  font-size: 10px;
  display: flex;
}
.mockupwindowheader {
  border-bottom: 1px solid var(--dark-wash);
  background-color: var(--primary--secondary-bright);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 35px;
  padding-left: 8px;
  display: flex;
}
.mockupwindowheadercircle {
  background-color: var(--light-opaque);
  border-radius: 100%;
  width: 10px;
  height: 10px;
  margin-left: 8px;
}
.mockupwindow {
  border: 2px solid var(--dark-wash);
  background-color: var(--light);
  box-shadow: 5px -10px 15px -12px var(--dark-wash);
  border-radius: 8px;
  width: 100%;
  max-width: 600px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.mockupnavtabs {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--dark-wash);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}
.mockupnavitem {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 10px;
  display: flex;
}
.mockupnavitem.inactivenav {
  color: var(--green-wash);
}
.mockupnavitem.activenav {
  border-bottom: 1px solid var(--primary--evergreen-fjord);
}
.mockupnavitemicon {
  width: 12px;
  height: 12px;
}
.mockupbigstat {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 150%;
}
.mockupbarchartcontainer {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-end;
  height: 89px;
  display: flex;
}
.mockupbarchartbar {
  flex-flow: row;
  flex: 1;
}
.mockupbarchartbarsegmentlight {
  background-color: var(--green-wash);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
}
.mockupbarchartbarsegmentdark {
  background-color: var(--primary--evergreen-fjord);
  width: 100%;
}
.mockupbarchartlabelcontainer {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  color: var(--dark-wash-intense);
  justify-content: space-around;
  align-items: center;
  margin-bottom: 8px;
  font-size: 10px;
  display: flex;
}
.mockupcardlist {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}
.mockupcardrow {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-around;
  align-items: flex-start;
  padding: 12px;
  display: flex;
}
.mockupcardactionicon {
  width: 12px;
  height: 12px;
}
.mockupwindowmain {
  flex-flow: column;
  padding: 30px 30px 20px;
  line-height: 100%;
  display: flex;
}
.mockupcardlisttitle {
  border-top: 1px solid var(--dark-wash);
  margin-top: 12px;
  margin-bottom: 10px;
  padding-top: 16px;
  font-size: 14px;
  line-height: 150%;
}
.mockupprogresstrack {
  background-color: var(--green-wash);
  border-radius: 8px;
  height: 8px;
  overflow: hidden;
}
.mockupprogresstrackmain {
  background-color: var(--primary--evergreen-fjord);
  vertical-align: baseline;
  height: 8px;
  display: block;
}
.mockupdropdownbtn {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  margin-top: 4px;
  font-size: 12px;
  display: inline-flex;
}
.span-2 {
  line-height: 150%;
}
.mockupcontainer {
  width: 100%;
  position: relative;
}
.productionstrategymockupwrapper {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  max-width: 500px;
}
.process-wrapper {
  max-width: var(--primary--default-landing-width100);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  line-height: 150%;
  display: flex;
}
.newrevenuesection {
  padding-top: 100px;
  padding-bottom: 100px;
}
.darkgreenlink {
  color: var(--light);
}
.newrevenuecontentlayout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}
.trustedbytextcontainer {
  width: 100%;
}
.trustedbynumber {
  color: var(--primary--secondary-bright);
  flex: 0 auto;
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}
.texthighlight {
  color: var(--primary--highlight);
}
.revenueboxright {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}
.newrevenuefeature {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary--secondary-bright);
  color: var(--primary--evergreen-fjord);
  border-radius: 8px;
  flex-flow: column;
  padding: 20px;
  font-size: 14px;
  display: flex;
}
.newrevenuefeature.firstfeature {
  background-color: var(--primary--evergreen-fjord);
  color: var(--primary--secondary-bright);
  background-color: var(--primary--evergreen-fjord);
}
.newrevenuefeaturetitle {
  font-size: 18px;
}
.revenuefeatureicon {
  width: 20px;
  height: 20px;
}
.benefits-heading {
  clear: left;
  color: var(--primary--secondary-bright);
  text-align: center;
  order: -9999;
  align-self: flex-start;
  width: 100%;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}
.benefits-heading.asset-variant {
  text-align: left;
  width: auto;
  max-width: none;
  margin-bottom: 45px;
  line-height: 1;
}
.benefits-heading.asset-variant.left-variant {
  word-break: keep-all;
}
.benefits-heading.asset-variant.left-variant.map-variant {
  width: 100%;
  margin-bottom: 0;
}
.benefits-heading.supply-cta-variant {
  padding-top: 40px;
  font-size: 28px;
  line-height: 1;
}
#w-node-e71bff38-aa4f-11eb-073c-bbe7f75faccb-a9ffb8c5 {
  place-self: center;
}
#w-node-fb0531a2-6f0c-2d5e-5141-e0c0b9095e27-a9ffb8c5 {
  justify-self: center;
}
#w-node-fb0531a2-6f0c-2d5e-5141-e0c0b9095e2e-a9ffb8c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-fb0531a2-6f0c-2d5e-5141-e0c0b9095e35-a9ffb8c5 {
  align-self: stretch;
}
#w-node-c4249afc-7e7c-1503-210a-4b56bba7dea2-a9ffb8c5 {
  grid-area: Area;
  justify-self: start;
}
#w-node-c4249afc-7e7c-1503-210a-4b56bba7dea8-a9ffb8c5 {
  grid-area: Area-2;
  align-self: stretch;
}
#w-node-c4249afc-7e7c-1503-210a-4b56bba7deb1-a9ffb8c5 {
  grid-area: Area-3;
  align-self: auto;
}
#w-node-c4249afc-7e7c-1503-210a-4b56bba7deb8-a9ffb8c5 {
  grid-area: Area-4;
}
#w-node-_64e2d095-0a54-fb79-d2af-a4b54ae49f42-a9ffb8c5 {
  align-self: stretch;
}
#w-node-_64e2d095-0a54-fb79-d2af-a4b54ae49f54-a9ffb8c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
#w-node-c13d97fb-fab6-6d44-979c-af56acef2ee2-a9ffb8c5,
#w-node-c13d97fb-fab6-6d44-979c-af56acef2ee4-a9ffb8c5 {
  grid-area: Title-1;
}
#w-node-c13d97fb-fab6-6d44-979c-af56acef2eef-a9ffb8c5,
#w-node-c13d97fb-fab6-6d44-979c-af56acef2ef1-a9ffb8c5,
#w-node-c13d97fb-fab6-6d44-979c-af56acef2f00-a9ffb8c5,
#w-node-c13d97fb-fab6-6d44-979c-af56acef2f02-a9ffb8c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_89294054-11b5-afa6-a41d-34f836875534-a9ffb8c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
#w-node-_89294054-11b5-afa6-a41d-34f836875536-a9ffb8c5,
#w-node-_89294054-11b5-afa6-a41d-34f836875540-a9ffb8c5 {
  align-self: start;
}
#w-node-ef632d69-78c6-29ba-8311-5987af57d327-a9ffb8c5 {
  align-self: center;
}
#w-node-ef632d69-78c6-29ba-8311-5987af57d331-a9ffb8c5 {
  place-self: center;
}

#calcid.w-node-_62339341-29bb-9331-e656-69b91635a350-1635a2b3 {
  grid-area: Area-5;
  justify-self: end;
}

@media screen and (min-width: 1441px) {
  .vision-header {
    font-size: 42px;
  }
}
@media screen and (max-width: 1023px) {
  .vision-ceo-image {
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 991px) {
  #w-node-fb0531a2-6f0c-2d5e-5141-e0c0b9095e27-a9ffb8c5 {
    justify-self: stretch;
  }
  #w-node-_89294054-11b5-afa6-a41d-34f836875536-a9ffb8c5 {
    align-self: stretch;
  }
  .landing-hero-wrapper {
    grid-template-columns: 1fr;
  }
  .features-hero-text-contain-copy {
    max-width: 100%;
  }
  .landing-hero-image-container {
    display: none;
  }
  .div-block-48 {
    padding-left: 0;
    padding-right: 0;
  }
  .flex-block-6 {
    flex-direction: column;
  }
  .flex-block-5 {
    max-width: 100%;
  }
  .productionstrategymockupwrapper {
    max-width: 100%;
  }
  .testimonial1,
  .testimonial2 {
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    gap: 20px;
    height: auto;
  }
  .testimonialquote {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .mask {
    height: auto;
  }
  .slider {
    height: auto;
  }
  .newrevenuecontentlayout {
    grid-template-columns: 1fr;
  }
  .newrevenueheading {
    width: 100%;
  }
  .cta-container {
    grid-auto-flow: row;
  }
  .cta-get-started,
  .cta-learn-more {
    align-items: center;
    text-align: center;
  }
  .cta-wrapper {
    grid-template: "Area" "Area-2" "Area-4" / 1fr;
  }
  .cta-content-wrapper {
    padding-right: 0;
  }
  .cta-subtext {
    text-align: left;
  }
  .div-block-31 {
    padding-right: 0;
  }
  .producer-verb-section,
  .producer-testimonial-section,
  .producer-process-section,
  .newrevenuesection,
  .producer-key-benefits-wrapper,
  .vision-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cta-w-links.end {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .blogpreviewsection {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .producer-vision-wrapper {
    display: block;
    width: 90%;
  }
  .vision-header {
    text-align: center;
    margin-bottom: 40px;
  }
  .vision-subsection-wrapper {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .vision-paragraph {
    text-align: center;
    margin-bottom: 32px;
  }
  .team-image {
    margin-bottom: 28px;
  }
  .producer-vision-wrapper .primary-button-new.w-inline-block {
    display: flex;
    margin: 0 auto 40px;
    width: fit-content;
  }
  .corporate-vision-hero-quote-wrapper {
    margin-top: 0;
  }
  .vision-ceo-image {
    width: 74px;
    height: 74px;
  }
}
@media screen and (max-width: 767px) {
  #w-node-e71bff38-aa4f-11eb-073c-bbe7f75faccb-a9ffb8c5 {
    order: -9999;
  }
  .hero-heading {
    font-size: 32px;
  }
  .highlight {
    white-space: normal;
  }
  .verb-item-list-container-producer {
    grid-template-columns: 1fr;
  }
  .verb-item-paragraph {
    max-width: 100%;
  }
  .key-benefits-table-copy {
    grid-template: none;
    grid-template-columns: 1fr;
  }
  .revenueboxright {
    grid-template-columns: 1fr;
  }
  #w-node-_64e2d095-0a54-fb79-d2af-a4b54ae49f54-a9ffb8c5 {
    grid-column: span 1 / span 1;
  }
  .cta-heading {
    text-align: left;
    font-size: 28px;
  }
  .cta-subtext {
    text-align: left;
    font-size: 16px;
  }
  .collection-list {
    grid-template-columns: 1fr;
  }
  .navtogglewrapper {
    padding-top: 100px;
  }
  .blogpreviewtitle {
    font-size: 28px;
  }
  .vision-header {
    font-size: 36px;
  }
  .problem-heading {
    font-size: 28px;
  }
  .landing-heading {
    font-size: 28px;
  }
  .newrevenueheading {
    font-size: 28px;
  }
  .benefits-heading {
    font-size: 28px;
  }
  .cta-w-links-heading {
    font-size: 24px;
  }
  .process-item-subtext {
    max-width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .hero-heading {
    font-size: 26px;
  }
  .vision-header {
    font-size: 28px;
  }
  .vision-paragraph {
    text-align: left;
  }
  .vision-ceo-image {
    width: 43px;
    height: 43px;
  }
  .vision-ceo-name,
  .vision-ceo-position {
    font-size: 14px;
  }
  .div-block-44 {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .primary-button-2 {
    justify-content: center;
  }
  .button-wrapper-contain {
    flex-wrap: wrap;
    gap: 12px;
  }
  .verbitemlayout {
    padding: 20px 16px;
  }
  .testimonial1,
  .testimonial2 {
    align-items: center;
    padding: 20px 10px;
  }
  .author-image-copy {
    width: 100px;
  }
  .testimonialquote {
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 16px;
  }
  .cta-heading {
    font-size: 22px;
  }
  .cta-subtext {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .trustedbynumber {
    font-size: 50px;
  }
  .feature-hero-section-new {
    padding-top: 10px;
  }
  #calcid.w-node-_62339341-29bb-9331-e656-69b91635a350-1635a2b3 {
    align-self: start;
  }
}
