@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] { /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* poppins-regular - latin_latin-ext */
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v24-latin_latin-ext-regular.woff2") format("woff2");
  font-display: swap;
}
/* poppins-500 - latin_latin-ext */
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins-v24-latin_latin-ext-500.woff2") format("woff2");
  font-display: swap;
}
/* poppins-700 - latin_latin-ext */
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins-v24-latin_latin-ext-700.woff2") format("woff2");
  font-display: swap;
}
:root {
  --color-accent: #006935;
  --color-red: #d81b23;
  --color-orange: #e94b27;
  --color-black: #171717;
  --color-grey-dark: #242424;
  --color-white: #fff;
  --color-text: #000;
  --color-text-muted: #bdbdbd;
  --color-grey-medium: #444;
  --color-grey-light: #f0f0f1;
  --color-linkedin: #00a0dc;
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "Tahoma", sans-serif;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-size-text-sm: 1.4rem;
  --font-size-text-std: 1.6rem;
  --font-size-text-md: 1.8rem;
  --font-size-text-lg: 2rem;
  --font-size-heading-xl: 3.2rem;
  --font-size-heading-lg: 3rem;
  --font-size-heading-md: 2.8rem;
  --font-size-heading-std: 2.4rem;
  --font-size-heading-sm: 2.4rem;
  --font-size-heading-xs: 2.2rem;
  --font-size-heading-xxs: 2rem;
  --line-height-xs: 111%;
  --line-height-sm: 125%;
  --line-height-std: 136.6%;
  --line-height-md: 150%;
  --line-height-lg: 170%;
  --spacing-xs: 0.9rem;
  --spacing-sm: 1.3rem;
  --spacing-md: 1.6rem;
  --spacing-lg: 2.4rem;
  --spacing-xl: 3.2rem;
  --spacing-2xl: 4.8rem;
  --radius-sm: 0.5rem;
  --radius-md: 1rem;
  --radius-lg: 1.5rem;
  --radius-xl: 3rem;
  --radius-pill: 10rem;
  --radius-full: 50%;
  --transition-fast: 150ms ease;
  --transition-base: 250ms ease;
  --transition-slow: 350ms ease;
}
@media (width >= 1024px) {
  :root {
    --font-size-text-std: 1.4rem;
    --font-size-text-md: 1.6rem;
    --font-size-heading-xl: 6rem;
    --font-size-heading-lg: 3.5rem;
    --font-size-heading-md: 3.2rem;
    --font-size-heading-std: 2.8rem;
    --font-size-heading-sm: 2.6rem;
    --font-size-heading-xs: 2rem;
    --font-size-heading-xxs: 1.4rem;
  }
}

.mt-5 {
  margin-top: 0.5rem;
}

.mb-5 {
  margin-bottom: 0.5rem;
}

.pt-5 {
  padding-top: 0.5rem;
}

.pb-5 {
  padding-bottom: 0.5rem;
}

.mt-10 {
  margin-top: 1rem;
}

.mb-10 {
  margin-bottom: 1rem;
}

.pt-10 {
  padding-top: 1rem;
}

.pb-10 {
  padding-bottom: 1rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.pt-15 {
  padding-top: 1.5rem;
}

.pb-15 {
  padding-bottom: 1.5rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.pt-20 {
  padding-top: 2rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.pt-40 {
  padding-top: 4rem;
}

.pb-40 {
  padding-bottom: 4rem;
}

.mt-50 {
  margin-top: 5rem;
}

.mb-50 {
  margin-bottom: 5rem;
}

.pt-50 {
  padding-top: 5rem;
}

.pb-50 {
  padding-bottom: 5rem;
}

.mt-60 {
  margin-top: 6rem;
}

.mb-60 {
  margin-bottom: 6rem;
}

.pt-60 {
  padding-top: 6rem;
}

.pb-60 {
  padding-bottom: 6rem;
}

.mt-80 {
  margin-top: 8rem;
}

.mb-80 {
  margin-bottom: 8rem;
}

.pt-80 {
  padding-top: 8rem;
}

.pb-80 {
  padding-bottom: 8rem;
}

.mt-100 {
  margin-top: 10rem;
}

.mb-100 {
  margin-bottom: 10rem;
}

.pt-100 {
  padding-top: 10rem;
}

.pb-100 {
  padding-bottom: 10rem;
}

.mt-150 {
  margin-top: 15rem;
}

.mb-150 {
  margin-bottom: 15rem;
}

.pt-150 {
  padding-top: 15rem;
}

.pb-150 {
  padding-bottom: 15rem;
}

@media (width >= 768px) {
  .md\:mt-5 {
    margin-top: 0.5rem;
  }
  .md\:mb-5 {
    margin-bottom: 0.5rem;
  }
  .md\:pt-5 {
    padding-top: 0.5rem;
  }
  .md\:pb-5 {
    padding-bottom: 0.5rem;
  }
  .md\:mt-10 {
    margin-top: 1rem;
  }
  .md\:mb-10 {
    margin-bottom: 1rem;
  }
  .md\:pt-10 {
    padding-top: 1rem;
  }
  .md\:pb-10 {
    padding-bottom: 1rem;
  }
  .md\:mt-15 {
    margin-top: 1.5rem;
  }
  .md\:mb-15 {
    margin-bottom: 1.5rem;
  }
  .md\:pt-15 {
    padding-top: 1.5rem;
  }
  .md\:pb-15 {
    padding-bottom: 1.5rem;
  }
  .md\:mt-20 {
    margin-top: 2rem;
  }
  .md\:mb-20 {
    margin-bottom: 2rem;
  }
  .md\:pt-20 {
    padding-top: 2rem;
  }
  .md\:pb-20 {
    padding-bottom: 2rem;
  }
  .md\:mt-40 {
    margin-top: 4rem;
  }
  .md\:mb-40 {
    margin-bottom: 4rem;
  }
  .md\:pt-40 {
    padding-top: 4rem;
  }
  .md\:pb-40 {
    padding-bottom: 4rem;
  }
  .md\:mt-50 {
    margin-top: 5rem;
  }
  .md\:mb-50 {
    margin-bottom: 5rem;
  }
  .md\:pt-50 {
    padding-top: 5rem;
  }
  .md\:pb-50 {
    padding-bottom: 5rem;
  }
  .md\:mt-60 {
    margin-top: 6rem;
  }
  .md\:mb-60 {
    margin-bottom: 6rem;
  }
  .md\:pt-60 {
    padding-top: 6rem;
  }
  .md\:pb-60 {
    padding-bottom: 6rem;
  }
  .md\:mt-80 {
    margin-top: 8rem;
  }
  .md\:mb-80 {
    margin-bottom: 8rem;
  }
  .md\:pt-80 {
    padding-top: 8rem;
  }
  .md\:pb-80 {
    padding-bottom: 8rem;
  }
  .md\:mt-100 {
    margin-top: 10rem;
  }
  .md\:mb-100 {
    margin-bottom: 10rem;
  }
  .md\:pt-100 {
    padding-top: 10rem;
  }
  .md\:pb-100 {
    padding-bottom: 10rem;
  }
  .md\:mt-150 {
    margin-top: 15rem;
  }
  .md\:mb-150 {
    margin-bottom: 15rem;
  }
  .md\:pt-150 {
    padding-top: 15rem;
  }
  .md\:pb-150 {
    padding-bottom: 15rem;
  }
}
@media (width >= 1024px) {
  .lg\:mt-5 {
    margin-top: 0.5rem;
  }
  .lg\:mb-5 {
    margin-bottom: 0.5rem;
  }
  .lg\:pt-5 {
    padding-top: 0.5rem;
  }
  .lg\:pb-5 {
    padding-bottom: 0.5rem;
  }
  .lg\:mt-10 {
    margin-top: 1rem;
  }
  .lg\:mb-10 {
    margin-bottom: 1rem;
  }
  .lg\:pt-10 {
    padding-top: 1rem;
  }
  .lg\:pb-10 {
    padding-bottom: 1rem;
  }
  .lg\:mt-15 {
    margin-top: 1.5rem;
  }
  .lg\:mb-15 {
    margin-bottom: 1.5rem;
  }
  .lg\:pt-15 {
    padding-top: 1.5rem;
  }
  .lg\:pb-15 {
    padding-bottom: 1.5rem;
  }
  .lg\:mt-20 {
    margin-top: 2rem;
  }
  .lg\:mb-20 {
    margin-bottom: 2rem;
  }
  .lg\:pt-20 {
    padding-top: 2rem;
  }
  .lg\:pb-20 {
    padding-bottom: 2rem;
  }
  .lg\:mt-40 {
    margin-top: 4rem;
  }
  .lg\:mb-40 {
    margin-bottom: 4rem;
  }
  .lg\:pt-40 {
    padding-top: 4rem;
  }
  .lg\:pb-40 {
    padding-bottom: 4rem;
  }
  .lg\:mt-50 {
    margin-top: 5rem;
  }
  .lg\:mb-50 {
    margin-bottom: 5rem;
  }
  .lg\:pt-50 {
    padding-top: 5rem;
  }
  .lg\:pb-50 {
    padding-bottom: 5rem;
  }
  .lg\:mt-60 {
    margin-top: 6rem;
  }
  .lg\:mb-60 {
    margin-bottom: 6rem;
  }
  .lg\:pt-60 {
    padding-top: 6rem;
  }
  .lg\:pb-60 {
    padding-bottom: 6rem;
  }
  .lg\:mt-80 {
    margin-top: 8rem;
  }
  .lg\:mb-80 {
    margin-bottom: 8rem;
  }
  .lg\:pt-80 {
    padding-top: 8rem;
  }
  .lg\:pb-80 {
    padding-bottom: 8rem;
  }
  .lg\:mt-100 {
    margin-top: 10rem;
  }
  .lg\:mb-100 {
    margin-bottom: 10rem;
  }
  .lg\:pt-100 {
    padding-top: 10rem;
  }
  .lg\:pb-100 {
    padding-bottom: 10rem;
  }
  .lg\:mt-150 {
    margin-top: 15rem;
  }
  .lg\:mb-150 {
    margin-bottom: 15rem;
  }
  .lg\:pt-150 {
    padding-top: 15rem;
  }
  .lg\:pb-150 {
    padding-bottom: 15rem;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 156px;
  height: 38px;
  padding-inline: 13px;
  font-family: var(--font-secondary);
  font-size: var(--font-size-text-sm);
  font-weight: var(--font-weight-medium);
  text-align: center;
  border-radius: var(--radius-sm);
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.btn.large {
  min-width: 220px;
  height: 56px;
  font-size: 2.1rem;
}
.btn.small {
  height: 3rem;
  font-size: 1.2rem;
}
.btn.dark-border {
  background: transparent;
  border: 1px solid var(--color-text);
}
.btn.dark-border:hover {
  color: var(--color-white);
  background: var(--color-text);
}
.btn.dark {
  color: var(--color-white);
  background: var(--color-text);
  border: 1px solid var(--color-text);
}
.btn.dark:hover {
  color: var(--color-text);
  background: transparent;
}
.btn.white {
  color: var(--color-text);
  background: #ff9800;
  border: 1px solid #ff9800;
}
.btn.white:hover {
  color: var(--color-white);
  background: var(--color-text);
  border: 1px solid var(--color-text);
}
.btn.white-border {
  color: var(--color-white);
  background: transparent;
  border: 1px solid var(--color-white);
}
.btn.white-border:hover {
  color: var(--color-text);
  background: var(--color-white);
  border: 1px solid var(--color-text);
}
.btn.green {
  color: var(--color-white);
  background: var(--color-accent);
  border: 1px solid var(--color-accent);
}
.btn.green:hover {
  color: var(--color-white);
  background: var(--color-text);
  border: 1px solid var(--color-text);
}
.btn.red-pill {
  color: var(--color-white);
  background: var(--color-red);
  border: 1px solid var(--color-red);
  border-radius: var(--radius-pill);
}
.btn.red-pill:hover {
  color: var(--color-white);
  background: var(--color-black);
  border-color: var(--color-black);
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background: var(--color-white);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.08);
  transition: transform var(--transition-base);
}
.scrolled--down .header {
  transform: translateY(-100%);
}
.scrolled--up .header {
  transform: translateY(0);
}
.mobile-nav-open .header {
  transform: translateY(0);
}
.header__main-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
@media (width >= 1024px) {
  .header__main-inner {
    height: 80px;
  }
}

.admin-bar .header {
  top: 32px;
}
@media (width <= 782px) {
  .admin-bar .header {
    top: 46px;
  }
}

@media (width <= 600px) {
  .admin-bar.scrolled .header {
    top: 0;
  }
}
.topbar {
  display: none;
}
@media (width >= 1024px) {
  .topbar {
    display: flex;
    align-items: center;
    height: 55px;
    background: #292929;
  }
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar__list {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  color: var(--color-white);
  list-style: none;
}
.topbar__list a {
  color: inherit;
  transition: opacity var(--transition-fast);
}
.topbar__list a:hover {
  opacity: 0.8;
}
.topbar__list li:last-child {
  color: var(--color-white) !important;
}
.topbar__actions {
  display: flex;
  gap: 24px;
  align-items: center;
}

.search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
}
.search-btn img {
  width: 15px;
}
.search-btn__white {
  display: none;
}

.topbar__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 156px;
  height: 32px;
  padding-inline: 16px;
  font-family: var(--font-secondary);
  font-size: 1.4rem;
  color: #f2f2f2;
  white-space: nowrap;
  background: var(--color-red);
  border: 1px solid var(--color-red);
  border-radius: 30px;
  transition: opacity var(--transition-fast);
}
.topbar__btn:hover {
  opacity: 0.85;
}
.topbar__btn--white {
  display: none;
}

.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity var(--transition-base), visibility var(--transition-base);
}

.is-search-focused .search-overlay {
  visibility: visible;
  opacity: 1;
}
.is-search-focused .header {
  z-index: 210;
  transform: none;
}
.is-search-focused .header__main,
.is-search-focused .topbar__list,
.is-search-focused .topbar__btn,
.is-search-focused .topbar__btn--white {
  opacity: 0.3;
  transition: opacity var(--transition-base);
}

.logo {
  display: block;
}
.logo img {
  max-width: 150px;
}
@media (width >= 1024px) {
  .logo img {
    max-width: 210px;
  }
}
.logo__white {
  display: none;
}

.nav {
  display: none;
}
@media (width >= 1024px) {
  .nav {
    display: block;
  }
}

.menu {
  display: flex;
  gap: 32px;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu a {
  font-size: var(--font-size-text-md);
  transition: color var(--transition-fast);
}
.menu a:hover {
  color: var(--color-accent);
}
.menu .current-menu-item > a,
.menu .current-menu-ancestor > a {
  font-weight: var(--font-weight-bold);
}

@media (width >= 1024px) {
  .menu > .menu-item-has-children {
    position: static;
  }
  .menu > .menu-item-has-children > a {
    display: flex;
    gap: 6px;
    align-items: center;
  }
  .menu > .menu-item-has-children > a::after {
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    border-right: 1.5px solid currentcolor;
    border-bottom: 1.5px solid currentcolor;
    transform: rotate(45deg);
    transition: transform var(--transition-fast);
  }
  .menu > .menu-item-has-children.mega-menu-open > a {
    color: var(--color-accent);
  }
  .menu > .menu-item-has-children.mega-menu-open > a::after {
    transform: rotate(-135deg);
  }
  .menu > .menu-item-has-children > .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
    display: flex;
    visibility: hidden;
    flex-wrap: wrap;
    gap: 40px 60px;
    width: 100vw;
    max-height: calc(100vh - 100%);
    padding: 40px max(30px, (100vw - 1537px) / 2);
    margin: 0;
    overflow-y: auto;
    pointer-events: none;
    list-style: none;
    background: var(--color-black);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
    transform: translateX(-50%) translateY(10px);
    transition: opacity var(--transition-base), visibility var(--transition-base), transform var(--transition-base);
  }
  .menu > .menu-item-has-children > .sub-menu > li {
    width: calc((100% - 300px) / 6);
  }
  .menu > .menu-item-has-children.mega-menu-open > .sub-menu {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  .menu > .menu-item-has-children > .sub-menu > li > a {
    display: block;
    padding-bottom: 15px;
    font-size: var(--font-size-text-std);
    font-weight: var(--font-weight-bold);
    color: var(--color-white);
    transition: color var(--transition-fast);
  }
  .menu > .menu-item-has-children > .sub-menu > li > a:hover {
    color: var(--color-accent);
  }
  .menu > .menu-item-has-children > .sub-menu > li > .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .menu > .menu-item-has-children > .sub-menu > li > .sub-menu a {
    font-size: var(--font-size-text-sm);
    color: rgba(255, 255, 255, 0.7019607843);
    transition: color var(--transition-fast);
  }
  .menu > .menu-item-has-children > .sub-menu > li > .sub-menu a:hover {
    color: var(--color-white);
  }
}
.burger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
}
@media (width >= 1024px) {
  .burger {
    display: none;
  }
}
.burger__line {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color-black);
  transition: transform var(--transition-fast), opacity var(--transition-fast);
}

.site-search {
  position: relative;
  z-index: 1;
  flex: 0 1 396px;
  min-width: 0;
}
.site-search__form {
  display: flex;
  gap: 13px;
  align-items: center;
  width: 100%;
  height: 32px;
  padding-inline: 17px;
  background: rgba(253, 253, 253, 0.12);
  border-radius: 30px;
}
.site-search__submit {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
}
.site-search__submit img {
  width: 14px;
  height: 14px;
}
.site-search__input {
  flex: 1;
  min-width: 0;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.85);
  background: transparent;
  border: none;
}
.site-search__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.85);
}
.site-search__input::placeholder {
  color: rgba(255, 255, 255, 0.85);
}
.site-search__input:focus {
  outline: none;
}

.header-transparent:not(.scrolled) {
  padding-top: 0;
}
.header-transparent:not(.scrolled) .header {
  background: transparent;
  box-shadow: none;
}
.header-transparent:not(.scrolled) .topbar {
  background: #292929;
}
.header-transparent:not(.scrolled) .site-search__form {
  background: rgba(253, 253, 253, 0.12);
}
.header-transparent:not(.scrolled) .site-search__input {
  color: rgba(255, 255, 255, 0.85);
}
.header-transparent:not(.scrolled) .site-search__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.85);
}
.header-transparent:not(.scrolled) .site-search__input::placeholder {
  color: rgba(255, 255, 255, 0.85);
}
.header-transparent:not(.scrolled) .site-search__submit img {
  opacity: 1;
  filter: none;
}
.header-transparent:not(.scrolled) .header__main-inner::after {
  display: none;
}
.header-transparent:not(.scrolled) .logo__black {
  display: none;
}
.header-transparent:not(.scrolled) .logo__white {
  display: block;
}
.header-transparent:not(.scrolled) .menu a {
  color: var(--color-white);
}
.header-transparent:not(.scrolled) .burger__line {
  background: var(--color-white);
}
.header-transparent:not(.scrolled) .topbar__list {
  color: var(--color-white);
}
.header-transparent:not(.scrolled) .topbar__list li:last-child {
  color: var(--color-white) !important;
}
.header-transparent:not(.scrolled) .topbar__btn {
  display: none;
}
.header-transparent:not(.scrolled) .topbar__btn--white {
  display: inline-flex;
}

.header:has(.mega-menu-open) {
  background: var(--color-black);
}
.header:has(.mega-menu-open) .logo__black {
  display: none;
}
.header:has(.mega-menu-open) .logo__white {
  display: block;
}
.header:has(.mega-menu-open) .menu > .menu-item > a {
  color: var(--color-white);
}

.header-transparent:not(.scrolled) .header:has(.mega-menu-open) {
  background: var(--color-black);
}

.mobile-nav {
  position: fixed;
  inset: 70px 0 0;
  z-index: 99;
  visibility: hidden;
  background: var(--color-white);
  opacity: 0;
  transition: opacity var(--transition-base), visibility var(--transition-base);
}
@media (width >= 1024px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}
.mobile-nav__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 15px 40px;
  overflow-y: auto;
}
.mobile-nav__search {
  margin-bottom: 30px;
}
.mobile-nav__search form {
  display: flex;
  border: 1px solid #ddd;
}
.mobile-nav__search-input {
  flex: 1;
  padding: 12px 15px;
  font-size: 1.6rem;
  border: none;
}
.mobile-nav__search-input:focus {
  outline: none;
}
.mobile-nav__search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  border-left: 1px solid #ddd;
}
.mobile-nav__nav {
  flex: 1;
}
.mobile-nav__menu {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-nav__menu a {
  display: block;
  padding: 15px 0;
  font-size: var(--font-size-text-md);
  border-bottom: 1px solid #eee;
}
.mobile-nav__btn {
  margin-top: 30px;
  text-align: center;
}

.burger.is-active .burger__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.burger.is-active .burger__line:nth-child(2) {
  opacity: 0;
}
.burger.is-active .burger__line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav-open {
  overflow: hidden;
}
.mobile-nav-open .header {
  background: var(--color-white);
}
.mobile-nav-open .logo__black {
  display: block;
}
.mobile-nav-open .logo__white {
  display: none;
}
.mobile-nav-open .burger__line {
  background: var(--color-black);
}

.mobile-nav__menu .menu-item-has-children {
  position: relative;
}

.mobile-nav__menu .menu-item-has-children > a {
  padding-right: 50px;
}

.mobile-nav__menu .sub-menu {
  display: none;
  padding: 0 0 0 15px;
  margin: 0;
  list-style: none;
}
.mobile-nav__menu .sub-menu.is-open {
  display: block;
}

.mobile-nav__submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 55px;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
}
.mobile-nav__submenu-toggle::after {
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 2px solid var(--color-text);
  border-bottom: 2px solid var(--color-text);
  transform: rotate(45deg);
  transition: transform var(--transition-fast);
}
.mobile-nav__submenu-toggle[aria-expanded=true]::after {
  transform: rotate(-135deg);
}

.text h3 {
  margin-block: var(--spacing-lg);
  font-size: var(--font-size-heading-xs);
}
.text a {
  font-weight: 700;
  color: var(--color-accent);
  text-decoration: none;
}
.text a:hover {
  text-decoration: underline;
}
.text p,
.text ul,
.text ol {
  margin-block: var(--spacing-lg);
  line-height: var(--line-height-md);
}
.text ul li,
.text ol li {
  margin-bottom: 10px;
}
.text h2 {
  font-size: var(--font-size-heading-xs);
}

h1,
h2,
h3,
h4 {
  line-height: var(--line-height-sm);
}

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

.heading-xl {
  font-size: var(--font-size-heading-xl);
}

.regular-weight {
  font-weight: var(--font-weight-regular);
}

