/**
 * normalize
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 4rem; }

/**
     * 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 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 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 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 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 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * 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 style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  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; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 0.1rem dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 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: -0.2rem;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [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 */ }

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

:root {
  --f-spinner-width: 3.6rem;
  --f-spinner-height: 3.6rem;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75; }

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height); }

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite; }

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none; }

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1); }

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite; }

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1,150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90,150;
    stroke-dashoffset: -124; } }

.f-throwOutUp {
  animation: .175s ease-out both f-throwOutUp; }

.f-throwOutDown {
  animation: .175s ease-out both f-throwOutDown; }

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, -15rem, 0);
    opacity: 0; } }

@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, 15rem, 0);
    opacity: 0; } }

.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease-out 0.1s both f-zoomInUp; }

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown; }

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 1.6rem, 0);
    opacity: 0; }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 1.6rem, 0);
    opacity: 0; } }

.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
  z-index: 2; }

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
  z-index: 1; }

@keyframes f-fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes f-fadeOut {
  100% {
    opacity: 0; } }

.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2; }

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1; }

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes f-fadeSlowOut {
  100% {
    opacity: 0; } }

.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2; }

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
  z-index: 2; }

@keyframes f-fadeFastIn {
  0% {
    opacity: .75; }
  100% {
    opacity: 1; } }

@keyframes f-fadeFastOut {
  100% {
    opacity: 0; } }

.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2; }

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s)*.5) linear 0.1s both f-crossfadeOut;
  z-index: 1; }

@keyframes f-crossfadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes f-crossfadeOut {
  100% {
    opacity: 0; } }

.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext; }

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev; }

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext; }

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev; }

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%); } }

@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%); } }

.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2; }

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2; }

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1; }

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1; }

@keyframes f-classicInNext {
  0% {
    transform: translateX(-7.5rem);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes f-classicInPrev {
  0% {
    transform: translateX(7.5rem);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes f-classicOutNext {
  100% {
    transform: translateX(-7.5rem);
    opacity: 0; } }

@keyframes f-classicOutPrev {
  100% {
    transform: translateX(7.5rem);
    opacity: 0; } }

:root {
  --f-button-width: 4rem;
  --f-button-height: 4rem;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 2rem;
  --f-button-svg-height: 2rem;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65; }

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition); }

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg); } }

.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg); }

.f-button:focus:not(:focus-visible) {
  outline: none; }

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 0.2rem) var(--f-button-outline-color, var(--f-button-color)); }

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity .15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none; }

.f-button[disabled] {
  cursor: default; }

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity); }

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1; }

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%); }

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos); }

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos); }

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos); }

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos); }

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%); }

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos); }

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos); }

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg); }

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto; }

html.with-fancybox body {
  touch-action: none; }

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0) + var(--fancybox-scrollbar-compensate, 0));
  overflow: hidden !important;
  overscroll-behavior-y: none; }

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 1rem;
  --f-spinner-width: 5rem;
  --f-spinner-height: 5rem;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain; }

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit; }

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity; }

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip; }

.fancybox__viewport {
  width: 100%;
  height: 100%; }

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%; }

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 0.4rem;
  overflow: auto;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden; }

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 4rem; }

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden; }

.fancybox__slide.has-image {
  overflow: hidden; }

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible; }

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto; }

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20; }

.is-loading .fancybox__content {
  opacity: 0; }

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab; }

.can-zoom_in .fancybox__content {
  cursor: zoom-in; }

.can-zoom_out .fancybox__content {
  cursor: zoom-out; }

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto; }

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 0.1rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden; }

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%; }

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content, .is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden; }

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  filter: blur(0);
  will-change: transform,width,height; }

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none; }

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 1.4rem 0 0.4rem 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible; }

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden; }

