.join-us {
  background: rgb(35, 35, 35);
  height: 294px;
  text-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: white;
  font-family: Calistoga;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 23px;
  display: flex;
}
.join-us .eXirsP {
  width: 500px;
}
.join-us .jRMtza {
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease 0s, visibility 0s linear 0s;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  overflow: auto;
  inset: 0px;
  z-index: 100;
  min-height: 100%;
  pointer-events: none;
  transition-delay: .6s;
}
.join-us .iWhidq {
  visibility: visible;
  opacity: 1;
  position: fixed;
  max-width: 100%;
  z-index: 10001;
  transition: all 400ms ease-out 0s;
  width: 800px;
  height: 100%;
  top: 0px;
  right: 0px;
}
.join-us .pop .jRMtza{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
.join-us .egjIYz {
  position: absolute;
  padding: 8px;
  cursor: pointer;
  width: initial;
  max-width: initial;
  top: 12px;
  left: -38px;
  right: auto;
}
.join-us .join-btn {
  background: rgb(26, 147, 111);
  border-radius: 10px;
  color: rgb(255, 255, 255);
  border: 2px solid rgb(26, 147, 111);
  padding: 12px 30px;
  font-family: Helvetica;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  margin: 20px auto 0px;
  display: block;
  cursor: pointer;
  width: auto;
}
.join-us .join-btn:hover {
  background: rgb(255, 255, 255);
  border: 2px solid rgb(26, 147, 111);
  color: rgb(26, 147, 111);
}

.join-us .iWhidq {
  transform: translateX(100%);
  transition: all 0.6s ease;
}
.join-us .pop .iWhidq {
  transform: translateX(0);
}


@media (max-width: 800px) {
  .join-us .egjIYz {
    left: 12px;
  }

}

@media (max-width: 768px) {
  .join-us {
    height: 338px;
    font-size: 36px;
    line-height: 42px;
    font-style: normal;
    font-weight: normal;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
  }
  .join-us .eXirsP {
    width: 420px;
  }
  .join-us .join-btn {
    font-family: Helvetica;
    font-style: normal;
    width: 176px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    border-radius: 8px;
  }

}

@media (max-width: 425px) {
  .join-us {
    font-family: Calistoga;
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 46px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    height: 448px;
  }
  .join-us .join-btn {
    font-size: 18px;
  }

}


