.hob-nl{
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  box-sizing: border-box;
}

.hob-nl.is-open{
  display: flex;
}

.hob-nl__overlay{
  position: absolute;
  inset: 0;
  background: rgba(31,44,67,0.42);
  backdrop-filter: blur(2px);
}

.hob-nl__dialog{
  position: relative;
  width: 100%;
  max-width: 980px;
  border-radius: 3px;
  overflow: hidden;
  background: #efefed;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  transform: translateY(10px);
  opacity: 0;
  transition: transform 220ms ease, opacity 220ms ease;
}

.hob-nl.is-open .hob-nl__dialog{
  transform: translateY(0);
  opacity: 1;
}

@media (prefers-reduced-motion: reduce){
  .hob-nl__dialog{
    transition: none;
  }
}

.hob-nl__close{
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 2;
  padding: 0;
}

.hob-nl__close-icon{
  width: 18px;
  height: 18px;
  display: inline-block;
  transition: transform 180ms ease;
}

.hob-nl__close-icon svg{
  width: 100%;
  height: 100%;
  display: block;
  fill: #1f2c43;
  opacity: 0.85;
}

.hob-nl__close:hover .hob-nl__close-icon{
  transform: rotate(90deg);
}

.hob-nl__content{
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
}

.hob-nl__media{
  position: relative;
  background: #efefed;
}

.hob-nl__image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hob-nl__body{
  padding: 44px 40px 36px;
  box-sizing: border-box;
  color: #1f2c43;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.hob-nl__title{
  margin: 0;
}

.hob-nl__text{
  margin: 0;
}

.hob-nl__form{
  margin-top: 8px;
}

.hob-nl__note{
  margin: 6px 0 0;
  opacity: 0.75;
  font-size: 12px;
  line-height: 1.6;
}

.hob-nl__form .wpcf7 form{
  margin: 0;
}

.hob-nl__form .wpcf7-response-output{
  margin: 12px 0 0;
}

@media (max-width: 860px){
  .hob-nl{
    padding: 14px;
  }
  .hob-nl__content{
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hob-nl__media{
    height: 210px;
  }
  .hob-nl__body{
    padding: 26px 20px 22px;
  }
}

body.hob-nl-lock{
  overflow: hidden;
}


.hob-nl__image {
    object-position: 50% 20%;
}

.hob-nl__form .qodef-content-bottom {
   margin: 0; 
}
@media only screen and (max-width: 480px) {
.hob-nl__form button.wpcf7-form-control.wpcf7-submit.qodef-button.qodef-size--normal.qodef-layout--outlined.qodef-icon--on.qodef-m {
    margin-top: 20px;
}
	.hob-nl__note {
text-align: center;
}

}

