:root {
  --wp--preset--spacing--20: 0.25rem;
  --wp--preset--spacing--30: 0.5rem;
  --wp--preset--spacing--40: 0.75rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 3rem;
  --wp--preset--spacing--70: 5rem;
  --wp--preset--spacing--80: 6rem;
  --wp--preset--font-size--xl: 1.5rem;
}

@media (min-width: 991px) {
  :root {
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 2rem;
    --wp--preset--spacing--60: 4rem;
    --wp--preset--spacing--70: 8rem;
    --wp--preset--spacing--80: 10rem;
    --wp--preset--font-size--xl: 2.5rem;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Helvetica, sans-serif;
}

a {
  text-decoration: none;
  color: currentColor;
}

body {
  width: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
}

img {
  max-height: 100%;
  max-width: 100%;
}

.has-background-image-overlay {
  position: relative;
  z-index: 0;
}
.has-background-image-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.has-background-image-overlay > * {
  position: relative;
  z-index: 1;
}

.wp-block-group.alignfull {
  overflow: hidden;
}

.splide__btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.25s ease;
}
.splide__btn-icon {
  width: 8px;
  height: auto;
  display: flex;
}
.splide__btn-icon svg {
  width: 8px;
}
.splide__btn:disabled {
  border: 1px solid #595959;
  color: #595959;
  transform: scale(0.5);
}
@media (min-width: 768px) {
  .splide__btn {
    width: 60px;
    height: 60px;
  }
  .splide__btn:disabled {
    transform: scale(0.66);
  }
}

.splide-overflow-visible .splide__track {
  overflow: visible !important;
}

.splide__pages {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .splide__pages {
    gap: 1.5rem;
  }
}

.splide__page {
  height: 16px;
  width: 16px;
  position: relative;
  background-image: url("../assets/page-stroke.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.25s ease;
  cursor: pointer;
}
@media (min-width: 768px) {
  .splide__page {
    height: 24px;
    width: 24px;
  }
}
.splide__page--active {
  background-image: url("../assets/page-filled.svg");
}

.splide__btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.25s ease;
}
.splide__btn-icon {
  width: 8px;
  height: auto;
  display: flex;
}
.splide__btn-icon svg {
  width: 8px;
}
.splide__btn:disabled {
  border: 1px solid #595959;
  color: #595959;
  transform: scale(0.5);
}
@media (min-width: 768px) {
  .splide__btn {
    width: 60px;
    height: 60px;
  }
  .splide__btn:disabled {
    transform: scale(0.66);
  }
}

.splide-overflow-visible .splide__track {
  overflow: visible !important;
}

.splide__pages {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .splide__pages {
    gap: 1.5rem;
  }
}

