
/* ...








 */
/* line 3, app/assets/stylesheets/vendor/glidejs/glide.core.scss */
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

/* line 13, app/assets/stylesheets/vendor/glidejs/glide.core.scss */
.glide * {
  box-sizing: inherit;
}

/* line 17, app/assets/stylesheets/vendor/glidejs/glide.core.scss */
.glide__track {
  overflow: hidden;
}

/* line 21, app/assets/stylesheets/vendor/glidejs/glide.core.scss */
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

/* line 36, app/assets/stylesheets/vendor/glidejs/glide.core.scss */
.glide__slides--dragging {
  user-select: none;
}

/* line 41, app/assets/stylesheets/vendor/glidejs/glide.core.scss */
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 50, app/assets/stylesheets/vendor/glidejs/glide.core.scss */
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 58, app/assets/stylesheets/vendor/glidejs/glide.core.scss */
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

/* line 63, app/assets/stylesheets/vendor/glidejs/glide.core.scss */
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

/* line 68, app/assets/stylesheets/vendor/glidejs/glide.core.scss */
.glide--rtl {
  direction: rtl;
}
/* line 9, app/assets/stylesheets/vendor/glidejs/glide.theme.scss */
.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}

/* line 28, app/assets/stylesheets/vendor/glidejs/glide.theme.scss */
.glide__arrow:focus {
  outline: none;
}

/* line 29, app/assets/stylesheets/vendor/glidejs/glide.theme.scss */
.glide__arrow:hover {
  border-color: white;
}

/* line 31, app/assets/stylesheets/vendor/glidejs/glide.theme.scss */
.glide__arrow--left {
  left: 2em;
}

/* line 35, app/assets/stylesheets/vendor/glidejs/glide.theme.scss */
.glide__arrow--right {
  right: 2em;
}

/* line 39, app/assets/stylesheets/vendor/glidejs/glide.theme.scss */
.glide__arrow--disabled {
  opacity: 0.33;
}

/* line 44, app/assets/stylesheets/vendor/glidejs/glide.theme.scss */
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}

/* line 54, app/assets/stylesheets/vendor/glidejs/glide.theme.scss */
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}

/* line 67, app/assets/stylesheets/vendor/glidejs/glide.theme.scss */
.glide__bullet:focus {
  outline: none;
}

/* line 71, app/assets/stylesheets/vendor/glidejs/glide.theme.scss */
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 77, app/assets/stylesheets/vendor/glidejs/glide.theme.scss */
.glide__bullet--active {
  background-color: white;
}

/* line 82, app/assets/stylesheets/vendor/glidejs/glide.theme.scss */
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

/* line 88, app/assets/stylesheets/vendor/glidejs/glide.theme.scss */
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
/**
 * tom-select.css (v2.2.2)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */
 :root {
  --ts-pr-clear-button:	0;
  --ts-pr-caret:	0;
  --ts-pr-min:	.75rem;
}

.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}

.ts-control {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-wrapper.plugin-drag_drop.multi > .ts-control > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}
.ts-wrapper.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}
.ts-wrapper.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.plugin-checkbox_options .option input {
  margin-right: 0.5rem;
}

.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}
.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(8px - 6px);
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}
.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max( var(--ts-pr-caret), 8px);
}
.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}

.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}
.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.ts-wrapper .dropdown-header-close:hover {
  color: black;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}
.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px 0;
  display: block;
  padding: 8px 8px;
  box-shadow: none;
  width: 100%;
  background: transparent;
}
.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}
.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-ms-input-placeholder {
  color: transparent;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}
.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
  padding-right: 0 !important;
}
.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}
.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #d0d0d0;
  margin-left: 6px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #cacaca;
}
.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: white;
}

.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #d0d0d0;
  margin-right: 6px;
}
.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #cacaca;
}
.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: white;
}

.ts-wrapper {
  position: relative;
}

.ts-dropdown,
.ts-control,
.ts-control input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  font-smoothing: inherit;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}

.ts-control {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
}
.ts-wrapper.multi.has-items .ts-control {
  padding: calc( 8px - 2px - 0px) 8px calc( 8px - 2px - 3px - 0px);
}
.full .ts-control {
  background-color: #fff;
}
.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}
.focus .ts-control {
  box-shadow: none;
}
.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}
.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0px solid #d0d0d0;
}
.ts-wrapper.multi .ts-control > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0px solid #cacaca;
}
.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: #7d7d7d;
  background: white;
  border: 0px solid white;
}
.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
  box-shadow: none !important;
}
.ts-control > input::-ms-clear {
  display: none;
}
.ts-control > input:focus {
  outline: none !important;
}
.has-items .ts-control > input {
  margin: 0px 4px !important;
}
.ts-control.rtl {
  text-align: right;
}
.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}
.ts-control.rtl .ts-control > input {
  margin: 0px 4px 0px -2px !important;
}
.disabled .ts-control {
  opacity: 0.5;
  background-color: #fafafa;
}
.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}

.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: 0.25rem 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 5px 8px;
}
.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.ts-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.ts-dropdown .active.create {
  color: #495c68;
}
.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}
.ts-dropdown .spinner:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ts-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
/*# sourceMappingURL=tom-select.css.map */
/*
  Global overrides for the Glide CSS that is in the vendor directory.
  Further page specific overrides should be done at page level CSS:

  // homepage.css
  .homepage .glide__bullet {
    ...
  }
*/
.glide__slide {
  height: unset; /* Appears to make all slides the same height */
}

.glide__bullet {
  background-color: var(--grey-light);
  margin: 0 0.5rem;
}

.glide__bullet--active {
  background-color: var(--grey);
}
/*
Overrides for styling a dropdown like a search bar
.ts-search is our own class to scope the styles
*/
.ts-search .ts-control {
  position: relative;
  padding-top: 1rem;
  padding-right: 2.5rem !important;
  padding-bottom: 1rem;
  padding-left: 1rem;
  border-radius: 150px;
  border: 1px solid var(--grey-light);
  background: var(--white);
}

.ts-search .ts-control input {
  color: var(--black);
  font-family: var(--plex-sans-font);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.ts-search .ts-control input::placeholder {
  color: var(--grey-light);
  font-family: var(--plex-sans-font);
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
}

.ts-search .ts-control::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/assets/icons/search-436ef70848cecc271b309284874b5d328682da5f12747545c7984596df9d55dd.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1rem;
  width: 1rem;
}

.ts-search .ts-control .item {
  color: var(--black);
  font-family: var(--plex-sans-font);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.ts-search .option {
  padding: 1rem;
  border-bottom: 1px solid var(--grey-light);
}

.ts-search .option.active {
  background-color: var(--grey-lightest);
}

.ts-search .ts-dropdown {
  padding-top: 0;
  margin-top: 0;
  border: 1px solid var(--grey-light);
  border-radius: 0.25rem;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  background: var(--white);
}

.ts-search .ts-dropdown-content {
  max-height: 300px;
}

.ts-search .highlight {
  background: var(--grey-lighter);
}

.ts-search .ts-dropdown .option,
.ts-search .ts-dropdown .no-results {
  color: var(--black);
  font-family: var(--plex-sans-font);
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

/* SM */
@media only screen and (max-width: 42.1875em) {
  .ts-search .ts-dropdown-content {
    max-height: 200px;
  }
}
@font-face {
  font-family: "Roboto Mono";
  src: url("/fonts/Roboto Mono/RobotoMono-VariableFont_wght.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ************************* */
/* ---- IBM Plex Sans ---- */
/* ************************ */
@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBM_Plex_Sans/IBMPlexSans-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBM_Plex_Sans/IBMPlexSans-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBM_Plex_Sans/IBMPlexSans-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBM_Plex_Sans/IBMPlexSans-ExtraLightItalic.ttf")
    format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBM_Plex_Sans/IBMPlexSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBM_Plex_Sans/IBMPlexSans-LightItalic.ttf")
    format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBM_Plex_Sans/IBMPlexSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBM_Plex_Sans/IBMPlexSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBM_Plex_Sans/IBMPlexSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBM_Plex_Sans/IBMPlexSans-MediumItalic.ttf")
    format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBM_Plex_Sans/IBMPlexSans-SemiBoldItalic.ttf")
    format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBM_Plex_Sans/IBMPlexSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/fonts/IBM_Plex_Sans/IBMPlexSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* These are misc old tokens that are part of the old design system */
:root {
  --container-max-width: 80rem;
  --container-gutter: 3rem;
  --grid-gutter: 1.5rem;
  --white: #fff;
  --black: #061917;
  --grey-darkest: #4d4d4d;
  --grey-darker: #4d4d4d;
  --grey-dark: #656665;
  --grey: #656565;
  --grey-mid: #767676;
  --grey-light: #dad8d9;
  --grey-lighter: #e5e5e5;
  --grey-lightest: #f4f4f4;
  --primary: #27ebc8;
  --primary-light: #7df3de;
  --primary-lighter: #e5f9f6;
  --royal-blue: #4e5eff;
  --purple: #4e5ff6;
  --purple-50: #cacffb;
  --forest: #2d6a65;
  --forest-50: #c5d3d3;
  --forest-70: #a8bebd;
  --test-forest-1: #062d22;
  --sc-turquoise: #6debc8;
  --red: #d95761;
  --warning-lighter: #fbe5a6;
  --grey-border: #ababab;
  --card-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08),
    0px 1px 1px 0px rgba(0, 0, 0, 0.05);
  --gap: 1.25rem;
}

/* Spacing */
:root {
  /* Tokens from old design system */
  --spacing-large-5: 8rem;
  --spacing-large-4: 6rem;
  --spacing-large-3: 4rem;
  --spacing-large-2: 3rem;
  --spacing-large: 2.5rem;
  --spacing-medium: 2rem;
  --spacing-small: 1.5rem;
  --spacing-small-2: 1rem;
  --spacing-small-3: 0.5rem;
  --spacing-small-4: 0.25rem;

  /* New tokens as of 06.24 for homepage build -- ideally we migrate over to them */
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-2xl: 2.5rem;
  --spacing-3xl: 3rem;
  --spacing-4xl: 4rem;
  --spacing-5xl: 6rem;
  --spacing-6xl: 8rem;
}

/* Border radius */
:root {
  /* Tokens from old design system */
  --border-radius-btn: 150px;
  --border-radius-large-2: 2rem;
  --border-radius-large: 1.5rem;
  --border-radius-medium: 1rem;
  --border-radius-small: 0.5rem;
  --border-radius-small-2: 0.25rem;

  /* New tokens as of 06.24 for homepage build -- ideally we migrate over to them */
  --border-radius-xs: 0.25rem;
  --border-radius-sm: 0.5rem;
  --border-radius-md: 1rem;
  --border-radius-lg: 1.5rem;
  --border-radius-xl: 2rem;
  --border-radius-btn: 999px;
}

/* Colors */
:root {
  --brand-primary-sc-teal: #0bd8b6;
  --brand-primary-forest: #2d6a65;
  --brand-primary-purple: #4e5ff6;
  --colour-utility-link: #4e5ff6;
  --colour-text-primary-text: #1a211e;
  --colour-text-tertiary-text: #868e8b;
  --brand-primary-sand: #9c9690;
  --brand-secondary-purple-light: #cacffb;
  --brand-secondary-purple-pale: #edeeff;
  --brand-secondary-orange: #fca768;
  --brand-secondary-zest-dark: #46592e;
  --brand-secondary-zest-pale: #d7feba;
  --colour-text-light-text: #fbfdfc;
  --extended-teal-3: #e0f8f3;
  --extended-teal-6: #a1ded2;
  --extended-teal-7: #83cdc1;
  --extended-teal-8: #53b9ab;
  --extended-forest-forest-1: #e6eae9;
  --extended-sage-sage-1: #fbfdfc;
  --extended-sage-sage-3: #eef1f0;
  --extended-sage-sage-4: #e6e9e8;
  --extended-sage-sage-7: #cbcfcd;
  --extended-sage-sage-11: #5f6563;
  --extended-sage-sage-12: #1a211e;
  --colour-text-primary-text: #1a211e;
  --colour-text-secondary-text: #5f6563;
  --colour-text-tertiary-text: #868e8b;
  --colour-text-light-text: #fbfdfc;
  --colour-states-sage-hover: #eef1f0;
  --colour-states-sage-pressed: #e6e9e8;
  --colour-states-sc-teal-hover: #12bca0;
  --colour-states-sc-teal-pressed: #11a28a;
  --colour-states-forest-dark-hover: #153a2f;
  --colour-states-sage-pressed-darker: #cbcfcd;
  --colour-states-sage-hover-darker: #dfe2e0;
  --colour-background-bg-1: #fff;
  --colour-background-bg-2: #f7f9f8;
  --colour-background-bg-3: #eef1f0;
  --colour-border-border-darkest: #b8bcba;
  --colour-border-border-light: #d7dad9;
  --colour-border-border-lightest: #e6e9e8;
  --colour-border-border-focusRing: #12a594;
  --colour-border-border-dark: #cbcfcd;
  --colour-secondary-icon: #5f6563;
  /* Utility */
  --colour-utility-success-pale: #e6f7ed;
  --colour-utility-success-bright: #29a383;
  --colour-utility-success-dark: #1d3b31;
  --colour-utility-danger-bright: #d13415;
  --colour-utility-danger-pale: #feebe7;
  /* Sage */
  --colour-sage-1: #fbfdfc;
  --colour-sage-3: #eef1f0;
  --colour-sage-5: #dfe2e0;
  /* Extented */
  --extended-forest-forest-10: #061917;
}

/* Shadow */
:root {
  --shadow-sm: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  --shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06),
    0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  --shadow-md: 0px 0px 20px 2px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0px 4px 6px -2px rgba(0, 0, 0, 0.05),
    0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0px 10px 10px -5px rgba(0, 0, 0, 0.04),
    0px 20px 25px -5px rgba(0, 0, 0, 0.1);
  --shadow-2xl: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* SM */
@media only screen and (max-width: 42.1875em) {
  :root {
    --container-gutter: 1rem;
  }
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-feature-settings: "ss01" on, "ss02" on;
}

html,
body {
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

a,
button {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: circle;
}

i,
span,
a {
  display: inline-block;
}

button {
  background: transparent;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.turbo-progress-bar {
  background-color: #27ebc8;
}
:root {
  /* Tokens from old design system */
  /* Headings */
  --superhero-font-size: 4rem;
  --superhero-font-weight: 500;
  --superhero-line-height: 1.2;
  --superhero-letter-spacing: -0.03em;
  --hero-font-size: 3rem;
  --hero-font-weight: 500;
  --hero-line-height: 1.2;
  --hero-letter-spacing: 0.006em;
  --h1-font-size: 2.5rem;
  --h1-font-weight: 500;
  --h1-line-height: 1.2;
  --h1-letter-spacing: 0.008em;
  --h2-font-size: 2rem;
  --h2-font-weight: 600;
  --h2-line-height: 1.2;
  --h2-letter-spacing: 0.01em;
  --h3-font-size: 1.5rem;
  --h3-font-weight: 600;
  --h3-line-height: 1.2;
  --h3-letter-spacing: 0.01em;
  --h4-font-size: 1.25rem;
  --h4-font-weight: 600;
  --h4-line-height: 1.2;
  --h4-letter-spacing: 0.01em;
  --h5-font-size: 0.75rem;
  --h5-font-weight: 600;
  --h5-line-height: 0.8;
  --h5-letter-spacing: 0.16em;

  /* Tokens from old design system */
  /* Paragraphs */
  --p-font-size: 1rem;
  --p-letter-spacing: 0.02em;
  --p-font-weight: 400;
  --p-line-height: 1.4;
  --p-lead-font-size: 1.5rem;
  --p-lead-letter-spacing: 0.01em;
  --p-small-font-size: 0.75rem;
  --p-small-letter-spacing: 0.02em;

  /* New tokens as of 06.24 for homepage build -- ideally we migrate over to them */
  --plex-mono-font: "IBM Plex Mono", monospace;
  --plex-sans-font: "IBM Plex Sans", sans-serif;
  --text-xxs-size: 0.625rem;
  --text-xxs-height: 1;
  --text-xxs-spacing: 0.1em;
  --text-xs-size: 0.75rem;
  --text-xs-height: 1.3333333333;
  --text-xs-spacing: 0.01em;
  --text-sm-size: 0.875rem;
  --text-sm-height: 1.4285714286;
  --text-sm-spacing: 0.01em;
  --text-base-size: 1rem;
  --text-base-height: 1.5;
  --text-base-spacing: 0.01em;
  --text-lg-size: 1.125rem;
  --text-lg-height: 1.555;
  --text-lg-spacing: 0.01em;
  --text-xl-size: 1.25rem;
  --text-xl-height: 1.4;
  --text-2xl-size: 1.5rem;
  --text-2xl-height: 1.33333333;
  --text-2xl-spacing: 0.005em;
  --text-3xl-size: 1.875rem;
  --text-3xl-height: 1.2;
  --text-4xl-size: 2.25rem;
  --text-4xl-height: 1.2;
  --text-5xl-size: 2.875rem;
  --text-5xl-height: 1.04;
  --text-6xl-size: 3.75rem;
  --text-6xl-height: 1;
  --text-regular: 400;
  --text-medium: 500;
  --text-semi-bold: 600;
}

html {
  font-size: 100%;
}

input,
button,
textarea,
optgroup,
select {
  font: inherit;
}

/* The below are helpers to access old design system tokens */
.text {
  font-family: var(--font-family);
}

.text--superhero {
  --font-family: var(--plex-sans-font);
  font-size: var(--superhero-font-size);
  font-weight: var(--superhero-font-weight);
  line-height: var(--superhero-line-height);
  letter-spacing: var(--superhero-letter-spacing);
}

.text--hero {
  --font-family: var(--plex-sans-font);
  font-size: var(--hero-font-size);
  font-weight: var(--hero-font-weight);
  line-height: var(--hero-line-height);
  letter-spacing: var(--hero-letter-spacing);
}

.text--h1 {
  --font-family: var(--plex-sans-font);
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--h1-line-height);
  letter-spacing: var(--h1-letter-spacing);
}

.text--h2 {
  --font-family: var(--plex-sans-font);
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--h2-line-height);
  letter-spacing: var(--h2-letter-spacing);
}

.text--h3 {
  --font-family: var(--plex-sans-font);
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--h3-line-height);
  letter-spacing: var(--h3-letter-spacing);
}

.text--h4 {
  --font-family: var(--plex-sans-font);
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
  line-height: var(--h4-line-height);
  letter-spacing: var(--h4-letter-spacing);
}

.text--h5 {
  --font-family: var(--plex-sans-font);
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: var(--h5-line-height);
  letter-spacing: var(--h5-letter-spacing);
  text-transform: uppercase;
}

.text--p-lead {
  --font-family: var(--plex-sans-font);
  font-size: var(--p-lead-font-size);
  letter-spacing: var(--p-lead-letter-spacing);
  font-weight: var(--p-font-weight);
  line-height: var(--p-line-height);
}

.text--p {
  --font-family: var(--plex-sans-font);
  font-size: var(--p-font-size);
  letter-spacing: var(--p-letter-spacing);
  font-weight: var(--p-font-weight);
  line-height: var(--p-line-height);
}

.text--p-small {
  --font-family: var(--plex-sans-font);
  font-size: var(--p-small-font-size);
  letter-spacing: var(--p-small-letter-spacing);
  font-weight: var(--p-font-weight);
  line-height: var(--p-line-height);
}

.text--form-label {
  --font-family: var(--plex-sans-font);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.text--data {
  --font-family: "Roboto Mono", monospace;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.text--grey {
  color: var(--grey);
}

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

.text--grey-darker {
  color: var(--grey-darker);
}

.text--grey-darkest {
  color: var(--grey-darkest);
}

.text--purple {
  color: var(--purple);
}

.text--center {
  text-align: center;
}

@media only screen and (max-width: 62em) {
  .text--superhero {
    font-size: 3.5rem;
  }
}

/*
  Not BEM but a convenience so any bold paragraph text
  has the right font-weight - otherwise the browser choses 700.
 */
.paragraph strong {
  font-weight: 600;
}

.link {
  color: var(--purple);
  font: inherit;
}

.link--undercorated {
  text-decoration: none;
}

/* The below are helpers access new design system tokens - in line with platform-fe typography system */
.text-plex-sans {
  font-family: var(--plex-sans-font);
}

.text-sm {
  font-size: var(--text-sm-size);
  line-height: var(--text-sm-height);
  letter-spacing: var(--text-sm-spacing);
}

.text-base {
  font-size: var(--text-base-size);
  line-height: var(--text-base-height);
  letter-spacing: var(--text-base-spacing);
}

.text-semi-bold {
  font-weight: var(--text-semi-bold);
}

.text-light {
  color: var(--colour-text-light-text);
}

.text-secondary {
  color: var(--colour-text-secondary-text);
}

.text-tertiary {
  color: var(--colour-text-tertiary-text);
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}
.application-header {
  padding: 1rem 0;
}

.application-header--sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: box-shadow 0.25s ease;
}

.application-header--white {
  background-color: var(--white);
}

.application-header--grey-lightest {
  background-color: var(--grey-lightest);
}

.application-header--scrolled {
  border-bottom: 1px solid var(--grey-light);
  background-color: var(--white);
}

.application-header--small-nav-active {
  background-color: var(--white);
}

.application-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 var(--spacing-lg);
}

.application-header__logo-wrapper {
  display: flex;
  align-items: center;
  max-width: 11.25rem;
}

.application-header__large-nav-wrapper {
  margin-left: 1rem;
}

.application-header__actions-wrapper {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}

.application-header__toggler {
  display: none;
}

.application-header__burger {
  vertical-align: middle;
}

.application-header--small-nav-active .application-header__burger {
  display: none;
}

.application-header__close {
  vertical-align: middle;
  display: none;
}

.application-header--small-nav-active .application-header__close {
  display: block;
}

@media only screen and (max-width: 62em) {
  .application-header__toggler {
    display: block;
  }
}
/* Header */
.climate-leaderboard-header {
  background-color: var(--forest);
}

.climate-leaderboard-header__link {
  text-decoration: none;
}

.climate-leaderboard-header__banner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}

.climate-leaderboard-header__banner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.climate-leaderboard-header__title-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  padding: 1rem 0 1rem 1.25rem;
  margin-left: 1.25rem;
  border-left: 1px solid var(--white);
}

.climate-leaderboard-header__sc-logo {
  align-self: center;
}

.climate-leaderboard-header__title {
  font-family: var(--plex-sans-font);
  font-size: 1.5rem;
  letter-spacing: 0.013em;
  text-align: center;
  color: var(--white);
}

@media only screen and (max-width: 62em) {
  .climate-leaderboard-header__banner-wrapper {
    padding: 1rem 0;
  }

  .climate-leaderboard-header__title {
    font-size: 1rem;
  }

  .climate-headerboard-header__100-logo {
    max-width: 6.625rem;
  }

  .climate-leaderboard-header__sc-logo {
    max-width: 8.5rem;
  }
}

/* Nav */
.climate-leaderboard-nav {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  padding-top: 0.5rem;
  background-color: var(--grey-lightest);
  border-bottom: 1px solid var(--grey-light);
}

.climate-leadboard-nav__content {
  width: 100%;
}

.climate-leaderboard-nav__toggler {
  display: none;
}

.climate-leaderboard-nav__menu {
  display: flex;
  justify-content: space-between;
}

.climate-leaderboard-nav__items {
  display: flex;
  column-gap: 1rem;
  list-style-type: none;
}

.climate-leaderboard-nav__item {
  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: var(--plex-sans-font);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.02em;
}

.climate-leaderboard-nav__item--grey-dark {
  color: var(--grey-dark);
}

.climate-leaderboard-nav__item--forest {
  color: var(--forest);
}

.climate-leaderboard-nav__item--active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: var(--forest);
}

/* MD */
@media only screen and (max-width: 62em) {
  .climate-leaderboard-nav {
    flex-wrap: wrap;
  }

  .climate-leaderboard-nav__menu {
    display: none;
    flex: 1 1 100%;
  }

  .climate-leaderboard-nav__menu--active {
    display: flex;
    flex-direction: column;
  }

  .climate-leaderboard-nav__items {
    flex-direction: column;
    row-gap: 0.25rem;
  }

  .climate-leaderboard-nav__item {
    width: 100%;
  }

  .climate-leaderboard-nav__toggler {
    display: block;
  }
}
.container {
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
}
/*
  Legacy content container being used on pages: privacy policy, tech zero, blog, jobs.
  Ideally we will have 1 content container across all pages based on the homepage one
  which all have the same max-width and padding values.
 */
.content-container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 33.75rem;
  flex-grow: 0;
}

@media (min-width: 50em) {
  .content-container {
    max-width: 45rem;
  }
}

@media (min-width: 62em) {
  .content-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .content-container {
    max-width: 71.25rem;
  }
}
.footer {
  border-top: 1px solid var(--colour-border-border-light);
}

.footer__menus {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: var(--container-max-width);
  padding-right: var(--container-gutter);
  padding-left: var(--container-gutter);
  margin-right: auto;
  margin-left: auto;
}

.footer__menu {
  padding: var(--spacing-4xl) var(--spacing-lg);
}

.footer__menu--first {
  grid-column: 1 / 3;
  padding-left: 0;
}

.footer__menu--rest {
  grid-column: span 1;
  border-left: 1px solid var(--colour-border-border-light);
}

.footer__sc-logo {
  height: 1.5rem;
  width: auto;
}

