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

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  cursor: auto;
  overflow-x: hidden;
  scrollbar-width: thin !important;
  scrollbar-color: #67606c #dbd8d1 !important;
}

::-webkit-scrollbar {
  width: 0px;
}

a {
  text-decoration: underline;
}

.section {
  height: 72px;
}

.section.nav {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body {
  overflow: hidden;
  /* overflow-y: scroll; */
  height: auto;
  background-color: #f4f2f1;
  background-image: url("../images/Frame-33784.png");
  background-position: 0% 0%;
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  cursor: auto;
  -o-object-fit: none;
  object-fit: none;
  /* 
  scrollbar-width: thin;
  scrollbar-color: #67606c #dbd8d1; */
}

/* .body::-webkit-scrollbar {
  width: 0px;
} */

.marqueebg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -10;
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  max-width: none;
  cursor: none;
  -o-object-fit: none;
  object-fit: none;
}

.image {
  overflow: hidden;
  height: 100vh;
  max-width: none;
  opacity: 0.3;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-2 {
  padding-left: 70px;
}

.text-block {
  color: #67606c;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navtext {
  padding-left: 12px;
  font-family: Lato, sans-serif;
  color: #67606c;
  font-size: 18px;
  line-height: 150%;
  text-align: left;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-button {
  padding: 19px 0px 20px;
}

.nav-link {
  font-family: Lato, sans-serif;
}

.nav-link.navtext {
  padding-top: 19px;
  padding-left: 20px;
  opacity: 1;
}

.nav-link.navtext.w--current {
  color: #67606c;
  text-decoration: none;
}

.navbar {
  z-index: 1000;
  width: 100vw;
  background-color: transparent;
  cursor: auto;
}

.navbar.greytext {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  color: #67606c;
}

.navbar.greytext.projnav {
  background-color: #f4f2f1;
}

.image-3 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  overflow: visible;
  width: auto;
  height: 100vh;
  max-width: none;
  min-width: 100%;
  opacity: 0.5;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -o-object-fit: none;
  object-fit: none;
}

.image-4 {
  width: 100vw;
  height: 100vh;
}

.noise {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -9;
}

.container {
  position: relative;
  display: block;
  min-width: 90vw;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.section-2 {
  width: 100vw;
  height: 2px;
  background-color: #dbd8d1;
  opacity: 0.75;
}

.sectionwrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: auto;
  margin-top: 164px;
  margin-right: 5vw;
  margin-left: 5vw;
}

.sectionwrapper.secondlanding {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 130px;
  -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;
}

.sectionwrapper.landingmb {
  position: relative;
  top: -3.8vw;
  right: 0%;
  bottom: auto;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-top: 20vh;
  margin-right: 5vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  float: none;
}

.image-6 {
  position: relative;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  max-width: 1158px;
}

.image-7 {
  position: absolute;
  left: 1.5%;
  top: auto;
  right: auto;
  bottom: 19%;
  z-index: auto;
  max-height: none;
  max-width: 10vw;
}

.image-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  width: 100%;
  max-width: 1158px;
}

.cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
  width: auto;
  height: auto;
  -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;
}

.image-9 {
  color: #1e1e1e;
}

.cursor {
  position: relative;
  z-index: 1000;
  width: 32px;
  height: 32px;
  border-style: solid;
  border-width: 0.05em;
  border-color: #1e1e1e;
  border-radius: 100%;
}

.cursorbg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.cursor-2 {
  position: relative;
  z-index: -1;
  opacity: 0.75;
}

.text-block-2 {
  font-family: Lato, sans-serif;
  color: #67606c;
  font-size: 20px;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.image-10 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  max-width: none;
  margin-left: -146px;
}

