@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2"), url('../fonts/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --paragraphs: #ffe2c08c;
  --light: #ffe2c0;
  --accent-a: #bf344e;
  --background-a: #172536;
  --border: #ffe2c033;
  --shadow: #0f182380;
  --accent-b: #29938d;
  --dark: #0f1a28;
  --background-b: #131f30;
}

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

body {
  color: var(--paragraphs);
  background-color: #f4e1c2;
  flex-direction: column;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 170%;
  display: flex;
}

h1 {
  color: var(--light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Forum, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 88%;
}

h2 {
  color: var(--light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Forum, sans-serif;
  font-size: 98px;
  font-weight: 400;
  line-height: 90%;
}

h3 {
  color: var(--light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Forum, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 93%;
}

h4 {
  color: var(--light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Forum, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 96%;
}

h5 {
  color: var(--light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Forum, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 100%;
}

h6 {
  color: var(--light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Forum, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 104%;
}

p {
  margin-bottom: 30px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 36px;
}

li {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 7px;
}

strong {
  color: var(--light);
  font-weight: 600;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 2px solid var(--accent-a);
  color: var(--light);
  margin-bottom: 30px;
  margin-left: 18px;
  padding: 0 24px;
  font-size: 20px;
  font-style: italic;
  line-height: 170%;
}

figure {
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

figcaption {
  background-color: var(--background-a);
  text-align: center;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  line-height: 160%;
}

.link {
  border-bottom: 2px solid var(--accent-a);
  color: var(--light);
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.link:hover {
  color: var(--accent-a);
}

.rich-text-block {
  text-align: left;
  width: 100%;
  max-width: 720px;
}

.rich-text-block a {
  border-bottom: 2px solid var(--accent-a);
  color: var(--light);
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.rich-text-block a:hover {
  color: var(--accent-a);
}

.section-hero {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.shape {
  background-color: #133021;
  border-top-left-radius: 50vw;
  border-top-right-radius: 50vw;
  width: 50%;
  height: 180vh;
  position: relative;
  overflow: hidden;
}

.image-shape {
  background-image: url('../images/hero.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-top-left-radius: 50vw;
  border-top-right-radius: 50vw;
  position: absolute;
  inset: 0%;
}

.navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  padding: 20px 28px;
}

.block-navbar {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  padding: 10px 22px;
  display: flex;
}

.logo {
  color: #4b32148c;
  height: 80px;
}

.menu-button {
  color: #1c4119;
  background-color: #f4e1c2;
  border: 1px solid #0000;
  border-radius: 80px;
  padding: 14px 22px;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.menu-button:hover {
  border-color: #1c4119;
}

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

.text-menu {
  color: #f4e1c2;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  background-color: #0000;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
}

.text-menu:hover {
  border-radius: 0;
}

.line-horizontal {
  background-color: #1c4119;
  flex: 1;
  min-width: 24px;
  height: 1px;
}

.circle {
  border: 1px solid #1c4119;
  border-radius: 100%;
  flex: none;
  width: 7px;
  height: 7px;
}

.nav-line {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 28px;
  margin-right: 28px;
  display: flex;
}

.grid-hero {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
  min-height: 80vh;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
}

.grid-hero.min-h-45vh {
  min-height: 45vh;
}

.block-hero {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 920px;
  display: flex;
}

.line {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 35px;
  display: flex;
}

.line-vertical {
  background-color: #1c4119;
  flex: 1;
  width: 1px;
  min-height: 40px;
  padding-bottom: 0;
}

.circle-large {
  border: 1px solid #1c4119;
  border-radius: 100%;
  flex: none;
  width: 13px;
  height: 13px;
  margin-bottom: 5px;
}

.circle-large.top-margin {
  margin-top: 5px;
  margin-bottom: 0;
}

.circle-large.center {
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
}

.heading-hero {
  color: #1c4119;
}

.heading-hero.margin {
  margin-bottom: 0;
}

.paragraph-hero {
  color: #1c4119c2;
  max-width: 570px;
  margin-bottom: 40px;
  font-family: Vollkorn, serif;
  font-size: 24px;
}

.paragraph-hero.margin {
  margin-bottom: 0;
}

.nav-button {
  color: #1c4119;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 80px;
  padding: 14px 22px;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.nav-button:hover {
  border-color: #1c4119;
}

.button {
  color: #1c4119;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #1c4119;
  border-radius: 80px;
  padding: 20px 40px;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.button:hover {
  color: #f4e1c2;
  background-color: #1c4119;
  border-color: #1f411e;
}

.button.small {
  padding: 13px 21px;
}

.nav-menu {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #0f1a28e6;
  display: none;
  position: fixed;
  inset: 0%;
}

.grid-menu {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
}

.menu-links {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--light);
  text-align: center;
  text-transform: uppercase;
  padding: 10px 20px;
  font-family: Forum, sans-serif;
  font-size: 4vw;
  line-height: 100%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.nav-link:hover {
  color: var(--accent-a);
}

.nav-link.w--current {
  color: var(--light);
}

.nav-link.w--current:hover {
  color: var(--accent-a);
}

.menu-button-close {
  background-color: #f4e1c2;
  border: 1px solid #0000;
  border-radius: 80px;
  padding: 14px 22px;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 32px 28px auto auto;
}

.menu-button-close:hover {
  border-color: var(--border);
}

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

.overflow-link {
  overflow: hidden;
}

.section {
  flex-direction: column;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 0;
  display: flex;
}

.section.background {
  background-color: #f4e1c3;
}

.content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  overflow: hidden;
}

.content.slim {
  text-align: left;
  max-width: 820px;
  display: block;
}

.grid {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

.block {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.paragraph {
  color: #1f411eb3;
  max-width: 600px;
  margin-bottom: 38px;
  font-family: Vollkorn, serif;
  font-size: 24px;
}

.paragraph.max-w-430 {
  color: #1c4119a6;
  max-width: 430px;
  font-family: Vollkorn, serif;
  font-size: 24px;
}

.paragraph.margin {
  margin-bottom: 0;
}

.heading {
  color: #1c4119;
}

.subtitle {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.line-subtitle {
  color: #1c4119;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-subtitle {
  color: #1c4119;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-left: 14px;
  margin-right: 14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
}

.button-accent {
  min-width: 18em;
  max-width: 19em;
  color: var(--light);
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #1f411e;
  background-clip: border-box;
  border-radius: 80px;
  margin-bottom: 40px;
  padding: 22px 42px;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
}

.button-accent:hover {
  color: var(--light);
  background-color: #c0344f;
}

.button-accent.margin {
  margin-top: 16px;
}

.button-accent.small {
  padding: 15px 23px;
}

.grid-features {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  align-items: start;
  width: 100%;
}

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

.paragraph-feature {
  color: #1c4119b3;
  max-width: none;
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 24px;
  line-height: 170%;
}

.number {
  color: #1c4119;
  height: 150px;
  margin-bottom: -20px;
}

.heading-feature {
  color: #1c4119;
}

.line-space {
  color: #1c4119;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 130px;
  margin-bottom: 130px;
  display: flex;
}

.line-space.footer {
  margin-top: 0;
  margin-bottom: 0;
}

.line-space.short {
  margin-top: 80px;
  margin-bottom: 80px;
}

.line-space.margin {
  margin-bottom: 66px;
}

.grid-modular {
  grid-column-gap: 10px;
  grid-row-gap: 22px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.block-modular {
  z-index: 50;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.block-center {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 780px;
  display: flex;
}

.image-block {
  width: 100%;
  position: relative;
}

.image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.image.shadow {
  box-shadow: none;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 0;
  position: static;
  overflow: auto;
}

.image-block-modular {
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.image-modular {
  object-fit: cover;
  border-radius: 10px;
  width: 60%;
  height: 100%;
}

.slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  margin-top: 75px;
  display: flex;
  overflow: hidden;
}

.mask {
  width: 100%;
  max-width: 1200px;
  padding-left: 70px;
  padding-right: 70px;
  overflow: visible;
}

.slide {
  margin-right: -54px;
}

.image-slide {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.slide-nav {
  display: none;
}

.right-arrow, .left-arrow {
  width: 40%;
}

.collection-list-wrapper {
  width: 100%;
  margin-top: 25px;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.link-image-blog {
  border-radius: 10px;
  width: 100%;
  transition: box-shadow .5s cubic-bezier(.25, .46, .45, .94);
  overflow: hidden;
}

.link-image-blog:hover {
  box-shadow: 0 60px 80px -10px var(--shadow);
}

.image-blog {
  object-fit: cover;
  width: 100%;
  height: 230px;
  transition: transform .5s cubic-bezier(.25, .46, .45, .94);
}

.image-blog:hover {
  transform: scale(1.07);
}

.block-blog {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.date-blog {
  color: #1f411e;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 130%;
}

.link-heading-blog {
  margin-top: 12px;
  text-decoration: none;
}

.heading-blog {
  color: #1f411e;
  margin-bottom: 0;
}

.paragraph-summary {
  color: #1f411e;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 170%;
}

.arrow {
  width: 24px;
  height: 24px;
  display: block;
}

.link-arrow {
  border: 1px solid var(--border);
  border-radius: 50%;
  margin-top: 34px;
  padding: 10px;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.link-arrow:hover {
  border-color: var(--accent-a);
  background-color: var(--accent-a);
}

.empty-state {
  text-align: center;
  background-color: #bf344e26;
  border-radius: 10px;
  padding: 14px;
}

.text-empty {
  color: var(--accent-a);
}

.section-footer {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.text-sub-footer {
  max-width: 1200px;
  color: var(--paragraphs);
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

.link-sub-footer {
  color: var(--light);
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.link-sub-footer:hover {
  color: var(--accent-a);
}

.newsletter {
  color: #ffefd7;
  background-color: #fff4e4;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 85px 10%;
  display: flex;
}

.grid-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.block-footer {
  color: #1f411e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.heading-footer {
  color: #1f411e;
  margin-bottom: 16px;
  padding-top: 13px;
}

.link-footer {
  color: #1f411e;
  letter-spacing: 2.4px;
  -webkit-text-stroke-color: #1f411e;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  line-height: 130%;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.link-footer:hover {
  color: var(--accent-a);
}

.heading-newsletter {
  color: #1f411e;
  -webkit-text-stroke-color: #1f411e;
  text-transform: none;
  max-width: 780px;
  text-decoration: none;
}

.form-block-newsletter {
  width: 100%;
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 0;
}

.form-newsletter {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.7fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  background-color: var(--background-a);
  height: 60px;
  color: var(--light);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  border: 1px solid #0000;
  border-radius: 80px;
  margin-bottom: 0;
  padding: 14px 28px;
  font-size: 12px;
  line-height: 130%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: var(--border);
}

.text-field::placeholder {
  color: var(--paragraphs);
}

.error-message {
  background-color: #bf344e26;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 25px;
}

.text-error {
  color: var(--accent-a);
  font-size: 16px;
  line-height: 170%;
}

.success-message {
  background-color: #29938d26;
  border-radius: 10px;
  padding: 15px 25px;
}

.text-success {
  color: var(--accent-b);
  font-size: 16px;
  line-height: 170%;
}

.nav-block-button {
  grid-column-gap: 6px;
  -webkit-text-fill-color: inherit;
  background-color: #f4e1c2;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-absolute {
  z-index: 10;
  width: 60%;
  display: block;
  position: absolute;
  inset: auto auto -6% -10%;
}

.image-modular-absolute {
  z-index: 10;
  width: 60%;
  position: absolute;
  inset: auto auto -15% -6%;
}

.section-top {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-first {
  flex-direction: column;
  align-items: center;
  padding-bottom: 130px;
  display: flex;
}

.menu {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 115px;
  display: flex;
  position: relative;
}

.image-menu {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 320px;
}

.heading-menu {
  color: #1f411e;
  background-color: #f4e1c2;
  border-radius: 50%;
  margin-bottom: 0;
  padding: 30px 70px;
  position: absolute;
  bottom: -90px;
}

.grid-menu-item {
  z-index: 10;
  text-align: left;
  background-color: #ffefd7;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr .5fr;
  place-items: start;
  width: 100%;
  padding: 24px 30px;
  position: relative;
}

.grid-menu-item.transparent {
  background-color: #0000;
}

.menu-paragraph {
  color: #1c4119;
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 20px;
  line-height: 170%;
}

.head {
  color: #122c12;
  font-weight: 500;
}

.menu-price {
  color: #0a180a;
  text-align: right;
  margin-left: auto;
  font-weight: 500;
}

.sub-footer {
  background-color: var(--dark);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 22px 30px;
  display: flex;
  overflow: hidden;
}

.form-block {
  width: 100%;
  max-width: 790px;
  margin-bottom: 0;
}

.form {
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-full {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.text-subtitle-contact {
  color: #1c4119;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 600;
  line-height: 130%;
}

.contact {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 390px;
  display: flex;
}

.heading-contact {
  color: #1c4119;
  text-align: center;
  margin-bottom: 0;
  font-style: normal;
}

.grid-contact {
  grid-column-gap: 0px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
}

.image-block-careers {
  width: 100%;
  margin-top: 75px;
  margin-bottom: 130px;
  position: relative;
}

.image-careers-absolute {
  z-index: 10;
  width: 35%;
  height: 80%;
  position: absolute;
  inset: auto auto -6% -5%;
}

.grid-about {
  grid-column-gap: 0px;
  grid-row-gap: 90px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.block-about {
  z-index: 50;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 12%;
  display: flex;
  position: relative;
}

.collection-list-wrapper-blog {
  width: 100%;
}

.collection-list-blog {
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-blog {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--background-a);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-blog-page {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 360px;
  transition: transform .5s cubic-bezier(.25, .46, .45, .94);
}

.image-blog-page:hover {
  transform: scale(1.07);
}

.block-blog-page {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 45px 12%;
  display: flex;
}

.date-blog-large {
  color: var(--paragraphs);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
}

.image-blog-main {
  width: 100%;
  box-shadow: 0 80px 120px 0 var(--shadow);
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 65px;
}

.grid-colors {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.block-color {
  border: 1px solid var(--border);
  background-color: var(--background-a);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 120px;
  padding: 17px;
  display: flex;
}

.block-color.background-b {
  background-color: var(--background-b);
}

.block-color.dark {
  background-color: var(--dark);
}

.block-color.border {
  background-color: var(--border);
}

.block-color.paragraphs {
  background-color: var(--paragraphs);
}

.block-color.light {
  background-color: var(--light);
}

.block-color.accent-a {
  background-color: var(--accent-a);
}

.block-color.accent-b {
  background-color: var(--accent-b);
}

.block-color.shadow {
  background-color: var(--shadow);
}

.text-color {
  color: var(--light);
  font-size: 15px;
  font-weight: 500;
  line-height: 130%;
}

.text-color.dark {
  color: var(--dark);
}

.hex-color {
  opacity: .5;
  color: var(--light);
  margin-top: 3px;
  font-size: 13px;
  font-weight: 500;
  line-height: 130%;
}

.hex-color.dark {
  color: var(--dark);
}

.template-info {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--background-a);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 14px;
  padding: 24px 30px;
  display: flex;
}

.button-light {
  background-color: var(--light);
  color: var(--dark);
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  border-radius: 80px;
  padding: 22px 42px;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
}

.button-light:hover {
  background-color: var(--dark);
  color: var(--light);
}

.button-light.small {
  padding: 15px 23px;
}

.grid-licensing {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
}

.licensing {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 250px;
}

.forum {
  margin-bottom: 0;
}

.poppins {
  text-transform: none;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.utility-page-wrap {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0 0%;
  display: grid;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.field-label {
  color: var(--paragraphs);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 600;
  line-height: 130%;
}

.block-404 {
  width: 100%;
  max-width: 460px;
}

.body {
  background-color: #f4e1c3;
}

.link-footer-copy {
  color: var(--paragraphs);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  line-height: 130%;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.link-footer-copy:hover {
  color: var(--light);
}

.bold-text {
  color: #1f411e;
  text-decoration: underline;
}

.link-2 {
  color: #10460e;
}

.paragraph-2 {
  color: #1f411e;
}

.link-3 {
  text-decoration: none;
}

.text-span {
  text-align: right;
}

.text-span-2 {
  font-family: "Fa 400", sans-serif;
}

.bold-text-2, .bold-text-3 {
  color: #1f411e;
}

.grid-2 {
  grid-column-gap: 31px;
  padding-top: 33px;
}

.div-block {
  padding-top: 61px;
}

.text-block {
  color: #1f411f;
  text-align: center;
  font-family: Vollkorn, serif;
}

.div-block-2 {
  max-width: 800px;
  padding-top: 42px;
  padding-bottom: 42px;
}

.div-block-3 {
  max-width: 800px;
}

.heading-2, .paragraph-3 {
  color: #1f411e;
}

.menu-button-copy {
  color: #1c4119;
  background-color: #f4e1c2;
  border: 1px solid #0000;
  border-radius: 80px;
  padding: 14px 22px;
  font-size: 12px;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.menu-button-copy:hover {
  border-color: #1c4119;
}

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

.text-menu-inactive {
  color: #1f411e;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  background-color: #0000;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
}

.text-menu-inactive:hover {
  border-radius: 0;
}

.heading-contact-orari {
  color: #1c4119;
  text-align: center;
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 26px;
  font-style: normal;
}

.bold-text-4 {
  color: #1f411e;
}

.heading-contact-apertura {
  color: #1c4119;
  text-align: center;
  margin-bottom: 0;
  font-style: normal;
}

.bold-text-5 {
  color: #1f411e;
}

.nav-block-button-2 {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-2 {
  color: #ffe2c0;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 20px;
  font-family: Forum, sans-serif;
  font-size: 4vw;
  line-height: 100%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.nav-link-2:hover {
  color: #bf344e;
}

.nav-link-2.w--current {
  color: #ffe2c0;
}

.nav-link-2.w--current:hover {
  color: #bf344e;
}

.paragraph-hero-2 {
  color: #1c4119c2;
  max-width: 570px;
  margin-bottom: 40px;
}

.paragraph-hero-2.margin {
  margin-bottom: 0;
}

.text-menu-2 {
  color: #1c4119;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
}

.text-menu-2:hover {
  border-radius: 0;
}

.section-top-2 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-button-close-2 {
  border: 1px solid #0000;
  border-radius: 80px;
  padding: 14px 22px;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 32px 28px auto auto;
}

.menu-button-close-2:hover {
  border-color: #ffe2c033;
}

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

.menu-button-2 {
  color: #1c4119;
  border: 1px solid #0000;
  border-radius: 80px;
  padding: 14px 22px;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.menu-button-2:hover {
  border-color: #1c4119;
}

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

.collection-item-blog-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #172536;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.text-empty-2 {
  color: #bf344e;
}

.grid-footer-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.newsletter-2 {
  background-color: #0f1a28;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 85px 10%;
  display: flex;
}

.button-accent-2 {
  color: #ffe2c0;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #1f411e;
  background-clip: border-box;
  border-radius: 80px;
  padding: 22px 42px;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
}

.button-accent-2:hover {
  color: #ffe2c0;
  background-color: #c0344f;
}

.text-error-2 {
  color: #bf344e;
  font-size: 16px;
  line-height: 170%;
}

.block-footer-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.text-sub-footer-2 {
  color: #ffe2c08c;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  max-width: 1200px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

.heading-newsletter-2 {
  max-width: 780px;
}

.link-sub-footer-2 {
  color: #ffe2c0;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.link-sub-footer-2:hover {
  color: #bf344e;
}

.section-footer-2 {
  background-image: url('../images/glow_red.svg'), url('../images/glow_green.svg');
  background-position: 0 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.link-footer-2 {
  color: #ffe2c08c;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  line-height: 130%;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.link-footer-2:hover {
  color: #ffe2c0;
}

.sub-footer-2 {
  text-align: center;
  background-color: #0f1a28;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 22px 30px;
  display: flex;
  overflow: hidden;
}

.text-field-2 {
  color: #ffe2c0;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  background-color: #172536;
  border: 1px solid #0000;
  border-radius: 80px;
  height: 60px;
  margin-bottom: 0;
  padding: 14px 28px;
  font-size: 12px;
  line-height: 130%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.text-field-2:focus {
  border-color: #ffe2c033;
}

.text-field-2::placeholder {
  color: #ffe2c08c;
}

.text-success-2 {
  color: #29938d;
  font-size: 16px;
  line-height: 170%;
}

.heading-footer-2 {
  margin-bottom: 16px;
}

.grid-menu-item-dicono1 {
  z-index: 10;
  text-align: left;
  background-color: #ffefd7;
  border-radius: 10px;
  grid-template: "Area"
                 "Area"
                 / 1fr 2.5fr;
  place-items: start;
  width: 100%;
  margin-bottom: 60px;
  padding: 24px 30px;
  position: relative;
}

.grid-menu-item-dicono1.transparent {
  background-color: #0000;
}

.image-dicono-di-noi {
  min-width: 200px;
  max-width: 300px;
}

.button-accent-copy {
  min-width: 18em;
  max-width: 19em;
  color: var(--light);
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #1f411e;
  background-clip: border-box;
  border-radius: 80px;
  margin-bottom: 40px;
  padding: 22px 42px;
  font-size: 12px;
  font-weight: 600;
  line-height: 130%;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
}

.button-accent-copy:hover {
  color: var(--light);
  background-color: #c0344f;
}

.button-accent-copy.margin {
  margin-top: 16px;
}

.button-accent-copy.small {
  padding: 15px 23px;
}

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

.langauge-line-break {
  background-color: #5b3acc;
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.flag-1 {
  background-image: url('../images/united-kingdom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.langauge-line-base {
  background-color: #9b9eb838;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.language-toggle {
  color: #1f411e;
  border: 1px solid #1f411e;
  border-radius: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 45px;
  transition: all .2s;
}

.language-link {
  color: #484646;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 45px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: #7735f6;
}

.language-dropdown {
  border-radius: 20px;
}

.flag-5 {
  background-image: url('../images/sweden.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-3 {
  background-image: url('../images/france.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-4 {
  background-image: url('../images/norway.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-2 {
  background-image: url('../images/denmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.language-list, .language-list:hover {
  background-color: #f4e1c3;
}

.language-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  min-width: 200px;
  padding: 8px 16px;
  box-shadow: 18px 18px 45px 19px #4f5e781a;
}

.content-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 98px;
  }

  h2 {
    font-size: 70px;
  }

  h3 {
    font-size: 50px;
  }

  h4 {
    font-size: 38px;
  }

  h5 {
    font-size: 30px;
  }

  h6 {
    font-size: 24px;
  }

  .shape {
    height: 140vh;
  }

  .grid-navbar {
    padding: 15px 18px;
  }

  .nav-line {
    margin-left: 18px;
    margin-right: 18px;
  }

  .grid-hero {
    padding-left: 35px;
    padding-right: 35px;
  }

  .grid-menu {
    grid-row-gap: 30px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .nav-link {
    font-size: 7vw;
  }

  .menu-button-close {
    top: 27px;
    right: 18px;
  }

  .section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .grid {
    grid-column-gap: 50px;
  }

  .line-space {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .grid-modular {
    grid-row-gap: 12px;
  }

  .image.shadow {
    margin-top: 57px;
  }

  .image-block-modular {
    padding-right: 30px;
  }

  .slider {
    height: 55vw;
    margin-top: 60px;
  }

  .slide {
    margin-right: -4vw;
  }

  .image-blog {
    height: 170px;
  }

  .block-blog {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section-first {
    padding-bottom: 110px;
  }

  .heading-menu {
    bottom: -80px;
  }

  .image-block-careers {
    margin-top: 50px;
    margin-bottom: 110px;
  }

  .grid-about {
    grid-row-gap: 70px;
  }

  .collection-list-blog {
    grid-row-gap: 50px;
  }

  .image-blog-page {
    min-height: 320px;
  }

  .image-blog-main {
    margin-bottom: 55px;
  }

  .utility-page-form {
    max-width: 460px;
  }

  .nav-link-2 {
    font-size: 7vw;
  }

  .menu-button-close-2 {
    top: 27px;
    right: 18px;
  }
}

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

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 32px;
  }

  h5 {
    font-size: 26px;
  }

  h6 {
    font-size: 22px;
  }

  .grid-navbar {
    padding: 13px 10px;
  }

  .brand {
    padding-left: 18px;
    padding-right: 18px;
  }

  .logo {
    height: 40px;
  }

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

  .text-menu {
    font-size: 10px;
  }

  .nav-line {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-hero {
    grid-row-gap: 30px;
    padding-bottom: 30px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-button {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 10px;
  }

  .nav-link {
    font-size: 9vw;
  }

  .menu-button-close {
    padding-left: 18px;
    padding-right: 18px;
    top: 22px;
    right: 10px;
  }

  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .content {
    padding-left: 38px;
    padding-right: 38px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 90px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-features {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .line-space {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .grid-modular {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .image.shadow {
    margin-top: 34px;
  }

  .image-block-modular {
    margin-top: 90px;
    padding-right: 0;
  }

  .image-modular {
    width: 100%;
  }

  .mask {
    padding-left: 38px;
    padding-right: 38px;
  }

  .collection-list {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .image-blog {
    height: 50vw;
  }

  .block-blog {
    margin-top: 34px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .link-arrow {
    margin-top: 24px;
  }

  .newsletter {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .grid-footer {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .form-newsletter {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .image-absolute {
    left: -5%;
  }

  .image-modular-absolute {
    width: 50%;
    bottom: -6%;
    left: -5%;
  }

  .section-first {
    padding-bottom: 90px;
  }

  .menu {
    margin-bottom: 90px;
  }

  .image-menu {
    height: 35vw;
  }

  .heading-menu {
    padding: 24px 60px;
    bottom: -65px;
  }

  .form {
    grid-template-columns: 1fr;
  }

  .grid-contact {
    grid-row-gap: 28px;
  }

  .image-block-careers {
    margin-bottom: 90px;
  }

  .collection-list-blog {
    grid-row-gap: 30px;
  }

  .image-blog-main {
    margin-bottom: 45px;
  }

  .grid-colors {
    grid-template-columns: 1fr 1fr;
  }

  .utility-page-content {
    grid-row-gap: 30px;
    padding-bottom: 30px;
  }

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

  .text-menu-inactive {
    font-size: 10px;
  }

  .nav-link-2 {
    font-size: 9vw;
  }

  .text-menu-2 {
    font-size: 10px;
  }

  .menu-button-close-2 {
    padding-left: 18px;
    padding-right: 18px;
    top: 22px;
    right: 10px;
  }

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

  .content-2 {
    padding-left: 38px;
    padding-right: 38px;
  }

  .grid-footer-2 {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .newsletter-2 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .content-3 {
    padding-left: 38px;
    padding-right: 38px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 20px;
  }

  .grid-navbar {
    padding-left: 4px;
    padding-right: 4px;
  }

  .nav-line {
    display: none;
  }

  .grid-hero {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid {
    grid-row-gap: 80px;
  }

  .grid-features {
    grid-auto-flow: row;
  }

  .line-space {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .image.shadow {
    margin-top: 28px;
  }

  .image-block-modular {
    margin-top: 80px;
  }

  .slider {
    margin-top: 50px;
  }

  .grid-footer {
    grid-column-gap: 5px;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .section-first {
    padding-bottom: 80px;
  }

  .menu {
    margin-bottom: 80px;
  }

  .grid-menu-item {
    grid-template-columns: 1fr;
    padding: 15px 20px;
  }

  .form {
    grid-row-gap: 16px;
  }

  .image-block-careers {
    margin-bottom: 80px;
  }

  .grid-about {
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .block-about {
    margin-bottom: -38px;
    padding-right: 0%;
  }

  .collection-item-blog {
    grid-template-columns: 1fr;
  }

  .image-blog-page {
    height: auto;
    min-height: 50vw;
  }

  .block-blog-page {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .grid-colors {
    grid-template-columns: 1fr;
  }

  .template-info {
    flex-direction: column;
  }

  .grid-licensing {
    grid-template-columns: 1fr;
  }

  .licensing {
    height: 180px;
  }

  .utility-page-content {
    padding-left: 7%;
    padding-right: 7%;
  }

  .collection-item-blog-2 {
    grid-template-columns: 1fr;
  }

  .content-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid-footer-2 {
    grid-column-gap: 5px;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .grid-menu-item-dicono1 {
    grid-template-columns: 1fr;
    padding: 15px 20px;
  }

  .image-dicono-di-noi {
    text-align: center;
    object-fit: contain;
    min-width: 100px;
    max-width: 230px;
    overflow: hidden;
  }

  .langauge-line-break {
    background-color: #1f411e;
  }

  .language-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .language-link {
    color: #1f411e;
    font-size: 16px;
  }

  .flag-3 {
    background-image: url('../images/olanda.svg');
  }

  .flag-2 {
    background-image: url('../images/germania.svg');
  }

  .language-list {
    background-color: #f4e1c2;
    line-height: 100%;
  }

  .content-3 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

#w-node-_072b262a-8b2b-b26b-b2d6-fdb70a6317cd-b7911619, #w-node-_4643285b-d2db-eb6b-7684-eee851871795-b7911619, #w-node-_453068fd-74cf-44d8-263f-abd171130391-b7911619, #w-node-_285f215a-84e3-4128-cc9b-3324c9022448-b7911619, #w-node-_2ebd1465-9fe8-1a25-4355-ad7d9b6959b2-b7911619, #w-node-_43195829-bf06-45dd-2aff-7d46da8e5274-b7911619, #w-node-_185eb2d5-4ad5-7355-a4b9-5b2c4d526a78-b7911619, #w-node-_04c03004-5657-22a6-57d8-6010a19da621-b7911619, #w-node-_04c03004-5657-22a6-57d8-6010a19da625-b7911619, #w-node-_2cfc754e-e903-afc8-bfbb-ecb3aa44b3f9-b7911619, #w-node-_2cfc754e-e903-afc8-bfbb-ecb3aa44b3fd-b7911619 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96c5ff3d-3717-6b45-3c11-fab87cee9a7a-b7911619 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_556ced9a-efb0-bb0c-c35d-f44945193d3c-b7911619 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-_666ae713-24b7-f6fe-2098-74254afba9ce-b7911619 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-ef21cce3-7ff0-4a03-c400-fc13cd349111-cd349110, #w-node-ef21cce3-7ff0-4a03-c400-fc13cd34911a-cd349110, #w-node-ef21cce3-7ff0-4a03-c400-fc13cd34911f-cd349110, #w-node-_48420263-1c19-64e3-43a7-65cda815b4f5-a815b4f3, #w-node-_48420263-1c19-64e3-43a7-65cda815b4ff-a815b4f3, #w-node-_48420263-1c19-64e3-43a7-65cda815b50a-a815b4f3, #w-node-_48420263-1c19-64e3-43a7-65cda815b50f-a815b4f3, #w-node-_48420263-1c19-64e3-43a7-65cda815b51f-a815b4f3, #w-node-e6569fc6-9517-f663-ac99-6c7694a662da-b791161b, #w-node-_072b262a-8b2b-b26b-b2d6-fdb70a6317cd-b791161c, #w-node-_4643285b-d2db-eb6b-7684-eee851871795-b791161c, #w-node-_453068fd-74cf-44d8-263f-abd171130391-b791161c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0e37adc-b8d2-e5e2-43d2-a69b826c03be-b791161c {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-c4161369-6dfe-8a54-0267-dd8d9be37557-b791161c {
  grid-area: 2 / 4 / 4 / 7;
}

#w-node-_4f09ebb3-6628-89fc-637d-04f95d7aa543-b791161c {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-cf93d8a9-86bf-3554-7536-0f3beeac0833-b791161c, #w-node-cf93d8a9-86bf-3554-7536-0f3beeac0826-b791161c, #w-node-_89476101-622c-4c1b-9427-976c4dced22f-b791161c, #w-node-_89476101-622c-4c1b-9427-976c4dced233-b791161c, #w-node-_072b262a-8b2b-b26b-b2d6-fdb70a6317cd-b791161d, #w-node-_4643285b-d2db-eb6b-7684-eee851871795-b791161d, #w-node-_453068fd-74cf-44d8-263f-abd171130391-b791161d, #w-node-be7bea6e-4f20-cfda-4378-d38e965ba010-b791161d, #w-node-_11565385-eb90-55fa-79ea-e95481641fb3-b791161d, #w-node-_399d5747-1e03-713b-45e3-c7b7b84e65bb-b791161d, #w-node-_76bf7682-013d-7e9b-5a42-b6f477bd8da4-b791161d, #w-node-_836018b2-20e5-a576-7f85-347cd57c93ae-b791161d, #w-node-d2280f41-b1ef-e0e8-70d4-fe97b4390cb4-b791161e, #w-node-_08174df9-0296-069b-235d-fec40ea59992-b791161e, #w-node-_08174df9-0296-069b-235d-fec40ea59997-b791161e, #w-node-_08174df9-0296-069b-235d-fec40ea5999c-b791161e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0959e999-e7a2-ff5c-d13a-aabfb9c9566f-b791161e {
  grid-area: Area;
}

#w-node-_5ce8afcc-73f1-e54e-72f5-98e24de736ca-b791161e, #w-node-_5ce8afcc-73f1-e54e-72f5-98e24de736cc-b791161e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ce821cc-e91b-8953-beba-66eeb54bd2d6-b791161e {
  grid-area: Area;
}

#w-node-_3ce821cc-e91b-8953-beba-66eeb54bd2d7-b791161e, #w-node-_3ce821cc-e91b-8953-beba-66eeb54bd2d9-b791161e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23775c7e-532b-800b-8b3a-437cd7434aec-b791161e {
  grid-area: Area;
}

#w-node-_23775c7e-532b-800b-8b3a-437cd7434aed-b791161e, #w-node-_23775c7e-532b-800b-8b3a-437cd7434aef-b791161e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00667576-d9e7-9c49-5973-335cba6ecfa2-b791161e {
  grid-area: Area;
}

#w-node-_00667576-d9e7-9c49-5973-335cba6ecfa3-b791161e, #w-node-_00667576-d9e7-9c49-5973-335cba6ecfa5-b791161e, #w-node-_072b262a-8b2b-b26b-b2d6-fdb70a6317cd-b791161f, #w-node-_4643285b-d2db-eb6b-7684-eee851871795-b791161f, #w-node-_453068fd-74cf-44d8-263f-abd171130391-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a42088-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a4208a-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a4208c-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a4208f-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a42091-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a42093-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a42096-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a42098-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a4209a-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a4209d-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a4209f-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420a1-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420a4-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420a6-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420a8-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420b7-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420b9-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420bb-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420be-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420c0-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420c5-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420c8-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420ca-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420cc-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420cf-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420d1-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420d3-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420d6-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420d8-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420da-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420e9-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420eb-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420ed-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420f0-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420f2-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420f4-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420f7-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420f9-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420fb-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a420fe-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a42100-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a42102-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a42105-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a42107-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a42109-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a4210c-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a4210e-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a42110-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a4211f-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a42121-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a42123-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a42126-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a42128-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a4212a-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a4212d-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a4212f-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a42131-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a42134-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a42136-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a42138-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a4213b-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a4213d-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a4213f-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a42142-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a42144-b791161f, #w-node-_2f77d06b-4be5-0e26-cb49-bce5a2a42146-b791161f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_96c5ff3d-3717-6b45-3c11-fab87cee9a7a-b7911619, #w-node-_556ced9a-efb0-bb0c-c35d-f44945193d3c-b7911619, #w-node-_666ae713-24b7-f6fe-2098-74254afba9ce-b7911619 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a0e37adc-b8d2-e5e2-43d2-a69b826c03be-b791161c {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c4161369-6dfe-8a54-0267-dd8d9be37557-b791161c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f09ebb3-6628-89fc-637d-04f95d7aa543-b791161c {
    order: -100;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}