/* Media query mixins */
.hpnl {
  min-height: 50vw;
  padding-top: 12.5vw;
  padding-bottom: 12.5vw; }
  @media only screen and (min-width: 992px) {
    .hpnl {
      padding-top: 5vw;
      padding-bottom: 10vw;
      min-height: 30vw; } }
  .hpnl .section-container {
    display: flex;
    justify-content: center;
    padding-top: 2rem; }
  .hpnl .title {
    text-transform: none;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem; }
    @media only screen and (min-width: 992px) {
      .hpnl .title {
        font-size: 3.63014vw; } }
    @media only screen and (min-width: 2048px) {
      .hpnl .title {
        font-size: 2.75833vw;
        margin-bottom: 1.66667vw; } }
  .hpnl .tagline {
    text-align: center;
    margin-bottom: 3rem; }
    @media only screen and (min-width: 640px) {
      .hpnl .tagline {
        margin-bottom: 4rem; } }
    @media only screen and (min-width: 2048px) {
      .hpnl .tagline {
        margin-bottom: 3.33333vw; } }
  .hpnl__form .icon-container {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem; }
    @media only screen and (min-width: 2048px) {
      .hpnl__form .icon-container {
        margin-bottom: 1.66667vw; } }
    .hpnl__form .icon-container > .icon {
      height: 3.5rem;
      width: auto; }
      @media only screen and (min-width: 992px) {
        .hpnl__form .icon-container > .icon {
          height: 5rem; } }
      @media only screen and (min-width: 2048px) {
        .hpnl__form .icon-container > .icon {
          height: 4.16667vw; } }
  .hpnl__form > #nl-form {
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 1280px) {
      .hpnl__form > #nl-form {
        max-width: 85%; } }
    @media only screen and (min-width: 1800px) {
      .hpnl__form > #nl-form {
        max-width: 70%; } }
    .hpnl__form > #nl-form > .row {
      align-items: center; }
      .hpnl__form > #nl-form > .row > input {
        font-size: 1.2rem;
        background-color: #fff;
        border-radius: 5px;
        border: 2px solid #fff;
        padding: 1rem 1rem;
        margin-bottom: 1rem; }
        @media only screen and (min-width: 640px) {
          .hpnl__form > #nl-form > .row > input {
            border-radius: 5px 0 0 5px;
            margin-bottom: 0; } }
        @media only screen and (min-width: 1280px) {
          .hpnl__form > #nl-form > .row > input {
            font-size: 1.4rem; } }
        @media only screen and (min-width: 2048px) {
          .hpnl__form > #nl-form > .row > input {
            font-size: 1.16667vw;
            padding: 0.83333vw 0.83333vw; } }
      .hpnl__form > #nl-form > .row .btn-submit {
        font-size: 1.2rem;
        padding: 1rem 1rem;
        width: 100%;
        border-radius: 5px; }
        @media only screen and (min-width: 640px) {
          .hpnl__form > #nl-form > .row .btn-submit {
            border-radius: 0 5px 5px 0; } }
        @media only screen and (min-width: 1280px) {
          .hpnl__form > #nl-form > .row .btn-submit {
            font-size: 1.4rem; } }
        @media only screen and (min-width: 2048px) {
          .hpnl__form > #nl-form > .row .btn-submit {
            font-size: 1.16667vw;
            padding: 0.83333vw 0.83333vw; } }
    .hpnl__form > #nl-form > .error-message-container {
      margin-top: 1rem;
      text-align: center; }
      @media only screen and (min-width: 640px) {
        .hpnl__form > #nl-form > .error-message-container {
          text-align: left; } }
      @media only screen and (min-width: 2048px) {
        .hpnl__form > #nl-form > .error-message-container {
          margin-top: 0.83333vw; } }
      .hpnl__form > #nl-form > .error-message-container > .error-message {
        color: #d35151; }
  .hpnl__sending {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .hpnl__sending .spinner {
      height: 5rem;
      position: relative; }
      @media only screen and (min-width: 640px) {
        .hpnl__sending .spinner {
          height: 12.5vw; } }
      @media only screen and (min-width: 992px) {
        .hpnl__sending .spinner {
          height: 8.33333vw; } }
      .hpnl__sending .spinner::before {
        animation: 1.5s linear infinite spinner;
        animation-play-state: inherit;
        border: solid 1rem #3b3b3b;
        border-bottom-color: #73fbd3;
        border-radius: 50%;
        content: "";
        height: 5rem;
        width: 5rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        will-change: transform; }
        @media only screen and (min-width: 640px) {
          .hpnl__sending .spinner::before {
            height: 12.5vw;
            width: 12.5vw;
            border-width: 1.66667vw; } }
        @media only screen and (min-width: 992px) {
          .hpnl__sending .spinner::before {
            height: 8.33333vw;
            width: 8.33333vw;
            border-width: 1.25vw; } }
  .hpnl__succes > .gift-container {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    padding: 2rem; }
    @media only screen and (min-width: 992px) {
      .hpnl__succes > .gift-container {
        padding: 4rem 3rem;
        width: 50vw; } }
    @media only screen and (min-width: 2048px) {
      .hpnl__succes > .gift-container {
        padding: 3.33333vw 2.5vw; } }
    .hpnl__succes > .gift-container::before {
      content: '';
      position: absolute;
      background-color: #fff;
      width: 2rem;
      height: 2rem;
      top: 0;
      left: 50%;
      border-radius: 5px 0;
      transform: translate(-50%, -50%) rotate(45deg); }
      @media only screen and (min-width: 2048px) {
        .hpnl__succes > .gift-container::before {
          width: 1.66667vw;
          height: 1.66667vw; } }
    .hpnl__succes > .gift-container .title {
      font-size: 1.4rem; }
      @media only screen and (min-width: 992px) {
        .hpnl__succes > .gift-container .title {
          font-size: 2rem; } }
      @media only screen and (min-width: 2048px) {
        .hpnl__succes > .gift-container .title {
          font-size: 1.66667vw; } }
    .hpnl__succes > .gift-container .message {
      text-align: center;
      margin-bottom: 3rem;
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (min-width: 992px) {
        .hpnl__succes > .gift-container .message {
          max-width: 70%; } }
      @media only screen and (min-width: 2048px) {
        .hpnl__succes > .gift-container .message {
          margin-bottom: 2.5vw; } }
      .hpnl__succes > .gift-container .message > p > strong {
        font-weight: 500 !important; }
    .hpnl__succes > .gift-container .cta-button {
      width: 100%; }
      @media only screen and (min-width: 640px) {
        .hpnl__succes > .gift-container .cta-button {
          width: auto;
          padding-left: 3.5rem;
          padding-right: 3.5rem; } }
      @media only screen and (min-width: 2048px) {
        .hpnl__succes > .gift-container .cta-button {
          padding-left: 2.91667vw;
          padding-right: 2.91667vw; } }

@keyframes spinner {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg); }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg); } }