.splide__page {
  height: 16px;
  width: 16px;
  position: relative;
  background-image: url("../assets/page-stroke.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.25s ease;
  cursor: pointer;
}
@media (min-width: 768px) {
  .splide__page {
    height: 24px;
    width: 24px;
  }
}
.splide__page--active {
  background-image: url("../assets/page-filled.svg");
}

.scroll-to-top {
  position: fixed;
  bottom: 48px;
  right: 0;
  transform: translateX(110%);
  font-weight: 400;
  transition: 0.25s ease;
  z-index: 9;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  font-size: 1.125rem;
  color: white;
  mix-blend-mode: difference;
  filter: contrast(100%);
  pointer-events: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
}
@media (min-width: 768px) {
  .scroll-to-top {
    display: flex;
  }
}
.scroll-to-top.is-shown {
  right: 48px;
  transform: translateX(0);
  pointer-events: all;
}

.has-black-background-color {
  background-color: #000000;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-website-bg-background-color {
  background-color: #fbfaf7;
}

.text-h-main {
  font-size: 1.625rem;
  font-weight: 400;
  font-family: "Playfair Display", serif;
}
@media (min-width: 768px) {
  .text-h-main {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .text-h-main {
    font-size: 2.25rem;
  }
}

.text-h-secondary {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Playfair Display", serif;
}
@media (min-width: 768px) {
  .text-h-secondary {
    font-size: 1.5rem;
  }
}

.text-h-lg {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Playfair Display", serif;
}
@media (min-width: 768px) {
  .text-h-lg {
    font-size: 2.625rem;
  }
}
@media (min-width: 992px) {
  .text-h-lg {
    font-size: 3rem;
  }
}

.text-h-xl {
  font-size: 2.25rem;
  font-weight: 400;
  font-family: "Playfair Display", serif;
}
@media (min-width: 768px) {
  .text-h-xl {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .text-h-xl {
    font-size: 4rem;
  }
}

.text-body {
  font-size: 1rem;
  font-weight: 400;
}

.text-body-m {
  font-size: 1rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .text-body-m {
    font-size: 1.125rem;
  }
}

.text-body-lg {
  font-size: 1.25rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .text-body-lg {
    font-size: 1.5rem;
  }
}

.btn {
  background: transparent;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: 0.75rem;
  font-weight: 400;
  width: fit-content;
  gap: 0.625rem;
  transition: 0.25s ease;
  text-decoration: none;
}
.btn.btn-primary {
  background-color: #000000;
  color: #f0f0f0;
}
.btn.btn-primary:hover {
  background-color: rgb(38.25, 38.25, 38.25);
}
.btn.btn-primary-on-dark {
  background-color: #f0f0f0;
  color: #000000;
}
.btn.btn-primary-on-dark:hover {
  background-color: #cccccc;
}
.btn.btn-secondary {
  background-color: transparent;
  color: #000000;
  border: 1px solid #000000;
  backdrop-filter: blur(12px);
}
.btn.btn-secondary:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.btn.btn-secondary-on-dark {
  color: #f0f0f0;
  border: 1px solid #e5e5e5;
}
.btn.btn-secondary-on-dark:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-has-icon-right {
  padding-right: 1.5rem;
}
.btn-has-icon-left {
  padding-left: 1.5rem;
}

.wp-block-button__link {
  background: transparent;
  border: none;
  outline: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: 0.75rem;
  font-weight: 400;
  width: fit-content;
  gap: 0.625rem;
  transition: 0.25s ease;
  text-decoration: none;
  cursor: pointer;
  background-color: #000000;
  color: #f0f0f0;
}
.wp-block-button__link:hover {
  background-color: rgb(38.25, 38.25, 38.25);
  color: #f0f0f0;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: #000000;
  border: 1px solid #000000;
  backdrop-filter: blur(12px);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000000;
}
.wp-block-button.is-style-white .wp-block-button__link {
  background-color: #f0f0f0;
  color: #000000;
}
.wp-block-button.is-style-white .wp-block-button__link:hover {
  background-color: #cccccc;
  color: #000000;
}
.wp-block-button.is-style-white-outline .wp-block-button__link {
  background-color: transparent;
  color: #f0f0f0;
  border: 1px solid #e5e5e5;
  backdrop-filter: blur(12px);
}
.wp-block-button.is-style-white-outline .wp-block-button__link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #f0f0f0;
}

/**
 * Global Animation Utilities - MODULAR SYSTEM
 * 
 * Scroll-based parallax and fade-in animations
 * 
 * USAGE - Combine multiple attributes:
 * <div data-fade="up" data-parallax="down-medium">Content</div>
 * 
 * @package UDX
 * @since 1.0.0
 */
[data-fade],
[data-parallax] {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform, opacity;
}

[data-parallax=up-subtle] {
  transform: translateY(calc(var(--scroll-y, 0) * -0.05px));
}

[data-parallax=up-medium] {
  transform: translateY(calc(var(--scroll-y, 0) * -0.1px));
}

[data-parallax=up-strong] {
  transform: translateY(calc(var(--scroll-y, 0) * -0.18px));
}

[data-parallax=up-intense] {
  transform: translateY(calc(var(--scroll-y, 0) * -0.25px));
}

[data-parallax=down-subtle] {
  transform: translateY(calc(var(--scroll-y, 0) * 0.05px));
}

[data-parallax=down-medium] {
  transform: translateY(calc(var(--scroll-y, 0) * 0.1px));
}

[data-parallax=down-strong] {
  transform: translateY(calc(var(--scroll-y, 0) * 0.18px));
}

[data-parallax=down-intense] {
  transform: translateY(calc(var(--scroll-y, 0) * 0.25px));
}

[data-fade] {
  opacity: 0;
}
[data-fade].is-visible {
  opacity: 1;
}

[data-fade=up] {
  opacity: 0;
  transform: translateY(40px);
}
[data-fade=up].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=down] {
  opacity: 0;
  transform: translateY(-40px);
}
[data-fade=down].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-fade=left] {
  opacity: 0;
  transform: translateX(-40px);
}
[data-fade=left].is-visible {
  opacity: 1;
  transform: translateX(0);
}

