/*
Theme Name: ALS Sustainability Report
Author: Hubble Design Group
Description: Desktop Styles
*/

<style>

/*LARGE DESKTOP STYLES */

/* LAYOUT & STRUCTURE */
.container {
  width: 100%;
}
.left-column {
  width: 50%;
  float: left;
  margin: 0 auto;
}
.padding-left {
  text-align: left;
}
.right-column {
  width: 50%;
  float: right;
  margin: 0 auto;
}
.three-columns {
  width: 33%;
  margin: 0 auto;
  display: inline-block;
}
.four-columns {
    width: 23%;
}
.spacer {
  height:30px;
}
.clear {
  clear: both !important;
}
.clearfix {
  overflow: auto;
}
.center {
  text-align: center;
  align-content: center;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}

/* TYPOGRAPHY */
figtree {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
h1 {
  color: white;
  font-family: "Figtree", sans-serif;
  font-size:max(5vh, 16px);
  font-style: bold;
  font-weight: 700;
  line-height: 1.2;
}
h2 {
  color: white;
  font-family: "Figtree", sans-serif;
  font-size:max(4vw, 16px);
  font-weight: bold;
  font-weight: 700;
  line-height: 1.2;
}
h3 {
  color: white;
  font-family: "Figtree", sans-serif;
  font-size:max(2.8vh, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}
h4 {
  color: rgb(0, 76, 171);
  font-family: "Figtree", sans-serif;
  font-size:max(1.2vw, 16px);
  font-style: bold;
  font-weight: 500;
  line-height: 1.3;
}
p, td, li {
  color: black;
  font-family: "Figtree", sans-serif;
  font-size:max(1.5vw, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
}
ul {
  padding-inline-start: 52px;
}
a {
  color: white;
  font-family: "Figtree", sans-serif;
  font-style: light;
  font-weight: 400;
  line-height: 1.3;
}
button {
  color: white;
  font-family: "Figtree", sans-serif;
  font-size: 1.7em;
  font-style: light;
  font-weight: 400;
  line-height: 1.3;
  padding: 1vw 2vw;
  background: rgb(0, 76, 171);
  border-radius:100vw;
  font-family: "Figtree", sans-serif;
  border: none;
}
#header-nav a:hover {
  color: #369DEA;
}
button:hover, #nine button.download:hover, button.download:hover {
  background: #369DEA;
  border: 1px rgb(0, 76, 171) solid;
}

/* HEADER */
#header {
  background: white;
  width: 100%;
  position: relative;
  z-index: 4;
}
.flex-container {
  display: flex;
  align-content: center; /* horizontal */
  align-items: center;     /* vertical */
  height: 5vh;
  padding: 15px 25px 15px 25px;
}
#header-nav {
  display: flex;
  align-content: center; /* horizontal */
  align-items: center;     /* vertical */
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  z-index: 5;
  height: 120px;
  padding: 15px 25px 15px 25px;
}
#header-nav button, .download {
  min-width: 600px;
}
#header-nav button {
  padding: 20px 30px;
}
#six button.download, #eight button.download, #seven button.download, #nine button.download {
  position: relative;
  left: 200px;
  top: 100px;
  display: block;
}
#header-nav button img, .download img {
  width:1vw;
  padding-left: 5px;
  margin-bottom: -6px;
}
#header-nav a {
  color: rgb(0, 76, 171);
  text-decoration: none;
}
#header-nav .logo {
  margin-right: 50px;
}
.logo img {
  width: 100px;
  height: 100px;
}
.language p {
  font-size: 1vw;
}
@mixin vertical-align($position) {
  position:$position;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@mixin all-transition($time)
{
	transition: all $time;
	-webkit-transition: all $time;
}
.menu {
  background: #b0d9ff;
  opacity: 1;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: relative;
  z-index: 100;
  left: 0;
  margin: 15px 0 15px 12px;
  color: #004cab;

	&:hover, &:focus
	{
    opacity: 1;
    height: 4em;
    width: max-content;
	}
	.nav
	{
		@include vertical-align(absolute);
    font-weight: 100;

		li
		{
				list-style-type: none;
				}

        a {
            display: block;
            opacity: 0;
            padding: 35px 0 30px 0;
            color: #004cab;
            text-transform: uppercase;
            text-decoration: none;
            font-size: max(.6em, 18px);
            font-family: Figtree, sans-serif;
            font-weight: 700;
            margin-top: -20px;
            margin-left: -250px;
            border-radius: 50px;
            max-height: 30px;

            &:hover, &:focus {
             opacity: 1;
             padding: 35px 75px 30px 275px;
           }
		      }
	}
}
/* ALL SECTIONS */
section {
  height: 100.5vh;
  overflow: hidden;
  align-content: center;
}
body {
  margin: 0px !important;
}
#five .indent {
  padding: 0 100px 50px 200px;
}
#six .indent, #seven .indent, #eight .indent, #nine .indent {
  padding: 0 100px 0 200px;
}
#six h1, #seven h1, #eight h1, #nine h1 {
  font-size: 7em;
  margin-top: 0;
}
.continue {
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 100%;
  bottom: 140px;
}
.continue img:hover {
  background: #369DEA;
}
.continue img {
  border: 1px white solid;
  border-radius: 50%;
  width: 2vw;
  height: 2vw;
  background: white;
  padding: 20px;
}
#copyright {
  margin-top: -50px;
  margin-left: 0;
  bottom: 0;
  background: transparent;
  width: 100%;
  z-index: 2;
  position: fixed;
}
#copyright .left {
  float:left;
  margin-left: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 1.2em;
  color: white;
}
#copyright .right {
  float:right;
  font-style: normal;
  font-weight: 300;
  font-size: 1.2em;
  margin-right: 20px;
  right: 0;
  position: absolute;
  color: white;
}

