.block-auth-promo-webform {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 2rem;
  top: -650px;
  margin-bottom: -650px;
  display: none;
}
#block-pierrefabremedicalcampus-content:has(.taxonomy-page.promo--locked) ~ .block-auth-promo-webform {
  display: block;
}
.authentication-promotion-wall {
  position: relative;
  margin: auto;
}
.authentication-promotion-wall__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.authentication-promotion-wall__content {
  position: relative;
  border: 1px solid var(--color-neutral--4);
  border-radius: 5px;
  background-color: var(--color-neutral--1);
  width: 100%;
  justify-content: center;
  display: flex;
  max-width: 592px;
  margin-top: 5rem;
}
.authentication-promotion-wall__form {
  width: 100%;
  padding: 3.125rem 1.25rem;
  display: flex;
  flex-direction: column;
}
.authentication-promotion-wall__form .webform-submission-form strong.error.form-item--error-message {
  text-align: left;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  grid-area: error;
  font-weight: 700;
  color: #C01717;
}
.authentication-promotion-wall__form .form-wrapper:not(.webform-actions) {
  display: grid;
  gap: 0.75rem;
  text-align: left;
}
.authentication-promotion-wall__form .authentication-promotion-wall__form-container.form-wrapper {
  display: grid;
  gap: 1.875rem;
  max-width: 512px;
  justify-self: center;
}
.authentication-promotion-wall__header h2 {
  color: var(--color-primary--7);
  font-size: 30px;
  font-weight: 700;
  line-height: 150%; /* 45px */
  margin: 0;
}
.authentication-promotion-wall__inputs {
  width: 100%;
  justify-self: center;
}
.authentication-promotion-wall__form .text-count-wrapper.webform-counter-warning {
  color: var(--color-primary--7);
}
.authentication-promotion-wall__form form {
  width: 100%;
  display: grid;
  gap: 0.75rem;
}
.authentication-promotion-wall__form .form-item:not(.authentication__title):not(.form-type-checkbox):not(.authentication-promotion-wall__message) {
  display: flex;
  justify-content: left;
  flex-direction: column;
  position: relative;
}
.authentication-promotion-wall__form .form-item.js-form-item-slug {
  display: none;
}
.authentication-promotion-wall__form .form-item,
.authentication-promotion-wall__form .form-actions {
  margin: 0;
}
.authentication-promotion-wall p {
  margin: 0;
  font-family: 'Work Sans';
}
.authentication-promotion-wall__info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: var(--color-primary--7);
  flex-shrink: 0;
  max-width: 592px;
  padding: 0 1.219rem;
  justify-content: center;
}
.authentication-promotion-wall__info-text {
  display: flex;
  align-items: center;
  line-height: 150%;
  gap: .563rem;
  max-width: 288px;
  border-radius: 5px;
  border: 1px solid var(--color-neutral--4);
  background: var(--brand-white);
  padding-right: 10px;
}
.authentication-promotion-wall__info-text p {
  font-size: 14px;
}
.authentication-promotion-wall__info-text::before {
  content: '';
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 64px;
  max-width: 72px;
}
.authentication-promotion-wall__info-text--health::before {
  background-image: url(../../images/authentication-wall/health.svg);
}
.authentication-promotion-wall__info-text--player::before {
  background-image: url(../../images/authentication-wall/player.svg);
}
.authentication-promotion-wall__info-text--paper::before {
  background-image: url(../../images/authentication-wall/paper.svg);
}
.form-item.authentication__title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  gap: .5rem;
  font-size: 16px;
  line-height: 150%;
}
.authentication__title::before {
  content: '';
  background-image: url('../../images/authentication-promotion-wall/locked-new.svg');
  width: 14px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.authentication-promotion-wall__form .form-layout--content {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.authentication-promotion-wall__form .form-layout[style="display: block;"] {
  display: flex !important;
  flex-direction: column;
  gap: 1rem;
}
.authentication-promotion-wall__form .form-item label:not(.option) {
  text-align: left;
  margin-bottom: .5rem;
  font-family: 'Work Sans';
  font-size: 0.875rem;
  font-weight: 700;
}
.authentication-promotion-wall .js-form-item.js-form-type-checkbox {
  display: flex;
  margin-top: 10px;
}
.authentication-promotion-wall__form [id^="edit-rpps-number"] {
  all: unset;
  border-radius: 2px;
  border: 1px solid var(--Neutral-20, #C7CCD1);
  background: #FFF;
  display: inline-flex;
  text-align: left;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  font-weight: 400;
  width: 100%;
  max-width: -webkit-fill-available;
  max-width: -moz-available;
  font-size: 14px;
}
.authentication-promotion-wall__form input.form-checkbox {
  width: 1rem;
  height: 1rem;
  border-radius: 2px;
  border: 1px solid #79D0F2;
}
.authentication-promotion-wall__form .form-type-checkbox {
  display: grid;
  grid-template-areas: "error error"
                       "box label";
  grid-template-columns: min-content auto;
}
.authentication-promotion-wall__form .form-type-checkbox input {
  grid-area: box;
}
.authentication-promotion-wall__form .form-type-checkbox label {
  width: fit-content;
  grid-area: label;
  font-size: .875rem;
}
.authentication-promotion-wall__form .js-webform-select2.ts-wrapper {
  height: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.authentication-promotion-wall__form .js-webform-select2.ts-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-image: url(../../images/authentication-wall/arrow-white-bottom-bg-blue.svg);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: center;
  background-size: 40px;
  width: 40px;
  height: 40px;
  display: block;
}
.authentication-promotion-wall__form .js-webform-select2.ts-wrapper .ts-control {
  height: 100%;
  font-size: 14px;
  padding: 0 40px 0 8px !important;
  display: flex;
  align-items: center;
  font-family: 'Work Sans';
  color: var(--color-primary--7);
}
.authentication-promotion-wall__form .text-count-wrapper,
.authentication-promotion-wall__form #edit-markup,
.authentication-promotion-wall__form #edit-markup--2 {
  text-align: left;
  font-weight: 400;
  font-size: smaller;
  padding-top: 5px;
}
.authentication-promotion-wall__form input.form-submit {
  all: unset;
  cursor: pointer;
  line-height: 120%;
  font-weight: 700;
}
.authentication-promotion-wall__form .webform-actions {
  display: flex;
  gap: 8px;
  font-size: 1.125rem;
  padding: 1rem;
  justify-self: start;
}
.authentication-promotion-wall__form .webform-actions::before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../images/cta/arrow-blue.svg);
  transition: all ease 150ms;
}
.authentication-promotion-wall__form .webform-actions:hover::before {
  background-image: url(../../images/authentication-wall/arrow-right.svg);
  background-size: 40px;
}
.authentication-promotion-wall__form .webform-actions:active::before {
  background-image: url(../../images/authentication-wall/arrow-right-dark.svg);
  background-size: 40px;
}
.authentication-promotion-wall__form .text-count-message {
  display: none !important;
}
.authentication-promotion-wall__form input.form-submit--l {
  font-size: 14px;
  max-width: unset;
}
.authentication-promotion-wall__form .webform-pfm-auth__inputs {
  border: 1px solid var(--color-neutral--4, #C7CCD1);
  padding: 1.25rem;
}
.authentication-promotion-wall__form .legal-text {
  font-size: 0.75rem;
  text-align: left;
  font-weight: 400;
}
.authentication-promotion-wall__form .legal-text a {
  text-decoration: underline;
}
.authentication-promotion-wall__contact {
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.authentication-promotion-wall__contact-title {
  font-weight: 700;
}
.authentication-promotion-wall__contact-btn{
  border-bottom: 2px solid var(--color-primary--6);
  transition: ease all 150ms;
  display: inline-block;
  position: relative;
  width: fit-content;
}
.authentication-promotion-wall__contact-btn::before {
  content: '';
  background-image: url(../../images/arrow-primary-light.svg);
  width: 20px;
  height: 21px;
  position: absolute;
  left: -37px;
  top: 50%;
  transform: translateY(-50%);
  transition: ease all 150ms;
  background-color: var(--brand-white);
  padding: 0.3rem;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.authentication-promotion-wall__contact-btn:hover {
  border-bottom: 2px solid var(--color-secondary--4);
}
.authentication-promotion-wall__contact-btn:hover::before {
  background-color: var(--color-primary--7);
  background-image: url(../../images/arrow-primary-light-white.svg);
}
.authentication-promotion-wall__form .form-item-secur input {
  -webkit-text-security: disc !important;
  text-security: disc !important;
}
.authentication-promotion-wall__form .webform-pfm-auth__switch {
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700;
  color: var(--color-primary--7);
  line-height: 150%;
  justify-self: center;
  margin-top: 0.5rem;
}
.authentication-promotion-wall__form .webform-pfm-auth__switch:hover {
  text-decoration: none;
}
.authentication-promotion-wall__form .form-item-reveal::after {
  content: '';
  background-image: url('../../images/authentication-wall/eye-visible.svg');
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 35.5px;
  right: 5px;
  z-index: 1;
  cursor: pointer;
}
.authentication-promotion-wall__form .form-item-reveal--no::after {
  background-image: url('../../images/authentication-wall/eye-hidden.svg');
}
.authentication-promotion-wall__contact_block a {
  font-weight: 700;
  text-decoration: underline;
  color: var(--color-primary--7);
}
.authentication-promotion-wall__condition {
  max-width: 388px;
  width: 100%;
}
.authentication-promotion-wall__condition p {
  font-size: 10px;
  color: var(--color-neutral--7);
  font-weight: 400;
  line-height: 130%;
}
.authentication-promotion-wall__condition a {
  color: var(--color-primary--7);
  text-decoration: underline;
}
.authentication-promotion-wall__condition p:first-child {
  font-size: 12px;
  line-height: 150%;
}
.authentication-promotion-wall__contact-block a {
  font-weight: 700;
  line-height: 150%;
  text-decoration: underline;
  color: var(--color-primary--7);
}
.authentication-promotion-wall__message {
  position: absolute;
  top: -5rem;
  transform: rotate(5.522deg);
  left: 50%;
}
.authentication-promotion-wall__message::before {
  content: '';
  width: 30px;
  height: 48px;
  background-image: url(../../images/authentication-wall/arrow-down.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 23px;
  left: -2.2rem;
  transform: rotate(-8deg);
}
.authentication-promotion-wall__message p {
  font-size: 20px;
  font-family: "Cedarville Cursive";
  line-height: 120%;
  color: var(--color-neutral--7);
}
@media all and (min-width: 450px) {
  .authentication-promotion-wall__form {
    padding: 3.125rem 2.5rem;
  }
  .authentication-promotion-wall__inputs {
    padding: 0 0.469rem;
    max-width: 288px;
  }
}
@media all and (min-width: 570px) {
  .authentication-promotion-wall__inputs {
    width: min-content;
    max-width: 370px;
    min-width: 288px;
  }
}
@media all and (min-width: 626px) {
  .authentication-promotion-wall__info {
    padding: 0;
    justify-content: unset;
  }
}
@media all and (min-width: 980px) {
  .authentication-promotion-wall__content {
    margin-top: 0;
  }
  .authentication-promotion-wall__message {
    left: unset;
    right: -10.7rem;
    top: 13rem;
  }
  .authentication-promotion-wall__message::before {
    content: '';
    top: -2.7rem;
    left: -15px;
    right: unset;
    background-image: url(../../images/authentication-wall/arrow-up-left.svg);
    width: 42px;
    height: 40px;
  }
}
