.section-seperator {
  height: 60px;
  width: 100%;
  display: block;
}

h2.title {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 15px 0;
}
@container (min-width: 500px) {
  h2.title {
    font-size: 1.875rem;
  }
}
@container (min-width: 43.75rem) {
  h2.title {
    font-size: 2.25rem;
  }
}

.Title-2050 {
  align-self: center;
  background-color: black;
  color: white;
  font-size: 2.6875rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: -20%;
  margin-inline: auto;
  max-width: calc(100% - 1.875rem);
  overflow: visible;
  padding-bottom: 0;
  padding-top: 1.25rem;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
  z-index: 1;
}
@container (min-width: 500px) {
  .Title-2050 {
    background-color: transparent;
    left: 50%;
    padding-bottom: 0;
    padding-top: 1.25rem;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
  }
}
@container (min-width: 700px) {
  .Title-2050 {
    font-size: 3.125rem;
  }
}

.background-triangle {
  background-color: #ffde6c;
  overflow: visible;
  position: relative;
}

.background-with-windmills {
  --background-width: 45rem;
  height: auto;
  left: calc((100% - var(--background-width)) / 2);
  max-width: unset;
  position: absolute;
  top: -0.0625rem;
  width: var(--background-width);
}
@container (min-width: 43.75rem) {
  .background-with-windmills {
    --background-width: 100%;
    max-height: 43.75rem;
  }
}

.INTRO-2050 {
  color: white;
  font-size: 1.0625rem;
  left: 50%;
  line-height: 1.3;
  margin: 0;
  padding-block: 1.25rem;
  padding-inline: 10%;
  position: absolute;
  text-align: center;
  top: 5rem;
  transform: translateX(-50%);
  width: 100%;
}
@container (min-width: 500px) {
  .INTRO-2050 {
    font-size: 1.125rem;
    margin-inline: auto;
    padding-inline: 0;
    width: min(50%, 21.875rem);
  }
}

/**
 * Energy mix section
 */
