@charset "UTF-8";
:root {
  --shadow-xs: 0 0.1px 0.3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
  --shadow-sm: 0 0.3px 0.4px rgba(0, 0, 0, 0.025), 0 0.9px 1.5px rgba(0, 0, 0, 0.05), 0 3.5px 6px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 1.2px 1.9px -1px rgba(0, 0, 0, 0.014), 0 3.3px 5.3px -1px rgba(0, 0, 0, 0.038), 0 8.5px 12.7px -1px rgba(0, 0, 0, 0.085), 0 30px 42px -1px rgba(0, 0, 0, 0.15);
  --shadow-xl: 0 1.5px 2.1px -6px rgba(0, 0, 0, 0.012), 0 3.6px 5.2px -6px rgba(0, 0, 0, 0.035), 0 7.3px 10.6px -6px rgba(0, 0, 0, 0.07), 0 16.2px 21.9px -6px rgba(0, 0, 0, 0.117), 0 46px 60px -6px rgba(0, 0, 0, 0.2);
  --margin-bottom: 100px;
  --padding-right: 64px;
  --padding-left: 64px;
  --top-height: 104px;
  --yellow-300: var(--wp--preset--color--yellow-300);
  --orange-600: var(--wp--preset--color--orange-600);
  --orange-800: var(--wp--preset--color--orange-800);
  --red-700: var(--wp--preset--color--red-700);
  --red-800: var(--wp--preset--color--red-800);
  --green-600: var(--wp--preset--color--green-600);
  --green-800: var(--wp--preset--color--green-800);
  --teal-600: var(--wp--preset--color--teal-600);
  --teal-800: var(--wp--preset--color--teal-800);
  --blue-100: var(--wp--preset--color--blue-100);
  --blue-500: var(--wp--preset--color--blue-500);
  --blue-600: var(--wp--preset--color--blue-600);
  --blue-800: var(--wp--preset--color--blue-800);
  --indigo-600: var(--wp--preset--color--indigo-600);
  --indigo-800: var(--wp--preset--color--indigo-800);
}
@media (max-width: 1480px) {
  :root {
    --padding-right: 64px;
    --padding-left: 64px;
  }
}
@media (max-width: 1280px) {
  :root {
    --margin-bottom: 88px;
    --padding-right: 40px;
    --padding-left: 40px;
  }
}
@media (max-width: 1024px) {
  :root {
    --margin-bottom: 72px;
    --padding-right: 24px;
    --padding-left: 24px;
    --top-height: 80px;
  }
}
@media (max-width: 768px) {
  :root {
    --padding-right: 10px;
    --padding-left: 10px;
    --margin-bottom: 64px;
    --top-height: 64px;
  }
}

