/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./style.scss ***!
  \****************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: url(/Dist/1cd67e46cd703c7f0293.woff2);
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?84260061#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-email2:before {
  content: "\e800";
} /* '' */
.icon-phone2:before {
  content: "\e801";
} /* '' */
.icon-phone:before {
  content: "\e802";
} /* '' */
.icon-location2:before {
  content: "\e803";
} /* '' */
.icon-company:before {
  content: "\e804";
} /* '' */
.icon-location:before {
  content: "\e805";
} /* '' */
.icon-email:before {
  content: "\e806";
} /* '' */
.icon-download:before {
  content: "\e807";
} /* '' */
.icon-mail:before {
  content: "\e808";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
html, body {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 1.2;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-style: normal;
  --color1: #000;
  --color1light: #333;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin-top: 91px;
}
body > .separator {
  flex-grow: 1;
}
@media (max-height: 600px) {
  body {
    margin-top: 77px;
  }
}
@media (max-height: 400px) {
  body {
    margin-top: 63px;
  }
}

h2 {
  font-size: 2em;
  margin-top: 0;
}
@media (max-width: 600px) {
  h2 {
    font-size: 1.8em;
    margin-bottom: 16px;
  }
}

header {
  background: #ffffff;
  position: fixed;
  top: 0;
  z-index: 10;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.6);
  color: rgb(40, 41, 54);
  font-family: aboreto, serif;
  font-weight: 100;
  font-size: 15px;
}
header > div {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
}
header h1 {
  font-size: 2rem;
  margin: 0;
  padding: 0;
  width: calc(160px * (1 - var(--headerScroll)));
  height: calc(41px * (1 - var(--headerScroll)) + 34px);
  opacity: calc(1 - var(----headerScroll));
  overflow: hidden;
  order: 2;
}
header h1 a {
  text-decoration: none;
  color: #fff;
  padding: 0;
  margin: 0;
  display: block;
  text-transform: uppercase;
  padding-bottom: 10px;
}
header h1 a img {
  background: #fff;
  width: 160px;
  height: 65px;
  display: block;
}
@media (max-height: 600px) {
  header h1 {
    width: calc(130px * (1 - var(--headerScroll)));
    height: calc(27px * (1 - var(--headerScroll)) + 34px);
  }
  header h1 a img {
    width: 130px;
    height: 61px;
  }
}
@media (max-height: 400px) {
  header h1 {
    width: calc(100px * (1 - var(--headerScroll)));
    height: calc(13px * (1 - var(--headerScroll)) + 34px);
  }
  header h1 a img {
    width: 100px;
    height: 47px;
  }
}
header nav {
  flex-grow: 1;
}
header nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  gap: 1em;
}
header nav ul li {
  margin: 0;
  padding: 0;
  display: block;
}
header nav ul li a {
  display: block;
  padding: 0.5em;
  color: inherit;
  text-decoration: inherit;
  text-transform: uppercase;
  font-weight: 700;
}
header .hamburger {
  display: none;
}
header .contact {
  display: flex;
}
header .contact a {
  display: block;
  padding: 0.5em;
  color: inherit;
  text-decoration: inherit;
}

section.bigImage {
  width: auto;
  margin: auto;
  max-width: 2000px;
}
section.bigImage img {
  width: 100%;
}

section.fill {
  flex: 1 1 auto;
}

