/* Fonts */
@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree[wght].woff2') format('woff2');
    font-weight: 300 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-Italic[wght].woff2') format('woff2');
    font-weight: 300 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-ExtraBoldItalic.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Figtree-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

:root {
    --white: #fff;
    --black: #1d1d1b;
    --black-25: rgba(0, 0, 0, .25);
    --pink: #df7d85;
    --pink-50: rgbe(223, 125, 133, .5);
    --grey: #575857;
    --dark: #505150;
    --linen: #f8f3e8;
    --linen-50: rgba(248, 243, 232, .5);
    --green: #807a6b;
    --green-25: rgba(128, 122, 107, 0.250);
    --copper: #ae6d70;
    
    --logo-max-width: 204px;
    
    font-size: 30px;
    line-height: 40px;

}

a {
  color: inherit;
  font-weight: 300;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
button {
  background: transparent;
  border: none;
}
.topbar a,
.telephone a,
nav a,
.navigation a {
  text-decoration: none;
}
p:last-child,
p:last-of-type {
  margin-bottom: auto;
}
img {
  height: auto;
}

body {
    font-family: 'Figtree';
    font-weight: 300;
    font-size: .633333rem;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    color: var(--black);
    background: var(--linen);
    position: relative;
}
body > section {
  background: var(--white);
}
body.navigation-open {
  overflow: hidden;
}
@media (width < 300px) {
  body * {
    word-break: break-word;
    hyphens: auto;
  }
}
header {
  position: sticky;
  top: 0;
  z-index: 50;
}
.topbar {
  text-transform: uppercase;
  background: var(--pink);
  color: var(--grey);
  text-align: center;
  padding: 5px 0;
}
.topbar a {
  color: var(--white);
}
.topbar .row {
  align-items: center;
  justify-content: center;
}
.topbar-fixed {
  top: 25px;
  position: relative;
}
.no-topbar {
  background: transparent;
  min-height: var(--logo-max-height-desktop);
  display: flex;
  align-items: center;
}
.no-topbar h1 {
  display: none;
}
.no-topbar .hamburger-inner,
.no-topbar .hamburger-inner::before,
.no-topbar .hamburger-inner::after,
.no-topbar .hamburger.is-active .hamburger-inner,
.no-topbar .hamburger.is-active .hamburger-inner::before,
.no-topbar .hamburger.is-active .hamburger-inner::after {
  background-color: var(--pink);
}
.hero {
  position: relative;
  top: calc(-42px + 50px);
  padding: .5em 0 0 0;
  background: var(--linen);
  display: none;
}
@media (width >= 768px) {
  .hero {
    display: flex;
  }
}
header .info a {
  display: inline-block;
}
header .info img {
  width: 30px;
  height: auto;
  display: initial;
}
header .info:has( .number) a {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: .5em;
}
header .info img + .number {
  color: var(--pink);
  white-space: nowrap;
  /* clip-path: inset(0 0 0 100%); */
  transition: clip-path .25s .5s ease;
}
@media (hover: hover) {
  header .info img + .number {
    clip-path: inset(0 0 0 100%);
  }
}
@media (hover: hover) and (width >= 992px) {
  header .info:has( .number) a:hover .number {
    clip-path: inset(0 0 0 0);
    transition-delay: 0s;
  }
}
@media (width < 992px) {
  header .info:has( .number) .number {
    clip-path: inset(0 0 0 0);
  }
  header .info img + .number {
    font-size: 0.5em;
  }
  header .info img:has( + .number) {
    display: none;
  }
  header .info:has(.number) a {
    display: flex;
  }
}
@media (width < 768px) {
  header .info img:has( + .number) {
    display: block;
  }
  header .info img + .number {
    display: none;
  }
  header .info {
    position: relative;
    top: 4.5px;
  }
  header .info a {
    display: inline-block;
  }
}
nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  transition-property: background, z-index;
  transition-duration: .31515s, .31515s;
  transition-delay: .5s, .5s;
  transition-timing-function: ease-in-out, ease-in-out;
  z-index: -1;
  padding-top: calc(52px + 1lh);
  padding-left: calc(var(--bs-gutter-x, 1.5rem) * .5);
}
@media (width >= 768px) {
  nav {
    padding-left: calc(var(--bs-gutter-x, 1.5rem) * 1);
  }
}
nav:has(.navigation.open) {
  background: var(--black-25);
  z-index: 40;
  transition-duration: .31515s, 0s;
  transition-delay: 0s, 0s;
}
nav .row {
  margin-left: 0;
  margin-right: 0;
}
nav .container,
nav .row .col {
  padding-left: 0;
  padding-right: 0;
}
.navigation {
  display: inline-block;
  color: var(--white);
  background: var(--pink);
  text-transform: uppercase;
  font-size: .791666666667rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.0075em;
  padding: 35px;
  overflow: clip;
  clip-path: inset(0 0 100% 0);
  transition-property: clip-path;
  transition-duration: .633333s;
  transition-delay: .125s;
  transition-timing-function: ease-in-out;
}
.navigation.open {
  clip-path: inset(0 0 0 0);
  transition-delay: 0s;
}
.navigation ul {
  margin: auto;
  padding: 0;
  list-style: none;
}
.navigation ul li:not(:last-child) {
  margin-bottom: .7rem;
}
h1 {
  font-weight: 400;
  font-size: .45rem;
  margin: auto;
  opacity: 0;
}
@media (width >= 768px) {
  h1 {
    font-size: .6rem;
    opacity: 1;
  }
}
h2,
h3 {
  font-weight: 300;
  line-height: normal;
  margin-bottom: .933333rem;
  text-wrap: pretty;
}
h2 {
  font-size: .75rem;
  letter-spacing: 0.075em;
  color: var(--grey);
}
h3 {
  font-size: .7rem;
  letter-spacing: -0.0375em;
  color: var(--pink);
}
.hamburger {
  transform: scale(0.75);
  transform-origin: center left;
}
.hamburger,
.hamburger-box {
  max-width: 100%;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: var(--white);
  max-width: 100%;
  transform-origin: center;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  height: 2px;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  height: 3px;
}
.hamburger.is-active .hamburger-inner::before {
  transform: translate3d(-.5rem, 10px, 0) rotate(45deg) scale(0.7);
}
.hamburger.is-active .hamburger-inner::after {
  transform: translate3d(-.5rem, 10px, 0) rotate(-45deg) scale(0.7);
}
.intro-media {
  /* background: url('https://picsum.photos/1600/900') no-repeat center center;
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-media video {
  width: 100%;
  height: auto;
}
.slideshow .slide img {
  width: 100%;
}
.slideshow .slick-arrow {
  position: absolute;
  z-index: 1;
  top: calc(50% - 30px);
  left: 1rem;
  right: auto;
  color: transparent;
  font-size: 0;
  border: none;
  background: transparent;
  min-width: 30px;
  min-height: 60px;
}
.slideshow .slick-arrow::before,
.slideshow .slick-arrow::after {
  content: "";
  z-index: 1;
  width: 35px;
  height: 5px;
  border-radius: 1rem;
  position: absolute;
  top: calc(50% - 2.5px);
  left: -30px;
  background-color: var(--linen);
  transform-origin: calc(100% - 2.5px) 50%;
}
.slideshow .slick-arrow.slick-next {
  right: 1rem;
  left: auto;
}
.slideshow .slick-arrow.slick-next::before,
.slideshow .slick-arrow.slick-next::after {
  left: -6px;
}
.slideshow .slick-arrow.slick-prev::before {
  transform: rotate(135deg);
}
.slideshow .slick-arrow.slick-prev::after {
  transform: rotate(-135deg);
}
.slideshow .slick-arrow.slick-next::before {
  transform: rotate(45deg);
}
.slideshow .slick-arrow.slick-next::after {
  transform: rotate(-45deg);
}
.slideshow ul.slick-dots {
  margin: auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: .33355rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1rem;
}
.slideshow ul.slick-dots li {
  display: inline-block;
}
.slideshow ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  padding: 0;
  color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  /* border: 1px solid var(--white); */
  border: none;
  background: var(--pink);
}
.slideshow ul.slick-dots li.slick-active button {
  background: var(--white);
}

