.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;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #ffffffe8;
  align-items: center;
  padding: 30px 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 10px;
  font-family: New Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-size: 15px;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logomobilelink {
  z-index: 1;
}

.logomobilelink:hover {
  opacity: .8;
}

.logomobilelink:active {
  opacity: .7;
}

.close-btn {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.paragraph-70 {
  opacity: .7;
  border: 1px #000;
  margin-bottom: 10px;
  font-family: New Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 26px;
}

.paragraph-70.liste {
  margin-left: 15px;
}

.paragraph-70.inhaltsstoffe {
  margin-top: 10px;
  font-size: 12px;
  line-height: 14px;
}

.paragraph-70.inhaltsstoffe._222 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.paragraph-70.white {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  margin-right: 40px;
  font-size: 13px;
}

.button-arrow {
  flex: none;
  margin-left: 20px;
  display: inline-block;
}

.small-infotext {
  font-size: 12px;
  line-height: 15px;
}

.line {
  background-color: #fff;
  border-radius: 20px;
  width: 15px;
  height: 2px;
  position: absolute;
}

.line.rotate-min45 {
  transform: rotate(-45deg);
}

.line.rotate-45 {
  transform: rotate(45deg);
}

.hero5-image-wrap {
  color: #fff;
  background-image: linear-gradient(#18181d17, #18181d17);
  justify-content: center;
  align-items: center;
  min-height: 650px;
  padding: 60px 36px;
  display: flex;
}

.hero5-image-wrap.about {
  background-image: url('../images/orzechy_laskowe_producent_polski_sad.jpg'), linear-gradient(#18181d17, #18181d17);
  background-position: 50% 100%, 0 0;
  background-size: cover, auto;
  margin-top: 98px;
}

.hero5-text {
  flex: 1;
  margin-bottom: 30px;
  font-family: New Montserrat, sans-serif;
}

.button-small {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background-color: #0f444dcf;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
  padding: 18px 30px;
  font-family: New Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #04252a;
}

.hero5-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.hero5-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 479px;
  display: flex;
}

.cookie-modal {
  z-index: 999;
  background-color: #383838f0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  display: flex;
  position: fixed;
  inset: auto auto 5% 5%;
}

.button-label {
  color: #fff;
  font-family: New Montserrat, sans-serif;
}

.heading {
  text-transform: uppercase;
  font-family: New Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
}

.heading-2 {
  font-family: New Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.text-label {
  opacity: .7;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: New Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.textlink {
  color: #282828;
  font-weight: 500;
  display: inline;
}

.section-3 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 60px 36px 20px;
}

.section-3.lightgrey {
  background-color: #f5f5f5;
}

.section-3.imprint {
  margin-top: 130px;
}

.content16-left-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content16-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content16-grid._40div {
  grid-column-gap: 36px;
  grid-template-rows: auto;
  margin-bottom: 50px;
}

.content16-headline-wrap {
  margin-bottom: 36px;
  padding-left: 0;
  font-family: New Montserrat, sans-serif;
}

.section {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-top: 60px;
  padding-left: 36px;
  padding-right: 36px;
}

.content13-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content13-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 376px;
  transition: opacity .2s;
}

.content13-image:hover {
  opacity: .8;
}

.content13-image.content13-image2 {
  background-image: url('../images/producent-orzech-laskowy-polska.jpg');
  background-position: 50%;
}

.content13-image.content13-image3 {
  background-image: url('../images/Polski-Orzech-uprawa-handel-2.jpg');
  background-position: 50%;
}

.content13-image.content13-image5 {
  background-image: url('../images/orzechy_laskowe_producent_polska.jpg');
  background-position: 50%;
}

.content13-image.content13-image1 {
  background-image: url('../images/plantacja_orzychy_laskowe_polska.jpg');
  background-position: 50% 0;
}

.content13-image.content13-image4 {
  background-image: url('../images/polski_sad_golcz_orzech_laskowy.jpg');
  background-position: 50%;
}

.list {
  padding-left: 20px;
  font-family: New Montserrat, sans-serif;
  font-size: 16px;
}

.heading3 {
  font-family: New Montserrat, sans-serif;
  font-weight: 500;
}

.content14-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.content14-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 460px;
  transition: opacity .2s;
}

.content14-image:hover {
  opacity: .8;
}

.content14-image.content14-image1 {
  background-image: url('../images/polski_sad_orzechy_laskowe_producent.jpg');
  background-position: 50% 0;
}

.content14-image.content14-image114 {
  background-image: url('../images/produkcja_orzechy_laskowe.jpg');
  background-position: 50%;
}

.content14-image.contant15 {
  background-image: url('../images/Polski-Orzech-uprawa-handel-1.jpg');
}

.faq-circle {
  background-color: #dbdbdb;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.faq-question-bar {
  color: #1a1e27;
  border-bottom: 1px #00000012;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.div-block {
  width: 100%;
  height: 1px;
}

.faq-content {
  overflow: hidden;
}

.faq-question-wrap {
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}

.shade {
  background-color: #ddd;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.image {
  margin-bottom: 0;
}

.column-4, .column-5 {
  padding-left: 0;
}

.section-5 {
  background-color: #0d2820;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding-left: 36px;
  display: flex;
}

.p-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: New Montserrat, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.link-3 {
  float: right;
  color: #fff;
}

.link-3:hover {
  color: #c1c1c1;
}

.whitelink {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .navigation-items {
    background-color: #0000;
  }

  .navigation-items.hintergrund-navi {
    background-color: #ffffffe8;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .menu-icon, .logomobilelink {
    display: block;
  }

  .logomobilelink.w--current {
    flex: 1;
    display: block;
  }

  .hero5-image-wrap.about {
    margin-top: 80px;
  }

  .hero5-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .heading {
    font-size: 40px;
  }

  .section-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content16-left-column {
    margin-bottom: 30px;
  }

  .content16-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content16-headline-wrap {
    margin-bottom: 0;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content13-grid, .content14-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content14-image {
    height: 376px;
  }

  .faq-question-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 20px;
  }

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

@media screen and (max-width: 767px) {
  .navigation {
    padding: 20px 30px;
  }

  .logomobilelink {
    padding-left: 0;
  }

  .logomobilelink.w--current {
    display: none;
  }

  .paragraph-70, .paragraph-70.liste {
    font-size: 14px;
    line-height: 22px;
  }

  .hero5-image-wrap {
    min-height: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero5-image-wrap.about {
    background-image: url('../images/orzechy_laskowe_producent_polski_sad.jpg');
    background-position: 50%;
    background-size: cover;
    margin-top: 70px;
    padding-top: 142px;
  }

  .button-small {
    padding: 15px 25px;
  }

  .hero5-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .hero5-content {
    text-align: center;
    align-items: center;
    max-width: none;
  }

  .cookie-modal {
    margin-right: 30px;
  }

  .heading {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .text-label {
    font-size: 14px;
    line-height: 22px;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content16-left-column {
    margin-bottom: 20px;
  }

  .content16-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content16-headline-wrap {
    margin-bottom: 0;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content13-grid, .content14-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .section-5 {
    padding-right: 36px;
  }

  .p-2 {
    clear: none;
    align-self: auto;
    align-items: center;
    font-size: 12px;
    display: block;
  }

  .link-3 {
    justify-content: center;
    display: flex;
  }

  .whitelink {
    font-size: 11px;
    line-height: 11px;
  }
}

@media screen and (max-width: 479px) {
  .logo-image.mobile {
    padding-right: 26px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .paragraph-70 {
    font-size: 14px;
    line-height: 25px;
  }

  .button-arrow {
    margin-left: 5px;
  }

  .hero5-image-wrap {
    background-image: linear-gradient(#0000, #0000), url('../images/Thomas-Mehlbeer.jpg');
    background-position: 0 0, 36%;
    padding-top: 249px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero5-image-wrap.about {
    background-image: url('../images/orzechy_laskowe_producent_polski_sad.jpg');
    background-position: 50%;
    background-size: cover;
    margin-top: 49px;
  }

  .button-small {
    background-color: #0f444de3;
    flex: none;
    align-self: stretch;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero5-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .button-label {
    font-size: 11px;
    line-height: 15px;
  }

  .heading {
    font-size: 23px;
    line-height: 27px;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 28px;
  }

  .text-label {
    font-size: 12px;
  }

  .section-3 {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .content16-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: auto;
    padding-left: 0;
  }

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

  .content13-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content13-image {
    height: 260px;
  }

  .heading3 {
    font-size: 18px;
    line-height: 25px;
  }

  .content14-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content14-image {
    height: 260px;
  }

  .faq-circle {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .plus-icon {
    font-size: 20px;
    line-height: 1.3;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 20px;
  }
}

#w-node-_816b1bcf-61f0-9ab1-923e-84645c9795b5-5c40aeb4 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-a1234463-a025-db93-dd4c-0f3a65531124-5c40aeb4 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: start;
}

#w-node-a1234463-a025-db93-dd4c-0f3a65531145-5c40aeb4 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-afa98b82-ae0c-32d3-c6e9-bddffb3ff7a5-5c40aeb4, #w-node-_29465b43-cdc7-c3bf-54de-02ba6409af0f-5c40aeb4 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5dc74e41-5db0-f75b-70f8-9d1c6b32f72f-5c40aeb4 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-eeace071-0572-1d50-4e94-dec620ce9e59-5c40aeb4 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: start;
}

#w-node-_7a5ba93d-817e-c9cb-d7d9-c7961e58a5a0-5c40aeb4 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_7f2612f9-ecd6-80b4-3195-0762d4075480-5c40aeb4 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: start;
}

#w-node-_7f2612f9-ecd6-80b4-3195-0762d407548b-5c40aeb4 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_532438b5-c037-6a73-3655-865f5da95b26-5c40aeb4, #w-node-_532438b5-c037-6a73-3655-865f5da95b27-5c40aeb4, #w-node-_532438b5-c037-6a73-3655-865f5da95b28-5c40aeb4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_532438b5-c037-6a73-3655-865f5da95b29-5c40aeb4 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_532438b5-c037-6a73-3655-865f5da95b2a-5c40aeb4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f345c021-445f-65c9-ec33-8c259fb3f967-5c40aeb4 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: start;
}

#w-node-f345c021-445f-65c9-ec33-8c259fb3f967-9fc5c74c {
  grid-area: 1 / 1 / 2 / 7;
  justify-self: start;
}

#w-node-_5920f03d-aad5-e65d-6ed4-2d04289cf72b-9fc5c74c {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_09da7760-b4ed-7174-316b-dae1404aab9d-9fc5c74c {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: start;
}

#w-node-_09da7760-b4ed-7174-316b-dae1404aaba8-9fc5c74c {
  grid-area: 1 / 7 / 2 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-_816b1bcf-61f0-9ab1-923e-84645c9795b5-5c40aeb4 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-a1234463-a025-db93-dd4c-0f3a65531124-5c40aeb4 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: start;
  }

  #w-node-a1234463-a025-db93-dd4c-0f3a65531145-5c40aeb4 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-eeace071-0572-1d50-4e94-dec620ce9e59-5c40aeb4, #w-node-_7f2612f9-ecd6-80b4-3195-0762d4075480-5c40aeb4 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: start;
  }

  #w-node-_532438b5-c037-6a73-3655-865f5da95b28-5c40aeb4 {
    grid-area: 3 / 5 / 4 / 9;
  }

  #w-node-_532438b5-c037-6a73-3655-865f5da95b29-5c40aeb4 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_532438b5-c037-6a73-3655-865f5da95b2a-5c40aeb4 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-f345c021-445f-65c9-ec33-8c259fb3f967-5c40aeb4, #w-node-f345c021-445f-65c9-ec33-8c259fb3f967-9fc5c74c, #w-node-_09da7760-b4ed-7174-316b-dae1404aab9d-9fc5c74c {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_816b1bcf-61f0-9ab1-923e-84645c9795b5-5c40aeb4, #w-node-a1234463-a025-db93-dd4c-0f3a65531124-5c40aeb4, #w-node-a1234463-a025-db93-dd4c-0f3a65531145-5c40aeb4 {
    grid-column: span 6 / span 6;
  }

  #w-node-afa98b82-ae0c-32d3-c6e9-bddffb3ff7a5-5c40aeb4 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-eeace071-0572-1d50-4e94-dec620ce9e59-5c40aeb4 {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: start;
  }

  #w-node-_7a5ba93d-817e-c9cb-d7d9-c7961e58a5a0-5c40aeb4 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_7f2612f9-ecd6-80b4-3195-0762d4075480-5c40aeb4 {
    grid-area: span 1 / span 12 / span 1 / span 12;
    justify-self: start;
  }

  #w-node-_7f2612f9-ecd6-80b4-3195-0762d407548b-5c40aeb4 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_532438b5-c037-6a73-3655-865f5da95b26-5c40aeb4, #w-node-_532438b5-c037-6a73-3655-865f5da95b27-5c40aeb4, #w-node-_532438b5-c037-6a73-3655-865f5da95b28-5c40aeb4, #w-node-_532438b5-c037-6a73-3655-865f5da95b29-5c40aeb4, #w-node-_532438b5-c037-6a73-3655-865f5da95b2a-5c40aeb4 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-f345c021-445f-65c9-ec33-8c259fb3f967-5c40aeb4 {
    grid-area: span 1 / span 12 / span 1 / span 12;
    justify-self: start;
  }

  #w-node-f345c021-445f-65c9-ec33-8c259fb3f967-9fc5c74c, #w-node-_09da7760-b4ed-7174-316b-dae1404aab9d-9fc5c74c {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_816b1bcf-61f0-9ab1-923e-84645c9795b5-5c40aeb4, #w-node-a1234463-a025-db93-dd4c-0f3a65531124-5c40aeb4, #w-node-a1234463-a025-db93-dd4c-0f3a65531145-5c40aeb4, #w-node-afa98b82-ae0c-32d3-c6e9-bddffb3ff7a5-5c40aeb4, #w-node-_29465b43-cdc7-c3bf-54de-02ba6409af0f-5c40aeb4, #w-node-_5dc74e41-5db0-f75b-70f8-9d1c6b32f72f-5c40aeb4 {
    grid-column: span 4 / span 4;
  }

  #w-node-eeace071-0572-1d50-4e94-dec620ce9e59-5c40aeb4 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: start;
  }

  #w-node-_7a5ba93d-817e-c9cb-d7d9-c7961e58a5a0-5c40aeb4 {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-_7f2612f9-ecd6-80b4-3195-0762d4075480-5c40aeb4 {
    grid-area: span 1 / span 9 / span 1 / span 9;
    justify-self: start;
  }

  #w-node-_7f2612f9-ecd6-80b4-3195-0762d407548b-5c40aeb4 {
    grid-area: 2 / 1 / 3 / 10;
  }

  #w-node-_532438b5-c037-6a73-3655-865f5da95b26-5c40aeb4, #w-node-_532438b5-c037-6a73-3655-865f5da95b27-5c40aeb4, #w-node-_532438b5-c037-6a73-3655-865f5da95b28-5c40aeb4, #w-node-_532438b5-c037-6a73-3655-865f5da95b29-5c40aeb4, #w-node-_532438b5-c037-6a73-3655-865f5da95b2a-5c40aeb4 {
    grid-column: span 4 / span 4;
  }

  #w-node-f345c021-445f-65c9-ec33-8c259fb3f967-5c40aeb4 {
    grid-area: span 1 / span 9 / span 1 / span 9;
    justify-self: start;
  }

  #w-node-f345c021-445f-65c9-ec33-8c259fb3f967-9fc5c74c, #w-node-_09da7760-b4ed-7174-316b-dae1404aab9d-9fc5c74c {
    grid-column: span 4 / span 4;
  }
}


@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}