/*  ONE */
.background {
  width: 100%;
  height: 100.5vh;
  background-color: rgb(0, 76, 171); /* URL of the image */
  background-size: cover;  /* Ensures image covers the entire div */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  color: white; /* Text color to make it readable */
  display: flex;
  align-content: center;
  align-items: center;
}
#one span {
  color: #369DEA;
}
#one .right-column img {
    width: 100%;
}
.subtext {
  color: white;
  font-family: "Figtree", sans-serif;
  font-size: max(1.3vw, 14px);
  margin-top: 10px;
  margin-bottom: -15px;
  font-style: italic;
}
.all h2 {
    font-size: max(2vw, 30px);
    font-weight:600;
}
#one h3 {
  line-height: 1.4em;
}
.vimeo {
  max-width: 92%;
}
.all {
    margin: 100px 50px 0 75px;
}
.circle img {
  width: 75%;
  margin-left: 140px;
  margin-top: 50px;
  margin-bottom: -25px;
}
/* TWO */
#two {
  display: none;
}
#two h2 {
    margin-bottom: 0;
}
.background-2 {
  width: 100%;
  height: 100.5vh;
  background-color: #004cab;
  text-align: left;
  align-content: center;
}
#two .container {
  padding: 0 7.5%;
  width: auto;
}
#two .container h2, #two .container h3 {
  text-align: left;
}
#two .center img {
  width: 60%;
  max-width: none;
}
/* THREE */
.background-3 {
  background-color: rgba(0, 33, 120);
  color: white; /* Text color to make it readable */
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center;
  height: 100.5vh;
}
#three .flex-container {
    padding: 0 100px 0 200px;
}
.overlay {
  background-image: url('/-/media/sustainability/2025/images/DSCF2538_retouched-scaled.jpg'); /* URL of the image */
  background-size: cover;  /* Ensures image covers the entire div */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  position: absolute;
  width: 100%;
  min-height: 100.5vh;
  opacity: 0.2;
  z-index: 0;
}
#three .right-column video {
  width: 65%;
  float: right;
  box-shadow: 10px 6px 25px black;
}
#three .left-column {
  z-index: 1;
}
#three h3 {
  margin-top: 0px;
  margin-bottom: 230px;
  line-height: 1.4em;
}
.background-3 .right-column a {
    z-index: 100;
    position: relative;
}
/* FOUR */
.background-4 {
  width: 100%;
  height: 100.5vh;
  background-color: white;
  padding: 0 100px 0 200px;
  align-content: center;
}
#four h1 {
  color: #369DEA;
  font-weight: 900;
  margin: 0;
  font-size: 9vh;
}
#four h2  {
  color: #004cab;
  margin-top: 0;
}
#four h3 {
  color: #004cab;
  font-weight: 600;
  margin: 0 auto;
  line-height: normal;
  width: 80%;
}
h3.es {
  font-size: max(2.2vh, 14px);
}
span.mwp {
    font-size: 30%;
    font-weight: 600;
}
.text {
  background: white;
  border: 1px #004cab solid;
  border-radius: 100%;
  text-align: center;
  margin: 2%;
  margin-left: -30px;
  width: 35vh;
  height: 35vh;
  align-content: center;
}
.four.continue img {
  border: 1px #004cab solid;
}
#four .center {
  margin-left: -400px;
  clear: both;
}
.stats {
  margin: 50px 0 75px 0;
  display: flex;
  align-content: center;
}
#four h3 {
  color: #004cab;
  font-weight: 500;
  margin: 0 auto;
}
/* FIVE */
.background-5 {
  background-color: white;
  text-align: left;
  height: 100.5vh;
  align-content: center;
  align-items: center;
}
#five .container {
  width: auto;
}
section#five {
    padding-bottom: 30px;
}
#five h2 {
  text-align: left;
  color: #004cab;
  margin-top: -45px;
  margin-bottom: 0;
}
#five h3 {
  text-align: left;
  color: black;
  margin-top: -20px;
}
.five.continue img {
  border: 1px #004cab solid;
}
table {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  background-color: gainsboro;
  table-layout: fixed;
  border-collapse: collapse;
}
.ESG-table td {
  width: 150px;
  padding: 50px;
  vertical-align: middle;
  border: 1px white solid;
}
table img {
  width: 90%;
  max-width: 600px;
}
.ESG-table td h1, .ESG-mobile td h1 {
  color: black;
  margin-bottom: -20px;
  margin-top: 0;
  font-size: 4em;
}
#five td {
    font-size: 1vw;
}

/* SIX */
.background-6 {
  width: 100%;
  height: 100.5vh;
  color: white; /* Text color to make it readable */
  text-align: center;
  align-items: center;
  background-color: #73BCFF;
  display: inline-flex;
}
#six li, #six p {
  list-style-type: disc;
  margin-bottom:10px;
  color: white;
  font-style: normal;
}
#six .left-column, section#six {
  background-color: #73BCFF;
  text-align: left;
}
#six .right-column {
  background-color: #73BCFF;
}
#six .right-column img {
  max-height: 75vh;
  max-width: 75vh;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 5vw;
}
.six.continue img {
  border: 1px #004cab solid;
}
/* SEVEN */
.background-7 {
  width: 100%;
  height: 100.5vh;
  color: white; /* Text color to make it readable */
  text-align: center;
  align-items: center;
  background-color: #13AA13;
  display: inline-flex;
}
#seven .right-column img {
  max-height: 75vh;
  max-width: 75vh;
  border-radius: 100%;
  margin-left: 200px;
  height: 2000px;
  width: 2000px;
  object-fit: cover;
}
#seven .left-column, section#seven {
  text-align: left;
}
#seven li, #seven p {
  list-style-type: disc;
  margin-bottom:10px;
  color: white;
  font-style: normal;
}
.seven.continue img {
  border: 1px #004cab solid;
}

/* EIGHT */
.background-8 {
  width: 100%;
  height: 100.5vh;
  color: white; /* Text color to make it readable */
  text-align: center;
  align-items: center;
  background-color: #F2BB0C;
  display: inline-flex;
}
#eight .right-column img {
  max-height: 75vh;
  max-width: 75vh;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 5vw;
}
#eight .left-column, section#eight  {
  background-color: #F2BB0C;
  text-align: left;
}
#eight li, #eight p {
  list-style-type: disc;
  margin-bottom:10px;
  color: white;
  font-style: normal;
}
.eight.continue img {
  border: 1px #004cab solid;
}

/* NINE */
.background-9 {
  width: 100%;
  height: 100.5vh;
  color: white; /* Text color to make it readable */
  text-align: center;
  align-items: center;
  background-color: rebeccapurple;
  display: inline-flex;
}
#nine .right-column img {
  max-height: 75vh;
  max-width: 75vh;
  border-radius: 100%;
  height: 2000px;
  width: 2000px;
  object-fit: cover;
  margin-left: 200px;
}
#nine .left-column, section#nine {
  text-align: left;
}
#nine li, #nine p {
  list-style-type: disc;
  margin-bottom:10px;
  color: white;
  font-style: normal;
}
.nine.continue img {
  border: 1px #004cab solid;
}
#nine button.download {
    background: #36013F;
    position: relative;
}