.footer__blurb {
  margin-top: var(--spacing-3xl);
  margin-bottom: var(--spacing-3xl);
  font-family: var(--plex-sans-font);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.footer__socials {
  margin-top: var(--spacing-md);
  display: flex;
  column-gap: var(--spacing-sm);
}

.footer__social {
  position: relative;
  border-radius: 9999px;
  background-color: var(--colour-background-bg-3);
  height: 2.5rem;
  width: 2.5rem;
}

.footer__social-logo {
  position: absolute;
  width: 50%;
  inset: 0;
  margin: auto;
}

.footer__menu-title {
  margin-bottom: var(--spacing-3xl);
  font-family: var(--plex-sans-font);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.footer__menu-item {
  list-style: none;
}

.footer__menu-item:not(:first-child) {
  margin-top: var(--spacing-lg);
}

.footer__about,
.footer__copyright,
.footer__menu-link {
  font-family: var(--plex-sans-font);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.footer__menu-link {
  text-decoration: none;
}

.footer__menu-link:hover {
  text-decoration: underline;
}

.footer__bottom {
  border-top: 1px solid var(--colour-border-border-light);
}

.footer__bottom-inner {
  padding-top: var(--spacing-lg);
  padding-bottom: var(--spacing-lg);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: var(--spacing-xl);
}

@media only screen and (max-width: 62em) {
  .footer {
    border-top: none;
  }

  .footer__menus {
    padding-right: 0;
    padding-left: 0;
  }

  .footer__menu {
    border-top: 1px solid var(--colour-border-border-light);
    border-bottom: none;
    border-left: none;
  }

  .footer__menu--first,
  .footer__menu--rest {
    grid-column: span 6;
  }

  .footer__menu--first {
    padding: var(--spacing-4xl) var(--spacing-lg);
  }

  .footer__menu--rest {
    padding: var(--spacing-lg);
  }

  .footer__menu-title {
    margin-bottom: var(--spacing-xl);
  }
}
.form-field {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.home-header {
  padding: 1rem 0;
  background-color: var(--test-forest-1);
  color: var(--colour-text-light-text);
  border-bottom: 1px solid var(--colour-states-forest-dark-hover);
}

.home-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-header__logo-wrapper {
  display: flex;
  align-items: center;
  max-width: 11.25rem;
}

.home-header__large-nav-wrapper {
  margin-left: 1rem;
}

.home-header__actions-wrapper {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}

.home-header__toggler {
  display: none;
}

.home-header__burger {
  vertical-align: middle;
}

.home-header--small-nav-active .home-header__burger {
  display: none;
}

.home-header__close {
  vertical-align: middle;
  display: none;
}

.home-header--small-nav-active .home-header__close {
  display: block;
}

@media only screen and (max-width: 62em) {
  .home-header__toggler {
    display: block;
  }
}
.large-screen-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

/* MD */
@media only screen and (max-width: 62em) {
  .large-screen-nav {
    display: none;
  }
}
.nav-accordion {
  --accordion-transition: 100ms ease-in-out;
}

.nav-accordion__toggler {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem 1rem;
  border-bottom: 1px solid var(--grey-lightest);
  text-decoration: none;
}

.nav-accordion__toggler-icon {
  display: flex;
  align-items: center;
  height: 1rem;
  width: 1rem;
  transition: rotate var(--accordion-transition);
}

.nav-accordion__toggler--active .nav-accordion__toggler-icon {
  rotate: 180deg;
}

.nav-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: all var(--accordion-transition);
}
.nav-dropdown {
  --transition: 100ms ease-in-out;

  position: relative;
}

.nav-dropdown__toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  background-color: transparent;
}

.nav-dropdown__toggler-icon {
  display: flex;
  height: 1rem;
  width: 1rem;
  align-items: center;
  transition: rotate var(--transition);
}

.nav-dropdown__toggler--expanded .nav-dropdown__toggler-icon {
  rotate: 180deg;
}

.nav-dropdown__content {
  position: absolute;
  top: calc(100% + 1.25rem);
  left: 50%;
  transform: translateX(-50%);
  min-width: max-content;
  border-radius: var(--border-radius-small);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.13);
  background-color: var(--white);
  color: var(--colour-text-primary-text);
  transition: opacity var(--transition);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
}

.nav-dropdown__content--expanded {
  opacity: 1;
  visibility: visible;
}

.nav-dropdown__pointer {
  position: absolute;
  width: 100%;
  top: -12px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: auto;
}

.page--white {
  background-color: var(--white);
  color: var(--black);
}

.page--grey-lightest {
  background-color: var(--grey-lightest);
  color: var(--black);
}

.page--no-scroll {
  position: fixed;
  left: 0;
  right: 0;
  overflow: hidden;
}

/* Force footer to bottom of page when not enough content */
.page__footer {
  margin-top: auto;
}
.small-screen-nav {
  display: flex;
  flex-direction: column;
  visibility: hidden;
  position: fixed;
  top: var(--header-height); /* Set by small screen nav controller */
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: calc(100% - var(--header-height));
  background-color: var(--white);
  color: var(--colour-text-primary-text);
  border-top: 1px solid var(--grey-lightest);
  overflow-y: auto;
  opacity: 0;
  transition: opacity 100ms ease-in-out;
  z-index: 999;
}

.small-screen-nav__content {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.5rem;
  list-style-type: none;
}

@media only screen and (max-width: 62em) {
  .small-screen-nav--active {
    visibility: visible;
    opacity: 1;
  }
}
/* Buttons */
.about-button {
  border-radius: var(--border-radius-sm, 6px);
  font-family: var(--plex-sans-font);
  text-decoration: none;
  line-height: 1;
  width: fit-content;
}

.about-button--base {
  padding: 0.75rem;
  font-size: var(--text-sm-size);
  transition: all 300ms ease-out;
}

.about-button--primary {
  background-color: var(--extended-sage-sage-12);
  border: 1px solid var(--extended-sage-sage-12);
  color: var(--colour-text-light-text);
}

.about-button--primary:hover {
  background-color: var(--extended-sage-sage-11);
  border: 1px solid var(--extended-sage-sage-11);
  color: var(--colour-text-light-text);
}

.about-button--primary:active {
  background-color: var(--extended-sage-sage-12);
  border: 1px solid var(--extended-sage-sage-12);
}

.about-button--secondary {
  background-color: var(--extended-sage-sage-4);
  border: 1px solid var(--extended-sage-sage-4);
  color: var(--colour-text-primary-text);
}

.about-button--secondary:hover {
  background-color: var(--colour-states-sage-hover-darker);
  border: 1px solid var(--colour-states-sage-hover-darker);
}

.about-button--secondary:active {
  background-color: var(--colour-states-sage-pressed-darker);
  border: 1px solid var(--colour-states-sage-pressed-darker);
}
.founders {
  padding-top: var(--spacing-5xl);
  padding-bottom: var(--spacing-5xl);
}

.founders__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: var(--spacing-lg);
}

.founders__blurb {
  flex: 1 4 50%;
}

.founders__image {
  flex: 1 1 50%;
  aspect-ratio: 1 / 1;
}

.founders__image-tag {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}

.founders__copy {
  display: flex;
  flex-direction: column;
}

.founders__subheading {
  color: var(--colour-text-tertiary-text);
  font-size: var(--text-3xl-size);
  line-height: var(--text-3xl-height);
  font-weight: var(--text-regular);
  margin-bottom: var(--spacing-xs);
}

.founders__heading {
  font-size: var(--text-5xl-size);
  line-height: var(--text-5xl-height);
  font-weight: var(--text-medium);
  margin-bottom: var(--spacing-3xl);
  letter-spacing:-0.0625rem;
}

.founders__body-text {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding-right: var(--spacing-5xl);
  margin-bottom: var(--spacing-xl);
}

@media screen and (max-width: 80rem) {
  .founders__heading {
    font-size: var(--text-3xl-size);
    line-height: var(--text-3xl-height);
    margin-bottom: var(--spacing-xl);
    letter-spacing:-0.02rem;
  }

  .founders__subheading {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
    margin-bottom: 0;
  }

  .founders__body-text {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
  }
}

@media screen and (max-width: 42.1875rem) {
  .founders__inner {
    flex-direction: column;
    row-gap: var(--spacing-lg);
    justify-content: unset;
    column-gap: unset;
  }

  .founders__subheading {
    font-size: var(--text-xl-size);
    line-height: var(--text-xl-height);
  }

  .founders__body-text {
    padding-right: 0;
  }
}
.about-us-intro {
  padding-top: var(--spacing-5xl); 
  padding-bottom: var(--spacing-5xl);
}

.about-us-intro__inner {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3xl); 
}

.about-us-intro__copy {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl); 
}

.about-us-intro__h1 {
  max-width: 75%;
  font-size: var(--text-6xl-size); 
  line-height: var(--text-6xl-height); 
  font-weight: var(--text-medium);
  letter-spacing: -0.0625rem; 
}

.about-us-intro__p {
  max-width: 75%;
  font-size: var(--text-2xl-size); 
  line-height: var(--text-2xl-height); 
  padding-right: calc(var(--spacing-6xl) * 2); 
}

.about-us-intro__images {
  position: relative;
}

.about-us-intro__image {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}

.about-us-intro__image--wide {
  width: 75%; 
  aspect-ratio: 16 / 9; 
}

.about-us-intro__image--square {
  width: 30%; 
  position: absolute; 
  top: calc(var(--spacing-6xl) * -1); 
  left: unset; 
  right: 0; 
  aspect-ratio: 1 / 1;
}

.about-us-intro__image--square::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  right: -100px;
  bottom: -100px;
  opacity: 1;
  background-image: url("/assets/about_us/grain_bg-35919cfd9916fcc1dd3b1ba407755d882832cfeaee56c10c3231d67bee035034.webp");
  background-size: 175% auto;
  animation: bgMove 75s linear infinite;
  z-index: 0;
}

.about-us-intro__image--square::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  right: -100px;
  bottom: -100px;
  opacity: 0.5;
  background-image: url("/assets/about_us/grain_bg-35919cfd9916fcc1dd3b1ba407755d882832cfeaee56c10c3231d67bee035034.webp");
  background-size: 175% auto;
  background-position: 0% 0%;
  animation: bgRotate 60s linear infinite;
  z-index: 1;
}

@media screen and (max-width: 80rem) {
  .about-us-intro__h1 {
    font-size: var(--text-5xl-size); 
    line-height: var(--text-5xl-height); 
  }

  .about-us-intro__p {
    font-size: var(--text-xl-size); 
    line-height: var(--text-xl-height); 
    padding-right: var(--spacing-6xl); 
  }
  .about-us-intro__image--square {
    display: block;
  }
}

@media screen and (max-width: 42.1875rem) {
  .about-us-intro {
    padding-top: var(--spacing-3xl); 
  }

  .about-us-intro__inner {
    gap: var(--spacing-xl); 
  }

  .about-us-intro__copy {
    gap: var(--spacing-md); 
  }

  .about-us-intro__h1 {
    max-width: 100%;
    font-size: var(--text-3xl-size); 
    line-height: var(--text-3xl-height); 
    letter-spacing: -0.045rem; 
  }

  .about-us-intro__p {
    max-width: 100%;
    font-size: var(--text-base-size); 
    line-height: var(--text-base-height); 
    padding-right: 0; 
  }

  .about-us-intro__image--wide {
    width: 100%; 
  }

  .about-us-intro__image--square {
    display: none;
    width: 30%; 
    position: relative; 
    top: calc(var(--spacing-xl) * -1); 
    left: 49%; 
  }
}
.lets-talk {
  padding-bottom: var(--spacing-5xl);
}

.lets-talk__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 0;
}

.lets-talk__concise {
  background-color: var(--colour-text-primary-text);
  border-top-left-radius: var(--border-radius-sm);
  border-bottom-left-radius: var(--border-radius-sm);
  padding: var(--spacing-xl);
  overflow: hidden;
  flex: 1 1 50%;
}

.lets-talk__detailed {
  background-color: var(--colour-text-primary-text);
  border-top-right-radius: var(--border-radius-sm);
  border-bottom-right-radius: var(--border-radius-sm);
  padding: var(--spacing-xl);
  overflow: hidden;
  flex: 1 4 50%;
}

.lets-talk__heading {
  font-size: var(--text-5xl-size);
  line-height: var(--text-5xl-height);
  font-weight: var(--text-medium);
  margin-bottom: var(--spacing-3xl);
  letter-spacing: -0.0625rem;
}

.lets-talk__text {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding-right: var(--spacing-5xl);
  margin-bottom: var(--spacing-xl);
  max-width: 30rem;
}

.lets-talk__text:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 80rem) {
  .lets-talk__concise {
    padding: var(--spacing-lg);
  }
  .lets-talk__detailed {
    padding: var(--spacing-lg);
  }
  .lets-talk__heading {
    font-size: var(--text-3xl-size);
    line-height: var(--text-3xl-height);
    margin-bottom: var(--spacing-xl);
    letter-spacing:-0.02rem;
  }

  .lets-talk__text {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
    max-width: 20rem;
  }
}

@media screen and (max-width: 42.1875rem) {
  .lets-talk__inner {
    flex-direction: column;
    row-gap: 0;
    justify-content: unset;
    column-gap: unset;
  }
  .lets-talk__concise {
    border-top-left-radius: var(--border-radius-sm);
    border-top-right-radius: var(--border-radius-sm);
    border-bottom-left-radius: 0;
    padding: var(--spacing-lg);
  }
  .lets-talk__detailed {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: var(--border-radius-sm);
    padding: 0 var(--spacing-lg) var(--spacing-lg) var(--spacing-lg);
  }
  .lets-talk__heading {
    margin-bottom: 0;
  }
  .lets-talk__text {
    padding-right: 0;
  }
}
.about-us-marketplace {
  background-color: var(--colour-background-bg-2);
  padding-top: var(--spacing-5xl);
  padding-bottom: var(--spacing-5xl);
}

.about-us-marketplace__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: var(--spacing-lg);
}

.about-us-marketplace__blurb {
  flex: 1 4 50%;
}

.about-us-marketplace__image {
  flex: 1 1 50%;
  aspect-ratio: 1 / 1;
}

.about-us-marketplace__image-tag {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}

.about-us-marketplace__copy {
  display: flex;
  flex-direction: column;
}

.about-us-marketplace__heading {
  font-size: var(--text-5xl-size);
  line-height: var(--text-5xl-height);
  font-weight: var(--text-medium);
  margin-bottom: var(--spacing-3xl);
  letter-spacing: -0.0625rem;
}

.about-us-marketplace__subheading {
  color: var(--colour-text-tertiary-text);
  font-size: var(--text-3xl-size);
  line-height: var(--text-3xl-height);
  font-weight: var(--text-regular);
  margin-bottom: var(--spacing-xs);
}

.about-us-marketplace__body-text {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding-right: var(--spacing-5xl);
}

.about-us-marketplace__cta {
  margin-top: var(--spacing-2xl);
  width: fit-content;
}

@media screen and (max-width: 80rem) {
  .about-us-marketplace__heading {
    font-size: var(--text-3xl-size);
    line-height: var(--text-3xl-height);
    margin-bottom: var(--spacing-xl);
    letter-spacing: -0.02rem;
  }

  .about-us-marketplace__subheading {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
    margin-bottom: 0;
  }

  .about-us-marketplace__body-text {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-lg);
  }
}

@media screen and (max-width: 42.1875rem) {
  .about-us-marketplace__inner {
    flex-direction: column;
    row-gap: var(--spacing-lg);
    justify-content: unset;
    column-gap: unset;
  }
  .about-us-marketplace__subheading {
    font-size: var(--text-xl-size);
    line-height: var(--text-xl-height);
    margin-bottom: 0;
  }
  .about-us-marketplace__body-text {
    padding-right: 0;
  }
}
.our-customers {
  padding-top: var(--spacing-5xl);
  padding-bottom: var(--spacing-5xl);
}

.our-customers__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: var(--spacing-lg);
}

.our-customers__blurb {
  flex: 1 4 50%;
}

.our-customers__logos {
  flex: 1 1 50%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: var(--spacing-md);
}

.our-customers__link {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  padding: var(--spacing-md);
  border-radius: var(--border-radius-sm);
  background-color: var(--colour-background-bg-3);
  transition: background-color 300ms ease-in-out;
}

.our-customers__link:hover {
  background-color: var(--colour-background-bg-2);
  transition: none;
}

.our-customers__logo-wrapper {
  list-style: none;
  aspect-ratio: 1 / 1;
}

.our-customers__logo {
  max-width: 100%;
}

.our-customers__logo--tide {
  max-width: 40%;
}

.our-customers__logo--xtx {
  max-width: 40%;
}

.our-customers__copy {
  display: flex;
  flex-direction: column;
}

.our-customers__subheading {
  color: var(--colour-text-tertiary-text);
  font-size: var(--text-3xl-size);
  line-height: var(--text-3xl-height);
  font-weight: var(--text-regular);
  margin-bottom: var(--spacing-xs);
}

.our-customers__heading {
  font-size: var(--text-5xl-size);
  line-height: var(--text-5xl-height);
  font-weight: var(--text-medium);
  margin-bottom: var(--spacing-3xl);
  letter-spacing:-0.0625rem;
}

.our-customers__body-text {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding-right: var(--spacing-5xl);
}

