/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *		IE on Windows Phone and in iOS.
 */

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

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

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

hr {
  -webkit-box-sizing: content-box;
          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
	 ========================================================================== */

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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 */
}

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

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  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;
}

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

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 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 */
}

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

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

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

summary {
  display: list-item;
}

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

/**
 * Swiper 10.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 1, 2023
 */

/* FONT_START */

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

/* FONT_END */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

: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;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.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 {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      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: '';
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
      -ms-flex-order: 9999;
          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 {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          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 {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          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);
}

/* Slide styles start */

/* 3D Shadows */

.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, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  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;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Slide styles end */

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

/* Navigation font end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

/* a11y */

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

:root {
  --brand-main: #000000;
  --brand-secondary: #ffffff;
  --dark: #000000;
  --light: #ffffff;
  --black: #252525;
  --dark-black: #000000;
  --white: #ffffff;
  --whitesmoke: #F1EDDD;
  --grey: #6D6E71;
  --orange: #F7941D;
  --dark-orange: #D65313;
  --light-blue: #eff9f8;
  --light-grey: #AFADAC;
  --light-orange: #F58634;
  --font-family-base: "Museo-Slab-Regular";
  --font-family-base-second: 'Museo-Slab-300';
  --font-family-base-third: 'Museo-Slab-700';
  --font-family-base-fourth: 'Museo-Slab-900';
  --font-base: 16px;
  --line-height-base: 1.5rem;
  --font-size-h1: 2.5rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.75rem;
  --font-size-h4: 1.5rem;
  --font-size-h5: 1.25rem;
  --font-size-h6: 1rem;
  --font-weight-h1: 500;
  --font-weight-h2: 500;
  --font-weight-h3: 500;
  --font-weight-h4: 500;
  --font-weight-h5: 500;
  --font-weight-h6: 500;
  --text-base-size: 1em;
  --text-scale-ratio: 1.2;
  --text-xs: calc((1em / var(--text-scale-ratio)) / var(--text-scale-ratio));
  --text-sm: calc(var(--text-xs) * var(--text-scale-ratio));
  --text-md: calc(var(--text-sm) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-lg: calc(var(--text-md) * var(--text-scale-ratio));
  --text-xl: calc(var(--text-lg) * var(--text-scale-ratio));
  --breakpoint-xs: 375px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --wrap-space: 15px;
  --wrap-width-xs: 100%;
  --wrap-width-sm: 540px;
  --wrap-width-md: 720px;
  --wrap-width-lg: 960px;
  --wrap-width-xl: 1140px;
  --col-space: 30px;
  --border-radius: 0;
  --spacer: 20px;
  --cubic-bezier: cubic-bezier(.3,.86,.36,.95);
  --cubic-bezier2: cubic-bezier(.4,0,0,1);
  --mobile-height: 100vh;
}

@font-face {
  font-family: 'Museo-Slab-Regular';
  src: url("../fonts/MuseoSlab-500.eot");
  src: url("../fonts/MuseoSlab-500d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSlab-500.woff2") format("woff2"), url("../fonts/MuseoSlab-500.woff") format("woff"), url("../fonts/MuseoSlab-500.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo-Slab-900';
  src: url("../fonts/MuseoSlab-900.eot");
  src: url("../fonts/MuseoSlab-900d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSlab-900.woff2") format("woff2"), url("../fonts/MuseoSlab-900.woff") format("woff"), url("../fonts/MuseoSlab-900.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo-Slab-700';
  src: url("../fonts/MuseoSlab-700.eot");
  src: url("../fonts/MuseoSlab-700d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSlab-700.woff2") format("woff2"), url("../fonts/MuseoSlab-700.woff") format("woff"), url("../fonts/MuseoSlab-700.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo-Slab-300';
  src: url("../fonts/MuseoSlab-300.eot");
  src: url("../fonts/MuseoSlab-300d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSlab-300.woff2") format("woff2"), url("../fonts/MuseoSlab-300.woff") format("woff"), url("../fonts/MuseoSlab-300.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Slab 300';
  src: url("../fonts/MuseoSlab-300Italic.eot");
  src: url("../fonts/MuseoSlab-300Italicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSlab-300Italic.woff2") format("woff2"), url("../fonts/MuseoSlab-300Italic.woff") format("woff"), url("../fonts/MuseoSlab-300Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sailec';
  src: url("../fonts/Sailec-Light.eot");
  src: url("../fonts/Sailec-Lightd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Sailec-Light.woff2") format("woff2"), url("../fonts/Sailec-Light.woff") format("woff"), url("../fonts/Sailec-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sailec';
  src: url("../fonts/Sailec-Medium.eot");
  src: url("../fonts/Sailec-Mediumd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Sailec-Medium.woff2") format("woff2"), url("../fonts/Sailec-Medium.woff") format("woff"), url("../fonts/Sailec-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Austral Sans Blur';
  src: url("../fonts/AustralSansBlur-Regular.eot");
  src: url("../fonts/AustralSansBlur-Regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/AustralSansBlur-Regular.woff2") format("woff2"), url("../fonts/AustralSansBlur-Regular.woff") format("woff"), url("../fonts/AustralSansBlur-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoonf2fb.eot?xq5t3");
  src: url("../fonts/icomoonf2fb.eot?xq5t3#iefix") format("embedded-opentype"), url("../fonts/icomoonf2fb.ttf?xq5t3") format("truetype"), url("../fonts/icomoonf2fb.woff?xq5t3") format("woff"), url("../fonts/icomoonf2fb.svg?xq5t3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-location:before {
  content: "\e908";
}

.icon-star:before {
  content: "\e900";
}

.icon-timer:before {
  content: "\e901";
}

.icon-search:before {
  content: "\e902";
}

.icon-play:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-youtube:before {
  content: "\e905";
}

.icon-instagram:before {
  content: "\e906";
}

.icon-linkedin:before {
  content: "\e907";
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

li {
  list-style-type: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

iframe,
button {
  border: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
  min-width: auto;
}

body::before {
  content: "(xs: 375px, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1440px)";
  display: none;
}

body {
  background-color: var(--whitesmoke);
  color: var(--grey);
}

body.body--lightblue {
  background-color: #eff9f8;
}

input,
textarea,
button {
  font-family: var(--font-family-base);
}

.container {
  padding-left: 16%;
  padding-right: 16%;
}

.button {
  position: relative;
  width: 100%;
  height: 40px;
  font-family: var(--font-family-base-second);
  color: var(--white);
  background-color: var(--dark-orange);
  cursor: pointer;
  z-index: 1;
  margin: 10px 0;
  letter-spacing: 0.08em;
  font-weight: 600;
  font-size: 1.2rem;
}

.button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  background-color: var(--light-orange);
  z-index: -1;
}

.heading {
  background-color: var(--light-orange);
  width: 100%;
  padding: 20px 15px;
  text-align: center;
  color: var(--white);
  letter-spacing: 0.08em;
  font-weight: 600;
  font-family: var(--font-family-base-second);
  font-size: 1.075rem;
  text-transform: capitalize;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-base);
}

h1 {
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-h1);
}

h2 {
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-h2);
}

h3 {
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-h3);
}

h4 {
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-h4);
}

h5 {
  font-size: var(--font-size-h5);
  font-weight: var(--font-weight-h5);
}

h6 {
  font-size: var(--font-size-h6);
  font-weight: var(--font-weight-h6);
}

p {
  font-size: var(--font-base);
  line-height: var(--line-height-base);
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  padding-left: var(--wrap-space);
  padding-right: var(--wrap-space);
  width: var(--wrap-width-xs);
}

.wrap-fluid {
  position: relative;
  width: 100%;
  padding-left: var(--wrap-space);
  padding-right: var(--wrap-space);
  -webkit-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
          flex-basis: 100% !important;
  max-width: 100% !important;
}

.wrap.remove-gutter-left .cll-col {
  margin-left: 0 !important;
}

.flex {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex .cll-col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 0 var(--col-space);
  z-index: 2;
}

.flex .cll-col:first-of-type {
  margin-left: 0px;
}

.flex .cll-col.w1 {
  -webkit-flex-basis: calc(100% * 1/12 - ((var(--col-space) * (12 - 1))  / 12));
      -ms-flex-preferred-size: calc(100% * 1/12 - ((var(--col-space) * (12 - 1))  / 12));
          flex-basis: calc(100% * 1/12 - ((var(--col-space) * (12 - 1))  / 12));
  max-width: calc(100% * 1/12 - ((var(--col-space) * (12 - 1))  / 12));
}

.flex .cll-col.o1 {
  margin-left: calc(100% * 1/12 + ((var(--col-space) * 1) / 12));
}

.flex .cll-col.w2 {
  -webkit-flex-basis: calc(100% * 2/12 - ((var(--col-space) * (12 - 2))  / 12));
      -ms-flex-preferred-size: calc(100% * 2/12 - ((var(--col-space) * (12 - 2))  / 12));
          flex-basis: calc(100% * 2/12 - ((var(--col-space) * (12 - 2))  / 12));
  max-width: calc(100% * 2/12 - ((var(--col-space) * (12 - 2))  / 12));
}

.flex .cll-col.o2 {
  margin-left: calc(100% * 2/12 + ((var(--col-space) * 2) / 12));
}

.flex .cll-col.w3 {
  -webkit-flex-basis: calc(100% * 3/12 - ((var(--col-space) * (12 - 3))  / 12));
      -ms-flex-preferred-size: calc(100% * 3/12 - ((var(--col-space) * (12 - 3))  / 12));
          flex-basis: calc(100% * 3/12 - ((var(--col-space) * (12 - 3))  / 12));
  max-width: calc(100% * 3/12 - ((var(--col-space) * (12 - 3))  / 12));
}

.flex .cll-col.o3 {
  margin-left: calc(100% * 3/12 + ((var(--col-space) * 3) / 12));
}

.flex .cll-col.w4 {
  -webkit-flex-basis: calc(100% * 4/12 - ((var(--col-space) * (12 - 4))  / 12));
      -ms-flex-preferred-size: calc(100% * 4/12 - ((var(--col-space) * (12 - 4))  / 12));
          flex-basis: calc(100% * 4/12 - ((var(--col-space) * (12 - 4))  / 12));
  max-width: calc(100% * 4/12 - ((var(--col-space) * (12 - 4))  / 12));
}

.flex .cll-col.o4 {
  margin-left: calc(100% * 4/12 + ((var(--col-space) * 4) / 12));
}

.flex .cll-col.w5 {
  -webkit-flex-basis: calc(100% * 5/12 - ((var(--col-space) * (12 - 5))  / 12));
      -ms-flex-preferred-size: calc(100% * 5/12 - ((var(--col-space) * (12 - 5))  / 12));
          flex-basis: calc(100% * 5/12 - ((var(--col-space) * (12 - 5))  / 12));
  max-width: calc(100% * 5/12 - ((var(--col-space) * (12 - 5))  / 12));
}

.flex .cll-col.o5 {
  margin-left: calc(100% * 5/12 + ((var(--col-space) * 5) / 12));
}

.flex .cll-col.w6 {
  -webkit-flex-basis: calc(100% * 6/12 - ((var(--col-space) * (12 - 6))  / 12));
      -ms-flex-preferred-size: calc(100% * 6/12 - ((var(--col-space) * (12 - 6))  / 12));
          flex-basis: calc(100% * 6/12 - ((var(--col-space) * (12 - 6))  / 12));
  max-width: calc(100% * 6/12 - ((var(--col-space) * (12 - 6))  / 12));
}

.flex .cll-col.o6 {
  margin-left: calc(100% * 6/12 + ((var(--col-space) * 6) / 12));
}

.flex .cll-col.w7 {
  -webkit-flex-basis: calc(100% * 7/12 - ((var(--col-space) * (12 - 7))  / 12));
      -ms-flex-preferred-size: calc(100% * 7/12 - ((var(--col-space) * (12 - 7))  / 12));
          flex-basis: calc(100% * 7/12 - ((var(--col-space) * (12 - 7))  / 12));
  max-width: calc(100% * 7/12 - ((var(--col-space) * (12 - 7))  / 12));
}

.flex .cll-col.o7 {
  margin-left: calc(100% * 7/12 + ((var(--col-space) * 7) / 12));
}

.flex .cll-col.w8 {
  -webkit-flex-basis: calc(100% * 8/12 - ((var(--col-space) * (12 - 8))  / 12));
      -ms-flex-preferred-size: calc(100% * 8/12 - ((var(--col-space) * (12 - 8))  / 12));
          flex-basis: calc(100% * 8/12 - ((var(--col-space) * (12 - 8))  / 12));
  max-width: calc(100% * 8/12 - ((var(--col-space) * (12 - 8))  / 12));
}

.flex .cll-col.o8 {
  margin-left: calc(100% * 8/12 + ((var(--col-space) * 8) / 12));
}

.flex .cll-col.w9 {
  -webkit-flex-basis: calc(100% * 9/12 - ((var(--col-space) * (12 - 9))  / 12));
      -ms-flex-preferred-size: calc(100% * 9/12 - ((var(--col-space) * (12 - 9))  / 12));
          flex-basis: calc(100% * 9/12 - ((var(--col-space) * (12 - 9))  / 12));
  max-width: calc(100% * 9/12 - ((var(--col-space) * (12 - 9))  / 12));
}

.flex .cll-col.o9 {
  margin-left: calc(100% * 9/12 + ((var(--col-space) * 9) / 12));
}

.flex .cll-col.w10 {
  -webkit-flex-basis: calc(100% * 10/12 - ((var(--col-space) * (12 - 10))  / 12));
      -ms-flex-preferred-size: calc(100% * 10/12 - ((var(--col-space) * (12 - 10))  / 12));
          flex-basis: calc(100% * 10/12 - ((var(--col-space) * (12 - 10))  / 12));
  max-width: calc(100% * 10/12 - ((var(--col-space) * (12 - 10))  / 12));
}

.flex .cll-col.o10 {
  margin-left: calc(100% * 10/12 + ((var(--col-space) * 10) / 12));
}

.flex .cll-col.w11 {
  -webkit-flex-basis: calc(100% * 11/12 - ((var(--col-space) * (12 - 11))  / 12));
      -ms-flex-preferred-size: calc(100% * 11/12 - ((var(--col-space) * (12 - 11))  / 12));
          flex-basis: calc(100% * 11/12 - ((var(--col-space) * (12 - 11))  / 12));
  max-width: calc(100% * 11/12 - ((var(--col-space) * (12 - 11))  / 12));
}

.flex .cll-col.o11 {
  margin-left: calc(100% * 11/12 + ((var(--col-space) * 11) / 12));
}

.flex .cll-col.w12 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
  margin: 0;
}

.remove-gutter-left {
  margin-left: 0;
  padding-left: 0;
}

.remove-gutter-right {
  margin-right: 0;
  padding-right: 0;
}

.header {
  position: fixed;
  top: 0;
  z-index: 5;
  background-color: var(--white);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d65313; /* NEW */
}

.header .logo {
  display: inline-block;
  margin: 15px 0 15px 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.header .logo img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  width: 156px; /* NEW */
}

.header ul {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 80px;
}

.header ul li {
  list-style: none;
  margin: 0 10px;
}

.header ul li:first-child {
  margin-left: 0;
}

.header ul li:last-child {
  margin-right: 0;
}

.header ul li a {
  position: relative;
  font-size: 1.2rem;
  text-transform: capitalize;
  /* color: var(--grey); */
  color: #ffffff;/* NEW */
  font-family: var(--font-family-base);
}

.header ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  /* background-color: var(--light-orange); */
  background-color: #ffffff; /* NEW */
}

.header ul li a.active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.header .menu--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.header .menu--right .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: auto;
  height: 30px;
  border-radius: 50%;
  padding: 5px 7px;
  outline: none;
  border: 1px solid var(--black);
  color: var(--black);
  font-size: 0.9rem;
}

.header .menu--right .search input {
  display: none;
  outline: none;
  border: none;
  font-family: var(--font-family-base);
  /* color: var(--grey); */
  font-size: 0.8rem;
  /* color: var(--grey); */
  width: 90%;
  letter-spacing: -0.02em;
  background-color: transparent; /* NEW */
  color: #ffffff;
}

.header .menu--right .search input::placeholder { color: #ffffff; } /* NEW */

.header .menu--right .burger-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-left: 30px;
}

.header .menu--right .burger-menu span {
  position: relative;
  width: 25px;
  height: 2px;
  border-radius: 5px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  margin: 3px 0;
  background-color: var(--black);
}

.header .menu--right .burger-menu span:nth-child(2) {
  width: 32px;
  margin-left: -7px;
}

.header .menu--right .burger-menu.active span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
}

.header .menu--right .burger-menu.active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.header .menu--right .burger-menu.active span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
}

.header.header--smaller .logo {
  margin: 10px 0 10px 20px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 69px);
  margin-top: 69px;
  background-position: center;
  z-index: 4;
  background-color: var(--white);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  overflow-y: auto;
}