/* TEN */
.background-10 {
  width: 100%;
  height: 100.5vh;
  color: white; /* Text color to make it readable */
  text-align: left;
  align-content: center;
  align-items: center;
  background-color: #004cab;
  padding: 0;
  align-content: center;
}
#ten h2 {
  margin-top: -100px;
  margin-bottom: 30px;
}
.ten-title {
  font-weight: bold;
  margin-bottom: -20px;
}
#ten .read-more {
  padding: 20px 80px;
  font-size: 1vw;
  position: absolute;
  bottom: 30px;
}
#ten .container {
  padding: 0px 200px;
  margin-bottom: -60px;
}
#ten .three-columns {
  padding: 1%;
  width: 31%;
  margin: 0 auto;
  display: inline-flex;
}
.box-outer img {
    width: 95%;
    margin-bottom: -100px;
    z-index: 1;
    position:relative;
}
.inner-padding {
  padding: 1px 35px 35px 35px;
  min-height: 35vh;
  text-align: left;
}
.box-inner {
  z-index: 2;
  position:relative;
  background-color: white;
  color: #004cab;
  width: 95%;
  height: auto;
  margin: 0;
}
.read-more {
  padding: 10px 20px;
  background: #369DEA;
  color: white;
  border-radius: 50px;
  font-family: "Figtree", sans-serif;
  border: none;
}

/* ELEVEN */
.background-11 {
  width: auto;
  height: 100.5vh;
  color: white; /* Text color to make it readable */
  text-align: center;
  display: flex;
  align-items: center;
  background-color: #73BCFF;
  position: relative;

}
.reports {
  margin-bottom: 25px;
  width: max-content;
}
.reports img {
  height: 14vw;
  box-shadow: 10px 5px 27px darkslategrey;
}
#eleven .indent {
  margin: 250px 0 0 -10%;
  width: 95%;
  text-align: left;
}
#eleven .left-column {
  text-align: left;
}
section#eleven {
    background: #73BCFF;
}
#eleven h3 {
  color: white;
  font-style: normal;
  font-weight: 300;
}
#eleven span {
  position: relative;
  top: 60px;
  left: -16%;
  font-size: 1.2vw;
  font-family: 'Figtree';
}
#eleven .download {
  margin: 170px auto;
  display: block;
}
#eleven .left-column {
  background-color: #1E87F0;
  height: 160vh;
  width: 160vh;
  border-radius: 100%;
  position: relative;
  align-content: center;
  z-index: 1;
  text-align: left;
  right: 10%;
}
#eleven .left-column video {
  width: 28vw;
  box-shadow: 10px 6px 25px black;
  outline: none;
  position: relative;
  left: 33%;x
  top: 25px;
}
.ESG-mobile {
  display: none;
}

@media screen and (max-width:1920px){
/* DESKTOP STYLES */

/* LAYOUT & STRUCTURE */
.container {
  width: 100%;
}
.left-column {
  width: 50%;
  float: left;
  margin: 0 auto;
}
.padding-left {
  text-align: left;
}
.right-column {
  width: 50%;
  float: right;
  margin: 0 auto;
}
.three-columns {
  width: 33%;
  margin: 0 auto;
  display: inline-block;
}
.four-columns {
  width: 23%;
}
.spacer {
  height:30px;
}
.clear {
  clear: both !important;
}
.clearfix {
  overflow: auto;
}
.center {
  text-align: center;
  align-content: center;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.arrow_up, .arrow_down {
  max-width: 20px !important;
}
.menu {
  width: 28px;
  height: 28px;
  margin: 7px 0 7px 9px;

	&:hover, &:focus
	{
    height: 2em;
	}

	.nav
	{

			a
			{
        padding:10px 0;
        font-size: max(.6em, 12px);
        margin-top: -3px;
        margin-left: -60px;
        max-height: 15px;

        &:hover, &:focus {
         padding: 10px 45px 10px 75px;
       }
			}
		}
	}

/* TYPOGRAPHY */
figtree {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
h1, #one h1 {
  color: white;
  font-family: "Figtree", sans-serif;
  font-size:max(4em, 16px);
  font-style: bold;
  font-weight: 700;
  line-height: 1.2;
}
h2 {
  color: white;
  font-family: "Figtree", sans-serif;
  font-size:max(3em, 16px);
  font-weight: bold;
  font-weight: 700;
  line-height: 1.2;
}
h3 {
  color: white;
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}
h4 {
  color: rgb(0, 76, 171);
  font-family: "Figtree", sans-serif;
  font-size:max(1em, 16px);
  font-style: bold;
  font-weight: 500;
  line-height: 1.3;
}
p, td, li {
  color: black;
  font-family: "Figtree", sans-serif;
  font-size:max(1.4em, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
}
ul {
  padding-inline-start: 22px;
}
button {
  color: white;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-style: light;
  font-weight: 400;
  line-height: 1.3;
}
a {
  color: white;
  font-family: "Figtree", sans-serif;
  font-style: light;
  font-weight: 400;
  line-height: 1.3;
}
#header-nav a:hover {
  color: #369DEA;
}
button {
  padding: 11px 25px;
  background: rgb(0, 76, 171);
  color:white;
  border-radius:50px;
  font-family: "Figtree", sans-serif;
  border: none;
}
button:hover, #nine button.download:hover, button.download:hover {
  background: #369DEA;
  border: 1px rgb(0, 76, 171) solid;
}

/* HEADER */
#header {
  background: white;
  width: 100%;
  position: relative;
  z-index: 4;
}
.flex-container {
  display: flex;
  align-content: center; /* horizontal */
  align-items: center;     /* vertical */
  height: 5vh;
  padding: 15px 25px 15px 25px;
}
#header-nav {
  display: flex;
  align-content: center; /* horizontal */
  align-items: center;     /* vertical */
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  z-index: 5;
  height: 40px !important;
  padding: 15px 25px 15px 25px;
}
#header-nav button {
  padding: 10px 30px;
}
#header-nav button, .download {
  min-width: 275px;
}
#six button.download,#eight button.download {
  position: relative;
  top: -200px;
  left: 100px;
}
#header-nav button img, .download img {
  width:14px;
  padding-left: 5px;
  margin-bottom: -3px;
}
#header-nav a {
  color: rgb(0, 76, 171);
  text-decoration: none;
}
#header-nav .logo {
  margin-right: 50px;
}
.logo img {
  width: 40px;
  height: 40px;
}
.language p {
  font-size: 14px;
}

