.contact {
  background-color: #F0F4F5;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%; }
  @media (min-width: 37.5em) {
    .contact {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media (min-width: 62em) {
    .contact {
      padding-top: 5.5rem;
      padding-bottom: 5.5rem; } }
  .contact h2 {
    font-size: 1.4rem;
    margin-top: 0; }
    @media (min-width: 48em) {
      .contact h2 {
        font-size: 1.6rem; } }
    @media (min-width: 62em) {
      .contact h2 {
        font-size: 2.1rem; } }
    @media (max-width: 37.4375em) {
      .contact h2 {
        font-size: 0.9rem;
        line-height: 1.48; }
        .contact h2 .color--orange {
          color: currentColor; } }

.contact__message {
  border-radius: 6px;
  background: #364043;
  color: #ffffff;
  margin: 2rem 0;
  padding: 48px;
  text-align: center; }
  .contact__message h3 {
    color: #fff;
    margin-top: 0; }
  .contact__message a {
    background-color: #ffffff;
    border-radius: 4px;
    border: 2px solid #ffffff;
    font-weight: 700;
    padding: 0.3rem 1rem 0.4rem 1rem;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
    transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-text-decoration 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-text-decoration-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: text-decoration 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-text-decoration-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: text-decoration 0.35s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: text-decoration 0.35s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-text-decoration-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: text-decoration 0.35s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-text-decoration 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-text-decoration-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    font-size: 0.8rem; }
    @media (min-width: 48em) {
      .contact__message a {
        font-size: 1rem; } }
    .contact__message a:hover {
      text-decoration: underline;
      -webkit-text-decoration-color: inherit;
              text-decoration-color: inherit;
      transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-text-decoration 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-text-decoration-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition: text-decoration 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-text-decoration-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition: text-decoration 0.3s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition: text-decoration 0.3s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-text-decoration-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition: text-decoration 0.3s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-text-decoration 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-text-decoration-color 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.contact__metadata {
  -ms-flex-align: center;
      align-items: center;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 37.4375em) {
    .contact__metadata {
      font-size: 0.8rem; } }
  @media (min-width: 62em) {
    .contact__metadata {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .contact__metadata .phone {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin: 0 2rem 0.9rem 0; }
    .contact__metadata .phone svg {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      margin-right: 0.7rem; }
    .contact__metadata .phone a {
      text-decoration: none; }
  .contact__metadata .current-customer {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0.9rem 0; }
    .contact__metadata .current-customer svg {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      margin-right: 0.6rem; }


/*-- marketo form style -02/02/2024 -----*/
$color_1: #000;
$color_2: #fff;

.mktoForm {
  width: 100% !important;
  .mktoFormRow {
    display: flex;
  }
  .mktoFieldWrap {
    float: none;
  }
  .mktoFormCol {
    padding: 10px;
    width: 33.33%;
    position: relative;
    label {
      font-size: 16px;
      display: block;
      width: auto !important;
      padding-bottom: 6px;
      float: none;
      display: flex;
      font-weight: bold;
      color: $color_1;
    }
    textarea {
      background: #fff;
      width: 100% !important;
      display: block;
      float: none;
      padding: 10px !important;
      height: auto;
      font-size: 16px;
      border-radius: 6px;
      height: 120px;
    }
    select {
      background: #fff;
      width: 100% !important;
      display: block;
      float: none;
      padding: 10px !important;
      height: auto;
      font-size: 16px;
      border-radius: 6px;
      height: 120px;
    }
    input {
      background: #fff;
      width: 100% !important;
      display: block;
      float: none;
      padding: 10px !important;
      height: auto;
      font-size: 16px;
      border-radius: 6px;
    }
    .mktoGutter {
      display: none;
    }
    label#Lblbecomingapartner.mktoLabel {
      padding-left: 30px;
    }
  }
  .mktoAsterix {
    float: none;
    order: 2;
  }
  .mktoButtonRow {
    button {
      border: none;
      color: $color_2;
      font-size: 18px;
      font-weight: 600;
      padding: 10px 40px;
      border: 2px solid #ED601A;
      background: #fff;
      color: $color_1;
      border-radius: 6px;
      &:hover {
        border: 2px solid #5FD3E8;
      }
    }
    .mktoButtonWrap {
      margin-left: 0 !important;
    }
  }
  .mktoCheckboxList {
    float: left !important;
    width: auto !important;
    position: absolute;
    top: 14px;
    left: 0;
  }
}
.mktoOffset {
  display: none;
}