.mobile-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  width: 100%;
  margin-top: -34px;
}

.mobile-menu ul li {
  list-style: none;
  margin: 8px 0;
}

.mobile-menu ul li a {
  position: relative;
  font-family: var(--font-family-base);
  font-size: 1.25rem;
  text-transform: uppercase;
  opacity: 0;
  color: var(--grey);
}

.mobile-menu ul li a.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 2px;
  background-color: var(--light-orange);
}

.search--mobile {
  width: 100%;
  padding: 5px 15px 20px;
  background-color: var(--white);
  position: fixed;
  top: 114px;
  z-index: 3;
  display: none;
}

.search--mobile .search--icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
  border-radius: 25px;
  padding: 5px 10px;
  outline: none;
  border: 1px solid var(--black);
  color: var(--black);
  font-size: 1.5rem;
}

.search--mobile .search--icon input {
  outline: none;
  border: none;
  font-family: var(--font-family-base);
  color: var(--grey);
  font-size: 0.8rem;
  color: var(--grey);
  width: calc(100% - 30px);
  letter-spacing: -0.02em;
}

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

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination {
  z-index: 2 !important;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: var(--white);
  opacity: 1 !important;
  margin: 0 3px !important;
  width: 10px !important;
  height: 10px !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--light-orange);
}