.MIX-2050 {
  justify-items: center;
  padding-bottom: 0.9375rem;
  padding-top: 36.25rem;
  position: relative;
}
@container (min-width: 43.75rem) {
  .MIX-2050 {
    padding-top: min(30%, 16.5625rem);
  }
}
.MIX-2050 .year {
  font-size: 2.5rem;
  font-weight: bold;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 16.875rem;
  transform: translateX(-50%);
}
@container (min-width: 43.75rem) {
  .MIX-2050 .year {
    font-size: 3.375rem;
    top: min(43%, 18.125rem);
  }
}
.MIX-2050 .energy-mix {
  font-size: 1.25rem;
  font-weight: 500;
  left: 50%;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 20rem;
  transform: translateX(-50%);
  width: min(100% - 1.875rem, 7.5rem);
}
@container (min-width: 43.75rem) {
  .MIX-2050 .energy-mix {
    font-size: 1.1875rem;
    font-weight: 400;
    top: min(52%, 21.875rem);
    width: 11ch;
  }
}
.MIX-2050 .wind-and-solar {
  width: min(100% - 1.875rem, 20.625rem);
}
.MIX-2050 .energy-types {
  display: grid;
  grid: "resRoof" auto "solarPlant" auto "cspPlant" auto "onshoreWind" auto "offshoreWind" auto "govRoof" auto "waveDevice" auto "geoPlant" auto "hydroPlant" auto "turbine" auto/1fr;
  grid-row-gap: 0.9375rem;
  justify-items: center;
  margin-inline: auto;
  width: min(100% - 1.875rem, 18.75rem);
}
@container (min-width: 43.75rem) {
  .MIX-2050 .energy-types {
    grid: "resRoof spacer govRoof" auto "solarPlant spacer waveDevice" auto "cspPlant spacer geoPlant" auto "onshoreWind spacer hydroPlant" auto "offshoreWind spacer turbine" auto/1fr 35% 1fr;
    width: min(100% - 3.75rem, 53.125rem);
  }
}
.MIX-2050 .energy-mix-item {
  width: 100%;
}
.MIX-2050 .energy-mix-item .energy-type {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: left;
}
.MIX-2050 .energy-mix-item .energy-type-icon {
  height: 3.75rem;
  margin-bottom: 0.625rem;
  width: 3.75rem;
}
.MIX-2050 .energy-mix-item .energy-type-text {
  display: flex;
  flex-direction: column;
}
.MIX-2050 .energy-mix-item .energy-type-text p {
  margin: 0;
}
.MIX-2050 .energy-mix-item .energy-type-value {
  font-weight: bold;
}
.MIX-2050 .energy-type-icon {
  grid-area: image;
}
.MIX-2050 .resRoof {
  grid-area: resRoof;
}
.MIX-2050 .solarPlant {
  grid-area: solarPlant;
}
.MIX-2050 .cspPlant {
  grid-area: cspPlant;
}
.MIX-2050 .onshoreWind {
  grid-area: onshoreWind;
}
.MIX-2050 .offshoreWind {
  grid-area: offshoreWind;
}
.MIX-2050 .govRoof {
  grid-area: govRoof;
}
@container (min-width: 43.75rem) {
  .MIX-2050 .govRoof .energy-type {
    flex-direction: row-reverse;
    justify-content: right;
  }
  .MIX-2050 .govRoof .energy-type-text {
    text-align: right;
  }
}
.MIX-2050 .waveDevice {
  grid-area: waveDevice;
}
@container (min-width: 43.75rem) {
  .MIX-2050 .waveDevice .energy-type {
    flex-direction: row-reverse;
    justify-content: right;
  }
  .MIX-2050 .waveDevice .energy-type-text {
    text-align: right;
  }
}
.MIX-2050 .geoPlant {
  grid-area: geoPlant;
}
@container (min-width: 43.75rem) {
  .MIX-2050 .geoPlant .energy-type {
    flex-direction: row-reverse;
    justify-content: right;
  }
  .MIX-2050 .geoPlant .energy-type-text {
    text-align: right;
  }
}
.MIX-2050 .hydroPlant {
  grid-area: hydroPlant;
}
@container (min-width: 43.75rem) {
  .MIX-2050 .hydroPlant .energy-type {
    flex-direction: row-reverse;
    justify-content: right;
  }
  .MIX-2050 .hydroPlant .energy-type-text {
    text-align: right;
  }
}
.MIX-2050 .turbine {
  grid-area: turbine;
}
@container (min-width: 43.75rem) {
  .MIX-2050 .turbine .energy-type {
    flex-direction: row-reverse;
    justify-content: right;
  }
  .MIX-2050 .turbine .energy-type-text {
    text-align: right;
  }
}

/**
 * Jobs section
 */