@media screen and (max-width: 80rem) {
  .our-customers__heading {
    font-size: var(--text-3xl-size);
    line-height: var(--text-3xl-height);
    margin-bottom: var(--spacing-xl);
    letter-spacing:-0.02rem;
  }

  .our-customers__subheading {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
    margin-bottom: 0;
  }

  .our-customers__body-text {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-lg);
  }

  .our-customers__logos {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

@media screen and (max-width: 62rem) {
  .our-customers__logos {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}

@media screen and (max-width: 42.1875rem) {
  .our-customers__inner {
    flex-direction: column;
    row-gap: var(--spacing-lg);
    justify-content: unset;
    column-gap: unset;
  }

  .our-customers__subheading {
    font-size: var(--text-xl-size);
    line-height: var(--text-xl-height);
  }

  .our-customers__body-text {
    padding-right: 0;
  }

  .our-customers__logos {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
.scientists {
  background-color: var(--colour-background-bg-2);
  padding-top: var(--spacing-5xl);
  padding-bottom: var(--spacing-5xl);
}

.scientists__copy {
  display: flex;
  flex-direction: column;
}

.scientists__subheading {
  color: var(--colour-text-tertiary-text);
  font-size: var(--text-3xl-size);
  line-height: var(--text-3xl-height);
  font-weight: var(--text-regular);
  margin-bottom: var(--spacing-xs);
}

.scientists__heading {
  font-size: var(--text-5xl-size);
  line-height: var(--text-5xl-height);
  font-weight: var(--text-medium);
  letter-spacing:-0.0625rem;
}

.scientists__intro {
  margin-bottom: var(--spacing-2xl);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.scientists__nav {
  display: flex;
  justify-content: flex-end;
  column-gap: var(--spacing-lg);
}

.scientists__slides {
  padding-bottom: var(--spacing-lg);
}

.scientists__arrow {
  padding: 0;
  position: relative;
  inset: 0;
  box-shadow: none;
  border-radius: 0;
  text-shadow: none;
  border: none;
  transform: none;
  color: var(--colour-text-primary-text);
  background-color: transparent;
}

.scientists__cta {
  margin-top: var(--spacing-xl);
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 80rem) {
  .scientists__heading {
    font-size: var(--text-3xl-size);
    line-height: var(--text-3xl-height);
    letter-spacing:-0.02rem;
  }

  .scientists__subheading {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
    margin-bottom: 0;
  }
}

@media (max-width:42.1875em) {
  .scientists__intro {
    margin-bottom: var(--spacing-md);
    flex-wrap: wrap;
  }

  .scientists__nav {
    margin-left: auto;
  }

  .scientists__subheading {
    font-size: var(--text-xl-size);
    line-height: var(--text-xl-height);
  }
}
.team-trust {
  padding-top: var(--spacing-5xl);
  padding-bottom: var(--spacing-5xl);
}

.team-trust__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: var(--spacing-lg);
}

.team-trust__blurb {
  flex: 1 4 50%;
}

.team-trust__image {
  flex: 1 1 50%;
  aspect-ratio: 1 / 1;
}

.team-trust__image-tag {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}

.team-trust__copy {
  display: flex;
  flex-direction: column;
}

.team-trust__subheading {
  color: var(--colour-text-tertiary-text);
  font-size: var(--text-3xl-size);
  line-height: var(--text-3xl-height);
  font-weight: var(--text-regular);
  margin-bottom: var(--spacing-xs);
}

.team-trust__heading {
  font-size: var(--text-5xl-size);
  line-height: var(--text-5xl-height);
  font-weight: var(--text-medium);
  margin-bottom: var(--spacing-3xl);
  letter-spacing:-0.0625rem;
}

.team-trust__body-text {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding-right: var(--spacing-5xl);
  margin-bottom: var(--spacing-xl);
}

@media screen and (max-width: 80rem) {
  .team-trust__heading {
    font-size: var(--text-3xl-size);
    line-height: var(--text-3xl-height);
    margin-bottom: var(--spacing-xl);
    letter-spacing:-0.02rem;
  }

  .team-trust__subheading {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
    margin-bottom: 0;
  }

  .team-trust__body-text {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
  }
}

@media screen and (max-width: 42.1875rem) {
  .team-trust__inner {
    flex-direction: column;
    row-gap: var(--spacing-lg);
    justify-content: unset;
    column-gap: unset;
  }

  .team-trust__subheading {
    font-size: var(--text-xl-size);
    line-height: var(--text-xl-height);
  }

  .team-trust__body-text {
    padding-right: 0;
  }
}
.blog {
  font-family: var(--plex-sans-font);
}

.blog p {
  font-size: var(--p-font-size);
  line-height: var(--p-line-height);
  letter-spacing: var(--p-letter-spacing);
  font-weight: var(--p-font-weight);
}

.blog h1.dib-post-title {
  font-size: var(--h1-font-size);
  font-weight: var(--h1-font-weight);
  line-height: var(--h1-line-height);
  letter-spacing: var(--h1-letter-spacing);
}

.dib-no-author {
  display: none;
}

div#dib-pie {
  border: 1px solid rgb(35, 232, 193);
}

div#dib-pie.dib-pie-50,
div#dib-pie-fill {
  background: rgb(35, 232, 193);
}

a.dib-post:hover:after {
  content: none;
}
.about-method__heading {
  margin-bottom: 1rem;
}

.about-method__item {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--grey-light);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.about-method__item:first-child {
  border-top: none;
  padding-top: 0;
}

.about-method__item:last-child {
  padding-bottom: 0;
}

.about-method__item-key {
  flex: 0 0 50%;
}

.about-method__item-value {
  text-align: right;
}

.about-method__pill {
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
}
.breadcrumb-nav {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}

.breadcrumb-nav__link {
  text-decoration: none;
}

@media only screen and (max-width: 42.1875em) {
  .breadcrumb-nav {
    display: none;
  }
}
.browse-removal {
  padding-bottom: 2rem;
}

.browse-removal__heading-container {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.removal-hero-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.removal-hero-cta__content {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}

.removal-hero-cta__icon {
  flex: 0 0 5.5rem;
}

.removal-hero-cta__info {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.removal-hero-cta__btn {
  flex-basis: 32.5%;
  flex-shrink: 0;
}

@media only screen and (max-width: 42.1875em) {
  .removal-hero-cta {
    flex-direction: column;
    grid-gap: 1.625rem;
    align-items: flex-start;
  }

  .removal-hero-cta__btn {
    width: 100%;
  }
}
.project-locations__header {
  margin-bottom: 1.25rem;
}

.project-locations__slider-wrapper {
  padding-bottom: 0.5rem;
}

.project-location__img-wrapper {
  position: relative;
}

.project-location__img-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #00ebc8;
  border: 3px solid var(--white);
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 5px rgba(0, 0, 0, 0.08);
}

.project-location__img {
  border-radius: 0.625rem;
}

.project-location__name {
  color: var(--grey);
  margin-top: 0.625rem;
}

.project-locations__count {
  color: var(--grey);
}
.read-more {
  position: relative;
  overflow: hidden;
}

.read-more--truncated::after {
  content: "";
  position: absolute;
  height: 7.5rem;
  mix-blend-mode: normal;
  bottom: 0;
  box-shadow: inset 0 -80px 50px #f5f5f5;
  width: 100%;
}

.read-more__button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.read-more .read-more__button {
  visibility: hidden;
}

.read-more--truncated .read-more__button {
  visibility: visible;
}
.research-papers {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}

.research-papers__paper-wrapper {
  padding: 1em 1.5em;
  background-color: var(--white);
  border-radius: 0.5rem;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 5px rgba(0, 0, 0, 0.08);
  display: flex;
  grid-gap: 0.5rem;
  text-decoration: none;
}

.research-papers__icon-wrapper {
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
}

.arrow-icon {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 100%;
  background-image: url("/assets/icons/arrow-up-right-16d234f338c5a0ec3818132462d864dcdf8c3ba1908435ce5120b3702ee9e3db.svg");
}

.research-papers__copy {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}

.research-papers__paper-url {
  word-break: break-all;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.supercritical-view__source {
  margin-top: 1rem;
}
.climate-101__local-nav-wrapper {
  margin-bottom: 2.5rem;
}

.climate-101__content {
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
}

.climate-101__removal-slider-wrapper {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  border-top: 1px solid var(--grey-light);
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

/* Bleed container */
.climate-101-bleed-container {
  width: 100%;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.climate-101-bleed-container__content {
  border-radius: var(--border-radius-medium);
  overflow: hidden;
}

.climate-101__unordered-list {
  list-style-type: disc;
  margin-inline-start: 1.25em;
}

.climate-101__unordered-list-item {
  margin-top: 1rem;
}

.climate-101__unordered-list-item:first-child {
  margin-top: 0;
}

.climate-101__ordered-list {
  margin-inline-start: 1.25em;
}
@media only screen and (max-width: 62em) {
  .climate-101-bleed-container {
    padding-left: 0;
    padding-right: 0;
  }

  .climate-101-bleed-container__content {
    border-radius: 0;
  }
}

@media only screen and (max-width: 62em) {
  .climate-101__local-nav-wrapper {
    margin-bottom: 1.875rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.climate-101-copy-section {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  align-items: baseline;
}

.climate-101-copy-section__heading {
  grid-column: 3 / 6;
}

.climate-101-copy-section__paras {
  grid-column: 6 / 11;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

@media only screen and (max-width: 62em) {
  .climate-101-copy-section__heading {
    grid-column: 1 / 13;
  }

  .climate-101-copy-section__paras {
    grid-column: 1 / 13;
    padding-top: 1rem;
  }
}
.climate-101-diagram-section {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 1.25rem;
  padding: 5rem 0;
  background-color: var(--grey-lightest);
  background-size: 17px 17px;
  background-image: linear-gradient(
      to right,
      var(--grey-lighter) 0.5px,
      transparent 0
    ),
    linear-gradient(to bottom, var(--grey-lighter) 0.5px, transparent 0);
}

.climate-101-diagram-section__header {
  grid-column: 3 / 6;
  align-self: center;
  color: #666666;
}

.climate-101-diagram-section__content {
  grid-column: 6 / 11;
  display: grid;
  grid-template-rows: auto;
  row-gap: 1rem;
  color: #666666;
}

.climate-101-diagram-section__legend {
  text-align: center;
}

@media only screen and (max-width: 62em) {
  .climate-101-diagram-section {
    padding: 2.5rem 1rem;
    display: flex;
    flex-direction: column;
  }

  .climate-101-diagram-section__header {
    margin-bottom: 1.25rem;
  }
}
.climate-101-local-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--black);
  padding-top: 1rem;
  padding-right: 1.25rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
}

.climate-101-local-nav__logo {
  max-width: 14.75rem;
}

.climate-101-local-nav__links {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  row-gap: 1rem;
}

.climate-101-local-nav__link {
  text-decoration: none;
  background: -webkit-linear-gradient(#6debc8, #e3b654);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 62em) {
  .climate-101-local-nav {
    margin-top: 1.5rem;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 1.5rem;
  }

  .climate-101-local-nav__links {
    flex-direction: column;
    margin-top: 1rem;
  }
}
.natural-vs-techno {
  background-color: #e34d58;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  --gap: 0.5rem;
  gap: var(--gap);
  padding: 1.5rem 1rem;
}

.natural-vs-techno__col {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.natural-vs-techno__col--natural {
  grid-column: 1 / 7;
}

.natural-vs-techno__col--techno {
  grid-column: 7 / 13;
}

.natural-vs-techno__methods {
  display: flex;
  justify-content: space-between;
  flex: 1;
  margin-top: 0.5rem;
  padding: 3rem 1rem;
  position: relative;
}

.natural-vs-techno__methods::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: repeat;
  background-position: center;
}

.natural-vs-techno__methods--natural::after {
  background-image: url("/assets/climate_101s/natural-6f184fb3976c6a99215bf3be0b08e8227c97587fe54ef0ec9cbfe1d95965c1d7.png");
  opacity: 0.25;
  background-size: 34px;
}

.natural-vs-techno__methods--techno::after {
  background-image: url("/assets/climate_101s/technological-4600f235fea4657c73210e8ed1af9bca8cc254d13d31f085490b28bf9f236c0e.png");
  background-size: 16px;
  background-position: top left;
}

.natural-vs-techno__method {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
  flex: 1;
  text-align: center;
  z-index: 1;
}

.natural-vs-techno__icon {
  max-width: 5rem;
}

.natural-vs-techno__arrow {
  position: relative;
}

.natural-vs-techno__arrow--natural {
  left: 0.25rem;
}

.natural-vs-techno__arrow--techno {
  right: 0.25rem;
}

.natural-vs-techno__properties {
  margin-top: 1rem;
  list-style-type: none;
}

.natural-vs-techno__properties--natural {
  text-align: left;
}

.natural-vs-techno__properties--techno {
  text-align: right;
}

@media only screen and (max-width: 62em) {
  .natural-vs-techno__heading {
    text-align: center;
  }

  .natural-vs-techno__methods {
    display: grid;
    grid-auto-flow: row;
    grid-auto-rows: 1fr;
    justify-content: center;
    row-gap: 1.75rem;
  }

  .natural-vs-techno__method {
    flex: 0;
  }
}
.net-zero-requirements__diagram {
  color: #666666;
}

.net-zero-requirements__diagram--large-screen {
  grid-column: 6 / 11;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1rem;
  row-gap: 1rem;
  padding-right: 3.4375rem;
}

.net-zero-requirements__diagram--small-screen {
  display: none;
}

.net-zero-requirements__header {
  text-align: center;
}

.net-zero-requirements__header--1 {
  grid-column: 1;
  grid-row: 1;
}

.net-zero-requirements__header--2 {
  grid-column: 2;
  grid-row: 1;
}

.net-zero-requirements__header--3-4 {
  grid-column: 3 / 5;
  grid-row: 1;
}

.net-zero-requirements__bar {
  outline: 2px dashed var(--grey-light);
  outline-offset: -2px;
  border-radius: 0.5rem;
  height: 31.25rem;
}

.net-zero-requirements__bar--filled-100 {
  border-radius: 5px;
  height: 100%;
  transform: translate(0);
}

.net-zero-requirements__bar--filled-50 {
  border-radius: 5px;
  height: 50%;
  transform: translate(0, 100%);
}

.net-zero-requirements__bar--filled-10 {
  border-radius: 5px;
  height: 10%;
  transform: translate(0, 900%);
}

.net-zero-requirements__bar--red {
  border: 2px #d95761 solid;
  background-color: #ecacb1;
}

.net-zero-requirements__bar--yellow {
  border: 2px #e3b654 solid;
  background-color: #f1dbac;
}

.net-zero-requirements__bar--green {
  border: 2px #2d6a65 solid;
  background-color: #4cb3ab;
}

.net-zero-requirements__legend {
  text-align: center;
}

.net-zero-requirements__legend--1 {
  grid-column: 2;
  grid-row: 3;
}

.net-zero-requirements__legend--2 {
  grid-column: 3;
  grid-row: 3;
}

.net-zero-requirements__legend--3 {
  grid-column: 4;
  grid-row: 3;
}

@media only screen and (max-width: 62em) {
  .net-zero-requirements__diagram--large-screen {
    display: none;
  }

  .net-zero-requirements__diagram--small-screen {
    display: block;
  }

  .net-zero-requirements {
    display: flex;
    flex-direction: column;
    grid-gap: 0.5rem;
    margin-bottom: 1.5rem;
  }

  .net-zero-requirements:last-child {
    margin-bottom: 0;
  }

  .net-zero-requirements__header {
    align-self: flex-start;
  }

  .net-zero-requirements__bar {
    height: 3.75rem;
    display: flex;
  }

  .net-zero-requirements__bar--filled-100 {
    height: 100%;
    width: 100%;
    transform: unset;
    position: relative;
  }

  .net-zero-requirements__bar--filled-50 {
    height: 100%;
    width: 50%;
    transform: unset;
    position: relative;
  }

  .net-zero-requirements__bar--filled-10 {
    height: 100%;
    width: 10%;
    transform: unset;
    position: relative;
  }

  .net-zero-requirements__legend {
    align-self: center;
    margin-left: 0.625rem;
  }
}
.new-approach-chart__content {
  display: flex;
  flex-direction: column;
}

.new-approach-chart__circle {
  height: 5.3125rem;
  width: 5.3125rem;
}

.new-approach-chart__item-text {
  overflow-wrap: break-word;
}

.new-approach-chart__item {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.new-approach-chart__item--1 {
  align-self: flex-start;
}

.new-approach-chart__item--2 {
  align-self: center;
}

.new-approach-chart__item--3 {
  align-self: flex-end;
}

.new-approach-chart__measure {
  color: #d95963;
}

.new-approach-chart__reduce {
  color: #b4841d;
}

.new-approach-chart__remove {
  color: #3d8f88;
}

@media only screen and (max-width: 62em) {
  .new-approach-chart__item--1 {
    grid-column: 1;
    grid-row: 1;
  }

  .new-approach-chart__item--2 {
    grid-column: 2;
    grid-row: 1;
  }

  .new-approach-chart__item--3 {
    grid-column: 2;
    grid-row: 2;
  }

  .new-approach-chart__item--4 {
    grid-column: 3;
    grid-row: 2;
  }

  .new-approach-chart__item--5 {
    grid-column: 3;
    grid-row: 3;
  }

  .new-approach-chart__item--6 {
    grid-column: 4;
    grid-row: 3;
  }
}
.old-approach-chart__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.old-approach-chart__bar {
  text-align: center;
  border-radius: 5px;
}

.old-approach-chart__bar--red {
  border: 2px #d95761 solid;
  background-color: #ecacb1;
  color: #a62630;
}

.old-approach-chart__bar--yellow {
  border: 2px #e3b654 solid;
  background-color: #f1dbac;
  color: #886416;
}

.old-approach-chart__bar--green {
  border: 2px #2d6a65 solid;
  background-color: #4cb3ab;
  color: #1e4844;
}

.old-approach-chart__bar--1 {
  grid-column: 1;
  grid-row: 1;
}

.old-approach-chart__bar--2 {
  grid-column: 2 / 4;
  grid-row: 2;
}

.old-approach-chart__bar--3 {
  grid-column: 4;
  grid-row: 3;
}
.climate-101-removal-slider {
  --gap: 0.5rem;
}

.climate-101-removal-slider__heading {
  margin-bottom: var(--gap);
}

.climate-101-removal-slider__subheading {
  margin-bottom: var(--gap);
}
.climate-101-scale-splash {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 1.25rem;
  row-gap: 1rem;
  background-color: #6debc8;
  position: relative;
}

.climate-101-scale-splash__copy {
  grid-column: 3 / 6;
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 1.5rem;
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
  max-width: 15.9375rem;
}

.climate-101-scale-splash__img {
  position: absolute;
}

.climate-101-scale-splash__img--lg {
  height: 100%;
  left: 38%;
  width: 62%;
}

.climate-101-scale-splash__img--sm {
  display: none;
}

@media only screen and (max-width: 62em) {
  .climate-101-scale-splash__copy {
    grid-column: 1 / 13;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 0;
    padding-left: 1rem;
    max-width: unset;
  }

  .climate-101-scale-splash__img {
    position: relative;
  }

  .climate-101-scale-splash__img--lg {
    display: none;
  }

  .climate-101-scale-splash__img--sm {
    display: block;
    grid-column: 1 / 13;
  }
}
.climate-101-splash-quote {
  background-color: #0f2422;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.climate-101-splash-quote__copy {
  background: -webkit-linear-gradient(#6debc8, #fbe5a6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  max-width: 45.625rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
/* Content */
.about-supercritical-content {
  border-bottom: 1px solid var(--grey-lighter);
}

.about-supercritical-content__lede {
  color: var(--grey-darker);
  margin-bottom: 1rem;
}

.about-supercritical-content__heading {
  margin-bottom: 1rem;
}

.about-supercritical-content__paragraph {
  color: var(--grey-darker);
  margin-bottom: 1rem;
}

.about-supercritical-content__section {
  margin-bottom: 1rem;
}

/* Footer */
.about-supercritical-footer {
  color: var(--grey-darker);
  margin-top: 1.25rem;
}

@media only screen and (max-width: 62em) {
  .about-supercritical {
    padding-bottom: 2rem;
  }

  .about-supercritical-intro__heading {
    font-size: 2rem;
  }
}
.climate-leaderboard {
  padding-bottom: 1rem;
}

/* Layout */
.climate-leaderboard-layout {
  padding-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 1.25rem;
  align-items: baseline;
}

.climate-leaderboard-layout__sidebar {
  grid-column: 1 / span 4;
  display: flex;
  flex-direction: column;
}

.climate-leaderboard-layout__spacer {
  flex-grow: 1;
}

.climate-leaderboard-layout__main {
  grid-column: 5 / span 8;
}

/* Intro */
.climate-leaderboard-intro {
  position: sticky;
  top: 4.5rem;
}

.climate-leaderboard-intro__heading {
  font-family: var(--plex-sans-font);
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
  line-height: var(--h3-line-height);
  letter-spacing: var(--h3-letter-spacing);
}

.climate-leaderboard-intro__lede {
  color: var(--grey-darker);
}

/* Footer */
.climate-leaderboard-footer {
  color: var(--grey-darker);
}

.climate-leaderboard-sharing--mobile {
  display: none;
}

@media only screen and (max-width: 62em) {
  .climate-leaderboard {
    padding-bottom: 2rem;
  }

  .climate-leaderboard-layout {
    padding-top: 1rem;
  }

  .climate-leaderboard-layout__sidebar {
    grid-column: 1 / span 12;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .climate-leaderboard-layout__main {
    grid-column: 1 / span 12;
  }

  .climate-leaderboard-intro__heading {
    font-size: var(--h2-font-size);
  }

  .climate-leaderboard-sharing--mobile {
    display: block;
  }

  .climate-leaderboard-sharing--desktop {
    display: none;
  }

  .climate-leaderboard-footer__content {
    grid-column: 1 / span 12;
  }
}
.company-leaderboard-item-tags {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.company-leaderboard-item-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  padding: 0.4rem 0.5625rem 0.4rem 1rem;
  font-family: var(--plex-sans-font);
  font-size: 1rem;
  border-radius: 9.375em;
  font-weight: 300;
}

.company-leaderboard-item-tag--pass {
  color: var(--forest);
  background-color: #f1f4f4;
  border: 1px solid #f1f4f4;
}

.company-leaderboard-item-tag--fail {
  border: 1px dashed var(--grey-light);
  background-color: transparent;
  color: var(--grey-light);
}

.company-leaderboard-item-tag__icon--pass {
  fill: var(--forest);
}

.company-leaderboard-item-tag__icon--fail {
  fill: var(--grey-light);
}

@media only screen and (max-width: 62em) {
  .company-leaderboard-item-tags {
    padding-bottom: 0;
  }

  .company-leaderboard-item-tag__criteria {
    display: none;
  }
}
.leaderboard-load-more-button {
  position: relative;
  z-index: 2; /* If we move away from a fixed footer this can be revmoed */
}
.leaderboard-item {
  background-color: var(--white);
  border-radius: var(--border-radius-small);
  box-shadow: var(--card-shadow);
  width: 100%;
  list-style-type: none;
}

.leaderboard-item__content {
  padding: 1rem 0;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.leaderboard-item__header {
  padding: 0 1rem 1rem 1.375rem;
  border-bottom: 1px solid var(--grey-lightest);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--grey-darker);
}

.leaderboard-item__summary {
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
}

.leaderboard-item__rank {
  padding: 0.5rem 0.625rem;
  border-radius: 1.875em;
  color: var(--white);
  background-color: var(--forest);
  text-align: center;
  font-family: var(--plex-sans-font);
  font-size: 1rem;
  line-height: 0.75;
  font-weight: 700;
  text-transform: uppercase;
}

.leaderboard-item__body {
  display: grid;
  grid-template-areas:
    "logo title"
    "logo details";
  grid-template-columns: 8.25rem 1fr;
  gap: 1rem;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.leaderboard-item__title {
  grid-area: title;
  padding-top: 0.25rem;
  font-family: var(--plex-sans-font);
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: normal;
  letter-spacing: var(--h2-letter-spacing);
}

.leaderboard-item__logo {
  grid-area: logo;
  aspect-ratio: 1;
  height: fit-content;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: var(--border-radius-large-2);
}

.leaderboard-item__details {
  grid-area: details;
  padding-bottom: 0.5rem;
  max-width: 32.5rem;
}

@media only screen and (max-width: 62em) {
  .leaderboard-item__body {
    grid-template-areas:
      "logo title"
      "details details";
    grid-template-columns: 4rem 1fr;
    align-items: center;
  }

  .leaderboard-item__logo {
    flex: 0 0 4rem;
    border-radius: var(--border-radius-medium);
  }

  .leaderboard-item__title {
    padding-top: 0;
    font-size: 1.5rem;
  }

  .leaderboard-item__details {
    padding-bottom: 0;
  }
}
.pdf-download-item__form-modal {
  text-decoration: none;
  background-color: var(--white);
  border-radius: var(--border-radius-small);
  box-shadow: var(--card-shadow);
  width: 70%;
  max-width: 51.25rem;
}

@media only screen and (max-width: 42.1875em) {
  .pdf-download-item__form-modal {
    width: 100%;
  }
}
/* Content */
.methodology-content {
  border-bottom: 1px solid var(--grey-lighter);
  font-family: var(--plex-sans-font);
}

.methodology-content__lede {
  color: var(--grey-darker);
  margin-bottom: 1rem;
}

.methodology-content__heading {
  margin-bottom: 1rem;
}

.methodology-content__subheading {
  font-family: var(--plex-sans-font);
  color: var(--grey-darker);
  font-size: var(--p-font-size);
  letter-spacing: var(--p-letter-spacing);
  line-height: var(--p-line-height);
}

.methodology-content__paragraph {
  color: var(--grey-darker);
  margin-bottom: 1rem;
}

.methodology-content__section {
  margin-bottom: 1rem;
}

.methodology-content__list-item {
  color: var(--grey-darker);
  list-style: inside;
  padding-left: 0.5rem;
}

.methodology-content__list-subitem {
  color: var(--grey-darker);
  list-style: inside;
  padding-left: 2rem;
}

/* Footer */
.methodology-footer {
  color: var(--grey-darker);
  margin-top: 1.25rem;
}

@media only screen and (max-width: 62em) {
  .methodology {
    padding-bottom: 2rem;
  }

  .methodology-intro__heading {
    font-size: 2rem;
  }
}
.pdf-download-item {
  background-color: var(--white);
  box-shadow: var(--card-shadow);
  width: 100%;
  list-style-type: none;
  border: 1px solid var(--sc-turquoise);
  border-radius: var(--border-radius-small);
}

.pdf-download-item__content {
  padding: 1rem 0;
  height: 100%;
  width: 100%;
}

.pdf-download-item__header {
  padding: 0 1rem 1rem 1.375rem;
  border-bottom: 1px solid var(--grey-lightest);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--grey-darker);
}

.pdf-download-item__summary {
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
}

.pdf-download-item__badge {
  padding: 0.5rem 0.625rem;
  border-radius: 1.875em;
  width: 2.875rem;
  color: var(--white);
  background-color: var(--forest);
  text-align: center;
  line-height: 0.75;
}

.pdf-download-item__body {
  display: grid;
  grid-template-areas:
    "logo title"
    "logo form";
  grid-template-columns: 8.25rem 1fr;
  gap: 1rem;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.pdf-download-item__logo {
  grid-area: logo;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  box-shadow: var(--card-shadow);
}

.pdf-download-item__title {
  grid-area: title;
  padding-top: 0.25rem;
  font-family: var(--plex-sans-font);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.01em;
}

.pdf-download-item__form {
  padding-bottom: 0.25rem;
  grid-area: form;
  padding-bottom: 0.5rem;
}

.pdf-download-item__error {
  color: var(--red);
}

.pdf-download-item__error--hidden {
  display: none;
}

.pdf-download-item__input-group {
  display: flex;
  gap: 0.5rem;
}

.pdf-download-item__input {
  flex: 100%;
  padding: 0.3rem 0.625em;
  border-radius: 0.25rem;
  border: 1px solid var(--grey-border);
  color: var(--grey-darker);
  font-family: var(--plex-sans-font);
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
}

.pdf-download-item__input ::placeholder {
  color: var(--grey-mid);
}

.pdf-download-item__button {
  appearance: none;
  padding: 0.875em 1.5em 0.75em;
  font-family: var(--plex-sans-font);
  font-size: 1rem;
  line-height: normal;
  color: var(--black);
  background-color: var(--sc-turquoise);
}

.pdf-download-item__radio {
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
  color: var(--grey-darker);
}

@media only screen and (max-width: 62em) {
  .pdf-download-item__body {
    grid-template-areas:
      "logo title"
      "form form";
    grid-template-columns: 4rem 1fr;
    align-items: center;
  }

  .pdf-download-item__logo {
    flex: 0 0 4rem;
  }

  .pdf-download-item__title {
    padding-top: 0;
  }

  .pdf-download-item__form {
    padding-bottom: 0;
  }

  .pdf-download-item__input-group {
    flex-wrap: wrap;
  }

  .pdf-download-item__button {
    flex: 100%;
  }
}

@media only screen and (max-width: 42.1875em) {
  .pdf-download-item--in-modal {
    border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  }
}
.potential-actions__content {
  padding-top: 0.4em;
}
.sharing-options {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
  padding: 1rem;
  border-radius: var(--border-radius-small);
  border: 1px solid var(--grey-light);
}

.sharing-options__title {
  color: var(--black);
  text-align: center;
}

.sharing-options__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  padding: 0.25rem 0;
}

.sharing-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.sharing-option__icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.5rem;
}
.slide-over {
  position: relative;
  z-index: 10;
}

/* Background backdrop */
.slide-over__backdrop {
  position: fixed;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(6, 25, 23, 0.8) 0%,
    rgba(6, 25, 23, 0.8) 100%
  );
}

/* The panel and dismiss icon wrapper */
.slide-over__panel-wrapper {
  padding-left: 2.5rem;
  max-width: 100%;
  display: flex;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: fixed;
  pointer-events: none;
}

/* The panel itself */
.slide-over__panel {
  max-width: 47.5rem;
  width: 100vw;
  position: relative;
  pointer-events: auto;
}

/* The dismiss icon wrapper */
.slide-over__dismiss {
  padding-top: 0.85rem;
  padding-right: 0.5rem;
  display: flex;
  margin-left: -2rem;
  top: 0px;
  left: 0px;
  position: absolute;
}

/* The panel content */
.slide-over__panel-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: scroll;
  background-color: var(--grey-lightest);
  color: var(--grey-darker);
}

@media only screen and (max-width: 62em) {
  .slide-over__panel-wrapper {
    padding-left: 0;
    top: 2rem;
  }

  .slide-over__panel {
    max-width: unset;
  }
}

.company-view {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.company-view__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.company-view-header {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  background-color: var(--grey-lightest);
  border-bottom: 1px solid var(--grey-light);
}

.company-view-header__mobile-dismiss {
  display: none;
}

.company-view-body {
  padding: 1.5rem;
  flex: 1;
}

@media only screen and (max-width: 62em) {
  .company-view-header {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--grey-light);
  }

  .company-view-header__mobile-dismiss {
    display: flex;
    align-items: center;
    column-gap: 0.25rem;
    text-decoration: none;
  }

  .company-view-body {
    padding: 1rem 1rem 2rem;
  }
}

/* Company details */
.company-view-details {
  display: flex;
}

.company-view-details__logo {
  margin-right: 1rem;
  height: 8.25rem;
  aspect-ratio: 1;
  height: fit-content;
  border-radius: var(--border-radius-large-2);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.company-view-details__copy {
  display: flex;
  flex: 1;
  padding: 0.5rem 0;
}

.company-view-details__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.company-view-details__name {
  font-family: var(--plex-sans-font);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: normal;
  color: var(--black);
}

.company-view-details__rank {
  font-family: var(--plex-sans-font);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: normal;
  color: var(--forest);
}

@media only screen and (max-width: 62em) {
  .company-view-details__logo {
    height: 5rem;
    border-radius: var(--border-radius-medium);
  }

  .company-view-details__name {
    font-size: 1.5rem;
  }

  .company-view-details__rank {
    font-size: 1.5rem;
  }
}

.company-view-body-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "aside main main";
  column-gap: 1.25rem;
}

.company-view-body-block__aside {
  grid-area: aside;
}

.company-view-body-block__main {
  grid-area: main;
}

.company-view-body-block__heading {
  color: var(--black);
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 62em) {
  .company-view-body-block {
    grid-template-areas: "aside aside aside" "main main main";
  }

  .company-view-body-block--with-row-gap {
    row-gap: 1.25rem;
  }
}

/* Climate actions */
.slide-over-climate-action {
  display: flex;
  column-gap: 1rem;
}

.slide-over-criteria-icon--pass {
  fill: var(--forest);
}

.slide-over-criteria-icon--fail {
  fill: #dad8d9;
}

.slide-over-climate-action__details {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}

.slide-over-climate-action__title-wrapper {
  display: flex;
  align-items: center;
}

.slide-over-climate-action__title {
  margin-right: 0.25rem;
  font-family: var(--plex-sans-font);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
}

.slide-over-climate-action__title--pass {
  color: var(--forest);
}

.slide-over-climate-action__title--fail {
  color: var(--grey-darker);
}

/* Footer */
.company-view-footer {
  display: flex;
  justify-content: flex-end;
  padding: 0.75rem 1.25rem;
  border-top: 1px solid var(--grey-light);
}

.company-view-footer__link {
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
}

@media only screen and (max-width: 62em) {
  .company-view-footer {
    padding: 0.75rem 1rem;
  }
}
.climate-leaderboard-tooltip {
  position: relative;
}

.climate-leaderboard-tooltip:hover .climate-leaderboard-tooltip__content {
  display: block;
}

.climate-leaderboard-tooltip__content {
  display: none;
  position: absolute;
  bottom: 100%;
  padding: 0.5rem;
  border-radius: var(--border-radius-small);
  width: 12.5rem;
  background: var(--black);
  color: var(--white);
}

.climate-leaderboard-tooltip__content::before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  background: inherit;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

/* We don't want to show the tooltip on mobile for now */
@media only screen and (max-width: 62em) {
  .climate-leaderboard-tooltip:hover .climate-leaderboard-tooltip__content {
    display: none;
  }
}
.vc-investments {
  display: flex;
  color: var(--grey-darker);
  align-items: flex-end;
}

.vc-investments__title {
  font-weight: 600;
}
.contact {
  padding-bottom: 1.5rem;
}

.contact__layout {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 1.25rem;
  padding-top: 3rem;
}

.contact__summary-wrapper {
  grid-column: 1 / 5;
  max-width: 25rem;
}

.contact__summary-h1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.contact__summary-body {
  margin-top: 2.5rem;
}

.contact__form-wrapper {
  grid-column: 6 / 13;
}

.contact__form {
  padding: 2rem 2rem 1.5rem;
  border-radius: var(--border-radius-medium);
  background-color: var(--white);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 5px rgba(0, 0, 0, 0.08);
}

.contact__form-heading {
  margin-bottom: 1.5rem;
}

/* Testimonial */
.contact-testimonial__speechmarks {
  width: 1.5rem;
  margin-bottom: 1rem;
}

.contact-testimonial__footer {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}

.contact-testimonial__caption {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.contact-testimonial__headshot {
  width: 4.75rem;
  height: 5rem;
}

@media only screen and (max-width: 60.9375em) {
  .contact__layout {
    row-gap: 2rem;
  }

  .contact__summary-wrapper {
    grid-column: 1 / 13;
    max-width: unset;
  }

  .contact__form-wrapper {
    grid-column: 1 / 13;
  }
}
.customers__heading {
  font-style: normal;
}

.customers__heading--large {
  font-family: var(--plex-sans-font);
  font-size: 4rem;
  font-weight: var(--text-medium);
  line-height: 1.0625;
  letter-spacing: -0.03em;
}

.customers__heading--medium {
  font-family: var(--plex-sans-font);
  font-size: 2.5rem;
  font-weight: var(--text-medium);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.customers__heading--small {
  font-family: var(--plex-sans-font);
  font-size: 1.875rem;
  line-height: 1.66;
  letter-spacing: -0.03em;
  font-weight: normal;
}

.customers__heading--blue {
  color: #67f1d8;
}

.customers__p {
  font-family: var(--plex-sans-font);
  font-size: 1rem;
  letter-spacing: 0.018rem;
  line-height: 1.6rem;
  color: var(--grey-dark);
}

.customers__section-container {
  padding: 0 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

.customers__section-container--narrow {
  max-width: 64.375rem;
}

.customers__section-container--wide {
  max-width: var(--container-max-width);
}

.customers__testimonials-wrapper {
  margin: 5rem auto;
}

@media (max-width: 62em) {
  .customers__section-container {
    padding: 0 1rem;
  }
}

@media (max-width: 42.1875em) {
  .customers__heading--large {
    font-size: 3.5rem;
    line-height: 1.05;
  }

  .customers__heading--medium {
    font-size: 1.875rem;
    line-height: 1.0666;
  }

  .customers__heading--small {
    font-size: 1.5rem;
    line-height: 2;
  }

  .customers__p {
    line-height: 1.375rem;
    font-size: 0.875rem;
  }
}
.case-studies {
  margin: 3rem auto 0;
  max-width: 69rem;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.case-studies__heading {
  text-transform: uppercase;
  text-align: center;
  font-family: var(--plex-sans-font);
  font-size: 0.6rem;
  letter-spacing: 0.12rem;
  font-weight: 600;
  color: #d1d0d0;
}

.case-studies__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 1.25rem;
  grid-gap: 0.625rem;
}

.case-studies__img-wrapper {
  background-color: white;
  flex: 15rem;
  max-width: 15rem;
  aspect-ratio: 2 / 1;
}

.case-studies__img:hover {
  opacity: 0.3;
}

@media screen and (max-width: 42.1875em) {
  .case-studies {
    margin: 0;
  }

  .case-studies__logos {
    grid-gap: 0.375rem;
    padding-top: 1.125rem;
  }

  .case-studies__img-wrapper {
    flex: 0 1 48%;
  }
}
.customers-cta {
  font-size: 2.5rem;
  padding: 1.6em;
  border: 2px solid var(--primary);
  background-color: var(--primary-lighter);
  text-align: center;
  margin-bottom: 1em;
  color: var(--black);
}

.customers-cta__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  justify-content: space-between;
}

.customers-cta__heading {
  font-family: var(--plex-sans-font);
  font-weight: var(--text-medium);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 62em) {
  .customers-cta {
    padding: 1.125em 0.75em;
    margin-bottom: 0.75em;
  }

  .customers-cta__content {
    gap: 0.5em;
  }
}
.customers-hero__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2.25rem 0;
  gap: 1.25rem;
}

.customers-hero__copy-container {
  flex: 0 1 22.125rem;
  display: flex;
  flex-direction: column;
}

.customers-hero__charcoal-arrow {
  position: absolute;
  bottom: -6.25em;
  left: 15%;
}

.customers-hero__paragraphs {
  position: relative;
  display: flex;
  flex-direction: column;
  grid-gap: 0.9375rem;
  margin-top: 2.1875rem;
  margin-bottom: 2.5rem;
}

.customers-hero__img-container {
  flex: 0 1 33.875rem;
}

@media screen and (max-width: 42.1875em) {
  .customers-hero {
    overflow: hidden;
  }

  .customers-hero__container {
    flex-direction: column;
    gap: 1.875rem;
    margin: 2.25rem 0 0;
  }

  .customers-hero__copy-container {
    flex: 0;
    order: 2;
  }

  .customers-hero__img-container {
    order: 1;
    width: calc(100% + 6.25rem);
    flex: auto;
  }

  .customers-hero__charcoal-arrow {
    transform: rotate(60deg);
    right: -2.5em;
    left: auto;
    bottom: -2em;
  }

  .customers-hero__heading {
    max-width: 19.6875rem;
  }

  .customers-hero__paragraphs {
    margin-bottom: 2.375rem;
    max-width: 90%;
  }
}
.customers-testimonials {
  background-size: cover;
  display: flex;
  align-items: center;
}

.customers-testimonial {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  height: 100%;
}

.customers-testimonial--tide {
  background-image: url("/assets/testimonial_carousel/testimonial-background-tide-8443ef48e87c523836449f32837e654d7f6dab49eff9e61950d273319f8ef883.webp");
}

.customers-testimonial--accurx {
  background-image: url("/assets/testimonial_carousel/testimonial-background-accurx-f07dc7d8109178977c1afa5968423fc7a348cb9f0f4a41d5b711cf27d24765e8.webp");
}

.customers-testimonial--softwire {
  background-image: url("/assets/testimonial_carousel/testimonial-background-softwire-14042a57feda979fa4c6dd70a06bdbdbe88a885e81cd2ef4c9eb6a81fc4e7ee1.webp");
}

.customers-testimonial__content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 5%;
  padding: 4.375rem;
  width: 100%;
  height: 100%;
  max-width: var(--container-max-width);
}

.customers-testimonial__logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 30%;
  max-width: 21.875rem;
}

.customers-testimonial__copy-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  flex: 1 4 60%;
  color: var(--black);
  background-color: var(--white);
  padding: 2.5rem;
  max-width: 38.625rem;
  height: fit-content;
}

.customers-testimonial__quote-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.customers-testimonial__quote {
  color: #6f6f6f;
  align-self: center;
}

.customers-testimonial__source {
  font-family: var(--plex-sans-font);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  line-height: 1.666;
  font-weight: 500;
  color: var(--black);
  text-transform: uppercase;
}

.customers-testimonial__source-divider {
  display: none;
  margin: 1.25rem auto 0;
  border-top: 2px solid var(--black);
  border-right: none;
  border-bottom: none;
  border-left: none;
  width: 0.625em;
}

.customers-testimonial__arrow-nav {
  height: 1.75rem;
  width: 1.75rem;
}

@media screen and (max-width: 42.1875em) {
  .customers-testimonial {
    align-items: flex-start;
  }

  .customers-testimonial__content {
    padding: 0 2.5rem 4.375rem;
    align-items: flex-start;
    gap: 0;
    height: auto;
  }

  .customers-testimonial__copy-container {
    flex: 100%;
    gap: 0;
    padding: 2.5rem 1.25rem;
    text-align: center;
  }

  .customers-testimonial__logo-container {
    flex: 100%;
    max-width: 16.625rem;
  }

  .customers-testimonial__quote-img {
    margin: 0 auto;
  }

  .customers-testimonial__source-container {
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    width: 100%;
  }

  .customers-testimonial__source {
    font-size: 0.5rem;
    line-height: 1.25;
    letter-spacing: 0.1rem;
    margin-top: 0.625rem;
  }

  .customers-testimonial__source-divider {
    display: block;
    border-top: 2px solid var(--black);
    border-bottom: none;
  }
}

/* Glide JS overrides */
.customers-testimonials .glide__arrow {
  border: none;
  box-shadow: none;
  padding: 0;
}

.customers-testimonials .glide-arrow--left {
  left: 0;
}

.customers-testimonials .glide-arrow--right {
  right: 0;
}

@media screen and (max-width: 42.1875em) {
  .customers-testimonials .glide__arrows {
    display: none;
  }
}
.homepage {
  color: var(--colour-text-primary-text);
}

.homepage-section-heading {
  font-family: var(--plex-sans-font);
  font-size: var(--text-3xl-size);
  line-height: var(--text-3xl-height);
  font-weight: var(--text-medium);
}

.homepage-section-spacer {
  height: var(--spacing-5xl);
}

@media only screen and (max-width: 62em) {
  .homepage-section-spacer {
    height: var(--spacing-3xl);
  }
}

@media only screen and (max-width: 42.1875em) {
  .homepage-section-heading {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
    letter-spacing: var(--text-2xl-spacing);
  }
}

/* Buttons */
.home-button {
  border-radius: var(--border-radius-sm, 6px);
  font-family: var(--plex-sans-font);
  text-decoration: none;
  line-height: 1;
  width: fit-content;
}

.home-button--base {
  padding: 0.75rem;
  font-size: var(--text-sm-size);
  transition: all 300ms ease-out;
}

.home-button--primary {
  background-color: var(--brand-primary-sc-teal);
  border: 1px solid var(--brand-primary-sc-teal);
  color: var(--colour-text-primary-text);
}

.home-button--primary:hover {
  background-color: var(--colour-states-sc-teal-hover);
  border: 1px solid var(--colour-states-sc-teal-hover);
}

.home-button--primary:active {
  background-color: var(--colour-states-sc-teal-pressed);
  border: 1px solid var(--colour-states-sc-teal-pressed);
}

.home-button--secondary {
  background-color: var(--extended-sage-sage-3);
  border: 1px solid var(--extended-sage-sage-3);
  color: var(--colour-text-primary-text);
}

.home-button--secondary:hover {
  background-color: var(--colour-states-sage-hover-darker);
  border: 1px solid var(--colour-states-sage-hover-darker);
}

.home-button--secondary:active {
  background-color: var(--colour-states-sage-pressed-darker);
  border: 1px solid var(--colour-states-sage-pressed-darker);
}

.home-button--light {
  color: var(--colour-text-primary-text);
  background-color: transparent;
  border: 1px solid transparent;
}

.home-button--light:hover {
  border: 1px solid var(--brand-primary-sc-teal);
}

.home-button--dark {
  color: var(--brand-primary-sc-teal);
  background-color: transparent;
  border: 1px solid transparent;
}

.home-button--dark:hover {
  border: 1px solid var(--brand-primary-sc-teal);
}

.home-button--with-icon {
  display: flex;
  grid-gap: var(--spacing-sm);
  align-items: center;
  justify-content: center;
}
.announcement {
  position: relative;
  padding: var(--spacing-sm) var(--spacing-md) var(--spacing-sm)
    var(--spacing-sm);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: var(--spacing-md);
  border-radius: var(--border-radius-btn);
  background: var(--colour-states-forest-dark-hover);
}

.announcement__pill {
  font-family: var(--plex-sans-font);
  font-size: var(--text-sm-size);
  line-height: 1;
  padding: var(--spacing-sm) var(--spacing-md);
  border-radius: var(--border-radius-btn);
  background: var(--brand-primary-purple);
}

.announcement__link {
  font-family: var(--plex-sans-font);
  font-size: var(--text-sm-size);
  text-decoration: none;
}

.announcement:hover .announcement__link {
  text-decoration: underline;
}

.announcement__link::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.announcement__text:hover {
  text-decoration: underline;
}
.home-buyers {
  padding-top: var(--spacing-5xl);
  padding-bottom: var(--spacing-5xl);
  background-color: var(--colour-background-bg-2);
  color: var(--colour-text-primary-text);
}

.home-buyers__inner {
  display: flex;
  justify-content: space-between;
  column-gap: var(--spacing-lg);
}

.home-buyers__blurb {
  flex: 1 4 50%;
}

.home-buyers__logos {
  flex: 1 1 50%;
}

.home-buyers__copy {
  max-width: 27rem;
}

.home-buyers__heading {
  margin-bottom: var(--spacing-lg);
  font-family: var(--plex-sans-font);
  font-size: var(--text-base-size);
  line-height: var(--text-base-height);
  letter-spacing: var(--text-base-spacing);
  font-weight: var(--text-regular);
  color: var(--colour-text-secondary-text);
}

.home-buyers__logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: var(--spacing-lg);
}

.home-buyers__logo-wrapper {
  list-style: none;
}

.home-buyers__link {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  height: 100%;
  padding: var(--spacing-md);
  background-color: var(--colour-background-bg-1);
}

.home-buyers__logo {
  max-width: 100%;
}

@media only screen and (max-width: 62em) {
  .home-buyers__inner {
    flex-wrap: wrap;
    row-gap: var(--spacing-2xl);
  }

  .home-buyers__logo--tide {
    max-width: 50%;
  }

  .home-buyers__logo--xtx {
    max-width: 55%;
  }
}

@media only screen and (max-width: 42.1875em) {
  .home-buyers__heading {
    font-size: var(--text-sm-size);
    line-height: var(--text-sm-height);
    letter-spacing: var(--text-sm-spacing);
  }

  .home-buyers__logos {
    gap: var(--spacing-md);
  }

  .home-buyers__link {
    padding: var(--spacing-sm);
  }
}
.cta-banner {
  padding-top: var(--spacing-lg);
  padding-bottom: var(--spacing-lg);
}

.cta-banner__inner {
  display: flex;
  row-gap: var(--spacing-lg);
  background-color: var(--extended-sage-sage-12);
  color: var(--colour-text-light-text);
}

.cta-banner__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: var(--spacing-lg);
}

.cta-banner__title {
  max-width: 10em;
  padding-right: var(--spacing-lg);
  font-family: var(--plex-sans-font);
  font-size: var(--text-5xl-size);
  line-height: var(--text-5xl-height);
  font-weight: var(--text-regular);
}

.cta-banner__btn {
  width: fit-content;
}

@media only screen and (max-width: 62em) {
  .cta-banner__inner {
    flex-wrap: wrap;
    padding: var(--spacing-xl);
  }

  .cta-banner__img {
    margin: auto;
  }

  .cta-banner__copy {
    margin-left: 0;
  }
}

@media only screen and (max-width: 42.1875em) {
  .cta-banner__title {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
    letter-spacing: var(--text-2xl-spacing);
  }
}
.home-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--test-forest-1);
  color: var(--colour-text-light-text);
  background-size: 100% 100%;
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px,
    0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 50% 50px, 0px 0px;
  background-image: radial-gradient(
      35% 56% at 90% 91%,
      #4e5ff636 9%,
      #073aff00 100%
    ),
    radial-gradient(35% 56% at 72% 104%, #062d22e6 9%, #073aff00 100%),
    radial-gradient(35% 56% at 31% 123%, #062d22e6 9%, #073aff00 100%),
    radial-gradient(35% 56% at 16% 100%, #4e5ff636 9%, #073aff00 100%),
    radial-gradient(100% 65% at 50% 80%, #0bd8b63b 16%, #073aff00 86%),
    radial-gradient(75% 75% at 50% 50%, #062d22 0%, #062d22 100%);
}

.home-hero::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: url("/assets/homepage/grain_texture-d3c770e7e9c777e86e7f633f6f307c2722248f983f0f7367b2c75feebf243327.webp");
  background-repeat: repeat;
  background-position: top left;
  opacity: 60%;
}

.home-hero__inner {
  position: relative;
  padding-top: var(--spacing-xl);
  padding-right: var(--container-gutter);
  padding-left: var(--container-gutter);
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}

.home-hero__img-wrapper {
  position: relative;
  max-width: min(90%, 90rem);
  z-index: 1;
}

.home-hero__announcement {
  margin-right: auto;
  margin-left: auto;
}

.home-hero__copy {
  margin-top: 13%;
  margin-bottom: 13%;
  display: flex;
  flex-direction: column;
  row-gap: var(--spacing-2xl);
}

.home-hero__h1 {
  font-family: var(--plex-sans-font);
  font-size: var(--text-6xl-size);
  line-height: var(--text-6xl-height);
  font-weight: var(--text-medium);
  max-width: 65rem;
}

.home-hero__p {
  font-family: var(--plex-sans-font);
  font-size: var(--text-lg-size);
  line-height: var(--text-lg-height);
  letter-spacing: var(--text-lg-spacing);
  text-align: left;
  margin: 0 auto;
  max-width: 50rem;
}

.home-hero__ctas {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: var(--spacing-sm);
  row-gap: var(--spacing-md);
}

@media only screen and (max-width: 62em) {
  .home-hero__inner {
    padding-top: 4.75rem;
    max-width: 40rem;
  }

  .home-hero__copy {
    margin-top: 4.75rem;
    margin-bottom: 4.75rem;
  }
}

@media only screen and (max-width: 42.1875em) {
  .home-hero__inner {
    padding-top: var(--spacing-sm);
    padding-right: var(--spacing-md);
    padding-left: var(--spacing-md);
  }

  .home-hero__img-wrapper {
    align-self: flex-end;
    max-width: 22rem;
  }

  .home-hero__copy {
    margin-top: 3.625rem;
    margin-bottom: 1.625rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 40rem;
  }

  .home-hero__h1 {
    font-size: var(--text-3xl-size);
    line-height: var(--text-3xl-height);
  }

  .home-hero__p {
    font-size: var(--text-sm-size);
    line-height: var(--text-sm-height);
  }
}
.how-buyers-use {
  border-top: 1px solid var(--colour-border-border-lightest);
  border-bottom: 1px solid var(--colour-border-border-lightest);
}

.how-buyers-use__inner {
  padding-top: var(--spacing-5xl);
  padding-bottom: var(--spacing-5xl);
  display: flex;
  flex-direction: column;
}

.how-buyers-use__copy {
  display: flex;
  column-gap: var(--spacing-lg);
}

.how-buyers-use__img-wrapper {
  margin-top: var(--spacing-2xl);
  display: flex;
  justify-content: center;
}

.how-buyers-use__h-wrapper {
  flex: 50%;
}

.how-buyers-use__blurbs-wrapper {
  flex: 50%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-4xl);
}

.how-buyers-use__h {
  max-width: 20ch;
}

.how-buyers-use__p {
  font-family: var(--plex-sans-font);
  font-size: var(--text-base-size);
  line-height: var(--text-base-height);
  letter-spacing: var(--text-base-spacing);
}

.how-buyers-use__p--secondary {
  color: var(--colour-text-secondary-text);
}

.how-buyers-use__p--link {
  text-decoration: none;
  color: var(--colour-utility-link);
}

.how-buyers-use__cta {
  margin-top: var(--spacing-md);
  width: fit-content;
}

@media only screen and (max-width: 62em) {
  .how-buyers-use__copy {
    flex-wrap: wrap;
    row-gap: var(--spacing-xl);
  }

  .how-buyers-use__p {
    max-width: 50ch;
  }
}

@media only screen and (max-width: 42.1875em) {
  .how-buyers-use__p {
    font-size: var(--text-sm-size);
    line-height: var(--text-sm-height);
    letter-spacing: var(--text-sm-spacing);
  }

  .how-buyers-use__inner {
    padding-top: var(--spacing-4xl);
    padding-bottom: var(--spacing-4xl);
  }
}
.home-market {
}

.home-market__inner {
  padding-top: var(--spacing-lg);
  padding-bottom: var(--spacing-lg);
  display: flex;
  flex-direction: column;
}

.home-market__copy {
  display: flex;
  column-gap: var(--spacing-lg);
}

.home-market__img-wrapper {
  margin-top: var(--spacing-2xl);
  display: flex;
  justify-content: center;
}

.home-market__h-wrapper {
  flex: 50%;
}

.home-market__blurb-wrapper {
  flex: 50%;
}

.home-market__h {
  max-width: 20ch;
}

.home-market__p {
  font-family: var(--plex-sans-font);
  font-size: var(--text-base-size);
  line-height: var(--text-base-height);
  letter-spacing: var(--text-base-spacing);
}

.home-market__cta {
  margin-top: var(--spacing-2xl);
  width: fit-content;
}

@media only screen and (max-width: 62em) {
  .home-market__copy {
    flex-wrap: wrap;
    row-gap: var(--spacing-xl);
  }

  .home-market__p {
    max-width: 50ch;
  }
}

@media only screen and (max-width: 42.1875em) {
  .home-market__p {
    font-size: var(--text-sm-size);
    line-height: var(--text-sm-height);
    letter-spacing: var(--text-sm-spacing);
  }
}
.marketplace {
  padding-top: var(--spacing-lg);
  padding-bottom: var(--spacing-lg);
}

.marketplace__intro {
  margin-bottom: var(--spacing-4xl);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.marketplace__nav {
  display: flex;
  justify-content: flex-end;
  column-gap: var(--spacing-lg);
}

.marketplace__slides {
  /* This is so box shadow on the slider cards can be seen */
  padding: 0.5rem;
  inset: -0.5rem;
}

/* Majority of below are to override the glide__arrow styles */
.marketplace__arrow {
  padding: 0;
  position: relative;
  inset: 0;
  box-shadow: none;
  border-radius: 0;
  text-shadow: none;
  border: none;
  transform: none;
  color: var(--colour-text-primary-text);
  background-color: transparent;
}

.marketplace__cta {
  margin-top: var(--spacing-xl);
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 42.1875em) {
  .marketplace__intro {
    margin-bottom: var(--spacing-md);
    flex-wrap: wrap;
    row-gap: var(--spacing-xl);
  }

  .marketplace__nav {
    margin-left: auto;
  }
}
.home-press {
  padding-top: var(--spacing-lg);
  padding-bottom: var(--spacing-lg);
}

.home-press__h {
  margin-bottom: var(--spacing-3xl);
}

.home-press__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(19.75rem, 1fr));
  gap: var(--spacing-lg);
}

.press-card {
  display: flex;
  flex-direction: column;
  row-gap: var(--spacing-lg);
  position: relative;
}

.press-card:hover {
  opacity: 0.9;
}

.press-card__img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.press-card__bg-img {
  transform-origin: center;
  transition-duration: 0.8s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  z-index: 1;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.press-card:hover .press-card__bg-img {
  transform: scale(1.1);
}

.press-card__logo {
  max-width: 80%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.press-card__copy {
  order: 2; /* The copy is first in the layout for semantic reasons */
  padding-top: var(--spacing-md);
  display: flex;
  flex-direction: column;
  row-gap: var(--spacing-xs);
  border-top: 1px solid var(--colour-border-border-dark);
}

.press-card__source,
.press-card__title {
  font-family: var(--plex-sans-font);
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  letter-spacing: var(--text-xl-spacing);
  font-weight: var(--text-regular);
}

.press-card__source {
  color: var(--colour-text-tertiary-text);
}

.press-card__link {
  text-decoration: none;
}

.press-card:hover .press-card__link {
  text-decoration: underline;
}

.press-card__link::after {
  content: "";
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

@media only screen and (max-width: 42.1875em) {
  .home-press__cards {
    grid-template-columns: 1fr;
  }

  .home-press__h {
    margin-bottom: var(--spacing-xl);
  }

  .press-card__source,
  .press-card__title {
    font-size: var(--text-lg-size);
    line-height: var(--text-lg-height);
    letter-spacing: var(--text-lg-spacing);
  }
}
.home-services {
  display: flex;
  flex-direction: column;
  row-gap: var(--spacing-5xl);
}

.home-services__service {
  display: flex;
  column-gap: var(--spacing-lg);
  padding-top: var(--spacing-lg);
  padding-bottom: var(--spacing-lg);
}

.home-services__service:nth-child(odd) {
  flex-direction: row-reverse;
}

.home-services__service:nth-child(even) {
  flex-direction: row;
}

.home-services__img-wrapper {
  flex: 50%;
}

.home-services__img {
  width: 100%;
}

.home-services__blurb {
  flex: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-services__copy-wrapper {
  max-width: 68ch;
  display: flex;
  flex-direction: column;
  row-gap: var(--spacing-xl);
}

.home-services__cta {
  margin-top: var(--spacing-xl);
  width: fit-content;
}

@media only screen and (max-width: 62em) {
  .home-services {
    row-gap: var(--spacing-3xl);
  }

  .home-services__service {
    flex-wrap: wrap;
    row-gap: var(--spacing-xl);
  }
}
.jobs__paragraph:first-of-type {
  padding-top: 1em;
  max-width: 50rem;
}

.jobs__paragraph:not(:first-of-type) {
  padding-top: 0.625rem;
  max-width: 50rem;
}

.jobs__listings-title {
  padding-top: 1.25rem;
  padding-bottom: 0.625rem;
}

.jobs__listings {
  margin-inline-start: 1em;
  color: #62bfaf;
}

.whr-title {
  font-size: 1.1rem;
}

.whr-info {
  display: none;
}
.privacy {
  font-family: var(--plex-sans-font);
}

.privacy p {
  font-size: var(--p-font-size);
  line-height: var(--p-line-height);
  letter-spacing: var(--p-letter-spacing);
  font-weight: var(--p-font-weight);
}

.privacy__content {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.privacy__list {
  list-style-type: none;
}
.exclusive-access {
  background-color: var(--colour-background-bg-2);
  padding-top: var(--spacing-6xl);
  padding-bottom: var(--spacing-6xl);
}

.exclusive-access__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: var(--spacing-lg);
  align-items: flex-start;
}

.exclusive-access__blurb {
  flex: 1 4 50%;
}

.exclusive-access__image {
  flex: 1 1 50%;
  aspect-ratio: 1 / 1;
  border-radius: var(--border-radius-sm);
  position: relative;
  overflow: hidden;
}

.exclusive-access__image::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  right: -150px;
  bottom: -150px;
  opacity: 1;
  background-image: url("/assets/about_us/grain_bg-35919cfd9916fcc1dd3b1ba407755d882832cfeaee56c10c3231d67bee035034.webp");
  background-size: 190% auto;
  animation: bgMove 120s linear infinite;
  z-index: 0;
}

.exclusive-access__image::after {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  right: -150px;
  bottom: -150px;
  opacity: 0.5;
  background-image: url("/assets/about_us/grain_bg-35919cfd9916fcc1dd3b1ba407755d882832cfeaee56c10c3231d67bee035034.webp");
  background-size: 190% auto;
  background-position: 0% 0%;
  animation: bgRotate 90s linear infinite;
  z-index: 1;
}

.exclusive-access__image-tag {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  position: absolute;
  z-index:3;
  place-self: anchor-center;
}

.exclusive-access__body-text {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding-right: var(--spacing-3xl);
  margin-bottom: var(--spacing-xl);
}

.exclusive-access__copy {
  display: flex;
  flex-direction: column;
}

.exclusive-access__heading {
  font-size: var(--text-5xl-size);
  line-height: var(--text-5xl-height);
  font-weight: var(--text-medium);
  margin-bottom: var(--spacing-3xl);
  letter-spacing: -0.0625rem;
  text-wrap: balance;
}

.exclusive-access__subheading {
  color: var(--colour-text-tertiary-text);
  font-size: var(--text-3xl-size);
  line-height: var(--text-3xl-height);
  font-weight: var(--text-regular);
  margin-bottom: var(--spacing-xs);
}

.exclusive-access__list {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding: 0 var(--spacing-5xl) 0 var(--spacing-xl);
}

.exclusive-access__list-item {
  list-style: none;
  margin-bottom: var(--spacing-md);
  text-wrap: pretty;
  position: relative;
}

.exclusive-access__list-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.25rem;
  left: calc(var(--spacing-xl) * -1);
  width: var(--spacing-lg);
  height: var(--spacing-lg);
  background-image: url("/assets/shared/tick-32e256be44420fbc486771d46173f27c7b62c379677e7a4913d47cee2aad7e79.svg");
  background-repeat: no-repeat;
}

.exclusive-access__cta {
  margin-top: var(--spacing-2xl);
  width: fit-content;
}

@media screen and (max-width: 80rem) {
  .exclusive-access__heading {
    font-size: var(--text-3xl-size);
    line-height: var(--text-3xl-height);
    margin-bottom: var(--spacing-xl);
    letter-spacing: -0.02rem;
  }

  .exclusive-access__subheading {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
    margin-bottom: 0;
  }

  .exclusive-access__body-text {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-xl);
  }

  .exclusive-access__list {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-lg);
  }
}

@media screen and (max-width: 42.1875rem) {
  .exclusive-access {
    padding-top: var(--spacing-3xl);
    padding-bottom: var(--spacing-4xl);
  }

  .exclusive-access__inner {
    flex-direction: column;
    row-gap: var(--spacing-lg);
    justify-content: unset;
    column-gap: unset;
    align-items: unset;
  }

  .exclusive-access__subheading {
    font-size: var(--text-xl-size);
    line-height: var(--text-xl-height);
    margin-bottom: 0;
  }

  .exclusive-access__list {
    padding-right: 0;
  }

  .exclusive-access__body-text {
    padding-right: 0;
  }
}
.high-quality-pre-vetted-credits {
  background-color: var(--colour-background-bg-1);
  padding-top: var(--spacing-6xl);
  padding-bottom: var(--spacing-6xl);
}

.high-quality-pre-vetted-credits__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  column-gap: var(--spacing-lg);
  align-items: flex-start;
}

.high-quality-pre-vetted-credits__blurb {
  flex: 1 4 50%;
  padding-left: var(--spacing-xl);
}

.high-quality-pre-vetted-credits__image {
  flex: 1 1 50%;
  aspect-ratio: 1 / 1;
  border-radius: var(--border-radius-sm);
  position: relative;
  overflow: hidden;
}

.high-quality-pre-vetted-credits__image::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  right: -150px;
  bottom: -150px;
  opacity: 1;
  background-image: url("/assets/solutions/multi_year_offtakes/grain_bg_alt-35199d85de1a743a0353c65a45f662e47d3245a2ef648ae06a82952270121e3c.webp");
  background-size: 190% auto;
  animation: bgMove 120s linear infinite;
  z-index: 0;
}

.high-quality-pre-vetted-credits__image::after {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  right: -150px;
  bottom: -150px;
  opacity: 0.5;
  background-image: url("/assets/solutions/multi_year_offtakes/grain_bg_alt-35199d85de1a743a0353c65a45f662e47d3245a2ef648ae06a82952270121e3c.webp");
  background-size: 190% auto;
  background-position: 0% 0%;
  animation: bgRotate 90s linear infinite;
  z-index: 1;
}

.high-quality-pre-vetted-credits__image-tag {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  position: absolute;
  z-index:3;
}

.high-quality-pre-vetted-credits__body-text {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  margin-bottom: var(--spacing-xl);
}

.high-quality-pre-vetted-credits__copy {
  display: flex;
  flex-direction: column;
}

.high-quality-pre-vetted-credits__heading {
  font-size: var(--text-5xl-size);
  line-height: var(--text-5xl-height);
  font-weight: var(--text-medium);
  margin-bottom: var(--spacing-3xl);
  letter-spacing: -0.0625rem;
  text-wrap: balance;
}

.high-quality-pre-vetted-credits__subheading {
  color: var(--colour-text-tertiary-text);
  font-size: var(--text-3xl-size);
  line-height: var(--text-3xl-height);
  font-weight: var(--text-regular);
  margin-bottom: var(--spacing-xs);
  text-wrap: balance;
}

.high-quality-pre-vetted-credits__list {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding-left: var(--spacing-xl);
}

.high-quality-pre-vetted-credits__list-item {
  list-style: none;
  margin-bottom: var(--spacing-md);
  text-wrap: pretty;
  position: relative;
}

.high-quality-pre-vetted-credits__list-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.25rem;
  left: calc(var(--spacing-xl) * -1);
  width: var(--spacing-lg);
  height: var(--spacing-lg);
  background-image: url("/assets/shared/tick-32e256be44420fbc486771d46173f27c7b62c379677e7a4913d47cee2aad7e79.svg");
  background-repeat: no-repeat;
}

.high-quality-pre-vetted-credits__cta {
  margin-top: var(--spacing-2xl);
  width: fit-content;
}

@media screen and (max-width: 80rem) {
  .high-quality-pre-vetted-credits__heading {
    font-size: var(--text-3xl-size);
    line-height: var(--text-3xl-height);
    margin-bottom: var(--spacing-xl);
    letter-spacing: -0.02rem;
  }

  .high-quality-pre-vetted-credits__subheading {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
    margin-bottom: 0;
  }

  .high-quality-pre-vetted-credits__body-text {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-xl);
  }

  .high-quality-pre-vetted-credits__list {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-lg);
  }
}

