@font-face {
  font-family: Merriweather;
  src: url('../fonts/Merriweather-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Merriweather;
  src: url('../fonts/Merriweather-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Merriweather;
  src: url('../fonts/Merriweather-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --bg-dark: #1d1917;
  --golden: #d79e20;
  --black: #000;
  --gold: #7b6e4b;
  --golden-1: #d79e20;
  --brown: #1f1510;
  --danet-color-1: #c92228;
  --blue: #3719ca;
  --white-smoke: #f5f5f7;
  --color-light: #fdf5e8;
}

body {
  color: var(--white);
  font-family: Suisseintl;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7rem;
  font-weight: 500;
  line-height: .9;
}

.home-hero_heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  letter-spacing: -.05em;
  text-transform: uppercase;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: .7;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.body {
  background-color: var(--bg-dark);
  letter-spacing: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.body.dark {
  background-color: var(--bg-dark);
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
}

.global-style {
  display: none;
}

.home-hero_heading-wrapper {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.home-hero_images-wrapper {
  width: 15rem;
  height: 15rem;
  display: none;
  position: absolute;
  top: 0;
  right: .5rem;
}

.home-hero_image {
  aspect-ratio: 1;
  transform-origin: 50% 100%;
  width: 100%;
  transition: all 1s cubic-bezier(.77, 0, .175, 1);
  position: absolute;
  top: 0%;
  left: 0%;
  transform: scale(0)translate(0, 8rem);
}

.home-hero_image.active {
  transform-origin: 50% 0;
  transform: scale(1)translate(0);
}

.home-hero_image.active.completed {
  transform: scale(0)translate(0, -8.6rem);
}

.home-hero__words {
  letter-spacing: 0;
  text-transform: none;
  width: 4.1em;
  height: 1.2em;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  transition: all .8s cubic-bezier(.77, 0, .175, 1);
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.home-hero__things-text {
  z-index: 1;
  color: var(--golden);
  letter-spacing: 0;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.rotating-text__embed {
  display: none;
}

.button-wrapper {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hero {
  z-index: 1;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.background-video {
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.categories {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  width: 100%;
  position: relative;
}

.abs-image {
  opacity: .7;
  object-fit: cover;
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

.slider_list-item {
  flex: none;
  width: 20rem;
  max-width: 20rem;
}

.slider_list-item.swiper-slide {
  flex: none;
  width: 19%;
  min-width: 19%;
  max-width: none;
  height: auto;
  margin-left: .5%;
  margin-right: .5%;
  position: relative;
}

.slider_list-item.swiper-slide.list {
  cursor: pointer;
  border-radius: 20px;
  width: 32.3%;
  min-height: auto;
  margin-left: .5%;
  margin-right: .5%;
}

.slider_item-wrapper {
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  height: 450px;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider_list-wrapper.swiper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
}

.number-text {
  z-index: 1;
  color: var(--black);
  justify-content: center;
  align-items: center;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content-text {
  z-index: 2;
  background-color: var(--black);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 0 10px 30px #000000fa;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: auto;
  padding: .5rem 1rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  transition: all .2s;
  display: flex;
  position: static;
  inset: auto 0%;
}

.content-text:hover {
  background-size: auto 20px, 1px 20px;
}

.primary-btn {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #eff3f6;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 46px;
  margin-right: 10px;
  padding: 0;
  font-size: .7rem;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.swiper_component {
  align-items: center;
  width: 100%;
  height: 500px;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.slider_list {
  display: flex;
}

.slider_list.swiper-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 500px;
}

.slider_list.swiper-wrapper.list {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slider_list.swiper-wrapper.center {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  justify-content: center;
  align-items: flex-start;
}

.slider-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 2rem 0 4rem;
  display: flex;
  position: absolute;
}

.number-area {
  z-index: 10;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 2rem;
  margin-right: 0;
  font-size: .8rem;
  display: flex;
  position: relative;
  inset: 0% auto 0;
}

.slider {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
}

.text-wrapper {
  color: #fff;
  background-color: #a3000000;
  height: 1rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: .8rem;
  position: absolute;
  overflow: hidden;
}

.cursor-dot {
  background-color: var(--golden);
  opacity: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 400px;
  transition: height .3s, width .3s, opacity .3s;
  display: flex;
  position: relative;
}

.cursor-move {
  display: flex;
}

.cursor-icon {
  opacity: 0;
  transition: all .2s;
  position: absolute;
  transform: translate(0, 100%);
}

.cursor-dot-accent {
  opacity: 0;
  background-color: #fff;
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
  transition: opacity .3s;
  position: absolute;
}

.cursor-dot-accent.right {
  background-color: var(--golden);
  right: -1rem;
}

.cursor-dot-accent.left {
  background-color: var(--golden);
  left: -1rem;
}

.cursor-text {
  font-family: Truenorthrough;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .3s;
}

.cursor {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.cursor.no-click {
  height: 500px;
  position: absolute;
  inset: 0%;
}

.content-1 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0 2rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.2rem;
  display: flex;
}

.menu-wrapper {
  z-index: 199;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--golden);
  cursor: pointer;
  background-color: #c2c2c200;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Truenorthrough;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.menu-wrapper:hover {
  opacity: .6;
}

.online-icon {
  width: 30px;
  margin-right: .5rem;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  transition: all .2s;
  display: none;
}

.nav_button_line {
  background-color: #fff;
  width: 50%;
  height: 2px;
}

.header-left {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  transition: all .2s;
  display: flex;
}

.lang-tr {
  color: #fff;
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.lang-tr:hover {
  opacity: .5;
}

.lang-tr.right-space {
  width: 60px;
  margin-right: 0;
  transition: all .2s;
}

.lang-tr.right-space:hover {
  opacity: 1;
}

.header-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.search {
  color: #fff;
  background-color: #0000;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.search:hover {
  opacity: .6;
  background-color: #0000;
  border-radius: 500px;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100px;
  padding-left: 0;
  transition: all .2s;
  display: flex;
}

.nav-link {
  color: #fff;
}

.header {
  z-index: 101;
  border-bottom: 1px #fff;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  transition: all .2s;
  display: flex;
  position: fixed;
}

.ico-w {
  width: 25px;
  max-width: none;
  height: 25px;
  display: block;
  position: static;
}

.navbar {
  z-index: 99;
  background-color: #ddd0;
  width: 100%;
  height: 100px;
  transition: all .2s;
  display: flex;
}

.nav_button {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--white);
  background-color: #fff0;
  border: 1px #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.nav_button:hover {
  color: var(--gold);
}

.nav_button:active {
  border-style: none;
}

.nav_button:focus {
  color: var(--gold);
}

.hamburger-line-5 {
  background-color: #fff;
  width: 25px;
  height: 1px;
}

.hamburger-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 25px;
  height: 16px;
  margin-left: 12.5px;
  display: flex;
}

.open-wrap {
  cursor: pointer;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 0;
  display: none;
}

.open-wrap:hover {
  opacity: .5;
}

.header-menu-text {
  justify-content: center;
  height: auto;
  margin-bottom: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  position: static;
}

.online-link {
  color: var(--golden);
  border: .5px solid #fff0;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.online-link:hover {
  opacity: .7;
}

.logo-image {
  width: 187.28px;
  height: 80px;
}

.hamburger-line-7 {
  background-color: #fff;
  width: 15px;
  height: 1px;
}

.d-47-menu-item-text {
  z-index: 99;
  color: #000;
  letter-spacing: -1px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  padding-bottom: 6px;
  font-family: Truenorthrough;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  transition: all .2s;
  display: flex;
  position: relative;
}

.d-47-menu-item-text:hover {
  background-position: 0 59px;
  background-size: 100%;
}

.heade-link-block {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100px;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
  display: flex;
  position: absolute;
}

.menu-overlay {
  z-index: 98;
  background-color: #0009;
  display: none;
  position: fixed;
  inset: 0%;
}

.recipes {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  background-color: #1f151000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 4rem;
  display: flex;
  position: relative;
}

.recipe-header {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.1;
}

.recipe-header-group {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  max-width: 1400px;
  margin-bottom: 2rem;
  padding-left: 0%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.recipe-header-group.full {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.recipe-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: .5px solid var(--golden);
  color: var(--white);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin: .25rem;
  padding: .25rem 1rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: .9rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.recipe-link:hover {
  border-width: .5px;
  border-color: var(--golden);
  background-color: var(--golden);
  color: var(--black);
}

.recipe-link.selected {
  background-color: var(--golden);
}

.container {
  z-index: 1;
  width: 50%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.container.full {
  width: 100%;
}

.slider-custom-style {
  display: none;
}

.swiper-button-prev {
  z-index: 5;
  color: var(--black);
  cursor: pointer;
  background-color: #f8ffe9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: .8rem;
  transition: color .2s, background-color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 70% -1rem;
  transform: translate(0, 50%);
}

.swiper-button-prev:hover, .swiper-button-prev:focus-visible, .swiper-button-prev[data-wf-focus-visible] {
  color: #f8ffe9;
  background-color: #0b0c0b;
}

.swiper-button-prev._01 {
  border: 1px solid var(--golden);
  background-color: #f8ffe900;
  margin-left: 0;
  bottom: 8rem;
  left: 4rem;
}

.swiper-button-prev._01:hover {
  border-color: var(--white);
}

.swiper-button-prev._01.display {
  display: none;
}

.recipe-picture {
  background-color: #000;
  border-radius: 20px 20px 0 0;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.recipe-picture.three {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: auto;
  min-height: 450px;
}

.picture {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  width: 102%;
  max-width: none;
  height: auto;
  display: block;
  overflow: hidden;
}

.swiper_slider-wrapper {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.swiper-container {
  border-radius: 20px;
  width: 100%;
  overflow: visible;
}

.recipe-time {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: .2px none var(--golden);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  background-color: #0000001a;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 1rem;
  margin-right: 1.5rem;
  padding: .5rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.recipe-info {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: left;
  background-color: #7b6e4c00;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding: 1rem;
  font-size: 1.1rem;
  display: flex;
  position: relative;
}

.swiper-slide {
  background-color: #7c6f4c;
  border-radius: 1rem;
  flex: 0 0 49%;
  height: 100%;
  min-height: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0;
}

.swiper-slide.three {
  background-color: #20151000;
  flex-flow: column;
  flex: 1 0 32%;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
}

.swiper-button-next {
  z-index: 5;
  color: var(--black);
  cursor: pointer;
  background-color: #f8ffe9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: .8rem;
  transition: color .2s, background-color .3s;
  display: flex;
  position: absolute;
  inset: auto -1rem 70% auto;
  transform: translate(0, 50%);
}

.swiper-button-next:hover, .swiper-button-next:focus-visible, .swiper-button-next[data-wf-focus-visible] {
  color: #f8ffe9;
  background-color: #0b0c0b;
}

.swiper-button-next._01 {
  border: 1px solid var(--golden);
  background-color: #f8ffe900;
  margin-left: 4rem;
  margin-right: 0;
  font-size: .7rem;
  bottom: 8rem;
  left: 60px;
  right: auto;
}

.swiper-button-next._01:hover {
  border-color: var(--white);
}

.swiper-button-next._01.display {
  display: none;
}

.recipe-name {
  z-index: 2;
  color: var(--golden);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: auto;
  margin-bottom: auto;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.1;
  position: relative;
}

.recipe-cat {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--black);
  color: var(--white);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: 30px;
  min-height: 30px;
  margin-top: 0;
  margin-bottom: -10px;
  padding: .5rem 1rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: .9rem;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: 0% auto 0;
}

.swiper-wrapper {
  grid-column-gap: 1.5%;
  grid-row-gap: 1.5%;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.swiper-pagination {
  justify-content: flex-end;
  align-items: center;
  width: 89%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  bottom: 8rem;
  left: 4rem;
  right: 4rem;
}

.swiper-pagination.full {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
  display: none;
}

.swiper_component-2 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: static;
}

.recipeheader-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.recipeheader-block.small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}

.recipe-category {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.recipe-category.full {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 1rem;
}

.recipe-category.list {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  place-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 1rem;
}

.varius {
  background-color: #fff0;
  width: 100%;
  padding: 0;
}

.img-outer-wrapper {
  border-radius: 20px;
  width: 50%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.corporate-rigt {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 600px;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.corporate-row {
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  height: 600px;
  margin-bottom: 0;
  display: flex;
}

.corporate-row.reversed {
  flex-direction: row-reverse;
  margin-bottom: 0;
}

.read-more-wrapper {
  color: var(--golden);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.corporate-block {
  z-index: 10;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.corporate-block.open {
  background-color: #201c1900;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 4rem;
  display: flex;
}

.img-slide-overlay {
  background-color: var(--bg-dark);
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  position: absolute;
  inset: 0%;
}

.img-inner-wrapper.content-2 {
  background-image: url('../images/feed-to-feature.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.img-inner-wrapper.hero {
  background-image: url('../images/corporate.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  height: 600px;
}

.corporate-text {
  z-index: 10;
  color: var(--white);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

.subheader {
  color: var(--golden);
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}

.scroll-down_component {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block {
  text-align: center;
}

.scroll-line-wrapper {
  opacity: 0;
  height: 2.5rem;
}

.scroll-line {
  transform-origin: 50% 0;
  color: #161616;
  background-color: #fbf9fc;
  width: .5px;
  height: 100%;
}

.pill-button {
  grid-column-gap: 1.25rem;
  color: #f9f9f9;
  text-transform: uppercase;
  background-color: #404040;
  border-radius: 100px;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  min-width: 15rem;
  padding: 1.25rem 1.25rem 1.25rem 2rem;
  display: flex;
  overflow: hidden;
}

.pill-button.auto-top {
  background-color: #fdc448;
  margin-top: auto;
  padding: .65rem .65rem .65rem 1.2rem;
  text-decoration: none;
}

.footer-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: var(--white);
  background-color: #1f151000;
  border-top: 1px #72727233;
  border-bottom: 1px #72727233;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem 4rem 0;
  font-size: .9rem;
  line-height: 1.5;
  display: flex;
}

.f-right-top-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 2rem;
  padding-right: 0;
  display: grid;
}

.f-right-top-group.grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.f-right-top-group.white {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-right: 1px none var(--golden);
  border-bottom: 1px solid var(--gold);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
}

.f-link {
  color: var(--black);
  cursor: pointer;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
}

.f-link:hover {
  color: var(--golden);
  text-decoration: underline;
}

.f-link.big {
  color: var(--black);
  background-image: url('../images/arrow-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-top: 0;
  margin-bottom: .25rem;
  padding-left: 2rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.f-link.big:hover {
  color: var(--golden-1);
  background-image: url('../images/arrow-2.svg');
}

.f-link.big.white {
  color: var(--white);
  background-image: url('../images/arrow-7.svg');
  justify-content: flex-start;
  align-items: center;
  height: 25px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.f-link.big.white:hover {
  background-image: url('../images/arrow-8.svg');
}

.f-link.number {
  border-style: none;
  border-width: 1px;
  border-color: var(--golden) black;
  color: var(--black);
  text-align: left;
  letter-spacing: -1px;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.1;
}

.f-link.number:hover {
  color: var(--golden-1);
  text-decoration: none;
}

.f-link.number.white {
  color: var(--white);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 400;
  position: relative;
}

.f-link.white {
  color: var(--white);
  font-family: Merriweather, Georgia, sans-serif;
}

.f-social {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: right;
  border: .5px #72727233;
  flex-flow: wrap;
  place-content: center flex-end;
  align-items: center;
  width: 50%;
  margin: 0 0 0 0;
  padding: 2rem;
  display: flex;
}

.social {
  background-color: var(--golden);
  border: .5px #72727200;
  border-radius: 100px;
  flex-flow: column;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  transition: all .2s;
  display: flex;
}

.social:hover {
  background-color: var(--gold);
  border-style: none;
  border-color: #0033a1;
}

.social-image {
  filter: invert();
  border-radius: 100px;
}

.footer-bottom {
  color: var(--black);
  background-color: #ffffff80;
  border-top: 1px #312400;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem 4rem 2rem;
  font-size: .7rem;
  display: flex;
}

.footer-bottom.dark {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff0;
  flex-flow: column;
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.footer-bottom-left {
  grid-column-gap: .5rem;
  grid-row-gap: 0rem;
  color: var(--gold);
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: .8rem;
  display: flex;
}

.footer-left-text {
  opacity: .5;
  color: var(--black);
  margin-bottom: .25rem;
}

.footer-left-text.white {
  opacity: 100;
  color: var(--gold);
  width: 100%;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: .7rem;
  font-weight: 300;
}

.footer-left-link {
  color: var(--black);
  margin-right: .5rem;
  text-decoration: underline;
}

.footer-left-link:hover {
  color: var(--golden);
}

.footer-left-link.white {
  color: var(--gold);
  margin-right: 0;
  font-size: .7rem;
}

.footer-left-link.white:hover {
  color: var(--white);
}

.footer-right-text {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.link-mocha {
  color: var(--black);
  text-decoration: underline;
}

.link-mocha:hover {
  color: var(--golden);
}

.link-mocha.white {
  color: var(--gold);
}

.link-mocha.white:hover {
  color: var(--white);
}

.info-card {
  grid-row-gap: 5rem;
  background-color: var(--brown);
  cursor: pointer;
  background-image: linear-gradient(#1f151080, #1f151080), url('../images/saklama.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 1px #7b7b7b33;
  border-radius: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 500px;
  min-height: 400px;
  padding: 2rem;
  transition: border-color .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.info-card:hover {
  border-color: #7b7b7b99;
}

.post-item {
  border-radius: 1rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32.5%;
  height: 400px;
  min-height: auto;
  max-height: 500px;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion {
  width: 66.66%;
  margin-bottom: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion.js-accordion-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  display: flex;
}

.f-number-subtext {
  border-style: none;
  border-width: 1px;
  border-color: var(--golden) black var(--golden) var(--golden);
  color: var(--black);
  text-align: right;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1rem 0 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.3rem;
  display: flex;
}

.f-number-subtext.white {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--golden);
  text-align: left;
  font-size: 1rem;
  font-style: normal;
}

.f-number-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-right: 1px solid var(--gold);
  color: var(--black);
  text-align: center;
  border-bottom: 1px #000;
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  width: 50%;
  margin: 0 0 0;
  padding: 2rem;
  font-size: 1.2rem;
  display: flex;
}

.footer-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-style: none solid none none;
  border-width: 1px;
  border-color: var(--golden) var(--gold) var(--golden) var(--golden);
  text-align: center;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: auto;
  max-width: none;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
}

.f-left-head {
  color: var(--black);
  text-align: left;
  margin-bottom: 1rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.f-left-head.white {
  color: var(--golden);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.form {
  border-bottom: 1px #000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-field {
  border: 1px solid var(--gold);
  background-color: var(--bg-dark);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  margin-bottom: 0;
  margin-right: .25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: .9rem;
  display: flex;
}

.text-field:hover {
  border-color: var(--golden-1);
  background-color: #d79f2000;
}

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

.submit-button {
  background-color: var(--golden-1);
  color: var(--black);
  border-radius: 10px;
  width: auto;
  height: 50px;
  margin-top: 0;
  margin-right: 10px;
  padding: .25rem 1rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  position: static;
  inset: 0% 0% 0% auto;
}

.submit-button:hover {
  background-color: var(--gold);
  color: var(--white);
}

.f-left-center {
  color: var(--black);
  text-align: left;
  margin-bottom: 1rem;
  font-family: "Source Sans 3";
  font-size: 1.1rem;
  line-height: 1.2;
}

.image-10 {
  width: 100px;
  margin-left: .5rem;
  margin-right: .5rem;
}

.div-block-235 {
  margin-top: 2rem;
}

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

.max-w-40px {
  border: 1px none var(--gold);
  border-radius: 100px;
  max-width: 60px;
  margin-right: .5rem;
}

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

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.instagram-feed---icon-inside {
  background-image: linear-gradient(90deg, var(--golden), var(--gold));
  color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  display: flex;
}

.color-accent-1 {
  color: var(--golden);
}

.instagram-feed---image {
  object-fit: cover;
  border-radius: 1rem;
  width: 300px;
  height: 300px;
}

.instagram-feed---image-overlay {
  z-index: 1;
  transform-origin: 0%;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-feed---image-wrapper {
  z-index: 1;
  border-radius: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.instagram-feed---image-wrapper.border-radius-0 {
  background-color: #fff;
  border-radius: 0;
  width: 25%;
  padding: 1rem 1rem 3rem;
  position: absolute;
  left: auto;
  right: auto;
}

.instagram-feed---image-wrapper.border-radius-0._001 {
  background-color: #fff0;
  border-radius: 1.5rem;
  margin-left: -66%;
  padding: 0;
  left: auto;
  right: auto;
  transform: rotate(15deg);
}

.instagram-feed---image-wrapper.border-radius-0._002 {
  z-index: 2;
  background-color: #fff0;
  border-radius: 1.5rem;
  margin-top: 15%;
  margin-left: -40%;
  padding: 0;
  top: 0%;
  left: auto;
  transform: rotate(-10deg);
}

.instagram-feed---image-wrapper.border-radius-0._003 {
  z-index: 3;
  background-color: #fff0;
  border-radius: 1.5rem;
  margin-top: 5%;
  padding: 0;
}

.instagram-feed---image-wrapper.border-radius-0._004 {
  z-index: 2;
  background-color: #fff0;
  border-radius: 1.5rem;
  margin-top: 15%;
  margin-right: -40%;
  padding: 0;
  top: 0;
  right: auto;
  transform: rotate(10deg);
}

.instagram-feed---image-wrapper.border-radius-0._005 {
  z-index: 4;
  background-color: #fff0;
  border-radius: 1.5rem;
  margin-right: -66%;
  padding: 0;
  right: auto;
  transform: rotate(-15deg);
}

.text-200 {
  line-height: 20px;
}

.text-200.bold {
  color: var(--black);
  font-weight: 700;
}

.color-neutral-800 {
  color: #211f54;
}

.color-neutral-800.hover-color-accent-1:hover {
  color: #4a3aff;
}

.soaial-head {
  color: var(--black);
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.soaial-head.dark {
  color: var(--white);
  font-size: 2.3rem;
  line-height: 1.3;
}

.flex {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 600px;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.flex.align-center {
  align-items: center;
}

.flex.align-center.gap-column-12px {
  grid-column-gap: 12px;
  color: var(--black);
}

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

.footers {
  background-image: linear-gradient(#ddd6cf, #fff 25%);
  width: 100%;
  padding-top: 4rem;
}

.footers.dark {
  background-image: none;
  padding-top: 0;
}

.page-desc {
  color: var(--white);
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.page-desc.recipe {
  margin-bottom: 2rem;
  padding-left: 1rem;
  font-size: 1.2rem;
  line-height: 1.3;
}

.product-image {
  z-index: 0;
  background-color: var(--bg-dark);
  justify-content: center;
  align-items: flex-start;
  height: 450px;
  margin-top: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-name {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 2px none var(--danet-color-1);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.page-name.corporate {
  border-bottom: 1px none var(--gold);
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  padding-bottom: 3rem;
}

.page-name.center {
  border-bottom: 1px none var(--gold);
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.page-name.all-head {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px none var(--gold);
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: static;
}

.head-block {
  z-index: 1;
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.product-head-content {
  z-index: 3;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
}

.breadcrumb-arrow {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.breadcrom-link {
  color: var(--gold);
  font-family: Merriweather, Georgia, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
}

.breadcrom-link:hover {
  color: var(--white);
  text-decoration: underline;
}

.image-overlay-product {
  z-index: 2;
  background-color: #0000;
  background-image: linear-gradient(#000, #0000 57%);
  display: block;
  position: absolute;
  inset: 0%;
}

.page-head {
  color: var(--golden);
  letter-spacing: 0;
  text-transform: none;
  text-overflow: ellipsis;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 3em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.page-head.cororate {
  text-align: left;
}

.innter-picture {
  z-index: 0;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  position: absolute;
  inset: -50% auto 0%;
}

.breadcrumb {
  opacity: 1;
  color: var(--gold);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0 0 0 .5rem;
  font-size: .8rem;
  text-decoration: none;
  display: flex;
}

.breadcrumb.center {
  justify-content: center;
  align-items: center;
}

.menu-button {
  margin-left: 24px;
  padding: 0;
}

.menu-button:hover {
  opacity: .7;
}

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

.sticky-container {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.sidebar {
  z-index: 4;
  background-color: #fff0;
  border-left: 1px #50565d1a;
  border-right: 1px #72727233;
  width: 30%;
  padding-top: 7rem;
  position: relative;
}

.right-nav-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-top: 2rem;
  display: flex;
}

.menu-link {
  color: var(--white);
  text-align: right;
  letter-spacing: 0;
  cursor: pointer;
  background-image: url('../images/arrow-4.svg');
  background-position: -300%;
  background-repeat: no-repeat;
  background-size: auto 3px;
  border-left: 1px #72727200;
  border-right: 0 #68bd49;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0 4rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  transition: all .2s;
}

.menu-link:hover {
  color: var(--golden);
}

.menu-link:focus {
  color: var(--golden);
  border-left-color: #72727200;
}

.menu-link.w--current {
  color: var(--golden);
  text-align: right;
  letter-spacing: 0;
  -webkit-text-stroke-color: #e43e30;
  text-transform: none;
  cursor: pointer;
  background-color: #e43e3000;
  background-image: url('../images/arrow-4.svg');
  background-position: 0%;
  background-size: 45px;
  border: 1px #000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-height: 50px;
  margin: 0;
  padding: 0 0 0 4rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.menu-link.w--current:hover {
  color: var(--golden);
}

.menu-link.small {
  background-position: 0%;
  background-size: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
}

.menu-link.small.w--current {
  background-size: 40px;
  font-size: 1.5rem;
}

.menu-head {
  opacity: 1;
  color: var(--gold);
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.contents {
  z-index: 6;
  background-color: #fff0;
  min-height: 600px;
  margin-top: -2rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.contents.top-space {
  margin-top: 0;
  padding-top: 8rem;
}

.contents.center {
  justify-content: center;
  align-items: flex-start;
}

.sticky {
  z-index: 998;
  background-color: #fff0;
  border-top: 3px #c10c15;
  border-radius: 2px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 1400px;
  height: auto;
  min-height: auto;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: sticky;
  top: 102px;
}

.sticky.navigation {
  z-index: 5;
  box-shadow: none;
  background-color: #fff0;
  border-top-style: none;
  border-left: 1px #72727233;
  border-right: 1px #ffffff21;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 92vh;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 4rem;
  padding-right: 0;
  transition: all .6s cubic-bezier(.645, .045, .355, 1);
  position: sticky;
  top: 120px;
  overflow: visible;
}

.contenth3 {
  color: var(--golden);
  letter-spacing: 0;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.menu-sub-group {
  border-bottom: 1px #68bd49;
  border-left: 1px #e43e30;
  border-right: 1px #e43e30;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  height: auto;
  max-height: none;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.page-text {
  color: #000;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
}

.picture-content {
  color: #e43e30;
  background-image: linear-gradient(#000000ab, #0000), url('../images/pict-2.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 5px;
  width: 100%;
  min-height: 500px;
  margin-bottom: 4rem;
  padding-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: 1.3rem;
}

.product-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #333;
  border: 1px #ffffff21;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  padding: 0;
  font-size: 1rem;
  display: flex;
  overflow: hidden;
}

.menu-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-top: 0;
  padding-bottom: 1rem;
  display: flex;
}

.icon-card {
  perspective: 1000px;
  cursor: alias;
  width: auto;
  min-width: auto;
  margin: .5rem;
  position: static;
}

.content-section {
  z-index: 1;
  background-color: #fff0;
  border: 1px #ffffff21;
  justify-content: space-between;
  width: 100%;
  padding: 0 4rem;
  display: flex;
  position: relative;
}

.content-section.center {
  justify-content: center;
  align-items: flex-start;
}

.sub-part {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-radius: 5px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.section-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  padding: 0;
  font-size: 1rem;
  display: flex;
}

.section-wrapper.corporate {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  width: 70%;
  max-width: none;
}

.section-wrapper.recipe {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  width: 100%;
  max-width: 1400px;
}

.section-wrapper.general {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  overflow: visible;
}

.right-nav {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.sub-link {
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  cursor: pointer;
  background-image: url('../images/arrow-1_1.svg');
  background-position: 6%;
  background-repeat: no-repeat;
  background-size: 0 0;
  border: 1px #d79e2000;
  border-radius: 100px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0 .5rem 3rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
}

.sub-link:hover {
  color: var(--golden);
  border-style: none;
  font-size: 1rem;
  font-weight: 400;
}

.sub-link:active {
  color: var(--golden);
  font-size: 1rem;
  font-weight: 400;
}

.sub-link:focus {
  color: var(--golden);
  border-style: none;
  border-color: #000;
  font-size: 1rem;
  font-weight: 400;
}

.sub-link:focus-visible, .sub-link[data-wf-focus-visible] {
  border-style: none;
  border-color: #000;
}

.sub-link.w--current {
  border: 1px solid var(--golden);
  color: var(--golden);
  background-image: url('../images/arrow-1_1.svg');
  background-position: 14px;
  background-size: 25px;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 0;
  padding: .5rem 1rem .5rem 3rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.sub-link.w--current:hover {
  color: var(--golden);
  font-size: 1.4rem;
  font-weight: 400;
}

.sub-link.w--current:active {
  font-size: 1.2rem;
  font-weight: 600;
}

.photo-section_svg-contain {
  width: 100%;
  padding-top: 16%;
  position: absolute;
  inset: 0% 0% auto;
}

.photo-section_svg-contain.is-bottom {
  z-index: 3;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.mask-embed {
  z-index: 2;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.mask-embed.is-bottom {
  width: 102%;
  margin-bottom: -6px;
  inset: auto 0% 0%;
}

.card-button-icon-inner-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
}

.card-button-wrapper {
  justify-content: center;
  align-items: center;
  height: 38%;
  display: flex;
  position: absolute;
  inset: auto 0% -8%;
}

.card {
  border: 1px solid var(--gold);
  background-color: var(--bg-dark);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: .5rem;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  height: 400px;
  margin: 0%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card:hover {
  border-color: var(--golden);
}

.card.all {
  background-color: #fff0;
  border: 1px #f3efea;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.card.product {
  background-color: #fff0;
  border: 1px #f3efea;
  flex: 1 0 32%;
  width: auto;
  height: 200px;
}

.card-button-icon {
  z-index: auto;
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.paragraph-light {
  opacity: .6;
  color: var(--golden);
  text-align: center;
  font-family: Merriweather, Georgia, sans-serif;
}

.card-content-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #f9f7f500;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 30%;
  padding: 1.5rem;
  display: flex;
}

.card-content-2.all {
  height: 100%;
}

.card-button {
  z-index: 99;
  background-color: var(--golden);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
}

.card-button.all {
  background-color: var(--golden);
}

.pict {
  width: auto;
  max-width: none;
  height: 100%;
  margin-top: 0%;
}

.display-s {
  color: var(--white);
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2em;
}

.card-button-icon-absolute {
  z-index: auto;
  color: var(--black);
  text-overflow: clip;
  overflow-wrap: normal;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
  top: 100%;
}

.card-image {
  z-index: 2;
  object-fit: cover;
  background-color: #fff0;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  height: 70%;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-button-icon-outer-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 30px;
  height: 30px;
  display: flex;
  overflow: hidden;
}

.card-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  height: auto;
  display: grid;
}

.product-badge {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  transform: scale(.8);
}

.icon-badge {
  width: 50px;
}

.icon-badge.big {
  width: 60px;
}

.icon-badge.big._01 {
  filter: hue-rotate(58deg);
}

.icon-badge.big._02 {
  filter: hue-rotate(252deg);
}

.icon-badge.big._03 {
  filter: saturate(400%) hue-rotate(24deg);
}

.icon-badge.big._04 {
  filter: hue-rotate(342deg) saturate(500%);
}

.sticky-content {
  float: right;
  border: 2px #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 700px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10rem 4rem 4rem;
  display: flex;
}

.sticky-content.dark, .sticky-content.center {
  background-color: #f4efeb00;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4rem;
}

.mobile-image {
  margin-bottom: 20px;
  display: none;
}

.section-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-head {
  z-index: 5;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 2rem;
  margin-left: 1rem;
  font-family: Truenorthrough;
  font-size: 2em;
  font-weight: 300;
  line-height: 1em;
  position: relative;
}

.sticky-head.display {
  display: none;
}

.product-sticky-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  display: flex;
  overflow: visible;
}

.sticky-text-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.section-3, .section-1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-product {
  background-color: #f9f7f500;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 2rem;
  transition: opacity .2s ease-in;
  display: flex;
}

.section-grid {
  z-index: 10;
  grid-template: "Area Area-2" 20vw
                 "Area Area-2"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 700px;
  margin-top: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-grid._2 {
  width: 100%;
  height: auto;
}

.section-grid._3 {
  width: 100%;
  height: 100vh;
}

.product-bg {
  background-color: var(--bg-dark);
  transform-origin: 100% 0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4rem;
  display: flex;
}

.product-bg._3 {
  background-color: #1d191700;
  background-image: url('../images/003.webp');
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.product-bg._2 {
  background-color: #1d191700;
  background-image: url('../images/002.webp');
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.images-content-wrapper {
  color: var(--bg-dark);
  border-radius: 0 1rem 1rem 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-height: auto;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.product-pict {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 90%;
  margin-top: 0;
}

.product-sub-text {
  color: var(--white);
  letter-spacing: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.product-icowrap {
  margin-top: auto;
  margin-bottom: 0;
  position: relative;
}

.product-size {
  border: 2px none var(--black);
  opacity: .8;
  color: var(--white);
  text-align: left;
  border-radius: 100px;
  width: auto;
  margin: .125rem;
  padding: .125rem 1rem .25rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: .9rem;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.product-size:hover {
  border-color: var(--golden);
  opacity: 100;
  color: var(--white);
  background-color: #d79e2033;
}

.product-size.active {
  border-style: solid;
  border-color: var(--golden);
  background-color: var(--golden);
  opacity: 100;
  color: var(--black);
  background-image: url('../images/arrow-2_1.svg');
  background-position: 8%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin: 0;
  padding-left: 2rem;
  font-size: .9rem;
}

.product-name {
  color: var(--golden);
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.size-group {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 2px solid var(--golden);
  background-color: #fdf5e800;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: auto;
  padding: .25rem;
  display: flex;
}

.button-2 {
  z-index: 10;
  color: #000;
  text-align: center;
  background-color: #e2ebf0;
  border: 1px #d1dfe4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 8rem;
  padding: .875rem 1.875rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button-n {
  background-color: var(--danet-color-1);
  border: 5px solid #0000;
  border-radius: 10em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button-n:hover {
  background-color: var(--golden);
  width: auto;
}

.button-inside {
  z-index: 2;
  grid-column-gap: .5em;
  opacity: 1;
  color: var(--white);
  -webkit-text-stroke-width: 0px;
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 1px #0000;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  transition: all .4s;
  display: flex;
  position: static;
  inset: 1%;
}

.button-inside:hover {
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
}

.button-bg {
  z-index: 1;
  background-color: var(--danet-color-1);
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  border: 1px solid #51515100;
  border-radius: 10em;
  font-size: .9rem;
  transition: all .4s;
  position: relative;
}

.button-bg:hover {
  background-color: var(--golden);
  color: var(--white);
}

.shop-btton {
  align-items: center;
  width: auto;
  height: auto;
  font-size: 1rem;
  transition: all .2s;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0;
}

.shop-btton:hover {
  width: auto;
}

.border-gradient {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #67c04d00;
  border: 5px #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 200%;
  min-height: 50rem;
  position: absolute;
  transform: rotate(-55deg);
}

.value-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fdc44800;
  border-top: 2px #000;
  border-bottom: 1px #000;
  border-radius: 0;
  flex-flow: wrap;
  width: 100%;
  margin-bottom: auto;
  padding: 0;
  display: flex;
  overflow: visible;
}

.info-text {
  border-bottom: 1px none var(--danet-color-1);
  color: var(--white);
  text-align: center;
  white-space: normal;
  background-color: #fff0;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-right: auto;
  padding: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: .7rem;
  font-style: normal;
  font-weight: 700;
}

.value-group {
  border: .5px solid var(--gold);
  background-color: var(--bg-dark);
  color: var(--white);
  text-align: center;
  border-radius: .7rem;
  flex-flow: row;
  place-content: flex-start space-between;
  align-items: center;
  width: 49%;
  min-width: auto;
  height: auto;
  margin: 0;
  padding: .25rem .25rem .25rem .5rem;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.value-group:hover {
  border-color: var(--white);
  color: var(--golden);
}

.product-number-span {
  border: 1px solid var(--gold);
  color: var(--gold);
  text-align: center;
  letter-spacing: -1px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: 1rem;
  padding-right: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
  display: flex;
}

.card-button-wrapper-copy {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.online-shop-link {
  color: var(--black);
  justify-content: space-between;
  width: 100%;
  font-family: Truenorthrough;
  display: flex;
}

.bottom-text {
  border: 1px none var(--white);
  color: var(--white);
  text-align: center;
  white-space: normal;
  background-color: #1d191700;
  border-radius: 0;
  width: auto;
  margin-bottom: 0;
  padding: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.text-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  place-content: space-between space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: .7rem;
  display: flex;
  position: relative;
}

.fixed-menu {
  z-index: 101;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-right: 1px #9c9c9c3b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 100vh;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  bottom: 0;
}

.anchor-link {
  border: .11rem solid var(--white);
  opacity: 1;
  transform-origin: 0 100%;
  color: #fff;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #8d8d8d00;
  border-radius: 100px;
  align-items: center;
  width: .75rem;
  min-width: .75px;
  height: .75rem;
  min-height: .75px;
  margin-top: .25rem;
  margin-bottom: .25rem;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color .25s cubic-bezier(.215, .61, .355, 1), height .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.anchor-link.w--current {
  border-width: .2rem;
  border-color: var(--golden);
  opacity: 1;
  color: var(--golden);
  cursor: pointer;
  background-color: #0f131600;
  justify-content: flex-start;
  align-items: center;
  height: 2.25rem;
  font-size: 1.3rem;
  transition: background-color .25s cubic-bezier(.215, .61, .355, 1), height .4s cubic-bezier(.25, .46, .45, .94);
}

.tooltip {
  transform-origin: 0 100%;
  color: #333;
  background-color: #fff;
  background-image: linear-gradient(#f5f5f5, #fff);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40px;
  margin-top: -61px;
  margin-left: 3px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: 0% auto;
  box-shadow: 0 11px 20px -2px #0003;
}

.tooltippin {
  margin-top: 0;
  position: absolute;
  inset: auto auto -18px 0%;
}

.tooltiptext {
  color: var(--black);
  letter-spacing: -.3px;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  font-family: Merriweather, Georgia, sans-serif;
  font-weight: 700;
  position: relative;
}

.tarif-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.d-105-3d-wrapper {
  perspective: 1000px;
  border: 1px solid #fff3;
  border-radius: 10px;
  width: 49%;
  height: 350px;
  margin: .5%;
  display: none;
  position: relative;
  overflow: visible;
}

.d-105-3d-wrapper:hover {
  width: 49%;
  margin-left: .5%;
  margin-right: .5%;
  overflow: hidden;
}

.barkod-wrap-area {
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.barkod-wrap {
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  font-size: .7rem;
  display: flex;
}

.barkod-wrap.right {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.barkod-picture {
  background-color: var(--white);
  border-radius: 5px;
  height: 80px;
  padding: .25rem;
}

.barkod-info {
  border-top: 1px none var(--white);
  color: var(--white);
  margin-bottom: .5rem;
  padding-top: .5rem;
  font-family: Merriweather, Georgia, sans-serif;
}

.all-button {
  border: 1px solid var(--gold);
  border-radius: 500px;
  width: 150px;
  height: 150px;
}

.all-button:hover {
  border-color: var(--golden);
}

.product-name-next {
  color: var(--white);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.5rem;
}

.inline-menu-text {
  white-space: nowrap;
  width: auto;
  margin-left: 1rem;
  font-family: Merriweather, Georgia, sans-serif;
  display: none;
  position: absolute;
}

.menu_link {
  color: #fff;
  border-top: .5px solid #ffffff36;
  border-bottom: .5px solid #ffffff36;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem 1.5rem 3rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.menu_link:hover {
  color: #ffffffb3;
}

.menu_link.opens-more {
  color: #fff;
  border-top: .2px solid #ffffff36;
  border-bottom: .5px #ffffff36;
  padding-left: 3rem;
  padding-right: 3rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.2rem;
}

.menu_link.opens-more.mobile {
  display: none;
}

.menu_link.go-back {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  border-bottom-width: .5px;
  border-bottom-color: #ffffff36;
  justify-content: flex-start;
  font-family: Merriweather, Georgia, sans-serif;
}

.menu_link.sub-link {
  color: #fff;
  background-image: url('../images/breadcrmb-arrow.svg');
  background-position: 7%;
  background-repeat: no-repeat;
  background-size: 4px;
  border-top: .2px solid #ffffff36;
  border-bottom-width: .2px;
  border-bottom-color: #ffffff36;
  border-radius: 0;
  padding: 1rem 3rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
}

.feature-text {
  opacity: .2;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: opacity .2s;
}

.vingette {
  z-index: 100;
  opacity: .5;
  pointer-events: none;
  mix-blend-mode: normal;
  background-image: linear-gradient(270deg, #000000b3, #031b1e00 9%), linear-gradient(0deg, #000000b3, #031b1e00 10%), linear-gradient(90deg, #000000b3, #031b1e00 10%), linear-gradient(#000000b3, #031b1e00 13%);
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.socials {
  background-color: #ddd7cf;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.socials.dark {
  background-color: #ddd7cf00;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.social-back {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: radial-gradient(circle, #a3978b 10%, #ddd6cf 22%);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  height: 600px;
  display: flex;
  position: relative;
}

.social-back.dark {
  background-image: none;
}

.footer-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--gold);
  border-radius: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  padding: 0;
  display: flex;
  position: relative;
}

.social-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.social-link {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.link-block-7 {
  text-decoration: none;
}

.f-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-left: 1px #000;
  flex-flow: wrap;
  justify-content: space-between;
  width: 50%;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.f-social-text {
  color: var(--black);
  width: 100%;
}

.f-social-text.white {
  color: var(--white);
  text-align: right;
  font-family: Merriweather, Georgia, sans-serif;
}

.f-form {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.btn-general {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  cursor: pointer;
  border: 1px solid #ffffff3d;
  border-radius: 3rem;
  width: auto;
  height: 50px;
  padding: .5rem 1.5rem .6rem .7rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-general:hover {
  color: var(--white);
}

.btn-general.absolute {
  position: absolute;
  inset: auto;
}

.btn-bg {
  border: 1px solid var(--golden);
  border-radius: 3rem;
  width: 48px;
  height: 48px;
  position: absolute;
  inset: 0%;
}

.btn-content {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-arrow {
  margin-right: 1.4rem;
  padding-left: 0;
  display: inline-block;
  overflow: hidden;
}

.btn-arrow-svg {
  width: 25px;
  max-width: 25px;
  height: 25px;
  max-height: 25px;
}

.socialgroup {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.btn-text {
  letter-spacing: 0;
  white-space: pre-wrap;
  font-family: Merriweather, Georgia, sans-serif;
}

.first-test {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.2rem;
}

.v-01 {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 40px;
  display: flex;
}

.v-01.right {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.v-01.small {
  width: 20px;
  height: 20px;
}

.first-test-wraper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.time-icon {
  color: var(--golden);
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.btn-icons {
  width: 20px;
  max-width: 25px;
  height: 20px;
  max-height: 25px;
}

.dropicon {
  justify-content: center;
  align-items: center;
  width: 30px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: -6px;
  font-size: .8rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.dropsublink {
  color: #000;
  cursor: pointer;
  background-image: url('../images/arrow-red.svg');
  background-position: -8px;
  background-repeat: no-repeat;
  background-size: 2px;
  border: 1px solid #fff;
  border-radius: 100px;
  align-items: center;
  width: auto;
  min-height: 30px;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: 15px;
  padding: .5rem 15px;
  font-family: Inter;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.dropsublink:hover {
  color: #e43e30;
  background-color: #fff;
  background-position: 18px;
  background-size: 7px;
  border-width: 1px;
  border-color: #e43e30;
  padding-left: 2rem;
  text-decoration: none;
  transform: translate(15px);
}

.dropsublink.large {
  background-image: url('../images/arrow-yellow.svg');
  border-style: none;
  border-radius: 0;
  flex-flow: row;
  width: 100%;
  height: 25%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  display: flex;
}

.dropsublink.large:hover {
  color: var(--golden);
  background-image: url('../images/arrow-yellow.svg');
  background-position: 5px;
  background-size: 8px;
  border-style: none;
  padding-left: 1rem;
  position: static;
  transform: none;
}

.dropsublink.custom {
  color: var(--danet-color-1);
  background-image: url('../images/arrow-red_1.svg');
  border-style: none;
  border-radius: 0;
  flex-flow: row;
  width: 100%;
  height: 25%;
  margin-top: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  display: flex;
}

.dropsublink.custom:hover {
  background-image: url('../images/arrow-red_1.svg');
  background-position: 6px;
  background-size: 7px;
  border-style: none;
  padding-left: 1rem;
  position: static;
  transform: none;
}

.menugroup {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 250px;
  padding: 0 2rem 2rem;
  display: flex;
  position: relative;
}

.menu-pict {
  width: 370px;
  max-width: none;
  height: 370px;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.dropcontent {
  min-width: auto;
  padding-top: 100px;
  top: 0;
}

.dropcontent.w--open {
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #50565d1a;
  border-radius: 10px;
  width: auto;
  min-width: auto;
  max-height: 100vh;
  padding-top: 100px;
  top: 0;
  left: -20px;
}

.droparea {
  color: #636363;
  background-color: #fff;
  border: 1px #fff3;
  border-radius: 1rem 0 0 1rem;
  flex-flow: column;
  align-items: flex-start;
  min-width: 370px;
  padding: 0;
  font-family: Inter;
  font-size: 1em;
  display: flex;
  position: relative;
}

.mask-cat-1 {
  z-index: 1;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 370px;
  min-width: 370px;
  height: 370px;
  min-height: 370px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.droplink {
  color: #fff;
  cursor: pointer;
  align-items: center;
  height: 40px;
  padding-left: .5rem;
  padding-right: 30px;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.droplink:hover {
  opacity: 1;
  color: #fff;
}

.droplink.w--open {
  color: #fff;
  font-weight: 700;
}

.mask-cat-3 {
  z-index: 1;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 370px;
  min-width: 370px;
  height: 370px;
  min-height: 370px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.droptext {
  white-space: nowrap;
  width: auto;
  margin-bottom: 0;
  font-weight: 700;
}

.droptext:hover {
  color: var(--golden);
}

.dropnavwrap {
  color: #004d90;
  align-items: center;
  height: 100px;
  margin-left: .5rem;
  margin-right: .5rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
  display: flex;
}

.mask-cat-2 {
  z-index: 1;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 370px;
  min-width: 370px;
  height: 370px;
  min-height: 370px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.mask-cat-4 {
  z-index: 1;
  border: 1px #50565d33;
  border-radius: 0 1rem 1rem 0;
  justify-content: center;
  align-items: center;
  width: 370px;
  min-width: 370px;
  height: 370px;
  min-height: 370px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.menu-head-text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: 1px none var(--black);
  color: var(--danet-color-1);
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #003c5b00;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 120px;
  margin-bottom: 0;
  margin-left: 0;
  padding: .5rem 3rem 0 2rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.6em;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.f-right-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 2rem;
  padding-right: 0;
  display: flex;
}

.f-right-bottom.grid {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  width: 100%;
  margin-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.text-span-23 {
  color: var(--white);
  font-style: normal;
}

.mask-cat-default {
  border: 1px #50565d33;
  border-radius: 0 1rem 1rem 0;
  justify-content: center;
  align-items: center;
  width: 370px;
  min-width: auto;
  height: 370px;
  min-height: auto;
  margin-top: -120px;
  margin-left: 370px;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0 0 auto 0;
  overflow: hidden;
}

.mask-cat-group {
  z-index: 1;
  border-radius: 0 1rem 1rem 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 370px;
  min-width: auto;
  height: 370px;
  min-height: auto;
  margin-top: -120px;
  margin-left: 370px;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0 0 auto 0;
  overflow: hidden;
}

.mask-scroll {
  height: 1480px;
}

.mask-cat-0 {
  z-index: 1;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 370px;
  min-width: 370px;
  height: 370px;
  min-height: 370px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.div-block-3272 {
  background-color: var(--black);
  width: 100px;
  height: 1px;
  display: none;
}

.header-text {
  background-image: linear-gradient(93deg, var(--golden), var(--gold));
  color: var(--black);
  letter-spacing: -.5px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
  font-weight: 900;
}

.header-group {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  min-height: auto;
  display: flex;
}

.picture-top-mask {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.picture-bottom-mask {
  z-index: 1;
  margin-bottom: -5px;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(90deg);
}

.recipe-name-span {
  color: var(--gold);
  font-size: 1.1rem;
  font-style: italic;
}

.menu_background {
  background-color: #0003;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.menu_panel {
  z-index: 2;
  background-color: #e3261700;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
  overflow: auto;
  transform: none;
}

.menu_content {
  color: #fff;
}

.menu_icon {
  width: .6rem;
  transform: rotate(0);
}

.menu_icon.is-alt {
  transform: rotate(-180deg);
}

.path-2 {
  font-size: 1.4rem;
}

.menu_link_text {
  font-family: Merriweather, Georgia, sans-serif;
  font-weight: 600;
}

.nav_wrap {
  z-index: 99;
  opacity: 1;
  justify-content: space-between;
  align-items: flex-end;
  padding: 2rem 4rem 2rem 2rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_wrap.display {
  display: none;
}

.menu_wrap {
  z-index: 1;
  color: #000;
  background-color: #7b6e4b;
  width: 30rem;
  max-width: 100%;
  height: 100vh;
  padding-top: 7.2rem;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.tab_arrow {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  transition: all .2s;
  display: flex;
}

.tab_arrow:hover {
  background-color: #d0ff00;
  transform: scale(.9);
}

.tab_arrow.hide {
  opacity: 0;
  color: var(--white);
  cursor: auto;
  transform: scale(.8);
}

.tab_link {
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  background-color: #ddd0;
  border-bottom: 2px solid #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 80px;
  padding: 0 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.tab_link.w--current {
  border-bottom-width: 1px;
  border-bottom-color: var(--golden);
  color: var(--golden);
  -webkit-text-fill-color: inherit;
  background-color: #c8c8c800;
  background-clip: border-box;
  font-size: 1.5rem;
  font-weight: 900;
}

.tab_arrow-wrap {
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  margin-top: -1.1em;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(-180deg);
}

.tab_arrow-wrap.is-right {
  margin-top: 1em;
  display: none;
  inset: 0% 0% auto auto;
  transform: rotate(0);
}

.tab_arrow-wrap.is-left {
  z-index: 1;
  color: var(--white);
  margin-top: 1em;
  display: block;
}

.tab_menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  margin-bottom: 2rem;
  transition: all .2s;
  display: flex;
  overflow: auto;
}

.paging-area {
  background-color: #f1f1f100;
  border-top: 1px #000;
  border-bottom: 1px #000;
  border-radius: 0;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0;
  display: flex;
}

.tab {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.tab.personal {
  width: 100%;
}

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

.tab_content {
  border-top: 1px #000;
}

.tab_arrow-icon {
  width: 40%;
  height: 40%;
  margin-right: -4%;
}

.tab_wrap {
  width: 100%;
  position: relative;
}

.div-block-3273 {
  flex-flow: wrap;
  width: 50%;
  display: flex;
}

.social-icon-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.newsletter-span {
  color: var(--white);
  font-style: italic;
  font-weight: 700;
}

.top {
  background-color: var(--bg-dark);
  color: var(--gold);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.top-icon {
  color: var(--gold);
  background-color: #1f151000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.top-icon:hover {
  color: var(--white);
}

.close-search {
  background-color: var(--gold);
  border: 1px #000;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 30px;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: auto auto -30px;
}

.search-open {
  z-index: 2;
  background-color: var(--gold);
  opacity: 0;
  border: 2px #000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 50px;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
  transform: translate(0, 40%);
}

.search-open.display {
  display: none;
}

.buttontext {
  z-index: 2;
  text-transform: uppercase;
  white-space: nowrap;
  overflow-wrap: normal;
  font-weight: 700;
  position: relative;
}

.search-input {
  color: #fff;
  background-color: #0033a100;
  border: .5px solid #cfcfcf;
  border-left-style: none;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-bottom: 0;
  padding: 0 1rem 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-weight: 300;
  display: flex;
}

.search-input:hover {
  border-color: #2e549d;
}

.search-input:active {
  border-color: #ffb71b;
}

.search-input:focus {
  background-color: #fff0;
  border-color: #2e549d;
}

.search-input::placeholder {
  color: #fff;
  font-family: Merriweather, Georgia, sans-serif;
  font-weight: 300;
}

.search-form-content {
  border: 1px solid #fff;
  border-radius: 4px;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.search-form-content:hover {
  background-color: #ffffff0d;
  border-color: #fff;
}

.buttonwrapper {
  color: #fff;
  background-color: #444;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 50px;
  margin-top: 2rem;
  padding-left: 4rem;
  padding-right: 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.buttonwrapper.search-1 {
  background-color: #0033a100;
  border-left: 1px solid #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 48px;
  margin-top: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: .9rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.buttonwrapper.search-1:hover {
  background-color: #4b7bd612;
}

.close-image {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 20px;
  display: flex;
}

.search-form-half {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.search-form {
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem;
  display: flex;
}

.wg-flag {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  margin-right: 10px;
  display: flex;
}

.lang-dropdown-1-link {
  color: #000;
  background-color: #fff;
  width: 10051900%;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: background-color .1s;
}

.lang-dropdown-1-link:hover {
  background-color: var(--black);
  color: var(--white);
}

.wg-selector-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  width: 100%;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
  display: flex;
}

.wg-flag-ico {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.lang-dropdown-1 {
  text-transform: uppercase;
  border: 1px #ffffff4d;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-weight: 700;
  transition: opacity .2s;
  display: flex;
}

.lang-dropdown-1:hover {
  border-color: #ffd61f;
}

.lang-dd-1-togle {
  z-index: 1;
  color: #fff;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 40px;
  padding: 0;
  display: flex;
}

.lang-dd-1-togle:hover {
  color: #fff;
  background-color: #0000;
}

.lang-dd-1-togle.w--open {
  border-radius: 7px;
}

.lang-dd-1-togle.w--open:hover {
  color: #fff;
  background-color: #fff0;
}

.lang-dd-1-list {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px #11179c12;
}

.lang-dd-1-list.lang-dropdown-link-flag.w--open {
  border-radius: 7px;
  margin-top: 40px;
  margin-left: -20px;
  padding-top: 0;
  top: 0;
}

.menu-embed {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
}

.lang-text {
  text-transform: none;
  margin-right: .5rem;
}

.text-info {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--golden);
  color: var(--black);
  white-space: nowrap;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: .5rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: .8rem;
  font-weight: 900;
  display: flex;
  position: relative;
}

.text-span-24 {
  color: var(--black);
  font-size: .8rem;
}

.mobile-product-image {
  display: none;
}

.mask-cat-5, .mask-cat-6, .mask-cat-7 {
  z-index: 1;
  border: 1px #50565d33;
  border-radius: 0 1rem 1rem 0;
  justify-content: center;
  align-items: center;
  width: 370px;
  min-width: 370px;
  height: 370px;
  min-height: 370px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.paragraph {
  margin-bottom: 0;
}

.page-pict {
  border-radius: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin: 0 0 0 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-pict:hover {
  filter: none;
}

.text-list-block {
  background-color: #0000;
  border-top: 1px #c2c2c230;
  border-radius: 0;
  align-items: stretch;
  width: 100%;
  height: 170px;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.text-list-block.list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-style: none;
  border-width: 1px 1px .5px;
  border-color: var(--gold) black;
  background-color: #0000;
  border-radius: 0;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  padding: 6rem 3rem 6rem 2rem;
  position: relative;
}

.pagesectionimage {
  border-radius: 2rem;
  width: 100%;
  max-width: none;
}

.subheaders {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  margin-left: 0;
  padding-left: 5rem;
  display: flex;
  position: relative;
}

.contenttopheader {
  text-transform: uppercase;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  padding-bottom: 0;
  font-size: .9rem;
  display: flex;
}

.contenttopheader.white {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--golden);
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  margin-left: 1.4rem;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2rem;
  position: relative;
  top: 0;
}

.inline-text {
  color: var(--white);
  text-align: left;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  transition: all .2s;
  overflow: hidden;
}

.headercircle {
  border-style: solid;
  border-width: 1px 2px 2px;
  border-color: var(--gold);
  background-color: var(--bg-dark);
  border-radius: 100px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-left: 0%;
  position: static;
  inset: auto 12.5% auto auto;
}

.innersubheader {
  color: var(--white);
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
}

.innersubheader.corporate {
  text-align: left;
  width: 60%;
  max-width: none;
}

.headerp {
  z-index: 1;
  border-top: 1px none var(--gold);
  color: var(--golden);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 1rem;
  padding-right: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

.lineleft {
  z-index: 0;
  background-color: var(--gold);
  border-bottom: 1px solid #c2c2c230;
  border-right: 1px #c2c2c230;
  width: 1px;
  max-width: none;
  height: 100%;
  margin-top: 0;
  margin-left: 2rem;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0% auto 0% 2rem;
}

.recipes-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.recipe-card {
  grid-row-gap: 5rem;
  background-color: var(--bg-dark);
  cursor: pointer;
  border: 1px #7b7b7b33;
  border-radius: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 500px;
  min-height: 400px;
  padding: 2rem;
  transition: border-color .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.recipe-card:hover {
  border-color: #7b7b7b99;
}

.recipe-card.small {
  height: 250px;
  min-height: 250px;
}

.info-card-open-bg {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000080;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.recipes-category {
  background-color: var(--black);
  color: #fff;
  border: 1px #fff;
  border-radius: 100px;
  flex-flow: wrap;
  margin-left: -.5rem;
  padding: .5rem 1rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.recipes-category:hover {
  color: var(--golden);
}

.heading-small {
  text-transform: none;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}

.info-title {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.info-card-bottom {
  z-index: 2;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.info-hidden {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.recipes-pictures {
  z-index: 0;
  aspect-ratio: auto;
  opacity: .6;
  object-fit: cover;
  border-radius: 0;
  width: auto;
  max-width: none;
  height: 105%;
  display: block;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.recipes-pictures.info {
  opacity: 100;
}

.recpe-info {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: .2px none var(--golden);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  background-color: #0000001a;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-right: 0;
  padding: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.recpe-info.border {
  padding: 1rem 2rem;
}

.recipe-info-detail {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.recipe-info-detail.border {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--gold);
  border-radius: 1rem;
  overflow: hidden;
}

.recipes-home-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.sef-adi {
  border-bottom: 1px solid #fff;
  padding-bottom: .25rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-style: italic;
}

.span-recipe {
  color: var(--golden);
}

.general-field {
  color: var(--white);
  background-color: #f3f3f300;
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: .5rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  display: flex;
}

.general-field::placeholder {
  color: #000;
}

.number-content {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.select-field {
  color: var(--white);
  background-color: #f3f3f300;
  border: 1px #000;
  height: 20px;
  margin-bottom: 0;
  padding: 0;
  font-weight: 600;
}

.combo-border {
  border: 1px solid var(--gold);
  background-color: var(--bg-dark);
  color: var(--white);
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  width: 80px;
  height: 40px;
  margin-right: .5rem;
  padding: .25rem .5rem;
  display: flex;
}

.combo-border:focus-visible, .combo-border[data-wf-focus-visible] {
  color: var(--white);
}

.arrow-img {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.arrow-img.big {
  width: 35px;
  height: 35px;
}

.paging-combo-form {
  width: 50%;
  margin-bottom: 0;
}

.numbers {
  border: 1px solid var(--gold);
  background-color: var(--bg-dark);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.numbers:hover {
  background-color: var(--golden);
  color: var(--black);
}

.numbers.active {
  background-color: var(--golden);
  color: #000;
  border-color: #ffd61f;
  width: 40px;
  height: 40px;
  font-family: Merriweather, Georgia, sans-serif;
}

.detail-content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.detail-top {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.bottom-content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.detail-visual {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.visual-video {
  width: 100%;
}

.recipe-second-text {
  color: var(--white);
  width: 60%;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.1rem;
  font-style: italic;
}

.bottom-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px none var(--gold);
  text-align: right;
  background-color: #d79f2000;
  border-radius: 0;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  padding: 0;
  font-family: Merriweather, Georgia, sans-serif;
  display: flex;
  position: sticky;
  top: 102px;
}

.left-head {
  color: var(--golden);
  text-align: right;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
}

.left-detail {
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

.left-detail.center {
  text-align: center;
}

.link {
  color: var(--golden);
  padding: 0;
  transition: all .2s;
  display: inline-flex;
}

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

.left-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid var(--gold);
  text-align: center;
  background-image: url('../images/check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 30px;
  font-size: .9rem;
  display: flex;
}

.half-line {
  background-color: #7b6e4b;
  width: 1px;
  height: 100%;
  position: absolute;
}

.bottom-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px none var(--gold);
  text-align: left;
  background-color: #d79f2000;
  border-radius: 0;
  flex-flow: column;
  width: 50%;
  padding: 0;
  font-family: Merriweather, Georgia, sans-serif;
  display: flex;
}

.right-head {
  color: var(--golden);
  text-align: left;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
}

.right-head.center {
  text-align: center;
  font-size: 1.5rem;
}

.nav-next-back {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.detail-next-back {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  min-height: 50px;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.detail-next-back:hover {
  color: var(--golden);
}

.video-content {
  z-index: 1;
  background-color: var(--golden);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
}

.video-content:hover {
  background-color: var(--gold);
}

.video-play {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
}

.all-list {
  border: 1px solid var(--gold);
  background-color: var(--bg-dark);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.all-list:hover {
  background-color: var(--golden);
  color: var(--black);
}

.recipe-info-line {
  background-color: var(--gold);
  width: 1px;
}

.info-cards {
  grid-row-gap: 5rem;
  border: 1px solid var(--gold);
  background-color: var(--bg-dark);
  cursor: pointer;
  border-radius: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 500px;
  min-height: 400px;
  padding: 2rem;
  transition: border-color .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.info-cards:hover {
  border-color: var(--golden);
}

.info-cards.picture {
  border-style: none;
}

.info-heading {
  color: var(--golden);
  text-transform: none;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-6 {
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
}

.ligtbox-general {
  z-index: 999;
  background-color: #1d1917cc;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.ligtbox-general.display {
  display: none;
}

.lightbox-content {
  border-radius: 2rem;
  width: 90%;
  max-width: 600px;
  height: auto;
  min-height: auto;
  max-height: none;
  position: relative;
}

.lightbox-close {
  background-color: var(--gold);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: -40px;
  margin-right: -40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.lightbox-close:hover {
  background-color: var(--golden);
  color: var(--black);
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  display: flex;
}

.video-container {
  border-radius: 2rem;
}

.info-cards-next {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 2rem;
  padding: 2rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.detail-link {
  color: var(--white);
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.detail-link:hover {
  color: var(--golden);
}

.detail-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq_accordion {
  border: 2px solid var(--gold);
  background-color: var(--bg-dark);
  cursor: pointer;
  border-radius: 10px;
  padding: 1rem;
}

.faq_accordion:hover {
  border-color: #ffd61f;
}

.text-color-gray {
  color: var(--white);
  margin-bottom: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.faq_icon {
  color: var(--golden);
  transition: all .4s;
}

.faq {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 0;
  display: flex;
}

.icon-32 {
  color: var(--golden);
  background-color: #ffd61f00;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h4 {
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.head-inner {
  letter-spacing: -1px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

.faq-head {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.faq_heading {
  grid-column-gap: 1rem;
  color: var(--golden);
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.faq_answers {
  max-width: none;
  margin-top: 2rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.faq_body {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  transition: all .4s;
  display: flex;
  overflow: hidden;
}

.news-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  display: grid;
}

.itemwrap {
  border: 1px solid var(--gold);
  background-color: var(--bg-dark);
  border-radius: 1rem;
  flex-flow: column wrap;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  overflow: hidden;
}

.itemwrap:hover {
  border-color: var(--golden);
  background-color: var(--bg-dark);
}

.itemtextwrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.itemdate {
  border-bottom: 1px #000;
  border-left: 3px solid var(--golden);
  color: var(--golden);
  background-color: #0000;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  padding: 0 0 0 .5rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.itemdate.inner {
  border-top: 3px solid var(--golden);
  color: var(--white);
  border-left-style: none;
  margin-left: auto;
  padding-top: .5rem;
  padding-left: 0;
}

.itemheader {
  color: var(--white);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.itemimage {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: auto;
  position: static;
  inset: auto;
}

.bottom-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px none var(--gold);
  text-align: left;
  background-color: #d79f2000;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  font-family: Merriweather, Georgia, sans-serif;
  display: flex;
}

.detail-gallery-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: start center;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.gallerypicture {
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  max-height: none;
  margin: 0%;
  transition: opacity .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallerypicture:hover {
  opacity: .5;
}

.visual-list-image {
  width: auto;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  max-height: none;
  position: static;
  inset: auto;
}

.lightbox-image {
  border-radius: 2rem;
  width: 100%;
}

.back-next {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lightbox-next {
  border: 1px none var(--gold);
  background-color: var(--gold);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.lightbox-next:hover {
  background-color: var(--golden);
  color: var(--black);
}

.lighbox-back {
  border: 1px none var(--gold);
  background-color: var(--gold);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.lighbox-back:hover {
  background-color: var(--golden);
  color: var(--black);
}

.bulletin-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bulletin-wrap {
  border: 1px solid var(--gold);
  background-color: var(--bg-dark);
  border-radius: 1rem;
  flex-flow: row;
  width: 100%;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  overflow: hidden;
}

.bulletin-wrap:hover {
  border-color: var(--golden);
  background-color: var(--bg-dark);
}

.text-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.kit-gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: start center;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.visual {
  border: 1px solid var(--gold);
  border-radius: .5rem;
  width: 100%;
  margin: 0%;
  text-decoration: none;
  transition: opacity .2s;
  position: relative;
  overflow: hidden;
}

.visual:hover {
  opacity: 1;
  color: var(--golden);
}

.visual-image {
  justify-content: center;
  align-items: center;
  height: 167.414px;
  display: flex;
  overflow: hidden;
}

.logos-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.logos-text:hover {
  color: var(--golden);
}

.pdf-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.visual-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px none var(--gold);
  text-align: left;
  background-color: #d79f2000;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  font-family: Merriweather, Georgia, sans-serif;
  display: flex;
}

.backgroung-image {
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.blog-wrap {
  border: 1px solid var(--gold);
  background-color: var(--bg-dark);
  border-radius: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2rem 0 2rem 2rem;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  overflow: hidden;
}

.blog-wrap:hover {
  border-color: var(--golden);
  background-color: var(--bg-dark);
}

.blog-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.blog-image {
  border-radius: 1.5rem;
  width: 50%;
  max-width: none;
  height: auto;
  min-height: auto;
  position: static;
  inset: auto;
}

.blog-last-post {
  border: 1px solid var(--gold);
  background-color: var(--bg-dark);
  border-radius: 1rem;
  flex-flow: column wrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  overflow: hidden;
}

.blog-last-post:hover {
  border-color: var(--golden);
  background-color: var(--bg-dark);
}

.blog-last-post-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.blog-date {
  border-bottom: 1px #000;
  border-left: 3px none var(--golden);
  color: var(--golden);
  background-color: #0000;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  padding: 0 0 0 .5rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.corporate {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.corporate.display {
  display: none;
}

.recipe-cat-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.recipe-cat-group.detail {
  justify-content: center;
  align-items: flex-start;
}

.left-list-head {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px none var(--gold);
  color: var(--golden);
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 30px;
  font-size: 1.2rem;
  display: flex;
}

.bullettin-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 65%;
  display: flex;
}

.detail-platform {
  border-bottom: 1px #000;
  border-left: 3px none var(--golden);
  color: var(--gold);
  background-color: #0000;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  padding: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.info-cards-image {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 2rem;
  padding: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.field-embed {
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Merriweather, Georgia, sans-serif;
}

.head-filter {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px none var(--gold);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.line-filter {
  background-color: var(--gold);
  width: 10%;
  height: 1px;
}

.filter-resuts {
  color: var(--golden);
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.2rem;
}

.zoom-overlay {
  color: #fff;
  background-color: #1d191700;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-right: 0;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.zoom-overlay:hover {
  color: var(--white);
  background-color: #1d19179c;
}

.zoom-icon {
  background-color: #7b6e4bd1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.catalog-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-block-7 {
  color: var(--golden);
}

.faq-form {
  border: 2px solid var(--gold);
  border-radius: 1rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 3rem 2rem 2rem;
  font-family: Merriweather, Georgia, sans-serif;
  display: flex;
}

.faq-form-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text {
  color: var(--white);
}

.text-group {
  border: 1px solid var(--gold);
  border-radius: 1rem;
  width: 100%;
}

.short-test {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: left;
  background-color: #d79e20b3;
  border-radius: 0 2rem 0;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  height: 150px;
  margin-bottom: 0%;
  margin-left: 0%;
  padding: 1rem 2rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.text-arrow {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--black);
  background-color: #d79e20b3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  inset: auto 5% 5% auto;
}

.arrow-embed {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.image-text-content {
  border-bottom: 2px solid #d79e20b3;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.text-block-8 {
  color: var(--golden);
  text-align: left;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.2rem;
}

.cert-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cert-line {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--gold);
  text-align: left;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
  font-family: Merriweather, Georgia, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.cert-line:hover {
  border-color: var(--golden);
}

.cert-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.cert-size {
  border-top: 1px none var(--gold);
  color: var(--gold);
}

.cert-text-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.timeline-embed {
  border: 1px solid var(--gold);
  text-align: left;
  border-radius: 2rem;
  width: 100%;
  padding: 1rem;
}

.inline-head {
  color: var(--golden);
  text-align: left;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
  transition: all .2s;
  overflow: hidden;
}

.embed-area {
  border: 1px solid var(--gold);
  text-align: left;
  border-radius: 2rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.embed-area.noline {
  border-style: none;
  padding: 0;
}

.bottom-line {
  background-color: var(--gold);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bottom-line-empty {
  background-color: var(--bg-dark);
  width: 63px;
  height: 1px;
}

.bold-text-2 {
  font-size: 1rem;
}

.number {
  z-index: 0;
  color: #ffb00008;
  margin-top: -4rem;
  margin-left: -2rem;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 8rem;
  position: absolute;
}

.gr-span {
  color: var(--gold);
  vertical-align: middle;
  height: auto;
  font-size: 1.6rem;
  display: inline;
}

.contact-list {
  color: var(--white);
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.contact-list.corporate {
  text-align: left;
  width: 60%;
  max-width: none;
}

.contact-list.small {
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.contact-list.small:hover {
  opacity: .8;
}

.contact-list.branch {
  color: var(--golden-1);
}

.contact-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  display: flex;
}

.contact-icon {
  color: var(--golden-1);
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.half-wrapper {
  display: flex;
}

.contact-header {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  margin-left: 0;
  padding-left: 5rem;
  display: flex;
  position: relative;
}

.div-block-3274 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-block-9 {
  font-size: 1rem;
}

.text-block-10, .bold-text-3 {
  font-size: 1.1rem;
}

._404-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

._404-sub-text {
  color: var(--white);
  width: 60%;
  font-family: Merriweather, Georgia, sans-serif;
  font-size: 1.1rem;
  font-style: italic;
}

@media screen and (min-width: 1280px) {
  .home-hero__words, .home-hero__things-text {
    font-size: 5rem;
  }

  .slider_list-item.swiper-slide.list {
    width: 24%;
  }

  .content-text {
    font-size: 1.1rem;
  }

  .slider_list.swiper-wrapper.list {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
  }

  .content-1 {
    font-size: 1.3rem;
  }

  .header-menu-text, .online-link {
    font-size: 1.1rem;
  }

  .recipe-header {
    font-size: 2.4rem;
  }

  .recipe-link {
    font-size: 1rem;
  }

  .corporate-text {
    font-size: 1.2rem;
  }

  .subheader {
    font-size: 1.9rem;
  }

  .f-link.big.white {
    font-size: 1.1rem;
  }

  .f-link.number.white {
    font-size: 2.2rem;
  }

  .post-item {
    width: 24%;
  }

  .f-left-head.white {
    font-size: 1.5rem;
  }

  .text-field {
    font-size: 1rem;
  }

  .soaial-head.dark {
    font-size: 2.4rem;
  }

  .page-desc {
    font-size: 1.1rem;
  }

  .page-desc.recipe {
    font-size: 1.3rem;
  }

  .page-head {
    letter-spacing: 0;
    font-size: 3.2em;
  }

  .innter-picture {
    top: -60%;
  }

  .menu-link.w--current {
    font-size: 1.6rem;
  }

  .menu-link.small {
    font-size: 1.1rem;
  }

  .sticky.navigation {
    padding-right: 0;
    top: 70px;
  }

  .contenth3 {
    font-size: 2.2rem;
  }

  .picture-content {
    min-height: 550px;
  }

  .section-wrapper.corporate {
    max-width: none;
  }

  .sub-link {
    background-position: 6% 55%;
    font-size: 1rem;
  }

  .sub-link.w--current {
    background-position: 12px 49%;
  }

  .display-s {
    font-size: 1.1rem;
  }

  .icon-badge.big {
    width: 70px;
  }

  .sticky-content {
    height: 100vh;
    min-height: 100vh;
  }

  .mobile-image {
    display: none;
  }

  .section-2 {
    height: 100vh;
  }

  .sticky-text-wrapper {
    height: 300vh;
  }

  .section-3, .section-1 {
    height: 100vh;
  }

  .section-grid {
    min-height: 100vh;
  }

  .section-grid._2 {
    height: 100vh;
  }

  .product-sub-text, .product-size, .product-size.active {
    font-size: 1.1rem;
  }

  .product-name {
    letter-spacing: -1px;
    font-size: 2.5em;
  }

  .button-inside {
    font-size: 1.1rem;
  }

  .value-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .info-text {
    margin-right: 0;
  }

  .value-group {
    width: 23%;
    height: 80px;
    padding-bottom: .5rem;
    padding-right: .5rem;
  }

  .product-number-span {
    margin-top: 0;
  }

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

  .text-content {
    flex-flow: column;
  }

  .product-name-next {
    font-size: 1.6rem;
  }

  .btn-general {
    font-size: 1.1rem;
  }

  .droplink {
    padding-left: 0;
  }

  .dropnavwrap {
    padding-left: 0;
    padding-right: 0;
    font-size: 1em;
  }

  .tab_link {
    font-size: 1.1rem;
  }

  .tab_link.w--current {
    font-size: 1.6rem;
  }

  .text-info {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
  }

  .pagesectionimage {
    max-width: none;
  }

  .innersubheader {
    font-size: 1.3rem;
  }

  .headerp {
    font-size: 1.6rem;
  }

  .lineleft {
    margin-left: 2rem;
  }

  .recipe-card.small {
    height: 300px;
    min-height: 300px;
  }

  .heading-small, .recipe-second-text {
    font-size: 1.2rem;
  }

  .left-head {
    font-size: 1.9rem;
  }

  .left-list {
    font-size: 1rem;
  }

  .right-head {
    font-size: 1.9rem;
  }

  .right-head.center {
    font-size: 1.6rem;
  }

  .info-heading {
    font-size: 1.3rem;
  }

  .text-color-gray {
    font-size: 1.1rem;
  }

  .faq {
    margin-bottom: 2rem;
  }

  .heading-style-h4, .itemdate {
    font-size: 1.1rem;
  }

  .itemheader {
    font-size: 1.2rem;
  }

  .blog-wrap {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .blog-image {
    border-radius: 0;
    width: 100%;
  }

  .gr-span {
    letter-spacing: 0;
  }

  .contact-list {
    font-size: 1.3rem;
  }

  .text-block-9 {
    font-size: 1.1rem;
  }

  .text-block-10, .bold-text-3, ._404-sub-text {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1440px) {
  .home-hero_heading, .home-hero__words {
    font-size: 6rem;
  }

  .slider_list-item.swiper-slide.list {
    width: 19%;
  }

  .content-text {
    padding-bottom: .5rem;
    font-size: 1.1rem;
    line-height: 1.1;
  }

  .content-text:hover {
    background-size: auto 20px, 1px 20px;
  }

  .slider_list.swiper-wrapper.list {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
  }

  .content-1 {
    text-shadow: 0 10px 30px #000;
    font-size: 1.4rem;
  }

  .header-menu-text, .online-link {
    font-size: 1.2rem;
  }

  .recipe-header {
    font-size: 2.5rem;
  }

  .recipe-link {
    font-size: 1.1rem;
  }

  .corporate-text {
    font-size: 1.3rem;
  }

  .subheader {
    font-size: 2rem;
  }

  .f-link.big.white {
    font-size: 1.2rem;
  }

  .f-link.number.white {
    font-size: 2.4rem;
  }

  .post-item {
    width: 19%;
  }

  .f-left-head.white {
    font-size: 1.7rem;
  }

  .text-field {
    font-size: 1.1rem;
  }

  .soaial-head.dark {
    font-size: 2.5rem;
  }

  .page-desc {
    font-size: 1.2rem;
  }

  .page-desc.recipe {
    font-size: 1.4rem;
  }

  .page-head {
    letter-spacing: 0;
    font-size: 3.5em;
  }

  .innter-picture {
    top: -70%;
  }

  .sidebar {
    width: 25%;
  }

  .menu-link.w--current {
    font-size: 1.7rem;
  }

  .sticky.navigation {
    padding-right: 0;
  }

  .contenth3 {
    letter-spacing: -2px;
    font-size: 2.5rem;
  }

  .picture-content {
    min-height: 600px;
  }

  .section-wrapper.corporate {
    width: 75%;
    max-width: none;
  }

  .sub-link {
    background-position: 6% 59%;
  }

  .sub-link.w--current {
    background-position: 12px;
  }

  .sub-link.w--current:hover {
    font-size: 1.4rem;
  }

  .card {
    width: 100%;
  }

  .display-s {
    font-size: 1.2rem;
  }

  .card-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .icon-badge.big {
    width: 80px;
  }

  .product-sub-text {
    font-size: 1.2rem;
  }

  .product-size {
    font-size: 1.3rem;
  }

  .product-size.active {
    font-size: 1.1rem;
  }

  .product-name {
    font-size: 3em;
  }

  .size-group {
    font-size: 1.1rem;
  }

  .button-inside {
    font-size: 1.2rem;
  }

  .value-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .value-group {
    width: 23%;
  }

  .product-number-span {
    margin-top: 0;
  }

  .fixed-menu {
    align-items: center;
    width: 4rem;
    padding-left: 0;
  }

  .product-name-next {
    font-size: 1.7rem;
  }

  .btn-general {
    font-size: 1.2rem;
  }

  .dropsublink {
    font-size: 1em;
  }

  .dropcontent.w--open {
    padding-top: 100px;
  }

  .droplink {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    height: 40px;
    padding: 0 30px 0 0;
    font-size: 1.2em;
  }

  .dropnavwrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .tab_link {
    font-size: 1.2rem;
  }

  .tab_link.w--current {
    font-size: 1.7rem;
  }

  .search-open.display {
    display: none;
  }

  .text-list-block.list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row;
  }

  .pagesectionimage {
    max-width: none;
  }

  .subheaders {
    padding-left: 0;
  }

  .contenttopheader.white {
    flex-flow: row;
    width: 275px;
    margin-left: 0;
    position: sticky;
  }

  .innersubheader {
    font-size: 1.5rem;
  }

  .headerp {
    width: 285px;
    padding-left: 0;
    font-size: 1.7rem;
  }

  .lineleft {
    margin-left: 265px;
  }

  .recipes-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .recipe-card.small {
    height: 400px;
    min-height: 400px;
  }

  .heading-small {
    font-size: 1.4rem;
  }

  .recipe-second-text {
    font-size: 1.3rem;
  }

  .right-head {
    font-size: 2rem;
  }

  .right-head.center {
    font-size: 1.7rem;
  }

  .heading-style-h4 {
    font-size: 1.2rem;
  }

  .news-block {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .itemheader {
    font-size: 1.3rem;
  }

  .detail-gallery-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .gallerypicture {
    height: 160px;
  }

  .visual-list-image {
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
  }

  .lightbox-image {
    border-radius: 2rem;
    width: 100%;
  }

  .kit-gallery {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .visual-image {
    height: 140px;
  }

  .pdf-icon {
    width: 35px;
    height: 35px;
  }

  .blog-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .bottom-line-empty {
    width: 297px;
  }

  .contact-list {
    font-size: 1.4rem;
  }

  .contact-header {
    padding-left: 0;
  }

  .text-block-9, .text-block-10 {
    font-size: 1.2rem;
  }

  ._404-sub-text {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1920px) {
  .content-text {
    font-size: 1.1rem;
  }

  .content-1 {
    font-size: 1.5rem;
  }

  .page-desc {
    width: auto;
    font-size: 1.4rem;
  }

  .page-name {
    margin-top: 0;
  }

  .page-head {
    color: var(--golden);
    letter-spacing: 0;
    width: auto;
    font-size: 4em;
  }

  .innter-picture {
    top: -100%;
  }

  .sidebar {
    width: 20%;
  }

  .contenth3 {
    letter-spacing: 0;
    font-size: 2.8rem;
  }

  .picture-content {
    min-height: 650px;
  }

  .section-wrapper {
    padding-right: 0;
  }

  .section-wrapper.corporate {
    width: 80%;
    max-width: none;
  }

  .sub-link.w--current {
    background-position: 12px;
  }

  .card-button-icon-inner-wrapper {
    justify-content: center;
    align-items: center;
  }

  .card {
    width: 100%;
  }

  .card-button-icon {
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
  }

  .card-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .product-sub-text {
    font-size: 1.3rem;
  }

  .product-size, .product-size.active {
    font-size: 1.4rem;
  }

  .product-name {
    color: var(--golden);
    font-size: 4em;
  }

  .value-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .value-group {
    width: 19%;
  }

  .product-number-span {
    margin-top: 0;
  }

  .product-name-next {
    font-size: 1.8rem;
  }

  .droplink {
    font-size: 1.2em;
  }

  .pagesectionimage {
    max-width: none;
  }

  .contenttopheader.white {
    color: var(--golden);
  }

  .headercircle {
    background-color: var(--golden);
    color: var(--golden);
  }

  .lineleft {
    margin-left: 265px;
  }

  .heading-small {
    font-size: 1.5rem;
  }

  .gallerypicture {
    height: 180px;
  }

  .visual-image {
    height: 120px;
  }
}

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

  .home-hero_images-wrapper {
    width: 10rem;
    height: 10rem;
    right: 0;
  }

  .home-hero__words, .home-hero__things-text {
    font-size: 4rem;
  }

  .hero {
    height: 700px;
  }

  .background-video {
    height: 100%;
  }

  .categories {
    padding: 3rem;
  }

  .slider_list-item.swiper-slide.list {
    width: 49%;
  }

  .content-text {
    font-size: 1.5rem;
  }

  .slider_list.swiper-wrapper.list {
    flex-flow: row;
  }

  .slider_list.swiper-wrapper.center {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header-left {
    display: none;
  }

  .header-right {
    width: 100%;
  }

  .brand {
    width: 200px;
    height: 80px;
    padding-left: 0;
  }

  .header {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .navbar {
    height: 80px;
  }

  .logo-image {
    width: auto;
  }

  .recipes {
    padding: 3rem;
  }

  .recipe-header {
    font-size: 2.2rem;
  }

  .recipe-header-group.full {
    margin-bottom: 1rem;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    left: -1rem;
  }

  .recipe-picture.three {
    max-height: 500px;
  }

  .swiper_slider-wrapper {
    padding-bottom: 0;
  }

  .swiper-slide {
    flex-basis: 32rem;
  }

  .swiper-slide.three {
    flex: 0 auto;
    width: 49%;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    right: -1rem;
  }

  .swiper-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .swiper-pagination {
    bottom: -3rem;
  }

  .recipeheader-block.small {
    width: 100%;
  }

  .varius {
    height: auto;
  }

  .img-outer-wrapper {
    width: 100%;
    height: 500px;
    margin-bottom: 0;
  }

  .corporate-rigt {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .corporate-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    height: auto;
    margin-bottom: 0;
    display: flex;
  }

  .corporate-row.reversed {
    flex-flow: row-reverse wrap;
  }

  .corporate-block {
    padding-left: 35px;
    padding-right: 35px;
  }

  .corporate-block.open {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 3rem;
  }

  .img-inner-wrapper.content-2 {
    height: 500px;
  }

  .img-inner-wrapper.hero {
    height: 100%;
  }

  .footer-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    padding: 0 3rem;
  }

  .f-right-top-group {
    display: none;
  }

  .f-link.number.white {
    margin-right: 0;
  }

  .f-social {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .footer-bottom {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-bottom.dark {
    text-align: center;
    flex-flow: column;
  }

  .footer-bottom-left {
    width: 100%;
  }

  .footer-left-text.white {
    text-align: center;
    width: 100%;
  }

  .info-card {
    padding: 3rem;
  }

  .accordion {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .f-number-content {
    border-bottom-style: solid;
    border-bottom-color: var(--gold);
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .f-left-head.white {
    text-align: center;
    font-size: 1.5rem;
  }

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

  .instagram-feed---image {
    width: 200px;
    height: 200px;
  }

  .instagram-feed---image-wrapper {
    border-radius: 10px;
  }

  .instagram-feed---image-wrapper.border-radius-0._001, .instagram-feed---image-wrapper.border-radius-0._002, .instagram-feed---image-wrapper.border-radius-0._003, .instagram-feed---image-wrapper.border-radius-0._004, .instagram-feed---image-wrapper.border-radius-0._005 {
    border-radius: 1rem;
  }

  .soaial-head {
    font-size: 32px;
    line-height: 44px;
  }

  .soaial-head.dark {
    font-size: 2.2rem;
  }

  .footers.dark {
    padding-top: 3rem;
  }

  .page-desc {
    font-size: 1.2rem;
  }

  .product-image {
    height: 400px;
  }

  .page-name {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .page-name.all-head {
    padding-top: 0;
  }

  .page-name.product {
    padding-top: 4rem;
  }

  .page-head {
    font-size: 3em;
  }

  .innter-picture {
    top: 0%;
  }

  .breadcrumb {
    justify-content: center;
    align-items: center;
    font-size: .8rem;
  }

  .breadcrumb.center {
    padding-left: 0;
  }

  .menu-button {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 70px;
    margin-left: 0;
    margin-right: 4rem;
    padding-top: 7px;
    display: flex;
  }

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

  .menu-button.circ {
    color: var(--golden);
    text-align: left;
    background-color: #fff0;
    border: 1px #cbd6e4;
    border-radius: 0;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    margin-left: 0%;
    margin-right: 0;
    padding-top: 0;
    font-size: .9rem;
    display: flex;
  }

  .menu-button.circ:hover {
    opacity: 1;
    background-color: #fff0;
  }

  .menu-button.circ.w--open {
    color: var(--white);
    background-color: #42414100;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 80px;
    margin-left: 0%;
    padding-left: 0;
    font-size: .9rem;
    display: flex;
  }

  .sticky-container {
    z-index: auto;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 80px;
    padding-left: 0;
    display: flex;
    position: relative;
  }

  .sidebar {
    z-index: 998;
    background-color: #fff0;
    border-bottom: 1px #ffffff21;
    border-left-style: none;
    border-right-style: none;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 0;
    display: flex;
    position: sticky;
    inset: 100px 0% auto;
    overflow: visible;
  }

  .right-nav-menu {
    z-index: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: var(--golden);
    border: 2px #000;
    border-radius: 1rem;
    flex-flow: column;
    place-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 1rem 3rem;
    display: flex;
  }

  .menu-link {
    color: var(--black);
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border: 1px solid #000;
    border-radius: 100px;
    flex-flow: column;
    align-items: center;
    width: auto;
    min-width: auto;
    margin: .5rem auto;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
  }

  .menu-link:hover {
    background-color: var(--golden);
    color: var(--white);
    text-decoration: none;
  }

  .menu-link:focus {
    background-color: #424141;
  }

  .menu-link.w--current {
    background-color: var(--black);
    color: var(--white);
    text-align: left;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-style: none;
    border-width: 1px;
    border-radius: 100px;
    width: auto;
    min-width: 0;
    margin-top: .5rem;
    margin-bottom: .5rem;
    margin-right: 0;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    text-decoration: none;
  }

  .menu-link.w--current:hover {
    color: var(--golden);
  }

  .menu-head {
    color: var(--white);
    display: none;
  }

  .contents {
    margin-top: 0;
  }

  .contents.top-space {
    padding-top: 6rem;
  }

  .sticky {
    flex-direction: column;
    padding-right: 0;
  }

  .sticky.navigation {
    z-index: auto;
    text-align: center;
    background-color: #42414100;
    border: 1px #000;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    height: 80px;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    display: flex;
    position: relative;
    top: 0;
  }

  .sticky.navigation:hover {
    background-color: #42414100;
  }

  .contenth3 {
    flex-flow: column-reverse wrap-reverse;
    padding-top: 0;
    font-size: 2.2rem;
  }

  .menu-sub-group {
    border-bottom-style: none;
    border-right-style: none;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .page-text {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .product-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .menu-group {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon-card {
    width: auto;
  }

  .content-section {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: row-reverse wrap-reverse;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding: 0 3rem;
    display: flex;
    position: relative;
  }

  .content-section.center {
    padding-bottom: 2rem;
  }

  .sub-part {
    margin-top: 2rem;
  }

  .section-wrapper {
    z-index: auto;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    border-left: 1px #72727233;
    width: 100%;
    margin-left: 0;
    padding: 0;
    position: relative;
  }

  .section-wrapper.corporate {
    width: 100%;
  }

  .right-nav {
    z-index: 999;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    display: flex;
  }

  .sub-link {
    color: var(--black);
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border: 1px solid #0000;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 50px;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .sub-link:hover {
    color: var(--white);
  }

  .sub-link.w--current {
    border-color: var(--black);
    color: var(--black);
    background-image: url('../images/arrow-5.svg');
    background-position: 93%;
    background-repeat: no-repeat;
    background-size: 25px;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 2rem;
    padding-right: 4rem;
    font-size: 1rem;
    text-decoration: underline;
  }

  .sub-link.w--current:hover {
    color: var(--black);
    font-size: 1.1rem;
  }

  .card {
    width: 100%;
  }

  .pict {
    width: auto;
  }

  .card-wrapper {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
  }

  .sticky-content {
    float: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    min-height: auto;
    padding: 0 3rem 2rem;
    display: flex;
  }

  .sticky-content.dark, .sticky-content.center {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 2rem;
  }

  .mobile-image {
    border-radius: 1rem;
    margin-bottom: 0;
    display: block;
  }

  .section-2 {
    display: none;
  }

  .sticky-head {
    text-align: left;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
  }

  .sticky-head.display {
    color: var(--golden);
    text-align: center;
    width: 100%;
    margin-left: 0;
    font-family: Merriweather, Georgia, sans-serif;
    display: block;
  }

  .product-sticky-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    min-height: auto;
    display: flex;
  }

  .sticky-text-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    width: 100%;
    height: auto;
  }

  .section-3 {
    display: none;
  }

  .section-1 {
    height: 700px;
  }

  .section-product {
    height: auto;
    min-height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-grid {
    height: 100%;
    min-height: auto;
  }

  .product-bg {
    height: 100%;
  }

  .images-content-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 700px;
    display: none;
    position: static;
  }

  .product-pict {
    width: 80%;
  }

  .product-name {
    font-size: 3em;
  }

  .value-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .value-group {
    width: 100%;
  }

  .product-number-span {
    color: var(--white);
    margin-right: 0;
  }

  .online-shop-link {
    justify-content: center;
  }

  .fixed-menu {
    width: 4rem;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .anchor-link {
    width: 10px;
    min-width: 10px;
    height: 10px;
    min-height: 10px;
  }

  .anchor-link.w--current {
    height: 30px;
    min-height: 30px;
  }

  .tarif-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: flex-start;
  }

  .d-105-3d-wrapper {
    margin-bottom: 60px;
  }

  .menu_link.sub-link {
    text-align: left;
  }

  .socials.dark {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .social-back.dark {
    height: 350px;
  }

  .footer-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .f-right {
    width: 100%;
  }

  .f-social-text.white {
    width: auto;
  }

  .btn-general {
    font-size: 1rem;
  }

  .btn-bg {
    width: 48px;
  }

  .btn-text {
    font-size: .9rem;
  }

  .first-test {
    font-size: 1.2rem;
  }

  .dropicon {
    margin-right: 25px;
  }

  .dropsublink:hover, .dropsublink:focus {
    color: #68bd49;
  }

  .menugroup {
    padding-left: 4rem;
  }

  .dropcontent.w--open {
    box-shadow: none;
    border-style: none;
    border-radius: 0;
    width: 100%;
    min-width: auto;
    padding-top: 0;
    top: 50px;
    left: auto;
    right: auto;
  }

  .droparea {
    border-radius: 0;
  }

  .droplink {
    color: #fff;
    width: 100%;
    height: 50px;
    padding: 1rem 4rem;
    font-size: 1.2rem;
    font-weight: 600;
  }

  .droplink:hover {
    color: #e43e30;
  }

  .droplink.w--open {
    font-size: 1.2rem;
    font-weight: 600;
  }

  .dropnavwrap {
    color: #424141;
    border-top: .3px solid #ffffff21;
    border-bottom: .3px solid #ffffff21;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.2rem;
    display: block;
  }

  .menu-head-text {
    padding-left: 4rem;
    font-size: 1.2em;
  }

  .f-right-bottom {
    display: none;
  }

  .f-right-bottom.grid {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: flex-start center;
    display: flex;
  }

  .picture-top-mask, .picture-bottom-mask {
    display: none;
  }

  .tab_arrow {
    border: 1px solid var(--white);
    color: #fff;
    background-color: #fff0;
  }

  .tab_arrow:hover {
    border-color: var(--golden);
    color: var(--golden);
    background-color: #ffd61f00;
  }

  .tab_arrow.hide {
    border-color: var(--white);
    opacity: .3;
    pointer-events: none;
    width: 50px;
    height: 50px;
    transform: none;
  }

  .tab_arrow.hide:hover {
    border-color: var(--golden);
    color: var(--golden);
  }

  .tab_link {
    min-height: 60px;
    font-size: 1.1rem;
  }

  .tab_link.w--current {
    font-size: 1.3rem;
  }

  .tab_arrow-wrap.is-right, .tab_arrow-wrap.is-left {
    z-index: 10;
    width: 60px;
    height: 60px;
    margin-top: 0;
    display: flex;
  }

  .tab_menu {
    z-index: 2;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #f1f1f100;
    border: 1px #000;
    border-radius: 0;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 75%;
    height: auto;
    min-height: auto;
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    bottom: auto;
    left: 12.5%;
    right: auto;
    overflow: hidden;
  }

  .paging-area {
    padding: .5rem;
  }

  .tab {
    width: 100%;
  }

  .tab_content {
    margin-top: 0;
  }

  .tab_arrow-icon {
    justify-content: center;
    align-items: center;
    margin-right: 0%;
    display: flex;
  }

  .div-block-3273 {
    width: 100%;
  }

  .menu-icon {
    border: 1px none var(--golden);
    background-color: var(--bg-dark);
    border-radius: 1.1rem;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    inset: auto;
  }

  .close-search {
    width: 50px;
  }

  .search-open {
    border-radius: .5rem;
    width: 90%;
    margin-top: 80px;
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .search-form-half {
    align-items: flex-start;
    width: 100%;
  }

  .mobile-product-image {
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 600px;
    display: flex;
    overflow: hidden;
  }

  .page-pict {
    width: 100%;
    min-height: auto;
    margin-bottom: 0;
    margin-left: 0%;
  }

  .text-list-block {
    flex-direction: column;
    height: 200px;
  }

  .text-list-block.list {
    flex-direction: column;
    padding-top: 5rem;
    padding-right: 2rem;
  }

  .subheaders {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    padding-left: 0;
  }

  .contenttopheader.white {
    text-align: left;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-left: 0;
  }

  .inline-text {
    text-align: left;
    padding-right: 0;
  }

  .headercircle {
    margin-top: 6px;
    margin-left: 0%;
    top: -49px;
    right: auto;
  }

  .innersubheader {
    text-align: left;
    padding-right: 0;
  }

  .headerp {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .lineleft {
    margin-left: 10%;
    display: none;
  }

  .recipes-list {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .recipe-card {
    padding: 3rem;
  }

  .recipes-category {
    font-size: 1rem;
  }

  .heading-small {
    font-size: 1.5rem;
  }

  .recipes-pictures {
    opacity: .5;
  }

  .recipes-home-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .recipe-second-text {
    width: 90%;
  }

  .left-head, .right-head {
    font-size: 1.8rem;
  }

  .info-cards {
    padding: 3rem;
  }

  .info-heading {
    font-size: 1.5rem;
  }

  .lightbox-content {
    width: 80%;
  }

  .heading-style-h4 {
    font-size: 1.1rem;
  }

  .head-inner {
    font-size: 1.8rem;
  }

  .faq_heading {
    width: 100%;
  }

  .news-block {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .itemwrap {
    width: 100%;
  }

  .itemtextwrapper {
    align-items: flex-start;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .itemdate {
    width: 100%;
  }

  .itemdate.inner {
    width: auto;
  }

  .detail-gallery-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .gallerypicture {
    width: 100%;
    height: 120px;
  }

  .visual-list-image {
    min-width: 100%;
    min-height: 100%;
    max-height: none;
  }

  .bulletin-wrap {
    width: 100%;
  }

  .text-wrap {
    align-items: flex-start;
  }

  .kit-gallery {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .visual {
    width: 100%;
  }

  .visual-image {
    height: 200px;
  }

  .backgroung-image {
    height: 100%;
  }

  .blog-wrap {
    flex-flow: column;
    width: 100%;
    padding: 0;
  }

  .blog-wrapper {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .blog-image {
    border-radius: 1rem 1rem 0 0;
    width: 100%;
  }

  .blog-last-post {
    width: 100%;
  }

  .blog-last-post-text {
    align-items: flex-start;
  }

  .blog-date, .detail-platform {
    width: 100%;
  }

  .inline-head {
    text-align: left;
    padding-right: 0;
  }

  .bottom-line-empty {
    display: none;
  }

  .contact-list {
    text-align: left;
    padding-right: 0;
  }

  .contact-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    padding-left: 0;
  }

  ._404-sub-text {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .home-hero_images-wrapper {
    width: 8rem;
    height: 8rem;
  }

  .home-hero__words, .home-hero__things-text {
    font-size: 3rem;
  }

  .hero {
    height: 500px;
    overflow: hidden;
  }

  .background-video {
    display: none;
  }

  .categories {
    padding: 2rem;
  }

  .slider_list-item.swiper-slide.list {
    width: 100%;
  }

  .slider_item-wrapper {
    width: auto;
  }

  .content-text {
    font-size: 1.5rem;
  }

  .menu-wrapper {
    margin-top: 60px;
    margin-left: 20px;
  }

  .online-icon {
    margin-right: 0;
  }

  .brand {
    width: 150px;
    height: 80px;
    padding-left: 0;
  }

  .header {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .open-wrap {
    margin-right: 10px;
  }

  .online-link {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    padding-left: 0;
    font-size: 1rem;
  }

  .logo-image {
    width: auto;
  }

  .d-47-menu-item-text {
    font-size: 28px;
    line-height: 28px;
  }

  .recipes {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 2rem;
  }

  .recipe-header {
    font-size: 2rem;
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    display: none;
  }

  .recipe-picture.three {
    max-height: 350px;
  }

  .swiper_slider-wrapper {
    padding-bottom: 0;
  }

  .recipe-info {
    padding-bottom: 2rem;
  }

  .swiper-slide {
    flex-basis: 100%;
  }

  .swiper-slide.three {
    width: 100%;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    display: none;
  }

  .swiper-pagination {
    margin-top: 2rem;
  }

  .recipeheader-block.small {
    width: 100%;
  }

  .recipe-category.list {
    justify-content: center;
    align-items: flex-start;
  }

  .img-outer-wrapper {
    height: 400px;
  }

  .corporate-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 0;
  }

  .corporate-block.open {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2rem;
  }

  .img-inner-wrapper.content-2 {
    height: 400px;
  }

  .subheader {
    font-size: 16px;
  }

  .footer-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-bottom {
    flex-flow: column;
  }

  .footer-bottom-left {
    width: 100%;
  }

  .footer-right-text {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 1rem;
    display: flex;
  }

  .info-card {
    grid-row-gap: 2.5rem;
    min-height: 32rem;
    padding: 1.6rem;
  }

  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }

  .footer-left {
    border-bottom-style: solid;
    border-bottom-color: var(--gold);
  }

  .f-left-head.white {
    font-size: 1.4rem;
  }

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

  .instagram-feed---image {
    width: 300px;
    height: 300px;
  }

  .instagram-feed---image-wrapper.border-radius-0._001 {
    border-radius: .5rem;
    display: none;
  }

  .instagram-feed---image-wrapper.border-radius-0._002 {
    border-radius: .5rem;
    margin-left: -55%;
    display: none;
  }

  .instagram-feed---image-wrapper.border-radius-0._003 {
    border-radius: .5rem;
    width: 300px;
  }

  .instagram-feed---image-wrapper.border-radius-0._004 {
    border-radius: .5rem;
    margin-right: -55%;
    display: none;
  }

  .instagram-feed---image-wrapper.border-radius-0._005 {
    border-radius: .5rem;
    display: none;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .soaial-head {
    font-size: 26px;
    line-height: 40px;
  }

  .soaial-head.dark {
    font-size: 2rem;
  }

  .footers.dark {
    padding-top: 2rem;
  }

  .page-desc {
    text-align: center;
    font-size: 1.1rem;
  }

  .page-desc.recipe {
    padding-left: 0;
  }

  .page-name {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 0;
  }

  .page-name.center {
    padding-top: 0;
  }

  .page-name.all-head {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .page-name.product {
    padding-top: 3rem;
  }

  .page-head {
    font-size: 2.5em;
  }

  .breadcrumb {
    font-size: .7rem;
  }

  .menu-button {
    margin-left: 0;
    margin-right: 3rem;
    padding-top: 8px;
  }

  .menu-button.circ {
    width: 100%;
    margin-left: 0;
  }

  .menu-button.circ.w--open {
    background-color: #42414100;
    width: 100%;
    margin-left: 0%;
  }

  .sticky-container {
    width: 100%;
  }

  .right-nav-menu {
    margin-top: 0;
  }

  .sticky.navigation {
    background-color: #42414100;
    width: 100%;
  }

  .contenth3 {
    flex-flow: column-reverse wrap-reverse;
    font-size: 2rem;
  }

  .product-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 0;
  }

  .content-section {
    padding: 0 2rem;
  }

  .section-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .section-wrapper.recipe {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .right-nav {
    z-index: 998;
  }

  .card {
    width: 100%;
    max-width: none;
    height: 400px;
  }

  .paragraph-light {
    font-size: .9rem;
  }

  .card-button {
    width: 3rem;
    height: 3rem;
  }

  .pict {
    width: auto;
  }

  .display-s {
    font-size: 1.25rem;
  }

  .card-wrapper {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .sticky-content {
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 0 2rem 2rem;
  }

  .sticky-content.dark {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sticky-content.center {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-bottom: 0;
    padding: 2rem 2rem 0;
  }

  .mobile-image {
    margin-bottom: 0;
    display: block;
  }

  .sticky-head {
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 40px;
  }

  .product-sticky-wrapper {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }

  .sticky-text-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 100%;
    margin-left: 0;
  }

  .images-content-wrapper {
    display: none;
    position: static;
  }

  .product-sub-text {
    font-size: 1.3rem;
  }

  .product-name {
    font-size: 2.5em;
  }

  .value-group {
    width: 100%;
  }

  .fixed-menu {
    align-items: center;
    width: 3rem;
    margin-left: 0;
    padding-left: 1rem;
    display: none;
  }

  .tarif-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .barkod-wrap-area {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .barkod-wrap {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .barkod-wrap.right {
    justify-content: flex-start;
    align-items: center;
  }

  .product-name-next {
    font-size: 1.5rem;
  }

  .socials.dark {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .social-back.dark {
    height: 350px;
  }

  .footer-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .btn-general {
    padding-left: .6rem;
    font-size: 1rem;
  }

  .btn-bg {
    width: 48px;
    height: 48px;
  }

  .btn-arrow-svg {
    width: 3rem;
    height: 3rem;
  }

  .first-test {
    font-size: 1.1rem;
  }

  .v-01 {
    width: 30px;
  }

  .btn-icons {
    width: 3rem;
    height: 3rem;
  }

  .menugroup, .droplink, .droplink.w--open, .menu-head-text {
    padding-left: 2rem;
  }

  .tab_link, .tab_link.w--current {
    min-height: 60px;
    font-size: 1.1rem;
  }

  .tab_arrow-wrap.is-right, .tab_arrow-wrap.is-left {
    margin-top: 0;
  }

  .tab_menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 70%;
    margin-bottom: 2rem;
    left: 15%;
  }

  .paging-area {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .search-input {
    font-size: .9rem;
  }

  .search-form-content {
    flex-direction: column;
  }

  .mobile-product-image {
    min-height: 450px;
  }

  .page-pict {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-list-block.list {
    padding-bottom: 2rem;
  }

  .inline-text {
    font-size: 1rem;
  }

  .innersubheader {
    font-size: 1.2rem;
  }

  .headerp {
    font-size: 1.5rem;
  }

  .recipes-list {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .recipe-card {
    grid-row-gap: 2.5rem;
    min-height: 32rem;
    padding: 1.6rem;
  }

  .recipe-card.small {
    height: 300px;
    min-height: 30px;
  }

  .recipes-category {
    font-size: 1rem;
  }

  .heading-small {
    font-size: 1.5rem;
  }

  .info-title, .info-card-bottom {
    justify-content: flex-start;
    align-items: center;
  }

  .info-hidden {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .recipes-pictures {
    width: 100%;
    height: auto;
  }

  .recipe-info-detail {
    justify-content: space-around;
    width: 100%;
  }

  .recipes-home-list {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .general-field {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .number-content {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .paging-combo-form {
    width: 100%;
  }

  .detail-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .detail-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .bottom-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .recipe-second-text {
    font-size: 1.2rem;
  }

  .bottom-left {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    position: static;
  }

  .left-head {
    text-align: center;
    font-size: 1.5rem;
  }

  .left-detail {
    text-align: center;
    font-size: 1rem;
  }

  .left-list {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .half-line {
    display: none;
  }

  .bottom-right {
    width: 100%;
    position: static;
  }

  .right-head {
    text-align: center;
    font-size: 1.5rem;
  }

  .video-content {
    width: 60px;
    height: 60px;
  }

  .video-play {
    width: 100%;
    height: 100%;
  }

  .info-cards {
    grid-row-gap: 2.5rem;
    min-height: 32rem;
    padding: 1.6rem;
  }

  .info-heading {
    font-size: 2rem;
  }

  .lightbox-close {
    width: 40px;
    height: 40px;
    margin-top: -30px;
    margin-right: -30px;
  }

  .video-container {
    border-radius: 1rem;
  }

  .heading-style-h4 {
    font-size: 1.1rem;
    line-height: 1.75rem;
  }

  .head-inner {
    font-size: 1.6rem;
  }

  .faq-head {
    margin-bottom: 1rem;
  }

  .faq_heading {
    justify-content: center;
  }

  .news-block {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .itemtextwrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem 1rem;
  }

  .itemdate {
    border-top: 3px solid var(--golden);
    border-left-style: none;
    width: auto;
    margin-left: auto;
    padding-top: .5rem;
    padding-left: 0;
  }

  .bottom-center {
    width: 100%;
    position: static;
  }

  .detail-gallery-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .gallerypicture {
    width: 100%;
    height: 150px;
    margin: .5rem 0%;
  }

  .visual-list-image {
    min-width: 100%;
    min-height: 100%;
    max-height: none;
    overflow: clip;
  }

  .lightbox-image {
    border-radius: 1rem;
  }

  .back-next {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .text-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem 2rem 1rem;
  }

  .kit-gallery {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .visual {
    width: 100%;
    margin: .5rem 0%;
  }

  .visual-image {
    height: 300px;
  }

  .logos-text {
    width: 100%;
  }

  .logos-text.catalog {
    border-top: 1px solid var(--gold);
    padding-left: 0;
  }

  .visual-list {
    width: 100%;
    position: static;
  }

  .backgroung-image {
    opacity: .6;
    width: auto;
    max-width: none;
    height: 100%;
    display: block;
    left: auto;
    right: auto;
  }

  .blog-wrapper {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .blog-last-post-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem 1rem;
  }

  .blog-date {
    border-top: 3px solid var(--golden);
    border-left-style: none;
    width: auto;
    padding-top: .5rem;
    padding-left: 0;
  }

  .recipe-cat-group {
    justify-content: center;
    align-items: flex-start;
  }

  .left-list-head {
    justify-content: center;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 0;
  }

  .bullettin-content-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
  }

  .detail-platform {
    border-top: 3px none var(--golden);
    border-left-style: none;
    width: auto;
    margin-left: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .image-text-content {
    display: none;
  }

  .inline-head {
    font-size: 1rem;
  }

  .contact-list, ._404-sub-text {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  .home-hero_heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    font-size: 2.5rem;
  }

  .home-hero_images-wrapper {
    width: 7rem;
    height: 7rem;
    top: 3rem;
  }

  .home-hero__words {
    font-size: 2.5rem;
  }

  .home-hero__things-text {
    font-size: 2.5rem;
    display: block;
  }

  .categories {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slider_list-item.swiper-slide.list {
    width: 99%;
  }

  .content-text {
    width: 100%;
    font-size: 1.5rem;
  }

  .content-1 {
    width: 100%;
  }

  .menu-wrapper {
    margin-top: 60px;
    margin-left: 20px;
  }

  .lang-tr {
    display: none;
  }

  .lang-tr.right-space {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .search {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
    position: static;
    inset: 0% 0% auto auto;
  }

  .brand {
    height: 80px;
  }

  .header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar {
    height: 80px;
  }

  .open-wrap {
    margin-top: 24px;
    margin-right: 15px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .online-link {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .logo-image {
    height: 60px;
  }

  .d-47-menu-item-text {
    font-size: 20px;
  }

  .recipes {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .swiper-button-prev {
    display: none;
  }

  .swiper_slider-wrapper {
    padding-bottom: 0;
  }

  .swiper-button-next {
    display: none;
  }

  .swiper-pagination {
    bottom: -2.5rem;
  }

  .recipeheader-block.small {
    width: 100%;
  }

  .img-outer-wrapper {
    height: 300px;
  }

  .corporate-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .corporate-block {
    padding-left: 25px;
    padding-right: 25px;
  }

  .corporate-block.open {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .img-inner-wrapper.content-2, .img-inner-wrapper.hero {
    height: 300px;
  }

  .subheader {
    text-align: center;
    font-size: 18px;
    display: block;
  }

  .pill-button.auto-top {
    padding: .55rem .55rem .55rem 1.5rem;
  }

  .footer-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-right-top-group.white, .f-social {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-bottom {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-bottom.dark {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-bottom-left {
    width: 100%;
  }

  .footer-right-text {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .info-card {
    grid-row-gap: 2.5rem;
    min-height: 28rem;
    padding: 1.25rem;
  }

  .f-number-content, .footer-left {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-left-head.white {
    font-size: 1.3rem;
  }

  .form {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .submit-button {
    height: 65px;
    margin-top: 0;
    margin-right: 0;
    position: static;
  }

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

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .instagram-feed---icon-inside {
    max-width: 36px;
  }

  .instagram-feed---image-wrapper.border-radius-0._002 {
    display: none;
  }

  .instagram-feed---image-wrapper.border-radius-0._003 {
    border-radius: .2rem;
    width: 300px;
    height: 300px;
  }

  .instagram-feed---image-wrapper.border-radius-0._004 {
    display: none;
  }

  .soaial-head {
    font-size: 24px;
    line-height: 35px;
  }

  .page-desc {
    font-size: 1rem;
  }

  .product-image {
    height: 300px;
  }

  .page-name {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 0;
  }

  .page-name.center {
    padding-top: 0;
  }

  .page-name.product {
    padding-top: 2rem;
  }

  .head-block {
    justify-content: flex-start;
    align-items: center;
  }

  .page-head {
    text-overflow: ellipsis;
    white-space: normal;
    overflow-wrap: normal;
    font-size: 2.2em;
  }

  .page-head.cororate {
    text-align: center;
  }

  .breadcrumb {
    flex-flow: wrap;
    font-size: .7rem;
  }

  .breadcrumb.center {
    padding-left: 0;
  }

  .menu-button {
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 70px;
    margin-left: 0;
    margin-right: 2rem;
    display: flex;
    position: static;
  }

  .menu-button.circ {
    color: var(--golden);
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    font-size: .9rem;
    position: relative;
  }

  .menu-button.circ:hover {
    color: var(--white);
  }

  .menu-button.circ.w--open {
    color: var(--white);
    background-color: #42414100;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    font-size: .9rem;
  }

  .sticky-container {
    width: 100%;
  }

  .sidebar {
    z-index: 998;
  }

  .right-nav-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .menu-link {
    font-size: 1rem;
  }

  .sticky.navigation {
    z-index: 998;
    padding-left: 0;
    padding-right: 0;
  }

  .contenth3 {
    font-size: 1.8rem;
  }

  .page-text {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .product-grid {
    padding: 0;
  }

  .icon-card {
    margin: .25rem;
  }

  .content-section {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 0 1rem;
  }

  .sub-part {
    margin-top: 1rem;
  }

  .section-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 0;
  }

  .right-nav {
    z-index: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .card-content-2 {
    height: 25%;
  }

  .card-image {
    height: 75%;
  }

  .sticky-content {
    float: right;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sticky-content.dark, .sticky-content.center {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sticky-head {
    text-align: center;
    margin-bottom: 5px;
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
  }

  .sticky-text-wrapper {
    margin-left: 0;
  }

  .section-1 {
    padding-left: 10px;
  }

  .section-grid {
    margin-top: 40px;
    margin-right: 30px;
  }

  .product-name {
    font-size: 2.2em;
  }

  .shop-btton {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .fixed-menu {
    width: 2.5rem;
  }

  .vingette {
    height: 130vh;
  }

  .socials.dark {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .btn-arrow-svg {
    width: 3rem;
    height: 3rem;
  }

  .first-test {
    font-size: 1rem;
  }

  .first-test-wraper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .btn-icons {
    width: 3rem;
    height: 3rem;
  }

  .f-right-bottom.grid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .online-text {
    display: none;
  }

  .tab_link, .tab_link.w--current {
    justify-content: flex-start;
    align-items: center;
    font-size: 1rem;
    display: flex;
  }

  .tab_arrow-wrap.is-right {
    margin-right: 0%;
  }

  .tab_arrow-wrap.is-left {
    margin-left: 0%;
  }

  .tab_menu {
    width: 60%;
    display: flex;
    left: 20%;
  }

  .search-open {
    margin-top: 80px;
  }

  .search-input {
    text-align: center;
    border-bottom-width: 1px;
    border-radius: 0;
    font-size: .8rem;
  }

  .buttonwrapper.search-1 {
    border-left-style: none;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .search-form-half {
    width: 100%;
  }

  .search-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lang-dd-1-togle {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: .9rem;
  }

  .mobile-product-image {
    min-height: 350px;
  }

  .page-pict {
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-list-block.list {
    padding-top: 5rem;
    padding-bottom: 1rem;
  }

  .contenttopheader.white {
    justify-content: flex-start;
  }

  .inline-text, .innersubheader {
    text-align: left;
  }

  .lineleft {
    padding-top: 100px;
  }

  .recipe-card {
    grid-row-gap: 2.5rem;
    min-height: 28rem;
    padding: 1.25rem 1rem;
  }

  .recipe-card.small {
    height: 250px;
    min-height: 250px;
  }

  .recipes-category {
    font-size: .7rem;
  }

  .heading-small {
    text-align: center;
    font-size: 1.1rem;
  }

  .info-card-bottom {
    grid-row-gap: 1rem;
  }

  .info-hidden {
    grid-row-gap: 2rem;
  }

  .recipes-pictures {
    width: auto;
    height: 100%;
  }

  .recpe-info.border {
    flex-flow: row-reverse wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: .5rem 1rem;
  }

  .recipe-info-detail.border {
    flex-flow: column;
    width: 80%;
  }

  .bottom-content {
    max-width: none;
  }

  .recipe-second-text {
    font-size: 1.1rem;
  }

  .nav-next-back {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .detail-next-back {
    border: 1px solid var(--gold);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 50px;
  }

  .detail-next-back:hover {
    background-color: var(--gold);
    color: var(--black);
  }

  .recipe-info-line {
    width: 100%;
    height: 1px;
    display: block;
  }

  .btn-name {
    display: none;
  }

  .info-cards {
    grid-row-gap: 2.5rem;
    min-height: 28rem;
    padding: 1.25rem 1rem;
  }

  .info-heading {
    font-size: 1.8rem;
  }

  .faq_accordion {
    padding: 1rem;
  }

  .text-color-gray {
    font-size: 1rem;
  }

  .head-inner {
    font-size: 1.3rem;
  }

  .itemtextwrapper {
    padding: 1rem;
  }

  .itemheader {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  .detail-gallery-wrapper {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .gallerypicture {
    height: 180px;
  }

  .text-wrap {
    padding: 1rem;
  }

  .visual-image {
    height: 220px;
  }

  .logos-text.catalog {
    padding-top: .5rem;
    padding-bottom: 0;
  }

  .blog-last-post-text {
    padding: 1rem;
  }

  .head-filter {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .image-text-content {
    display: none;
  }

  .inline-head, .contact-list {
    text-align: left;
  }

  ._404-sub-text {
    font-size: 1.1rem;
  }
}

#w-node-bcc6135c-e2f0-63c4-38fd-25e5d999c684-2c0b9ef6 {
  align-self: center;
}

#w-node-_3c04e717-ff71-00c3-4603-07e019c99823-dbf9879d {
  grid-area: Area;
}

#w-node-faa02cad-db3d-a166-28dd-26dd69543258-f621c41e {
  place-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_8dd7404f-e889-3d80-db78-b1e99f99fd34-2c0b9ef6 {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3c04e717-ff71-00c3-4603-07e019c99823-dbf9879d {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}


@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}