.paragraph--type--section-title-v3 {
  margin-bottom: 0;
}

.paragraph--type--membership-hero {
    height: 520px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--membership-hero {
    height: 708px;
  }
}

.paragraph--type--footnote {
  max-width: 1075px;
}

.paragraph--type--footnote .l-container p {
  color: #5E5E5E;
  margin-bottom: 5px;
  text-align: center;
  }
  
  .paragraph--type--section-title-v2 {
  background: none;
}

.trademark{
 font-weight: 300;
}

.paragraph--type--section-title-background {
  margin: 0;
}

.paragraph--type--campaign-hero-form .l-container .right .campaign-hero-form__form #frm-success-msg .error ul {
	  margin: 20px 0;
    list-style-type: none;
    color: #D24708;
    font-weight: 400;
}

.paragraph--type--campaign-hero-form {
	  top: 0;
	  background: radial-gradient(108.04% 67.36% at 37.87% 46.89%, #8A8D94 0%, #4E535E 100%);
	  margin-bottom: 0;
}

.paragraph--type--campaign-hero-form h2{
	  text-align: left;
    color: white;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Outfit;
    font-size: clamp(24px, 3vw, 36px);
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    letter-spacing: 0.45px;
}

.paragraph--type--campaign-hero-form .l-container .left p {
  font-size: clamp(18px, 3vw, 20px);
  text-align: left;
  line-height: 1.5;
  color: white;
}

.paragraph--type--campaign-hero-form .l-container .right {
  display: grid;
  align-items: start;
  order: 2;
  width: 100%;
  padding-top: 30px;
  margin: 20px 0;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--campaign-hero-form .l-container .right {
  width: 50%;
  order: 2;
  margin: 60px 0;
  }
}