/*===================================
=            Reset style            =
===================================*/
* {
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  min-height: 100vh;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  font-family: "forma-djr-deck", Arial, Helvetica, sans-serif;
  color: #000000;
  position: relative;
  letter-spacing: 0.02em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  font-family: "forma-djr-deck", Arial, Helvetica, sans-serif;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border-style: none;
  padding: 0;
  border: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a,
ins,
del {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

q:after,
q:before {
  content: "";
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

:focus {
  outline: 0;
}

blockquote,
q {
  quotes: "" "";
}

.clear {
  clear: both;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

/* Headings */
* + address,
* + dl,
* + fieldset,
* + figure,
* + ol,
* + p,
* + pre,
* + ul {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "forma-djr-deck", Arial, Helvetica, sans-serif !important;
  font-weight: 900;
  color: #000000;
  text-wrap: balance;
  line-height: 1.2;
  letter-spacing: 0;
}

h1 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: calc(32px + 16 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  line-height: 1;
}
h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: calc(24px + 8 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 23px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: calc(23px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  h3 {
    font-size: 27px;
  }
}

h4 {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: calc(21px + 3 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: calc(18px + 2 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: calc(16px + 3 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  h6 {
    font-size: 19px;
  }
}

/* Anchors */
/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: none;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/* Lists */
ul {
  list-style: outside disc;
}

ol {
  list-style: outside decimal;
}

/* Quotes */
blockquote {
  font-style: italic;
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::-webkit-selection {
  background: #000;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

/* For modern browsers - clearfix for floating elements */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/*
Box sizing - http://css-tricks.com/box-sizing/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*/
a:focus-visible,
button:focus-visible {
  outline: 2px solid blue;
  outline-offset: 2px;
}

/*-----  End of Reset style  ------*/
/* open-sans-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/open-sans-v40-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/open-sans-v40-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lora-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/lora-v35-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.container,
.container-flex {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: var(--padding-left);
  padding-right: var(--padding-right);
}

.container-flex {
  display: flex;
}

@font-face {
  font-display: swap;
}
#wrap {
  display: block;
  position: relative;
  z-index: 100;
  padding-top: var(--top-height);
}
#wrap::after {
  content: "";
  display: block;
  clear: both;
  height: 80px;
  background: #fff;
  position: relative;
  z-index: 999;
}

@media (max-width: 1024px) {
  body.about-page #wrap {
    padding-top: calc(var(--top-height) + 16px);
  }
}
.svg-icon {
  display: inline-block;
  width: inherit;
  height: inherit;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 24px;
  margin-bottom: 48px;
}
.section-title h2 {
  margin-bottom: 5px;
}
.section-title h2 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .section-title h2 {
    font-size: calc(32px + 16 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .section-title h2 {
    font-size: 48px;
  }
}
.section-title p {
  max-width: 800px;
  line-height: 1.3;
  margin: 0;
}
.section-title p {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .section-title p {
    font-size: calc(19px + 5 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .section-title p {
    font-size: 24px;
  }
}

.top-fixed-wrapper {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  color: #000000;
  background-color: #f5f5f5;
  height: var(--top-height);
  width: 100%;
  z-index: 990;
}
.top-fixed-wrapper .container-flex {
  height: 100%;
  align-items: center;
}
.top-fixed-wrapper .logo {
  flex-basis: 0;
  flex-grow: 1;
}
.top-fixed-wrapper #nav {
  flex-basis: auto;
  flex-grow: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.top-fixed-wrapper #language {
  flex-basis: 0;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
.top-fixed-wrapper .main-menu {
  list-style: none;
  margin: 0;
  display: flex;
  gap: 56px;
}
.top-fixed-wrapper .main-menu a {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
  color: #000;
  letter-spacing: 0.1rem;
}
.top-fixed-wrapper .main-menu a:before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000000;
  top: calc(100% + 3px);
  left: 0;
  pointer-events: none;
  content: "";
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
.top-fixed-wrapper .main-menu a:hover {
  text-decoration: none;
}
.top-fixed-wrapper .main-menu a:hover:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.top-fixed-wrapper .main-menu .current a:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
.top-fixed-wrapper div.mod-languages ul.lang-block li {
  padding: 0;
}
.top-fixed-wrapper div.mod-languages a {
  display: block;
  padding: 0.5rem;
  text-decoration: none;
}
.top-fixed-wrapper div.mod-languages a:hover {
  text-decoration: underline;
}
.top-fixed-wrapper .mod-languages__select {
  font-size: 16px;
}
.top-fixed-wrapper .mod-languages__select .lang-btn {
  --font-size: 15px;
  --font-weight: 600;
  --min-height: 56px;
  --padding: 0;
  --border-radius: 1px;
  --svg: 12px;
  align-items: center;
  justify-content: center;
  border: 0 solid transparent;
  display: inline-flex;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  line-height: 1.5;
  min-height: var(--min-height);
  padding: var(--padding);
  text-align: center;
  transition-duration: 0.2s;
  transition-property: background-color, color, border-color;
  user-select: none;
  vertical-align: middle;
  position: relative;
  box-sizing: border-box;
  border-radius: 0;
  color: #000;
  background: none;
  gap: 0 12px;
}
.top-fixed-wrapper .mod-languages__select .lang-btn:focus {
  outline: none;
  border: 0;
}
.top-fixed-wrapper .mod-languages__select .lang-btn svg {
  width: var(--svg);
}
.top-fixed-wrapper .nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  transition-duration: 0.2s;
  transition-property: background-color, color, border-color;
  user-select: none;
  vertical-align: middle;
  position: relative;
  box-sizing: border-box;
  background: none;
  border: none;
  color: #000;
}
.top-fixed-wrapper .nav-toggle svg {
  width: 32px;
  height: 32px;
}
.top-fixed-wrapper .navbar-toggler {
  display: none;
}
@media (max-width: 1024px) {
  .top-fixed-wrapper .logo {
    height: 44px;
  }
  .top-fixed-wrapper .logo img {
    height: 44px;
    width: auto;
  }
  .top-fixed-wrapper #nav,
  .top-fixed-wrapper #language {
    display: none;
  }
  .top-fixed-wrapper .nav-toggle {
    display: flex;
  }
}
.home-header {
  display: block;
  position: relative;
  height: calc(100vh - 120px);
}
.home-header > .jpb-container-inner,
.home-header .jpb-row,
.home-header .jpb-row-column,
.home-header .jpb-column,
.home-header .jpb-column-addons {
  height: 100%;
}
.home-header .jpb-div-addon {
  text-align: center;
}
.home-header .jpb-addon-title {
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.32);
  max-width: 1200px;
}
.home-header .addon-root-advancedvideo {
  height: calc(100vh - 120px);
}
.home-header .addon-root-advancedvideo > div {
  height: 100%;
  height: 100%;
}
.home-header .addon-root-advancedvideo .ui-video {
  height: 100%;
}
.home-header .addon-root-advancedvideo .ui-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-header .cover-image .jpb-addon-single-image-container {
  height: calc(100vh - 120px);
}
.home-header .cover-image .jpb-addon-single-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-header .addon-root-image {
  display: block;
  position: relative;
  width: 100%;
}
.home-header .addon-root-image .jpb-addon-single-image-container {
  display: block;
  width: 100%;
}
.home-header .addon-root-image img {
  width: 100%;
}
.home-header .desc {
  position: absolute;
  padding: 0 64px 48px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  color: #fff;
}
.home-header .desc .addon-root-heading {
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .home-header .desc .addon-root-heading {
    margin-bottom: 10px;
  }
}
.home-header .desc h1 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}
.home-header .desc h1 {
  font-size: 48px;
}
@media screen and (min-width: 768px) {
  .home-header .desc h1 {
    font-size: calc(48px + 48 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .home-header .desc h1 {
    font-size: 96px;
  }
}
.home-header .desc .icon-list {
  list-style: none;
  margin: 0;
  display: flex;
  gap: 0 48px;
  white-space: nowrap;
  overflow-y: scroll;
}
.home-header .desc .icon-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  gap: 24px;
}
.home-header .desc .icon-list li img {
  height: 64px;
  width: auto;
}
.home-header .header-services {
  display: flex;
  gap: 0 48px;
  color: #fff;
  white-space: nowrap;
  overflow-y: scroll;
}
.home-header .header-services img {
  height: 64px;
  width: auto;
}
@media (max-width: 768px) {
  .home-header {
    height: 75vh;
  }
  .home-header > .jpb-container-inner,
  .home-header .jpb-row,
  .home-header .jpb-row-column,
  .home-header .jpb-column,
  .home-header .jpb-column-addons {
    height: 100%;
  }
  .home-header .addon-root-advancedvideo {
    height: 75vh;
  }
  .home-header .addon-root-advancedvideo > div {
    height: 100%;
    height: 100%;
  }
  .home-header .addon-root-advancedvideo .ui-video {
    height: 100%;
  }
  .home-header .addon-root-advancedvideo .ui-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-header .cover-image .jpb-addon-single-image-container {
    height: 75vh;
  }
  .home-header .cover-image .jpb-addon-single-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-header .desc {
    top: 0;
    display: flex !important;
    flex-direction: column-reverse;
    justify-content: space-between;
    padding: 24px;
  }
  .home-header .desc h1 {
    line-height: 1;
  }
  .home-header .desc .icon-list {
    gap: 0 36px;
  }
  .home-header .desc .icon-list li {
    gap: 18px;
  }
  .home-header .desc .icon-list li img {
    height: 48px;
    width: auto;
  }
  .home-header .header-services {
    gap: 0 36px;
  }
  .home-header .header-services img {
    height: 48px;
    width: auto;
  }
}
@media (max-width: 991px) {
  .home-header .desc {
    padding: 10px;
  }
}

.home-about {
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 48px;
}

.home-about-title {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.home-about-title .jpb-row {
  align-items: center;
  gap: 24px 0;
}
@media (max-width: 768px) {
  .home-about-title .jpb-row {
    flex-direction: column-reverse;
  }
}
.home-about-title h2 {
  line-height: 1.1;
  margin-bottom: 0;
}
.home-about-title h2 {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .home-about-title h2 {
    font-size: calc(30px + 18 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .home-about-title h2 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .home-about-title h2 {
    padding-right: 40px;
  }
}
.home-about-title img {
  width: 90%;
}

.home-about-desc {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
  gap: 24px 64px;
}
.home-about-desc {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .home-about-desc {
    font-size: calc(20px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .home-about-desc {
    font-size: 24px;
  }
}
.home-about-desc .addon-root-text-block {
  padding-right: 42px;
}

.parallax-img .jpb-addon-single-image-container {
  display: block;
}
.parallax-img img {
  width: 100%;
}

.home-photo {
  display: block;
}
.home-photo img {
  width: 100%;
}

.home-product-swiper .home-product-slide {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 32px 64px;
  align-items: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.home-product-swiper .home-product-slide .desc > :first-child:first-child {
  margin-block-start: 0;
}
.home-product-swiper .home-product-slide .desc > :last-child:last-child {
  margin-block-end: 0;
}
.home-product-swiper .home-product-slide .desc > * {
  margin-block-start: 16px;
  margin-block-end: 0;
}
.home-product-swiper .swiper-button-prev,
.home-product-swiper .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 100;
  top: 50%;
  margin-top: -40px;
  opacity: 0.2;
  transition: all 0.3s ease;
  cursor: pointer;
}
.home-product-swiper .swiper-button-prev svg,
.home-product-swiper .swiper-button-next svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
}
.home-product-swiper .swiper-button-prev:hover,
.home-product-swiper .swiper-button-next:hover {
  opacity: 1;
}
.home-product-swiper .swiper-button-prev {
  left: 10px;
}
.home-product-swiper .swiper-button-next {
  right: 10px;
}

.home-features-wrap {
  display: block;
  background: #000;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
}
@media (max-width: 991px) {
  .home-features-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.home-features-wrap .jpb-addon-header {
  text-align: center;
  margin-bottom: 48px;
}
.home-features-wrap .jpb-addon-title {
  color: #fff;
  margin-bottom: 0;
}
.home-features-wrap .jpb-addon-title {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .home-features-wrap .jpb-addon-title {
    font-size: calc(32px + 16 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .home-features-wrap .jpb-addon-title {
    font-size: 48px;
  }
}
.home-features-wrap .jpb-column-addons .addon-root-image {
  margin-block-start: 32px;
}
.home-features-wrap .jpb-column-addons .uk-grid-match > * > :not([class*=uk-width]) {
  margin: auto;
  max-width: 300px;
}
.home-features-wrap .jpb-column-addons .addon-root-button {
  margin-block-start: 48px;
}
.home-features-wrap .jpb-column-addons .addon-root-button .jpb-btn {
  --font-size: 24px;
  --font-weight: 600;
  --min-height: 69px;
  --padding: 8px 48px 12px;
  --border-radius: 1px;
  --svg: 16px;
  align-items: center;
  justify-content: center;
  border: 0 solid transparent;
  display: inline-flex;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  line-height: 1.5;
  min-height: var(--min-height);
  padding: var(--padding);
  text-align: center;
  transition-duration: 0.2s;
  transition-property: background-color, color, border-color;
  user-select: none;
  vertical-align: middle;
  position: relative;
  box-sizing: border-box;
  border-radius: 0;
  background: #fff;
  color: #000;
  gap: 0 16px;
  transform: scale(1);
  transition: 0.4s all;
  will-change: contents;
}
.home-features-wrap .jpb-column-addons .addon-root-button .jpb-btn:hover {
  transform: scale(1.04);
}
@media (max-width: 768px) {
  .home-features-wrap .jpb-column-addons .addon-root-button .jpb-btn {
    --padding: 12px 32px;
  }
}
.home-features-wrap .ui-grid {
  margin-bottom: 48px;
  text-align: center;
}
.home-features-wrap .ui-grid .ui-img {
  display: block;
  height: 48px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.home-features-wrap .ui-grid .ui-img img {
  height: 48px;
  width: auto;
}
.home-features-wrap .ui-grid .ui-title {
  color: #fff;
}
.home-features-wrap .ui-grid .ui-title {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .home-features-wrap .ui-grid .ui-title {
    font-size: calc(20px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .home-features-wrap .ui-grid .ui-title {
    font-size: 24px;
  }
}
.home-features-wrap .ui-grid p {
  line-height: 1.3;
  margin-bottom: 0;
}
.home-features-wrap .ui-grid p {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .home-features-wrap .ui-grid p {
    font-size: calc(20px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .home-features-wrap .ui-grid p {
    font-size: 24px;
  }
}
.home-features-wrap .ui-grid .ui-content.uk-margin-top {
  margin-top: 0 !important;
}
.home-features-wrap .ui-grid .box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1024px) {
  .home-features-wrap {
    padding-top: 40px;
    padding-bottom: 16px;
  }
}

.representative-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}
.representative-wrap .jpb-addon-single-image-container {
  display: block;
}
.representative-wrap .jpb-addon-single-image-container img {
  width: 100%;
}
.representative-wrap .desc {
  background-color: #f5f5f5;
  padding: 40px 32px;
}
.representative-wrap .desc .addon-root-heading {
  margin-bottom: 64px;
}
.representative-wrap .desc h2 {
  line-height: 1.1;
  margin-bottom: 64px;
}
.representative-wrap .desc h2 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .representative-wrap .desc h2 {
    font-size: calc(32px + 16 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .representative-wrap .desc h2 {
    font-size: 48px;
  }
}
.representative-wrap .desc p {
  margin-bottom: 0;
}
.representative-wrap .desc p {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .representative-wrap .desc p {
    font-size: calc(20px + 10 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .representative-wrap .desc p {
    font-size: 30px;
  }
}
.representative-wrap .desc p strong {
  font-weight: 600;
}
.representative-wrap .desc p a {
  color: inherit;
}
.representative-wrap .desc p a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .representative-wrap .desc {
    text-align: center;
    padding: 24px;
  }
  .representative-wrap .desc .addon-root-heading {
    margin-bottom: 24px;
    text-align: center;
  }
  .representative-wrap .desc .addon-root-heading .jpb-addon.jpb-addon-header {
    text-align: center !important;
  }
  .representative-wrap .desc h2 {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .representative-wrap {
    padding-top: 16px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .representative-wrap .jpb-addon-single-image-container {
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    padding: 20px 0 60px;
  }
}

.parallax-wrap {
  display: block;
  height: 100%;
  max-height: 470px;
  overflow: hidden;
}

.logos-wrap .tm-addon-title {
  text-align: center;
  margin-bottom: 64px;
  font-weight: 700;
}
.logos-wrap .tm-addon-title {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .logos-wrap .tm-addon-title {
    font-size: calc(30px + 18 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .logos-wrap .tm-addon-title {
    font-size: 48px;
  }
}
.logos-wrap .uk-grid {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  gap: 20px 40px;
}
.logos-wrap .uk-grid > * {
  padding: 0 !important;
  margin: 0 !important;
  width: calc((100% - 80px) / 3);
}
@media (max-width: 768px) {
  .logos-wrap .uk-grid {
    gap: 32px;
  }
  .logos-wrap .uk-grid > * {
    width: calc((100% - 64px) / 3);
  }
}
.logos-wrap .ui-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logos-wrap .ui-item .ui-image,
.logos-wrap .ui-item img {
  max-height: 100px;
  width: auto;
}
.logos-wrap .ui-item > *:not(img) {
  width: 100%;
  height: 100%;
}
.logos-wrap .ui-item > *:not(img) .uk-link-reset {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.recipes-swiper-wrap {
  padding-bottom: 0;
}

.products-slider {
  background: none !important;
}

@media (max-width: 575px) {
  .index .recipes-grid-item img {
    max-width: 170px;
  }
}
.index .recipes-grid-item .desc {
  background-color: #fff !important;
  margin-top: -40px;
}
@media (max-width: 575px) {
  .index .recipes-grid-item .desc {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .index .recipes-grid-item .desc {
    max-width: 300px;
    margin: auto;
  }
}

.footer-wrapper {
  background-color: #f5f5f5;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 14px;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .footer-wrapper {
    text-align: center;
  }
}
.footer-wrapper .container-flex {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-wrapper .left-side {
  display: flex;
  height: 100%;
  gap: 0 64px;
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .footer-wrapper .left-side {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.footer-wrapper .left-side .logo {
  flex: 0 1 auto;
  height: 50px;
}
@media (max-width: 767px) {
  .footer-wrapper .left-side .logo {
    margin-bottom: 20px;
    flex: 0 0 100%;
    justify-content: center;
  }
}
.footer-wrapper .left-side .logo img {
  height: 50px;
  width: auto;
}
.footer-wrapper .left-side p {
  margin-bottom: 0;
  line-height: 1.3;
}
.footer-wrapper .left-side p a {
  color: inherit;
}
.footer-wrapper .left-side p a:hover {
  text-decoration: underline;
}
.footer-wrapper .right-side {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 0 64px;
}
@media (max-width: 767px) {
  .footer-wrapper .right-side {
    width: 100%;
  }
}
.footer-wrapper .right-side p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer-wrapper .right-side .container {
    padding: 0;
  }
}
.footer-wrapper .right-side .social {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0 24px;
}
@media (max-width: 767px) {
  .footer-wrapper .right-side .social {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.footer-wrapper .right-side .social li:first-child {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .footer-wrapper .right-side .social li:first-child {
    order: 9;
    margin: 20px 0 0;
    flex: 0 0 100%;
  }
}
.footer-wrapper .right-side .social a {
  color: #000;
}
.footer-wrapper .right-side .social a:hover {
  text-decoration: underline;
}
.footer-wrapper .right-side .social a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #000;
  border-radius: 3px;
  color: #fff;
  padding: 0;
}
.footer-wrapper .right-side .social a.nav-link img {
  height: 22px;
  width: 22px;
}

.page-title {
  --padding: 48px;
  display: block;
  text-align: center;
  padding: var(--padding) 0;
}
.page-title h1 {
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .page-title h1 {
    font-size: calc(40px + 20 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .page-title h1 {
    font-size: 60px;
  }
}
@media (max-width: 1366px) {
  .page-title {
    --padding: 40px;
  }
}
@media (max-width: 1024px) {
  .page-title {
    --padding: 32px;
  }
}

.article-content {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: 900px;
  line-height: 1.45;
  margin-bottom: 64px;
}
.article-content {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .article-content {
    font-size: calc(16px + 3 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .article-content {
    font-size: 19px;
  }
}
.article-content > p a {
  text-decoration: underline;
}
.article-content ol,
.article-content ul {
  padding-left: 24px;
}

.article-content > :first-child:first-child {
  margin-block-start: 0;
}

.article-content > :last-child:last-child {
  margin-block-end: 0;
}

.article-content > * {
  margin-block-start: 20px;
  margin-block-end: 0;
}

.com-content-category-blog > .page-header {
  padding-top: 0;
  padding-bottom: 40px;
}
.com-content-category-blog > .page-header h1 {
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.com-content-category-blog > .page-header h1 {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .com-content-category-blog > .page-header h1 {
    font-size: calc(30px + 18 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .com-content-category-blog > .page-header h1 {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .com-content-category-blog > .page-header {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .com-content-category-blog > .page-header {
    padding-top: 40px;
    padding-bottom: 18px;
  }
}
.com-content-category-blog .category-desc {
  padding-bottom: 60px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.com-content-category-blog .category-desc {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .com-content-category-blog .category-desc {
    font-size: calc(20px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .com-content-category-blog .category-desc {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .com-content-category-blog .category-desc {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .com-content-category-blog .category-desc {
    padding-bottom: 40px;
  }
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 40px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .products-grid {
    gap: 0;
  }
}
.products-grid__item {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: #fff;
  transition: all 0.3s ease;
}
.products-grid__item .image-list-product {
  position: relative;
  flex: 0 1 auto;
}
.products-grid__item .image-list-product .item-image {
  position: relative;
  z-index: 10;
  transition: 0.4s all;
  background: white;
}
.products-grid__item .image-list-product .hover-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.products-grid__item .image-list-product .hover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-grid__item .item-image {
  display: flex;
  aspect-ratio: 1;
  padding: 32px;
}
.products-grid__item .item-content {
  flex: 1 1 auto;
  padding: 0 16px 124px;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
  flex-direction: column;
}
.products-grid__item .item-content .page-header {
  margin-bottom: 10px;
  flex: 1 1 auto;
}
.products-grid__item .item-content h2 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.products-grid__item .item-content h2 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .products-grid__item .item-content h2 {
    font-size: calc(24px + 0 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .products-grid__item .item-content h2 {
    font-size: 24px;
  }
}
.products-grid__item .item-content .excerpt {
  flex: 0 1 auto;
  max-width: 300px;
  margin: auto;
}
.products-grid__item .item-content .tasty {
  margin: 0 0 5px;
}
.products-grid__item .item-content .button-wrap {
  position: absolute;
  left: 16px;
  bottom: 40px;
  right: 16px;
  z-index: 10;
}
.products-grid__item .btn {
  --min-height: 44px;
  --padding: 8px 40px 11px;
}
@media (min-width: 1024px) {
  .products-grid__item:hover {
    background-color: #f5f5f5;
    transform: scale(1.07);
  }
  .products-grid__item:hover .image-list-product .item-image {
    opacity: 0;
  }
  .products-grid__item:hover .image-list-product .hover-image {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .products-grid__item {
    gap: 0;
  }
  .products-grid__item .item-image {
    padding: 52px;
  }
  .products-grid__item .item-content {
    padding-bottom: 0;
    gap: 8px;
  }
  .products-grid__item .item-content .button-wrap {
    margin-block-start: 20px;
    position: static;
  }
}
@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.products {
  overflow-x: hidden;
}

.rf-card.is-entering {
  animation: rfFadeInUp 0.4s ease var(--rf-delay, 0s) both;
}

@keyframes rfFadeInUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.single-product-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 48px;
}
.single-product-meta .desc {
  padding-top: 25px;
}
.single-product-meta .desc > h1 {
  margin-bottom: 12px;
}
.single-product-meta .desc > h1 {
  font-size: 36px;
}
@media screen and (min-width: 768px) {
  .single-product-meta .desc > h1 {
    font-size: calc(36px + 12 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .single-product-meta .desc > h1 {
    font-size: 48px;
  }
}
.single-product-meta .desc p.spicy {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .single-product-meta .desc p.spicy {
    font-size: calc(20px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .single-product-meta .desc p.spicy {
    font-size: 24px;
  }
}
.single-product-meta .desc .product-image {
  margin-block-start: 8px;
  width: 100%;
  max-width: 360px;
}
.single-product-meta .desc h2 {
  margin-block-start: 48px;
}
.single-product-meta .desc h2 {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .single-product-meta .desc h2 {
    font-size: calc(20px + 12 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .single-product-meta .desc h2 {
    font-size: 32px;
  }
}
.single-product-meta .desc .info {
  margin-block-start: 20px;
}
.single-product-meta .desc .info {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .single-product-meta .desc .info {
    font-size: calc(20px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .single-product-meta .desc .info {
    font-size: 24px;
  }
}
.single-product-meta .photo {
  position: relative;
}
.single-product-meta .photo .overlay-info {
  display: block;
  position: absolute;
  left: 0;
  top: 26px;
  background: #000;
  color: #fff;
  padding: 32px 20px 32px 24px;
  z-index: 20;
}
@media (max-width: 767px) {
  .single-product-meta .photo .overlay-info {
    min-width: unset;
  }
}
.single-product-meta .photo .overlay-info > p {
  font-size: 20px;
  margin-bottom: 20px;
}
.single-product-meta .photo .overlay-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 16px 0;
}
.single-product-meta .photo .overlay-info ul li {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.single-product-meta .photo .overlay-info ul li > div {
  width: 60px;
}
.single-product-meta .photo .overlay-info ul li img {
  flex: 0 0 auto;
  height: 45px;
  width: auto;
}
.single-product-meta .photo .overlay-info ul li p {
  margin-bottom: 0;
  font-size: 20px;
  min-width: 140px;
}
@media (max-width: 1480px) {
  .single-product-meta .photo .overlay-info {
    top: 40px;
  }
  .single-product-meta .photo .overlay-info > p {
    font-size: 19px;
  }
  .single-product-meta .photo .overlay-info ul li img {
    height: 48px;
  }
  .single-product-meta .photo .overlay-info ul li p {
    font-size: 19px;
    min-width: 120px;
  }
}
@media (max-width: 1280px) {
  .single-product-meta .photo .overlay-info {
    top: 32px;
  }
  .single-product-meta .photo .overlay-info > p {
    font-size: 17px;
  }
  .single-product-meta .photo .overlay-info ul li img {
    height: 40px;
  }
  .single-product-meta .photo .overlay-info ul li p {
    font-size: 17px;
    min-width: 110px;
  }
}
@media (max-width: 768px) {
  .single-product-meta .photo .overlay-info {
    padding: 20px;
  }
  .single-product-meta .photo .overlay-info ul {
    flex-direction: column;
  }
  .single-product-meta .photo .overlay-info ul li {
    min-width: auto;
  }
  .single-product-meta .photo .overlay-info ul li p {
    min-width: auto;
  }
}
.single-product-meta .photo > img {
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .single-product-meta {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    /* zamiast 1fr – pozwala się ścisnąć */
    min-width: 0;
    /* równie ważne przy Swiperze */
    overflow: hidden;
    margin-bottom: 64px;
  }
  .single-product-meta .desc {
    text-align: center;
    padding-left: 0;
  }
  .single-product-meta .desc h2 {
    margin-block-start: 20px;
  }
  .single-product-meta .desc .info {
    max-width: 100%;
  }
  .single-product-meta .photo {
    order: -1;
  }
  .single-product-meta .photo img {
    width: 100%;
  }
}

.single-product-info {
  display: block;
  background: #000;
  padding: 40px 0;
  color: #fff;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  overflow-x: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .single-product-info {
    padding: 24px;
  }
}
.single-product-info .single-product-info-btn button {
  display: flex;
  align-items: center;
  gap: 0 24px;
  width: 100%;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #fff;
  text-align: left;
}
.single-product-info .single-product-info-btn button img {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}
.single-product-info .single-product-info-btn button[aria-expanded=true] img {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .single-product-info .single-product-info-btn button {
    font-size: 20px;
  }
}
.single-product-info .single-product-info-collapse .cols {
  padding: 48px 44px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 180px;
}
.single-product-info .single-product-info-collapse .cols {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .single-product-info .single-product-info-collapse .cols {
    font-size: calc(19px + 5 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .single-product-info .single-product-info-collapse .cols {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .single-product-info .single-product-info-collapse .cols {
    gap: 24px 100px;
  }
}
@media (max-width: 1024px) {
  .single-product-info .single-product-info-collapse .cols {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .single-product-info .single-product-info-collapse .cols {
    padding: 24px 0 0 0;
  }
}
.single-product-info .single-product-info-collapse .package {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 64px;
  font-size: 16px;
}
.single-product-info .single-product-info-collapse .package img {
  width: 34px;
  height: auto;
}
.single-product-info .single-product-info-collapse .package img.box_icon {
  width: auto;
  margin: 6px;
  height: 29px;
}
.single-product-info .single-product-info-collapse .package p {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.single-product-info .single-product-info-collapse table {
  width: 100% !important;
  font-size: 16px;
}
.single-product-info .single-product-info-collapse table tbody tr:first-child td {
  font-weight: bold;
  border-bottom-width: 2px;
}
.single-product-info .single-product-info-collapse table td {
  padding: 12px;
  border-bottom: 1px solid #fff;
}
.single-product-info .collapse-hide {
  display: none !important;
}

.contact-page-wrap {
  display: grid;
  grid-template-columns: 1fr 546px;
  gap: 80px 80px;
  margin-left: auto;
  margin-right: auto;
}
.contact-page-wrap .col-info {
  font-size: 24px;
}
.contact-page-wrap .col-info h2 {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 35px;
}
.contact-page-wrap .col-info h2 {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .contact-page-wrap .col-info h2 {
    font-size: calc(30px + 18 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .contact-page-wrap .col-info h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .contact-page-wrap .col-info {
    font-size: 16px;
  }
}
.contact-page-wrap .col-form {
  padding: 56px;
  background: #F5F5F5;
}
@media (max-width: 1024px) {
  .contact-page-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-page-wrap .col-info {
    text-align: center;
  }
  .contact-page-wrap .col-form {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .contact-page-wrap .col-form {
    padding: 24px;
  }
}

.com-contact .page-header {
  padding-top: 0;
  padding-bottom: 80px;
}
.com-contact .page-header h1 {
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.com-contact .page-header h1 {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .com-contact .page-header h1 {
    font-size: calc(30px + 18 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .com-contact .page-header h1 {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .com-contact .page-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.control-label {
  margin-bottom: 6px;
}
.control-label label {
  display: flex;
  gap: 4px;
}
.control-label label .form-control-feedback {
  font-size: 15px;
  font-weight: bold;
  color: #e02424;
}

.contact-form legend,
.contact-form .control-label {
  display: none;
}
.contact-form .control-group {
  margin-top: 0;
  margin-bottom: 12px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  appearance: none;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px #f5f5f5;
}
.form-control:focus {
  background: #fff;
  box-shadow: inset 0 0 0 2px #F29F05, 0 0 0 4px rgba(242, 159, 5, 0.1);
  outline: 0;
}
.form-control.invalid {
  box-shadow: inset 0 0 0 2px #e02424, 0 0 0 4px rgba(224, 36, 36, 0.1);
}
@media (max-width: 768px) {
  .form-control {
    padding: 16px 12px;
    font-size: 18px;
  }
}

textarea.form-control {
  height: 220px;
}

.control-group .btn {
  --font-size: 24px;
  --font-weight: 600;
  --min-height: 70px;
  --padding: 10px 32px 12px;
  --border-radius: 2px;
  --svg: 20px;
  width: 100%;
}

.wpcf7 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px 16px;
}
.wpcf7 .grid .full {
  grid-column: 1/span 2;
}
@media (max-width: 768px) {
  .wpcf7 .grid {
    grid-template-columns: 1fr;
  }
  .wpcf7 .grid .full {
    grid-column: 1;
  }
}
.wpcf7 .grid .row > label {
  display: block;
  font-size: 15px;
  margin-bottom: 8px;
  padding-left: 16px;
}
.wpcf7 .grid input[type=text],
.wpcf7 .grid input[type=email],
.wpcf7 .grid select,
.wpcf7 .grid textarea {
  display: block;
  width: 100%;
  padding: 20px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  appearance: none;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px #e1e1e1;
}
.wpcf7 .grid input[type=text]:focus,
.wpcf7 .grid input[type=email]:focus,
.wpcf7 .grid select:focus,
.wpcf7 .grid textarea:focus {
  background: #fff;
  box-shadow: inset 0 0 0 2px #1c64f2, var(--shadow-sm);
  outline: 0;
}
.wpcf7 .grid input[type=text].wpcf7-not-valid,
.wpcf7 .grid input[type=email].wpcf7-not-valid,
.wpcf7 .grid select.wpcf7-not-valid,
.wpcf7 .grid textarea.wpcf7-not-valid {
  background: #fff url(images/warning-red.svg) right 12px center no-repeat;
  background-size: 14px 14px;
  box-shadow: inset 0 0 0 2px #e02424;
  outline: 0;
}
.wpcf7 .grid textarea {
  height: 120px;
  transition: all 0.3s ease;
}
.wpcf7 .grid textarea:focus {
  height: 200px;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda] {
  display: block;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda] input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda] .wpcf7-list-item-label {
  font-size: 13px;
  color: #000;
  line-height: 1.5;
  display: block;
  position: relative;
  padding-left: 34px;
  cursor: pointer;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda] .wpcf7-list-item-label a {
  color: inherit;
  text-decoration: underline;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda] .wpcf7-list-item-label:after {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda] .wpcf7-list-item-label:hover:after {
  background: #fff url(images/check-dark.svg) center no-repeat;
  background-size: 9px 9px;
}
.wpcf7 .wpcf7-form-control-wrap[data-name=zgoda] input:checked ~ .wpcf7-list-item-label:after {
  background: #23a04e url(images/check-white.svg) center no-repeat;
  border-color: #23a04e;
  background-size: 9px 9px;
}
.wpcf7 .last {
  display: flex;
  justify-content: flex-end;
}
.wpcf7-form.submitting .last button {
  text-indent: -9999px;
  background: #fff;
  border-color: #fff;
  padding: 0;
  position: relative;
}
.wpcf7-form.submitting .last button span {
  background: none;
  display: none;
  padding-left: 0;
}
.wpcf7-form.submitting .last button:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  animation: spin 0.5s infinite linear;
  border: 5px #f1f1f1 solid;
  border-left-color: #0BBF59;
  border-radius: 100%;
}
.wpcf7-form.submitting .last button:after {
  display: none;
}

#map {
  display: block;
  width: 100%;
  height: 600px;
  margin-bottom: 80px;
}

.recipes-page-header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .recipes-page-header {
    gap: 10px;
  }
}
.recipes-page-header .desc {
  padding: 40px 32px;
  background-color: #F5F5F5;
}
.recipes-page-header .desc {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .recipes-page-header .desc {
    font-size: calc(20px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .recipes-page-header .desc {
    font-size: 24px;
  }
}
.recipes-page-header .desc h1,
.recipes-page-header .desc h2 {
  line-height: 1;
}
.recipes-page-header .desc h1,
.recipes-page-header .desc h2 {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .recipes-page-header .desc h1,
  .recipes-page-header .desc h2 {
    font-size: calc(30px + 18 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .recipes-page-header .desc h1,
  .recipes-page-header .desc h2 {
    font-size: 48px;
  }
}
.recipes-page-header .desc p {
  line-height: 1.4;
}
.recipes-page-header .desc > :first-child:first-child {
  margin-block-start: 0;
}
.recipes-page-header .desc > :last-child:last-child {
  margin-block-end: 0;
}
.recipes-page-header .desc > * {
  margin-block-start: 32px;
  margin-block-end: 0;
}
@media (max-width: 1024px) {
  .recipes-page-header {
    grid-template-columns: repeat(1, 1fr);
  }
  .recipes-page-header .desc {
    padding: 32px 24px;
  }
}
@media (max-width: 768px) {
  .recipes-page-header .desc {
    padding: 20px 16px;
  }
}

.recipes-filters-wrap {
  padding-bottom: 0;
}
.recipes-filters-wrap > p {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 32px;
}
.recipes-filters-wrap > p {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .recipes-filters-wrap > p {
    font-size: calc(19px + 5 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .recipes-filters-wrap > p {
    font-size: 24px;
  }
}
.recipes-filters-wrap .category-desc {
  padding-top: 0px;
  padding-bottom: 36px;
  max-width: 650px;
}
.recipes-filters-wrap .inputs {
  display: grid;
  grid-template-columns: 2fr 1fr;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  gap: 24px;
  margin-bottom: -5px;
}
.recipes-filters-wrap .inputs input,
.recipes-filters-wrap .inputs select {
  display: block;
  width: 100%;
  padding: 13px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  background-color: #F5F5F5;
  background-clip: padding-box;
  border: none;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px #F5F5F5;
}
.recipes-filters-wrap .inputs input:focus,
.recipes-filters-wrap .inputs select:focus {
  background: #fff;
  box-shadow: inset 0 0 0 2px #F29F05, 0 0 0 4px rgba(242, 159, 5, 0.1);
  outline: 0;
}
.recipes-filters-wrap .inputs select {
  background-image: url(../images/arrow-down-black.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}
@media (max-width: 768px) {
  .recipes-filters-wrap .inputs {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .recipes-filters-wrap .inputs .input:first-child {
    grid-column: span 2;
  }
}
.recipes-filters-wrap .categories .icons {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 44px;
  white-space: nowrap;
}
.recipes-filters-wrap .categories .icons li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  gap: 8px;
  transition: all 0.3s ease;
  color: black;
}
.recipes-filters-wrap .categories .icons li a.is-active .icon {
  background-color: #faca15;
}
.recipes-filters-wrap .categories .icons li a:hover {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .recipes-filters-wrap .categories .icons li a:hover .icon {
    background-color: #faca15;
  }
}
.recipes-filters-wrap .categories .icons li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  transition: all 0.3s ease;
}
.recipes-filters-wrap .categories .icons li img {
  width: 24px;
  height: auto;
}
.recipes-filters-wrap .categories .icons li em {
  font-style: normal;
}
@media (max-width: 768px) {
  .recipes-filters-wrap .categories {
    overflow-x: scroll;
    padding-bottom: 10px;
    margin-bottom: -10px;
    overflow-y: hidden;
    margin-top: 20px;
  }
  .recipes-filters-wrap .categories .icons {
    justify-content: flex-start;
    gap: 0 32px;
  }
}

.recipes-swiper-wrap {
  padding-top: 64px;
  position: relative;
  background: #fff;
}
.recipes-swiper-wrap .swiper-button-prev,
.recipes-swiper-wrap .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 100;
  top: 50%;
  margin-top: -40px;
  opacity: 0.2;
  transition: all 0.3s ease;
  cursor: pointer;
}
.recipes-swiper-wrap .swiper-button-prev svg,
.recipes-swiper-wrap .swiper-button-next svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
}
.recipes-swiper-wrap .swiper-button-prev:hover,
.recipes-swiper-wrap .swiper-button-next:hover {
  opacity: 1;
}
@media (max-width: 1024px) {
  .recipes-swiper-wrap .swiper-button-prev,
  .recipes-swiper-wrap .swiper-button-next {
    display: none;
  }
}
.recipes-swiper-wrap .swiper-button-prev {
  left: 10px;
}
.recipes-swiper-wrap .swiper-button-next {
  right: 10px;
}
.recipes-swiper-wrap .swipe-icon {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}
@media (max-width: 768px) {
  .recipes-swiper-wrap .swipe-icon {
    display: block;
  }
}

.recipes-grid-item {
  display: grid;
  grid-template-columns: 50% 50%;
  background: #f5f5f5;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.recipes-grid-item .item-image {
  display: block;
  width: 100%;
  height: 100%;
}
.recipes-grid-item .item-image a {
  display: block;
  height: 100%;
}
.recipes-grid-item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .recipes-grid-item .photo {
    text-align: center;
  }
}
.recipes-grid-item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  /* proporcja 1:1 */
}
.recipes-grid-item p {
  font-size: 24px;
  margin: 0 0 10px;
}
.recipes-grid-item .desc {
  padding: 37px 48px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background-color: #F5F5F5;
  justify-content: center;
}
.recipes-grid-item .icons {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 6px;
}
.recipes-grid-item .icons li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D9D9D9;
  border-radius: 50%;
  width: 46px;
  height: 46px;
}
.recipes-grid-item .icons li img {
  width: 24px;
  height: auto;
}
.recipes-grid-item h2 {
  margin: 0;
  text-transform: uppercase;
}
.recipes-grid-item h2 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .recipes-grid-item h2 {
    font-size: calc(32px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .recipes-grid-item h2 {
    font-size: 36px;
  }
}
.recipes-grid-item .btn {
  --min-height: 48px;
  --padding: 8px 64px;
}
.recipes-grid-item .rf-readmore {
  --min-height: 48px;
  --padding: 8px 0;
  max-width: 200px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .recipes-grid-item {
    grid-template-columns: repeat(1, 1fr);
  }
  .recipes-grid-item .desc {
    padding: 16px 18px;
    text-align: center;
  }
  .recipes-grid-item .desc h2 {
    font-size: 30px;
  }
  .recipes-grid-item .desc .icons {
    gap: 4px;
    justify-content: center;
  }
  .recipes-grid-item .desc .icons li {
    width: 56px;
    height: 56px;
  }
  .recipes-grid-item .desc .icons li img {
    width: 32px;
    height: auto;
  }
  .recipes-grid-item .desc .button-wrap {
    justify-content: center;
  }
  .recipes-grid-item .btn,
  .recipes-grid-item .rf-readmore {
    max-width: unset;
    margin: auto;
    --padding: 12px 36px;
  }
}

.recipes-grid .recipes-grid-item .desc {
  padding: 28px 32px;
  gap: 16px;
}
.recipes-grid .recipes-grid-item .icons {
  gap: 4px;
}
.recipes-grid .recipes-grid-item .icons li {
  width: 36px;
  height: 36px;
}
.recipes-grid .recipes-grid-item .icons li img {
  width: 22px;
  height: auto;
}
.recipes-grid .recipes-grid-item h2 {
  font-size: 24px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .recipes-grid .recipes-grid-item .desc {
    padding: 16px;
    text-align: center;
  }
  .recipes-grid .recipes-grid-item h2 {
    font-size: 30px;
  }
  .recipes-grid .recipes-grid-item .icons {
    gap: 4px;
    justify-content: center;
  }
  .recipes-grid .recipes-grid-item .icons li {
    width: 56px;
    height: 56px;
  }
  .recipes-grid .recipes-grid-item .icons li img {
    width: 32px;
    height: auto;
  }
  .recipes-grid .recipes-grid-item .button-wrap {
    justify-content: center;
  }
}

body.recipes .page-header {
  padding-top: 0;
}
@media (max-width: 767px) {
  body.recipes .page-header {
    padding: 28px 0;
  }
}
body.recipes .about-page-header .photo-wrap .jpb-addon-image-layout-content {
  background: none;
}
body.recipes .com-content-category-blog__items,
body.recipes .recipes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  body.recipes .com-content-category-blog__items,
  body.recipes .recipes-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  body.recipes .com-content-category-blog__items,
  body.recipes .recipes-grid {
    gap: 10px;
  }
}
body.recipes .rf-results.recipes-grid {
  margin-block-start: 60px;
}
body.recipes .com-content-category-blog__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #f5f5f5;
}
body.recipes .com-content-category-blog__item .item-image img {
  width: 100%;
}

.single-recipe-wrap {
  display: block;
  margin-block-start: 48px;
}
@media (max-width: 768px) {
  .single-recipe-wrap {
    margin-block-start: 16px;
  }
}

.single-recipe-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
  margin-bottom: 64px;
}
.single-recipe-meta .desc {
  padding: 40px 32px;
  background-color: #F5F5F5;
}
.single-recipe-meta .desc {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .single-recipe-meta .desc {
    font-size: calc(20px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .single-recipe-meta .desc {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .single-recipe-meta .desc {
    order: 1;
  }
}
.single-recipe-meta .desc h1,
.single-recipe-meta .desc h2 {
  margin-bottom: 8px;
  text-transform: uppercase;
}
.single-recipe-meta .desc h1,
.single-recipe-meta .desc h2 {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .single-recipe-meta .desc h1,
  .single-recipe-meta .desc h2 {
    font-size: calc(30px + 18 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .single-recipe-meta .desc h1,
  .single-recipe-meta .desc h2 {
    font-size: 48px;
  }
}
.single-recipe-meta .desc p {
  line-height: 1.4;
}
.single-recipe-meta .desc > :first-child:first-child {
  margin-block-start: 0;
}
.single-recipe-meta .desc > :last-child:last-child {
  margin-block-end: 0;
}
.single-recipe-meta .desc > * {
  margin-block-start: 32px;
  margin-block-end: 0;
}
.single-recipe-meta .photo {
  position: relative;
}
@media (max-width: 767px) {
  .single-recipe-meta .photo {
    order: 0;
  }
}
.single-recipe-meta .photo .icons {
  display: flex;
  gap: 16px;
  position: absolute;
  left: 24px;
  top: 44px;
  z-index: 20;
}
.single-recipe-meta .photo .icons div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D9D9D9;
  border-radius: 50%;
  width: 56px;
  height: 56px;
}
.single-recipe-meta .photo .icons div img {
  width: 32px;
  height: auto;
}
.single-recipe-meta .photo > img {
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .single-recipe-meta {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 40px;
  }
  .single-recipe-meta .desc {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .single-recipe-meta .desc {
    padding: 16px;
  }
  .single-recipe-meta .photo {
    position: relative;
  }
  .single-recipe-meta .photo .icons {
    left: 16px;
    top: 16px;
  }
}

.single-recipe-desc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.single-recipe-desc .single-recipe-col,
.single-recipe-desc .box {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .single-recipe-desc .single-recipe-col,
  .single-recipe-desc .box {
    font-size: calc(19px + 5 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .single-recipe-desc .single-recipe-col,
  .single-recipe-desc .box {
    font-size: 24px;
  }
}
.single-recipe-desc .single-recipe-col > :first-child:first-child,
.single-recipe-desc .box > :first-child:first-child {
  margin-block-start: 0;
}
.single-recipe-desc .single-recipe-col > :last-child:last-child,
.single-recipe-desc .box > :last-child:last-child {
  margin-block-end: 0;
}
.single-recipe-desc .single-recipe-col > *,
.single-recipe-desc .box > * {
  margin-block-start: 32px;
  margin-block-end: 0;
}
.single-recipe-desc h2 {
  font-weight: 600;
}
.single-recipe-desc h2 {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .single-recipe-desc h2 {
    font-size: calc(30px + 6 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .single-recipe-desc h2 {
    font-size: 36px;
  }
}
.single-recipe-desc ul,
.single-recipe-desc ol {
  padding-left: 24px;
}
.single-recipe-desc ul li:not(:last-child),
.single-recipe-desc ol li:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .single-recipe-desc {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 20px;
    padding-right: 20px;
  }
}

.about-page-header {
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
}
.about-page-header .desc {
  padding: 40px 32px;
  background-color: #F5F5F5;
  height: 100%;
}
.about-page-header .desc {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .about-page-header .desc {
    font-size: calc(20px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .about-page-header .desc {
    font-size: 24px;
  }
}
.about-page-header .desc .jpb-column-addons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-page-header .desc h1,
.about-page-header .desc h2 {
  margin-bottom: 0;
}
.about-page-header .desc h1,
.about-page-header .desc h2 {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .about-page-header .desc h1,
  .about-page-header .desc h2 {
    font-size: calc(30px + 18 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .about-page-header .desc h1,
  .about-page-header .desc h2 {
    font-size: 48px;
  }
}
.about-page-header .desc .addon-root-image {
  bottom: 20px;
  position: absolute;
  margin-top: auto;
  margin-bottom: 0;
  right: 40px;
}
.about-page-header .desc .addon-root-image .jpb-addon-content {
  display: flex;
  justify-content: flex-end;
}
.about-page-header .photo-wrap .jpb-addon-image-layout-content {
  bottom: 20px;
  left: 20px;
  margin: 0;
  max-width: 380px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.87);
  position: absolute;
}
@media (max-width: 768px) {
  .about-page-header .photo-wrap .jpb-addon-image-layout-content {
    padding: 12px;
    left: 12px;
    bottom: 12px;
    right: 12px;
  }
}
.about-page-header .photo-wrap .jpb-addon-image-layout-text {
  text-align: left;
}
.about-page-header .photo-wrap .jpb-addon-image-layout-text > p {
  text-align: left;
}
.about-page-header .photo-wrap .jpb-addon-image-layout-text > p:first-child {
  font-style: italic;
  margin-bottom: 20px;
}
.about-page-header .photo-wrap .jpb-addon-image-layout-text > p:first-child {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .about-page-header .photo-wrap .jpb-addon-image-layout-text > p:first-child {
    font-size: calc(16px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .about-page-header .photo-wrap .jpb-addon-image-layout-text > p:first-child {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .about-page-header .photo-wrap .jpb-addon-image-layout-text > p:first-child {
    margin-bottom: 40px;
  }
}
.about-page-header .photo-wrap .jpb-addon-image-layout-text > p:not(:first-child) {
  text-align: right;
  font-size: 16px;
}
.about-page-header .photo-wrap .jpb-addon-image-layout-text > p:last-child {
  font-size: 14px;
}
@media (max-width: 1280px) {
  .about-page-header .photo-wrap *:not(.jpb-addon-image-layout-content) {
    height: 100%;
  }
  .about-page-header .photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .about-page-header .jpb-row-column {
    padding-left: 0;
    padding-right: 0;
  }
  .about-page-header .desc {
    padding: 18px 12px;
  }
  .about-page-header .desc .addon-root-image {
    position: relative;
    margin-top: 80px;
    right: 10px;
    bottom: 0;
  }
}

.about-claim {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 100px;
}
.about-claim .jpb-addon-title p {
  margin-bottom: 0;
}
.about-claim .jpb-addon-title p {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .about-claim .jpb-addon-title p {
    font-size: calc(24px + 24 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .about-claim .jpb-addon-title p {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .about-claim {
    margin-bottom: 40px;
  }
}

.about-photos {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .about-photos {
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .about-photos {
    margin-bottom: 20px;
  }
}
.about-photos img {
  width: 100%;
}

.about-info {
  padding-bottom: 120px;
  padding-top: 64px;
}
.about-info .title {
  padding-bottom: 64px;
  text-align: center;
}
.about-info .desc {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.about-info .jpb-addon-title {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .about-info .jpb-addon-title {
    font-size: calc(30px + 18 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .about-info .jpb-addon-title {
    font-size: 48px;
  }
}
.about-info .jpb-addon-text-block .jpb-addon-content p {
  max-width: 450px;
}
.about-info .jpb-addon-text-block .jpb-addon-content p {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .about-info .jpb-addon-text-block .jpb-addon-content p {
    font-size: calc(20px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .about-info .jpb-addon-text-block .jpb-addon-content p {
    font-size: 24px;
  }
}
.about-info .jpb-addon-text-block .jpb-addon-content p:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .about-info {
    padding-top: 32px;
    padding-bottom: 64px;
  }
  .about-info .title {
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .about-info {
    padding-bottom: 24px;
  }
  .about-info .jpb-addon-text-block,
  .about-info .addon-root-text-block p {
    text-align: center !important;
  }
  .about-info .jpb-addon-text-block .jpb-addon-content p {
    margin-left: auto;
    margin-right: auto;
  }
  .about-info .desc .jpb-nested-row {
    gap: 40px 0;
  }
}

.about-company-info {
  padding-top: 48px;
  padding-bottom: 118px;
  background-color: #1d1d1b;
}
.about-company-info .addon-root-heading {
  margin-bottom: 24px;
}
.about-company-info .jpb-addon-header h2 {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .about-company-info .jpb-addon-header h2 {
    font-size: calc(30px + 18 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .about-company-info .jpb-addon-header h2 {
    font-size: 48px;
  }
}
.about-company-info .icons-grid {
  margin-bottom: 64px;
}
.about-company-info .icons-grid .uk-grid {
  margin: 0;
  gap: 24px;
}
.about-company-info .icons-grid .uk-grid > * {
  margin: 0;
  padding: 32px 24px 24px;
  text-align: center;
  color: #fff;
  min-width: 200px;
  box-sizing: border-box;
}
.about-company-info .icons-grid .uk-grid > * {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .about-company-info .icons-grid .uk-grid > * {
    font-size: calc(20px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .about-company-info .icons-grid .uk-grid > * {
    font-size: 24px;
  }
}
.about-company-info .company-info-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
@media (min-width: 1024px) {
  .about-company-info .company-info-text {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .about-company-info .company-info-text {
    max-width: 1100px;
  }
}
.about-company-info .company-info-text .jpb-nested-row {
  justify-content: space-between;
}
.about-company-info .company-info-text .jpb-nested-row .jpb-row-column:first-child {
  flex: 0 1 540px;
}
.about-company-info .company-info-text .jpb-nested-row .jpb-row-column:first-child {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .about-company-info .company-info-text .jpb-nested-row .jpb-row-column:first-child {
    font-size: calc(20px + 4 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .about-company-info .company-info-text .jpb-nested-row .jpb-row-column:first-child {
    font-size: 24px;
  }
}
.about-company-info .company-info-text .jpb-nested-row .jpb-row-column:first-child .jpb-addon-content p:not(:last-child) {
  margin-bottom: 1em;
}
.about-company-info .company-info-text .jpb-nested-row .jpb-row-column:last-child {
  flex: 0 1 432px;
}
@media (max-width: 1024px) {
  .about-company-info {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .about-company-info {
    padding-bottom: 0;
  }
  .about-company-info .icons-grid {
    margin-bottom: 32px;
  }
  .about-company-info .icons-grid .uk-grid {
    margin: 0;
    gap: 0;
  }
  .about-company-info .icons-grid .uk-grid > * {
    padding: 32px 0 24px;
    width: 50%;
    min-width: auto;
  }
  .about-company-info .icons-grid .uk-grid img {
    width: 66px;
    height: auto;
  }
  .about-company-info .company-info-text .jpb-nested-row {
    gap: 64px 0;
    text-align: center;
  }
  .about-company-info .company-info-text .jpb-nested-row p {
    text-align: center;
  }
}

.about-highlight {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #f5f5f5;
}
.about-highlight .addon-root-heading {
  margin-bottom: 48px;
}
.about-highlight p {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .about-highlight p {
    font-size: calc(20px + 28 * (100vw - 768px) / 672);
  }
}
@media screen and (min-width: 1440px) {
  .about-highlight p {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .about-highlight {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .about-highlight .addon-root-heading {
    margin-bottom: 24px;
  }
}

.jpb-btn {
  --font-size: 24px;
  --font-weight: 500;
  --min-height: 69px;
  --padding: 7px 48px 12px;
  --border-radius: 1px;
  --svg: 16px;
  align-items: center;
  justify-content: center;
  border: 0 solid transparent;
  display: inline-flex;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  line-height: 1.5;
  min-height: var(--min-height);
  padding: var(--padding);
  text-align: center;
  transition-duration: 0.2s;
  transition-property: background-color, color, border-color;
  user-select: none;
  vertical-align: middle;
  position: relative;
  box-sizing: border-box;
  border-radius: 0;
  background: #000;
  color: #fff;
  gap: 0 16px;
  border: 2px solid;
}
.jpb-btn:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid;
}
@media (max-width: 768px) {
  .jpb-btn {
    --font-size: 16px;
    --font-weight: 500;
    --min-height: 39px;
    --padding: 4px 24px;
    --border-radius: 1px;
    --svg: 16px;
  }
}

.button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 25px;
}
.button-wrap.center {
  justify-content: center;
}
.button-wrap.end {
  justify-content: flex-end;
  width: 100%;
}

:root :where(.wp-element-button, .wp-block-button__link),
.wp-block-button__link,
.btn,
.rf-readmore {
  --font-size: 15px;
  --font-weight: 600;
  --min-height: 56px;
  --padding: 12px 48px 12px;
  --border-radius: 1px;
  --svg: 16px;
  align-items: center;
  justify-content: center;
  border: 0 solid transparent;
  display: inline-flex;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  line-height: 1.5;
  min-height: var(--min-height);
  padding: var(--padding);
  text-align: center;
  transition-duration: 0.2s;
  transition-property: background-color, color, border-color;
  user-select: none;
  vertical-align: middle;
  position: relative;
  box-sizing: border-box;
  border-radius: var(--border-radius);
  color: #ffffff;
  background: #000;
  gap: 0 16px;
  border: 2px solid transparent;
}
:root :where(.wp-element-button, .wp-block-button__link) svg,
.wp-block-button__link svg,
.btn svg,
.rf-readmore svg {
  width: var(--svg);
  height: var(--svg);
  fill: currentColor;
}
:root :where(.wp-element-button, .wp-block-button__link):hover,
.wp-block-button__link:hover,
.btn:hover,
.rf-readmore:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid;
}
:root :where(.wp-element-button, .wp-block-button__link).bigger,
.wp-block-button__link.bigger,
.btn.bigger,
.rf-readmore.bigger {
  --font-size: 17px;
  --font-weight: 600;
  --min-height: 64px;
  --padding: 12px 32px;
  --border-radius: 2px;
  --svg: 20px;
}
:root :where(.wp-element-button, .wp-block-button__link).smaller,
.wp-block-button__link.smaller,
.btn.smaller,
.rf-readmore.smaller {
  --font-size: 14px;
  --font-weight: 600;
  --min-height: 48px;
  --padding: 12px 20px;
  --border-radius: 1px;
  --svg: 14px;
}
:root :where(.wp-element-button, .wp-block-button__link).small,
.wp-block-button__link.small,
.btn.small,
.rf-readmore.small {
  --font-size: 13px;
  --font-weight: 600;
  --min-height: 40px;
  --padding: 8px 16px;
  --border-radius: 1px;
  --svg: 12px;
}
:root :where(.wp-element-button, .wp-block-button__link).border,
.wp-block-button__link.border,
.btn.border,
.rf-readmore.border {
  background: #fff;
  border: 2px solid;
}

.wp-block-buttons.bigger .wp-block-button__link,
.wp-block-button.bigger .wp-block-button__link {
  --font-size: 17px;
  --font-weight: 600;
  --min-height: 64px;
  --padding: 12px 32px;
  --border-radius: 5px;
  --svg: 20px;
}
.wp-block-buttons.smaller .wp-block-button__link,
.wp-block-button.smaller .wp-block-button__link {
  --font-size: 14px;
  --font-weight: 600;
  --min-height: 48px;
  --padding: 12px 20px;
  --border-radius: 3px;
  --svg: 14px;
}
.wp-block-buttons.border .wp-block-button__link,
.wp-block-button.border .wp-block-button__link {
  background: #fff;
  border: 2px solid;
}
.wp-block-buttons.clear .wp-block-button__link,
.wp-block-button.clear .wp-block-button__link {
  background: none;
  color: #000;
}

#cc-main {
  background: transparent;
  color: var(--cc-primary-color);
  font-family: var(--cc-font-family);
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.15;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  position: fixed;
  z-index: var(--cc-z-index);
}

#cc-main :after,
#cc-main :before,
#cc-main a,
#cc-main button,
#cc-main div,
#cc-main h2,
#cc-main input,
#cc-main p,
#cc-main span {
  all: unset;
  box-sizing: border-box;
}

#cc-main .pm__badge,
#cc-main button {
  all: initial;
  box-sizing: border-box;
  color: unset;
  visibility: unset;
}

#cc-main .pm__badge,
#cc-main a,
#cc-main button,
#cc-main input {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  outline: revert;
  outline-offset: 2px;
  overflow: hidden;
}

#cc-main table,
#cc-main tbody,
#cc-main td,
#cc-main th,
#cc-main thead,
#cc-main tr {
  all: revert;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

:root {
  --cc-font-family: $base-font-family, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --cc-modal-border-radius: .2rem;
  --cc-btn-border-radius: .125rem;
  --cc-modal-transition-duration: .25s;
  --cc-link-color: var(--cc-btn-primary-bg);
  --cc-modal-margin: 1rem;
  --cc-z-index: 2147483647;
  --cc-bg: #fff;
  --cc-primary-color: #000;
  --cc-secondary-color: #333;
  --cc-btn-primary-bg: #0BBF59;
  --cc-btn-primary-color: #fff;
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #1F8C4E;
  --cc-btn-primary-hover-color: #fff;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #d4dae0;
  --cc-btn-secondary-hover-color: #000;
  --cc-btn-secondary-hover-border-color: #d4dae0;
  --cc-separator-border-color: #f0f4f7;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #667481;
  --cc-toggle-on-knob-bg: #fff;
  --cc-toggle-off-knob-bg: var(--cc-toggle-on-knob-bg);
  --cc-toggle-enabled-icon-color: var(--cc-bg);
  --cc-toggle-disabled-icon-color: var(--cc-bg);
  --cc-toggle-readonly-bg: #d5dee2;
  --cc-toggle-readonly-knob-bg: #fff;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: var(--cc-cookie-category-block-bg);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-border: #f0f4f7;
  --cc-cookie-category-block-hover-bg: #e9eff4;
  --cc-cookie-category-block-hover-border: #e9eff4;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: #dee4e9;
  --cc-overlay-bg: rgba(0, 0, 0, .65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: var(--cc-btn-secondary-bg);
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #e4eaed;
  --cc-pm-toggle-border-radius: 4em ;
}

#cc-main.cc--rtl {
  direction: rtl;
}

#cc-main .cm__title,
#cc-main a,
#cc-main b,
#cc-main em,
#cc-main strong {
  font-weight: 600;
}

#cc-main button > span {
  pointer-events: none;
}

#cc-main .cc__link,
#cc-main a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  font-weight: 600;
  position: relative;
  transition: background-size 0.25s, color 0.25s ease;
}

#cc-main .cc__link:hover,
#cc-main a:hover {
  background-size: 100% 1px;
  color: var(--cc-primary-color);
}

#cc-main .cc__link {
  color: var(--cc-link-color);
}

#cc-main .cm__desc,
#cc-main .pm__body {
  overscroll-behavior: auto contain;
  scrollbar-width: thin;
}

@media screen and (min-width: 640px) {
  #cc-main ::-webkit-scrollbar,
  #cc-main ::-webkit-scrollbar-thumb,
  #cc-main ::-webkit-scrollbar-track {
    all: revert;
  }
  #cc-main ::-webkit-scrollbar-thumb {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: var(--cc-toggle-readonly-bg);
    border: 0.25rem solid var(--cc-bg);
    border-radius: 1rem;
  }
  #cc-main ::-webkit-scrollbar-thumb:hover {
    background: var(--cc-toggle-off-bg);
  }
  #cc-main ::-webkit-scrollbar {
    background: transparent;
    width: 12px;
  }
}
html.disable--interaction.show--consent,
html.disable--interaction.show--consent body {
  height: auto !important;
  overflow: hidden !important;
}

@media (prefers-reduced-motion) {
  #cc-main {
    --cc-modal-transition-duration: 0s ;
  }
}
.cc--darkmode {
  --cc-bg: #161a1c;
  --cc-primary-color: #ebf3f6;
  --cc-secondary-color: #aebbc5;
  --cc-btn-primary-bg: #c2d0e0;
  --cc-btn-primary-color: var(--cc-bg);
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #98a7b6;
  --cc-btn-primary-hover-color: #000;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #242c31;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #353d43;
  --cc-btn-secondary-hover-color: #fff;
  --cc-btn-secondary-hover-border-color: var(--cc-btn-secondary-hover-bg);
  --cc-separator-border-color: #222a30;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #525f6b;
  --cc-toggle-on-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-off-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-enabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-disabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-readonly-bg: #343e45;
  --cc-toggle-readonly-knob-bg: #5f6b72;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: #1e2428;
  --cc-cookie-category-block-bg: #1e2428;
  --cc-cookie-category-block-border: var(--cc-section-category-border);
  --cc-cookie-category-block-hover-bg: #242c31;
  --cc-cookie-category-block-hover-border: #232a2f;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: var(--cc-toggle-readonly-bg);
  --cc-overlay-bg: rgba(0, 0, 0, .65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: #0c0e0f;
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #060809 ;
}

.cc--darkmode #cc-main {
  color-scheme: dark;
}

#cc-main .cm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: flex;
  flex-direction: column;
  max-width: 24em;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  transform: translateY(1.6em);
  visibility: hidden;
  z-index: 1;
}

#cc-main .cm--top {
  top: var(--cc-modal-margin);
}

#cc-main .cm--middle {
  top: 50%;
  transform: translateY(calc(-50% + 1.6em));
}

#cc-main .cm--bottom {
  bottom: var(--cc-modal-margin);
}

#cc-main .cm--center {
  left: var(--cc-modal-margin);
  margin: 0 auto;
  right: var(--cc-modal-margin);
  width: unset;
}

#cc-main .cm--left {
  left: var(--cc-modal-margin);
  margin-right: var(--cc-modal-margin);
}

#cc-main .cm--right {
  margin-left: var(--cc-modal-margin);
  right: var(--cc-modal-margin);
}

#cc-main .cm__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

#cc-main .cm__btns,
#cc-main .cm__links {
  padding: 1em 1.3em;
  width: unset;
}

#cc-main .cm__texts {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 1em 0 0;
}

#cc-main .cm__desc,
#cc-main .cm__title {
  padding: 0 1.3em;
}

#cc-main .cm__title {
  font-size: 1.05em;
}

#cc-main .cm__title + .cm__desc {
  margin-top: 1.1em;
}

#cc-main .cm__desc {
  color: var(--cc-secondary-color);
  font-size: 0.9em;
  line-height: 1.5;
  max-height: 40vh;
  overflow-x: visible;
  overflow-y: auto;
  padding-bottom: 1em;
}

#cc-main .cm__btns {
  border-top: 1px solid var(--cc-separator-border-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#cc-main .cm__btn-group {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
}

#cc-main .cm__btn + .cm__btn,
#cc-main .cm__btn-group + .cm__btn-group {
  margin-top: 0.375rem;
}

#cc-main .cm--flip .cm__btn + .cm__btn,
#cc-main .cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--inline .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--inline.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-right: 0;
}

#cc-main .cm--wide .cm__btn + .cm__btn,
#cc-main .cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--wide.cm--flip .cm__btn + .cm__btn,
#cc-main .cm--wide.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven,
#cc-main .cm--wide .cm__btn-group--uneven {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven,
#cc-main .cm--wide.cm--flip .cm__btn-group--uneven {
  flex-direction: row-reverse;
}

#cc-main .cm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  padding: 0.5em 1em;
  text-align: center;
}

#cc-main .cm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close {
  border-radius: 0;
  border-bottom-left-radius: var(--cc-btn-border-radius);
  border-right: none;
  border-top: none;
  display: none;
  font-size: 1em;
  height: 42px;
  min-width: auto !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}

#cc-main .cm__btn--close svg {
  stroke: var(--cc-btn-primary-color);
  transform: scale(0.5);
  transition: stroke 0.15s ease;
}

#cc-main .cm__btn--close:hover svg {
  stroke: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--close.cm__btn--secondary svg {
  stroke: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--close.cm__btn--secondary:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close + .cm__texts .cm__title {
  padding-right: 2em;
}

#cc-main .cm--inline .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm__footer {
  background: var(--cc-footer-bg);
  border-top: 1px solid var(--cc-footer-border-color);
  color: var(--cc-footer-color);
  padding: 0.4em 0 0.5em;
}

#cc-main .cm__links {
  display: flex;
  flex-direction: row;
  padding-bottom: 0;
  padding-top: 0;
}

#cc-main .cm__link-group {
  display: flex;
  flex-direction: row;
  font-size: 0.8em;
  width: 100%;
}

#cc-main .cm__link-group > * + * {
  margin-left: 1.3em;
}

#cc-main .cm--flip .cm__btn:last-child {
  grid-row: 1;
}

#cc-main .cm--inline.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--box .cm__btn--close {
  display: block;
}

#cc-main .cm--box.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cm--box.cm--wide {
  max-width: 36em;
}

#cc-main .cm--box.cm--wide .cm__btns {
  flex-direction: row;
  justify-content: space-between;
}

#cc-main .cm--box.cm--wide .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--box.cm--wide .cm__btn {
  min-width: 120px;
  padding-left: 1.8em;
  padding-right: 1.8em;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btns {
  flex-direction: row-reverse;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--cloud {
  max-width: 54em;
  width: unset;
}

#cc-main .cm--cloud .cm__body {
  flex-direction: row;
}

#cc-main .cm--cloud .cm__texts {
  flex: 1;
}

#cc-main .cm--cloud .cm__desc {
  max-height: 9.4em;
}

#cc-main .cm--cloud .cm__btns {
  border-left: 1px solid var(--cc-separator-border-color);
  border-top: none;
  max-width: 23em;
}

