:root {
  --lime-green: #50ae30;
  --rw-brown: #5e534a;
  --rw-blue: #00b1ec;
  --sea-green: #00684c;
  --white: white;
  --alice-blue: #eaf3f9;
  --siteblue: #009ee3;
  --bglight: whitesmoke;
  --icma-blue: #004085;
  --gainsboro: #e7e4e2;
  --dim-grey-2: #5c524a;
  --white-smoke: #edebea;
  --medium-sea-green: #38ae48;
  --peru: #f68316;
  --light-blue: #cceffb;
  --steel-blue: #2b83c3;
  --black: black;
  --dim-grey: #505050;
  --imug-blue: #019ee3;
  --grey: grey;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--lime-green);
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Miso, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
}

h2 {
  color: var(--rw-brown);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Miso, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Miso, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 27px;
}

h4, h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: var(--rw-blue);
}

strong {
  font-weight: bold;
}

blockquote {
  color: var(--rw-brown);
  border-left: 0 #0000;
  margin-bottom: 10px;
  padding: 0;
  font-size: 24px;
  line-height: 32px;
}

.body {
  font-family: Proximanova, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

.column {
  padding-left: 0;
  padding-right: 25px;
}

.footer-area {
  background-color: var(--sea-green);
}

.footer-cols {
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
}

.footer-holder {
  color: #ffffff80;
  padding-top: 30px;
  padding-bottom: 100px;
  font-size: 15px;
  line-height: 22px;
}

.footer-info a {
  color: #ffffff80;
}

.footer-info a:hover {
  color: #fff;
}

.page-end {
  padding-top: 20px;
}

.gotop-link {
  opacity: .24;
  text-align: center;
  width: 100px;
  margin: 15px auto 25px;
  padding-top: 20px;
  padding-bottom: 25px;
  display: block;
}

.gotop-link:hover {
  opacity: 1;
}

.footer-link {
  color: #ffffff80;
  margin-right: 26px;
}

.footer-link:hover {
  color: #fff;
}

.nav-menu {
  float: left;
  color: var(--rw-brown);
  letter-spacing: .5px;
  text-transform: uppercase;
  width: 70%;
  font-family: Miso, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.brand {
  float: right;
  padding-top: 4px;
  position: static;
}

.brandbox {
  float: right;
  color: var(--rw-brown);
  cursor: pointer;
  margin-right: 40px;
  padding-top: 20px;
  font-size: 14px;
  line-height: 20px;
}

.poweredby {
  float: left;
  color: #5e534a80;
  -webkit-text-stroke-color: #5e534a;
  background-image: url('../images/arrow-right-brown_t50p.png');
  background-position: 0 35%;
  background-repeat: no-repeat;
  background-size: 13px 9px;
  margin-right: 17px;
  padding-left: 18px;
  line-height: 16px;
}

.navbar {
  z-index: 9999;
  background-color: var(--alice-blue);
  position: sticky;
  top: 0;
}

.header {
  color: var(--sea-green);
  width: 90%;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 700;
}

.nav-link {
  color: var(--rw-brown);
  padding-left: 15px;
  padding-right: 15px;
}

.nav-link:hover {
  color: var(--siteblue);
}

.nav-link.w--current {
  color: var(--sea-green);
}

.stage {
  background-color: #eaf3f9;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 50px;
}

.stage.sha {
  padding-bottom: 50px;
}

.stage.plain {
  margin-bottom: 50px;
}

.stage.about {
  padding-bottom: 20px;
}

.stage.homestage {
  margin-bottom: 100px;
}

.intro {
  color: var(--sea-green);
  width: 90%;
  font-size: 24px;
  line-height: 32px;
}

.benefit-list {
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.benefit {
  background-color: var(--siteblue);
  color: var(--white);
  background-image: none;
  border-radius: 8px;
  width: 47%;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 10px 20px;
  font-size: 24px;
  line-height: 32px;
  list-style-type: none;
}

.verified-sec {
  background-color: var(--bglight);
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.navshadow {
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 6px 6px #00000012;
}

.scrolltrigger {
  height: 100px;
}

.blue {
  color: var(--icma-blue);
}

.verification-text {
  width: 60%;
  padding-right: 40px;
}

.certifier-logo {
  float: left;
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 16px 30px;
  display: flex;
}

.cerfifier-logolist {
  flex-wrap: wrap;
}

.quicklings-holder {
  background-color: var(--gainsboro);
  color: var(--dim-grey-2);
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 15px;
  line-height: 22px;
}

.quicklink-col {
  float: left;
  margin-bottom: 15px;
  padding-right: 100px;
}

.quicklink {
  color: var(--dim-grey-2);
  transition: color .2s;
  display: block;
}

.quicklink:hover {
  color: var(--lime-green);
}

.quicklink.inactive {
  color: #938d86;
  text-transform: uppercase;
}

.quicklinks-label {
  color: var(--dim-grey-2);
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Miso, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.read-on {
  color: #5c524a80;
  text-align: center;
  text-transform: uppercase;
  font-family: Miso, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}

.read-on-link {
  opacity: .5;
  color: #5c524a;
  background-image: url('../images/arrow-right-brown_1arrow-right-brown.png');
  background-position: 0 35%;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-left: 10px;
  padding-left: 30px;
  transition: opacity .2s;
}

.read-on-link:hover {
  opacity: 1;
  color: var(--dim-grey-2);
}

.site-label {
  position: absolute;
  inset: 0% auto auto -140px;
}

.nav-holder {
  position: relative;
}

.dropdown-list {
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  border-radius: 10px;
  margin-top: -5px;
  padding: 15px 5px;
  font-family: Proximanova, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  box-shadow: 0 8px 5px #0003;
}

.dropdown-list.w--open {
  background-color: var(--white);
  display: flex;
  left: 0;
}

.dropdown {
  color: var(--rw-brown);
  position: static;
}

.dropdown:hover {
  background-color: #fff;
}

.dropdown-link {
  color: var(--rw-brown);
  white-space: break-spaces;
  background-color: #f7f7f7;
  border-radius: 6px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-link:hover {
  color: var(--siteblue);
  background-color: #f1f1f1;
}

.highlight {
  color: var(--lime-green);
}

.stage-collage {
  max-width: 1160px;
  margin-bottom: -150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
}

.imagecol {
  float: left;
  width: 21%;
  padding-left: 15px;
  padding-right: 15px;
}

.imagecol.w2 {
  width: 37%;
}

.imagecol.c1 {
  text-align: right;
}

.grid-image {
  border-radius: 10px;
  overflow: hidden;
}

.grid-image.i1 {
  width: 80%;
  margin-bottom: 20px;
}

.grid-image.i3 {
  margin-top: 25px;
}

.grid-image.i5 {
  width: 75%;
  margin-top: 25px;
  margin-bottom: 20px;
}

.stakeholder-arguments {
  margin-bottom: 30px;
  padding-top: 50px;
}

.target-group {
  color: var(--lime-green);
  margin-top: 4px;
  font-size: 28px;
  line-height: 27px;
}

.argument-text {
  color: var(--rw-brown);
  padding-right: 25px;
}

.argument {
  width: 33%;
  margin-bottom: 30px;
  position: relative;
}

.hi-blue {
  color: #2c83c3;
}

.expertise-block {
  background-color: var(--white-smoke);
  margin-top: 50px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 30px;
}

.expertise-header {
  float: left;
  background-color: var(--white);
  color: var(--rw-brown);
  border-radius: 8px;
  margin-top: 0;
  margin-right: 20px;
  padding: 8px 10px 4px;
  font-size: 28px;
  line-height: 27px;
}

.expertise-intro {
  color: var(--rw-brown);
  margin-left: 150px;
}

.expertise-field {
  background-color: var(--white);
  color: var(--medium-sea-green);
  border-radius: 8px;
  flex-direction: column;
  flex: 0 31%;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.expertise-field:hover {
  color: var(--rw-brown);
  transform: translate(0, -10px);
}

.expertise-label {
  margin-top: 0;
  margin-bottom: 0;
  padding: 18px 16px 15px;
  font-size: 28px;
  line-height: 27px;
}

.image-holder {
  height: 200px;
  overflow: hidden;
}

.expertise-listing {
  flex-wrap: wrap;
  justify-content: space-around;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 20px;
  display: flex;
}

.fake-button {
  background-color: var(--white);
  background-image: url('../images/arrow-right-mgreen_1arrow-right-mgreen.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 6px;
  width: 32px;
  height: 30px;
  position: absolute;
  inset: auto 15px 15px auto;
}

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

.news-section.hide {
  display: none;
}

.news-heading {
  font-size: 28px;
  line-height: 27px;
}

.article-teaser {
  margin-bottom: 10px;
}

.article-teaser:hover {
  color: var(--rw-brown);
}

.library-head {
  color: var(--rw-brown);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 7px;
  font-family: Proximanova, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.text-span {
  background-image: url('../images/arrow-right-brown_1arrow-right-brown.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  display: inline-block;
}

.video-box {
  width: 50%;
  margin-bottom: 8px;
}

.video-content {
  padding-right: 25px;
}

.guide-navigation {
  padding-top: 40px;
}

.stage-csh-label {
  float: right;
  background-color: var(--white);
  border-radius: 12px;
  margin-bottom: -110px;
  margin-left: 50px;
  padding: 50px 45px;
  box-shadow: 0 0 15px #00408533;
}

.benefits-intro {
  width: 60%;
}

.benefit {
  background-image: none;
}

.process-info {
  background-color: #f1f1f1;
  margin-top: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.certification-process {
  margin-bottom: 45px;
}

.esg-block {
  background-color: var(--medium-sea-green);
  color: var(--white);
  border-radius: 10px;
  width: 33%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 20px 50px;
  position: relative;
}

.esg-block.social {
  background-color: var(--peru);
}

.esg-block.governance {
  background-color: var(--icma-blue);
}

.block-label {
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: Miso, sans-serif;
  font-size: 27px;
  line-height: 27px;
}

.large-letter {
  float: right;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Miso, sans-serif;
  font-size: 80px;
  line-height: 75px;
}

.esg-listing {
  justify-content: space-between;
  margin: 30px -10px 20px;
  display: flex;
}

.connector {
  border-style: none solid solid;
  border-width: 0 2px 2px;
  border-color: var(--medium-sea-green);
  color: var(--medium-sea-green);
  text-align: center;
  text-transform: uppercase;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-bottom: 40px;
  padding: 10px 25px 20px;
  font-family: Miso, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 27px;
}

.w80 {
  width: 80%;
}

.content-section {
  margin-bottom: 50px;
}

.content-section.last {
  margin-bottom: 70px;
}

.results-block {
  background-color: var(--white-smoke);
  color: var(--rw-brown);
  border-radius: 10px;
  width: 33%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  position: relative;
}

.results-block.certificate {
  background-color: var(--medium-sea-green);
  color: var(--white);
}

.right-indent {
  padding-right: 30px;
}

.block-icon {
  padding-top: 17px;
  padding-bottom: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.resultsblock-label {
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Miso, sans-serif;
  font-size: 27px;
  line-height: 27px;
}

.results-listing {
  justify-content: space-between;
  margin: 30px -10px 20px;
  display: flex;
}

.reference {
  margin-bottom: 20px;
}

.bullet-list {
  padding-left: 16px;
  list-style-type: disc;
}

.small-in-page-link {
  color: var(--sea-green);
  background-image: url('../images/arrow-green-down_1arrow-green-down.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-left: 20px;
  display: block;
}

.small-in-page-link:hover {
  color: var(--medium-sea-green);
}

.quicklinks {
  float: left;
  padding-right: 40px;
}

.quicklinks-holder {
  margin-bottom: 50px;
}

.project-listing {
  margin-top: 30px;
  position: relative;
}

.project {
  flex-wrap: nowrap;
  margin-bottom: 20px;
  display: flex;
}

.project.head {
  color: #9e9e9e;
  border-bottom: 1px solid #b9b9b9;
}

.hi-mgreen {
  color: var(--medium-sea-green);
}

.stage-images {
  justify-content: space-around;
  margin: 30px -10px -50px;
  display: flex;
}

.stage-image {
  border-radius: 10px;
  flex: 0 33%;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.statement-header {
  color: var(--medium-sea-green);
  font-size: 20px;
  line-height: 19px;
}

.statement {
  width: 95%;
  font-size: 24px;
  line-height: 32px;
}

.efl-logo-badge {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.map-holder {
  background-image: url('../images/map-europe.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-wrap: wrap;
  place-content: flex-start flex-end;
  align-items: stretch;
  height: 600px;
  margin-top: 20px;
  padding-top: 15px;
  padding-left: 40%;
  padding-right: 5px;
  display: flex;
}

.label-holder {
  float: none;
  background-color: var(--white);
  border-radius: 8px;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 15px 20px;
  display: flex;
  box-shadow: 0 0 15px #00000026;
}

.sustainability-cols {
  margin-top: 30px;
}

.team-listing {
  flex-wrap: wrap;
  place-content: flex-start space-between;
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.portrait {
  float: left;
  width: 48%;
  padding-right: 15px;
}

.team-member {
  width: 50%;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 15px;
}

.member-info {
  margin-left: 48%;
}

.member-credentials {
  color: var(--rw-brown);
  margin-bottom: 5px;
}

.image-8 {
  border-radius: 8px;
  overflow: hidden;
}

.link-button {
  color: var(--rw-brown);
  border: 2px solid #5e534a4d;
  border-radius: 6px;
  margin-right: 10px;
  padding: 3px 10px 0;
  display: inline-block;
}

.link-button:hover {
  color: var(--rw-brown);
  border-color: #5e534a;
}

.contact-section {
  margin-bottom: 50px;
}

.contacts-list {
  flex-wrap: wrap;
  margin-left: 185px;
  display: flex;
}

.contacts-header {
  float: left;
  margin-top: 0;
}

.contact {
  width: 32%;
  margin-bottom: 20px;
}

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

.in-page-link {
  color: var(--sea-green);
  background-image: url('../images/arrow-green-down_1arrow-green-down.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-bottom: 2px;
  padding-left: 22px;
  font-size: 24px;
  line-height: 32px;
  display: block;
}

.with-separator-line {
  border-top: 2px solid var(--medium-sea-green);
  padding-top: 10px;
}

.w90 {
  width: 90%;
}

.library-linkblock {
  margin-bottom: 20px;
  padding-right: 30px;
  display: block;
}

.library-linkblock:hover {
  color: var(--rw-brown);
}

.article-listing {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 50px;
}

.article-preview {
  clear: both;
  margin-bottom: 30px;
  padding-right: 30px;
  display: block;
}

.article-preview:hover {
  color: var(--rw-brown);
}

.article-date {
  float: left;
  color: #5e534a66;
  width: 14%;
  margin-top: 5px;
  font-size: 15px;
  line-height: 22px;
}

.article-image {
  float: left;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 29%;
  display: flex;
  box-shadow: 0 0 15px #00000026;
}

.article-image.inset {
  min-height: 140px;
  padding: 20px 25px 23px;
}

.article-image.inset.red {
  background-color: #ff002b;
}

.article-abstract {
  margin-left: 44%;
  padding-left: 25px;
}

.article-header {
  color: var(--rw-brown);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  font-family: Proximanova, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.strategy-framework {
  text-align: right;
}

.hi-rwblue {
  color: var(--rw-blue);
}

.process-listing {
  flex-wrap: wrap;
  place-content: flex-start;
  margin: 20px -10px;
  display: flex;
}

.process-block {
  background-color: var(--light-blue);
  color: var(--rw-brown);
  border-radius: 10px;
  width: 31%;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 20px 10px;
}

.process-block.last {
  background-color: #d7efda;
}

.block-number {
  float: left;
  margin-bottom: 44px;
  font-family: Miso, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 58px;
}

.testimonial {
  color: var(--medium-sea-green);
  font-size: 24px;
  line-height: 30px;
}

.imagebox {
  border-radius: 8px;
  overflow: hidden;
}

.roadmap-list {
  flex-wrap: wrap;
  place-content: flex-start;
  margin: 20px -10px;
  display: flex;
}

.roadmap-block {
  color: var(--rw-brown);
  background-color: #f1f1f1;
  border-radius: 10px;
  width: 47%;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 20px 10px;
}

.roadmap-block.lightblue {
  background-image: linear-gradient(117deg, #f1f1f1, #c4e4ff);
}

.roadmap-block.blue-green {
  background-image: linear-gradient(125deg, #c4e4ff 30%, #b5eeb2);
}

.roadmap-block.to-green {
  background-image: linear-gradient(to right, #b5eeb2, #cceec0);
}

.service-block {
  background-color: var(--light-blue);
  color: var(--rw-brown);
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 20px 20px 10px;
}

.article-listing-cols {
  flex-wrap: wrap;
  place-content: flex-start;
  margin-top: 20px;
  margin-left: 31%;
}

.site-label-mobile {
  width: 100px;
  margin-top: 10px;
  position: absolute;
  inset: 0% auto auto -122px;
}

.mini-line {
  border-top: 2px solid var(--lime-green);
  width: 15%;
  margin-top: 0;
  margin-bottom: 15px;
}

.mini-line.blue {
  border-top-color: var(--steel-blue);
}

.mcol {
  padding-right: 25px;
}

.mcol.pt-20 {
  padding-top: 20px;
}

.library-section-title {
  float: left;
  width: 26%;
}

.video-section {
  margin-bottom: 50px;
  padding-bottom: 40px;
}

.video-caption {
  width: 50%;
  padding-left: 25px;
}

.credits {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

.video-intro {
  width: 80%;
  margin-bottom: 20px;
}

.article-link {
  background-image: url('../images/arrow-right-brown_1arrow-right-brown.png');
  background-position: 0 30%;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-right: 24px;
  padding-left: 24px;
}

.flexblock {
  margin-left: 18%;
}

.flexcol {
  width: 50%;
  padding-right: 25px;
}

.narrow-head {
  float: left;
  color: var(--sea-green);
  width: 14%;
  margin-top: 5px;
  font-size: 50px;
  line-height: 45px;
}

.text-span-2 {
  color: var(--lime-green);
}

.score-label {
  color: #ffffffbf;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
  margin-left: 18px;
  font-family: Miso, sans-serif;
  font-size: 27px;
  line-height: 27px;
  position: absolute;
  inset: auto 0% 0%;
}

.case-box {
  background-color: #f7f7f7;
  border-radius: 15px;
  margin-top: 25px;
  padding: 5px 25px 20px;
}

.caseblock-label {
  float: right;
  color: #999;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Miso, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.case-subhead {
  font-size: 24px;
  line-height: 23px;
}

.image-credits {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
}

.project-tasks {
  width: 40%;
}

.project-description {
  width: 40%;
  padding-right: 20px;
}

.project-client {
  width: 15%;
  padding-right: 20px;
}

.list-index {
  float: left;
  color: var(--rw-brown);
  letter-spacing: .4px;
  text-transform: uppercase;
  width: 5%;
  margin-top: 3px;
  font-family: Miso, sans-serif;
  font-size: 27px;
  line-height: 27px;
}

.project-task-head {
  width: 40%;
  padding-left: 25px;
}

.roadmap-head {
  min-height: 55px;
  margin-top: 2px;
  margin-bottom: 40px;
}

.roadmap-contents {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-left: 65px;
}

.line-after {
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
  padding-bottom: 5px;
}

.block-number-small {
  margin-bottom: 44px;
  font-weight: 700;
}

.top-news {
  display: flex;
}

.topnews-preview {
  width: 50%;
  margin-bottom: 30px;
  padding-right: 30px;
}

.topnews-preview:hover {
  color: var(--rw-brown);
}

.topnews-abstract {
  padding-left: 25px;
}

.topnews-image {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 270px;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 15px #00000026;
}

.topnews-image.inset {
  padding: 40px;
}

.topnews-date {
  color: #5e534a66;
  margin-bottom: 11px;
  font-size: 15px;
  line-height: 22px;
}

.more-link-box {
  text-align: center;
  border-top: 1px solid #cfcfcf;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-top: 30px;
}

.more-news-link {
  background-color: #f5f5f5;
  background-image: url('../images/arrow-right-brown_1arrow-right-brown.png');
  background-position: 10px 49%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 22px 10px 38px;
  display: inline-block;
}

.more-news-link:hover {
  background-color: var(--light-blue);
  color: #333;
}

.showcasecols {
  margin-bottom: 20px;
}

.fs-medium {
  color: var(--rw-brown);
  font-size: 24px;
  line-height: 32px;
}

.argument-list {
  margin-bottom: 25px;
  display: flex;
}

.library-head-efl {
  width: 40%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.outlook-linkblock {
  width: 25%;
  margin-bottom: 20px;
  padding-right: 25px;
}

.outlook-listing {
  flex-wrap: wrap;
  margin-top: 30px;
  display: flex;
}

.issue-caption {
  color: #8f8f8f;
  margin-top: 15px;
}

.verification-holder {
  align-items: flex-start;
  display: flex;
}

.verifier-col {
  border-left: 1px solid #000;
  width: 40%;
  padding-left: 20px;
}

.results-certificate-holder {
  width: 60%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 10px #00000026;
}

.labelholder-listing {
  border-radius: 10px;
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.labelholder-section {
  margin-bottom: 60px;
}

.evaluation-dashboard {
  margin-bottom: 25px;
}

.content-bg-section {
  background-color: var(--bglight);
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 50px;
}

.overview-link {
  margin-top: 25px;
  display: block;
}

.criteria-holder {
  float: right;
  width: 33%;
  margin-bottom: 35px;
  padding-top: 35px;
  padding-left: 25px;
}

.review-process-image {
  margin-top: 20px;
  margin-bottom: 25px;
}

.cover-image {
  box-shadow: 0 0 5px #0003;
}

.double-materiality {
  background-color: #f3f3f3;
  border-radius: 12px;
  padding: 24px 26px;
}

.materiality-header {
  margin-top: 0;
  margin-bottom: 35px;
}

.assessment-statement-image {
  float: left;
  background-color: #f1f1f1;
  border-radius: 8px;
  width: 28%;
  margin-right: 25px;
  padding: 20px;
}

.partner-link {
  margin-top: 13px;
  display: block;
}

.spt-example-caption {
  text-align: right;
  margin-top: 30px;
}

.maplogo-holder {
  float: none;
  background-color: var(--white);
  border-radius: 8px;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 8px 10px;
  display: flex;
  box-shadow: 0 0 15px #00000026;
}

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

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

.process-block-icon {
  float: right;
  text-align: right;
}

.explinks-holder {
  color: var(--dim-grey-2);
  background-color: #ebf5ff;
  padding-top: 35px;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 22px;
}

.exp-links-logo {
  float: right;
  background-color: #fff;
  border-radius: 5px;
  width: 250px;
  padding: 26px 31px 24px;
  position: absolute;
  inset: -50px 0% auto auto;
  box-shadow: 0 8px 8px #00000014;
}

.explinks-section {
  float: left;
  width: 25%;
  margin-bottom: 20px;
  padding-right: 25px;
}

.exp-links-block {
  clear: both;
  flex-flow: wrap;
  display: flex;
}

.exp-links-header {
  color: var(--rw-blue);
  text-transform: uppercase;
  font-weight: 600;
}

.text-span-3 {
  color: var(--siteblue);
}

.text-span-4 {
  color: #938d86;
}

.exp-links-blockhead {
  margin-bottom: 30px;
  position: relative;
}

.exp-links-label {
  color: var(--dim-grey-2);
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Miso, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.rwnavmenu {
  float: right;
  color: var(--rw-brown);
  letter-spacing: .5px;
  text-transform: uppercase;
  width: 25%;
  font-family: Miso, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.rw-expertise-nav {
  background-color: var(--white);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  padding: 30px 5px 10px 25px;
  display: flex;
  position: absolute;
  inset: 62px 0% auto auto;
  box-shadow: 0 5px 5px #0003;
}

.rw-dropnav {
  color: var(--rw-brown);
  width: 25%;
  margin-bottom: 20px;
  padding-right: 20px;
  display: block;
  position: static;
}

.exp-nav-link {
  color: var(--rw-blue);
  text-transform: uppercase;
  padding: 0 15px 6px 0;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.exp-nav-link.w--current {
  color: var(--sea-green);
}

.exp-dropdown-link {
  color: var(--rw-brown);
  white-space: break-spaces;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: color .2s;
  display: block;
}

.exp-dropdown-link:hover {
  color: var(--siteblue);
}

.exp-dropdown-list {
  color: #f7f7f7;
  letter-spacing: 0;
  text-transform: none;
  background-color: #ebf5ff;
  border-radius: 6px;
  margin-top: 0;
  padding: 10px 15px;
  font-family: Proximanova, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  display: block;
  position: static;
}

.exp-dropdown-list.w--open {
  background-color: var(--white);
  display: flex;
  left: 0;
}

.explinks-link {
  color: var(--dim-grey-2);
  display: block;
}

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

.explinks-link.inactive {
  color: #938d86;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
    line-height: 30px;
  }

  blockquote {
    font-size: 22px;
    line-height: 29px;
  }

  .footer-holder {
    font-size: 14px;
    line-height: 21px;
  }

  .nav-menu {
    background-color: var(--white);
    width: auto;
    box-shadow: 1px 1px 13px #00000080;
  }

  .brandbox {
    padding-top: 16px;
  }

  .header {
    width: 100%;
    padding-left: 60px;
  }

  .nav-link {
    padding: 15px 20px;
  }

  .stage {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .stage.sha {
    padding-bottom: 35px;
  }

  .stage.plain {
    margin-bottom: 20px;
  }

  .stage.about {
    margin-bottom: 50px;
  }

  .intro {
    width: 100%;
    font-size: 22px;
    line-height: 30px;
  }

  .benefit-list {
    margin-bottom: 15px;
  }

  .benefit {
    font-size: 22px;
    line-height: 29px;
  }

  .verified-sec {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .menu-button {
    float: left;
    margin-left: 80px;
    padding: 11px 15px;
  }

  .menu-button.w--open {
    color: var(--siteblue);
    background-color: #0000;
  }

  .quicklink-col {
    padding-right: 30px;
  }

  .quicklinks-label {
    margin-right: 35px;
  }

  .site-label {
    left: 0;
  }

  .site-label.w--current {
    left: 10px;
  }

  .nav-holder {
    width: 40%;
    margin-left: 20px;
    margin-right: auto;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    padding: 0 0 0 20px;
    display: block;
    position: static;
  }

  .dropdown {
    display: block;
  }

  .dropdown-link {
    background-color: #fff;
    position: static;
  }

  .imagecol {
    padding-left: 8px;
    padding-right: 8px;
  }

  .argument-text {
    padding-right: 20px;
  }

  .expertise-header {
    font-size: 24px;
    line-height: 23px;
  }

  .expertise-field {
    flex-basis: 30%;
  }

  .expertise-label {
    padding-top: 15px;
    font-size: 24px;
    line-height: 24px;
  }

  .image-holder {
    height: 150px;
  }

  .news-section {
    padding-top: 0;
  }

  .stage-csh-label {
    margin-bottom: 0;
  }

  .benefits-intro {
    width: 80%;
  }

  .w80 {
    width: 90%;
  }

  .content-section {
    margin-bottom: 25px;
  }

  .results-block {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .statement {
    font-size: 22px;
    line-height: 29px;
  }

  .map-holder {
    background-position: 0 0;
    height: auto;
    min-height: 450px;
  }

  .portrait {
    width: 45%;
  }

  .member-info {
    margin-left: 45%;
  }

  .contacts-list {
    margin-left: 151px;
  }

  .contact {
    width: 42%;
  }

  .in-page-link {
    background-size: 12px;
    padding-left: 20px;
    font-size: 22px;
    line-height: 30px;
  }

  .with-separator-line {
    padding-top: 10px;
  }

  .w90 {
    width: 98%;
  }

  .strategy-framework {
    margin-top: 60px;
  }

  .process-block {
    width: 30%;
  }

  .site-label-mobile, .site-label-mobile.w--current {
    left: 0;
  }

  .icon-2 {
    font-size: 40px;
  }

  .video-section {
    padding-top: 0;
  }

  .flexblock {
    margin-left: 23%;
  }

  .flexcol {
    padding-right: 20px;
  }

  .narrow-head {
    width: 20%;
  }

  .caseblock-label {
    font-size: 30px;
    line-height: 30px;
  }

  .project-tasks {
    width: 35%;
  }

  .project-client {
    width: 20%;
  }

  .project-task-head {
    width: 35%;
  }

  .topnews-image {
    height: 240px;
  }

  .showcasecols {
    display: flex;
  }

  .labelholder-listing {
    background-image: none;
  }

  .content-bg-section {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .double-materiality {
    margin-top: 60px;
  }

  .exp-links-logo {
    width: 220px;
    top: -60px;
  }

  .explinks-section {
    width: 33%;
    padding-right: 30px;
  }

  .exp-links-label {
    margin-top: 0;
    margin-right: 35px;
  }

  .rwnavmenu {
    background-color: var(--white);
    width: auto;
    box-shadow: 1px 1px 13px #00000080;
  }

  .rw-expertise-nav {
    width: 80%;
    max-width: none;
    max-height: 85vh;
    padding-top: 20px;
    overflow: scroll;
  }

  .rw-dropnav {
    width: 50%;
    display: block;
  }

  .exp-nav-link {
    font-size: 15px;
  }

  .exp-dropdown-link, .exp-dropdown-list {
    display: block;
  }

  .exp-dropdown-list.w--open {
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    padding: 0 0 0 20px;
    display: block;
    position: static;
  }

  .link {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 20px;
    line-height: 26px;
  }

  .column {
    padding-right: 15px;
  }

  .footer-cols {
    margin-left: 11px;
    margin-right: 11px;
  }

  .footer-holder {
    padding: 20px 10px 30px;
  }

  .brand {
    width: 120px;
  }

  .brandbox {
    margin-right: 20px;
  }

  .poweredby {
    margin-right: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .header {
    margin-bottom: 25px;
    padding-left: 58px;
    font-size: 50px;
    line-height: 50px;
  }

  .stage {
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .stage.sha {
    margin-bottom: 80px;
    padding-bottom: 20px;
  }

  .stage.plain {
    padding-bottom: 20px;
  }

  .benefit-list {
    margin-bottom: 41px;
  }

  .benefit {
    width: 46%;
  }

  .verified-sec {
    margin-bottom: 25px;
    padding: 25px 20px;
  }

  .scrolltrigger {
    height: 75px;
  }

  .menu-button {
    float: left;
    margin-left: 75px;
  }

  .certifier-logo {
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px 20px;
  }

  .quicklings-holder {
    padding: 20px 20px 10px;
  }

  .quicklink-col {
    margin-bottom: 15px;
  }

  .quicklinks-label {
    float: none;
    margin-bottom: 9px;
  }

  .read-on {
    font-size: 24px;
    line-height: 24px;
  }

  .site-label {
    width: 70px;
    left: 15px;
  }

  .nav-holder {
    margin-left: 15px;
  }

  .dropdown-link.w--current {
    color: var(--siteblue);
  }

  .stakeholder-arguments {
    margin-bottom: 15px;
  }

  .target-group {
    float: none;
    text-align: left;
    width: 100%;
  }

  .argument-text {
    margin-left: 20px;
  }

  .argument {
    width: 100%;
    margin-bottom: 30px;
  }

  .expertise-block {
    margin-bottom: 20px;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .expertise-intro {
    margin-left: 30%;
  }

  .expertise-field {
    flex-basis: 45%;
  }

  .expertise-label {
    padding: 13px 12px 12px;
  }

  .expertise-listing {
    padding-top: 10px;
  }

  .library-head {
    font-size: 22px;
    line-height: 28px;
  }

  .video-box {
    width: 100%;
  }

  .video-content {
    padding-left: 0;
    padding-right: 0;
  }

  .stage-csh-label {
    width: 40%;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 25px;
    padding: 30px 25px;
  }

  .process-info {
    padding-left: 30px;
    padding-right: 30px;
  }

  .certification-process {
    margin-bottom: 25px;
  }

  .esg-block {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .block-label {
    margin-bottom: 20px;
  }

  .esg-listing {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .content-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .content-section.last {
    margin-bottom: 50px;
  }

  .results-block {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
  }

  .results-block.certificate {
    width: 100%;
  }

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

  .results-listing {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .reference {
    margin-bottom: 25px;
  }

  .stage-image {
    flex-basis: 50%;
  }

  .stage-image.si2 {
    display: none;
  }

  .efl-logo-badge {
    width: 60%;
  }

  .map-holder {
    background-size: contain;
    justify-content: flex-end;
    padding-top: 250px;
    padding-left: 0%;
  }

  .label-holder {
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px 15px;
  }

  .team-listing {
    display: block;
  }

  .team-member {
    width: 100%;
  }

  .contacts-list {
    margin-left: 0;
  }

  .contacts-header {
    float: none;
  }

  .contact {
    width: 48%;
  }

  .in-page-link {
    background-position: 0 6px;
  }

  .library-linkblock {
    width: 100%;
  }

  .article-preview {
    padding-right: 0;
  }

  .article-date {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }

  .article-image {
    width: 40%;
  }

  .article-abstract {
    margin-left: 40%;
  }

  .article-header {
    font-size: 20px;
    line-height: 27px;
  }

  .netzero-arrow {
    margin-left: 30%;
  }

  .strategy-framework {
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 40%;
  }

  .process-block {
    width: 45%;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .roadmap-list {
    margin-bottom: 0;
  }

  .roadmap-block {
    width: 45%;
    margin-bottom: 15px;
    padding: 15px 15px 5px;
  }

  .article-listing-cols {
    margin-top: 20px;
    margin-left: 0%;
    display: block;
  }

  .sustainability-illustration {
    margin-top: 25px;
    margin-left: 15%;
  }

  .site-label-mobile {
    left: 12px;
  }

  .mini-line {
    display: none;
  }

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

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

  .library-section-title {
    float: none;
    width: 100%;
  }

  .video-caption {
    width: 100%;
    padding-left: 0;
  }

  .flexblock {
    margin-left: 30%;
    display: block;
  }

  .flexblock.fs-medium {
    display: block;
  }

  .flexcol {
    width: 100%;
    padding-right: 0;
  }

  .narrow-head {
    width: 28%;
  }

  .score-label {
    margin-bottom: 20px;
  }

  .caseblock-label {
    font-size: 24px;
    line-height: 23px;
  }

  .project-tasks {
    width: 45%;
  }

  .project-description {
    width: 35%;
    padding-right: 10px;
  }

  .project-client {
    padding-right: 0;
  }

  .project-task-head {
    width: 45%;
  }

  .roadmap-head {
    margin-bottom: 25px;
  }

  .roadmap-contents {
    margin-left: 40px;
  }

  .top-news {
    display: block;
  }

  .topnews-preview {
    width: 100%;
    padding-right: 0;
  }

  .topnews-abstract {
    margin-left: 15%;
  }

  .topnews-image {
    height: auto;
  }

  .topnews-date {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }

  .showcasecols {
    display: block;
  }

  .argument-list {
    margin-bottom: 50px;
    display: block;
  }

  .library-head-efl {
    width: 60%;
  }

  .outlook-linkblock {
    width: 33%;
  }

  .issue-caption {
    margin-top: 10px;
    font-size: 15px;
    line-height: 21px;
  }

  .verifier-col {
    width: 45%;
  }

  .labelholder-listing {
    padding-top: 10px;
  }

  .content-bg-section {
    margin-bottom: 25px;
    padding: 25px 20px;
  }

  .criteria-holder {
    width: 40%;
  }

  .double-materiality {
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 40%;
  }

  .assessment-statement-image {
    width: 40%;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .spt-example-caption {
    margin-top: 20px;
    font-size: 15px;
    line-height: 21px;
  }

  .maplogo-holder {
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px 15px;
  }

  .partner-logo {
    padding-top: 10px;
  }

  .explinks-holder {
    padding: 20px 20px 10px;
  }

  .exp-links-logo {
    width: 200px;
    padding: 20px 25px 18px;
    top: -40px;
  }

  .explinks-section {
    width: 50%;
    margin-bottom: 15px;
  }

  .exp-links-label {
    float: none;
    width: 50%;
    margin-bottom: 9px;
  }

  .rw-expertise-nav {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 0;
  }

  .rw-dropnav {
    margin-bottom: 15px;
  }

  .exp-nav-link {
    font-size: 14px;
  }

  .exp-dropdown-link.w--current {
    color: var(--siteblue);
  }

  .exp-dropdown-list {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 25px;
  }

  h3 {
    font-size: 25px;
    line-height: 26px;
  }

  .footer-holder {
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .brand {
    width: 100%;
    padding-top: 7px;
  }

  .brandbox {
    width: 35%;
    margin-right: 15px;
    padding-top: 10px;
  }

  .poweredby {
    float: right;
    margin-right: 0;
    font-size: 9px;
  }

  .header {
    padding-left: 40px;
    font-size: 40px;
    line-height: 42px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 17px;
  }

  .stage {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro {
    font-size: 20px;
    line-height: 26px;
  }

  .benefit-list {
    margin-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .benefit {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    line-height: 26px;
  }

  .verified-sec {
    padding: 10px 15px 15px;
  }

  .scrolltrigger {
    height: 40px;
  }

  .verification-text {
    width: 100%;
    margin-left: 0%;
  }

  .menu-button {
    margin-left: 55px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .certifier-logo {
    max-width: 60%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cerfifier-logolist {
    text-align: center;
    margin-left: 0;
  }

  .quicklings-holder {
    padding: 25px 15px 20px;
  }

  .site-label {
    width: 50px;
    left: 10px;
  }

  .site-label.w--current {
    width: 50px;
  }

  .nav-holder {
    margin-left: 5px;
  }

  .dropdown-list.w--open {
    padding-left: 0;
  }

  .stage-collage {
    margin-bottom: -120px;
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 20px;
  }

  .imagecol {
    width: 50%;
  }

  .imagecol.w2 {
    display: none;
  }

  .imagecol.c1 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .imagecol.w4 {
    display: none;
  }

  .stakeholder-arguments {
    padding-top: 30px;
  }

  .target-group {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
  }

  .argument-text {
    margin-left: 0;
    padding-right: 0;
  }

  .expertise-block {
    padding: 20px 15px;
  }

  .expertise-header {
    float: none;
    background-color: #0000;
    border-radius: 0;
    margin-top: 2px;
    padding: 0;
  }

  .expertise-intro {
    clear: left;
    margin-left: 0;
  }

  .image-holder {
    height: 190px;
  }

  .expertise-listing {
    display: block;
  }

  .stage-csh-label {
    float: none;
    width: 80%;
    margin-bottom: 20px;
  }

  .benefits-intro {
    width: 100%;
  }

  .process-info {
    padding: 30px 15px;
  }

  .esg-block {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .w80 {
    width: 100%;
  }

  .content-section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .results-block {
    width: 100%;
  }

  .right-indent {
    padding-right: 0;
  }

  .quicklinks-holder {
    margin-bottom: 30px;
  }

  .project-listing {
    margin-top: 15px;
  }

  .project {
    border-bottom: 1px solid #b9b9b9;
    display: block;
  }

  .project.head {
    display: none;
  }

  .stage-image {
    width: 50%;
  }

  .statement {
    width: 100%;
    font-size: 20px;
    line-height: 26px;
  }

  .efl-logo-badge {
    width: 90%;
  }

  .map-holder {
    background-position: 0 0;
    background-size: contain;
    height: auto;
    padding-top: 150px;
    padding-left: 10px;
  }

  .label-holder {
    max-width: 45%;
  }

  .portrait {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
  }

  .member-info {
    margin-left: 0;
  }

  .contact-section {
    margin-bottom: 25px;
  }

  .contact {
    width: 100%;
  }

  .in-page-link {
    background-position: 0 7px;
    background-size: 10px;
    padding-left: 18px;
    font-size: 20px;
    line-height: 28px;
  }

  .with-separator-line {
    padding-top: 0;
  }

  .w90 {
    width: 100%;
  }

  .library-linkblock {
    padding-right: 0;
  }

  .article-image {
    float: none;
    width: 100%;
    display: flex;
  }

  .article-image.inset {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .article-abstract {
    margin-top: 15px;
    margin-left: 0%;
    padding-left: 0;
  }

  .netzero-arrow {
    margin-left: auto;
  }

  .strategy-framework {
    margin-left: 0%;
  }

  .process-listing {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .process-block {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 5px;
  }

  .roadmap-list {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .roadmap-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
  }

  .service-block {
    margin-bottom: 15px;
  }

  .sustainability-illustration {
    margin-left: 0%;
  }

  .site-label-mobile {
    width: 80px;
  }

  .site-label-mobile.w--current {
    width: 75px;
    left: 9px;
  }

  .mc {
    padding-left: 15px;
    padding-right: 15px;
  }

  .flexblock {
    margin-left: 0%;
  }

  .narrow-head {
    float: none;
    width: 100%;
  }

  .case-box {
    padding: 0 15px 15px;
  }

  .project-tasks {
    width: auto;
    margin-left: 10px;
  }

  .project-description, .project-client {
    width: auto;
    margin-bottom: 8px;
    margin-left: 35px;
  }

  .list-index {
    width: auto;
    font-size: 22px;
    line-height: 22px;
  }

  .topnews-abstract {
    margin-top: 15px;
    margin-left: 0%;
    padding-left: 0;
  }

  .topnews-image {
    float: none;
    width: 100%;
    height: 210px;
    display: flex;
  }

  .topnews-image.inset {
    padding: 25px;
  }

  .fs-medium {
    font-size: 20px;
    line-height: 26px;
  }

  .library-head-efl {
    width: 75%;
  }

  .outlook-linkblock {
    width: 50%;
    padding-right: 20px;
  }

  .verification-holder {
    display: block;
  }

  .verifier-col {
    border-left-style: none;
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .labelholder-listing {
    background-image: linear-gradient(#0000, #0000);
  }

  .content-bg-section {
    padding: 10px 15px 15px;
  }

  .criteria-holder {
    width: 50%;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .double-materiality {
    margin-left: 0%;
  }

  .assessment-statement-image {
    width: 80%;
  }

  .maplogo-holder {
    max-width: 45%;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 8px 12px;
  }

  .partner-logo {
    margin-left: auto;
  }

  .explinks-holder {
    padding: 15px 15px 20px;
  }

  .exp-links-logo {
    width: 170px;
    padding: 16px 20px 14px;
    inset: -98px 0 auto auto;
    box-shadow: 0 6px 6px #0000001a;
  }

  .explinks-section {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .exp-links-blockhead {
    margin-top: 71px;
    margin-bottom: 10px;
  }

  .exp-links-label {
    width: 75%;
    margin-top: 10px;
  }

  .rwnavmenu {
    display: block;
  }

  .rw-expertise-nav {
    width: 100%;
    max-height: 75vh;
    padding-left: 15px;
  }

  .rw-dropnav {
    width: 100%;
    padding-right: 15px;
  }

  .exp-nav-link {
    padding-bottom: 5px;
  }

  .exp-dropdown-link {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .exp-dropdown-list.w--open {
    padding-left: 0;
  }
}


@font-face {
  font-family: 'Miso';
  src: url('../fonts/MisoBold.woff2') format('woff2'), url('../fonts/MisoBold.eot') format('embedded-opentype'), url('../fonts/MisoBold.woff') format('woff'), url('../fonts/MisoBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Semibold.woff2') format('woff2'), url('../fonts/ProximaNova-Semibold.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-RegularIt.woff2') format('woff2'), url('../fonts/ProximaNova-RegularIt.eot') format('embedded-opentype'), url('../fonts/ProximaNova-RegularIt.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Medium.woff2') format('woff2'), url('../fonts/ProximaNova-Medium.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova extrabld';
  src: url('../fonts/ProximaNova-Extrabld.woff2') format('woff2'), url('../fonts/ProximaNova-Extrabld.eot') format('embedded-opentype'), url('../fonts/ProximaNova-Extrabld.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-SemiboldIt.woff2') format('woff2'), url('../fonts/ProximaNova-SemiboldIt.eot') format('embedded-opentype'), url('../fonts/ProximaNova-SemiboldIt.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}