footer {
  color: #000;
  background: #fff;
  display: grid;
  grid-template-columns: 1000px 1000px;
  justify-content: center;
  padding: 1em 0;
}
footer a, footer p {
  margin: 0;
  padding: 0.5em 0;
  color: inherit;
  text-decoration: none;
}
footer :last-child {
  text-align: right;
}
@media (max-width: 2040px) {
  footer {
    grid-template-columns: 1fr 1fr;
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (max-width: 800px) {
  footer {
    grid-template-columns: 1fr;
    text-align: center;
  }
  footer :last-child {
    text-align: center;
  }
}

@keyframes clipMove {
  0% {
    clip-path: polygon(0% 0, 0% 100%, 100% 100%, 100% 0%);
    opacity: 1;
  }
  25% {
    clip-path: polygon(0% 0, 0% 100%, 0% 100%, 0% 0%);
    opacity: 1;
  }
  50% {
    clip-path: polygon(100% 0, 100% 100%, 100% 100%, 100% 0%);
    opacity: 1;
  }
  75% {
    clip-path: polygon(0% 0, 0% 100%, 100% 100%, 100% 0%);
    opacity: 1;
  }
  100% {
    clip-path: polygon(0% 0, 0% 100%, 100% 100%, 100% 0%);
    opacity: 1;
  }
}
@media (max-width: 1240px) {
  header > div {
    width: 100%;
  }
  section.image {
    width: auto;
  }
  section.image img {
    width: 100%;
  }
  section.map {
    width: auto;
    flex-direction: column;
  }
  section.map #mapLeaflet {
    width: 100%;
    height: 400px;
  }
  section.map aside {
    padding: 1em;
  }
}
@media (max-width: 1200px) {
  header > div {
    justify-content: space-between;
  }
  header nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    transform: translateX(-100%);
    transition: transform 300ms ease-out;
    max-height: calc(80vh - 128px);
    overflow: auto;
    background: #fff;
  }
  header nav ul {
    flex-direction: column;
    gap: 0;
  }
  header nav ul li {
    text-align: center;
  }
  header .hamburger {
    display: block;
    cursor: pointer;
    padding: 0.5em;
    margin: 0;
    color: #000;
    border: none;
    background: transparent;
    font-size: 0;
    transition: background 300ms ease-out;
    color: transparent;
    width: 32px;
    text-align: center;
    margin-right: 32px;
  }
  header .hamburger::before {
    content: "☰";
    font-size: 1.5rem;
    color: #000;
    line-height: 1.1;
  }
  header .hamburger:hover {
    background: var(--color1light);
  }
  header:focus-within nav {
    z-index: 1;
    transform: translateX(0);
    padding-bottom: 64px;
  }
  header:focus-within nav a {
    color: #000;
    padding: 16px 16px;
    transition: background-color 300ms ease-out;
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  html, body {
    font-size: 14px;
  }
  header h1 {
    font-size: 1.3rem;
  }
}
.gallery-slider {
  overflow: hidden;
  --sliderWidth: 100vw;
}
.gallery-slider .gallery-item {
  width: var(--sliderWidth);
  height: 43.75vw;
  margin: 0 auto;
}
.gallery-slider .gallery-item img {
  width: var(--sliderWidth);
  height: 43.75vw;
  object-fit: cover;
  display: block;
}
.gallery-slider .buttonsAll > div:not(.dummyClass) {
  background: #fff;
  color: var(--color1);
  border: 1px solid #000;
}
.gallery-slider .buttonsAll > div:not(.dummyClass):hover {
  background: #888;
}
@media (max-width: 1220px) {
  .gallery-slider {
    --sliderWidth: 100%;
  }
  .gallery-slider .gallery-item {
    width: 100%;
    height: 43.75vw;
  }
  .gallery-slider .gallery-item img {
    width: 100%;
    height: 43.75vw;
  }
}

.gallery-grid:not(#dummyId) .gallery-items {
  max-width: 2000px;
  grid-template-columns: repeat(auto-fill, calc(1px * var(--designedWidth)));
}
.gallery-grid:not(#dummyId) .gallery-items .gallery-item {
  width: calc(1px * var(--designedWidth) - 8px);
  height: calc(1px * var(--designedHeight) - 8px);
}
.gallery-grid:not(#dummyId) .gallery-items .gallery-item:hover {
  width: calc(1px * var(--designedWidth));
  height: calc(1px * var(--designedHeight));
}
.gallery-grid:not(#dummyId) .gallery-items .gallery-item img {
  width: calc(1px * var(--designedWidth));
  height: calc(1px * var(--designedHeight));
}

.bigMap {
  max-width: 2000px;
  width: 100%;
  margin: 0 auto 0 auto;
}
.bigMap .map {
  z-index: 0;
  width: 100%;
  min-height: 300px;
  filter: grayscale(1);
}
.bigMap .map .mapLabel > div {
  background: var(--color1);
  border-radius: 0.5em;
  width: auto !important;
  padding: 0.5em;
  color: #ffffff;
  transform: translate(-50%, -50%);
  position: absolute;
  white-space: nowrap;
}
.boxes {
  width: 1200px;
  margin: auto;
  display: grid;
  grid-auto-flow: column;
  gap: 2em;
}
.boxes .box {
  text-align: center;
}
.boxes .box h3 {
  background: var(--color1);
  color: #ffffff;
  border-radius: 1em;
  margin-bottom: 0;
  padding: 0.5em 2em;
}
.boxes .box div {
  padding: 0 2em;
}

section.buildings {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto 48px auto;
  padding-top: 48px;
  border-top: 1px solid var(--color1);
  font-family: "Forum", serif;
  font-size: 26px;
  color: rgb(40, 41, 54);
}
section.buildings svg path {
  fill: var(--color1);
  fill-opacity: 0;
  transition: fill-opacity 300ms ease-out;
}
section.buildings svg path:hover {
  fill-opacity: 0.5;
  transition: fill-opacity 100ms ease-out;
}
section.buildings table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
section.buildings table thead th {
  padding: 1em;
  font-weight: inherit;
}
section.buildings table tbody td {
  padding: 1em;
  border-top: 1px solid;
}
section.buildings table tbody .available, section.buildings table tbody .planning, section.buildings table tbody .reserved, section.buildings table tbody .sold {
  text-align: left;
}
section.buildings table tbody .available > div, section.buildings table tbody .planning > div, section.buildings table tbody .reserved > div, section.buildings table tbody .sold > div {
  display: inline-block;
  border: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: middle;
}
section.buildings table tbody .available {
  color: #3F7652;
}
section.buildings table tbody .available > div {
  background: #3F7652;
}
section.buildings table tbody .planning {
  color: #3F7652;
}
section.buildings table tbody .planning > div {
  background: #3F7652;
}
section.buildings table tbody .reserved {
  color: #EBBA4D;
}
section.buildings table tbody .reserved > div {
  background: #EBBA4D;
}
section.buildings table tbody .sold {
  color: #E20D0D;
}
section.buildings table tbody .sold > div {
  background: #E20D0D;
}
section.buildings .infoCards {
  margin: 1em 0;
  transition: 200ms ease-out all;
  position: relative;
  height: 0;
}
section.buildings .infoCards:has(.active) {
  height: 54px;
}
section.buildings .infoCard {
  border: 2px solid var(--color1);
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: 200ms ease-out all;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: 50% 0;
  padding: 16px;
  background: white;
}
section.buildings .infoCard.active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}
section.buildings .infoCard h3 {
  display: inline;
  margin: 0;
}
section.buildings a {
  text-decoration: none;
  color: inherit;
}
section.buildings .download {
  color: #282936;
  font-size: 16px;
  transition: all 0.2s ease, visibility 0s;
  border-radius: 50px;
  border: 2px solid #282936;
  background: rgba(255, 255, 255, 0);
  padding: 10px 8px 10px 12px;
  text-decoration: none;
}
section.buildings .download:hover {
  background: #5E5F68;
  border: 2px solid #5E5F68;
  color: #fff;
}
section.buildings .download .icon {
  font-size: 1.2em;
  margin-left: 0.2em;
  line-height: 1;
  vertical-align: middle;
}
@media (min-width: 550px) {
  section.buildings .infoCards {
    top: -98px;
    left: 16px;
    width: 270px;
  }
  section.buildings .infoCards:has(.active) {
    height: 0;
  }
}
@media (max-width: 1240px) {
  section.buildings {
    width: calc(100% - 32px);
    padding: 32px 16px 0 16px;
  }
}
@media (max-width: 800px) {
  section.buildings table thead {
    display: none;
  }
  section.buildings table tbody {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  section.buildings table tbody tr {
    display: grid;
    gap: 1em;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    border: 1px solid var(--color1);
    border-radius: 8px;
    padding: 16px;
  }
  section.buildings table tbody tr:not(.dummy) {
    background: transparent;
  }
  section.buildings table tbody tr td {
    background: var(--color1light);
    padding: 0 0 16px 0;
  }
  section.buildings table tbody tr td:before {
    content: attr(data-label);
    font-weight: bold;
    background: var(--color1);
    color: #fff;
    display: block;
    padding: 8px;
    margin-bottom: 16px;
  }
}
@media (max-width: 600px) {
  section.buildings {
    margin: 16px 0 0 0;
    padding: 16px 0 0 0;
    width: auto;
  }
  section.buildings table tbody {
    gap: 16px;
  }
}

section.contact {
  position: relative;
}
section.contact .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.contact > div {
  max-width: 2000px;
  width: 90%;
  margin: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  display: grid;
  grid-template-columns: 2fr 3fr;
}
section.contact > div form {
  position: relative;
  grid-row: 1/3;
  grid-column: 2;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  padding: 32px;
  border-radius: 32px;
}
section.contact > div form label {
  display: block;
  margin: 8px 0;
}
section.contact > div form label input, section.contact > div form label textarea {
  width: 100%;
  padding: 8px;
  margin-top: 8px;
  border: 1px solid var(--color1);
  box-sizing: border-box;
}
section.contact > div form label textarea {
  height: 200px;
}
section.contact > div form button {
  background: var(--color1);
  color: #ffffff;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 8px;
  display: block;
  margin-left: auto;
}
section.contact > div form .sent {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 200px);
  width: 400px;
  height: 100px;
  backdrop-filter: blur(10px);
  display: table;
  vertical-align: middle;
  border: 3px solid #61656d;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background: rgba(97, 101, 109, 0.5);
  border-radius: 54px;
  transition: all 300ms ease-out;
  animation: appear 300ms ease-out;
}
@keyframes appear {
  0% {
    transform: rotateX(-20deg) translateZ(100px);
    opacity: 0;
  }
}
section.contact > div form .sent.success {
  background: rgba(0, 175, 0, 0.5);
  border-color: #00af00;
}
section.contact > div form .sent.error {
  background: rgba(175, 0, 0, 0.5);
  border-color: #af0000;
}
section.contact > div form .sent.removing {
  animation: removing 600ms ease-in forwards;
}
@keyframes removing {
  100% {
    transform: rotateX(20deg) translateZ(100px);
    opacity: 0;
  }
}
section.contact > div form .sent > div {
  margin: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 2em;
}
@media (max-width: 1400px) {
  section.contact > div {
    grid-template-columns: 1fr 3fr;
  }
}
@media (max-width: 1000px) {
  section.contact > div {
    width: calc(100% - 32px);
    padding: 32px 16px;
    display: block;
  }
}