#cc-main .cm--cloud .cm__btn-group {
  flex-direction: column;
}

#cc-main .cm--cloud .cm__btn {
  min-width: 19em;
}

#cc-main .cm--cloud.cm--flip .cm__btn-group,
#cc-main .cm--cloud.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cm--cloud.cm--inline .cm__btn-group {
  flex-direction: row;
}

#cc-main .cm--cloud.cm--inline .cm__btn {
  min-width: 10em;
}

#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group {
  flex-direction: row-reverse;
}

#cc-main .cm--bar {
  border-radius: 0;
  left: 0;
  margin: 0;
  max-width: unset;
  opacity: 1;
  right: 0;
  transform: translateY(0);
  width: 100vw;
  --cc-modal-transition-duration: .35s ;
}

#cc-main .cm--bar.cm--top {
  top: 0;
  transform: translateY(-100%);
}

#cc-main .cm--bar.cm--bottom {
  bottom: 0;
  transform: translateY(100%);
}

#cc-main .cm--bar .cm__body,
#cc-main .cm--bar .cm__links {
  margin: 0 auto;
  max-width: 55em;
  width: 100%;
}

#cc-main .cm--bar .cm__body {
  padding: 0.5em 0 0.9em;
}

#cc-main .cm--bar .cm__btns {
  border-top: none;
  flex-direction: row;
  justify-content: space-between;
}

