.wgm-freshhero {
  --wgm-freshhero-blue: #12364f;
  --wgm-freshhero-yellow: #ffc815;
  --wgm-freshhero-white: #ffffff;
  --wgm-freshhero-gray: #e5dcdc;
  position: relative;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
  background-color: #f4f5f6;
  background-image:
    radial-gradient(circle at 80% 22%, rgba(255, 200, 21, 0.11) 0, rgba(255, 200, 21, 0.03) 17%, transparent 34%),
    linear-gradient(118deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.93) 42%, rgba(243, 245, 246, 0.88) 68%, rgba(229, 220, 220, 0.72) 100%),
    url("../images/homeslider/slide7.jpg");
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid #dce2e6;
}

.wgm-freshhero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-image: radial-gradient(circle, rgba(18, 54, 79, 0.08) 1px, transparent 1px);
  background-position: calc(100% - 46px) 40px;
  background-size: 12px 12px;
  opacity: 0.5;
  mask-image: linear-gradient(to left, #000 0%, transparent 57%);
}

.wgm-freshhero::after {
  position: absolute;
  right: -150px;
  bottom: -330px;
  z-index: -1;
  width: 720px;
  height: 720px;
  content: "";
  border: 1px solid rgba(18, 54, 79, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgba(255, 255, 255, 0.32),
    0 0 0 84px rgba(18, 54, 79, 0.025);
}

.wgm-freshhero__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 1300px;
  min-height: 620px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition:
    opacity 1200ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 1200ms;
}

.wgm-freshhero__slide[hidden] {
  display: block !important;
}

.wgm-freshhero__slide--active {
  z-index: 2;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transition:
    opacity 1200ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0s;
}

.wgm-freshhero__content {
  position: relative;
  z-index: 5;
  width: min(900px, 67%);
  margin: 0;
  padding-top: 48px;
  text-align: left;
}

.wgm-freshhero__accent {
  display: block;
  width: 54px;
  height: 4px;
  margin: 0 0 18px;
  background: var(--wgm-freshhero-yellow);
}

.wgm-freshhero__title {
  max-width: 900px;
  margin: 0;
  color: var(--wgm-freshhero-blue);
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(36px, 3.15vw, 54px);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
  text-wrap: pretty;
}

.wgm-freshhero__copy {
  max-width: 720px;
  margin: 18px 0 0;
  color: #52677a;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 500;
  line-height: 1.55;
  text-wrap: pretty;
}

.wgm-freshhero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 190px;
  min-height: 54px;
  margin-top: 24px;
  padding: 14px 18px 14px 24px;
  color: var(--wgm-freshhero-blue);
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  background: var(--wgm-freshhero-yellow);
  border: 1px solid var(--wgm-freshhero-yellow);
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(18, 54, 79, 0.15);
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.wgm-freshhero__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-left: 20px;
  font-size: 19px;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.48);
  border-radius: 50%;
}

.wgm-freshhero__cta:hover,
.wgm-freshhero__cta:focus {
  color: var(--wgm-freshhero-white);
  text-decoration: none;
  background: var(--wgm-freshhero-blue);
  border-color: var(--wgm-freshhero-blue);
  transform: translateY(-2px);
}

.wgm-freshhero__cta:focus-visible {
  outline: 3px solid rgba(255, 200, 21, 0.7);
  outline-offset: 4px;
}