.photo-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (width >= 1024px) {
  .photo-text {
    flex-direction: row;
    gap: 110px;
    align-items: center;
  }
}
@media (width >= 1024px) and (width < 1400px) {
  .sidebar-content-layout .photo-text {
    flex-direction: column;
    gap: 60px;
    align-items: stretch;
  }
  .sidebar-content-layout .photo-text .photo-text__photo,
  .sidebar-content-layout .photo-text .photo-text__content {
    width: 100%;
    max-width: 100%;
  }
}
@media (width >= 1024px) {
  .photo-text--reverse {
    justify-content: flex-end;
  }
  .photo-text--reverse.photo-text--contained {
    justify-content: space-between;
  }
}
.photo-text__photo {
  display: flex;
  align-items: center;
  order: 1;
  width: 100%;
}
@media (width >= 1024px) {
  .photo-text__photo {
    flex-shrink: 0;
    width: 55%;
  }
}
@media (width >= 1024px) {
  .photo-text--reverse .photo-text__photo {
    order: 2;
  }
}
@media (width >= 1024px) {
  .photo-text--wide .photo-text__photo {
    width: calc(50% - 50px);
  }
  .sidebar-content-layout .photo-text--wide .photo-text__photo {
    width: calc(50% + 50dvw - 800px);
    margin-right: calc(-50dvw + 770px);
  }
}
@media (width >= 1024px) {
  .photo-text--contained .photo-text__photo {
    width: calc(50% - 65px);
  }
  .sidebar-content-layout .photo-text--contained .photo-text__photo {
    width: calc(50% - 30px);
  }
}
.photo-text__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width >= 1600px) {
  .sidebar-content-layout .photo-text.photo-text--reverse:not(.photo-text--contained) {
    gap: 80px;
  }
  .sidebar-content-layout .photo-text.photo-text--reverse:not(.photo-text--contained) .photo-text__photo {
    width: calc(50% + 50dvw - 780px);
    margin-right: calc(-50dvw + 750px);
  }
}
.photo-text__date {
  margin-bottom: 10px;
  font-size: var(--font-size-text-std);
  font-weight: 600;
  line-height: var(--line-height-md);
}
.photo-text__title {
  margin-bottom: 20px;
  font-size: var(--font-size-heading-sm);
  font-weight: 700;
  line-height: var(--line-height-xs);
  color: var(--color-accent);
}
.photo-text__content {
  order: 2;
  width: 100%;
  padding-inline: 15px;
}
@media (width >= 1024px) {
  .photo-text__content {
    max-width: 560px;
  }
}
@media (width >= 1024px) {
  .photo-text--reverse .photo-text__content {
    order: 1;
  }
}
@media (width >= 1024px) {
  .photo-text--wide .photo-text__content {
    max-width: 725px;
  }
}
.photo-text--contained .photo-text__content {
  padding-inline: 0;
}
@media (width >= 1024px) {
  .photo-text--contained .photo-text__content {
    width: calc(50% - 65px);
    max-width: none;
    padding-inline: 0;
  }
}
@media (width >= 1024px) {
  .photo-text p:last-child,
  .photo-text ul:last-child,
  .photo-text ol:last-child {
    margin-bottom: 0;
  }
}

@media (width >= 1024px) {
  .text-two-cols {
    display: flex;
    gap: 110px;
  }
}
@media (width >= 1024px) {
  .text-two-cols__col {
    flex: 1 1 0;
  }
}

.text-column.container,
.text-column {
  max-width: 800px;
}

.gallery {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-xl);
}
@media (width >= 1024px) {
  .gallery {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.gallery__main {
  position: relative;
  grid-row: 1/3;
  grid-column: 1/3;
  overflow: hidden;
}
.gallery__swiper {
  width: 100%;
  height: 100%;
}
.gallery__photo {
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: none;
}
.gallery__photo:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 2px;
}
.gallery__photo img,
.gallery__photo video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.gallery__photo--main {
  width: 100%;
  height: 100%;
}
@media (width >= 1024px) {
  .gallery__photo--side {
    grid-column: 3/4;
  }
}
.gallery__nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  transform: translateY(-50%);
}
.gallery__nav:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 2px;
}
.gallery__nav img {
  width: 3.5rem;
  height: 3.5rem;
}
.gallery__nav--prev {
  left: 1rem;
}
.gallery__nav--next {
  right: 1rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.lightbox[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}
.lightbox__overlay {
  position: absolute;
  inset: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.9);
}
.lightbox__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 6rem 2rem 4rem;
}
@media (width >= 768px) {
  .lightbox__content {
    padding: 4rem 6rem;
  }
}
.lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  font-size: 3rem;
  line-height: 1;
  color: var(--color-white);
  cursor: pointer;
  background: transparent;
  border: none;
}
.lightbox__close:hover, .lightbox__close:focus-visible {
  color: var(--color-accent);
}
.lightbox__close:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 2px;
}
.lightbox__nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
  transform: translateY(-50%);
}
.lightbox__nav:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 2px;
}
.lightbox__nav img {
  width: auto;
  height: 2.8rem;
}
.lightbox__nav--prev {
  left: 1rem;
}
@media (width >= 768px) {
  .lightbox__nav--prev {
    left: 2rem;
  }
}
.lightbox__nav--next {
  right: 1rem;
}
@media (width >= 768px) {
  .lightbox__nav--next {
    right: 2rem;
  }
}
.lightbox__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}
.lightbox__image {
  max-width: 100%;
  max-height: calc(100vh - 10rem);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (width >= 768px) {
  .lightbox__image {
    max-height: calc(100vh - 8rem);
  }
}
.lightbox__video {
  max-width: 100%;
  max-height: calc(100vh - 10rem);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (width >= 768px) {
  .lightbox__video {
    max-height: calc(100vh - 8rem);
  }
}
.lightbox__counter {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  padding: 0.5rem 1rem;
  font-size: var(--font-size-text-std);
  color: var(--color-white);
  transform: translateX(-50%);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

.spacer {
  height: var(--spacer-mobile);
}
@media (width >= 1024px) {
  .spacer {
    height: var(--spacer-desktop);
  }
}

.youtube-embed iframe {
  display: block;
}

.heading {
  margin-bottom: var(--spacing-2xl);
}
.heading--center {
  text-align: center;
}
.heading--left {
  text-align: left;
}
.heading--standard .heading__title {
  font-size: var(--font-size-heading-lg);
}
.heading--large .heading__title {
  font-size: var(--font-size-heading-xl);
}
.heading__title {
  margin: 0;
  font-weight: var(--font-weight-regular);
}

.hero-banner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 220px;
  padding-block: 4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (width >= 1024px) {
  .hero-banner {
    min-height: 314px;
    padding-block: 5rem;
  }
}
.hero-banner__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.62);
}
.hero-banner__content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.hero-banner__title {
  margin: 0;
  font-size: var(--font-size-heading-lg);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-sm);
  color: var(--color-grey-light);
}

.hero-banner + .breadcrumbs {
  margin-top: 3rem;
}
@media (width >= 1024px) {
  .hero-banner + .breadcrumbs {
    margin-top: 5rem;
  }
}

.hero-slider {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 70vh;
  padding-block: 4rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (width >= 1024px) {
  .hero-slider {
    padding-block: 14rem;
  }
}
.hero-slider::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation: heroKenBurns 12s ease-in-out infinite alternate;
}
.hero-slider > * {
  position: relative;
  z-index: 1;
}
.hero-slider__wrapper {
  position: relative;
  width: 100%;
}
.hero-slider__slides {
  position: relative;
}
.hero-slider__slide {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
}
@media (prefers-reduced-motion: reduce) {
  .hero-slider__slide {
    transform: none;
    transition: opacity 0.3s ease, visibility 0.3s;
  }
}
.hero-slider__slide.is-active {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
@media (width >= 1024px) {
  .hero-slider__slide.is-active {
    display: flex;
    align-items: flex-start;
  }
}
.hero-slider__slide.is-exiting {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-100%);
}
@media (prefers-reduced-motion: reduce) {
  .hero-slider__slide.is-exiting {
    transform: none;
  }
}
.is-reverse .hero-slider__slide {
  transform: translateX(-100%);
}
@media (prefers-reduced-motion: reduce) {
  .is-reverse .hero-slider__slide {
    transform: none;
  }
}
.is-reverse .hero-slider__slide.is-exiting {
  transform: translateX(100%);
}
@media (prefers-reduced-motion: reduce) {
  .is-reverse .hero-slider__slide.is-exiting {
    transform: none;
  }
}
.hero-slider__content {
  position: relative;
  z-index: 2;
  padding: 3rem 2rem;
  background-color: var(--color-white);
}
@media (width >= 1024px) {
  .hero-slider__content {
    width: 40%;
    padding: 20px 140px 60px 20px;
  }
}
@media (width > 1300px) {
  .hero-slider__content {
    width: 50%;
  }
}
.hero-slider__title {
  margin: 0 0 2rem;
  font-size: 4rem;
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-xs);
  color: var(--color-text);
}
@media (width >= 1024px) {
  .hero-slider__title {
    margin-bottom: 3rem;
    font-size: 4rem;
  }
}
.hero-slider__text {
  margin-top: 2rem;
  font-size: var(--font-size-text-lg);
  line-height: var(--line-height-md);
  color: var(--color-text);
}
@media (width >= 1024px) {
  .hero-slider__text {
    margin-top: 3rem;
    font-size: var(--font-size-text-md);
  }
}
.hero-slider__image {
  margin-top: 2rem;
}
@media (width >= 1024px) {
  .hero-slider__image {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 3;
    width: auto;
    height: 100%;
    max-height: calc(100% - 100px);
    margin-top: 0;
    transform: translate(50%, -50%);
  }
}
.hero-slider__image img {
  width: auto;
  height: 100%;
  max-height: 80dvh;
}
.hero-slider__arrow {
  display: none;
}
@media (width >= 1024px) {
  .hero-slider__arrow {
    position: absolute;
    top: 50%;
    left: calc(50% + 180px);
    z-index: 10;
    display: block;
    padding: 0;
    cursor: pointer;
    background: none;
    border: none;
    transform: translateY(-50%);
    transition: opacity var(--transition-fast);
  }
  .hero-slider__arrow:hover {
    opacity: 0.7;
  }
  .hero-slider__arrow img {
    width: 54px;
    height: 54px;
  }
}
.hero-slider__dots {
  position: absolute;
  right: 30px;
  bottom: -30px;
  left: 30px;
  display: flex;
  gap: 20px;
}
@media (width >= 1024px) {
  .hero-slider__dots {
    right: auto;
    width: calc(50% - 30px);
  }
}
.hero-slider__dot {
  flex: 1;
  height: 5px;
  padding: 0;
  cursor: pointer;
  background-color: var(--color-white);
  border: none;
  transition: background-color var(--transition-fast);
}
.hero-slider__dot.is-active {
  background-color: var(--color-accent);
}

@keyframes heroKenBurns {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.18);
  }
}
.intro {
  position: relative;
  background-position: bottom;
}
.intro__slide {
  position: relative;
  display: flex;
  min-height: 100dvh;
  overflow: hidden;
}
.intro__bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 40s ease-out;
}
.intro__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.intro__layout {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  min-height: 100dvh;
  padding-block: 12rem 8rem;
}
.intro__layout--v-top {
  align-content: start;
}
.intro__layout--v-middle {
  align-content: center;
}
.intro__layout--v-bottom {
  align-content: end;
}
.intro__layout--h-left {
  justify-items: start;
  text-align: left;
}
.intro__layout--h-center {
  justify-items: center;
  text-align: center;
}
.intro__layout--h-right {
  justify-items: end;
  text-align: right;
}
.intro__content {
  max-width: 700px;
  opacity: 0;
  transition: opacity 0.9s ease, transform 0.9s ease;
  transition-delay: 0.2s;
}
.intro__title {
  margin: 0 0 1.5rem;
  font-size: var(--font-size-heading-lg);
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  color: var(--color-white);
}
.intro__subtitle {
  margin: 0 0 4.5rem;
  font-size: var(--font-size-heading-xxs);
  line-height: var(--line-height-std);
  color: var(--color-white);
}
.intro__btn {
  min-width: 220px;
  height: 56px;
  padding-inline: 4rem;
  font-size: var(--font-size-text-lg);
  border-radius: 3rem;
}
.intro__pagination {
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  z-index: 2;
  display: flex;
  gap: 8px;
  justify-content: center;
  width: 100%;
}
.intro__pagination .swiper-pagination-bullet {
  width: 16px;
  height: 3px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 3px;
  opacity: 0.2;
  transition: width var(--transition-base), opacity var(--transition-base);
}
.intro__pagination .swiper-pagination-bullet-active {
  width: 24px;
  opacity: 1;
}

.intro__layout--h-left .intro__content {
  transform: translateX(-40px);
}

.intro__layout--h-center .intro__content {
  transform: translateY(40px);
}

.intro__layout--h-right .intro__content {
  transform: translateX(40px);
}

.swiper-slide-active .intro__bg {
  transform: scale(1.1);
}
.swiper-slide-active .intro__content {
  opacity: 1;
  transform: none;
}

@media (width >= 1024px) {
  .intro__layout--v-top {
    padding-top: 20rem;
  }
}
.intro-icons {
  padding: 4rem 0;
  background-color: #292929;
}
@media (width >= 1024px) {
  .intro-icons {
    padding: 5rem 0;
  }
}
.intro-icons__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (width >= 1024px) {
  .intro-icons__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
}
.intro-icons__item {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.intro-icons__icon-box {
  position: relative;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
}
.intro-icons__icon, .intro-icons__arrow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform var(--transition-base);
}
.intro-icons__arrow {
  transform: translateX(-100%);
}
.intro-icons__item:hover .intro-icons__icon {
  transform: translateX(100%);
}
.intro-icons__item:hover .intro-icons__arrow {
  transform: translateX(0);
}
.intro-icons__label {
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
}

.featured-product {
  position: relative;
  padding-block: 6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (width >= 1024px) {
  .featured-product {
    padding-block: 10rem;
  }
}
.featured-product__overlay {
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.1;
}
.featured-product__content {
  position: relative;
  z-index: 1;
}
@media (width >= 1024px) {
  .featured-product__inner {
    max-width: 700px;
    margin-left: auto;
  }
}
.featured-product__title {
  margin: 0 0 2rem;
  font-size: var(--font-size-heading-xl);
  font-weight: var(--font-weight-bold);
  line-height: 1.15;
  color: var(--color-white);
}
.featured-product__title b {
  color: var(--color-red);
}
.featured-product__text {
  margin: 0 0 2.4rem;
  font-size: var(--font-size-text-md);
  line-height: 1.45;
  color: var(--color-text-muted);
}
@media (width >= 1024px) {
  .featured-product__text {
    font-size: var(--font-size-text-lg);
  }
}
.featured-product__features {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 0;
  margin: 0 0 3rem;
  list-style: none;
}
.featured-product__feature {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  font-size: var(--font-size-text-md);
  line-height: 1.45;
  color: var(--color-text-muted);
}
@media (width >= 1024px) {
  .featured-product__feature {
    font-size: var(--font-size-text-lg);
  }
}
.featured-product__feature-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 0.2rem;
}
.featured-product__bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.featured-product__button-wrapper {
  margin-top: 2rem;
  text-align: center;
}
@media (width >= 1024px) {
  .featured-product__button-wrapper {
    text-align: left;
  }
}
.featured-product__button-wrapper .btn {
  min-width: 220px;
  height: 56px;
  padding-inline: 4rem;
  font-size: var(--font-size-text-lg);
  border-radius: 3rem;
}

.post-item {
  display: flex;
  flex-direction: column;
  padding-bottom: var(--spacing-xs);
  color: var(--color-text);
  text-decoration: none;
  border-bottom: 1px solid var(--color-black);
}
.post-item__image {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.post-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.post-item:hover .post-item__image img {
  transform: scale(1.05);
}
.post-item__content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 5px;
}
.post-item__date {
  margin-bottom: var(--spacing-sm);
}
.post-item__title {
  margin-bottom: var(--spacing-lg);
}
.post-item__link {
  display: inline-flex;
  gap: 8px;
  margin-top: auto;
  font-size: var(--font-size-text-sm);
  font-weight: 700;
}
.post-item__chevron {
  margin-left: 15px;
}
.post-item--job-offer .post-item__date-label {
  font-weight: var(--font-weight-regular);
}
.post-item--job-offer .post-item__date {
  font-weight: var(--font-weight-bold);
}
.post-item--job-offer .post-item__title {
  margin-bottom: 0;
  font-size: var(--font-size-heading-xxs);
  color: var(--color-accent);
}
.post-item--job-offer .post-item__subtitle {
  margin-top: 0;
  margin-bottom: var(--spacing-lg);
}
.post-item--job-offer .post-item__content {
  padding-bottom: 0;
}

.single-news__back {
  padding-bottom: var(--spacing-lg);
}
.single-news__back-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: var(--font-size-text-sm);
  font-weight: 700;
  color: var(--color-text);
  text-decoration: none;
}
.single-news__chevron {
  transform: rotate(180deg);
}

.breadcrumbs {
  margin-bottom: var(--spacing-lg);
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.2rem;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (width >= 768px) {
  .breadcrumbs {
    margin-bottom: var(--spacing-2xl);
    overflow: visible;
    font-size: 1.6rem;
    white-space: normal;
  }
}
.breadcrumbs > span > span {
  margin-inline: 8px;
}
@media (width >= 768px) {
  .breadcrumbs > span > span {
    margin-inline: 15px;
  }
}
.breadcrumbs > span > span:first-child {
  margin-left: 0;
}
.breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: var(--color-accent);
}

.category-hero + .breadcrumbs {
  margin-top: var(--spacing-lg);
}
@media (width >= 768px) {
  .category-hero + .breadcrumbs {
    margin-top: var(--spacing-2xl);
  }
}

.post-grid {
  display: grid;
  gap: 3rem;
}
@media (width >= 1024px) {
  .post-grid {
    gap: 7rem 4.8rem;
  }
  .post-grid.less-gap {
    gap: 5rem 3rem;
  }
}
@media (width >= 768px) {
  .post-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width >= 1024px) {
  .post-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pagination {
  margin-block: var(--spacing-2xl);
}
.pagination--top {
  margin-top: 0;
  margin-bottom: var(--spacing-lg);
}
.pagination .nav-links,
.pagination > ul {
  display: flex;
  gap: var(--spacing-sm);
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3.6rem;
  height: 3.6rem;
  padding-inline: 0.4rem;
  font-size: var(--font-size-text-std);
  color: var(--color-text);
  text-decoration: none;
  border-radius: var(--radius-full);
  transition: color var(--transition-fast);
}
.pagination .page-numbers.current {
  color: var(--color-text);
  background: var(--color-white);
  border: 1px solid var(--color-red);
}
.pagination .page-numbers:hover:not(.current, .dots) {
  color: var(--color-accent);
}
.pagination .page-numbers.dots {
  min-width: auto;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  width: auto;
  min-width: auto;
  height: auto;
  padding-inline: 0;
}
.pagination .page-numbers.prev img, .pagination .page-numbers.next img {
  display: block;
}
.pagination .page-numbers.prev img {
  transform: rotate(180deg);
}

.product-link {
  display: flex;
  gap: var(--spacing-2xl);
  align-items: center;
  margin-bottom: var(--spacing-md);
  text-decoration: none;
}
.product-link__title {
  font-weight: var(--font-weight-bold);
  color: var(--color-accent);
  text-decoration: underline;
}
@media (width >= 1024px) {
  .product-link__title {
    font-size: var(--font-size-text-lg);
  }
}
.product-link__cta {
  display: flex;
  gap: var(--spacing-sm);
  align-items: center;
  font-size: var(--font-size-text-sm);
  font-weight: var(--font-weight-bold);
  color: var(--color-text);
  white-space: nowrap;
}
.product-link__arrow {
  display: inline-block;
}

.brands-grid__row {
  padding-top: 4rem;
}
.brands-grid__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-lg);
  place-items: center center;
}
@media (width >= 768px) {
  .brands-grid__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.brands-grid__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands-grid__item img {
  width: auto;
  max-height: 50px;
}
@media (width >= 768px) {
  .brands-grid__item img {
    max-height: 80px;
  }
}

.sidebar-content-layout {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
}
.sidebar-content-layout .container,
.sidebar-content-layout .photo-text__content {
  padding-inline: 0;
}
@media (width >= 1024px) {
  .sidebar-content-layout {
    flex-direction: row;
    gap: 4.8rem;
  }
}
@media (width >= 1024px) {
  .sidebar-content-layout__sidebar {
    flex-shrink: 0;
    width: 250px;
    padding-top: 60px;
  }
}
@media (width >= 1024px) {
  .sidebar-content-layout--wide-sidebar .sidebar-content-layout__sidebar {
    width: 380px;
  }
}
@media (width >= 1024px) {
  .sidebar-content-layout--no-sidebar-padding .sidebar-content-layout__sidebar {
    padding-top: 0;
  }
}
.sidebar-content-layout__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.2rem 0;
  font-family: inherit;
  font-size: var(--font-size-text-std);
  font-weight: var(--font-weight-bold);
  cursor: pointer;
  background: none;
  border: none;
  border-bottom: 1px solid var(--color-text);
}
@media (width >= 1024px) {
  .sidebar-content-layout__toggle {
    display: none;
  }
}
.sidebar-content-layout__toggle-icon {
  position: relative;
  width: 12px;
  height: 12px;
}
.sidebar-content-layout__toggle-icon::before, .sidebar-content-layout__toggle-icon::after {
  position: absolute;
  content: "";
  background: var(--color-text);
  transition: transform 0.3s;
}
.sidebar-content-layout__toggle-icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.sidebar-content-layout__toggle-icon::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
.sidebar-content-layout__toggle[aria-expanded=true] .sidebar-content-layout__toggle-icon::after {
  transform: translateX(-50%) rotate(90deg);
}
.sidebar-content-layout__nav {
  display: none;
}
.sidebar-content-layout__nav.is-open {
  display: block;
}
@media (width >= 1024px) {
  .sidebar-content-layout__nav {
    position: sticky;
    top: 40px;
    display: block;
    padding: 1.5rem;
    background: var(--color-white);
    border-radius: 1.6rem;
    transition: top 0.2s;
  }
}
.sidebar-content-layout__nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-content-layout__nav-list li {
  position: relative;
}
.sidebar-content-layout__nav-list > li {
  margin-bottom: 0.2rem;
}
.sidebar-content-layout__nav-list > li.is-expanded {
  padding-bottom: 0.6rem;
  background: #f0f0f1;
  border-radius: 1rem;
}
.sidebar-content-layout__link {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 1.2rem;
  align-items: center;
  padding: 1.2rem 1.4rem;
  font-size: var(--font-size-text-std);
  font-weight: var(--font-weight-medium);
  border-radius: 1rem;
  transition: background var(--transition-fast), color var(--transition-fast);
}
.sidebar-content-layout__link:hover {
  background: #f0f0f1;
}
.sidebar-content-layout__link.active {
  font-weight: var(--font-weight-bold);
}
.sidebar-content-layout__label {
  flex: 1;
  min-width: 0;
}
.sidebar-content-layout__icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}
.sidebar-content-layout__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sidebar-content-layout__chevron {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
}
.sidebar-content-layout__chevron img {
  width: 7px;
  height: 12px;
}
.menu-item-has-children > .sidebar-content-layout__link {
  padding-right: 4.6rem;
}
.sidebar-content-layout__submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
  height: 4.6rem;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
}
.sidebar-content-layout__submenu-toggle img {
  width: 7px;
  height: 12px;
  transition: transform var(--transition-fast);
}
.sidebar-content-layout__submenu-toggle[aria-expanded=true] img {
  transform: rotate(90deg);
}
.sidebar-content-layout__sub-list {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-content-layout__sub-list.is-open {
  display: block;
}
.sidebar-content-layout__sub-list .sidebar-content-layout__link {
  padding-block: 0.8rem;
  padding-left: 4.6rem;
  font-weight: var(--font-weight-regular);
}
.sidebar-content-layout__sub-list .sidebar-content-layout__link:hover {
  background: rgba(0, 0, 0, 0.04);
}
.sidebar-content-layout__sub-list .sidebar-content-layout__sub-list .sidebar-content-layout__link {
  padding-left: 6rem;
}
.sidebar-content-layout__content {
  flex: 1;
  min-width: 0;
}

.job-offer__title {
  position: relative;
  padding: var(--spacing-md) var(--spacing-lg);
  margin: 0 0 var(--spacing-xl);
  font-size: var(--font-size-heading-sm);
  font-weight: var(--font-weight-bold);
  background-color: #f4f4f4;
}
.job-offer__title::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 50vh;
  content: "";
  background-color: #f4f4f4;
}
.job-offer__intro {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  margin-bottom: var(--spacing-xl);
}
@media (width >= 1200px) {
  .job-offer__intro {
    flex-direction: row;
    align-items: flex-start;
  }
}
.job-offer__intro-left {
  flex: 1;
  min-width: 0;
}
@media (width >= 1200px) {
  .job-offer__intro-left {
    max-width: 45%;
  }
}
.job-offer__points {
  padding: 0;
  margin: 0 0 var(--spacing-lg);
  list-style: none;
}
.job-offer__point {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.8rem;
  font-weight: var(--font-weight-bold);
}
.job-offer__point::before {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  content: "";
  background-color: var(--color-accent);
  border-radius: 50%;
}
.job-offer__photo {
  flex-shrink: 0;
}
@media (width >= 1200px) and (width < 1600px) {
  .job-offer__photo {
    width: 50%;
    transform: translateX(50px);
  }
}
@media (width >= 1600px) {
  .job-offer__photo {
    width: calc(50% + 50dvw - 730px);
    margin-right: calc(-50dvw + 750px);
  }
}
.job-offer__photo img {
  width: 100%;
  height: auto;
}
.job-offer__first-section h2 {
  margin-top: var(--spacing-lg);
  margin-bottom: var(--spacing-md);
  font-weight: var(--font-weight-bold);
}
.job-offer__first-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.job-offer__first-section ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.8rem;
  line-height: var(--line-height-md);
}
.job-offer__first-section ul li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: var(--color-text);
  border-radius: 50%;
}
.job-offer__content h2 {
  margin-top: var(--spacing-xl);
  margin-bottom: var(--spacing-md);
  font-size: var(--font-size-heading-xxs);
  font-weight: var(--font-weight-bold);
}
.job-offer__content h2:first-child {
  margin-top: 0;
}
.job-offer__content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.job-offer__content ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.8rem;
  line-height: var(--line-height-md);
}
.job-offer__content ul li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: var(--color-text);
  border-radius: 50%;
}