#cc-main .cm--bar .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn + .cm__btn,
#cc-main .cm--bar:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--bar .cm__btn {
  min-width: 120px;
  padding-left: 2em;
  padding-right: 2em;
}

#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn + .cm__btn,
#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar.cm--flip .cm__btns {
  flex-direction: row-reverse;
}

#cc-main .cm--bar.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--bar.cm--inline .cm__body,
#cc-main .cm--bar.cm--inline .cm__links {
  max-width: 74em;
}

#cc-main .cm--bar.cm--inline .cm__body {
  flex-direction: row;
  padding: 0;
}

#cc-main .cm--bar.cm--inline .cm__btns {
  flex-direction: column;
  justify-content: center;
  max-width: 23em;
}

#cc-main .cm--bar.cm--inline.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cc--anim .cm,
#cc-main .cc--anim.cm-wrapper:before {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
}

#cc-main .cc--anim .cm__btn,
#cc-main .cc--anim .cm__close {
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.disable--interaction #cc-main .cm-wrapper:before {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 0;
}

.show--consent #cc-main .cc--anim .cm {
  opacity: 1;
  transform: translateY(0);
  visibility: visible !important;
}

.show--consent #cc-main .cc--anim .cm--middle {
  transform: translateY(-50%);
}

.show--consent #cc-main .cc--anim .cm--bar {
  transform: translateY(0);
}