.wgm-freshhero__watermark {
  position: absolute;
  top: 42px;
  right: 15px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: var(--wgm-freshhero-blue);
  font-family: "Manrope", Arial, sans-serif;
  max-width: 64%;
  font-size: clamp(54px, 6.1vw, 102px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.86;
  text-align: right;
  text-transform: uppercase;
  pointer-events: none;
  opacity: 0.09;
}

.wgm-freshhero__watermark span:last-child {
  margin-right: 0.18em;
}

.wgm-freshhero__stage {
  position: absolute;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: 2;
  height: 292px;
}

.wgm-freshhero__platform {
  position: absolute;
  right: 3%;
  bottom: 13px;
  left: 3%;
  height: 72px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(18, 54, 79, 0.08);
  border-radius: 50%;
  box-shadow: 0 26px 38px rgba(18, 54, 79, 0.11);
}

.wgm-freshhero__machine {
  position: absolute;
  bottom: 18px;
  z-index: 2;
  margin: 0;
  filter: drop-shadow(0 18px 15px rgba(18, 54, 79, 0.17));
  transition: transform 220ms ease, filter 220ms ease;
}

.wgm-freshhero__machine img {
  display: block;
  width: 100%;
  height: auto;
}

.wgm-freshhero__machine:hover {
  z-index: 4;
  filter: drop-shadow(0 22px 18px rgba(18, 54, 79, 0.23));
  transform: translateY(-7px);
}

.wgm-freshhero__machine--one {
  bottom: 4px;
  left: 0;
  width: 18.5%;
}

.wgm-freshhero__machine--two {
  bottom: 10px;
  left: 16.5%;
  width: 18.5%;
}

.wgm-freshhero__machine--three {
  bottom: 8px;
  left: 33%;
  width: 18.5%;
}

.wgm-freshhero__machine--four {
  bottom: 11px;
  left: 49.5%;
  width: 18.5%;
}

.wgm-freshhero__machine--five {
  bottom: 8px;
  left: 68%;
  width: 10.2%;
}

.wgm-freshhero__machine--six {
  right: 0;
  bottom: 5px;
  width: 20%;
}

.wgm-freshhero__stage--shirt {
  height: 310px;
}

.wgm-freshhero__machine--shirt-left,
.wgm-freshhero__machine--shirt-right {
  bottom: 4px;
  width: 52%;
}

.wgm-freshhero__machine--shirt-left {
  left: -1%;
}

.wgm-freshhero__machine--shirt-right {
  right: -1%;
}

.wgm-freshhero__stage--carpet {
  height: 318px;
}

.wgm-freshhero__machine--carpet-left,
.wgm-freshhero__machine--carpet-center,
.wgm-freshhero__machine--carpet-right {
  bottom: 0;
  width: min(28%, 320px);
}

.wgm-freshhero__machine--carpet-left {
  left: 6%;
}

.wgm-freshhero__machine--carpet-center {
  left: 36%;
}

.wgm-freshhero__machine--carpet-right {
  right: 6%;
}

.wgm-freshhero__slide--cad .wgm-freshhero__content {
  width: min(900px, 68%);
  padding-top: 42px;
}

.wgm-freshhero__slide--cad .wgm-freshhero__title {
  font-size: clamp(34px, 2.65vw, 46px);
}

.wgm-freshhero__slide--cad .wgm-freshhero__copy {
  max-width: 820px;
}

.wgm-freshhero__stage--cad {
  height: 305px;
}

.wgm-freshhero__machine--cad-cutter {
  bottom: 0;
  left: 0;
  width: min(28%, 300px);
}

.wgm-freshhero__machine--cad-spreader {
  bottom: 55px;
  left: 24%;
  width: min(24%, 250px);
}

.wgm-freshhero__machine--cad-table {
  right: 19%;
  bottom: 95px;
  width: min(19%, 210px);
}

.wgm-freshhero__machine--cad-plotter {
  bottom: 0;
  left: 39%;
  width: min(31%, 310px);
}

.wgm-freshhero__machine--cad-design {
  right: 0;
  bottom: 1px;
  width: min(22%, 250px);
}

.wgm-freshhero__stage--pressing {
  height: 310px;
}

.wgm-freshhero__machine--press-table {
  bottom: -12px;
  left: -1%;
  width: min(27%, 320px);
}

.wgm-freshhero__machine--press-unit {
  bottom: -12px;
  left: 22%;
  z-index: 3;
  width: min(23%, 270px);
}

.wgm-freshhero__machine--press-form {
  bottom: -85px;
  left: 30%;
  z-index: 4;
  width: min(40%, 480px);
}

.wgm-freshhero__machine--press-ironer {
  bottom: -80px;
  left: 49%;
  z-index: 2;
  width: min(31%, 360px);
}

.wgm-freshhero__machine--press-station {
  right: 0;
  bottom: -60px;
  z-index: 3;
  width: min(31%, 380px);
}

.wgm-freshhero__stage--shoe,
.wgm-freshhero__stage--dryclean,
.wgm-freshhero__stage--needle,
.wgm-freshhero__stage--jacket,
.wgm-freshhero__stage--cutting,
.wgm-freshhero__stage--fusing {
  height: 305px;
}

.wgm-freshhero__machine--shoe-one,
.wgm-freshhero__machine--shoe-two,
.wgm-freshhero__machine--shoe-three {
  bottom: -12px;
  width: min(25%, 290px);
}

.wgm-freshhero__machine--shoe-one {
  left: -1%;
}

.wgm-freshhero__machine--shoe-two {
  left: 25%;
}

.wgm-freshhero__machine--shoe-three {
  left: 50%;
}

.wgm-freshhero__machine--shoe-four {
  right: -1%;
  bottom: -22px;
  width: min(29%, 330px);
}

.wgm-freshhero__machine--dry-one,
.wgm-freshhero__machine--dry-two,
.wgm-freshhero__machine--dry-three,
.wgm-freshhero__machine--dry-four {
  bottom: -14px;
  width: min(25%, 290px);
}

.wgm-freshhero__machine--dry-one {
  left: -1%;
}

.wgm-freshhero__machine--dry-two {
  left: 25%;
}

.wgm-freshhero__machine--dry-three {
  left: 50%;
}

.wgm-freshhero__machine--dry-four {
  right: -1%;
}

.wgm-freshhero__slide--needle .wgm-freshhero__content,
.wgm-freshhero__slide--fusing .wgm-freshhero__content {
  width: min(850px, 66%);
  padding-top: 40px;
}

.wgm-freshhero__slide--needle .wgm-freshhero__title,
.wgm-freshhero__slide--fusing .wgm-freshhero__title {
  font-size: clamp(34px, 2.75vw, 48px);
}

.wgm-freshhero__slide--needle .wgm-freshhero__copy,
.wgm-freshhero__slide--fusing .wgm-freshhero__copy {
  max-width: 800px;
}

.wgm-freshhero__machine--needle-one {
  bottom: -28px;
  left: -2%;
  width: min(27%, 310px);
}

.wgm-freshhero__machine--needle-two {
  bottom: 42px;
  left: 20%;
  width: min(25%, 285px);
}

.wgm-freshhero__machine--needle-three {
  bottom: -42px;
  left: 36%;
  z-index: 3;
  width: min(32%, 370px);
}

.wgm-freshhero__machine--needle-four {
  right: 2%;
  bottom: -24px;
  width: min(27%, 310px);
}

.wgm-freshhero__machine--needle-five {
  right: 25%;
  bottom: -2px;
  z-index: 4;
  width: min(14%, 165px);
}

.wgm-freshhero__machine--jacket-one,
.wgm-freshhero__machine--jacket-two,
.wgm-freshhero__machine--jacket-three,
.wgm-freshhero__machine--jacket-four,
.wgm-freshhero__machine--jacket-five {
  bottom: -15px;
  width: min(22%, 255px);
}

.wgm-freshhero__machine--jacket-one {
  left: -2%;
}

.wgm-freshhero__machine--jacket-two {
  left: 19%;
}

.wgm-freshhero__machine--jacket-three {
  left: 39%;
}

.wgm-freshhero__machine--jacket-four {
  left: 59%;
}

.wgm-freshhero__machine--jacket-five {
  right: -2%;
}

.wgm-freshhero__machine--cut-one {
  bottom: -40px;
  left: -3%;
  width: min(31%, 350px);
}

.wgm-freshhero__machine--cut-two {
  bottom: -35px;
  left: 22%;
  width: min(30%, 340px);
}

.wgm-freshhero__machine--cut-three {
  bottom: -32px;
  left: 48%;
  width: min(29%, 330px);
}

.wgm-freshhero__machine--cut-four {
  right: -2%;
  bottom: -12px;
  width: min(35%, 410px);
}

.wgm-freshhero__machine--fusing-one {
  bottom: -58px;
  left: -5%;
  width: min(37%, 430px);
}

.wgm-freshhero__machine--fusing-two {
  bottom: 22px;
  left: 34%;
  z-index: 3;
  width: min(24%, 280px);
}

.wgm-freshhero__machine--fusing-three {
  bottom: -190px;
  left: -4%;
  z-index: 3;
  width: min(36%, 420px);
}

.wgm-freshhero__machine--fusing-four {
  bottom: -28px;
  left: 24%;
  z-index: 4;
  width: min(25%, 290px);
}

.wgm-freshhero__machine--fusing-five {
  bottom: -42px;
  left: 48%;
  z-index: 3;
  width: min(28%, 325px);
}

.wgm-freshhero__machine--fusing-six {
  right: -2%;
  bottom: -88px;
  z-index: 4;
  width: min(30%, 350px);
}

.wgm-freshhero__nav {
  position: absolute;
  top: 50%;
  z-index: 12;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  color: var(--wgm-freshhero-blue);
  font-family: Arial, sans-serif;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  background: var(--wgm-freshhero-yellow);
  border: 1px solid var(--wgm-freshhero-yellow);
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(18, 54, 79, 0.18);
  transform: translateY(-50%);
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.wgm-freshhero__nav:hover,
.wgm-freshhero__nav:focus {
  color: var(--wgm-freshhero-blue);
  background: var(--wgm-freshhero-yellow);
  border-color: var(--wgm-freshhero-yellow);
  box-shadow: 0 14px 30px rgba(18, 54, 79, 0.24);
  transform: translateY(-50%) scale(1.06);
}

.wgm-freshhero__nav:focus-visible,
.wgm-freshhero__dot:focus-visible {
  outline: 3px solid rgba(255, 200, 21, 0.72);
  outline-offset: 3px;
}

.wgm-freshhero__nav--previous {
  left: 18px;
}

.wgm-freshhero__nav--next {
  right: 18px;
}

.wgm-freshhero__pagination {
  position: absolute;
  bottom: 16px;
  right: max(24px, calc((100% - 1300px) / 2 + 24px));
  left: auto;
  z-index: 12;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  background: transparent;
  border: 0;
  box-shadow: none;
  transform: none;
}

.wgm-freshhero__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  background: #aebbc4;
  border: 2px solid var(--wgm-freshhero-white);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(18, 54, 79, 0.14);
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.wgm-freshhero__dot--active {
  background: var(--wgm-freshhero-yellow);
  box-shadow: 0 0 0 3px rgba(255, 200, 21, 0.24);
  transform: scale(1.15);
}

/* Keep the slide controls clear of the CTA when browser zoom reduces
   the effective desktop viewport width. */
@media (min-width: 768px) and (max-width: 1399px) {
  .wgm-freshhero__nav {
    top: 62%;
  }
}

.wgm-freshhero:not(.wgm-freshhero--ready) .wgm-freshhero__content {
  opacity: 0;
  transform: translateY(-12px);
}

.wgm-freshhero:not(.wgm-freshhero--ready) .wgm-freshhero__machine {
  opacity: 0;
  transform: translateY(20px);
}

.wgm-freshhero--ready .wgm-freshhero__content,
.wgm-freshhero--ready .wgm-freshhero__machine {
  opacity: 1;
  transition: opacity 480ms ease, transform 480ms ease;
}

.wgm-freshhero--ready .wgm-freshhero__machine--two,
.wgm-freshhero--ready .wgm-freshhero__machine--five {
  transition-delay: 80ms;
}

.wgm-freshhero--ready .wgm-freshhero__machine--three,
.wgm-freshhero--ready .wgm-freshhero__machine--six {
  transition-delay: 140ms;
}

.wgm-freshhero--ready .wgm-freshhero__slide--active .wgm-freshhero__content {
  animation: wgm-freshhero-content-in 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.wgm-freshhero--ready .wgm-freshhero__slide--active .wgm-freshhero__stage {
  animation: wgm-freshhero-stage-in 1050ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes wgm-freshhero-content-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes wgm-freshhero-stage-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .wgm-freshhero,
  .wgm-freshhero__slide {
    min-height: 610px;
  }

  .wgm-freshhero__slide {
    width: 100%;
    padding-right: 17px;
    padding-left: 17px;
  }

  .wgm-freshhero__content {
    width: 76%;
    padding-top: 48px;
  }

  .wgm-freshhero__watermark {
    top: 58px;
    font-size: clamp(44px, 7vw, 68px);
  }

  .wgm-freshhero__stage {
    height: 265px;
  }

  .wgm-freshhero__stage--cad {
    height: 285px;
  }

  .wgm-freshhero__stage--pressing {
    height: 292px;
  }

  .wgm-freshhero__stage--shoe,
  .wgm-freshhero__stage--dryclean,
  .wgm-freshhero__stage--needle,
  .wgm-freshhero__stage--jacket,
  .wgm-freshhero__stage--cutting,
  .wgm-freshhero__stage--fusing {
    height: 285px;
  }
}

@media (max-width: 767px) {
  .wgm-freshhero,
  .wgm-freshhero__slide {
    min-height: 620px;
  }

  .wgm-freshhero__slide {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .wgm-freshhero__content {
    width: 94%;
    padding-top: 38px;
  }

  .wgm-freshhero__accent {
    margin-bottom: 15px;
  }

  .wgm-freshhero__watermark {
    top: 34px;
    right: -10px;
    max-width: 78%;
    font-size: 38px;
    opacity: 0.09;
  }

  .wgm-freshhero__title {
    font-size: clamp(28px, 8vw, 38px);
    line-height: 1.12;
  }

  .wgm-freshhero__copy {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.48;
  }

  .wgm-freshhero__cta {
    min-width: 168px;
    min-height: 48px;
    margin-top: 20px;
    padding: 12px 14px 12px 19px;
    font-size: 12px;
  }

  .wgm-freshhero__stage {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    flex: 0 0 165px;
    width: 86%;
    height: 165px;
    margin: 12px auto 0;
  }

  .wgm-freshhero__stage--shirt {
    flex-basis: 210px;
    height: 210px;
  }

  .wgm-freshhero__stage--carpet {
    flex-basis: 190px;
    height: 190px;
  }

  .wgm-freshhero__slide--cad .wgm-freshhero__content {
    width: 94%;
    padding-top: 38px;
  }

  .wgm-freshhero__slide--cad .wgm-freshhero__title {
    font-size: clamp(27px, 7.4vw, 36px);
  }

  .wgm-freshhero__stage--cad {
    flex-basis: 210px;
    height: 210px;
  }

  .wgm-freshhero__stage--pressing {
    flex-basis: 210px;
    height: 210px;
  }

  .wgm-freshhero__slide--needle .wgm-freshhero__content,
  .wgm-freshhero__slide--fusing .wgm-freshhero__content {
    width: 94%;
    padding-top: 34px;
  }

  .wgm-freshhero__slide--needle .wgm-freshhero__title,
  .wgm-freshhero__slide--fusing .wgm-freshhero__title {
    font-size: clamp(26px, 7.1vw, 35px);
  }

  .wgm-freshhero__stage--shoe,
  .wgm-freshhero__stage--dryclean,
  .wgm-freshhero__stage--needle,
  .wgm-freshhero__stage--jacket,
  .wgm-freshhero__stage--cutting,
  .wgm-freshhero__stage--fusing {
    flex-basis: 210px;
    height: 210px;
  }

  .wgm-freshhero__machine--shirt-left,
  .wgm-freshhero__machine--shirt-right {
    width: 72%;
  }

  .wgm-freshhero__machine--shirt-left {
    left: -18%;
  }

  .wgm-freshhero__machine--shirt-right {
    right: -18%;
  }

  .wgm-freshhero__machine--carpet-left,
  .wgm-freshhero__machine--carpet-center,
  .wgm-freshhero__machine--carpet-right {
    width: 42%;
  }

  .wgm-freshhero__machine--carpet-left {
    left: -7%;
  }

  .wgm-freshhero__machine--carpet-center {
    left: 29%;
  }

  .wgm-freshhero__machine--carpet-right {
    right: -7%;
  }

  .wgm-freshhero__machine--cad-cutter {
    left: -12%;
    width: 46%;
  }

  .wgm-freshhero__machine--cad-spreader {
    bottom: 88px;
    left: 18%;
    width: 42%;
  }

  .wgm-freshhero__machine--cad-table {
    right: -5%;
    bottom: 112px;
    width: 33%;
  }

  .wgm-freshhero__machine--cad-plotter {
    left: 29%;
    width: 46%;
  }

  .wgm-freshhero__machine--cad-design {
    right: -8%;
    width: 35%;
  }

  .wgm-freshhero__machine--press-table {
    bottom: -10px;
    left: -10%;
    width: 42%;
  }

  .wgm-freshhero__machine--press-unit {
    bottom: -20px;
    left: 15%;
    width: 35%;
  }

  .wgm-freshhero__machine--press-form {
    bottom: -100px;
    left: 15%;
    width: 65%;
  }

  .wgm-freshhero__machine--press-ironer {
    bottom: -90px;
    left: 45%;
    width: 55%;
  }

  .wgm-freshhero__machine--press-station {
    right: -8%;
    bottom: -75px;
    width: 52%;
  }

  .wgm-freshhero__machine--shoe-one,
  .wgm-freshhero__machine--shoe-two,
  .wgm-freshhero__machine--shoe-three,
  .wgm-freshhero__machine--dry-one,
  .wgm-freshhero__machine--dry-two,
  .wgm-freshhero__machine--dry-three,
  .wgm-freshhero__machine--dry-four {
    width: 45%;
  }

  .wgm-freshhero__machine--shoe-one,
  .wgm-freshhero__machine--dry-one {
    left: -16%;
  }

  .wgm-freshhero__machine--shoe-two,
  .wgm-freshhero__machine--dry-two {
    left: 14%;
  }

  .wgm-freshhero__machine--shoe-three,
  .wgm-freshhero__machine--dry-three {
    left: 45%;
  }

  .wgm-freshhero__machine--shoe-four,
  .wgm-freshhero__machine--dry-four {
    right: -16%;
    width: 48%;
  }

  .wgm-freshhero__machine--needle-one {
    left: -14%;
    width: 48%;
  }

  .wgm-freshhero__machine--needle-two {
    bottom: 54px;
    left: 11%;
    width: 43%;
  }

  .wgm-freshhero__machine--needle-three {
    left: 29%;
    width: 56%;
  }

  .wgm-freshhero__machine--needle-four {
    right: -14%;
    width: 48%;
  }

  .wgm-freshhero__machine--needle-five {
    right: 17%;
    width: 23%;
  }

  .wgm-freshhero__machine--jacket-one,
  .wgm-freshhero__machine--jacket-two,
  .wgm-freshhero__machine--jacket-three,
  .wgm-freshhero__machine--jacket-four,
  .wgm-freshhero__machine--jacket-five {
    width: 39%;
  }

  .wgm-freshhero__machine--jacket-one {
    left: -12%;
  }

  .wgm-freshhero__machine--jacket-two {
    left: 10%;
  }

  .wgm-freshhero__machine--jacket-three {
    left: 32%;
  }

  .wgm-freshhero__machine--jacket-four {
    left: 54%;
  }

  .wgm-freshhero__machine--jacket-five {
    right: -12%;
  }

  .wgm-freshhero__machine--cut-one {
    left: -18%;
    width: 56%;
  }

  .wgm-freshhero__machine--cut-two {
    left: 11%;
    width: 54%;
  }

  .wgm-freshhero__machine--cut-three {
    left: 43%;
    width: 52%;
  }

  .wgm-freshhero__machine--cut-four {
    right: -20%;
    width: 62%;
  }

  .wgm-freshhero__machine--fusing-one {
    left: -22%;
    width: 67%;
  }

  .wgm-freshhero__machine--fusing-two {
    bottom: 25px;
    left: 25%;
    width: 44%;
  }

  .wgm-freshhero__machine--fusing-three {
    bottom: -138px;
    left: -18%;
    width: 64%;
  }

  .wgm-freshhero__machine--fusing-four {
    left: 25%;
    width: 46%;
  }

  .wgm-freshhero__machine--fusing-five {
    left: 53%;
    width: 48%;
  }

  .wgm-freshhero__machine--fusing-six {
    right: -17%;
    width: 52%;
  }

  .wgm-freshhero__machine--one,
  .wgm-freshhero__machine--two,
  .wgm-freshhero__machine--three,
  .wgm-freshhero__machine--four,
  .wgm-freshhero__machine--six {
    width: 31%;
  }

  .wgm-freshhero__machine--one {
    left: -4%;
  }

  .wgm-freshhero__machine--two {
    left: 14%;
  }

  .wgm-freshhero__machine--three {
    left: 33%;
  }

  .wgm-freshhero__machine--four {
    left: 52%;
  }

  .wgm-freshhero__machine--five {
    left: 72%;
    width: 17%;
  }

  .wgm-freshhero__machine--six {
    right: -9%;
  }

  .wgm-freshhero__nav {
    top: 55%;
    width: 42px;
    height: 42px;
  }

  .wgm-freshhero__nav--previous {
    left: 8px;
  }

  .wgm-freshhero__nav--next {
    right: 8px;
  }

  .wgm-freshhero__pagination {
    right: 16px;
    bottom: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wgm-freshhero *,
  .wgm-freshhero *::before,
  .wgm-freshhero *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