.job-offers-page__header {
  margin: 0 0 var(--spacing-xl);
  font-size: var(--font-size-heading-xs);
  font-weight: var(--font-weight-bold);
}
.job-offers-page__intro-row {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  margin-bottom: var(--spacing-2xl);
}
@media (width >= 1200px) {
  .job-offers-page__intro-row {
    flex-direction: row;
    align-items: flex-start;
  }
}
.job-offers-page__text {
  flex: 1;
  min-width: 0;
}
@media (width >= 1200px) {
  .job-offers-page__text {
    max-width: 45%;
  }
}
.job-offers-page__text p {
  margin-bottom: var(--spacing-md);
  line-height: var(--line-height-md);
}
.job-offers-page__photo {
  flex-shrink: 0;
}
@media (width >= 1200px) and (width < 1600px) {
  .job-offers-page__photo {
    width: 50%;
    transform: translateX(50px);
  }
}
@media (width >= 1600px) {
  .job-offers-page__photo {
    width: calc(50% + 50dvw - 730px);
    margin-right: calc(-50dvw + 750px);
  }
}
.job-offers-page__photo img {
  width: 100%;
  height: auto;
}
.job-offers-page__listing-title {
  margin: 0 0 var(--spacing-xl);
  font-size: var(--font-size-heading-xs);
  font-weight: var(--font-weight-bold);
}

.job-offers-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 5rem;
}
@media (width >= 1024px) {
  .job-offers-list {
    gap: 2rem;
    margin-bottom: 9rem;
  }
}

.job-offer-item {
  overflow: hidden;
  background-color: var(--color-grey-light);
  border-radius: 3rem;
}
.job-offer-item__header {
  position: relative;
  display: grid;
  width: 100%;
  padding: 2.4rem 5.6rem 2.4rem 2.4rem;
  font-family: var(--font-primary);
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
}
@media (width >= 1024px) {
  .job-offer-item__header {
    padding: 3rem 10rem 3rem 7.4%;
  }
}
.job-offer-item__date {
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
  font-weight: var(--font-weight-medium);
  color: var(--color-text);
  letter-spacing: -0.28px;
}
.job-offer-item__title {
  margin-bottom: 0.6rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: var(--line-height-sm);
  color: var(--color-black);
}
@media (width >= 1024px) {
  .job-offer-item__title {
    font-size: 2.6rem;
    line-height: 1.19;
  }
}
.job-offer-item__excerpt {
  max-width: 87rem;
  font-size: var(--font-size-text-sm);
  line-height: 1.5;
  color: var(--color-text);
}
.job-offer-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 2.4rem;
  margin-top: 1.4rem;
}
.job-offer-item__tag {
  display: flex;
  gap: 0.8rem;
  align-items: baseline;
  font-size: var(--font-size-text-sm);
  font-weight: var(--font-weight-medium);
  line-height: 1.36;
  color: var(--color-red);
}
.job-offer-item__tag::before {
  content: "•";
}
.job-offer-item__icon {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  transform: translateY(-50%);
}
@media (width >= 1024px) {
  .job-offer-item__icon {
    right: 7.1%;
    width: 3rem;
    height: 3rem;
  }
}
.job-offer-item__icon::before, .job-offer-item__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background-color: var(--color-text);
  transition: opacity var(--transition-fast), transform var(--transition-fast);
}
.job-offer-item__icon::before {
  width: 100%;
  height: 4px;
  transform: translate(-50%, -50%);
}
.job-offer-item__icon::after {
  width: 4px;
  height: 100%;
  transform: translate(-50%, -50%);
}
.job-offer-item.is-open .job-offer-item__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.job-offer-item__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition-base);
}
.job-offer-item__body-inner {
  padding: 1rem 2.4rem 3rem;
}
@media (width >= 1024px) {
  .job-offer-item__body-inner {
    padding: 3rem 7.4% 4.6%;
  }
}
.job-offer-item__cols {
  display: grid;
  gap: 3rem;
}
@media (width >= 768px) {
  .job-offer-item__cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 9.9%;
  }
}
.job-offer-item__col-title {
  margin: 0 0 2.4rem;
  font-size: 1.8rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.25;
  color: var(--color-text);
}
@media (width >= 1024px) {
  .job-offer-item__col-title {
    font-size: 2rem;
  }
}
.job-offer-item__col-text {
  font-size: var(--font-size-text-sm);
  line-height: 1.5;
  color: var(--color-text);
}
.job-offer-item__col-text ul,
.job-offer-item__col-text ol {
  padding-left: 2.1rem;
  margin: 0;
}
.job-offer-item__col-text li {
  margin-bottom: 0;
}
.job-offer-item__col-text p {
  margin-block: 0 1.2rem;
}
.job-offer-item__apply {
  min-width: 27.8rem;
  height: 5.4rem;
  margin-top: 4rem;
  font-family: var(--font-primary);
  font-size: var(--font-size-text-std);
}

.job-cta {
  margin-bottom: 5rem;
}
@media (width >= 1024px) {
  .job-cta {
    margin-bottom: 10rem;
  }
}
.job-cta__inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4rem 2.4rem;
  overflow: hidden;
  background-color: var(--color-black);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 3rem;
}
@media (width >= 1024px) {
  .job-cta__inner {
    min-height: 36rem;
    padding: 5rem 9%;
  }
}
.job-cta__inner::before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.62);
}
.job-cta__content {
  position: relative;
  z-index: 1;
  max-width: 68.7rem;
}
.job-cta__title {
  margin: 0 0 2.4rem;
  font-size: var(--font-size-heading-md);
  font-weight: var(--font-weight-medium);
  line-height: 1.25;
  color: var(--color-grey-light);
}
@media (width >= 1024px) {
  .job-cta__title {
    font-size: 2.8rem;
  }
}
.job-cta__text {
  margin: 0 0 3rem;
  font-size: var(--font-size-text-std);
  line-height: var(--line-height-md);
  color: var(--color-grey-light);
}
@media (width >= 1024px) {
  .job-cta__text {
    font-size: 2rem;
    line-height: 1.55;
  }
}
.job-cta__button {
  min-width: 17.7rem;
  height: 4.4rem;
  font-family: var(--font-primary);
  font-size: var(--font-size-text-std);
}

.job-form {
  margin-bottom: 5rem;
}
@media (width >= 1024px) {
  .job-form {
    margin-bottom: 10rem;
  }
}
.job-form__card {
  max-width: 83.9rem;
  padding: 3rem 2.4rem;
  margin-inline: auto;
  background-color: var(--color-grey-light);
  border-radius: 3rem;
}
@media (width >= 768px) {
  .job-form__card {
    padding: 3.4rem 6rem 6.7rem;
  }
}
.job-form__title {
  margin: 0 0 2.7rem;
  font-size: var(--font-size-heading-std);
  font-weight: var(--font-weight-medium);
  line-height: 1.25;
  color: var(--color-text);
}
@media (width >= 768px) {
  .job-form__title {
    font-size: 2.8rem;
  }
}
.job-form__row {
  display: grid;
  gap: 0 2.1rem;
}
@media (width >= 768px) {
  .job-form__row {
    grid-template-columns: 344fr 357fr;
  }
}
.job-form__field {
  margin: 0 0 0.6rem;
}
.job-form__label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: var(--font-size-text-md);
  line-height: 1.5;
  color: var(--color-text);
}
.job-form__file {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.8rem;
  align-items: center;
}
.job-form__file .wpcf7-form-control-wrap {
  display: contents;
}
.job-form__file input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.job-form__file .wpcf7-not-valid-tip {
  flex-basis: 100%;
  order: 1;
}
.job-form__file-button {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  width: 100%;
  max-width: 44rem;
  min-height: 4.5rem;
  padding: 0.8rem 4.8rem 0.8rem 1.8rem;
  font-size: var(--font-size-text-sm);
  color: var(--color-grey-medium);
  cursor: pointer;
  background-image: url("../images/icon-attachment.svg");
  background-repeat: no-repeat;
  background-position: right 1.8rem center;
  background-size: 2rem 2rem;
  border: 1px solid var(--color-grey-medium);
  border-radius: var(--radius-lg);
}
.job-form__file-hint {
  font-size: 1rem;
  color: var(--color-grey-medium);
}
.job-form__consents {
  margin-top: 2.3rem;
}
.job-form__submit {
  margin: 2.6rem 0 0;
}

.job-form .wpcf7-form input.wpcf7-text,
.job-form .wpcf7-form input.wpcf7-number,
.job-form .wpcf7-form select.wpcf7-form-control,
.job-form .wpcf7-form textarea.wpcf7-form-control {
  width: 100%;
  height: 4.5rem;
  padding-inline: 1.2rem;
  font-family: var(--font-primary);
  font-size: var(--font-size-text-md);
  color: var(--color-text);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--color-white);
  border: 0;
  border-radius: var(--radius-lg);
}
.job-form .wpcf7-form input.wpcf7-text::-moz-placeholder, .job-form .wpcf7-form textarea.wpcf7-form-control::-moz-placeholder {
  color: var(--color-text-muted);
}
.job-form .wpcf7-form input.wpcf7-text::placeholder,
.job-form .wpcf7-form textarea.wpcf7-form-control::placeholder {
  color: var(--color-text-muted);
}
.job-form .wpcf7-form textarea.wpcf7-form-control {
  height: 13.2rem;
  padding-block: 1.1rem;
  resize: vertical;
}
.job-form .wpcf7-form select.wpcf7-form-control {
  padding-left: 4.4rem;
  background-image: url("../images/icon-select-chevron.svg");
  background-repeat: no-repeat;
  background-position: left 1.2rem center;
  background-size: 2.4rem 2.4rem;
}
.job-form .wpcf7-form .wpcf7-acceptance {
  display: block;
}
.job-form .wpcf7-form .job-form__consents .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 1.6rem;
}
.job-form .wpcf7-form .job-form__consents .wpcf7-not-valid-tip {
  margin-top: 0.6rem;
  margin-left: 3.9rem;
}
.job-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}
.job-form .wpcf7-form .wpcf7-acceptance label {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  cursor: pointer;
}
.job-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: var(--font-size-text-sm);
  line-height: 1.5;
  color: var(--color-text);
}
.job-form .wpcf7-form .wpcf7-acceptance input[type=checkbox] {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: var(--color-white);
  border: 0;
  border-radius: var(--radius-sm);
}
.job-form .wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked {
  background-image: url("../images/check-red.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.4rem 1.4rem;
}
.job-form .wpcf7-form .wpcf7-submit {
  width: 100%;
  height: 4.4rem;
  font-size: var(--font-size-text-md);
  color: var(--color-white);
  cursor: pointer;
  background-color: var(--color-text);
  border: 0;
  border-radius: var(--radius-pill);
  transition: background-color var(--transition-base);
}
.job-form .wpcf7-form .wpcf7-submit:hover {
  background-color: var(--color-red);
}
.job-form .wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.2rem;
  color: var(--color-red);
}
.job-form .wpcf7-form .wpcf7-response-output {
  padding: 1.2rem 1.6rem;
  margin: 2rem 0 0;
  font-size: var(--font-size-text-sm);
  border: 1px solid var(--color-grey-medium);
  border-radius: var(--radius-md);
}

.blog-nav {
  position: relative;
  margin-block: 3rem;
}
@media (width >= 1024px) {
  .blog-nav {
    padding-inline: 5rem;
    margin-block: 5rem 6rem;
  }
}
.blog-nav__swiper {
  overflow: hidden;
}
.blog-nav__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: var(--color-black);
}
.blog-nav__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  padding: 1.5rem;
  overflow: hidden;
  background-color: var(--color-grey-light);
  border-radius: 2rem;
}
.blog-nav__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform var(--transition-base);
}
.blog-nav__item:hover .blog-nav__icon img {
  transform: scale(1.05);
}
.blog-nav__label {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: var(--line-height-sm);
}
.blog-nav__item.is-active .blog-nav__label {
  color: var(--color-red);
}
.blog-nav__arrow {
  position: absolute;
  top: 0;
  bottom: 4.5rem;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  width: 4rem;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
}
@media (width >= 1024px) {
  .blog-nav__arrow {
    display: flex;
  }
}
.blog-nav__arrow img {
  width: 2.4rem;
  height: 2.4rem;
}
.blog-nav__arrow--prev {
  left: 0;
}
.blog-nav__arrow--next {
  right: 0;
}
.blog-nav__arrow[disabled] {
  pointer-events: none;
  opacity: 0.3;
}

.blog-featured {
  margin-block: 5rem;
}
@media (width >= 1024px) {
  .blog-featured {
    margin-block: 9rem 8rem;
  }
}
.blog-featured__heading {
  margin: 0 0 3rem;
  font-size: var(--font-size-heading-lg);
  font-weight: var(--font-weight-regular);
  text-align: center;
}
.blog-featured__list {
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
}
.blog-featured__item {
  display: grid;
  gap: 0 4.8rem;
  overflow: hidden;
  color: var(--color-text);
  background-color: var(--color-grey-light);
  border-radius: 3rem;
}
@media (width >= 768px) {
  .blog-featured__item {
    grid-template-columns: 19.5% 1fr auto;
    align-items: start;
    padding-right: 3.5%;
  }
}
.blog-featured__media {
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 3rem;
}
.blog-featured__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform var(--transition-base);
}
@media (width >= 768px) {
  .blog-featured__media {
    aspect-ratio: 292/222;
  }
}
.blog-featured__item:hover .blog-featured__media img {
  transform: scale(1.04);
}
.blog-featured__body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 2rem 2.4rem 2.4rem;
}
@media (width >= 768px) {
  .blog-featured__body {
    padding: 2.7rem 0 2.4rem;
  }
}
.blog-featured__category {
  font-size: var(--font-size-text-std);
  font-weight: 600;
  line-height: 1;
  color: var(--color-red);
  text-transform: uppercase;
}
.blog-featured__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: var(--line-height-sm);
  color: var(--color-black);
}
@media (width >= 1024px) {
  .blog-featured__title {
    max-width: 66.8rem;
    font-size: 2.6rem;
    line-height: 1.19;
  }
}
.blog-featured__excerpt {
  font-size: var(--font-size-text-md);
  line-height: 1.28;
  color: var(--color-text);
}
@media (width >= 1024px) {
  .blog-featured__excerpt {
    max-width: 35.1rem;
  }
}
.blog-featured__date {
  padding: 0 2.4rem 2.4rem;
  font-size: 1.5rem;
  font-weight: var(--font-weight-medium);
  color: var(--color-text);
  letter-spacing: -0.28px;
}
@media (width >= 768px) {
  .blog-featured__date {
    padding: 3rem 0 0;
    white-space: nowrap;
  }
}

.blog-listing__heading {
  margin: 0 0 2rem;
  font-size: var(--font-size-heading-lg);
  font-weight: var(--font-weight-regular);
  text-align: center;
}
@media (width >= 1024px) {
  .blog-listing__heading {
    margin-bottom: 5rem;
  }
}
@media (width >= 1024px) {
  .blog-listing .pagination {
    margin-block: 4.8rem 9rem;
  }
}

.post-content {
  --post-reading-width: 120rem;
  padding-block: 4rem 5rem;
}
@media (width >= 1024px) {
  .post-content {
    padding-block: 6rem 8rem;
  }
}
.post-content .heading {
  margin-bottom: 2.4rem;
  text-align: left;
}
.post-content .heading__title {
  font-size: var(--font-size-heading-md);
  font-weight: 600;
}
@media (width >= 1024px) {
  .post-content .heading__title {
    font-size: 3.2rem;
  }
}
.post-content .text-column,
.post-content .text-two-cols {
  max-width: var(--post-reading-width);
}
@media (width >= 1200px) {
  .post-content .text-column,
  .post-content .text-two-cols {
    width: min(100% - 2 * var(--container-gutter-width, 3rem), var(--post-reading-width));
    padding-inline: 0;
    margin-inline: auto;
  }
}
.post-content .text-column h2,
.post-content .text-two-cols h2 {
  margin-block: 3rem 1.2rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--color-black);
}
@media (width >= 1024px) {
  .post-content .text-column h2,
  .post-content .text-two-cols h2 {
    font-size: 2.4rem;
  }
}
.post-content .text-column h3,
.post-content .text-two-cols h3 {
  margin-block: 2.4rem 0.8rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--color-black);
}
@media (width >= 1024px) {
  .post-content .text-column h3,
  .post-content .text-two-cols h3 {
    font-size: 2rem;
  }
}
.post-content .text-column p,
.post-content .text-two-cols p,
.post-content .text-column ul,
.post-content .text-column ol {
  margin-block: 0 1.2rem;
  font-size: var(--font-size-text-sm);
  line-height: 1.5;
}
.post-content .gallery img,
.post-content .photo-text__photo img {
  border-radius: 3rem;
}
.post-content .faq {
  margin-block: 6rem;
}

.post-images {
  display: grid;
  gap: 2rem;
  margin-block: 4rem;
}
@media (width >= 768px) {
  .post-images {
    grid-template-columns: repeat(var(--post-images-count, 1), 1fr);
    gap: 2.6rem;
  }
}
@media (width >= 1024px) {
  .post-images {
    margin-block: 6rem;
  }
}
.post-images__item {
  margin: 0;
  overflow: hidden;
  border-radius: 3rem;
}
@media (width >= 768px) {
  .post-images__item {
    aspect-ratio: calc(3.488372093 / var(--post-images-count, 1));
  }
}
.post-images__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo-text--card {
  gap: 2rem;
}
@media (width >= 1024px) {
  .photo-text--card {
    gap: 2.6rem;
    align-items: stretch;
  }
}
.photo-text--card .photo-text__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 2;
  width: 100%;
  max-width: none;
  padding: 3rem 2.4rem;
  background-color: var(--color-grey-light);
  border-radius: 3rem;
}
@media (width >= 1024px) {
  .photo-text--card .photo-text__content {
    width: 57.4%;
    padding: 5rem 10.3%;
  }
}
.photo-text--card .photo-text__photo {
  order: 1;
  width: 100%;
  overflow: hidden;
  border-radius: 3rem;
}
@media (width >= 1024px) {
  .photo-text--card .photo-text__photo {
    width: 40.9%;
    min-height: 40rem;
  }
}
.photo-text--card .photo-text__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3rem;
}
@media (width >= 1024px) {
  .photo-text--card.photo-text--reverse .photo-text__content {
    order: 1;
  }
  .photo-text--card.photo-text--reverse .photo-text__photo {
    order: 2;
  }
}