.show--consent #cc-main .cc--anim.cm-wrapper:before {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .cm__btn--close {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: var(--cc-btn-border-radius);
  left: 0;
  right: unset;
}

#cc-main.cc--rtl .cm__btn--close + .cm__texts .cm__title {
  padding-left: 2em;
  padding-right: unset;
}

#cc-main.cc--rtl .cm--inline .cm__btn + .cm__btn {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group + .cm__btn-group,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm__link-group > * + * {
  margin-left: 0;
  margin-right: 1.3em;
}

@media screen and (max-width: 640px) {
  #cc-main {
    --cc-modal-margin: .5em ;
  }
  #cc-main .cm {
    max-width: none !important;
    width: auto !important;
  }
  #cc-main .cm__body {
    flex-direction: column !important;
    padding: 0 !important;
  }
  #cc-main .cm__btns,
  #cc-main .cm__desc,
  #cc-main .cm__links,
  #cc-main .cm__title {
    padding-left: 1.1em !important;
    padding-right: 1.1em !important;
  }
  #cc-main .cm__btns {
    border-left: none !important;
    border-top: 1px solid var(--cc-separator-border-color) !important;
    flex-direction: column !important;
    max-width: none !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn + .cm__btn,
  #cc-main .cm__btn-group + .cm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .cm--flip .cm__btn + .cm__btn,
  #cc-main .cm--flip .cm__btn-group + .cm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .cm__btn-group {
    display: flex !important;
    flex-direction: column !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn {
    flex: auto !important;
  }
  #cc-main .cm__link-group {
    justify-content: center !important;
  }
  #cc-main .cm--flip .cm__btn-group,
  #cc-main .cm--flip .cm__btns {
    flex-direction: column-reverse !important;
  }
}
#cc-main .pm-wrapper {
  position: relative;
  z-index: 2;
}

