@import "../cms/sharedstyle.css";
@font-face {
  font-family: 'Dimis';
  src: url('/fonts/dimis-regular.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Dimis';
  font-style: italic;
  src: url('/fonts/dimis-italic.ttf');
  font-weight: 400;
}
@font-face {
  font-family: 'Dimis';
  src: url('/fonts/dimis-bold.ttf');
  font-weight: 600;
}
@font-face {
  font-family: 'Dimis';
  font-style: italic;
  src: url('/fonts/dimis-bold-italic.ttf');
  font-weight: 600;
}
body {
  --primary: #794346;
  --secondary: #d2a472;
  --grey-light: rgba(36, 36, 36, 0.2);
}
.navbar {
  padding: 10px 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000000;
  height: 5rem;
  transition: top 0.3s;
}
.navbar.hidden {
  top: -5rem;
}
@media (max-width: 1024px) {
  .navbar {
    padding-inline: 2rem;
    top: 0 !important;
  }
  .navbar .links {
    justify-content: center;
    flex-direction: column;
    background: var(--primary);
    position: fixed;
    left: 0;
    top: 5rem;
    box-sizing: border-box;
    z-index: 100000000;
    width: 100%;
    height: calc(100% - 5rem);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .navbar .links .display-none {
    display: initial;
  }
  .navbar .links > * {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
  .navbar.open .links {
    opacity: 1;
    pointer-events: unset;
  }
  .navbar .contact {
    display: none;
  }
  .navbar .menu {
    display: initial;
  }
}
.block {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  scroll-snap-align: start;
}
.block-image,
.block-image > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.block-image div,
.block-image > div div {
  background: linear-gradient(360deg, rgba(36, 36, 36, 0.2) 87.09%, rgba(36, 36, 36, 0.018) 99.46%, rgba(36, 36, 36, 0.3) 100%);
}
.block-image img,
.block-image > div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}
.block-image img.left-20,
.block-image > div img.left-20 {
  object-position: 20%;
}
.block-image > div {
  z-index: 1;
}
.block .content {
  margin: 10rem auto auto 10rem;
}
.block .content.long {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.block .content a svg {
  height: 1.25rem;
}
.block .content .text {
  max-width: 29rem;
}
.block .content .text * {
  font-size: inherit;
  color: inherit;
}
.block .content .text span {
  width: 4.5rem;
  display: block;
  border-bottom: 3px solid var(--color);
  margin-block: 1.5rem;
}
.block .content.dark a span {
  color: var(--primary);
}
.block .content.dark a svg path {
  fill: var(--primary);
}
@media (max-width: 1280px) {
  .block .content {
    margin-top: 9rem;
    margin-left: 7.5rem;
  }
}
@media (max-width: 1024px) {
  .block .content {
    margin-left: 6rem;
  }
}
@media (max-width: 768px) {
  .block {
    height: 30rem;
  }
  .block .content {
    margin-top: 7rem;
    margin-left: 0;
    padding-inline: 1rem;
  }
}
@media (max-width: 768px) {
  .block.long {
    height: auto;
    flex-direction: column;
  }
  .block.long .block-image {
    height: 35rem;
    position: unset;
  }
  .block.long .block-image div {
    display: none;
  }
  .block.long .content {
    padding: 3rem 1rem;
    margin: 0 auto;
  }
  .block.long .content h1 {
    color: var(--grey-light);
  }
  .block.long .content .text {
    color: var(--grey-light);
  }
  .block.long .content .text ._text-primary {
    color: var(--primary) !important;
  }
  .block.long .content .text ._text-secondary {
    color: var(--primary) !important;
  }
  .block.long .content .text ._text-grey--light {
    color: var(--grey-light) !important;
  }
  .block.long .content .text ._text-white {
    color: #fff !important;
  }
}
.three-blocks {
  height: auto;
  min-height: 100vh;
}
.three-blocks span,
.three-blocks .text,
.three-blocks .block-text {
  color: #8A8A8A;
  line-height: 1.5;
}
.three-blocks span *,
.three-blocks .text *,
.three-blocks .block-text * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.three-blocks .block-container {
  width: calc(33% - 1rem);
  flex: 0 1 100%;
}
.three-blocks img {
  width: 28rem;
  height: 20rem;
  object-fit: cover;
  max-width: 100%;
}
.three-blocks .block-text {
  width: 29rem;
  margin-left: auto;
  max-width: 100%;
  box-sizing: border-box;
  color: #A9A9A9;
}
.three-blocks .title .text {
  max-width: 40rem;
}
@media (max-width: 1024px) {
  .three-blocks > .flex {
    height: auto !important;
    flex-direction: column;
    align-items: center;
  }
  .three-blocks .title {
    width: 40rem;
    padding-left: 0;
    margin-inline: auto;
  }
  .three-blocks .block-container {
    width: 40rem;
    max-width: 100%;
    margin-bottom: 5rem;
  }
  .three-blocks .block-container img,
  .three-blocks .block-container .block-text {
    width: 100%;
    padding: 0;
  }
  .three-blocks .block-container .block-text {
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .three-blocks .block-container .block-text {
    padding-inline: 2rem;
  }
  .three-blocks .title {
    max-width: 100%;
    padding-inline: 1.5rem;
    box-sizing: border-box;
  }
  .three-blocks .title .text {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .three-blocks {
    padding-inline: 0;
  }
  .three-blocks .block-container {
    width: 100%;
  }
  .three-blocks .block-container .block-text {
    padding-inline: 2rem;
  }
  .three-blocks .block-container .block-text p {
    font-size: 14px;
  }
}
@media (max-height: 840px) {
  .three-blocks .block-container .block-text {
    margin-top: 3rem;
  }
}
@media (max-height: 840px) and (min-width: 1366px) {
  .three-blocks .block-container .block-text {
    margin-top: 3rem;
  }
}
.minimap {
  position: fixed;
  top: 9rem;
  right: 0;
  display: flex;
  z-index: 1000;
}
.minimap .minimap-item {
  height: 2rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  transition: color 0.3s;
}
.minimap .arrow {
  height: 1px;
  border-bottom: 2px solid #fff;
  width: 5.5rem;
  padding-top: 1rem;
  margin-top: calc(var(--index) * 3rem);
  transition: margin-top 0.5s, border-bottom-color 0.3s;
}
.minimap .arrow:first-of-type {
  margin-right: 1.5rem;
}
.minimap .arrow:last-of-type {
  margin-left: 1.5rem;
}
.minimap.dark .minimap-item {
  color: var(--primary) !important;
}
.minimap.dark .arrow {
  border-bottom-color: var(--primary) !important;
}
@media (max-width: 1024px) {
  .minimap {
    display: none;
  }
}
.slider {
  justify-content: start;
}
.slider .slide {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  flex: 0 0 100%;
  transition: margin-left 0.5s;
}
.slider .slide-image,
.slider .slide-image > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slider .slide-image div,
.slider .slide-image > div div {
  background: linear-gradient(360deg, rgba(36, 36, 36, 0.2) 87.09%, rgba(36, 36, 36, 0.018) 99.46%, rgba(36, 36, 36, 0.3) 100%);
}
.slider .slide-image img,
.slider .slide-image > div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}
.slider .slide-image > div {
  z-index: 1;
}
.slider .slide .content {
  margin: 10rem auto auto 10rem;
}
.slider .slide .content a svg {
  height: 1.25rem;
}
.slider .slide .content .text {
  max-width: 29rem;
}
.slider .slide .content .text * {
  font-size: inherit;
  color: inherit;
}
.slider .slide .content .text span {
  width: 4.5rem;
  display: block;
  border-bottom: 3px solid #FFFFFF;
  margin-top: 1.25rem;
}
.slider .slide .content.long {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.slider .slide.slide-out {
  margin-left: -100%;
}
.slider .arrow {
  padding: 2rem;
  position: absolute;
}
.slider .arrow:last-of-type {
  right: 0;
}
.slider .arrow svg {
  height: 2rem;
  width: 2rem;
  opacity: 0.7;
}
@media (max-width: 1280px) {
  .slider .slide .content {
    margin-top: 9rem;
    margin-left: 7.5rem;
  }
}
@media (max-width: 768px) {
  .slider .slide {
    height: 30rem;
    align-items: end;
  }
  .slider .slide .content {
    margin-top: 7rem;
    margin-left: 0;
  }
  .slider .slide .arrow {
    padding-inline: 3rem;
  }
}
.footer {
  height: var(--height);
}
.footer .map {
  height: 28rem;
}
.footer div p {
  color: var(--color);
}
.footer .icon svg {
  height: 20px;
  width: 20px;
}
.footer div.background-dark .icon svg path {
  fill: #FFFFFF !important;
}
@media (max-width: 1024px) {
  .footer {
    height: auto;
  }
  .footer .title {
    padding: 5rem 1rem;
  }
  .footer .title h1 {
    margin-bottom: auto;
  }
  .footer > div {
    flex-direction: column;
  }
  .footer > div > * {
    margin-inline: auto;
    text-align: center;
    margin-bottom: 2rem;
  }
  .footer > div p {
    font-size: 14px;
  }
  .footer > div div {
    justify-content: center;
  }
}
.input-container {
  position: relative;
  border-radius: 4px 4px 0 0;
  height: 56px;
  transition: background-color 500ms;
  text-align: center;
}
.input-container label {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
  transform-origin: left top;
  user-select: none;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1), top 500ms;
}
.input-container input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: transparent;
  caret-color: var(--grey-light);
  border: 1px solid transparent;
  border-bottom-color: var(--grey-light);
  color: #8A8A8A;
  transition: border 500ms;
  padding: 20px 16px 6px;
  font-size: 1.5rem;
  text-align: center !important;
}
.input-container input:focus {
  outline: none;
  border-bottom-width: 2px;
}
.input-container input:focus + label,
.input-container input:valid + label {
  transform: translateY(-3rem);
}
html {
  height: 100vh;
  overflow: hidden;
}
body {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  body {
    scroll-snap-type: unset;
  }
}
.last-block {
  scroll-snap-align: start;
  height: 100vh;
  overflow-y: scroll;
}
.last-block .block {
  scroll-snap-align: unset;
}
@media (max-width: 768px) {
  .last-block {
    height: auto;
  }
}
/*# sourceMappingURL=main.css.map */