:root {
  --als-blue: #004cab;
  --als-yellow: #ffbc03;
  --sky-blue: #73bcff;
  --white: white;
  --als-grey: #333;
  --als-green: #00ac39;
  --als-purple: #7326a3;
}

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

body {
  color: #333;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

h1 {
  color: var(--als-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: max(1rem, min(3.6vw, 5rem));
  font-weight: 700;
  line-height: 1em;
}

h2 {
  color: var(--als-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: max(1rem, min(3.6vw, 5rem));
  font-weight: 700;
  line-height: max(2.2rem, min(4vw, 5rem));
}

h3 {
  color: var(--als-yellow);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: max(1.8rem, min(2vw, 3rem));
  font-weight: 700;
  line-height: 2.2rem;
}

p {
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: max(.9rem, min(1.3vw, 6rem));
  line-height: max(1.3rem, min(1.9vw, 6rem));
}

a {
  font-family: Figtree;
  text-decoration: none;
}

em {
  font-style: italic;
}

.glb_sec--nav-master {
  z-index: 999;
  background-color: var(--als-blue);
  height: 80px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.glb_con--nav {
  justify-content: space-between;
  max-width: 1200px;
  height: 100%;
  display: flex;
}

.txt_nav--text {
  float: left;
  color: #fff;
  text-align: center;
  font-family: Figtree;
  font-size: 16px;
  line-height: 1.2em;
}

.txt_nav--text.secondary {
  padding-top: 2px;
}

.lnk_blk--dropdown {
  color: rgba(255, 255, 255, 0);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 32px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.lnk_blk--dropdown:hover {
  text-decoration: none;
}

.lnk_blk--dropdown.w--current:hover {
  color: var(--sky-blue);
}

.lnk_blk--dropdown.secondary {
  flex-direction: row;
  display: block;
}

.glb_sec--main-links, .glb_sec--secondary-links {
  display: flex;
}

.glb_nav--icon {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.glb_nav--drop-arrow {
  color: var(--als-blue);
  display: inline-block;
}

.glb_nav--drop-arrow:hover {
  color: var(--sky-blue);
}

.lnk_blk--no-drop {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 32px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.html-embed {
  float: left;
  color: #fff;
}

.lnk_blk--mobile-menu {
  color: rgba(255, 255, 255, 0);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 32px;
  padding-left: 20px;
  padding-right: 0;
  display: none;
}

.lnk_blk--mobile-menu:hover {
  text-decoration: none;
}

.txt-headline-ko {
  color: #fff;
  font-family: Figtree;
  font-size: 3.2em;
  line-height: 1.1em;
  display: flex;
}

.txt-headline-ko.icon {
  color: var(--sky-blue);
  margin-right: 12px;
  font-family: "Fa solid 900";
  font-size: 2.8em;
  display: block;
}

.txt--body {
  flex-direction: column;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 1.4vw;
  line-height: 1.4em;
  display: flex;
}

.txt--body._80 {
  width: 80%;
}

.txt--body.nav {
  color: var(--white);
  text-transform: uppercase;
  flex: none;
  padding-top: 5px;
  padding-left: 2vw;
  font-family: Figtree, sans-serif;
  font-size: 1em;
}

.image {
  width: 95%;
  margin-bottom: 10px;
}

.div--als-logo {
  background-color: var(--als-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-top: 100px;
  display: flex;
  position: absolute;
  top: 15px;
  left: 25px;
}

.btn--text {
  color: rgba(255, 255, 255, 0);
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: flex-start;
  padding: 20px 25px 16px;
  font-family: Figtree Regular;
  font-size: 1.25vw;
  display: flex;
}

.btn--text.blue {
  background-color: var(--als-blue);
  color: var(--white);
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.span--dem {
  font-family: Figtree, sans-serif;
  font-weight: 500;
}

.art--button_arrow {
  align-self: center;
  height: 1vw;
  transform: rotate(-90deg);
}

.wrp--button {
  width: 50%;
  margin-top: 3vh;
}

.con--title_bar {
  z-index: 999;
  background-color: rgba(255, 255, 255, 0);
  justify-content: space-between;
  align-items: center;
  width: 50vw;
  height: 50px;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.con--title_bar.blue {
  background-color: var(--als-blue);
  height: 5%;
}

.txt--title_text {
  color: var(--white);
  text-transform: uppercase;
  padding-top: 4px;
  font-family: Figtree, sans-serif;
}

.txt--title_text.white {
  color: var(--white);
}

.span--bold {
  color: var(--als-blue);
  font-family: Figtree, sans-serif;
  font-weight: 700;
}

.btn--next {
  z-index: 7600;
  border: 1px solid var(--sky-blue);
  background-image: url('/-/media/sustainability/2024/images/arrow-down-73bcff.svg');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 3vw;
  display: flex;
  position: absolute;
}

.btn--next:hover {
  border-color: var(--white);
}

.btn--next.w--current {
  z-index: 3000;
  background-size: 18px;
  margin-bottom: 3vw;
}

.btn--next.left {
  background-size: 18px;
  width: 40px;
  height: 40px;
  margin-right: 0;
}

.btn--next.left.photo {
  background-color: var(--als-grey);
  border-style: none;
}

.btn--next.right {
  background-size: 18px;
  width: 40px;
  height: 40px;
  margin-left: 0;
}

.btn--next.right.photo {
  background-color: var(--als-grey);
  border-style: none;
}

.btn--next.up {
  transform: rotate(180deg);
}

.image-5 {
  margin-top: 3px;
}

.div--circle_image {
  background-color: var(--als-grey);
  background-image: url('/-/media/sustainability/2024/images/ALS-FPO-IMG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 35vw;
  height: 35vw;
  position: absolute;
  top: -230px;
  bottom: 0%;
  left: -230px;
  right: 0%;
}

.div--circle_image.gold {
  background-color: rgba(255, 188, 3, .7);
}

.div--circle_image.is-planet {
  background-image: url('/-/media/sustainability/2024/images/ALS--Road-through-forest.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.div--circle_image.is-people {
  background-image: url('/-/media/sustainability/2024/images/people.jpg');
}

.div--circle_image.is-data {
  background-image: url('/-/media/sustainability/2024/images/ALS--data-AdobeStock_482832614.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.div--circle_image.is-business {
  background-image: url('/-/media/sustainability/2024/images/ALS--Business-Practices_2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.div--circle_image.is-photo {
  background-image: url('/-/media/sustainability/2024/images/ALS--Photo-comp-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  top: -180px;
  left: -50px;
}

.div--circle_image.is-community {
  background-image: url('/-/media/sustainability/2024/images/We-are-caring_community-image.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.breakpoint-indicator {
  justify-content: center;
  align-items: flex-start;
  width: 1vw;
  height: 100vh;
  position: fixed;
  top: 0;
}

.div-block-9 {
  z-index: 2000;
  background-color: var(--als-green);
  width: 50px;
  height: 50px;
  display: none;
  position: absolute;
}

.sec--100 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 10vw;
  padding-right: 10vw;
  font-size: 1.4rem;
  line-height: 3rem;
  display: flex;
  position: relative;
}

.sec--100.is-blue {
  background-color: var(--als-blue);
  font-size: 14px;
  position: relative;
}

.sec--100.with-slider {
  background-color: var(--als-grey);
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
}

.sec--100.with-slider-white {
  width: 100vw;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.wrp--copyright {
  justify-content: space-between;
  align-items: flex-end;
  width: 100vw;
  height: 10%;
  padding-bottom: 1vw;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: fixed;
  bottom: 0;
}

.grid--2_col {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid--2_col.slider {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  height: auto;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-left: 5vw;
  padding-right: 5vw;
}

.grid--2_col.slider.photo {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  height: auto;
}

.video {
  height: 200px;
}

.video.hide {
  display: none;
}

.grid--4_column {
  grid-column-gap: 5vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto 60px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid--4_column.nocolumnspace {
  grid-column-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: stretch;
}

.con--circle {
  background-color: var(--als-blue);
  cursor: pointer;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 15vw;
  display: flex;
}

.con--right_60 {
  align-self: flex-start;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding-left: 10vw;
  display: flex;
  position: relative;
}

.txt--indent {
  z-index: 100;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 4vw;
  display: flex;
  position: relative;
}

.img--headline {
  background-image: url('/-/media/sustainability/2024/images/IMG--Headline_Cover.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 20vw;
  margin-top: 0;
  margin-bottom: 4vh;
}

.img--headline.people {
  background-image: url('/-/media/sustainability/2024/images/IMG--Headline_People.svg');
  width: 80%;
  height: 12vw;
  margin-bottom: 5vh;
}

.img {
  background-image: url('/-/media/sustainability/2024/images/ALS-FPO-IMG.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.wrp--full_width {
  width: 100%;
  height: 90vh;
  display: flex;
}

.con--left_40 {
  width: 40%;
  height: 100%;
}

.bubble--top_left {
  background-color: var(--als-grey);
  mix-blend-mode: multiply;
  border-radius: 100%;
  width: 28vw;
  height: 28vw;
  position: absolute;
  top: -2%;
  bottom: auto;
  left: 7%;
  right: auto;
}

.bubble--top_left.gold {
  background-color: rgba(255, 188, 3, .5);
}

.bubble--top_left.gold.tint {
  background-color: rgba(255, 188, 3, .6);
}

.sec--our_people {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.txt--3em {
  color: var(--white);
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.txt--3em.greybox {
  color: var(--als-grey);
  margin-top: 2vh;
}

.txt--3em.is-grey {
  color: var(--als-grey);
  font-size: 3rem;
  line-height: .8em;
}

.txt--3em.is-lower {
  letter-spacing: -2px;
  padding-top: 24px;
}

.txt--3em.is-tight {
  letter-spacing: -2px;
}

.txt_circle-body {
  color: var(--white);
  text-align: center;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: max(.7rem, min(.8vw, 3rem));
  line-height: max(.9rem, min(1vw, 5rem));
  display: block;
}

.txt_circle-label {
  color: var(--als-grey);
  text-align: center;
  padding: 4vw 0 6vw;
  font-family: Figtree, sans-serif;
  font-size: max(1.2rem, min(1.4vw, 3rem));
  line-height: max(1.4rem, min(1.8vw, 6rem));
  display: block;
}

.lgo_ratings {
  mix-blend-mode: darken;
  max-width: 80%;
}

.wrp--center_div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.con--site_header {
  z-index: 1500;
  justify-content: space-between;
  align-items: center;
  height: 8vh;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.con--download {
  background-color: var(--als-blue);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  height: 3vh;
  min-height: 40px;
  padding: 12px 30px;
  font-family: Figtree, sans-serif;
  display: flex;
}

.art--button_arrow_download {
  width: 20px;
  margin-left: 1vw;
}

.wrp--greybox {
  border-bottom: 2px solid var(--white);
  border-left: 2px solid var(--white);
  background-color: rgba(51, 51, 51, .15);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12vw;
  display: flex;
}

.wrp--greybox.top {
  padding-top: 1vw;
}

.wrp--nav {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 8vh;
  display: flex;
  position: absolute;
}

.wrp--nav.lever {
  display: none;
  left: 0;
}

.con--section {
  background-color: var(--sky-blue);
  border-radius: 100px;
  align-items: center;
  width: 1.6vw;
  height: 1.6vw;
  display: flex;
}

.con--section.arrow {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
}

.arrow_down {
  width: 24px;
  transform: rotate(0);
}

.arrow_down.lever {
  opacity: 0;
}

.arrow_up {
  width: 24px;
  transform: rotate(180deg);
}

.arrow_up.lever {
  opacity: 0;
}

.absolute_position_div {
  z-index: 1000;
  height: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block-18 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.div--3vw {
  align-items: center;
  height: 1.6vw;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 2vw;
  margin-bottom: 3vw;
  margin-left: 2vw;
  display: flex;
}

.content.lever {
  flex-direction: row;
  justify-content: center;
  width: 5vw;
}

.pdf {
  display: flex;
}

.div--pdf {
  z-index: 7600;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-right: -4vw;
  padding-bottom: 5vh;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 6vw;
}

.pdf--arrow {
  display: none;
}

.grid--stats {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
  display: grid;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  height: 60vh;
}

.slider.photo {
  height: 100vh;
}

.wrp--stat_circle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  display: flex;
}

.right-arrow {
  justify-content: flex-start;
  align-items: center;
  width: 9vw;
  display: flex;
}

.left-arrow {
  justify-content: flex-end;
  align-items: center;
  width: 9vw;
  padding-left: 30px;
  display: flex;
}

.right {
  max-width: 80%;
  margin-left: 24px;
  margin-right: 24px;
  transform: rotate(-90deg);
}

.left {
  max-width: 80%;
  margin-left: 24px;
  margin-right: 24px;
  transform: rotate(90deg);
}

.left.photo {
  margin-left: 0;
  margin-right: 0;
}

.con--lever {
  background-color: var(--sky-blue);
  opacity: 0;
  border-radius: 100px;
  align-items: center;
  width: 1.6vw;
  height: 1.6vw;
  margin-left: 0;
  display: flex;
}

.con--lever.show, .con--lever.color {
  background-color: var(--als-blue);
  opacity: 1;
}

.txt--copyright {
  color: rgba(51, 51, 51, .3);
  font-family: Figtree, sans-serif;
  font-size: .6rem;
}

.txt--copyright.larger {
  color: rgba(51, 51, 51, .7);
  font-size: .8em;
}

.con_sliders {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-bottom: 12vh;
  display: flex;
}

.con_sliders.photo-contest {
  margin-bottom: 0;
}

.wrp--next {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid--4_column--mobile {
  grid-column-gap: 5vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto 60px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.nav--mobile {
  background-color: var(--als-blue);
  background-image: url('/-/media/sustainability/2024/images/HamMenu-KO.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  border-radius: 100%;
  width: 5vh;
  height: 5vh;
  display: flex;
}

.con--mobile_nav {
  background-color: #a21515;
  height: 50vh;
  margin-top: 8vh;
  display: flex;
}

.wrp--mobile_nav {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50vw;
  display: none;
}

.next--text {
  opacity: 0;
  margin: 12px;
  font-size: .5em;
  line-height: 1em;
}

.body-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  padding-bottom: 20px;
  font-family: Figtree, sans-serif;
}

.img--als_logo {
  width: 3vh;
  min-width: 40px;
  height: 3vh;
  min-height: 40px;
}

.languages--desktop {
  z-index: 2000;
  color: var(--sky-blue);
  font-family: Figtree, sans-serif;
  display: block;
  position: relative;
}

.flex-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6vh;
  padding-top: 22px;
  padding-bottom: 18px;
  position: absolute;
}

.language_link {
  color: var(--als-blue);
  font-family: Figtree, sans-serif;
}

.language_link:hover {
  color: var(--sky-blue);
}

.language_link:visited {
  color: var(--als-grey);
}

.languages--mobile {
  z-index: 2000;
  color: var(--sky-blue);
  font-family: Figtree, sans-serif;
  position: relative;
}

.txt--title {
  color: var(--sky-blue);
  letter-spacing: -4px;
  padding-left: 8vw;
  font-size: 12vw;
  font-weight: 800;
  line-height: 11.5vw;
}

.spacer-12 {
  height: 12px;
}

.spacer-24 {
  height: 24px;
}

.div--full_width {
  width: 100%;
  padding-bottom: 4vh;
}

.div--full_width.pad_left-right-10vw {
  height: 40vh;
  padding: 15vh 10vw 0;
}

.spacer-48 {
  height: 48px;
}

.txt_size_larger {
  width: 80%;
  font-size: max(1.5rem, min(2vw, 3rem));
  font-weight: 300;
  line-height: max(2rem, min(3vw, 3.5rem));
}

.txt_size_larger.is-white {
  color: var(--white);
  font-size: max(1.5rem, min(1.8vw, 2.4rem));
}

.txt--smallest {
  color: var(--als-blue);
  font-size: max(.8rem, min(1.1vw, 1.2rem));
  font-weight: 300;
}

.txt--smallest.is-ko {
  color: var(--white);
}

.txt--smallest.hide {
  display: none;
}

.div--flex_relative {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  right: -2vw;
}

.div--flex_relative.photo {
  right: 2vw;
}

.div--circle {
  background-color: var(--als-grey);
  border-radius: 100%;
  width: 345px;
  height: 345px;
  position: absolute;
  top: 0;
  right: 0;
}

.div--circle.is-lightblue {
  background-color: var(--sky-blue);
  opacity: 1;
}

.div--circle.top-right {
  width: 25vw;
  height: 25vw;
  top: -460px;
  right: -280px;
}

.div--circle.top-right.is-green {
  background-color: var(--als-green);
}

.div--circle.top-right.is-green.small {
  width: 25vw;
  height: 25vw;
  top: -400px;
  right: -500px;
}

.div--circle.top-right.is-grey {
  background-color: var(--als-grey);
}

.div--circle.top-right.is-purple {
  background-color: var(--als-purple);
}

.div--circle.top-right.is-yellow {
  background-color: var(--als-yellow);
}

.div--circle.bottom-right {
  width: 14vw;
  height: 14vw;
  top: 120px;
  right: -230px;
}

.div--circle.bottom-right.is-blue {
  background-color: var(--als-blue);
  opacity: 1;
  mix-blend-mode: multiply;
}

.div--circle.bottom-right.is-green {
  background-color: var(--als-green);
  mix-blend-mode: multiply;
}

.div--circle.bottom-right.is-purple {
  background-color: var(--als-purple);
  mix-blend-mode: multiply;
}

.div--circle.bottom-right.is-yellow {
  background-color: var(--als-yellow);
  mix-blend-mode: multiply;
}

.txt--circle {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.sec--start {
  height: 94vh;
  position: relative;
}

.txt_title {
  color: var(--als-blue);
  font-size: max(2.6rem, min(6vw, 6rem));
  line-height: max(2.8rem, min(6vw, 6.5rem));
}

.txt_title.is-white {
  color: var(--white);
  width: 17ch;
}

.photographer {
  color: var(--white);
  font-weight: 700;
}

.photo-1 {
  background-image: url('/-/media/sustainability/2024/images/ALS--53_Krzysztof-Brzozka.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-2 {
  background-image: url('/-/media/sustainability/2024/images/ALS--35_Torgeir-Rodsand.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-3 {
  background-image: url('/-/media/sustainability/2024/images/ALS--17_Werner-Potgieter.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mask--image {
  background-image: url('/-/media/sustainability/2024/images/ALS-FPO-IMG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.mask--image.stem {
  background-image: url('/-/media/sustainability/2024/images/ALS--AdobeStock_254379501.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mask--image.energy {
  background-image: url('/-/media/sustainability/2024/images/ALS--solar_background-v2.jpg');
}

.mask--image.safety {
  background-image: url('/-/media/sustainability/2024/images/safe-AdobeStock_181035105.jpg');
}

.mask--image.rights {
  background-image: url('/-/media/sustainability/2024/images/ALS--Human-Rights-DSCF0775-Enhanced-NR-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.txt--navigation {
  color: var(--white);
  text-transform: uppercase;
  flex-direction: column;
  flex: none;
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 2vw;
  font-family: Figtree, sans-serif;
  font-size: max(.6rem, min(.7vw, 1rem));
  font-weight: 500;
  display: flex;
}

.breakpoint-colors {
  z-index: 999;
  opacity: 1;
  align-items: flex-end;
  width: 25px;
  height: 100vh;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0%;
}

.breakpoint-box {
  background-color: #92e000;
  width: 25px;
  height: 25px;
}

.centerpoint {
  display: none;
  position: relative;
}

.div_right-padding {
  padding-bottom: 2vw;
  padding-right: .5vw;
}

.div_right-padding.photo {
  padding-bottom: 0;
  padding-right: 0;
}

.is-white {
  color: var(--white);
}

.txt_smaller-centered {
  text-align: center;
  padding-top: 12px;
  line-height: max(1.2rem, min(1.4vw, 6rem));
}

.is-lightblue {
  color: var(--sky-blue);
}

.txt_photo-caption {
  color: var(--white);
  text-shadow: 4px 4px 6px rgba(0, 0, 0, .4);
  width: 14ch;
  margin-top: 10vw;
}

.txt_char-limit-15 {
  width: 15ch;
}

.txt_char-limit-15.sp {
  width: 16ch;
  font-size: max(1.8rem, min(4vh, 3rem));
  line-height: max(2rem, min(4.4vh, 3rem));
}

.img--section_bubbles {
  max-width: none;
  max-height: 50vw;
}

.slide-center-flex {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.background-video-2 {
  z-index: -1;
  box-sizing: content-box;
  height: 100svh;
}

.spacer-36 {
  height: 36px;
}

.spacer-video {
  height: 72px;
}

.txt--circle-small {
  font-size: 1.2rem;
}

.p-larger {
  padding-bottom: 6px;
  font-size: max(.9rem, min(2vw, 2.4rem));
}

.p-medium {
  font-size: max(.9rem, min(1.6vw, 6rem));
}

.p-medium.is-blue {
  color: var(--als-blue);
}

.heading-10 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4em;
}

.text-span-4 {
  font-size: 4rem;
}

.txt--smaller {
  font-size: .8rem;
}

@media screen and (min-width: 1280px) {
  .glb_sec--nav-master {
    height: 90px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .glb_con--nav {
    margin-left: auto;
    margin-right: auto;
  }

  .txt_nav--text {
    font-size: 20px;
  }

  .lnk_blk--dropdown.secondary.last {
    padding-right: 0;
  }

  .txt--body {
    width: auto;
    font-size: 2.1vh;
  }

  .div--als-logo {
    position: absolute;
    top: 20px;
  }

  .btn--text {
    font-size: 1.2vw;
  }

  .div--circle_image {
    left: -250px;
  }

  .div-block-9 {
    background-color: var(--als-yellow);
  }

  .grid--2_col, .grid--2_col.slider {
    grid-template-rows: auto;
  }

  .sec--our_people {
    position: relative;
  }

  .con--download {
    height: 3vh;
    min-height: 40px;
  }

  .right-arrow, .left-arrow {
    width: 8vw;
  }

  .con_sliders {
    justify-content: center;
  }

  .breakpoint-box {
    background-color: #f8c200;
  }

  .img--section_bubbles {
    max-height: 45vw;
  }
}

@media screen and (min-width: 1440px) {
  .btn--text {
    font-size: .9vw;
  }

  .div--circle_image {
    width: 30vw;
    height: 30vw;
    left: -270px;
  }

  .div-block-9 {
    z-index: 101000;
    background-color: #ff0303;
  }

  .grid--2_col {
    grid-template-columns: 55% 45%;
  }

  .txt--3em {
    font-size: 3.2em;
  }

  .txt--3em.is-grey {
    font-size: 3.5em;
  }

  .lgo_ratings {
    margin-bottom: 1vh;
  }

  .con--download {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .wrp--greybox {
    height: 12vw;
  }

  .right-arrow, .left-arrow {
    width: 9vw;
  }

  .spacer-24 {
    height: 36px;
  }

  .txt_size_larger {
    width: 70%;
  }

  .div--circle.top-right, .div--circle.top-right.is-green.small {
    width: 20vw;
    height: 20vw;
  }

  .div--circle.bottom-right {
    width: 10vw;
    height: 10vw;
    top: 140px;
    right: -260px;
  }

  .txt--navigation {
    padding-top: 1px;
  }

  .breakpoint-box {
    background-color: #f80000;
  }

  .txt_char-limit-15.sp {
    width: auto;
    font-size: max(2rem, min(4vh, 3.5rem));
    line-height: max(2rem, min(4.4vh, 3.4rem));
  }

  .img--section_bubbles {
    max-height: 40vw;
  }
}

@media screen and (min-width: 1920px) {
  h3 {
    line-height: 3rem;
  }

  .btn--text {
    font-size: .65vw;
  }

  .div--circle_image {
    width: 25vw;
    height: 25vw;
    left: -300px;
  }

  .div--circle_image.is-photo {
    left: -100px;
  }

  .breakpoint-indicator {
    display: block;
  }

  .div-block-9 {
    background-color: var(--als-purple);
  }

  .sec--100 {
    font-size: 1.4rem;
  }

  .grid--2_col {
    grid-template-columns: 60% 40%;
  }

  .grid--2_col.slider.photo {
    height: 100%;
  }

  .grid--4_column.nocolumnspace {
    justify-items: stretch;
  }

  .bubble--top_left {
    top: 4%;
    left: 10%;
  }

  .txt--3em {
    font-size: 4em;
  }

  .right-arrow, .left-arrow {
    width: 7vw;
  }

  .con_sliders {
    height: 50%;
  }

  .con_sliders.photo-contest {
    height: auto;
  }

  .spacer-24 {
    height: 48px;
  }

  .txt_size_larger {
    width: 65%;
  }

  .div--circle.top-right {
    width: 18vw;
    height: 18vw;
    right: -400px;
  }

  .div--circle.top-right.is-green.small {
    width: 15vw;
    height: 15vw;
    right: -600px;
  }

  .div--circle.bottom-right {
    width: 8vw;
    height: 8vw;
    top: 240px;
    right: -300px;
  }

  .txt--navigation {
    padding-top: 4px;
  }

  .breakpoint-box {
    background-color: #8706c7;
  }

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

  .txt_char-limit-15 {
    width: 20ch;
  }

  .txt_char-limit-15.sp {
    width: auto;
  }

  .img--section_bubbles {
    max-height: 35vw;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: max(2rem, min(3.6vw, 5rem));
  }

  h2 {
    font-size: max(2rem, min(4.6vw, 5rem));
    line-height: max(2.4rem, min(4vw, 4rem));
  }

  .glb_con--nav {
    justify-content: flex-end;
  }

  .txt_nav--text {
    font-size: 14px;
  }

  .lnk_blk--dropdown {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .lnk_blk--dropdown.w--current {
    display: none;
  }

  .lnk_blk--dropdown.secondary {
    display: block;
  }

  .glb_sec--main-links {
    display: flex;
  }

  .lnk_blk--no-drop {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .lnk_blk--mobile-menu {
    padding-left: 10px;
    padding-right: 40px;
    display: block;
  }

  .txt-headline-ko {
    font-size: 3em;
  }

  .txt-headline-ko.icon {
    font-size: 2.6em;
  }

  .txt--body {
    font-size: 1.4vw;
  }

  .txt--body.nav.ham {
    padding-left: 0;
    font-size: 1em;
  }

  .image {
    margin-bottom: 0;
  }

  .div--als-logo {
    width: 80px;
    height: 80px;
    margin-top: 0;
    top: 0;
    left: 15px;
  }

  .wrp--button {
    width: 45%;
  }

  .txt--title_text {
    padding-top: 3px;
  }

  .btn--next {
    z-index: 100;
    background-size: 20px;
  }

  .div--circle_image {
    z-index: -1;
    width: 60vw;
    height: 60vw;
    margin-top: 20vw;
    top: -50px;
    left: -25px;
  }

  .div--circle_image.is-photo {
    left: 0;
  }

  .div-block-9 {
    background-color: var(--als-blue);
  }

  .sec--100 {
    justify-content: flex-start;
    align-items: center;
    padding: 7vh 10vw;
  }

  .sec--100.is-blue.flex-center {
    justify-content: center;
    align-items: center;
    height: 100svh;
  }

  .sec--100.with-slider {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sec--100.with-slider-white {
    height: 100svh;
  }

  .sec--100.flex-center {
    justify-content: center;
    align-items: center;
    height: 100svh;
  }

  .wrp--copyright {
    padding-bottom: 2vw;
    display: none;
  }

  .grid--2_col {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }

  .grid--2_col.slider {
    height: auto;
  }

  .grid--2_col.slider.photo {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .grid--4_column {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 1vw;
  }

  .grid--4_column.nocolumnspace {
    grid-template-rows: auto auto;
    display: none;
  }

  .con--circle {
    width: 25vw;
    height: 25vw;
  }

  .con--right_60 {
    width: 100%;
    height: 35vh;
  }

  .txt--indent {
    margin-top: 5vw;
  }

  .img--headline.people {
    height: 18vw;
    margin-bottom: 4vh;
  }

  .wrp--full_width {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .con--left_40 {
    width: 100%;
    height: 50%;
  }

  .bubble--top_left {
    z-index: -1;
    width: 30vw;
    height: 30vw;
    top: -5%;
    left: 5%;
  }

  .txt--3em {
    letter-spacing: 0;
  }

  .txt--3em.greybox {
    margin-top: 1vh;
    font-size: 3rem;
    line-height: 1.5rem;
  }

  .txt_circle-label {
    height: 100px;
  }

  .lgo_ratings.spacer {
    opacity: 0;
    width: 100%;
    height: 2px;
  }

  .con--site_header {
    align-items: center;
    height: 6vh;
    padding-left: 0;
    padding-right: 0;
  }

  .con--download {
    height: 4vh;
  }

  .art--button_arrow_download {
    width: 18px;
  }

  .wrp--greybox {
    height: 17vw;
  }

  .wrp--nav.lever, .absolute_position_div {
    display: none;
  }

  .grid--stats {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .slider {
    height: 65vh;
  }

  .wrp--stat_circle {
    padding-top: 0;
  }

  .right-arrow {
    width: 80px;
    margin-right: 0;
    padding-right: 0;
  }

  .left-arrow {
    width: 80px;
    margin-left: 0;
    padding-left: 0;
  }

  .con_sliders.photo-contest {
    height: 100vh;
  }

  .grid--4_column--mobile {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: start;
    margin-top: 1vw;
    display: grid;
  }

  .div-block-20 {
    width: 40vw;
  }

  .nav--mobile {
    background-size: auto 14px;
    width: 4vh;
    height: 4vh;
    margin-left: 1vw;
  }

  .con--mobile_nav {
    background-color: var(--als-grey);
    flex-direction: column;
    justify-content: space-between;
    width: 100vw;
    height: 100vh;
    margin-top: 5vh;
    padding: 4vh 2vh 8vh;
    display: none;
    position: absolute;
    left: 0;
  }

  .wrp--mobile_nav {
    width: auto;
    display: flex;
    position: relative;
  }

  .img--als_logo {
    width: 4vh;
    max-width: 4vh;
    height: 4vh;
    margin-right: 1vw;
  }

  .languages--desktop {
    display: none;
  }

  .language_link.mobile {
    color: var(--white);
  }

  .language_link.mobile:hover {
    color: var(--sky-blue);
  }

  .language_link.mobile:visited {
    color: var(--white);
  }

  .languages--mobile {
    padding-top: 5px;
    padding-left: 20px;
  }

  .last_mobile_nav_element {
    align-items: center;
    margin-bottom: 10vh;
    display: flex;
  }

  .txt--title {
    letter-spacing: -2px;
    padding-left: 10vw;
    font-size: 15vw;
    line-height: 13vw;
  }

  .div--full_width {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div--full_width.pad_left-right-10vw {
    height: 25vh;
    padding-top: 4vh;
  }

  .div--flex_relative {
    right: auto;
  }

  .div--circle {
    width: 80vw;
    height: 80vw;
  }

  .div--circle.top-right {
    width: 40vw;
    height: 40vw;
    margin-top: 5vw;
    top: -25px;
    bottom: auto;
    left: 330px;
    right: 0%;
  }

  .div--circle.top-right.is-green.small {
    width: 30vw;
    height: 30vw;
    top: -100px;
  }

  .div--circle.bottom-right {
    display: none;
  }

  .sec--start {
    z-index: -1;
    background-color: var(--als-blue);
    height: auto;
  }

  .photo-1 {
    background-position: 100%;
    height: 100svh;
  }

  .photo-2 {
    height: 100svh;
  }

  .photo-3 {
    background-position: 0%;
    height: 100svh;
  }

  .mask--image {
    height: 400px;
  }

  .txt--navigation {
    font-size: 1.4vw;
  }

  .breakpoint-box {
    background-color: #0040e0;
  }

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

  .img--section_bubbles {
    max-width: 100%;
    max-height: 40vh;
  }

  .background-video-2 {
    height: 93svh;
  }
}

@media screen and (max-width: 767px) {
  p {
    line-height: max(1.6rem, min(1.3vh, 6rem));
  }

  .glb_sec--nav-master {
    height: 70px;
  }

  .glb_con--nav {
    justify-content: flex-end;
  }

  .lnk_blk--dropdown.secondary {
    display: none;
  }

  .glb_sec--main-links {
    display: flex;
  }

  .lnk_blk--mobile-menu {
    padding-top: 25px;
    padding-right: 20px;
    display: block;
  }

  .txt-headline-ko {
    font-size: 2.4em;
  }

  .txt-headline-ko.icon {
    font-size: 2.2em;
  }

  .txt--body {
    font-size: 1.2vh;
  }

  .txt--body.nav.ham {
    padding-right: 2vw;
    font-size: 1em;
  }

  .div--als-logo {
    width: 60px;
    height: 60px;
    margin-top: 5px;
  }

  .wrp--button {
    width: 55%;
  }

  .div--circle_image {
    width: 70vw;
    height: 70vw;
    top: -80px;
    left: 0;
  }

  .div-block-9 {
    background-color: var(--sky-blue);
  }

  .sec--100 {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sec--100.with-slider {
    padding-top: 15vw;
    padding-bottom: 10vw;
  }

  .sec--100.with-slider-white {
    padding-top: 20vw;
    padding-bottom: 10vw;
  }

  .grid--2_col.slider {
    padding-left: 0;
    padding-right: 0;
  }

  .con--circle {
    width: 35vw;
    height: 35vw;
  }

  .con--left_40 {
    height: 40%;
  }

  .txt--3em.greybox {
    margin-top: .5vh;
    margin-bottom: .5vh;
    font-size: 2rem;
  }

  .wrp--greybox {
    height: 20vw;
  }

  .div--pdf {
    display: none;
  }

  .grid--stats {
    grid-column-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .wrp--stat_circle {
    padding-top: 10px;
  }

  .mask {
    height: auto;
  }

  .right-arrow, .left-arrow {
    width: 30px;
  }

  .con_sliders {
    justify-content: flex-start;
  }

  .con_sliders.photo-contest {
    height: 95%;
    margin-bottom: 6vh;
  }

  .wrp--next {
    display: none;
  }

  .slide {
    height: auto;
  }

  .grid--4_column--mobile {
    grid-template-columns: 50% 50%;
  }

  .txt--title {
    letter-spacing: 0;
    padding-left: 5vw;
  }

  .div--full_width.pad_left-right-10vw {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .txt_size_larger {
    width: auto;
  }

  .div--circle {
    top: -50%;
  }

  .div--circle.top-right {
    width: 45vw;
    height: 45vw;
    top: -49px;
    left: 211px;
  }

  .txt--circle {
    font-size: 2rem;
  }

  .txt_title.is-white {
    width: auto;
  }

  .photo-1, .photo-2, .photo-3 {
    width: 100vw;
  }

  .txt--navigation {
    font-size: 1.2vh;
  }

  .breakpoint-box {
    background-color: #00cbf8;
  }

  .centerpoint {
    align-self: flex-start;
  }

  .txt_smaller-centered {
    padding-top: 6px;
  }

  .txt_photo-caption {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    line-height: 2rem;
  }

  .glb_sec--nav-master {
    height: 60px;
  }

  .lnk_blk--mobile-menu {
    padding-top: 20px;
  }

  .txt-headline-ko {
    font-size: 1.8em;
    line-height: 1.2em;
  }

  .txt-headline-ko.icon {
    margin-right: 10px;
    font-size: 1.6em;
  }

  .div--als-logo {
    margin-top: 0;
    left: 10px;
  }

  .wrp--button {
    width: 80%;
  }

  .txt--title_text {
    font-size: .7em;
  }

  .btn--next {
    width: 5vh;
    height: 5vh;
  }

  .div--circle_image {
    width: 90vw;
    height: 90vw;
    margin-top: 0;
    position: static;
  }

  .div-block-9 {
    background-color: var(--als-grey);
  }

  .sec--100.is-blue {
    padding-top: 5vh;
    padding-bottom: 10vh;
  }

  .grid--2_col.slider {
    width: 90vw;
  }

  .grid--4_column.nocolumnspace, .con--right_60 {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .wrp--full_width {
    height: 100vh;
  }

  .con--left_40 {
    height: 30%;
  }

  .bubble--top_left {
    width: 20vh;
    height: 20vh;
    top: -10%;
    left: -5%;
  }

  .txt--3em {
    font-size: 2.4em;
  }

  .txt--3em.greybox {
    font-size: 1.6em;
  }

  .txt_circle-body {
    font-size: .7em;
    line-height: 1em;
  }

  .lgo_ratings.spacer {
    opacity: 0;
  }

  .con--site_header {
    background-color: var(--white);
    height: 8vh;
    padding-top: 1vh;
    padding-bottom: 1vh;
    padding-right: 1vw;
  }

  .con--download {
    height: 6vh;
    padding-left: 2vh;
    padding-right: 2vh;
  }

  .art--button_arrow_download {
    width: 16px;
  }

  .wrp--greybox {
    height: 30vw;
  }

  .grid--stats {
    grid-row-gap: 0px;
  }

  .right-arrow {
    width: 20px;
    margin-right: 10px;
    display: none;
  }

  .left-arrow {
    width: 20px;
    margin-left: 10px;
    display: none;
  }

  .con_sliders.photo-contest {
    height: auto;
  }

  .grid--4_column--mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .nav--mobile {
    background-size: auto 12px;
    width: 6vh;
    height: 6vh;
  }

  .con--mobile_nav {
    margin-top: 7vh;
    display: none;
  }

  .img--als_logo {
    width: 6vh;
    max-width: 6vh;
    height: 6vh;
  }

  .last_mobile_nav_element {
    margin-bottom: 15vh;
  }

  .txt--title {
    line-height: 15vw;
  }

  .div--full_width.pad_left-right-10vw {
    height: 15vh;
  }

  .div--flex_relative {
    position: static;
  }

  .div--circle.top-right {
    display: none;
  }

  .mask-2 {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .txt_title {
    width: auto;
  }

  .mask--image {
    height: 300px;
  }

  .mask--image.energy {
    height: auto;
  }

  .breakpoint-box {
    background-color: #303030;
  }

  .centerpoint {
    position: static;
  }
}

#w-node-ea47e7cf-ec92-0fbc-91b5-5803f3f5401f-c9d02ca3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff450763-60f0-54f5-9017-037987335266-c9d02ca3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f10303fe-3742-07dc-142a-f58a28bce13d-c9d02ca3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08616f92-4161-b36b-42af-524584102b5c-c9d02ca3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_53dd80bf-1286-f201-e7cc-cdccc893c326-c9d02ca3, #w-node-c57d457a-20ca-4575-163d-ba648d09a6e1-c9d02ca3, #w-node-ccd75cc0-2a50-15c7-d611-114b6912a7a5-c9d02ca3, #w-node-a26e0dc6-de92-d4a2-4f69-3c9cc34c99e1-c9d02ca3, #w-node-_4ae2413a-d823-0373-be4d-b140b26be3a9-c9d02ca3, #w-node-_1b4c7699-f975-0097-20ca-f4e5ec8ba64c-c9d02ca3, #w-node-f1b04f8d-81c7-f406-44bb-bbc9442d759e-c9d02ca3, #w-node-acfc4bdf-55ed-f117-b594-9320a328da35-c9d02ca3, #w-node-acfc4bdf-55ed-f117-b594-9320a328da36-c9d02ca3, #w-node-_28add885-fe18-8ac1-663b-5fa286fbdaf4-c9d02ca3, #w-node-acfc4bdf-55ed-f117-b594-9320a328da37-c9d02ca3, #w-node-ccfbfbe3-c55c-0105-4742-7b93edf85d9a-c9d02ca3, #w-node-acfc4bdf-55ed-f117-b594-9320a328da38-c9d02ca3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68a8c7d1-6cda-e93b-f4ec-fd3067829d62-c9d02ca3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3f11eeae-d10f-cf58-5d60-d5585b7293f2-c9d02ca3, #w-node-_3f446723-30bb-6d14-0652-c92456e786da-c9d02ca3, #w-node-_3f8b4c45-4fec-e303-532f-8a1be7fdc6e7-c9d02ca3, #w-node-f67e99fc-0b84-b22b-91ae-5413dfedacd1-c9d02ca3, #w-node-f67e99fc-0b84-b22b-91ae-5413dfedacdb-c9d02ca3, #w-node-f67e99fc-0b84-b22b-91ae-5413dfedace5-c9d02ca3, #w-node-f67e99fc-0b84-b22b-91ae-5413dfedacef-c9d02ca3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d4ab339-5859-f5ff-46b4-389122419fb8-c9d02ca3, #w-node-b0fcd334-0400-f737-d548-19bc1794d118-c9d02ca3 {
  align-self: center;
}

#w-node-_3bd789a3-de03-daf4-b2b3-9b82a4186f30-c9d02ca3 {
  justify-self: start;
}

#w-node-_5df01524-13ad-75b5-f19d-9757f99389b3-c9d02ca3 {
  align-self: end;
}

#w-node-e139337d-1601-0aab-0a7a-1e87804f04c7-c9d02ca3, #w-node-abd4a7b5-d942-88d6-1eaa-2d0e43d748ec-c9d02ca3 {
  align-self: start;
}

#w-node-_3bd789a3-de03-daf4-b2b3-9b82a4186f28-c9d02ca3, #w-node-d37f56ae-b1d5-a39b-40a3-2bf1f9b04487-c9d02ca3, #w-node-_8b6d4f36-a03a-9ec6-9698-3d56f60b7315-c9d02ca3 {
  align-self: center;
}

#w-node-_416fd96f-7074-8bd2-49cb-80d03687b915-c9d02ca3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c3b6208-579b-8196-a08a-8efc9982af41-c9d02ca3 {
  align-self: center;
}

#w-node-ea47e7cf-ec92-0fbc-91b5-5803f3f5401f-6e9f7739 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff450763-60f0-54f5-9017-037987335266-6e9f7739 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f10303fe-3742-07dc-142a-f58a28bce13d-6e9f7739 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08616f92-4161-b36b-42af-524584102b5c-6e9f7739 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_53dd80bf-1286-f201-e7cc-cdccc893c326-6e9f7739, #w-node-c57d457a-20ca-4575-163d-ba648d09a6e1-6e9f7739, #w-node-ccd75cc0-2a50-15c7-d611-114b6912a7a5-6e9f7739, #w-node-a26e0dc6-de92-d4a2-4f69-3c9cc34c99e1-6e9f7739, #w-node-_4ae2413a-d823-0373-be4d-b140b26be3a9-6e9f7739, #w-node-_1b4c7699-f975-0097-20ca-f4e5ec8ba64c-6e9f7739, #w-node-f1b04f8d-81c7-f406-44bb-bbc9442d759e-6e9f7739, #w-node-acfc4bdf-55ed-f117-b594-9320a328da35-6e9f7739, #w-node-acfc4bdf-55ed-f117-b594-9320a328da36-6e9f7739, #w-node-_28add885-fe18-8ac1-663b-5fa286fbdaf4-6e9f7739, #w-node-acfc4bdf-55ed-f117-b594-9320a328da37-6e9f7739, #w-node-ccfbfbe3-c55c-0105-4742-7b93edf85d9a-6e9f7739, #w-node-acfc4bdf-55ed-f117-b594-9320a328da38-6e9f7739 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68a8c7d1-6cda-e93b-f4ec-fd3067829d62-6e9f7739 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3f11eeae-d10f-cf58-5d60-d5585b7293f2-6e9f7739, #w-node-_3f446723-30bb-6d14-0652-c92456e786da-6e9f7739, #w-node-_3f8b4c45-4fec-e303-532f-8a1be7fdc6e7-6e9f7739, #w-node-f67e99fc-0b84-b22b-91ae-5413dfedacd1-6e9f7739, #w-node-f67e99fc-0b84-b22b-91ae-5413dfedacdb-6e9f7739, #w-node-f67e99fc-0b84-b22b-91ae-5413dfedace5-6e9f7739, #w-node-f67e99fc-0b84-b22b-91ae-5413dfedacef-6e9f7739 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d4ab339-5859-f5ff-46b4-389122419fb8-6e9f7739, #w-node-b0fcd334-0400-f737-d548-19bc1794d118-6e9f7739 {
  align-self: center;
}

#w-node-_3bd789a3-de03-daf4-b2b3-9b82a4186f30-6e9f7739 {
  justify-self: start;
}

#w-node-_5df01524-13ad-75b5-f19d-9757f99389b3-6e9f7739 {
  align-self: end;
}

#w-node-e139337d-1601-0aab-0a7a-1e87804f04c7-6e9f7739, #w-node-abd4a7b5-d942-88d6-1eaa-2d0e43d748ec-6e9f7739 {
  align-self: start;
}

#w-node-_3bd789a3-de03-daf4-b2b3-9b82a4186f28-6e9f7739, #w-node-d37f56ae-b1d5-a39b-40a3-2bf1f9b04487-6e9f7739, #w-node-_8b6d4f36-a03a-9ec6-9698-3d56f60b7315-6e9f7739, #w-node-_6c3b6208-579b-8196-a08a-8efc9982af41-6e9f7739 {
  align-self: center;
}

#w-node-ea47e7cf-ec92-0fbc-91b5-5803f3f5401f-edd871cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff450763-60f0-54f5-9017-037987335266-edd871cb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f10303fe-3742-07dc-142a-f58a28bce13d-edd871cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08616f92-4161-b36b-42af-524584102b5c-edd871cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_53dd80bf-1286-f201-e7cc-cdccc893c326-edd871cb, #w-node-c57d457a-20ca-4575-163d-ba648d09a6e1-edd871cb, #w-node-ccd75cc0-2a50-15c7-d611-114b6912a7a5-edd871cb, #w-node-a26e0dc6-de92-d4a2-4f69-3c9cc34c99e1-edd871cb, #w-node-_4ae2413a-d823-0373-be4d-b140b26be3a9-edd871cb, #w-node-_1b4c7699-f975-0097-20ca-f4e5ec8ba64c-edd871cb, #w-node-f1b04f8d-81c7-f406-44bb-bbc9442d759e-edd871cb, #w-node-acfc4bdf-55ed-f117-b594-9320a328da35-edd871cb, #w-node-acfc4bdf-55ed-f117-b594-9320a328da36-edd871cb, #w-node-_28add885-fe18-8ac1-663b-5fa286fbdaf4-edd871cb, #w-node-acfc4bdf-55ed-f117-b594-9320a328da37-edd871cb, #w-node-ccfbfbe3-c55c-0105-4742-7b93edf85d9a-edd871cb, #w-node-acfc4bdf-55ed-f117-b594-9320a328da38-edd871cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68a8c7d1-6cda-e93b-f4ec-fd3067829d62-edd871cb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3f11eeae-d10f-cf58-5d60-d5585b7293f2-edd871cb, #w-node-_3f446723-30bb-6d14-0652-c92456e786da-edd871cb, #w-node-_3f8b4c45-4fec-e303-532f-8a1be7fdc6e7-edd871cb, #w-node-f67e99fc-0b84-b22b-91ae-5413dfedacd1-edd871cb, #w-node-f67e99fc-0b84-b22b-91ae-5413dfedacdb-edd871cb, #w-node-f67e99fc-0b84-b22b-91ae-5413dfedace5-edd871cb, #w-node-f67e99fc-0b84-b22b-91ae-5413dfedacef-edd871cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d4ab339-5859-f5ff-46b4-389122419fb8-edd871cb, #w-node-b0fcd334-0400-f737-d548-19bc1794d118-edd871cb {
  align-self: center;
}

#w-node-_3bd789a3-de03-daf4-b2b3-9b82a4186f30-edd871cb {
  justify-self: start;
}

#w-node-_5df01524-13ad-75b5-f19d-9757f99389b3-edd871cb {
  align-self: end;
}

#w-node-e139337d-1601-0aab-0a7a-1e87804f04c7-edd871cb, #w-node-abd4a7b5-d942-88d6-1eaa-2d0e43d748ec-edd871cb {
  align-self: start;
}

#w-node-_3bd789a3-de03-daf4-b2b3-9b82a4186f28-edd871cb, #w-node-d37f56ae-b1d5-a39b-40a3-2bf1f9b04487-edd871cb, #w-node-_8b6d4f36-a03a-9ec6-9698-3d56f60b7315-edd871cb, #w-node-_6c3b6208-579b-8196-a08a-8efc9982af41-edd871cb {
  align-self: center;
}

#w-node-ea47e7cf-ec92-0fbc-91b5-5803f3f5401f-ab89746b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff450763-60f0-54f5-9017-037987335266-ab89746b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f10303fe-3742-07dc-142a-f58a28bce13d-ab89746b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08616f92-4161-b36b-42af-524584102b5c-ab89746b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_53dd80bf-1286-f201-e7cc-cdccc893c326-ab89746b, #w-node-c57d457a-20ca-4575-163d-ba648d09a6e1-ab89746b, #w-node-ccd75cc0-2a50-15c7-d611-114b6912a7a5-ab89746b, #w-node-a26e0dc6-de92-d4a2-4f69-3c9cc34c99e1-ab89746b, #w-node-_4ae2413a-d823-0373-be4d-b140b26be3a9-ab89746b, #w-node-_1b4c7699-f975-0097-20ca-f4e5ec8ba64c-ab89746b, #w-node-f1b04f8d-81c7-f406-44bb-bbc9442d759e-ab89746b, #w-node-acfc4bdf-55ed-f117-b594-9320a328da35-ab89746b, #w-node-acfc4bdf-55ed-f117-b594-9320a328da36-ab89746b, #w-node-_28add885-fe18-8ac1-663b-5fa286fbdaf4-ab89746b, #w-node-acfc4bdf-55ed-f117-b594-9320a328da37-ab89746b, #w-node-ccfbfbe3-c55c-0105-4742-7b93edf85d9a-ab89746b, #w-node-acfc4bdf-55ed-f117-b594-9320a328da38-ab89746b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68a8c7d1-6cda-e93b-f4ec-fd3067829d62-ab89746b {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3f11eeae-d10f-cf58-5d60-d5585b7293f2-ab89746b, #w-node-_3f446723-30bb-6d14-0652-c92456e786da-ab89746b, #w-node-_3f8b4c45-4fec-e303-532f-8a1be7fdc6e7-ab89746b, #w-node-f67e99fc-0b84-b22b-91ae-5413dfedacd1-ab89746b, #w-node-f67e99fc-0b84-b22b-91ae-5413dfedacdb-ab89746b, #w-node-f67e99fc-0b84-b22b-91ae-5413dfedace5-ab89746b, #w-node-f67e99fc-0b84-b22b-91ae-5413dfedacef-ab89746b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d4ab339-5859-f5ff-46b4-389122419fb8-ab89746b, #w-node-b0fcd334-0400-f737-d548-19bc1794d118-ab89746b {
  align-self: center;
}

#w-node-_3bd789a3-de03-daf4-b2b3-9b82a4186f30-ab89746b {
  justify-self: start;
}

#w-node-_5df01524-13ad-75b5-f19d-9757f99389b3-ab89746b {
  align-self: end;
}

#w-node-e139337d-1601-0aab-0a7a-1e87804f04c7-ab89746b, #w-node-abd4a7b5-d942-88d6-1eaa-2d0e43d748ec-ab89746b {
  align-self: start;
}

#w-node-_3bd789a3-de03-daf4-b2b3-9b82a4186f28-ab89746b, #w-node-d37f56ae-b1d5-a39b-40a3-2bf1f9b04487-ab89746b, #w-node-_8b6d4f36-a03a-9ec6-9698-3d56f60b7315-ab89746b, #w-node-_6c3b6208-579b-8196-a08a-8efc9982af41-ab89746b {
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_3bd789a3-de03-daf4-b2b3-9b82a4186f30-c9d02ca3, #w-node-_3bd789a3-de03-daf4-b2b3-9b82a4186f30-6e9f7739, #w-node-_3bd789a3-de03-daf4-b2b3-9b82a4186f30-edd871cb, #w-node-_3bd789a3-de03-daf4-b2b3-9b82a4186f30-ab89746b {
    justify-self: start;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-ea47e7cf-ec92-0fbc-91b5-5803f3f5401f-c9d02ca3, #w-node-ea47e7cf-ec92-0fbc-91b5-5803f3f5401f-6e9f7739, #w-node-ea47e7cf-ec92-0fbc-91b5-5803f3f5401f-edd871cb, #w-node-ea47e7cf-ec92-0fbc-91b5-5803f3f5401f-ab89746b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_68a8c7d1-6cda-e93b-f4ec-fd3067829d62-c9d02ca3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dea93be3-6a4d-050a-e117-1a28e021180d-c9d02ca3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_72f2f7cd-2f07-7d4e-4588-31c58da7d4c5-c9d02ca3, #w-node-_3bd789a3-de03-daf4-b2b3-9b82a4186f30-c9d02ca3, #w-node-_60d2e8f0-0e75-9a9b-4921-366f2bae54b6-c9d02ca3, #w-node-d37f56ae-b1d5-a39b-40a3-2bf1f9b0448f-c9d02ca3, #w-node-_8b6d4f36-a03a-9ec6-9698-3d56f60b731b-c9d02ca3, #w-node-_7c3269c1-1db0-6657-6d61-453b65c83dbb-c9d02ca3 {
    justify-self: center;
  }

  #w-node-_68a8c7d1-6cda-e93b-f4ec-fd3067829d62-6e9f7739 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dea93be3-6a4d-050a-e117-1a28e021180d-6e9f7739 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_72f2f7cd-2f07-7d4e-4588-31c58da7d4c5-6e9f7739, #w-node-_3bd789a3-de03-daf4-b2b3-9b82a4186f30-6e9f7739, #w-node-_60d2e8f0-0e75-9a9b-4921-366f2bae54b6-6e9f7739, #w-node-d37f56ae-b1d5-a39b-40a3-2bf1f9b0448f-6e9f7739, #w-node-_8b6d4f36-a03a-9ec6-9698-3d56f60b731b-6e9f7739, #w-node-_7c3269c1-1db0-6657-6d61-453b65c83dbb-6e9f7739 {
    justify-self: center;
  }

  #w-node-_68a8c7d1-6cda-e93b-f4ec-fd3067829d62-edd871cb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dea93be3-6a4d-050a-e117-1a28e021180d-edd871cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_72f2f7cd-2f07-7d4e-4588-31c58da7d4c5-edd871cb, #w-node-_3bd789a3-de03-daf4-b2b3-9b82a4186f30-edd871cb, #w-node-_60d2e8f0-0e75-9a9b-4921-366f2bae54b6-edd871cb, #w-node-d37f56ae-b1d5-a39b-40a3-2bf1f9b0448f-edd871cb, #w-node-_8b6d4f36-a03a-9ec6-9698-3d56f60b731b-edd871cb, #w-node-_7c3269c1-1db0-6657-6d61-453b65c83dbb-edd871cb {
    justify-self: center;
  }

  #w-node-_68a8c7d1-6cda-e93b-f4ec-fd3067829d62-ab89746b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dea93be3-6a4d-050a-e117-1a28e021180d-ab89746b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_72f2f7cd-2f07-7d4e-4588-31c58da7d4c5-ab89746b, #w-node-_3bd789a3-de03-daf4-b2b3-9b82a4186f30-ab89746b, #w-node-_60d2e8f0-0e75-9a9b-4921-366f2bae54b6-ab89746b, #w-node-d37f56ae-b1d5-a39b-40a3-2bf1f9b0448f-ab89746b, #w-node-_8b6d4f36-a03a-9ec6-9698-3d56f60b731b-ab89746b, #w-node-_7c3269c1-1db0-6657-6d61-453b65c83dbb-ab89746b {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d37f56ae-b1d5-a39b-40a3-2bf1f9b0448f-c9d02ca3, #w-node-d37f56ae-b1d5-a39b-40a3-2bf1f9b0448f-6e9f7739, #w-node-d37f56ae-b1d5-a39b-40a3-2bf1f9b0448f-edd871cb, #w-node-d37f56ae-b1d5-a39b-40a3-2bf1f9b0448f-ab89746b {
    align-self: start;
  }
}


@font-face {
  font-family: 'Figtree';
  src: url('/assets/fonts/figtree-v5-latin-500.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('/assets/fonts/figtree-v5-latin-regular.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('/assets/fonts/figtree-v5-latin-600.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('/assets/fonts/figtree-v5-latin-800.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}