section.contactInfo > div {
  max-width: 2000px;
  width: 100%;
  margin: auto;
  display: table;
  border-collapse: collapse;
  table-layout: fixed;
  box-sizing: border-box;
}
section.contactInfo > div > div {
  display: table-cell;
  border: 1px solid;
  width: 25%;
  text-align: center;
  vertical-align: center;
}
section.contactInfo > div > div > :nth-child(1) {
  margin: 39px 0 25px 0;
  display: block;
  font-size: 50px;
}
section.contactInfo > div > div > :nth-child(2) {
  margin: 0 0 39px 0;
  display: block;
  font-size: 20px;
}
section.contactInfo > div > div > :nth-child(3) {
  margin: 0 0 49px 0;
  display: block;
  font-size: 16px;
}
@media (max-width: 1250px) {
  section.contactInfo > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #000;
    gap: 1px;
    border: 1px solid black;
  }
  section.contactInfo > div > div {
    width: auto;
    border: none;
    background: #fff;
  }
}
@media (max-width: 650px) {
  section.contactInfo > div {
    grid-template-columns: 1fr;
  }
}

.detailMap {
  display: flex;
  gap: 2em;
  max-width: 2000px;
  width: 100%;
  margin: 32px auto;
  font-family: "Playfair Display";
}
.detailMap .content {
  order: 2;
  flex: 1 1 40%;
  text-align: right;
}
.detailMap .content table {
  margin-left: auto;
}
.detailMap .content table td {
  padding: 0.5em;
  font-size: 27px;
}
.detailMap .map {
  flex: 1 1 60%;
  min-height: 550px;
  z-index: 0;
  order: 2;
  filter: grayscale(100%);
}
.detailMap .map .mapLabel > div {
  background: var(--color1);
  border-radius: 0.5em;
  width: auto !important;
  padding: 0.5em;
  color: #ffffff;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media (max-width: 1000px) {
  .detailMap {
    flex-direction: column;
    gap: 1em;
    margin: 64px auto;
  }
  .detailMap .content {
    text-align: center;
    order: 1;
    margin: auto;
  }
  .detailMap .map {
    width: 100%;
    flex: 1 1 100%;
    order: 2;
  }
}
@media (max-width: 500px) {
  .detailMap {
    margin: 16px auto;
  }
}