.contact-form {
  position: relative;
}
.contact-form__bg {
  display: none;
}
@media (width >= 1024px) {
  .contact-form__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    display: block;
    width: 56%;
    overflow: hidden;
    border-radius: var(--radius-sm) 0 0 var(--radius-sm);
  }
  .contact-form__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.contact-form__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media (width >= 1024px) {
  .contact-form__container {
    flex-direction: row;
  }
}
.contact-form__left {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}
@media (width >= 1024px) {
  .contact-form__left {
    flex-shrink: 0;
    width: 44%;
    padding: 0 60px 0 0;
  }
}
.contact-form__title {
  margin-bottom: 10px;
  font-size: var(--font-size-heading-xl);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-sm);
  color: var(--color-black);
}
.contact-form__text {
  font-size: var(--font-size-text-md);
  line-height: var(--line-height-lg);
  color: var(--color-text);
}
.contact-form__image {
  padding-top: 40px;
  margin-top: auto;
}
@media (width < 1024px) {
  .contact-form__image {
    display: none;
  }
}
.contact-form__image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 550px;
}
.contact-form__right {
  background-position: center;
  background-size: cover;
}
@media (width < 1024px) {
  .contact-form__right {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (width >= 1024px) {
  .contact-form__right {
    flex-shrink: 0;
    width: 56%;
    background-image: none !important;
  }
}
.contact-form__form {
  padding: 40px 15px;
}
@media (width >= 1024px) {
  .contact-form__form {
    max-width: 600px;
    padding: 60px;
  }
}

.contact-form__form .wpcf7-form p {
  margin: 0;
}
.contact-form__form .two-fields-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 16px;
}
@media (width >= 600px) {
  .contact-form__form .two-fields-row {
    grid-template-columns: 1fr 1fr;
    gap: 8px 24px;
  }
}
.contact-form__form .two-fields-row > p {
  display: none;
}
.contact-form__form .two-fields-row > .field__field:nth-of-type(2) {
  margin-bottom: 8px;
}
@media (width >= 600px) {
  .contact-form__form .two-fields-row > .field__field:nth-of-type(2) {
    margin-bottom: 0;
  }
}
@media (width >= 600px) {
  .contact-form__form .two-fields-row > .field__label:nth-of-type(1) {
    grid-row: 1;
    grid-column: 1;
  }
  .contact-form__form .two-fields-row > .field__field:nth-of-type(2) {
    grid-row: 2;
    grid-column: 1;
  }
  .contact-form__form .two-fields-row > .field__label:nth-of-type(3) {
    grid-row: 1;
    grid-column: 2;
  }
  .contact-form__form .two-fields-row > .field__field:nth-of-type(4) {
    grid-row: 2;
    grid-column: 2;
  }
}
.contact-form__form > p:has(> label.field) {
  display: none;
}
.contact-form__form .field {
  position: relative;
  display: block;
  margin-bottom: 16px;
}
.contact-form__form .field__label {
  display: block;
  margin-bottom: 8px;
  font-size: 1.3rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
}
.contact-form__form .field__field p {
  margin: 0;
}
.contact-form__form .field__field .wpcf7-form-control-wrap {
  display: block;
}
.contact-form__form .field__field input[type=text],
.contact-form__form .field__field input[type=email],
.contact-form__form .field__field input[type=tel],
.contact-form__form .field__field select,
.contact-form__form .field__field textarea {
  width: 100%;
  padding: 12px;
  font-family: var(--font-primary);
  font-size: var(--font-size-text-std);
  line-height: 24px;
  color: var(--color-white);
  outline: none;
  background: transparent;
  border: 1px solid var(--color-white);
  border-radius: 4px;
}
.contact-form__form .field__field input[type=text]::-moz-placeholder, .contact-form__form .field__field input[type=email]::-moz-placeholder, .contact-form__form .field__field input[type=tel]::-moz-placeholder, .contact-form__form .field__field select::-moz-placeholder, .contact-form__form .field__field textarea::-moz-placeholder {
  color: var(--color-white);
}
.contact-form__form .field__field input[type=text]::placeholder,
.contact-form__form .field__field input[type=email]::placeholder,
.contact-form__form .field__field input[type=tel]::placeholder,
.contact-form__form .field__field select::placeholder,
.contact-form__form .field__field textarea::placeholder {
  color: var(--color-white);
}
.contact-form__form .field__field input[type=text]:focus,
.contact-form__form .field__field input[type=email]:focus,
.contact-form__form .field__field input[type=tel]:focus,
.contact-form__form .field__field select:focus,
.contact-form__form .field__field textarea:focus {
  outline: none;
}
.contact-form__form .field__field select {
  padding-right: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M10.59 0L6 4.58L1.41 0L0 1.41L6 7.41L12 1.41L10.59 0Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.contact-form__form .field__field select option {
  color: var(--color-text);
  background: var(--color-white);
}
.contact-form__form .field__field textarea {
  height: 120px;
  min-height: 120px;
  resize: vertical;
}
.contact-form__form .field--checkbox {
  margin-bottom: 16px;
}
.contact-form__form .field--checkbox .wpcf7-form-control-wrap {
  display: block;
}
.contact-form__form .field--checkbox .wpcf7-acceptance {
  display: block;
}
.contact-form__form .field--checkbox .wpcf7-list-item {
  margin: 0;
}
.contact-form__form .field--checkbox .wpcf7-list-item label {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  cursor: pointer;
}
.contact-form__form .field--checkbox .wpcf7-list-item-label {
  font-size: 13px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.75);
}
.contact-form__form .field--checkbox input[type=checkbox] {
  flex-shrink: 0;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-top: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}
.contact-form__form .field--checkbox input[type=checkbox]:checked {
  background: var(--color-white);
}
.contact-form__form .field--checkbox p {
  margin: 0;
}
.contact-form__form .field--submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
  margin-bottom: 0;
}
.contact-form__form .field--submit p {
  margin: 0;
}
.contact-form__form .wpcf7-not-valid-tip {
  position: relative;
  display: block;
  padding: 3px;
  margin-top: -3px;
  font-size: 1.3rem;
  color: var(--color-white);
  background: #ff6b6b;
}
.contact-form__form .wpcf7-response-output {
  padding: 12px;
  margin: 20px 0 0;
  color: var(--color-white);
  border: 1px solid var(--color-white);
  border-radius: 4px;
}
.contact-form__form .wpcf7-spinner {
  position: absolute;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (width >= 1024px) {
  .contact-section {
    grid-template-columns: minmax(0, 535fr) minmax(0, 839fr);
    gap: 2.6rem;
    align-items: stretch;
  }
}
.contact-section__info {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.contact-section__card {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  padding: 2.5rem 3rem;
  background-color: var(--color-grey-light);
  border-radius: var(--radius-xl);
}
@media (width >= 1024px) {
  .contact-section__card {
    flex-grow: 1;
    gap: 5.5rem;
    min-height: 162px;
    padding: 3rem 4rem;
  }
}
.contact-section__icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}
@media (width >= 1024px) {
  .contact-section__icon {
    width: 50px;
    height: 50px;
  }
}
.contact-section__icon img {
  width: 100%;
  height: 100%;
}
.contact-section__card-text {
  font-size: var(--font-size-text-md);
  line-height: var(--line-height-md);
  color: var(--color-text);
}
.contact-section__card-text a {
  display: block;
  color: inherit;
  transition: color var(--transition-fast);
}
.contact-section__card-text a:hover {
  color: var(--color-accent);
}
.contact-section__form-card {
  display: flex;
  flex-direction: column;
  padding: 3rem;
  background-color: var(--color-grey-light);
  border-radius: var(--radius-xl);
}
@media (width >= 1024px) {
  .contact-section__form-card {
    padding: 4rem;
  }
}
.contact-section__form-title {
  margin: 0 0 2.5rem;
  font-size: var(--font-size-heading-std);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-sm);
  color: var(--color-text);
}

