/* NOTE Mobile P */
@media screen and (min-width: 320px) {
  #contact-us {
    align-self: stretch;
    background: url(../../img/bg/rectangle.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box;
  }

  .hero-contact-us-max {
    display: flex;
    width: 100%rem;
    padding: 0rem 1rem;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }

  .hero-contact-us-title-max {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .hero-contact-us-subtitle {
    max-width: 70%;
    color: var(--color-white);
    text-align: center;
    font-variant-numeric: ordinal;

    /* Body/LG/Regular */
    font-family: var(--font-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 130%; /* 1.625rem */
    letter-spacing: -0.0125rem;
  }
  .hero-contact-us-title-h1 {
    display: flex;
    align-self: stretch;
    color: var(--color-white);
    text-align: center;

    /* H1 */
    font-family: var(--font-primary);
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 900;
    line-height: 100%; /* 4.75rem */
    letter-spacing: -0.095rem;
  }

  /* Button */
  .button-hero-contact-us {
    display: flex;
    height: 4rem;
    padding: 0rem 2rem;
    margin-top: 4rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border: 0;
    z-index: 10000000;

    border-radius: 1rem;
    background: var(--color-white);
  }
  .button-hero-contact-us img {
    color: var(--color-primary-dark-100);
  }
  .button-hero-contact-us-p {
    color: var(--color-secondary-dark-100);
    text-align: center;
    font-family: var(--font-primary);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 1.25rem */
    letter-spacing: -0.025rem;
  }
}
/* NOTE Mobile M */
@media screen and (min-width: 375px) {
  #contact-us {
    align-self: stretch;
    background: url(../../img/bg/rectangle.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box;
  }

  .hero-contact-us-max {
    display: flex;
    width: 100%rem;
    padding: 0rem 1rem;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }

  .hero-contact-us-title-max {
    max-width: 50%;
    display: flex;
    max-width: 42.5rem;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    align-self: stretch;
  }

  .hero-contact-us-subtitle {
    max-width: 70%;
    color: var(--color-white);
    text-align: center;
    font-variant-numeric: ordinal;

    /* Body/LG/Regular */
    font-family: var(--font-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 130%; /* 1.625rem */
    letter-spacing: -0.0125rem;
  }
  .hero-contact-us-title-h1 {
    display: flex;
    align-self: stretch;
    color: var(--color-white);
    text-align: center;

    /* H1 */
    font-family: var(--font-primary);
    font-size: 4rem;
    font-style: normal;
    font-weight: 900;
    line-height: 100%; /* 4.75rem */
    letter-spacing: -0.095rem;
  }

  /* Button */
  .button-hero-contact-us {
    display: flex;
    height: 4rem;
    padding: 0rem 2rem;
    margin-top: 4rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border: 0;

    border-radius: 1rem;
    background: var(--color-white);
  }
  .button-hero-contact-us img {
    color: var(--color-primary-dark-100);
  }
  .button-hero-contact-us-p {
    color: var(--color-secondary-dark-100);
    text-align: center;
    font-family: var(--font-primary);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 1.25rem */
    letter-spacing: -0.025rem;
  }
}
/* NOTE Mobile G */
@media screen and (min-width: 425px) {
  #contact-us {
    align-self: stretch;
    background: url(../../img/bg/rectangle.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box;
  }

  .hero-contact-us-max {
    display: flex;
    width: 100%rem;
    padding: 0rem 1rem;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }

  .hero-contact-us-title-max {
    max-width: 50%;
    display: flex;
    max-width: 42.5rem;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    align-self: stretch;
  }

  .hero-contact-us-subtitle {
    max-width: 70%;
    color: var(--color-white);
    text-align: center;
    font-variant-numeric: ordinal;

    /* Body/LG/Regular */
    font-family: var(--font-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 130%; /* 1.625rem */
    letter-spacing: -0.0125rem;
  }
  .hero-contact-us-title-h1 {
    display: flex;
    align-self: stretch;
    color: var(--color-white);
    text-align: center;

    /* H1 */
    font-family: var(--font-primary);
    font-size: 4rem;
    font-style: normal;
    font-weight: 900;
    line-height: 100%; /* 4.75rem */
    letter-spacing: -0.095rem;
  }

  /* Button */
  .button-hero-contact-us {
    display: flex;
    height: 4rem;
    padding: 0rem 2rem;
    margin-top: 4rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border: 0;

    border-radius: 1rem;
    background: var(--color-white);
  }
  .button-hero-contact-us img {
    color: var(--color-primary-dark-100);
  }
  .button-hero-contact-us-p {
    color: var(--color-secondary-dark-100);
    text-align: center;
    font-family: var(--font-primary);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 1.25rem */
    letter-spacing: -0.025rem;
  }
}
/* NOTE Desktop 1024+ */
@media screen and (min-width: 1024px) {
  #contact-us {
    align-self: stretch;
    background: url(../../img/bg/rectangle.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: border-box;
  }

  .hero-contact-us-max {
    display: flex;
    width: 100%rem;
    padding: 0rem 1rem;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }

  .hero-contact-us-title-max {
    max-width: 50%;
    display: flex;
    max-width: 42.5rem;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    align-self: stretch;
  }

  .hero-contact-us-subtitle {
    max-width: 70%;
    color: var(--color-white);
    text-align: center;
    font-variant-numeric: ordinal;

    /* Body/LG/Regular */
    font-family: var(--font-primary);
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 130%; /* 1.625rem */
    letter-spacing: -0.0125rem;
  }
  .hero-contact-us-title-h1 {
    display: flex;
    align-self: stretch;
    color: var(--color-white);
    text-align: center;

    /* H1 */
    font-family: var(--font-primary);
    font-size: 4rem;
    font-style: normal;
    font-weight: 900;
    line-height: 100%; /* 4.75rem */
    letter-spacing: -0.095rem;
  }

  /* Button */
  .button-hero-contact-us {
    display: flex;
    height: 4rem;
    padding: 0rem 2rem;
    margin-top: 4rem;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border: 0;

    border-radius: 1rem;
    background: var(--color-white);
  }
  .button-hero-contact-us img {
    color: var(--color-primary-dark-100);
  }
  .button-hero-contact-us-p {
    color: var(--color-secondary-dark-100);
    text-align: center;
    font-family: var(--font-primary);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 1.25rem */
    letter-spacing: -0.025rem;
  }
}
