.hero {
  margin-block-end: var(--s-40-120);
}
.hero__outer:has(.hero-navigation) {
  display: flex;
  flex-direction: column;
  gap: var(--s-20-30);
}
.hero__inner {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  border-radius: 15px;
  background: var(--c-secondary-inverted);
}
@media (max-width: 1439.98px) {
  .hero__inner {
    display: flex;
    flex-direction: column;
    place-items: start;
  }
}
.hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1439.98px) {
  .hero__image {
    display: none;
  }
}
.hero__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}
.hero .ul-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero .ul-list__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero .ul-list__item::before {
  content: "";
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-primary);
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7063 2.29306C14.7994 2.38593 14.8733 2.49626 14.9237 2.61772C14.9741 2.73919 15 2.8694 15 3.00091C15 3.13242 14.9741 3.26264 14.9237 3.3841C14.8733 3.50557 14.7994 3.6159 14.7063 3.70877L5.7081 12.7069C5.61523 12.8 5.5049 12.8739 5.38344 12.9243C5.26197 12.9747 5.13175 13.0007 5.00025 13.0007C4.86874 13.0007 4.73852 12.9747 4.61706 12.9243C4.49559 12.8739 4.38526 12.8 4.29239 12.7069L0.293203 8.70775C0.105468 8.52002 0 8.26539 0 7.9999C0 7.7344 0.105468 7.47978 0.293203 7.29204C0.480938 7.1043 0.735562 6.99884 1.00106 6.99884C1.26656 6.99884 1.52118 7.1043 1.70892 7.29204L5.00025 10.5854L13.2906 2.29306C13.3834 2.19995 13.4938 2.12608 13.6152 2.07568C13.7367 2.02527 13.8669 1.99933 13.9984 1.99933C14.1299 1.99933 14.2601 2.02527 14.3816 2.07568C14.5031 2.12608 14.6134 2.19995 14.7063 2.29306Z' fill='%230072E5' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.hero .ul-list-shipping {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px;
}
.hero .ul-list-shipping__item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}
.hero .ul-list-shipping__item svg {
  width: 20px;
  height: 20px;
  color: var(--c-primary);
}
.hero .ul-list-shipping__item svg path {
  fill: currentColor !important;
}
.hero .ul-list-shipping__item span {
  font-weight: 500;
  font-size: var(--t-18-20);
  line-height: 1.2;
  color: var(--c-secondary);
}
.hero .hero-navigation {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: var(--s-10-30);
}
.hero .hero-navigation__item {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 15px;
  padding: 20px;
  border-radius: 15px;
  text-align: inherit;
  background: var(--c-secondary-inverted);
  cursor: pointer;
  transition: var(--ease-in);
}
.hero .hero-navigation__item:hover {
  color: var(--c-secondary-inverted);
  background: var(--c-secondary);
}
.hero .hero-navigation__item:hover .hero-navigation__text-area-heading {
  color: var(--c-secondary-inverted);
  transition: var(--ease-in);
}
.hero .hero-navigation__item .svg-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: var(--s-40-50);
  height: var(--s-40-50);
  border: 1px solid var(--c-secondary);
  border-radius: 5px;
  transition: var(--ease-in);
  background: var(--c-secondary-inverted);
}
.hero .hero-navigation__item svg {
  width: 24px;
  height: 24px;
  color: var(--c-secondary);
  transition: var(--ease-in);
}
.hero .hero-navigation__text-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: var(--s-10-20);
}
.hero .hero-navigation__text-area-heading {
  font-weight: 500;
  font-size: var(--t-18-20);
  line-height: 1.2;
  color: var(--c-secondary);
}

/*# sourceMappingURL=block.css.map */