.JOBS-2050 {
  background-color: #50b57b;
  background-image: url("../png/image--background-yellow-chevron.png"), url("../png/image--background-black-yellow-chevron.png");
  background-position: center -0.0625rem, bottom center;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 1500px 100px;
  color: black;
  padding-bottom: 100px;
  padding-top: calc(12.5% + 0.9375rem);
  padding-inline: 1.25rem;
}
@container (min-width: 43.75rem) {
  .JOBS-2050 {
    background-image: url("../png/image--background-yellow-chevron.png");
    background-position: center -0.0625rem;
    background-size: 100%;
    padding-bottom: 40px;
  }
}
.JOBS-2050 .content {
  padding-bottom: 1.25rem;
}
.JOBS-2050 .jobs__wrapper {
  margin-inline: auto;
  width: min(100%, 50rem);
}
@container (min-width: 43.75rem) {
  .JOBS-2050 .jobs__wrapper {
    align-items: center;
    display: grid;
    gap: 1.25rem;
    grid: "title construction" auto "title operation" auto/55% 1fr;
  }
}
.JOBS-2050 .jobs-created {
  display: grid;
  grid: "image title" auto "image description" auto/3.75rem 1fr;
  grid-area: title;
  grid-column-gap: 0.9375rem;
  margin-inline: auto;
  padding-bottom: 1.25rem;
  width: min(100%, 22.5rem);
}
@container (min-width: 31.25rem) {
  .JOBS-2050 .jobs-created {
    grid-template-columns: 5rem 1fr;
  }
}
@container (min-width: 43.75rem) {
  .JOBS-2050 .jobs-created {
    grid-column-gap: 1.875rem;
    width: 100%;
  }
}
.JOBS-2050 .jobs-created .jobs-created__img {
  grid-area: image;
  height: auto;
  width: 100%;
}
.JOBS-2050 .jobs-created .jobs-created__title {
  align-self: flex-end;
  color: black;
  font-weight: bold;
  grid-area: title;
  line-height: 1.2;
  margin: 0 0 0.9375rem 0;
  text-align: left;
}
.JOBS-2050 .jobs-created .jobs-created__description {
  align-self: flex-start;
  font-size: 1.25rem;
  grid-area: description;
}
@container (min-width: 31.25rem) {
  .JOBS-2050 .jobs-created .jobs-created__description {
    font-size: 1.5rem;
  }
}
@container (min-width: 43.75rem) {
  .JOBS-2050 .jobs-created .jobs-created__description {
    font-size: 1.125rem;
  }
}
.JOBS-2050 .jobs {
  display: grid;
  grid: "image title" auto "image count" auto/3.75rem 1fr;
  grid-column-gap: 0.9375rem;
  margin-inline: auto;
  padding-bottom: 1.25rem;
  width: min(100%, 22.5rem);
}
@container (min-width: 31.25rem) {
  .JOBS-2050 .jobs {
    grid-template-columns: 5rem 1fr;
  }
}
@container (min-width: 43.75rem) {
  .JOBS-2050 .jobs {
    grid-column-gap: 1.875rem;
    width: 100%;
  }
}
.JOBS-2050 .jobs .jobs__icon {
  align-self: center;
  grid-area: image;
  height: auto;
  justify-self: flex-end;
  width: 100%;
}
.JOBS-2050 .jobs .jobs__type {
  align-self: flex-end;
  font-size: 1.25rem;
  grid-area: title;
}
@container (min-width: 31.25rem) {
  .JOBS-2050 .jobs .jobs__type {
    font-size: 1.5rem;
  }
}
@container (min-width: 43.75rem) {
  .JOBS-2050 .jobs .jobs__type {
    font-size: 1.125rem;
  }
}
.JOBS-2050 .jobs .jobs__count {
  align-self: flex-start;
  color: black;
  font-size: 1.625rem;
  font-weight: bold;
  grid-area: count;
}
@container (min-width: 31.25rem) {
  .JOBS-2050 .jobs .jobs__count {
    font-size: 1.875rem;
  }
}
@container (min-width: 43.75rem) {
  .JOBS-2050 .jobs .jobs__count {
    font-size: 2.25rem;
  }
}
.JOBS-2050 .jobs.operation {
  grid-area: operation;
}
.JOBS-2050 .jobs.construction {
  grid-area: construction;
}

/**
 * WWS-2050 section
 */
.WWS-2050 {
  background-color: black;
  color: white;
  text-align: center;
}
@container (min-width: 43.75rem) {
  .WWS-2050 {
    padding-top: 2.5rem;
  }
}
.WWS-2050 .title {
  margin-top: 0;
}
.WWS-2050 .content {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  margin-inline: auto;
  width: min(100% - 1.875rem, 43.75rem);
}
.WWS-2050 .wws-graph-stat {
  font-weight: bold;
}
.WWS-2050 svg.city-energy-graphic {
  margin-inline: auto;
  margin-bottom: 1.25rem;
  width: min(100% - 3.75rem, 31.25rem);
}

/**
 * Health section
 */