@media screen and (max-width: 42.1875rem) {
  .high-quality-pre-vetted-credits {
    padding-top: var(--spacing-3xl);
    padding-bottom: var(--spacing-4xl);
  }
  .high-quality-pre-vetted-credits__inner {
    flex-direction: column;
    row-gap: var(--spacing-lg);
    justify-content: unset;
    column-gap: unset;
    align-items: unset;
  }
  .high-quality-pre-vetted-credits__blurb {
    padding-left: 0;
  }
  .high-quality-pre-vetted-credits__subheading {
    font-size: var(--text-xl-size);
    line-height: var(--text-xl-height);
    margin-bottom: 0;
  }
  .high-quality-pre-vetted-credits__list {
    padding-right: 0;
  }

  .high-quality-pre-vetted-credits__body-text {
    padding-right: 0;
  }
}
.multi-year-intro {
  padding-top: var(--spacing-5xl); 
  padding-bottom: var(--spacing-lg); 
}

.multi-year-intro__inner {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3xl);
}

.multi-year-intro__h1 {
  font-size: var(--text-6xl-size); 
  line-height: var(--text-6xl-height); 
  font-weight: var(--text-medium);
  letter-spacing: -0.0625rem;
  text-wrap: balance;
}

.multi-year-intro__details {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-xl); 
  align-items: end;
}