[data-fade=right] {
  opacity: 0;
  transform: translateX(40px);
}
[data-fade=right].is-visible {
  opacity: 1;
  transform: translateX(0);
}

[data-fade=scale] {
  opacity: 0;
  transform: scale(0.9);
}
[data-fade=scale].is-visible {
  opacity: 1;
  transform: scale(1);
}

[data-fade=rotate] {
  opacity: 0;
  transform: rotate(-5deg);
}
[data-fade=rotate].is-visible {
  opacity: 1;
  transform: rotate(0deg);
}

[data-fade=up][data-parallax*=up]:not(.is-visible) {
  transform: translateY(calc(40px + var(--scroll-y, 0) * -0.05px));
}
[data-fade=up][data-parallax*=up].is-visible {
  transform: translateY(calc(var(--scroll-y, 0) * -0.05px));
}

[data-fade=up][data-parallax*=down]:not(.is-visible) {
  transform: translateY(calc(40px + var(--scroll-y, 0) * 0.05px));
}
[data-fade=up][data-parallax*=down].is-visible {
  transform: translateY(calc(var(--scroll-y, 0) * 0.05px));
}

[data-fade=up][data-parallax$=medium]:not(.is-visible) {
  transform: translateY(calc(40px + var(--scroll-y, 0) * -0.1px));
}
[data-fade=up][data-parallax$=medium].is-visible {
  transform: translateY(calc(var(--scroll-y, 0) * -0.1px));
}

[data-fade=up][data-parallax=down-medium]:not(.is-visible) {
  transform: translateY(calc(40px + var(--scroll-y, 0) * 0.1px));
}
[data-fade=up][data-parallax=down-medium].is-visible {
  transform: translateY(calc(var(--scroll-y, 0) * 0.1px));
}

[data-fade=up][data-parallax$=strong]:not(.is-visible) {
  transform: translateY(calc(40px + var(--scroll-y, 0) * -0.18px));
}
[data-fade=up][data-parallax$=strong].is-visible {
  transform: translateY(calc(var(--scroll-y, 0) * -0.18px));
}

[data-fade=up][data-parallax=down-strong]:not(.is-visible) {
  transform: translateY(calc(40px + var(--scroll-y, 0) * 0.18px));
}
[data-fade=up][data-parallax=down-strong].is-visible {
  transform: translateY(calc(var(--scroll-y, 0) * 0.18px));
}

[data-scroll-animation*=fade] {
  opacity: 0;
}
[data-scroll-animation*=fade].is-visible {
  opacity: 1;
}

[data-scroll-animation=fade-up] {
  transform: translateY(40px);
}
[data-scroll-animation=fade-up].is-visible {
  transform: translateY(0);
}

[data-scroll-animation=fade-down] {
  transform: translateY(-40px);
}
[data-scroll-animation=fade-down].is-visible {
  transform: translateY(0);
}

[data-scroll-animation=fade-left] {
  transform: translateX(-40px);
}
[data-scroll-animation=fade-left].is-visible {
  transform: translateX(0);
}

[data-scroll-animation=fade-right] {
  transform: translateX(40px);
}
[data-scroll-animation=fade-right].is-visible {
  transform: translateX(0);
}

[data-scroll-animation=fade-scale] {
  transform: scale(0.9);
}
[data-scroll-animation=fade-scale].is-visible {
  transform: scale(1);
}

[data-scroll-animation=fade-rotate] {
  transform: rotate(-5deg);
}
[data-scroll-animation=fade-rotate].is-visible {
  transform: rotate(0deg);
}

[data-scroll-animation=fade-up-parallax] {
  opacity: 0;
  transform: translateY(calc(40px + var(--scroll-y, 0) * 0.1px));
}
[data-scroll-animation=fade-up-parallax].is-visible {
  opacity: 1;
  transform: translateY(calc(var(--scroll-y, 0) * 0.1px));
}