/* ALL SECTIONS */
section {
  height: 100.5vh;
  overflow: hidden;
  align-content: center;
}
body {
  margin: 0px !important;
}
#five .indent, #six .indent, #seven .indent, #eight .indent, #nine .indent {
  padding: 0 100px 0 100px;
}
#six h1, #seven h1, #eight h1, #nine h1 {
  font-size: 3.8vw;
  margin-top: 0;
}
#six button.download, #eight button.download, #seven button.download, #nine button.download {
  position: relative;
  left: 100px;
  top: 75px;
  display: block;
}
.continue {
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 100%;
  bottom: 80px;
}
.continue img:hover {
  background: #369DEA;
}
#one h3 {
  line-height: 1.2em;
}
.circle img {
  width: 75%;
  margin-left: 90px;
  margin-top: 50px;
  margin-bottom: 0px;
}
.continue img {
  border: 1px white solid;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: white;
  padding: 15px;
}
#copyright {
  margin-top: -50px;
  margin-left: 0;
  bottom: 0;
  background: transparent;
  width: 100%;
  z-index: 2;
  position: fixed;
}
#copyright .left {
  float:left;
  margin-left: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: .7em;
  color: white;
}
#copyright .right {
  float:right;
  font-style: normal;
  font-weight: 300;
  font-size: .7em;
  margin-right: 20px;
  right: 0;
  position: absolute;
  color: white;
}

/*  ONE */
.background {
  width: 100%;
  height: 100.5vh;
  background-color: rgb(0, 76, 171); /* URL of the image */
  background-size: cover;  /* Ensures image covers the entire div */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  color: white; /* Text color to make it readable */
  display: flex;
  align-content: center;
  align-items: center;
}
#one span {
  color: #369DEA;
}
.vimeo {
  max-width: 98%;
}
/* TWO */
.background-2 {
  width: 100%;
  height: 100.5vh;
  background-color: #004cab;
  text-align: left;
  align-content: center;
  display: flex;
  align-items: center;
}
#two .container {
  padding: 0 100px;
}
#two .container h2, #two .container h3 {
  text-align: left;
}
#two .center img {
  width: 60%;
  max-width: 700px;
}
/* THREE */

#three .flex-container {
    padding: 0 100px;
}

#three .right-column video {
  width: 65%;
  float: right;
}
#three h3 {
  margin-bottom: 120px;
}
/* FOUR */
.background-4 {
  width: 100%;
  background-color: white;
  align-content: center;
  padding: 0 100px;
}
#four h1 {
  color: #369DEA;
  font-weight: 900;
  margin: 0;
  font-size: 9vh;
}
#four h2  {
  color: #004cab;
  margin-top: 0;
}
#four h3 {
  color: #004cab;
  font-weight: 600;
  margin: 0 auto;
  line-height: normal;
}
.text {
  background: white;
  border: 1px #004cab solid;
  border-radius: 100%;
  text-align: center;
  margin: 2%;
  margin-left: 0;
  width: 35vh;
  height: 35vh;
}
.four.continue img {
  border: 1px #004cab solid;
}
#four .center {
  margin-left: -200px;
}
.stats {
  margin: 50px 0 75px 0;
}
h3.es {
  font-size: max(2.2vh, 14px);
}

/* FIVE */
.background-5 {
  background-color: white;
  text-align: left;
  align-content: center;
  align-items: center;
}
#five .container {
  width: auto;
}
#five h2 {
  text-align: left;
  color: #004cab;
  margin-top: 0;
}
#five h3 {
  text-align: left;
  color: black;
  margin-top: -20px;
}
.five.continue img {
  border: 1px #004cab solid;
}
table {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  background-color: gainsboro;
  table-layout: fixed;
  border-collapse: collapse;
}
.ESG-table td {
  width: 150px;
  padding: 20px;
  vertical-align: middle;
  border: 1px white solid;
}
table img {
  width: 90%;
  max-width: 200px;
}
.ESG-table td h1, .ESG-mobile td h1 {
  color: black;
  margin-bottom: -20px;
  margin-top: 0;
  font-size: 3em;
}
#five td {
    font-size: 1em;
}
/* SIX */
.background-6 {
  width: 100%;
  color: white; /* Text color to make it readable */
  text-align: center;
  align-content: center;
  align-items: center;
  background-color: #73BCFF;
}
#six li, #six p {
  list-style-type: disc;
  margin-bottom:10px;
  color: white;
  font-style: normal;
}
#six .left-column {
  background-color: #73BCFF;
  text-align: left;
}
#six .right-column img {
  max-height: 70vh;
  max-width: 70vh;
  border-radius: 100%;
  height: 2000px;
  width: 2000px;
  object-fit: cover;
  margin-right: 5vw;
}
.six.continue img {
  border: 1px #004cab solid;
}
/* SEVEN */
.background-7 {
  width: 100%;
  color: white; /* Text color to make it readable */
  text-align: center;
  align-content: center;
  align-items: center;
  background-color: #13AA13;
}
#seven .right-column img {
  max-height: 70vh;
  max-width: 70vh;
  border-radius: 100%;
  object-fit: cover;
  margin-left: 100px;
}
#seven .left-column {
  text-align: left;
}
#seven li, #seven p {
  list-style-type: disc;
  margin-bottom:10px;
  color: white;
  font-style: normal;
}
.seven.continue img {
  border: 1px #004cab solid;
}

/* EIGHT */
.background-8 {
  width: 100%;
  color: white; /* Text color to make it readable */
  text-align: center;
  align-content: center;
  align-items: center;
  background-color: #F2BB0C;
}
#eight .right-column img {
  max-height: 70vh;
  max-width: 70vh;
  border-radius: 100%;
  height: 2000px;
  width: 2000px;
  object-fit: cover;
  margin-right: 5vw;
}
#eight .left-column {
  background-color: #F2BB0C;
  text-align: left;
}
#eight .right-column {
  background-color: #F2BB0C;
}
#eight li, #eight p {
  list-style-type: disc;
  margin-bottom:10px;
  color: white;
  font-style: normal;
}
.eight.continue img {
  border: 1px #004cab solid;
}

