._s-container_t46zy_1 {
  width: 100%;
  height: 100%;
}

section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  width: 100%;
}

._left-label-container_t46zy_16 {
  position: sticky;
  top: 50%;
  width: 100%;
  z-index: 3;
  display: none;
}
._left-label-container_t46zy_16 ._left-label_t46zy_16 {
  position: relative;
  transform: rotate(-90deg);
  color: #ff6c0e;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
._left-label-container_t46zy_16 ._left-label_t46zy_16 > div {
  width: 30px;
  border: 1px solid #ff6c0e;
  background: #ff6c0e;
  margin-right: 8px;
}
._left-label-container_t46zy_16 ._left-label-wrapper_t46zy_42 {
  position: absolute;
  width: 100%;
  top: 0;
  left: calc(-45% + 1rem);
}
@media screen and (max-width: calc(1366px)) {
  ._left-label-container_t46zy_16 {
    display: none;
  }
}

@media screen and (max-width: calc(667px)) {
  ._left-label-sm-hidden_t46zy_55 {
    display: none;
  }
}

h1 {
  font-size: 2rem;
  color: #ff6c0e;
  font-weight: 800;
}

button {
  font-size: 1.1rem;
  line-height: 1.4rem;
  background: #ff6c0e;
  border: none;
  outline: none;
  border-radius: 50px;
  cursor: pointer;
  color: white;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
button:disabled {
  background: #cccccc;
  cursor: not-allowed;
}
button span {
  display: none;
  width: 50px;
  height: 100%;
  background: #ff6c0e;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  max-width: 100%;
  min-width: 50px;
}

._e-footer_t46zy_97 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: start;
  align-items: center;
  min-height: unset;
  display: none;
}
@media screen and (max-width: calc(1000px)) {
  ._e-footer_t46zy_97 {
    background-image: url("../assets/want-to-be-part/WPP_3.svg");
    display: flex;
  }
}
@media screen and (max-width: calc(375px)) {
  ._e-footer_t46zy_97 {
    background-image: url("../assets/want-to-be-part/WPP_3.png");
  }
}