.password-protected-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
}
.password-protected-content .password-form-wrapper {
  max-width: 400px;
  width: 100%;
  text-align: center;
}
.password-protected-content .password-form-wrapper .custom-home-link {
  text-decoration: none;
  color: inherit;
}
.password-protected-content .password-form-wrapper h1 {
  font-size: clamp(2.5rem, 3.5vw, 4rem);
  line-height: 1;
}
.password-protected-content .password-form-wrapper h1 span {
  font-size: calc(clamp(2.5rem, 3.5vw, 4rem) * 2.6);
  line-height: 0.8;
}
.password-protected-content .password-form-wrapper p {
  margin-bottom: 1.5rem;
}
.password-protected-content .password-form-wrapper .password-error {
  background: #f8d7da;
  color: #721c24;
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.password-protected-content .password-form-wrapper .password-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.password-protected-content .password-form-wrapper .password-input-wrapper label {
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.password-protected-content .password-form-wrapper .password-input-wrapper input[type=password] {
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #2f4f6f;
  border-radius: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.password-protected-content .password-form-wrapper .password-input-wrapper input[type=submit] {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  background-color: #2f4f6f;
  color: #f2efe9;
  border: none;
  border-radius: 9999px;
  padding-top: 13px;
  padding-right: 26px;
  padding-bottom: 13px;
  padding-left: 26px;
  cursor: pointer;
}
.password-protected-content .password-form-wrapper .password-input-wrapper input[type=submit]:hover {
  background-color: rgb(31.8291139241, 53.5, 75.1708860759);
}

.section-shape-divider-wrapper .section-shape-divider svg {
  bottom: -1px !important;
}