.multi-year-intro__p {
  font-size: var(--text-2xl-size); 
  line-height: var(--text-2xl-height);
  padding-right: var(--spacing-2xl);
}

.multi-year-intro__ctas {
  display: flex;
  flex-shrink: 0;
  gap: var(--spacing-md);
}

.multi-year-intro__images {
  position: relative;
}

.multi-year-intro__image {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}

.multi-year-intro__image--wide {
  width: 75%; 
  aspect-ratio: 16 / 9; 
}

.multi-year-intro__image--square {
  width: 30%; 
  position: absolute; 
  top: calc(var(--spacing-6xl) * -1); 
  left: unset; 
  right: 0; 
  aspect-ratio: 1 / 1;
}

.multi-year-intro__image--square::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  right: -100px;
  bottom: -100px;
  opacity: 1;
  background-image: url("/assets/about_us/grain_bg-35919cfd9916fcc1dd3b1ba407755d882832cfeaee56c10c3231d67bee035034.webp");
  background-size: 175% auto;
  animation: bgMove 75s linear infinite;
  z-index: 0;
}

.multi-year-intro__image--square::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  right: -100px;
  bottom: -100px;
  opacity: 0.5;
  background-image: url("/assets/about_us/grain_bg-35919cfd9916fcc1dd3b1ba407755d882832cfeaee56c10c3231d67bee035034.webp");
  background-size: 175% auto;
  background-position: 0% 0%;
  animation: bgRotate 60s linear infinite;
  z-index: 1;
}

@media screen and (max-width: 80rem) {
  .multi-year-intro__h1 {
    font-size: var(--text-5xl-size); 
    line-height: var(--text-5xl-height); 
  }

  .multi-year-intro__p {
    font-size: var(--text-xl-size); 
    line-height: var(--text-xl-height); 
    padding-right: var(--spacing-6xl); 
  }
  .multi-year-intro__image--square {
    display: block;
  }
}

@media screen and (max-width: 62rem) {
  .multi-year-intro__inner {
    gap: var(--spacing-xl); 
  }

  .multi-year-intro__details {
    align-items: start;
    flex-direction: column;
  }

  .multi-year-intro__p {
    padding-right: 0; 
  }
}

@media screen and (max-width: 42.1875rem) {
  .multi-year-intro {
    padding-top: var(--spacing-3xl); 
  }

  .multi-year-intro__h1 {
    max-width: 100%;
    font-size: var(--text-3xl-size); 
    line-height: var(--text-3xl-height); 
    letter-spacing: -0.045rem; 
  }

  .multi-year-intro__p {
    max-width: 100%;
    font-size: var(--text-base-size); 
    line-height: var(--text-base-height); 
  }

  .multi-year-intro__ctas {
    display: flex;
    gap: var(--spacing-sm);
  }

  .multi-year-intro__image--wide {
    width: 100%; 
  }

  .multi-year-intro__image--square {
    display: none;
    width: 30%; 
    position: relative; 
    top: calc(var(--spacing-xl) * -1); 
    left: 49%; 
  }
}
.large-volume-pricing {
  background-color: var(--colour-background-bg-2);
  padding-top: var(--spacing-6xl);
  padding-bottom: var(--spacing-6xl);
}

.large-volume-pricing__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: var(--spacing-lg);
  align-items: flex-start;
}

.large-volume-pricing__blurb {
  flex: 1 4 50%;
}

.large-volume-pricing__image {
  flex: 1 1 50%;
  aspect-ratio: 1 / 1;
  border-radius: var(--border-radius-sm);
  position: relative;
  overflow: hidden;
}

.large-volume-pricing__image::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  right: -150px;
  bottom: -150px;
  opacity: 1;
  background-image: url("/assets/solutions/multi_year_offtakes/grain_bg_alt-35199d85de1a743a0353c65a45f662e47d3245a2ef648ae06a82952270121e3c.webp");
  background-size: 190% auto;
  animation: bgMove 120s linear infinite;
  z-index: 0;
}

.large-volume-pricing__image::after {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  right: -150px;
  bottom: -150px;
  opacity: 0.5;
  background-image: url("/assets/solutions/multi_year_offtakes/grain_bg_alt-35199d85de1a743a0353c65a45f662e47d3245a2ef648ae06a82952270121e3c.webp");
  background-size: 190% auto;
  background-position: 0% 0%;
  animation: bgRotate 90s linear infinite;
  z-index: 1;
}

.large-volume-pricing__image-tag {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  position: absolute;
  z-index:3;
}

.large-volume-pricing__body-text {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding-right: var(--spacing-3xl);
  margin-bottom: var(--spacing-xl);
}

.large-volume-pricing__copy {
  display: flex;
  flex-direction: column;
}

.large-volume-pricing__heading {
  font-size: var(--text-5xl-size);
  line-height: var(--text-5xl-height);
  font-weight: var(--text-medium);
  margin-bottom: var(--spacing-3xl);
  letter-spacing: -0.0625rem;
  text-wrap: balance;
}

.large-volume-pricing__subheading {
  color: var(--colour-text-tertiary-text);
  font-size: var(--text-3xl-size);
  line-height: var(--text-3xl-height);
  font-weight: var(--text-regular);
  margin-bottom: var(--spacing-xs);
}

.large-volume-pricing__list {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding: 0 var(--spacing-5xl) 0 var(--spacing-xl);
}

.large-volume-pricing__list-item {
  list-style: none;
  margin-bottom: var(--spacing-md);
  text-wrap: pretty;
  position: relative;
}

.large-volume-pricing__list-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.25rem;
  left: calc(var(--spacing-xl) * -1);
  width: var(--spacing-lg);
  height: var(--spacing-lg);
  background-image: url("/assets/shared/tick-32e256be44420fbc486771d46173f27c7b62c379677e7a4913d47cee2aad7e79.svg");
  background-repeat: no-repeat;
}

.large-volume-pricing__cta {
  margin-top: var(--spacing-2xl);
  width: fit-content;
}

@media screen and (max-width: 80rem) {
  .large-volume-pricing__heading {
    font-size: var(--text-3xl-size);
    line-height: var(--text-3xl-height);
    margin-bottom: var(--spacing-xl);
    letter-spacing: -0.02rem;
  }

  .large-volume-pricing__subheading {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
    margin-bottom: 0;
  }

  .large-volume-pricing__list {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-lg);
  }

  .large-volume-pricing__body-text {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-xl);
  }
}

@media screen and (max-width: 42.1875rem) {
  .large-volume-pricing {
    padding-top: var(--spacing-3xl);
    padding-bottom: var(--spacing-4xl);
  }
  .large-volume-pricing__inner {
    flex-direction: column;
    row-gap: var(--spacing-lg);
    justify-content: unset;
    column-gap: unset;
    align-items: unset;
  }
  .large-volume-pricing__subheading {
    font-size: var(--text-xl-size);
    line-height: var(--text-xl-height);
    margin-bottom: 0;
  }
  .large-volume-pricing__list {
    padding-right: 0;
  }

  .large-volume-pricing__body-text {
    padding-right: 0;
  }
}
.low-complexity-accelerated-procurement {
  background-color: var(--colour-background-bg-2);
  padding-top: var(--spacing-6xl);
  padding-bottom: var(--spacing-6xl);
}

.low-complexity-accelerated-procurement__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: var(--spacing-lg);
  align-items: flex-start;
}

.low-complexity-accelerated-procurement__blurb {
  flex: 1 4 50%;
}

.low-complexity-accelerated-procurement__image {
  flex: 1 1 50%;
  aspect-ratio: 1 / 1;
  border-radius: var(--border-radius-sm);
  position: relative;
  overflow: hidden;
}

.low-complexity-accelerated-procurement__image::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  right: -150px;
  bottom: -150px;
  opacity: 1;
  background-image: url("/assets/solutions/multi_year_offtakes/grain_bg_alt-35199d85de1a743a0353c65a45f662e47d3245a2ef648ae06a82952270121e3c.webp");
  background-size: 190% auto;
  animation: bgMove 120s linear infinite;
  z-index: 0;
}

.low-complexity-accelerated-procurement__image::after {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  right: -150px;
  bottom: -150px;
  opacity: 0.5;
  background-image: url("/assets/solutions/multi_year_offtakes/grain_bg_alt-35199d85de1a743a0353c65a45f662e47d3245a2ef648ae06a82952270121e3c.webp");
  background-size: 190% auto;
  background-position: 0% 0%;
  animation: bgRotate 90s linear infinite;
  z-index: 1;
}

.low-complexity-accelerated-procurement__image-tag {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  position: absolute;
  z-index:3;
}

.low-complexity-accelerated-procurement__body-text {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding-right: var(--spacing-3xl);
  margin-bottom: var(--spacing-xl);
}

.low-complexity-accelerated-procurement__copy {
  display: flex;
  flex-direction: column;
}

.low-complexity-accelerated-procurement__heading {
  font-size: var(--text-5xl-size);
  line-height: var(--text-5xl-height);
  font-weight: var(--text-medium);
  margin-bottom: var(--spacing-3xl);
  letter-spacing: -0.0625rem;
  text-wrap: balance;
}

.low-complexity-accelerated-procurement__subheading {
  color: var(--colour-text-tertiary-text);
  font-size: var(--text-3xl-size);
  line-height: var(--text-3xl-height);
  font-weight: var(--text-regular);
  margin-bottom: var(--spacing-xs);
}

.low-complexity-accelerated-procurement__list {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding: 0 var(--spacing-5xl) 0 var(--spacing-xl);
}

.low-complexity-accelerated-procurement__list-item {
  list-style: none;
  margin-bottom: var(--spacing-md);
  text-wrap: pretty;
  position: relative;
}

.low-complexity-accelerated-procurement__list-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.25rem;
  left: calc(var(--spacing-xl) * -1);
  width: var(--spacing-lg);
  height: var(--spacing-lg);
  background-image: url("/assets/shared/tick-32e256be44420fbc486771d46173f27c7b62c379677e7a4913d47cee2aad7e79.svg");
  background-repeat: no-repeat;
}

.low-complexity-accelerated-procurement__cta {
  margin-top: var(--spacing-2xl);
  width: fit-content;
}

@media screen and (max-width: 80rem) {
  .low-complexity-accelerated-procurement__heading {
    font-size: var(--text-3xl-size);
    line-height: var(--text-3xl-height);
    margin-bottom: var(--spacing-xl);
    letter-spacing: -0.02rem;
  }

  .low-complexity-accelerated-procurement__subheading {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
    margin-bottom: 0;
  }

  .low-complexity-accelerated-procurement__list {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-lg);
  }

  .low-complexity-accelerated-procurement__body-text {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-xl);
  }
}

@media screen and (max-width: 42.1875rem) {
  .low-complexity-accelerated-procurement {
    padding-top: var(--spacing-3xl);
    padding-bottom: var(--spacing-4xl);
  }
  .low-complexity-accelerated-procurement__inner {
    flex-direction: column;
    row-gap: var(--spacing-lg);
    justify-content: unset;
    column-gap: unset;
    align-items: unset;
  }
  .low-complexity-accelerated-procurement__subheading {
    font-size: var(--text-xl-size);
    line-height: var(--text-xl-height);
    margin-bottom: 0;
  }
  .low-complexity-accelerated-procurement__list {
    padding-right: 0;
  }

  .low-complexity-accelerated-procurement__body-text {
    padding-right: 0;
  }
}
.no-buyers-club-constraints {
  background-color: var(--colour-background-bg-2);
  padding-top: var(--spacing-6xl);
  padding-bottom: var(--spacing-6xl);
}

.no-buyers-club-constraints__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: var(--spacing-lg);
  align-items: flex-start;
}

.no-buyers-club-constraints__blurb {
  flex: 1 4 50%;
}

.no-buyers-club-constraints__image {
  flex: 1 1 50%;
  aspect-ratio: 1 / 1;
  border-radius: var(--border-radius-sm);
  position: relative;
  overflow: hidden;
}

.no-buyers-club-constraints__image::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  right: -150px;
  bottom: -150px;
  opacity: 1;
  background-image: url("/assets/solutions/multi_year_offtakes/grain_bg_alt-35199d85de1a743a0353c65a45f662e47d3245a2ef648ae06a82952270121e3c.webp");
  background-size: 190% auto;
  animation: bgMove 120s linear infinite;
  z-index: 0;
}

.no-buyers-club-constraints__image::after {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  right: -150px;
  bottom: -150px;
  opacity: 0.5;
  background-image: url("/assets/solutions/multi_year_offtakes/grain_bg_alt-35199d85de1a743a0353c65a45f662e47d3245a2ef648ae06a82952270121e3c.webp");
  background-size: 190% auto;
  background-position: 0% 0%;
  animation: bgRotate 90s linear infinite;
  z-index: 1;
}

.no-buyers-club-constraints__image-tag {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  position: absolute;
  z-index:3;
}

.no-buyers-club-constraints__body-text {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding-right: var(--spacing-3xl);
  margin-bottom: var(--spacing-xl);
}

.no-buyers-club-constraints__copy {
  display: flex;
  flex-direction: column;
}

.no-buyers-club-constraints__heading {
  font-size: var(--text-5xl-size);
  line-height: var(--text-5xl-height);
  font-weight: var(--text-medium);
  margin-bottom: var(--spacing-3xl);
  letter-spacing: -0.0625rem;
  text-wrap: balance;
}

.no-buyers-club-constraints__subheading {
  color: var(--colour-text-tertiary-text);
  font-size: var(--text-3xl-size);
  line-height: var(--text-3xl-height);
  font-weight: var(--text-regular);
  margin-bottom: var(--spacing-xs);
  text-wrap: balance;
}

.no-buyers-club-constraints__list {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding: 0 var(--spacing-5xl) 0 var(--spacing-xl);
}

.no-buyers-club-constraints__list-item {
  list-style: none;
  margin-bottom: var(--spacing-md);
  text-wrap: pretty;
  position: relative;
}

.no-buyers-club-constraints__list-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.25rem;
  left: calc(var(--spacing-xl) * -1);
  width: var(--spacing-lg);
  height: var(--spacing-lg);
  background-image: url("/assets/shared/tick-32e256be44420fbc486771d46173f27c7b62c379677e7a4913d47cee2aad7e79.svg");
  background-repeat: no-repeat;
}

.no-buyers-club-constraints__cta {
  margin-top: var(--spacing-2xl);
  width: fit-content;
}

@media screen and (max-width: 80rem) {
  .no-buyers-club-constraints__heading {
    font-size: var(--text-3xl-size);
    line-height: var(--text-3xl-height);
    margin-bottom: var(--spacing-xl);
    letter-spacing: -0.02rem;
  }

  .no-buyers-club-constraints__subheading {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
    margin-bottom: 0;
  }

  .no-buyers-club-constraints__list {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-lg);
  }

  .no-buyers-club-constraints__body-text {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-xl);
  }
}

@media screen and (max-width: 42.1875rem) {
  .no-buyers-club-constraints {
    padding-top: var(--spacing-3xl);
    padding-bottom: var(--spacing-4xl);
  }
  .no-buyers-club-constraints__inner {
    flex-direction: column;
    row-gap: var(--spacing-lg);
    justify-content: unset;
    column-gap: unset;
    align-items: unset;
  }
  .no-buyers-club-constraints__subheading {
    font-size: var(--text-xl-size);
    line-height: var(--text-xl-height);
    margin-bottom: 0;
  }
  .no-buyers-club-constraints__list {
    padding-right: 0;
  }

  .no-buyers-club-constraints__body-text {
    padding-right: 0;
  }
}
.our-buyers {
  padding-top: var(--spacing-3xl);
  padding-bottom: var(--spacing-5xl);
}

.our-buyers__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--spacing-md);
}

.our-buyers__blurb {
  flex: 1 4 50%;
}

.our-buyers__trusted {
  color: var(--colour-text-secondary-text);
}

.our-buyers__logos {
  flex: 1 1 50%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: var(--spacing-md);
}

.our-buyers__link {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  padding: var(--spacing-md);
  border-radius: var(--border-radius-sm);
  background-color: var(--colour-background-bg-3);
  transition: background-color 300ms ease-in-out;
}

.our-buyers__link:hover {
  background-color: var(--colour-background-bg-2);
  transition: none;
}

.our-buyers__logo-wrapper {
  list-style: none;
  aspect-ratio: 1 / 1;
}

.our-buyers__logo {
  max-width: 100%;
}

.our-buyers__logo--tide {
  max-width: 40%;
}

.our-buyers__logo--xtx {
  max-width: 40%;
}

.our-buyers__copy {
  display: flex;
  flex-direction: column;
}

.our-buyers__subheading {
  color: var(--colour-text-tertiary-text);
  font-size: var(--text-3xl-size);
  line-height: var(--text-3xl-height);
  font-weight: var(--text-regular);
  margin-bottom: var(--spacing-xs);
}

.our-buyers__heading {
  font-size: var(--text-5xl-size);
  line-height: var(--text-5xl-height);
  font-weight: var(--text-medium);
  margin-bottom: var(--spacing-3xl);
  letter-spacing:-0.0625rem;
}

.our-buyers__body-text {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding-right: var(--spacing-5xl);
}

@media screen and (max-width: 80rem) {
  .our-buyers__heading {
    font-size: var(--text-3xl-size);
    line-height: var(--text-3xl-height);
    margin-bottom: var(--spacing-xl);
    letter-spacing:-0.02rem;
  }

  .our-buyers__subheading {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
    margin-bottom: 0;
  }

  .our-buyers__body-text {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-lg);
  }

  .our-buyers__logos {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}

@media screen and (max-width: 62rem) {
  .our-buyers__logos {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}

@media screen and (max-width: 42.1875rem) {
  .our-buyers {
    padding-top: var(--spacing-3xl);
    padding-bottom: var(--spacing-3xl);
  }

  .our-buyers__inner {
    flex-direction: column;
    row-gap: var(--spacing-lg);
    justify-content: unset;
    column-gap: unset;
  }

  .our-buyers__subheading {
    font-size: var(--text-xl-size);
    line-height: var(--text-xl-height);
  }

  .our-buyers__body-text {
    padding-right: 0;
  }

  .our-buyers__logos {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: var(--spacing-sm);
  }
}
.pay-on-delivery {
  background-color: var(--colour-background-bg-1);
  padding-top: var(--spacing-6xl);
  padding-bottom: var(--spacing-6xl);
}

.pay-on-delivery__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  column-gap: var(--spacing-lg);
  align-items: flex-start;
}