/* NINE */
.background-9 {
  width: 100%;
  color: white; /* Text color to make it readable */
  text-align: center;
  align-content: center;
  align-items: center;
  background-color: rebeccapurple;
}
#nine .right-column img {
  max-height: 70vh;
  max-width: 70vh;
  border-radius: 100%;
  object-fit: cover;
  margin-left: 100px;
}
#nine .left-column {
  text-align: left;
}
#nine .right-column {
  background-color: rebeccapurple;
}
#nine li, #nine p {
  list-style-type: disc;
  margin-bottom:10px;
  color: white;
  font-style: normal;
}
.nine.continue img {
  border: 1px #004cab solid;
}
#nine button.download {
    background: #36013F;
}

/* TEN */
.background-10 {
  width: 100%;
  height: 100.5vh;
  color: white; /* Text color to make it readable */
  text-align: left;
  align-content: center;
  align-items: center;
  background-color: #004cab;
}
#ten .container {
  padding: 0px 100px;
  width: auto;
  margin-bottom: -90px;
}
#ten .three-columns {
  padding: 1%;
  width: 31%;
  margin: 0 auto;
  display: inline-flex;
}
#ten h2 {
  margin-bottom: 0px;
}
#ten h4 {
  font-size:max(2vh, 16px);
}
#ten .read-more {
  padding: 12px 40px;
  font-size: 14px;
}
.ten-title {
  margin-bottom: -15px;
  margin-top: 15px;
}
.box-outer img {
    width: 95%;
    margin-bottom: -10px;
    z-index: 1;
    position:relative;
}
.inner-padding {
  padding: 1px 15px 15px 15px;
  min-height: 37vh;
  text-align: left;
}
.box-inner {
  z-index: 2;
  position:relative;
  background-color: white;
  color: #004cab;
  width: 95%;
  height: auto;
  margin: 0;
}
.read-more {
  padding: 8px 16px;
  background: #369DEA;
  color: white;
  border-radius: 50px;
  font-family: "Figtree", sans-serif;
  border: none;
  position: absolute;
  bottom: 15px;
  left: 15px;
  min-width: 150px;
}

/* ELEVEN */

#eleven .left-column {
  text-align: left;
}
section#eleven {
  background: #73BCFF;
}
#eleven .indent {
  margin: 120px 0 0 -10%;
}
#eleven span {
  top: 40px;
}
#eleven .download {
  margin: 70px auto;
}
#eleven h3 {
  color: white;
  font-style: normal;
  font-weight: 300;
  min-width: 540px;
}
.ESG-mobile {
  display: none;
}
}

/* TABLET STYLES */
@media screen and (max-width:1280px){
  h1 {
    font-size: max(4em, 16px);
    font-weight: 800;
  }
  h2 {
    font-size:max(2.6em, 16px);
  }
  h3 {
    font-size:max(1.3em, 16px);
  }
  h4 {
    font-size: 1em;
  }
  p, td, li {
    font-size: max(1.2em, 16px);
  }
  .continue {
    left: 5px;
  }
  .circle img {
    margin-left: 65px;
  }
  #two .center img {
    max-width: none;
  }
  #three h3 {
    margin-bottom:50px;
  }
  #three .right-column video {
    width: 65%;
  }
  .background-4 {
    height: 100.5vh;
  }
  section#four {
    height: 100.5vh;
    margin-bottom: -60px;
  }
  .four-columns {
    width: 25%;
    float: left;
  }
  #four .center {
    margin: 0 auto;
    margin-left: -200px;
  }
  #four .download {
    margin-top: 50px;
  }
  h3.es {
    font-size: max(.9em, 14px);
  }
  .stats {
    width: 93%;
    display: block;
    margin: 0 auto;
    float: left;
  }
  .text {
    width: 30vh;
    height: 30vh;
  }
  .background-5 {
    height: 100.5vh;
  }
  section#five {
    align-content: center;
  }
  .ESG-table {
    display: block;
  }
  .ESG-mobile {
    display: none;
  }
  .background-6, .background-7, .background-8, .background-9 {
    margin-bottom: 0px;
  }
  #six button.download, #eight button.download, #seven button.download, #nine button.download {
    top: 100px;
  }
  #six .left-column, #eight .left-column, #seven .left-column, #nine .left-column {
    margin-top: -100px;
  }
  #ten h4 {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1.4em;
  }
  #ten .read-more {
    padding: 12px 40px;
    font-size: 14px;
  }
  .inner-padding {
    min-height: 40vh;
  }
  .reports img {
    height: 12vw;
  }
  #ten .read-more {
    bottom: 20px;
  }
  #eleven .indent {
    width: 95%;
  }
  #eleven h3 {
    min-width: 100%;
  }
}