.contact-section__form {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.contact-section__form .wpcf7-form {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.contact-section__form .wpcf7-form > .field:has(textarea) {
  flex: 1;
}
.contact-section__form .field:has(textarea) .field__field,
.contact-section__form .field:has(textarea) .wpcf7-form-control-wrap {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.contact-section__form .wpcf7-form > .field,
.contact-section__form .wpcf7-form > .two-fields-row {
  margin-bottom: 2rem;
}
.contact-section__form .two-fields-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (width >= 768px) {
  .contact-section__form .two-fields-row {
    grid-template-columns: 1fr 1fr;
  }
}
.contact-section__form .field {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.contact-section__form .field__label {
  margin-bottom: 0.8rem;
  font-size: var(--font-size-text-md);
  color: var(--color-text);
}
.contact-section__form input[type=text],
.contact-section__form input[type=email],
.contact-section__form input[type=tel],
.contact-section__form select,
.contact-section__form textarea {
  width: 100%;
  height: 45px;
  padding: 0 1.6rem;
  font-family: var(--font-primary);
  font-size: var(--font-size-text-md);
  color: var(--color-text);
  background-color: var(--color-white);
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  transition: border-color var(--transition-fast);
}
.contact-section__form textarea {
  flex: 1;
  height: auto;
  min-height: 160px;
  padding: 1.4rem 1.6rem;
  resize: vertical;
}
.contact-section__form input::-moz-placeholder, .contact-section__form textarea::-moz-placeholder {
  color: var(--color-text-muted);
}
.contact-section__form input::placeholder,
.contact-section__form textarea::placeholder,
.contact-section__form select:invalid {
  color: var(--color-text-muted);
}
.contact-section__form input:focus,
.contact-section__form select:focus,
.contact-section__form textarea:focus {
  outline: none;
  border-color: var(--color-accent);
}
.contact-section__form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-image: url("../images/chevron-down-dark.svg");
  background-repeat: no-repeat;
  background-position: right 1.6rem center;
  background-size: 14px;
}
.contact-section__form .wpcf7-form-control-wrap {
  display: block;
}
.contact-section__form .field--checkbox {
  font-size: var(--font-size-text-sm);
  line-height: var(--line-height-md);
  color: var(--color-text);
}
.contact-section__form .field--checkbox .wpcf7-list-item {
  margin: 0;
}
.contact-section__form .field--checkbox label {
  display: flex;
  gap: 1.4rem;
  align-items: flex-start;
  margin: 0;
}
.contact-section__form .field--checkbox input[type=checkbox] {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: var(--color-white);
  border: none;
  border-radius: var(--radius-md);
}
.contact-section__form .field--checkbox input[type=checkbox]:checked {
  background-color: var(--color-red);
  background-image: url("../images/check-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
.contact-section__form .field--submit {
  align-items: stretch;
}
@media (width >= 768px) {
  .contact-section__form .field--submit {
    align-items: flex-end;
  }
}
.contact-section__form input[type=submit] {
  width: 100%;
  height: auto;
  min-height: 44px;
  padding: 1.2rem 3.5rem;
  font-family: var(--font-primary);
  font-size: var(--font-size-text-md);
  color: var(--color-white);
  cursor: pointer;
  background-color: var(--color-red);
  border: none;
  border-radius: var(--radius-pill);
  transition: opacity var(--transition-fast);
}
@media (width >= 768px) {
  .contact-section__form input[type=submit] {
    width: auto;
  }
}
.contact-section__form input[type=submit]:hover {
  opacity: 0.88;
}
.contact-section__form .wpcf7-not-valid-tip {
  margin-top: 0.6rem;
  font-size: var(--font-size-text-sm);
  color: var(--color-red);
}
.contact-section__form .wpcf7-response-output {
  margin: 2rem 0 0;
  font-size: var(--font-size-text-sm);
}
.contact-section__form .form-footer .field--checkbox {
  margin-bottom: 2rem;
}
@media (width >= 768px) {
  .contact-section__form .form-footer {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
  }
  .contact-section__form .form-footer .field--checkbox {
    margin-bottom: 0;
  }
}

.product-section {
  position: relative;
}
@media (width >= 1024px) {
  .product-section::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(50% - 55px);
    content: "";
    background: #f7f7f7;
  }
}
.product-section__inner {
  position: relative;
  z-index: 9;
}
@media (width >= 1024px) {
  .product-section__inner {
    display: flex;
    gap: 110px;
    align-items: center;
  }
}
.product-section__image, .product-section__content {
  flex: 1 1 0;
}
.product-section__image {
  display: flex;
  justify-content: center;
}
@media (width >= 1024px) {
  .product-section__image {
    padding-block: 50px;
  }
}
.product-section__image img {
  width: auto;
  max-height: 485px;
}
.product-section__content {
  background: #f7f7f7;
}
.product-section__content h2 {
  margin-top: 0;
  color: var(--color-accent);
}
@media (width < 1024px) {
  .product-section__content {
    padding: 35px 15px;
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (width >= 1024px) {
  .product-section__content {
    max-width: calc(50% - 55px);
    padding: 55px;
  }
}
.product-section__points {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  font-size: var(--font-size-text-lg);
  list-style-type: none;
}
.product-section__point {
  padding: 5px 15px;
  border-bottom: 1px solid var(--color-black);
}
.product-section__point:last-child {
  border: 0;
}
@media (width >= 1024px) {
  .product-section__point {
    max-width: 450px;
  }
}
.product-section__see-also {
  margin-top: 25px;
}
.product-section__see-also-label {
  display: block;
  margin-bottom: 15px;
}
.product-section__see-also-links {
  font-weight: var(--font-weight-bold);
  color: var(--color-accent);
}
.product-section__see-also-link:hover {
  text-decoration: underline;
}
.product-section__see-also-separator {
  display: inline-block;
  margin-inline: 15px;
}

.footer {
  color: var(--color-white);
  background: #242424;
}
.footer__main {
  padding-top: 30px;
}
@media (width >= 1024px) {
  .footer__main {
    padding-top: 80px;
  }
}
.footer__top {
  margin-bottom: 40px;
}
@media (width < 1024px) {
  .footer__top {
    text-align: center;
  }
}
@media (width >= 1024px) {
  .footer__top {
    margin-bottom: 60px;
  }
}
.footer__logo {
  display: block;
  max-width: 200px;
  margin-inline: auto;
}
@media (width >= 1024px) {
  .footer__logo {
    max-width: 280px;
    margin-inline: 0;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (width < 1024px) {
  .footer__badges {
    justify-content: center;
  }
}
@media (width >= 1024px) {
  .footer__badges {
    gap: 20px;
  }
}
.footer__badge {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 8px;
  text-align: center;
  border: 1px solid var(--color-white);
  border-radius: var(--radius-sm);
  transition: opacity var(--transition-base);
}
@media (width < 1024px) {
  .footer__badge {
    width: 100px;
    height: 100px;
  }
}
@media (width >= 1024px) {
  .footer__badge {
    width: 110px;
    height: 110px;
  }
}
.footer__badge:hover {
  opacity: 0.7;
}
.footer__badge img {
  width: auto;
  max-width: 45px;
  height: 40px;
  margin-bottom: 10px;
}
.footer__badge span {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.footer__inner {
  background: url("../images/emblem.svg") no-repeat left 15px top 160px;
}
.footer__content {
  display: grid;
  gap: 40px;
  padding-bottom: 30px;
}
@media (width < 1024px) {
  .footer__content {
    text-align: center;
  }
}
@media (width >= 768px) {
  .footer__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width >= 1024px) {
  .footer__content {
    grid-template-columns: 1fr 1fr auto;
    gap: 60px;
    padding-bottom: 60px;
  }
}
.footer__col--info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__col--nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (width >= 1024px) {
  .footer__col--badges {
    justify-self: end;
  }
}
.footer__company {
  font-size: var(--font-size-text-std);
  line-height: var(--line-height-sm);
}
@media (width >= 1024px) {
  .footer__company {
    margin-bottom: 40px;
  }
}
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: var(--font-size-text-std);
}
.footer__contact a {
  transition: opacity var(--transition-fast);
}
.footer__contact a:hover {
  opacity: 0.7;
}
.footer__social {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 20px;
}
@media (width < 1024px) {
  .footer__social {
    justify-content: center;
  }
}
.footer__social .social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity var(--transition-fast);
}
.footer__social .social-item:hover {
  opacity: 0.7;
}
.footer__social .social-item__icon {
  width: auto;
  max-height: 22px;
}
.footer__nav--primary .footer__menu {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__nav--primary .footer__menu a {
  font-size: var(--font-size-text-std);
  transition: opacity var(--transition-fast);
}
.footer__nav--primary .footer__menu a:hover {
  opacity: 0.7;
}
.footer__bottom {
  padding-bottom: 30px;
}
.footer__bottom-inner {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (width < 1024px) {
  .footer__bottom-inner {
    flex-direction: column;
    text-align: center;
  }
}
@media (width >= 1024px) {
  .footer__bottom-inner {
    flex-direction: row;
    gap: 60px;
    justify-content: space-between;
    text-align: left;
  }
}
.footer__legal {
  flex: 1 1 0;
}
.footer__legal-menu {
  display: flex;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__legal-menu a {
  font-size: var(--font-size-text-sm);
  transition: opacity var(--transition-fast);
}
.footer__legal-menu a:hover {
  opacity: 0.7;
}
.footer__copyright, .footer__credits {
  margin: 0;
  font-size: var(--font-size-text-sm);
}
.footer__credits a {
  transition: opacity var(--transition-fast);
}
.footer__credits a:hover {
  opacity: 0.7;
}

.author-box {
  padding: 2rem;
  background-color: #f5f5f5;
}
@media (width >= 1024px) {
  .author-box {
    padding: 4rem;
  }
}
.author-box__main {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (width >= 768px) {
  .author-box__main {
    flex-direction: row;
    gap: 9rem;
  }
}
.author-box__left {
  width: 22rem;
}
.author-box__photo {
  flex-shrink: 0;
  width: 22rem;
  height: 22rem;
  overflow: hidden;
  border-radius: var(--radius-sm);
}
.author-box__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.author-box__info {
  display: flex;
  flex-direction: column;
}
.author-box__label {
  margin-bottom: 0.5rem;
  font-size: var(--font-size-text-xl);
  color: var(--color-text);
}
.author-box__name {
  margin: 0 0 1.5rem;
  font-size: var(--font-size-heading-sm);
  font-weight: var(--font-weight-bold);
}
.author-box__description {
  margin: 0 0 2rem;
  font-size: var(--font-size-text-std);
  line-height: var(--line-height-lg);
}
.author-box__links {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (width >= 1024px) {
  .author-box__links {
    gap: 4rem;
  }
}
.author-box__link {
  display: inline-flex;
  gap: 1.5rem;
  align-items: center;
  font-size: var(--font-size-text-std);
  font-weight: var(--font-weight-bold);
}
.author-box__link:hover {
  color: var(--color-accent);
}
.author-box__link img {
  width: 0.8rem;
  height: auto;
}
.author-box hr {
  border: 0;
  border-top: 1px solid #bebebe;
}
@media (width < 1024px) {
  .author-box hr {
    margin-block: 2rem;
  }
}
@media (width >= 1024px) {
  .author-box hr {
    margin-block: 4rem;
  }
}
.author-box__more {
  flex: 1 1 0;
}
.author-box__more-title {
  margin: 0 0 2rem;
  margin-top: 0;
  font-size: var(--font-size-heading-xxs);
  font-weight: var(--font-weight-regular);
}
.author-box__posts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.author-box__post-item a {
  display: inline-flex;
  gap: 0.8rem;
  align-items: center;
  font-size: var(--font-size-text-std);
}
.author-box__post-item a:hover {
  color: var(--color-accent);
}
.author-box__post-item a img {
  width: 0.6rem;
  height: auto;
}

.author-box--dark {
  padding: 3rem 2.4rem;
  color: var(--color-white);
  background-color: var(--color-grey-dark);
  border-radius: 3rem;
}
@media (width >= 1024px) {
  .author-box--dark {
    min-height: 32rem;
    padding: 4.6rem 6rem 4.6rem 4.5%;
  }
}
.author-box--dark .author-box__main {
  gap: 2.4rem;
}
@media (width >= 768px) {
  .author-box--dark .author-box__main {
    gap: 4.9rem;
    align-items: flex-start;
  }
}
.author-box--dark .author-box__photo {
  width: 16.5rem;
  height: 20.2rem;
  border-radius: 3rem;
}
.author-box--dark .author-box__label {
  margin-bottom: 0.6rem;
  font-size: var(--font-size-text-md);
  line-height: 1.56;
  color: var(--color-text-muted);
}
.author-box--dark .author-box__name {
  margin: 0 0 0.8rem;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.19;
  color: var(--color-white);
}
@media (width >= 1024px) {
  .author-box--dark .author-box__name {
    font-size: 2.6rem;
  }
}
.author-box--dark .author-box__description {
  margin: 0 0 2.6rem;
  font-size: var(--font-size-text-sm);
  line-height: 1.78;
  color: var(--color-text-muted);
}
.author-box--dark .author-box__links {
  gap: 2rem;
}
.author-box--dark .author-box__link {
  display: inline-flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
  min-height: 4.2rem;
  padding-inline: 3rem;
  font-size: var(--font-size-text-md);
  font-weight: var(--font-weight-regular);
  color: var(--color-text);
  background-color: var(--color-white);
  border: 1px solid var(--color-text);
  border-radius: var(--radius-pill);
  transition: opacity var(--transition-fast);
}
.author-box--dark .author-box__link:hover {
  color: var(--color-text);
  opacity: 0.85;
}
.author-box--dark .author-box__link img {
  width: 1.75rem;
  height: 1.75rem;
}
.author-box--dark .author-box__link--linkedin {
  color: var(--color-white);
  background-color: var(--color-linkedin);
  border-color: var(--color-linkedin);
}
.author-box--dark .author-box__link--linkedin:hover {
  color: var(--color-white);
}

.posts-grid--dark {
  padding-block: 4rem;
  background: var(--color-black);
}
@media (width >= 1024px) {
  .posts-grid--dark {
    padding-top: 9.5rem;
    padding-bottom: 13rem;
  }
}
.posts-grid--dark .heading__title {
  color: var(--color-white);
}
.posts-grid__grid {
  display: grid;
  gap: var(--spacing-lg);
}
@media (width >= 1024px) {
  .posts-grid__grid {
    grid-template-areas: "A B" "A C";
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: auto 40%;
    gap: 25px 50px;
  }
}
.posts-grid__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  color: var(--color-text);
  text-decoration: none;
  border-radius: var(--radius-lg);
}
@media (width < 1024px) {
  .posts-grid__item {
    min-height: 300px;
  }
}
@media (width >= 1024px) {
  .posts-grid__item {
    min-height: 387px;
  }
}
@media (width >= 1024px) {
  .posts-grid__item--featured {
    grid-area: A;
  }
}
@media (width >= 1024px) {
  .posts-grid__item:nth-child(2) {
    grid-area: B;
  }
}
@media (width >= 1024px) {
  .posts-grid__item:nth-child(3) {
    grid-area: C;
  }
}
.posts-grid__image {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.posts-grid__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform var(--transition-base);
}
.posts-grid__item:hover .posts-grid__image img {
  transform: scale(1.02);
}
.posts-grid__content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: var(--spacing-lg);
  margin-top: auto;
  color: var(--color-white);
  background: linear-gradient(181deg, rgba(0, 0, 0, 0) 4.67%, rgba(0, 0, 0, 0.6) 59.08%);
}
@media (width >= 1024px) {
  .posts-grid__content {
    padding: 4rem;
  }
}
@media (width >= 1024px) {
  .posts-grid__item--featured .posts-grid__content {
    padding: 6rem 15rem 6rem 6rem;
  }
}
.posts-grid__item-title {
  margin-bottom: var(--spacing-sm);
  font-size: var(--font-size-heading-xxs);
  font-weight: var(--font-weight-bold);
}
.posts-grid__excerpt {
  margin-bottom: var(--spacing-lg);
  font-size: var(--font-size-text-sm);
  line-height: var(--line-height-lg);
}
.posts-grid .btn {
  align-self: flex-start;
  margin-top: auto;
}

.posts-cards {
  padding-block: 4rem;
}
@media (width >= 1024px) {
  .posts-cards {
    padding-block: 8rem;
  }
}
.posts-cards__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem 3rem;
}
@media (width >= 1024px) {
  .posts-cards__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.posts-cards__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.posts-cards__card {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  color: var(--color-text);
  text-decoration: none;
  background: var(--color-white);
  border: 1px solid #ebebeb;
  border-radius: 3rem;
}
.posts-cards__image {
  aspect-ratio: 457/251;
  overflow: hidden;
}
.posts-cards__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform var(--transition-base);
}
.posts-cards__card:hover .posts-cards__image img {
  transform: scale(1.03);
}
.posts-cards__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2.8rem 3rem 3rem;
}
.posts-cards__date {
  font-size: var(--font-size-text-sm);
  color: rgba(17, 17, 17, 0.6);
}
.posts-cards__title {
  margin: 0;
  font-size: var(--font-size-text-sm);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-md);
  color: #666;
}
.posts-cards__more {
  margin-top: 1.6rem;
  font-size: var(--font-size-text-std);
  color: #444;
  text-underline-offset: 3px;
  transition: color var(--transition-base);
}
.posts-cards__more:hover {
  color: var(--color-accent);
  text-decoration: underline;
}

.posts-cards--listing {
  padding-block: 0 4rem;
}
@media (width >= 1024px) {
  .posts-cards--listing {
    padding-block: 0;
  }
}
.posts-cards--listing .posts-cards__grid {
  gap: 4.1rem 2.4rem;
}
.posts-cards--listing .posts-cards__card {
  background: var(--color-grey-light);
  border: none;
}
.posts-cards--listing .posts-cards__image {
  aspect-ratio: 484/251;
}
.posts-cards--listing .posts-cards__body {
  flex: 1;
  gap: 0.6rem;
  padding: 2.8rem 3rem 3rem;
}
.posts-cards--listing .posts-cards__date {
  font-size: 1.2rem;
  line-height: 1.58;
  color: #020202;
}
.posts-cards--listing .posts-cards__title {
  font-size: 1.8rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.3;
  color: var(--color-black);
}
.posts-cards--listing .posts-cards__excerpt {
  font-size: var(--font-size-text-md);
  line-height: 1.25;
  color: var(--color-text);
}
.posts-cards--listing .posts-cards__more {
  align-self: center;
  min-width: 12.9rem;
  padding: 1.5rem;
  margin-top: auto;
  font-size: 1.5rem;
  color: var(--color-grey-medium);
  text-align: center;
  letter-spacing: -0.36px;
}
.posts-cards--listing .posts-cards__card:hover .posts-cards__more {
  color: var(--color-red);
}

.category-slider {
  position: relative;
  width: 100%;
  padding-left: 15px;
}
@media (width >= 1024px) {
  .category-slider {
    display: grid;
    grid-template-columns: 40px minmax(0, 1297px) 40px;
    align-items: center;
    justify-content: center;
    padding-inline: 0;
  }
}
.category-slider__swiper {
  max-width: 1297px;
  overflow: hidden;
}
@media (width >= 1024px) {
  .category-slider__swiper {
    grid-row: 1;
    grid-column: 2;
  }
}
.category-slider__slide {
  position: relative;
  display: flex;
  align-items: flex-end;
  aspect-ratio: 308/287;
  padding: 2rem;
  overflow: hidden;
  border-radius: var(--radius-lg);
}
.category-slider__slide::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  content: "";
  background: linear-gradient(181deg, rgba(0, 0, 0, 0) 4.67%, #000 59.08%);
  opacity: 0.4;
}
.category-slider__bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.4s ease;
}
.category-slider__slide:hover .category-slider__bg {
  transform: scale(1.05);
}
.category-slider__footer {
  position: relative;
  z-index: 9;
  display: flex;
  gap: 1.5rem;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.category-slider__label {
  font-size: 1.6rem;
  color: var(--color-white);
}
@media (width >= 1024px) {
  .category-slider__label {
    font-size: 2.2rem;
  }
}
.category-slider__arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: var(--radius-md);
  transition: background 0.2s ease;
}
.category-slider__arrow img {
  width: 20px;
  height: 20px;
}
.category-slider__slide:hover .category-slider__arrow {
  background: #000;
}
.category-slider__nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  transform: translateY(-50%);
  transition: opacity var(--transition-fast);
}
@media (width >= 1024px) {
  .category-slider__nav {
    position: static;
    grid-row: 1;
    transform: none;
  }
}
.category-slider__nav:hover {
  opacity: 0.7;
}
.category-slider__nav img {
  width: 14px;
  height: 14px;
}
@media (width >= 1024px) {
  .category-slider__nav img {
    width: 20px;
    height: 20px;
  }
}
.category-slider__nav--prev {
  left: 0;
}
@media (width >= 1024px) {
  .category-slider__nav--prev {
    grid-column: 1;
    justify-self: center;
  }
}
.category-slider__nav--next {
  right: 0;
}
@media (width >= 1024px) {
  .category-slider__nav--next {
    grid-column: 3;
    justify-self: center;
  }
}

.catalog-list {
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}
@media (width >= 1024px) {
  .catalog-list {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }
}
.catalog-list__heading {
  margin: 0 0 3rem;
  font-size: var(--font-size-heading-lg);
  font-weight: var(--font-weight-medium);
  color: var(--color-text);
  text-align: center;
}
@media (width >= 1024px) {
  .catalog-list__heading {
    margin-bottom: 4rem;
  }
}
.catalog-list__slider {
  position: relative;
}
.catalog-list__slider:hover .catalog-list__nav {
  opacity: 1;
}
.catalog-list__swiper {
  --swiper-wrapper-transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
  overflow: visible;
}
.catalog-list__swiper .swiper-slide {
  height: auto;
}
.catalog-list__swiper .swiper-wrapper {
  align-items: stretch;
  transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
}
.catalog-list__nav {
  position: absolute;
  top: 35%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
  background: var(--color-white);
  border: none;
  border-radius: var(--radius-full);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity var(--transition-base), box-shadow var(--transition-fast);
}
.catalog-list__nav:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.catalog-list__nav img {
  width: 16px;
  height: 16px;
}
.catalog-list__nav--prev {
  left: 10px;
}
.catalog-list__nav--next {
  right: 10px;
}
@media (width >= 1024px) {
  .catalog-list__nav {
    width: 54px;
    height: 54px;
  }
  .catalog-list__nav img {
    width: 18px;
    height: 18px;
  }
}
.catalog-list__downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 4rem;
}
@media (width >= 1024px) {
  .catalog-list__downloads {
    flex-wrap: nowrap;
    gap: 3rem;
    margin-top: 8rem;
    margin-bottom: 3rem;
  }
}
.catalog-list__download-btn {
  display: flex;
  flex: 1 1 auto;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  max-width: 677px;
  min-height: 69px;
  padding: 1.5rem 2.5rem;
  font-size: var(--font-size-text-md);
  color: var(--color-text);
  text-align: center;
  background-color: var(--color-grey-light);
  border-radius: var(--radius-pill);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}
.catalog-list__download-btn:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.catalog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.catalog-card__cover {
  display: flex;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: var(--color-grey-light);
  border-radius: var(--radius-xl);
}
.catalog-card__cover-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-card__title {
  margin: 2rem 0 0;
  font-size: var(--font-size-heading-std);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-sm);
  color: var(--color-text);
}
.catalog-card__subtitle {
  margin: 0.5rem 0 0;
  font-size: var(--font-size-text-md);
  line-height: var(--line-height-md);
  color: var(--color-text);
}
.catalog-card__actions {
  display: flex;
  gap: 1rem;
  padding-top: 2rem;
  margin-top: auto;
}
.catalog-card__btn {
  display: inline-flex;
  flex: 1 1 0;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding-inline: 1.5rem;
  font-size: var(--font-size-text-md);
  border: 1px solid var(--color-black);
  border-radius: var(--radius-pill);
  transition: background-color var(--transition-fast), color var(--transition-fast);
}
.catalog-card__btn img {
  transition: filter var(--transition-fast);
}
.catalog-card__btn--view {
  color: var(--color-text);
  background-color: transparent;
}
.catalog-card__btn--view:hover {
  color: var(--color-white);
  background-color: var(--color-black);
}
.catalog-card__btn--view:hover img {
  filter: brightness(0) invert(1);
}
.catalog-card__btn--download {
  color: var(--color-white);
  background-color: var(--color-black);
}
.catalog-card__btn--download:hover {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}

.product-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  transition: border-color var(--transition-base);
}
.product-box:hover {
  border-color: var(--color-accent);
}
.product-box--row {
  position: relative;
  flex-direction: row;
  gap: 20px;
  align-items: stretch;
}
@media (width >= 768px) {
  .product-box--row {
    gap: 30px;
  }
}
.product-box--row .product-box__header {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  min-height: auto;
}
.product-box--row .product-box__compare {
  display: none;
}
.product-box--row .product-box__labels {
  align-items: flex-start;
  margin-right: 0;
}
.product-box--row .product-box__image-link {
  flex-shrink: 0;
  width: 150px;
  margin-bottom: 0;
}
@media (width >= 768px) {
  .product-box--row .product-box__image-link {
    width: 200px;
  }
}
.product-box--row .product-box__image-link img {
  width: 100%;
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (width >= 768px) {
  .product-box--row .product-box__image-link img {
    max-height: 180px;
  }
}
.product-box--row .product-box__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.product-box--row .product-box__title {
  margin-bottom: 10px;
  text-align: left;
}
.product-box--row .product-box__price {
  margin-bottom: 15px;
}
.product-box--row .product-box__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.product-box--row .product-box__btn {
  margin-bottom: 0;
}
.product-box--row .product-box__more {
  margin-bottom: 0;
}
.product-box--row .product-box__features {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  width: 200px;
  padding-inline: 0;
  padding-top: 0;
  padding-left: 20px;
  border-top: none;
  border-left: 1px solid #000;
}
@media (width >= 1024px) {
  .product-box--row .product-box__features {
    width: 250px;
    padding-left: 30px;
  }
}
.product-box__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  min-height: 60px;
}
.product-box__compare {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 0;
  margin-top: 5px;
  font-family: var(--font-primary);
  font-size: var(--font-size-text-sm);
  color: var(--color-text);
  cursor: pointer;
  background: none;
  border: none;
}
.product-box__compare img {
  width: 20px;
  height: 20px;
}
.product-box__labels {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: -16px;
}
.product-box__label {
  display: block;
  min-width: 90px;
  padding: 8px 15px;
  font-size: var(--font-size-text-sm);
  font-weight: var(--font-weight-medium);
  text-align: center;
}
.product-box__label--primary {
  color: var(--color-white);
  background: var(--color-black);
  border: 1px solid var(--color-black);
}
.product-box__label--secondary {
  color: var(--color-black);
  background: var(--color-white);
  border: 1px solid var(--color-black);
}
.product-box__label--primary + .product-box__label--secondary {
  border-top: none;
}
.product-box__label--spacer {
  visibility: hidden;
}
.product-box__image-link {
  display: block;
  margin-bottom: 20px;
}
.product-box__image-link img {
  width: auto;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-box__title {
  margin-bottom: 15px;
  font-size: var(--font-size-text-md);
  font-weight: var(--font-weight-regular);
  color: var(--color-text);
}
.product-box__price {
  margin-bottom: 15px;
  font-size: var(--font-size-heading-xs);
  font-weight: var(--font-weight-bold);
  color: var(--color-accent);
}
.product-box__btn {
  margin-bottom: 10px;
}
.product-box__more {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 20px;
  font-size: var(--font-size-text-std);
  font-weight: var(--font-weight-bold);
  color: var(--color-text);
}
.product-box__more img {
  width: 8px;
  height: auto;
}
.product-box__features {
  width: 100%;
  padding-inline: 10px;
  padding-top: 15px;
  border-top: 1px solid #000;
}
.product-box__feature {
  margin-bottom: 5px;
  font-size: var(--font-size-text-md);
}
.product-box__feature:last-child {
  margin-bottom: 0;
}
.product-box__feature-label {
  font-weight: var(--font-weight-regular);
}
.product-box__feature-value {
  font-weight: var(--font-weight-bold);
}

.product-box-simple {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem 1.5rem 2.5rem;
  text-align: center;
  background: var(--color-white);
  border-radius: 3rem;
}
@media (width >= 1024px) {
  .product-box-simple {
    padding: 2rem 2rem 3rem;
  }
}
.product-box-simple__badge {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 2;
  padding: 0.75rem 1.5rem;
  font-size: 1.3rem;
  line-height: 1;
  color: var(--color-white);
  text-transform: uppercase;
  background: var(--color-red);
  border-radius: var(--radius-lg);
}
.product-box-simple__actions {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.product-box-simple__action {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background: #f0f0f1;
  border: none;
  border-radius: var(--radius-full);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: opacity var(--transition-fast);
}
.product-box-simple__action:hover {
  background: #000;
  opacity: 1;
}
.product-box-simple__action:hover img {
  filter: brightness(0) invert(1);
}
.product-box-simple__action img {
  width: 15px;
  height: 15px;
}
.product-box-simple__action .compare-tooltip {
  right: 0;
  left: auto;
}
.product-box-simple__action::after {
  position: absolute;
  top: 50%;
  right: calc(100% + 14px);
  z-index: 10;
  visibility: hidden;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-white);
  white-space: nowrap;
  pointer-events: none;
  background: #000;
  border-radius: 8px;
  opacity: 0;
  transform: translateY(-50%) translateX(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}
.product-box-simple__action::before {
  position: absolute;
  top: 50%;
  right: calc(100% + 8px);
  z-index: 10;
  visibility: hidden;
  pointer-events: none;
  content: "";
  border: 6px solid transparent;
  border-right-width: 0;
  border-left-color: #000;
  opacity: 0;
  transform: translateY(-50%) translateX(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}
.product-box-simple__action[data-compare-add]::after {
  content: "Porównaj";
}
.product-box-simple__action[href]::after {
  content: "Zobacz";
}
.product-box-simple__action:hover::after, .product-box-simple__action:hover::before {
  visibility: visible;
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.product-box-simple__image {
  position: relative;
  margin-bottom: 3.5rem;
}
.product-box-simple__image-link {
  display: block;
}
.product-box-simple__image-link img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-box-simple__shop {
  position: absolute;
  right: 0;
  bottom: -1rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-size: 1.8rem;
  color: var(--color-white);
  background: var(--color-black);
  border-radius: 5rem;
  transition: opacity var(--transition-base), visibility var(--transition-base);
}
.product-box-simple__shop:hover {
  opacity: 0.85;
}
.product-box-simple__content {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.product-box-simple__title {
  display: -webkit-box;
  margin-bottom: 1rem;
  overflow: hidden;
  -webkit-line-clamp: 3;
  font-size: 1.6rem;
  line-height: 1.36;
  color: var(--color-text);
  -webkit-box-orient: vertical;
}
.product-box-simple__price {
  margin-top: auto;
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-text);
}
.product-box-simple--row {
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  text-align: left;
}
.product-box-simple--row .product-box-simple__image {
  flex-shrink: 0;
  width: 160px;
  margin-bottom: 0;
}
.product-box-simple--row .product-box-simple__content {
  justify-content: center;
}
.product-box-simple--row .product-box-simple__price {
  margin-top: 0.5rem;
}
@media (hover: hover) {
  .product-box-simple__actions, .product-box-simple__shop {
    visibility: hidden;
    opacity: 0;
  }
  .product-box-simple:hover .product-box-simple__actions, .product-box-simple:hover .product-box-simple__shop {
    visibility: visible;
    opacity: 1;
  }
}

.product-slider__wrapper {
  position: relative;
}
.product-slider__nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  background: var(--color-white);
  border: none;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: opacity var(--transition-fast);
}
@media (width >= 1024px) {
  .product-slider__nav {
    width: 54px;
    height: 54px;
    background: none;
  }
}
.product-slider__nav:hover {
  opacity: 0.7;
}
.product-slider__nav img {
  width: 24px;
  height: 24px;
}
@media (width >= 1024px) {
  .product-slider__nav img {
    width: 54px;
    height: 54px;
  }
}
.product-slider__nav--prev {
  left: 10px;
}
@media (width >= 1024px) {
  .product-slider__nav--prev {
    left: -27px;
  }
}
@media (width >= 1700px) {
  .product-slider__nav--prev {
    left: -70px;
  }
}
.product-slider__nav--next {
  right: 10px;
}
@media (width >= 1024px) {
  .product-slider__nav--next {
    right: -27px;
  }
}
@media (width >= 1700px) {
  .product-slider__nav--next {
    right: -70px;
  }
}

.bestsellers {
  padding-block: 4rem;
  background: #f2f2f2;
}
@media (width >= 1024px) {
  .bestsellers {
    padding-top: 9.5rem;
    padding-bottom: 13rem;
  }
}
.bestsellers__slider-wrapper {
  position: relative;
}
.bestsellers__slider-wrapper .swiper-wrapper {
  align-items: stretch;
}
.bestsellers__slider-wrapper .swiper-slide {
  height: auto;
}
.bestsellers__slider-wrapper .product-box__content {
  flex: 1;
}
.bestsellers__nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  transform: translateY(-50%);
  transition: opacity var(--transition-fast);
}
.bestsellers__nav:hover {
  opacity: 0.7;
}
.bestsellers__nav img {
  width: 18px;
  height: 18px;
}
@media (width >= 1024px) {
  .bestsellers__nav img {
    width: 22px;
    height: 22px;
  }
}
.bestsellers__nav--prev {
  left: -20px;
}
@media (width >= 1024px) {
  .bestsellers__nav--prev {
    left: -70px;
  }
}
.bestsellers__nav--next {
  right: -20px;
}
@media (width >= 1024px) {
  .bestsellers__nav--next {
    right: -70px;
  }
}

.category-description {
  display: flex;
  flex-direction: column;
  padding-block: 4rem;
}
@media (width >= 1024px) {
  .category-description {
    padding-block: 8rem;
  }
}
.category-description__content {
  display: flex;
  flex: 1;
  flex-direction: column;
}
@media (width >= 1024px) {
  .category-description__content {
    max-width: 900px;
  }
}
.category-description__content h2,
.category-description__content h3 {
  font-size: var(--font-size-heading-sm);
  font-weight: var(--font-weight-regular);
}
.category-description__text {
  font-size: var(--font-size-text-std);
  line-height: var(--line-height-lg);
}
.category-description__text p:last-child {
  margin-bottom: 0;
}
.category-description__hidden {
  display: none;
  font-size: var(--font-size-text-std);
  line-height: var(--line-height-lg);
}
.category-description__hidden.is-visible {
  display: block;
}
.category-description__hidden p:last-child {
  margin-bottom: 0;
}
.category-description__toggle {
  display: inline-flex;
  gap: 0.8rem;
  align-items: center;
  align-self: flex-end;
  padding-top: 3rem;
  margin-top: auto;
  font-size: var(--font-size-text-std);
  font-weight: var(--font-weight-medium);
  color: var(--color-text);
  cursor: pointer;
  background: none;
  border: none;
}
.category-description__toggle img {
  transition: transform var(--transition-fast);
}
.category-description__toggle[aria-expanded=true] img {
  transform: rotate(180deg);
}

.category-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 320px;
  padding-block: 4rem;
  color: var(--color-white);
  background-color: var(--color-black);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (width >= 1024px) {
  .category-hero {
    min-height: 500px;
    padding-block: 6rem;
  }
}
.category-hero--compact {
  min-height: 220px;
}
@media (width >= 1024px) {
  .category-hero--compact {
    min-height: 314px;
    padding-block: 4rem;
  }
}
.category-hero__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.55);
}
.category-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
}
@media (width >= 1024px) {
  .category-hero__inner {
    flex-direction: row;
    gap: 10rem;
    align-items: center;
  }
}
.category-hero__title {
  margin: 0;
  font-size: var(--font-size-heading-md);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
}
@media (width >= 1024px) {
  .category-hero__title {
    flex-shrink: 0;
    width: 28%;
  }
}
@media (width >= 1024px) {
  .category-hero__text {
    max-width: 600px;
    margin-left: auto;
  }
}
.category-hero__visible, .category-hero__hidden {
  color: var(--color-white);
}
.category-hero__visible h2, .category-hero__hidden h2 {
  margin: 0 0 2rem;
  font-size: var(--font-size-heading-xs);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-std);
  color: var(--color-white);
}
.category-hero__visible p, .category-hero__hidden p {
  font-size: var(--font-size-text-std);
  line-height: var(--line-height-lg);
  color: var(--color-white);
}
.category-hero__visible p:last-child, .category-hero__hidden p:last-child {
  margin-bottom: 0;
}
.category-hero__hidden {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}
.category-hero__hidden.is-visible {
  grid-template-rows: 1fr;
}
.category-hero__hidden-inner {
  min-height: 0;
  overflow: hidden;
}
.category-hero__toggle {
  display: inline-flex;
  gap: 0.8rem;
  align-items: center;
  margin-top: 1.5rem;
  font-size: var(--font-size-text-std);
  color: var(--color-white);
  cursor: pointer;
  background: none;
  border: none;
}
.category-hero__toggle img {
  filter: brightness(0) invert(1);
  transition: transform var(--transition-fast);
}
.category-hero__toggle[aria-expanded=true] img {
  transform: rotate(180deg);
}

.category-listing {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: #f0f0f1;
}
@media (width >= 1024px) {
  .category-listing {
    padding-top: 2.5rem;
    padding-bottom: 6rem;
  }
}

.category-listing__bar.container {
  padding-inline: 0;
}