.list,
.contacts {
  background: var(--linen);
  color: var(--green);
  font-size: 0.633333rem;
  font-weight: 300;
  /* line-height: 0.833333rem; */
  line-height: 0.95rem;
}
.list,
.contacts,
.contacts .form {
  padding: 35px 0;
}
@media (width >= 768px) {
  .list,
  .contacts,
  .contacts .form {
    padding: 70px 0;
  }
}
.list h3,
.contacts h3 {
  font-size: 0.633333rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media (width < 768px) {
  .list h3 {
    text-align: left;
  }
}
.list h3,
.list ul {
  padding-left: 0;
  list-style: none;
}
.list ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .5em;
}
.list ul li::before {
  content: "•";
  color: var(--pink);
  font-size: 1.5em;
}
.text,
.intro-text {
  padding: 35px 0;
}
@media (width >= 768px) {
  .text,
  .intro-text {
    padding: 70px 0;
  }
}
[class*="text-home-"] .text,
[class*="text-home-"] .intro-text {
  padding: 0;
}
.gallery-home:has(.slideshow):not(.slideshow-and-text) {
  margin-top: auto;
}
@media (width < 768px) {
  .gallery-home .pic:last-child {
    margin-bottom: auto;
  }
}

section .intro-text h2 {
  color: var(--pink);
}
.contacts .intro-text {
  border-bottom: 1px solid var(--green-25);
  text-align: center;
}
@media (width >= 768px) {
  .contacts .intro-text {
    padding: 35px 0;
  }
}