.imageWithText {
  display: block;
  gap: 32px;
  width: auto;
  margin: 0 auto 48px auto;
  padding-top: 48px;
}
.imageWithText h2 {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}
.imageWithText img.image1 {
  max-width: 704px;
  width: 100%;
  height: auto;
  aspect-ratio: 6/5;
  order: 1;
  object-fit: contain;
  grid-row: 2/4;
  align-self: center;
  margin: auto;
  display: block;
}
.imageWithText img.image2 {
  display: block;
  max-width: 632px;
  width: 100%;
  height: auto;
  aspect-ratio: 632/717;
  order: 1;
  object-fit: contain;
  grid-row: 1/3;
  grid-column: 2;
  margin: auto;
}
.imageWithText img.image3 {
  display: block;
  max-width: 998px;
  width: 100%;
  height: auto;
  aspect-ratio: 998/731;
  order: 1;
  object-fit: contain;
  grid-row: 1/3;
  grid-column: 2;
  margin: auto;
}
.imageWithText .table {
  grid-column: 2;
  grid-row: 3;
  max-width: 800px;
  font-family: "Playfair Display", serif;
  margin: auto;
}
.imageWithText .table table {
  border-collapse: collapse;
  margin-right: 22px;
  margin-left: 22px;
}
.imageWithText .table table tbody tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 8px;
}
.imageWithText .table table tbody tr td:nth-child(2) {
  width: 100%;
}
.imageWithText .table table tbody tr td:nth-child(3) {
  text-align: right;
}
.imageWithText .table table tfoot {
  text-align: right;
}
.imageWithText .table table tfoot td {
  padding: 8px;
}
@media (max-width: 1240px) {
  .imageWithText {
    width: calc(100% - 32px);
    padding: 32px 16px 0 16px;
    grid-template-columns: 3fr 1.8fr;
  }
  .imageWithText + .imageWithText {
    padding-top: 0;
  }
  .imageWithText img.image1, .imageWithText img.image2 {
    flex: 1 1 50%;
    height: auto;
    width: 100%;
    aspect-ratio: 4/3;
  }
}
@media (max-width: 850px) {
  .imageWithText img.image1 {
    grid-column: 1/3;
    grid-row: 2;
  }
  .imageWithText img.image2 {
    grid-column: 1/3;
    grid-row: 3;
  }
  .imageWithText .table {
    grid-column: 1/3;
    grid-row: 4;
  }
}
@media (max-width: 600px) {
  .imageWithText {
    margin: 16px auto 0 auto;
    padding: 16px 16px 0 16px;
  }
  .imageWithText + .imageWithText {
    padding-top: 0;
    margin-top: 0;
    gap: 16px;
  }
}