#cc-main .pm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: flex;
  flex-direction: column;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  visibility: hidden;
  width: 100%;
  width: unset;
  z-index: 1;
}

#cc-main svg {
  fill: none;
  width: 100%;
}

#cc-main .pm__body,
#cc-main .pm__footer,
#cc-main .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm__header {
  align-items: center;
  border-bottom: 1px solid var(--cc-separator-border-color);
  display: flex;
  justify-content: space-between;
}

#cc-main .pm__title {
  align-items: center;
  display: flex;
  flex: 1;
  font-weight: 600;
  margin-right: 2em;
}

#cc-main .pm__close-btn {
  background: var(--cc-btn-secondary-bg);
  border: 1px solid var(--cc-btn-secondary-border-color);
  border-radius: var(--cc-btn-border-radius);
  height: 40px;
  position: relative;
  transition: all 0.15s ease;
  width: 40px;
}

#cc-main .pm__close-btn span {
  display: flex;
  height: 100%;
  width: 100%;
}

#cc-main .pm__close-btn svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(0.5);
  transition: stroke 0.15s ease;
}

#cc-main .pm__close-btn:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
}

#cc-main .pm__close-btn:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm__body {
  flex: 1;
  overflow-y: auto;
  overflow-y: overlay;
}

#cc-main .pm__section,
#cc-main .pm__section--toggle {
  border-radius: var(--cc-btn-border-radius);
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5em;
}

