:root {
  --black: #1b1b1b;
  --dark-grey: #333638;
  --white: #fff;
  --light-grey: #eeefef;
  --blue: #005daa;
  --red: #ff3818;
  --white-2: white;
  --black-2: black;
}

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

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

h3 {
  margin-top: .5em;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
}

.div {
  height: 5em;
}

.div.hover {
  background-color: #883232;
}

.section {
  background-color: var(--dark-grey);
  color: var(--white);
  justify-content: center;
  align-items: flex-start;
  padding: 5em;
  display: flex;
}

.section._2 {
  background-color: var(--light-grey);
  color: var(--black);
  padding-left: 5em;
  padding-right: 5em;
}

.section._3 {
  background-color: var(--light-grey);
  background-color: var(--white);
  color: var(--black);
}

.container {
  width: 100%;
  max-width: 1560px;
}

.container._2, .container._2.b {
  max-width: 780px;
}

.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex._2 {
  align-items: flex-end;
  height: 100%;
}

.flex._3 {
  align-items: flex-end;
  height: 100%;
  position: relative;
}

.flex._4 {
  align-items: flex-end;
  height: 100%;
}

.flex._5 {
  justify-content: flex-end;
  align-items: flex-start;
}

.flex._6 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.flex._7 {
  justify-content: space-between;
  align-items: flex-start;
}

.flex._8 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3em;
}