.pay-on-delivery__blurb {
  flex: 1 4 50%;
  padding-left: var(--spacing-xl);
}

.pay-on-delivery__image {
  flex: 1 1 50%;
  aspect-ratio: 1 / 1;
  border-radius: var(--border-radius-sm);
  position: relative;
  overflow: hidden;
}

.pay-on-delivery__image::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  right: -150px;
  bottom: -150px;
  opacity: 1;
  background-image: url("/assets/solutions/multi_year_offtakes/grain_bg_alt-35199d85de1a743a0353c65a45f662e47d3245a2ef648ae06a82952270121e3c.webp");
  background-size: 190% auto;
  animation: bgMove 120s linear infinite;
  z-index: 0;
}

.pay-on-delivery__image::after {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  right: -150px;
  bottom: -150px;
  opacity: 0.5;
  background-image: url("/assets/solutions/multi_year_offtakes/grain_bg_alt-35199d85de1a743a0353c65a45f662e47d3245a2ef648ae06a82952270121e3c.webp");
  background-size: 190% auto;
  background-position: 0% 0%;
  animation: bgRotate 90s linear infinite;
  z-index: 1;
}

.pay-on-delivery__image-tag {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  position: absolute;
  z-index:3;
}

.pay-on-delivery__body-text {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  margin-bottom: var(--spacing-xl);
}

.pay-on-delivery__copy {
  display: flex;
  flex-direction: column;
}

.pay-on-delivery__heading {
  font-size: var(--text-5xl-size);
  line-height: var(--text-5xl-height);
  font-weight: var(--text-medium);
  margin-bottom: var(--spacing-3xl);
  letter-spacing: -0.0625rem;
  text-wrap: balance;
}

.pay-on-delivery__subheading {
  color: var(--colour-text-tertiary-text);
  font-size: var(--text-3xl-size);
  line-height: var(--text-3xl-height);
  font-weight: var(--text-regular);
  margin-bottom: var(--spacing-xs);
  text-wrap: balance;
}

.pay-on-delivery__list {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding-left: var(--spacing-xl);
}

.pay-on-delivery__list-item {
  list-style: none;
  margin-bottom: var(--spacing-md);
  text-wrap: pretty;
  position: relative;
}

.pay-on-delivery__list-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.25rem;
  left: calc(var(--spacing-xl) * -1);
  width: var(--spacing-lg);
  height: var(--spacing-lg);
  background-image: url("/assets/shared/tick-32e256be44420fbc486771d46173f27c7b62c379677e7a4913d47cee2aad7e79.svg");
  background-repeat: no-repeat;
}

.pay-on-delivery__cta {
  margin-top: var(--spacing-2xl);
  width: fit-content;
}

.pay-on-delivery__table {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  margin-top: var(--spacing-3xl);
  border-radius: var(--border-radius-sm);
  color: var(--primart-text);
}


.pay-on-delivery-table__container {
  width: 100%;
  position: relative;
  padding-left: var(--spacing-md);
  padding-right: var(--spacing-md);
  border-radius: var(--border-radius-sm);
  border: 1px solid var(--brand-primary-purple);
  text-align: center;
}

.pay-on-delivery-table__body {
  width: 100%;
  border-collapse: collapse;
}

.pay-on-delivery-table__row:not(:last-child) {
  border-bottom: 1px solid var(--brand-primary-purple);
}

.pay-on-delivery-table__header {
  width: 25%;
}

.pay-on-delivery-table__cell {
  padding-top: var(--spacing-md);
  padding-right: var(--spacing-md);
  padding-bottom: var(--spacing-md);
  padding-left: var(--spacing-md);
  font-family: var(--plex-sans-font);
  font-size: var(--text-base-size);
  font-weight: var(--text-regular);
  line-height: var(--text-base-height);
  letter-spacing: var(--text-base-spacing);
}

.pay-on-delivery-table__cell:first-child {
  padding-left: 0;
}

.pay-on-delivery-table__cell:last-child {
  padding-right: 0;
}

@media screen and (max-width: 80rem) {
  .pay-on-delivery__heading {
    font-size: var(--text-3xl-size);
    line-height: var(--text-3xl-height);
    margin-bottom: var(--spacing-xl);
    letter-spacing: -0.02rem;
  }

  .pay-on-delivery__subheading {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
    margin-bottom: 0;
  }

  .pay-on-delivery__body-text {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-xl);
  }

  .pay-on-delivery__list {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-lg);
  }
}

@media screen and (max-width: 42.1875rem) {
  .pay-on-delivery {
    padding-top: var(--spacing-3xl);
    padding-bottom: var(--spacing-4xl);
  }
  .pay-on-delivery__inner {
    flex-direction: column;
    row-gap: var(--spacing-lg);
    justify-content: unset;
    column-gap: unset;
    align-items: unset;
  }
  .pay-on-delivery__blurb {
    padding-left: 0;
  }
  .pay-on-delivery__subheading {
    font-size: var(--text-xl-size);
    line-height: var(--text-xl-height);
    margin-bottom: 0;
  }
  .pay-on-delivery__list {
    padding-right: 0;
  }

  .pay-on-delivery__body-text {
    padding-right: 0;
  }
}
.secure-at-unmatched-price {
  background-color: var(--colour-background-bg-1);
  padding-top: var(--spacing-6xl);
  padding-bottom: var(--spacing-6xl);
}

.secure-at-unmatched-price__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  column-gap: var(--spacing-lg);
  align-items: flex-start;
}

.secure-at-unmatched-price__blurb {
  flex: 1 4 50%;
  padding-left: var(--spacing-xl);
}

.secure-at-unmatched-price__image {
  flex: 1 1 50%;
  aspect-ratio: 1 / 1;
  border-radius: var(--border-radius-sm);
  position: relative;
  overflow: hidden;
}

.secure-at-unmatched-price__image::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  right: -150px;
  bottom: -150px;
  opacity: 1;
  background-image: url("/assets/solutions/multi_year_offtakes/grain_bg_alt-35199d85de1a743a0353c65a45f662e47d3245a2ef648ae06a82952270121e3c.webp");
  background-size: 190% auto;
  animation: bgMove 120s linear infinite;
  z-index: 0;
}

.secure-at-unmatched-price__image::after {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  right: -150px;
  bottom: -150px;
  opacity: 0.5;
  background-image: url("/assets/solutions/multi_year_offtakes/grain_bg_alt-35199d85de1a743a0353c65a45f662e47d3245a2ef648ae06a82952270121e3c.webp");
  background-size: 190% auto;
  background-position: 0% 0%;
  animation: bgRotate 90s linear infinite;
  z-index: 1;
}

.secure-at-unmatched-price__image-tag {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  position: absolute;
  z-index:3;
}

.secure-at-unmatched-price__body-text {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  margin-bottom: var(--spacing-xl);
}

.secure-at-unmatched-price__copy {
  display: flex;
  flex-direction: column;
}

.secure-at-unmatched-price__heading {
  font-size: var(--text-5xl-size);
  line-height: var(--text-5xl-height);
  font-weight: var(--text-medium);
  margin-bottom: var(--spacing-3xl);
  letter-spacing: -0.0625rem;
  text-wrap: balance;
}

.secure-at-unmatched-price__subheading {
  color: var(--colour-text-tertiary-text);
  font-size: var(--text-3xl-size);
  line-height: var(--text-3xl-height);
  font-weight: var(--text-regular);
  margin-bottom: var(--spacing-xs);
}

.secure-at-unmatched-price__list {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding-left: var(--spacing-xl);
}

.secure-at-unmatched-price__list-item {
  list-style: none;
  margin-bottom: var(--spacing-md);
  text-wrap: pretty;
  position: relative;
}

.secure-at-unmatched-price__list-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.25rem;
  left: calc(var(--spacing-xl) * -1);
  width: var(--spacing-lg);
  height: var(--spacing-lg);
  background-image: url("/assets/shared/tick-32e256be44420fbc486771d46173f27c7b62c379677e7a4913d47cee2aad7e79.svg");
  background-repeat: no-repeat;
}

.secure-at-unmatched-price__cta {
  margin-top: var(--spacing-2xl);
  width: fit-content;
}

@media screen and (max-width: 80rem) {
  .secure-at-unmatched-price__heading {
    font-size: var(--text-3xl-size);
    line-height: var(--text-3xl-height);
    margin-bottom: var(--spacing-xl);
    letter-spacing: -0.02rem;
  }

  .secure-at-unmatched-price__subheading {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
    margin-bottom: 0;
  }

  .secure-at-unmatched-price__body-text {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-xl);
  }

  .secure-at-unmatched-price__list {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-lg);
  }
}

@media screen and (max-width: 42.1875rem) {
  .secure-at-unmatched-price {
    padding-top: var(--spacing-3xl);
    padding-bottom: var(--spacing-4xl);
  }
  .secure-at-unmatched-price__inner {
    flex-direction: column;
    row-gap: var(--spacing-lg);
    justify-content: unset;
    column-gap: unset;
    align-items: unset;
  }
  .secure-at-unmatched-price__blurb {
    padding-left: 0;
  }
  .secure-at-unmatched-price__subheading {
    font-size: var(--text-xl-size);
    line-height: var(--text-xl-height);
    margin-bottom: 0;
  }
  .secure-at-unmatched-price__list {
    padding-right: 0;
  }

  .secure-at-unmatched-price__body-text {
    padding-right: 0;
  }
}
.secure-before-supply-runs-out {
  margin-top: var(--spacing-3xl);
  padding-bottom: var(--spacing-5xl);
}

.secure-before-supply-runs-out__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 0;
}

.secure-before-supply-runs-out__concise {
  background-color: var(--colour-text-primary-text);
  border-top-left-radius: var(--border-radius-sm);
  border-bottom-left-radius: var(--border-radius-sm);
  padding: var(--spacing-xl);
  overflow: hidden;
  flex: 1 1 50%;
}

.secure-before-supply-runs-out__detailed {
  background-color: var(--colour-text-primary-text);
  border-top-right-radius: var(--border-radius-sm);
  border-bottom-right-radius: var(--border-radius-sm);
  padding: var(--spacing-xl);
  overflow: hidden;
  flex: 1 4 50%;
}

.secure-before-supply-runs-out__heading {
  font-size: var(--text-4xl-size);
  line-height: var(--text-4xl-height);
  font-weight: var(--text-medium);
  margin-bottom: var(--spacing-3xl);
  letter-spacing: -0.0625rem;
}

.secure-before-supply-runs-out__text {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding-right: var(--spacing-3xl);
  margin-bottom: var(--spacing-xl);
}

.secure-before-supply-runs-out__ctas {
  display: flex;
  flex-shrink: 0;
  gap: var(--spacing-md);
}

@media screen and (max-width: 80rem) {
  .secure-before-supply-runs-out__concise {
    padding: var(--spacing-lg);
  }
  .secure-before-supply-runs-out__detailed {
    padding: var(--spacing-lg);
  }
  .secure-before-supply-runs-out__heading {
    font-size: var(--text-3xl-size);
    line-height: var(--text-3xl-height);
    margin-bottom: var(--spacing-xl);
    letter-spacing: -0.02rem;
  }

  .secure-before-supply-runs-out__text {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
  }
}

@media screen and (max-width: 42.1875rem) {
  .secure-before-supply-runs-out__inner {
    flex-direction: column;
    row-gap: 0;
    justify-content: unset;
    column-gap: unset;
  }
  .secure-before-supply-runs-out__concise {
    border-top-left-radius: var(--border-radius-sm);
    border-top-right-radius: var(--border-radius-sm);
    border-bottom-left-radius: 0;
    padding: var(--spacing-lg);
  }
  .secure-before-supply-runs-out__detailed {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: var(--border-radius-sm);
    padding: 0 var(--spacing-lg) var(--spacing-lg) var(--spacing-lg);
  }
  .secure-before-supply-runs-out__heading {
    margin-bottom: 0;
  }
  .secure-before-supply-runs-out__text {
    padding-right: 0;
  }
  .secure-before-supply-runs-out__ctas {
    display: flex;
    gap: var(--spacing-sm);
  }
}
/* Wrappers */
.removal-method__hero-cta-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.removal-method__breadcrumb-nav-wrapper {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--grey-light);
}

.removal-method__hero-slider-wrapper {
  padding-bottom: 0.5rem;
}

.removal-method__content-section-wrapper {
  background-color: var(--grey-lightest);
}

.removal-method__browse-removal-wrapper {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* Hero slider image */
.removal-method-hero-slider-image {
  border-radius: 1rem;
}

/* Content */
.removal-method-content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 1.25rem;
  row-gap: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}

.removal-method-content__main {
  grid-column: 1 / span 7;
}

.removal-method-content__sidebar-sticky-container {
  top: 7.5rem;
  position: sticky;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}

.removal-method-content__sidebar {
  grid-column: 9 / span 4;
}

.removal-method-content__block-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  border-top: 1px solid var(--grey-light);
}

.removal-method-content__block-wrapper:first-child {
  padding-top: 0;
  border-top: none;
}

/* Content block */
.removal-method-content-block {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  column-gap: 1.25rem;
  row-gap: 1.25rem;
  align-items: baseline;
}

.removal-method-content-block__header {
  grid-column: 1 / span 2;
  min-width: 12rem;
}

.removal-method-content-block__body {
  grid-column: 3 / span 5;
}

.removal-method-content-block__paragraph {
  margin-top: 1rem;
}

.removal-method-content-block__paragraph:first-child {
  margin-top: 0;
}

.removal-method-content-block__bullets {
  list-style: disc;
  margin-top: 0.5rem;
  padding-inline-start: 1rem;
}

.removal-method-content-block__bullet:not(:first-child) {
  margin-top: 0.5rem;
}

/* Sidebar removal info */
.carbon-removal-sidebar-info__count {
  color: var(--grey);
}

/* Verifications */
.verifications__vetted-project-img-container {
  max-width: 10.625rem;
  margin-block: 2rem;
}

.verifications__vetting-process {
  list-style: none;
}

.verifications__verification-reason {
  padding-block: 0.225rem;
  list-style-image: url("/assets/icons/tick-icon-grey-470e9ac1c0fd98811436b4df0de168b5acab17ef611672ddadc8496bccb8510f.svg");
}

.verifications__verification-reason:first-child {
  padding-top: 0;
}

.verifications__verification-reason:last-child {
  padding-bottom: 0;
}

.verifications__vetting-process-section {
  padding-top: 1rem;
}

.verifications__vetting-process-section:first-child {
  padding-top: 0;
}

.verifications__verification-reason-content {
  border-bottom: 1px solid var(--grey-light);
  display: flex;
  flex-direction: column;
  grid-gap: 0.5rem;
  padding-bottom: 1rem;
}

.carbon-removal-sidebar-info {
  display: flex;
  flex-direction: column;
}

.carbon-removal-sidebar-info__header {
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
}

.carbon-removal-sidebar-info__body {
  margin-top: 1rem;
}

.carbon-removal-sidebar-info__body--insights {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media only screen and (max-width: 62em) {
  .removal-method-content__main {
    grid-column: 1 / span 12;
    order: 2;
  }

  .removal-method-content__sidebar {
    grid-column: 1 / span 12;
    order: 1;
    padding-bottom: 1.5rem;
  }

  .removal-method-content-block {
    grid-template-columns: repeat(12, 1fr);
  }

  .removal-method-content-block__header {
    grid-column: 1 / span 3;
    min-width: unset;
  }

  .removal-method-content-block__body {
    grid-column: 4 / span 9;
  }

  .removal-method__hero-cta-wrapper {
    padding-top: 0.5rem;
  }

  .removal-method__breadcrumb-nav-wrapper {
    display: none;
  }

  .carbon-removal-sidebar-info {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1.25rem;
  }

  .carbon-removal-sidebar-info__header {
    grid-column: 1 / span 3;
  }

  .carbon-removal-sidebar-info__body {
    grid-column: 4 / span 9;
    margin-top: 0;
  }

  .cabon-removal-info__lede {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 42.1875em) {
  .removal-method-content-block__header {
    grid-column: 1 / span 12;
  }

  .removal-method-content-block__body {
    grid-column: 1 / span 12;
  }

  .removal-method-content__sidebar {
    padding-bottom: 0;
  }

  .carbon-removal-sidebar-info {
    display: flex;
    flex-direction: column;
  }

  .carbon-removal-sidebar-info__body {
    margin-top: 1rem;
  }

  .carbon-removal-sidebar-info__lede {
    margin-bottom: 0.25rem;
  }

  .verifications__vetting-process {
    direction: rtl;
    text-align: left;
    margin-right: 1.25rem;
  }
}
.removal-methods {
  padding-top: 5rem;
}

.removal-methods-header {
  color: var(--grey-darkest);
  display: flex;
  column-gap: var(--gap);
  row-gap: 0.75rem;
  flex-wrap: wrap;
}

.removal-methods-header__heading {
  flex: calc(50% - var(--gap));
}

.removal-methods-header__paragraph {
  flex: calc(50% - var(--gap));
}

.removal-methods-grid {
  --base-size: 19rem;
  --padding: 4rem;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--base-size), 1fr));
  grid-auto-rows: 1fr;
  gap: var(--gap);
  list-style-type: none;
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}

@media only screen and (max-width: 42.1875em) {
  .removal-methods {
    padding-top: 1rem;
  }

  .removal-methods-header__heading {
    flex: 100%;
  }

  .removal-methods-grid {
    --padding: 2rem;
    --gap: 0.5rem;

    grid-template-columns: 1fr;
    grid-auto-rows: unset;
  }
}
.resources-heading {
  font-family: var(--plex-sans-font);
  font-size: var(--text-5xl-size);
  line-height: var(--text-5xl-height);
  font-weight: var(--text-medium);
  margin-left: -2px;
  margin-top: var(--spacing-4xl);
  margin-bottom: var(--spacing-4xl)
}

.resources-section-container {
  background-color: var(--colour-background-bg-1);
  scroll-margin-top: var(--spacing-4xl);
  padding: var(--spacing-4xl) 0;
}

.resources-section-container:first-of-type {
  scroll-margin-top: calc(var(--spacing-6xl) - 8px);
  padding-top: 0;
}

.resources-section-container--breakout {
  background-color: var(--colour-background-bg-2);
}

.resources-section {
  padding-left:25%;
}

.resources-section-heading {
  font-family: var(--plex-sans-font);
  font-size: var(--text-3xl-size);
  line-height: var(--text-3xl-height);
  font-weight: var(--text-regular);
  color: var(--colour-text-secondary-text);
  border-bottom: 1px solid var(--colour-border-border-light);
  padding-bottom: var(--spacing-sm);
  margin-bottom: var(--spacing-xl);
  margin-top: calc(-1 * var(--spacing-sm));
}

.resources-navigation {
  width: 25%;
  pointer-events: all;
}

.resources-aside {
  position: sticky;
  height: 30vh;
  top: var(--spacing-6xl);
  pointer-events: none;
}

.resources-content {
  margin-top: -30vh;
}

.resources-button {
  border-radius: var(--border-radius-sm, 6px);
  font-family: var(--plex-sans-font);
  text-decoration: none;
  line-height: 1;
  width: fit-content;
}

.resources-button--base {
  padding: 0.75rem;
  font-size: var(--text-sm-size);
  transition: all 300ms ease-out;
}

.resources-button--secondary {
  background-color: var(--extended-sage-sage-4);
  border: 1px solid var(--extended-sage-sage-4);
  color: var(--colour-text-primary-text);
}

.resources-button--secondary:hover {
  background-color: var(--colour-states-sage-hover-darker);
  border: 1px solid var(--colour-states-sage-hover-darker);
}

.resources-button--secondary:active {
  background-color: var(--colour-states-sage-pressed-darker);
  border: 1px solid var(--colour-states-sage-pressed-darker);
}

@media screen and (max-width: 62rem) {
  .resources-heading {
    font-size: var(--text-3xl-size);
    line-height: var(--text-3xl-height);
    margin: var(--spacing-xl) 0 var(--spacing-2xl);
  }

  .resources-section-heading {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
  }

  .resources-aside {
    display: none;
  }

  .resources-section {
    padding-left:0;
  }

  .resources-content {
    margin-top: 0;
  }
}
.events__grid {
  list-style: none;
}

.events__card {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-xl);
  margin-bottom: var(--spacing-xl);
}

.events__thumbnail-link {
  width: 35%;
  aspect-ratio: 4/3;
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}

.events__details {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  margin-bottom: var(--spacing-xl);
}

.events__image {
  transform: scale(1);
  transition: transform 0.3s ease;
}

.events__image:hover {
  transform: scale(1.05);
  transition: transform 0.15s ease;
}

.events__card-title {
  font-family: var(--plex-sans-font);
  font-size: var(--text-3xl-size);
  line-height: var(--text-3xl-height);
  font-weight: var(--text-medium);
}

.events__description {
  font-family: var(--plex-sans-font);
  font-size: var(--text-lg-size);
  line-height: var(--text-lg-height);
  font-weight: var(--text-regular);
}

@media screen and (max-width: 62rem) {
  .events__card-title {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
  }

  .events__description {
    font-size: var(--text-base-size); 
    line-height: var(--text-base-height);
  }
}

@media screen and (max-width: 42.1875rem) {
  .events__card {
    flex-direction: column;
  }
  .events__thumbnail-link {
    width: 100%;
  }

  .events__details {
    width: 100%;
  }
}
.press__list {
  list-style: none;
  margin-bottom: var(--spacing-xl);
}

.press__item {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  border-bottom: 1px solid var(--colour-border-border-light);
  padding: var(--spacing-lg) 0;
}

.press__item:first-child {
  padding-top: 0;
}

.press__item:last-child {
  border-bottom: none;
}

.press__title {
  font-family: var(--plex-sans-font);
  font-size: var(--text-3xl-size);
  line-height: var(--text-3xl-height);
  font-weight: var(--text-medium);
}

.press__link {
  text-decoration: none;
}

.press__description {
  color: var(--colour-utility-link);
  font-family: var(--plex-sans-font);
}

@media screen and (max-width: 62rem) {
  .press__title {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
  }
}
.reports-and-whitepapers__grid {
  list-style: none;
}

.reports-and-whitepapers__card {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: var(--spacing-xl);
  margin-bottom: var(--spacing-xl);
}

.reports-and-whitepapers__thumbnail-link {
  width: 35%;
  aspect-ratio: 4/3;
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}

.reports-and-whitepapers__details {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  margin-bottom: var(--spacing-xl);
}

.reports-and-whitepapers__image {
  transform: scale(1);
  transition: transform 0.3s ease;
}

.reports-and-whitepapers__image:hover {
  transform: scale(1.05);
  transition: transform 0.15s ease;
}

.reports-and-whitepapers__card-title {
  font-family: var(--plex-sans-font);
  font-size: var(--text-3xl-size);
  line-height: var(--text-3xl-height);
  font-weight: var(--text-medium);
}

.reports-and-whitepapers__description {
  font-family: var(--plex-sans-font);
  font-size: var(--text-lg-size);
  line-height: var(--text-lg-height);
  font-weight: var(--text-regular);
}

@media screen and (max-width: 62rem) {
  .reports-and-whitepapers__card-title {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
  }

  .reports-and-whitepapers__description {
    font-size: var(--text-base-size); 
    line-height: var(--text-base-height);
  }
}

@media screen and (max-width: 42.1875rem) {
  .reports-and-whitepapers__card {
    flex-direction: column;
  }
  .reports-and-whitepapers__thumbnail-link {
    width: 100%;
  }

  .reports-and-whitepapers__details {
    width: 100%;
  }
}
.resources-navigation__list {
  list-style: none;
  margin-top: var(--spacing-xl);
}

.resources-navigation__item {
  font-family: var(--plex-sans-font);
  font-size: var(--text-base-size);
  line-height: var(--text-base-height);
  font-weight: var(--text-medium);
  margin-bottom: var(--spacing-sm);
}

.resources-navigation__link {
  text-decoration: none;
}

.resources-navigation__link:hover {
  color: var(--colour-utility-link);
}

.resources-navigation__link--active {
  color: var(--colour-utility-link);
}
.vetting-protocols__grid {
  list-style: none;
}

.vetting-protocols__card {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: var(--spacing-xl);
  margin-bottom: var(--spacing-xl);
}

.vetting-protocols__thumbnail-link {
  width: 35%;
  aspect-ratio: 4/3;
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}

.vetting-protocols__details {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  margin-bottom: var(--spacing-xl);
}

.vetting-protocols__image {
  transform: scale(1);
  transition: transform 0.3s ease;
}

.vetting-protocols__image:hover {
  transform: scale(1.05);
  transition: transform 0.15s ease;
}

.vetting-protocols__card-title {
  font-family: var(--plex-sans-font);
  font-size: var(--text-3xl-size);
  line-height: var(--text-3xl-height);
  font-weight: var(--text-medium);
}

.vetting-protocols__description {
  font-family: var(--plex-sans-font);
  font-size: var(--text-lg-size);
  line-height: var(--text-lg-height);
  font-weight: var(--text-regular);
}

@media screen and (max-width: 62rem) {
  .vetting-protocols__card-title {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
  }

  .vetting-protocols__description {
    font-size: var(--text-base-size); 
    line-height: var(--text-base-height);
  }
}

@media screen and (max-width: 42.1875rem) {
  .vetting-protocols__card {
    flex-direction: column;
  }
  .vetting-protocols__thumbnail-link {
    width: 100%;
  }

  .vetting-protocols__details {
    width: 100%;
  }
}
.webinars__grid {
  list-style: none;
}

.webinars__card {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-xl);
  margin-bottom: var(--spacing-xl);
}

.webinars__thumbnail-link {
  width: 35%;
  aspect-ratio: 4/3;
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}

.webinars__details {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  margin-bottom: var(--spacing-xl);
}

