:root {
  --ferro-silver: #c2c2c2;
  --marigin-desktop: 84%;
  --marigin-mobile: 92%;
  --ferro-gray: #3c3c3b;
  --dark-red: #8e0000;
  --white: white;
  --ferro-red: #c00d0d;
  --padding: 16px;
  --blue: #3398ff;
  --light-gray: #efefef;
  --black: #000;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

a {
  color: var(--ferro-silver);
  text-decoration: none;
}

.nav {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 110px;
  display: flex;
}

.nav__brand {
  justify-content: center;
  align-items: center;
}

.nav__wrapper {
  width: var(--marigin-desktop);
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.nav__logo {
  height: 36px;
}

.body {
  color: var(--ferro-gray);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.localization__text {
  text-transform: uppercase;
}

.localization__toggle {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border: 1px solid var(--ferro-gray);
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 0 28px;
  display: flex;
}

.nav__menu-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
}

.nav__menu-button {
  padding: 12px;
}

.localization__navigation.w--open {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #fff0;
  flex-flow: column;
  padding-top: 2px;
  display: flex;
}

.nav__menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--dark-red);
  color: var(--white);
  flex-flow: column;
  width: 400px;
  padding-top: 92px;
  padding-bottom: 92px;
  inset: 110px 0% auto auto;
}

.text-block {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}