.product-listing__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 2rem;
}
@media (width >= 768px) {
  .product-listing__filters {
    justify-content: flex-end;
  }
}
.product-listing__filter select {
  min-width: 160px;
  padding: 1rem 3rem 1rem 1.5rem;
  font-family: inherit;
  font-size: var(--font-size-text-std);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: var(--color-white-30, rgba(255, 255, 255, 0.3));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23000' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  border: 1px solid #ccc;
  border-radius: 5rem;
}
.product-listing__filter select:focus {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}
.product-listing__view {
  display: flex;
  gap: 0.5rem;
  margin-left: auto;
}
@media (width < 768px) {
  .product-listing__view {
    display: none;
  }
}
@media (width >= 768px) {
  .product-listing__view {
    margin-left: 1rem;
  }
}
.product-listing__view-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: none;
  border: none;
  opacity: 0.5;
  transition: opacity var(--transition-fast);
}
.product-listing__view-btn:hover, .product-listing__view-btn.is-active {
  opacity: 1;
}
.product-listing__view-btn img {
  width: 20px;
  height: 20px;
}
.product-listing__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem 2.4rem;
}
@media (width >= 600px) {
  .product-listing__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width >= 1200px) {
  .product-listing__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.product-listing__grid[hidden] {
  display: none;
}
.product-listing__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (width >= 1024px) {
  .product-listing__list {
    gap: 2rem;
  }
}
.product-listing__list[hidden] {
  display: none;
}
.product-listing__empty {
  padding: 4rem 2rem;
  font-size: var(--font-size-text-md);
  color: #666;
  text-align: center;
}
.product-listing .pagination {
  margin-top: 3rem;
}
.product-listing .pagination--top {
  margin-top: 0;
  margin-bottom: 2rem;
}

.sales-rep-box {
  display: flex;
  gap: 2.5rem;
  padding-inline: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #000;
}
.sales-rep-box__photo-wrapper {
  position: relative;
  flex-shrink: 0;
  width: 13rem;
}
.sales-rep-box__photo {
  width: 13rem;
  height: 13rem;
  overflow: hidden;
  border-radius: 50%;
}
.sales-rep-box__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sales-rep-box__square {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
}
.sales-rep-box__content {
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 142%;
}
.sales-rep-box__country, .sales-rep-box__region, .sales-rep-box__position, .sales-rep-box__phones, .sales-rep-box__name, .sales-rep-box__email {
  margin: 0;
  font-size: var(--font-size-text-sm);
}
.sales-rep-box__name {
  font-weight: var(--font-weight-bold);
}
.sales-rep-box__email {
  font-weight: var(--font-weight-bold);
  color: var(--color-accent);
}

.sales-reps-map__select-wrapper {
  margin-bottom: 2rem;
}
@media (width >= 1024px) {
  .sales-reps-map__select-wrapper {
    display: none;
  }
}
.sales-reps-map__select {
  width: 100%;
  padding: 1.2rem 1.6rem;
  font-family: var(--font-primary);
  font-size: var(--font-size-text-std);
  cursor: pointer;
  background-color: var(--color-white);
  border: 1px solid #ccc;
}
@media (width >= 1024px) {
  .sales-reps-map__content {
    display: flex;
    gap: 4rem;
  }
}
.sales-reps-map__map-wrapper {
  display: none;
}
@media (width >= 1024px) {
  .sales-reps-map__map-wrapper {
    display: block;
    flex-shrink: 0;
    width: 45%;
  }
}
.sales-reps-map__map-wrapper svg {
  width: 100%;
  height: auto;
}
.sales-reps-map__map-wrapper svg path[id] {
  cursor: pointer;
  transition: opacity var(--transition-fast);
}
.sales-reps-map__map-wrapper svg path[id]:hover, .sales-reps-map__map-wrapper svg path[id].active {
  opacity: 0.7;
}
.sales-reps-map__reps {
  flex: 1;
}
@media (width >= 1024px) {
  .sales-reps-map__reps {
    max-height: 60rem;
    padding-right: 2rem;
    overflow-y: auto;
    scrollbar-color: var(--color-accent) #e8e8e8;
    scrollbar-width: thin;
  }
  .sales-reps-map__reps::-webkit-scrollbar {
    width: 1rem;
  }
  .sales-reps-map__reps::-webkit-scrollbar-track {
    background: #e8e8e8;
    border-radius: 0.5rem;
  }
  .sales-reps-map__reps::-webkit-scrollbar-thumb {
    background: var(--color-accent);
    border-radius: 0.5rem;
  }
}
.sales-reps-map__reps-grid {
  display: grid;
  gap: 3rem;
}
@media (width >= 768px) {
  .sales-reps-map__reps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sales-reps-map__rep-item.hidden {
  display: none;
}

.contact-banners__grid {
  display: grid;
  gap: 2rem;
}
@media (width >= 768px) {
  .contact-banners__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6rem;
  }
}
.contact-banners__item {
  position: relative;
  min-height: 26rem;
  overflow: hidden;
  border-radius: var(--radius-xl);
}
@media (width >= 1024px) {
  .contact-banners__item {
    min-height: 34rem;
  }
}
.contact-banners__bg {
  position: absolute;
  inset: 0;
}
.contact-banners__bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.45) 55%, rgba(0, 0, 0, 0.2) 100%);
}
.contact-banners__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-banners__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding: 3rem 3.5rem;
}
@media (width >= 1024px) {
  .contact-banners__content {
    padding: 4rem 6rem;
  }
}
.contact-banners__title {
  margin: 0 0 1rem;
  font-size: var(--font-size-heading-sm);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
}
.contact-banners__text {
  margin: 0 0 3.5rem;
  font-size: var(--font-size-text-md);
  color: var(--color-white);
}
.contact-banners__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 3rem;
  font-family: var(--font-primary);
  font-size: var(--font-size-text-md);
  color: var(--color-white);
  background-color: var(--color-red);
  border-radius: var(--radius-pill);
  transition: opacity var(--transition-fast);
}
.contact-banners__btn:hover {
  opacity: 0.9;
}

.shops-search__panel {
  padding: 2.5rem 2rem;
  background-color: var(--color-grey-light);
  border-radius: var(--radius-xl);
}
@media (width >= 768px) {
  .shops-search__panel {
    padding: 3.4rem 4.2rem 3.5rem;
  }
}
.shops-search__panel-title {
  margin: 0 0 2rem;
  font-size: var(--font-size-heading-xs);
  font-weight: var(--font-weight-medium);
}
@media (width >= 768px) {
  .shops-search__panel-title {
    margin-bottom: 3rem;
    font-size: var(--font-size-heading-sm);
  }
}
.shops-search__form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (width >= 1024px) {
  .shops-search__form {
    flex-direction: row;
    gap: 2rem;
    align-items: stretch;
  }
}
.shops-search__input-wrapper {
  position: relative;
  height: 5.5rem;
  background-color: var(--color-white);
  border-radius: var(--radius-xl);
}
@media (width >= 1024px) {
  .shops-search__input-wrapper {
    flex: 1;
    height: 6.3rem;
  }
}
.shops-search__input-wrapper gmp-place-autocomplete {
  display: block;
  width: 100%;
  height: 100%;
  font-size: var(--font-size-text-md);
  background-color: transparent;
  border: none;
  border-radius: var(--radius-xl);
  --gmpx-icon-display: none;
}
.shops-search__error {
  position: absolute;
  top: 100%;
  left: 2rem;
  margin: 0.5rem 0 0;
  font-size: var(--font-size-text-sm);
  color: var(--color-red);
}
.shops-search__actions {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
@media (width >= 1024px) {
  .shops-search__actions {
    flex: 0 0 auto;
    gap: 2rem;
  }
}
.shops-search__select-wrapper {
  display: flex;
  flex: 1;
  align-items: center;
  height: 5.5rem;
  background-color: var(--color-white);
  border-radius: var(--radius-xl);
}
@media (width >= 1024px) {
  .shops-search__select-wrapper {
    flex: 0 0 31rem;
    height: 6.3rem;
  }
}
.shops-search__select-label {
  display: flex;
  flex: 1;
  align-items: center;
  height: 60%;
  padding-inline: 2.4rem 1.8rem;
  font-size: var(--font-size-text-md);
  white-space: nowrap;
  border-right: 1px solid var(--color-black);
}
.shops-search__select {
  flex: 0 0 13rem;
  height: 100%;
  padding: 0 4rem 0 1.7rem;
  font-family: var(--font-primary);
  font-size: var(--font-size-text-md);
  color: var(--color-text);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url("../images/icon-select-chevron.svg");
  background-repeat: no-repeat;
  background-position: right 1.3rem center;
  background-size: 2rem 2rem;
  border: none;
}
.shops-search__submit {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
  height: 4.6rem;
  padding: 0;
  cursor: pointer;
  background: var(--color-text);
  border: none;
  border-radius: var(--radius-full);
  transition: opacity var(--transition-fast);
}
@media (width >= 1024px) {
  .shops-search__submit {
    width: 5.1rem;
    height: 5.1rem;
  }
}
.shops-search__submit:hover {
  opacity: 0.8;
}
.shops-search__submit img {
  width: 2rem;
  height: 2rem;
}
.shops-search__results {
  margin-top: 4rem;
}
@media (width >= 1024px) {
  .shops-search__results {
    margin-top: 5.5rem;
  }
}
.shops-search__results-title {
  margin: 0 0 2rem;
  font-size: var(--font-size-heading-xs);
  font-weight: var(--font-weight-medium);
}
@media (width >= 768px) {
  .shops-search__results-title {
    margin-bottom: 3rem;
    font-size: var(--font-size-heading-sm);
  }
}
.shops-search__results-content {
  display: flex;
  flex-direction: column;
}
@media (width >= 1024px) {
  .shops-search__results-content {
    flex-direction: row;
    gap: 3.2rem;
  }
}
.shops-search__results-list {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  max-height: 55rem;
  padding-right: 0.9rem;
  overflow-y: auto;
}
.shops-search__results-list::-webkit-scrollbar {
  width: 1rem;
}
.shops-search__results-list::-webkit-scrollbar-track {
  background: var(--color-grey-light);
  border-radius: var(--radius-xl);
}
.shops-search__results-list::-webkit-scrollbar-thumb {
  background: var(--color-text);
  border: 2px solid var(--color-grey-light);
  border-radius: var(--radius-xl);
}
.shops-search__results-list::-webkit-scrollbar-button:vertical:single-button {
  height: 1rem;
  background-color: var(--color-grey-light);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8rem auto;
}
.shops-search__results-list::-webkit-scrollbar-button:vertical:decrement:single-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 6.5L6 1.5L11 6.5' stroke='%23000' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
}
.shops-search__results-list::-webkit-scrollbar-button:vertical:increment:single-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23000' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
}
@media (width >= 1024px) {
  .shops-search__results-list {
    width: 50%;
    max-height: 62rem;
  }
}
.shops-search__map-wrapper {
  order: -1;
  margin-bottom: 2rem;
}
@media (width >= 1024px) {
  .shops-search__map-wrapper {
    flex: 1;
    order: 0;
    margin-bottom: 0;
  }
}
.shops-search__map {
  width: 100%;
  height: 34rem;
  overflow: hidden;
  border-radius: var(--radius-xl);
}
@media (width >= 1024px) {
  .shops-search__map {
    height: 62rem;
  }
}
.shops-search__no-results {
  margin-top: 4rem;
}
.shops-search__no-results p {
  font-size: var(--font-size-text-md);
  color: var(--color-grey-medium);
}

.dealer-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  padding: 2.2rem 2rem;
  cursor: pointer;
  background-color: var(--color-grey-light);
  border-radius: var(--radius-xl);
}
@media (width >= 600px) {
  .dealer-item {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 2.2rem 2.2rem 2.2rem 4rem;
  }
}
.dealer-item__main {
  min-width: 0;
}
@media (width >= 600px) {
  .dealer-item__main {
    grid-area: 1/1;
  }
}
.dealer-item__region {
  margin: 0;
  font-size: var(--font-size-text-sm);
  line-height: 1.7;
  color: var(--color-grey-medium);
}
.dealer-item__name {
  margin: 0.5rem 0 1.2rem;
  font-size: var(--font-size-text-md);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-sm);
  text-transform: uppercase;
}
.dealer-item__details {
  display: grid;
  grid-template-columns: 12.5rem minmax(0, 1fr);
  gap: 0 1.8rem;
  margin: 0;
  font-size: var(--font-size-text-sm);
  line-height: 1.7;
  color: var(--color-grey-medium);
}
.dealer-item__label {
  margin: 0;
  font-weight: var(--font-weight-medium);
}
.dealer-item__value {
  margin: 0;
  overflow-wrap: anywhere;
}
.dealer-item__value a {
  color: inherit;
}
.dealer-item__label--extra, .dealer-item__value--extra {
  display: none;
}
.dealer-item.is-expanded .dealer-item__label--extra, .dealer-item.is-expanded .dealer-item__value--extra {
  display: block;
}
.dealer-item__toggle {
  display: inline-flex;
  gap: 1.5rem;
  align-items: center;
  justify-self: start;
  padding: 0;
  font-family: var(--font-primary);
  font-size: var(--font-size-text-sm);
  color: var(--color-grey-medium);
  cursor: pointer;
  background: none;
  border: none;
}
@media (width >= 600px) {
  .dealer-item__toggle {
    grid-area: 2/1;
  }
}
.dealer-item__toggle img {
  width: 2rem;
  height: 2rem;
  transition: transform var(--transition-fast);
}
.dealer-item.is-expanded .dealer-item__toggle img {
  transform: rotate(180deg);
}
.dealer-item__aside {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  align-items: center;
  justify-content: space-between;
}
@media (width >= 600px) {
  .dealer-item__aside {
    flex-direction: column;
    grid-area: 1/2/span 2;
    gap: 2rem;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.dealer-item__badges {
  display: flex;
  gap: 1rem;
}
.dealer-item__badge {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
}
.dealer-item__badge img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dealer-item__distance {
  margin: 0;
  font-size: var(--font-size-text-lg);
  font-weight: var(--font-weight-medium);
}
@media (width >= 600px) {
  .dealer-item__distance {
    margin-top: 2.5rem;
  }
}
.dealer-item__directions {
  display: inline-flex;
  gap: 0.9rem;
  align-items: center;
  margin-top: -0.5rem;
  font-size: var(--font-size-text-sm);
  color: var(--color-text);
}
.dealer-item__directions:hover {
  text-decoration: underline;
}
.dealer-item__directions img {
  width: 1.6rem;
  height: 1.6rem;
}

.promo-banner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 460px;
  padding-block: 6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (width >= 1024px) {
  .promo-banner {
    min-height: 640px;
    padding-block: 10rem;
  }
}
.promo-banner__map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.promo-banner__dot {
  fill: var(--color-red);
  transform-origin: center;
  transform-box: fill-box;
}
.promo-banner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.promo-banner__media {
  position: absolute;
  bottom: -10rem;
  left: 50%;
  z-index: 1;
  display: none;
  width: 28%;
  height: auto;
}
@media (width >= 1024px) {
  .promo-banner__media {
    display: block;
  }
}
.promo-banner__content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.promo-banner__inner {
  max-width: 600px;
}
.promo-banner--right .promo-banner__inner {
  margin-left: auto;
}
.promo-banner__title {
  margin: 0 0 1.5rem;
  font-size: var(--font-size-heading-xl);
  font-weight: var(--font-weight-bold);
  line-height: 1.15;
  text-transform: uppercase;
}
.promo-banner--accent-red .promo-banner__title {
  color: var(--color-red);
}
.promo-banner--accent-orange .promo-banner__title {
  color: var(--color-orange);
}
.promo-banner__subtitle {
  margin: 0 0 2rem;
  font-size: var(--font-size-heading-md);
  line-height: 1.25;
  color: var(--color-text-muted);
}
.promo-banner__description {
  margin: 0 0 3rem;
  font-size: var(--font-size-text-std);
  line-height: 1.5;
  color: var(--color-text-muted);
}
@media (width >= 1024px) {
  .promo-banner__description {
    font-size: var(--font-size-text-lg);
  }
}
.promo-banner__btn {
  min-width: 220px;
  height: 56px;
  padding-inline: 4rem;
  font-size: var(--font-size-text-lg);
  border-radius: 3rem;
}
.promo-banner__search {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  width: 100%;
  max-width: 245px;
  height: 56px;
  padding-inline: 2.4rem;
  border: 1.5px solid var(--color-white);
  border-radius: 3rem;
}
.promo-banner__search--link {
  text-decoration: none;
  transition: background-color 0.2s, border-color 0.2s;
}
.promo-banner__search--link:hover {
  background-color: var(--color-white);
  border-color: #1a1a1a;
}
.promo-banner__search--link .promo-banner__search-input {
  color: var(--color-white);
  white-space: nowrap;
}
.promo-banner__search--link .promo-banner__search-submit img {
  content: url("https://cedrus.stage.kliks.eu/wp-content/uploads/2026/07/lupka-wyszukaj-dilera.svg");
}
.promo-banner__search--link:hover .promo-banner__search-input {
  color: #1a1a1a;
}
.promo-banner__search--link:hover .promo-banner__search-submit img {
  filter: invert(1);
}
.promo-banner__search-submit {
  display: flex;
  flex-shrink: 0;
  padding: 0;
  cursor: pointer;
  background: none;
  border: 0;
}
.promo-banner__search-submit img {
  width: 22px;
  height: 22px;
}
.promo-banner__search-input {
  flex: 1;
  min-width: 0;
  font-size: var(--font-size-text-lg);
  color: var(--color-white);
  background: none;
  border: 0;
}
.promo-banner__search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.85);
}
.promo-banner__search-input::placeholder {
  color: rgba(255, 255, 255, 0.85);
}
.promo-banner__search-input:focus {
  outline: none;
}

.sticky-social {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 100;
  display: none;
  flex-direction: column;
}
@media (width >= 1024px) {
  .sticky-social {
    display: flex;
  }
}
.sticky-social.use-light .sticky-social__icon--light {
  display: block;
}
.sticky-social.use-light .sticky-social__icon--dark {
  display: none;
}
.sticky-social.use-dark .sticky-social__icon--light {
  display: none;
}
.sticky-social.use-dark .sticky-social__icon--dark {
  display: block;
}

.sticky-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}

.sticky-social__icon {
  width: 24px;
  height: 24px;
}
.sticky-social__icon--light {
  display: block;
}
.sticky-social__icon--dark {
  display: none;
}

.sticky-quick-links {
  position: fixed;
  top: 432px;
  right: 0;
  z-index: 100;
  display: none;
  flex-direction: column;
  gap: 4px;
}
@media (width >= 1024px) {
  .sticky-quick-links {
    display: flex;
  }
}

.sticky-quick-links__link {
  display: flex;
  align-items: center;
  width: auto;
  height: 60px;
  padding: 0 15px;
  overflow: hidden;
  color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius-sm) 0 0 var(--radius-sm);
  transition: background-color 0.3s ease;
}

.sticky-quick-links__icon-wrap {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.sticky-quick-links__icon {
  width: 24px;
  height: 24px;
}

.sticky-quick-links__label {
  display: block;
  max-width: 0;
  padding-left: 0;
  overflow: hidden;
  font-size: 1.4rem;
  white-space: nowrap;
  opacity: 0;
  transition: max-width 0.3s ease, padding-left 0.3s ease, opacity 0.3s ease;
}

.sticky-quick-links:hover .sticky-quick-links__label {
  max-width: 200px;
  padding-left: 10px;
  opacity: 1;
}

.sticky-quick-links.has-background .sticky-quick-links__link {
  background-color: var(--color-black);
  border-color: var(--color-black);
}

.home .sticky-social {
  display: none;
}

.home .sticky-quick-links {
  display: none;
}

.specs-table__table {
  width: 100%;
  max-width: 75rem;
  margin-inline: auto;
  border-spacing: 0 0.4rem;
  border-collapse: separate;
}
.specs-table__table tr.is-hidden {
  display: none;
}
.specs-table__table tr:nth-child(odd) td {
  background: var(--color-grey-light);
}
.specs-table__table tr:nth-child(odd) td:first-child {
  border-top-left-radius: var(--radius-md);
  border-bottom-left-radius: var(--radius-md);
}
.specs-table__table tr:nth-child(odd) td:last-child {
  border-top-right-radius: var(--radius-md);
  border-bottom-right-radius: var(--radius-md);
}
.specs-table__table td {
  padding: 1.2rem 2.4rem;
  font-size: 1.6rem;
  vertical-align: top;
}
.specs-table__table td:first-child {
  width: 50%;
  font-weight: var(--font-weight-bold);
}
.specs-table__table td:last-child {
  color: #838383;
}
.specs-table__toggle {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 3rem auto 0;
  font-family: var(--font-primary);
  font-size: var(--font-size-text-std);
  font-weight: var(--font-weight-bold);
  color: var(--color-text);
  cursor: pointer;
  background: none;
  border: none;
  transition: opacity var(--transition-base);
}
.specs-table__toggle:hover {
  opacity: 0.7;
}
.specs-table__toggle.is-expanded .specs-table__toggle-icon {
  transform: rotate(180deg);
}
.specs-table__toggle-icon {
  transition: transform var(--transition-base);
}

.product-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--spacing-xl);
  padding-bottom: 4rem;
  margin-top: 4rem;
}
@media (width >= 1024px) {
  .product-intro {
    grid-template-rows: auto 1fr;
    grid-template-columns: minmax(0, 60fr) minmax(0, 40fr);
    gap: 2rem 4rem;
    padding-bottom: 6rem;
    margin-top: 6rem;
  }
}
@media (width >= 1024px) {
  .product-intro__gallery {
    grid-row: 1/3;
    grid-column: 1;
  }
}
@media (width >= 1024px) {
  .product-intro__header {
    grid-row: 1;
    grid-column: 2;
  }
}
.product-intro__body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (width >= 1024px) {
  .product-intro__body {
    grid-row: 2;
    grid-column: 2;
  }
}
.product-intro__title {
  margin: 0 0 0.8rem;
  font-size: 2.4rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.16;
}
.product-intro__code {
  margin: 0;
  font-size: var(--font-size-text-md);
  color: var(--color-text);
}
.product-intro__price-wrapper {
  margin: 0;
}
.product-intro__price-label {
  margin: 0;
  font-size: var(--font-size-text-sm);
  font-weight: var(--font-weight-medium);
}
.product-intro__price {
  margin: 0;
  font-size: 3.2rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  color: var(--color-text);
}
.product-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: center;
  justify-content: space-between;
}
.product-intro__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.product-intro__pill {
  display: inline-flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
  height: 4.2rem;
  padding-inline: 2rem;
  font-family: var(--font-primary);
  font-size: 1.2rem;
  color: var(--color-text);
  cursor: pointer;
  background: var(--color-grey-light);
  border: none;
  border-radius: var(--radius-pill);
  transition: background var(--transition-fast);
}
.product-intro__pill:hover {
  background: color-mix(in srgb, var(--color-grey-light) 88%, #000);
}
.product-intro__pill img {
  width: 1.6rem;
  height: 1.6rem;
}
.product-intro__highlights {
  padding: 2.4rem;
  margin: 0;
  list-style: none;
  background: var(--color-grey-light);
  border-radius: var(--radius-xl);
}
.product-intro__highlights strong {
  display: block;
}
.product-intro__highlight {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
  font-size: var(--font-size-text-sm);
  line-height: var(--line-height-md);
}
.product-intro__highlight::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--color-text);
  border-radius: var(--radius-full);
}
.product-intro__highlight:last-child {
  margin-bottom: 0;
}
.product-intro__highlight.is-hidden {
  display: none;
}
.product-intro__expand {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 1.5rem 0 0;
  font-family: var(--font-primary);
  font-size: var(--font-size-text-sm);
  font-weight: var(--font-weight-medium);
  cursor: pointer;
  background: none;
  border: none;
}
.product-intro__expand.is-expanded .product-intro__expand-icon {
  transform: rotate(180deg);
}
.product-intro__expand-icon {
  width: 15px;
  height: 8px;
  transition: transform var(--transition-fast);
}
.product-intro__cta-group {
  display: flex;
  gap: 1rem;
}
@media (width >= 480px) {
  .product-intro__cta-group {
    gap: 1.2rem;
  }
}
.product-intro__cta {
  display: inline-flex;
  flex: 1;
  gap: 0.8rem;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 5rem;
  padding-inline: 1rem;
  font-family: var(--font-primary);
  font-size: var(--font-size-text-sm);
  white-space: nowrap;
  border-radius: var(--radius-pill);
  transition: color var(--transition-fast), background var(--transition-fast), border-color var(--transition-fast);
}
@media (width >= 480px) {
  .product-intro__cta {
    gap: 1rem;
    height: 5.4rem;
    padding-inline: 2rem;
    font-size: var(--font-size-text-std);
  }
}
.product-intro__cta img {
  width: 1.8rem;
  height: 1.8rem;
}
.product-intro__cta--primary {
  color: var(--color-white);
  background: var(--color-red);
  border: 1px solid var(--color-red);
}
.product-intro__cta--primary:hover {
  background: var(--color-text);
  border-color: var(--color-text);
}
.product-intro__cta--outline {
  color: var(--color-text);
  background: transparent;
  border: 1px solid var(--color-text);
}
.product-intro__cta--outline:hover {
  background: var(--color-grey-light);
}

