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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}

.top-section {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.logo {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.fooksing-logo-2 {
  object-fit: cover;
  overflow: hidden;
}

.sub-info {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.subtekst {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.menu {
  grid-column-gap: 10px;
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 3px solid #000;
  border-radius: 68px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  padding: 16px 40px;
  font-family: Bebas Neue, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  position: relative;
  overflow: hidden;
}

.menu:hover {
  color: #fff;
  background-color: #d81a20;
  border-color: #d81a20;
}

.menu-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Climate Crisis, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-3 {
  color: #ca4a3a;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  text-decoration: underline;
}

.container {
  background-color: #fef7ea;
  max-width: 1280px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.container.narrow {
  max-width: 980px;
}

.body {
  background-color: #fef7ea;
}

.section {
  padding-bottom: 0;
}

.section.header {
  justify-content: space-between;
  align-items: center;
  height: 60dvh;
  min-height: 650px;
  display: flex;
}

.gallery-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-wrapper {
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 25px;
  width: 25vw;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 0 17px #0000001f;
}

.image-wrapper.first {
  z-index: 1;
}

.image-wrapper.second {
  z-index: 2;
}

.image-wrapper.third {
  z-index: 3;
}

.image-wrapper.fourth {
  z-index: 2;
}

.full-height {
  justify-content: space-between;
  align-items: center;
  height: 80dvh;
  display: flex;
}

.full-height.mobile {
  display: none;
}

.flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.col {
  width: 50%;
}

.heading {
  color: #d81a20;
  text-align: center;
  margin-bottom: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 42px;
  line-height: 52px;
}

.rounded {
  border-radius: 25px;
}

.centered {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.narrow {
  max-width: 850px;
}

.narrow.centered-text {
  text-align: center;
}

.paragraph {
  font-size: 16px;
}

.button-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.insta-banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.insta-llink {
  color: #d81a20;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.insta {
  width: 30px;
}

@media screen and (max-width: 991px) {
  .flex-block {
    justify-content: center;
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    grid-column-gap: 25px;
  }

  .text {
    font-size: 32px;
  }

  .fooksing-logo-2 {
    width: 100px;
  }

  .menu {
    padding: 15px 50px;
  }

  .flex-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .col {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .text {
    text-align: center;
    font-size: 42px;
  }

  .fooksing-logo-2 {
    width: 165px;
  }

  .menu {
    min-width: 0;
    padding: 10px 30px;
    font-size: 22px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.narrow {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.header {
    height: 90dvh;
    min-height: 450px;
  }

  .image-wrapper.first.mobile {
    width: 50vw;
    display: none;
  }

  .image-wrapper.second.mobile, .image-wrapper.third.mobile {
    width: 50vw;
  }

  .image-wrapper.fourth.mobile {
    width: 50vw;
    display: none;
  }

  .full-height {
    height: 100dvh;
    display: none;
  }

  .full-height.mobile {
    height: 400px;
    display: flex;
  }

  .flex-block {
    flex-flow: column-reverse;
  }
}