/* NAVIGATION */
#vertical-nav {
  position: fixed;
  width: 100%;
  display: block;
  z-index: 5;
}
.absolute_position_div {
    z-index: 1000;
    height: 0;
    position: relative;
    top: 0;
}
.wrp--nav {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 100.5vh;
    padding-top: 4vh;
    display: flex;
    position: absolute;
}
.content {
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    width: max(2vw, 22px);
    margin-bottom: 3vw;
    display: flex;
    margin-left: 15px;
}
.con--section.arrow {
    background-color: rgba(0, 0, 0, 0);
    align-content: center;
    margin: 30px 14px;
}
.con--section {
    border-radius: 100px;
    align-items: center;
    width: 1.5vw;
    height: 1.6vw;
    display: flex;
}
html.w-mod-touch * {
    background-attachment: scroll !important;
}
.arrow_up {
  transform: rotate(180deg);
  max-width: 50px;
}
.arrow_down {
  max-width: 50px;
}
.mobile-nav {
  display:none;
  position: fixed;
  z-index: 5;
  max-width: 480px;
  background-color: transparent;
  height: 500px;
  color: white;
  border-radius: 10px;
  margin: 15px 20px 20px 20px;
}
.mobile-nav li {
  list-style: none;
  color: white;
  font-size: 17px;
}
.hamburger {
  background-color: #333;
  position: fixed;
  left: 0;
  margin-top: 55px;
  width: 100%;
  overflow-y: auto;
  max-height: 100.5vh;
}
.hamburger #myLinks {
  display: none;
}
.hamburger ul {
  padding-inline-start: 8px;
}
.hamburger a {
  color: white;
  padding: 14px 10px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
.hamburger a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.hamburger a:hover {
  background-color: #ddd;
  color: black;
}
.active {
  background-color: #04AA6D;
  color: white;
}
.fa {
  color: white;
  padding: 12px 13px;
  border-radius: 26px;
  background: rgb(0, 76, 171);
}
.mobile-language {
  display: ruby;
  margin-left: 10px;
  float: left;
  padding-bottom: 30px;
  display: flex;
  margin-top: 15px;
}
.mobile-language a {
  margin-top: -14px;
  margin-left: 10px;
}
.mobile-language span {
  margin-top: -2px;
  color: #369DEA;
}
.mobile-language a:hover {
  color: #369DEA;
  background: none;
}

/* LARGE MOBILE STYLES */
@media screen and (max-width:996px){
  #vertical-nav {
    display: none;
  }
  .mobile-nav {
    display:block !important;
  }
  p, td, li {
    font-size: 1.2em;
  }
  .three-columns {
    text-align: center;
  }
  #header-nav button {
    position: fixed;
    top: 14.5px;
    min-width: 297px;
    padding: 10px 25px;
  }
  #header-nav .logo {
    margin-right: 45px;
  }
  .language {
    display:none;
  }
  .continue {
    display:none;
  }
  #one {
    padding: 50px 0 90vw 0;
    background: rgb(0, 76, 171);
  }
  #one .left-column, #one .right-column {
    width: 100%;
    float: none;
    text-align: -webkit-center;
  }
  .all {
    margin: 100px 0 0 0;
  }
  .background {
    display: block;
    padding-top:0;
    height: auto;
  }
  .circle img {
    margin-left: 0;
  }
  #two .center img {
    max-width: none;
    width: 100%;
  }
  #two .container {
    padding: 0 50px;
  }
  #three .right-column video {
    width: 85%;
    box-shadow: none;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0));
  }
  #three .flex-container {
    padding: 75px 50px 100px 50px;
    height: auto;
    min-width: 85%;
  }
  .four-columns {
    width: 45%;
    float: left;
    text-align: -webkit-center;
  }
  #four .center {
    margin-left: -100px;
  }
  .stats {
    width: 100%;
    display: block;
  }
  .text {
    margin-left: 0;
    width: 40vh;
    height: 40vh;
  }
  .background-4 {
    height: auto;
    padding: 0 50px;
  }
  section#four {
    margin-bottom: 0px;
  }
  h3.es {
    font-size: max(1.3em, 14px);
  }
  section#seven, section#eight, section#nine {
    height: auto;
  }
  section#six {
    background-color: #73BCFF;
    height:auto;
    padding-bottom: 0;
  }
  section#seven {
    background-color: #13AA13;
    height: auto;
  }
  section#eight {
    background-color: #F2BB0C;
    height: auto;
    padding-bottom: 0;
  }
  section#nine {
    background-color: rebeccapurple;
    height: auto;
  }
  #six .right-column img, #seven .right-column img, #eight .right-column img, #nine .right-column img {
    margin-left: 0;
    margin-right: 0;
  }
  #six .right-column, #eight .right-column {
    width: 100%;
    float: none;
    margin-top: 50px;
  }
  #seven .right-column, #nine .right-column {
    width: 100%;
    float: none;
    margin-top: 50px;
  }
  #six .left-column, #seven .left-column, #eight .left-column, #nine .left-column{
    width: 100%;
    float: none;
    margin-top: 0;
  }
  .background-6, .background-8 {
    height: auto;
    flex-direction: column-reverse;
    margin-bottom: 100px;
  }
  .background-7, .background-9 {
    display: block;
    height: auto;
  }
  #six button.download, #seven button.download, #eight button.download, #nine button.download  {
    font-size: small;
    left: 50px;
    top: 0;
  }
  #five .indent, #six .indent, #seven .indent, #eight .indent, #nine .indent {
    padding: 75px 75px 50px 50px;
  }
  #six .right-column img, #seven .right-column img, #eight .right-column img, #nine .right-column img {
    max-height: 70vh;
    max-width: 70vh;
    margin-top: 0;
  }
  #ten .container {
    padding: 0px 50px 100px 50px;
  }
  .background-10 {
    height: auto;
    align-content: center;
    padding: 25vh 0 30vh 0;
    align-content: center;
  }
  #ten .last {
    padding: 0 0 150px 0;
  }
  #ten h4 {
    font-size: 1em;
  }
  .background-11 {
    display: block;
    height: auto;
  }
  .box-inner {
    margin: 0 auto;
  }
  .inner-padding {
    min-height: 40vh;
  }
  .reports img {
    height: 33vw;
  }
  section#eleven {
    height: auto;
  }
  #eleven h3 {
    min-width: 100%;
    margin-bottom:60px;
  }
  #eleven span {
    font-size: 1em;
  }
  #eleven .left-column {
    width: 100%;
    float: none;
    width: 110vh;
    height: 105vh;
    margin-top: 10vw;
  }
  #eleven .right-column {
    width: 100%;
    float: none;
    position: relative;
  }
  #eleven .left-column video {
    width: 60vw;
    box-shadow: none;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0));
    outline: none;
    position: relative;
    left: 30vw;
    top: 75px;
  }
  #eleven .indent {
    margin: 15vw 10vw 0 10vw;
    width: 80vw;
  }
  #eleven .download {
    margin: 130px auto;
  }
  #copyright {
    display: none;
  }
  section {
    margin-bottom: 0;
    padding-bottom: 80px;
  }
}