.main--filters {
  position: relative;
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.main--filters .filter {
  font-family: var(--font-family-base-third);
  color: var(--black);
  text-align: center;
  margin: 5px 0;
  width: calc(50% - 10px);
}

.main--filters .filter.active h3 {
  background-color: var(--light-orange);
}

.main--filters .filter span {
  text-transform: uppercase;
  font-family: var(--font-family-base-third);
  letter-spacing: -0.02em;
  font-size: 0.8rem;
}

.main--filters .filter p {
  font-family: var(--font-family-base-third);
  font-size: 0.8rem;
  letter-spacing: -0.02em;
}

.main--filters .filter h3 {
  font-size: 1rem;
  text-transform: capitalize;
  text-align: center;
  padding: 5px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: -0.02em;
  border-radius: 10px;
  background-color: var(--light-grey);
  color: var(--whitesmoke);
}

.main--products {
  padding-top: 50px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product--list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.product {
  position: relative;
  width: calc(50% - 10px);
  background-color: var(--white);
  border: 7px solid var(--white);
  border-radius: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
  margin-bottom: 20px;
}

.product img {
  max-width: 40%;
  display: block;
  margin: 5px auto 10px;
  height: auto;
}

.product .dicount {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0px;
  right: 0px;
  z-index: 2;
  background-color: var(--dark-black);
  width: 45px;
  height: 45px;
  font-family: var(--font-family-base-fourth);
  font-size: 1rem;
  border-radius: 50%;
  letter-spacing: -0.06em;
  color: var(--white);
}

.product .product--info {
  font-family: var(--font-family-base);
  padding: 10px;
  letter-spacing: -0.06em;
  background-color: var(--orange);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.product .product--info p {
  font-size: 1.1rem;
}

.product .product--info .past-price {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 1.1rem;
}

.product .product--info .past-price::before {
  content: '';
  position: absolute;
  width: calc(100% + 10px);
  height: 1px;
  background-color: var(--dark-black);
  top: 50%;
  left: -5px;
  -webkit-transform: translateY(50%) rotate(-20deg);
          transform: translateY(50%) rotate(-20deg);
  border-radius: 5px;
}

.main--booklets {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.main--booklets > p {
  padding-top: 30px;
  text-align: center;
  letter-spacing: -0.03em;
  font-family: var(--font-family-base-second);
}

.booklets--list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}

.booklets-main--cards {
  padding-top: 60px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.booklets-main--cards .booklet--card {
  position: relative;
  width: calc(50% - 10px);
  background-color: var(--white);
  border-radius: 15px;
  margin-bottom: 20px;
}

.booklets-main--cards .booklet--card img {
  padding: 10px 10px 5px;
  width: 100%;
  height: 100%;
}

.booklets-main--cards .booklet--card p {
  font-family: var(--font-family-base-third);
  padding: 0 10px 5px;
  font-size: 0.8rem;
  letter-spacing: -0.03em;
}

.recipes {
  padding: 30px 15px 90px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: var(--orange);
  -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
          clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
}

.recipes .recipes--text {
  color: var(--white);
  padding: 40px 0;
}

.recipes .recipes--text h2 {
  font-family: var(--font-family-base-fourth);
}

.recipes .recipes--text p {
  font-style: italic;
  font-family: var(--font-family-base-second);
  letter-spacing: -0.05em;
}

.recipes .swiper-pagination {
  position: relative !important;
  z-index: 2 !important;
  margin-top: 50px !important;
}

.recipes .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: var(--whitesmoke);
  width: 12px !important;
  height: 12px !important;
  margin: 0 5px !important;
}

.recipes .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  border: 1px solid var(--whitesmoke);
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  left: -4px;
  top: -4px;
  background-color: transparent;
  border-radius: 50%;
}

.blog {
  position: relative;
  padding-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog a {
  width: 100%;
  margin-bottom: 75px;
}

.blog a .blog--box {
  position: relative;
  height: 100%;
  border-bottom: 5px solid #D3D3D3;
}

.blog a .blog--box::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 5px;
  background-color: var(--light-orange);
  top: 100%;
  left: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.blog a .blog--box img {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog a .blog--box .blog--title {
  position: relative;
}

.blog a .blog--box .blog--title h2 {
  font-family: var(--font-family-base-fourth);
  color: #464646;
  margin: 10px 20px 15px;
}

footer {
  position: relative;
  padding-top: 90px;
  color: var(--white);
  background-color: var(--dark-orange);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
}

footer .social--media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

footer .social--media li {
  margin: 0 10px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

footer .social--media li a {
  font-size: 1.3rem;
  color: var(--white);
}

.footer--menu {
  position: relative;
  margin: 30px 0;
  text-align: center;
}

.footer--menu li {
  margin-bottom: 10px;
}

.footer--menu li:last-child {
  margin-bottom: 0;
}

.footer--menu li a {
  position: relative;
  text-transform: capitalize;
  font-family: var(--font-family-base);
  font-size: 1rem;
}

.footer--menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background-color: var(--white);
}

.footer--content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
  font-family: var(--font-family-base);
}

.footer--content .newsletter {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer--content .newsletter input {
  border: 1px solid var(--white);
  outline: none;
  text-align: center;
  color: var(--light-orange);
  background-color: transparent;
  padding: 10px 15px;
  font-size: 0.9rem;
  margin: 5px 0;
}

.footer--content .newsletter input::-webkit-input-placeholder {
  color: var(--light-orange);
  font-size: 0.9rem;
}

.footer--content .newsletter input::-ms-input-placeholder {
  color: var(--light-orange);
  font-size: 0.9rem;
}

.footer--content .newsletter input::placeholder {
  color: var(--light-orange);
  font-size: 0.9rem;
}

.footer--content .newsletter button {
  margin: 5px 10px;
  border: 1px solid var(--light-orange);
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: var(--white);
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.copyrights {
  font-size: 0.7rem;
  letter-spacing: 0.065em;
  padding-bottom: 20px;
  text-align: center;
  font-family: var(--font-family-base);
}

.blog--article {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog--article .blog--article-title {
  position: relative;
  margin-top: 10px;
  margin-bottom: 50px;
}

.blog--article .blog--article-title h2 {
  font-family: var(--font-family-base-fourth);
  color: #464646;
  font-size: 3rem;
}

.blog--article .blog--article-title::before {
  content: " ";
  position: absolute;
  width: 150px;
  height: 5px;
  background-color: var(--light-orange);
  top: 100%;
  margin-top: 10px;
}

.blog--article p {
  font-family: var(--font-family-base-second);
  font-size: 1.1rem;
  color: #464646;
  margin-bottom: 20px;
}

.blog--article p:last-child {
  margin-bottom: 0;
}

.contact-form {
  padding-top: 70px;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--dark-black);
  font-family: var(--font-family-base);
}

.contact-form p {
  font-size: 1.3rem;
  letter-spacing: -0.06em;
  text-align: center;
}

.contact-form form {
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
}

.contact-form form label {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.contact-form form input {
  width: 80%;
  height: 40px;
  border: 1px solid #A1A1A1;
  outline: none;
  border-radius: 10px;
  background-color: var(--white);
  margin-bottom: 40px;
  font-family: var(--font-family-base);
  font-size: 1rem;
  padding: 0 10px;
}

.contact-form form textarea {
  width: 100%;
  border: 1px solid #A1A1A1;
  outline: none;
  border-radius: 10px;
  background-color: var(--white);
  font-family: var(--font-family-base);
  font-size: 1rem;
  height: 200px;
  resize: none;
  padding: 10px;
}

.contact-form form button {
  font-family: var(--font-family-base);
  margin-top: 60px;
  background-color: var(--light-orange);
  border-radius: 10px;
  border: 1px solid #A1A1A1;
  padding: 10px 20px;
  color: #111111;
  cursor: pointer;
  font-size: 1.2rem;
}

footer {
  position: relative;
  padding-top: 90px;
  color: var(--white);
  background-color: var(--dark-orange);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
}

footer .social--media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

footer .social--media li {
  margin: 0 10px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

footer .social--media li a {
  font-size: 1.3rem;
  color: var(--white);
}

.footer--menu {
  position: relative;
  margin: 30px 0;
  text-align: center;
}

.footer--menu li {
  margin-bottom: 10px;
}

.footer--menu li:last-child {
  margin-bottom: 0;
}

.footer--menu li a {
  position: relative;
  text-transform: capitalize;
  font-family: var(--font-family-base);
  font-size: 1rem;
}

.footer--menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background-color: var(--white);
}

.footer--content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
  font-family: var(--font-family-base);
}

.footer--content .newsletter {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer--content .newsletter input {
  border: 1px solid var(--white);
  outline: none;
  text-align: center;
  color: var(--light-orange);
  background-color: transparent;
  padding: 10px 15px;
  font-size: 0.9rem;
  margin: 5px 0;
}

.footer--content .newsletter input::-webkit-input-placeholder {
  color: var(--light-orange);
  font-size: 0.9rem;
}

.footer--content .newsletter input::-ms-input-placeholder {
  color: var(--light-orange);
  font-size: 0.9rem;
}

.footer--content .newsletter input::placeholder {
  color: var(--light-orange);
  font-size: 0.9rem;
}

.footer--content .newsletter button {
  margin: 5px 10px;
  border: 1px solid var(--light-orange);
  padding: 10px;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: var(--white);
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.copyrights {
  font-size: 0.7rem;
  letter-spacing: 0.065em;
  padding-bottom: 20px;
  text-align: center;
  font-family: var(--font-family-base);
}

.about {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about h1 {
  font-family: var(--font-family-base-third);
  font-size: 2.5rem;
  color: var(--dark-orange);
  letter-spacing: -0.03em;
  text-transform: capitalize;
}

.about p {
  font-family: var(--font-family-base);
  font-size: 1.1rem;
  color: var(--black);
  padding-top: 15px;
}

.about--img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding-bottom: 50px;
}

.recipe--content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: var(--font-family-base-second);
  color: var(--grey);
}

.recipe--content .recipe--content-left {
  width: 100%;
}

.recipe--content .recipe--content-left .type-of-food h2 {
  letter-spacing: 0.04em;
  font-size: 3rem;
  color: var(--dark-orange);
}

.recipe--content .recipe--content-left .type-of-food p {
  letter-spacing: -0.03em;
  font-size: 1.1rem;
  padding: 15px 0 30px;
  line-height: 25px;
}

.recipe--content .recipe--content-left .ingredients h3 {
  letter-spacing: 0.04em;
  font-size: 2.1rem;
  color: var(--dark-orange);
}

.recipe--content .recipe--content-left .ingredients p {
  font-family: 'Museo-Slab-500-italic';
  font-size: 1.2rem;
  padding: 20px 0;
}

.recipe--content .recipe--content-left .ingredients ul li {
  font-size: 1.1rem;
  list-style-type: '- ';
  margin-left: 15px;
  line-height: 25px;
}

.recipe--content .recipe--content-right {
  width: 100%;
  padding-top: 50px;
}

.recipe--content .recipe--content-right img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 500px;
}

.recipe--content .recipe--content-right h3 {
  padding-top: 30px;
  letter-spacing: 0.04em;
  font-size: 2.1rem;
  color: var(--dark-orange);
}

.recipe--content .recipe--content-right p {
  padding-top: 15px;
  font-size: 1.1rem;
  letter-spacing: -0.03em;
  line-height: 25px;
}

.recipes--main-cards {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--light-blue);
}

.recipes--main-cards .recipe--content {
  padding: 40px 0;
  text-align: center;
}

.recipes--main-cards .recipe--content h3 {
  font-family: var(--font-family-base-second);
  color: var(--dark-orange);
  font-weight: 600;
  font-size: 2.8rem;
}

.recipes--main-cards .recipe--content p {
  font-family: var(--font-family-base-second);
  color: var(--grey);
  font-size: 1.1rem;
  padding-top: 5px;
}

.recipes--main-cards .recipes--top-cards {
  position: relative;
  display: grid;
  padding: 30px 12px;
  gap: 20px 0;
  grid-template-columns: repeat(1, 1fr);
}

.recipes--main-cards .recipes--top-cards a {
  grid-column: auto / span 2;
}

.recipes--main-cards .recipes--top-cards a.grid-row {
  grid-column: unset;
  grid-row: auto / span 2;
}

.recipes--main-cards .recipes--top-cards a .recipes--card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--white);
  width: 100%;
  height: 100%;
}

.recipes--main-cards .recipes--top-cards a .recipes--card img {
  width: 100%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16 / 12.994169096209912536443148688047;
}

.recipes--main-cards .recipes--top-cards a .recipes--card .card--content {
  height: 50%;
  width: 100%;
  padding: 15px 20px;
}

.recipes--bottom-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 12px 0;
  padding-bottom: 50px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: var(--light-blue);
}

.recipes--bottom-cards a {
  width: 100%;
  margin-bottom: 20px;
}

.recipes--bottom-cards a .recipes--card-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--white);
  width: 100%;
  height: 100%;
}

