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

._3d-0075__bott {
  transform-origin: 50% 0;
  background-color: #2a3239;
  justify-content: center;
  align-items: flex-start;
  height: 50%;
  display: flex;
  position: absolute;
  inset: 50% 0 auto;
  overflow: hidden;
  transform: none;
}

._3d-0075__label {
  position: relative;
  top: -50%;
}

._3d-0075__label._3d-0075__front--top {
  top: auto;
  bottom: -50%;
}

._3d-0075__label._3d-0075__back--bott {
  transform-style: preserve-3d;
  top: auto;
  bottom: -50%;
  transform: rotateX(0)rotateY(180deg)rotateZ(-180deg);
}

._3d-0075__label._3d-0075__back--top {
  top: auto;
}

._3d-0075__divider {
  background-color: #f4f8fb;
  width: 100%;
  height: 2px;
  position: absolute;
}

._3d-0075__back {
  background-color: #ff4500;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0;
}

._3d-0075__front {
  background-color: #2a3239;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0;
}

._3d-0075__wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.btn__3d-0075 {
  perspective: 800px;
  color: #f4f8fb;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ff4500;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 160px;
  height: 140px;
  font-family: Montserrat, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: .59;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transform: none;
}

._3d-0075__flip-w {
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: flex-end;
  height: 50%;
  display: flex;
  position: absolute;
  inset: 0 0 auto;
  overflow: hidden;
  transform: none;
}
