:root {
  --grey: #f3f1f1;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.nav-link {
  color: #969696;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.nav-link:hover {
  color: #000;
}

.nav-link.w--current {
  color: #000;
  background-color: #d8d8d8;
}

.navbar {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.brand {
  margin-top: 10px;
  margin-bottom: 20px;
}

.nav-menu {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.div-block {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-2 {
  height: auto;
}

.image {
  margin-bottom: 30px;
}

.paragraph {
  text-align: center;
  margin-bottom: 30px;
  font-family: Georgia, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-block {
  text-align: center;
  letter-spacing: 2px;
  font-family: Catamaran, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-3 {
  width: 100%;
  height: 1.5px;
  background-color: #e7e6e6;
  margin-top: 10px;
  margin-bottom: 30px;
}

.div-block-4 {
  height: 50vh;
  margin-bottom: 20px;
}

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

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

.image-2 {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  background-image: url('../images/DSC7229.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-link._2 {
  background-image: url('../images/DSC_2121-min.webp');
}

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

.lightbox-link-2 {
  height: 100%;
  background-image: url('../images/DSC7228.webp');
  background-position: 50% 15%;
  background-size: cover;
  margin-bottom: 20px;
}

.lightbox-link-2.a1 {
  background-image: url('../images/DSC_2114-min.webp');
  background-position: 50% 65%;
}

.lightbox-link-2.a2 {
  background-image: url('../images/Screenshot-2024-02-28-alle-17.07.58-min.png');
  background-position: 50%;
}

.div-block-6 {
  height: 50vh;
  margin-bottom: 20px;
}

.image-3 {
  height: 100%;
  opacity: 0;
}

.div-block-7 {
  background-color: var(--grey);
  border-bottom: 1px solid #dad9d9;
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-2 {
  margin-bottom: 10px;
  font-family: Catamaran, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-2._2 {
  margin-bottom: 20px;
  font-size: 16px;
}

.text-block-2.rr {
  margin-top: 20px;
}

.text-block-3 {
  color: #868686;
  margin-bottom: 15px;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-block-3._6 {
  margin-bottom: 20px;
}

.div-block-8 {
  width: 25px;
  height: 25px;
  margin-right: 20px;
}

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

.image-4 {
  filter: grayscale();
}

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

.link {
  color: #646464;
  margin-bottom: 10px;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: #000;
}

.column-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-10 {
  background-color: var(--grey);
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-4 {
  color: #868686;
  font-family: Catamaran, sans-serif;
  font-weight: 300;
}

.link-2 {
  color: #333;
  cursor: pointer;
  text-decoration: none;
}

.link-3 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}

.subtitle {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #3bae5e;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 800;
  display: inline-block;
  position: relative;
}

.subtitle.white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.service-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-menu-list.white {
  width: 100%;
  border-top-color: rgba(255, 255, 255, .15);
  margin-left: 1px;
  margin-right: 1px;
}

.section-9 {
  padding-top: 147px;
  padding-bottom: 50px;
}

.text-block-125 {
  color: #000;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.stripe-wrapper {
  z-index: 5;
  width: 100vw;
  min-width: auto;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
}

.stripe-container {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  padding-bottom: 0;
  display: flex;
}

.body-display {
  color: #6e7488;
  font-size: 16px;
  line-height: 1.6em;
}

.body-display.white {
  color: rgba(255, 255, 255, .9);
}

.text-block-124 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.footer-credits {
  font-size: 13px;
  font-weight: 400;
}

.wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.wrapper.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.pin-stripe {
  width: 1px;
  background-color: #f3f6fc;
}

.pin-stripe.white {
  background-color: rgba(255, 255, 255, .12);
}

.about-description {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 24px;
  display: grid;
}

.link-4 {
  color: #fff;
}

.div-block-277 {
  height: 2px;
  background-color: rgba(0, 0, 0, .03);
  margin-top: 20px;
}

.container-12 {
  margin-top: 100px;
}

.team-social-icon {
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.team-social-icon.small {
  width: 30px;
  height: 30px;
  padding: 7px;
}

.menu-list-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #6e7488;
  letter-spacing: -.03em;
  white-space: normal;
  cursor: pointer;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.menu-list-item:hover {
  color: #090b19;
}

.menu-list-item.w--current {
  color: #090b19;
  padding-left: 36px;
}

.menu-list-item.white {
  color: #fff;
  cursor: pointer;
  border-top-color: rgba(255, 255, 255, .15);
  border-bottom-color: rgba(255, 255, 255, .15);
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
}

.menu-list-item.white.small {
  padding-top: 19px;
  padding-bottom: 19px;
}

.stacked-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: minmax(44px, auto) minmax(102px, auto) minmax(103px, auto) minmax(103px, auto) minmax(103px, auto) minmax(36px, auto);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(106px, auto);
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-section {
  z-index: 10;
  color: #fff;
  background-color: #3bae5e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 5vw;
  display: flex;
  position: relative;
}

.text-block-123 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.list-item-arrow {
  width: 18px;
  min-width: 18px;
}

.page-wrapper {
  z-index: 15;
  min-height: 100vh;
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}

@media screen and (min-width: 1920px) {
  .menu-list-item.white.small {
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .footer-wrapper {
    grid-template-rows: minmax(44px, auto) minmax(106px, auto) minmax(106px, auto) minmax(36px, auto);
    grid-template-columns: 1fr 1fr;
  }

  .footer-section {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .menu-list-item {
    grid-template-columns: auto 1fr;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(36px, auto);
  }

  .footer-section {
    padding-bottom: 72px;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .container {
    flex-direction: row;
  }

  .brand {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-4 {
    height: 300px;
  }

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

  .div-block-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-6 {
    height: 300px;
  }

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

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .section-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

  .menu-list-item.white {
    grid-template-columns: auto 1fr;
  }

  .stacked-description {
    grid-template-columns: 1fr;
  }

  .footer-section {
    padding-top: 80px;
  }
}


@font-face {
  font-family: 'Georgia';
  src: url('../fonts/Georgia.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}