#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  border: 1px solid var(--cc-cookie-category-block-border);
  border-radius: var(--cc-btn-border-radius);
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
  margin-top: 0 !important;
  overflow: hidden;
}

#cc-main .pm__section {
  border: 1px solid var(--cc-separator-border-color);
  padding: 1em;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

#cc-main .pm__section:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  transition: none;
}

#cc-main .pm__section:not(:first-child):hover {
  background: var(--cc-cookie-category-block-bg);
  border-color: var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-toggles + .pm__section {
  margin-top: 2em;
}

#cc-main .pm__section--toggle {
  background: var(--cc-cookie-category-block-bg);
  border-top: none;
  margin-bottom: 0.375rem;
}

#cc-main .pm__section--toggle .pm__section-title {
  align-items: center;
  background: var(--cc-cookie-category-block-bg);
  border: 1px solid var(--cc-cookie-category-block-border);
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  padding: 1.1em 5.4em 1.1em 1.2em;
  position: relative;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  width: 100%;
}

#cc-main .pm__section--toggle .pm__section-title:hover {
  background: var(--cc-cookie-category-block-hover-bg);
  border-color: var(--cc-cookie-category-block-hover-border);
}

#cc-main .pm__section--toggle .pm__section-desc {
  margin-top: 0;
  padding: 1em;
}

#cc-main .pm__section--toggle.is-expanded {
  --cc-cookie-category-block-bg: var(--cc-cookie-category-expanded-block-bg);
  --cc-cookie-category-block-border: var(--cc-cookie-category-expanded-block-hover-bg) ;
}

#cc-main .pm__section--toggle.is-expanded .pm__section-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg {
  transform: scale(0.5) rotate(180deg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
  display: flex;
}

#cc-main .pm__section--expandable .pm__section-title {
  cursor: pointer;
  padding-left: 3.4em;
}

#cc-main .pm__section--expandable .pm__section-arrow {
  background: var(--cc-toggle-readonly-bg);
  border-radius: 100%;
  display: flex;
  height: 20px;
  justify-content: center;
  left: 18px;
  pointer-events: none;
  position: absolute;
  width: 20px;
}

#cc-main .pm__section--expandable .pm__section-arrow svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(0.5);
}

#cc-main .pm__section-title-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

#cc-main .pm__section-title-wrapper + .pm__section-desc-wrapper {
  margin-top: 0.85em;
}

#cc-main .pm__section-title {
  border-radius: var(--cc-btn-border-radius);
  font-size: 0.95em;
  font-weight: 600;
}

#cc-main .pm__badge {
  align-items: center;
  background: var(--cc-btn-secondary-bg);
  border-radius: 5em;
  color: var(--cc-secondary-color);
  display: flex;
  flex: none;
  font-size: 0.8em;
  font-weight: 600;
  height: 23px;
  justify-content: center;
  margin-left: 1em;
  min-width: 23px;
  overflow: hidden;
  padding: 0 0.6em 1px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: auto;
}

#cc-main .pm__service-counter {
  background: var(--cc-btn-primary-bg);
  color: var(--cc-btn-primary-color);
  padding: 0;
  width: 23px;
}

#cc-main .pm__service-counter[data-counterlabel] {
  padding: 0 0.6em 1px;
  width: auto;
}

#cc-main .section__toggle,
#cc-main .section__toggle-wrapper,
#cc-main .toggle__icon,
#cc-main .toggle__label {
  border-radius: var(--cc-pm-toggle-border-radius);
  height: 23px;
  transform: translateZ(0);
  width: 50px;
}

#cc-main .section__toggle-wrapper {
  cursor: pointer;
  position: absolute;
  right: 18px;
  z-index: 1;
}

#cc-main .toggle-service {
  height: 19px;
  position: relative;
  right: 0;
  width: 42px;
}

#cc-main .toggle-service .section__toggle,
#cc-main .toggle-service .toggle__icon,
#cc-main .toggle-service .toggle__label {
  height: 19px;
  width: 42px;
}

#cc-main .toggle-service .toggle__icon {
  position: relative;
}

#cc-main .toggle-service .toggle__icon-circle {
  height: 19px;
  width: 19px;
}

#cc-main .toggle-service .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(23px);
}

#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after {
  display: none !important;
}

#cc-main .section__toggle {
  border: 0;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}

#cc-main .section__toggle:disabled {
  cursor: not-allowed;
}

#cc-main .toggle__icon {
  background: var(--cc-toggle-off-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
  display: flex;
  flex-direction: row;
  pointer-events: none;
  position: absolute;
  transition: all 0.25s ease;
}

#cc-main .toggle__icon-circle {
  background: var(--cc-toggle-off-knob-bg);
  border: none;
  border-radius: var(--cc-pm-toggle-border-radius);
  box-shadow: 0 1px 2px rgba(24, 32, 3, 0.36);
  display: block;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.25s ease, background-color 0.25s ease;
  width: 23px;
}

#cc-main .toggle__icon-off,
#cc-main .toggle__icon-on {
  height: 100%;
  position: absolute;
  transition: opacity 0.15s ease;
  width: 100%;
}

#cc-main .toggle__icon-on {
  opacity: 0;
  transform: rotate(45deg);
}

#cc-main .toggle__icon-on svg {
  stroke: var(--cc-toggle-on-bg);
  transform: scale(0.55) rotate(-45deg);
}

#cc-main .toggle__icon-off {
  opacity: 1;
}

#cc-main .toggle__icon-off svg {
  stroke: var(--cc-toggle-off-bg);
  transform: scale(0.55);
}

#cc-main .section__toggle:checked ~ .toggle__icon {
  background: var(--cc-toggle-on-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-on-bg);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  background-color: var(--cc-toggle-on-knob-bg);
  transform: translateX(27px);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-on {
  opacity: 1;
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-off {
  opacity: 0;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon {
  background: var(--cc-toggle-readonly-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg);
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-circle {
  background: var(--cc-toggle-readonly-knob-bg);
  box-shadow: none;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon svg {
  stroke: var(--cc-toggle-readonly-knob-icon-color);
}

#cc-main .toggle__label {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

#cc-main .pm__section-desc-wrapper {
  color: var(--cc-secondary-color);
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
}

#cc-main .pm__section-desc-wrapper > :not(:last-child) {
  border-bottom: 1px solid var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-services {
  display: flex;
  flex-direction: column;
}

#cc-main .pm__service {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.4em 1.2em;
  position: relative;
  transition: background-color 0.15s ease;
}

#cc-main .pm__service:hover {
  background-color: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__service-header {
  align-items: center;
  display: flex;
  margin-right: 1em;
  width: 100%;
}

#cc-main .pm__service-icon {
  border: 2px solid;
  border-radius: 100%;
  height: 8px;
  margin-left: 6px;
  margin-right: 20px;
  margin-top: 1px;
  min-width: 8px;
}

#cc-main .pm__service-title {
  font-size: 0.95em;
  width: 100%;
  word-break: break-word;
}

