/* Variables
Variables that the other CSS sections depend upon
*/
{% include '../../css/variables/_colors.css' %}

  .bs-contact-section {
    padding-top: 97px;
    position: relative;
  }
  @media (max-width: 991px) {
    .bs-contact-section {
      display: none !important;
    }
  }
  
  .bs-contact-section__sticky {
    position: sticky;
    top: 97px;
  }

  .bs-contact-section__sticky::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100vw;
    background-color: #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }


  .bs-contact-section__title {
    text-align: center;
    position: relative;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 1;
  }

  .bs-contact-section__title h2 {
    font-weight: 700;
    font-size: 140px;
    line-height: 1.17em;
    letter-spacing: 0.01em;
    color: #333333;
  }
  @media (max-width: 1450px) {
    .bs-contact-section__title h2 {
      font-size: 90px;
    }
  }

  .bs-contact-section__title h2 .arrow {
    display: inline-block;
    height: 108px;
    width: 108px;
    margin-left: -10px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  @media (max-width: 1450px) {
    .bs-contact-section__title h2 .arrow {
      display: inline-block;
      height: 70px;
      width: 70px;
      margin-left: -10px;
    }
  }

  .bs-contact-section__images {
    padding-top: calc(100vw/3.5);
    padding-bottom: calc(100vw/3.5);
    max-width: 1650px;
    margin: 0 auto;
    z-index: 2;
  }

  .bs-contact-section__images > div:nth-of-type(even) {
    text-align: right;
  }

  .bs-contact-section__images__single {
    height: calc((100vw/2.5) - 97px);
    /* border: 1px solid #ff0000; */
  }

  .bs-contact-section__images__single__image {
    display: inline-block;
    background-size: cover;
    position: relative;
    /* opacity: 0; */
  }

  .bs-contact-section__images__single__image img {
    display: inline-block;
    height: calc((100vw/2.5) - 97px);
  }

  .bs-contact-section__images__single.img--half-width {
    margin-top: -30px;
  }

  .bs-contact-section__images__single.img--full-width {
    margin-top: 150px;
  }

  .bs-contact-section__images__single.img--full-width .bs-contact-section__images__single__image {
    width: 100%;
  }

  .bs-contact-section__images__single__caption {
    position: absolute;
    height: 150px;
    width: 150px;
    background-color: #104CDF;
    top: -75px;
    right: -75px;
    border-radius: 50%;
    padding: 10px;
  }

  .bs-contact-section__images__single__caption span {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #fff;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    max-width: 100px;
    text-transform: uppercase;
  }

  .bs-contact-section__images__single__caption span p {
    margin-bottom: 0;
  }

  .bs-contact-section__images > div:nth-of-type(even)
  .bs-contact-section__images__single__caption {
    right: auto;
    left: -75px;
  }

  .bs-contact-section__images__single.img--full-width
  .bs-contact-section__images__single__caption {
    right: auto !important;
    left: calc((100vw/2.5) - 97px - 75px) !important;
  }
  
  .bs-contact__form {
    margin-bottom: 200px;
    padding: 0 24px;
    margin-top: 30px;
  }
  @media (max-width: 991px) {
    .bs-contact__form {
      margin-top: 100px;
    }
  }

  .bs-contact__form__inner {
    display: flex;
    max-width: 1240px;
    margin: 0 auto;
  }
  @media (max-width: 767px) {
    .bs-contact__form__inner {
      display: block;
    }
  }

  .bs-contact__form__title {
    font-size: 46px;
    display: none;
  }
  @media (max-width: 991px) {
    .bs-contact__form__title {
      display: block;
    }
  }

  .bs-contact__form__title > span {
    display: inline-block;
    padding-right: 120px;
    position: relative;
  }

  .bs-contact__form__title .arrow {
    height: 100px;
    width: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: rotate(135deg);
    position: absolute;
    right: 0;
    top: 0;
  }

  .bs-contact__form__inner__left {
    width: 50%;
    padding-right: 30px;
  }
  @media (max-width: 767px) {
    .bs-contact__form__inner__left {
      width: 100%;
      padding: 0;
    }
  }

  .bs-contact__form__inner__left h3 {
    font-size: 40px;
    line-height: 1.2em;
    text-transform: none;
    letter-spacing: 0;
    color: #333333;
    font-weight: 700;
  }
  @media (max-width: 991px) {
    .bs-contact__form__inner__left h3 {
      font-size: 28px;
    }
  }

  .bs-contact__form__inner__left p {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.45em;
    color: #333333;
  }
  @media (max-width: 991px) {
    .bs-contact__form__inner__left p {
      font-size: 20px;
    }
  }

  .bs-contact__form__inner__right {
    width: 50%;
    padding-left: 30px;
  }
  @media (max-width: 767px) {
    .bs-contact__form__inner__right {
      width: 100%;
      padding: 0;
    }
  }

  .bs-contact__form__text-outer {
    margin-bottom: 20px;
  }

  .bs-contact__form__text-outer label {
    font-size: 0;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    position: absolute;
  }
  
  .bs-contact-form__text-error {
    min-height: 22.4px;
  }

  .bs-contact__form__text {
    font-size: 53px;
    line-height: 1.17em;
    font-weight: 200;
    color: #333333;
    padding-bottom: 10px;
    border: 1px solid rgba(0,0,0,0);
    transition: border 0.25s ease;
    border-bottom: 1px solid #000;
    outline: none !important;
    box-shadow: none !important;
    margin-bottom: 5px;
  }
  .bs-contact__form__text:focus {
    border-bottom-color: #1041DF;
  }
  .bs-contact__form__text.error {
    border-bottom-color: #D80708 !important;
  }
  .bs-contact__form__text::placeholder {
    color: #d0d0d0;
  }
  @media (max-width: 991px) {
    .bs-contact__form__text {
      font-size: 32px;
    }
  }

  .bs-contact__form__button-container {
    text-align: right;
    margin-top: 40px;
  }

  .bs-contact__form__button-container .bs-button {
    width: 200px;
  }
  @media (max-width: 767px) {
    .bs-contact__form__button-container .bs-button {
      width: 100%;
    }
  }
  
/** STAGING ONLY **/
.hs-content-id-134910709071 .bs-contact-section__images {
  display: none;
}

.hs-content-id-134910709071 .bs-contact-section__title h2 {
  font-size: 100px;
}
.bs-contact-section__title h2 .arrow {
  transform: rotate(135deg);
  width: 70px;
  height: 70px;
}