[data-scroll-animation=fade-up-parallax-subtle] {
  opacity: 0;
  transform: translateY(calc(40px + var(--scroll-y, 0) * 0.05px));
}
[data-scroll-animation=fade-up-parallax-subtle].is-visible {
  opacity: 1;
  transform: translateY(calc(var(--scroll-y, 0) * 0.05px));
}

[data-scroll-animation=fade-up-parallax-strong] {
  opacity: 0;
  transform: translateY(calc(40px + var(--scroll-y, 0) * 0.18px));
}
[data-scroll-animation=fade-up-parallax-strong].is-visible {
  opacity: 1;
  transform: translateY(calc(var(--scroll-y, 0) * 0.18px));
}

[data-scroll-animation=fade-left-parallax] {
  opacity: 0;
  transform: translateX(calc(-40px + var(--scroll-y, 0) * 0.1px)) translateY(calc(var(--scroll-y, 0) * 0.1px));
}
[data-scroll-animation=fade-left-parallax].is-visible {
  opacity: 1;
  transform: translateX(0) translateY(calc(var(--scroll-y, 0) * 0.1px));
}

[data-scroll-animation=fade-right-parallax] {
  opacity: 0;
  transform: translateX(calc(40px + var(--scroll-y, 0) * 0.1px)) translateY(calc(var(--scroll-y, 0) * 0.1px));
}
[data-scroll-animation=fade-right-parallax].is-visible {
  opacity: 1;
  transform: translateX(0) translateY(calc(var(--scroll-y, 0) * 0.1px));
}

[data-scroll-animation=fade-scale-parallax] {
  opacity: 0;
  transform: scale(0.9) translateY(calc(var(--scroll-y, 0) * 0.1px));
}
[data-scroll-animation=fade-scale-parallax].is-visible {
  opacity: 1;
  transform: scale(1) translateY(calc(var(--scroll-y, 0) * 0.1px));
}

[data-animation-delay="50"] {
  transition-delay: 0.05s;
}

[data-animation-delay="100"] {
  transition-delay: 0.1s;
}

[data-animation-delay="150"] {
  transition-delay: 0.15s;
}

[data-animation-delay="200"] {
  transition-delay: 0.2s;
}

[data-animation-delay="250"] {
  transition-delay: 0.25s;
}

[data-animation-delay="300"] {
  transition-delay: 0.3s;
}

[data-animation-delay="400"] {
  transition-delay: 0.4s;
}

[data-animation-delay="500"] {
  transition-delay: 0.5s;
}

[data-animation-delay="600"] {
  transition-delay: 0.6s;
}

[data-animation-delay="700"] {
  transition-delay: 0.7s;
}

[data-animation-delay="800"] {
  transition-delay: 0.8s;
}

[data-animation-delay="1000"] {
  transition-delay: 1s;
}

[data-animation-delay="1200"] {
  transition-delay: 1.2s;
}

[data-animation-delay="1500"] {
  transition-delay: 1.5s;
}

[data-animation-duration=fast] {
  transition-duration: 0.3s;
}

[data-animation-duration=normal] {
  transition-duration: 0.6s;
}

[data-animation-duration=slow] {
  transition-duration: 1s;
}

[data-animation-duration=very-slow] {
  transition-duration: 1.5s;
}

