body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.logo {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2vw;
  height: auto;
  margin-top: 40px;
  margin-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0%;
  background-color: hsla(0, 0%, 45.5%, 0);
  color: #fff;
  font-weight: 700;
}

.gallery-block {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  height: 4000vh;
  margin-top: 0px;
  margin-bottom: 0px;
}

.gallery-scroll-track {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.gallery-container {
  position: relative;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-image: url('../images/texture.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-track {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900vw;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-block {
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-color: rgba(232, 228, 209, 0);
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.body {
  overflow: visible;
  background-color: #e8e4d1;
  background-image: url('../images/texture.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-right: 0px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.heading-italic {
  width: 100%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 5px;
  opacity: 0.75;
  font-family: 'EB Garamond', sans-serif;
  color: #0a361e;
  font-size: 24px;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
}

.title {
  width: 100%;
  max-width: none;
  margin-top: 140px;
  margin-bottom: 100px;
  font-family: 'EB Garamond', sans-serif;
  color: #0a361e;
  font-size: 60px;
  line-height: 64px;
  font-weight: 800;
  text-align: center;
}

.title._2 {
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 100px;
}

.title._1 {
  max-width: 627px;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: left;
}

.body-text {
  width: 100%;
  max-width: 600px;
  margin-bottom: 0px;
  font-family: 'EB Garamond', sans-serif;
  color: #0a361e;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.body-text._2 {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 26px;
  text-align: left;
}

.body-text._3 {
  max-width: none;
  margin-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: left;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-right: 0px;
  margin-left: 200px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-4 {
  width: 100%;
  min-width: 30px;
  text-decoration: none;
}

.text-span {
  font-size: 79px;
  line-height: 60px;
}

.issue-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.issue-div._7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
}

.issue-div._8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
}

.issue-div._9 {
  margin-right: 0px;
  margin-left: 0px;
}

.text-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  max-width: none;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-wrapper {
  position: relative;
  width: 50%;
  margin-left: 0px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.image-wrapper._3 {
  position: relative;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.image-wrapper._4 {
  position: relative;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.heading {
  display: block;
  width: 100%;
  max-width: none;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'EB Garamond', sans-serif;
  color: #0a361e;
  font-size: 48px;
  line-height: 50px;
  font-weight: 800;
}

.text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 490px;
  margin-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-wrapper._2 {
  overflow: hidden;
  height: 100%;
  max-width: 540px;
  margin-right: 0px;
  margin-left: 100px;
}

.text-wrapper._1 {
  overflow: hidden;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-wrapper._3 {
  overflow: hidden;
  height: 100%;
  margin-left: 100px;
}

.text-wrapper.tw-birds {
  margin-left: 200px;
}

.report {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4vw;
  height: auto;
  max-width: 50px;
  margin-right: 50px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: bottom 400ms cubic-bezier(.645, .045, .355, 1);
  transition: bottom 400ms cubic-bezier(.645, .045, .355, 1);
}

.report:hover {
  bottom: 2px;
}

.link-block {
  width: 100%;
  height: 100%;
}

.link-block-2 {
  display: block;
  width: 100%;
  height: 100%;
}

.image-6 {
  display: block;
  width: 100%;
  max-width: none;
  min-width: auto;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 10vh;
  max-height: 34px;
  max-width: 400px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button._2 {
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
}

.arrow {
  width: 6.5%;
  height: 100%;
  margin-right: 5px;
  background-image: url('../images/ARROW1_1ARROW1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow.arrow-left {
  width: 6.5%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/ARROW2_1ARROW2.png');
}

.button-heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'EB Garamond', sans-serif;
  color: #0a361e;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
}

.link-block-3 {
  width: 86%;
  max-width: 340px;
  text-decoration: none;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  max-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  color: #0a361e;
  text-decoration: underline;
}

.div-block-14 {
  overflow: hidden;
  width: 86%;
  max-width: 340px;
}

.link-2 {
  color: #0a361e;
  text-decoration: none;
}

.text-block2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 50%;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 50%;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  margin-top: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lottie {
  position: relative;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.lottie.mobile {
  display: none;
}

.color {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.line {
  position: relative;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-color: rgba(10, 54, 30, 0);
  opacity: 0.5;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.line-parent {
  position: absolute;
  top: -0.5px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-29 {
  overflow: hidden;
}

.div-block-30 {
  overflow: hidden;
}

.div-block-31 {
  overflow: hidden;
}

.nav-flex {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 5vh;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(56, 152, 236, 0);
  opacity: 0.5;
  font-family: 'EB Garamond', sans-serif;
  color: #0a361e;
  font-size: 18px;
  font-weight: 500;
  cursor: default;
}

.nav-number:hover {
  opacity: 1;
}

._2 {
  width: 100vw;
  height: 100vh;
}

@media screen and (max-width: 991px) {
  .div-block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .heading-italic {
    font-size: 20px;
    line-height: 25px;
  }
  .title._2 {
    font-size: 50px;
    line-height: 50px;
  }
  .title._1 {
    font-size: 38px;
    line-height: 40px;
  }
  .body-text {
    font-size: 18px;
    line-height: 24px;
  }
  .body-text._2 {
    line-height: 22px;
  }
  .body-text._3 {
    line-height: 24px;
  }
  .div-block-4 {
    margin-left: 40px;
  }
  .text-span {
    font-size: 50px;
    line-height: 50px;
  }
  .issue-div._7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .issue-div._8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .heading {
    font-size: 38px;
    line-height: 40px;
  }
  .text-wrapper._2 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 40px;
  }
  .text-wrapper._2._1 {
    margin-left: 0px;
    padding-right: 30px;
  }
  .text-wrapper._1 {
    margin-left: 40px;
  }
  .text-wrapper._3 {
    margin-left: 0px;
    padding-right: 40px;
  }
  .button-heading {
    font-size: 24px;
  }
  .text-block2 {
    margin-top: 20px;
  }
  .text-block1 {
    margin-bottom: 0px;
  }
  .line-parent {
    z-index: -1;
  }
  .nav-flex {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 8vw;
    margin-top: 15px;
    margin-left: 20px;
  }
  .gallery-block {
    display: none;
  }
  .gallery-block.desktop {
    display: block;
    height: 4000vh;
  }
  .gallery-track {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-2 {
    width: 100%;
  }
  .div-block-3 {
    display: none;
  }
  .title._2 {
    font-size: 37px;
    line-height: 40px;
  }
  .title._1 {
    font-size: 28px;
    line-height: 30px;
  }
  .body-text {
    margin-top: 10px;
    margin-right: 0px;
    font-size: 16px;
    line-height: 22px;
  }
  .body-text._2 {
    margin-top: 0px;
  }
  .div-block-4 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .image-4 {
    min-width: auto;
  }
  .text-span {
    font-size: 37px;
    line-height: 40px;
  }
  .issue-div {
    left: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-div {
    width: 100%;
    height: 100%;
    margin-top: 60px;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .image-wrapper {
    position: absolute;
    bottom: 0px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .image-wrapper._3 {
    width: 100vw;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .image-wrapper._4 {
    width: 100vw;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .heading {
    font-size: 28px;
    line-height: 30px;
  }
  .text-wrapper {
    height: auto;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .text-wrapper._1 {
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .text-wrapper.tw-birds {
    margin-left: 0px;
  }
  .report {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 8vw;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 0px;
  }
  .button {
    width: 100vw;
    height: 8vh;
  }
  .arrow {
    margin-left: 5px;
  }
  .arrow.arrow-left {
    margin-right: 5px;
  }
  .button-heading {
    font-size: 16px;
    line-height: 24px;
  }
  .div-block-13 {
    width: 100vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .link-2 {
    font-size: 18px;
    line-height: 22px;
  }
  .text-block2 {
    height: auto;
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .text-block1 {
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-16 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .lottie {
    position: relative;
    bottom: 0px;
    height: 100%;
  }
  .lottie.desktop {
    display: none;
  }
  .lottie.mobile {
    position: relative;
    display: block;
    height: 100%;
  }
  .color {
    height: 100%;
  }
  .line-parent {
    display: none;
  }
}