.recipes--bottom-cards a .recipes--card-vertical img {
  width: 100%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recipes--bottom-cards a .recipes--card-vertical .card--content {
  width: 100%;
  min-height: 50%;
  padding: 15px 20px;
}

.card--content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card--content .card--content-top span {
  color: var(--dark-orange);
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.card--content .card--content-top h2 {
  font-family: var(--font-family-base-second);
  padding: 5px 0;
  color: var(--dark-black);
}

.card--content .card--content-bottom {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.card--content .card--content-bottom .timer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  color: var(--grey);
}

.card--content .card--content-bottom .timer span {
  font-weight: 800;
  color: #107777;
  font-size: 1.2rem;
  margin-right: 5px;
}

.card--content .card--content-bottom .stars {
  padding-top: 5px;
  font-size: 1.2rem;
  color: #107777;
  letter-spacing: -0.15em;
}

.main--stores {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;

}

.main--stores .search--store {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
  width: 100%;
  border-radius: 13px;
  padding: 5px 7px;
  outline: none;
  border: 1px solid var(--black);
  color: var(--black);
  font-size: 1.5rem;
}

.main--stores .search--store input {
  outline: none;
  border: none;
  font-family: var(--font-family-base-second);
  color: var(--grey);
  font-size: 0.8rem;
  color: var(--grey);
  width: 90%;
  letter-spacing: -0.02em;
  background-color: transparent;
}

.main--stores .stores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 60px;
}

.main--stores .stores .store--box {
  color: var(--light-orange);
  letter-spacing: -0.04em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-family-base);
  margin-bottom: 50px;
}