.is-compact .fancybox__caption {
  padding-bottom: 0; }

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 0.8rem;
  z-index: 40; }

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 3.4rem;
  --f-button-height: 3.4rem;
  --f-button-border-radius: 0.4rem;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 2.2rem;
  --f-button-svg-height: 2.2rem;
  position: absolute;
  top: -3.8rem;
  right: 0;
  opacity: .75; }

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden; }

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden; }

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1; }

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative; }

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 2.4rem;
  opacity: var(--fancybox-opacity, 1);
  transition: all .25s ease; }

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5); }

.is-compact .fancybox__footer .fancybox__caption {
  padding: 1.2rem; }

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 1.8rem;
  --f-button-svg-height: 1.8rem;
  --f-button-svg-filter: none;
  top: 0.5rem;
  right: 0.5rem; }

.fancybox__nav {
  --f-button-width: 5rem;
  --f-button-height: 5rem;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 2.6rem;
  --f-button-svg-height: 2.6rem;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(0.1rem 0.1rem 0.1rem rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1); }

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -3rem;
  right: -2rem;
  left: -2rem;
  bottom: -3rem;
  z-index: 1; }

.is-idle .fancybox__nav {
  animation: .15s ease-out both f-fadeOut; }

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: .15s ease-out both f-fadeOut; }

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer; }

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none; }

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none; }

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none; }

.fancybox__container:not([aria-hidden]) {
  opacity: 0; }

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: .25s ease .1s backwards f-fadeIn; }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: .35s ease backwards f-fadeIn; }

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: .15s ease forwards f-fadeOut; }

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: .35s ease forwards f-fadeOut; }

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 0.1rem;
  overflow: visible; }

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: 100%;
  height: 100%; }

.fancybox__container:not(.is-compact) .has-iframe .fancybox__content, .fancybox__container:not(.is-compact) .has-map .fancybox__content, .fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
  width: calc(100% - 12rem);
  height: 90%; }

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 96rem;
  height: 54rem;
  max-width: 100%;
  max-height: 100%; }

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff; }

.has-map .fancybox__content {
  background: #e5e3df; }

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0); }

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 0.1rem !important;
  margin: -0.1rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 0.1rem !important;
  white-space: nowrap !important; }

.f-carousel__thumbs {
  --f-thumb-width: 9.6rem;
  --f-thumb-height: 7.2rem;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 0.2rem;
  --f-thumb-offset: 0;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0; }

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 0.8rem;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1; }

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 0.4rem;
  --f-thumb-extra-gap: 2rem;
  --f-thumb-clip-width: 4.6rem; }

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 100rem;
  transform: translateZ(0); }

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1; }

.f-thumbs .f-spinner svg {
  display: none; }

.f-thumbs.is-vertical {
  height: 100%; }

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden; }

.f-thumbs__track {
  display: flex;
  will-change: transform; }

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  min-width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer; }

.f-thumbs__slide.is-loading img {
  opacity: 0; }

.is-classic .f-thumbs__viewport {
  height: 100%; }

.is-modern .f-thumbs__track {
  width: max-content; }

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--left, 0)*0.1rem);
  width: calc(100% - var(--width, 0)*0.1rem);
  cursor: pointer; }

.is-modern .f-thumbs__slide {
  --clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );
  transform: translate3d(calc(var(--shift, 0) * -0.1rem), 0, 0);
  transition: none;
  pointer-events: none; }

.is-modern .f-thumbs__slide:focus-within:not(.is-selected) {
  filter: drop-shadow(-0.1rem 0 0 var(--f-thumb-outline-color)) drop-shadow(0.2rem 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -0.1rem 0 var(--f-thumb-outline-color)) drop-shadow(0 0.2rem 0 var(--f-thumb-outline-color)); }

.is-modern .f-thumbs__slide > * {
  clip-path: var(--clip-path); }

.is-modern.in-touch .f-thumbs__slide {
  filter: none; }

.is-modern.is-resting .f-thumbs__slide {
  transition: all .33s ease; }

.is-modern.is-resting .f-thumbs__slide > * {
  transition: all .33s ease; }

.f-thumbs__slide__button {
  appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity .2s ease; }

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity); }

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none; }

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity); }