@media (prefers-reduced-motion: reduce) {
  [data-scroll-animation] {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
body.menu-open {
  overflow: hidden;
}

.site-header {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  overflow: visible;
  padding-block: 1rem;
  transition: 0.25s ease;
  color: #ffffff;
}
@media (min-width: 768px) {
  .site-header {
    padding-block: 2.625rem;
  }
}
@media (min-width: 992px) {
  .site-header {
    padding-block: 3.375rem;
  }
}
.site-header.is-scrolled {
  background-color: #ffffff;
  color: #000000;
  padding-block: 1rem;
}
@media (min-width: 768px) {
  .site-header.is-scrolled {
    padding-block: 2.625rem;
  }
}
@media (min-width: 992px) {
  .site-header.is-scrolled {
    padding-block: 2.625rem;
  }
}
.site-header.is-scrolled .site-header__logo {
  height: 36px;
}
@media (min-width: 768px) {
  .site-header.is-scrolled .site-header__logo {
    height: 64px;
  }
}
@media (min-width: 992px) {
  .site-header.is-scrolled .site-header__logo {
    height: 64px;
  }
}
@media (max-width: 991px) {
  .site-header.is-menu-open {
    background-color: #ffffff;
    color: #000000;
    padding-block: 2rem;
  }
  .site-header.is-menu-open .site-header__mobile-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .site-header.is-menu-open {
    padding-block: 2.625rem;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .site-header.is-menu-open {
    padding-block: 2.625rem;
  }
}
@media (max-width: 991px) {
  .site-header.is-menu-open .site-header__logo {
    height: 36px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .site-header.is-menu-open .site-header__logo {
    height: 64px;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .site-header.is-menu-open .site-header__logo {
    height: 64px;
  }
}
.site-header__mobile-menu {
  position: absolute;
  top: 0;
  left: 0;
  padding-block: 1rem;
  display: flex;
  height: 100vh;
  width: 100%;
  z-index: -1;
  transition: 0.25s ease;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: #ffffff;
}
.site-header__mobile-menu-container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .site-header__mobile-menu-container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .site-header__mobile-menu-container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .site-header__mobile-menu-container {
    max-width: 992px;
  }
}
@media (min-width: 1280px) {
  .site-header__mobile-menu-container {
    max-width: 1280px;
  }
}
.site-header__mobile-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.site-header__mobile-menu ul li a {
  color: #000000;
  font-size: 2.25rem;
  font-family: "Playfair Display", serif;
}
.site-header__container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .site-header__container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .site-header__container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .site-header__container {
    max-width: 992px;
  }
}
@media (min-width: 1280px) {
  .site-header__container {
    max-width: 1280px;
  }
}
.site-header__nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.05em;
}
.site-header__nav ul {
  display: flex;
  list-style: none;
}
.site-header__nav ul li {
  width: 180px;
  text-align: center;
}
.site-header__nav ul li a {
  position: relative;
}
.site-header__nav ul li a::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(2px);
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: 0.25s ease;
}
.site-header__nav ul li a:hover::after {
  width: 100%;
}
.site-header__links {
  display: none;
}
@media (min-width: 992px) {
  .site-header__links {
    display: unset;
  }
}
.site-header__logo {
  transition: 0.25s ease;
  height: 36px;
  flex: none;
  display: flex;
}
.site-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .site-header__logo {
    height: 64px;
  }
}
@media (min-width: 992px) {
  .site-header__logo {
    height: 100px;
  }
}
.site-header__logo svg {
  height: 100%;
}
.site-header__mobile-item {
  width: 24px;
  height: 24px;
  display: unset;
}
@media (min-width: 768px) {
  .site-header__mobile-item {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 992px) {
  .site-header__mobile-item {
    display: none;
  }
}
.site-header__mobile-menu-toggle {
  background-color: transparent;
  border: none;
  outline: none;
  color: currentColor;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .site-header__mobile-menu-toggle {
    width: 32px;
    height: 32px;
  }
}

.site-footer {
  background-color: #fbfaf7;
}
.site-footer__container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-block: 30px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 576px) {
  .site-footer__container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .site-footer__container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .site-footer__container {
    max-width: 992px;
  }
}
@media (min-width: 1280px) {
  .site-footer__container {
    max-width: 1280px;
  }
}
@media (min-width: 768px) {
  .site-footer__container {
    padding-block: 50px;
  }
}
@media (min-width: 992px) {
  .site-footer__container {
    padding-block: 100px;
  }
}
.site-footer__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.site-footer__nav ul, .site-footer__contact ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  list-style: none;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
.site-footer__nav ul li a:hover {
  text-decoration: underline;
}
.site-footer__contact ul li a {
  text-decoration: underline;
}
.site-footer__divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
}
.site-footer__logo {
  height: 100px;
  width: auto;
  display: flex;
  order: 2;
}
.site-footer__meta {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 2rem;
}
.site-footer__meta-copyright {
  grid-column: span 2;
}
.site-footer__meta-socials {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  gap: 1.5rem;
}
.site-footer__meta-social {
  width: 24px;
  height: 24px;
}
.site-footer__meta-privacy-policy {
  text-decoration: underline;
  margin-right: 1rem;
  text-align: right;
}
.site-footer__credits {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .site-footer__container {
    gap: 3rem;
  }
  .site-footer__main {
    flex-direction: row;
    align-items: center;
  }
  .site-footer__main .site-footer__divider {
    display: none;
  }
  .site-footer__main .site-footer__logo {
    order: unset;
    height: 200px;
  }
  .site-footer__nav {
    width: 100%;
  }
  .site-footer__nav ul {
    align-items: start;
    text-align: start;
  }
  .site-footer__contact {
    width: 100%;
  }
  .site-footer__contact ul {
    align-items: flex-end;
    text-align: end;
  }
  .site-footer__meta {
    grid-template-columns: repeat(3, 1fr);
  }
  .site-footer__meta-copyright {
    grid-column: unset;
    text-align: start;
  }
  .site-footer__meta-socials {
    justify-content: center;
    margin-left: unset;
  }
  .site-footer__meta-privacy-policy {
    margin-right: unset;
  }
}