.main--stores .stores .store--box:last-child {
  margin-bottom: 0;
}

.main--stores .stores .store--box p {
  font-size: 1.2rem;
}

.main--stores .stores .store--box .schedule {
  margin: 15px 0;
}

.main--stores .stores .store--box .location {
  display: inline-block;
  border: 1px solid var(--light-orange);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.main--stores .stores .store--box .location p {
  padding: 1px 10px 1px 30px;
}

.main--stores .stores .store--box .location .icon-location {
  position: absolute;
  color: var(--dark-black);
  font-size: 2rem;
}

.jobs--content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
}

.jobs--content .jobs--information {
  text-align: center;
  width: 100%;
}

.jobs--content .jobs--information h1 {
  color: var(--orange);
  font-family: var(--font-family-base-fourth);
  font-size: 1.8rem;
  letter-spacing: -0.06em;
}

.jobs--content .jobs--information p {
  color: var(--dark-black);
  letter-spacing: -0.06em;
  font-family: var(--font-family-base);
  padding-top: 10px;
}

.jobs--content .open--jobs {
  text-align: center;
  padding-top: 50px;
}

.jobs--content .open--jobs h2 {
  color: var(--orange);
  font-family: var(--font-family-base-third);
  font-size: 2rem;
  letter-spacing: -0.06em;
}

.jobs--content .open--jobs p {
  color: var(--dark-black);
  letter-spacing: -0.06em;
  font-family: var(--font-family-base);
  padding-top: 10px;
}

.jobs--content .open--jobs .position {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 30px;
  border-bottom: 5px solid var(--orange);
  font-family: var(--font-family-base-third);
}

.jobs--content .open--jobs .position h3 {
  width: 100%;
  color: var(--orange);
  font-size: 1.8rem;
  letter-spacing: -0.06em;
  padding-right: 20px;
  text-align: left;
}

.jobs--content .open--jobs .position .location-and-apply {
  letter-spacing: -0.06em;
  color: var(--white);
  text-align: right;
}

.jobs--content .open--jobs .position .location-and-apply h5 {
  text-transform: capitalize;
  padding: 5px 10px;
  background-color: #3a3a3a;
  display: inline-block;
}

.jobs--content .open--jobs .position .location-and-apply h4 {
  font-size: 1.4rem;
  padding: 5px 10px 0;
  background-color: var(--orange);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  text-align: center;
}

.banner {
  position: relative;
  height: calc(450px - 115px);
}

.banner > img {
  position: relative;
  width: 100%;
  -o-object-position: center 10%;
     object-position: center 10%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  top: 0;
  left: 0;
}

.form--application {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 100px;
}

.form--application h2 {
  display: inline-block;
  font-family: var(--font-family-base-third);
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  background-color: var(--orange);
  padding: 5px 30px;
  color: var(--white);
}