.costs-2050 {
  background-color: #ffde6c;
  background-image: url("../png/image--background-black-chevron.png");
  background-position: center -0.0625rem;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-inline: 2.1875rem;
  padding-top: calc(11% + 1.25rem);
  /**
  * Land usage quadrant
  */
  /**
  * Energy costs quadrant
  */
  /**
  * Money quadrant
  */
}
@container (min-width: 43.75rem) {
  .costs-2050 {
    padding-top: 11%;
  }
}
.costs-2050 .costs__inner {
  display: grid;
  grid: "avoided" auto "land" auto "current" auto "savings" auto/1fr;
  overflow: hidden;
}
@container (min-width: 43.75rem) {
  .costs-2050 .costs__inner {
    grid: "avoided land" auto "current savings" auto/1fr 1fr;
  }
}
.costs-2050 .costs {
  container-type: inline-size;
  max-width: 100%;
  position: relative;
}
.costs-2050 .costs:nth-child(-n+3) {
  border-bottom: 5px dashed #50b57b;
  padding-bottom: 1.875rem;
}
@container (min-width: 43.75rem) {
  .costs-2050 .costs:nth-child(n+3) {
    border-bottom: none;
    padding-bottom: 0;
  }
  .costs-2050 .costs:nth-child(2n+1) {
    border-right: 5px dashed #50b57b;
    padding-right: 1.25rem;
  }
  .costs-2050 .costs:nth-child(2n) {
    padding-left: 1.25rem;
  }
}
.costs-2050 .title {
  margin-block: 2.5rem;
  margin-inline: auto;
  max-width: 22.5rem;
  text-align: center;
}
.costs-2050 .headline {
  font-size: 1.5rem;
  font-weight: 400;
  margin-inline: auto;
  max-width: 22.5rem;
  text-align: center;
}
.costs-2050 .avoided-mortality {
  background-color: black;
  border-radius: 1.25rem;
  color: white;
  display: grid;
  grid: "headline" auto "amount" auto "graph" auto/1fr;
  grid-column-gap: 0.625rem;
  margin-bottom: 1.875rem;
  margin-inline: auto;
  max-width: min(100%, 22.5rem);
  min-height: 9.375rem;
  padding: 0.625rem 0.625rem 0.625rem 1.25rem;
  text-align: center;
}
@container (min-width: 20rem) {
  .costs-2050 .avoided-mortality {
    grid: "headline graph" auto "amount graph" auto/min(40%, 9.375rem) 1fr;
    text-align: left;
  }
}
.costs-2050 .avoided-mortality .headline {
  align-self: flex-end;
  font-size: 1.125rem;
  grid-area: headline;
  margin: 0;
}
@container (min-width: 20rem) {
  .costs-2050 .avoided-mortality .headline {
    font-size: 1rem;
    text-align: left;
  }
}
@container (min-width: 22.5rem) {
  .costs-2050 .avoided-mortality .headline {
    font-size: 1.125rem;
  }
}
.costs-2050 .avoided-mortality .big-bucks {
  align-self: flex-start;
  color: #50b57b;
  font-size: 2.25rem;
  font-weight: bold;
  grid-area: amount;
}
@container (min-width: 20rem) {
  .costs-2050 .avoided-mortality .big-bucks {
    font-size: 1.75rem;
    text-align: left;
  }
}
@container (min-width: 22.5rem) {
  .costs-2050 .avoided-mortality .big-bucks {
    font-size: 2.25rem;
  }
}
.costs-2050 .avoided-mortality .health-cost-graph {
  align-self: center;
  grid-area: graph;
  height: 100%;
  justify-self: center;
  width: min(100%, 12.5rem);
}
.costs-2050 .avoided-mortality .health-cost-graph .graph-container,
.costs-2050 .avoided-mortality .health-cost-graph svg {
  height: 100%;
  width: 100%;
}
.costs-2050 .avoided-mortality .health-cost-gdp {
  align-self: center;
  grid-area: graph;
  justify-self: center;
  line-height: 1.2;
  text-align: center;
}
.costs-2050 .avoided-mortality .health-cost-gdp .label {
  font-size: 1rem;
  line-height: 1.2;
}
.costs-2050 .avoided-mortality .amount {
  color: #50b57b;
  font-size: 2rem;
  font-weight: bold;
}
@container (min-width: 20rem) {
  .costs-2050 .avoided-mortality .amount {
    font-size: 1.75rem;
    text-align: left;
  }
}
@container (min-width: 22.5rem) {
  .costs-2050 .avoided-mortality .amount {
    font-size: 2rem;
  }
}
.costs-2050 .pollution-deaths {
  font-size: 3.125rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.875rem;
  margin-inline: auto;
  max-width: 22.5rem;
  text-align: center;
}
.costs-2050 .pollution-years {
  font-size: 1.125rem;
  margin-inline: auto;
  max-width: 22.5rem;
  text-align: center;
}
.costs-2050 .land-percentage {
  text-align: center;
}
.costs-2050 .land-percentage .land-value {
  font-weight: bold;
  font-size: 1.75rem;
}
@container (min-width: 20rem) {
  .costs-2050 .land-percentage .land-value {
    font-size: 2.25rem;
  }
}
.costs-2050 .land-percentage .land-label {
  font-size: 1rem;
}
@container (min-width: 20rem) {
  .costs-2050 .land-percentage .land-label {
    font-size: 1.125rem;
  }
}
.costs-2050 .land-percentage .land-usage-graph__wrapper {
  padding-bottom: 3.75rem;
  position: relative;
  width: 100%;
}
@container (min-width: 20rem) {
  .costs-2050 .land-percentage .land-usage-graph__wrapper {
    padding-bottom: 0;
  }
}
.costs-2050 .land-percentage .stat__wrapper {
  border-radius: 0.625rem;
  left: 50%;
  padding: 0.625rem;
  position: absolute;
  top: 0;
  width: 9.375rem;
  z-index: 2;
}
@container (min-width: 20rem) {
  .costs-2050 .land-percentage .stat__wrapper {
    top: 50%;
  }
}
@container (min-width: 21.25rem) {
  .costs-2050 .land-percentage .stat__wrapper {
    width: 9.375rem;
  }
}
.costs-2050 .land-percentage .land-footprint__wrapper {
  background-color: #50b57b;
  transform: translate(-50%, 100%);
}
@container (min-width: 20rem) {
  .costs-2050 .land-percentage .land-footprint__wrapper {
    left: unset;
    right: calc(50% + 0.625rem);
    transform: translateY(-50%);
  }
}
@container (min-width: 21.25rem) {
  .costs-2050 .land-percentage .land-footprint__wrapper {
    right: calc(50% + 1.25rem);
  }
}
.costs-2050 .land-percentage .land-spacing__wrapper {
  background-color: #ff83da;
  transform: translate(-50%, calc(200% + 1.25rem));
}
@container (min-width: 20rem) {
  .costs-2050 .land-percentage .land-spacing__wrapper {
    left: calc(50% + 0.625rem);
    transform: translateY(-50%);
  }
}
@container (min-width: 21.25rem) {
  .costs-2050 .land-percentage .land-spacing__wrapper {
    left: calc(50% + 1.25rem);
    transform: translateY(-50%);
  }
}
.costs-2050 .land-percentage .svg-donut {
  height: 10.5rem;
  width: 10.5rem;
  height: 14rem;
  width: 14rem;
  margin: 0 auto;
  display: block;
  transform: rotate(-90deg);
}
.costs-2050 .land-percentage .svg-donut circle {
  stroke-width: 34;
  fill: transparent;
}
.costs-2050 .energy-costs {
  padding-inline: 2.1875rem;
}
.costs-2050 .energy-costs .costs--current {
  text-align: center;
}
.costs-2050 .aec-graphs {
  display: grid;
  grid: "fossile" auto "wws" auto/1fr;
  grid-column-gap: 0.625rem;
  margin-inline: auto;
  margin-bottom: 1.875rem;
  max-width: 21.875rem;
}
@container (min-width: 21.25rem) {
  .costs-2050 .aec-graphs {
    grid: "fossile wws" auto/1fr 1fr;
  }
}
.costs-2050 .aec-graph {
  align-content: center;
  aspect-ratio: 0.7849462366;
  border-radius: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
  margin-top: 2.3125rem;
  margin-inline: auto;
  padding-inline: 0.9375rem;
  padding-top: 2.5rem;
  text-align: center;
  width: 9.375rem;
}
.costs-2050 .aec-graph-icon {
  height: auto;
  margin-inline: auto;
  position: relative;
  width: 4.6875rem;
  z-index: 2;
}
.costs-2050 .aec-graph-icon-1 {
  border: 3px solid black;
  border-radius: 50%;
  grid-area: fossile;
}
.costs-2050 .aec-graph-1 {
  background-color: black;
  color: white;
  grid-area: fossile;
  margin-bottom: 1.875rem;
}
@container (min-width: 21.25rem) {
  .costs-2050 .aec-graph-1 {
    margin-bottom: 0;
  }
}
.costs-2050 .aec-graph-icon-2 {
  border: 3px solid #ff83da;
  border-radius: 50%;
  grid-area: wws;
}
.costs-2050 .aec-graph-2 {
  background-color: #ff83da;
  color: black;
  grid-area: wws;
}
.costs-2050 .aec-stat {
  display: block;
  flex: 1 0 100%;
  font-size: 1.625rem;
  font-weight: bold;
  padding-top: 1.875rem;
}
.costs-2050 .aec-label {
  display: block;
  flex: 1 0 100%;
}
.costs-2050 .graph-smallprint {
  font-size: 0.7em;
  line-height: 1.4;
  margin-top: 1.25rem;
  padding: 0 2em;
}
.costs-2050 .money-graph {
  align-content: center;
  aspect-ratio: 2.1634877384;
  background-image: url("../svg/image--money-background.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  color: white;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
  margin-bottom: 1.875rem;
  margin-inline: auto;
  padding-inline: 5%;
  padding-top: 3%;
  text-align: center;
  width: min(100%, 21.875rem);
}
.costs-2050 .money-label {
  display: block;
  flex: 1 0 100%;
  font-size: 0.9375rem;
  line-height: 1.2;
}
@container (min-width: 21.25rem) {
  .costs-2050 .money-label {
    font-size: 1.0625rem;
    padding-bottom: 0.3125rem;
  }
}
@container (min-width: 22.5rem) {
  .costs-2050 .money-label {
    font-size: 1.125rem;
  }
}
.costs-2050 .money-stat {
  display: block;
  flex: 1 0 100%;
  font-size: 2rem;
  font-weight: bold;
}
@container (min-width: 21.25rem) {
  .costs-2050 .money-stat {
    font-size: 3rem;
  }
}

.wce-footer {
  color: black;
}
.wce-footer a {
  text-decoration: none;
}
.wce-footer .footer__text {
  align-items: center;
  background: #ff83da;
  color: black;
  display: flex;
  font-size: 0.8125rem;
  font-weight: 500;
  height: 2.75rem;
  justify-content: center;
  padding: 0 1.25rem;
  text-align: center;
  text-transform: uppercase;
}
@container (min-width: 25rem) {
  .wce-footer .footer__text {
    font-size: 1rem;
  }
}
@container (min-width: 43.75rem) {
  .wce-footer .footer__text {
    font-size: 1.25rem;
  }
}
.wce-footer .footer__text a {
  color: black;
}
.wce-footer .footer__links {
  align-items: center;
  background-color: black;
  display: flex;
  gap: 1.25rem;
  height: 3.75rem;
  justify-content: flex-end;
  padding: 0 1.25rem;
}
.wce-footer .footer__links .footer__link {
  align-items: center;
  background-color: white;
  border-radius: 50%;
  color: black;
  display: flex;
  font-weight: bold;
  height: 1.5em;
  justify-content: center;
  text-decoration: none;
  width: 1.5em;
}
.wce-footer .footer__links .footer__link svg {
  fill: black;
  font-size: 1rem;
  height: 1em;
  width: 1em;
}

/*# sourceMappingURL=styles--content.css.map */
