@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{transition:transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:flex!important;justify-content:center;align-items:center;transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:flex;justify-content:center;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:grabbing!important;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:grabbing!important;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:flex;width:auto}.zoomed .gslide-media{box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;flex-direction:column}.gslide-description{position:relative;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;order:2!important;max-height:78vh;overflow:auto!important;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{transition:opacity .5s ease;opacity:1}.greset{transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:flex;justify-content:center;align-items:center;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{animation:gfadeIn .5s ease}.gfadeOut{animation:gfadeOut .5s ease}.gslideOutLeft{animation:gslideOutLeft .3s ease}.gslideInLeft{animation:gslideInLeft .3s ease}.gslideOutRight{animation:gslideOutRight .3s ease}.gslideInRight{animation:gslideInRight .3s ease}.gzoomIn{animation:gzoomIn .5s ease}.gzoomOut{animation:gzoomOut .5s ease}@keyframes lightboxLoader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gslideInLeft{from{opacity:0;transform:translate3d(-60%,0,0)}to{visibility:visible;transform:translate3d(0,0,0);opacity:1}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideInRight{from{opacity:0;visibility:visible;transform:translate3d(60%,0,0)}to{transform:translate3d(0,0,0);opacity:1}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(60%,0,0);opacity:0}}@keyframes gzoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{order:1}.glightbox-container .ginner-container.desc-left .gslide-description{order:0}.glightbox-container .ginner-container.desc-left .gslide-image{order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}

.wp-element-button,
.wp-block-button__link {
border-style: solid;
border-width: 2px;
border-color: var(--wp--preset--color--ink-deep);
background-color: var(--wp--preset--color--ink-deep);
color: var(--wp--preset--color--paper);
transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}
.wp-element-button:hover,
.wp-block-button__link:hover {
background-color: transparent;
color: var(--wp--preset--color--foreground);
border-color: var(--wp--preset--color--foreground);
}
.wp-element-button:focus,
.wp-block-button__link:focus {
background-color: var(--wp--preset--color--secondary);
color: var(--wp--preset--color--foreground);
}
.wp-element-button:active,
.wp-block-button__link:active {
background-color: var(--wp--preset--color--background);
color: var(--wp--preset--color--foreground);
}
.wp-element-button:visited,
.wp-block-button__link:visited {
color: var(--wp--preset--color--paper);
}
.is-style-primary.wp-element-button,
.is-style-primary .wp-element-button,
.is-style-primary.wp-block-button__link,
.is-style-primary .wp-block-button__link {
background-color: var(--wp--preset--color--ink-deep);
color: var(--wp--preset--color--paper);
border-color: var(--wp--preset--color--ink-deep);
}
.is-style-primary.wp-element-button:hover,
.is-style-primary .wp-element-button:hover,
.is-style-primary.wp-block-button__link:hover,
.is-style-primary .wp-block-button__link:hover {
background-color: transparent;
color: var(--wp--preset--color--foreground);
border-color: var(--wp--preset--color--foreground);
}
.is-style-ghost.wp-element-button,
.is-style-ghost .wp-element-button,
.is-style-ghost.wp-block-button__link,
.is-style-ghost .wp-block-button__link {
background-color: transparent;
color: var(--wp--preset--color--foreground);
border-color: var(--wp--custom--line);
}
.is-style-ghost.wp-element-button:hover,
.is-style-ghost .wp-element-button:hover,
.is-style-ghost.wp-block-button__link:hover,
.is-style-ghost .wp-block-button__link:hover {
background-color: var(--wp--preset--color--ink-deep);
color: var(--wp--preset--color--paper);
border-color: var(--wp--preset--color--ink-deep);
}
.is-style-text.wp-element-button,
.is-style-text .wp-element-button,
.is-style-text.wp-block-button__link,
.is-style-text .wp-block-button__link {
background: none;
border: none;
padding: 0;
display: inline-flex;
align-items: center;
gap: 0.5em;
color: var(--wp--preset--color--foreground);
font-size: 0.95rem;
font-weight: 400;
text-transform: none;
letter-spacing: normal;
}
.is-style-text.wp-element-button::after,
.is-style-text .wp-element-button::after,
.is-style-text.wp-block-button__link::after,
.is-style-text .wp-block-button__link::after {
content: "→";
display: inline-block;
transition: transform 0.35s ease;
}
.is-style-text.wp-element-button:hover,
.is-style-text .wp-element-button:hover,
.is-style-text.wp-block-button__link:hover,
.is-style-text .wp-block-button__link:hover {
background: none;
color: var(--wp--preset--color--primary);
}
.is-style-text.wp-element-button:hover::after,
.is-style-text .wp-element-button:hover::after,
.is-style-text.wp-block-button__link:hover::after,
.is-style-text .wp-block-button__link:hover::after {
transform: translateX(5px);
}
.is-style-column-border {
border-radius: 16px;
border: 1px solid rgba(255, 255, 255, 0.2);
padding: 36px 28px;
}
.is-style-tools {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
padding-bottom: var(--wp--preset--spacing--70);
}
@media screen and (min-width: 600px) {
.is-style-tools {
grid-template-columns: 1fr 1fr 1fr !important;
}
}
@media screen and (min-width: 920px) {
.is-style-tools {
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr !important;
}
}
.is-style-tools .wp-block-column {
display: flex;
justify-content: center;
align-items: center;
}
.is-style-tools .wp-block-column .wp-block-image {
max-width: 60px;
height: auto;
-o-object-fit: cover;
object-fit: cover;
}
.is-style-tools .wp-block-column .wp-block-image img {
filter: grayscale(100%);
transition: all 0.4s ease-in-out;
cursor: pointer;
}
.is-style-tools .wp-block-column .wp-block-image img:hover {
filter: grayscale(0%);
transform: rotate(-10deg);
z-index: 10;
}
.wp-block-heading mark {
position: relative;
z-index: 11;
}
.is-style-decor {
position: relative;
}
.is-style-decor::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 40px;
border-radius: 100%;
background-color: var(--wp--preset--color--primary);
z-index: -1;
}
.is-style-banner .wp-block-media-text {
margin: 0 auto !important;
}
@media screen and (min-width: 1200px) {
.is-style-banner .wp-block-media-text {
position: relative;
}
.is-style-banner .wp-block-media-text::after {
content: "";
position: absolute;
right: -123px;
top: -125px;
width: 538px;
height: 500px;
background-color: #ffb647;
filter: blur(-2px);
border-radius: 15%;
transform: rotate(45deg);
animation: float 3s ease-in-out infinite;
will-change: transform;
}
}
@media screen and (min-width: 768px) {
.is-style-banner {
min-height: 700px;
}
}
.is-style-banner .wp-block-media-text__content {
padding-left: 0;
}
@media screen and (min-width: 768px) {
.is-style-banner .wp-block-media-text__content {
padding-top: 6.25rem;
}
}
.is-style-banner .wp-block-media-text__media {
position: relative;
right: -1rem;
top: -24px;
}
@media screen and (min-width: 601px) {
.is-style-banner .wp-block-media-text__media {
position: absolute;
max-width: 65%;
z-index: 1;
}
}
@media screen and (min-width: 700px) {
.is-style-banner .wp-block-media-text__media {
max-width: 60%;
}
}
@media screen and (min-width: 1200px) {
.is-style-banner .wp-block-media-text__media {
max-width: unset;
animation: float 3s ease-in-out infinite;
will-change: transform;
}
}
@keyframes float {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(-10px);
}
100% {
transform: translateY(0px);
}
}
.is-style-subtitle {
margin-bottom: 10px;
font-family: var(--wp--preset--font-family--heading-font);
color: var(--wp--preset--color--primary);
font-weight: 700;
line-height: 1.2;
}
.is-style-about {
padding-top: var(--wp--preset--spacing--70);
padding-bottom: var(--wp--preset--spacing--70);
}
.is-style-about .wp-block-media-text__content {
padding-left: unset !important;
padding-right: unset !important;
}
.is-style-blog-posts .columns-4.wp-block-post-template {
display: grid;
grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
.is-style-blog-posts .columns-4.wp-block-post-template {
grid-template-columns: 1fr 1fr;
}
}
@media screen and (min-width: 1024px) {
.is-style-blog-posts .columns-4.wp-block-post-template {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
.wp-block-post {
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
border-radius: 16px;
overflow: hidden;
padding-bottom: 20px;
}
.wp-block-post .wp-block-post-title a {
display: inline;
}
.wp-block-post .wp-block-group {
padding: 10px 20px;
}
.wp-block-post .wp-block-columns {
margin-bottom: unset;
}
.wp-block-post .wp-block-post-featured-image {
overflow: hidden;
background-color: var(--wp--preset--color--white);
}
.wp-block-post .wp-block-post-featured-image img {
transition: all 0.3s;
}
.wp-block-post:hover .wp-block-post-featured-image img {
transform: translateX(-1rem) scale(1.03);
}
.wp-block-post:hover .wp-block-post-title a {
background-image: linear-gradient(0deg, currentcolor, currentcolor min(1px, 0.1em), currentcolor min(1px, 0.1em), currentcolor);
background-position: 0 100%;
background-repeat: no-repeat;
background-size: 0 1px !important;
text-decoration: none !important;
transition: background-size 0.4s, color 0.4s;
}
.wp-block-post:hover .wp-block-post-title a:hover {
background-size: 100% 1px !important;
color: var(--wp--preset--color--primary) !important;
}
.quote-section {
padding: clamp(70px, 10vw, 150px) var(--wp--custom--pad);
border-bottom: 1px solid var(--wp--custom--line-soft);
}
.wp-block-quote {
margin: 0;
border: none;
}
.wp-block-quote::before {
content: "„";
display: block;
margin-bottom: 0.5rem;
font-family: var(--wp--preset--font-family--heading-font);
color: var(--wp--preset--color--gold-soft);
font-size: 9.4rem;
line-height: 1;
}
.wp-block-quote p {
font-family: var(--wp--preset--font-family--heading-font);
font-style: italic;
font-size: clamp(1.4rem, 2.6vw, 2rem);
line-height: 1.4;
margin: 0 0 1.8rem;
}
.wp-block-quote cite {
font-style: normal;
font-size: var(--wp--preset--font-size--eyebrow);
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--wp--preset--color--muted);
}
.site-header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 60;
background: var(--wp--preset--color--background);
border-bottom: 1px solid transparent;
box-shadow: 0 0 0 rgba(32, 28, 21, 0);
transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.site-header.is-scrolled {
border-bottom-color: var(--wp--custom--line);
box-shadow: 0 8px 24px rgba(32, 28, 21, 0.08);
background: color-mix(in srgb, var(--wp--preset--color--background) 88%, transparent);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
animation: header-slide-down 0.35s ease-out;
}
.site-header.is-open {
background: var(--wp--preset--color--background) !important;
backdrop-filter: none !important;
-webkit-backdrop-filter: none !important;
}
@keyframes header-slide-down {
from {
transform: translateY(-100%);
}
to {
transform: translateY(0);
}
}
@media (prefers-reduced-motion: reduce) {
.site-header.is-scrolled {
animation: none;
}
}
.nav {
align-items: center;
min-height: 68px;
transition: min-height 0.3s ease;
}
@media (max-width: 479px) {
.nav {
flex-wrap: wrap;
row-gap: 10px;
padding: 14px 0;
min-height: auto;
}
}
@media screen and (min-width: 1100px) {
.nav {
min-height: 84px;
}
}
.site-header.is-scrolled .nav {
min-height: 56px;
}
@media screen and (min-width: 1100px) {
.site-header.is-scrolled .nav {
min-height: 64px;
}
}
.site-header.is-scrolled .nav__brand img {
height: 24px;
}
@media screen and (min-width: 1100px) {
.site-header.is-scrolled .nav__brand img {
height: 26px;
}
}
@media screen and (min-width: 1100px) {
.site-header.is-scrolled .nav__cta .wp-block-button__link {
padding: 0.7em 1.3em;
font-size: 0.72rem;
}
}
.nav__left {
align-items: center;
gap: 0.9rem;
}
@media (max-width: 479px) {
.nav__left {
flex: 1 0 100%;
}
}
.nav__est {
font-size: var(--wp--preset--font-size--eyebrow);
letter-spacing: 0.24em;
text-transform: uppercase;
color: var(--wp--preset--color--muted);
font-weight: 500;
position: relative;
padding-left: 0.9rem;
margin: 0;
}
.nav__est::before {
content: "";
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 1px;
height: 0.85em;
background: var(--wp--custom--line);
}
.nav__est {
display: none;
}
@media screen and (min-width: 1100px) {
.nav__est {
display: block;
}
}
.nav__brand {
display: inline-flex;
align-items: center;
white-space: nowrap;
color: inherit;
text-decoration: none;
}
.nav__brand a::after {
display: none;
}
.nav__brand img {
display: block;
height: 28px;
width: auto;
transition: height 0.3s ease;
}
@media screen and (min-width: 1100px) {
.nav__brand img {
height: 32px;
}
}
.nav__right {
gap: clamp(10px, 2vw, 34px);
align-items: center;
}
@media (max-width: 479px) {
.nav__right {
flex: 1 0 100%;
justify-content: space-between;
}
}
@media screen and (min-width: 1100px) {
.nav__right .nav__cta-wrap {
order: 2;
}
.nav__right .nav__collapse {
order: 1;
}
}
.site-header .nav__collapse {
align-items: center;
gap: clamp(10px, 2vw, 34px);
}
.site-header .nav__collapse .wp-block-navigation__container {
gap: clamp(14px, 2vw, 30px);
}
.site-header .nav__collapse .wp-block-navigation-item__content {
font-size: 0.95rem;
color: var(--wp--preset--color--foreground);
padding: 0 0 2px;
border-bottom: 1px solid transparent;
transition: border-color 0.3s ease, color 0.3s ease;
}
.site-header .nav__collapse .wp-block-navigation-item__content:hover {
color: var(--wp--preset--color--primary);
}
.site-header .nav__collapse .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content {
border-color: currentColor;
}
@media (max-width: 1099px) {
.site-header .nav__collapse {
position: fixed;
top: 68px;
left: 0;
right: 0;
bottom: 0;
z-index: 55;
background: var(--wp--preset--color--background);
border-top: 1px solid transparent;
display: flex;
flex-direction: column;
justify-content: center;
align-items: stretch;
overflow-y: auto;
opacity: 0;
visibility: hidden;
pointer-events: none;
transform: translateY(-12px);
transition: opacity 0.3s ease, transform 0.35s ease, visibility 0.35s, border-color 0.3s ease;
}
}
@media (max-width: 1099px) and (max-width: 479px) {
.site-header .nav__collapse {
top: 118px;
top: 0;
}
}
@media (max-width: 1099px) {
.site-header .nav__collapse .wp-block-navigation__container {
flex-direction: column;
align-items: stretch;
gap: 0;
padding: 8px var(--wp--custom--pad) 24px;
}
.site-header .nav__collapse .wp-block-navigation-item {
border-bottom: 1px solid var(--wp--custom--line);
}
.site-header .nav__collapse .wp-block-navigation-item__content {
display: block;
padding: 18px 0;
font-size: 1.1rem;
border-bottom: none;
}
}
@media (max-width: 1099px) {
.site-header.is-open .nav__collapse {
opacity: 1;
visibility: visible;
pointer-events: auto;
transform: none;
border-top-color: var(--wp--custom--line);
}
}
.nav__burger {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 5px;
width: 44px;
height: 44px;
border: 1px solid var(--wp--custom--line);
background: transparent;
cursor: pointer;
flex-shrink: 0;
}
.nav__burger span {
display: block;
width: 18px;
height: 2px;
background: var(--wp--preset--color--foreground);
transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav__burger[aria-expanded=true] span:nth-child(1) {
transform: translateY(7px) rotate(45deg);
}
.nav__burger[aria-expanded=true] span:nth-child(2) {
opacity: 0;
}
.nav__burger[aria-expanded=true] span:nth-child(3) {
transform: translateY(-7px) rotate(-45deg);
}
@media screen and (min-width: 1100px) {
.nav__burger {
display: none;
}
}
.nav__cta .wp-block-button__link {
display: inline-flex;
align-items: center;
justify-content: center;
height: 44px;
padding: 0 1.2em;
font-size: 0.68rem;
}
@media screen and (min-width: 1100px) {
.nav__cta .wp-block-button__link {
height: auto;
padding: 0.85em 1.6em;
font-size: 0.78rem;
}
}
.nav__cta-wrap,
.nav__burger,
.nav__brand.wp-block-site-logo {
z-index: 100;
position: relative;
}
.lang-switcher {
display: flex;
align-items: center;
}
.lang-switcher__item {
font-size: 0.64rem;
letter-spacing: 0.14em;
text-transform: uppercase;
line-height: 1;
text-decoration: none;
color: var(--wp--preset--color--muted);
padding: 0.4em 0.55em;
transition: color 0.2s ease;
}
.lang-switcher__item::after {
display: none !important;
}
.lang-switcher__item:hover {
color: var(--wp--preset--color--foreground);
}
.lang-switcher__item.is-active {
color: var(--wp--preset--color--primary);
font-weight: 600;
}
.lang-switcher__item + .lang-switcher__item {
border-left: 1px solid var(--wp--custom--line);
}
.site-footer {
color: #C9C2B4;
}
.site-footer__top {
align-items: flex-start;
gap: 2rem;
padding: clamp(46px, 5vw, 70px) 0 clamp(30px, 3vw, 44px);
}
.site-footer__brand {
display: inline-flex;
}
.site-footer__brand a::after {
display: none;
}
.site-footer__brand img {
display: block;
height: 28px;
width: auto;
filter: brightness(0) invert(1);
}
.site-footer__addr {
margin: 0.7rem 0 0;
font-size: 0.92rem;
color: #9A9384;
}
.site-footer__links .wp-block-navigation__container {
gap: 2rem;
}
.site-footer__links .wp-block-navigation-item__content {
font-size: 0.66rem;
letter-spacing: 0.18em;
text-transform: uppercase;
color: #9A9384;
transition: color 0.3s;
}
.site-footer__links .wp-block-navigation-item__content:hover {
color: var(--wp--preset--color--paper);
}
.site-footer__bar {
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding: 1.5rem 0;
}
.site-footer__copy {
margin: 0;
font-size: 0.64rem;
letter-spacing: 0.16em;
text-transform: uppercase;
color: #7C7566;
}
body:not(.editor-styles-wrapper) .reveal {
opacity: 0;
transform: translateY(22px);
transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
transition-delay: var(--delay, 0s);
}
body:not(.editor-styles-wrapper) .reveal.is-in {
opacity: 1;
transform: none;
}
body:not(.editor-styles-wrapper) .reveal-img {
opacity: 0;
transform: scale(1.07);
transition: opacity 1.05s cubic-bezier(0.2, 0.7, 0.2, 1), transform 1.3s cubic-bezier(0.2, 0.7, 0.2, 1);
will-change: opacity, transform;
}
body:not(.editor-styles-wrapper) .reveal-img.is-in {
opacity: 1;
transform: none;
}
.anim-words .w {
display: inline-block;
overflow: hidden;
vertical-align: top;
line-height: inherit;
padding-bottom: 0.14em;
margin-bottom: -0.14em;
}
.anim-words .w > * {
display: inline-block;
transform: translateY(115%);
transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
transition-delay: var(--d, 0s);
will-change: transform;
}
.anim-words.is-in .w > * {
transform: none;
}
@media (prefers-reduced-motion: reduce) {
.reveal {
opacity: 1;
transform: none;
}
.anim-words .w > * {
transform: none !important;
}
.reveal-img,
.reveal-img.is-in {
opacity: 1 !important;
transform: none !important;
}
}
.eyebrow {
font-family: var(--wp--preset--font-family--body-font);
font-size: var(--wp--preset--font-size--eyebrow);
font-weight: 600;
letter-spacing: 0.22em;
text-transform: uppercase;
color: var(--wp--preset--color--primary);
margin: 0 0 1.4rem;
}
.booking-request {
padding: clamp(56px, 7vw, 100px) 0;
background: var(--wp--preset--color--secondary);
}
.booking-request[hidden] {
display: none;
}
.booking-request__wrap {
max-width: 720px;
margin-inline: auto;
padding-inline: var(--wp--custom--pad);
}
.booking-request__title {
font-size: clamp(2rem, 3.4vw, 2.8rem);
margin: 0;
}
.booking-request__lede {
color: var(--wp--preset--color--muted);
margin: 0.6rem 0 clamp(28px, 3vw, 40px);
}
.booking-request__summary {
background: var(--wp--preset--color--paper);
border: 1px solid var(--wp--custom--line);
padding: clamp(20px, 2.5vw, 28px);
margin-bottom: clamp(24px, 3vw, 34px);
}
.booking-request__summary:empty {
display: none;
}
.booking-request__summary h3 {
font-size: 1.4rem;
margin: 0 0 1rem;
}
.booking-request__summary dl {
margin: 0;
display: grid;
gap: 0.7rem;
}
.booking-request__summary dl > div {
display: flex;
justify-content: space-between;
gap: 1rem;
}
.booking-request__summary dt {
font-size: 0.64rem;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--wp--preset--color--muted);
}
.booking-request__summary dd {
margin: 0;
text-align: right;
}
.booking-request__fields {
border: 1px solid var(--wp--custom--line);
background: var(--wp--preset--color--paper);
}
.booking-request__row {
display: grid;
grid-template-columns: 1fr;
}
@media (min-width: 600px) {
.booking-request__row {
grid-template-columns: 1fr 1fr;
}
}
.booking-request__row + .booking-request__row {
border-top: 1px solid var(--wp--custom--line);
}
.booking-request__cell {
display: flex;
flex-direction: column;
gap: 0.5rem;
padding: 1.1rem 1.3rem;
min-width: 0;
}
.booking-request__cell + .booking-request__cell {
border-top: 1px solid var(--wp--custom--line);
}
@media (min-width: 600px) {
.booking-request__cell + .booking-request__cell {
border-top: none;
border-left: 1px solid var(--wp--custom--line);
}
}
.booking-request__cell--full {
grid-column: 1/-1;
border-left: none;
}
.booking-request__cell label {
font-size: 0.62rem;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--wp--preset--color--primary);
}
.booking-request__cell input,
.booking-request__cell textarea {
border: none;
background: transparent;
font-family: var(--wp--preset--font-family--body-font);
font-size: 1rem;
color: var(--wp--preset--color--foreground);
width: 100%;
padding: 0;
resize: vertical;
}
.booking-request__cell input:focus,
.booking-request__cell textarea:focus {
outline: none;
}
.booking-request__foot {
display: flex;
justify-content: center;
margin-top: 1.6rem;
}
.booking-request__foot p {
display: flex;
align-items: center;
justify-content: center;
position: relative;
margin: 0;
}
.booking-request__foot .wpcf7-spinner {
position: absolute;
left: 100%;
margin-left: 0.8rem;
}
.booking-request__submit {
border: 2px solid var(--wp--preset--color--ink-deep);
background: var(--wp--preset--color--ink-deep);
color: var(--wp--preset--color--paper);
font-family: var(--wp--preset--font-family--body-font);
font-size: 0.78rem;
font-weight: 600;
letter-spacing: 0.16em;
text-transform: uppercase;
padding: 1.1rem 2.4rem;
cursor: pointer;
transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}
.booking-request__submit:hover {
background: transparent;
color: var(--wp--preset--color--foreground);
border-color: var(--wp--preset--color--foreground);
}
.booking-request .wpcf7-response-output {
margin: 1.6rem 0 0 !important;
padding: 1rem 1.2rem !important;
border: 1px solid var(--wp--custom--line) !important;
background: var(--wp--preset--color--paper);
font-size: 0.95rem;
}
.filterbar {
display: flex;
align-items: center;
gap: 1.4rem;
padding: 1.4rem 0;
border-top: 1px solid var(--wp--custom--line);
border-bottom: 1px solid var(--wp--custom--line);
flex-wrap: wrap;
}
.filterbar__label {
font-size: 0.66rem;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--wp--preset--color--muted);
}
.chips {
display: flex;
gap: 0.4rem;
flex-wrap: wrap;
}
.chip {
border: 1px solid var(--wp--custom--line);
background: transparent;
color: var(--wp--preset--color--foreground);
font-family: var(--wp--preset--font-family--body-font);
font-size: 0.85rem;
padding: 0.55em 1.2em;
cursor: pointer;
transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.chip:hover {
border-color: var(--wp--preset--color--foreground);
}
.chip[aria-pressed=true] {
background: var(--wp--preset--color--ink-deep);
color: var(--wp--preset--color--paper);
border-color: var(--wp--preset--color--ink-deep);
}
.filterbar__count {
margin-left: auto;
font-size: 0.66rem;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--wp--preset--color--muted);
}
.tag {
display: inline-flex;
align-items: center;
font-size: 0.62rem;
letter-spacing: 0.12em;
text-transform: uppercase;
line-height: 1;
white-space: nowrap;
color: var(--wp--preset--color--muted);
border: 1px solid var(--wp--custom--line);
padding: 0.5em 0.9em;
}
html {
scroll-behavior: smooth;
scroll-padding-top: 32px;
}
html.is-nav-locked {
overflow: hidden;
}
html.is-nav-locked body {
overflow: hidden;
}
body {
overflow-x: clip;
overflow-y: visible;
}
.home main {
margin-top: 0;
}
a:not(.wp-element-button) {
position: relative;
text-decoration: none;
}
a:not(.wp-element-button)::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -0.2em;
height: 1px;
background: currentColor;
transform: scaleX(0);
transform-origin: center;
transition: transform 0.3s ease-in-out;
}
a:not(.wp-element-button):hover::after {
transform: scaleX(1);
}
#wpadminbar a::after {
display: none;
}
input[type=date] {
cursor: pointer;
}
input[type=date]::-webkit-calendar-picker-indicator {
cursor: pointer;
}
main > section[class*=wp-block-hotel-]:first-child:not(.wp-block-hotel-hero):not(.wp-block-hotel-page-hero),
.entry-content > section[class*=wp-block-hotel-]:first-child:not(.wp-block-hotel-hero):not(.wp-block-hotel-page-hero) {
padding-top: calc(68px + clamp(44px, 9vw, 64px));
}
@media (max-width: 479px) {
main > section[class*=wp-block-hotel-]:first-child:not(.wp-block-hotel-hero):not(.wp-block-hotel-page-hero),
.entry-content > section[class*=wp-block-hotel-]:first-child:not(.wp-block-hotel-hero):not(.wp-block-hotel-page-hero) {
padding-top: calc(118px + clamp(40px, 9vw, 56px));
}
}
@media screen and (min-width: 1100px) {
main > section[class*=wp-block-hotel-]:first-child:not(.wp-block-hotel-hero):not(.wp-block-hotel-page-hero),
.entry-content > section[class*=wp-block-hotel-]:first-child:not(.wp-block-hotel-hero):not(.wp-block-hotel-page-hero) {
padding-top: calc(84px + clamp(56px, 6vw, 100px));
}
}
section[class*=wp-block-hotel-]:not(.alignfull) {
max-width: var(--wp--style--global--wide-size);
margin-inline: auto;
}
body.admin-bar {
margin-top: 38px !important;
}