#cc-main .pm__section-desc {
  line-height: 1.5em;
}

#cc-main .pm__section-table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}

#cc-main .pm__table-caption {
  text-align: left;
}

#cc-main .pm__table-caption,
#cc-main .pm__table-head > tr {
  border-bottom: 1px dashed var(--cc-separator-border-color);
  color: var(--cc-primary-color);
  font-weight: 600;
}

#cc-main .pm__table-tr {
  transition: background-color 0.15s ease;
}

#cc-main .pm__table-tr:hover {
  background: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__table-caption,
#cc-main .pm__table-td,
#cc-main .pm__table-th {
  padding: 0.625em 0.625em 0.625em 1.2em;
  vertical-align: top;
}

#cc-main .pm__footer {
  border-top: 1px solid var(--cc-separator-border-color);
  display: flex;
  justify-content: space-between;
}

#cc-main .pm__btn-group {
  display: flex;
}

#cc-main .pm__btn + .pm__btn,
#cc-main .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
}

#cc-main .pm--flip .pm__btn + .pm__btn,
#cc-main .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .pm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  flex: auto;
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  min-width: 110px;
  padding: 0.5em 1.5em;
  text-align: center;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

#cc-main .pm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .pm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}

#cc-main .pm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm--box {
  height: calc(100% - 2em);
  left: var(--cc-modal-margin);
  margin: 0 auto;
  max-height: 37.5em;
  max-width: 43em;
  right: var(--cc-modal-margin);
  top: 50%;
  transform: translateY(calc(-50% + 1.6em));
}

#cc-main .pm--box.pm--flip .pm__btn-group,
#cc-main .pm--box.pm--flip .pm__footer {
  flex-direction: row-reverse;
}

#cc-main .pm--bar {
  border-radius: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: 29em;
  opacity: 1;
  top: 0;
  width: 100%;
  --cc-modal-transition-duration: .35s ;
}

#cc-main .pm--bar .pm__section-table,
#cc-main .pm--bar .pm__table-body,
#cc-main .pm--bar .pm__table-td,
#cc-main .pm--bar .pm__table-th,
#cc-main .pm--bar .pm__table-tr {
  display: block;
}

#cc-main .pm--bar .pm__table-head {
  display: none;
}

#cc-main .pm--bar .pm__table-caption {
  display: block;
}

#cc-main .pm--bar .pm__table-tr:not(:last-child) {
  border-bottom: 1px solid var(--cc-separator-border-color);
}

#cc-main .pm--bar .pm__table-td {
  display: flex;
  justify-content: space-between;
}

#cc-main .pm--bar .pm__table-td:before {
  color: var(--cc-primary-color);
  content: attr(data-column);
  flex: 1;
  font-weight: 600;
  min-width: 100px;
  overflow: hidden;
  padding-right: 2em;
  text-overflow: ellipsis;
}

#cc-main .pm--bar .pm__table-td > div {
  flex: 3;
}

#cc-main .pm--bar:not(.pm--wide) .pm__body,
#cc-main .pm--bar:not(.pm--wide) .pm__footer,
#cc-main .pm--bar:not(.pm--wide) .pm__header {
  padding: 1em 1.3em;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn-group,
#cc-main .pm--bar:not(.pm--wide) .pm__footer {
  flex-direction: column;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn + .pm__btn,
#cc-main .pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin: 0.375rem 0 0;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer {
  flex-direction: column-reverse;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn + .pm__btn,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group + .pm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .pm--bar:not(.pm--wide) .pm__badge {
  display: none;
}

#cc-main .pm--bar.pm--left {
  left: 0;
  transform: translateX(-100%);
}

#cc-main .pm--bar.pm--right {
  right: 0;
  transform: translateX(100%);
}

#cc-main .pm--bar.pm--wide {
  max-width: 35em;
}

#cc-main .pm--bar.pm--wide .pm__body,
#cc-main .pm--bar.pm--wide .pm__footer,
#cc-main .pm--bar.pm--wide .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group,
#cc-main .pm--bar.pm--wide.pm--flip .pm__footer {
  flex-direction: row-reverse;
}

#cc-main .pm-overlay {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
}

#cc-main .cc--anim .pm,
#cc-main .cc--anim .pm-overlay {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
}

.show--preferences #cc-main .cc--anim .pm {
  opacity: 1;
  visibility: visible !important;
}

.show--preferences #cc-main .cc--anim .pm--box {
  transform: translateY(-50%);
}

.show--preferences #cc-main .cc--anim .pm--bar {
  transform: translateX(0);
}

.show--preferences #cc-main .cc--anim .pm-overlay {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .pm__service-header {
  margin-left: 1em;
  margin-right: 0;
}

#cc-main.cc--rtl .pm__section-arrow {
  left: unset;
  right: 18px;
}

#cc-main.cc--rtl .section__toggle-wrapper {
  left: 18px;
  right: unset;
  transform-origin: left;
}

#cc-main.cc--rtl .toggle-service {
  left: 0;
}

#cc-main.cc--rtl .pm__service-icon {
  margin-left: 20px;
  margin-right: 5px;
}

#cc-main.cc--rtl .pm__section--toggle .pm__section-title {
  padding-left: 5.4em;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__section--expandable .pm__section-title {
  padding-right: 3.4em;
}

#cc-main.cc--rtl .pm__badge {
  margin-left: unset;
  margin-right: 1em;
}

#cc-main.cc--rtl .toggle__icon-circle {
  transform: translateX(27px);
}

#cc-main.cc--rtl .toggle-service .toggle__icon-circle {
  transform: translateX(23px);
}

#cc-main.cc--rtl .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(0);
}

#cc-main.cc--rtl .pm__table-td,
#cc-main.cc--rtl .pm__table-th {
  padding-left: unset;
  padding-right: 1.2em;
  text-align: right;
}

#cc-main.cc--rtl .pm__table-td {
  padding-left: unset;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__table-td:before {
  padding-left: 2em;
  padding-right: unset;
}

#cc-main.cc--rtl .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .pm--flip .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  #cc-main .pm {
    border-radius: 0;
    bottom: 0;
    height: auto;
    left: 0;
    max-height: 100%;
    max-width: none !important;
    right: 0;
    top: 0;
    transform: translateY(1.6em);
  }
  #cc-main .pm__body,
  #cc-main .pm__footer,
  #cc-main .pm__header {
    padding: 0.9em !important;
  }
  #cc-main .pm__badge {
    display: none;
  }
  #cc-main .pm__section-table,
  #cc-main .pm__table-body,
  #cc-main .pm__table-caption,
  #cc-main .pm__table-td,
  #cc-main .pm__table-th,
  #cc-main .pm__table-tr {
    display: block;
  }
  #cc-main .pm__table-head {
    display: none;
  }
  #cc-main .pm__table-tr:not(:last-child) {
    border-bottom: 1px solid var(--cc-separator-border-color);
  }
  #cc-main .pm__table-td {
    display: flex;
    justify-content: space-between;
  }
  #cc-main .pm__table-td:before {
    color: var(--cc-primary-color);
    content: attr(data-column);
    flex: 1;
    font-weight: 600;
    min-width: 100px;
    overflow: hidden;
    padding-right: 2em;
    text-overflow: ellipsis;
  }
  #cc-main .pm__table-td > div {
    flex: 3;
  }
  #cc-main .pm__btn-group,
  #cc-main .pm__footer {
    flex-direction: column !important;
  }
  #cc-main .pm__btn-group {
    display: flex !important;
  }
  #cc-main .pm__btn + .pm__btn,
  #cc-main .pm__btn-group + .pm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .pm--flip .pm__btn + .pm__btn,
  #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .pm--flip .pm__btn-group,
  #cc-main .pm--flip .pm__footer {
    flex-direction: column-reverse !important;
  }
  .show--preferences #cc-main .cc--anim .pm {
    transform: translateY(0) !important;
  }
}
.message404 {
  display: block;
  text-align: center;
  padding: 64px 0 128px;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.message404 .image {
  display: block;
  margin-bottom: 32px;
}
.message404 .image img {
  width: auto;
}
.message404 .title {
  display: block;
  margin-bottom: 32px;
}
.message404 .title span {
  display: block;
  font-size: 44px;
  font-weight: bold;
}
.message404 .content {
  font-size: 21px;
}
.message404 .content a {
  text-decoration: underline;
  color: #000;
}

/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 5, 2025
 */
@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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #000;
  /*
  --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;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

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

/* 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 {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* 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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/* --------------------------------

File#: _1_drawer
Title: Drawer
Descr: A slide-in panel used to display critical content
Usage: codyhouse.co/license

-------------------------------- */
/* reset */
/* variables */
/* component */
:root {
  --drawer-width: 280px;
}

.drawer {
  position: fixed;
  z-index: 1500;
  height: 100%;
  width: 100%;
  max-width: var(--drawer-width);
  top: 0;
  right: 0;
  visibility: hidden;
  transition: visibility 0s 0.3s;
}

.drawer:focus {
  outline: none;
}

.js-drawer--modal {
  visibility: hidden;
  opacity: 0;
}

.drawer--is-visible {
  visibility: visible;
  transition: none;
  opacity: 1;
}

.drawer--open-left {
  right: auto;
  left: 0;
}

.drawer__content {
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.drawer--open-left .drawer__content {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.drawer--is-visible .drawer__content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.drawer__body {
  height: 100%;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.drawer-header .logo {
  height: 32px;
}
.drawer-header .logo img {
  height: 32px;
  width: auto;
}
.drawer-header button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  color: #000;
}
.drawer-header button svg {
  width: 18px;
  height: 18px;
}

.drawer-text #nav {
  display: block;
  margin-bottom: 64px;
}
.drawer-text .main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 24px;
}
.drawer-text .main-menu a {
  color: #000;
  display: block;
  padding: 8px 0;
  text-transform: uppercase;
}
.drawer-text .mod-languages__select {
  font-size: 16px;
}
.drawer-text .mod-languages__select .lang-btn {
  --font-size: 15px;
  --font-weight: 600;
  --min-height: 56px;
  --padding: 12px 24px;
  --border-radius: 1px;
  --svg: 16px;
  align-items: center;
  justify-content: center;
  border: 0 solid transparent;
  display: inline-flex;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  line-height: 1.5;
  min-height: var(--min-height);
  padding: 0;
  text-align: center;
  transition-duration: 0.2s;
  transition-property: background-color, color, border-color;
  user-select: none;
  vertical-align: middle;
  position: relative;
  box-sizing: border-box;
  border-radius: 0;
  color: #000;
  background: none;
  gap: 0 16px;
}
.drawer-text .mod-languages__select .lang-btn svg {
  width: 11px;
}

.drawer--modal {
  max-width: none;
  background: rgba(0, 0, 0, 0);
  transition: background-color 0.3s, visibility 0s 0.3s;
}

.drawer--modal.drawer--is-visible {
  background: rgba(0, 0, 0, 0.75);
  transition: background-color 0.3s;
}

.drawer--modal.drawer--open-left .drawer__content {
  right: auto;
  left: 0;
}

.drawer--modal .drawer__content {
  max-width: var(--drawer-width);
}

.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  display: flex;
  gap: 0 10px;
  font-size: 13px;
  color: #000;
}
.breadcrumbs li:not(:first-child) {
  display: flex;
  gap: 0 10px;
}
.breadcrumbs li:not(:first-child):before {
  position: relative;
  display: block;
  width: 7px;
  height: 9px;
  background-image: url("../images/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  top: 5px;
}
.breadcrumbs a {
  color: #000;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .breadcrumbs {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 8px;
    margin-bottom: 8px;
    margin-top: 2px;
  }
}

@media (max-width: 1024px) {
  .breadcrumbs-wrap {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */