@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
.background-primary {
  background-color: #FFFFFF;
}

.background-secondary {
  background-color: #FAFAFA;
}

.background-tertiary {
  background-color: #444444;
}

.background-alternate {
  background-color: #000000;
}

.background-success {
  background-color: #ecfdf3;
}

.background-error {
  background-color: #fef3f2;
}

.border-primary {
  border-color: #000000;
}

.border-secondary {
  border-color: #CCCCCC;
}

.border-tertiary {
  border-color: #444444;
}

.border-alternate {
  border-color: #FFFFFF;
}

.border-success {
  border-color: #027A48;
}

.border-error {
  border-color: #b42318;
}

.text-primary {
  color: #000000;
}

.text-secondary {
  color: #AAAAAA;
}

.text-alternate {
  color: #FFFFFF;
}

.text-success {
  color: #027A48;
}

.text-error {
  color: #b42318;
}

.link-primary {
  color: #000000;
}

.link-secondary {
  color: #666666;
}

.link-alternate {
  color: #FFFFFF;
}

.shadow-xxsmall {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.shadow-xsmall {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}

.shadow-small {
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}

.shadow-medium {
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
}

.shadow-large {
  box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
}

.shadow-xlarge {
  box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.18);
}

.shadow-xxlarge {
  box-shadow: 0px 32px 64px -12px rgba(0, 0, 0, 0.14);
}

h1, .heading-h1 {
  line-height: 120%;
  font-family: "Playfair", serif;
  font-size: 56px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  h1, .heading-h1 {
    line-height: 120%;
    font-family: "Playfair", serif;
    font-size: 40px;
    font-weight: 600;
  }
}

h2, .heading-h2 {
  line-height: 120%;
  font-family: "Playfair", serif;
  font-size: 48px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  h2, .heading-h2 {
    line-height: 120%;
    font-family: "Playfair", serif;
    font-size: 36px;
    font-weight: 600;
  }
}

h3, .heading-h3 {
  line-height: 120%;
  font-family: "Playfair", serif;
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  h3, .heading-h3 {
    line-height: 120%;
    font-family: "Playfair", serif;
    font-size: 32px;
    font-weight: 600;
  }
}

h4, .heading-h4 {
  line-height: 120%;
  font-family: "Playfair", serif;
  font-size: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  h4, .heading-h4 {
    line-height: 120%;
    font-family: "Playfair", serif;
    font-size: 24px;
    font-weight: 600;
  }
}

h5, .heading-h5 {
  line-height: 120%;
  font-family: "Playfair", serif;
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  h5, .heading-h5 {
    line-height: 120%;
    font-family: "Playfair", serif;
    font-size: 20px;
    font-weight: 600;
  }
}

h6, .heading-h6 {
  line-height: 120%;
  font-family: "Playfair", serif;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  h6, .heading-h6 {
    line-height: 120%;
    font-family: "Playfair", serif;
    font-size: 18px;
    font-weight: 600;
  }
}

.heading-tagline {
  line-height: 120%;
  font-family: "Playfair", serif;
  font-size: 16px;
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2rem 0 1rem;
}

