div#page.front .main #main-block {
  margin: 0 0 73px;
}

#slider-block {
  width: 100%;
  margin: 32px 0 0;
}

#block-vesta-theme-views-block-slayder-block-1 ul.slick-dots {
  bottom: 27px;
  height: 14px;
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  gap: 12px;
}

#block-vesta-theme-views-block-slayder-block-1 ul.slick-dots li {
  margin: 0;
  max-width: 14px;
  max-height: 14px;
}

#block-vesta-theme-views-block-slayder-block-1 ul.slick-dots li button {
  max-width: 14px;
  max-height: 14px;
  border-radius: 50%;
  background-color: #fff;
}

#block-vesta-theme-views-block-slayder-block-1 ul.slick-dots li.slick-active button {
  background-color: transparent;
  background-image: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="7" cy="7" r="6.5" stroke="white" /><circle cx="7" cy="7" r="3" fill="white" /></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#block-vesta-theme-views-block-slayder-block-1 button.slick-next,
#block-vesta-theme-views-block-slayder-block-1 button.slick-prev {
  width: 18px;
  height: 36px;
}

#block-vesta-theme-views-block-slayder-block-1 button.slick-next::before {
  width: 18px;
  height: 36px;
  background-image: url('data:image/svg+xml,<svg width="24" height="42" viewBox="0 0 24 42" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 39L21 21L3 3" stroke="white" stroke-opacity="0.3" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" /></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: none;
}

#block-vesta-theme-views-block-slayder-block-1 button.slick-prev::before {
  width: 18px;
  height: 36px;
  background-image: url('data:image/svg+xml,<svg width="24" height="42" viewBox="0 0 24 42" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 3L3 21L21 39" stroke="white" stroke-opacity="0.3" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" /></svg>');  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: none;
}

#block-vesta-theme-views-block-slayder-block-1 {
  margin: 0;
}

#block-vesta-theme-views-block-slayder-block-1 .slick-dotted {
  margin: 0;
}

.front-hero-desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  margin: 0 0 44px;
  text-align: center;
}

.front-hero-action a.button {
  background-color: #000;
  width: 177px;
  height: 57px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  margin: 0 auto;
}

.front-hero-action a.button:hover {
  background-color: #fff;
  color: #000;
}

@media (min-width: 767px) {
  .front-hero-desc {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  #slider-block {
    max-width: 965px;
    width: calc(50vw - 15px);
    margin: 0;
  }

  .front-hero-desc {
    text-align: left;
  }

  .front-hero-action a.button {
    margin: 0;
  }
}