:root {
  --white: #fff;
  --blue: #2d75ab;
  --light-blue: #8fcbc6;
  --black: #1b1b1b;
  --lightblue: #94ccec;
  --red: #ff3918;
  --light-grey: #acacac;
  --gey: #5c5c5c;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
}

.container {
  max-width: 1560px;
}

.container._1 {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 3em;
  display: flex;
}

.section {
  padding-left: 7em;
  padding-right: 7em;
}

.section.navbar {
  z-index: 99;
  padding-top: 1em;
  padding-bottom: 1em;
  position: absolute;
  inset: 0% 0% auto;
}

.section.navbar.sticky {
  background-color: var(--white);
  padding-top: .5em;
  padding-bottom: .5em;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 3px #0000001a;
}

.section.pageheader {
  background-image: url('../images/cover.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100dvh;
}

.section.board {
  color: var(--white);
  background-image: url('../images/board-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5em;
  padding-bottom: 0;
}

.section.glance {
  color: var(--white);
  background-image: linear-gradient(#0003, #0003), url('../images/Mask-Group-4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 5em;
  padding-bottom: 5em;
}

.section.financials {
  background-image: linear-gradient(360deg, var(--blue), var(--light-blue));
  color: var(--white);
  padding-top: 5em;
  padding-bottom: 5em;
}

.section.sustainability {
  color: var(--white);
  background-image: url('../images/sustainability-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5em;
  padding-bottom: 5em;
}

.section.downloads {
  color: var(--black);
  padding-bottom: 5em;
}

.div-block {
  display: flex;
}

.flex-block {
  justify-content: space-between;
}

.flex-block._1 {
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.flex-block._2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.flex-block.main {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  align-items: stretch;
}

.flex-block._3 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.flex-block._4 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-image: linear-gradient(#5accc1, #015aae);
  border-radius: 3em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 3em;
}

.body {
  color: var(--black);
  font-size: 1vw;
  line-height: 1;
}

.image {
  width: 10em;
}

.nav-btn {
  background-image: url('../images/menu.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: .5em;
  width: 3.5em;
  height: 3.5em;
}

.nav-btn.sticky {
  background-image: url('../images/menu2.svg');
}

.heading {
  text-align: center;
}

.heading-2 {
  color: var(--white);
  text-align: left;
  letter-spacing: .1em;
  margin-bottom: .2em;
  font-size: 7em;
  line-height: .9;
}

.button {
  background-image: linear-gradient(90deg, var(--light-blue), var(--blue));
  color: var(--white);
  border-radius: 100vw;
  padding: 1em 1.3em;
  font-size: .9em;
  text-decoration: none;
}

.button._2 {
  background-color: var(--white);
  color: var(--blue);
  background-image: none;
}

.flex-block-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: wrap;
}

.flex-block-2._2 {
  margin-top: 2em;
}

.text-span {
  letter-spacing: .9em;
  font-size: .2em;
}

.div-block-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 49%;
  display: flex;
}

.div-block-2._2 {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  flex-flow: row;
  align-items: stretch;
  position: relative;
}

.heading-3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  line-height: 1;
}

.text-block {
  color: var(--black);
  margin-bottom: 1em;
}

.div-block-3 {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  width: 59%;
  display: flex;
  position: relative;
}

.quote-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 45%;
  margin-bottom: 5em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-2 {
  width: 6em;
}

.div-block-5 {
  z-index: 1;
  color: var(--black);
  background-image: linear-gradient(#fff, #94ccec);
  border-radius: 1.5em;
  width: 45%;
  padding: 1em 1.5em;
  font-size: 1.1em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-6 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.div-block-7 {
  background-image: linear-gradient(180deg, var(--white), var(--lightblue));
  color: var(--black);
  border-radius: 1.5em;
  width: 100%;
  margin-bottom: 2em;
  padding: 1em 1.5em;
}

.div-block-8 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.logo {
  background-image: url('../images/logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10em;
  height: 3em;
}

.logo.sticky {
  background-image: url('../images/logo2.svg');
}

.sticky-container {
  z-index: 0;
  height: 5em;
  position: absolute;
  inset: 0% 0% auto;
}

.navigation {
  background-color: var(--white);
  opacity: 0;
  pointer-events: none;
  border-radius: 1em;
  flex-flow: column;
  margin-top: -10px;
  padding: 0;
  transition-property: margin-top, opacity;
  transition-duration: .2s, .2s;
  transition-timing-function: ease, ease;
  display: flex;
  position: absolute;
  inset: 4.5em 0% auto auto;
  overflow: hidden;
}

.navigation.open {
  opacity: 100;
  pointer-events: auto;
  margin-top: 0;
}

.navlinks {
  color: var(--black);
  text-transform: uppercase;
  padding: .7em 1.3em;
  text-decoration: none;
}

.navlinks:hover, .navlinks.w--current {
  background-image: linear-gradient(90deg, var(--blue), var(--light-blue));
  color: var(--white);
}

.menu-gradient {
  z-index: 98;
  opacity: 0;
  pointer-events: none;
  background-image: linear-gradient(#00000080, #00000080);
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
  position: fixed;
  inset: 0%;
}

.menu-gradient.open {
  opacity: 100;
  pointer-events: auto;
}

.download-btn {
  background-image: url('../images/download2.svg'), linear-gradient(#8fcbc6, #2d75ab);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1em, auto;
  border-radius: .5em;
  width: 3.5em;
  height: 3.5em;
}

.div-block-9 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.scroll-btn {
  z-index: 97;
  background-color: var(--red);
  background-image: url('../images/arrow-up.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20%;
  width: 4.5em;
  height: 4.5em;
  position: fixed;
  inset: auto 0% 0% auto;
}

.flex-block-3 {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  border: 1px solid var(--white);
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 2em;
  flex-flow: row;
  justify-content: space-around;
  height: 100%;
  padding: 2em;
  line-height: 1.2;
}

.div-block-10 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 32%;
  display: flex;
}

.div-block-10._2 {
  width: 49%;
}

.text-block-3, .bold-text {
  font-size: 2.5em;
}

.image-3 {
  height: 3em;
  margin-bottom: 1em;
}

.text-block-4 {
  font-size: 2.5em;
}

.flex-block-4 {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
}

.div-block-11 {
  width: 49%;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1;
}

.heading-4._2 {
  color: var(--white);
}

.slider {
  background-color: #ddd0;
  height: auto;
  padding-bottom: 4em;
}

.slider.ipad, .slider.mobile {
  display: none;
}

.flex-block-5 {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  justify-content: space-between;
  align-items: stretch;
}

.table-container {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  background-image: linear-gradient(180deg, var(--white), #d7ecea);
  color: var(--black);
  border-radius: 1em;
  flex-flow: column;
  width: 33%;
  padding: 1.3em 1em;
  font-size: .9em;
  display: flex;
}

.flex-block-6 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: stretch;
}

.div-block-14 {
  width: 5.5em;
}

.div-block-15 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-16 {
  width: 3.5em;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.2;
}

.table-bar {
  background-image: linear-gradient(90deg, var(--light-blue), var(--blue));
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  width: 43.45%;
  height: 100%;
}

.table-bar._2 {
  background-color: #acacac;
  background-image: none;
  width: 100%;
}

.table-bar._2.b {
  width: 88.9%;
}

.table-bar._2.c {
  width: 75%;
}

.table-bar._2.d {
  width: 46.95%;
}

.table-bar._2.e {
  width: 53.71%;
}

.table-bar._2.f {
  width: 43.36%;
}

.table-bar._2.g {
  width: 41.55%;
}

.table-bar._2.i {
  width: 83.14%;
}

.table-bar._2.j {
  width: 70.74%;
}

.table-bar._2.l {
  width: 30.24%;
}

.table-bar._2.n {
  width: 39.32%;
}

.table-bar._2.o {
  width: 31.62%;
}

.table-bar._2.p {
  width: 20.51%;
}

.table-bar._2.q {
  width: 11.11%;
}

.table-bar._2.r {
  width: 33.9%;
}

.table-bar._2.s {
  width: 31.95%;
}

.table-bar._2.t {
  width: 18.6%;
}

.table-bar._2.u {
  width: 10.08%;
}

.table-bar._2.v {
  width: 19.27%;
}

.table-bar._2.w {
  width: 11.78%;
}

.table-bar._2.x {
  width: 7.92%;
}

.table-bar._2.y {
  width: 6.2%;
}

.table-bar._2.z {
  width: 73.92%;
}

.table-bar._2._1 {
  width: 51.05%;
}

.table-bar._2._3 {
  width: 39.85%;
}

.table-bar.h {
  width: 36.11%;
}

.table-bar.k {
  width: 39.52%;
}

.table-bar.m {
  width: 100%;
}

.table-bar._4 {
  width: 30.5%;
}

.left-arrow, .right-arrow {
  display: none;
}

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

.div-block-18 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  font-size: .879em;
  display: flex;
}

.text-block-6 {
  width: 5em;
}

.text-block-7 {
  flex: 1;
}

.div-block-19 {
  width: 2em;
}

.flex-block-7 {
  flex-flow: wrap;
  justify-content: space-between;
}

.div-block-20 {
  width: 49%;
}

.text-block-9 {
  margin-bottom: 2em;
}

.div-block-21 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 5em;
  margin-left: 1em;
}

.div-block-22 {
  flex-flow: column;
  width: 32%;
  display: flex;
}

.download-link {
  border-bottom: 1px solid var(--gey);
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  text-decoration: none;
  display: flex;
}

.image-5 {
  width: 1em;
}

.footer {
  color: var(--white);
  text-align: center;
  background-color: #363636;
  justify-content: center;
  align-items: center;
  padding: 1.5em;
  display: flex;
}

.rotate {
  z-index: 99;
  background-color: #005daa;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-36 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation {
  width: 5em;
}

.sticky-text {
  opacity: 0;
  pointer-events: none;
}

.sticky-text.sticky {
  opacity: 100;
}

.content-container {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  align-items: stretch;
}

.anchor {
  margin-top: -4em;
  padding-top: 4em;
}

.div-block-37 {
  display: none;
}

@media screen and (max-width: 991px) {
  .section.navbar, .section.pageheader, .section.board, .section.glance, .section.financials, .section.sustainability, .section.downloads {
    padding-left: 3em;
    padding-right: 3em;
  }

  .flex-block.main {
    flex-flow: wrap;
  }

  .heading-2 {
    font-size: 6.5em;
  }

  .div-block-2 {
    width: 100%;
  }

  .div-block-2.b {
    margin-bottom: 2em;
  }

  .div-block-3 {
    width: 40%;
  }

  .quote-container {
    flex: 1;
  }

  .flex-block-4 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: wrap;
  }

  .div-block-11 {
    width: 100%;
  }

  .slider {
    display: none;
  }

  .slider.ipad {
    display: block;
  }

  .table-container {
    width: 49%;
  }

  .flex-block-7 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .flex-block-7._2 {
    grid-column-gap: 1%;
    grid-row-gap: 1%;
  }

  .div-block-20 {
    width: 100%;
  }

  .div-block-20._2 {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .rotate {
    display: flex;
  }

  .lottie-animation {
    width: 5em;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2.8em;
  }

  .container._1 {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 3em;
  }

  .section.navbar, .section.pageheader {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .section.board {
    padding-top: 3em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .section.glance, .section.financials, .section.sustainability {
    padding: 3em 1.5em;
  }

  .section.downloads {
    margin-top: -3em;
    padding: 3em 1.5em;
  }

  .flex-block._2 {
    justify-content: flex-end;
    align-items: center;
  }

  .flex-block._4 {
    border-radius: 1em;
    padding: 2em 1.5em;
  }

  .heading-2 {
    text-align: center;
    margin-bottom: .1em;
    font-size: 5.5em;
  }

  .flex-block-2 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-2._2 {
    flex-flow: wrap;
  }

  .div-block-3 {
    order: 1;
    justify-content: space-between;
    width: 100%;
  }

  .quote-container {
    margin-bottom: 0;
  }

  .image-2._2 {
    display: none;
  }

  .logo, .logo.w--current, .logo.sticky {
    width: 8em;
  }

  .scroll-btn, .scroll-btn.w--current {
    width: 4em;
    height: 4em;
  }

  .flex-block-3 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
    padding: 1.5em;
  }

  .div-block-10 {
    width: 100%;
  }

  .slider.ipad {
    display: none;
  }

  .slider.mobile {
    display: block;
  }

  .table-container, .div-block-20._2 {
    width: 100%;
  }

  .div-block-21 {
    flex-flow: wrap;
  }

  .image-4 {
    margin-top: 1em;
    margin-left: 0;
  }

  .div-block-22 {
    width: 100%;
  }

  .footer {
    padding-left: 4.5em;
    padding-right: 4.5em;
  }

  .rotate, .sticky-text {
    display: none;
  }

  .image-6 {
    width: 70%;
  }

  .div-block-37 {
    margin-bottom: 3em;
    display: block;
  }

  .text-block-11, .text-block-12 {
    display: none;
  }
}