.importantWords {
  font-family: "Playfair Display";
}
.importantWords h2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 71px;
  margin-bottom: 51px;
  gap: 20px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  font-weight: inherit;
}
.importantWords h2 > :first-child {
  font-size: 50px;
  display: block;
  text-align: center;
  color: rgb(40, 41, 54);
  grid-column: 1/3;
  grid-row: 1;
}
.importantWords h2 > :last-child {
  font-size: 27px;
  line-height: 1.8em;
  text-align: center;
  display: block;
  grid-column: 2;
  grid-row: 2;
  font-style: italic;
}
@media (max-width: 800px) {
  .importantWords h2 > :last-child {
    grid-column: 1/3;
  }
}
@media (max-width: 600px) {
  .importantWords h2 {
    margin-top: 36px;
    margin-bottom: 24px;
  }
  .importantWords h2 > :first-child {
    font-size: 28px;
  }
  .importantWords h2 > :last-child {
    font-size: 19px;
  }
}

section.news article {
  margin: 2em auto;
  width: 1200px;
}
section.news article h3 {
  margin-bottom: 0;
}
section.news article .date {
  margin-bottom: 2em;
}

.side {
  width: auto;
  max-width: 2000px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: auto;
}
@media (max-width: 1200px) {
  .side {
    display: block;
  }
}

