.blog-post-card-image{min-height:143px !important}
.gradient-angle-bg-1 {
  background: linear-gradient(135deg, #0052cc, #00b8cc);
}
.btn-link:hover, .nav-link:hover{background: #f8f8f8;text-decoration:none;}
.megamenu-content{
	position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100vw !important;
  max-width: 100vw !important;
  right: auto !important; /* don't let Bootstrap .col set this */
  background: none !important;
  z-index: 1050 !important;
	border: none !important;
	box-shadow: none !important;
	text-wrap: wrap !important;
}
.megamenu-content

/*Klaviyo*/
.mp-cta {
    --mp-blue: #0B5FD4;
    --mp-green: #22A65A;
    background: #15171c;
    border-radius: 28px;
    padding: 60px 32px;
    max-width: 1120px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    text-align: center
  }

  .mp-cta * {
    box-sizing: border-box
  }

  .mp-cta__inner {
    max-width: 900px;
    margin: 0 auto
  }

  .mp-cta__headline {
    color: #fff;
    font-weight: 900;
    font-size: clamp(1.8rem, 3.6vw, 2.6rem);
    line-height: 1.15;
    margin: 0 0 14px
  }

  .mp-cta__subtext {
    color: #9aa4b2;
    font-size: 16px;
    line-height: 1.5;
    max-width: 620px;
    margin: 0 auto 30px
  }

  .mp-cta__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 840px;
    margin: 0 auto
  }

  .mp-cta__input {
    height: 56px;
    padding: 0 18px;
    font-size: 15px;
    border: 0;
    border-radius: 10px;
    background: #fff;
    color: #1f2733;
    min-width: 180px;
    flex: 0 1 auto;
    outline: none;
    transition: box-shadow .15s
  }

  .mp-cta__input::placeholder {
    color: #8a94a3
  }

  .mp-cta__input:focus {
    box-shadow: 0 0 0 3px rgba(11, 95, 212, .45)
  }

  .mp-cta__select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%238a94a3' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
    cursor: pointer
  }

  .mp-cta__btn {
    height: 56px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 700;
    color: var(--mp-blue);
    background: #fff;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    white-space: nowrap;
    transition: background .15s, opacity .15s
  }

  .mp-cta__btn:hover {
    background: #eef3fb
  }

  .mp-cta__btn:disabled {
    opacity: .6;
    cursor: not-allowed
  }

  .mp-cta__note {
    color: #6f7887;
    font-size: 13.5px;
    line-height: 1.5;
    max-width: 620px;
    margin: 18px auto 0
  }

  .mp-cta__error {
    color: #ff8a80;
    font-size: 14px;
    margin: 14px 0 0
  }

  .mp-cta__check {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--mp-green);
    color: #fff;
    font-size: 30px;
    line-height: 56px;
    margin: 0 auto 16px
  }

  .mp-cta__success-h {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 8px
  }

  .mp-cta__hp {
    position: absolute !important;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0
  }

  @media (max-width:640px) {
    .mp-cta {
      padding: 44px 20px margin: 20px;
    }

    .mp-cta__input,
    .mp-cta__btn {
      width: 100%;
      min-width: 0
    }
  }