body {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0 -50%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.tadafy__out-0565 {
  color: #2a3239;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.out-0565__wrap {
  flex: none;
  position: absolute;
  inset: 0%;
}

.out-0565__line--3 {
  transform-origin: 0 100%;
  border-top: 2px solid #cc7079;
  border-left: 2px solid #cc7079;
  border-top-left-radius: 25px;
  margin-right: 0;
  position: absolute;
  inset: -5px 50% 45% 0%;
  transform: skew(0deg, -30deg);
}

.out-0565__line--4 {
  transform-origin: 100% 0;
  border-top: 2px solid #cc7079;
  border-right: 2px solid #cc7079;
  border-top-right-radius: 25px;
  position: absolute;
  inset: -5px 0% 45% 50%;
  transform: skew(0deg, 30deg);
}

.out-0565__line--1 {
  transform-origin: 0 0;
  border-bottom: 2px solid #cc7079;
  border-left: 2px solid #cc7079;
  border-bottom-left-radius: 25px;
  margin-right: 0;
  position: absolute;
  inset: 45% 50% -5px 0%;
  transform: skew(0deg, 30deg);
}

.out-0565__line--2 {
  transform-origin: 100% 100%;
  border-bottom: 2px solid #cc7079;
  border-right: 2px solid #cc7079;
  border-bottom-right-radius: 25px;
  position: absolute;
  inset: 45% 0% -5px 50%;
  transform: skew(0deg, -30deg);
}

.out-0565__fill {
  background-color: #f0848e;
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0%;
}

.out-0565__label {
  padding: 29px 23px;
  position: relative;
}

@media screen and (max-width: 240px) {
  .tadafy__out-0565 {
    transform: scale(.7);
  }
}