.topppa-logo-wrapper.style-two {
  clip-path: polygon(0 0, 100% 0%, 65% 100%, 0% 100%);
  background-color: var(--topppa-color-white);
  padding: 6rem;
  position: relative;
}
.topppa-logo-wrapper a {
  position: relative;
  z-index: 9;
}

.topppa-logo-shape,
.topppa-logo-shape-v2 {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--topppa-color-primary);
  right: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 0%, 65% 100%, 0% 100%);
}

.topppa-logo-shape-v2 {
  right: 11px;
}

.topppa-shape-img,
.topppa-shape-img-v2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topppa-shape-img {
  z-index: 9;
  top: 19px;
}

.topppa-logo-wrapper a img {
  position: relative;
  z-index: 10;
}

.topppa-logo-wrapper.style-four {
  background: #29d0d8;
  padding-right: 50px;
  border-radius: 11px;
  background-position: center;
  background-size: cover;
  width: 290px;
  height: 140px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 1%, 100% 0%, 75% 100%, 0% 100%);
}
.topppa-logo-wrapper.style-four h2 {
  margin-bottom: 0;
}