.section-pop-up {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  overflow: hidden;
}
@media (max-width: 1140px) {
  .section-pop-up {
    padding-top: 0;
  }
}
.section-pop-up.active {
  display: flex;
}
.section-pop-up .section-title {
  display: none;
}
.section-pop-up [class^=section-info-] {
  margin-top: 0;
}
.section-pop-up [class^=section-info-] .featured .section-content {
  flex: 0 0 100%;
  order: 1;
}
.section-pop-up [class^=section-info-] .featured .info-image {
  flex: 0 0 100%;
  margin-top: 50px;
  order: 2;
}
.section-pop-up [class^=section-info-] .featured .square {
  z-index: 0;
}
.section-pop-up [class^=section-info-] .featured .section-tag {
  position: relative;
  z-index: 1;
}
.section-pop-up [class^=section-info-] .featured .info-title {
  position: relative;
  z-index: 1;
}
.section-pop-up .inner-pop-up {
  background-color: #fefefe;
  margin: auto;
  padding: 30px;
  border: 0;
  max-width: 70%;
  min-width: 50%;
  overflow-y: scroll;
  height: auto;
  max-height: 90vh;
  align-items: flex-start;
}
@media (max-width: 1140px) {
  .section-pop-up .inner-pop-up {
    max-width: 100%;
    height: 650px;
    margin: 0;
  }
}
.section-pop-up .pop-up-close {
  position: absolute;
  margin-bottom: 10px;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.section-pop-up .pop-up-close svg {
  font-size: 26px;
  font-weight: bold;
  width: 29px;
  height: 29px;
}
.section-pop-up .section-title {
  font-size: 44px;
}
@media (max-width: 640px) {
  .section-pop-up .section-title {
    font-size: 30px;
    margin-bottom: 0;
  }
}

#pop-up-general-form .section-title {
  display: flex;
}

/*# sourceMappingURL=vc_pop_up.css.map */