.product-gallery {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
@media (width >= 1024px) {
  .product-gallery {
    flex-direction: row;
    gap: var(--spacing-lg);
    align-items: stretch;
  }
}
.product-gallery__stage {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  background: var(--color-white);
  border-radius: var(--radius-lg);
}
.product-gallery__badge {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 4;
  padding: 0.7rem 1.5rem;
  font-family: var(--font-secondary);
  font-size: 1.3rem;
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
  text-transform: uppercase;
  background: var(--color-red);
  border-radius: var(--radius-lg);
}
.product-gallery__main {
  width: 100%;
  aspect-ratio: 4/3;
}
.product-gallery__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: none;
}
.product-gallery__media:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: -3px;
}
.product-gallery__media img,
.product-gallery__media video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform var(--transition-fast);
}
@media (hover: hover) and (pointer: fine) {
  .product-gallery__media {
    cursor: zoom-in;
  }
  .product-gallery__media.is-zooming img {
    transform: scale(1.9);
    transition: none;
  }
}
.product-gallery__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  transform: translateY(-50%);
}
.product-gallery__arrow:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 2px;
}
.product-gallery__arrow img {
  width: 1.4rem;
  height: auto;
}
.product-gallery__arrow--prev {
  left: 1rem;
}
.product-gallery__arrow--next {
  right: 1rem;
}
.product-gallery__fullscreen {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  cursor: pointer;
  background: var(--color-grey-light);
  border: none;
  border-radius: var(--radius-full);
  transition: background var(--transition-fast);
}
.product-gallery__fullscreen:hover {
  background: color-mix(in srgb, var(--color-grey-light) 88%, #000);
}
.product-gallery__fullscreen:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 2px;
}
.product-gallery__fullscreen img {
  width: 1.8rem;
  height: 1.8rem;
}
.product-gallery__thumbs-col {
  display: none;
}
@media (width >= 1024px) {
  .product-gallery__thumbs-col {
    position: relative;
    display: block;
    flex: 0 0 21%;
  }
}
.product-gallery__thumbs {
  width: 100%;
}
@media (width >= 1024px) {
  .product-gallery__thumbs {
    position: absolute;
    inset: 0 0 3.8rem;
  }
}
.product-gallery__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  aspect-ratio: 3/2;
  overflow: hidden;
  cursor: pointer;
  background: var(--color-white);
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  opacity: 0.55;
  transition: opacity var(--transition-fast), border-color var(--transition-fast);
}
.product-gallery__thumb.swiper-slide-thumb-active {
  border-color: var(--color-text);
  opacity: 1;
}
.product-gallery__thumb img,
.product-gallery__thumb video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-gallery__thumb-nav {
  display: flex;
  gap: 0.5rem;
}
@media (width >= 1024px) {
  .product-gallery__thumb-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.product-gallery__thumb-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3rem;
  padding: 0;
  cursor: pointer;
  background: var(--color-grey-light);
  border: none;
  border-radius: var(--radius-lg);
  transition: background var(--transition-fast);
}
.product-gallery__thumb-arrow:hover {
  background: color-mix(in srgb, var(--color-grey-light) 88%, #000);
}
.product-gallery__thumb-arrow:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 2px;
}
.product-gallery__thumb-arrow img {
  width: 1.2rem;
  height: auto;
}
.product-gallery__thumb-arrow--prev img {
  transform: rotate(180deg);
}

.product-description {
  padding-block: 4rem;
  background: var(--color-black);
}
@media (width >= 1024px) {
  .product-description {
    padding-block: 8rem;
  }
}
.product-description__inner {
  display: grid;
  gap: var(--spacing-xl);
  align-items: center;
  padding-inline: 1.5rem;
}
@media (width >= 1024px) {
  .product-description__inner {
    grid-template-columns: minmax(0, 1056fr) minmax(0, 560fr);
    -moz-column-gap: 6rem;
         column-gap: 6rem;
    padding-inline: 2.6rem;
  }
}
.product-description__photo {
  overflow: hidden;
  background: var(--color-white);
  border-radius: var(--radius-xl);
}
.product-description__photo img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-description__content {
  color: var(--color-white);
}
.product-description__title {
  margin: 0 0 2rem;
  font-size: var(--font-size-heading-xl);
  font-weight: var(--font-weight-regular);
  line-height: 1.1;
}
.product-description__text {
  font-size: var(--font-size-text-std);
  color: var(--color-white);
}
.product-description__text h3 {
  margin: 0 0 1.5rem;
  font-size: var(--font-size-heading-xs);
  font-weight: var(--font-weight-medium);
}
.product-description__text p {
  margin: 0 0 1.5rem;
  line-height: var(--line-height-md);
}
.product-description__text p:last-child {
  margin-bottom: 0;
}

.advantages {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (width >= 1024px) {
  .advantages {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
.advantages__title {
  margin: 0 0 3rem;
}
.advantages__list {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  padding-inline: 1.5rem;
}
@media (width >= 1024px) {
  .advantages__list {
    gap: var(--spacing-lg);
    padding-inline: 2.6rem;
  }
}

.product-advantage {
  display: grid;
  gap: var(--spacing-md);
}
@media (width >= 1024px) {
  .product-advantage {
    grid-template-columns: 39% 1fr;
    gap: 2rem;
    align-items: stretch;
  }
}
@media (width >= 1024px) {
  .product-advantage--reverse {
    grid-template-columns: 1fr 39%;
  }
  .product-advantage--reverse .product-advantage__photo {
    order: 2;
  }
  .product-advantage--reverse .product-advantage__card {
    order: 1;
  }
}
.product-advantage__photo {
  overflow: hidden;
  border-radius: var(--radius-xl);
}
.product-advantage__photo img {
  width: 100%;
  height: 100%;
  min-height: 24rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width >= 1024px) {
  .product-advantage__photo img {
    aspect-ratio: 3/2;
  }
}
.product-advantage__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  background: var(--color-grey-light);
  border-radius: var(--radius-xl);
}
@media (width >= 1024px) {
  .product-advantage__card {
    padding: 4rem;
  }
}
.product-advantage__text {
  width: 100%;
  max-width: 62rem;
  margin-inline: auto;
  font-size: var(--font-size-text-sm);
  line-height: var(--line-height-md);
}
.product-advantage__text h3 {
  margin: 0 0 1.5rem;
  font-size: var(--font-size-heading-xs);
  font-weight: var(--font-weight-bold);
}
.product-advantage__text p {
  margin: 0 0 1rem;
}
.product-advantage__text p:last-child {
  margin-bottom: 0;
}
.product-advantage__text ul {
  padding-left: 2rem;
  margin: 0;
}
.product-advantage__text ul li {
  margin-bottom: 0.6rem;
}

.product-grid {
  padding-block: 4rem;
  background: var(--color-grey-light);
}
@media (width >= 1024px) {
  .product-grid {
    padding-block: 6rem;
  }
}
.product-grid__title {
  margin: 0 0 3rem;
  font-size: var(--font-size-heading-lg);
  font-weight: var(--font-weight-regular);
  text-align: center;
}
.product-grid__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: stretch;
  justify-content: center;
}
.product-grid__list > .product-box-simple {
  flex: 1 1 16rem;
  max-width: 23rem;
  height: auto;
}

.faq__title {
  margin: 0 0 4rem;
  font-size: var(--font-size-heading-lg);
  font-weight: var(--font-weight-regular);
  text-align: center;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.faq__item {
  overflow: hidden;
  background: var(--color-grey-light);
  border-radius: var(--radius-lg);
}
.faq__question {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  width: 100%;
  padding: 1.8rem 2.4rem;
  font-family: var(--font-primary);
  font-size: var(--font-size-text-md);
  font-weight: var(--font-weight-medium);
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
}
.faq__icon {
  position: relative;
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
}
.faq__icon::before, .faq__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: var(--color-text);
  transition: opacity var(--transition-fast), transform var(--transition-fast);
}
.faq__icon::before {
  width: 1.6rem;
  height: 2px;
  transform: translate(-50%, -50%);
}
.faq__icon::after {
  width: 2px;
  height: 1.6rem;
  transform: translate(-50%, -50%);
}
.faq__item.is-open .faq__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition-base);
}
.faq__answer-inner {
  padding: 0 2.4rem 2rem 5.5rem;
  font-size: var(--font-size-text-std);
  line-height: var(--line-height-md);
}
.faq__answer-inner p {
  margin: 0;
}

.product-nav {
  position: sticky;
  top: 0;
  z-index: 99;
  padding-block: 2rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
  overflow-x: auto;
  transition: top var(--transition-base);
}
.product-nav::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  content: "";
  background-color: var(--color-grey-light);
  transform: translateX(-50%);
}
.scrolled--up .product-nav {
  top: 70px;
}
@media (width >= 1024px) {
  .scrolled--up .product-nav {
    top: 135px;
  }
}
@media (width >= 1024px) {
  .product-nav {
    overflow-x: visible;
  }
}
.product-nav__list {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
@media (width >= 1024px) {
  .product-nav__list {
    gap: 2rem;
  }
}
.product-nav__item {
  flex-shrink: 0;
}
.product-nav__link {
  display: block;
  padding: 0.8rem 0.4rem;
  font-size: var(--font-size-text-sm);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.5rem;
}
@media (width >= 1024px) {
  .product-nav__link {
    font-size: var(--font-size-text-std);
  }
}
.product-nav__link:hover {
  text-decoration: underline;
}

.ask-specialist {
  position: relative;
  margin-block: 4rem;
}
@media (width >= 1024px) {
  .ask-specialist {
    margin-block: 8rem;
  }
}
.ask-specialist::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 75%;
  content: "";
  background: #f0f0f0;
}
@media (width >= 1024px) {
  .ask-specialist::before {
    top: 150px;
    left: auto;
    width: 70%;
    height: auto;
  }
}
.ask-specialist__wrapper {
  display: grid;
  gap: 0;
}
@media (width >= 1024px) {
  .ask-specialist__wrapper {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
@media (width >= 1024px) {
  .ask-specialist__image {
    margin-left: -50px;
  }
}
.ask-specialist__image img {
  width: 100%;
  height: auto;
}
.ask-specialist__content {
  padding: 3rem 0;
}
@media (width >= 1024px) {
  .ask-specialist__content {
    max-width: 560px;
    padding: 5rem 0;
    margin-left: auto;
  }
}
.ask-specialist__text h2,
.ask-specialist__text h3,
.ask-specialist__text h4 {
  margin: 0 0 1rem;
  font-size: var(--font-size-heading-std);
  font-weight: var(--font-weight-medium);
}
@media (width >= 1024px) {
  .ask-specialist__text h2,
  .ask-specialist__text h3,
  .ask-specialist__text h4 {
    margin-bottom: 3rem;
  }
}
.ask-specialist__text p {
  margin: 0 0 1.5rem;
  font-size: var(--font-size-text-std);
  line-height: var(--line-height-lg);
}
.ask-specialist__text p:last-child {
  margin-bottom: 0;
}
.ask-specialist__btn {
  margin-top: 2rem;
}

.product-video__wrapper {
  position: relative;
}
.product-video__media {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.product-video__media::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background: #000;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.product-video__cover, .product-video__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-video__video {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (width >= 1024px) {
  .product-video__play {
    width: 100px;
    height: 100px;
  }
}
.product-video__play img {
  width: 100%;
  height: 100%;
}
.product-video__play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.product-video__content {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 3;
  max-width: 300px;
  transform: translateY(-50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (width >= 1024px) {
  .product-video__content {
    left: 80px;
    max-width: 400px;
  }
}
.product-video__title {
  margin: 0 0 2rem;
  font-size: var(--font-size-heading-md);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-std);
  color: var(--color-white);
}
@media (width >= 1024px) {
  .product-video__title {
    margin-bottom: 3rem;
  }
}
.product-video.is-playing .product-video__media::after {
  opacity: 0;
}
.product-video.is-playing .product-video__video {
  opacity: 1;
}
.product-video.is-playing .product-video__play {
  pointer-events: none;
  opacity: 0;
}
.product-video.is-playing .product-video__content {
  pointer-events: none;
  opacity: 0;
  transform: translateY(-50%) translateX(-20px);
}
.product-video.is-paused .product-video__media::after {
  opacity: 0.3;
}
.product-video.is-paused .product-video__video {
  opacity: 1;
}
.product-video.is-paused .product-video__play {
  pointer-events: auto;
  opacity: 1;
}
.product-video.is-paused .product-video__content {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(-50%);
}

.discover-details__subtitle {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 0 0 3rem;
  font-size: var(--font-size-text-std);
  font-weight: 700;
  color: var(--color-black);
}
.discover-details__subtitle::before {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  content: "";
  background: radial-gradient(circle, var(--color-black) 8.5px, transparent 8.5px);
  border: 1px solid var(--color-black);
  border-radius: 50%;
}
.discover-details__wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: start;
}
@media (width >= 1024px) {
  .discover-details__wrapper {
    gap: 4rem;
  }
}
.discover-details__image-container {
  position: relative;
}
.discover-details__image {
  width: auto;
  max-height: 60dvh;
}
.discover-details__hotspot {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.discover-details__hotspot::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 17px;
  content: "";
  border: 1px solid var(--color-white);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: hotspot-ripple 2s infinite;
}
.discover-details__hotspot--black::before {
  border-color: var(--color-black);
}
.discover-details__hotspot-inner {
  position: relative;
  z-index: 1;
  width: 17px;
  height: 17px;
  background: var(--color-white);
  border-radius: 50%;
}
.discover-details__hotspot--black .discover-details__hotspot-inner {
  background: var(--color-black);
}
.discover-details__hotspot.is-active::before {
  border-color: var(--color-accent);
}
.discover-details__hotspot.is-active .discover-details__hotspot-inner {
  background: var(--color-accent);
}
.discover-details__modal {
  position: fixed;
  top: 50%;
  right: 2rem;
  left: 2rem;
  z-index: 100;
  display: none;
  flex-direction: column;
  max-width: 600px;
  padding: 2rem;
  background: var(--color-black);
  border-radius: var(--radius-sm);
  transform: translateY(-50%);
}
.discover-details__modal.is-open {
  display: flex;
}
@media (width >= 1024px) {
  .discover-details__modal {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    padding: 6rem;
    transform: none;
  }
}
.discover-details__modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
}
@media (width >= 1024px) {
  .discover-details__modal-close {
    top: 6rem;
    right: 1rem;
  }
}
.discover-details__modal-close::before, .discover-details__modal-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  content: "";
  background: var(--color-white);
}
.discover-details__modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.discover-details__modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.discover-details__modal-content {
  overflow: hidden;
}
.discover-details__modal-item {
  display: none;
  flex-direction: column;
}
.discover-details__modal-item.is-active {
  display: flex;
}
.discover-details__modal-image {
  margin-bottom: 2rem;
}
.discover-details__modal-image img {
  width: auto;
  max-width: 100%;
  max-height: 60dvh;
}
.discover-details__modal-text {
  font-size: var(--font-size-text-std);
  line-height: var(--line-height-lg);
  color: var(--color-white);
}
.discover-details__modal-nav {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-top: 2rem;
}
@media (width >= 1024px) {
  .discover-details__modal-nav {
    margin-top: 4rem;
  }
}
.discover-details__modal-prev, .discover-details__modal-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.discover-details__modal-prev:hover, .discover-details__modal-next:hover {
  border-color: var(--color-white);
}
.discover-details__modal-prev img, .discover-details__modal-next img {
  width: 100%;
  height: auto;
}

@keyframes hotspot-ripple {
  0% {
    width: 17px;
    height: 17px;
    opacity: 1;
  }
  100% {
    width: 34px;
    height: 34px;
    opacity: 0;
  }
}
.compare-tab {
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 900;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.compare-tab.is-visible {
  visibility: visible;
  opacity: 1;
}
.compare-tab__trigger {
  display: flex;
  gap: 0;
  align-items: center;
  padding: 12px;
  font-family: var(--font-primary);
  font-size: var(--font-size-text-sm);
  color: var(--color-white);
  cursor: pointer;
  background: var(--color-accent);
  border: none;
  border-radius: 8px 0 0 8px;
  transition: gap 0.3s, padding 0.3s;
}
.compare-tab__trigger:hover, .compare-tab__trigger:focus-visible {
  gap: 8px;
  padding: 12px 16px;
  background: var(--color-accent-hover, #158c00);
}
.compare-tab__trigger:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 2px;
}
.compare-tab__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.compare-tab__label {
  display: none;
}
@media (width >= 768px) {
  .compare-tab__label {
    display: block;
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width 0.3s;
  }
}
@media (width >= 768px) {
  .compare-tab__trigger:hover .compare-tab__label, .compare-tab__trigger:focus-visible .compare-tab__label {
    max-width: 200px;
  }
}
.compare-tab__count {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 0;
  height: 24px;
  padding: 0;
  overflow: hidden;
  font-weight: 600;
  color: var(--color-accent);
  background: var(--color-white);
  border-radius: 12px;
  transition: min-width 0.3s, max-width 0.3s, padding 0.3s;
}
.compare-tab__trigger:hover .compare-tab__count, .compare-tab__trigger:focus-visible .compare-tab__count {
  min-width: 24px;
  max-width: 50px;
  padding: 0 6px;
}
.compare-tab__count:empty {
  display: none;
}

.compare-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (width >= 768px) {
  .compare-modal {
    padding: 40px;
  }
}
.compare-modal[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}
.compare-modal__backdrop {
  position: absolute;
  inset: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
}
.compare-modal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  max-height: 90vh;
  background: var(--color-white);
}
.compare-modal__header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}
@media (width >= 768px) {
  .compare-modal__header {
    padding: 24px 32px;
  }
}
.compare-modal__title {
  margin: 0;
  font-size: var(--font-size-text-lg);
  font-weight: 600;
}
@media (width >= 768px) {
  .compare-modal__title {
    font-size: var(--font-size-heading-xs);
  }
}
.compare-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--color-text);
  cursor: pointer;
  background: transparent;
  border: none;
}
.compare-modal__close:hover, .compare-modal__close:focus-visible {
  color: var(--color-accent);
}
.compare-modal__close:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 2px;
}
.compare-modal__body {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
}
@media (width >= 768px) {
  .compare-modal__body {
    padding: 32px;
  }
}
.compare-modal__products {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (width >= 768px) {
  .compare-modal__products {
    justify-content: center;
  }
}
.compare-modal__product {
  position: relative;
  display: flex;
  flex: 0 0 200px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  text-align: center;
  background: #f8f8f8;
}
@media (width >= 768px) {
  .compare-modal__product {
    flex: 0 0 250px;
  }
}
.compare-modal__remove {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  color: #666;
  cursor: pointer;
  background: var(--color-white);
  border: 1px solid #ddd;
  border-radius: 50%;
}
.compare-modal__remove:hover, .compare-modal__remove:focus-visible {
  color: #c00;
  border-color: #c00;
}
.compare-modal__remove:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 2px;
}
.compare-modal__product-image {
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.compare-modal__product-image--placeholder {
  background: #ddd;
}
.compare-modal__product-title {
  margin: 0 0 10px;
  font-size: var(--font-size-text-std);
  font-weight: 600;
  line-height: 1.3;
}
.compare-modal__product-price {
  margin: 0 0 15px;
  font-size: var(--font-size-text-md);
  font-weight: 700;
  color: var(--color-accent);
}
.compare-modal__product-link {
  margin-top: auto;
}
.compare-modal__table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.compare-modal__table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}
.compare-modal__table th,
.compare-modal__table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}
.compare-modal__table th {
  font-weight: 600;
  background: #f8f8f8;
}
.compare-modal__table thead th {
  font-size: var(--font-size-text-sm);
}
.compare-modal__label-cell {
  width: 150px;
  font-weight: 600;
  white-space: nowrap;
  background: #f8f8f8;
}
@media (width >= 768px) {
  .compare-modal__label-cell {
    width: 200px;
  }
}
.compare-modal__product-cell, .compare-modal__value-cell {
  min-width: 150px;
}
@media (width >= 768px) {
  .compare-modal__product-cell, .compare-modal__value-cell {
    min-width: 200px;
  }
}
.compare-modal__empty {
  padding: 40px 20px;
  font-size: var(--font-size-text-std);
  color: #666;
  text-align: center;
}

[data-compare-add] {
  position: relative;
}
[data-compare-add].is-added {
  pointer-events: none;
  opacity: 0.6;
}

.compare-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  padding: 8px 12px;
  margin-top: 8px;
  font-size: var(--font-size-text-sm);
  color: var(--color-white);
  white-space: nowrap;
  background: var(--color-black);
  opacity: 0;
  transition: opacity 0.2s;
}
.compare-tooltip.is-visible {
  opacity: 1;
}

.search-results__empty {
  font-size: var(--font-size-text-md);
  color: #666;
  text-align: center;
}
.search-results__section + .search-results__section {
  margin-top: 60px;
}
.search-results__posts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (width >= 768px) {
  .search-results__posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width >= 1024px) {
  .search-results__posts {
    grid-template-columns: repeat(3, 1fr);
  }
}

.page-404 {
  padding-block: 8rem;
  text-align: center;
}
@media (width >= 1024px) {
  .page-404 {
    padding-block: 15rem;
  }
}
.page-404__title {
  margin-bottom: 2rem;
  font-size: var(--font-size-heading-lg);
  font-weight: 700;
}
.page-404__text {
  max-width: 60rem;
  margin-inline: auto;
  margin-bottom: 4rem;
  font-size: var(--font-size-text-md);
}

.page-template-page-about .about-hero {
  margin-top: -2rem;
}
@media (width >= 1024px) {
  .page-template-page-about .about-hero {
    margin-top: -1.5rem;
  }
}

.about-hero {
  --about-hero-logo-start: 92;
  position: relative;
}
@media (width >= 768px) {
  .about-hero {
    --about-hero-logo-start: 84;
  }
}
.about-hero__track {
  height: 250vh;
}
.about-hero__stage {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background-color: var(--color-text);
}
@supports (height: 100svh) {
  .about-hero__stage {
    height: 100svh;
  }
}
.about-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(var(--about-hero-media-scale, 1.12));
}
.about-hero__mask {
  position: absolute;
  inset: 0;
  opacity: var(--about-hero-fade, 1);
}

@supports ((-webkit-mask-composite: xor) or (mask-composite: exclude)) {
  .about-hero__mask {
    background-color: var(--color-text);
    -webkit-mask-image: var(--about-hero-logo), linear-gradient(var(--color-text), var(--color-text));
            mask-image: var(--about-hero-logo), linear-gradient(var(--color-text), var(--color-text));
    -webkit-mask-repeat: no-repeat, no-repeat;
            mask-repeat: no-repeat, no-repeat;
    -webkit-mask-position: center, center;
            mask-position: center, center;
    -webkit-mask-size: var(--about-hero-logo-size, calc(var(--about-hero-logo-start) * 1%)) auto, 100% 100%;
            mask-size: var(--about-hero-logo-size, calc(var(--about-hero-logo-start) * 1%)) auto, 100% 100%;
    -webkit-mask-composite: xor;
            mask-composite: exclude;
  }
}
@media (prefers-reduced-motion: reduce) {
  .about-hero__track {
    height: auto;
  }
  .about-hero__stage {
    position: relative;
    height: 60vh;
  }
  .about-hero__media {
    transform: none;
  }
}
.about-heading {
  margin: 0 0 2.4rem;
  font-size: 2.6rem;
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-sm);
  color: var(--color-black);
}
@media (width >= 1024px) {
  .about-heading {
    margin-bottom: 4rem;
    font-size: 4.8rem;
    line-height: 1.21;
  }
}

.text-red {
  color: var(--color-red);
}

