/* STOPPER START */
.stopper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 5vh;
  width: 100vw;
  height: 100vh;
  text-align: center;
  overflow: hidden;
}
.stopper picture {
  position: absolute;
  pointer-events: none;
}
.stopper picture img {
  display: block;
  width: 100%;
}
.stopper picture[class*=__gora-1] {
  top: 4.375rem;
  left: 0;
  width: 37.25rem;
}
.stopper picture[class*=__gora-2] {
  bottom: 0;
  right: 0;
  width: 53.5rem;
}
.stopper picture[class*=__product] {
  bottom: 0;
  left: 0.625rem;
  width: 39.25rem;
}
.stopper picture[class*=__logo] {
  top: 0;
  right: 2.25rem;
  width: 13.375rem;
}
.stopper picture[class*=__dot] {
  top: 5.375rem;
  right: 18.125rem;
  width: 8.625rem;
}
.stopper picture[class*=__car] {
  bottom: 7.5rem;
  right: 0;
  width: 45.5rem;
}
.stopper h1 {
  margin-bottom: 1vh;
  color: #E21F25;
  font-weight: 600;
  font-size: 3.5rem;
  text-transform: uppercase;
}
.stopper h2 {
  margin-bottom: 0;
  color: #006A31;
  font-weight: 800;
  font-size: 7.875rem;
  line-height: 0.93;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.stopper h2 span {
  font-size: 6.75rem;
}
.stopper h3 {
  margin-bottom: 0;
  color: #E21F25;
  font-weight: 800;
  font-size: 6.75rem;
  line-height: 1;
  letter-spacing: -0.01em;
}
.stopper h4 {
  margin-bottom: 2vh;
  color: #E21F25;
  font-weight: 600;
  font-size: 2.125rem;
}
.stopper [class*=__block] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 39.625rem;
  height: 11.5rem;
  color: #fff;
  text-align: center;
  background: #E21F25;
  border-radius: 1.25rem;
}
.stopper [class*=__block] h5 {
  margin-bottom: 0.3125rem;
  font-weight: 600;
  font-size: 1.875rem;
}
.stopper [class*=__block] p {
  margin: 0;
  font-weight: 600;
  font-size: 1.5rem;
}
.stopper .btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  bottom: 3.25rem;
  right: -4rem;
  margin: 0;
  padding: 0 0 0 4.1875rem;
  width: 28.875rem;
  height: 6.625rem;
  color: #fff;
  font-weight: 600;
  font-size: 2.25rem;
  text-align: left;
  text-transform: none;
  background: #97C93C;
  border-radius: 10rem;
  pointer-events: none;
}

/* STOPPER END */