.mm-contact-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;

  .mm-sh-container {
    text-align: center;
    max-width: 575px;
    margin: 0 auto 60px;
  }

  .mm-sh-title {
    font-family: "Plus Jakarta Sans";
    color: #003D55;
    font-size: 26px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0;
    margin: 0;
  }

  .mm-sh-description {
    font-family: Verdana;
    letter-spacing: 0;
    color: #333F48;
    line-height: 150%;

    p {
      color: #333F48;
    }
  }

  .mm-sh-btn {
    text-decoration: none;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    border-radius: 8px;
    background: #BF5700;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 6px 74px;
    display: inline-block;
  }

  .contact-left-container {
    .globo-form-app.boxed-layout {
      padding: 32px;
      border-radius: 24px;
      box-shadow: 0px 4px 201px 0px rgba(0, 61, 85, 0.04);
      border: 1px solid #ECEFF0;
      background: #FFF;
      max-width: max-content;
    }

    .globo-form-control input {
      border-radius: 8px;
      background: #F6F6F6;
      box-shadow: none;
      color: rgba(16, 31, 58, 0.70);
      font-family: Poppins;
      font-size: 16px;
      line-height: 140%;
    }

    .label-content {
      color: #101F3A;
      font-family: Poppins;
      font-size: 16px;
      font-weight: 500;
      line-height: 110%;
      letter-spacing: 0.64px;
    }

    .globo-form-app .message.success {
      margin-bottom: 24px;
    }

    .title.globo-heading {
      font-family: "Plus Jakarta Sans";
      letter-spacing: 0;
      font-size: 26px;
      font-weight: 600;
      color: #1D2D4B;
    }

    .description.globo-description {
      display: none;
    }

    .action.submit {
      border-radius: 8px;
      background: #003D55;
      box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.10);
      font-family: "Plus Jakarta Sans";
      font-size: 14px;
    }
  }

  .contact-right-container {
    border-radius: 24px;
    padding: 40px;
    text-align: center;

    p {
      font-family: Poppins;
      font-size: 20px;
      line-height: 130%;
      letter-spacing: 0;
    }

    h1, h2, h3, h4, h5, h6 {
      font-family: "Plus Jakarta Sans";
      font-weight: 600;
      line-height: 130%;
      letter-spacing: 0;
    }

    a {
      text-decoration: none;
    }

    * {
      color: var(--color);
    }
  }

  @media screen and (min-width: 1024px) {
    .mm-sh-title {
      font-size: 40px;
    }

    .mm-sh-description {
      font-size: 18px;
    }

    .mm-sh-btn {
      padding: 7px 94px;
      font-size: 20px;
    }

    .mm-contact-inner-wrapper {
      display: flex;
      gap: 30px;
      align-items: flex-start;
    }

    .contact-left-container {
      width: 65%;

      .globo-form-app.boxed-layout {
        margin: 0;
      }
    }

    .contact-right-container {
      width: 35%;
    }
  }
}

.mm-contact-wrapper::after {
  content: "";
  position: absolute;
  background: url(/cdn/shop/files/waves-contact-mobile.png?v=1744037157);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1024px) {
  .mm-contact-wrapper::after {
    background-image: url(/cdn/shop/files/waves-contact.png?v=1744037157);
  }
}