.about-intro {
  margin-top: 5rem;
}
@media (width >= 1024px) {
  .about-intro {
    margin-top: 10rem;
  }
}
.about-intro__counters {
  display: grid;
  gap: 1.6rem 2rem;
  margin-bottom: 3rem;
}
@media (width >= 768px) {
  .about-intro__counters {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
}
@media (width >= 1024px) {
  .about-intro__counters {
    gap: 4rem 3rem;
    margin-bottom: 4rem;
  }
}
.about-intro__counter {
  display: flex;
  gap: 1.2rem;
  align-items: baseline;
}
@media (width >= 768px) {
  .about-intro__counter {
    flex-direction: column;
    gap: 0.4rem;
  }
}
.about-intro__value {
  font-size: 5.6rem;
  font-weight: var(--font-weight-bold);
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
  color: var(--color-red);
}
@media (width >= 1024px) {
  .about-intro__value {
    font-size: 12.8rem;
  }
}
.about-intro__label {
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-sm);
  color: var(--color-black);
}
@media (width >= 1024px) {
  .about-intro__label {
    font-size: 3.2rem;
  }
}
.about-intro__text p {
  margin-block: 0 2rem;
  font-size: var(--font-size-text-std);
  line-height: var(--line-height-md);
}
@media (width >= 1024px) {
  .about-intro__text p {
    font-size: 2rem;
    line-height: 1.55;
  }
}
.about-intro__text p:last-child {
  margin-bottom: 0;
}

.about-brands {
  margin-block: 4rem 6rem;
}
@media (width >= 1024px) {
  .about-brands {
    margin-block: 8rem 12rem;
  }
}

.about-values {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  margin-top: 5rem;
}
@media (width >= 1024px) {
  .about-values {
    margin-top: 9rem;
  }
}
.about-values__row {
  display: grid;
  gap: 1.8rem;
}
@media (width >= 1024px) {
  .about-values__row {
    grid-template-columns: 38.87fr 59.8fr;
    align-items: stretch;
  }
}
@media (width >= 1024px) {
  .about-values__row:nth-child(even) {
    grid-template-columns: 59.8fr 38.87fr;
  }
  .about-values__row:nth-child(even) .about-values__media {
    order: 2;
  }
}
.about-values__media {
  position: relative;
  overflow: hidden;
  border-radius: 3rem;
}
@media (width >= 1024px) {
  .about-values__media {
    border-radius: 6rem;
  }
}
.about-values__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}
.about-values__image {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width >= 1024px) {
  .about-values__image {
    min-height: 30.1rem;
  }
}
.about-values__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 2.4rem;
  background-color: var(--color-grey-light);
  border-radius: 3rem;
}
@media (width >= 1024px) {
  .about-values__panel {
    min-height: 30.1rem;
    padding: 5.2rem 13.9%;
    border-radius: 6rem;
  }
}
.about-values__title {
  margin: 0 0 1.2rem;
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-sm);
  color: var(--color-black);
}
@media (width >= 1024px) {
  .about-values__title {
    margin-bottom: 0.6rem;
    font-size: 3.2rem;
    line-height: 1.8;
  }
}
.about-values__text {
  margin: 0;
  font-size: var(--font-size-text-std);
  line-height: var(--line-height-md);
}
@media (width >= 1024px) {
  .about-values__text {
    font-size: 2rem;
    line-height: 1.55;
  }
}

.about-quote {
  margin-top: 5rem;
}
@media (width >= 1024px) {
  .about-quote {
    margin-top: 15rem;
  }
}
.about-quote__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7rem 2.4rem;
  margin: 0;
  background-color: var(--color-grey-dark);
  border-radius: 3rem;
}
@media (width >= 1024px) {
  .about-quote__inner {
    min-height: 52.8rem;
    padding: 8rem 5.5%;
  }
}
.about-quote__inner::before, .about-quote__inner::after {
  position: absolute;
  font-family: "Times New Roman", times, serif;
  font-size: 12rem;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  color: var(--color-red);
}
@media (width >= 1024px) {
  .about-quote__inner::before, .about-quote__inner::after {
    font-size: 26rem;
  }
}
.about-quote__inner::before {
  top: 0;
  right: 2rem;
  content: "”";
}
@media (width >= 1024px) {
  .about-quote__inner::before {
    top: -1.5rem;
    right: 11rem;
  }
}
.about-quote__inner::after {
  bottom: -6rem;
  left: 2rem;
  content: "“";
}
@media (width >= 1024px) {
  .about-quote__inner::after {
    bottom: -10rem;
    left: 10.5rem;
  }
}
.about-quote__text {
  max-width: 133.4rem;
  margin: 0;
  font-size: var(--font-size-text-md);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-md);
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
}
@media (width >= 1024px) {
  .about-quote__text {
    font-size: 3.2rem;
    line-height: 1.81;
  }
}

.about-boxes {
  display: grid;
  gap: 1.8rem;
  margin-top: 5rem;
}
@media (width >= 768px) {
  .about-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width >= 1024px) {
  .about-boxes {
    margin-top: 10rem;
  }
}
.about-boxes__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32rem;
  padding: 4rem 2.4rem;
  overflow: hidden;
  background-color: var(--color-black);
  border-radius: 3rem;
}
@media (width >= 1024px) {
  .about-boxes__item {
    min-height: 52.8rem;
    padding: 5rem 13.5%;
  }
}
.about-boxes__item::after {
  position: absolute;
  inset: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
.about-boxes__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform var(--transition-slow);
}
.about-boxes__item--link:hover .about-boxes__image {
  transform: scale(1.05);
}
.about-boxes__content {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
}
.about-boxes__title {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-sm);
  color: rgba(255, 255, 255, 0.85);
}
@media (width >= 1024px) {
  .about-boxes__title {
    font-size: 3.2rem;
    line-height: 1.8;
  }
}
.about-boxes__text {
  display: block;
  font-size: var(--font-size-text-std);
  line-height: var(--line-height-md);
  color: var(--color-grey-light);
}
@media (width >= 1024px) {
  .about-boxes__text {
    font-size: 2rem;
    line-height: 1.55;
  }
}

.product-categories__intro {
  margin-bottom: 4rem;
}
@media (width >= 1024px) {
  .product-categories__intro {
    margin-bottom: 8rem;
  }
}
.product-categories__intro-box {
  padding: 3rem 2rem;
  background-color: var(--color-grey-light);
  border-radius: var(--radius-xl);
}
@media (width >= 768px) {
  .product-categories__intro-box {
    padding: 4rem 6rem;
  }
}
@media (width >= 1024px) {
  .product-categories__intro-box {
    padding: 5.5rem 6rem;
  }
}
.product-categories__section {
  margin-bottom: 5rem;
}
@media (width >= 1024px) {
  .product-categories__section {
    margin-bottom: 8rem;
  }
}
.product-categories__title {
  margin: 0 0 3rem;
  font-size: var(--font-size-heading-lg);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-xs);
  text-align: center;
}
@media (width >= 1024px) {
  .product-categories__title {
    margin-bottom: 4.5rem;
  }
}
.product-categories__slider {
  position: relative;
}
.product-categories__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: var(--color-text);
}
.product-categories__card-image {
  display: block;
  aspect-ratio: 484/265;
  overflow: hidden;
  background-color: var(--color-grey-light);
  border-radius: var(--radius-xl);
}
.product-categories__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform var(--transition-base);
}
.product-categories__card:hover .product-categories__card-image img {
  transform: scale(1.05);
}
.product-categories__card-title {
  display: block;
  padding-inline: 2rem;
  margin-top: 2rem;
  font-size: var(--font-size-heading-xs);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-sm);
}
@media (width >= 1024px) {
  .product-categories__card-title {
    font-size: var(--font-size-heading-sm);
  }
}
.product-categories__card-text {
  display: block;
  padding-inline: 2rem;
  margin-top: 1.5rem;
  font-size: var(--font-size-text-std);
  line-height: var(--line-height-md);
}
@media (width >= 1024px) {
  .product-categories__card-text {
    font-size: var(--font-size-text-md);
  }
}
.product-categories__nav-rail {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 0;
  padding-top: calc((100% - 4rem) * 265 / 484 / 3);
  pointer-events: none;
}
.product-categories__nav {
  position: absolute;
  top: 50%;
  display: none;
  padding: 0;
  pointer-events: auto;
  cursor: pointer;
  background: none;
  border: none;
  transform: translateY(-50%);
  transition: opacity var(--transition-fast);
}
@media (width >= 1024px) {
  .product-categories__nav {
    display: block;
  }
}
.product-categories__nav img {
  width: 2.4rem;
  height: 2.4rem;
}
.product-categories__nav:hover {
  opacity: 0.6;
}
.product-categories__nav:disabled {
  cursor: default;
  opacity: 0.25;
}
.product-categories__nav--prev {
  left: 1rem;
}
@media (width >= 1400px) {
  .product-categories__nav--prev {
    left: -4rem;
  }
}
@media (width >= 1700px) {
  .product-categories__nav--prev {
    left: -7rem;
  }
}
.product-categories__nav--next {
  right: 1rem;
}
@media (width >= 1400px) {
  .product-categories__nav--next {
    right: -4rem;
  }
}
@media (width >= 1700px) {
  .product-categories__nav--next {
    right: -7rem;
  }
}
.product-categories__actions {
  margin-top: 3rem;
  text-align: center;
}
@media (width >= 1024px) {
  .product-categories__actions {
    margin-top: 4rem;
  }
}
.product-categories__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 53rem;
  min-height: 4.6rem;
  padding: 1rem 2.5rem;
  font-family: var(--font-primary);
  font-size: var(--font-size-text-std);
  color: var(--color-text);
  text-align: center;
  background-color: var(--color-white);
  border: 1px solid var(--color-text);
  border-radius: var(--radius-pill);
  transition: color var(--transition-base), background-color var(--transition-base);
}
.product-categories__button:hover {
  color: var(--color-white);
  background-color: var(--color-text);
}
@media (width >= 1024px) {
  .product-categories__button {
    min-height: 5.4rem;
    font-size: var(--font-size-text-md);
  }
}

@keyframes home-rise-fade {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes home-rise-fade-lg {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes home-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes home-dot-pop {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.reveal-ready .js-reveal .heading,
.reveal-ready .js-reveal .category-slider,
.reveal-ready .js-reveal .featured-product__inner,
.reveal-ready .js-reveal .bestsellers__slider-wrapper,
.reveal-ready .js-reveal .brands-grid__marquee,
.reveal-ready .js-reveal .promo-banner__inner,
.reveal-ready .js-reveal .posts-cards__item,
.reveal-ready .js-reveal .promo-banner__media,
.reveal-ready .js-reveal .intro-icons__item,
.reveal-ready .promo-banner__dot {
  opacity: 0;
}
.reveal-ready .js-reveal.is-visible .heading,
.reveal-ready .js-reveal.is-visible .category-slider,
.reveal-ready .js-reveal.is-visible .featured-product__inner,
.reveal-ready .js-reveal.is-visible .bestsellers__slider-wrapper,
.reveal-ready .js-reveal.is-visible .brands-grid__marquee,
.reveal-ready .js-reveal.is-visible .promo-banner__inner,
.reveal-ready .js-reveal.is-visible .posts-cards__item {
  animation: home-rise-fade 0.7s ease both;
}
.reveal-ready .js-reveal.is-visible .category-slider,
.reveal-ready .js-reveal.is-visible .bestsellers__slider-wrapper,
.reveal-ready .js-reveal.is-visible .brands-grid__marquee {
  animation-delay: 0.15s;
}
.reveal-ready .js-reveal.is-visible .promo-banner__media {
  animation: home-rise-fade-lg 0.8s ease 0.2s both;
}
.reveal-ready .js-reveal.is-visible .intro-icons__item {
  animation: home-fade 0.6s ease both;
}
.reveal-ready .js-reveal.is-visible .intro-icons__item:nth-child(1) {
  animation-delay: 0.2s;
}
.reveal-ready .js-reveal.is-visible .intro-icons__item:nth-child(2) {
  animation-delay: 0.26s;
}
.reveal-ready .js-reveal.is-visible .intro-icons__item:nth-child(3) {
  animation-delay: 0.32s;
}
.reveal-ready .js-reveal.is-visible .intro-icons__item:nth-child(4) {
  animation-delay: 0.38s;
}
.reveal-ready .js-reveal.is-visible .intro-icons__item:nth-child(5) {
  animation-delay: 0.44s;
}
.reveal-ready .js-reveal.is-visible .intro-icons__item:nth-child(6) {
  animation-delay: 0.5s;
}
.reveal-ready .js-reveal.is-visible .intro-icons__item:nth-child(7) {
  animation-delay: 0.56s;
}
.reveal-ready .js-reveal.is-visible .intro-icons__item:nth-child(8) {
  animation-delay: 0.62s;
}
.reveal-ready .js-reveal.is-visible .intro-icons__item:nth-child(9) {
  animation-delay: 0.68s;
}
.reveal-ready .js-reveal.is-visible .intro-icons__item:nth-child(10) {
  animation-delay: 0.74s;
}
.reveal-ready .js-reveal.is-visible .intro-icons__item:nth-child(11) {
  animation-delay: 0.8s;
}
.reveal-ready .js-reveal.is-visible .intro-icons__item:nth-child(12) {
  animation-delay: 0.86s;
}
.reveal-ready .js-reveal.is-visible .intro-icons__item:nth-child(13) {
  animation-delay: 0.92s;
}
.reveal-ready .js-reveal.is-visible .intro-icons__item:nth-child(14) {
  animation-delay: 0.98s;
}
.reveal-ready .js-reveal.is-visible .intro-icons__item:nth-child(15) {
  animation-delay: 1.04s;
}
.reveal-ready .js-reveal.is-visible .intro-icons__item:nth-child(16) {
  animation-delay: 1.1s;
}
.reveal-ready .js-reveal.is-visible .posts-cards__item:nth-child(1) {
  animation-delay: 0.12s;
}
.reveal-ready .js-reveal.is-visible .posts-cards__item:nth-child(2) {
  animation-delay: 0.24s;
}
.reveal-ready .js-reveal.is-visible .posts-cards__item:nth-child(3) {
  animation-delay: 0.36s;
}
.reveal-ready .js-reveal.is-visible .posts-cards__item:nth-child(4) {
  animation-delay: 0.48s;
}
.reveal-ready .js-reveal .product-description__inner,
.reveal-ready .js-reveal .product-advantage__photo,
.reveal-ready .js-reveal .product-advantage__card,
.reveal-ready .js-reveal .specs-table,
.reveal-ready .js-reveal .product-grid__title,
.reveal-ready .js-reveal .product-grid__list,
.reveal-ready .js-reveal .faq__title,
.reveal-ready .js-reveal .faq__list {
  opacity: 0;
}
.reveal-ready .js-reveal.is-visible .product-description__inner,
.reveal-ready .js-reveal.is-visible .product-advantage__photo,
.reveal-ready .js-reveal.is-visible .product-advantage__card,
.reveal-ready .js-reveal.is-visible .specs-table,
.reveal-ready .js-reveal.is-visible .product-grid__title,
.reveal-ready .js-reveal.is-visible .product-grid__list,
.reveal-ready .js-reveal.is-visible .faq__title,
.reveal-ready .js-reveal.is-visible .faq__list {
  animation: home-rise-fade 0.7s ease both;
}
.reveal-ready .js-reveal.is-visible .product-advantage__card,
.reveal-ready .js-reveal.is-visible .product-grid__list,
.reveal-ready .js-reveal.is-visible .faq__list {
  animation-delay: 0.15s;
}
.reveal-ready .js-reveal .category-hero__inner,
.reveal-ready .js-reveal .product-listing__filters,
.reveal-ready .js-reveal .sidebar-content-layout__sidebar,
.reveal-ready .js-reveal .product-listing__grid,
.reveal-ready .js-reveal .product-listing__list {
  opacity: 0;
}
.reveal-ready .js-reveal.is-visible .category-hero__inner,
.reveal-ready .js-reveal.is-visible .product-listing__filters,
.reveal-ready .js-reveal.is-visible .sidebar-content-layout__sidebar,
.reveal-ready .js-reveal.is-visible .product-listing__grid,
.reveal-ready .js-reveal.is-visible .product-listing__list {
  animation: home-rise-fade 0.7s ease both;
}
.reveal-ready .js-reveal.is-visible .sidebar-content-layout__sidebar,
.reveal-ready .js-reveal.is-visible .product-listing__grid,
.reveal-ready .js-reveal.is-visible .product-listing__list {
  animation-delay: 0.15s;
}
.reveal-ready .js-reveal .about-heading,
.reveal-ready .js-reveal .about-intro__counter,
.reveal-ready .js-reveal .about-intro__text,
.reveal-ready .js-reveal .about-values__row,
.reveal-ready .js-reveal .about-quote__inner,
.reveal-ready .js-reveal .about-boxes__item {
  opacity: 0;
}
.reveal-ready .js-reveal.is-visible .about-heading,
.reveal-ready .js-reveal.is-visible .about-intro__counter,
.reveal-ready .js-reveal.is-visible .about-intro__text,
.reveal-ready .js-reveal.is-visible .about-values__row,
.reveal-ready .js-reveal.is-visible .about-quote__inner,
.reveal-ready .js-reveal.is-visible .about-boxes__item {
  animation: home-rise-fade 0.7s ease both;
}
.reveal-ready .js-reveal.is-visible .about-intro__counter:nth-child(1),
.reveal-ready .js-reveal.is-visible .about-values__row:nth-child(1),
.reveal-ready .js-reveal.is-visible .about-boxes__item:nth-child(1) {
  animation-delay: 0.15s;
}
.reveal-ready .js-reveal.is-visible .about-intro__counter:nth-child(2),
.reveal-ready .js-reveal.is-visible .about-values__row:nth-child(2),
.reveal-ready .js-reveal.is-visible .about-boxes__item:nth-child(2) {
  animation-delay: 0.27s;
}
.reveal-ready .js-reveal.is-visible .about-intro__counter:nth-child(3),
.reveal-ready .js-reveal.is-visible .about-values__row:nth-child(3),
.reveal-ready .js-reveal.is-visible .about-boxes__item:nth-child(3) {
  animation-delay: 0.39s;
}
.reveal-ready .js-reveal.is-visible .about-intro__counter:nth-child(4),
.reveal-ready .js-reveal.is-visible .about-values__row:nth-child(4),
.reveal-ready .js-reveal.is-visible .about-boxes__item:nth-child(4) {
  animation-delay: 0.51s;
}
.reveal-ready .js-reveal.is-visible .about-intro__text {
  animation-delay: 0.3s;
}
.reveal-ready .js-reveal .blog-nav__item,
.reveal-ready .js-reveal .blog-featured__heading,
.reveal-ready .js-reveal .blog-featured__item,
.reveal-ready .js-reveal .blog-listing__heading {
  opacity: 0;
}
.reveal-ready .js-reveal.is-visible .blog-nav__item,
.reveal-ready .js-reveal.is-visible .blog-featured__heading,
.reveal-ready .js-reveal.is-visible .blog-featured__item,
.reveal-ready .js-reveal.is-visible .blog-listing__heading {
  animation: home-rise-fade 0.7s ease both;
}
.reveal-ready .js-reveal.is-visible .blog-featured__item:nth-child(1) {
  animation-delay: 0.15s;
}
.reveal-ready .js-reveal.is-visible .blog-featured__item:nth-child(2) {
  animation-delay: 0.25s;
}
.reveal-ready .js-reveal.is-visible .blog-featured__item:nth-child(3) {
  animation-delay: 0.35s;
}
.reveal-ready .js-reveal.is-visible .blog-featured__item:nth-child(4) {
  animation-delay: 0.45s;
}
.reveal-ready .js-reveal.is-visible .blog-featured__item:nth-child(5) {
  animation-delay: 0.55s;
}
.reveal-ready .js-reveal .job-offer-item,
.reveal-ready .js-reveal .job-cta__inner {
  opacity: 0;
}
.reveal-ready .js-reveal.is-visible .job-offer-item,
.reveal-ready .js-reveal.is-visible .job-cta__inner {
  animation: home-rise-fade 0.7s ease both;
}
.reveal-ready .js-reveal.is-visible .job-offer-item:nth-child(1) {
  animation-delay: 0s;
}
.reveal-ready .js-reveal.is-visible .job-offer-item:nth-child(2) {
  animation-delay: 0.1s;
}
.reveal-ready .js-reveal.is-visible .job-offer-item:nth-child(3) {
  animation-delay: 0.2s;
}
.reveal-ready .js-reveal.is-visible .job-offer-item:nth-child(4) {
  animation-delay: 0.3s;
}
.reveal-ready .js-reveal.is-visible .job-offer-item:nth-child(5) {
  animation-delay: 0.4s;
}
.reveal-ready .js-reveal.is-visible .job-offer-item:nth-child(6) {
  animation-delay: 0.5s;
}
.reveal-ready .js-reveal .product-categories__intro-box,
.reveal-ready .js-reveal .product-categories__title,
.reveal-ready .js-reveal .product-categories__slider,
.reveal-ready .js-reveal .product-categories__actions {
  opacity: 0;
}
.reveal-ready .js-reveal.is-visible .product-categories__intro-box,
.reveal-ready .js-reveal.is-visible .product-categories__title,
.reveal-ready .js-reveal.is-visible .product-categories__slider,
.reveal-ready .js-reveal.is-visible .product-categories__actions {
  animation: home-rise-fade 0.7s ease both;
}
.reveal-ready .js-reveal.is-visible .product-categories__slider {
  animation-delay: 0.15s;
}
.reveal-ready .js-reveal.is-visible .product-categories__actions {
  animation-delay: 0.3s;
}
.reveal-ready .js-reveal .shops-search__panel,
.reveal-ready .js-reveal .shops-search__results-title,
.reveal-ready .js-reveal .shops-search__results-list,
.reveal-ready .js-reveal .shops-search__map-wrapper {
  opacity: 0;
}
.reveal-ready .js-reveal.is-visible .shops-search__panel,
.reveal-ready .js-reveal.is-visible .shops-search__results-title,
.reveal-ready .js-reveal.is-visible .shops-search__results-list,
.reveal-ready .js-reveal.is-visible .shops-search__map-wrapper {
  animation: home-rise-fade 0.7s ease both;
}
.reveal-ready .js-reveal.is-visible .shops-search__results-list {
  animation-delay: 0.15s;
}
.reveal-ready .js-reveal.is-visible .shops-search__map-wrapper {
  animation-delay: 0.25s;
}
.reveal-ready .promo-banner__map.is-revealed .promo-banner__dot {
  animation: home-dot-pop 0.45s ease var(--reveal-delay, 0s) both;
}

:root {
  font-size: 62.5%;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  line-height: var(--line-height-std);
}

body {
  position: relative;
  height: auto;
  padding-top: 90px;
  overflow-x: clip;
  font-family: var(--font-primary);
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
}
@media (width >= 1024px) {
  body {
    padding-top: 150px;
  }
}

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

.container {
  width: 100%;
  max-width: 1290px;
  padding-inline: 15px;
  margin-inline: auto;
}

.container-medium {
  width: 100%;
  max-width: 1260px;
  padding-inline: 15px;
  margin-inline: auto;
}
@media (width > 1024px) {
  .container-medium {
    padding-inline: 30px;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.more-wrapper {
  margin-block: 4rem;
}
@media (width >= 1024px) {
  .more-wrapper {
    margin-block: 8rem;
  }
}

hr {
  max-width: 1570px;
  margin-inline: auto;
  border: 0;
  border-bottom: 1px solid #000;
}

.max-w-970 {
  max-width: 970px;
}
/*# sourceMappingURL=main.css.map */
