/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

h1,h2,h3,h4,p,ol,figure,ul{margin:0}ol,ul,li,button{padding:0}li{list-style:none}a{text-decoration:none}button,input,textarea{border:none;background-color:rgba(0,0,0,0)}img{max-width:100%}textarea{resize:none}video{position:relative}input[type=text]::-ms-clear,input[type=text]::-ms-reveal{display:none;width:0;height:0}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}.c-container-grid{display:grid;grid-template-columns:repeat(12, 1fr);gap:1rem}@media screen and (min-width: 1280px){.c-container-grid{gap:2rem}}.c-left-text{grid-column:1/13}@media screen and (min-width: 540px){.c-left-text{grid-column:2/12}}@media screen and (min-width: 768px){.c-left-text{grid-column:2/8}}.c-left-img{display:none}@media screen and (min-width: 540px){.c-left-img{grid-column:2/12}}@media screen and (min-width: 768px){.c-left-img{display:block;grid-column:2/6}}.c-right-img{grid-column:1/13;display:none}@media screen and (min-width: 540px){.c-right-img{grid-column:2/12}}@media screen and (min-width: 768px){.c-right-img{display:block;grid-column:8/12}}.c-main-img{grid-column:1/13;padding:2rem}@media screen and (min-width: 540px){.c-main-img{grid-column:2/12;padding:2rem}}@media screen and (min-width: 768px){.c-main-img{grid-column:2/12;padding:6rem 0 10rem}}.c-right-text{grid-column:1/13}@media screen and (min-width: 540px){.c-right-text{grid-column:2/12}}@media screen and (min-width: 768px){.c-right-text{grid-column:7/12}}.c-container{width:min(192rem,100%);margin:0 auto}.c-container-gridx4{display:grid;grid-template-columns:1fr;grid-column:1/13;gap:2rem}@media screen and (min-width: 768px){.c-container-gridx4{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 1024px){.c-container-gridx4{grid-template-columns:repeat(3, 1fr)}}@media screen and (min-width: 1280px){.c-container-gridx4{grid-template-columns:repeat(4, 1fr)}}.c-container-gridx9{display:block;grid-column:1/13}@media screen and (min-width: 540px){.c-container-gridx9{grid-column:2/11}}@media screen and (min-width: 768px){.c-container-gridx9{grid-column:2/9}}@media screen and (min-width: 1024px){.c-container-gridx9{grid-column:2/10}}@media screen and (min-width: 1280px){.c-container-gridx9{grid-column:2/11}}.c-grid-col{grid-column:1/13;margin-bottom:2rem}@media screen and (min-width: 540px){.c-grid-col{grid-column:2/11}}.c-grid-col-full{grid-column:1/13;margin-bottom:2rem}.c-grid-col-full li{list-style:disc;margin-top:1rem}@media screen and (min-width: 540px){.c-grid-col-full{grid-column:2/12}}.c-grid-col-all{grid-column:1/13;margin-bottom:2rem}@media screen and (min-width: 540px){.c-grid-col-all{grid-column:2/13}}.c-container-sub-grid{grid-column:2/12}.grecaptcha-badge{display:none}.c-font-h1{font-family:Alegreya,sans-serif;color:var(--color-title);font-weight:700;font-size:4.8rem;line-height:.9;z-index:2}@media screen and (min-width: 1280px){.c-font-h1{font-size:9.6rem}}@media screen and (min-width: 1600px){.c-font-h1{font-size:14rem}}.c-font-h1-bigger{font-family:Alegreya,sans-serif;color:var(--color-title);font-weight:700;font-size:3.2rem;line-height:1;z-index:2}@media screen and (min-width: 1280px){.c-font-h1-bigger{font-size:5.2rem}}@media screen and (min-width: 1600px){.c-font-h1-bigger{font-size:9rem}}.c-font-h2{font-family:Alegreya,sans-serif;color:var(--color-title);font-weight:700;font-size:3.2rem;line-height:1;z-index:2}@media screen and (min-width: 1280px){.c-font-h2{font-size:5.2rem}}@media screen and (min-width: 1600px){.c-font-h2{font-size:7.6rem}}.c-font-h3{font-family:Alegreya,sans-serif;font-weight:700;font-size:2.6rem;line-height:1;z-index:2}@media screen and (min-width: 1280px){.c-font-h3{font-size:3.2rem}}@media screen and (min-width: 1600px){.c-font-h3{font-size:5.2rem}}.c-font-card-title{color:var(--color-title);font-size:2.4rem;line-height:1.1}@media screen and (min-width: 1280px){.c-font-card-title{font-size:3rem}}@media screen and (min-width: 1600px){.c-font-card-title{font-size:4.8rem}}.c-font-section-title{font-weight:600;font-size:2rem;text-decoration:underline}@media screen and (min-width: 1280px){.c-font-section-title{font-size:3.2rem}}@media screen and (min-width: 1600px){.c-font-section-title{font-size:3.4rem}}.c-font-preview{font-size:2.4rem;line-height:1.1}@media screen and (min-width: 1280px){.c-font-preview{font-size:3.2rem}}@media screen and (min-width: 1600px){.c-font-preview{font-size:4.8rem}}p.c-grid-col-full a{color:var(--color-title)}p.c-grid-col-full a:hover{text-decoration:underline}.c-base-indents-x{padding-left:var(--base-indent);padding-right:var(--base-indent)}.c-header-indent{margin-top:var(--header-height)}.c-title-indent-b{margin-bottom:var(--title-indent)}.c-content-indent-b{margin-bottom:var(--content-indent)}.c-text-indents:not(.c-text-indents:last-child){margin-bottom:var(--base-text-indent)}.c-text-indents-large:not(.c-text-indents-large:last-child){margin-bottom:var(--large-text-indent)}.c-layout{display:flex;flex-direction:column}.c-layout>main{flex-grow:1;position:relative}.c-layout>footer{flex-shrink:0}.c-hidden{display:none !important}.c-section-center{display:flex;flex-direction:column;align-items:center}.c-link-pseudo-full::after{content:"";position:absolute;inset:0}.c-border-top{border-top:1px solid var(--color-font);padding-top:7rem}.c-round{border-radius:var(--base-border-radius)}.c-round-top{border-radius:var(--base-border-radius) var(--base-border-radius) 0 0}.c-round-bottom{border-radius:0 0 var(--base-border-radius) var(--base-border-radius)}.c-over{position:relative;z-index:2}.c-visually-hidden{position:absolute;z-index:-100;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.c-upper{text-transform:uppercase}.c-link{color:var(--color-link);position:relative;text-decoration:underline}.c-link:visited{color:var(--color-link);text-decoration:none}@font-face{font-family:"Alegreya";font-style:normal;font-weight:700;src:url(/local/templates/qegg/builds/prod/font/Alegreya-Bold.woff2) format("woff2"),url(/local/templates/qegg/builds/prod/font/Alegreya-Bold.woff) format("woff");font-display:swap}@font-face{font-family:"Myriad Pro";font-style:normal;font-weight:600;src:url(/local/templates/qegg/builds/prod/font/MyriadPro-Semibold.woff2) format("woff2"),url(/local/templates/qegg/builds/prod/font/MyriadPro-Semibold.woff) format("woff");font-display:swap}@font-face{font-family:"Myriad Pro";font-style:normal;font-weight:400;src:url(/local/templates/qegg/builds/prod/font/MyriadPro-Regular.woff2) format("woff2"),url(/local/templates/qegg/builds/prod/font/MyriadPro-Regular.woff) format("woff");font-display:swap}*,*::before,*::after{box-sizing:inherit}html,body,.c-layout{height:100%;scrollbar-gutter:stable}body,.c-layout{width:100%}html{--color-brown: #441406;--color-brown-light: #99735d;--color-beige: #e9dac9;--color-orange: #f5a02c;--color-gray: #e8e8e8;--color-cacao: #e8c1aa;--color-white: #fff;--color-black: #000;--color-title: var(--color-brown);--color-link: var(--color-brown);--color-font: var(--color-brown-light);--color-bg: var(--color-gray);--color-menu-item: var(--color-font);--color-menu-item-current: var(--color-brown);--color-header-bg: var(--color-white);--color-header-expanded-bg: var(--color-brown);--color-header-menu-brd: var(--color-cacao);--color-header-search: var(--color-white);--color-footer: var(--color-white);--color-footer-link: var(--color-cacao);--color-footer-bg: var(--color-brown-light);--color-feedback-form-brd: var(--color-cacao);--color-feedback-form: var(--color-white);--color-modal-bg: rgb(255 255 255 / 90%);--color-modal-content-bg: var(--color-brown-light);--color-modal-close: var(--color-white);--color-modal-close-bg: var(--color-brown);--colol-news-card-bg: var(--color-beige);--color-search-result: var(--color-brown);--color-search-result-bg: var(--color-beige);--btn-color: var(--color-brown-light);--btn-border-color: var(--color-brown-light);--btn-bg-color: var(--color-gray);--btn-color-hover: var(--color-white);--btn-border-color-hover: var(--color-brown-light);--btn-bg-color-hover: var(--color-brown-light);--btn-slider-color: var(--color-brown);--btn-slider-border-color: var(--color-white);--btn-slider-bg-color: var(--color-white);--btn-slider-color-hover: var(--color-white);--btn-slider-border-color-hover: var(--color-brown);--btn-slider-bg-color-hover: var(--color-brown);--base-transition-time: 300ms;--base-transition-fn: ease;--base-transition: var(--base-transition-time) var(--base-transition-fn);--base-border-radius: 3rem;--header-height: 6rem;--base-indent: 2rem;--title-indent: 3.5rem;--content-indent: 3.5rem;--base-text-indent: 1.8rem;--large-text-indent: 1.5rem;box-sizing:border-box;font-size:62.5%}@media screen and (min-width: 1280px){html{--base-border-radius: 3.5rem}}@media screen and (min-width: 1600px){html{--base-border-radius: 5rem}}@media screen and (min-width: 768px){html{--base-indent: 3rem}}@media screen and (min-width: 1024px){html{--title-indent: 8rem;--content-indent: 6rem}}@media screen and (min-width: 1280px){html{--header-height: 10.5rem;--base-indent: 6rem}}@media screen and (min-width: 1600px){html{--header-height: 12rem;--title-indent: 10rem;--content-indent: 7.5rem;--base-text-indent: 3rem;--large-text-indent: 2.5rem}}body{position:relative;min-width:320px;background-color:var(--color-bg);color:var(--color-font);font-family:"Myriad Pro",helvetica,roboto,arial,sans-serif;font-size:1.6rem;font-weight:400;line-height:1.25}body::before{--grid-color: rgb(255 0 0 / 20%);--grid-sides: 2rem;--grid-gutter: 1rem;--grid-columns: 12;--grid-column-width: calc((100% - var(--grid-gutter) * var(--grid-columns)) / var(--grid-columns));position:absolute;z-index:1;opacity:0;inset:0;content:"";pointer-events:none;border:solid rgba(0,0,0,0);border-width:0 calc(var(--grid-sides) - var(--grid-gutter)/2);background-repeat:no-repeat;background-image:repeating-linear-gradient(to right, transparent 0, transparent calc(var(--grid-gutter) / 2), var(--grid-color) calc(var(--grid-gutter) / 2), var(--grid-color) calc(var(--grid-column-width) + var(--grid-gutter) / 2), transparent calc(var(--grid-column-width) + var(--grid-gutter) / 2), transparent calc(var(--grid-column-width) + var(--grid-gutter)))}@media screen and (min-width: 1280px){body::before{--grid-sides: 6rem;--grid-gutter: 2rem}}@media screen and (min-width: 1600px){body{font-size:1.8rem}}@media screen and (min-width: 1600px){body{font-size:2.6rem}}
.b-breadcrumb__items{grid-column:1/12;margin:2rem 0;display:flex;flex-wrap:wrap}@media screen and (min-width: 540px){.b-breadcrumb__items{grid-column:2/12;margin:2rem 0 3rem}}@media screen and (min-width: 1280px){.b-breadcrumb__items{grid-column:2/13;margin:4rem 0 6rem}}@media screen and (min-width: 1600px){.b-breadcrumb__items{grid-column:2/10;margin:4rem 0 6rem}}.b-breadcrumb__item a span{color:var(--color-font, #441406)}.b-breadcrumb__item span{position:relative;margin-right:1.8rem;font-size:1rem;line-height:194.5%}@media screen and (min-width: 540px){.b-breadcrumb__item span{font-size:1.3rem;margin-right:4.2rem}}@media screen and (min-width: 768px){.b-breadcrumb__item span{font-size:1.3rem}}@media screen and (min-width: 1600px){.b-breadcrumb__item span{font-size:1.6rem}}.b-breadcrumb__item span{color:var(--color-title, #441406)}.b-breadcrumb__item{white-space:nowrap}.b-breadcrumb__item a span::before{position:absolute;top:.4rem;left:-1.4rem;content:"";width:1rem;height:.1rem;background-color:var(--color-font, #441406)}@media screen and (min-width: 540px){.b-breadcrumb__item a span::before{width:3.3rem;left:-3.8rem}}@media screen and (min-width: 1600px){.b-breadcrumb__item a span::before{top:.8rem}}.b-breadcrumb__item:nth-last-child(-n+2) a span::after{position:absolute;top:.4rem;right:-1.4rem;content:"";width:1rem;height:.1rem;background-color:var(--color-font, #441406)}@media screen and (min-width: 540px){.b-breadcrumb__item:nth-last-child(-n+2) a span::after{width:3.3rem;right:-3.8rem}}@media screen and (min-width: 1600px){.b-breadcrumb__item:nth-last-child(-n+2) a span::after{top:.8rem}}.b-breadcrumb__item:first-child span::before,.b-breadcrumb__item i::before{display:none}
.b-button{display:inline-flex;gap:1rem;align-items:center;font-size:1.8rem;color:var(--btn-color);background-color:var(--btn-bg-color);border:.1rem solid var(--btn-border-color);transition-property:background-color,color,border-color;transition-timing-function:var(--base-transition-fn);transition-duration:var(--base-transition-time);border-radius:6.8rem;padding:1.5rem 2.5rem 1.3rem;cursor:pointer;z-index:2}.b-button--trans{background-color:rgba(0,0,0,0)}@media screen and (min-width: 1280px){.b-button{font-size:2.2rem;padding:1.8rem 2.5rem}}@media screen and (min-width: 1600px){.b-button{font-size:3rem;padding:2.5rem 4.5rem}}.b-button--link:visited,.b-button--link:active{color:var(--btn-color)}.b-button:hover{color:var(--btn-color-hover);background-color:var(--btn-bg-color-hover);border-color:var(--btn-border-color-hover)}.b-button:hover--link:visited,.b-button:hover--link:active{color:var(--btn-color-hover)}.b-button--icon-only{position:relative;padding:0;width:4.5rem;height:4.5rem}@media screen and (min-width: 1280px){.b-button--icon-only{width:7rem;height:7rem}}@media screen and (min-width: 1600px){.b-button--icon-only{width:8rem;height:8rem}}.b-button--icon-only>span{display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.b-button--icon-only svg{max-height:1.7rem;max-width:2rem}@media screen and (min-width: 1280px){.b-button--icon-only svg{max-height:unset;max-width:unset}}@media screen and (min-width: 1280px){.b-button--icon-only.b-button--small-icon{width:3.5rem;height:3.5rem}}@media screen and (min-width: 1600px){.b-button--icon-only.b-button--small-icon{width:5rem;height:5rem}}.b-button--icon-only.b-button--small-icon svg{max-width:1.7rem;max-height:1.5rem}@media screen and (min-width: 1600px){.b-button--icon-only.b-button--small-icon svg{max-width:1.7rem;max-height:1.5rem}}.b-button--small{line-height:1.35;font-size:1.4rem;padding:.9rem 2rem .55rem}@media screen and (min-width: 1600px){.b-button--small{font-size:1.8rem;padding:1.4rem 2rem 1rem}}
.b-chatblock{margin-top:-30rem;padding:2rem 2rem 0 0;margin-left:auto;width:23.4rem;z-index:0;display:flex;position:sticky;right:0;bottom:0;opacity:0;justify-content:flex-end;overflow:hidden}@media screen and (min-width: 540px){.b-chatblock{width:34.5rem}}@media screen and (min-width: 768px){.b-chatblock{opacity:1;z-index:6;height:-moz-max-content;height:max-content}}.b-chatblock--min{width:15.2rem}.b-chatblock.absolute{position:absolute}
.b-chatbot-block *{opacity:0;transition:1s}.b-chatbot-block{opacity:1;rotate:43deg;z-index:4;background-color:var(--color-brown-light);width:auto;max-width:29rem;transition:1s;min-height:50rem;border-radius:24.5rem 4rem 4rem 12rem;margin-bottom:-21rem;margin-right:-14rem}@media screen and (min-width: 540px){.b-chatbot-block{border-radius:17rem 4rem 4rem 12rem;margin-bottom:-13rem;margin-right:-7rem}}.b-chatbot-block--min{height:5rem;rotate:90deg;width:12rem;border-radius:17rem;margin-right:-21rem;margin-bottom:-13.2rem}@media screen and (min-width: 540px){.b-chatbot-block--min{margin-bottom:-12.8rem}}.b-chatbot-block__close svg{padding:1rem;height:4rem;width:4rem;top:1.2rem;right:1.8rem;position:absolute}.b-chatbot-block__close:hover svg path{stroke:#b9b9b9}.b-chatbot-block__content{padding:2.5rem 1.5rem 1rem 2.3rem}@media screen and (min-width: 540px){.b-chatbot-block__content{padding:4.5rem 2.5rem 1rem 4.3rem}}.b-chatbot-block__content .user-msg{margin-left:19%;color:var(--color-white)}.b-chatbot-block__content .bot-msg .shop-link{color:var(--color-white);width:100%;display:flex;text-align:left;text-decoration:none;align-items:center}.b-chatbot-block__content .bot-msg .shop-link img{margin-right:1rem;width:3rem}.b-chatbot-block__content .bot-msg .shop-link span{vertical-align:.8rem}.b-chatbot-block__content .bot-msg .shop-link:hover{text-decoration:underline}.b-chatbot-block__content .skeleton{width:20rem}.b-chatbot-block__content .skeleton div{height:1rem;border-radius:4rem;margin-top:1rem;background:linear-gradient(-90deg, var(--color-brown-light), #6b5141, var(--color-brown-light));background-size:400% 400%;animation:gradient 1s ease infinite}.b-chatbot-block__content .bot-msg{position:relative;margin:0;color:var(--color-white);font-size:1.6rem;font-style:normal;font-weight:400;line-height:1.75rem;margin-top:1rem}.b-chatbot-block__content .bot-msg img.recipe{width:100%}.b-chatbot-block__content .bot-msg a.recipe{text-align:center}.b-chatbot-block__content .bot-msg a{color:var(--color-white);text-decoration:underline}.b-chatbot-block__content .user-msg:nth-last-child(-n+2),.b-chatbot-block__content .bot-msg:last-child{animation:my-anim 1s ease 0s 1 normal forwards}.b-chatbot-block__resp{padding-top:.5rem;padding-bottom:2.5rem}@media screen and (min-width: 540px){.b-chatbot-block__resp{padding-top:2rem;padding-bottom:6.5rem}}.b-chatbot-block__resp div.skeleton{margin-left:2rem;width:80%;height:1rem;border-radius:4rem;margin-top:2rem;background:linear-gradient(-90deg, var(--color-brown-light), #6b5141, var(--color-brown-light));background-size:400% 400%;animation:gradient 1s ease infinite;position:relative}.b-chatbot-block__resp div.skeleton::before{border-radius:4rem;content:"";position:absolute;right:-2rem;top:-0.2rem;height:1.6rem;width:1.6rem;background:linear-gradient(-90deg, var(--color-brown-light), #6b5141, var(--color-brown-light));background-size:400% 400%;animation:gradient 1s ease infinite}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.b-chatbot-block__resp a,.b-chatbot-block__resp p{cursor:pointer;margin:0 0 0 2rem;color:var(--color-cacao);font-size:1.6rem;font-style:normal;font-weight:400;line-height:3.35rem;text-decoration-line:underline;position:relative;padding-left:2rem}@media screen and (min-width: 768px){.b-chatbot-block__resp a,.b-chatbot-block__resp p{margin:0 0 0 5rem}}.b-chatbot-block__resp a{margin:0}.b-chatbot-block__resp p a::before,.b-chatbot-block__resp p a::after{display:none}.b-chatbot-block__resp p a{margin-right:0;padding-left:0}.b-chatbot-block__resp a::after,.b-chatbot-block__resp p::after{content:"";position:absolute;height:1.6rem;width:1.6rem;border:var(--color-cacao) .1rem solid;border-radius:2rem;top:1rem;left:-1rem}.b-chatbot-block__resp a:hover::before,.b-chatbot-block__resp p:hover::before{content:"";position:absolute;height:1rem;width:1rem;background-color:#e8c0aa;border-radius:2rem;top:1.3rem;left:-0.7rem}.b-chatbot-block__resp .user-msg:nth-last-child(-n+2),.b-chatbot-block__resp .bot-msg:last-child{animation:my-anim 1s ease 0s 1 normal forwards}@keyframes my-anim{0%{opacity:0}100%{opacity:1}}.b-chatbot-block.active{min-width:20rem;opacity:1;rotate:0deg;min-height:20rem;border-radius:4rem;margin-bottom:5rem;margin-right:1rem}@media screen and (min-width: 540px){.b-chatbot-block.active{margin-bottom:7rem;margin-right:2rem}}.b-chatbot-block.active *{opacity:1;font-size:1.2rem}@media screen and (min-width: 540px){.b-chatbot-block.active *{font-size:1.6rem}}
.b-chatbot-button-block::before{transition:1s;z-index:3;content:" ";position:absolute;width:12.9rem;height:40.8rem;background:url("/images/chatbot/chatButtonBg.webp");background-repeat:no-repeat;background-size:100%;bottom:-18rem;right:3.3rem}@media screen and (min-width: 540px){.b-chatbot-button-block::before{bottom:-4.4rem;right:9rem;width:20rem}}.b-chatbot-button-block{z-index:5}.b-chatbot-button-block--min::before{transform:rotate(-8deg);bottom:-14rem;right:-6rem}.b-chatbot-button-block--min .b-chatbot-button-block__button{width:10rem;bottom:-11.8rem}.b-chatbot-button-block__button{z-index:5;position:absolute;bottom:-11.8rem;right:0;width:20rem;height:28.3rem;background:url("/images/chatbot/chatButton.webp");background-repeat:no-repeat;background-size:100%;transition:1s}@media screen and (min-width: 540px){.b-chatbot-button-block__button{width:34.2rem;bottom:0}}.b-chatbot-button-block.active::before{opacity:0;bottom:-40rem}.b-chatbot-button-block.active .b-chatbot-button-block__button{right:0;height:15.8rem;bottom:-7.5rem;width:10rem}@media screen and (min-width: 540px){.b-chatbot-button-block.active .b-chatbot-button-block__button{bottom:-2rem;width:16.9rem}}
.b-modal{display:grid;place-items:center;position:fixed;inset:0;z-index:-15;background-color:var(--color-modal-bg);opacity:0;transition:opacity var(--base-transition);will-change:opacity}.b-modal--open{opacity:1}.b-modal__container{position:relative}.b-modal__content{--indent: 2rem;width:calc(100vw - (var(--indent))*2);max-width:66rem;padding:2.7rem 2rem 2rem;background-color:var(--color-modal-content-bg)}@media screen and (min-width: 768px){.b-modal__content{--indent: 3rem;padding:4.7rem 4rem 4rem}}@media screen and (min-width: 1280px){.b-modal__content{--indent: 6rem}}.b-modal__close{z-index:3;position:absolute;top:1.6rem;right:1.6rem;width:4.3rem;height:4.3rem;background-color:var(--color-modal-close-bg);border-radius:50%;cursor:pointer}@media screen and (min-width: 1024px){.b-modal__close{top:0;right:-1.6rem;transform:translateX(100%);width:6rem;height:6rem}}.b-modal__close::before,.b-modal__close::after{content:"";display:block;width:1.8rem;height:.2rem;background-color:var(--color-modal-close);position:absolute;top:50%;left:50%}@media screen and (min-width: 1024px){.b-modal__close::before,.b-modal__close::after{width:2.4rem}}.b-modal__close::before{transform:translate(-50%, -50%) rotate(45deg)}.b-modal__close::after{transform:translate(-50%, -50%) rotate(-45deg)}
.b-page-nav{margin-top:2rem;margin-bottom:2rem;grid-column:2/12;display:grid;grid-template-columns:1fr}@media screen and (min-width: 768px){.b-page-nav{grid-template-columns:1fr 1fr}}@media screen and (min-width: 1280px){.b-page-nav{grid-template-columns:1fr 28rem 1fr;grid-column:2/11}}.b-page-nav__links{width:100%;margin:2rem 0;text-align:center}@media screen and (min-width: 768px){.b-page-nav__links{text-align:left}}.b-page-nav__more{transition:.5s;height:-moz-fit-content;height:fit-content;display:flex;align-items:center;flex-direction:column;cursor:pointer;width:100%;border-radius:6.8rem;color:rgba(0,0,0,0);text-align:center;font-size:3rem;line-height:111.5%}.b-page-nav__more svg{margin-bottom:1.5rem;width:15rem;height:-moz-fit-content;height:fit-content}@media screen and (min-width: 768px){.b-page-nav__more{width:100%}}.b-page-nav__more:hover{color:var(--color-brown-light)}.b-page-nav__item{color:var(--color-font, #99735d);font-size:3.2rem;margin:0 .7rem}.b-page-nav__item--arrow:first-child{margin:0 3rem 0 0}.b-page-nav__item--arrow:first-child svg{transform:scale(-1)}.b-page-nav__item--arrow{color:var(--color-font, #99735d);margin:0 0 0 3rem}.b-page-nav__item--arrow svg{vertical-align:-0.5rem}.b-page-nav__item--arrow.hide-arrow{opacity:.3}.b-page-nav__item:hover{color:var(--color-title, #441406);text-decoration:none}.b-page-nav .active{color:var(--color-title, #441406)}.b-page-nav.news .b-page-nav__links{margin-top:2rem}@media screen and (min-width: 1280px){.b-page-nav.news .b-page-nav__links{margin-top:10rem}}
.b-policy-block{position:fixed;border-radius:5rem 5rem 0 0;z-index:10;bottom:-20rem;opacity:.4;width:100%;height:12.9rem;background-color:var(--color-brown-light);flex-flow:row nowrap center;justify-content:space-between;align-items:center;color:var(--color-white);padding:0 4.5rem;font-size:2rem;display:none}.b-policy-block--show{display:inline-flex;animation:open 1s ease forwards}.b-policy-block button{cursor:pointer;white-space:nowrap;color:var(--color-white);border:var(--color-white) solid .1rem;border-radius:5rem;padding:1rem 2.1rem;font-size:1.4rem;margin-left:2rem}@media screen and (min-width: 768px){.b-policy-block button{padding:1.5rem 2.6rem;font-size:1.8rem}}@media screen and (min-width: 1024px){.b-policy-block button{font-size:2rem}}.b-policy-block button:hover{color:var(--color-brown-light);background-color:var(--color-white)}.b-policy-block svg{display:none}@media screen and (min-width: 768px){.b-policy-block svg{display:block}}.b-policy-block p{margin-left:2rem;font-size:1.2rem}.b-policy-block p a{transition:var(--base-transition);color:var(--color-cacao);text-decoration:underline}.b-policy-block p a:hover{color:var(--color-title)}@media screen and (min-width: 768px){.b-policy-block p{font-size:1.8rem}}@media screen and (min-width: 1024px){.b-policy-block p{font-size:2rem}}@keyframes open{0%{transform:scale(0.2);opacity:0;bottom:-10rem}100%{transform:scale(1);opacity:1;bottom:0}}.close{animation:close 1s ease forwards}@keyframes close{0%{transform:scale(1);opacity:1;bottom:0}100%{transform:scale(0.2);opacity:0;bottom:-10rem}}
.b-share-links{width:100%;margin-top:5rem;display:flex;align-items:center;justify-content:flex-end}.b-share-links__sub-text{margin-right:1rem}.b-share-links__links{gap:1rem;z-index:2;display:flex;flex-wrap:nowrap;justify-content:space-between;top:0;bottom:0;transition:1s;margin-right:1rem}@media screen and (min-width: 768px){.b-share-links__links{margin-right:2.1rem}}.b-share-links>.b-button--link{--btn-color: var(--color-white);--btn-bg-color: var(--color-brown-light);--btn-border-color: var(--color-white);--btn-color-hover: var(--color-brown-light);--btn-bg-color-hover: var(--color-white);--btn-border-color-hover: var(--color-brown-light);flex-shrink:0}
.b-header-feedback{--btn-color: var(--color-white);--btn-border-color: var(--color-brown-light);--btn-bg-color: var(--color-brown-light);--btn-color-hover: var(--color-brown-light);--btn-border-color-hover: var(--color-brown-light);--btn-bg-color-hover: var(--color-white);width:-moz-max-content;width:max-content}
.b-header-logo svg{width:7.6rem;height:3.17rem}@media screen and (min-width: 1280px){.b-header-logo svg{width:14rem;height:5.85rem}}@media screen and (min-width: 1600px){.b-header-logo svg{width:16rem;height:6.6rem}}
.b-header-menu{font-size:1.6rem;line-height:1.25}@media screen and (min-width: 1600px){.b-header-menu{font-size:1.9rem}}.b-header-menu__list{display:flex;gap:1.5rem}@media screen and (min-width: 1600px){.b-header-menu__list{gap:2.5rem}}.b-header-menu__link{color:var(--color-menu-item)}.b-header-menu__link:active,.b-header-menu__link:visited{color:var(--color-menu-item)}.b-header-menu__link:hover{color:var(--color-menu-item-current);text-decoration:underline}.b-header-menu__link--current{color:var(--color-menu-item-current) !important}
.b-header-search-results{width:100%;background-color:var(--color-search-result-bg);height:0;overflow:hidden;transition:height var(--base-transition);border-radius:0 0 3.5rem 3.5rem}@media screen and (min-width: 1280px){.b-header-search-results{transform:translateY(-2.5rem);border:.1rem solid rgba(153,115,93,.7)}}.b-header-search-results--open{height:calc(65vh - var(--header-height))}@media screen and (min-width: 1280px){.b-header-search-results--open{height:calc(80vh - var(--header-height))}}.b-header-search-results__container{display:flex;flex-direction:column;padding:2rem 1.5rem;height:100%}@media screen and (min-width: 1280px){.b-header-search-results__container{padding:5rem 4rem}}.b-header-search-results__buttons{display:flex;flex-wrap:wrap;gap:1rem 1.5rem}.b-header-search-results__button{display:flex;align-items:center;gap:.5rem;font-size:1.6rem;padding-bottom:1rem;cursor:pointer;border-bottom:.2rem solid rgba(0,0,0,0);transition:border-color var(--base-transition);color:var(--color-search-result)}.b-header-search-results__button--active{border-color:var(--color-search-result)}.b-header-search-results__count{background-color:var(--color-white);color:#676767;width:2.5rem;height:2.5rem;display:grid;place-items:center;border-radius:50%;line-height:1.8}.b-header-search-results__contents{display:grid;height:100%}.b-header-search-results__content{--gap: 1rem;grid-row:1/2;grid-column:1/2;opacity:0;transition:opacity var(--base-transition);overflow:auto;display:flex;flex-direction:column;gap:var(--gap)}.b-header-search-results__content--active{z-index:1;opacity:1}@media screen and (min-width: 1280px){.b-header-search-results__content{--gap: 1rem}}.b-header-search-results__content::-webkit-scrollbar-thumb{background:var(--color-black)}.b-header-search-results__cart{display:grid;align-items:center;grid-template-columns:repeat(3, auto);gap:0 2rem;padding-top:var(--gap);border-top:.1rem solid var(--color-brown-light);margin-right:1rem}@media screen and (min-width: 1280px){.b-header-search-results__cart{grid-template-columns:auto repeat(11, 1fr)}}.b-header-search-results__cart-image{grid-column:1/2;grid-row:1/3;width:7.7rem;height:6.7rem;-o-object-fit:contain;object-fit:contain}@media screen and (min-width: 1280px){.b-header-search-results__cart-image{grid-row:1/2}}.b-header-search-results__cart-link{color:var(--color-search-result);grid-row:2/3;grid-column:2/3;max-width:56rem;font-size:1.8rem;align-self:start}.b-header-search-results__cart-link:active,.b-header-search-results__cart-link:visited{color:var(--color-search-result)}@media screen and (min-width: 1280px){.b-header-search-results__cart-link{grid-row:1/2;grid-column:2/6;font-size:2.6rem;align-self:initial}}.b-header-search-results__cart-section{grid-row:1/2;grid-column:2/3;font-size:1.4rem;align-self:end}@media screen and (min-width: 1280px){.b-header-search-results__cart-section{grid-row:1/2;grid-column:6/10;justify-self:center;font-size:2rem;align-self:initial}}.b-header-search-results__cart-tag{justify-self:end;grid-row:1/3;grid-column:3/4;font-size:1.5rem;font-weight:600;color:var(--color-white);border-radius:13.2rem;padding:1.4rem 1rem 1.2rem .8rem;line-height:1;display:inline-flex;writing-mode:vertical-rl;transform:scale(-1)}@media screen and (min-width: 1280px){.b-header-search-results__cart-tag{grid-row:1/2;grid-column:10/13;transform:scale(1);padding:1.4rem 2rem;writing-mode:initial}}.b-header-search-results__empty{display:grid;justify-items:center;gap:2rem;color:var(--color-title);font-size:2rem;height:-moz-min-content;height:min-content;margin:auto}.b-header-search-results__clear{font-size:1.8rem;line-height:1;padding:1.8rem 2rem;border-radius:9rem;background-color:var(--color-brown-light);color:var(--color-white);border:.1rem solid var(--color-brown-light);transition:color var(--base-transition),background-color var(--base-transition);cursor:pointer}.b-header-search-results__clear:hover{background-color:var(--color-white);color:var(--color-brown-light)}
.b-header-search{display:flex;justify-content:flex-end;align-items:center;width:100%;height:100%;transition:width var(--base-transition);position:absolute;z-index:3;right:0}.b-header-search:hover .b-header-search__background{background-color:var(--color-brown-light)}@media screen and (min-width: 1280px){.b-header-search{background-color:var(--color-header-expanded-bg);border-radius:9.1rem;padding:0 1.2rem}}@media screen and (min-width: 1600px){.b-header-search{padding:0 1.7rem}}.b-header-search--expand{width:calc(100vw - 3rem);justify-items:flex-end}.b-header-search--expand .b-header-search__submit{color:var(--color-white)}.b-header-search--expand .b-header-search__background{display:block;background-color:var(--color-header-expanded-bg) !important}.b-header-search--expand .b-header-search-results__container{border:.1rem solid rgba(153,115,93,.7)}@media screen and (min-width: 1280px){.b-header-search--expand{width:calc(100vw - 35rem)}}.b-header-search__field{width:100%;border:0;outline:none;color:var(--color-header-search);background-color:rgba(0,0,0,0);font-size:1.4rem}@media screen and (min-width: 1280px){.b-header-search__field{font-size:1.8rem}}.b-header-search__label{color:rgba(0,0,0,0);position:absolute;z-index:1;top:0;left:0;right:0;bottom:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:rgba(0,0,0,0);cursor:pointer}.b-header-search__label--expand{z-index:-1;cursor:default}.b-header-search__submit{display:flex;color:var(--color-font);width:2rem;cursor:pointer}@media screen and (min-width: 1280px){.b-header-search__submit{color:var(--color-white);width:1.2rem}}@media screen and (min-width: 1600px){.b-header-search__submit{width:1.5rem}}.b-header-search__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background-color:var(--color-header-expanded-bg);display:none;transition:background-color .4s ease}@media screen and (min-width: 1280px){.b-header-search__background{display:block;border-radius:9.1rem}}.b-header-search__results{position:absolute;z-index:-2;bottom:0;left:-1.5rem;transform:translateY(calc(100% + 1.8rem));width:calc(100% + 1.5rem + 2rem)}@media screen and (min-width: 1280px){.b-header-search__results{transform:translateY(100%);left:0;width:100%}}
.b-header-social{--btn-bg-color: transparent;--btn-border-color: transparent;--btn-bg-color-hover: var(--btn-bg-color);--btn-border-color-hover: var(--btn-border-color);--btn-color-hover: var(--btn-color);display:flex;align-items:center;gap:.7rem;margin-right:.7rem}@media screen and (min-width: 1280px){.b-header-social{--btn-color: var(--color-white);--btn-bg-color: var(--color-brown-light);--btn-border-color: var(--color-white);--btn-color-hover: var(--color-brown-light);--btn-bg-color-hover: var(--color-white);--btn-border-color-hover: var(--color-brown-light)}}
.b-header{--border-color: transparent;position:fixed;left:0;top:0;width:100%;height:var(--header-height);z-index:11;background-color:var(--color-header-bg);transition:background-color var(--base-transition);border-bottom:.1rem solid var(--border-color);box-shadow:0 1.5rem 5.7rem 1.1rem rgba(34,60,80,.2)}@media screen and (width < 1280px){.b-header--search-expand{background-color:var(--color-header-expanded-bg)}}.b-header--menu-open{--border-color: var(--color-header-menu-brd)}@media screen and (min-width: 1280px){.b-header{border-radius:0 0 2.4rem 2.4rem}}.b-header__container{display:flex;align-items:center;padding:1rem 2rem 1.5rem 1.5rem;height:100%}@media screen and (min-width: 1280px){.b-header__container{padding:1.5rem 2.5rem 2rem}}@media screen and (min-width: 1600px){.b-header__container{padding:3rem}}.b-header__logo{width:100%;transition:opacity var(--base-transition)}@media screen and (min-width: 1280px){.b-header__logo{width:auto}}@media screen and (width < 1280px){.b-header__logo--hidden{opacity:0}}.b-header__burger{order:1;transition:margin-right var(--base-transition);position:relative}@media screen and (min-width: 1280px){.b-header__burger{order:unset}}@media screen and (width < 1280px){.b-header__burger--hidden{margin-right:-5.7rem}}.b-header__menu{display:none;justify-content:center;flex-basis:100%;transition:opacity var(--base-transition)}.b-header__menu--hidden{opacity:0}@media screen and (min-width: 1280px){.b-header__menu{display:flex}}.b-header__feedback{display:none;margin-right:.7rem;transition:opacity var(--base-transition)}.b-header__feedback--hidden{opacity:0}@media screen and (min-width: 1280px){.b-header__feedback{display:block}}.b-header__search{position:relative;width:3rem;height:3rem;flex-shrink:0}@media screen and (min-width: 1280px){.b-header__search{width:3.5rem;height:3.5rem}}@media screen and (min-width: 1600px){.b-header__search{width:5rem;height:5rem}}
@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:rgba(0,0,0,0)}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.b-intro-slider{overflow:hidden;position:relative}@media screen and (min-width: 540px){.b-intro-slider{padding-bottom:20%}}@media screen and (min-width: 1024px){.b-intro-slider{padding-bottom:15%}}@media screen and (min-width: 1280px){.b-intro-slider{padding-bottom:5%}}@media screen and (min-width: 1600px){.b-intro-slider{padding-bottom:0}}.b-intro-slider__slider{grid-column:1/13;grid-row:1/2}.b-intro-slider__slide{position:relative;display:grid;grid-template-columns:repeat(12, 1fr);gap:1rem}@media screen and (min-width: 1024px){.b-intro-slider__slide{grid-template-rows:repeat(3, 1fr);gap:0 1rem}}@media screen and (min-width: 1280px){.b-intro-slider__slide{gap:0 2rem}}.b-intro-slider__image{grid-column:1/13;justify-self:center;max-width:35rem;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (min-width: 1024px){.b-intro-slider__image{grid-row:1/4;max-width:63rem}}@media screen and (min-width: 1280px){.b-intro-slider__image{max-width:77rem}}@media screen and (min-width: 1600px){.b-intro-slider__image{max-width:94rem}}.b-intro-slider__text{grid-column:1/13;height:-moz-min-content;height:min-content;text-align:center;justify-self:center;max-width:34rem}@media screen and (min-width: 1024px){.b-intro-slider__text{grid-row:3/4;grid-column:7/12;text-align:left;max-width:unset;justify-self:start}}@media screen and (min-width: 1600px){.b-intro-slider__text{padding-left:4rem}}.b-intro-slider__pagination{grid-column:1/13}@media screen and (min-width: 1024px){.b-intro-slider__pagination{display:none}}.b-intro-slider__nav{position:relative;z-index:2;grid-row:1/2;align-self:center;display:none}@media screen and (min-width: 1024px){.b-intro-slider__nav{display:block}}.b-intro-slider__nav--prev{grid-column:2/4}.b-intro-slider__nav--next{grid-column:10/12}.b-intro-slider__icon{position:absolute;top:2rem;left:15%}@media screen and (min-width: 1024px){.b-intro-slider__icon{display:none}}
.b-intro{--egg-indent-y: 10rem;position:relative;margin-bottom:18.5rem}@media screen and (min-width: 1024px){.b-intro{margin-bottom:28.5rem}}@media screen and (min-width: 1600px){.b-intro{margin-bottom:35rem}}.b-intro__blob{display:flex;justify-content:center;position:sticky;z-index:2;left:0;top:15rem;width:100vw;overflow:hidden}@media screen and (min-width: 1024px){.b-intro__blob{width:100%}}.b-intro__blob svg{width:60rem;transform:scale(0)}@media screen and (min-width: 1024px){.b-intro__blob svg{width:75rem;top:calc(var(--header-height)/2)}}@media screen and (min-width: 1600px){.b-intro__blob svg{width:100rem}}.b-intro__qegg{--pt: 6rem;top:0;left:0;position:absolute;z-index:2;color:var(--color-white);overflow:hidden;max-width:100%;padding:var(--pt) 0 0}@media screen and (min-width: 1024px){.b-intro__qegg{--pt: 3rem;padding:var(--pt) 0 0 var(--base-indent)}}@media screen and (min-width: 1600px){.b-intro__qegg{--pt: 7.5rem}}.b-intro__qegg img{-o-object-fit:cover;object-fit:cover;-o-object-position:-20rem center;object-position:-20rem center;height:55rem;width:116.7rem;max-width:none}@media screen and (min-width: 1024px){.b-intro__qegg img{height:49.5rem;width:105rem;-o-object-position:center;object-position:center}}@media screen and (min-width: 1600px){.b-intro__qegg img{height:73.7rem;width:156.4rem}}.b-intro__greeting{position:fixed;z-index:3;top:var(--header-height);height:calc(100vh - var(--header-height));left:50%;transform:translateX(-50%)}.b-intro__eggs{opacity:0;display:grid;width:30rem;aspect-ratio:28/37;grid-column:1/13;grid-row:1/2;align-self:center;justify-self:center}.b-intro__eggs--show{opacity:1}@media screen and (min-width: 1024px){.b-intro__eggs{width:37.5rem;grid-column:5/9}}@media screen and (min-width: 1600px){.b-intro__eggs{width:56rem}}.b-intro__egg{grid-column:1/2;grid-row:1/2;background-size:contain;background-repeat:no-repeat;background-position:center;z-index:2}.b-intro__egg:first-child{z-index:3}.b-intro__text{grid-column:1/13;grid-row:2/3;padding:0 var(--base-indent);font-size:4.8rem;text-align:center}@media screen and (min-width: 1024px){.b-intro__text{grid-column:8/12;grid-row:1/2;text-align:left;padding:5rem 0 0 5rem;text-indent:-5rem}.b-intro__text::before{content:"—"}}@media screen and (min-width: 1280px){.b-intro__text{grid-column:8/11;padding:5rem 10rem 0 5rem}}.b-intro__slider{position:relative;z-index:3;padding:50rem 0 0}@media screen and (min-width: 1024px){.b-intro__slider{padding:15rem 0 0}}@media screen and (min-width: 1600px){.b-intro__slider{padding:15rem 0}}
.b-main-news__slider{position:relative;z-index:2;overflow:hidden;margin-bottom:2rem}.b-main-news__slider .swiper-wrapper{align-items:stretch}@media screen and (min-width: 1024px){.b-main-news__slider{margin-bottom:0}}.b-main-news__slide{height:auto}@media screen and (min-width: 1024px){.b-main-news__pagination{display:none}}
.b-main-production{gap:2.5rem}.b-main-production img{width:100%;-o-object-fit:cover;object-fit:cover;max-height:50rem}@media screen and (min-width: 1024px){.b-main-production{gap:1rem}}.b-main-production__video-container{position:relative;margin-bottom:.5rem}@media screen and (min-width: 1024px){.b-main-production__video-container{margin-bottom:6.5rem}}@media screen and (min-width: 1600px){.b-main-production__video-container{margin-bottom:9.5rem}}.b-main-production__column{grid-column:1/13;z-index:2}@media screen and (min-width: 1024px){.b-main-production__column{grid-column:span 6}.b-main-production__column--large{grid-column:1/13}}@media screen and (min-width: 1024px){.b-main-production__text{max-width:25rem}}@media screen and (min-width: 1600px){.b-main-production__text{max-width:41rem}}
.b-main__section{background-color:var(--color-bg)}.b-main__section--products{margin-bottom:19rem}@media screen and (min-width: 1024px){.b-main__section--products{margin-bottom:16.5rem}}@media screen and (min-width: 1600px){.b-main__section--products{margin-bottom:38rem}}.b-main__section--recipes{margin-bottom:19rem}@media screen and (min-width: 1024px){.b-main__section--recipes{margin-bottom:20.5rem}}@media screen and (min-width: 1600px){.b-main__section--recipes{margin-bottom:34rem}}.b-main__section--news{margin-bottom:17rem}@media screen and (min-width: 1024px){.b-main__section--news{margin-bottom:34rem}}@media screen and (min-width: 1600px){.b-main__section--news{margin-bottom:40rem}}.b-main__section--production{margin-bottom:0}
.b-preloader{position:fixed;width:100vw;inset:0;z-index:12;overflow:hidden;display:flex;justify-content:center;align-items:center;scrollbar-gutter:stable}.b-preloader--hide{animation-name:hide;animation-duration:1s;animation-timing-function:ease;animation-fill-mode:forwards}.b-preloader__img{width:50%;position:relative;display:flex;justify-content:center;align-items:center}@media screen and (min-width: 768px){.b-preloader__img{width:35%}}.b-preloader__img::after{left:0;top:0;bottom:0;margin:auto;z-index:10;position:absolute;content:"";display:block;width:var(--percents);transition:width .2s linear;height:98%;background-color:#fff}.b-preloader__img svg{z-index:11;position:relative;width:101%;flex-shrink:0;height:auto}@keyframes hide{from{opacity:1}99%{opacity:0}100%{opacity:0;display:none}}
.b-products-slider__slider{grid-row:1/2;grid-column:1/13;z-index:2}.b-products-slider__slider .swiper-slide{display:flex;align-items:center;width:-moz-min-content;width:min-content}.b-products-slider__slide{display:grid;justify-items:center;position:relative;height:inherit;width:-moz-min-content;width:min-content}.b-products-slider__background,.b-products-slider__link,.b-products-slider__image{grid-column:1/2;grid-row:1/2}.b-products-slider__background{z-index:1}.b-products-slider__background,.b-products-slider__background svg{max-width:min(30rem,100vw - var(--base-indent)*2)}@media screen and (min-width: 768px){.b-products-slider__background,.b-products-slider__background svg{max-width:32rem}}@media screen and (min-width: 1280px){.b-products-slider__background,.b-products-slider__background svg{max-width:49rem}}@media screen and (min-width: 1600px){.b-products-slider__background,.b-products-slider__background svg{max-width:none}}.b-products-slider__background svg{height:auto}.b-products-slider__link{color:var(--color-font);justify-self:end;height:-moz-min-content;height:min-content;text-decoration:underline;z-index:3;max-width:12rem}.b-products-slider__link:active,.b-products-slider__link:visited{color:var(--color-font)}.b-products-slider__link:hover{text-decoration:none}@media screen and (min-width: 1024px){.b-products-slider__link{max-width:none}}.b-products-slider__image{align-self:center;z-index:2;max-height:24rem;width:100%;-o-object-fit:contain;object-fit:contain}@media screen and (min-width: 1024px){.b-products-slider__image{max-height:38rem}}@media screen and (min-width: 1600px){.b-products-slider__image{max-height:57rem}}.b-products-slider__pagination{grid-column:1/13}@media screen and (min-width: 1024px){.b-products-slider__pagination{display:none}}.b-products-slider__nav{position:relative;z-index:3;grid-row:1/2;align-self:center;display:none}@media screen and (min-width: 768px){.b-products-slider__nav{display:flex;justify-content:center}}.b-products-slider__nav--prev{grid-column:2/4}.b-products-slider__nav--next{grid-column:10/12}
.b-recipes__grid{display:none}@media screen and (min-width: 1024px){.b-recipes__grid{display:block}}@media screen and (min-width: 1024px){.b-recipes__mobile{display:none}}
.b-recipes-card{overflow:hidden;background-position:center;transition:var(--base-transition);position:relative;border-radius:5.5rem;height:50rem;display:flex;flex-direction:column}.b-recipes-card::after{transition:var(--base-transition);opacity:0;z-index:10;position:absolute;top:0;content:"";height:30%;width:100%;background:linear-gradient(180deg, var(--color-beige), rgba(0, 0, 0, 0) 100%)}.b-recipes-card:hover{background-size:auto 120%}.b-recipes-card:hover .b-recipes-card__img{transform:scale(1.1)}.b-recipes-card:hover .b-recipes-card__title{color:var(--color-title, #441406) !important;opacity:0;bottom:10rem}.b-recipes-card:hover::after{opacity:1}.b-recipes-card:hover .b-recipes-card__time{opacity:1;top:7rem}.b-recipes-card:hover .b-recipes-card__item_detail{opacity:1;bottom:0}.b-recipes-card:hover .b-recipes-card__item_detail p:first-child span{bottom:0;opacity:1}.b-recipes-card:hover .b-recipes-card__item_detail_bg{opacity:1}.b-recipes-card p{z-index:3}.b-recipes-card__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:var(--base-transition)}.b-recipes-card__img--box{width:100%;flex-grow:1;max-height:34rem}.b-recipes-card__title{transition:var(--base-transition);position:relative;opacity:1;bottom:0;background:var(--color-white);height:16rem;color:var(--color-brown);width:100%;padding:3.5rem 3.5rem 0;flex-shrink:0;box-sizing:border-box;display:block}.b-recipes-card__item_detail_bg{opacity:0;z-index:0;width:100%;transition:var(--base-transition);position:absolute;inset:0;background:var(--color-beige)}.b-recipes-card__link{width:-moz-fit-content;width:fit-content;background-color:var(--color-brown);color:var(--color-white);padding:1rem 2.3rem 1rem 2.5rem;font-size:2rem;border-radius:6.8rem}.b-recipes-card__link:hover{background-color:var(--color-brown-light)}.b-recipes-card__link span{vertical-align:middle;margin-left:1rem}.b-recipes-card__item_detail{opacity:0;z-index:1;width:84%;padding:8%;transition:var(--base-transition);position:absolute;bottom:-20rem;display:block}.b-recipes-card__item_detail p{width:100%;margin:auto;color:var(--font-color, #441406);font-size:1.6rem;margin-bottom:1rem}.b-recipes-card__item_detail p:first-child{border-bottom:.1rem solid var(--font-color, #441406);margin-bottom:1rem;padding-bottom:.5rem;position:relative}.b-recipes-card__item_detail p:first-child span{margin-left:2.5rem}.b-recipes-card__time{transition:var(--base-transition);position:absolute;top:-5rem;opacity:0;right:5rem;color:var(--font-color, #441406);font-size:1.6rem}.b-recipes-card__icon{margin-left:0 !important;transition:var(--base-transition);bottom:30rem;opacity:0;position:absolute;vertical-align:sub;width:1.7rem;margin-right:.5rem}.b-recipes-card__row{display:grid;grid-template-columns:1fr 1fr;margin-bottom:0}.b-recipes-card__row p a{color:var(--font-color, #441406) !important;text-decoration:underline}.b-recipes-card__row p:first-child{font-weight:600;padding:0;border-bottom:none}.b-recipes-card__c-rows{margin-bottom:2rem}
.b-recipes-slider{display:grid;gap:2rem;width:calc(100vw - var(--base-indent)*2)}.b-recipes-slider--detail{grid-column:1/13;grid-template-columns:1fr;width:auto;align-items:center;margin-bottom:10rem}@media screen and (min-width: 540px){.b-recipes-slider--detail{grid-column:2/12}}@media screen and (min-width: 1024px){.b-recipes-slider--detail{grid-template-columns:min-content 1fr min-content;grid-column:1/13}}.b-recipes-slider--detail .b-recipes-slider__slider{grid-column:2/12}.b-recipes-slider--detail .b-recipes-slider__pagination{grid-column:1/13}.b-recipes-slider__all{margin-top:3rem;grid-column:2/13;color:var(--color-font, #99735d);text-align:center;font-size:3rem;width:-moz-fit-content;width:fit-content;border-radius:6.8rem;border:.1rem solid var(--color-font, #99735d);padding:2.6rem 3rem 2.5rem;display:none}.b-recipes-slider__all--detail{display:grid}.b-recipes-slider__all:hover{color:var(--color-white);background-color:var(--color-font, #99735d)}.b-recipes-slider__nav{display:none}@media screen and (min-width: 1024px){.b-recipes-slider__nav{display:block}}.b-recipes-slider__slider{overflow:hidden;z-index:2}.b-recipes-slider__slider>.swiper-wrapper{align-items:stretch}.b-recipes-slider__slide{display:grid;height:auto}.b-recipes-slider__image,.b-recipes-slider__link{grid-column:1/2;grid-row:1/2}.b-recipes-slider__image{height:100%;-o-object-fit:cover;object-fit:cover}.b-recipes-slider__link{color:var(--color);font-size:2rem;margin-top:3rem;margin-left:3rem;width:-moz-min-content;width:min-content;height:-moz-max-content;height:max-content}.b-recipes-slider__link:active,.b-recipes-slider__link:visited{color:var(--color)}.b-recipes-slider__link::after{content:"";position:absolute;inset:0}@media screen and (min-width: 768px){.b-recipes-slider__link{font-size:2.6rem}}@media screen and (min-width: 1280px){.b-recipes-slider__link{font-size:3rem;margin-top:3.5rem;margin-left:4rem}}@media screen and (min-width: 1600px){.b-recipes-slider__link{font-size:4.8rem;margin-top:5rem;margin-left:5.5rem}}@media screen and (min-width: 1024px){.b-recipes-slider__pagination{display:none}}
.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.b-recipes-slider-grid__slider{overflow:hidden;grid-column:2/12;z-index:2}.b-recipes-slider-grid__slide{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:1fr 1fr;gap:2rem}.b-recipes-slider-grid__slide.swiper-slide-active .b-recipes-slider-grid__recipe{opacity:1}.b-recipes-slider-grid__recipe{display:grid;position:relative;opacity:0;transition:var(--base-transition)}.b-recipes-slider-grid__image,.b-recipes-slider-grid__link{grid-column:1/2;grid-row:1/2}.b-recipes-slider-grid__image{height:100%;-o-object-fit:cover;object-fit:cover}.b-recipes-slider-grid__link{color:var(--color);font-size:2.6rem;margin-top:2.5rem;margin-left:3rem;width:-moz-min-content;width:min-content;height:-moz-max-content;height:max-content}.b-recipes-slider-grid__link:active,.b-recipes-slider-grid__link:visited{color:var(--color)}@media screen and (min-width: 1280px){.b-recipes-slider-grid__link{font-size:3rem;margin-top:3.5rem;margin-left:4rem}}@media screen and (min-width: 1600px){.b-recipes-slider-grid__link{font-size:4.8rem;margin-top:5rem;margin-left:5.5rem}}.b-recipes-slider-grid__link::after{content:"";position:absolute;inset:0}.b-recipes-slider-grid__nav{align-self:center}.b-recipes-slider-grid__nav--prev{grid-column:1/2}.b-recipes-slider-grid__nav--next{grid-column:12/13}
.b-slider-nav-btn{display:grid;place-items:center;width:8rem;height:8rem;color:var(--btn-slider-color);background-color:var(--btn-slider-bg-color);border-radius:50%;transition:background-color var(--base-transition),color var(--base-transition);cursor:pointer}.b-slider-nav-btn:hover{color:var(--btn-slider-color-hover);background-color:var(--btn-slider-bg-color-hover)}@media screen and (min-width: 1600px){.b-slider-nav-btn{width:13rem;height:13rem}}.b-slider-nav-btn--prev{transform:rotate(180deg)}.b-slider-nav-btn[disabled],.b-slider-nav-btn--disabled{opacity:.2;cursor:default}.b-slider-nav-btn[disabled]:hover,.b-slider-nav-btn--disabled:hover{color:var(--btn-slider-color);background-color:var(--btn-slider-bg-color)}
.b-slider-pagination{display:flex;align-items:center;justify-content:center;gap:.8rem}.b-slider-pagination__bullet{width:1.2rem;height:1.2rem;border-radius:50%;border:.1rem solid var(--color-brown-light);transition:background-color var(--base-transition)}.b-slider-pagination__bullet--active{background-color:var(--color-brown-light)}.b-slider-pagination__bullet--disabled{opacity:.2;background-color:rgba(0,0,0,0)}
.b-news-card{display:flex;flex-direction:column;height:100%;width:100%;position:relative}@media screen and (min-width: 1600px){.b-news-card{grid-template-rows:1fr 1.2fr}}.b-news-card:hover .b-news-card__image img{transform:scale(1.1)}.b-news-card__image{overflow:hidden}.b-news-card__image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;transition:transform var(--base-transition)}.b-news-card__content{flex-grow:1;display:flex;flex-direction:column;padding:2rem 2.5rem;background-color:var(--colol-news-card-bg)}@media screen and (min-width: 1024px){.b-news-card__content{padding:3rem}}@media screen and (min-width: 1600px){.b-news-card__content{padding:3rem 3.5rem 4rem}}.b-news-card__link{color:var(--color-link);font-size:2.2rem;margin-bottom:1rem}.b-news-card__link:active,.b-news-card__link:visited{color:var(--color-link)}@media screen and (min-width: 1024px){.b-news-card__link{margin-bottom:1.5rem}}@media screen and (min-width: 1600px){.b-news-card__link{font-size:2.6rem;margin-bottom:2rem}}.b-news-card__text{font-size:1.6rem;margin-bottom:2rem}@media screen and (min-width: 1600px){.b-news-card__text{font-size:2rem}}.b-news-card__date{display:flex;align-items:center;gap:1rem;color:var(--color-font);font-size:1.4rem;font-weight:600;margin-top:auto}@media screen and (min-width: 1600px){.b-news-card__date{font-size:1.6rem}}
.b-video{width:100%;position:relative;z-index:2}.b-video__video{width:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:80/53}.b-video__video--playing{cursor:pointer}@media screen and (min-width: 1024px){.b-video__video{aspect-ratio:1161/484}}@media screen and (min-width: 1600px){.b-video__video{aspect-ratio:12/5}}.b-video__play{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.b-video__nav{padding:2rem;left:0;bottom:0;position:absolute;display:none}@media screen and (min-width: 540px){.b-video__nav{display:block}}.b-video__nav button{width:4rem;height:4rem}.b-video__nav svg{margin:.1rem 0 0 -0.4rem;padding:2% 10%;width:90%;height:90%}.b-video__nav svg path{fill:var(--color-header-expanded-bg);stroke:var(--color-header-expanded-bg)}.b-video__full{cursor:pointer;right:2rem;bottom:2rem;position:absolute;width:4rem;height:4rem;background-color:#fff;display:flex;justify-content:center;align-items:center}.b-video__full svg{padding:10%;width:80%;height:80%}.b-video__full svg path{stroke:var(--color-header-expanded-bg)}.b-video__back{cursor:pointer;background-color:var(--color-white)}.b-video__next{cursor:pointer;transform:scaleX(-1);background-color:var(--color-white)}.b-video--detail{grid-column:1/13;margin-bottom:3rem}@media screen and (min-width: 540px){.b-video--detail{grid-column:2/12}}@media screen and (min-width: 1600px){.b-video--detail{height:-moz-fit-content;height:fit-content}.b-video--detail .b-video__video{aspect-ratio:12/7;max-height:70rem}}
.b-video-play{width:6rem;height:6rem;background-color:var(--color-white);transition:background-color var(--base-transition),color var(--base-transition);border-radius:50%;color:var(--color-font);cursor:pointer}.b-video-play:hover{background-color:var(--color-font);color:var(--color-white)}.b-video-play svg{position:absolute;top:50%;left:50%;transform:translate(-35%, -50%);max-height:2rem}@media screen and (min-width: 1024px){.b-video-play svg{max-height:none}}@media screen and (min-width: 1024px){.b-video-play{width:8rem;height:8rem}}@media screen and (min-width: 1600px){.b-video-play{width:15.8rem;height:15.8rem}}
.b-footer-contacts{display:none;flex-direction:column;gap:2rem;color:var(--color-footer)}@media screen and (min-width: 1280px){.b-footer-contacts{display:flex}}@media screen and (min-width: 1600px){.b-footer-contacts{gap:2.5rem}}.b-footer-contacts__list{display:grid;gap:1rem}.b-footer-contacts__title{font-size:2.2rem;font-weight:600}@media screen and (min-width: 1600px){.b-footer-contacts__title{font-size:2.4rem}}.b-footer-contacts__phone,.b-footer-contacts__email{font-size:1.6rem}@media screen and (min-width: 1600px){.b-footer-contacts__phone,.b-footer-contacts__email{font-size:1.8rem}}.b-footer-contacts__phone{cursor:pointer;color:var(--color-footer)}.b-footer-contacts__phone span:first-child{font-weight:600}.b-footer-contacts__phone:hover span:last-child{text-decoration:underline}.b-footer-contacts__email{color:var(--color-footer-link);text-decoration:underline}.b-footer-contacts__email:active,.b-footer-contacts__email:visited{color:var(--color-footer-link)}.b-footer-contacts__email:hover{text-decoration:none}.b-footer-contacts__list{display:grid}
.b-footer-copyright{font-size:2rem}@media screen and (min-width: 1280px){.b-footer-copyright{font-size:1.6rem}}@media screen and (min-width: 1600px){.b-footer-copyright{font-size:1.8rem}}
.b-footer-feedback{padding:4rem 3rem 3rem;border:.1rem solid var(--color-feedback-form-brd);border-radius:5rem}@media screen and (min-width: 1600px){.b-footer-feedback{padding:3.5rem 3.8rem 3rem}}
.b-footer-logo{--gap: 1.5rem;display:flex;align-items:center;gap:var(--gap)}@media screen and (min-width: 1280px){.b-footer-logo{--gap: 1rem}}@media screen and (min-width: 1600px){.b-footer-logo{--gap: 2rem}}.b-footer-logo__image{-o-object-fit:contain;object-fit:contain;max-width:16.2rem;height:auto}@media screen and (min-width: 1280px){.b-footer-logo__image{max-width:23.5rem}}@media screen and (min-width: 1600px){.b-footer-logo__image{max-width:36.4rem}}.b-footer-logo__capture{color:var(--color-footer);border-left:.1rem solid var(--color-footer);padding-left:var(--gap);width:-moz-min-content;width:min-content}@media screen and (min-width: 1280px){.b-footer-logo__capture{transform:translateY(1rem)}}@media screen and (min-width: 1600px){.b-footer-logo__capture{font-size:2.4rem;transform:translateY(2rem)}}
.b-footer-menu{display:grid;gap:2rem}@media screen and (min-width: 1280px){.b-footer-menu{gap:7.5rem}}@media screen and (min-width: 1600px){.b-footer-menu{gap:8.5rem}}.b-footer-menu__title{font-family:Alegreya,sans-serif;font-weight:700;color:var(--color-footer);font-size:4rem;line-height:1}@media screen and (min-width: 1600px){.b-footer-menu__title{font-size:6.4rem}}.b-footer-menu__link{text-decoration:underline;color:var(--color-footer);font-size:2.4rem}.b-footer-menu__link:visited,.b-footer-menu__link:active{color:var(--color-footer)}.b-footer-menu__link:hover{text-decoration:none}@media screen and (min-width: 768px){.b-footer-menu__link{font-size:2.2rem}}@media screen and (min-width: 1280px){.b-footer-menu__link{font-size:2.4rem}}@media screen and (min-width: 1600px){.b-footer-menu__link{font-size:3.6rem}}.b-footer-menu__list{display:grid;gap:1.3rem}@media screen and (min-width: 1280px){.b-footer-menu__list{gap:1.8rem}}@media screen and (min-width: 1600px){.b-footer-menu__list{gap:3.5rem}}
.b-footer-policy{color:var(--color-footer-link);font-size:1.6rem;text-decoration:underline}.b-footer-policy:active,.b-footer-policy:visited{color:var(--color-footer-link)}.b-footer-policy:hover{text-decoration:none}@media screen and (min-width: 1600px){.b-footer-policy{font-size:1.8rem}}
.b-footer-shops{display:none;flex-direction:column;gap:2rem;color:var(--color-footer)}@media screen and (min-width: 1280px){.b-footer-shops{display:flex}}@media screen and (min-width: 1600px){.b-footer-shops{gap:2.5rem}}.b-footer-shops__list{display:grid}.b-footer-shops__title{margin-top:6rem;font-size:2.2rem;font-weight:600}@media screen and (min-width: 1600px){.b-footer-shops__title{font-size:2.4rem}}.b-footer-shops__item{font-size:1.6rem}@media screen and (min-width: 1600px){.b-footer-shops__item{font-size:1.8rem}}
.b-footer-social{--btn-color: var(--color-footer);--btn-border-color: var(--color-footer);--btn-bg-color: var(--color-footer-bg);--btn-color-hover: var(--color-footer-bg);--btn-border-color-hover: var(--color-footer);--btn-bg-color-hover: var(--color-footer);display:flex;align-items:center;gap:2rem}.b-footer-social__button{color:var(--color-footer);border:.1rem solid var(--color-footer);border-radius:9.1rem;font-size:1.6rem;padding:1.3rem 1.8rem}@media screen and (min-width: 1280px){.b-footer-social__button{display:none}}.b-footer-social__icons{display:flex;align-items:center;gap:.8rem}@media screen and (min-width: 1280px){.b-footer-social__icons{gap:1.7rem}}@media screen and (min-width: 1600px){.b-footer-social__icons{gap:2rem}}.b-footer-social__icon{display:flex}.b-footer-social__icon svg{max-width:1.7rem;max-height:1.7rem}@media screen and (min-width: 1280px){.b-footer-social__icon svg{max-width:2rem;max-height:2rem}}@media screen and (min-width: 1600px){.b-footer-social__icon svg{max-width:none;max-height:none}}
.b-footer-techart{position:relative;z-index:2;text-align:center;font-size:1.4rem}@media screen and (min-width: 1280px){.b-footer-techart{font-size:1.6rem}}@media screen and (min-width: 1600px){.b-footer-techart{font-size:1.8rem}}.b-footer-techart span{color:var(--color-footer-link)}.b-footer-techart__link{color:var(--color-footer-link);text-decoration:underline}.b-footer-techart__link:active,.b-footer-techart__link:visited{color:var(--color-footer-link)}.b-footer-techart__link:hover{text-decoration:none}
.b-footer{color:var(--color-footer);padding:3rem 2rem 0;background-color:var(--color-footer-bg);overflow:hidden}.b-footer--main{z-index:5}@media screen and (min-width: 768px){.b-footer{padding:4rem 3rem 0}}@media screen and (min-width: 1280px){.b-footer{padding:6rem 6rem 0}}@media screen and (min-width: 1600px){.b-footer{padding:9rem 6rem 0}}.b-footer__logo{grid-column:1/13}@media screen and (min-width: 768px){.b-footer__logo{grid-column:1/7}}@media screen and (min-width: 1280px){.b-footer__logo{grid-row:1/2;grid-column:1/5}}.b-footer__menu{grid-column:1/10;margin-top:4rem}@media screen and (min-width: 768px){.b-footer__menu{grid-column:7/13;grid-row:1/5;margin-top:0}}@media screen and (min-width: 1280px){.b-footer__menu{grid-row:1/4;grid-column:7/10;padding-top:2.5rem}}@media screen and (min-width: 1600px){.b-footer__menu{padding-top:4rem}}.b-footer__contacts{display:none}@media screen and (min-width: 1280px){.b-footer__contacts{display:flex;align-items:flex-end;grid-row:1/2;grid-column:10/13;padding-top:3rem}}@media screen and (min-width: 1600px){.b-footer__contacts{padding-top:5rem}}.b-footer__feedback{display:none}@media screen and (min-width: 1280px){.b-footer__feedback{display:block;grid-row:2/4;grid-column:1/6;margin-top:1rem}}@media screen and (min-width: 1600px){.b-footer__feedback{margin-top:5rem}}.b-footer__shops{display:none}@media screen and (min-width: 1280px){.b-footer__shops{display:flex;align-items:center;grid-row:2/3;grid-column:10/13}}.b-footer__social{grid-column:1/13;margin-top:4.5rem}@media screen and (min-width: 768px){.b-footer__social{grid-column:1/7}}@media screen and (min-width: 1280px){.b-footer__social{display:flex;align-items:flex-end;grid-row:3/4;grid-column:10/13;justify-self:end;margin-top:0}}.b-footer__copyright{grid-column:1/13;margin-top:1.5rem}@media screen and (min-width: 1280px){.b-footer__copyright{grid-row:4/5;grid-column:1/7}}.b-footer__policy{grid-column:1/13}@media screen and (min-width: 1280px){.b-footer__policy{grid-row:4/5;grid-column:7/10;position:relative}.b-footer__policy::before{content:"";display:block;width:110vw;height:.1rem;background-color:var(--color-footer-link);z-index:1;position:absolute;top:0;transform:translateX(-50%)}}.b-footer__techart{grid-column:1/13;padding:1.4rem 0;margin-top:2.5rem;position:relative;justify-content:center}.b-footer__techart::before{content:"";display:block;width:100vw;height:100%;background-color:var(--color-brown);z-index:1;position:absolute;top:0}@media screen and (min-width: 1280px){.b-footer__techart{grid-row:4/5;grid-column:9/13;justify-self:end;justify-content:flex-start}.b-footer__techart::before{content:unset}}.b-footer__copyright,.b-footer__policy,.b-footer__techart{display:flex}@media screen and (min-width: 1280px){.b-footer__copyright,.b-footer__policy,.b-footer__techart{padding:2.5rem 0 3rem;margin-top:3.5rem}}@media screen and (min-width: 1600px){.b-footer__copyright,.b-footer__policy,.b-footer__techart{padding:4.3rem 0 4.6rem;margin-top:1.5rem}}


.b-burger-menu{display:flex;position:fixed;z-index:-6;inset:0;opacity:0;padding-top:calc(var(--header-height)*2);transition:opacity var(--base-transition)}@media screen and (min-width: 1280px){.b-burger-menu{align-items:center;padding-top:var(--header-height)}}.b-burger-menu--show{opacity:1;z-index:6}@media screen and (min-width: 1280px){.b-burger-menu--opened .b-burger-menu__image--blob{transform:translate(-100%, 50%)}}@media screen and (min-width: 1280px){.b-burger-menu--opened .b-burger-menu__image--egg{transform:translateX(-115%)}}@media screen and (min-width: 1280px){.b-burger-menu--opened .b-burger-menu__image--greenly{transform:translateY(-150%)}}@media screen and (min-width: 1280px){.b-burger-menu--opened .b-burger-menu__image--lemon{transform:translateX(100%)}}@media screen and (min-width: 1280px){.b-burger-menu--opened .b-burger-menu__image--nuts{transform:translateX(-210%)}}@media screen and (min-width: 1280px){.b-burger-menu--opened .b-burger-menu__image--red-blur{transform:translateX(140%)}}@media screen and (min-width: 1280px){.b-burger-menu--opened .b-burger-menu__image--seed{transform:rotate(-30deg) translateY(-115%)}}@media screen and (min-width: 1280px){.b-burger-menu--opened .b-burger-menu__image--tomato{transform:translateY(80%)}}.b-burger-menu--opened .b-burger-menu__menu{opacity:1;transform:translateY(0)}.b-burger-menu__background{position:absolute;z-index:1;inset:0;background-color:var(--color-bg)}.b-burger-menu__image{position:absolute;z-index:1;transition:transform 1s var(--base-transition-fn)}.b-burger-menu__image--no-mobile{display:none}@media screen and (min-width: 1280px){.b-burger-menu__image--no-mobile{display:block}}@media screen and (min-width: 1280px){.b-burger-menu__image--no-desc{display:none}}.b-burger-menu__image--blob{top:-1%;right:-1%}@media screen and (min-width: 1280px){.b-burger-menu__image--blob{top:-60%;right:-45%}}.b-burger-menu__image--egg{bottom:30%;right:-1%}@media screen and (min-width: 1280px){.b-burger-menu__image--egg{top:10%;right:-15%;bottom:unset}}.b-burger-menu__image--greenly{left:-1%;bottom:17%}@media screen and (min-width: 1280px){.b-burger-menu__image--greenly{bottom:-45%;right:35%;left:unset}}.b-burger-menu__image--lemon{top:0;left:-15%}.b-burger-menu__image--nuts{top:50%;right:5%}@media screen and (min-width: 1280px){.b-burger-menu__image--nuts{right:-15%}}.b-burger-menu__image--red-blur{top:10%;right:-1%}@media screen and (min-width: 1280px){.b-burger-menu__image--red-blur{top:unset;right:unset;bottom:-10%;left:-25%}}.b-burger-menu__image--orange-blur{bottom:25%;left:-1%}.b-burger-menu__image--seed{bottom:10%;right:-1%}@media screen and (min-width: 1280px){.b-burger-menu__image--seed{bottom:-40%;right:5%;transform:rotate(-30deg)}}.b-burger-menu__image--tomato{top:-15%;right:31%}.b-burger-menu__menu{opacity:0;transform:translateY(-25%);padding:0 2rem;position:relative;z-index:2;transition:opacity .5s linear,transform .5s linear}@media screen and (min-width: 1280px){.b-burger-menu__menu{padding:0 6rem}}@media screen and (min-width: 1600px){.b-burger-menu__menu{padding:0 13rem}}.b-burger-menu__list{display:grid;gap:2rem;width:100%;position:relative}@media screen and (min-width: 1280px){.b-burger-menu__list{gap:3rem}}.b-burger-menu__submenu{transition:max-height var(--base-transition);max-height:0;padding-left:2rem}@media screen and (min-width: 1280px){.b-burger-menu__submenu{position:absolute;top:2rem;right:-20rem;transform:translateX(100%);z-index:-1;opacity:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;max-height:none;transition:opacity var(--base-transition);padding-left:0}.b-burger-menu__submenu--show{z-index:1;opacity:1;pointer-events:auto;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}}.b-burger-menu__item{line-height:1;font-family:Alegreya,sans-serif;font-weight:700;font-size:3.2rem;overflow:hidden}.b-burger-menu__item--expanded{color:var(--color-brown)}.b-burger-menu__item--expanded a{color:var(--color-brown);text-decoration:underline}.b-burger-menu__item--expanded a:visited,.b-burger-menu__item--expanded a:active{color:var(--color-brown)}@media screen and (min-width: 1280px){.b-burger-menu__item{font-size:4.4rem}}@media screen and (min-width: 1600px){.b-burger-menu__item{font-size:6.4rem}}.b-burger-menu__item--current div a{color:var(--color-menu-item-current) !important}.b-burger-menu__arrow-btn{display:flex;align-items:flex-start;justify-content:center;width:2rem;background-color:rgba(0,0,0,0)}.b-burger-menu__arrow-btn--expanded .b-burger-menu__arrow{transform:rotate(180deg);color:var(--color-brown)}@media screen and (min-width: 1280px){.b-burger-menu__arrow-btn{display:none}}.b-burger-menu__arrow{display:inline-flex;position:relative;top:1rem;transition:transform var(--base-transition);color:var(--color-font)}.b-burger-menu__item-container{display:flex}.b-burger-menu__sub-item{line-height:1.5;font-size:2.2rem}@media screen and (min-width: 1280px){.b-burger-menu__sub-item{font-size:2.3rem}}@media screen and (min-width: 1600px){.b-burger-menu__sub-item{font-size:3.6rem}}.b-burger-menu__sub-item--current a{color:var(--color-menu-item-current) !important}.b-burger-menu__link{color:var(--color-menu-item);transition:color var(--base-transition)}.b-burger-menu__link:active,.b-burger-menu__link:visited{color:var(--color-menu-item)}.b-burger-menu__link:hover{color:var(--color-menu-item-current);text-decoration:underline}.b-burger-menu__link--current{color:var(--color-menu-item-current) !important}
.b-burger{--gap: 0.7rem;--bar-height: 0.2rem;--bar-width: 2.7rem;display:grid;place-items:center;width:var(--bar-width);height:calc(var(--bar-height)*3 + var(--gap)*2);margin-left:3rem;position:relative;cursor:pointer}@media screen and (min-width: 1600px){.b-burger{margin-left:1.5rem}}@media screen and (min-width: 1600px){.b-burger{margin-left:2.5rem}}.b-burger span{transition-property:opacity;font-size:0}.b-burger span,.b-burger::before,.b-burger::after{display:block;background-color:var(--color-font);width:var(--bar-width);height:var(--bar-height);transition-duration:var(--base-transition-time);transition-timing-function:var(--base-transition-time)}.b-burger::before,.b-burger::after{content:"";display:block;position:absolute;left:0;background-color:var(--color-font);transition-property:transform}.b-burger::before{transform:translateY(calc(-1 * (var(--gap) + var(--bar-height))))}.b-burger::after{transform:translateY(calc(var(--gap) + var(--bar-height)))}.b-burger.open span,.b-burger[aria-expanded=true] span{opacity:0}.b-burger.open::before,.b-burger[aria-expanded=true]::before{transform:rotate(-45deg)}.b-burger.open::after,.b-burger[aria-expanded=true]::after{transform:rotate(45deg)}
.b-feedback-form{--btn-border-color-hover: var(--color-white);display:flex;flex-direction:column;gap:1.5rem;position:relative}.b-feedback-form__submit{display:flex !important;justify-content:space-evenly;align-items:center;flex-direction:column;padding:0 2rem;gap:2rem}@media screen and (min-width: 768px){.b-feedback-form__submit{flex-direction:row-reverse;gap:6rem;padding:0}}.b-feedback-form__submit label{position:relative;color:var(--color-title, #441406);font-size:1.4rem}.b-feedback-form__submit label a{color:var(--color-title, #441406);text-decoration:underline}.b-feedback-form__submit label::after{background-image:url("/images/checkbox0.svg");background-repeat:no-repeat;background-size:cover;width:1.6rem;height:1.6rem;position:absolute;top:0;left:-2rem;content:""}.b-feedback-form__field{padding:1.5rem 0;color:var(--color-feedback-form);position:relative;font-size:2rem}.b-feedback-form__field:not(.b-feedback-form__field:last-child){border-bottom:.1rem solid var(--color-feedback-form-brd)}@media screen and (min-width: 1600px){.b-feedback-form__field{padding:2rem 0 1.5rem;font-size:3rem}}.b-feedback-form__input{color:var(--color-feedback-form);position:relative;z-index:2;width:100%;outline:none}.b-feedback-form__accept{width:100%;display:flex}.b-feedback-form__accept label{color:var(--color-title, #441406);font-size:1.4rem}.b-feedback-form__accept label a{margin-top:2rem}.b-feedback-form__accept input[type=checkbox]{position:relative;width:0;height:0;margin:0 1rem;display:none}.b-feedback-form__accept input[type=checkbox]:checked:checked~label::after{background-image:url("/images/checkbox.svg")}.b-feedback-form__label{color:var(--color-feedback-form-brd);position:absolute;z-index:1;transition:transform var(--base-transition)}.b-feedback-form__label--hide{transform:translate(-25%, -70%) scale(0.5)}.b-feedback-form__message{position:absolute;inset:0;opacity:0;z-index:-3;color:var(--color-feedback-form);display:grid;place-items:center;background-color:var(--color-brown-light)}.b-feedback-form__message--show{z-index:3;opacity:1}