.is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity); }

.is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn .2s ease-out;
  z-index: 10; }

.f-thumbs__slide__img {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover; }

.f-thumbs.is-horizontal .f-thumbs__track {
  margin: 0 auto;
  padding: 0.8rem 0 1.2rem 0; }

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0; }

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  margin: auto 0;
  padding: 0 0.8rem; }

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0; }

.fancybox__thumbs {
  --f-thumb-width: 9.6rem;
  --f-thumb-height: 7.2rem;
  --f-thumb-border-radius: 0.2rem;
  --f-thumb-outline: 0.2rem;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1); }

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 0.8rem;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1; }

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)); }

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 0.4rem;
  --f-thumb-extra-gap: 2rem;
  --f-thumb-clip-width: 4.6rem;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1; }

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)); }

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap); }

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0; }

.is-compact .fancybox__thumbs {
  --f-thumb-width: 6.4rem;
  --f-thumb-clip-width: 3.2rem;
  --f-thumb-height: 4.8rem;
  --f-thumb-extra-gap: 1rem; }

.fancybox__thumbs.is-masked {
  max-height: 0 !important; }

.is-closing .fancybox__thumbs {
  transition: none !important; }

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 4.6rem;
  --f-button-height: 4.6rem;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 2.4rem;
  --f-button-svg-height: 2.4rem;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(0.1rem 0.1rem 0.1rem rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20; }

.fancybox__toolbar :focus-visible {
  z-index: 1; }

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: .15s ease-out both f-fadeOut; }

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start; }

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0; }

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap; }

.fancybox__infobar {
  padding: 0 0.5rem;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 1.7rem;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none; }

.fancybox__infobar span {
  padding: 0 0.5rem; }

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg); }

[data-fancybox-toggle-slideshow] {
  position: relative; }

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: .3; }

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex; }

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none; }

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none; }

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex; }

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex; }

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none; }

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none; }

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex; }

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0.3rem;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none; }

/**
 * normalize
 */
/**
 * Grid system
 * -----------------------------------------
 */
/**
 * Mixins
 */
@use "sass:math";
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

.icon-angle-down {
  width: 1.5em; }

.icon-star {
  width: 1.07692em; }

/**
 * Base
 */