.section__footer {
  background-color: var(--ferro-gray);
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  height: 376px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer__logo {
  width: 112px;
}

.footer__text {
  color: var(--ferro-silver);
  font-size: 1rem;
  line-height: 1.3rem;
}

.footer__info {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.footer__text-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 450px;
}

.footer__icon {
  width: 40px;
  height: 46px;
}

.footer__icons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.footer__icon-link {
  transition: opacity .24s cubic-bezier(.77, 0, .175, 1);
}

.footer__icon-link:hover {
  opacity: .5;
}

.section__form {
  background-color: var(--ferro-red);
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.form__wrapper {
  padding-right: var(--padding);
  padding-left: var(--padding);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 84%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form__heading {
  color: var(--white);
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.form__text {
  color: var(--white);
  font-size: 20px;
  line-height: 28px;
}

.form__block {
  width: 100%;
}

.form__field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
}

.form__field-text {
  color: var(--ferro-gray);
  border: 1px #000;
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  font-size: 18px;
}

.form__field-text:hover, .form__field-text:focus {
  border: 1px solid var(--dark-red);
}

.form__label {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 400;
}

.form__submit-button {
  background-color: var(--white);
  color: var(--ferro-red);
  width: 40%;
  margin-top: 16px;
  padding: 16px;
  font-weight: 700;
  line-height: 1rem;
  transition: all .4s cubic-bezier(.77, 0, .175, 1);
}

.form__submit-button:hover {
  background-color: var(--dark-red);
  color: var(--white);
}

.form {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.form_fields {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  width: 100%;
}

.form__fields-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.form__checkbox {
  background-color: var(--white);
  border: 1px #000;
  border-radius: 0;
  width: 16px;
  height: 16px;
  margin-left: -34px;
}

.form__checkbox:hover {
  background-image: url('../images/check-blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form__checkbox.w--redirected-checked {
  background-color: var(--blue);
  background-image: url('../images/check-white.svg');
  background-position: 50%;
  background-size: auto;
  box-shadow: 0 0 #0003;
}

.form__checkbox.w--redirected-focus {
  border-style: none;
}

.form_checkbox-label {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.form__checkbox-field {
  margin-bottom: 0;
  padding-left: 34px;
}

.form__text-small-title {
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.flex-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.recaptcha {
  z-index: 5;
}

.form__success-message {
  background-color: var(--white);
  width: 60%;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
}

.form__error-message {
  background-color: var(--dark-red);
  color: var(--white);
  text-align: center;
  width: 60%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
}

.form__error-text, .form__success-text {
  font-size: 18px;
}

.nav__link {
  color: var(--white);
  text-align: center;
}

.text-block-5 {
  border-bottom: 1px solid var(--white);
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.div-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.section__hero {
  background-image: url('../images/header-image.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  height: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero_heading {
  color: var(--white);
  text-align: center;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
}

.hero__wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: center;
  align-items: center;
}

.hero_subheading {
  color: var(--white);
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.hero_text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
}

.hero__buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.hero__button {
  background-color: var(--ferro-red);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 220px;
  padding: 12px;
  font-weight: 500;
  line-height: 1.4rem;
  transition: all .24s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.hero__button:hover {
  background-color: var(--white);
  color: var(--ferro-red);
}

.section__slider {
  background-color: var(--light-gray);
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 64px;
}

.slider__wrapper {
  padding: 64px var(--padding) 0px;
  max-width: 1400px;
}

.slider__wrapper.is-nowosci {
  padding-top: 32px;
}

.slide__image-wrapper {
  position: relative;
  overflow: hidden;
}

.slide__badge {
  background-color: var(--ferro-red);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  inset: 0% auto auto 10%;
}

.slide__image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
}

.slide__info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--ferro-red);
  border-bottom: 1px solid var(--ferro-red);
  flex-flow: column;
  width: 100%;
  padding: 16px;
  display: flex;
}

.slide__name {
  color: var(--black);
  font-weight: 700;
  line-height: 1.2rem;
}

.slide__type {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.slide__description {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.slide__samples-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

.slide__sample {
  width: 30px;
  height: 30px;
}

.product__wrapper {
  padding: 64px var(--padding) 0px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.product__wrapper.is-full {
  max-width: 1920px;
  padding-left: 16px;
}

.product__wrapper.is-full-left {
  max-width: 1920px;
  padding-left: 0;
  padding-right: 16px;
}

.product__wrapper.is-full-left-right {
  max-width: 1920px;
  padding-left: 0;
}

.product__wrapper.is-full-left-right.is-marigin-bottom {
  padding-bottom: 16px;
}

.product__wrapper.is-padding-top-0 {
  padding-top: 0;
}

.product__description {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.product__description.is-left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.product__description.is-left.is-70--width-desktop {
  width: 70%;
  padding-left: 32px;
}

.product__description.is-left.is-marigin-bottom, .product__description.is-marigin-bottom {
  margin-bottom: 40px;
}

.product__description.is-marigin-bottom.is-vitto {
  padding-left: 48px;
  padding-right: 48px;
}

.product__description.is-accessories {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
}

.product__description.is-padding {
  padding-left: 48px;
  padding-right: 48px;
}

.product__subheading {
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 24px;
}

.product__subheading.is-medium-lowercase {
  text-transform: none;
  font-weight: 500;
  line-height: 30px;
}

.product__heading {
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 64px;
}

.product__heading.is-font-normal {
  font-weight: 400;
  line-height: 64px;
}

.product__paragraph {
  color: var(--black);
  margin-bottom: 0;
}

.product__paragraph.is-bold {
  font-weight: 700;
  line-height: 1rem;
}

.product__quick-stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  padding: 0;
}

.product__cell {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product__cell.is-padding, .product__cell.is-padding-mobile {
  padding-left: 40px;
  padding-right: 40px;
}

.product__title-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-end;
}

.product__title-wrapper.is-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.product__text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-end;
}

.product__text-wrapper.is-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.product__image-lifestyle {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product__image-zoom {
  aspect-ratio: auto;
  object-fit: cover;
  height: 100%;
}

.product__image-zoom.is-vitto {
  width: 100%;
  height: 100%;
}

.product-slider {
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 380px;
  height: 100%;
  margin-left: 0;
  display: block;
}

.product-slider.is-marigin-bottom {
  margin-bottom: 40px;
}

.product-slider.is-marigin-bottom.is-narrow {
  width: 80%;
}

.product-slider.is-narrow.is-marigin {
  margin-bottom: 40px;
}

.slide-nav {
  display: none;
}

.product-slider__mask {
  width: 100%;
}

.product-slider__container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: 0% auto 0% -40px;
}

.div-block-4 {
  border: 1px solid var(--ferro-gray);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: 0% -40px 0% auto;
}

.slider__samples-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-bottom: 1px solid var(--ferro-red);
  width: 100%;
  padding-bottom: 18px;
}

.product-btn {
  background-color: var(--ferro-red);
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  flex: 0 auto;
  padding: 6px 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  transition: background-color .26s cubic-bezier(.77, 0, .175, 1);
}

.product-btn:hover {
  background-color: var(--dark-red);
}

.product-slider__description {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  width: 80%;
}

.product-slider__title {
  font-weight: 700;
}

.product-slider__list {
  margin-bottom: 0;
  padding-left: 32px;
}

.product-slider__text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.product-slider__list-item {
  color: var(--black);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.product-slider__image {
  object-fit: cover;
  max-width: 80%;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.product-slider__sample {
  width: 30px;
}

.product__image-view {
  object-fit: cover;
  height: 100%;
}

.product__image-view.is-ritto {
  width: 100%;
}

.product_description-wrapper {
  width: 100%;
  margin-bottom: 40px;
}

.slide-accessories {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.slide-accessories__info {
  border-top: 1px solid var(--ferro-red);
  border-bottom: 1px none var(--ferro-red);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 150px;
  padding-top: 16px;
  padding-bottom: 0;
  display: flex;
}

.slider-accessoria__list {
  margin-bottom: 0;
  padding-left: 16px;
}

.slide-accessoria__description {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.swiper-slide {
  color: #ffffff80;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
}

.carousel-arrow-w {
  z-index: 10;
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 0;
  display: flex;
  position: absolute;
}

.carousel-arrow-w.arrow-next {
  inset: 0% 0% 0% auto;
}

.carousel-arrow-w.arrow-previous {
  max-height: 500px;
  inset: 0% auto 0% 0%;
}

.carousel-arrow-w.arrow-previous-2 {
  inset: 0% auto 0% 0%;
}

.carousel-arrow-w.arrow-next-2 {
  align-self: center;
  inset: 0% 0% 0% auto;
}

.carousel-arrow-w.arrow-previous-3 {
  max-height: 500px;
  inset: 0% auto 0% 0%;
}

.carousel-arrow-w.arrow-next-3, .carousel-arrow-w.arrow-next-4 {
  inset: 0% 0% 0% auto;
}

.carousel-arrow-w.arrow-previous-4 {
  max-height: 500px;
  inset: 0% auto 0% 0%;
}

.swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: flex;
}

.swiper-wrapper.first-swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 0;
  padding: 0;
  display: flex;
  overflow: visible;
}

.carousel-arrows {
  z-index: 4;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  width: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.swiper.first-swiper, .swiper.second-swiper, .swiper.third-swiper, .swiper.fourth-swiper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.carousel-arrow-icon {
  z-index: 4;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.25em;
  position: relative;
}

.carousel-arrow {
  border: 1px solid var(--ferro-gray);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  position: relative;
}

.slider {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
}

.localization__link {
  background-color: var(--ferro-red);
  color: var(--white);
  margin: 0;
  transition: background-color .24s cubic-bezier(.77, 0, .175, 1);
}

.localization__link:hover {
  background-color: var(--dark-red);
}

.cookie-bar {
  z-index: 10;
  background-color: #c00d0de3;
  width: 100%;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 -3px 10px #00000030;
}

.cookie-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 30px;
  display: flex;
}

.cookie-icon {
  max-width: none;
}

.cookie-paragraph {
  color: #fff;
  -webkit-text-stroke-color: white;
  font-size: 13px;
}

.cookie-link {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.cookie-button {
  color: var(--ferro-red);
  -webkit-text-stroke-color: #025576;
  background-color: #fff;
  border-radius: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.cookie-button:hover {
  opacity: .6;
}

.slider__heading-wrapper {
  padding-right: var(--padding);
  padding-left: var(--padding);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  line-height: 32px;
}

.form__image-text {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -12px;
  margin-bottom: -12px;
}

.form__image {
  flex: 0 auto;
  width: 400px;
}

.slide__sample-non-active {
  width: 30px;
  height: 30px;
}

.footer__link {
  color: var(--ferro-silver);
  transition: all .26s cubic-bezier(.645, .045, .355, 1);
}

.footer__link:hover {
  text-decoration: underline;
}

.link {
  color: #000;
  text-decoration: none;
}

.ul-polityka {
  margin-top: -20px;
  padding-left: 60px;
  list-style-type: square;
}

.ul-polityka.no-margin {
  margin-top: 0;
}

.container-4 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.list-2 {
  list-style-type: disc;
}

.cookies__heading {
  color: var(--dark-red);
  margin-bottom: 20px;
}

.cookies__subheading {
  color: var(--ferro-red);
  font-size: 24px;
}

.cookies__flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.slider__heading {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 32px;
  line-height: 32px;
}

.punkty__wrapper {
  padding: 64px var(--padding) 0px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.punkty__wrapper.is-full {
  max-width: 1920px;
  padding-left: 16px;
}

.punkty__wrapper.is-full-left {
  max-width: 1920px;
  padding-left: 0;
  padding-right: 16px;
}

.punkty__wrapper.is-full-left-right {
  max-width: 1920px;
  padding-left: 0;
}

.punkty__wrapper.is-full-left-right.is-marigin-bottom {
  padding-bottom: 16px;
}

.punkty {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  background-color: var(--ferro-red);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image {
  height: 400px;
}

.punkty__map {
  width: auto;
  height: 350px;
}

.punkty__button {
  background-color: var(--white);
  color: var(--ferro-red);
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 44px;
  padding: 12px;
  font-weight: 500;
  line-height: 1.4rem;
  transition: all .24s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.punkty__button:hover {
  background-color: var(--dark-red);
  color: var(--white);
}

.punkty__text {
  color: var(--white);
  width: 100%;
  font-size: 20px;
  line-height: 28px;
}

.punkty__heading {
  color: var(--white);
  font-size: 32px;
}

.punkty__info {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  width: 30%;
  display: flex;
  position: relative;
}

.punkty__text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.filtrata__button-wrapper {
  margin-top: 34px;
}

.filtrata__button-wrapper.is-button-title {
  margin-top: 20px;
}

.form__text-small {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.form__link {
  color: var(--white);
  text-decoration: underline;
}

.no-wrap {
  white-space: nowrap;
}

.filtrata__buton-title-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 10px;
}

.code-embed {
  display: none;
}

.flowappz-cookie-consent-hide-cookie-button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  padding: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  display: block;
  position: fixed;
  bottom: 2%;
  left: 2%;
  box-shadow: 0 2px 5px #0003;
}

.flowappz-cookie-consent-hide-cookie-button:hover {
  box-shadow: 0 5px 30px #0003;
}

.flowappz-cookie-consent-code {
  display: none;
}

.flowappz-cookie-consent-accept-btn-container {
  position: relative;
}

.flowappz-cookie-settings-close-btn-16 {
  cursor: pointer;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: 0;
  font-size: 40px;
  line-height: 40px;
  display: block;
  position: static;
  top: 20px;
  right: 20px;
}

.flowappz-cookie-accept-button-27 {
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 56px;
  width: 200px;
  height: 48px;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  transition: all .2s;
}

.flowappz-cookie-accept-button-27:hover {
  color: #0e0e0e;
  background-color: #0000;
}

.flowappz-cookie-consent-btn-cookie-icon {
  width: 14px;
  height: 14px;
  margin-bottom: 0;
  position: absolute;
  top: 18px;
  left: 15px;
}

.flowappz-consent-popup-content--temp6 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  display: flex;
}

.svg {
  font-size: 40px;
  line-height: 40px;
}

.flowappz-cookie-reject-button-25 {
  color: #000;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 56px;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  transition: all .2s;
}

.flowappz-cookie-reject-button-25:hover {
  color: #fff;
  background-color: #0e0e0e;
}

.image-2 {
  width: 68px;
  height: 68px;
}

.paragraph-61 {
  max-width: 627px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.flowappz-cookie-popup-btn-wrapper-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.path {
  font-size: 24px;
  line-height: 24px;
}

.flowappz-cookie-popup-content-paragraph-31 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.flowappz-cookie-consent-popup-13 {
  z-index: 999;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 1253px;
  min-height: 94px;
  position: fixed;
  inset: auto 2% 2% auto;
  overflow: hidden;
  box-shadow: 10px 0 25px #00000040;
}

.flowappz-cookie-image-manager-2 {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}

.flowappz-cookie-setting-description-14 {
  max-width: 461px;
  margin-top: 13px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.flowappz-cookie-consent-popup-14 {
  z-index: 999;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  max-width: 500px;
  position: fixed;
  inset: auto 2% 2% auto;
  overflow: hidden;
  box-shadow: 10px 0 25px #00000040;
}

.flowappz-settings-content-wrapper-11 {
  padding: 40px;
}

.flowappz-cookie-manage-settings-opener-2 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  padding: 10px;
  position: fixed;
  bottom: 2%;
  left: 2%;
  box-shadow: 0 2px 5px #0003;
}

.flowappz-cookie-manage-settings-opener-2:hover {
  box-shadow: 0 5px 30px #0003;
}

.flowappz-faq-title-12 {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.div-block-11 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flowappz-preference-container-18 {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  height: auto;
  max-height: 90%;
  position: relative;
  overflow: auto;
}

.flowappz-cookie-controller--checkbox-label {
  display: none;
}

.flowappz-faq-icon-4 {
  color: #fcfcfc;
  width: 24px;
  height: 24px;
}

.flowappz-cookie-setting-controller-wrapper-light-9 {
  cursor: pointer;
  border-bottom: 1px solid #0003;
  padding-bottom: 0;
  overflow: hidden;
}

.flowappz-cookie-accept-button-24 {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  transition: all .2s;
}

.flowappz-cookie-accept-button-24:hover {
  color: #0e0e0e;
  background-color: #0000;
}

.flowappz-cookie-popup-heading-29 {
  color: #0e0e0e;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.flowappz-cookie-faq-icon-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flowappz-cookie-setting-content-wrapper-17 {
  display: block;
}

.flowappz-cookie-settings-wrapper-18 {
  margin-top: 50px;
}

.flowappz-cookie-controller-input-3 {
  background-color: #383838;
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #ffffff30;
  border-radius: 20px;
  width: 32px;
  height: 20px;
  transition: all .15s;
}

.flowappz-cookie-controller-input-3.w--redirected-checked {
  background-color: #006acc;
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 100%;
  background-size: contain;
  border: 2px solid #006acc;
}

.flowappz-cookie-controller-input-3.w--redirected-focus {
  box-shadow: none;
}

.flowappz-cookie-popup-btn-wrapper-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding-top: 10px;
  display: flex;
}

.flowappz-cookie-settings-form-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ededed00;
  flex-flow: column;
  display: flex;
}

.flowappz-cookie-consent-preference-manager-wrapper-11 {
  z-index: 9999;
  background-color: #0003;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.flowappz-cookie-popup-content-paragraph-29 {
  color: #000;
  margin-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.flowappz-cookie-settings-button-wrapper-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  bottom: 0;
}

.flowappz-consent-popup-content-21 {
  background-color: #fff;
  max-width: 500px;
  padding: 25px;
}

.flowappz-cookie-settings-close-btn-17 {
  color: #fff;
  cursor: pointer;
  background-color: #222;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  position: static;
  top: 20px;
  right: 20px;
}

.flowappz-cookie-reject-button-22 {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 12px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  transition: all .2s;
}

.flowappz-cookie-reject-button-22:hover {
  color: #fff;
  background-color: #0e0e0e;
}

.flowappz-cookie-policy-link {
  color: #000;
  font-weight: 700;
}

.flowappz-cookie-consent {
  display: block;
  position: relative;
}

.flowappz-cookie-setting-title-20 {
  letter-spacing: -.2px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.flowappz-policy-link-3 {
  color: #000;
  font-weight: 700;
}

.paragraph-20 {
  margin-bottom: 0;
}

.flowappz-cookie-popup-heading-28 {
  color: #0e0e0e;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
}

.paragraph-21 {
  line-height: 24px;
}

@media screen and (min-width: 1920px) {
  .section__slider {
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .section__form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form__wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .form__heading {
    font-size: 36px;
  }

  .form__text {
    font-size: 18px;
    line-height: 24px;
  }

  .form_fields {
    grid-template-columns: 1fr;
  }

  .flex-block-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .form__success-message {
    width: 100%;
    height: auto;
  }

  .section__hero {
    justify-content: center;
    align-items: center;
    height: 550px;
    display: flex;
  }

  .hero_heading {
    font-size: 48px;
    line-height: 48px;
  }

  .hero_subheading {
    font-size: 32px;
    line-height: 32px;
  }

  .hero_text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hero__button {
    width: 208px;
  }

  .section__slider {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .product__wrapper {
    padding: 40px 0 0;
  }

  .product__wrapper.is-full {
    padding-left: 0;
  }

  .product__wrapper.is-full-left {
    padding-left: 0;
    padding-right: 0;
  }

  .product__wrapper.is-full-left-right {
    padding-left: 0;
  }

  .product__description {
    padding-left: 32px;
    padding-right: 16px;
  }

  .product__description.is-left.is-70--width-desktop {
    width: 100%;
    padding-left: 32px;
  }

  .product__description.is-marigin-bottom.is-vitto {
    padding-left: 32px;
    padding-right: 32px;
  }

  .product__description.is-accessories {
    padding-left: 16px;
  }

  .product__description.is-padding {
    padding-left: 32px;
    padding-right: 32px;
  }

  .product__subheading {
    font-size: 18px;
    line-height: 21px;
  }

  .product__subheading.is-medium-lowercase {
    line-height: 24px;
  }

  .product__heading {
    font-size: 40px;
    line-height: 40px;
  }

  .product__heading.is-font-normal {
    line-height: 40px;
  }

  .product__paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .product__cell.is-hidden {
    display: none;
  }

  .product__image-lifestyle {
    order: -9999;
  }

  .product__image-zoom {
    width: 100%;
  }

  .product-slider {
    margin-left: auto;
    margin-right: auto;
  }

  .product-slider.is-marigin-bottom {
    width: 320px;
  }

  .product-slider.is-narrow {
    width: 80%;
  }

  .product-slider__container {
    margin-left: auto;
    margin-right: auto;
  }

  .left-arrow {
    left: -20px;
  }

  .right-arrow {
    right: -20px;
  }

  .product-slider__slide {
    margin-left: auto;
    margin-right: auto;
  }

  .product__image-view {
    width: 100%;
  }

  .carousel-arrow-w.arrow-previous-2 {
    left: 16px;
  }

  .carousel-arrow-w.arrow-next-2 {
    right: 16px;
  }

  .carousel-arrow-w.arrow-previous-3 {
    left: 16px;
  }

  .carousel-arrow-w.arrow-next-3, .carousel-arrow-w.arrow-next-4 {
    right: 16px;
  }

  .carousel-arrow-w.arrow-previous-4 {
    left: 16px;
  }

  .swiper.first-swiper, .swiper.second-swiper, .swiper.third-swiper, .swiper.fourth-swiper {
    width: 80%;
  }

  .slider {
    display: flex;
  }

  .slider__heading-wrapper {
    font-size: 28px;
    line-height: 28px;
  }

  .form__image-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .form__image {
    width: 300px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 23px;
  }

  .slider__heading {
    width: 80%;
    font-size: 28px;
    line-height: 28px;
  }

  .punkty__wrapper {
    padding: 40px var(--padding) 0px;
  }

  .punkty__wrapper.is-full {
    padding-left: 0;
  }

  .punkty__wrapper.is-full-left {
    padding-left: 0;
    padding-right: 0;
  }

  .punkty__wrapper.is-full-left-right {
    padding-left: 0;
  }

  .punkty {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .punkty__button {
    width: 208px;
  }

  .punkty__text {
    font-size: 18px;
    line-height: 24px;
  }

  .punkty__heading {
    font-size: 28px;
    line-height: 34px;
  }

  .filtrata__button-wrapper {
    margin-top: 28px;
  }

  .filtrata__buton-title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .flowappz-consent-popup-content--temp6 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flowappz-cookie-popup-btn-wrapper-9 {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
  }

  .flowappz-cookie-popup-content-paragraph-31 {
    flex-flow: column;
    width: 100%;
  }

  .flowappz-cookie-consent-popup-13 {
    border-radius: 20px;
    max-width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .nav__brand {
    padding-left: 0;
  }

  .nav__logo {
    height: 32px;
  }

  .section__footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form__heading {
    line-height: 42px;
  }

  .form__text {
    line-height: 26px;
  }

  .form__submit-button {
    width: 60%;
  }

  .form_checkbox-label, .form__text-small-title {
    font-size: 14px;
    line-height: 20px;
  }

  .section__hero {
    height: 450px;
  }

  .hero_heading {
    font-size: 40px;
    line-height: 40px;
  }

  .hero_subheading {
    font-size: 28px;
    line-height: 28px;
  }

  .hero__button {
    width: 180px;
    font-size: 14px;
    line-height: 18px;
  }

  .product__wrapper, .product__wrapper.is-full {
    padding-bottom: 0;
  }

  .product__description.is-left.is-70--width-desktop, .product__description.is-left.is-marigin-bottom.is-ritto {
    padding-left: 16px;
  }

  .product__description.is-left.is-marigin-bottom.is-padding {
    margin-bottom: 24px;
  }

  .product__description.is-padding.is-nostris {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product__paragraph.is-nostris {
    text-align: left;
  }

  .product__cell.is-hidden-mobile {
    display: none;
  }

  .product__title-wrapper.is-nostris {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product__image-lifestyle {
    width: 100%;
    height: 400px;
  }

  .product__image-lifestyle.is-telassa {
    height: 100%;
  }

  .product__image-zoom {
    height: 350px;
  }

  .product__image-zoom.is-telassa, .product__image-zoom.is-filtrata {
    height: 100%;
  }

  .product-slider.is-marigin-bottom {
    width: 100%;
  }

  .product__image-view {
    width: 100%;
    height: 350px;
  }

  .product__image-view.is-high {
    object-position: 50% 100%;
    height: 450px;
  }

  .product__image-view.is-telassa {
    height: 100%;
  }

  .product__image-view.is-vitto {
    object-position: 40% 50%;
    height: 100%;
  }

  .cookie-bar {
    align-self: auto;
    width: 100%;
    padding-bottom: 50px;
    inset: auto 0% 0%;
  }

  .cookie-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .cookie-icon {
    order: -1;
  }

  .cookie-paragraph {
    font-size: 12px;
    line-height: 18px;
  }

  .cookie-button {
    order: 1;
  }

  .slider__heading-wrapper {
    font-size: 24px;
    line-height: 24px;
  }

  .form__image-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .form__image {
    order: -9999;
    width: 400px;
  }

  .slider__heading {
    font-size: 24px;
    line-height: 24px;
  }

  .punkty__wrapper {
    padding-right: var(--padding);
    padding-left: var(--padding);
  }

  .punkty__wrapper.is-full {
    padding-bottom: 0;
  }

  .punkty__map {
    display: none;
  }

  .punkty__button {
    width: 250px;
    font-size: 14px;
    line-height: 18px;
  }

  .punkty__text {
    max-width: 400px;
    font-size: 18px;
  }

  .punkty__heading {
    font-size: 28px;
  }

  .punkty__info {
    width: 100%;
    padding: 44px 32px;
  }

  .filtrata__button-wrapper {
    margin-top: 24px;
  }

  .filtrata__button-wrapper.is-button-title {
    margin-top: 10px;
  }

  .form__text-small {
    font-size: 14px;
    line-height: 20px;
  }

  .filtrata__buton-title-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
  }

  .flowappz-cookie-accept-button-27 {
    white-space: nowrap;
  }

  .flowappz-cookie-consent-popup-13 {
    max-width: 500px;
  }

  .flowappz-cookie-consent-popup-14.flowappz-hide-popup {
    max-width: 60%;
  }

  .flowappz-cookie-accept-button-24 {
    text-align: center;
    width: 100%;
  }

  .flowappz-cookie-popup-btn-wrapper-10 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .flowappz-cookie-reject-button-22, .flowappz-policy-link-3 {
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav__wrapper {
    width: var(--marigin-mobile);
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: wrap;
    justify-content: space-between;
    align-self: center;
  }

  .nav__logo {
    height: 28px;
  }

  .localization__toggle {
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav__menu-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }

  .nav__menu-button {
    padding: 8px;
  }

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

  .footer {
    width: 100%;
  }

  .footer__text-flex {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .footer__icons-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section__form {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .form__wrapper {
    width: var(--marigin-mobile);
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .form__heading {
    font-size: 24px;
    line-height: 32px;
  }

  .form__text {
    font-size: 16px;
    line-height: 21px;
  }

  .form__field {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .form__label {
    font-size: 14px;
  }

  .form_checkbox-label, .form__text-small-title {
    font-size: 13px;
    line-height: 18px;
  }

  .form__error-message {
    width: 100%;
  }

  .section__hero {
    height: 420px;
  }

  .hero_heading {
    font-size: 32px;
    line-height: 36px;
  }

  .hero_subheading {
    font-size: 24px;
    line-height: 24px;
  }

  .hero__buttons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
  }

  .hero__button {
    text-align: center;
    width: 110px;
  }

  .slide__image-wrapper {
    justify-content: center;
    align-items: center;
  }

  .slide__image {
    object-fit: fill;
  }

  .product__description.is-marigin-bottom.is-vitto {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .product__description.is-marigin-bottom.is-left-mobile {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 16px;
  }

  .product__description.is-accessories {
    padding-left: 0;
    padding-right: 0;
  }

  .product__description.is-padding {
    padding-left: 16px;
    padding-right: 16px;
  }

  .product__paragraph, .product__paragraph.is-vitto {
    text-align: left;
  }

  .product__cell.is-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product__cell.is-padding-mobile {
    padding-left: 16px;
    padding-right: 16px;
  }

  .product__title-wrapper.is-vitto, .product__title-wrapper.is-left-mobile, .product__text-wrapper.is-vitto {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product__image-lifestyle.is-filtrata {
    height: 250px;
  }

  .product__image-zoom {
    height: 350px;
  }

  .product__image-zoom.is-filtrata {
    height: 400px;
  }

  .product-slider {
    max-width: none;
  }

  .product-slider.is-marigin-bottom.is-narrow, .product-slider.is-narrow {
    width: 100%;
  }

  .product-slider.is-marigin-bottom-mobile {
    margin-bottom: 40px;
  }

  .product-slider__container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-arrow {
    left: 0;
  }

  .right-arrow {
    right: 0;
  }

  .product-slider__description {
    width: 100%;
  }

  .product-slider__image {
    width: 100%;
    max-width: 325px;
  }

  .product__image-view, .product__image-view.is-high {
    height: 350px;
  }

  .carousel-arrow-w.arrow-next {
    margin-right: 16px;
  }

  .carousel-arrow-w.arrow-previous {
    margin-left: 16px;
  }

  .carousel-arrow-w.arrow-previous-2 {
    margin-left: 0;
    left: 0;
  }

  .carousel-arrow-w.arrow-next-2 {
    margin-right: 0;
    right: 0;
  }

  .carousel-arrow-w.arrow-previous-3 {
    margin-left: 0;
    left: 0;
  }

  .carousel-arrow-w.arrow-next-3, .carousel-arrow-w.arrow-next-4 {
    margin-right: 0;
    right: 0;
  }

  .carousel-arrow-w.arrow-previous-4 {
    margin-left: 0;
    left: 0;
  }

  .carousel-arrows {
    margin-top: 2.5em;
  }

  .swiper.first-swiper, .cookie-bar {
    width: 100%;
  }

  .cookie-button {
    order: 1;
  }

  .slider__heading-wrapper {
    font-size: 21px;
    line-height: 21px;
  }

  .text-span {
    white-space: nowrap;
  }

  .footer__link {
    color: var(--ferro-silver);
  }

  .paragraph {
    font-size: 14px;
    line-height: 21px;
  }

  .slider__heading {
    width: 100%;
    font-size: 21px;
    line-height: 21px;
  }

  .punkty__button {
    text-align: center;
    width: 100%;
    max-width: 300px;
  }

  .punkty__text {
    font-size: 16px;
    line-height: 24px;
  }

  .punkty__heading {
    width: 80%;
    font-size: 24px;
    line-height: 32px;
  }

  .punkty__info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .punkty__text-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .filtrata__button-wrapper {
    margin-top: 20px;
  }

  .form__text-small {
    font-size: 13px;
    line-height: 18px;
  }

  .filtrata__buton-title-wrapper {
    flex-flow: wrap;
  }

  .flowappz-cookie-consent-accept-btn-container {
    width: 100%;
  }

  .flowappz-cookie-settings-close-btn-16 {
    position: absolute;
  }

  .flowappz-cookie-accept-button-27 {
    text-align: left;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    display: flex;
  }

  .flowappz-consent-popup-content--temp6 {
    padding: 30px 15px;
  }

  .flowappz-cookie-reject-button-25 {
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    display: flex;
  }

  .paragraph-61 {
    text-align: justify;
    font-size: 14px;
  }

  .flowappz-cookie-popup-btn-wrapper-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .flowappz-cookie-popup-content-paragraph-31 {
    flex-flow: column;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 25px;
  }

  .flowappz-cookie-consent-popup-13 {
    border-radius: 5px;
    max-width: 300px;
    left: auto;
    right: 2%;
  }

  .flowappz-cookie-image-manager-2 {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
  }

  .flowappz-cookie-setting-description-14 {
    font-size: 14px;
    line-height: 24px;
  }

  .flowappz-cookie-consent-popup-14 {
    left: auto;
    right: auto;
  }

  .flowappz-cookie-consent-popup-14.flowappz-hide-popup {
    max-width: 300px;
    inset: auto 2% 2% auto;
  }

  .flowappz-settings-content-wrapper-11 {
    padding: 20px;
  }

  .flowappz-cookie-accept-button-24 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    display: flex;
  }

  .flowappz-cookie-popup-heading-29 {
    font-size: 18px;
    line-height: 40px;
  }

  .flowappz-cookie-settings-wrapper-18 {
    margin-top: 21px;
  }

  .flowappz-cookie-popup-btn-wrapper-10 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .flowappz-cookie-popup-content-paragraph-29 {
    font-size: 14px;
    line-height: 25px;
  }

  .flowappz-cookie-settings-button-wrapper-20 {
    flex-flow: column;
  }

  .flowappz-consent-popup-content-21 {
    padding: 30px 20px;
  }

  .flowappz-cookie-reject-button-22 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 8px;
    font-size: 14px;
    display: flex;
  }

  .flowappz-cookie-setting-title-20 {
    font-size: 16px;
  }

  .flowappz-policy-link-3 {
    font-size: 14px;
  }

  .flowappz-cookie-popup-heading-28 {
    font-size: 18px;
    line-height: 40px;
  }
}

#w-node-_157423ef-6a17-b3ee-1f23-50b2bb9c1532-f17394f5 {
  place-self: center end;
}

#w-node-_46d40174-9a7b-f6ec-e76b-9327847a8b5c-f17394f5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_46d40174-9a7b-f6ec-e76b-9327847a8b5d-f17394f5 {
  grid-column: span 7 / span 7;
}

#w-node-_46d40174-9a7b-f6ec-e76b-9327847a8b66-f17394f5 {
  grid-column: span 3 / span 3;
}

#w-node-_46d40174-9a7b-f6ec-e76b-9327847a8b68-f17394f5 {
  grid-column: span 4 / span 4;
}

#w-node-_46d40174-9a7b-f6ec-e76b-9327847a8b6a-f17394f5 {
  grid-column: span 8 / span 8;
}

#w-node-_46d40174-9a7b-f6ec-e76b-9327847a8b6c-f17394f5 {
  grid-column: span 6 / span 6;
}

#w-node-_64d0aebc-8249-636a-9050-9085c069244c-f17394f5 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 5.5fr 8.25fr;
}

#w-node-_64d0aebc-8249-636a-9050-9085c069244d-f17394f5 {
  grid-row: span 4 / span 4;
}

#w-node-_64d0aebc-8249-636a-9050-9085c069244e-f17394f5 {
  grid-row: span 2 / span 2;
}

#w-node-_64d0aebc-8249-636a-9050-9085c069245d-f17394f5 {
  grid-row: span 3 / span 3;
}

#w-node-_64d0aebc-8249-636a-9050-9085c069245f-f17394f5 {
  grid-row: span 2 / span 2;
}

#w-node-e957eb41-61de-941a-2b97-eaca10c06f45-f17394f5 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-e957eb41-61de-941a-2b97-eaca10c06f46-f17394f5 {
  grid-column: span 8 / span 8;
}

#w-node-b75b72c9-d15f-d35d-f130-c53bc7ffe2ca-f17394f5 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-c28b0ee1-eba2-f88e-bb3c-f17ff282bc9a-f17394f5 {
  grid-area: span 2 / span 8 / span 2 / span 8;
}

#w-node-_8ee1b9fa-6659-b52d-7156-fddf7ea5629a-f17394f5 {
  grid-area: span 3 / span 6 / span 3 / span 6;
}

#w-node-_590862a2-3f98-9b42-16eb-577ce2b00ec5-f17394f5 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_53fff77d-d9af-c70c-0bbc-b4b7ddbb4112-f17394f5 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_351803fd-c08b-fd20-2dc8-640c27cafa56-f17394f5 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_150b9cf6-9acc-c3f2-5125-a5397518e06e-f17394f5 {
  grid-column: span 5 / span 5;
}

#w-node-_6993560d-a03b-9e97-2ad2-f0d9378ced34-f17394f5 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-_14676f67-1919-5f4f-af70-e9163cc8d2b9-f17394f5 {
  grid-row: span 3 / span 3;
}

#w-node-_646af6f1-ae18-60e8-79dc-c013950aa9a9-f17394f5 {
  grid-area: span 2 / span 7 / span 2 / span 7;
}

#w-node-_3720b1f5-54c1-82af-520d-38301e914cb5-f17394f5 {
  grid-column: span 6 / span 6;
}

#w-node-b39fb536-1f8b-bffc-1ff7-ee78e7a77a22-f17394f5 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-b39fb536-1f8b-bffc-1ff7-ee78e7a77a23-f17394f5 {
  grid-row: span 5 / span 5;
}

#w-node-_4ef7b112-4318-4544-0c1d-1ba514ce82c5-f17394f5 {
  grid-area: span 3 / span 5 / span 3 / span 5;
}

#w-node-_3314dd8d-d1d7-7405-562e-2c22cc2637ba-f17394f5 {
  grid-column: span 6 / span 6;
}

#w-node-_324cf7e0-7201-4b18-d1b5-db11af69bb5d-f17394f5 {
  grid-area: span 4 / span 8 / span 4 / span 8;
}