.menu-left {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.logo._2 {
  background-image: url('../images/logo2.svg');
  width: 8em;
}

.header {
  z-index: 9;
  justify-content: center;
  align-items: flex-start;
  padding: .5em 5em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.landing {
  z-index: 1;
  color: var(--white);
  justify-content: center;
  align-items: flex-start;
  height: 100dvh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.slider {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.slide {
  background-image: url('../images/plane2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-video {
  z-index: 0;
  mix-blend-mode: screen;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video._2 {
  margin-top: 5em;
}

.landing-content {
  z-index: 1;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  position: relative;
}

.landing-left {
  flex-flow: column;
  align-items: flex-start;
  max-width: 50%;
  margin-bottom: 3em;
  display: flex;
}

.landing-left._2 {
  justify-content: space-between;
  margin-top: 7em;
}

.landing-left._3 {
  justify-content: space-between;
  max-width: 30%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7em;
  padding-bottom: 4em;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 3em;
  display: flex;
}

.slide-nav {
  display: none;
}

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

.btn {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--red);
  color: var(--white);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
  padding: 1em 1.2em;
  text-decoration: none;
  display: flex;
}

.btn._2 {
  background-color: var(--black);
}

.image {
  width: 1em;
}

.landing-right {
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 3em;
  display: flex;
}

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

.text-block-2 {
  margin-bottom: .5em;
  margin-left: .4em;
}

.right-arrow, .left-arrow {
  font-size: 1.5em;
}

.slide-2 {
  background-image: url('../images/slide2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.image-2 {
  width: 10em;
  margin-right: .5em;
}

.divider-container {
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.divider-left {
  background-color: var(--blue);
  width: 50%;
}

.divider-left._2 {
  background-color: var(--dark-grey);
}

.divider-right {
  background-image: url('../images/divider1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.divider-right._2 {
  background-image: url('../images/divider2.jpg');
}

.divider-right._3 {
  background-image: url('../images/divider-3.jpg');
}

.divider-right._4 {
  background-image: url('../images/divider-4.jpg');
}

.div-block-6 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.divider-middle {
  z-index: 2;
  pointer-events: auto;
  width: 35%;
  position: relative;
}

.divider-middle._2 {
  width: 50%;
  margin-right: -20%;
}

.divider-middle._3 {
  width: 30%;
  margin-right: -20em;
}

.image-3 {
  width: 100%;
}

.middle-container {
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 3em;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.middle-container._2 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.middle-container._3 {
  margin-bottom: 0;
}

.landing-left-top {
  margin-bottom: 2em;
}

.landing-left-bottom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading {
  text-transform: uppercase;
  margin-bottom: 1em;
}

.heading-2 {
  white-space: nowrap;
  margin-left: 2em;
}

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

.menu-btn {
  aspect-ratio: 1;
  background-image: url('../images/menu.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  justify-content: center;
  align-items: center;
  width: 4em;
  display: flex;
}

.menu-btn.open {
  background-image: url('../images/close.svg');
  background-size: 30%;
}

.menu-btn._2 {
  background-color: var(--red);
  width: 3.5em;
}

.image-4 {
  width: 100%;
}

.navigation {
  z-index: 8;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation._2 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation.open {
  margin-top: -2em;
}

.navbar {
  background-color: var(--blue);
  opacity: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 5em;
  margin-right: -1em;
  padding: 1.5em;
  transition: margin-right .2s, opacity .2s;
  display: flex;
}

.navbar.open {
  opacity: 1;
  pointer-events: auto;
  margin-right: 0;
}

.navlink {
  color: var(--white);
  padding: .5em 1.2em .5em 1em;
  text-decoration: none;
  transition: padding-right .2s;
}

.navlink:hover {
  background-image: url('../images/arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 1em;
  padding-right: 1.2em;
}

.navlink.w--current {
  background-image: url('../images/arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 1em;
}

.sticky {
  z-index: 9;
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  padding: .5em 5em;
  transition: top .3s;
  display: flex;
  position: fixed;
  top: -10em;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sticky._2 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky.open {
  transition-property: top;
  top: 0%;
}

.div-block-9 {
  height: 100vh;
}

.bigtext {
  font-size: 1.5em;
}

.subtitle {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.5em;
}

.board {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 12em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-11 {
  z-index: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  padding-top: 5em;
  padding-left: 7em;
  display: flex;
  position: relative;
}

.div-block-11-copy {
  z-index: 0;
  background-color: var(--dark-grey);
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 5em;
  padding-bottom: 5em;
  padding-right: 7em;
  display: flex;
  position: relative;
}

.div-block-12 {
  display: flex;
}

.div-block-13 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

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

.div-block-15 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.board-image {
  z-index: 2;
  width: 23%;
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
}

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

.div-block-18 {
  margin-top: 1.5em;
}

.image-5 {
  max-height: 40em;
}

.div-block-19 {
  width: 14em;
  position: absolute;
  top: -7em;
  bottom: auto;
  left: -7em;
  right: auto;
}

.image-6 {
  width: 100%;
}

.board-sign {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3em;
  display: flex;
}

.image-7 {
  width: 7em;
}

.glance--main-container {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-flow: column;
  display: flex;
}

.section-title {
  margin-top: 0;
  font-size: 2.5em;
}

.section-subtitle {
  font-size: 1.2em;
}

.glance-flex {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.glance-container {
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
  position: relative;
}

.glance-box {
  width: 100%;
  position: absolute;
}

.glance-box._2 {
  mix-blend-mode: darken;
}

.glance-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
}

.glance-content._2 {
  width: 100%;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  font-size: 2.2em;
  line-height: 1;
  display: flex;
}

.glance-icon {
  height: 4em;
  margin-bottom: 1em;
}

.text-block-5 {
  margin-bottom: -.5em;
  margin-left: .5em;
  font-size: .5em;
}

.text-block-7 {
  margin-right: .3em;
}

.section-title-container {
  margin-bottom: 3em;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.slider-2 {
  background-color: rgba(255, 255, 255, 0);
  height: auto;
  padding-bottom: 5em;
}

.slider-2._2, .slider-2._3 {
  display: none;
}

.left-arrow-2, .right-arrow-2 {
  font-size: 1.5em;
}

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

.slide-3 {
  padding-left: 5em;
  padding-right: 5em;
}

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

.div-block-29 {
  width: 32%;
}

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

.div-block-29._3, .image-8 {
  width: 100%;
}

.div-block-30 {
  color: var(--white);
  background-image: url('../images/sustaianbility.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: flex-start;
  height: 100dvh;
  padding: 10em 5em 5em;
  display: flex;
}

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

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

.div-block-32._2 {
  aspect-ratio: 2 / 3;
  background-image: url('../images/cover.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-32._3 {
  padding-left: 5em;
  padding-right: 5em;
}

.heading-4 {
  font-size: 3.5em;
}

.div-block-33 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 31%;
  display: flex;
}

.image-9 {
  width: 100%;
}

.download-link {
  border-bottom: 1px dotted var(--dark-grey);
  color: var(--black);
  background-image: url('../images/download.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 1em;
  padding-bottom: .2em;
  padding-right: 2em;
  font-size: 1.1em;
  text-decoration: none;
}

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

.footer {
  background-color: var(--dark-grey);
  color: var(--white);
  justify-content: center;
  align-items: flex-start;
  padding: 1em 5em;
  display: flex;
}

.footer._2 {
  background-color: var(--light-grey);
  color: var(--black);
}

.footer._3 {
  background-color: var(--light-grey);
  background-color: var(--white);
  color: var(--black);
}

.div-block-34 {
  text-align: center;
}

.back-top {
  z-index: 9;
  pointer-events: none;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top-btn {
  background-color: var(--red);
  pointer-events: auto;
  background-image: url('../images/up.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1em;
  width: 4em;
  height: 4em;
}

.rotate {
  z-index: 99;
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-36 {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation {
  width: 5em;
}

.board-title-2 {
  margin-left: 1em;
}

.cover {
  z-index: 1;
  background-color: var(--black);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.board-bigtext {
  font-size: 1.5em;
}

.board-btn {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--red);
  color: var(--white);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
  padding: 1em 1.2em;
  text-decoration: none;
  display: flex;
}

.board-btn._2 {
  background-color: var(--black);
}

.table-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  font-size: .8em;
  display: flex;
}

.table-row {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-39 {
  width: 18%;
}

.div-block-39._2 {
  text-align: right;
  width: 13%;
}

.div-block-40 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.text-block-8 {
  font-size: 1.1em;
}

.text-block-9 {
  font-size: 1.4em;
}

.div-block-41 {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
}

.table-bar {
  background-color: var(--blue);
  width: 96%;
  height: 1.5em;
}

.table-bar._2 {
  width: 90%;
}

.table-bar._3 {
  width: 88%;
}

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

.table-bar._5 {
  width: 68%;
}

.table-bar._6 {
  width: 54%;
}

.table-bar._7 {
  width: 60%;
}

.table-bar._8 {
  width: 75%;
}

.table-bar._9 {
  width: 50%;
}

.table-bar._10 {
  width: 82%;
}

.table-bar._11 {
  width: 25%;
}

.table-bar._12 {
  width: 87%;
}

.table-bar.b {
  background-color: #6d6e71;
}

.table-bar.b._21 {
  width: 80%;
}

.table-bar._13 {
  width: 82%;
}

.table-bar._14 {
  width: 40%;
}

.table-bar._15 {
  width: 25%;
}

.table-bar._15.b {
  width: 30%;
}

.table-bar._16 {
  width: 87%;
}

.table-bar._16.b {
  width: 77%;
}

.table-bar._17 {
  width: 50%;
}

.table-bar._17.b {
  width: 54%;
}

.table-bar._18 {
  width: 40%;
}

.table-bar._19 {
  width: 25%;
}

.table-bar._19.b {
  width: 52%;
}

.table-bar._20 {
  width: 87%;
}

.table-bar._20.b {
  width: 37%;
}

.table-bar._22 {
  width: 80%;
}

.table-bar._23 {
  width: 50%;
}

.table-bar._23.b {
  width: 48%;
}

.table-bar._24 {
  width: 23%;
}

.table-bar._25 {
  width: 25%;
}

.table-bar._25.b {
  width: 20%;
}

.table-bar._26 {
  width: 87%;
}

.table-bar._26.b {
  width: 64%;
}

.table-bar._27 {
  width: 50%;
}

.table-bar._27.b {
  width: 40%;
}

.table-bar._13-copy {
  width: 50%;
}

.charts {
  background-color: var(--dark-grey);
  color: var(--white);
  justify-content: center;
  align-items: flex-start;
  padding: 5em;
  display: flex;
}

.charts._2 {
  background-color: var(--light-grey);
  color: var(--black);
  padding-left: 5em;
  padding-right: 5em;
}

.charts._3 {
  background-color: var(--light-grey);
  background-color: var(--white);
  color: var(--black);
}

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

  .section, .section._2 {
    padding-left: 4.5em;
    padding-right: 4.5em;
  }

  .container._2.b {
    width: 50%;
  }

  .header, .landing-content {
    padding-left: 4.5em;
    padding-right: 4.5em;
  }

  .landing-left {
    max-width: 80%;
  }

  .landing-left._3 {
    max-width: 45%;
  }

  .divider-middle {
    margin-right: -30%;
  }

  .divider-middle._2 {
    width: 45%;
    margin-right: -30%;
  }

  .divider-middle._3 {
    margin-right: -10em;
  }

  .navigation, .sticky {
    padding-left: 4.5em;
    padding-right: 4.5em;
  }

  .board {
    flex-flow: wrap;
    margin-top: 0;
    padding-top: 3em;
  }

  .div-block-11 {
    width: 100%;
    padding: 3em 4.5em 0;
  }

  .div-block-11-copy {
    width: 100%;
    padding: 3em 4.5em;
  }

  .div-block-12 {
    padding-bottom: 3em;
  }

  .div-block-13, .div-block-15 {
    width: 100%;
  }

  .board-image {
    display: none;
  }

  .div-block-17 {
    flex: 1;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

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

  .glance-flex {
    flex-flow: wrap;
  }

  .glance-container {
    width: 45%;
  }

  .glance-container._2 {
    margin-top: 8em;
  }

  .slider-2 {
    display: none;
  }

  .slider-2._2 {
    display: block;
  }

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

  .slide-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-30 {
    aspect-ratio: 3 / 2;
    height: auto;
    padding-left: 4.5em;
    padding-right: 4.5em;
  }

  .div-block-32._3 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-33 {
    width: 48%;
  }

  .div-block-33._2 {
    margin-top: 3em;
  }

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

  .board-title-2 {
    margin-left: 0;
  }

  .charts, .charts._2 {
    padding-left: 4.5em;
    padding-right: 4.5em;
  }
}

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

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

@media screen and (max-width: 479px) {
  body {
    line-height: 1.4;
  }

  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 3.5em;
  }

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

  .section._2 {
    padding: 3em 1.5em;
  }

  .container._2.b {
    width: 100%;
  }

  .flex._2, .flex._3 {
    flex-flow: column wrap;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .flex._4 {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex._7 {
    flex-flow: wrap;
  }

  .header, .landing-content {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .landing-content._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .landing-left {
    width: 100%;
    max-width: none;
    margin-top: 8em;
    margin-bottom: 4em;
  }

  .landing-left._3 {
    background-color: var(--blue);
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 50vh;
    margin-top: 0;
    margin-bottom: 0;
    padding: 7em 1.5em 4em;
  }

  .landing-left._3.b {
    background-color: var(--dark-grey);
  }

  .div-block {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .slide-nav {
    display: block;
  }

  .div-block-2 {
    text-align: left;
    flex-flow: wrap;
  }

  .btn {
    margin-top: 1.5em;
  }

  .btn._2 {
    margin-top: 0;
  }

  .landing-right {
    display: none;
  }

  .landing-right._2 {
    margin-right: 1.5em;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

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

  .divider-middle, .divider-middle._2 {
    width: 80%;
    margin-right: 0%;
  }

  .divider-middle._3 {
    width: 60%;
    margin-right: 0;
  }

  .divider-middle._4 {
    width: 65%;
  }

  .middle-container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .landing-left-top {
    margin-bottom: 0;
  }

  .heading-2 {
    margin-left: 0;
  }

  .div-block-8 {
    background-image: url('../images/divider1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1;
    width: 100%;
    display: block;
  }

  .div-block-8._2 {
    background-image: url('../images/divider2.jpg');
  }

  .div-block-8._3 {
    background-image: url('../images/divider-3.jpg');
  }

  .div-block-8._4 {
    background-image: url('../images/divider-4.jpg');
  }

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

  .text-block-3 {
    display: none;
  }

  .navigation, .sticky {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .bigtext {
    font-size: 1.3em;
  }

  .board {
    padding-top: 0;
  }

  .div-block-11 {
    flex-flow: wrap;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .div-block-11-copy {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

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

  .div-block-17 {
    flex: 0 auto;
    width: 100%;
  }

  .glance--main-container {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .glance-flex {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
  }

  .glance-container {
    width: 100%;
    margin-top: 3em;
  }

  .glance-container._2, .glance-container._3 {
    margin-top: 3em;
  }

  .glance-container._3.b {
    margin-top: 5em;
  }

  .glance-box {
    position: relative;
  }

  .glance-content {
    position: absolute;
  }

  .div-block-25 {
    font-size: 2em;
  }

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

  .section-title-container {
    margin-bottom: 0;
  }

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

  .slider-2._3 {
    margin-top: 2em;
    padding-bottom: 5em;
    display: block;
  }

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

  .div-block-30 {
    aspect-ratio: 2 / 3;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

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

  .div-block-32._3 {
    margin-top: 2em;
  }

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

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

  .div-block-33._2, .div-block-33._3 {
    margin-top: 1em;
  }

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

  .rotate {
    display: none;
  }

  .board-bigtext {
    font-size: 1.3em;
  }

  .board-btn {
    margin-top: 1.5em;
  }

  .board-btn._2 {
    margin-top: 0;
  }

  .charts {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .charts._2 {
    padding: 3em 1.5em;
  }
}