.contact-section__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.contact-section__form .floating-input {
  position: relative;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .contact-section__form .floating-input {
    margin-top: 1.875rem;
  }
}
.contact-section__form .floating-input input[type=tel],
.contact-section__form .floating-input input[type=email],
.contact-section__form .floating-input input[type=text],
.contact-section__form .floating-input textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid white;
  background: transparent;
  font-weight: 300;
  font-size: 1rem;
  padding: 1rem 0.5rem;
  outline: none;
  color: #ffffff;
}
.contact-section__form .floating-input input[type=tel]:focus + label, .contact-section__form .floating-input input[type=tel].has-value + label, .contact-section__form .floating-input input[type=tel].has-focus + label,
.contact-section__form .floating-input input[type=email]:focus + label,
.contact-section__form .floating-input input[type=email].has-value + label,
.contact-section__form .floating-input input[type=email].has-focus + label,
.contact-section__form .floating-input input[type=text]:focus + label,
.contact-section__form .floating-input input[type=text].has-value + label,
.contact-section__form .floating-input input[type=text].has-focus + label,
.contact-section__form .floating-input textarea:focus + label,
.contact-section__form .floating-input textarea.has-value + label,
.contact-section__form .floating-input textarea.has-focus + label {
  transform: translateY(-1.5rem) scale(0.8);
  opacity: 0.75;
}
.contact-section__form .floating-input input[type=tel]::placeholder,
.contact-section__form .floating-input input[type=email]::placeholder,
.contact-section__form .floating-input input[type=text]::placeholder,
.contact-section__form .floating-input textarea::placeholder {
  color: transparent;
}
.contact-section__form .floating-input input[type=tel] + label,
.contact-section__form .floating-input input[type=email] + label,
.contact-section__form .floating-input input[type=text] + label,
.contact-section__form .floating-input textarea + label {
  position: absolute;
  left: 0.5rem;
  top: 1rem;
  font-weight: 300;
  font-size: 1rem;
  color: #ffffff;
  pointer-events: none;
  transition: 0.25s ease;
  transform-origin: left top;
}
.contact-section__form .wpcf7-form-control-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
.contact-section__form textarea {
  min-height: 120px;
  resize: vertical;
  padding-top: 24px;
}
.contact-section__form textarea + label {
  top: 24px;
}
.contact-section__form textarea:focus + label, .contact-section__form textarea.has-value + label {
  transform: translateY(-16px) scale(0.75);
}
.contact-section__form .wpcf7-not-valid-tip {
  color: #ff6b6b;
  font-size: 14px;
  margin-top: 4px;
}
.contact-section__form .wpcf7-validation-errors {
  background: rgba(255, 107, 107, 0.1);
  border: 1px solid #ff6b6b;
  border-radius: 8px;
  padding: 12px 16px;
  color: #ff6b6b;
  font-size: 14px;
  margin-bottom: 16px;
}
.contact-section__form .wpcf7-mail-sent-ok {
  background: rgba(76, 217, 100, 0.1);
  border: 1px solid #4cd964;
  border-radius: 8px;
  padding: 12px 16px;
  color: #4cd964;
  font-size: 14px;
  margin-bottom: 16px;
}
.contact-section__form .contact-section__form-agreements {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .contact-section__form .contact-section__form-agreements {
    margin-top: 1.875rem;
  }
}
.contact-section__form .contact-section__form-agreements .select-all-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1rem;
  color: #ffffff;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.contact-section__form .contact-section__form-agreements .select-all-checkbox input[type=checkbox] {
  display: none;
}
.contact-section__form .contact-section__form-agreements .select-all-checkbox input[type=checkbox] + .checkmark {
  width: 24px;
  height: 24px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  background: transparent;
  flex-shrink: 0;
  transition: 0.25s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-section__form .contact-section__form-agreements .select-all-checkbox input[type=checkbox] + .checkmark .check-icon {
  width: 20px;
  height: 20px;
  opacity: 0;
  transition: 0.25s ease;
}
.contact-section__form .contact-section__form-agreements .select-all-checkbox input[type=checkbox] + .checkmark .check-icon svg {
  width: 100%;
  height: 100%;
}
.contact-section__form .contact-section__form-agreements .select-all-checkbox input[type=checkbox] + .checkmark .check-icon svg polyline {
  stroke: #000000;
  stroke-width: 2;
  fill: none;
}
.contact-section__form .contact-section__form-agreements .select-all-checkbox input[type=checkbox]:checked + .checkmark {
  background: #ffffff;
}
.contact-section__form .contact-section__form-agreements .select-all-checkbox input[type=checkbox]:checked + .checkmark .check-icon {
  opacity: 1;
}
.contact-section__form .contact-section__form-agreements .select-all-checkbox input[type=checkbox]:indeterminate + .checkmark {
  background: rgba(255, 255, 255, 0.5);
}
.contact-section__form .contact-section__form-agreements .select-all-checkbox input[type=checkbox]:indeterminate + .checkmark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background: #ffffff;
  opacity: 1;
}
.contact-section__form .contact-section__form-agreements .select-all-checkbox input[type=checkbox]:indeterminate + .checkmark .check-icon {
  opacity: 0;
}
.contact-section__form .contact-section__form-agreements .wpcf7-acceptance {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .contact-section__form .contact-section__form-agreements .wpcf7-acceptance {
    margin-top: 1.875rem;
  }
}
.contact-section__form .contact-section__form-agreements .wpcf7-acceptance:not(:first-child) {
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .contact-section__form .contact-section__form-agreements .wpcf7-acceptance:not(:first-child) {
    margin-left: 2.25rem;
  }
}
.contact-section__form .contact-section__form-agreements .wpcf7-acceptance .wpcf7-list-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.contact-section__form .contact-section__form-agreements .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.4;
  position: relative;
}
.contact-section__form .contact-section__form-agreements .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  display: none;
}
.contact-section__form .contact-section__form-agreements .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 2rem;
}
.contact-section__form .contact-section__form-agreements .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  background: transparent;
  transition: 0.25s ease;
  flex-shrink: 0;
}
.contact-section__form .contact-section__form-agreements .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpolyline points='20 6 9 17 4 12' stroke='%23000000' stroke-width='2' fill='none'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.25s ease;
}
.contact-section__form .contact-section__form-agreements .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #ffffff;
}
.contact-section__form .contact-section__form-agreements .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact-section__form .contact-section__form-agreements .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  flex: 1;
  font-size: 0.875rem;
  color: #cccccc;
}
.contact-section__form .contact-section__form-agreements .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label .checkbox-required {
  color: #f51616;
}
.contact-section__form .contact-section__form-heading {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.wpcf7-form.submitting .wpcf7-submit {
  opacity: 0.6;
  cursor: not-allowed;
}

.wpcf7-response-output {
  display: none !important;
}

.wp-block-heading.is-style-z-linia {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.wp-block-heading.is-style-z-linia::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #000000;
  min-width: 20px;
}

.wp-block-media-text.is-style-ikona-kontakt {
  display: flex;
  grid-template-columns: 24px auto !important;
}
.wp-block-media-text.is-style-ikona-kontakt.is-vertically-aligned-center {
  justify-content: center;
}
.wp-block-media-text.is-style-ikona-kontakt .wp-block-media-text__content {
  padding: 0 2%;
}

@media (max-width: 767px) {
  .hide-mobile-bg {
    background: none !important;
  }
}
.wp-block-group {
  width: 100%;
  max-width: 1664px;
  margin: 0 auto;
}
.wp-block-group.alignfull {
  max-width: none;
}

.wp-block-group-alignfull {
  width: 100%;
}

@media (min-width: 991px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