.webinars__image {
  transform: scale(1);
  transition: transform 0.3s ease;
}

.webinars__image:hover {
  transform: scale(1.05);
  transition: transform 0.15s ease;
}

.webinars__card-title {
  font-family: var(--plex-sans-font);
  font-size: var(--text-3xl-size);
  line-height: var(--text-3xl-height);
  font-weight: var(--text-medium);
}

.webinars__description {
  font-family: var(--plex-sans-font);
  font-size: var(--text-lg-size);
  line-height: var(--text-lg-height);
  font-weight: var(--text-regular);
}

@media screen and (max-width: 62rem) {
  .webinars__card-title {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
  }

  .webinars__description {
    font-size: var(--text-base-size); 
    line-height: var(--text-base-height);
  }
}

@media screen and (max-width: 42.1875rem) {
  .webinars__card {
    flex-direction: column;
  }
  .webinars__thumbnail-link {
    width: 100%;
  }

  .webinars__details {
    width: 100%;
  }
}
.solutions-grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 1.25rem;
}

.solutions-grid-container__item--wide {
  grid-column: 1 / -1;
}

.solutions-grid-container__item--medium {
  grid-column: 3 / 11;
}

.solutions-grid-container__item--narrow {
  grid-column: 4 / 10;
}

@media only screen and (max-width: 62em) {
  .solutions-grid-container__item--medium,
  .solutions-grid-container__item--narrow {
    grid-column: 1 / -1;
  }
}
.biochar-report {
  margin: 0 var(--spacing-lg);
  margin: auto;
}

.biochar-report__wrapper {
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--colour-utility-success-dark);
  display: flex;
  gap: var(--spacing-lg);
  margin: var(--spacing-2xl) 0 var(--spacing-3xl) 0;
  max-width: 85rem;
}

.biochar-report__img-wrapper,
.biochar-report__content {
  flex-basis: 50%;
  max-width: 41.25rem;
}

.biochar-report__content {
  padding: var(--spacing-xl);
  color: var(--extended-sage-sage-1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.biochar-report__title {
  font-size: var(--h2-font-size);
  font-weight: var(--text-medium);
}

.biochar-report__footer {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}

.biochar-report__cta-buttons {
  display: flex;
  gap: var(--spacing-md);
}

@media only screen and (max-width: 42.1875em) {
  .biochar-report__wrapper {
    flex-direction: column;
    gap: var(--spacing-lg);
  }

  .biochar-report__content {
    gap: var(--spacing-lg);
  }

  .biochar-report__img-wrapper,
  .biochar-report__content {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.buyers {
  padding: var(--spacing-5xl) var(--spacing-lg);
  background-color: var(--colour-background-bg-2);
}

.buyers__logos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--spacing-lg);
}

.buyers__link {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  min-width: 8.5rem;
  padding: var(--spacing-md);
  background-color: var(--colour-background-bg-1);
}

@media only screen and (max-width: 62em) {
  .buyers__logos {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 42.1875em) {
  .buyers {
    padding: var(--spacing-4xl) 0;
  }
  .buyers__logos {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
.credits-steps {
}

.credits-steps__wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-4xl);
  padding: var(--spacing-5xl) 0;
}

.credits-step {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  border-bottom: 1px solid var(--colour-border-border-lightest);
  padding-bottom: var(--spacing-3xl);
}

.credits-step:last-of-type {
  border-bottom: none;
  padding-bottom: none;
}

.credits-step__title {
  font-size: var(--h2-font-size);
  font-weight: var(--text-medium);
}

.credits-step__description-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
}

.credits-step__quote-wrapper {
  background-color: var(--colour-background-bg-2);
  padding: var(--spacing-lg);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
  border-radius: var(--border-radius-sm);
}

.credits-step-quote__text {
  border-left: 1px solid var(--colour-border-border-darkest);
  padding-left: var(--spacing-lg);
}

.credits-step-quote__source {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  padding-left: var(--spacing-lg);
}

@media only screen and (max-width: 42.1875em) {
  .credits-steps__wrapper {
    padding: var(--spacing-4xl) 0;
  }
}
.hero {
  background-size: 100% 100%;
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 50% 50px, 0px 0px;
  background-image: radial-gradient(35% 56% at 90% 91%, #4e5ff636 9%, #073aff00 100%), radial-gradient(35% 56% at 16% 100%, #4e5ff636 9%, #073aff00 100%), radial-gradient(100% 65% at 50% 80%, #0bd8b63b 16%, #073aff00 86%);
  padding: var(--spacing-5xl) 0;
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2xl);
  align-items: center;
}

.hero__title {
  text-align: center;
  font-size: var(--h1-font-size);
  font-weight: var(--text-medium);
  margin-bottom: var(--spacing-2xl);
}

.hero__description {
  text-align: center;
}

.hero__cta {
  display: flex;
  gap: var(--spacing-sm);
}
.ready-to-buy {
  margin: auto;
}

.ready-to-buy__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
  align-items: center;
  padding: var(--spacing-5xl) 0;
}

.ready-to-buy__title {
  font-size: var(--h2-font-size);
  font-weight: var(--text-medium);
}

.ready-to-buy__description {
  text-align: center;
}

.ready-to-buy__cta {
  display: flex;
  gap: var(--spacing-sm);
}

@media only screen and (max-width: 42.1875em) {
  .ready-to-buy__content {
    padding: var(--spacing-4xl) 0;
  }
}
.credit_management {
  background-color: var(--colour-background-bg-2);
  padding-top: var(--spacing-6xl);
  padding-bottom: var(--spacing-6xl);
}

.credit_management__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: var(--spacing-lg);
  align-items: flex-start;
}

.credit_management__blurb {
  flex: 1 4 50%;
}

.credit_management__image {
  flex: 1 1 50%;
  aspect-ratio: 1 / 1;
  border-radius: var(--border-radius-sm);
  position: relative;
  overflow: hidden;
}

.credit_management__image::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  right: -150px;
  bottom: -150px;
  opacity: 1;
  background-image: url("/assets/solutions/multi_year_offtakes/grain_bg_alt-35199d85de1a743a0353c65a45f662e47d3245a2ef648ae06a82952270121e3c.webp");
  background-size: 190% auto;
  animation: bgMove 120s linear infinite;
  z-index: 0;
}

.credit_management__image::after {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  right: -150px;
  bottom: -150px;
  opacity: 0.5;
  background-image: url("/assets/solutions/multi_year_offtakes/grain_bg_alt-35199d85de1a743a0353c65a45f662e47d3245a2ef648ae06a82952270121e3c.webp");
  background-size: 190% auto;
  background-position: 0% 0%;
  animation: bgRotate 90s linear infinite;
  z-index: 1;
}

.credit_management__image-tag {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  position: absolute;
  z-index:3;
}

.credit_management__body-text {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding-right: var(--spacing-3xl);
  margin-bottom: var(--spacing-xl);
}

.credit_management__copy {
  display: flex;
  flex-direction: column;
}

.credit_management__heading {
  font-size: var(--text-5xl-size);
  line-height: var(--text-5xl-height);
  font-weight: var(--text-medium);
  margin-bottom: var(--spacing-3xl);
  letter-spacing: -0.0625rem;
  text-wrap: balance;
}

.credit_management__subheading {
  color: var(--colour-text-tertiary-text);
  font-size: var(--text-3xl-size);
  line-height: var(--text-3xl-height);
  font-weight: var(--text-regular);
  margin-bottom: var(--spacing-xs);
}

.credit_management__list {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding: 0 var(--spacing-5xl) 0 var(--spacing-xl);
}

.credit_management__list-item {
  list-style: none;
  margin-bottom: var(--spacing-md);
  text-wrap: pretty;
  position: relative;
}

.credit_management__list-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.25rem;
  left: calc(var(--spacing-xl) * -1);
  width: var(--spacing-lg);
  height: var(--spacing-lg);
  background-image: url("/assets/shared/tick-32e256be44420fbc486771d46173f27c7b62c379677e7a4913d47cee2aad7e79.svg");
  background-repeat: no-repeat;
}

.credit_management__cta {
  margin-top: var(--spacing-2xl);
  width: fit-content;
}

@media screen and (max-width: 80rem) {
  .credit_management__heading {
    font-size: var(--text-3xl-size);
    line-height: var(--text-3xl-height);
    margin-bottom: var(--spacing-xl);
    letter-spacing: -0.02rem;
  }

  .credit_management__subheading {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
    margin-bottom: 0;
  }

  .credit_management__list {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-lg);
  }

  .credit_management__body-text {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-xl);
  }
}

@media screen and (max-width: 42.1875rem) {
  .credit_management {
    padding-top: var(--spacing-3xl);
    padding-bottom: var(--spacing-4xl);
  }
  .credit_management__inner {
    flex-direction: column;
    row-gap: var(--spacing-lg);
    justify-content: unset;
    column-gap: unset;
    align-items: unset;
  }
  .credit_management__subheading {
    font-size: var(--text-xl-size);
    line-height: var(--text-xl-height);
    margin-bottom: 0;
  }
  .credit_management__list {
    padding-right: 0;
  }

  .credit_management__body-text {
    padding-right: 0;
  }
}
.multi-year-intro {
  padding-top: var(--spacing-5xl); 
  padding-bottom: var(--spacing-lg); 
}

.multi-year-intro__inner {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3xl);
}

.multi-year-intro__h1 {
  font-size: var(--text-6xl-size); 
  line-height: var(--text-6xl-height); 
  font-weight: var(--text-medium);
  letter-spacing: -0.0625rem;
  text-wrap: balance;
}

.multi-year-intro__details {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-xl); 
  align-items: end;
}

.multi-year-intro__p {
  font-size: var(--text-2xl-size); 
  line-height: var(--text-2xl-height);
  padding-right: var(--spacing-2xl);
}

.multi-year-intro__ctas {
  display: flex;
  flex-shrink: 0;
  gap: var(--spacing-md);
}

.multi-year-intro__images {
  position: relative;
}

.multi-year-intro__image {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}

.multi-year-intro__image--wide {
  width: 75%; 
  aspect-ratio: 16 / 9; 
}

.multi-year-intro__image--square {
  width: 30%; 
  position: absolute; 
  top: calc(var(--spacing-6xl) * -1); 
  left: unset; 
  right: 0; 
  aspect-ratio: 1 / 1;
}

.multi-year-intro__image--square::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  right: -100px;
  bottom: -100px;
  opacity: 1;
  background-image: url("/assets/about_us/grain_bg-35919cfd9916fcc1dd3b1ba407755d882832cfeaee56c10c3231d67bee035034.webp");
  background-size: 175% auto;
  animation: bgMove 75s linear infinite;
  z-index: 0;
}

.multi-year-intro__image--square::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  right: -100px;
  bottom: -100px;
  opacity: 0.5;
  background-image: url("/assets/about_us/grain_bg-35919cfd9916fcc1dd3b1ba407755d882832cfeaee56c10c3231d67bee035034.webp");
  background-size: 175% auto;
  background-position: 0% 0%;
  animation: bgRotate 60s linear infinite;
  z-index: 1;
}

@media screen and (max-width: 80rem) {
  .multi-year-intro__h1 {
    font-size: var(--text-5xl-size); 
    line-height: var(--text-5xl-height); 
  }

  .multi-year-intro__p {
    font-size: var(--text-xl-size); 
    line-height: var(--text-xl-height); 
    padding-right: var(--spacing-6xl); 
  }
  .multi-year-intro__image--square {
    display: block;
  }
}

@media screen and (max-width: 62rem) {
  .multi-year-intro__inner {
    gap: var(--spacing-xl); 
  }

  .multi-year-intro__details {
    align-items: start;
    flex-direction: column;
  }

  .multi-year-intro__p {
    padding-right: 0; 
  }
}

@media screen and (max-width: 42.1875rem) {
  .multi-year-intro {
    padding-top: var(--spacing-3xl); 
  }

  .multi-year-intro__h1 {
    max-width: 100%;
    font-size: var(--text-3xl-size); 
    line-height: var(--text-3xl-height); 
    letter-spacing: -0.045rem; 
  }

  .multi-year-intro__p {
    max-width: 100%;
    font-size: var(--text-base-size); 
    line-height: var(--text-base-height); 
  }

  .multi-year-intro__ctas {
    display: flex;
    gap: var(--spacing-sm);
  }

  .multi-year-intro__image--wide {
    width: 100%; 
  }

  .multi-year-intro__image--square {
    display: none;
    width: 30%; 
    position: relative; 
    top: calc(var(--spacing-xl) * -1); 
    left: 49%; 
  }
}
.our-buyers {
  padding-top: var(--spacing-3xl);
  padding-bottom: var(--spacing-5xl);
}

.our-buyers__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--spacing-md);
}

.our-buyers__blurb {
  flex: 1 4 50%;
}

.our-buyers__trusted {
  color: var(--colour-text-secondary-text);
}

.our-buyers__logos {
  flex: 1 1 50%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: var(--spacing-md);
}

.our-buyers__link {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  padding: var(--spacing-md);
  border-radius: var(--border-radius-sm);
  background-color: var(--colour-background-bg-3);
  transition: background-color 300ms ease-in-out;
}

.our-buyers__link:hover {
  background-color: var(--colour-background-bg-2);
  transition: none;
}

.our-buyers__logo-wrapper {
  list-style: none;
  aspect-ratio: 1 / 1;
}

.our-buyers__logo {
  max-width: 100%;
}

.our-buyers__logo--tide {
  max-width: 40%;
}

.our-buyers__logo--xtx {
  max-width: 40%;
}

.our-buyers__copy {
  display: flex;
  flex-direction: column;
}

.our-buyers__subheading {
  color: var(--colour-text-tertiary-text);
  font-size: var(--text-3xl-size);
  line-height: var(--text-3xl-height);
  font-weight: var(--text-regular);
  margin-bottom: var(--spacing-xs);
}

.our-buyers__heading {
  font-size: var(--text-5xl-size);
  line-height: var(--text-5xl-height);
  font-weight: var(--text-medium);
  margin-bottom: var(--spacing-3xl);
  letter-spacing:-0.0625rem;
}

.our-buyers__body-text {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding-right: var(--spacing-5xl);
}

@media screen and (max-width: 80rem) {
  .our-buyers__heading {
    font-size: var(--text-3xl-size);
    line-height: var(--text-3xl-height);
    margin-bottom: var(--spacing-xl);
    letter-spacing:-0.02rem;
  }

  .our-buyers__subheading {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
    margin-bottom: 0;
  }

  .our-buyers__body-text {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-lg);
  }

  .our-buyers__logos {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}

@media screen and (max-width: 62rem) {
  .our-buyers__logos {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}

@media screen and (max-width: 42.1875rem) {
  .our-buyers {
    padding-top: var(--spacing-3xl);
    padding-bottom: var(--spacing-3xl);
  }

  .our-buyers__inner {
    flex-direction: column;
    row-gap: var(--spacing-lg);
    justify-content: unset;
    column-gap: unset;
  }

  .our-buyers__subheading {
    font-size: var(--text-xl-size);
    line-height: var(--text-xl-height);
  }

  .our-buyers__body-text {
    padding-right: 0;
  }

  .our-buyers__logos {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: var(--spacing-sm);
  }
}
.platform-user {
  padding-top: var(--spacing-5xl); 
  padding-bottom: var(--spacing-5xl);
}

.platform-user__inner {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3xl); 
}

.platform-user__copy {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl); 
}

.platform-user__h1 {
  max-width: 75%;
  font-size: var(--text-6xl-size); 
  line-height: var(--text-6xl-height); 
  font-weight: var(--text-medium);
  letter-spacing: -0.0625rem; 
}

.platform-user__p {
  max-width: 75%;
  font-size: var(--text-2xl-size); 
  line-height: var(--text-2xl-height); 
  padding-right: calc(var(--spacing-6xl) * 2); 
}

.platform-user__images {
  position: relative;
}

.platform-user__image {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}

.platform-user__image--wide {
  width: 75%; 
  aspect-ratio: 16 / 9; 
}

.platform-user__image--square {
  width: 30%; 
  position: absolute; 
  top: calc(var(--spacing-6xl) * -1); 
  left: unset; 
  right: 0; 
  aspect-ratio: 1 / 1;
}

.platform-user__image--square::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  right: -100px;
  bottom: -100px;
  opacity: 1;
  background-image: url("/assets/about_us/grain_bg-35919cfd9916fcc1dd3b1ba407755d882832cfeaee56c10c3231d67bee035034.webp");
  background-size: 175% auto;
  animation: bgMove 75s linear infinite;
  z-index: 0;
}

.platform-user__image--square::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  right: -100px;
  bottom: -100px;
  opacity: 0.5;
  background-image: url("/assets/about_us/grain_bg-35919cfd9916fcc1dd3b1ba407755d882832cfeaee56c10c3231d67bee035034.webp");
  background-size: 175% auto;
  background-position: 0% 0%;
  animation: bgRotate 60s linear infinite;
  z-index: 1;
}

@media screen and (max-width: 80rem) {
  .platform-user__h1 {
    font-size: var(--text-5xl-size); 
    line-height: var(--text-5xl-height); 
  }

  .platform-user__p {
    font-size: var(--text-xl-size); 
    line-height: var(--text-xl-height); 
    padding-right: var(--spacing-6xl); 
  }
  .platform-user__image--square {
    display: block;
  }
}

@media screen and (max-width: 42.1875rem) {
  .platform-user {
    padding-top: var(--spacing-md); 
    padding-bottom: var(--spacing-md);
  }

  .platform-user__inner {
    gap: var(--spacing-xl); 
  }

  .platform-user__copy {
    gap: var(--spacing-md); 
  }

  .platform-user__h1 {
    max-width: 100%;
    font-size: var(--text-3xl-size); 
    line-height: var(--text-3xl-height); 
    letter-spacing: -0.045rem; 
  }

  .platform-user__p {
    max-width: 100%;
    font-size: var(--text-base-size); 
    line-height: var(--text-base-height); 
    padding-right: 0; 
  }

  .platform-user__image--wide {
    width: 100%; 
  }

  .platform-user__image--square {
    display: none;
    width: 30%; 
    position: relative; 
    top: calc(var(--spacing-xl) * -1); 
    left: 49%; 
  }
}
.ready {
  padding-bottom: var(--spacing-5xl);
}

.ready__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 0;
}

.ready__concise {
  background-color: var(--colour-text-primary-text);
  border-top-left-radius: var(--border-radius-sm);
  border-bottom-left-radius: var(--border-radius-sm);
  padding: var(--spacing-xl);
  overflow: hidden;
  flex: 1 1 50%;
}

.ready__detailed {
  background-color: var(--colour-text-primary-text);
  border-top-right-radius: var(--border-radius-sm);
  border-bottom-right-radius: var(--border-radius-sm);
  padding: var(--spacing-xl);
  overflow: hidden;
  flex: 1 4 50%;
}

.ready__heading {
  font-size: var(--text-5xl-size);
  line-height: var(--text-5xl-height);
  font-weight: var(--text-medium);
  margin-bottom: var(--spacing-3xl);
  letter-spacing: -0.0625rem;
}

.ready__text {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding-right: var(--spacing-3xl);
  margin-bottom: var(--spacing-xl);
  
}

.ready__ctas {
  display: flex;
  flex-shrink: 0;
  gap: var(--spacing-md);
}

@media screen and (max-width: 80rem) {
  .ready__concise {
    padding: var(--spacing-lg);
  }
  .ready__detailed {
    padding: var(--spacing-lg);
  }
  .ready__heading {
    font-size: var(--text-3xl-size);
    line-height: var(--text-3xl-height);
    margin-bottom: var(--spacing-xl);
    letter-spacing:-0.02rem;
  }

  .ready__text {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
  }
}

@media screen and (max-width: 42.1875rem) {
  .ready__inner {
    flex-direction: column;
    row-gap: 0;
    justify-content: unset;
    column-gap: unset;
  }
  .ready__concise {
    border-top-left-radius: var(--border-radius-sm);
    border-top-right-radius: var(--border-radius-sm);
    border-bottom-left-radius: 0;
    padding: var(--spacing-lg);
  }
  .ready__detailed {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: var(--border-radius-sm);
    padding: 0 var(--spacing-lg) var(--spacing-lg) var(--spacing-lg);
  }
  .ready__heading {
    margin-bottom: 0;
  }
  .ready__text {
    padding-right: 0;
  }
  .ready__ctas {
    display: flex;
    gap: var(--spacing-sm);
  }
}
.secure_deals {
  background-color: var(--colour-background-bg-2);
  padding-top: var(--spacing-6xl);
  padding-bottom: var(--spacing-6xl);
}

.secure_deals__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: var(--spacing-lg);
  align-items: flex-start;
}

.secure_deals__blurb {
  flex: 1 4 50%;
}

.secure_deals__image {
  flex: 1 1 50%;
  aspect-ratio: 1 / 1;
  border-radius: var(--border-radius-sm);
  position: relative;
  overflow: hidden;
}

.secure_deals__image::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  right: -150px;
  bottom: -150px;
  opacity: 1;
  background-image: url("/assets/about_us/grain_bg-35919cfd9916fcc1dd3b1ba407755d882832cfeaee56c10c3231d67bee035034.webp");
  background-size: 190% auto;
  animation: bgMove 120s linear infinite;
  z-index: 0;
}

.secure_deals__image::after {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  right: -150px;
  bottom: -150px;
  opacity: 0.5;
  background-image: url("/assets/about_us/grain_bg-35919cfd9916fcc1dd3b1ba407755d882832cfeaee56c10c3231d67bee035034.webp");
  background-size: 190% auto;
  background-position: 0% 0%;
  animation: bgRotate 90s linear infinite;
  z-index: 1;
}

.secure_deals__image-tag {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  position: absolute;
  z-index:3;
}

.secure_deals__body-text {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding-right: var(--spacing-3xl);
  margin-bottom: var(--spacing-xl);
}

.secure_deals__copy {
  display: flex;
  flex-direction: column;
}

.secure_deals__heading {
  font-size: var(--text-5xl-size);
  line-height: var(--text-5xl-height);
  font-weight: var(--text-medium);
  margin-bottom: var(--spacing-3xl);
  letter-spacing: -0.0625rem;
  text-wrap: balance;
}

.secure_deals__subheading {
  color: var(--colour-text-tertiary-text);
  font-size: var(--text-3xl-size);
  line-height: var(--text-3xl-height);
  font-weight: var(--text-regular);
  margin-bottom: var(--spacing-xs);
}

.secure_deals__list {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding: 0 var(--spacing-5xl) 0 var(--spacing-xl);
}

.secure_deals__list-item {
  list-style: none;
  margin-bottom: var(--spacing-md);
  text-wrap: pretty;
  position: relative;
}

.secure_deals__list-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.25rem;
  left: calc(var(--spacing-xl) * -1);
  width: var(--spacing-lg);
  height: var(--spacing-lg);
  background-image: url("/assets/shared/tick-32e256be44420fbc486771d46173f27c7b62c379677e7a4913d47cee2aad7e79.svg");
  background-repeat: no-repeat;
}

.secure_deals__cta {
  margin-top: var(--spacing-2xl);
  width: fit-content;
}

@media screen and (max-width: 80rem) {
  .secure_deals__heading {
    font-size: var(--text-3xl-size);
    line-height: var(--text-3xl-height);
    margin-bottom: var(--spacing-xl);
    letter-spacing: -0.02rem;
  }

  .secure_deals__subheading {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
    margin-bottom: 0;
  }

  .secure_deals__body-text {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-xl);
  }

  .secure_deals__list {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-lg);
  }
}

@media screen and (max-width: 42.1875rem) {
  .secure_deals {
    padding-top: var(--spacing-3xl);
    padding-bottom: var(--spacing-4xl);
  }

  .secure_deals__inner {
    flex-direction: column;
    row-gap: var(--spacing-lg);
    justify-content: unset;
    column-gap: unset;
    align-items: unset;
  }
  
  .secure_deals__subheading {
    font-size: var(--text-xl-size);
    line-height: var(--text-xl-height);
    margin-bottom: 0;
  }

  .secure_deals__list {
    padding-right: 0;
  }

  .secure_deals__body-text {
    padding-right: 0;
  }
}
.set_the_standard {
  background-color: var(--colour-background-bg-1);
  padding-top: var(--spacing-6xl);
}

.set_the_standard__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: var(--spacing-lg);
}

.set_the_standard__blurb {
  flex: 1 4 50%;
}

.set_the_standard__image {
  flex: 1 1 50%;
  aspect-ratio: 4 / 3;
  margin-bottom: var(--spacing-6xl);
}

.set_the_standard__image-tag {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}

.set_the_standard__copy {
  display: flex;
  flex-direction: column;
}

.set_the_standard__heading {
  font-size: var(--text-5xl-size);
  line-height: var(--text-5xl-height);
  font-weight: var(--text-medium);
  margin-bottom: var(--spacing-3xl);
  letter-spacing: -0.0625rem;
  text-wrap: balance;
}

.set_the_standard__subheading {
  color: var(--colour-text-tertiary-text);
  font-size: var(--text-3xl-size);
  line-height: var(--text-3xl-height);
  font-weight: var(--text-regular);
  margin-bottom: var(--spacing-xs);
}

.set_the_standard__body-text {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding-right: var(--spacing-5xl);
  margin-bottom: var(--spacing-xl);
}

.set_the_standard__list {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding: 0 var(--spacing-5xl) 0 var(--spacing-xl);
}

.set_the_standard__list-item {
  list-style: none;
  margin-bottom: var(--spacing-md);
  text-wrap: pretty;
  position: relative;
}

.set_the_standard__list-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.25rem;
  left: calc(var(--spacing-xl) * -1);
  width: var(--spacing-lg);
  height: var(--spacing-lg);
  background-image: url("/assets/shared/tick-32e256be44420fbc486771d46173f27c7b62c379677e7a4913d47cee2aad7e79.svg");
  background-repeat: no-repeat;
}

.set_the_standard__cta {
  margin-top: var(--spacing-2xl);
  width: fit-content;
}