.text-large-light {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.text-large-normal {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-large-medium {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-large-semi-bold {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-large-bold {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-large-extra-bold {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.text-large-link {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
}

.text-medium-light {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-medium-normal {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-medium-medium {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-medium-semi-bold {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-medium-bold {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-medium-extra-bold {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.text-medium-link {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

.text-regular-light {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-regular-normal {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-regular-medium {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-regular-semi-bold {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-regular-bold {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-regular-extra-bold {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.text-regular-link {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.text-small-light {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.text-small-normal {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-small-medium {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-small-semi-bold {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.text-small-bold {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-small-extra-bold {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.text-small-link {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.text-tiny-light {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.text-tiny-normal {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-tiny-medium {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-tiny-semi-bold {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.text-tiny-bold {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.text-tiny-extra-bold {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.text-tiny-link {
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
}

p {
  line-height: 150%;
}

body {
  font-family: "Mulish", sans-serif;
}

a {
  color: #000000;
}
a.unstyled {
  text-decoration: none;
  color: inherit;
}

ul li, ol li {
  margin: 0.25rem 0 0.25rem 1.5rem;
}

ul.unstyled, ol.unstyled {
  list-style-type: none;
}
ul.unstyled li, ol.unstyled li {
  margin: 0;
}

.text-center {
  text-align: center;
  text-wrap: balance;
}

.truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: white;
}
html.contrast {
  background: #000000;
  color: #DDD133;
}
html.invert {
  filter: invert(1);
}
html.grayscale {
  filter: grayscale(1);
}
html.invert.grayscale {
  filter: invert(1) grayscale(1);
}
html.animation .aos-animate {
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
html.cursor {
  cursor: url("../img/accessibility/custom-cursor.png"), auto;
}
html.font-medium {
  font-size: 11px;
}
html.font-big {
  font-size: 12px;
}
html.spacing-medium {
  letter-spacing: 0.5px;
}
html.spacing-big {
  letter-spacing: 1px;
}

body {
  position: relative;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.container {
  padding-left: 4vw;
  padding-right: 4vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 1420px;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}

button,
.btn {
  display: flex;
  padding: 12px 24px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 200ms ease;
  background-color: inherit;
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  width: fit-content;
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
button svg, button img,
.btn svg,
.btn img {
  width: 24px;
  height: 24px;
}
button:disabled, button.disabled,
.btn:disabled,
.btn.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button.btn-icon,
.btn.btn-icon {
  padding: 12px;
}
button.btn-small,
.btn.btn-small {
  padding: 8px 20px;
}
button.btn-small.btn-icon,
.btn.btn-small.btn-icon {
  padding: 8px;
}
button.full-width,
.btn.full-width {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  button,
  .btn {
    width: 100%;
  }
}

.btn-primary {
  background-color: #000000;
  color: #FFFFFF;
}
.btn-primary:hover {
  background-color: #444444;
}
.btn-primary:active {
  background-color: #000000;
}
.btn-primary.alternate {
  color: #000000;
  background-color: #FFFFFF;
}
.btn-primary.alternate:hover {
  background-color: #CCCCCC;
}
.btn-primary.alternate:active {
  background-color: #FFFFFF;
}

.btn-secondary {
  color: #000000;
  border: 1px solid #000000;
}
.btn-secondary:hover {
  background-color: #FAFAFA;
}
.btn-secondary:active {
  background-color: #CCCCCC;
}

.btn-tertiary:hover {
  background-color: #FAFAFA;
}
.btn-tertiary:active {
  background-color: #CCCCCC;
}

.btn-link {
  padding: 0;
}

.actions {
  margin: 24px 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

input,
textarea,
select {
  height: 48px;
  border: 1px solid #CCCCCC;
  background-color: #FAFAFA;
  line-height: 150%;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 12px;
  width: 100%;
  display: block;
  border-radius: 4px;
  transition-duration: 0.2s;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #666666;
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  border-color: #000;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input.input-small,
textarea.input-small,
select.input-small {
  height: 40px;
  padding: 8px;
}
input:disabled,
textarea:disabled,
select:disabled {
  border: none;
}
input.input-error,
textarea.input-error,
select.input-error {
  border: 1px solid #b42318;
  background-color: #fef3f2;
}
input.alternate,
textarea.alternate,
select.alternate {
  background-color: rgba(255, 255, 255, 0.1254901961);
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
  border: none;
  color: #FFFFFF;
}
input.alternate:focus-visible,
textarea.alternate:focus-visible,
select.alternate:focus-visible {
  background-color: rgba(255, 255, 255, 0.062745098);
  border-color: #FFFFFF;
}

input[type=checkbox],
input[type=radio] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: #000000;
}
input[type=checkbox].input-error,
input[type=radio].input-error {
  outline: 2px solid #b42318;
}

textarea {
  height: auto;
  resize: none;
}

label {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
label:has(input[type=checkbox]) {
  flex-direction: row;
  gap: 8px;
}

.input-btn,
.input-icon {
  position: relative;
}
.input-btn.icon-left input,
.input-icon.icon-left input {
  padding-left: 36px;
}
.input-btn.icon-left svg,
.input-icon.icon-left svg {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.input-btn .btn,
.input-icon .btn {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .input-btn .btn,
  .input-icon .btn {
    width: fit-content;
  }
}

.checkbox-container {
  display: flex;
  gap: 8px;
}

.switch-container {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}
.switch-container input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #444444;
  transition: 0.4s;
  border-radius: 100px;
}
.switch::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: #FFFFFF;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .switch {
  background-color: #000000;
}
input:checked:disabled + .switch {
  opacity: 0.5;
}
input:checked + .switch:before {
  transform: translateX(20px);
}

input:focus + .switch {
  box-shadow: 0 0 1px #000000;
}

.range-slider {
  background: #FAFAFA;
  height: 4px;
}
.range-slider .range-slider__thumb {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 2px solid #000000;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}
.range-slider .range-slider__range {
  background: #000000;
}
.range-slider-container {
  width: 100%;
  padding-top: 8px;
}
.range-slider-inputs {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.range-slider-inputs input {
  width: 80px;
  text-align: center;
}

.form-row {
  display: flex;
  gap: 8px;
  margin: 12px 0;
  max-width: 768px;
}
.form-row .form-row {
  margin: 0;
}
.form-row, .form-row label {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
}

.radio-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.radio-card {
  border: 1px solid #000000;
  padding: 24px;
  display: flex;
  gap: 16px;
  position: relative;
  cursor: pointer;
}
.radio-card img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.radio-card::before {
  content: "";
  border: 1px solid #000000;
  border-radius: 50%;
}
.radio-card svg, .radio-card::before {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 18px;
  height: 18px;
  z-index: 1;
}
.radio-card svg {
  color: #FFFFFF;
}
.radio-card:has(input:checked)::before {
  background-color: #000000;
}

.captcha-radio-card {
  padding: 8px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  cursor: pointer;
}
.captcha-radio-card svg {
  width: 32px;
  height: 32px;
  color: #AAAAAA;
}
.captcha-radio-card:has(input:checked) {
  border-color: #000;
  background-color: #FAFAFA;
}
.captcha-radio-card:has(input:checked) svg {
  color: #000000;
}
.captcha-radio-card input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.captcha-container {
  padding: 16px;
  background-color: #FAFAFA;
  border: 1px solid #FAFAFA;
}
.captcha-container .radio-cards {
  margin: 12px 0;
}
.captcha-container:has(.input-error) {
  border: 1px solid #b42318;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #000000;
  color: #FFFFFF;
}
.navbar .container {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-menu {
  display: flex;
  align-items: center;
}
.nav-menu-item {
  position: relative;
}
.nav-menu-item > a, .nav-menu-item > span {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-menu-item > a.logo-url, .nav-menu-item > span.logo-url {
  padding: 0;
  margin-right: 24px;
}
.nav-menu-item .nav-submenu {
  position: absolute;
  pointer-events: none;
  top: 100%;
  left: 0;
  transform: translateY(-12px);
  width: fit-content;
  opacity: 0;
  z-index: 100;
  padding: 16px;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  transition: all 200ms ease;
}
.nav-menu-item .nav-submenu a {
  display: block;
  text-wrap: nowrap;
  padding: 8px;
}
.nav-menu-item:hover .nav-submenu {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
.nav-menu #searchMenu {
  margin: 0 16px;
}

#mobileMenuBtn {
  display: none;
}

@media only screen and (max-width: 1260px) {
  #mobileMenuBtn {
    display: block;
  }
  #mobileMenuBtn button {
    width: 40px;
    height: 40px;
    position: relative;
  }
  #mobileMenuBtn button::after, #mobileMenuBtn button::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 2px;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
  }
  #mobileMenuBtn button::before {
    top: calc(50% + 3px);
  }
  #mobileMenuBtn button::after {
    top: calc(50% - 3px);
  }
  #mobileMenuBtn button.open::before, #mobileMenuBtn button.open::after {
    left: 50%;
  }
  #mobileMenuBtn button.open::before {
    top: calc(50% + 7px);
    transform: rotate(45deg) translate(-50%, -50%);
  }
  #mobileMenuBtn button.open::after {
    top: calc(50% - 7px);
    transform: rotate(-45deg) translate(-50%, -50%);
  }
  #topNavMenu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: -110%;
    min-width: 40%;
    width: fit-content;
    max-width: 90%;
    height: 100lvh;
    background-color: #FFFFFF;
    z-index: 0;
    transition: all 0.3s ease;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border-left: 1px solid #000000;
    flex-direction: column;
    padding: 124px 4vw 64px;
    align-items: flex-start;
  }
  #topNavMenu::-webkit-scrollbar {
    display: none;
  }
  #topNavMenu svg {
    display: none;
  }
  #topNavMenu .nav-item > a,
  #topNavMenu .nav-item > span {
    padding: 12px 0;
  }
  #topNavMenu .nav-submenu {
    position: static;
    pointer-events: auto;
    top: auto;
    left: auto;
    transform: none;
    opacity: inherit;
    z-index: inherit;
    padding: 12px 0 12px 20px;
    background-color: inherit;
    border: none;
  }
  #topNavMenu .nav-submenu a {
    text-wrap: nowrap;
    padding: 8px;
  }
  #topNavMenu.open {
    opacity: 1;
    visibility: visible;
    right: 0;
    box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
  }
}
.tabs-nav {
  width: 100%;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.tabs-nav-trigger {
  cursor: pointer;
  padding: 8px 0;
  transition: all 200ms ease;
}
.tabs-nav-trigger:hover {
  border-bottom: 1px solid #CCCCCC;
}
.tabs-nav-trigger.active {
  border-bottom: 1px solid #000000;
}
.tabs.full-width {
  width: 100%;
}
.tabs.full-width .tabs-nav {
  gap: 0;
}
.tabs.full-width .tabs-nav-trigger {
  padding: 8px 12px;
  flex-grow: 1;
  text-align: center;
}

.steps {
  display: flex;
  align-items: center;
  gap: 24px;
}
.steps-item span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.steps-item bdi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #000000;
}
.steps-item.active bdi, .steps-item.visited bdi {
  background-color: #000000;
  color: #FFFFFF;
}

:root {
  --font-family: "Open Sans", serif;
  --text-color: #000000;
  --url-color: #00703D;
  --url-decoration: underline;
  --headline-weight: 600;
  --background-color: #fff;
  --on-background-color: #000;
  --primary-color: #F0F0F0;
  --on-primary-color: #000;
  --accent-color: #f04e1f;
  --on-accent-color: #fff;
  --argonium-logo-color: #000;
  --border-color: #F0F0F0;
  --border-radius: 4px;
  --shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
  --margin: .5rem;
}

.modal-cookies {
  max-width: 650px;
  position: fixed;
  z-index: 100;
  bottom: var(--margin);
  right: var(--margin);
  transition: all 0.3s;
  display: none;
  width: 90%;
}
.modal-cookies.open {
  display: block;
}
.modal-cookies-argonium span {
  display: block;
}
.modal-cookies-argonium svg {
  height: 26px;
  width: auto;
  margin-top: 2px;
}
.modal-cookies-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 16px;
}

.modal-cookies-content-container {
  padding: 0 24px 24px;
  overflow-y: auto;
}

.modal-cookies-options {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}

.modal-cookies-option {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 82px;
}
.modal-cookies-option-empty {
  color: var(--text-color);
  opacity: 0.5;
}
.modal-cookies-option:not(:last-child) {
  border-right: 1px solid #CCCCCC;
}

.cookies-widget {
  transition: all 0.3s;
  width: fit-content;
  max-width: 410px;
  word-wrap: break-word;
}
.cookies-widget-content {
  padding: 24px 24px 0 24px;
}
.cookies-widget .text-regular-semi-bold {
  display: block;
  margin-top: 12px;
}
.cookies-widget li:has(svg) {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
}
.cookies-widget li:has(svg) svg {
  width: 16px;
  height: 16px;
}

@media only screen and (max-width: 768px) {
  .modal-cookies {
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .modal-cookies-footer {
    text-align: center;
    flex-direction: column-reverse;
    gap: 16px;
  }
  .modal-cookies-options {
    grid-template-columns: 1fr;
  }
  .modal-cookies-option {
    flex-direction: row;
    justify-content: space-between;
    padding: 16px;
    height: auto;
  }
  .modal-cookies-option:not(:last-child) {
    border: none;
  }
}
.accessibility {
  padding: 6px 0;
  background: #475569;
  border-radius: 0px 0px 4px 0px;
  color: white;
  position: absolute;
  left: 48px;
  top: 0;
  font-size: 1.6rem;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.accessibility.active {
  visibility: visible;
  opacity: 1;
}
.accessibility-btn {
  padding: 10px;
  border-radius: 0px 0px 4px 0px;
  background: #475569;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.accessibility-item {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s;
}
.accessibility-item:hover {
  background: white;
  color: #475569;
}
.accessibility-item:hover .accessibility-item-icon path {
  fill: #475569;
}
.accessibility-item-icon {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accessibility-item-icon svg {
  width: 32px;
  height: 32px;
  display: flex;
}
.accessibility-item-icon path {
  fill: white;
  transition: fill 0.3s;
}
.accessibility-fonts-container, .accessibility-spacings-container {
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.accessibility-fonts, .accessibility-spacings {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  height: 42px;
  gap: 8px;
  padding: 0 12px;
}
.accessibility-font, .accessibility-spacing {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.accessibility-font rect,
.accessibility-font path, .accessibility-spacing rect,
.accessibility-spacing path {
  fill: white;
  transition: fill 0.3s;
}
.accessibility-font:hover, .accessibility-font.active, .accessibility-spacing:hover, .accessibility-spacing.active {
  background: white;
  color: #475569;
}
.accessibility-font:hover rect,
.accessibility-font:hover path, .accessibility-font.active rect,
.accessibility-font.active path, .accessibility-spacing:hover rect,
.accessibility-spacing:hover path, .accessibility-spacing.active rect,
.accessibility-spacing.active path {
  fill: #475569;
}

.contrast .accessibility {
  background: #DDD133;
  color: #000000;
}
.contrast .accessibility svg path, .contrast .accessibility rect {
  fill: #000000;
}
.contrast .accessibility-btn {
  background: #DDD133;
}
.contrast .accessibility-btn svg path {
  fill: #000000;
}

.contrast .accessibility-contrast,
.animation .accessibility-animation,
.visibility .accessibility-visibility,
.invert .accessibility-invert,
.grayscale .accessibility-grayscale,
.cursor .accessibility-cursor,
.read .accessibility-read {
  background: white;
  color: #475569;
}
.contrast .accessibility-contrast .accessibility-item-icon path,
.animation .accessibility-animation .accessibility-item-icon path,
.visibility .accessibility-visibility .accessibility-item-icon path,
.invert .accessibility-invert .accessibility-item-icon path,
.grayscale .accessibility-grayscale .accessibility-item-icon path,
.cursor .accessibility-cursor .accessibility-item-icon path,
.read .accessibility-read .accessibility-item-icon path {
  fill: #475569;
}

.btn-read {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.3s;
  margin-left: auto;
}

.read .btn-read {
  opacity: 1;
  visibility: visible;
  width: 48px;
  height: 40px;
}

.read .btn-read.active {
  animation: pulse 2s infinite;
}

.blog-page-main .block-text .btn-read,
.inspiration-page-content .block-text .btn-read {
  display: none;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.footer {
  padding: 80px 0;
  background-color: #000000;
  color: #FFFFFF;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding-top: 32px;
  border-top: 1px solid #000000;
}
@media only screen and (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer-menu {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-menu li a {
  padding: 8px 0;
}
.footer-menu {
  display: flex;
  gap: 24px;
}
.footer-menu a {
  display: block;
}
.footer #cookiesSettings {
  text-decoration: underline;
  cursor: pointer;
  display: block;
  padding: 8px 0;
}

.social-media-menu {
  display: flex;
  gap: 12px;
  margin: 32px 0;
}

ul.breadcrumbs {
  margin-top: 72px;
  padding-top: 8px;
}
ul.breadcrumbs, ul.breadcrumbs li {
  display: flex;
  gap: 8px;
}
ul.breadcrumbs li:not(:last-child)::after {
  content: "/";
}

.contrast .breadcrumbs-item.active {
  color: #DDD133;
}

.pagination {
  margin: 32px 0;
  width: 100%;
  gap: 12px;
}
.pagination, .pagination ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pagination ul {
  gap: 4px;
}
@media only screen and (max-width: 768px) {
  .pagination, .pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pagination .btn span {
    display: none;
  }
}

.modal,
.modal-cookies {
  background: #FFFFFF;
  box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
  max-height: 90svh;
  overflow-y: scroll;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 100;
  max-width: 600px;
  width: 90%;
}
.modal .actions {
  margin-top: 24px;
  justify-content: flex-end;
}
.modal-center {
  text-align: center;
  text-wrap: balance;
}
.modal-center .modal-header {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.modal-center .modal-header svg {
  width: 48px;
  height: 48px;
}
.modal-center .actions {
  margin-top: 0;
  margin-bottom: 24px;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .modal {
    width: 100%;
  }
}
.modal-row {
  margin: 16px 0;
}
.modal-row-header {
  display: block;
  margin-bottom: 8px;
}
.modal-header, .modal-content, .modal-footer {
  padding: 16px;
}
.modal-product-card {
  margin: 12px 0;
  display: flex;
  gap: 8px;
}
.modal-product-card img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.widget {
  position: fixed;
  margin: 8px;
  z-index: 100;
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);
}
.widget-bg {
  background-color: #FFFFFF;
  color: #000000;
}
.widget-bg-alternate {
  background-color: #000000;
  color: #FFFFFF;
}
.widget-social-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 12px 16px;
  width: 128px;
  text-align: center;
}
.widget-social-media svg {
  width: 32px;
  height: 32px;
}

section.page-author {
  margin-top: 32px;
  margin-bottom: 32px;
}
section.page-author section {
  margin-top: 0;
  margin-bottom: 0;
}

.page-author {
  padding: 32px;
  border: 1px solid #000000;
}
.page-author-content {
  display: flex;
  gap: 16px;
}
.page-author-content h3 {
  margin: 0;
}
.page-author-socials ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-author-photo {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
}
.page-author-stars {
  display: flex;
}
.page-author-stars svg {
  width: 24px;
  height: 24px;
  color: #E3BD2F;
}
.page-author-reviews {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  padding-top: 24px;
}
.page-author-reviews h4, .page-author-reviews legend {
  margin: 0;
}
.page-author-reviews-container {
  display: flex;
  gap: 16px;
  align-items: center;
}

.autocomplete-container {
  padding: 20px;
  display: flex;
  gap: 20px;
  border-radius: 8px;
  background: white;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 3;
  top: 60px;
  overflow: auto;
  max-height: 90vh;
  max-width: 900px;
  right: 0;
  margin: auto;
  flex-direction: column;
  width: 100%;
  left: 0;
}
@media only screen and (max-width: 1260px) {
  .autocomplete-container {
    top: 55px;
  }
}
@media only screen and (max-width: 992px) {
  .autocomplete-container {
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .autocomplete-container {
    flex-direction: column;
  }
}
.autocomplete-container .search-item {
  padding: 10px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.autocomplete-container .search-item:hover {
  border-radius: 4px;
  background: #f9fafb;
}
.autocomplete-container .search-product {
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px;
  margin-bottom: 10px;
  transition: border-color 0.2s;
}
.autocomplete-container .search-product:hover {
  border-color: #9ca3af;
  cursor: pointer;
}
.autocomplete-container .search-product .photo-container {
  min-width: 200px;
  height: 90px;
}
@media only screen and (max-width: 768px) {
  .autocomplete-container .search-product .photo-container {
    min-width: 0;
  }
}
.autocomplete-container .search-product .photo-container .search-product-photo {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
  background: #000;
}
.autocomplete-container .search-product .price {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.autocomplete-container .search-product .title {
  font-size: 16px;
}
.autocomplete-container .see-all {
  margin: 10px 0 0 auto;
  width: fit-content;
}
.autocomplete-container .see-all-container {
  padding-bottom: 20px;
}
.autocomplete-container .left {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.autocomplete-container .autocomplete-products {
  flex: 2 0 0;
}
.autocomplete-container .search-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.contrast .autocomplete-container {
  background-color: #000000;
}

.banners {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 80px 0;
}
@media only screen and (max-width: 992px) {
  .banners {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .banners {
    grid-template-columns: 1fr;
  }
}

.banner-item {
  width: 100%;
  height: 150px;
}
.banner-item-photo {
  height: 100%;
  width: 100%;
  object-fit: contain;
  opacity: 0.9;
}
.banner-item-photo:hover {
  opacity: 1;
}

.blog-banners {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 40px;
}

.faq-list {
  max-width: 768px;
  margin: 48px auto;
}
.faq-list-item {
  border: 1px solid #000000;
}
.faq-list-item dt {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.faq-list-item dt svg {
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.faq-list-item dt.open svg {
  transform: rotate(180deg);
}
.faq-list-item dd {
  padding: 0 24px 24px 24px;
  margin: 0;
}
.faq-list-item:not(:last-child) {
  margin-bottom: 16px;
}

.product-card {
  position: relative;
  padding: 8px;
  border: 1px solid #e5e7eb;
  min-width: 240px;
  max-width: 350px;
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
}
.product-card-tags {
  position: absolute;
  top: 4px;
  left: 4px;
  display: flex;
  gap: 4px;
}
.product-card-tag {
  padding: 4px 8px;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
}
.product-card-tag.discount {
  background: #000;
}
.product-card-tag.new {
  background: #4b5563;
}
.product-card-photo-container {
  height: 240px;
  width: 100%;
}
.product-card-photo {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background: #E5E7EB;
}
.product-card-content {
  padding: 8px 4px;
}
.product-card-price-container {
  display: flex;
  gap: 4px;
}
.product-card-price {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
}
.product-card-price-old {
  font-size: 1.8rem;
  color: #000;
  position: relative;
}
.product-card-price-old::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid #000;
  transform: rotate(-30deg);
}
.product-card-lowest {
  font-size: 1.2rem;
  color: #000;
}
.product-card-title {
  font-size: 1.6rem;
}
.product-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-card-review {
  display: flex;
  gap: 4px;
  align-items: center;
  color: #000;
  font-size: 1.2rem;
}
.product-card-buttons {
  display: flex;
  gap: 4px;
  margin-left: auto;
}
.product-card-buttons .btn {
  height: 32px;
  width: 32px;
  padding: 0;
}
.product-card-buttons .btn svg {
  width: 16px;
  height: 16px;
}

.btn-favourite-remove svg path {
  fill: red;
}

.contrast .product-card-price {
  color: #DDD133;
}

.visibility .product-card {
  outline: 2px solid white;
}
.visibility .product-card:hover {
  outline: 4px solid white;
}

.review {
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 992px) {
  .review {
    grid-template-columns: 2fr;
  }
}
@media only screen and (max-width: 480px) {
  .review {
    grid-template-columns: 1fr;
  }
}

.testimonial-card {
  padding: 2rem;
  border: 1px solid #ececec;
  font-size: 16px;
}
.testimonial-card-header, .testimonial-card-footer {
  font-size: 14px;
  color: #424242;
}
.testimonial-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.testimonial-card-footer {
  margin-top: 1.5rem;
}
.testimonial-card-footer-header {
  font-weight: 600;
}
.testimonial-card-footer span {
  display: block;
}

.page-header {
  margin-top: 112px;
  margin-bottom: 112px;
}
.page-header .header-categories {
  margin-top: 48px;
}
.page-header.divided {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 80px;
}
@media only screen and (max-width: 1260px) {
  .page-header.divided {
    gap: 46px;
  }
}
@media only screen and (max-width: 992px) {
  .page-header.divided {
    gap: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .page-header.divided {
    grid-template-columns: 1fr;
  }
}
.page-header.divided img {
  width: 100%;
  height: auto;
  max-height: 50vh;
  object-fit: cover;
}
.page-header .rich-text {
  max-width: 768px;
}

section {
  margin-top: 112px;
  margin-bottom: 112px;
}
section .rich-text {
  margin: 24px 0;
  max-width: 768px;
}
section .section-header {
  margin-bottom: 46px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
section .section-header.center {
  max-width: 768px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section .section-header .rich-text {
  margin-bottom: 0;
}
section .section-title {
  display: block;
  margin: 0;
}
section .section-subtitle {
  display: block;
  margin: 0 0 16px;
}
@media only screen and (max-width: 768px) {
  section {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}

.features-gallery {
  position: relative;
  color: #FFFFFF;
  padding: 112px 0;
  overflow: hidden;
}
.features-gallery .heading-h1 {
  margin-bottom: 64px;
}
.features-gallery-background {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  object-fit: cover;
  width: 100vw;
  transform: translateX(-50%);
}
.features-gallery .features-gallery-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}
.features-gallery .features-gallery-items span {
  display: block;
  margin: 24px 0;
}
.features-gallery .features-gallery-items img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}
.not-found-title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 36px;
}
.not-found-text {
  font-size: 36px;
  font-weight: 500;
}
.not-found-search {
  margin: 35px 0;
  width: 350px;
}
.not-found-search .nav-search {
  visibility: visible;
}
.not-found .autocomplete-container {
  position: fixed;
  top: 500px;
  left: 0;
}

.hero-header {
  margin-top: 72px;
  position: relative;
  color: #FFFFFF;
  height: clamp(300px, 70svh, 1080px);
  overflow: hidden;
}
.hero-header .container {
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  height: 100%;
}
.hero-header-background {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  object-fit: cover;
  width: 100vw;
  transform: translateX(-50%);
}

.tri-column {
  display: grid;
  grid-template-columns: 3fr 4fr 2fr;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .tri-column {
    gap: 16px;
    grid-template-columns: 1fr;
  }
  .tri-column .col1 {
    grid-column: 1;
    grid-row: 2;
  }
  .tri-column .col2 {
    margin-top: 64px;
    grid-column: 1;
    grid-row: 1;
  }
  .tri-column .col3 {
    grid-column: 1;
    grid-row: 3;
  }
}
.tri-column .col-heading {
  display: block;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 4px;
  margin-bottom: 6px;
}
.tri-column h2 {
  margin: 0 0 8px 0;
}
.tri-column ul li {
  margin: 0 0 12px 0;
  padding: 12px 0;
}
.tri-column ul li:not(:last-child) {
  border-bottom: 1px solid #CCCCCC;
}
.tri-column .col2 ul li:first-child figure {
  margin-bottom: 8px;
}
.tri-column .col2 ul li:not(:first-child) article {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 16px;
}

.sitemap-header .page-title {
  margin-top: 30px;
  margin-bottom: 80px;
}

.sitemap-list {
  column-count: 4;
  margin-bottom: 100px;
  list-style: none;
}
@media only screen and (max-width: 992px) {
  .sitemap-list {
    column-count: 3;
  }
}
@media only screen and (max-width: 768px) {
  .sitemap-list {
    column-count: 2;
  }
}
@media only screen and (max-width: 480px) {
  .sitemap-list {
    column-count: 1;
  }
}
.sitemap-list-group {
  display: flex;
  flex-flow: column wrap;
}
.sitemap-list .title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.sitemap-list .title:not(:first-child) {
  margin-top: 20px;
}
.sitemap-list a:hover {
  text-decoration: underline;
}
.sitemap-list li {
  margin-bottom: 5px;
}
.sitemap-list li:not(.title) {
  display: flex;
  padding-left: 4px;
  gap: 8px;
  align-items: center;
}
.sitemap-list li:not(.title)::before {
  content: "";
  width: 12px;
  height: 2px;
  border-radius: 5px;
  background: #000;
}

.sitemap-search .form-search {
  width: 450px;
  max-width: 100%;
  margin: 0 auto 80px;
}
.sitemap-search .form-search .form-search-input {
  border-bottom-color: black;
  opacity: 1;
}

.font-biggest .li,
.font-biggest .sitemap-list-link {
  font-size: 20px !important;
}

.articles-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 992px) {
  .articles-list {
    grid-template-columns: 1fr;
  }
}

.blog-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.blog-card span {
  display: block;
  margin: 24px 0 8px;
}
.blog-card .btn {
  margin-top: 24px;
}

.blog .article-clien {
  margin: 32px 0;
}

.categories-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 8px;
  margin: 32px 0;
}

.mark-review {
  display: flex;
}
.mark-review svg {
  width: 24px;
  height: 24px;
  color: #E3BD2F;
}
.mark-review label {
  cursor: pointer;
}
.mark-review label input {
  display: none;
}
.mark-review label svg:nth-child(1) {
  display: block;
}
.mark-review label svg:nth-child(2) {
  display: none;
}
.mark-review label:hover ~ label svg:nth-child(1) {
  display: none;
}
.mark-review label:hover ~ label svg:nth-child(2) {
  display: block;
}

header.blog {
  margin-bottom: 64px;
}

main.blog aside section {
  margin-top: 0;
  margin-bottom: 24px;
}
main.blog aside section h2 {
  margin-top: 0;
}

.blog-page-sidebar-items a {
  margin-bottom: 16px;
  display: block;
  height: auto;
}

.blog-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
}
@media only screen and (max-width: 768px) {
  .blog-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.search-page-title {
  padding: 40px 0 20px 0;
}
@media only screen and (max-width: 768px) {
  .search-page-title {
    font-size: 30px;
  }
}
.search-page-title span {
  color: #6b7280;
}
.search-page-results {
  padding: 40px 0;
}
.search-page-category-title span {
  color: #6b7280;
}
.search-page-category-category-subtitle {
  font-size: 1.6rem;
}
.search-page-category-results {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 0 42px 0;
}
.search-page-result-title {
  font-size: 2rem;
  font-weight: 600;
}
.search-page-result-arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.search-page-result-content-short {
  margin-top: 8px;
  font-size: 1.2rem;
}
.search-page-standard-result {
  padding: 24px;
  border: 1px solid #f3f4f6;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  padding-right: 54px;
}
.search-page-blog-result {
  display: flex;
  position: relative;
  border: 1px solid #f3f4f6;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 768px) {
  .search-page-blog-result {
    flex-direction: column;
  }
}
.search-page-blog-result-photo {
  width: 234px;
  height: 183px;
  object-fit: cover;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .search-page-blog-result-photo {
    width: 100%;
  }
}
.search-page-blog-result-content {
  padding: 24px 100px 24px 24px;
}
@media only screen and (max-width: 768px) {
  .search-page-blog-result-content {
    padding: 12px 12px 56px 12px;
  }
}

.firm-catalog-list .firm-category-card:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 992px) {
  .firm-catalog-list .firm-category-card,
  .firm-catalog-list .firm-category-card:nth-child(even) {
    flex-direction: column;
    gap: 24px;
  }
}

.firm-articles-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin: 32px 0;
}
@media only screen and (max-width: 992px) {
  .firm-articles-list {
    grid-template-columns: 1fr;
  }
}

.firm-category-card {
  display: flex;
  flex-direction: row;
  gap: 64px;
  margin: 64px 0;
}
.firm-category-card > div, .firm-category-card > img {
  width: 50%;
  flex-grow: 1;
}
@media only screen and (max-width: 992px) {
  .firm-category-card > div, .firm-category-card > img {
    width: 100%;
  }
}
.firm-category-card > img {
  max-width: 200px;
  max-height: 100px;
}
.firm-category-card > div {
  padding-top: 24px;
}
.firm-category-card ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
@media only screen and (max-width: 768px) {
  .firm-category-card ul {
    grid-template-columns: 1fr;
  }
}
.firm-category-card .rich-text {
  margin: 32px 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #CCCCCC;
}

.firm-card > a {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 16px;
}
.firm-card h2 {
  margin: 0 0 6px 0;
}
.firm-card .rich-text {
  margin: 0;
}
.firm-card ul {
  display: flex;
  margin-top: 12px;
  background-color: #FAFAFA;
  gap: 8px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #000000;
  padding: 8px 16px;
  justify-content: space-between;
}
.firm-card ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.firm-card ul li div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.firm-card ul li.hidden {
  color: #AAAAAA;
}

.firm-catalog-article {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  margin-top: 64px;
  margin-bottom: 64px;
}
.firm-catalog-article h1 {
  margin: 0 0 24px;
}
.firm-catalog-article-review {
  padding: 32px 0;
  margin: 16px 0;
  border: 1px solid #CCCCCC;
}
.firm-catalog-article-review .mark-review {
  margin-top: 20px;
  justify-content: center;
}
.firm-catalog-article-review .mark-review svg {
  width: 32px;
  height: 32px;
}

.firm-catalog-article-data {
  padding-top: 4px;
  margin-top: 16px;
  border-top: 1px solid #CCCCCC;
}

.firm-catalog-article-data-item {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 12px 0;
  text-wrap: balance;
  align-items: center;
}
.firm-catalog-article-data-item svg {
  width: 24px;
  height: 24px;
  color: #E3BD2F;
}

.products-categories {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
}
.products-category {
  padding: 0 16px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1 0 0;
  min-width: 200px;
  max-width: 300px;
  border-radius: 4px;
  border: 1px solid #e5e7eb;
  font-size: 1.6rem;
  font-weight: 500;
  transition: color 0.3s;
}
@media only screen and (max-width: 768px) {
  .products-category {
    min-width: 167px;
  }
}
.products-category:hover, .products-category.active {
  color: #000;
}
.products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 10px 0 40px 0;
}
@media only screen and (max-width: 768px) {
  .products-list {
    gap: 24px;
  }
}

.filters {
  padding: 20px 0 10px 0;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .filters {
    flex-direction: column;
    align-items: stretch;
  }
}
.filters-info {
  flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .filters-info {
    order: -1;
  }
}

.filter-input {
  padding: 0 8px;
  border: 1px solid #e5e7eb;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .filter-input {
    width: 100%;
  }
}
.filter-input-text {
  flex-grow: 1;
}
.filter-input-icon {
  width: 18px;
  height: 18px;
}
.filter-input-icon svg {
  width: 100%;
  height: 100%;
}
.filter-input-arrow {
  width: 32px;
  height: 32px;
}
.filter-input-arrow svg {
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}

.sort-input {
  padding: 0 8px;
  border: 1px solid #e5e7eb;
  display: flex;
  gap: 10px;
  align-items: center;
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .sort-input {
    width: 100%;
  }
}
.sort-input-container {
  position: relative;
}
.sort-input-text {
  flex-grow: 1;
}
.sort-input-icon {
  width: 18px;
  height: 18px;
}
.sort-input-icon svg {
  width: 100%;
  height: 100%;
}
.sort-input-arrow {
  width: 32px;
  height: 32px;
}
.sort-input-arrow svg {
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
}
.sort-container {
  position: absolute;
  z-index: 1;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.sort-container.open {
  visibility: visible;
  opacity: 1;
}
.sort-option {
  width: 100%;
  background: white;
}

.contrast .filter-input-text {
  color: #DDD133;
}
.contrast .filter-input svg path {
  fill: #DDD133;
}
.contrast .sort-input-text {
  color: #DDD133;
}
.contrast .sort-input svg path {
  fill: #DDD133;
}
.contrast .sort-option {
  background: #000000;
  color: #DDD133;
}

.product-top {
  display: grid;
  grid-template-columns: 55% 40%;
  grid-template-rows: min-content 1fr;
  column-gap: 5%;
  justify-content: space-between;
  padding-top: 100px;
  margin-bottom: 130px;
}
@media only screen and (max-width: 992px) {
  .product-top {
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }
}
.product-top .btn-ask {
  width: fit-content;
  margin: 35px 0 20px 0;
}
.product-gallery {
  grid-area: 1/1/2/2;
  min-width: 0;
}
.product .gallery-top {
  border-radius: 4px;
}
.product .gallery-top .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .gallery-top .image {
  display: block;
  width: 380px;
  height: 380px;
  max-width: 100%;
}
.product .gallery-top .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product .gallery-top .swiper-button-prev {
  width: 32px;
  height: 32px;
  padding: 0;
  left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .gallery-top .swiper-button-prev img {
  transform: rotate(180deg);
}
.product .gallery-top .swiper-button-prev::after {
  content: none;
}
.product .gallery-top .swiper-button-next {
  width: 32px;
  height: 32px;
  padding: 0;
  right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .gallery-top .swiper-button-next::after {
  content: none;
}
.product .gallery-thumbs {
  max-width: 550px;
  padding: 30px 0;
  margin: 0;
}
.product .gallery-thumbs .image {
  display: block;
  height: 100px;
}
.product .gallery-thumbs .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product .gallery-thumbs .thumb-360 {
  width: 100px;
  height: 100px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product-info {
  grid-area: 1/2/3/3;
  min-width: 0;
}
@media only screen and (max-width: 992px) {
  .product-info {
    grid-area: 2/1/3/2;
  }
}
.product .producer {
  margin-bottom: 4px;
  color: #000;
  font-size: 12px;
}
.product-producer-photo {
  width: 100px;
  height: 50px;
  object-fit: contain;
  object-position: left;
}
.product-title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .product-title {
    font-size: 24px;
  }
}
.product-buy {
  margin-top: 16px;
  width: fit-content;
}
.product-subtitle {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  margin: 2px 0 16px 0;
}
.product .reviews-info {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 16px;
}
.product-text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 50px;
  margin-top: 10px;
}
.product-ask {
  padding-top: 50px;
}
.product-ask-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.product-ask .product-text {
  margin-bottom: 20px;
}
.product-main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 130px;
}
@media only screen and (max-width: 992px) {
  .product-main {
    flex-direction: column;
  }
}
.product-main-title {
  color: #000;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 30px;
}
.product-main-text {
  font-size: 16px;
  line-height: 1.5;
}
.product-main .content {
  position: relative;
  width: 60%;
  padding: 60px 40px 60px 0;
}
@media only screen and (max-width: 992px) {
  .product-main .content {
    width: 100%;
  }
}
.product-main .content .bg {
  background: #f2f2f2;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .product-main .content .bg {
    right: 50%;
    transform: translateX(50%);
  }
}
.product-main .specifications {
  position: relative;
  width: 40%;
  padding: 60px 0 60px 40px;
}
@media only screen and (max-width: 992px) {
  .product-main .specifications {
    width: 100%;
    padding: 60px 0;
  }
}
.product-main .specifications-title {
  color: white;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}
.product-main .specifications-row {
  color: white;
  font-size: 16px;
}
.product-main .specifications-row strong {
  display: inline-block;
  width: 80px;
  font-weight: 500;
  margin-right: 10px;
}
.product-main .specifications-divider {
  width: 100%;
  height: 1px;
  background-color: white;
  margin: 25px 0;
}
.product-main .specifications .bg {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .product-main .specifications .bg {
    left: 50%;
    transform: translateX(-50%);
  }
}
.product-lowest-price {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 16px;
}
.product .variants {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.product .variants-title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 16px;
}
.product .variant {
  border-radius: 4px;
  overflow: hidden;
  width: 100px;
  height: 50px;
  outline: 2px solid transparent;
  transition: outline-color 0.2s;
}
.product .variant:hover, .product .variant.active {
  outline: 2px solid #000;
}
.product .variant img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product .dimensions {
  width: fit-content;
}
.product .dimensions-row {
  display: flex;
  gap: 16px;
}
.product .dimensions-title {
  padding: 10px 0 4px 0;
  font-size: 16px;
  font-weight: 500;
}
.product .dimensions-label {
  width: 105px;
}
.product .delivery-options-title {
  padding: 35px 0 4px 0;
  font-size: 16px;
  font-weight: 500;
}

.product-order {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}

.product-price {
  font-size: 36px;
  font-weight: 600;
  display: flex;
  gap: 8px;
  align-items: center;
}
.product-price-old {
  color: #000;
  font-weight: 400;
  font-size: 30px;
  background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
}

.product-quantity {
  display: flex;
  align-items: center;
}
.product-quantity__input {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 5px;
}
.product-quantity__minus, .product-quantity__plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
.product-quantity__minus:hover, .product-quantity__plus:hover {
  cursor: pointer;
}

.product-delivery {
  display: flex;
  align-items: center;
  padding: 4px 0;
  margin-bottom: 12px;
}
.product-delivery-img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.product-delivery-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.product-delivery .delivery-price {
  padding-left: 8px;
}

.product-proposal {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .product-proposal {
    flex-direction: column;
  }
}

.proposal-inputs {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .proposal-inputs {
    width: 100%;
  }
}
.proposal-inputs .input-container {
  position: relative;
}
.proposal-inputs .input-container::after {
  content: "zł";
  position: absolute;
  right: 20px;
  top: 8px;
  font-size: 16px;
}

.proposal-input {
  padding-right: 40px;
  height: 40px;
  font-size: 16px;
}

.proposal-text {
  width: 55%;
}
@media only screen and (max-width: 768px) {
  .proposal-text {
    width: 100%;
  }
}

.btn-proposal {
  background: white;
  width: 100%;
  justify-content: center;
  margin-top: 5px;
}

.modal.negotiation {
  text-align: center;
}
.modal.negotiation img {
  margin-bottom: 25px;
}

.slide-360 {
  position: relative;
}
.slide-360-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f2f2f2;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  padding: 7px 14px;
}
.slide-360-btn img {
  margin-left: 10px;
}

.modal-360::-webkit-scrollbar {
  display: none;
}
.modal-360 .modal-content {
  width: 100%;
}
.modal-360 .modal-content::-webkit-scrollbar {
  display: none;
}
.modal-360 canvas {
  cursor: grab;
}
.modal-360 .info-360 {
  display: flex;
  align-items: center;
  color: #b3b3b3;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto;
}
.modal-360 .info-360 svg {
  margin-right: 10px;
}

.product-other {
  padding-top: 40px;
  padding-bottom: 40px;
}
.product-other-title {
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .product-other-title {
    font-size: 20px;
  }
}
.product-other .products-list {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.product-other .products-list .product-card {
  width: 259px;
}
@media only screen and (max-width: 768px) {
  .product-other .products-list .product-card {
    width: auto;
  }
}

@media only screen and (max-width: 992px) {
  .product-content {
    grid-area: 3/1/4/2;
  }
}
.product-content-nav {
  display: flex;
  padding-bottom: 8px;
  gap: 16px;
  border-bottom: 1px solid #000;
}
.product-content .nav-item {
  padding: 4px 16px;
  border-radius: 4px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.product-content .nav-item.active {
  color: white;
  background: #000;
}
.product-content-main {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-content h1,
.product-content h2,
.product-content h3,
.product-content h4,
.product-content h5,
.product-content h6 {
  font-size: 16px;
  font-weight: 600;
}
.product-content ul {
  list-style: none;
}
.product-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}
.product-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 20px;
  height: 1px;
  background-color: #ee821e;
}
.product-content .review-card {
  padding: 8px 4px;
  margin-top: 8px;
}
.product-content .review-card .stars {
  display: flex;
  gap: 4px;
  margin-bottom: 4px;
}
.product-content .review-card .review-content {
  padding: 8px 0 4px 0;
}
.product-content .review-card .review-author {
  font-weight: 600;
}
.product-content .review-card .review-date {
  color: #000;
  font-size: 12px;
}
.product-content .reviews .btn {
  margin-left: auto;
}
.product-content .support-title {
  margin-bottom: 4px;
  font-size: 16px;
}
.product-content .support-text {
  font-size: 18px;
  margin-bottom: 15px;
}

.modal.ask-for-product .modal-product {
  display: flex;
  padding: 8px 0px;
  gap: 15px;
  align-items: center;
  margin-bottom: 16px;
}
.modal.ask-for-product .modal-photo-container {
  height: 70px;
  width: 70px;
  border-radius: 4px;
  background: #000;
}
.modal.ask-for-product .modal-photo-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.modal.ask-for-product .modal-product-name {
  font-size: 16px;
  font-weight: 500;
}
.modal.ask-for-product .form label {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  margin-bottom: 4px;
  width: 100%;
}
.modal.ask-for-product .form label .red {
  content: "*";
  color: #dc2626;
  font-weight: 600;
}
.modal.ask-for-product .form input {
  width: 100%;
}
.modal.ask-for-product .form textarea {
  height: 100px;
}
.modal.ask-for-product .modal-agreement {
  margin: 16px 0;
  font-size: 12px;
}
.modal.ask-for-product .modal-agreement a {
  color: #000;
  font-weight: 600;
}
.modal.ask-for-product .bottom {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .modal.ask-for-product .bottom {
    flex-direction: column;
  }
}
.modal.ask-for-product .text {
  font-size: 14px;
}

.contrast .product .producer {
  color: #DDD133;
}
.contrast .product-subtitle {
  color: #DDD133;
}
.contrast .product-lowest-price {
  color: #DDD133;
}
.contrast .product-content .nav-item {
  color: #DDD133;
}

/*# sourceMappingURL=main.css.map */