section.social > div {
  max-width: 1200px;
  margin: auto;
  padding: 48px 16px;
  text-align: center;
  font-family: "Playfair Display";
  font-style: italic;
  display: flex;
  flex-direction: column;
}
section.social > div > div {
  order: 1;
  font-size: 50px;
}
section.social > div > div a {
  color: inherit;
}
section.social > div h3 {
  order: 2;
  font-weight: inherit;
  font-size: 27px;
}

.textOnly {
  display: flex;
  gap: 2em;
  width: 1200px;
  margin: 48px auto;
  font-family: "Playfair Display";
}
@media (max-width: 1240px) {
  .textOnly {
    width: calc(100% - 32px);
    padding: 0 16px;
  }
}
@media (max-width: 600px) {
  .textOnly {
    margin: 32px auto;
  }
}
.textOnly[data-style=centered] {
  font-size: 28px;
  max-width: 910px;
  text-align: center;
}
@media (max-width: 800px) {
  .textOnly[data-style=centered] {
    font-size: 20px;
    max-width: 650px;
  }
}

.videobox {
  display: flex;
  gap: 2em;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto 48px auto;
}
.videobox video {
  width: 100%;
  height: auto;
  aspect-ratio: 1080/700;
}

gallery-viewer {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  --show: 0;
  transition: all 300ms ease-out, opacity 100ms ease-out;
  backdrop-filter: blur(calc(16px * var(--show))) grayscale(calc(0.5 * var(--show)));
}
gallery-viewer.opened {
  --show: 1;
}
gallery-viewer.opened.closing {
  --show: 0;
}
gallery-viewer img {
  z-index: 1100;
  position: fixed;
  left: var(--x);
  top: var(--y);
  width: var(--w);
  height: var(--h);
  border-radius: 8px;
  object-fit: cover;
  transition: all 300ms ease-out;
  box-shadow: 0 6.67587px 25.869px -1.66897px rgba(73, 141, 255, 0.3);
  border: 4px solid white;
  box-sizing: border-box;
  opacity: calc(var(--o) * 10);
}

