/* ============================================
   CONTACT/APPLICATION SECTION
   ============================================ */

.contact-section {
  padding: calc(var(--space-xxl) + 100px) 0 var(--space-xl) 0;
  background-color: #f5f8f7;
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-xxl);
  align-items: start;
}

.contact-left {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.contact-title {
  font-size: var(--header-large);
  line-height: var(--header-large-lh);
  font-weight: 700;
  color: #004c46;
  margin: 0;
}

.contact-description {
  font-size: var(--body-large);
  line-height: var(--body-large-lh);
  color: #333333;
  margin: 0;
}

.contact-benefits-list {
  list-style: none;
  padding: 0;
  margin-bottom: var(--space-xs);
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}

.benefit-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.benefit-text {
  font-size: var(--body-medium);
  line-height: var(--body-medium-lh);
  color: #333333;
}

.btn-outline {
  width: fit-content;
}


.contact-image {
  width: 100%;
  margin-top: var(--space-lg);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.contact-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

#mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    max-width:100% !important;
    font-family: "brandon-grotesque", "Helvetica Neue", Arial, sans-serif !important;
}
#mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: 0 !important;
}

.ml-form-embedContent { display: none !important; }

.ml-embedded #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
    background-color: #004c46 !important;
    color: #ffffff !important;
    font-family: "brandon-grotesque", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 16px !important;
    padding: 20px 30px !important;
    width:max-content !important;
}

#mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit { text-align: left !important;}

#mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p, #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  font-size: 18px !important;
}

    /* LOADER */
    .ml-form-embedSubmitLoad {
        display: inline-block;
        width: 20px;
        height: 20px;
      }
  
      .g-recaptcha {
      transform: scale(1);
      -webkit-transform: scale(1);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
      }
  
      .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
      }
  
      .ml-form-embedSubmitLoad:after {
        content: " ";
        display: block;
        width: 11px;
        height: 11px;
        margin: 1px;
        border-radius: 50%;
        border: 4px solid #fff;
        border-color: #004c46 #004c46 #004c46 transparent;
        animation: ml-form-embedSubmitLoad 1.2s linear infinite;
      }

      @keyframes ml-form-embedSubmitLoad {
        0% {
        transform: rotate(0deg);
        }
        100% {
        transform: rotate(360deg);
        }
      }

        #mlb2-34285917.ml-form-embedContainer {
          box-sizing: border-box;
          display: table;
          margin: 0 auto;
          position: static;
          width: 100% !important;
        }

        #mlb2-34285917.ml-form-embedContainer h4,
        #mlb2-34285917.ml-form-embedContainer p,
        #mlb2-34285917.ml-form-embedContainer span,
        #mlb2-34285917.ml-form-embedContainer button {
          text-transform: none !important;
          letter-spacing: normal !important;
        }

        #mlb2-34285917.ml-form-embedContainer h4 { display: none !important; }

        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper {
          background-color: transparent !important;
          border-width: 0px;
          border-color: transparent;
          border-radius: 4px;
          border-style: solid;
          box-sizing: border-box;
          display: inline-block !important;
          margin: 0;
          padding: 0;
          position: relative;
                }
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper.embedDefault { width: 400px; }
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper.embedForm { max-width: 400px; width: 100%; }
        #mlb2-34285917.ml-form-embedContainer .ml-form-align-left { text-align: left; }
        #mlb2-34285917.ml-form-embedContainer .ml-form-align-center { text-align: center; }
        #mlb2-34285917.ml-form-embedContainer .ml-form-align-default { display: table-cell !important; vertical-align: middle !important; text-align: center !important; }
        #mlb2-34285917.ml-form-embedContainer .ml-form-align-right { text-align: right; }
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;
          height: auto;
          margin: 0 auto !important;
          max-width: 100%;
          width: undefinedpx;
        }
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
          padding: 20px 20px 0 20px;
        }
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
          padding-bottom: 0;
        }
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
          text-align: left;
          margin: 0 0 20px 0;
        }
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
          color: #004c46 !important;
          font-family: "brandon-grotesque", "Helvetica Neue", Arial, sans-serif !important;
          font-size: 30px;
          font-weight: 700;
          margin: 0 0 10px 0;
          text-align: left;
          word-break: break-word;
        }
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
          color: #004c46 !important;
          font-family: "brandon-grotesque", "Helvetica Neue", Arial, sans-serif !important;
          font-size: 14px;
          font-weight: 400;
          line-height: 20px;
          margin: 0 0 10px 0;
          text-align: left;
        }
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
          color: #004c46 !important;
          font-family: "brandon-grotesque", "Helvetica Neue", Arial, sans-serif !important;
          font-size: 14px;
        }
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {
          list-style-type: lower-alpha;
        }
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {
          list-style-type: lower-roman;
        }
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
          color: #000000;
          text-decoration: underline;
        }
  
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
          text-align: left!important;
        }
  
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
          margin-bottom: 5px;
          color: #333333;
          font-size: 14px;
          font-family: "brandon-grotesque", "Helvetica Neue", Arial, sans-serif !important;
          font-weight: bold; font-style: normal; text-decoration: none;;
          display: inline-block;
          line-height: 20px;
        }
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
          margin: 0;
        }
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
          margin: 0;
          width: 100%;
        }
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
          margin: 0 0 20px 0;
          width: 100%;
        }
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
          float: left;
        }
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
          margin: 0;
          padding: 0 0 20px 0;
          width: 100%;
          height: auto;
          float: left;
        }
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
          margin: 0 0 10px 0;
          width: 100%;
        }
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
          margin: 0;
        }
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
          margin: 0;
        }
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
          background-color: #ffffff !important;
          color: #333333 !important;
          border-color: #cccccc;
          border-radius: 4px !important;
          border-style: solid !important;
          border-width: 1px !important;
          font-family: "brandon-grotesque", "Helvetica Neue", Arial, sans-serif !important;
          font-size: 14px !important;
          height: auto;
          line-height: 21px !important;
          margin-bottom: 0;
          margin-top: 0;
          margin-left: 0;
          margin-right: 0;
          padding: 10px 10px !important;
          width: 100% !important;
          box-sizing: border-box !important;
          max-width: 100% !important;
        }
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder { color: #333333; }
  
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder { color: #333333; }
  
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder { color: #333333; }
  
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder { color: #333333; }
  
        #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea, #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea {
          background-color: #ffffff !important;
          color: #333333 !important;
        }

/* ============================================
   TABLET (max-width: 1024px)
   ============================================ */

@media (max-width: 1024px) {
  .contact-content {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
  }

  .contact-image {
    margin-top: var(--space-md);
  }
}

/* ============================================
   MOBILE (max-width: 767px)
   ============================================ */

@media (max-width: 767px) {

  .contact-image { border-radius: var(--radius-sm); }

  .contact-section {
    padding: var(--space-xxl) 0;
  }

  .ml-embedded #mlb2-34285917.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
    width:100% !important;
}

  .contact-content {
    gap: 0;
  }

  .contact-form {
    gap: var(--space-sm);
  }
}

