.elementor-148 .elementor-element.elementor-element-c441b65{--display:flex;}body.elementor-page-148:not(.elementor-motion-effects-element-type-background), body.elementor-page-148 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F764B;}/* Start custom CSS *//* CLAIM EMBED STYLES */
.mn-claim-embed-card .mn-contact-kicker {
  margin-bottom: 16px;
  color: #1e6b4b !important;
}

.mn-claim-embed-top {
  text-align: left;
  margin-bottom: 10px;
}

.mn-claim-embed-card h2 {
  margin-bottom: 12px;
  color: #0f4e39 !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
}

.mn-claim-embed-sub {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(19, 74, 55, 0.82) !important;
}

.mn-claim-form {
  text-align: left;
}

.mn-form-row {
  display: grid;
  gap: 14px;
}

.mn-form-row-2 {
  grid-template-columns: 1fr;
}

.mn-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1e6b4b !important;
}

.mn-field input {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.55);
  color: #134a37;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 16px;
  border-radius: 18px;
  outline: none;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.35) inset,
    0 8px 20px rgba(103, 88, 54, 0.06);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  box-sizing: border-box;
}

.mn-field input::placeholder {
  color: rgba(19, 74, 55, 0.45);
}

.mn-field input:focus {
  border-color: rgba(199, 154, 0, 0.45);
  background: rgba(255,255,255,0.72);
  box-shadow:
    0 0 0 3px rgba(231, 195, 90, 0.14),
    0 1px 0 rgba(255,255,255,0.40) inset,
    0 8px 20px rgba(103, 88, 54, 0.08);
}

.mn-claim-btn,
.mn-claim-btn:link,
.mn-claim-btn:visited,
.mn-claim-btn:active,
button.mn-claim-btn,
input[type="submit"].mn-claim-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  background: linear-gradient(180deg, #fbe68b 0%, #dfb11c 100%) !important;
  color: #174d35 !important;
  text-decoration: none !important;
  border: none !important;
  border-radius: 999px;
  padding: 18px 28px;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  box-shadow:
    0 14px 32px rgba(176, 134, 18, 0.26),
    0 0 0 1px rgba(255,255,255,0.28) inset,
    0 1px 0 rgba(255,255,255,0.55) inset;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
  animation: mn-btn-pulse 4.8s ease-in-out 1.2s infinite;
  appearance: none;
  -webkit-appearance: none;
}

.mn-claim-btn:hover,
button.mn-claim-btn:hover,
input[type="submit"].mn-claim-btn:hover {
  transform: translateY(-2px) scale(1.07) !important;
  filter: brightness(1.05) !important;
  background: linear-gradient(180deg, #fbe68b 0%, #dfb11c 100%) !important;
  color: #174d35 !important;
  box-shadow:
    0 0 22px rgba(255, 228, 120, 0.65),
    0 0 42px rgba(255, 216, 106, 0.40),
    0 18px 40px rgba(176, 134, 18, 0.32),
    0 0 0 1px rgba(255,255,255,0.35) inset,
    0 1px 0 rgba(255,255,255,0.70) inset !important;
}

.mn-claim-btn-text {
  position: relative;
  z-index: 3;
  color: #174d35 !important;
  display: inline-block;
  text-shadow: none !important;
}

.mn-claim-btn::before {
  content: "";
  position: absolute;
  top: -140%;
  left: -38%;
  width: 28%;
  height: 380%;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,248,213,0.18) 18%,
    rgba(255,255,255,0.90) 50%,
    rgba(255,236,165,0.22) 82%,
    rgba(255,255,255,0) 100%
  );
  transform: rotate(24deg);
  pointer-events: none;
  z-index: 1;
}

.mn-claim-btn::after {
  content: "";
  position: absolute;
  inset: 50%;
  width: 14px;
  height: 14px;
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,248,210,0.95) 0 16%, transparent 18%),
    radial-gradient(circle, rgba(255,214,106,0.95) 0 16%, transparent 18%),
    radial-gradient(circle, rgba(255,238,168,0.95) 0 16%, transparent 18%),
    radial-gradient(circle, rgba(255,252,228,0.95) 0 16%, transparent 18%),
    radial-gradient(circle, rgba(255,214,106,0.95) 0 16%, transparent 18%);
  background-size: 12px 12px, 10px 10px, 8px 8px, 9px 9px, 11px 11px;
  background-repeat: no-repeat;
  background-position:
    -48px -18px,
    48px -14px,
    -42px 18px,
    42px 20px,
    0 -38px;
  z-index: 2;
}

.mn-claim-btn:hover::before {
  animation: mn-shimmer-sweep 1.1s ease-out;
}

.mn-claim-btn:hover::after {
  animation: mn-spark-burst 0.72s ease-out forwards;
}

.mn-claim-note {
  margin: 14px 0 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(19, 74, 55, 0.72) !important;
}

.mn-claim-disclaimer {
  margin: 18px 0 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(19, 74, 55, 0.72) !important;
}

.mn-claim-disclaimer a,
.mn-claim-disclaimer a:link,
.mn-claim-disclaimer a:visited {
  color: #174d35 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  position: relative;
}

.mn-claim-disclaimer a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #e7c35a, transparent);
  transform: translateX(-50%);
  opacity: 0.75;
}

.mn-claim-disclaimer a:hover {
  color: #0f4e39 !important;
}

@keyframes mn-btn-pulse {
  0%, 72%, 100% {
    transform: scale(1);
    box-shadow:
      0 14px 32px rgba(176, 134, 18, 0.26),
      0 0 0 1px rgba(255,255,255,0.28) inset,
      0 1px 0 rgba(255,255,255,0.55) inset;
    filter: brightness(1);
  }
  78% {
    transform: scale(1.035);
    box-shadow:
      0 0 18px rgba(255, 228, 120, 0.48),
      0 14px 34px rgba(176, 134, 18, 0.28),
      0 0 0 1px rgba(255,255,255,0.30) inset,
      0 1px 0 rgba(255,255,255,0.60) inset;
    filter: brightness(1.02);
  }
  84% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.028);
    box-shadow:
      0 0 14px rgba(255, 228, 120, 0.38),
      0 14px 34px rgba(176, 134, 18, 0.28),
      0 0 0 1px rgba(255,255,255,0.30) inset,
      0 1px 0 rgba(255,255,255,0.60) inset;
    filter: brightness(1.015);
  }
}

@keyframes mn-shimmer-sweep {
  0% {
    left: -45%;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    left: 130%;
    opacity: 0;
  }
}

@keyframes mn-spark-burst {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.45);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3.2);
  }
}

@media (max-width: 767px) {
  .mn-form-row-2 {
    grid-template-columns: 1fr;
  }

  .mn-claim-btn,
  .mn-claim-btn:link,
  .mn-claim-btn:visited,
  .mn-claim-btn:active,
  button.mn-claim-btn,
  input[type="submit"].mn-claim-btn {
    font-size: 19px;
    padding: 16px 24px;
  }
}

.mn-contact-form-card {
  height: auto;
  min-height: 100%;
}
.mn-claim-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}/* End custom CSS */