#w-node-_67faa7b7-f172-56ab-ca40-bb7c38a315e3-f17394f5 {
  grid-area: span 2 / span 5 / span 2 / span 5;
}

#w-node-_0f220c48-733f-9de7-b555-e3af650b1a0b-f17394f5, #w-node-e8085327-1f73-d463-17a0-581efd173ef5-f17394f5, #w-node-_911033d4-5525-59b2-c532-84012d8c9633-f17394f5 {
  place-self: center end;
}

#w-node-fcc7cd3f-5468-1473-a961-fe7839d174cd-f17394f5 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-fcc7cd3f-5468-1473-a961-fe7839d174ce-f17394f5 {
  grid-area: span 2 / span 7 / span 2 / span 7;
}

#w-node-cfd5c6e9-a189-1dbf-5fdb-8e7128c69227-f17394f5 {
  grid-column: span 6 / span 6;
}

#w-node-_181e9d50-067c-37e5-eaf8-a32672cc4ff8-f17394f5 {
  grid-area: span 2 / span 7 / span 2 / span 7;
}

#w-node-cdfe9cf0-afd9-e6ef-a0db-e5ddc2dd3151-f17394f5 {
  grid-column: span 5 / span 5;
}

@media screen and (max-width: 991px) {
  #w-node-_46d40174-9a7b-f6ec-e76b-9327847a8b5c-f17394f5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr .5fr 6fr 1fr 1fr 1fr;
  }

  #w-node-_46d40174-9a7b-f6ec-e76b-9327847a8b5d-f17394f5 {
    grid-column: span 6 / span 6;
  }

  #w-node-_46d40174-9a7b-f6ec-e76b-9327847a8b66-f17394f5 {
    grid-column: span 3 / span 3;
  }

  #w-node-_46d40174-9a7b-f6ec-e76b-9327847a8b68-f17394f5 {
    grid-column: span 5 / span 5;
  }

  #w-node-_46d40174-9a7b-f6ec-e76b-9327847a8b6a-f17394f5, #w-node-_46d40174-9a7b-f6ec-e76b-9327847a8b6c-f17394f5 {
    grid-column: span 7 / span 7;
  }

  #w-node-_64d0aebc-8249-636a-9050-9085c069244c-f17394f5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 5.5fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_64d0aebc-8249-636a-9050-9085c069244d-f17394f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_64d0aebc-8249-636a-9050-9085c069244e-f17394f5 {
    order: 0;
    grid-area: span 2 / span 6 / span 2 / span 6;
  }

  #w-node-_64d0aebc-8249-636a-9050-9085c0692450-f17394f5 {
    order: 2;
    grid-column: span 7 / span 7;
  }

  #w-node-_64d0aebc-8249-636a-9050-9085c069245d-f17394f5 {
    order: 3;
    grid-area: span 2 / span 8 / span 2 / span 8;
  }

  #w-node-_64d0aebc-8249-636a-9050-9085c069245f-f17394f5 {
    order: 4;
    grid-area: span 2 / span 6 / span 2 / span 6;
  }

  #w-node-e957eb41-61de-941a-2b97-eaca10c06f46-f17394f5 {
    order: 1;
    grid-column: span 7 / span 7;
  }

  #w-node-b75b72c9-d15f-d35d-f130-c53bc7ffe2ca-f17394f5 {
    order: 5;
    grid-area: span 2 / span 8 / span 2 / span 8;
  }

  #w-node-c28b0ee1-eba2-f88e-bb3c-f17ff282bc9a-f17394f5 {
    order: 2;
    grid-column: span 7 / span 7;
  }

  #w-node-_8ee1b9fa-6659-b52d-7156-fddf7ea5629a-f17394f5 {
    order: 4;
    grid-area: span 4 / span 6 / span 4 / span 6;
  }

  #w-node-_53fff77d-d9af-c70c-0bbc-b4b7ddbb4112-f17394f5 {
    order: 3;
    grid-area: span 3 / span 8 / span 3 / span 8;
  }

  #w-node-_150b9cf6-9acc-c3f2-5125-a5397518e06e-f17394f5 {
    grid-column: span 6 / span 6;
  }

  #w-node-_6993560d-a03b-9e97-2ad2-f0d9378ced34-f17394f5 {
    grid-column: span 8 / span 8;
  }

  #w-node-_3720b1f5-54c1-82af-520d-38301e914cb5-f17394f5 {
    grid-area: span 2 / span 7 / span 2 / span 7;
  }

  #w-node-_4ef7b112-4318-4544-0c1d-1ba514ce82c5-f17394f5 {
    order: 5;
    grid-column: span 7 / span 7;
  }

  #w-node-_3314dd8d-d1d7-7405-562e-2c22cc2637ba-f17394f5 {
    grid-column: span 5 / span 5;
  }

  #w-node-_324cf7e0-7201-4b18-d1b5-db11af69bb5d-f17394f5 {
    order: -9999;
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-_67faa7b7-f172-56ab-ca40-bb7c38a315e3-f17394f5 {
    order: 9999;
    grid-area: span 3 / span 7 / span 3 / span 7;
  }

  #w-node-cfd5c6e9-a189-1dbf-5fdb-8e7128c69227-f17394f5 {
    grid-column: span 7 / span 7;
  }

  #w-node-cdfe9cf0-afd9-e6ef-a0db-e5ddc2dd3151-f17394f5 {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_46d40174-9a7b-f6ec-e76b-9327847a8b5c-f17394f5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_46d40174-9a7b-f6ec-e76b-9327847a8b5d-f17394f5 {
    grid-column: span 2 / span 2;
  }

  #w-node-_46d40174-9a7b-f6ec-e76b-9327847a8b66-f17394f5 {
    order: -9999;
    grid-column: span 2 / span 2;
  }

  #w-node-_46d40174-9a7b-f6ec-e76b-9327847a8b68-f17394f5, #w-node-_46d40174-9a7b-f6ec-e76b-9327847a8b6a-f17394f5 {
    grid-column: span 4 / span 4;
  }

  #w-node-_46d40174-9a7b-f6ec-e76b-9327847a8b6c-f17394f5 {
    order: 9999;
    grid-column: span 4 / span 4;
  }

  #w-node-_64d0aebc-8249-636a-9050-9085c069244e-f17394f5 {
    grid-column: span 5 / span 5;
  }

  #w-node-_64d0aebc-8249-636a-9050-9085c0692450-f17394f5 {
    grid-column: span 9 / span 9;
  }

  #w-node-_64d0aebc-8249-636a-9050-9085c069245d-f17394f5, #w-node-_64d0aebc-8249-636a-9050-9085c069245f-f17394f5, #w-node-b75b72c9-d15f-d35d-f130-c53bc7ffe2ca-f17394f5 {
    grid-column: span 14 / span 14;
  }

  #w-node-c28b0ee1-eba2-f88e-bb3c-f17ff282bc9a-f17394f5 {
    grid-row: span 1 / span 1;
  }

  #w-node-_8ee1b9fa-6659-b52d-7156-fddf7ea5629a-f17394f5 {
    grid-area: span 5 / span 5 / span 5 / span 5;
  }

  #w-node-_53fff77d-d9af-c70c-0bbc-b4b7ddbb4112-f17394f5 {
    grid-area: span 5 / span 9 / span 5 / span 9;
  }

  #w-node-_150b9cf6-9acc-c3f2-5125-a5397518e06e-f17394f5 {
    grid-column: span 8 / span 8;
  }

  #w-node-_6993560d-a03b-9e97-2ad2-f0d9378ced34-f17394f5 {
    grid-column: span 6 / span 6;
  }

  #w-node-_646af6f1-ae18-60e8-79dc-c013950aa9a9-f17394f5, #w-node-_3720b1f5-54c1-82af-520d-38301e914cb5-f17394f5, #w-node-_4ef7b112-4318-4544-0c1d-1ba514ce82c5-f17394f5 {
    grid-column: span 14 / span 14;
  }

  #w-node-_3314dd8d-d1d7-7405-562e-2c22cc2637ba-f17394f5 {
    grid-column: span 6 / span 6;
  }

  #w-node-_324cf7e0-7201-4b18-d1b5-db11af69bb5d-f17394f5 {
    grid-column: span 8 / span 8;
  }

  #w-node-_67faa7b7-f172-56ab-ca40-bb7c38a315e3-f17394f5 {
    grid-column: span 14 / span 14;
  }

  #w-node-fcc7cd3f-5468-1473-a961-fe7839d174ce-f17394f5 {
    grid-row: span 1 / span 1;
  }

  #w-node-_181e9d50-067c-37e5-eaf8-a32672cc4ff8-f17394f5 {
    order: 9999;
    grid-area: span 2 / span 8 / span 2 / span 8;
  }

  #w-node-cdfe9cf0-afd9-e6ef-a0db-e5ddc2dd3151-f17394f5 {
    grid-area: span 2 / span 6 / span 2 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_46d40174-9a7b-f6ec-e76b-9327847a8b5c-f17394f5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_46d40174-9a7b-f6ec-e76b-9327847a8b5d-f17394f5 {
    order: -9999;
    grid-column: span 5 / span 5;
  }

  #w-node-_46d40174-9a7b-f6ec-e76b-9327847a8b66-f17394f5, #w-node-_46d40174-9a7b-f6ec-e76b-9327847a8b68-f17394f5, #w-node-_46d40174-9a7b-f6ec-e76b-9327847a8b6a-f17394f5, #w-node-_46d40174-9a7b-f6ec-e76b-9327847a8b6c-f17394f5 {
    grid-column: span 5 / span 5;
  }

  #w-node-_64d0aebc-8249-636a-9050-9085c069244e-f17394f5 {
    order: 2;
    grid-column: span 14 / span 14;
  }

  #w-node-_64d0aebc-8249-636a-9050-9085c0692450-f17394f5 {
    order: 1;
    grid-column: span 14 / span 14;
  }

  #w-node-e957eb41-61de-941a-2b97-eaca10c06f46-f17394f5, #w-node-c28b0ee1-eba2-f88e-bb3c-f17ff282bc9a-f17394f5, #w-node-_8ee1b9fa-6659-b52d-7156-fddf7ea5629a-f17394f5, #w-node-_53fff77d-d9af-c70c-0bbc-b4b7ddbb4112-f17394f5, #w-node-_150b9cf6-9acc-c3f2-5125-a5397518e06e-f17394f5, #w-node-_6993560d-a03b-9e97-2ad2-f0d9378ced34-f17394f5 {
    grid-column: span 14 / span 14;
  }

  #w-node-_3314dd8d-d1d7-7405-562e-2c22cc2637ba-f17394f5 {
    order: -9999;
    grid-column: span 14 / span 14;
  }

  #w-node-_324cf7e0-7201-4b18-d1b5-db11af69bb5d-f17394f5, #w-node-fcc7cd3f-5468-1473-a961-fe7839d174ce-f17394f5 {
    grid-column: span 14 / span 14;
  }

  #w-node-cfd5c6e9-a189-1dbf-5fdb-8e7128c69227-f17394f5 {
    order: -9999;
    grid-area: span 1 / span 14 / span 1 / span 14;
  }

  #w-node-_181e9d50-067c-37e5-eaf8-a32672cc4ff8-f17394f5, #w-node-cdfe9cf0-afd9-e6ef-a0db-e5ddc2dd3151-f17394f5 {
    grid-row: span 1 / span 1;
  }
}