/* IPAD STYLES */
@media screen and (max-width:1024px) and (min-height:850px) {
  .subtext {
    font-size: max(1.3vw, 14px);
  }
  p, td, li {
    font-size: 1.3em;
  }
  h3 {
    font-size: max(1.6em, 18px);
  }
  #one {
    height: auto;
    padding: 50px 0 0 0;
  }
  .circle img {
    width: 55%;
    margin-left: 0;
  }
  #one .left-column, #one .right-column {
    width: 100%;
    float: none;
    text-align: -webkit-center;
  }
  #one .right-column {
    padding-bottom: 110px;
  }
  .background {
    display: block;
    height: auto;
  }
  #one .right-column img {
    width: 60%;
  }
  section#three {
    height: auto;
    padding-bottom: 0px;
  }
  .background-3 {
    min-height: 100.5vh;
  }
  #three .right-column video {
    position: relative;
    z-index: 1;
  }
  .four-columns {
    width: 50%;
  }
  section#five, .background-5 {
    height: auto;
    padding-bottom: 100px;
  }
  #six .right-column img, #seven .right-column img, #eight .right-column img, #nine .right-column img {
    max-height: 60vh;
    max-width: 60vh;
  }
  .inner-padding {
    min-height: 40vh;
  }
  .reports {
    margin: 0 auto;
    display: block;
  }
}
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {
  #one {
    padding: 50px 0 0 0;
    height: 100.5vh;
  }
  #one .right-column {
    padding-bottom: 200px;
  }
  #one .right-column img {
    width: 50%;
    margin-top: 0;
  }
  .all {
    margin: 50px 0;
  }
  .continue {
    bottom: 130px;
  }
  section#four {
    height: auto;
    margin-bottom: 0;
  }
  .background {
    height: 100.5vh;
  }
  section#five, .background-5 {
    height: 100.5vh;
    padding-bottom: 0;
  }
  #seven .right-column img, #nine .right-column img {
    margin-left: -300px;
  }
  .inner-padding {
    min-height: 30vh;
  }
}
/* SMALL MOBILE STYLES */
@media screen and (max-width:768px){
  #header-nav .language {
    display: none;
  }
  #header-nav {
    display: block;
  }
  #header-nav button {
    position: absolute;
    padding: 13px 15px 10px 25px;
    display: block;
    left: 20px;
  }
  #header-nav .logo {
    right: 20px;
    top: 15px;
    position: absolute;
  }
  h3 {
    font-size: max(1.2em, 18px);
  }
  .all {
    margin: 25px;
  }
  #one {
    padding: 20px 0 0 0;
    z-index: 1;
    position: relative;
  }
  .flex-container {
    display: block;
  }
  .background-3 {
    height: auto;
  }
  #three .left-column {
    z-index: 1;
    position: relative;
  }
  #three .flex-container {
    min-width: fit-content;
  }
  #three .right-column video {
    width: 100%;
    float: none;
    padding: 100px 0;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0));
    position: relative;
    z-index: 1;
  }
  .overlay {
    height: 220vh;
  }
  section#three, section#four {
    height: auto;
  }
  .background-4 {
    height: auto;
    padding: 100px 50px;
    z-index: 1;
    position: relative;
  }
  #four .center {
    text-align: left;
    margin-left: 0px;
  }
  .four-columns {
    width: 100%;
    float: left;
    text-align: -webkit-center;
    margin-left: -40px;
  }
  .stats {
    width: 100%;
    display: block;
  }
  section#five {
    padding: 100px 0 200px 0;
  }
  #five .center {
  text-align: left;
   margin-left: 50px;
  }
  #five .download {
    margin-top: 50px;
  }
  .ESG-mobile {
    display: block;
  }
  .ESG-mobile td {
    height: 130px;
    width: 100px;
    padding: 20px;
    vertical-align: middle;
    border: 1px white solid;
  }
  table {
    width: 100%;
  }
  .ESG-table {
    display: none;
  }
  #six .right-column img, #seven .right-column img, #eight .right-column img, #nine .right-column img{
    max-height: 40vh;
    max-width: 40vh;
  }
  #seven .left-column, #nine .left-column {
    margin-bottom: 100px;
  }
  #six h1, #seven h1, #eight h1, #nine h1 {
    font-size: 2.5em;
  }
  section#ten {
    height: auto;
  }
  #ten .three-columns {
    width: 100%;
    display: block !important;
    margin: 0 auto;
    padding: 30px 0;
  }
  #ten .container {
    padding: 0 75px 0 50px;
  }
  .box-inner {
    margin: 0 auto;
  }
  .inner-padding {
    padding: 10px 35px;
    min-height: 35vh;
  }
  #ten .read-more {
    left: 30px;
  }
  .reports {
    width: 100%;
    text-align: center;
  }
  .reports img {
    height: 26vw;
  }
  #eleven span {
    top: 30px;
    left: -12vw;
  }
  section#eleven {
    margin-top: -70px;
    height: auto;
  }
  #eleven h3 {
    width: 90%;
  }
  #eleven button.download {
    margin: 0 auto;
    display: block;
    margin: 80px auto;
  }
  .left-column, .right-column {
    width: 100%;
    float: none;
  }
  .language {
    font-size: 12px !important;
  }
  section {
    padding-bottom: 0px;
  }
}

/* SMALL IPAD STYLES */
@media screen and (max-width:834px) and (min-height:1000px) {
  #one {
    height: auto;
    padding: 50px 0 10vw 0;
  }
  .all {
    margin: 100px 0 0 0;
  }
  section#three {
    height: auto;
    padding-bottom: 0px;
  }
  .background-3 {
    min-height: 100.5vh;
  }
  .four-columns {
    width: 45%;
  }
  .circle img {
    width: 85%;
    margin-left: 0;
  }
  .text {
    width: 30vh;
    height: 30vh;
  }
  #seven button.download, #nine button.download {
    left: 50px;
  }
  .reports img {
    height: 28vw;
  }
}
/* SLIDE FOUR ANIMATION */