.ck-form {
    padding-bottom: 35px;
    text-align: center;
}
@media (width >= 768px) {
  .ck-form {
    padding-bottom: 70px;
  }
}
.ck-form label {
    display: block;
    font-weight: inherit;
}
.ck-form .field > * {
    width: 100%;
    display: block;
}
.ck-form label span.hidden {
    visibility: hidden;
    display: none;
}
.ck-form label span.field .error {
    border-color: var(--copper);
    color: var(--copper);
}
.error,
.error-message {
    text-align: left;
    padding-top: 0.5rem;
    color: var(--copper);
}
.ck-form label span.field input,
.ck-form label span.field select,
.ck-form label span.field textarea {
    padding: 0.25rem 0.5rem;
    border-radius: 0;
    border: 1px solid var(--green);
    color: var(--green);
    outline-color: var(--green);
    background: var(--white);
}
.ck-form label span.field input::placeholder,
.ck-form label span.field textarea::placeholder,
.ck-form label span.field select:has(option:checked:disabled) {
  color: darkgrey;
}
.ck-form .gdpr-agreement label input {
    visibility: hidden;
}
.ck-form .gdpr-agreement label input[type=checkbox]+span {
    position: relative;
    padding-left: 1.25rem;
    display: block;
    text-align: justify;
    hyphens: auto;
    font-size: .5rem;
    line-height: .75rem;
}
.ck-form .gdpr-agreement label input[type=checkbox]+span::before,
.ck-form .gdpr-agreement label input[type=checkbox]+span::after {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 0.75rem;
    width: 0.75rem;
    top: 3.5px;
    left: 0;
    font-size: .5rem;
}
.ck-form .gdpr-agreement label input[type=checkbox]+span::before {
    content: "";
    border-radius: 0;
    border: 1px solid var(--green);
}
.ck-form .gdpr-agreement label input[type=checkbox]+span::after {
    content: "✓";
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.25s ease;
}
.ck-form .gdpr-agreement label input[type=checkbox]:checked+span::after {
    visibility: visible;
    opacity: 1;
}
.ck-form label span.field select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
  linear-gradient(45deg, transparent 50%, var(--green) 50%),
  linear-gradient(135deg, var(--green) 50%, transparent 50%);
    /* linear-gradient(to right, skyblue, skyblue); */
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}
.flatpickr-current-month,
.flatpickr-monthSelect-month {
  color: var(--green);
}
.submit-button {
    width: 100%;
    text-align: center;
    background: var(--pink);
    color: var(--linen);
    text-transform: uppercase;
    border: none;
}
.info-home {
  color: var(--green);
  font-size: 0.633333rem;
  line-height: 0.95rem;
  font-weight: 300;
}
section:has(.info-home),
.watch:has(section .image),
.watch:has(.slideshow),
.watch:has(.contacts) {
  background: var(--linen);
}
strong {
  font-weight: 600;
}
.footer {
  background: var(--pink);
  color: var(--dark);
  padding: 35px 0;
  z-index: 1;
}
.footer > *:last-child {
  margin-bottom: auto;
}
.footer a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.footer .logo {
  margin: auto;
}
.footer-info {
  display: flex;
}
.two-col,
.footer-links {
  margin: 12.5px auto;
}
@media (width >= 768px) {
  .footer {
    padding-top: 35px;
  }
  .footer .logo {
    max-width: 176px;
  }
}
@media (width < 768px) {
  .footer .logo {
    max-width: 50%;
  }
}
@media (width >= 768px) {
  .two-col,
  .footer-links {
    margin: 25px auto;
  }
}
.two-col strong,
.two-col a.url {
  color: var(--white);
}
.two-col.row>* {
  padding-bottom: calc(var(--bs-gutter-x) / 4);
  padding-top: calc(var(--bs-gutter-x) / 4);
}
/* .two-col .column:first-child {
  border-bottom: 5px solid var(--white);
}
.two-col .column:last-child {
  border-top: 5px solid var(--white);
} */
@media (width >= 768px) {
  .two-col.row>* {
    padding-right: calc(var(--bs-gutter-x));
    padding-left: calc(var(--bs-gutter-x));

    padding-bottom: calc(var(--bs-gutter-x) / 1);
    padding-top: calc(var(--bs-gutter-x) / 1);
  }
  .two-col .column:first-child {
    border-right: 2.5px solid var(--white);
    border-bottom: none;
  }
  .two-col .column:last-child {
    border-left: 2.5px solid var(--white);
    border-top: none;
  }
}
.social-links ul {
  background: var(--white);
  margin: auto;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: .5rem;
  flex-wrap: wrap;
  padding: 25px 0;
}
.social-links a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.social-links svg {
  height: auto;
  width: 22.5px;
  max-width: 22.5px;
  max-height: 22.5px;
}
/* @media (width >= 768px) {
  .social-links svg {
    width: 45px;
    max-width: 45px;
    max-height: 45px;
  }
} */
.footer-links {
  text-align: center;
  font-size: .633333rem;
  line-height: 0.8rem;
}
.footer-links,
.footer-links a {
  color: var(--white);
}
@media (width >= 576px) and (width < 768px) {
  .footer .row {
    max-width: 100%;
  }
  .footer .row .offset-sm-2 {
    margin-left: auto;
  }
}