.form--application .select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0;
  background-color: var(--white);
  padding: 10px 20px;
  border-radius: 10px;
  width: 250px;
}

.form--application .select select {
  width: calc(50% - 20px);
  outline: none;
  border: none;
  background-color: transparent;
  font-family: var(--font-family-base);
}

form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
}

form h4 {
  font-family: var(--font-family-base-second);
  letter-spacing: 0.08em;
  color: var(--dark-orange);
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

form label {
  font-family: var(--font-family-base);
  font-size: 1rem;
  color: var(--dark-black);
  margin-bottom: 5px;
}

form label.file {
  background-color: #D7D7D7;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
  cursor: pointer;
}

form input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border-radius: 5px;
  font-family: var(--font-family-base);
  border: 1px solid #A1A1A1;
  background-color: var(--white);
  margin-bottom: 1px;
}

form button {
  width: 100%;
  padding: 10px;
  outline: none;
  border: none;
  background-color: #538EE7;
  font-family: var(--font-family-base-fourth);
  text-transform: uppercase;
  font-size: 1.2rem;
  color: var(--white);
  border-radius: 5px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
  margin-top: 10px;
}

.products--category {
  position: relative;
  padding: 45px 0 15px 0;
}

.products--category .category {
  margin-top: 15px;
}

.products--category .category .category--box {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.products--category .category .category--box.full--width {
  grid-column: auto / span 3;
}

.products--category .category .category--box.half--width {
  grid-column: auto / span 2;
}

.products--category .category .category--box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.products--category .category .category--box .tape {
  background-color: var(--orange);
  padding: 6px;
  font-family: var(--font-family-base-third);
  color: var(--white);
  position: absolute;
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.products--category .category .category--box .tape.top--left {
  top: 20px;
  left: 0;
}

.products--category .category .category--box .tape.top--right {
  top: 40px;
  right: 0;
}

.products--category .category .category--box .tape.bottom--left {
  bottom: 10px;
  left: 0;
}

.main--video {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.main--video .video-slider {
  height: 550px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}

.main--video .video-slider .swiper-slide {
  position: relative;
  height: 100%;
  width: 100%;
}

.main--video .video-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main--video .video-slider .swiper-slide .video-button {
  width: 120px;
  height: 120px;
  line-height: 120px;
  background: transparent;
  border: 5px solid var(--white);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--white);
  font-size: 50px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
  padding-left: 10px;
}

.main--video .video-slider .swiper-slide .video-button::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 30px;
  background-color: var(--black);
  border-radius: 5px;
  top: 100%;
  left: 50%;
  margin-top: 20px;
  cursor: context-menu;
}

.main--video .swiper-pagination {
  position: relative !important;
  z-index: 2 !important;
}

.main--video .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: var(--orange);
  width: 15px !important;
  height: 15px !important;
  margin: 0 5px !important;
}

.main--video .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  border: 1px solid var(--orange);
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  left: -4px;
  top: -4px;
  background-color: transparent;
  border-radius: 50%;
}

.main--video .video--content {
  color: var(--black);
  text-align: center;
  padding: 30px 15px;
}

.main--video .video--content p {
  padding-bottom: 10px;
  color: var(--dark-black);
  letter-spacing: 0.01em;
  font-family: var(--font-family-base);
}

.aktualitete {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 60px;
}

.content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0;
  font-family: var(--font-family-base-second);
  text-align: center;
}

.content .content--heading {
  width: 100%;
}

.content .content--heading h2 {
  color: var(--light-orange);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 100%;
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-family: var(--font-family-base-fourth);
}

.content .content--text {
  position: relative;
  width: 100%;
}

.content .content--text p {
  color: var(--grey);
  margin-top: 10px;
  font-size: 1.2rem;
}

.content .content--text::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  border-radius: 5px;
  background-color: var(--dark-black);
  top: 0;
}

.main--slider {
  position: relative;
  height: calc(100vh - 115px);
}

.main--slider .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}

.main--slider .overlay .overlay--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  font-family: var(--font-family-base);
  color: var(--white);
  text-align: center;
  letter-spacing: -0.02em;
  width: 100%;
}

.main--slider .overlay .overlay--text h1 {
  font-size: 2rem;
}

.main--slider .overlay .overlay--text img {
  position: relative;
  max-width: 200px;
}

.main--slider > img {
  position: absolute;
  bottom: -40px;
  right: 10px;
  z-index: 2;
  width: 115px;
  height: auto;
}

.wrapper {
  height: 69px;
}

@media (min-width: 576px) {
  .wrap {
    padding-left: 0;
    padding-right: 0;
    max-width: var(--wrap-width-sm);
  }

  .main--filters .filter h3 {
    font-size: 1.3rem;
  }

  .booklets-main--cards .booklet--card img {
    padding: 20px 20px 15px;
  }

  .booklets-main--cards .booklet--card p {
    padding: 0 20px 15px;
    font-size: 1rem;
  }

  .recipes--main-cards .recipes--top-cards a .recipes--card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .recipes--main-cards .recipes--top-cards a .recipes--card img {
    width: 50%;
    height: 100%;
  }

  .recipes--main-cards .recipes--top-cards a .recipes--card .card--content {
    height: 100%;
    width: 50%;
    padding: 50px 25px 30px;
  }

  .recipes--bottom-cards a {
    width: calc(50% - 15px);
  }

  .recipes--bottom-cards a .recipes--card-vertical img {
    aspect-ratio: unset;
  }

  .products--category .category {
    gap: 30px;
  }

  .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .content .content--heading {
    width: 40%;
  }

  .content .content--text {
    width: 60%;
  }

  .main--slider > img {
    right: 15px;
    width: 150px;
  }
}

