.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: 'Work Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 56px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: -0.25px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

p {
  margin-bottom: 16px;
  font-family: 'EB Garamond', sans-serif;
  font-weight: 500;
}

a {
  color: #000;
  line-height: 28px;
  text-decoration: underline;
}

li {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 500;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.navlink {
  margin-top: 5px;
  font-weight: 500;
  text-transform: uppercase;
}

.navlink:hover {
  font-weight: 700;
}

.navlink.w--current {
  color: #000;
  font-weight: 700;
}

.navlogo {
  max-width: 10ch;
  margin-top: 21px;
  font-family: Raleway, sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}

.navbarwhitetransparent {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  height: 120px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.containerdefault {
  display: block;
  max-width: 936px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.navmenus {
  display: block;
  margin-top: 22px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textbig {
  margin-bottom: 24px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  white-space: normal;
}

.wrapperherotext {
  position: relative;
  margin-top: 120px;
  margin-left: -64px;
}

.buttonsall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  min-width: 360px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.buttonsall:hover {
  background-color: #222;
  color: #fff;
}

.buttonsall.buttonsplashpage {
  margin-top: 160px;
}

.buttonsall.buttonsplashpage:hover {
  color: #fff;
}

.imagesplash {
  width: 560px;
  margin-left: -40px;
}

.wrapperbuttonsright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sectionloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 95;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}

.flexfullvertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
}

.loadingbarempty {
  width: 480px;
  height: 16px;
  background-color: #000;
}

.text-block {
  margin-top: 32px;
  margin-bottom: 27px;
  font-weight: 700;
  text-align: center;
}

.loadingbaryellow {
  width: 30px;
  height: 100%;
  background-color: #ffcf37;
}

.wrapperloadingbar {
  margin-top: 120px;
}

.sectionmapviewdesktop {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 2500vh;
}

.wrappermapdesktop {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75%;
  max-height: 720px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.mapstories {
  position: relative;
  display: inline-block;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mapbackground {
  height: 100%;
}

.mapbackground.last {
  width: 100%;
}

.div-block {
  position: absolute;
  left: 48px;
  top: 80px;
  width: 200px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.wrappermapend {
  position: absolute;
  left: 85%;
  top: 20%;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.floatingpopups {
  position: absolute;
  left: 1%;
  top: 1%;
  max-width: 480px;
  padding: 32px;
  border: 3px solid #000;
  background-color: #fff;
  box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.25);
}

.floatingpopups._1a {
  left: 20%;
  top: 20%;
}

.floatingpopups._1b {
  left: 51%;
  top: 20%;
}

.floatingpopups._1c {
  left: 84%;
  top: 13%;
}

.floatingpopups._2a {
  left: 28%;
  top: 10%;
}

.floatingpopups._2b {
  left: 65%;
  top: 25%;
}

.floatingpopups._3a {
  left: 11%;
  top: 10%;
}

.floatingpopups._3b {
  left: 28%;
  top: 20%;
}

.floatingpopups._3c {
  left: 70%;
  top: 30%;
}

.floatingpopups._4a {
  left: 22%;
  top: 15%;
}

.floatingpopups._4b {
  left: 50%;
  top: 20%;
}

.floatingpopups._5a {
  left: 25%;
  top: 12%;
}

.floatingpopups._5b {
  left: 64%;
  top: 20%;
}

.floatingpopups._6a {
  left: 2%;
  top: 20%;
}

.floatingpopups._6b {
  left: 18%;
  top: 30%;
}

.floatingpopups._6c {
  left: 65%;
  top: 40%;
}

.floatingpopups._6d {
  left: 89%;
  top: 25%;
}

.floatingpopups._7a {
  left: 37%;
  top: 20%;
}

.floatingpopups._7b {
  left: 81%;
  top: 20%;
}

.floatingpopups._8a {
  left: 40%;
  top: 20%;
}

.floatingpopups._8b {
  left: 75%;
  top: 20%;
}

.floatingpopups._9a {
  left: 0%;
  top: 15%;
}

.floatingpopups._9b {
  left: 20%;
  top: 15%;
}

.floatingpopups._9c {
  left: 50%;
  top: 10%;
}

.texttitlepopup {
  margin-bottom: 24px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.illustrations {
  position: absolute;
  left: 1%;
  height: 100%;
  max-width: 500vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.illustrations._1a {
  left: 58%;
}

.illustrations._2a {
  left: 30%;
}

.illustrations._2b {
  left: 81%;
}

.illustrations._3a {
  left: 12%;
}

.illustrations._3b {
  left: 51%;
}

.illustrations._4a {
  left: 23%;
  top: 0px;
  bottom: 0px;
}

.illustrations._5a {
  left: 23%;
}

.illustrations._7a {
  left: 25%;
}

.illustrations._9 {
  left: 0%;
}

.illustrations._8 {
  left: 22%;
}

.linkslightbox {
  position: relative;
  right: 0px;
  bottom: 0px;
  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;
  border-style: none;
  border-width: 2px 2px 1px;
  border-color: #000;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: underline;
  text-transform: uppercase;
}

.linkslightbox:hover {
  font-weight: 900;
}

.textbuttons {
  display: inline-block;
  margin-top: -2px;
  line-height: 48px;
}

.iconarrowright {
  position: static;
  overflow: visible;
  width: 64px;
  height: 16px;
  margin-top: -4px;
  margin-left: 16px;
  -o-object-fit: fill;
  object-fit: fill;
}

.iconarrowright:hover {
  color: #fff;
}

.linkslightboxes {
  display: inline-block;
}

.wrappermapmobile {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100vw;
  height: 720px;
  max-height: 75vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
}

.sectionmapviewmobile {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 75vh;
}

.gridsplashscreen {
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 4fr 8fr;
  grid-template-columns: 4fr 8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.textbigger {
  max-width: 70ch;
  margin-bottom: 24px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 50px;
  line-height: 64px;
  font-weight: 500;
  white-space: normal;
}

.textbigger.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
}

.sectionaboutus.first {
  margin-top: 120px;
}

.sectionaboutus.first.sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
}

.iconscroll {
  width: 48px;
}

.iconscroll.mobile {
  display: none;
}

.menuhamburger {
  padding: 12px;
}

.nomargin {
  margin-bottom: 0px;
}

.textemphasispopup {
  margin-bottom: 24px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.textspecialtitlepopup {
  margin-bottom: 24px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
}

.textspecialtitlepopup.nomargin {
  margin-bottom: 0px;
}

.imagedrawings {
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.iconarrowleft {
  position: static;
  overflow: visible;
  width: 64px;
  height: 16px;
  margin-top: -4px;
  margin-right: 16px;
  -o-object-fit: fill;
  object-fit: fill;
}

.iconarrowleft:hover {
  color: #fff;
}

.wrapperdrawings {
  position: absolute;
  left: 24%;
  top: 10%;
  display: -ms-grid;
  display: grid;
  width: 40%;
  height: 80%;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.seperator {
  height: 2px;
  margin-top: 120px;
  margin-bottom: 120px;
  border-style: solid none none;
  border-width: 2px 1px 1px;
  border-color: #000;
}

.textoverline {
  margin-bottom: 36px;
  font-size: 24px;
  line-height: 64px;
  font-weight: 700;
  text-transform: uppercase;
}

.gridimagesaboutus {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: 120px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.textoverlinesingleline {
  margin-top: 48px;
  margin-bottom: -16px;
  font-size: 24px;
  line-height: 64px;
  font-weight: 700;
  text-transform: uppercase;
}

.imagepartnerlogos {
  height: 160px;
  margin-right: 24px;
}

.paragraphs {
  margin-bottom: 24px;
  font-family: 'EB Garamond', sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  white-space: normal;
}

.paragraphs.extraspace {
  margin-bottom: 64px;
}

.blanklast {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 100%;
  height: 75%;
  max-height: 720px;
  background-image: url('../images/frame-33.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.buttonform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.buttonform:hover {
  background-color: #222;
  color: #fff;
}

.buttonform.buttonsplashpage {
  margin-top: 160px;
}

.buttonform.buttonsplashpage:hover {
  color: #fff;
}

.error-message {
  padding-left: 0px;
  background-color: #fff;
  color: #ff5959;
  font-weight: 500;
}

.wrapperstickyphotosonward {
  position: relative;
  height: 200%;
  margin-top: 120px;
  margin-bottom: 120px;
}

.wrappersticky {
  z-index: 2;
}

.wrapperstickypopover {
  position: relative;
  z-index: 10;
  padding-top: 80px;
  background-color: #fff;
}

.navbarwhitesolid {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  height: 120px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
  box-shadow: 0 0 8px 4px hsla(0, 0%, 53.3%, 0.1);
}

.formfields {
  border: 2px solid #000;
}

.formfields:hover {
  box-shadow: inset 0 0 4px 0 hsla(0, 0%, 53.3%, 0.1);
}

.formfields:focus {
  box-shadow: inset 0 0 8px 0 hsla(0, 0%, 53.3%, 0.1);
}

.fromlabels {
  margin-bottom: 4px;
}

.formsuccess {
  background-color: #000;
  color: #fff;
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  h4 {
    margin-top: 36px;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .containerdefault {
    max-width: 1176px;
  }

  .textbig {
    max-width: 80ch;
  }

  .wrapperherotext {
    margin-left: -80px;
  }

  .gridsplashscreen {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .body {
    background-color: #fff;
  }

  .wrapperdrawings {
    grid-row-gap: 24px;
  }

  .gridimagesaboutus {
    margin-top: 80px;
    margin-bottom: 80px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}

@media screen and (min-width: 1440px) {
  .containerdefault {
    max-width: 1320px;
  }

  .textbig {
    font-size: 20px;
    line-height: 28px;
  }

  .paragraphs {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 991px) {
  .containerdefault {
    max-width: 720px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .navmenus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }

  .wrapperherotext {
    margin-left: -32px;
  }

  .buttonsall {
    min-width: 320px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .buttonsall.buttonsplashpage {
    margin-top: 120px;
  }

  .imagesplash {
    margin-left: 0px;
  }

  .sectionmapviewdesktop {
    display: none;
  }

  .wrappermapend {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .illustrations {
    left: 45%;
    overflow: hidden;
  }

  .iconarrowright {
    margin-right: 16px;
  }

  .wrappermapmobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }

  .sectionmapviewmobile {
    display: block;
    height: 75vh;
  }

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

  .textbigger {
    font-size: 40px;
    line-height: 56px;
  }

  .sectionaboutus.first {
    margin-top: 80px;
  }

  .iconscroll.desktop {
    display: none;
  }

  .iconscroll.mobile {
    display: block;
  }

  .menuhamburger {
    margin-top: 36px;
    background-color: #fff;
  }

  .menuhamburger.w--open {
    background-color: #fff;
  }

  .imagedrawings {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .iconarrowleft {
    margin-right: 16px;
  }

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

  .gridimagesaboutus {
    margin-top: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .buttonform {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .buttonform.buttonsplashpage {
    margin-top: 120px;
  }

  .wrapperstickyphotosonward {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .wrapperstickypopover {
    padding-top: 64px;
  }

  .formfields:focus {
    box-shadow: inset 0 0 4px 0 hsla(0, 0%, 53.3%, 0.1);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 48px;
  }

  .navlink {
    text-align: center;
  }

  .navlogo {
    max-width: 16ch;
    margin-top: 22px;
    font-size: 20px;
    line-height: 24px;
  }

  .navbarwhitetransparent {
    height: 64px;
  }

  .containerdefault {
    padding-right: 16px;
    padding-left: 16px;
  }

  .textbig {
    font-size: 20px;
    line-height: 28px;
  }

  .wrapperherotext {
    margin-top: 0px;
    margin-left: 0px;
  }

  .buttonsall.buttonsplashpage {
    margin-top: 0px;
  }

  .imagesplash {
    display: block;
  }

  .sectionmapviewdesktop {
    height: 825vw;
  }

  .wrappermapdesktop {
    width: 825vw;
    height: 320px;
  }

  .floatingpopups._9c {
    top: 0%;
  }

  .textbuttons {
    font-size: 16px;
  }

  .iconarrowright {
    width: 64px;
    margin-top: -9px;
  }

  .gridsplashscreen {
    min-width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .textbigger {
    font-size: 30px;
    line-height: 44px;
  }

  .menuhamburger {
    margin-top: 8px;
    padding: 12px;
  }

  .iconarrowleft {
    width: 64px;
    margin-top: -9px;
  }

  .wrapperdrawings {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .seperator {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .textoverline {
    margin-bottom: 24px;
  }

  .gridimagesaboutus {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .paragraphs {
    font-size: 20px;
    line-height: 28px;
  }

  .buttonform.buttonsplashpage {
    margin-top: 0px;
  }

  .navbarwhitesolid {
    height: 64px;
  }
}

@media screen and (max-width: 479px) {
  .navlogo {
    margin-top: 22px;
  }

  .containerdefault {
    padding-right: 16px;
    padding-left: 16px;
  }

  .imagesplash {
    width: auto;
    height: 240px;
  }

  .loadingbarempty {
    width: 300px;
  }

  .sectionmapviewdesktop {
    height: 775vw;
  }

  .wrappermapdesktop {
    width: 775vw;
    height: 80vh;
  }

  .iconarrowright {
    margin-right: 0px;
    margin-left: 8px;
  }

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

  .iconarrowleft {
    margin-right: 8px;
  }

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