.watch {
  transform: scale(1);
  transition: opacity .5s ease-in-out 0.25s, transform .5s ease-in-out 0.25s, -webkit-transform .5s ease-in-out 0.25s;
}
.watch .intro-text:not(.watch),
.watch.intro-text,
.watch .text,
.watch .list {
  transform: translateY(5em);
  transition: transform 1s ease;
}
.watch.active .intro-text:not(.watch),
.watch.active.intro-text,
.watch.active .text,
.watch.active .list {
  transform: translateY(0);
}
.watch .slideshow,
.watch .image {
  filter: blur(5px);
  transition: filter 2s ease;
}
.watch.active .slideshow,
.watch.active .image {
  filter: blur(0);
}
.watch.form {
  transform: scale(.9) translateY(5em);
  transition: transform 1s ease;
}
.watch.active.form {
  transform: scale(1) translateY(0);
}
.watch .logo {
  transform: scale(0.8) rotate(1deg);
  transition: transform .5s .5s ease;
}
.watch.active .logo {
  transform: scale(1) rotate(0deg);
}
.watch.two-col .text-md-end,
.watch.two-col .text-md-start {
  opacity: 0;
  transition: transform 1s .5s ease, opacity 1s 0s ease;
}
@media (width >= 768px) {
  .watch.two-col .text-md-end {
    transform: translateX(2.5px);
  }
  .watch.two-col .text-md-start {
    transform: translateX(-2.5px);
  }
}
.watch.active.two-col .text-md-end,
.watch.active.two-col .text-md-start {
  opacity: 1;
  transform: translateX(0);
}
.watch:has(.footer) {
  opacity: 1;
}
.watch.social-links {
  transform: scale(0.75);
}
.watch.active.social-links {
  transform: scale(1);
}
.watch.footer-links {
  transform: translateY(1em);
}
.watch.active.footer-links {
  transform: translateY(0);
}

body .cky-btn-revisit-wrapper {
  display: none !important;
}

.scrolltop-wrap {
  box-sizing: border-box;
  position: absolute;
  top: 100vh;
  left: calc(var(--bs-gutter-x, 45px) * .25);
  bottom: 0;
  z-index: 30;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.scrolltop-wrap * {
  transition: fill 0.125s ease, opacity 0.125s ease;
}
.scrolltop-wrap #scrolltop-bg {
  /* fill: var(--linen); */
  fill: var(--pink);
}
.scrolltop-wrap #scrolltop-arrow {
  /* fill: var(--pink); */
  fill: var(--linen);
}
@media (hover: hover) {
  .scrolltop-wrap a:hover #scrolltop-bg {
    /* fill: var(--linen-50); */
    fill: var(--pink-50);
  }
  .scrolltop-wrap a:hover #scrolltop-arrow {
    opacity: 0.8;
  }
}
.scrolltop-wrap a {
  position: sticky;
  top: -4.4rem;
  width: 48px;
  height: 48px;
  margin-bottom: -4.4rem;
  transform: translate3d(0, 100vh, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  overflow: hidden;
  pointer-events: all;
}
.scrolltop-wrap a svg {
  display: block;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transform-origin: center;
  path {
    transition: all 0.125s ease;
  }
}
@media (width >= 768px) {
  .scrolltop-wrap {
    left: 2rem;
  }
  .scrolltop-wrap a {
    top: -5rem;
    margin-bottom: -5rem;
  }
}

@view-transition {
  navigation: auto;
}
::view-transition-old(root),
::view-transition-new(root) {
}