@media (min-width: 768px) {
  .heading {
    font-size: 1.15rem;
  }

  .wrap {
    max-width: var(--wrap-width-md);
  }

  .main--filters {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .main--filters .filter {
    margin: 5px 35px;
    width: auto;
  }

  .main--filters .filter p {
    font-size: 1rem;
  }

  .product {
    width: calc(25% - 20px);
  }

  .main--booklets > p {
    width: 70%;
  }

  .booklets-main--cards .booklet--card {
    width: calc(25% - 20px);
  }

  .recipes {
    padding: 60px 0 120px;
  }

  .recipes .swiper-pagination .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
  }

  .blog a {
    width: calc(50% - 30px);
  }

  footer {
    padding-top: 80px;
    -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
  }

  footer .footer--content p {
    width: 60%;
  }

  .footer--menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: left;
  }

  .footer--menu li {
    margin-left: 15px;
  }

  .footer--menu li:first-child {
    margin-left: 0;
  }

  .footer--content .newsletter input {
    margin: 5px 10px;
  }

  .contact-form form input {
    width: 50%;
  }

  footer {
    padding-top: 80px;
    -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
  }

  footer .footer--content p {
    width: 60%;
  }

  .footer--menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: left;
  }

  .footer--menu li {
    margin-left: 15px;
  }

  .footer--menu li:first-child {
    margin-left: 0;
  }

  .footer--content .newsletter input {
    margin: 5px 10px;
  }

  .recipe--content .recipe--content-left {
    width: calc(45% - 50px);
  }

  .recipe--content .recipe--content-right {
    width: calc(55% - 50px);
    padding-top: 0;
  }

  .recipe--content .recipe--content-right img {
    max-height: 700px;
  }

  .recipes--main-cards .recipes--top-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .recipes--main-cards .recipes--top-cards a .recipes--card-different {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-row: auto / span 2;
  }

  .recipes--main-cards .recipes--top-cards a .recipes--card-different img {
    width: 100%;
    height: 50%;
  }

  .recipes--main-cards .recipes--top-cards a .recipes--card-different .card--content {
    height: 50%;
    width: 100%;
  }

  .main--stores .search--store {
    width: 400px;
  }

  .main--stores .stores .store--box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .main--stores .stores .store--box .location {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .main--stores .stores .store--box .schedule {
    margin: 0 20px;
  }

  .jobs--content .jobs--information {
    width: 70%;
  }

  .jobs--content .open--jobs .position h3 {
    width: auto;
    padding-right: 100px;
    font-size: 2rem;
  }

  form {
    width: 400px;
  }

  .products--category .category .category--box .tape {
    font-size: 1.5rem;
    padding: 9px;
  }

  .products--category .category .category--box .tape.top--right {
    top: 70px;
  }

  .products--category .category .category--box .tape.bottom--left {
    bottom: 30px;
  }

  .products--category .category {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .products--category .category .category--box {
    margin-bottom: 0;
  }

  .main--video .video--content {
    width: 65%;
  }

  .content {
    text-align: left;
  }

  .content .content--heading h2 {
    font-size: 2rem;
  }

  .content .content--text {
    position: unset;
  }

  .main--slider .overlay .overlay--text h1 {
    font-size: 3rem;
  }

  .main--slider .overlay .overlay--text img {
    max-width: 300px;
  }

  .wrapper {
    height: 99px;
  }
}

@media (min-width: 992px) {
  .heading {
    font-size: 1.2rem;
  }

  .wrap {
    max-width: var(--wrap-width-lg);
  }

  .header .logo {
    margin: 20px 0 20px 90px;
  }

  .header .menu--right .search {
    width: 300px;
    border-radius: 25px;
    padding: 5px 10px;
  }

  .header .menu--right .search input {
    display: block;
  }

  .header .menu--right {
    margin-right: 90px;
  }

  .header.header--smaller .logo {
    margin: 10px 0 10px 90px;
  }

  .header.header--smaller .logo img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }

  .footer--menu li {
    margin-left: 30px;
  }

  .footer--menu li {
    margin-left: 30px;
  }

  .recipes--bottom-cards a {
    width: calc(25% - 15px);
  }

  .products--category {
    padding: 60px 0 30px 0;
  }

  .content .content--heading h2 {
    font-size: 2.5rem;
  }

  .main--slider > img {
    right: 50px;
    bottom: -70px;
    width: 200px;
  }
}

@media (min-width: 1200px) {
  .wrap {
    max-width: var(--wrap-width-xl);
  }

  .blog a {
    width: calc(50% - 70px);
  }

  .contact-form form {
    width: 70%;
  }

  .main--video .video-slider {
    height: 700px;
  }
}

@media only screen and (min-width: 1640px) {
  .wrap.remove-gutter-left {
    padding: 0;
    max-width: none;
    width: calc(50% + 720px);
    left: 0;
  }

  .wrap.remove-gutter-left .cll-col {
    margin-left: 0 !important;
    max-width: 100% !important;
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
  }
}

@media (min-width: 1800px) {
  .header ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header .menu--right .burger-menu {
    display: none;
  }
}

@media (max-width: 992px) {
  .container {
    padding-left: 6%;
    padding-right: 6%;
  }
}

@media (orientation: landscape) and (max-width: 992px) {
  .main--slider {
    height: calc(150vh - 115px);
  }
}

@media (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .flex.wrap .cll-col {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .flex .cll-col {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .header .logo img {
    max-width: 100px;
  }

  .product .product--info p {
    font-size: 1rem;
  }

  .product .product--info h3 {
    font-size: 1.5rem;
  }

  .footer--content .newsletter input,
  .footer--content .newsletter button {
    width: 285px;
  }

  .footer--content .newsletter input,
  .footer--content .newsletter button {
    width: 285px;
  }

  .content .content--text {
    padding-top: 30px;
  }

  .content .content--text::before {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

@supports (padding: 0px) {
    .fancybox-caption {
      padding-left: 25px;
      padding-right: 25px;
    }
}
}

@media (hover: hover) {
  .button:hover::after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }

  .header ul li a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }

  .main--filters .filter:hover h3 {
    background-color: var(--light-orange);
  }

  .blog a .blog--box:hover::before {
    width: 100%;
  }

  footer .social--media li:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }

  .footer--menu li a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }

  .footer--content .newsletter button:hover {
    background-color: var(--light-orange);
  }

  .contact-form form button:hover {
    opacity: 0.9;
  }

  footer .social--media li:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }

  .footer--menu li a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }

  .footer--content .newsletter button:hover {
    background-color: var(--light-orange);
  }

  .main--stores .stores .store--box .location:hover {
    color: var(--white);
    background-color: var(--light-orange);
  }

  .jobs--content .open--jobs .position .location-and-apply h4:hover {
    background-color: var(--white);
    color: var(--orange);
  }

  form button:hover {
    opacity: 0.8;
  }

  .main--video .video-slider .swiper-slide .video-button:hover {
    border-color: var(--orange);
    color: var(--orange);
  }
}

/*Lorena*/


.contact-form form input {
  width: 70%;
  height: 40px;
  padding: 0 10px;
  border-radius: 5px;
  font-family: var(--font-family-base);
  border: 1px solid #a1a1a1;
  background-color: var(--white);
  margin-bottom: 20px;
  margin-top: 10px;
}

.contact-form form textarea {
  height: 150px;
  margin-top: 10px;
}

.contact-form form button {
  width: auto;
  font-size: 1rem;
}

.recipes--main-cards .recipe--content {
	justify-content: center;
}

.blog--article .blog--article-title::before {
	 background-color: var(--dark-orange);
}

.main--stores {
	padding-top: 50px;
	padding-bottom: 50px;
}

.recipe--content  {
	padding-top: 50px;
	padding-bottom: 50px;
}

.blog--article {
	width: 100%;
}

.blog--article img {
	width: 100%;
	object-fit: cover;
}

.blog--article .blog--article-title h2 {
	font-size: 2rem;
}

.mobile-menu {
	margin-top: unset;
	height: 100vh;
}

.mobile-menu ul {
	margin-top: unset;
}

.search--mobile {
	top: 85px;
	transition: top 0.3s ease; 
}

.product-section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.product-section .product img {
	object-fit: contain;
} 

.main--booklets {
	margin-bottom: 60px;
}

.main--slider .swiper-slide img {
	object-position: top;
}

.jobs {
	margin-bottom: 50px;
}

.form--application {
	padding-top: unset;
	margin-bottom: 50px;
}

.jobs--content {
	padding-top: unset;
	margin-bottom: 50px;
}

