.wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 80%;
  padding-bottom: min(78px, 9vw);
}
.wrapper .bg-blur {
  position: fixed;
  inset: 0;
  background: radial-gradient(83.44% 82.51% at 48.73% 43.41%, #ffffff 10.82%, #ffffff 24.78%, #ffffff 48.21%, rgba(208, 208, 208, 0.857562) 73.95%, rgba(179, 179, 179, 0.769111) 87.42%, rgba(119, 119, 119, 0.587855) 96.4%, rgba(0, 0, 0, 0.23) 100%, rgba(0, 0, 0, 0.23) 100%);
  opacity: 0.8;
}
.wrapper .hero {
  padding-block: min(122px, 14vw);
  position: relative;
  z-index: 2;
}
.wrapper .hero .container {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.4);
}
.wrapper .hero .container .title {
  background: linear-gradient(180deg, #d24f02 0%, #e3641a 100%);
  border-radius: 20px 20px 0px 0px;
  padding-block: 14px;
  padding-inline-start: min(46px, 6vw);
  column-gap: 12px;
}
.wrapper .hero .container .title .elipse {
  width: 51px;
  height: 21px;
  background-color: var(--white);
  border-radius: 50%;
}
.wrapper .hero .container .title h1 {
  font-size: clamp(25px, 3.5vw, 40px);
  font-weight: 400;
  line-height: 1.35;
  color: var(--white);
}
.wrapper .hero .container .images {
  gap: min(35px, 5vw) min(25px, 4vw);
  padding-block: min(50px, 7vw);
}
.wrapper .hero .container .images .image-wrapper {
  position: relative;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  width: min(351px, 100%);
  max-height: 240px;
}
.wrapper .hero .container .images .image-wrapper:hover .hover-placeholder {
  opacity: 1;
}
.wrapper .hero .container .images .image-wrapper picture {
  width: 100%;
  height: 100%;
}
.wrapper .hero .container .images .image-wrapper picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrapper .hero .container .images .image-wrapper .hover-placeholder {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: all 0.2s ease;
}
.wrapper .jacks-section {
  margin-block: min(150px, 8vw);
}

.mfp-counter {
  display: none;
}/*# sourceMappingURL=gallery.min.css.map */