@media screen and (max-width: 80rem) {
  .set_the_standard__heading {
    font-size: var(--text-3xl-size);
    line-height: var(--text-3xl-height);
    margin-bottom: var(--spacing-xl);
    letter-spacing: -0.02rem;
  }

  .set_the_standard__subheading {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
    margin-bottom: 0;
  }

  .set_the_standard__list {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-lg);
  }

  .set_the_standard__body-text {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-xl);
  }
}

@media screen and (max-width: 42.1875rem) {
  .set_the_standard {
    padding-top: var(--spacing-3xl);
  }
  .set_the_standard__inner {
    flex-direction: column;
    row-gap: var(--spacing-lg);
    justify-content: unset;
    column-gap: unset;
  }
  .set_the_standard__image {
    margin-bottom: var(--spacing-3xl);
  }
  .set_the_standard__body-text {
    padding-right: 0;
  }
  .set_the_standard__blurb {
    padding-left: 0;
  }
  .set_the_standard__subheading {
    font-size: var(--text-xl-size);
    line-height: var(--text-xl-height);
    margin-bottom: 0;
  }
  .set_the_standard__list {
    padding-right: 0;
  }
}
.simplify {
  background-color: var(--colour-background-bg-1);
  padding-top: var(--spacing-6xl);
  padding-bottom: var(--spacing-6xl);
}

.simplify__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  column-gap: var(--spacing-lg);
  align-items: flex-start;
}

.simplify__blurb {
  flex: 1 4 50%;
  padding-left: var(--spacing-xl);
}

.simplify__image {
  flex: 1 1 50%;
  aspect-ratio: 1 / 1;
  border-radius: var(--border-radius-sm);
  position: relative;
  overflow: hidden;
}

.simplify__image::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  right: -150px;
  bottom: -150px;
  opacity: 1;
  background-image: url("/assets/solutions/multi_year_offtakes/grain_bg_alt-35199d85de1a743a0353c65a45f662e47d3245a2ef648ae06a82952270121e3c.webp");
  background-size: 190% auto;
  animation: bgMove 120s linear infinite;
  z-index: 0;
}

.simplify__image::after {
  content: "";
  position: absolute;
  top: -150px;
  left: -150px;
  right: -150px;
  bottom: -150px;
  opacity: 0.5;
  background-image: url("/assets/solutions/multi_year_offtakes/grain_bg_alt-35199d85de1a743a0353c65a45f662e47d3245a2ef648ae06a82952270121e3c.webp");
  background-size: 190% auto;
  background-position: 0% 0%;
  animation: bgRotate 90s linear infinite;
  z-index: 1;
}

.simplify__image-tag {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  position: absolute;
  z-index:3;
}

.simplify__body-text {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  margin-bottom: var(--spacing-xl);
}

.simplify__copy {
  display: flex;
  flex-direction: column;
}

.simplify__heading {
  font-size: var(--text-5xl-size);
  line-height: var(--text-5xl-height);
  font-weight: var(--text-medium);
  margin-bottom: var(--spacing-3xl);
  letter-spacing: -0.0625rem;
  text-wrap: balance;
}

.simplify__subheading {
  color: var(--colour-text-tertiary-text);
  font-size: var(--text-3xl-size);
  line-height: var(--text-3xl-height);
  font-weight: var(--text-regular);
  margin-bottom: var(--spacing-xs);
}

.simplify__list {
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
  font-weight: var(--text-regular);
  padding-left: var(--spacing-xl);
}

.simplify__list-item {
  list-style: none;
  margin-bottom: var(--spacing-md);
  text-wrap: pretty;
  position: relative;
}

.simplify__list-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.25rem;
  left: calc(var(--spacing-xl) * -1);
  width: var(--spacing-lg);
  height: var(--spacing-lg);
  background-image: url("/assets/shared/tick-32e256be44420fbc486771d46173f27c7b62c379677e7a4913d47cee2aad7e79.svg");
  background-repeat: no-repeat;
}

.simplify__cta {
  margin-top: var(--spacing-2xl);
  width: fit-content;
}

@media screen and (max-width: 80rem) {
  .simplify__heading {
    font-size: var(--text-3xl-size);
    line-height: var(--text-3xl-height);
    margin-bottom: var(--spacing-xl);
    letter-spacing: -0.02rem;
  }

  .simplify__subheading {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
    margin-bottom: 0;
  }

  .simplify__body-text {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-xl);
  }

  .simplify__list {
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
    padding-right: var(--spacing-lg);
  }
}

@media screen and (max-width: 42.1875rem) {
  .simplify {
    padding-top: var(--spacing-3xl);
    padding-bottom: var(--spacing-4xl);
  }
  .simplify__inner {
    flex-direction: column;
    row-gap: var(--spacing-lg);
    justify-content: unset;
    column-gap: unset;
    align-items: unset;
  }
  .simplify__blurb {
    padding-left: 0;
  }
  .simplify__subheading {
    font-size: var(--text-xl-size);
    line-height: var(--text-xl-height);
    margin-bottom: 0;
  }
  .simplify__list {
    padding-right: 0;
  }

  .simplify__body-text {
    padding-right: 0;
  }
}
.arrow-link {
  width: fit-content;
  display: flex;
  align-items: center;
  font-family: var(--plex-sans-font);
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}

.arrow-link--forest-50 {
  color: var(--forest-50);
}

.arrow-link--grey-darker {
  color: var(--grey-darker);
}

.arrow-link__arrow {
  height: 1.5rem;
  width: 1.5rem;
}

.arrow-link--forest-50 .arrow-link__arrow {
  fill: var(--forest-50);
}

.arrow-link--grey-darker .arrow-link__arrow {
  fill: var(--grey-darker);
}
.arrow {
  font-size: 1rem;
  height: 1em;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.arrow--black {
  --color: var(--black);
}

.arrow--grey {
  --color: #666666;
}

.arrow__head {
  border: solid var(--color);
  padding: 0.25em;
  border-radius: 0.125em;
  position: absolute;
}

.arrow__head--left {
  border-width: 0 0.125em 0.125em 0;
  transform: rotate(135deg);
  left: 0;
}

.arrow__head--right {
  border-width: 0 0.125em 0.125em 0;
  transform: rotate(-45deg);
  right: 0;
}

.arrow__tail {
  height: 0.125em;
  width: 100%;
  border-radius: 0.125em;
  background-color: var(--color);
}
.blockquote {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  margin-top: var(--spacing-3xl);
  border-radius: var(--border-radius-sm);
  padding: var(--spacing-2xl);
  color: var(--colour-background-bg-1);
  background-image: url("/assets/about_us/grain_bg-35919cfd9916fcc1dd3b1ba407755d882832cfeaee56c10c3231d67bee035034.webp");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.blockquote__quote {
  display: flex;
  font-size: var(--text-4xl-size);
  line-height: var(--text-4xl-height);
  font-weight: var(--text-medium);
  max-width: 90%;
}

.blockquote__opening_quotemark {
  color: var(--colour-background-bg-1);
  font-size: 15rem;
  line-height: 0.25;
  position: relative;
  top: 3.5rem;
  width: 0;
}

.blockquote__remaining_quote {
  text-wrap: pretty;
  margin-left: var(--spacing-6xl);
}

.blockquote__source {
  margin-left: var(--spacing-6xl);
  font-size: var(--text-xl-size);
  line-height: var(--text-xl-height);
}

.blockquote__cite {
  display: block;
}

@media screen and (max-width: 80rem) {
  .blockquote__quote {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
  }
}

@media screen and (max-width: 42.1875rem) {
  .blockquote {
    background-size: cover;
    margin-top: var(--spacing-md);
    padding: var(--spacing-lg) var(--spacing-xl) var(--spacing-lg) var(--spacing-md);
  }
  
  .blockquote__quote {
    font-size: var(--text-xl-size);
    line-height: var(--text-xl-height);
    max-width: none;
  }
  
  .blockquote__opening_quotemark {
    margin-top: -2rem;
    font-size: 6rem;
    line-height: 0.25;
    width: 0;
  }
  
  .blockquote__remaining_quote {
    margin-top: 3rem;
    margin-left: 0rem;
    text-wrap: pretty;
  }
  
  .blockquote__source {
    margin-left: 0rem;
    font-size: var(--text-base-size);
    line-height: var(--text-base-height);
  }
}
.button {
  font-family: var(--plex-sans-font);
  font-style: normal;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 150px;
}

.button--s {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  padding: 0.6875em 1.375em;
}

.button--l {
  font-size: 1.3125rem;
  line-height: 1.2;
  letter-spacing: 0;
  padding: 0.6666666667em 1.8095238095em;
}

.button--100w {
  width: 100%;
}

.button--primary {
  background-color: var(--primary-light);
  border: 2px solid var(--primary-light);
  color: var(--black);
}

.button--secondary {
  color: var(--black);
  background-color: #7df3de33;
  border: 2px solid var(--primary-light);
}

.button--tertiary {
  color: var(--white);
  background-color: var(--royal-blue);
  border: 2px solid var(--royal-blue);
}

.button--transparent {
  color: var(--black);
  background-color: transparent;
  border: 2px solid var(--primary-light);
}

.button--turquoise {
  color: var(--test-forest-1);
  background-color: var(--sc-turquoise);
  border: 2px solid var(--sc-turquoise);
}

.button--icon-only {
  display: flex;
  padding: 0.75rem;
  background-color: var(--grey-lightest);
}
.cta-info-card {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: var(--border-radius-small-2);
  background-color: var(--grey-lightest);
  text-decoration: none;
  width: 100%;
}

.cta-info-card:hover {
  opacity: 0.7;
}

.cta-info-card:active {
  opacity: 0.5;
}

.cta-info-card__content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cta-info-card__img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  border-radius: 100%;
  background-color: var(--purple-50);
  padding: 1.25rem;
}

.cta-info-card__title {
  color: rgba(77, 77, 77, 0.6);
}

.cta-info-card__subtitle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media only screen and (max-width: 62em) {
  .cta-info-card {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .cta-info-card__img-container {
    display: none;
  }

  .cta-info-card__copy {
    width: 100%;
  }

  .cta-info-card__title {
    display: none;
  }

  .cta-info-card__subtitle {
    justify-content: space-between;
  }
}
.cta-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: var(--black);
  color: var(--white);
}

.cta-section__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  padding-top: 11.5625rem;
  padding-bottom: 11.5625rem;
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
  max-width: 66.875rem;
}

.cta-section__prose-wrapper {
  max-width: 25rem;
}

.cta-section__img-wrapper {
  max-width: 21.875rem;
}

.cta-section__heading {
  font-family: var(--plex-sans-font);
  font-size: var(--superhero-font-size);
  font-weight: var(--superhero-font-weight);
  line-height: var(--superhero-line-height);
  letter-spacing: var(--superhero-letter-spacing);
}

.cta-section__img {
  border-radius: 1rem;
}

.cta-section__cta {
  margin-top: 3rem;
  position: relative;
  display: inline-block;
}

.cta-section__arrows-anchor {
  position: absolute;
  top: -2.9rem;
  width: 100%;
}

.cta-section__arrows {
  margin-left: auto;
  margin-right: auto;
}

.cta-section__button {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 42.1875em) {
  .cta-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-section__content {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .cta-section__prose-wrapper {
    margin-bottom: 6.5rem;
  }

  .cta-section__img-wrapper {
    max-width: 10.9375rem;
  }

  .cta-section__heading {
    font-size: var(--h2-font-size);
    letter-spacing: var(--h2-letter-spacing);
    line-height: var(--h2-line-height);
  }

  .cta-section__cta {
    margin-top: 6.5rem;
  }
}
.modal {
  position: relative;
  z-index: 1000;
}

.modal__background {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 21, 21, 0.8);
}

@media only screen and (max-width: 42.1875em) {
  .modal__background {
    justify-content: flex-end;
  }
}
.nav-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  text-decoration: none;
  font-weight: var(--text-medium);
}
.nav-menu {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.nav-menu__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--grey-lightest);
}

.nav-menu__emphasised {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--grey-lightest);
}

.nav-menu__emphasised--no-separator {
  padding-bottom: 0;
  border-bottom: none;
}

.nav-menu__heading {
  padding: 0.5rem 1rem;
}

.nav-menu__btn {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding-right: 0.5rem;
  padding-left: 0.75rem;
  border-radius: var(--border-radius-small);
  text-decoration: none;
  min-width: fit-content;
}

.nav-menu__btn:active {
  background-color: var(--grey-lightest);
}

.nav-menu__items {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}

.nav-menu__item {
  padding: 0.5rem 1rem;
  width: 100%;
  border-radius: var(--border-radius-small);
  text-decoration: none;
}

.nav-menu__item:active {
  background-color: var(--grey-lightest);
}

.nav-menu__item--with-icon {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

@media screen and (max-width: 62em) {
  .nav-menu {
    padding: 0;
    row-gap: 0;
  }

  .nav-menu__header {
    display: none;
  }

  .nav-menu__items {
    row-gap: 0;
  }

  .nav-menu__item {
    padding: 1rem 1rem 1rem 2rem;
  }

  .nav-menu__emphasised {
    padding: 0.5rem 1rem;
  }

  .nav-menu__emphasised .text--form-label {
    font-weight: var(--text-regular);
  }
}
.media {
  display: flex;
  align-items: center;
  grid-gap: 1.25rem;
}

.media__img-wrapper {
  flex: 0 0 auto;
}

.media__img {
  border-radius: 50%;
}

.media__content {
  flex: 1;
  min-width: 0;
}
.pill {
  font-family: var(--plex-sans-font);
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  border-radius: 1.875rem;
  padding: 0.5em 1em 0.4em;
  text-transform: uppercase;
  width: fit-content;
}

.pill--green {
  background-color: #c4fb8c;
  color: #2d6a65;
}

.pill--forest {
  background-color: #2d6a6533;
  color: var(--forest);
}

.pill--blue {
  background-color: rgba(74, 84, 235, 0.2);
  color: #4a54eb;
}

.pill--pink {
  background-color: #ffd0d7;
  color: #d95761;
}

.pill--orange {
  background-color: #fbe5a6;
  color: #b4841d;
}
.quotes {
  position: relative;
}

.quotes--open:before {
  content: open-quote;
  font-size: 1em;
  position: absolute;
  top: 0;
  left: -0.5ch;
}

.quotes--close:after {
  content: close-quote;
  font-size: 1em;
  position: relative;
  right: 0.5ch;
}
.removal-method-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: var(--white);
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  border-radius: var(--border-radius-xs);
}

.removal-method-card:hover {
  opacity: 0.9;
}

.removal-method-card__img-container {
  overflow: hidden;
  border-top-right-radius: var(--border-radius-xs);
  border-top-left-radius: var(--border-radius-xs);
}

.removal-method-card:hover .removal-method-card__img {
  transform: scale(1.1);
}

.removal-method-card__img {
  width: 100%;
  object-fit: cover;
  transform-origin: center;
  transition-duration: 0.8s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.removal-method-card__body {
  order: 2; /* The body comes first in the markup for semantic reasons. Visually it comes second */
  display: flex;
  flex-direction: column;
  row-gap: var(--spacing-lg);
  padding: var(--spacing-xl);
  flex: 1;
  justify-content: flex-start;
  border-right: 1px solid var(--colour-border-border-light);
  border-bottom: 1px solid var(--colour-border-border-light);
  border-left: 1px solid var(--colour-border-border-light);
  border-bottom-right-radius: var(--border-radius-xs);
  border-bottom-left-radius: var(--border-radius-xs);
}

.removal-method-card__link {
  text-decoration: none;
}

.removal-method-card:hover .removal-method-card__link {
  text-decoration: underline;
}

.removal-method-card__link::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.removal-method-card__name {
  font-family: var(--plex-sans-font);
  font-size: var(--text-2xl-size);
  line-height: var(--text-2xl-height);
  letter-spacing: var(--text-2xl-spacing);
  font-weight: var(--text-regular);
}

.removal-method-card__desc {
  font-family: var(--plex-sans-font);
  font-size: var(--text-base-size);
  line-height: var(--text-base-height);
  letter-spacing: var(--text-base-spacing);
  color: var(--colour-text-secondary-text);
}

.removal-method-card__badges {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-sm);
}

.removal-method-card__badge {
  padding: var(--spacing-sm);
  font-family: var(--plex-mono-font);
  font-size: var(--text-sm-size);
  line-height: var(--text-sm-height);
  letter-spacing: var(--text-sm-spacing);
  border-radius: var(--border-radius-xs);
}

.removal-method-card__badge--pink {
  background-color: var(--colour-utility-danger-pale);
}

.removal-method-card__badge--orange {
  background: var(--colour-utility-alert-pale, #fff1ca);
}

.removal-method-card__badge--green {
  background-color: var(--brand-secondary-zest-pale, #d7feba);
}

.removal-method-card__badge--grey {
  background-color: var(--colour-background-bg-3);
}

@media only screen and (max-width: 42.1875em) {
  .removal-method-card__body {
    padding: 1.25rem;
    row-gap: var(--spacing-md);
  }

  .removal-method-card__name {
    font-size: var(--text-lg-size);
    line-height: var(--text-lg-height);
    letter-spacing: var(--text-lg-spacing);
  }

  .removal-method-card__desc {
    font-size: var(--text-xs-size);
    line-height: var(--text-xs-height);
    letter-spacing: var(--text-xs-spacing);
  }

  .removal-method-card__badge {
    padding: var(--spacing-xs);
    font-size: var(--text-xs-size);
    line-height: var(--text-xs-height);
    letter-spacing: var(--text-xs-spacing);
  }
}
.removal-method-icon {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 100%;
}

.removal-method-icon--biochar {
  background-image: url("/assets/icons/biochar-3efdbe4696eac4531b88083baf28e1a8224df83f47312157412c85b21d93e913.png");
}

.removal-method-icon--enhanced-weathering {
  background-image: url("/assets/icons/enhanced_weathering-7a9c47af07c406c0652f52644b4bc349cbe0466eff67053170928807630404f4.png");
}

.removal-method-icon--direct-air-capture {
  background-image: url("/assets/icons/direct_air_capture-202ac5f2699de672c1fd09253409463c7c815ebb171220136ba1e0e4ec38ece0.png");
}

.removal-method-icon--bio-oil {
  background-image: url("/assets/icons/bio_oil-5329d1c28a1bb6b339908c2674e8b48c3ecb1803854b7c338667c14e5910cd4d.png");
}

.removal-method-icon--tree-planting {
  background-image: url("/assets/icons/tree_planting-5aff1fcc4bbe40a6a620ea701e3f68073fa1cdcd1a1fc09f25e1ba055195f919.png");
}

.removal-method-icon--dac-with-ocean-storage {
  background-image: url("/assets/icons/dac_with_ocean_storage-1bc1a55e4d7628e5c01140222c1ee7d01d0c0e83dae83a3a0225548fa5a36b0f.png");
}

.removal-method-icon--woody-biomass-sinking {
  background-image: url("/assets/icons/woody_biomass_sinking-54a1e56e1f643b09d86ef5414bd6ff6f19be70bcad729a5f36a873a44413aa3b.png");
}
/* Glide JS overrides */
.removal-method-slider .glide__slides {
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  margin-left: -0.5rem;
  padding-bottom: 0.5rem;
}
.scientist-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: var(--white);
  text-decoration: none;
  box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.03);
  border-radius: var(--border-radius-sm);
}

.scientist-card__who {
  font-size: var(--text-3xl-size);
  line-height: var(--text-3xl-height);
  font-weight: var(--text-medium);
}

.scientist-card__role {
  color: var(--colour-text-tertiary-text);
  font-size: var(--text-2xl-size);
  line-height: var(--text-2xl-height);
  font-weight: var(--text-regular);
  margin-bottom: var(--spacing-md);
}

.scientist-card__img-container {
  background-color: #062D22;
  overflow: hidden;
  border-top-right-radius: var(--border-radius-sm);
  border-top-left-radius: var(--border-radius-sm);
  padding: var(--spacing-xl) 0 var(--spacing-xl) 0;
}

.scientist__image-tag {
  max-width: 180px;
  margin: 0 auto;
  border-radius: var(--border-radius-xs);
}

.scientist-card__body {
  order: 2;
  display: flex;
  flex-direction: column;
  padding: var(--spacing-xl) var(--spacing-xl);
  flex: 1;
  justify-content: flex-start;
}

.scientist-card__desc {
  font-size: var(--text-base-size);
  line-height: var(--text-base-height);
  letter-spacing: var(--text-base-spacing);
  
}

.scientist-card__university {
  margin-bottom: var(--spacing-md);
}

@media screen and (max-width: 80rem) {
  .scientist-card__who {
    font-size: var(--text-2xl-size);
    line-height: var(--text-2xl-height);
  }

  .scientist-card__role {
    font-size: var(--text-xl-size);
    line-height: var(--text-xl-height);
  }
}

@media screen and (max-width: 42.1875rem) {
  .scientist-card__body {
    padding: var(--spacing-lg);
  }

  .scientist-card__role {
    margin-bottom: var(--spacing-md);
  }
}
.slider__arrows {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5rem;
}

/* Glide overrides */
.slider .glide__arrow {
  position: relative;
  top: unset;
  padding: 0.75rem 1rem;
  box-shadow: none;
  border-radius: 0;
  text-shadow: none;
  border: none;
  background-color: transparent;
  transform: none;
}

.slider .glide__arrow--left {
  left: unset;
}

.slider .glide__arrow--right {
  right: unset;
}
.stack {
  display: flex;
  flex-direction: column;
  list-style: none;
}

.stack--xxs {
  row-gap: 0.5rem;
}

.stack--xs {
  row-gap: 1rem;
}

.stack--sm {
  row-gap: 1.25rem;
}

.stack--md {
  row-gap: 1.5rem;
}

.stack--lg {
  row-gap: 2rem;
}

.stack--xl {
  row-gap: 2.5rem;
}

.stack--center {
  align-items: center;
}
.subscribe-form__input-wrapper {
  display: flex;
  gap: var(--spacing-sm);
  margin-top: var(--spacing-xs);
}

.subscribe-form__input {
  flex-grow: 1;
  padding: var(--spacing-sm) var(--spacing-md);
  border-radius: 0.375rem;
  border: 1px solid var(--colour-border-border-light, #d7dad9);
  background: var(--colour-background-bg-1, #fff);
  box-shadow: var(--shadow-sm);
  font-family: var(--plex-sans-font);
  font-size: var(--text-base-size);
  font-weight: var(--text-regular);
  line-height: var(--text-base-height);
  letter-spacing: var(--text-base-spacing);
}

.subscribe-form__input::placeholder {
  color: var(--colour-text-tertiary-text);
}

.subscribe-form__error-container {
  position: absolute;
  font-family: var(--plex-sans-font);
  font-size: var(--text-xs-size);
  letter-spacing: var(--text-xs-spacing);
  line-height: var(--text-xs-height);
}

@media screen and (max-width: 62em) {
  .subscribe-form__email {
    max-width: none;
  }
}

@media only screen and (max-width: 42.1875em) {
  .subscribe-form__input-wrapper {
    max-width: 100%;
    flex-wrap: wrap;
  }

  .subscribe-form__input {
    flex-basis: 100%;
  }

  .subscribe-form__submit {
    flex-basis: 100%;
    justify-content: center;
  }
}
.testimonial-carousel__testimonial {
  display: flex;
  grid-gap: 1.5rem;
  max-width: 41rem;
  margin: 0 auto;
  align-items: center;
}

.testimonial-carousel__headshot {
  flex-basis: 30%;
}

.testimonial-carousel__quote {
  flex-basis: 70%;
  display: flex;
  flex-direction: column;
  grid-gap: 1.5rem;
}

.testimonial-carousel__bullets {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 62em) {
  .testimonial-carousel__testimonial {
    flex-direction: column;
    max-width: 25rem;
  }

  .testimonial-carousel__headshot {
    width: 50%;
  }
}

/* Glide overrides */
.testimonial-carousel .glide__bullets {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  position: relative;
  transform: unset;
}

.testimonial-carousel .glide__bullet {
  border-color: transparent;
}

.testimonial-carousel .glide__bullet:hover {
  border: 2px solid var(--black);
}
.underline-on-hover {
  position: relative;
  text-decoration: none;
}

.underline-on-hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.0625rem;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-in-out;
}

.underline-on-hover--regular::after {
  bottom: 0;
}

.underline-on-hover--tight::after {
  bottom: 0.25em;
}

.underline-on-hover:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.underline-on-hover--primary::after {
  background-color: var(--primary);
}

.underline-on-hover--forest::after {
  background-color: var(--forest);
}

.underline-on-hover--purple::after {
  background-color: var(--purple);
}
.fade-in {
  animation: fadeIn 200ms;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.slide-in {
  animation: slideIn 200ms forwards;
}

@keyframes slideIn {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes bgMove {
  0% {
    background-position: 100% 0%;
  }
  25% {
    background-position: 100% 100%;
  }
  50% {
    background-position: 20% 100%;
  }
  75% {
    background-position: 20% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}

@keyframes bgRotate {
  0% {
    rotate: 0deg;
  }
  50% {
    rotate: 180deg;
  }
  100% {
    rotate: 360deg;
  }
}
.grey-text {
  color: var(--grey);
}

.card-shadow {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 5px rgba(0, 0, 0, 0.08);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hidden {
  display: none;
}

.unstyled-list {
  list-style: none;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.small-screen-only {
  display: none;
}

.sup {
  vertical-align: super;
  font-size: 0.5em;
}

.small-screen-only {
  display: none;
}

.medium-screen-only {
  display: none;
}

.large-screen-only {
  display: block;
}

@media only screen and (max-width: 62em) {
  .small-screen-only {
    display: none;
  }

  .large-screen-only {
    display: none;
  }

  .medium-screen-only {
    display: block;
  }
}

@media only screen and (max-width: 42.1875em) {
  .medium-screen-only {
    display: none;
  }

  .large-screen-only {
    display: none;
  }

  .small-screen-only {
    display: block;
  }
}