@media(min-width: 992px) {
	.contact-form form {
		width: 100%;
	}
	
	.contact-form form button {
		font-size: 1.2rem;
	}
	
	.header .menu--right .search {
		width: 200px;
	}

  .blog{
    padding-top: 180px;
    padding-bottom: 100px;
  }
	
	.blog--article img {
		width: 100%;
	}
	
	.blog--article .blog--article-title h2 {
		font-size: 3rem;
	}
	
	.jobs {
		margin-bottom: 100px;
	}
	
	.form--application {
		margin-bottom: 80px;
	}
	
	.jobs--content {
		margin-bottom: 100px;
	}
	
	.product-section {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}


@media (min-width: 1199px) {
	.header .menu--right .burger-menu {
		display: none;
	}
}

@media (min-width: 1200px) {
	.header .logo {
		margin: 20px 0 20px 20px;
	}
	
	.header ul {
		display: flex;
		margin: 0 0px;
	}

  .header ul li{
    margin: 0 7px;
  }
	
	.header ul li a {
		font-size: 1rem;
	}
	
	.header .menu--right {
		margin-right: 30px;
	}
}

@media (min-width: 1400px) {
	.header .logo {
		margin: 20px 0 20px 80px;
	}
	
	/*.header ul {
		display: flex;
		margin: 0 90px;
	}*/
	
	
	.header ul li a {
		font-size: 1.2rem;
	}
	
	.header .menu--right .search {
		width: 250px;
	}
	
	.header .menu--right {
		margin-right: 24px;
	}
	/*new changes start*/
	.header ul {
		display: flex;
		margin: 0 0px;
	}
	
	/*new changes end*/
}

/*Lorena 12/09/2023*/

.aktualitete {
  background-color: var(--white);
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

.pagination span, 
.pagination a {
  margin: 0 5px;
  font-family: var(--font-family-base-third);
  font-size: 1.1rem;
  border: 1px solid var(--black);
  padding: 10px 15px;
  transition: 0.5s ease;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination span, 
.pagination a:hover {
  background-color: var(--light-orange);
  border: unset;
  color: var(--white);
}

.pagination .page-numbers.current {
  background-color: var(--light-orange);
  color: var(--white);
  border: unset;
}

form label.file {
  background-color: unset;
}

.wpcf7 input[type="file"] {
  padding: 7px;
  margin-top: 20px;
}

.main--filters {
  width: 100%;
}

.main--products {
  width: 100%;
}

.filter h3 a {
  width: 100%;
  display: block;
}

.jobs--content .jobs--information {
  margin-bottom: 30px;
}

.products--category .category .category--box.full--width {
  display: block;
  cursor: pointer;
}


.products--category .category .category--box > img {
  height: 500px;
}

.sub-catgories {
  display: none;
  flex-direction: column;
  width: 100%;
  position: relative;
  height: 100%;

}

.sub-category {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  height: 200px;
}

.sub-category img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.sub-category--info {
  position: relative;
  top: 50%;
  background-color: var(--orange);
  color: var(--white);
  padding: 10px 20px;
  width: 50%;
}

.sub-category--info p {
  font-size: 24px;
  font-family: var(--font-family-base);
}

.sub-category--prices {
  display: flex;
  position: relative;
  bottom: -18px;
}

.sub-category--prices h3 {
  background-color: var(--grey);
  padding: 5px;
  font-size: 1.5rem;
}

.sub-category--prices span {
  padding-left: 10px;
  font-family: var(--font-family-base);
  position: relative;
}

.sub-category--prices span::before{
  content: '';
  position: absolute;
  width: calc(100% + 10px);
  height: 1px;
  background-color: var(--dark-black);
  top: 50%;
  left: -5px;
  -webkit-transform: translateY(50%) rotate(-20deg);
          transform: translateY(50%) rotate(-20deg);
  border-radius: 5px;
}


@media(min-width: 768px) {
  .product-filter {
    margin: 0 20px 20px;
    width: calc(25% - 15px) !important;
  } 

  .product.home-product {
   height: calc(350px - 50px);
  }

  .product.home-product  img {
    max-width: 100%;
    object-fit: cover !important;
    height: 80%;
    width: 100%;
    margin: 5px 0 10px;
  }

  .sub-category {
    width: calc(33% - 10px);
    height: 250px;
  }

  /* .products--category .category {
    display: block;
  } */

  .sub-category--inner {
    display: flex;
    justify-content: space-between;
  }

  .sub-catgories {
    width: 32%;
  }

  .sub-category {
    width: calc(100% - 5px);
  }

  .sub-category--info {
    width: 70%;
    top: 55%;
  }

  .sub-category--prices h3 {
    font-size: 1.75rem;
  }

}

@media(min-width: 992px) {
  .product-filter {
    margin: 5px 20px !important;
    width: 16% !important;
  }
}


/* Edon latest */

.category-banner {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}

.category-banner img {
  width: 100%;
  height: auto;
  aspect-ratio: 1331/449;
  object-fit: cover;
  object-position: center center;
}

.category-products {
  display: flex;
  flex-direction: unset;
    flex-wrap: wrap;
  position: relative;
  height: 100%;
}

.category-product {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  aspect-ratio: unset;
  height: 200px;
  object-fit: cover;
  object-position: center center;

}

.category-product:nth-child(3n+1) { margin-left: 0; }

.category-product img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.category-product--info {
  background-color: #f7941d;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 10px 15px;
}

.category-product--info h3{font-size: 23px;}

/* .category-product--info h3 { margin-bottom: 30px; } */

.category-product--price {
  /* background-color: #736d7a;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  font-family: (--font-family-base);
  font-size: 30px;
  position: absolute;
  bottom: -40px;
  padding: 10px; */
  display: flex;
  margin-bottom: -20px;
  margin-top: 10px;
}

.category-product--price-real {
  background-color: #736d7a;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 10px 10px 5px 10px ;
  font-family: var(--font-family-base-third);
  font-size: 23px;
  letter-spacing: 0.05em;
}

.category-product--price-sale{
  position: relative;
  font-family: var(--font-family-base-third);
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.01em;
  padding:0 10px;
  margin: 0 5px;
}

.category-product--price-sale::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--grey);
  transform: rotate(-15deg);
  top: 20%;
  left: 0;

}


.product--list-wrapper {
  display: none;
}

.product--list-wrapper.active {
  display: block;
}

.category-banner .tape {
	position: absolute;
	top: 20px;
	left: 0;
	background-color: var(--orange);
	font-family: var(--font-family-base-third);
	color: var(--white);
	padding: 10px;
	font-size: 1.6rem;
}

@media(min-width:576px){
  .category-product{
    width: calc(50% - 20px);
  }
  
  .category-product:nth-child(even){
    margin-left: 30px;
  }
}

@media(min-width:768PX){
  .category-product{
    height: auto;
    aspect-ratio: 430/390;
  }
}

@media(min-width:1200px){
  .category-product--info h3{
    font-size: 30px;
  }
  
  .category-product--price-real {
    font-size: 30px;
  }

  .category-product--price-sale {
    font-size: 23px;
  }

  .category-product{
    width: calc(33.33% - 20px);
    margin-left: 30px;
  }

  .category-product:nth-child(3n+1) { margin-left: 0; }
}