/* stylelint-disable */
.gallery-cta-block {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  z-index: 5;
}
.gallery-cta-block::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .gallery-cta-block {
    background-image: var(--bg-desktop);
    background-size: 1500px;
  }
}
@media (min-width: 1200px) {
  .gallery-cta-block__parallax {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-image: var(--bg-desktop);
  }
}
.gallery-cta-block__container {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  z-index: 10;
}
@media (min-width: 1200px) {
  .gallery-cta-block__container {
    flex-direction: row;
    height: 825px;
    margin-left: 283px;
  }
}
@media (min-width: 1600px) {
  .gallery-cta-block__container {
    flex-direction: row;
    height: 1080px;
  }
}
.gallery-cta-block__left-side {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 60px 35px 40px;
  background-size: cover;
  background-position: top center;
}
@media (min-width: 768px) {
  .gallery-cta-block__left-side {
    background-image: none !important;
  }
}
@media (min-width: 992px) {
  .gallery-cta-block__left-side {
    padding: 60px 35px 100px 270px;
  }
}
@media (min-width: 1200px) {
  .gallery-cta-block__left-side {
    width: 50%;
    height: 100%;
    padding: 100px 35px;
  }
}
.gallery-cta-block__title {
  max-width: 242px;
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .gallery-cta-block__title {
    max-width: 450px;
    margin-bottom: 31px;
  }
}
@media (min-width: 1200px) {
  .gallery-cta-block__title {
    max-width: 600px;
    margin-top: -63px;
  }
}
.gallery-cta-block__buttons {
  flex-direction: column;
  align-items: center;
}
.gallery-cta-block__buttons .btn-link {
  margin-bottom: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .gallery-cta-block__buttons .btn-link {
    margin-bottom: 30px;
  }
}
.gallery-cta-block__buttons.desktop {
  display: none;
}
@media (min-width: 1200px) {
  .gallery-cta-block__buttons.desktop {
    display: flex;
  }
}
.gallery-cta-block__buttons.mobile {
  display: flex;
}
@media (min-width: 1200px) {
  .gallery-cta-block__buttons.mobile {
    display: none;
  }
}
.gallery-cta-block__right-side {
  width: 100%;
  background-color: #000;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: auto;
  position: relative;
  transition: all 0.3s linear;
  display: none;
}
@media (min-width: 992px) {
  .gallery-cta-block__right-side {
    padding-left: 270px;
  }
}
@media (min-width: 1200px) {
  .gallery-cta-block__right-side {
    width: 65%;
    height: 100%;
    overflow-y: scroll;
    padding-left: 0;
    transform: translateY(200%);
    display: flex;
  }
  .gallery-cta-block__right-side.active {
    transform: translateY(0);
  }
  .gallery-cta-block__right-side.active-close {
    opacity: 0;
  }
}
@media (min-width: 1600px) {
  .gallery-cta-block__right-side {
    width: 51%;
  }
}
.gallery-cta-block__right-side-popup {
  padding: 65px 20px 80px;
}
@media (min-width: 470px) {
  .gallery-cta-block__right-side-popup {
    padding: 50px;
  }
}
@media (min-width: 1200px) {
  .gallery-cta-block__right-side-popup {
    padding: 110px 70px 120px 20px;
  }
}
@media (min-width: 1600px) {
  .gallery-cta-block__right-side-popup {
    padding: 110px 20px 250px 120px;
    min-height: 1080px;
  }
}
@media (min-width: 1600px) {
  .gallery-cta-block__right-side-popup:last-of-type {
    padding: 70px 20px 250px 120px;
  }
}
.gallery-cta-block__right-side-close {
  position: sticky;
  display: none;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .gallery-cta-block__right-side-close {
    top: 60px;
    display: block;
    margin-left: calc(100% - 70px);
  }
}
@media (min-width: 1440px) {
  .gallery-cta-block__right-side-close {
    top: 180px;
  }
}
@media (min-width: 1920px) {
  .gallery-cta-block__right-side-close {
    margin-left: calc(100% - 150px);
  }
}
.gallery-cta-block__right-side-close svg {
  width: 50px;
  height: 50px;
  transition: transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.gallery-cta-block__right-side-close svg path {
  fill: #434343;
  transition: all 0.3s ease-in-out;
}
.gallery-cta-block__right-side-close:hover path {
  fill: #fff;
}
.gallery-cta-block__right-side-popup-logo {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .gallery-cta-block__right-side-popup-logo {
    margin-bottom: 12px;
  }
}
.gallery-cta-block__right-side-popup-logo img {
  max-width: 150px;
}
@media (min-width: 992px) {
  .gallery-cta-block__right-side-popup-logo img {
    max-width: 264px;
  }
}
.gallery-cta-block__right-side-title {
  color: #fff;
  font-family: "PlayfairDisplay-Regular", sans-serif;
  font-size: 34px;
  font-weight: 400;
  text-align: left;
  font-style: normal;
  line-height: 42px;
  letter-spacing: -0.85px;
  width: 100%;
  max-width: 300px;
  margin-bottom: 22px;
}
@media (min-width: 834px) {
  .gallery-cta-block__right-side-title {
    font-size: 46px;
    line-height: 52px;
    letter-spacing: -1.05px;
    max-width: 480px;
  }
}
@media (min-width: 992px) {
  .gallery-cta-block__right-side-title {
    font-size: 58px;
    line-height: 64px;
    letter-spacing: -1.45px;
  }
}
.gallery-cta-block__right-side-subtitle {
  color: #bc9979;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.65px;
  text-align: left;
  font-style: normal;
  width: 100%;
  margin-bottom: 36px;
}
@media (min-width: 834px) {
  .gallery-cta-block__right-side-subtitle {
    color: #bc9979;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -1.05px;
    margin-bottom: 23px;
  }
}
@media (min-width: 992px) {
  .gallery-cta-block__right-side-subtitle {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -1.05px;
    max-width: 480px;
  }
}
.gallery-cta-block__right-side-description {
  margin-bottom: 35px;
  width: 100%;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  letter-spacing: normal;
}
@media (min-width: 834px) {
  .gallery-cta-block__right-side-description {
    color: #434343;
  }
}
@media (min-width: 992px) {
  .gallery-cta-block__right-side-description {
    font-size: 22px;
    max-width: 525px;
  }
}
.gallery-cta-block__right-side-images {
  margin-bottom: 29px;
}
@media (min-width: 1366px) {
  .gallery-cta-block__right-side-images {
    margin-bottom: 51px;
    display: flex;
    justify-content: space-between;
  }
}
.gallery-cta-block__right-side-images img {
  max-width: 240px;
}
@media (min-width: 470px) {
  .gallery-cta-block__right-side-images img {
    max-width: 165px;
  }
}
@media (min-width: 1200px) {
  .gallery-cta-block__right-side-images img {
    max-width: 160px;
  }
}
@media (min-width: 1366px) {
  .gallery-cta-block__right-side-images img {
    max-width: 250px;
  }
}
@media (min-width: 1920px) {
  .gallery-cta-block__right-side-images img {
    max-width: 240px;
  }
}
.gallery-cta-block__right-side-images img:first-of-type {
  margin-bottom: 20px;
}
@media (min-width: 470px) {
  .gallery-cta-block__right-side-images img:first-of-type {
    margin-right: 25px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .gallery-cta-block__right-side-images img:first-of-type {
    margin-right: 20px;
  }
}
@media (min-width: 1600px) {
  .gallery-cta-block__right-side-images img:first-of-type {
    margin-right: 40px;
  }
}
.gallery-cta-block__right-side-link {
  text-align: left;
}
@media (min-width: 1366px) {
  .gallery-cta-block__right-side-link {
    text-align: right;
  }
}