.landingbutton {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  margin-right: 8px;
  margin-left: -47px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: "Playfair Display", sans-serif;
  color: #67606c;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.07em;
  text-decoration: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-block-3 {
  margin-top: -3px;
  font-family: Lato, sans-serif;
  color: #67606c;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.05em;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-3 {
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.image-11 {
  margin-left: 7px;
  opacity: 0;
}

.image-12 {
  margin-left: -14px;
  padding-left: 0px;
}

.arrowland {
  width: 16.26px;
  height: 21.04px;
  background-image: url("../images/arrow.svg");
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.image-13 {
  margin-left: 1px;
  opacity: 0;
}

.text-block-4 {
  position: relative;
  display: inline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Lato, sans-serif;
  color: #67606c;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.05em;
}

.image-14 {
  margin-right: 0px;
  margin-left: 0px;
}

.div-block {
  position: relative;
  top: -167px;
  z-index: -1;
  display: none;
  width: 332px;
  margin-right: auto;
  margin-left: auto;
}

.button-2 {
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #67606c;
  border-radius: 5px;
  background-color: transparent;
}

.button-2.landingbutton.landingbuttonsmall {
  margin-right: 0px;
  margin-left: 0%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-width: 0px;
  border-color: #1e1e1e;

  font-size: 20px;
  font-style: italic;
}

.div-block-2 {
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  margin-top: 0px;
  margin-left: 0px;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #67606c;
  border-radius: 5px;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.body-2 {
  overflow: visible;
  background-color: #f4f2f1;
  cursor: auto;
}

.section-about {
  position: absolute;
  top: 25vh;
  right: 5vw;
  z-index: auto;
}

.image-15 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
}

.image-16 {
  position: relative;
  z-index: -5;
}

.image-17 {
  position: relative;
  right: 0px;
  z-index: 1;
  display: inline-block;
}

.grid {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 10vw;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-3 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: 5vw;
  margin-left: 5vw;
  padding-top: 120px;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  padding-bottom: 36px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.columns-2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-5 {
  font-family: Lato, sans-serif;
  color: #67606c;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-decoration: underline;
}

.outreachtext {
  font-family: Lato, sans-serif;
  color: #67606c;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.outreachtext.back {
  margin-bottom: 8px;
  text-decoration: underline;
}

.outreachtext.textoptions {
  font-family: "Playfair Display", sans-serif;
  font-size: 20px;
  letter-spacing: 0.07em;
}

.outreachtext.textoptions.w--current {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.image-18 {
  max-height: 50px;
}

.image-19 {
  max-height: 50px;
}

.image-20 {
  max-height: 50px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-21 {
  max-height: 50px;
}

.heading {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Playfair Display", sans-serif;
  font-size: 72px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: capitalize;
}

.paragraph {
  margin-bottom: 0px;
  padding-top: 36px;
  padding-bottom: 36px;
  font-family: Lato, sans-serif;
  color: #67606c;
  font-size: 20px;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.text-block-6 {
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #67606c;
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
}

.image-22 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: none;
  opacity: 0.5;
}

.div-block-4 {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 2px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.25fr 1fr 0.25fr 1fr 0.25fr 1fr;
  grid-template-columns: 1fr 0.25fr 1fr 0.25fr 1fr 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -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;
}

.div-block-6 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-7 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  max-height: none;
  -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-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-7.outreachtext {
  left: auto;
  top: auto;
  width: 90vw;
  height: auto;
  margin: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-8 {
  position: fixed;
  left: 0%;
  top: 68px;
  right: auto;
  bottom: auto;
  z-index: 103;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 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;
  background-color: transparent;
}

.div-block-9 {
  position: relative;
  width: 100vw;
  height: 1px;
  background-color: #dbd8d1;
}

.html-embed {
  cursor: none;
}

.div-block-10 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 102;
  width: 100vw;
  height: 68px;
  background-color: #f4f2f1;
}

.body-3 {
  overflow: visible;
  height: 100vh;
  background-color: #f4f2f1;
  -o-object-fit: none;
  object-fit: none;
}

.track {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 102;
  overflow: visible;
  height: 2600vw;
  margin-top: 102px;
  margin-left: 0px;
}

.camera {
  position: -webkit-sticky;
  position: sticky;
  top: 102px;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: calc(100vh - 102px);
}

.frame {
  position: absolute;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  /* width: 2800vw; */
  margin-left: 0px;
  -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;
  -webkit-transition: -webkit-transform 25ms ease;
  transition: -webkit-transform 25ms ease;
  transition: transform 25ms ease;
  transition: transform 25ms ease, -webkit-transform 25ms ease;
}

.item {
  position: relative;
  top: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65vw;
  margin-top: 50px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.item.mobile {
  display: block;
}

.photoframe {
  position: relative;
  z-index: 0;
  max-height: 30vw;
  max-width: 90vw;
  height: auto;
  width: auto;
  display: block;
  margin-bottom: 24px;
  padding-bottom: 0px;
  box-shadow: 0 0 0 -20px #dbd8d1, 0 2px 9px 0 #999;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.photoframe.mainphoto {
  max-height: 33vw;
  max-width: 50vw;
  height: auto;
  width: auto;
  display: block;
}

.text-block-7 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  font-family: "Playfair Display", sans-serif;
  color: #67606c;
  line-height: 21px;
}

.image-23 {
  position: absolute;
  margin-right: 0px;
}

.div-block-11 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 12px;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-12 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-13 {
  position: relative;
  width: 2px;
  height: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #dbd8d1;
  color: #dbd8d1;
}

.grid-2 {
  max-width: 512px;
  margin-left: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 8fr 4fr;
  grid-template-columns: 8fr 4fr;
  -ms-grid-rows: minmax(84px, 84fr) minmax(23px, 23fr);
  grid-template-rows: minmax(84px, 84fr) minmax(23px, 23fr);
}

.heading-2 {
  display: block;
  font-family: "Playfair Display", sans-serif;
  color: #1e1e1e;
  font-size: 28px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.05em;
}

.text-block-8 {
  font-family: Lato, sans-serif;
  color: #67606c;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 0.03em;
}

.link {
  font-family: Lato, sans-serif;
  color: #67606c;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 0.03em;
}

.div-block-14 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
}

.linevert {
  position: static;
  width: 2px;
  height: 100%;
  background-color: #565657;
}

.div-block-15 {
  position: -webkit-sticky;
  position: sticky;
  top: 5vh;
  height: auto;
  max-height: none;
  min-height: 80vh;
  min-width: 1px;
  margin-top: 5vh;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #dbd8d1;
}

.div-block-16 {
  position: relative;
  z-index: 0;
  overflow: visible;
}

.div-block-17 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 20vw;
  height: 20vw;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0.05;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrowlanding {
  width: 16px;
  height: 20px;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url("../images/arrow.svg");
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.arrowlanding:hover {
  background-image: url("../images/arrow.svg");
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-24 {
  max-width: 55vw;
  margin-right: 1vw;
  margin-left: -200px;
}

.div-block-18 {
  position: relative;
  margin-right: 0vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-19 {
  position: relative;
}

.div-block-20 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: none;
  width: 100vw;
  height: 68px;
  background-color: #f4f2f1;
}

.body-4 {
  overflow: visible;
  background-color: #f4f2f1;
}

.div-block-21 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  min-height: auto;
  margin-top: 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;
}

.div-block-22 {
  width: 1px;
  height: 100vh;
  background-color: #dbd8d1;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.div-block-24 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 34vw;
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding-right: 2vw;
  padding-left: 2vw;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-24.overlay {
  max-width: none;
}

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

.text-block-9 {
  width: 641px;
  max-width: 641px;
  font-family: Lato, sans-serif;
  color: #67606c;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
}

.text-block-9.maintext {
  margin-bottom: 16px;
  width: auto;
  font-size: 1.2em;
}

.link-2 {
  font-family: Lato, sans-serif;
  color: #67606c;
  font-weight: 300;
  letter-spacing: 0.03em;
}

.div-block-26 {
  width: 1px;
  height: auto;
  min-height: 70px;
  background-color: #dbd8d1;
}

.text-block-10 {
  max-width: none;
  margin-left: 12px;
  padding-left: 0px;
  font-family: "Playfair Display", sans-serif;
  color: #1e1e1e;
  font-size: 1.8em;
  line-height: 150%;
  letter-spacing: 0.05em;
}

.text-block-11 {
  position: relative;
  width: 31px;
  height: 21px;
  font-family: "Playfair Display", sans-serif;
  color: #1e1e1e;
  line-height: 150%;
  text-align: center;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  -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;
}

.image-25 {
  position: absolute;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.div-block-29 {
  display: block;
  max-height: 80vh;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-3 {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Lato, sans-serif;
  color: #67606c;
  line-height: 150%;
  font-weight: 300;
  letter-spacing: 0.03em;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 21px;
  height: 300px;
  -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;
}

.div-block-31 {
  width: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60vw;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.div-block-33 {
  position: -webkit-sticky;
  position: sticky;
  top: 5vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  max-width: 900px;
  margin-top: 5vh;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.smallphoto {
  max-height: 150px;
  max-width: 200px;
  padding-right: 16px;
  padding-left: 16px;
}

.div-block-34 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52vw;
  height: 100vh;
  max-width: 885px;
  -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;
  background-color: #f4f2f1;
}

.div-block-34.aboutsectiontext {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  max-width: 800px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-35 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 199;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  background-color: rgba(30, 30, 30, 0.85);
}

.text-block-12 {
  margin-bottom: 0px;
  font-family: "Playfair Display", sans-serif;
  color: #1e1e1e;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.05em;
}

.text-block-13 {
  margin-bottom: 48px;
  font-family: "Playfair Display", sans-serif;
  color: #1e1e1e;
  font-size: 32px;
  line-height: 150%;
  font-weight: 700;
}

.div-block-36 {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-width: 24px;
  margin-right: 0vw;
  margin-left: 0vw;
  -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;
}

.gayab {
  max-width: 24px;
  cursor: pointer;
}

.text-block-14 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: "Playfair Display", sans-serif;
  font-size: 24px;
}

.div-block-38 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-40 {
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
}

.div-block-41 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000000000000;
  display: none;
  -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: #dbd8d1;
}

.preloader-stuff {
  height: 3vh;
  max-height: none;
  max-width: none;
  opacity: 0.5;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  background-color: transparent;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-43 {
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-44 {
  position: relative;
  z-index: 104;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-45 {
  min-height: 1px;
  min-width: 100vw;
  margin-bottom: 5vh;
  background-color: #dbd8d1;
}

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

.field-label {
  font-family: Lato, sans-serif;
  color: #67606c;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.text-field {
  width: 565px;
  height: 100px;
  max-width: 871px;
  border-style: solid;
  border-width: 1px;
  border-color: #67606c;
  border-radius: 5px;
  background-color: transparent;
}

.text-field-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #67606c;
  border-radius: 5px;
  background-color: transparent;
  font-family: Lato, sans-serif;
}

.text-field-3 {
  border-style: solid;
  border-width: 1px;
  border-color: #67606c;
  border-radius: 5px;
  background-color: transparent;
}

.submit-button {
  margin-top: 22px;
  margin-bottom: 9px;
  border-style: solid;
  border-width: 1px;
  border-color: #67606c;
  border-radius: 5px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #67606c;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.form {
  margin-left: 3vw;
}

.textarea {
  width: 580px;
  max-height: 200px;
  max-width: 871px;
  min-height: 100px;
  min-width: 580px;
  border-style: solid;
  border-width: 1px;
  border-color: #67606c;
  border-radius: 5px;
  background-color: transparent;
  font-family: Lato, sans-serif;
}

.comment {
  margin-bottom: 20px;
  margin-left: 3vw;
}

.text-block-15 {
  margin-bottom: 4px;
  font-family: "Playfair Display", sans-serif;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 600;
}

.text-block-16 {
  max-width: 75vw;
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  color: #67606c;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 0.03em;
}

.div-block-47 {
  max-width: 90vw;
  min-height: 1px;
  min-width: auto;
  background-color: #dbd8d1;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 3vw;
  font-family: "Playfair Display", sans-serif;
  color: #1e1e1e;
  font-size: 1.8em;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.backsectionprojspecific {
  position: relative;
  margin-top: 68px;
}

.div-block-49 {
  position: fixed;
  width: 0px;
  height: 0px;
}

.html-embed-2 {
  position: relative;
  z-index: 104;
  display: block;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #dbd8d1;
}

.div-block-50 {
  position: static;
  z-index: 110;
}

@media screen and (min-width:767px){
  .image-26{
    max-width:150px;
    max-height: 150px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    cursor: auto;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-link.navtext {
    width: 100vw;
    border: 1px none #000;
    background-color: #dbd8d1;
  }

  .sectionwrapper {
    margin-top: 115px;
    margin-right: 5vw;
  }

  .sectionwrapper.secondlanding {
    z-index: auto;
    display: none;
    margin-top: 139px;
  }

  .sectionwrapper.landingmb {
    left: 0%;
    top: 45vw;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -210px;
    margin-left: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cursor-wrapper {
    display: none;
  }

  .cursorbg {
    display: none;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .image-10 {
    max-width: 90%;
    margin-right: 10px;
    margin-left: 25px;
    padding-left: 0px;
  }

  .landingbutton {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    cursor: auto;
  }

  .text-block-3 {
    margin-right: -39px;
    font-size: 16px;
  }

  .columns {
    margin-top: -8px;
  }

  .text-block-4 {
    display: block;
    text-align: center;
  }

  .div-block {
    display: block;
    margin-top: 105px;
  }

  .button-2.landingbutton.landingbuttonsmall {
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    border-width: 1px;
    cursor: pointer;
  }

  .div-block-2 {
    margin-top: -358px;
    margin-right: auto;
    margin-left: auto;
    border: none;
  }

  .body-2 {
    cursor: auto;
  }

  .image-17 {
    z-index: -2;
  }

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

  .section-3 {
    padding-top: 13vw;
  }

  .paragraph {
    padding-top: 36px;
  }

  .nav-menu {
    left: 0px;
    right: 0px;
    z-index: 1000;
    width: 100vw;
    background-color: #dbd8d1;
  }

  .image-22 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .div-block-8 {
    position: absolute;
    background-color: transparent;
  }

  .camera {
    position: absolute;
    top: 0px;
    overflow: visible;
  }

  .frame {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .item {
    position: relative;
    width: 90vw;
    padding-top: 20px;
    padding-bottom: 100px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .photoframe {
    max-height: 600px;
    max-width: 80vw;
    height: auto;
    width: auto;
    display: block;
  }

  .photoframe.mainphoto {
    max-height: 600px;
    max-width: 80vw;
    height: auto;
    width: auto;
    display: block;
  }

  .div-block-15 {
    display: none;
    min-height: 1px;
    min-width: 100vw;
  }

  .arrowlanding {
    display: none;
  }

  .div-block-18 {
    margin-right: 0px;
  }

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

  .div-block-21 {
    position: relative;
    flex-direction: column-reverse;
    width: 90vw;
    padding-top: 20px;
    padding-bottom: 100px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-22 {
    display: none;
    width: 100vw;
    height: 1px;
  }

  .div-block-24 {
    height: 70vh;
    max-width: 100vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-24.overlay {
    width: 96vw;
    height: 90vh;
    max-height: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-9 {
    width: auto;
    max-width: none;
  }

  .div-block-32 {
    max-width: 90vw;
  }

  .div-block-33 {
    position: relative;
    top: 0vh;
    width: 100vw;
    max-width: 100vw;
    margin-top: 0vh;
    align-self: center;
  }

  .div-block-34.aboutsectiontext {
    width: 100vw;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-37 {
    width: 96vw;
    height: 32px;
    max-width: none;
    margin-top: 2vh;
    margin-right: 2vw;
    margin-left: 2vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-27 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .navbar-2 {
    position: absolute;
  }

  .text-field {
    width: 80vw;
  }

  .text-block-16 {
    max-width: 90vw;
  }

  .div-block-47 {
    max-width: 90vw;
  }
}

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

  .menu-button {
    padding-right: 10px;
  }

  .sectionwrapper.secondlanding {
    display: none;
    overflow: visible;
  }

  .sectionwrapper.landingmb {
    top: 0vw;
    margin-top: 100px;
  }

  .text-block-4 {
    display: block;
    text-align: center;
  }

  .grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .section-3 {
    padding-top: 16vw;
  }

  .paragraph {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .nav-menu {
    min-height: 60px;
    background-color: #dbd8d1;
  }

  .div-block-7.outreachtext {
    z-index: 3;
  }

  .div-block-8 {
    z-index: 3;
  }

  .track {
    z-index: 3;
  }

  .photoframe {
    width: 90vw;
  }

  .heading-2 {
    font-size: 20px;
  }

  .div-block-18 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    white-space: normal;
  }

  .div-block-21 {
    margin-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-24 {
    margin-top: 2vh;
    margin-bottom: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-9 {
    font-size: 14px;
  }

  .text-block-9.maintext {
    font-size: 14px;
  }

  .link-2 {
    font-size: 12px;
  }

  .text-block-10 {
    font-size: 24px;
  }

  .div-block-29 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .smallphoto {
    min-height: 50px;
    min-width: 50px;
  }

  .image-26 {
    display: inline-block;
    /* min-width: 50px;
    min-height: 50px; */
    max-height: 100px;
    max-width: 100px;
    height: auto;
    width: auto;
  }

  .div-block-42 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field {
    width: 90vw;
  }

  .submit-button {
    margin-right: 20px;
  }

  .textarea {
    width: 90vw;
    max-height: 150px;
    max-width: 90vw;
    min-height: 150px;
    min-width: 90vw;
  }
}

@media screen and (max-width: 479px) {
  .navtext {
    display: none;
  }

  .menu-button {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-link.navtext {
    display: block;
    min-height: 60px;
  }

  .navbar {
    height: 30px;
  }

  .navbar.greytext {
    height: 64px;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .div-block {
    width: 256px;
    margin-top: 127px;
  }

  .div-block-2 {
    margin-top: -328px;
  }

  .grid {
    justify-items: center;
  }

  .section-3 {
    margin-right: auto;
    margin-left: 0px;
    padding-top: 25vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 16px;
    -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;
  }

  .heading {
    font-size: 36px;
  }

  .paragraph {
    font-size: 14px;
  }

  .image-22 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .div-block-4 {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .div-block-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-13 {
    width: 80vw;
    height: 2px;
  }

  .grid-2 {
    height: auto;
    -ms-grid-rows: minmax(60px, 60px) minmax(23px, 23fr);
    grid-template-rows: minmax(60px, 60px) minmax(23px, 23fr);
  }

  .heading-2 {
    margin-bottom: 0px;
    font-size: 16px;
  }

  .div-block-21 {
    margin-top: 20px;
  }

  .div-block-24 {
    height: auto;
    max-height: none;
    margin-top: 0vh;
  }

  .div-block-24.overlay {
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-block-9 {
    font-size: 12px;
  }

  .text-block-9.maintext {
    font-size: 14px;
  }

  .text-block-10 {
    font-size: 16px;
  }

  .smallphoto {
    min-width: 25px;
    min-height: 25px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .image-26 {
    display: inline-block;
    /* min-width: 50px;
    min-height: 50px; */
    max-height: 75px;
    max-width: 75px;
  }

  .div-block-34.aboutsectiontext {
    height: auto;
    min-height: 100vh;
  }

  .text-block-12 {
    font-size: 16px;
  }

  .text-block-13 {
    margin-bottom: 0px;
    font-size: 20px;
  }

  .image-27 {
    width: 5vw;
    max-width: none;
  }
}

#w-node-_058ab225-d68c-e8bf-d67c-087a18acb7de-a662d0d5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_058ab225-d68c-e8bf-d67c-087a18acb7e0-a662d0d5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_058ab225-d68c-e8bf-d67c-087a18acb7e2-a662d0d5 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b17b4006-7db4-395b-714f-b20a9ebf2fab-a662d0d5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-b17b4006-7db4-395b-714f-b20a9ebf2fad-a662d0d5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b17b4006-7db4-395b-714f-b20a9ebf2faf-a662d0d5 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f940dafc-d256-f028-05f8-4b2422ab9e1d-a662d0d5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-f940dafc-d256-f028-05f8-4b2422ab9e1f-a662d0d5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f940dafc-d256-f028-05f8-4b2422ab9e21-a662d0d5 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b92d0058-4af9-3ed2-c016-696f9515b603-a662d0d5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-b92d0058-4af9-3ed2-c016-696f9515b605-a662d0d5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b92d0058-4af9-3ed2-c016-696f9515b607-a662d0d5 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_54317533-0acd-6270-fa65-252e2f814619-a662d0d5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_54317533-0acd-6270-fa65-252e2f81461b-a662d0d5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_54317533-0acd-6270-fa65-252e2f81461d-a662d0d5 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