@property --num1 {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.value1 {
  animation: value1 3s ease-in-out forwards;
  counter-reset: num1 var(--num1);
  animation-play-state: paused;
}
.value1::after {
  content: counter(num1);
}
.animated {
  animation-play-state: running;
}
@keyframes value1 {
  from {
    --num1: 0;
  }
  to {
    --num1: 94;
  }
}
@property --num2 {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.value2 {
  animation: value2 3s alternate ease-in-out forwards;
  counter-reset: num2 var(--num2);
  animation-play-state: paused;
}
.value2::after {
  content: counter(num2);
}
.animated {
  animation-play-state: running;
}
@keyframes value2 {
  from {
    --num2: 0;
  }
  to {
    --num2: 95;
  }
}
@property --num3 {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.value3 {
  animation: value3 3s alternate ease-in-out forwards;
  counter-reset: num3 var(--num3);
  animation-play-state: paused;
}
.value3::after {
  content: counter(num3);
}
.animated {
  animation-play-state: running;
}
@keyframes value3 {
  from {
    --num3: 0;
  }
  to {
    --num3: 50;
  }
}
@property --num4 {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.value4 {
  animation: value4 3s alternate ease-out forwards;
  counter-reset: num4 var(--num4);
  animation-play-state: paused;
}
.value4::after {
  content: counter(num4);
}
.animated {
  animation-play-state: running;
}
@keyframes value4 {
  from {
    --num4: 0;
  }
  to {
    --num4: 44;
  }
}

/* X-SMALL MOBILE STYLES */
@media screen and (max-width:525px){
  .mobile-nav li, .hamburger a {
    font-size: 15px !important;
  }
  .mobile-nav {
    margin: 15px 20px 20px 7px;
  }
  .hamburger a {
    padding: 14px 10px !important;
  }
  .three-columns {
    text-align: justify;
  }
  #header-nav button {
    font-size: smaller;
    top: 15px;
    margin-left: -10px;
    min-width: 250px;
    padding: 11px 25px;
  }
  #header-nav .logo {
    margin-right: 30px;
  }
  h2 {
    font-size: 2em;
  }
  .four-columns {
    width: 100%;
  }
  .text {
    padding:50px;
  }
  #one {
    padding: 0 0 20vw 0;
  }
  .circle img {
    width: 85%;
    margin-left: 0;
    margin-top: 100px;
  }
  #two .center img {
    margin-bottom: 0;
  }
  #two .container {
    padding: 0 25px;
  }
  .background-2 {
    padding: 0;
  }
  .overlay {
    min-height: 170vh;
  }
  #three .left-column {
    z-index: 1;
    position: relative;
  }
  #three .right-column video {
    width: 85%;
  }
  #three .flex-container {
    padding: 50px 25px 0 25px;
  }
  .background-4 {
    padding: 100px 25px;
  }
  .four-columns {
    margin-left: -20px;
  }
  .text {
    padding: 20px;
  }
  #four h3 {
    width: 90%;
  }
  .background-5 {
    height: auto;
  }
  section#five {
    padding: 100px 25px;
  }
  #five .indent {
    padding: 25px 0;
  }
  #five .center {
    margin-left: 0;
  }
  #six .indent, #seven .indent, #eight .indent, #nine .indent {
    padding: 50px 25px;
  }
  #six button.download, #seven button.download, #eight button.download, #nine button.download {
    position: relative;
    left: 25px;
  }
  #six h1, #seven h1, #eight h1, #nine h1 {
    font-size: 2.3em;
  }
  #ten .container {
    padding: 0 5px 0 25px;
  }
  .box-inner {
    margin: inherit;
  }
  .inner-padding {
    padding: 10px 35px;
    min-height: 43vh;
  }
  section#eleven {
    margin-top: 0;
  }
  #eleven button.download {
    display: inline-block;
  }
  .reports img {
    height: 105vw;
    margin: 25px 0;
    display: block;
  }
  #eleven span {
    top: -5px;
    left: -3vw;
  }
  #eleven .left-column {
    width: 70vh;
    height: 70vh;
  }
  #eleven .left-column video {
    width: 75vw;
    left: 20vw;
  }
  #eleven .indent {
    margin: 15vh 10vw 0 10vw;
  }
  .background-11 {
    padding-left: 0px;
    margin-left: 10px;
    min-height: 950px;
  }
  #five button.download {
    margin: 50px 0;
  }
  button.download {
    font-size: .8em;
  }
  section {
    height: auto;
  }

  /* SLIDE FOUR ANIMATION */

  @property --num1 {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
  }
  .value1 {
    animation: value1 1s ease-in-out forwards;
    counter-reset: num1 var(--num1);
    animation-play-state: paused;
  }
  .value1::after {
    content: counter(num1);
  }
  .animated {
    animation-play-state: running;
  }
  @keyframes value1 {
    from {
      --num1: 0;
    }
    to {
      --num1: 94;
    }
  }
  @property --num2 {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
  }
  .value2 {
    animation: value2 1s ease-in-out forwards;
    counter-reset: num2 var(--num2);
    animation-play-state: paused;
  }
  .value2::after {
    content: counter(num2);
  }
  .animated {
    animation-play-state: running;
  }
  @keyframes value2 {
    from {
      --num2: 0;
    }
    to {
      --num2: 95;
    }
  }
  @property --num3 {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
  }
  .value3 {
    animation: value3 1s ease-in-out forwards;
    counter-reset: num3 var(--num3);
    animation-play-state: paused;
  }
  .value3::after {
    content: counter(num3);
  }
  .animated {
    animation-play-state: running;
  }
  @keyframes value3 {
    from {
      --num3: 0;
    }
    to {
      --num3: 50;
    }
  }
  @property --num4 {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
  }
  .value4 {
    animation: value4 1s ease-out forwards;
    counter-reset: num4 var(--num4);
    animation-play-state: paused;
  }
  .value4::after {
    content: counter(num4);
  }
  .animated {
    animation-play-state: running;
  }
  @keyframes value4 {
    from {
      --num4: 0;
    }
    to {
      --num4: 3.44;
    }
  }
}
/* XX-SMALL MOBILE STYLES */
@media screen and (max-width:400px){
  #header-nav button {
    font-size: small;
    left: 15px;
    min-width: 200px;
    padding: 12px 35px 12px 45px;
  }
  .overlay {
    min-height: 150vh;
  }
  #four h1 {
    margin-left: -15px;
  }
  h3.es {
    font-size: max(1em, 14px);
  }
  .text {
    width: 25vh;
    height: 25vh;
    padding: 40px;
  }
  #six .right-column img, #seven .right-column img, #eight .right-column img, #nine .right-column img {
    height: 300px;
    width: 300px;
  }
  #seven button.download, #nine button.download {
    left:25px;
  }
  .inner-padding {
    min-height: 55vh;
  }
  .background-11 {
    min-height: 750px;
  }
  .download {
    min-width: 245px;
    max-width: 285px;
  }
}
/* APPLE SE MOBILE STYLES */
@media screen and (max-width:325px){
  #eleven .indent {
    margin: 30vh 10vw 0 10vw;
  }
  .overlay {
    min-height: 250vh;
  }
  .inner-padding {
    min-height: 75vh;
  }
  #six .right-column img, #seven .right-column img, #eight .right-column img, #nine .right-column img {
    max-height: 50vh;
    max-width: 50vh;
  }
  .subtext {
    font-size: max(1.3vw, 12px);
  }
  h3 {
    font-size: max(1.1em, 14px);
  }
}

ul {
  margin: 0;
}
.dashed li {
    list-style-type: "– " !important;
}

</style>