@font-face {
  font-family: 'PF Kids Pro Grade Five';
  src: url("../fonts/PFKidsPro-GradeFive.woff2") format("woff2"), url("../fonts/PFKidsPro-GradeFive.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-BoldItalic.woff2") format("woff2"), url("../fonts/Raleway-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

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

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

html {
  font-size: 62.5%;
  height: 100%; }

body {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  font-family: "PF Kids Pro Grade Five", Arial, Helvetica, sans-serif;
  background: #F3F3F3;
  font-size: 1.8rem; }
  @media (min-width: 768px) {
    body {
      font-size: 2.5rem; } }
  @media (min-width: 992px) {
    body {
      font-size: 3.7rem; } }

* {
  box-sizing: border-box; }

.l-main {
  flex: 1 0 auto; }

.container {
  width: 100%;
  max-width: 115.8rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.6rem; }

.main-banner {
  background-color: #FFDE86; }
  .main-banner img {
    display: block;
    width: 100%;
    height: auto; }

.banner {
  position: relative; }
  .banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    background: url(../images/bg-arrow-down-brown-light.png) 0 0 repeat-x; }
    @media (max-width: 991px) {
      .banner:before {
        background-size: 2.5rem 0.8rem;
        height: 0.8rem; } }
  .banner:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    background: url(../images/bg-arrow-up-light.png) 0 0 repeat-x; }
    @media (max-width: 991px) {
      .banner:after {
        background-size: 2.5rem 0.8rem;
        height: 0.8rem; } }
  .banner img {
    display: block;
    width: 100%;
    height: auto; }
    @media (max-width: 991px) {
      .banner img {
        height: 45rem;
        width: 100%;
        object-fit: cover; } }
  @media (max-width: 991px) {
    .banner {
      height: 45rem; } }

.banner2 img {
  display: block;
  width: 100%; }

.catalog {
  overflow: hidden;
  padding-top: 2rem; }
  .catalog .product {
    position: relative;
    padding: 4rem 0; }
    .catalog .product:nth-child(1) .pict {
      padding: 6.1rem 0;
      position: relative; }
      .catalog .product:nth-child(1) .pict .animate-i {
        max-width: 73.51779%;
        margin: 0 auto; }
      .catalog .product:nth-child(1) .pict .animate {
        position: relative;
        padding-bottom: 174.19355%; }
        .catalog .product:nth-child(1) .pict .animate .pack {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        .catalog .product:nth-child(1) .pict .animate .peanuts {
          position: absolute; }
          .catalog .product:nth-child(1) .pict .animate .peanuts-1 {
            width: 19.89247%;
            height: 6.48148%;
            top: 36.26543%;
            left: -5.64516%;
            animation: peanuts-1 7s infinite linear;
            transform-origin: center; }

@keyframes peanuts-1 {
  0% {
    transform: rotate(0deg);
    top: 36.26543%;
    left: -5.64516%; }
  25% {
    transform: rotate(45deg);
    transform-origin: center;
    top: 36.26543%;
    left: -11.02151%; }
  50% {
    transform: rotate(-25deg);
    top: 40.12346%;
    left: -0.26882%; }
  80% {
    transform: rotate(25deg);
    top: 27.77778%;
    left: -11.02151%; } }
          .catalog .product:nth-child(1) .pict .animate .peanuts-2 {
            width: 19.62366%;
            height: 16.82099%;
            top: 49.84568%;
            left: -7.7957%;
            animation: peanuts-2 4.5s infinite linear;
            transform-origin: center; }

@keyframes peanuts-2 {
  0% {
    transform: rotate(0deg);
    top: 49.84568%; }
  25% {
    transform: rotate(45deg);
    top: 57.56173%; }
  50% {
    transform: rotate(-25deg);
    top: 65.27778%; }
  80% {
    transform: rotate(45deg);
    top: 57.56173%; } }
          .catalog .product:nth-child(1) .pict .animate .peanuts-3 {
            width: 13.44086%;
            height: 8.95062%;
            top: 59.25926%;
            left: 94.35484%;
            animation: peanuts-3 6s infinite linear;
            transform-origin: center; }

@keyframes peanuts-3 {
  0% {
    transform: rotate(0deg);
    top: 59.25926%; }
  25% {
    transform: rotate(45deg);
    transform-origin: center;
    top: 46.91358%; }
  50% {
    transform: rotate(-25deg);
    top: 59.25926%; }
  80% {
    transform: rotate(25deg);
    top: 62.34568%; } }
          .catalog .product:nth-child(1) .pict .animate .peanuts-4 {
            width: 17.47312%;
            height: 15.74074%;
            top: 12.96296%;
            left: 85.48387%;
            animation: peanuts-4 6s infinite linear;
            transform-origin: left bottom; }

@keyframes peanuts-4 {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(45deg); }
  50% {
    transform: rotate(-25deg); }
  80% {
    transform: rotate(45deg); } }
          .catalog .product:nth-child(1) .pict .animate .peanuts-5 {
            width: 24.73118%;
            height: 15.27778%;
            top: -7.87037%;
            left: 60.21505%;
            animation: peanuts-1 5s infinite linear; }

@keyframes peanuts-1 {
  0% {
    transform: rotate(0deg);
    transform-origin: 0 100%; }
  20% {
    transform: rotate(-55deg);
    transform-origin: 0 100%; }
  40% {
    transform: rotate(0deg);
    transform-origin: 0 100%; }
  60% {
    transform: rotate(32deg);
    transform-origin: 0 100%; }
  80% {
    transform: rotate(-25deg) translate(50%, 50%);
    transform-origin: 100% 100%; } }
    .catalog .product:nth-child(2) .pict {
      padding: 6.1rem 0;
      position: relative; }
      .catalog .product:nth-child(2) .pict .animate-i {
        max-width: 74.70356%;
        margin: 0 auto; }
      .catalog .product:nth-child(2) .pict .animate {
        position: relative;
        padding-bottom: 173.54497%; }
        .catalog .product:nth-child(2) .pict .animate .pack {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        .catalog .product:nth-child(2) .pict .animate .part {
          position: absolute; }
          .catalog .product:nth-child(2) .pict .animate .part-1 {
            width: 26.45503%;
            height: 21.64634%;
            top: 20.12195%;
            left: -13.22751%;
            animation: part-1 7s infinite linear;
            transform-origin: center;
            transform: rotate(-45deg); }

@keyframes part-1 {
  0% {
    transform: rotate(-45deg);
    top: 20.12195%; }
  25% {
    transform: rotate(45deg);
    top: 30.8642%; }
  50% {
    transform: rotate(-25deg);
    top: 42.68293%; }
  80% {
    transform: rotate(25deg);
    ttop: 50.60976%; } }
          .catalog .product:nth-child(2) .pict .animate .part-2 {
            width: 25.39683%;
            height: 20.12195%;
            top: 68.44512%;
            left: 82.80423%;
            animation: part-2 4.5s infinite linear;
            transform-origin: center;
            transform: rotate(0deg); }

@keyframes part-2 {
  0% {
    transform: rotate(0deg);
    top: 68.44512%; }
  50% {
    transform: rotate(90deg);
    top: 85.21341%; } }
          .catalog .product:nth-child(2) .pict .animate .part-3 {
            width: 30.15873%;
            height: 18.75%;
            top: 6.85976%;
            left: 82.27513%;
            animation: part-3 5s infinite linear;
            transform-origin: center;
            transform: rotate(-45deg); }

@keyframes part-3 {
  0% {
    transform: rotate(-45deg);
    top: 6.85976%; }
  25% {
    transform: rotate(180deg);
    top: 13.71951%; }
  50% {
    transform: rotate(-25deg);
    top: 18.29268%; }
  80% {
    transform: rotate(25deg);
    top: 13.71951%; } }
    .catalog .product:nth-child(3) .pict {
      padding: 6.1rem 0;
      position: relative; }
      .catalog .product:nth-child(3) .pict .animate-i {
        max-width: 86.56126%;
        margin: 0 auto; }
      .catalog .product:nth-child(3) .pict .animate {
        position: relative;
        padding-bottom: 137.89954%; }
        .catalog .product:nth-child(3) .pict .animate .pack {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        .catalog .product:nth-child(3) .pict .animate .part {
          position: absolute; }
          .catalog .product:nth-child(3) .pict .animate .part-1 {
            width: 23.51598%;
            height: 22.51656%;
            top: 53.97351%;
            left: -5.47945%;
            animation: part-4 7s infinite linear;
            transform-origin: center; }

@keyframes part-4 {
  0% {
    transform: rotate(0deg);
    top: 53.97351%; }
  25% {
    transform: rotate(45deg); }
  50% {
    transform: rotate(-25deg); }
  80% {
    transform: rotate(25deg);
    top: 62.25166%; } }
          .catalog .product:nth-child(3) .pict .animate .part-2 {
            width: 32.87671%;
            height: 15.56291%;
            top: -9.43709%;
            left: 38.81279%;
            animation: part-5 5s infinite linear;
            transform-origin: left top; }

@keyframes part-5 {
  0% {
    transform: rotate(0deg);
    top: -9.43709%; }
  60% {
    transform: rotate(-60deg);
    top: 24.83444%; } }
          .catalog .product:nth-child(3) .pict .animate .part-3 {
            width: 19.6347%;
            height: 23.01325%;
            top: 28.31126%;
            left: 85.38813%;
            animation: part-6 6s infinite linear;
            transform-origin: center; }

@keyframes part-6 {
  0% {
    transform: rotate(0deg);
    top: 28.31126%; }
  25% {
    transform: rotate(45deg);
    transform-origin: center;
    top: 46.91358%; }
  50% {
    transform: rotate(-25deg);
    top: 59.25926%; }
  80% {
    transform: rotate(25deg);
    top: 62.34568%; } }
    .catalog .product:nth-child(4) .pict {
      padding: 6.1rem 0;
      position: relative; }
      .catalog .product:nth-child(4) .pict .animate-i {
        max-width: 72.52964%;
        margin: 0 auto; }
      .catalog .product:nth-child(4) .pict .animate {
        position: relative;
        padding-bottom: 160.21798%; }
        .catalog .product:nth-child(4) .pict .animate .pack {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1; }
        .catalog .product:nth-child(4) .pict .animate .part {
          position: absolute; }
          .catalog .product:nth-child(4) .pict .animate .part-1 {
            width: 36.78474%;
            height: 64.45578%;
            top: 20.40816%;
            left: -12.80654%;
            animation: part-7 6s infinite linear;
            transform-origin: right bottom;
            transform: rotate(15deg); }

@keyframes part-7 {
  0% {
    transform: rotate(15deg); }
  25% {
    transform: rotate(-15deg); }
  55% {
    transform: rotate(5deg); }
  75% {
    transform: rotate(-15deg); } }
          .catalog .product:nth-child(4) .pict .animate .part-2 {
            width: 53.13351%;
            height: 64.45578%;
            top: 23.97959%;
            left: -25.61308%;
            animation: part-8 6s infinite linear;
            transform-origin: right bottom;
            transform: rotate(15deg); }

@keyframes part-8 {
  0% {
    transform: rotate(15deg); }
  20% {
    transform: rotate(-20deg); }
  50% {
    transform: rotate(10deg); }
  80% {
    transform: rotate(-15deg); } }
    .catalog .product:nth-child(odd) {
      background-color: #EEA700; }
      .catalog .product:nth-child(odd):before, .catalog .product:nth-child(odd):after {
        content: '';
        position: absolute;
        top: 100%;
        margin-top: -0.1rem;
        left: 0;
        width: 100%;
        height: 2rem;
        background: url(../images/bg-arrow-down-brown.png) 0 0 repeat-x; }
        @media (max-width: 991px) {
          .catalog .product:nth-child(odd):before, .catalog .product:nth-child(odd):after {
            background-size: 2.5rem 0.8rem;
            height: 0.8rem; } }
      .catalog .product:nth-child(odd):before {
        margin: 0;
        top: auto;
        bottom: 100%;
        transform: rotate(180deg); }
  @media (min-width: 768px) {
    .catalog .row {
      display: flex;
      align-items: center; } }
  @media (min-width: 768px) {
    .catalog .pict {
      flex: 0 0 45%;
      max-width: 45%; } }
  .catalog .pict img {
    display: block;
    width: 100%; }
  .catalog .desc {
    flex: 1;
    max-width: 56.1rem;
    position: relative;
    z-index: 1; }
  .catalog .title {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0; }
    @media (min-width: 768px) {
      .catalog .title {
        font-size: 4rem; } }
    @media (min-width: 992px) {
      .catalog .title {
        font-size: 6.5rem; } }
  .catalog .txt {
    margin-top: 1.5rem; }
    @media (min-width: 992px) {
      .catalog .txt {
        margin-top: 2.9rem; } }
  .catalog .ind {
    display: flex;
    margin-top: 1.5rem;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .catalog .ind {
        margin-top: 3rem; } }
    @media (min-width: 992px) {
      .catalog .ind {
        margin-top: 8.4rem; } }
    .catalog .ind .itm {
      flex: 0 0 25%;
      max-width: 25%; }
    .catalog .ind .icon {
      width: 4.5rem;
      height: 4.5rem; }
      @media (min-width: 768px) {
        .catalog .ind .icon {
          width: 7.5rem;
          height: 7.5rem; } }
      .catalog .ind .icon img {
        max-width: 100%; }
    .catalog .ind .ttl {
      font-size: 2rem; }
      @media (min-width: 768px) {
        .catalog .ind .ttl {
          font-size: 2.5rem; } }
      @media (min-width: 992px) {
        .catalog .ind .ttl {
          font-size: 3rem; } }
    .catalog .ind .val {
      margin-top: 0.5rem;
      font-size: 2.2rem; }
      @media (min-width: 768px) {
        .catalog .ind .val {
          font-size: 3rem; } }
      @media (min-width: 992px) {
        .catalog .ind .val {
          font-size: 5rem;
          margin-top: 1.7rem; } }
      .catalog .ind .val span {
        font-size: 2rem; }

/**
 * Components
 */
.s-header {
  flex: 0 0 auto;
  position: relative;
  background-color: #EEA700;
  color: #FFF;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  padding: 1.6rem 0;
  font-size: 1.6rem; }
  @media (min-width: 992px) {
    .s-header {
      font-size: 1.8rem;
      padding-top: 4.4rem;
      padding-bottom: 4.4rem; } }
  @media (min-width: 1200px) {
    .s-header {
      font-size: 2rem; } }
  .s-header .container {
    display: flex;
    justify-content: space-between; }
    @media (min-width: 992px) {
      .s-header .container {
        display: block; } }
  .s-header:after {
    content: '';
    position: absolute;
    top: 100%;
    margin-top: -0.1rem;
    left: 0;
    width: 100%;
    height: 2rem;
    background: url(../images/bg-arrow-down-brown.png) 0 0 repeat-x; }
    @media (max-width: 991px) {
      .s-header:after {
        background-size: 2.5rem 0.8rem;
        height: 0.8rem; } }
  .s-header .buy {
    padding: 0.8rem 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #AC441E;
    border-radius: 2rem;
    color: #FFF;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s; }
    .s-header .buy:hover {
      background-color: #FFF;
      color: #AC441E; }
    .s-header .buy .icon {
      font-size: 1.4rem;
      margin-right: 0.7rem; }
    @media (max-width: 575px) {
      .s-header .buy {
        padding: 0.8rem 1.6rem; } }

.menu {
  display: flex;
  align-items: center;
  gap: 0.5rem; }
  @media (min-width: 1400px) {
    .menu {
      justify-content: space-between;
      gap: 0.5rem; } }
  .menu ul {
    list-style: none;
    display: none;
    gap: 2.5rem;
    margin: 0;
    padding: 0; }
    @media (min-width: 992px) {
      .menu ul {
        display: flex !important; } }
    @media (min-width: 1600px) {
      .menu ul {
        gap: 0.5rem; } }
    @media (max-width: 991px) {
      .menu ul {
        position: absolute;
        z-index: 100;
        top: 100%;
        margin-top: -1rem;
        padding: 1.5rem;
        background-color: #EEA700;
        width: 100%;
        left: 0;
        border-top: 0.1rem solid #AC441E; } }
    .menu ul a {
      display: flex;
      align-items: center;
      padding: 0.8rem 2rem;
      text-decoration: none;
      color: inherit;
      font-weight: bold;
      white-space: nowrap;
      border-radius: 2rem;
      transition: background-color 0.3s; }
      @media (min-width: 992px) {
        .menu ul a {
          padding: 0.8rem; } }
      @media (min-width: 1200px) {
        .menu ul a {
          padding: 0.8rem 2rem; } }
      .menu ul a:hover {
        background-color: #AC441E; }
      .menu ul a:hover {
        background-color: #AC441E; }
  .menu .icon {
    font-size: 1.4rem;
    margin-right: 0.7rem; }

.icon.icon-angle-down {
  stroke: currentColor;
  stroke-width: 2;
  fill: none; }

.burger {
  flex: 0 0 4rem;
  margin: 0 7.9rem 0 0;
  width: 4rem;
  height: 3.7rem;
  position: relative;
  background-color: transparent;
  padding: 0;
  border: none; }
  @media (min-width: 992px) {
    .burger {
      display: none; } }
  @media (max-width: 575px) {
    .burger {
      margin-right: 3.1rem; } }
  .burger span {
    width: 2.5rem;
    height: 0.3rem;
    border-radius: 0.2rem;
    background-color: #AC441E;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s; }
    .burger span:after, .burger span:before {
      content: '';
      width: 100%;
      height: 100%;
      background-color: #AC441E;
      position: absolute;
      border-radius: 0.2rem;
      left: 0;
      transition: all 0.3s; }
    .burger span:before {
      top: -0.7rem; }
    .burger span:after {
      bottom: -0.7rem; }
  .burger.is-active span {
    background-color: transparent; }
    .burger.is-active span:after, .burger.is-active span:before {
      top: 0;
      bottom: 0; }
    .burger.is-active span:before {
      transform: rotate(-45deg); }
    .burger.is-active span:after {
      transform: rotate(45deg); }

.languages {
  border-radius: 2rem 2rem 0 0;
  position: relative;
  z-index: 5;
  color: #FFF;
  transition: background-color 0.5s; }
  @media (min-width: 992px) {
    .languages {
      position: absolute;
      right: 1.5rem;
      top: 50%;
      transform: translateY(-50%); } }
  @media (min-width: 1600px) {
    .languages {
      right: 6rem; } }
  .languages .head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0.8rem 3.5rem;
    border-radius: 2rem;
    transition: background-color 0.3s; }
    @media (max-width: 575px) {
      .languages .head {
        padding: 0.8rem 1.6rem; } }
    .languages .head:hover {
      background-color: #AC441E; }
  .languages .icon {
    width: 1.2rem;
    min-width: 1.2rem;
    height: 1.2rem;
    margin-left: 0.45rem;
    transition: transform 0.3s; }
  .languages.is-open {
    background-color: #AC441E; }
    .languages.is-open .icon {
      transform: rotate(180deg); }
  .languages .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #AC441E;
    border-radius: 0 0 2rem 2rem; }
    .languages .dropdown a {
      display: block;
      padding: 0.8rem 3.5rem;
      color: inherit;
      text-decoration: none; }

.s-footer {
  flex: 0 0 auto;
  color: #FFF;
  padding: 2rem 0;
  position: relative;
  background-color: #EEA700;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.6rem; }
  .s-footer:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 2rem;
    background: url(../images/bg-arrow-down-brown.png) 0 0 repeat-x;
    transform: rotate(180deg); }
    @media (max-width: 991px) {
      .s-footer:after {
        background-size: 2.5rem 0.8rem;
        height: 0.8rem; } }
  .s-footer a {
    color: inherit;
    text-decoration: none; }
  .s-footer .buy {
    padding: 0.8rem 3.5rem;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #AC441E;
    border-radius: 2rem;
    color: #FFF;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s; }
    .s-footer .buy:hover {
      background-color: #FFF;
      color: #AC441E; }
    .s-footer .buy .icon {
      font-size: 1.4rem;
      margin-right: 0.7rem; }
    @media (max-width: 575px) {
      .s-footer .buy {
        padding: 0.8rem 1.6rem; } }
  @media (min-width: 768px) {
    .s-footer .container {
      display: flex;
      align-items: flex-end;
      justify-content: space-between; } }
  .s-footer .policy {
    text-align: center;
    margin-top: 2rem; }
  @media (min-width: 768px) {
    .s-footer .logo {
      order: 3; } }
  .s-footer .logo img {
    margin: 0 auto;
    display: block;
    max-width: 100%; }
  .s-footer .center {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem; }
    @media (min-width: 768px) {
      .s-footer .center {
        order: 1;
        margin-top: 0; } }
  .s-footer .copy {
    margin-top: 2rem;
    text-align: center; }
    @media (min-width: 768px) {
      .s-footer .copy {
        text-align: left;
        margin-top: 0;
        order: -1; } }

/**
 * Vendor styles
 */

/*# sourceMappingURL=main.css.map */
