.mh-b2b-wrapper{
  grid-template: max-content max-content 1fr /1fr;
  gap: 48px;
  margin-top: 93px
}
.mh-b2b-container,
.mh-b2b-hero-image{
  grid-area: initial;
}

.mh-b2b-hero-welcome{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mh-b2b-hero-welcome_title{
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 140%;
  /* o 67px */
  text-align: center;
  color: #212121;
}

.mh-b2b-hero-welcome_description{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #666666;
}

.mh-b2b-container{
  margin-top: 0;
  padding: 0;
  box-shadow: none;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 24px;
  width: 100vw;
  max-width: 935px;
}
.mh-b2b-banner{
  max-width: 509px;
}


.mh-b2b-banner-img{
  position: sticky;
  top: 0;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mh-b2b-subTitle{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #666666;
  margin-bottom: 0;
}

.mh-b2b-form{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
}

.mh-b2b-form-row {
  width: 100%;
}

.mh-b2b-form-actions{
  margin-top: 0;
  width: 100%;
}

.mh-b2b-error-message{
  font-size: 11px;
  line-height: 1;
  min-height:11px;
}

.mh-b2b-form-row {
  gap: 0
}

.mh-b2b-form-group-link{
	text-decoration: underline
}
@media screen and (max-width: 64rem) {
  .mh-b2b-wrapper{
    margin-top: 0
  }
  .mh-b2b-hero-welcome_title {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    color: #212121;
  }
  .mh-b2b-hero-welcome_description{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #666666;
  }
  .mh-b2b-container{
    padding-inline: 16px;
    margin: auto;
    grid-template-columns: 1fr;
  }
  .mh-b2b-hero-welcome {
    padding-inline: 16px;
  }
}