[data-component=CoreLib\\Gallery\\Gallery].gallery-slider {
  position: relative;
  max-width: 1806px;
  margin: auto;
}
[data-component=CoreLib\\Gallery\\Gallery].gallery-slider .gallery-items {
  display: grid;
  user-select: none;
  --visibleCount: 1;
}
[data-component=CoreLib\\Gallery\\Gallery].gallery-slider .gallery-items .gallery-item {
  padding-top: 0;
  grid-row: 1;
  grid-column: 1;
  width: var(--sliderWidth);
  transform: translateX(calc(-100% * var(--sliderPosition)));
  --sliderPositionScaled: var(--sliderPosition);
  opacity: var(--sliderVisibility);
  position: relative;
}
[data-component=CoreLib\\Gallery\\Gallery].gallery-slider .gallery-items .gallery-item img {
  width: calc(var(--sliderWidth));
  -webkit-user-drag: none;
}
[data-component=CoreLib\\Gallery\\Gallery].gallery-slider .buttonsAll {
  display: flex;
  gap: 1em;
  position: absolute;
  bottom: 1em;
  right: 0;
  left: 0;
  justify-content: center;
}
[data-component=CoreLib\\Gallery\\Gallery].gallery-slider .buttonsAll > * {
  width: 1em;
  height: 1em;
  border: 1px solid;
  border-radius: 50%;
  box-shadow: 0 0 0 calc(-0.1em + 0.6em * var(--activation)) inset;
  cursor: pointer;
}
[data-component=CoreLib\\Gallery\\Gallery].gallery-grid .gallery-items {
  max-width: 1200px;
  margin: 32px auto;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fill, 208px);
  justify-content: space-between;
}
[data-component=CoreLib\\Gallery\\Gallery].gallery-grid .gallery-items .gallery-item {
  width: 200px;
  height: 200px;
  box-shadow: 0 6.67587px 25.869px -1.66897px rgba(73, 141, 255, 0.3);
  border: 4px solid white;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  transition: 300ms ease-out all;
}
[data-component=CoreLib\\Gallery\\Gallery].gallery-grid .gallery-items .gallery-item img {
  width: 208px;
  height: 208px;
  border-radius: 8px;
  object-fit: cover;
  margin: -4px;
  transition: 300ms ease-out all;
}
[data-component=CoreLib\\Gallery\\Gallery].gallery-grid .gallery-items .gallery-item:hover {
  width: 208px;
  height: 208px;
  margin: -4px;
}
[data-component=CoreLib\\Gallery\\Gallery].gallery-grid .gallery-items .gallery-item:hover img {
  margin: 0;
}
@media (max-width: 1264px) {
  [data-component=CoreLib\\Gallery\\Gallery].gallery-grid .gallery-items {
    margin: 64px 32px;
    width: auto;
    max-width: none;
    justify-content: space-around;
  }
}
@media (max-width: 700px) {
  [data-component=CoreLib\\Gallery\\Gallery].gallery-grid .gallery-items {
    margin: 32px;
    grid-template-columns: repeat(auto-fill, 158px);
  }
  [data-component=CoreLib\\Gallery\\Gallery].gallery-grid .gallery-items .gallery-item {
    width: 150px;
    height: 150px;
  }
  [data-component=CoreLib\\Gallery\\Gallery].gallery-grid .gallery-items .gallery-item img {
    width: 158px;
    height: 158px;
  }
  [data-component=CoreLib\\Gallery\\Gallery].gallery-grid .gallery-items .gallery-item:hover {
    width: 158px;
    height: 158px;
  }
}
@media (max-width: 600px) {
  [data-component=CoreLib\\Gallery\\Gallery].gallery-grid .gallery-items {
    grid-template-columns: 1fr 1fr;
  }
  [data-component=CoreLib\\Gallery\\Gallery].gallery-grid .gallery-items .gallery-item {
    width: 100%;
    height: calc(50vw - 32px - 16px - 8px);
  }
  [data-component=CoreLib\\Gallery\\Gallery].gallery-grid .gallery-items .gallery-item img {
    width: calc(100% + 8px);
    height: calc(50vw - 32px - 16px);
  }
  [data-component=CoreLib\\Gallery\\Gallery].gallery-grid .gallery-items .gallery-item:hover {
    width: calc(100% + 8px);
    height: calc(50vw - 32px - 16px);
  }
  [data-component=CoreLib\\Gallery\\Gallery].gallery-grid .gallery-items .gallery-item:hover img {
    width: 100%;
  }
}
