.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #000;
  text-transform: lowercase;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 24px;
  overflow: visible;
}

a {
  text-decoration: none;
}

.navbar {
  width: 100%;
  object-fit: contain;
  background-color: #fff;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.nav-container {
  height: 60px;
  max-width: 1400px;
  color: #000;
  object-fit: contain;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.main {
  z-index: 3;
  width: 1400px;
  max-width: 100%;
  color: #000;
  object-fit: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.lottie-animation {
  height: 50vh;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  padding-right: 3%;
  display: flex;
}

.lottie-50 {
  max-width: 50%;
  padding-right: 2.3vw;
}

.subtitle-animation {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.subtitle-animation._10-margin {
  margin-top: 10%;
}

.subtitle-animation._10-margin.grey {
  width: 100%;
}

.h3 {
  color: #000;
  flex-direction: row;
  flex: 0 auto;
  font-size: 28px;
  line-height: 34px;
  text-decoration: none;
  display: flex;
}

.h3.scroll-text {
  width: 100%;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
}

.list-headline {
  color: gray;
  border-top: 2px #000;
  flex: 1;
}

.right-side-list {
  flex-direction: column;
  flex: 0 auto;
  padding-right: 20px;
  display: flex;
}

.list-description {
  border-top: 2px #000;
  flex: 1;
  margin-bottom: 20px;
}

.point {
  flex: 1;
  margin-bottom: 80px;
}

.list-left-side {
  border-top: 2px #000;
  flex: 0 auto;
  padding-right: 20px;
}

.list-number {
  color: gray;
  flex: 0 auto;
}

.experience {
  width: 100%;
  justify-content: center;
  margin-top: 60px;
  display: block;
}

.scrolltext {
  width: 50%;
  height: 100vh;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: relative;
}

.scroll-title {
  display: flex;
}

.three-pictures-trigger {
  height: 200vh;
}

.full-screen-animation {
  height: 100vh;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.bodyjodana {
  color: #fe8300;
}

.div-block-16 {
  width: 50%;
  justify-content: space-between;
  display: flex;
}

.div-block-18 {
  flex: 1;
  order: -1;
}

.welcometext {
  width: 50%;
  align-self: flex-end;
  padding-left: 5px;
}

.projectcontainer {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 100px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: start;
  margin-bottom: 24vh;
  padding-left: 10px;
  display: grid;
}

.beginningshot {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  max-width: none;
  object-fit: cover;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.beginningtext {
  z-index: 2;
  text-align: left;
  text-shadow: 4px 4px 20px rgba(0, 0, 0, .8);
  align-self: flex-start;
  margin-top: 50vh;
  margin-bottom: 50vh;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  position: fixed;
}

.beginningtext.title {
  display: block;
}

.beginningsection {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  margin: 0 auto;
  padding-top: 1vh;
  padding-bottom: 1vh;
  display: flex;
}

.beginningtrigger {
  width: auto;
  height: 200vh;
}

.beginningtrigger.shot {
  height: 100vh;
}

.beginningtrigger.shotvideo {
  height: 150vh;
  margin-top: 50vh;
}

.beginning {
  z-index: 5;
  width: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  margin-left: auto;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0%;
}

.timelinegrid {
  width: 100%;
  grid-column-gap: 32px;
  grid-template: "Area Area-2" 80px
                 "Area-3 Area-4"
                 "Area-5 Area-6" 80px
                 "Area-7 Area-8"
                 "Area-9 Area-10" 80px
                 "Area-11 Area-12"
                 / 50% 50%;
  grid-auto-flow: row;
  align-content: start;
  justify-content: end;
  align-self: flex-end;
  justify-items: stretch;
  margin-right: -10px;
}

.circle {
  height: 100%;
  display: block;
}

.line {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section {
  width: 1400px;
  max-width: 100%;
  flex-direction: column;
  align-self: flex-start;
  align-items: stretch;
  margin: 12vh auto;
  padding-top: 1vh;
  padding-bottom: 1vh;
  display: block;
}

.section.nothidden {
  display: flex;
}

.textright {
  width: 50%;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: auto;
}

.textright.headline {
  margin-bottom: 60px;
}

.video {
  z-index: 3;
  margin-bottom: 12vh;
}

.forestsense-link-grid-empty {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 40px;
  object-fit: fill;
  object-position: 50% 50%;
  background-image: url('../images/Asset-1.webp');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  grid-template-rows: auto auto auto;
  grid-template-areas: ". Area-2"
                       "Area-3 Area-4"
                       "Area-5 Area-6";
  align-content: space-between;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 50vh;
  overflow: hidden;
}

.h3-2 {
  color: #000;
  flex-direction: row;
  flex: 0 auto;
  text-decoration: none;
  display: flex;
}

.h3-2.scroll-text {
  width: 100%;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
}

.h3-2.description-text {
  width: 50%;
  order: -1;
  align-items: flex-start;
  padding-right: 40px;
}

.image-7 {
  margin-right: 30px;
}

.image-6 {
  max-height: 100%;
  margin-top: -20px;
  margin-right: 0;
}

.environmentsection {
  width: 100%;
}

.text-block-3 {
  color: #34c759;
  margin-top: 40%;
}

.scroll {
  width: 100%;
  max-width: 1400px;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.scrolltextfixed {
  z-index: 0;
  width: 1400px;
  max-width: 100%;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.scrolltextfixedright {
  width: 50%;
  height: 60vh;
  max-width: 50%;
  flex: 0 auto;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 35vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scrolltextfixedright.full {
  z-index: 0;
  height: auto;
  max-height: 85vh;
  margin-top: auto;
  margin-bottom: auto;
}

.scrolltextfixedrightlottie {
  max-height: 100%;
  flex: 0 auto;
  order: -1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.description {
  width: 80%;
}

.bigimage {
  width: 100%;
}

.scrolltextdescription {
  z-index: 3;
  width: 80%;
  position: relative;
}

.scrolltextfixedrightimage {
  z-index: 0;
  width: 100%;
  max-height: 85vh;
  padding-right: 10px;
  position: static;
}

.scrolllottie {
  width: 1400px;
  max-width: 100%;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.linediv {
  width: 80px;
}

.bodyforestsense {
  color: #34c759;
}

.persona-trigger {
  height: 400vh;
  margin-top: 25vh;
}

.persona-div {
  width: 100%;
  height: 3vh;
  max-width: 100%;
  flex: 0 auto;
  order: -1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
}

.persona-div.header {
  flex-wrap: wrap;
  align-content: flex-end;
  margin-bottom: 2.5vh;
}

.bullet-points {
  width: 1400px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 1vh 10px;
  display: flex;
  position: fixed;
  top: 35%;
  bottom: 35%;
  left: 0%;
  right: 0%;
}

.h2 {
  width: 100%;
  flex: 0 auto;
  margin-bottom: 2vh;
  text-decoration: none;
}

.h2.bullet-point {
  width: 50%;
  color: #fe8300;
}

.h2.bullet-point._2.black, .h2.bullet-point._3.black, .h2.bullet-point._1.black {
  color: #34c759;
}

.h1 {
  width: 100%;
  margin-bottom: 5vh;
  display: block;
  position: relative;
}

.h1._50 {
  width: 50%;
  color: #fe8300;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-bottom: 0;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.h1._50.black {
  color: #000;
}

.biglottieanimation {
  width: 100%;
  margin-bottom: 60px;
}

.image-right {
  max-height: 100%;
  max-width: 100%;
  object-fit: scale-down;
  flex: 0 auto;
  order: 1;
  align-self: flex-start;
  display: block;
  position: relative;
}

.text-div {
  width: 50%;
  height: 100vh;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: relative;
}

.h3-3 {
  flex-direction: row;
  flex: 0 auto;
  text-decoration: none;
  display: flex;
}

.h3-3.scroll-text {
  width: 80%;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: auto;
  padding-right: 10px;
}

.h3-3.tag {
  background-color: #f0f0f0;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 3px 20px;
  display: inline-block;
}

.h3-3.tag.purple {
  background-color: #d2cce2;
}

.h3-3.tag.blue {
  background-color: #cfdaf5;
}

.h3-3.tag.pink {
  background-color: #f3d9f0;
}

.h3-3.tag.dark-green {
  background-color: #d0e0e0;
}

.fixed-div {
  width: 1400px;
  max-width: 100%;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._50-title-div {
  width: 50%;
  height: 30vh;
  max-width: 50%;
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.left-side-tags {
  margin-top: 20px;
}

.h2-2 {
  width: 100%;
  flex: 0 auto;
  margin-bottom: 2vh;
  text-decoration: none;
}

.scroll-title-fixed {
  width: 1400px;
  max-width: 100%;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 3vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

._50-div {
  width: 50%;
  height: 60vh;
  max-width: 50%;
  flex: 0 auto;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 35vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1-2 {
  width: 100%;
  margin-bottom: 5vh;
  display: block;
  position: relative;
}

.scroll-div {
  width: 1400px;
  max-width: 100%;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.bodyparcels {
  color: #fe5000;
}

.grid {
  width: 100%;
  grid-column-gap: 0px;
  flex: 1;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 "Area-5 Area-6"
                 / 50% 50%;
  justify-content: end;
  align-self: flex-end;
}

.leftside {
  width: 100%;
  padding-right: 40px;
}

.rightside {
  color: #fe5000;
}

.grid2 {
  width: 100%;
  grid-column-gap: 0px;
  flex: 1;
  grid-template: "Area Area-2"
  / 50% 50%;
  justify-content: start;
  align-self: flex-start;
}

.bodyaerocom {
  color: #5792f7;
}

.projecttext {
  color: #000;
  text-decoration: none;
}

.project {
  padding-right: 10px;
  text-decoration: none;
}

.projectimage {
  width: 100%;
  max-width: 100%;
  filter: brightness(50%) saturate(0%);
}

.link {
  color: #000;
  order: 1;
  text-decoration: none;
}

.bodycurt {
  color: #009c68;
  background-color: #000;
}

.div-block-19 {
  width: 50%;
  align-self: flex-end;
  margin-top: 10px;
}

.button {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1.5px solid #000;
  padding: 0;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
}

.heading {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.field-label {
  font-weight: 400;
  display: none;
}

.submit-button {
  width: auto;
  color: #000;
  text-transform: lowercase;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1.5px solid #000;
  flex: 0 auto;
  align-self: center;
  padding: 0;
  display: none;
}

.text-field {
  text-transform: lowercase;
}

.maincurt {
  z-index: 3;
  width: 1400px;
  max-width: 100%;
  color: #fff;
  object-fit: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.biglottieanimationphone {
  display: none;
}

.text-block-5 {
  color: #34c759;
}

.text-span, .text-span-2 {
  color: #000;
}

.text-block-6 {
  color: #34c759;
}

.text-block-7 {
  font-size: 18px;
}

.awardgrid {
  width: 100%;
  max-height: 200px;
  grid-column-gap: 32px;
  object-fit: contain;
  flex: 0 auto;
  grid-template: "." 200px
  / minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr);
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  display: flex;
  overflow: visible;
}

.awards {
  width: 100%;
  flex-direction: row;
  display: flex;
}

.grid-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.grid-7 {
  grid-template-columns: auto auto;
}

.text-block-9 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-11 {
  width: 50%;
  align-self: flex-end;
  margin-bottom: 20px;
  padding-left: 5px;
}

.image-12 {
  max-height: 200px;
  max-width: 25%;
  object-fit: contain;
  flex: 0 auto;
  align-self: flex-start;
  display: block;
}

.image-13 {
  max-height: 200px;
  max-width: 25%;
  object-fit: contain;
  display: block;
}

.text-span-5, .text-span-6 {
  color: #fe5000;
}

.endingdiv {
  width: 100%;
  align-self: flex-end;
}

.endingtext {
  margin-top: 20px;
}

.endingtext.hidden {
  display: none;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
}

.text-span-7 {
  color: #fe5000;
}

.section80 {
  width: 1400px;
  max-width: 100%;
  flex-direction: column;
  align-self: flex-start;
  align-items: stretch;
  margin: 12vh auto;
  padding-top: 1vh;
  padding-bottom: 1vh;
  display: flex;
}

.text-span-8 {
  color: #34c759;
}

.text-span-9 {
  color: #5792f7;
}

.div-block-22 {
  height: 60px;
}

.bodypolice {
  color: #ffc700;
  background-color: #000;
}

.welcomediv {
  width: 100%;
  height: 65vh;
  min-height: 600px;
  flex-direction: column;
  justify-content: center;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding: 120px 10px;
  display: flex;
}

.mainpolice {
  z-index: 0;
  width: 1400px;
  max-width: 100%;
  color: #fff;
  object-fit: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: relative;
  overflow: visible;
}

.text-span-10 {
  color: #ffc700;
}

.phonespacer {
  height: 80px;
  display: none;
}

.nextproject {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #fff;
  margin-left: auto;
  padding: 0;
}

.nextprojectdiv {
  width: 50%;
  margin-top: 140px;
  margin-bottom: 140px;
  margin-left: auto;
}

.link-block {
  z-index: 5;
  width: 50%;
  color: #000;
  align-items: center;
  margin-top: 8vh;
  margin-bottom: 8vh;
  margin-left: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-12 {
  border-bottom: 1.5px solid #000;
  text-decoration: none;
  display: inline-block;
}

.text-block-13 {
  margin-left: 8px;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
}

.div-block-23 {
  padding-right: 20px;
}

.additionalworkheadline {
  margin-bottom: 60px;
}

.additionalworktext {
  margin-bottom: 30px;
}

.additionalworkblackcover {
  width: 100%;
  height: 100%;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-color: #414141;
  background-clip: border-box;
  justify-content: space-between;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.additionalworkdiv {
  width: 100%;
  object-fit: scale-down;
  position: relative;
  overflow: hidden;
}

.bigimagephone {
  width: 100%;
  flex: 1;
  display: none;
}

.bigimagephoneheadline {
  width: 50%;
  margin-left: auto;
  display: none;
}

.div-block-24 {
  display: block;
}

.bigimagedesktopheadline {
  width: 50%;
  margin-bottom: 20px;
  margin-left: auto;
}

.bigimagedesktop {
  width: 100%;
}

.nextprojectwhite {
  z-index: 5;
  width: 50%;
  color: #fff;
  margin-top: 8vh;
  margin-bottom: 8vh;
  margin-left: auto;
  display: block;
  position: relative;
}

.text-block-14 {
  border-bottom: 1.5px solid #fff;
  display: inline-block;
}

.text-block-15 {
  margin-left: 8px;
  display: inline-block;
}

.div-block-25 {
  height: 30vh;
}

.div-block-26 {
  height: 25vh;
}

.mainhome {
  z-index: 2;
  width: 1400px;
  max-width: 100%;
  color: #000;
  object-fit: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-block-16 {
  width: 50%;
  margin-left: auto;
}

.link-2 {
  color: gray;
  border-bottom: 1.5px solid #000;
  text-decoration: none;
}

.div-block-27 {
  width: 50%;
  margin-top: 24vh;
  margin-bottom: 4vh;
  margin-left: auto;
}

.div-block-28 {
  height: 12vh;
}

.projectdescription {
  height: 48px;
  color: gray;
  margin-bottom: 12px;
}

.text-span-11 {
  color: gray;
}

.div-block-29 {
  width: 50%;
  margin-left: auto;
}

.div-block-30 {
  height: 10px;
}

.hiddenproject {
  padding-right: 10px;
  text-decoration: none;
}

.projecthiddendescription {
  z-index: 3;
  height: 48px;
  opacity: 0;
  color: #fff;
  margin-bottom: 12px;
  padding-top: 20px;
  padding-left: 4px;
  position: absolute;
}

.div-block-31 {
  height: 6vh;
}

.awardlogos {
  width: 50%;
  flex: 1;
  justify-content: flex-start;
  padding-right: 16px;
  display: flex;
}

.awarddescription {
  width: 50%;
}

.link-block-2 {
  display: block;
}

.bullet-points-trigger {
  height: 350vh;
}

.text-span-12 {
  color: #34c759;
}

.text-block-17 {
  width: 50%;
  margin-bottom: 20px;
  margin-left: auto;
}

.text-span-13 {
  color: #34c759;
}

.image-14 {
  max-width: 1000px;
  margin-top: 25vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-15 {
  max-width: 1000px;
  margin-top: 12vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-14 {
  color: #fe8300;
}

.text-block-18 {
  width: 50%;
  margin-bottom: 20px;
  margin-left: auto;
}

.beginningwithvideo {
  z-index: 4;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  padding-top: 1vh;
  padding-bottom: 1vh;
  display: flex;
  position: relative;
}

.beginningvideo {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  left: auto;
  right: auto;
}

.beginningplay {
  z-index: 6;
  width: 100vw;
  height: 100vh;
  object-fit: scale-down;
  margin: auto auto auto 0;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-13-copy {
  max-width: none;
}

.image-16 {
  max-height: 200px;
  max-width: 25%;
  object-fit: contain;
  display: block;
}

.projectimagewide {
  width: 100%;
  height: 50%;
  max-width: 100%;
  filter: brightness(50%) saturate(0%);
  background-image: url('../images/anticipate-title-image.webp');
  background-position: 0 0;
  background-size: auto;
}

.link-block-3 {
  padding-right: 10px;
}

.div-block-32 {
  width: 100%;
  height: 514px;
  background-image: url('../images/Frame-158.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.anticipatetitle {
  width: 100%;
  height: 541px;
  filter: saturate(0%) brightness(50%);
  object-fit: cover;
}

.right-side-awards {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: 140px 140px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  padding-right: 10px;
  display: grid;
}

.award1 {
  background-image: url('../images/Logo_iF-DESIGN-STUDENT-AWARD-2023_RGB.JPG.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.award2, .award3, .award4 {
  background-image: url('../images/runner_up.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.award5 {
  background-image: url('../images/UX_Design_Awards_2023_Logo_RGB2x.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.award6 {
  background-image: url('../images/UX_Design_Awards_2023_Logo_RGB2x_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.award7 {
  background-image: url('../images/Winner_GCA_vertical_RGB.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.award8 {
  background-image: url('../images/BraunPrize2021_Logo-300x116.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1920px) {
  .nav-container {
    max-width: 1400px;
  }

  .main {
    margin-top: 60px;
  }

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

  .h3.scroll-text {
    width: 100%;
    justify-content: flex-start;
  }

  .three-pictures-trigger {
    height: 200vh;
  }

  .h3-2 {
    align-self: flex-start;
  }

  .h3-2.scroll-text {
    width: 100%;
    justify-content: flex-start;
  }

  .h3-3 {
    align-self: flex-start;
  }

  .h3-3.scroll-text {
    width: 100%;
    justify-content: flex-start;
  }

  .fixed-div {
    left: auto;
    right: auto;
  }

  .maincurt {
    margin-top: 60px;
  }

  .mainpolice {
    color: #fcfcfc;
    margin-top: 60px;
  }

  .mainhome {
    margin-top: 60px;
  }

  .right-side-awards {
    grid-auto-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  .nav-container {
    max-width: 100%;
    justify-content: flex-start;
  }

  .main {
    max-width: 100%;
  }

  .subtitle-animation {
    font-size: 28px;
    line-height: 32px;
  }

  .full-screen-animation {
    max-width: 100%;
  }

  .welcometext {
    width: 100%;
  }

  .projectcontainer {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .beginningtext {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .beginning {
    width: 50%;
  }

  .scrolltextfixedright {
    height: 45vh;
    align-self: flex-end;
  }

  .image-right {
    align-self: flex-start;
  }

  ._50-title-div {
    height: 50vh;
  }

  ._50-div {
    height: 45vh;
    align-self: flex-end;
  }

  .project {
    padding-right: 0;
  }

  .projectimage {
    filter: none;
  }

  .maincurt {
    max-width: 100%;
  }

  .awardgrid {
    grid-template: "." 200px
                   "." 200px
                   / auto;
  }

  .image-11 {
    width: 100%;
  }

  .image-12, .image-13 {
    margin-left: auto;
    margin-right: auto;
  }

  .mainpolice {
    max-width: 100%;
  }

  .additionalworkblackcover {
    display: none;
  }

  .mainhome {
    max-width: 100%;
  }

  .hiddenproject {
    padding-right: 0;
  }

  .image-13-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .projectimagewide {
    filter: none;
  }

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

  .anticipatetitle {
    height: auto;
    filter: none;
  }

  .right-side-awards {
    grid-column-gap: 32px;
    grid-row-gap: 48px;
  }
}

@media screen and (max-width: 767px) {
  .lottie-animation {
    z-index: 3;
    position: static;
  }

  .subtitle-animation {
    font-size: 24px;
    line-height: 26px;
  }

  .h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .experience {
    margin-top: 140px;
  }

  .beginningtext {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 28px;
  }

  .beginning {
    width: 100%;
    text-align: center;
    align-self: center;
    align-items: center;
  }

  .h3-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .image-7, .image-6 {
    max-width: 65%;
  }

  .scrolltextfixed, .bullet-points {
    display: flex;
  }

  .h3-3 {
    font-size: 20px;
    line-height: 24px;
  }

  .fixed-div {
    display: flex;
  }

  .grid {
    grid-template-columns: 50% 50%;
  }

  .awardgrid {
    grid-template: "Area" 150px
                   "Area-2" 150px
                   / auto;
    justify-items: center;
  }

  .right-side-awards {
    grid-column-gap: 16px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    width: 100vw;
    max-width: 100%;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .nav-container {
    flex: 1;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .subtitle-animation {
    font-size: 18px;
    line-height: 20px;
  }

  .h3.scroll-text {
    order: 1;
    margin-top: 20px;
  }

  .point {
    margin-bottom: 40px;
  }

  .list-left-side {
    width: 80%;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .experience {
    margin-top: 0;
  }

  .scrolltext {
    width: 100%;
    height: auto;
  }

  .scroll-title {
    width: 100%;
    align-self: flex-end;
  }

  .three-pictures-trigger {
    display: none;
  }

  .div-block-16 {
    width: auto;
    flex: 0 auto;
    justify-content: flex-end;
  }

  .div-block-18 {
    flex: 1;
    justify-content: flex-start;
  }

  .welcometext {
    padding-left: 10px;
    padding-right: 10px;
  }

  .projectcontainer {
    margin-bottom: 20vh;
  }

  .beginningshot {
    max-width: 100vw;
  }

  .beginningtext {
    text-shadow: 3px 3px 20px #000;
  }

  .beginning {
    left: auto;
    right: auto;
  }

  .timelinegrid {
    grid-template: "Area Area-2" 60px
                   "Area-3 Area-4"
                   "Area-5 Area-6" 60px
                   "Area-7 Area-8"
                   "Area-9 Area-10" 60px
                   "Area-11 Area-12"
                   / 20% 70%;
  }

  .circle {
    height: auto;
    max-height: 100%;
  }

  .section {
    margin-top: 8vh;
    margin-bottom: 8vh;
  }

  .textright {
    width: 80%;
  }

  .textright._100phone {
    width: 100%;
  }

  .video {
    margin-bottom: 4vh;
  }

  .forestsense-link-grid-empty {
    height: 100vh;
  }

  .h3-2.scroll-text {
    order: 1;
    margin-top: 20px;
  }

  .h3-2.description-text {
    z-index: 0;
    width: 95vw;
    order: 1;
    margin-top: 10px;
    padding-right: 0;
    position: relative;
  }

  .image-7 {
    max-width: 35vw;
    margin-right: 2vw;
  }

  .image-6 {
    max-width: 75%;
    margin-top: -10px;
    margin-right: -4vw;
  }

  .scrolltextfixed {
    width: 100%;
    max-width: none;
    margin-top: 40px;
    position: static;
  }

  .scrolltextfixedright {
    width: 100%;
    height: auto;
    max-width: none;
    margin-top: 80px;
  }

  .scrolltextfixedrightlottie {
    width: 100%;
    padding-right: 0;
  }

  .scrolltextdescription {
    width: 100%;
    order: 1;
    margin-top: 20px;
  }

  .scrolltextfixedrightimage {
    width: 100%;
    padding-right: 0;
  }

  .linediv {
    width: 60px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .persona-trigger {
    height: 500vh;
    display: none;
  }

  .persona-div {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 40px;
  }

  .persona-div.header {
    margin-bottom: 0;
    position: relative;
  }

  .bullet-points {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .h2 {
    order: -1;
  }

  .h2.bullet-point {
    z-index: 1;
    width: 100%;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
    position: relative;
  }

  .h1 {
    margin-bottom: 2vh;
  }

  .h1._50 {
    z-index: 1;
    width: 100%;
    margin-bottom: 40px;
  }

  .biglottieanimation {
    display: block;
  }

  .biglottieanimation._150 {
    width: 150%;
    flex: none;
    justify-content: center;
  }

  .biglottieanimation.phonehidden {
    display: none;
  }

  .text-div {
    width: 100%;
    height: auto;
  }

  .h3-3.scroll-text {
    order: 1;
    margin-top: 20px;
  }

  .h3-3.scroll-text.grey {
    order: 1;
    margin-top: 10px;
  }

  .h3-3.tag {
    margin-right: 15px;
    padding: 2px 15px;
    font-size: 18px;
  }

  .fixed-div {
    width: 100%;
    max-width: none;
    position: static;
  }

  ._50-title-div {
    width: 100%;
    height: auto;
    max-width: none;
    align-items: flex-end;
    margin-left: auto;
  }

  .left-side-tags {
    order: 1;
    margin-bottom: 60px;
  }

  .h2-2 {
    margin-bottom: 20px;
  }

  .scroll-title-fixed {
    width: 80%;
    justify-content: flex-end;
    margin-right: 0;
    position: static;
  }

  ._50-div {
    width: 100%;
    height: auto;
    max-width: none;
    margin-top: 80px;
  }

  ._50-div.insight {
    margin-top: 10px;
  }

  .h1-2 {
    margin-bottom: 60px;
  }

  .grid {
    grid-template: "Area-2"
                   "Area"
                   "Area-4"
                   "Area-3"
                   "Area-6"
                   "Area-5"
                   / 99%;
  }

  .leftside {
    width: 100%;
    padding-right: 0;
  }

  .rightside {
    width: 80%;
  }

  .grid2 {
    grid-template: "Area"
                   "Area-2"
                   / 100%;
  }

  .project {
    margin-top: 20px;
  }

  .link {
    order: 1;
  }

  .text-block-4 {
    display: none;
    position: relative;
    overflow: hidden;
  }

  .div-block-19 {
    width: auto;
    align-self: flex-start;
    display: inline-block;
  }

  .button {
    justify-content: flex-start;
    display: flex;
  }

  .grid-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .biglottieanimationphone {
    display: flex;
  }

  .awardgrid {
    grid-template-rows: 125px 125px;
  }

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

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

  .grid-7 {
    width: 100%;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .image-11 {
    width: 100%;
    object-fit: scale-down;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-21 {
    width: 100%;
    object-fit: contain;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    display: flex;
    overflow: hidden;
  }

  .section80 {
    max-width: 80%;
    margin-right: 0;
  }

  .imagegrid {
    width: 100%;
    height: 100%;
  }

  .text-span-8 {
    color: #34c759;
  }

  .text-block-10 {
    width: 80%;
    margin-left: auto;
  }

  .text-span-9 {
    color: #5792f7;
  }

  .welcomediv {
    padding-left: 0;
    padding-right: 0;
  }

  .phonespacer {
    display: flex;
  }

  .nextprojectdiv {
    width: 80%;
  }

  .link-block {
    width: 50%;
  }

  .div-block-23 {
    padding-right: 0;
  }

  .additionalworkblackcover {
    display: none;
  }

  .bigimagephone {
    display: block;
  }

  .bigimagephoneheadline {
    width: 80%;
    margin-bottom: 20px;
    display: block;
  }

  .bigimagephoneheadlinediv {
    flex-direction: column;
    display: block;
  }

  .bigimagedesktopheadline, .bigimagedesktop {
    display: none;
  }

  .div-block-29 {
    width: auto;
    flex-direction: column;
    margin-left: auto;
    display: flex;
  }

  .hiddenproject {
    margin-top: 20px;
  }

  .bullet-points-trigger {
    display: none;
  }

  .text-block-17, .text-block-18 {
    width: 80%;
  }

  .right-side-awards {
    grid-column-gap: 8px;
    grid-template-rows: 80px 80px;
    grid-template-columns: auto auto auto auto;
    padding-right: 0;
  }
}

#w-node-_6fccf6ae-477c-72e5-4b88-7d1f4ccd402c-6c04293a, #w-node-_45717f0d-0806-391b-0647-ab85e7c44ac5-6c04293a, #w-node-_96f2b883-06a3-8090-f482-b43d27857a52-6c04293a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e51e8166-9464-3638-0af1-ebe6f929f3b1-c4417b9a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2198d2aa-0b77-894e-45c6-e573f70c5cb1-f70c5cb1, #w-node-fab57e0a-6bbc-1d6d-a25a-33ea39435ebc-39435ebc, #w-node-_81b55ab0-e780-c334-4b5e-415ec0835014-12552a67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9730d8f5-26b9-6b8b-052a-8b6105f9c87b-05f9c879 {
  grid-area: Area-6;
}

#w-node-_9730d8f5-26b9-6b8b-052a-8b6105f9c87d-05f9c879 {
  grid-area: Area-5;
  align-self: start;
  justify-self: end;
}

#w-node-_9730d8f5-26b9-6b8b-052a-8b6105f9c87e-05f9c879 {
  grid-area: Area-3;
  align-self: start;
  justify-self: end;
}

#w-node-_9730d8f5-26b9-6b8b-052a-8b6105f9c87f-05f9c879 {
  grid-area: Area-4;
}

#w-node-_9730d8f5-26b9-6b8b-052a-8b6105f9c886-05f9c879 {
  grid-area: Area-2;
}

#w-node-_9f9b8e0a-7c70-d3ad-2b6a-ed3f6d0a7a8a-6d0a7a89 {
  grid-area: Area-2;
  align-self: center;
}

#w-node-_9f9b8e0a-7c70-d3ad-2b6a-ed3f6d0a7a8c-6d0a7a89 {
  grid-area: Area-6;
  align-self: center;
}

#w-node-_9f9b8e0a-7c70-d3ad-2b6a-ed3f6d0a7a8e-6d0a7a89 {
  grid-area: Area-10;
  align-self: center;
}

#w-node-_3d9e5ea5-cf46-9065-750c-4082ab42f7f1-6d0a7a89 {
  grid-area: Area-7;
  justify-self: end;
}

#w-node-_9f9b8e0a-7c70-d3ad-2b6a-ed3f6d0a7a90-6d0a7a89 {
  grid-area: Area-7;
  justify-self: center;
}

#w-node-fd9e1eec-475e-5b26-d5ca-1973dacb1126-6d0a7a89 {
  grid-area: Area-3;
  justify-self: end;
}

#w-node-fd9e1eec-475e-5b26-d5ca-1973dacb1127-6d0a7a89 {
  grid-area: Area-7;
  justify-self: center;
}

#w-node-_9f9b8e0a-7c70-d3ad-2b6a-ed3f6d0a7a92-6d0a7a89 {
  grid-area: Area;
  justify-self: end;
}

#w-node-_9f9b8e0a-7c70-d3ad-2b6a-ed3f6d0a7a93-6d0a7a89 {
  grid-area: Area-12;
}

#w-node-_9f9b8e0a-7c70-d3ad-2b6a-ed3f6d0a7a99-6d0a7a89 {
  grid-area: Area-9;
  justify-self: end;
}

#w-node-_9f9b8e0a-7c70-d3ad-2b6a-ed3f6d0a7a9a-6d0a7a89 {
  grid-area: Area-8;
}

#w-node-_9f9b8e0a-7c70-d3ad-2b6a-ed3f6d0a7aa0-6d0a7a89 {
  grid-area: Area-5;
  justify-self: end;
}

#w-node-_9f9b8e0a-7c70-d3ad-2b6a-ed3f6d0a7aa1-6d0a7a89 {
  grid-area: Area-4;
}

#w-node-_2fc60328-1acc-06a7-4c60-d7209510719c-9510719a {
  justify-self: end;
}

#w-node-_2fc60328-1acc-06a7-4c60-d7209510719d-9510719a {
  justify-self: start;
}

#w-node-c6a69ded-edf3-2699-5aec-77b49034cd5e-9510719a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_54596ea3-b746-d18b-34c0-90d4967e566e-d41d7ea5 {
  grid-area: Area;
  align-self: auto;
  justify-self: auto;
}

#w-node-_54596ea3-b746-d18b-34c0-90d4967e567e-d41d7ea5 {
  grid-area: Area-2;
}

#w-node-b7d7fece-be70-69b5-fb8d-343f9608f76b-d3b729cb {
  grid-area: Area;
  justify-self: end;
}

#w-node-_31688e4b-cd54-0b36-7443-7043f2022048-d3b729cb {
  grid-area: Area-2;
  justify-self: start;
}

#w-node-_68ee1915-829d-a6d9-9f00-9f13475295f8-d3b729cb {
  grid-area: Area-3;
  justify-self: end;
}

#w-node-a1bc3f68-7c6e-9097-e4e2-47628254762c-d3b729cb {
  grid-area: Area-4;
  justify-self: start;
}

#w-node-f78fd3fa-fa6e-8335-6687-7192a9c7bcd3-d3b729cb {
  grid-area: Area-5;
  justify-self: end;
}

#w-node-_7579e637-0f45-55dd-3daf-e44c15df001f-d3b729cb {
  grid-area: Area-6;
  justify-self: start;
}

#w-node-d1a4680f-f679-261f-2a3f-c2fd804bf181-d3b729cb {
  grid-area: Area;
  justify-self: start;
}

#w-node-d1a4680f-f679-261f-2a3f-c2fd804bf183-d3b729cb {
  grid-area: Area-2;
  justify-self: start;
}

#w-node-ef43f377-ff70-0aad-7af3-4eabe63eece7-e49cacec, #w-node-ef43f377-ff70-0aad-7af3-4eabe63eecea-e49cacec, #w-node-ef43f377-ff70-0aad-7af3-4eabe63eeceb-e49cacec, #w-node-ef43f377-ff70-0aad-7af3-4eabe63eecec-e49cacec, #w-node-ef43f377-ff70-0aad-7af3-4eabe63eeced-e49cacec, #w-node-_6f342c48-d4ee-9031-b2ab-5eb6d88d51be-e49cacec, #w-node-_5eb4a8f1-c384-f891-19bd-7fa4f018f0a0-e49cacec, #w-node-c910947c-40ce-6464-170d-14f4085ab75f-f77a98ff, #w-node-d24a7fb6-bea1-d300-8cf5-e2c538d977c6-f77a98ff, #w-node-ba594f6e-3793-7af9-98f6-4840b5ee7b03-f77a98ff, #w-node-ff093d23-4777-6bbc-1bdf-23b4c930ed5d-f77a98ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_6fccf6ae-477c-72e5-4b88-7d1f4ccd402c-6c04293a, #w-node-_58243c8a-e042-5626-7143-8271a714fd2b-6c04293a, #w-node-cc8215a2-a439-2d05-bd7c-3fb5020e4272-6c04293a, #w-node-_9f6d6c66-4b2a-b3de-eae9-235ab88a8260-6c04293a, #w-node-b580af3d-5e3a-0bc4-8048-089e4630bf47-6c04293a, #w-node-_0d1ba706-4adc-c61a-c5b6-32acacd9c2f1-6c04293a, #w-node-f5f1cbd0-78a0-4e38-1d99-16e4c3a32917-6c04293a, #w-node-_52d88428-d463-45de-1c16-8a4fc50c8987-6c04293a, #w-node-_6b00db8a-5d7f-f6e4-88e9-1df6a968c7d2-6c04293a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e51e8166-9464-3638-0af1-ebe6f929f3b1-c4417b9a {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2fc60328-1acc-06a7-4c60-d7209510719d-9510719a {
    grid-area: Area-2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6fccf6ae-477c-72e5-4b88-7d1f4ccd402c-6c04293a, #w-node-_45717f0d-0806-391b-0647-ab85e7c44ac5-6c04293a, #w-node-_96f2b883-06a3-8090-f482-b43d27857a5e-6c04293a, #w-node-_96f2b883-06a3-8090-f482-b43d27857a52-6c04293a {
    justify-self: end;
  }

  #w-node-b7d7fece-be70-69b5-fb8d-343f9608f76b-d3b729cb {
    justify-self: start;
  }

  #w-node-_31688e4b-cd54-0b36-7443-7043f2022048-d3b729cb {
    justify-self: end;
  }

  #w-node-_68ee1915-829d-a6d9-9f00-9f13475295f8-d3b729cb {
    justify-self: start;
  }

  #w-node-a1bc3f68-7c6e-9097-e4e2-47628254762c-d3b729cb {
    justify-self: end;
  }

  #w-node-f78fd3fa-fa6e-8335-6687-7192a9c7bcd3-d3b729cb {
    grid-area: Area-5;
    justify-self: start;
  }

  #w-node-_7579e637-0f45-55dd-3daf-e44c15df001f-d3b729cb {
    justify-self: end;
  }
}


