.go-gallery > * {
  position: relative;
  border-radius: 1rem;
  margin: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  max-height: 352px;
}
.go-gallery > * img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.go-gallery-type-default .go-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.go-gallery-type-default .go-gallery > * {
  display: none;
}
.go-gallery-type-default .go-gallery > *:nth-of-type(1), .go-gallery-type-default .go-gallery > *:nth-of-type(4), .go-gallery-type-default .go-gallery > *:nth-of-type(5) {
  display: block;
}
.go-gallery-type-default .go-gallery > *:nth-of-type(1) {
  grid-area: 1/1/2/3;
}
@media screen and (min-width: 491px) {
  .go-gallery-type-default .go-gallery {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
  }
  .go-gallery-type-default .go-gallery > *:nth-of-type(1), .go-gallery-type-default .go-gallery > *:nth-of-type(2), .go-gallery-type-default .go-gallery > *:nth-of-type(3), .go-gallery-type-default .go-gallery > *:nth-of-type(4), .go-gallery-type-default .go-gallery > *:nth-of-type(5), .go-gallery-type-default .go-gallery > *:nth-of-type(6) {
    display: block;
  }
  .go-gallery-type-default .go-gallery > *:nth-of-type(1) {
    grid-area: 1/1/2/3;
  }
  .go-gallery-type-default .go-gallery > *:nth-of-type(6) {
    grid-area: 2/3/3/5;
  }
}

.go-gallery-type-carousel {
  max-width: none !important;
}
@media screen and (max-width: 490px) {
  .go-gallery-type-carousel .go-gallery-container .go-gallery-wrapper .go-gallery > * {
    width: calc((100vw - 6rem));
    max-width: 608px !important;
  }
  .go-gallery-type-carousel .go-gallery-container .go-gallery-wrapper .go-gallery > *:first-of-type {
    margin-left: 16px;
  }
  .go-gallery-type-carousel .go-gallery-container .go-gallery-wrapper .go-gallery > *:last-of-type {
    margin-right: 16px;
  }
}
.go-gallery-type-carousel .go-gallery-container .go-gallery-buttons {
  width: 100%;
  position: absolute;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  z-index: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.go-gallery-type-carousel .go-gallery-container .go-gallery-buttons a {
  background: var(--wp--preset--color--orange);
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.go-gallery-type-carousel .go-gallery-container .go-gallery-buttons a:hover {
  opacity: 1;
  cursor: pointer;
  background: #F9D2C6;
}
.go-gallery-type-carousel .go-gallery-container .go-gallery-buttons .go-gallery-prev {
  margin-left: -12px;
}
.go-gallery-type-carousel .go-gallery-container .go-gallery-buttons .go-gallery-next {
  margin-right: -12px;
}
.go-gallery-type-carousel .go-gallery-container .go-gallery-buttons .go-gallery-next img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.go-gallery-type-carousel .go-gallery-container .go-gallery-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.go-gallery-type-carousel .go-gallery-container .go-gallery-wrapper .go-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  overflow-x: scroll;
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  width: 100%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.go-gallery-type-carousel .go-gallery-container .go-gallery-wrapper .go-gallery::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.go-gallery-type-carousel .go-gallery-container .go-gallery-wrapper .go-gallery > * {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: auto !important;
      -ms-flex-preferred-size: auto !important;
          flex-basis: auto !important;
  max-width: calc(100% - 80px) !important;
  width: 416px;
  scroll-snap-align: center;
}
@media screen and (min-width: 491px) {
  .go-gallery-type-carousel .go-gallery-container .go-gallery-wrapper .go-gallery {
    gap: 2rem;
  }
  .go-gallery-type-carousel .go-gallery-container .go-gallery-wrapper .go-gallery > *:first-of-type {
    margin-left: calc((100vw - 977px) / 2);
  }
  .go-gallery-type-carousel .go-gallery-container .go-gallery-wrapper .go-gallery > *:last-of-type {
    margin-right: calc((100vw - 977px) / 2);
  }
}
@media screen and (min-width: 769px) {
  .go-gallery-type-carousel .go-gallery-container .go-gallery-wrapper .go-gallery > * {
    width: 392px;
  }
  .go-gallery-type-carousel .go-gallery-container .go-gallery-wrapper .go-gallery > *:first-of-type {
    margin-left: calc((100vw - 1344px) / 2 + 8px);
  }
  .go-gallery-type-carousel .go-gallery-container .go-gallery-wrapper .go-gallery > *:last-of-type {
    margin-right: calc((100vw - 1344px) / 2 + 8px);
  }
}
@media screen and (min-width: 1041px) {
  .go-gallery-type-carousel .go-gallery-container .go-gallery-wrapper .go-gallery > * {
    width: 416px;
  }
  .go-gallery-type-carousel .go-gallery-container .go-gallery-wrapper .go-gallery > *:first-of-type {
    margin-left: calc((100vw - 1440px) / 2 + 8px);
  }
  .go-gallery-type-carousel .go-gallery-container .go-gallery-wrapper .go-gallery > *:last-of-type {
    margin-right: calc((100vw - 1440px) / 2 + 8px);
  }
}

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