/* ==========================================================================
   MANROPE (Variable Font - Contains all weights from 200 to 800)
   ========================================================================== */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  /* Defines the range of weights this single file supports */
  font-weight: 200 800; 
  font-display: swap;
  /* Points up one level, into fonts, then Manrope folder */
  src: url('../fonts/Manrope/Manrope-VariableFont_wght.woff2') format('woff2-supports-variations'),
       url('../fonts/Manrope/Manrope-VariableFont_wght.woff2') format('woff2');
}

/* ==========================================================================
   EB GARAMOND (Variable Fonts - Separate Roman and Italic files)
   ========================================================================== */

/* Upright / Regular & Bolds (Weights 400 to 800) */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/EB_Garamond/EBGaramond-VariableFont_wght.woff2') format('woff2-supports-variations'),
       url('../fonts/EB_Garamond/EBGaramond-VariableFont_wght.woff2') format('woff2');
}

/* Italics (Weights 400 to 800) */
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/EB_Garamond/EBGaramond-Italic-VariableFont_wght.woff2') format('woff2-supports-variations'),
       url('../fonts/EB_Garamond/EBGaramond-Italic-VariableFont_wght.woff2') format('woff2');
}

/* ==========================================================================
   ROBOTO MONO (Variable Fonts - Separate Roman and Italic files)
   ========================================================================== */

/* Upright / Regular & Bolds (Weights 100 to 700) */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url('../fonts/Roboto_Mono/RobotoMono-VariableFont_wght.woff2') format('woff2-supports-variations'),
       url('../fonts/Roboto_Mono/RobotoMono-VariableFont_wght.woff2') format('woff2');
}

/* Italics (Weights 100 to 700) */
@font-face {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 100 700;
  font-display: swap;
  src: url('../fonts/Roboto_Mono/RobotoMono-Italic-VariableFont_wght.woff2') format('woff2-supports-variations'),
       url('../fonts/Roboto_Mono/RobotoMono-Italic-VariableFont_wght.woff2') format('woff2');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

*:focus {
    outline: none !important;
}

:root {
    --background-color: #F8F7F4;
    --header-background-color: rgba(248, 247, 244, 0.8);
    --main-color: #5A3434;
    --accent-color: #B3C9DA;
    --accent-color-bkg: rgba(179, 201, 218, 0.44);
    --alt-background-color: #fff;
    --button-alt-background-color: rgba(255, 103, 0, 0.15);
    --button-alt-color: #FF6700;
    --bkg-main-color: rgba(90, 52, 52, 0.4);
    --border-radius-1: 0.65rem;
    --font-family-1: "Manrope", sans-serif;
    --font-family-2: "EB Garamond", serif;
    --font-family-3: "Roboto Mono", monospace;
    font-size: clamp(14px, 1vw, 19px);
}

body {
    font-family: var(--font-family-1);
    font-weight: 400;
    line-height: 1.5em;
    background-color: var(--background-color);
    color: var(--main-color);
    position: relative;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    cursor: none;
}

a,
a:hover,
a:visited,
a:active,
a:hover .underline {
    color: var(--main-color);
    text-decoration: none;
    cursor: none;
}

#wpadminbar a {
    cursor: pointer;
}

.underline {
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}

h1 {
    font-size: 5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
}

h2 {
    font-size: 5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
}

h3 {
    font-size: 1.8rem;
    font-family: var(--font-family-2);
    color: var(--accent-color);
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 2rem;
}

h4 {
    font-size: 1rem;
    font-family: var(--font-family-3);
    margin-bottom: 2rem;
}

strong {
    font-weight: 700;
}

em {
    font-family: var(--font-family-2);
    font-style: italic;
    font-weight: 600;
}

.text-center {
    text-align: center;
}

.reveal {
    opacity: 0;
    transform-origin: 50% 50% 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, .208378, 0, 0, -.173648, .984808, 0, 0, 90, 0, 1);
    transition: transform 1s, opacity 1s;
}

.reveal.visible {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.reveal-delay100 {
    transition-delay: 100ms;
}

.reveal-delay200 {
    transition-delay: 200ms;
}

.reveal-delay300 {
    transition-delay: 300ms;
}

.reveal-delay400 {
    transition-delay: 400ms;
}

.autofadein {
    animation: fadein 300ms ease-in;
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.d-none {
    display: none !important;
}

.custom-cursor {
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 4rem;
    margin-left: -2rem;
    margin-top: -2rem;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid var(--button-alt-color);
    background-color: var(--button-alt-color);
    transition-property: transform, scale, opacity, background-color;
    transition-duration: 250ms;
    transition-timing-function: ease-in-out;
    scale: 0.3;
    z-index: 100000;
}

.custom-cursor--link {
    scale: 0.5;
    background-color: transparent;
}

.custom-cursor--altlink {
    border-color: var(--accent-color);
}

.custom-cursor--active {
    scale: 0.3;
    background-color: var(--button-alt-color);
}

.custom-cursor--init {
    opacity: 1;
}

main {
    min-height: calc(100dvh - 10rem);
}

.container {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
}

.container-small {
    width: 100%;
    padding-left: 20rem;
    padding-right: 20rem;
}

.container-mid {
    width: 100%;
    padding-left: 8rem;
    padding-right: 8rem;
}

header {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--header-background-color);
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
    border-bottom: 1px solid var(--main-color);
}

header.fixed {
    position: fixed;
    z-index: 999;
    top: 0;
}

.admin-bar header.fixed {
    top: 32px;
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.69rem;
    padding-bottom: 0.69rem;
    font-family: var(--font-family-3);
}

.main-header .logo img {
    width: 12rem;
    height: auto;
    transition: width 0.3s ease-in-out;
    margin-bottom: 1.3rem;
}

#menu-main {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    counter-reset: menu-counter;
}

#menu-main li {
    color: var(--main-color);
    font-size: 0.85rem;
    font-style: normal;
    line-height: 150%;
    text-transform: uppercase;
    margin-right: 2.5rem;
    position: relative;
}

#menu-main li:last-child {
    margin-right: 0;
}

#menu-main li a::before {
    counter-increment: menu-counter;
    content: counter(menu-counter, decimal-leading-zero) ". ";
    color: var(--main-color);
}

#menu-main li.special {
    display: none;
}

#menu-main li a:hover,
#menu-main li a:hover::before {
    color: var(--accent-color);
}

#menu-main li a {
    position: relative;
}

/* MOBILE MENU HAMBURGER TOGGLE */

.menu-toggle {
    width: 4ch;
    height: 1ch;
    display: none;
    text-align: right;
}

.menu-toggle::before {
    content: 'MENU';
    font-family: var(--font-family-3);
    font-size: 1rem;
}

.menu-toggle.close::before {
    content: '\2716';
}

button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}

input[type="submit"],
button a,
button a:visited,
.button,
.button:visited {
    display: block;
    padding: 0.7rem 1rem;
    background-color: var(--accent-color);
    color: var(--main-color);
    font-family: var(--font-family-1);
    text-transform: uppercase;
    font-size: 1rem;
    font-style: normal;
    line-height: 120%;
    border: none;
    border-radius: var(--border-radius-1);
    cursor: none;
}

.button-alt,
.button-alt:visited,
input[type="submit"].button-alt {
    background-color: var(--button-alt-background-color);
    color: var(--button-alt-color);
}

button a:hover,
.button:hover,
input[type="submit"].button-alt:hover {
    background-color: var(--main-color);
    color: #fff;
}

.button-alt:hover {
    background-color: var(--button-alt-color);
    color: #fff;
}

input[type="submit"]:active,
button a:active {
    background-color: var(--main-color) !important;
    color: #fff;
}

input[type="submit"]:disabled {
    background-color: #fff;
    color: var(--main-color);
    pointer-events: none;
}

input::placeholder {
    color: var(--main-color);
    font-family: var(--font-family-3);
    font-size: 1rem;
}

label {
    display: block;
    color: var(--main-color);
    font-family: var(--font-family-3);
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    cursor: none;
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea {
    border: none;
    background-color: #fff;
    font-family: var(--font-family-3);
    color: var(--main-color);
    font-size: 1rem;
    padding: 1rem;
    border-radius: var(--border-radius-1);
    width: 100%;
    cursor: none;
}

input[type="radio"] {
    cursor: none;
}

.wpcf7-list-item {
    margin: 0;
    display: block;
}

/* .wpcf7-acceptance input,
.wpcf7-acceptance label {
    cursor: pointer;
} */

.wpcf7-list-item a {
    color: var(--main-color);
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-spinner {
    display: block;
    margin: 1rem 0;
}

.wpcf7-response-output {
    font-family: var(--font-family-3);
    margin: 0 !important;
    padding: 0 !important;
    margin-top: -2rem !important;
    width: 100%;
    text-align: right;
    color: var(--button-alt-color);
    border: none !important;
}

.wpcf7-not-valid-tip {
    font-family: var(--font-family-3);
    color: var(--button-alt-color);
    margin-top: 0.5rem;
}

footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 2rem;
}

#menu-footer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid var(--main-color);
}

#menu-footer li {
    flex-basis: 25%;
}

#menu-footer li:last-child {
    flex: auto;
}

#menu-footer li a {
    font-size: 0.85rem;
    font-style: normal;
    line-height: 1.5em;
}

#menu-footer li a:hover {
    color: var(--accent-color);
}

#menu-footer .sub-menu {
    margin-top: 3rem;
}

#menu-footer>li>a {
    font-family: var(--font-family-3);
    text-transform: uppercase;
    pointer-events: none;
}

#menu-footer>li>a::before {
    content: '[';
    display: inline-block;
    margin-right: 1ch;
}

#menu-footer>li>a::after {
    content: ']';
    display: inline-block;
    margin-left: 1ch;
}

#menu-footer .sub-menu>li.margin-bottom {
    margin-bottom: 1.2rem;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 2rem;
    width: 100%;
}

.footer-copyright {
    font-family: var(--font-family-3);
    font-size: 0.85rem;
    font-style: normal;
    line-height: 1.5em;
    color: var(--accent-color);
}

#menu-subfooter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#menu-subfooter li a {
    font-family: var(--font-family-3);
    font-size: 0.85rem;
    font-style: normal;
    color: var(--accent-color);
}

#menu-subfooter li::after {
    content: '·';
    display: inline-block;
    color: var(--accent-color);
    margin-left: 0.7rem;
    margin-right: 0.7rem;
}

#menu-subfooter li.wpml-ls-item a {
    color: var(--main-color);
}

#menu-subfooter li.wpml-ls-item a:hover {
    color: var(--accent-color);
}

#menu-subfooter li:last-child::after {
    display: none;
}

#menu-subfooter li a:hover {
    color: var(--main-color);
}

#menu-subfooter li.menu-item-has-children {
    position: relative;
}

#menu-subfooter li.menu-item-has-children>a::after {
    content: '';
    display: inline-block;
    margin-left: 0.3rem;
    width: 0.75rem;
    height: 0.375rem;
    transform: translateY(-50%);
    background-image: url("../images/arrow-down.svg");
    background-size: 0.75rem 0.375rem;
    margin-top: 0.4rem;
}

#menu-subfooter li.menu-item-has-children:hover>a::after,
#menu-subfooter li.menu-item-has-children.current-menu-ancestor>a::after {
    transform: rotate(180deg);
    margin-top: -0.1rem;
}

#menu-subfooter ul.sub-menu {
    position: absolute;
    z-index: 4;
    top: 0;
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    margin-top: 1.2rem;
    padding-right: 1rem;
    flex-direction: column;
}

#menu-subfooter li.menu-item-has-children:hover>.sub-menu {
    display: flex;
    opacity: 1;
}

#menu-subfooter ul.sub-menu.visible {
    opacity: 1;
}

#menu-subfooter ul.sub-menu li a {
    display: block;
}

.mute {
    pointer-events: none;
}

.header-cta-mobile {
    display: none;
}

.background-accent {
    background-color: var(--accent-color-bkg);
}

section {
    margin-bottom: 6rem;
}

.content-fullscreen {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.content-fullscreen__image,
.content-fullscreen__video {
    width: 100%;
    height: auto;
}

.content-fullscreen__image img {
    width: 100%;
    height: auto;
}

.home-description__title {
    width: 55vw;
    margin-bottom: 8rem;
}

.home-description__text,
.spaces-description__text {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2rem;
}

.home-description__text--text,
.spaces-description__text--text {
    flex-basis: 41vw;
    font-family: var(--font-family-3);
    font-size: 1rem;
    padding-right: 5rem;
}

.home-ourspaces-container {
    display: grid;
    grid-template-columns: 50% 50%;
}

.home-ourspaces__text {
    grid-column: 1;
    grid-row: 1 / 3;
    padding-right: 45%;
    align-self: center;
}

.home-ourspaces__image {
    grid-column: 2;
    grid-row: 1 / 3;
}

.home-ourspaces__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--border-radius-1);
}

.home-ourspaces__features--container {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.home-ourspaces__features {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 4rem;
}

.home-ourspaces__features--item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-ourspaces__features--item .number {
    font-size: 4rem;
    font-family: var(--font-family-2);
    margin-bottom: 2rem;
}

.home-ourspaces__features--item .description {
    font-size: 1rem;
    font-family: var(--font-family-3);
    text-transform: uppercase;
    text-align: center;
}

.home-ourspaces-cta {
    display: flex;
    justify-content: center;
}

.banner {
    font-family: var(--font-family-3);
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
    padding: 3rem 0;
    width: 100vw;
    overflow: hidden;
}

.events .banner {
    padding: 1.3rem 0;
    text-transform: uppercase;
}

.home-ourservices__services {
    position: relative;
    display: inline-block;
    margin-top: 6rem;
}

.home-ourservices__services--item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
    min-height: 4rem;
}

.home-ourservices__services--item .icon img {
    width: 2rem;
    height: auto;
}

.home-ourservices-cta {
    display: flex;
    justify-content: center;
}

.about-description__title,
.spaces-description__title {
    width: 65vw;
    margin-bottom: 8rem;
}

.about-founder-studio {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6rem;
}

.about-founder-studio>* {
    flex-basis: calc(50% - 2rem);
    border-top: 1px solid var(--main-color);
    padding-top: 2rem;
}

.about-founder-studio .description {
    padding-right: 3.8rem;
}

.about-features {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.about-features-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 4rem;
}

.about-features__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-features__item .number {
    font-size: 4rem;
    font-family: var(--font-family-2);
    margin-bottom: 2rem;
}

.about-features__item .description {
    font-size: 1rem;
    font-family: var(--font-family-3);
    text-transform: uppercase;
}

.about-whatwebelieve {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.about-whatwebelieve__description {
    font-size: 3rem;
    line-height: 1.3em;
    width: 45vw;
}

.spaces-carousel {
    width: 100%;
    overflow: hidden;
    padding: 1rem 0;
    height: 80svh;
}

.spaces-carousel__item {
    width: auto;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.spaces-carousel__item img {
    height: auto;
    width: 40vw;
    object-fit: contain;
    display: block;
}

.spaces-carousel__item video {
    width: auto;
    height: 100%;
    object-fit: contain;
    display: block;
}

.spaces-carousel__item--title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bkg-main-color);
    backdrop-filter: blur(0.5rem);
    -webkit-backdrop-filter: blur(0.5rem);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-family-3);
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.spaces-carousel__item--title:hover {
    opacity: 1;
}

.spaces-cta {
    display: flex;
    justify-content: center;
}

.scene-360 {
    border-radius: var(--border-radius-1);
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 7;
    overflow: hidden;
}

.pnlm-container {
    font-family: var(--font-family-1) !important;
}

.pnlm-panorama-info {
    bottom: 0;
    border-top-right-radius: 0.4rem;
    background-color: var(--background-color);
    color: var(--main-color);
    padding: 0.5rem;
    font-size: 1rem;
    display: none !important;
}

.scene-360-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    margin-top: 3rem;
    font-family: var(--font-family-3);
}

.spaces-tabs {
    list-style: none;
    margin: 0;
    padding: 1rem 3rem;
    border: 1px solid var(--main-color);
    border-radius: var(--border-radius-1);
    display: flex;
    justify-content: flex-start;
    gap: 3rem;
    align-items: center;
}

.spaces-tabs__item {
    font-size: 1.2rem;
    font-weight: 700;
}

.spaces-tabs__item:hover {
    color: var(--button-alt-color);
}

.spaces-tabs__item.active {
    color: var(--button-alt-color);
}

.spaces-contents {
    background-color: var(--alt-background-color);
    border-radius: var(--border-radius-1);
    padding: 3rem;
    margin-top: 1rem;
}

.spaces-contents__item {
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    gap: 0 2rem;
    display: none;
}

.spaces-contents__item.active {
    display: grid;
}

.spaces-contents__item--text {
    grid-row: 1;
    grid-column: 1;
    margin-bottom: 4rem;
}

.spaces-contents__item--features {
    grid-row: 2 / 4;
    grid-column: 1;
}

.spaces-contents__item--plans {
    grid-row: 1 / 6;
    grid-column: 2;
}

.spaces-contents__item--book {
    grid-row: 6;
    grid-column: 2;
    display: flex;
    justify-content: flex-end;
    margin-top: 3rem;
}

.spaces-contents__item--features--item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
}

.spaces-contents__item--features--item>span {
    font-family: var(--font-family-3);
}

.spaces-contents__item--features--item>span:first-child {
    flex-basis: 24%;
    flex-shrink: 0;
}

.spaces-contents__item--features--item>span:last-child {
    flex-basis: 86%;
}

.spaces-contents__item--features--item>span:last-child::before {
    content: '→';
    display: inline-block;
    font-family: var(--font-family-3);
    margin-right: 1ch;
}

.spaces-contents__item--plans {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3rem 0;
}

.spaces-contents__item--plans .title {
    font-family: var(--font-family-3);
}

.spaces-contents__item--plans>.col-1 {
    flex-basis: 85%;
}

.spaces-contents__item--plans>.col-2 {
    flex-basis: 15%;
}

.spaces-contents__item--plans>.col-full {
    flex-basis: 100%;
}

.spaces-contents__item--plans .plan-break {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.spaces-contents__item--plans .plan-break-line {
    flex: auto;
    height: 1px;
    border-top: 1px solid var(--main-color);
}

.spaces-contents__item--plans .plan-break-text {
    background-color: var(--accent-color-bkg);
    border-radius: var(--border-radius-1);
    padding: 1.2rem 3rem;
    font-family: var(--font-family-3);
    text-align: center;
}

.spaces-contents__item--plans .col-1.plan {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.spaces-contents__item--plans .plan-detail {
    font-family: var(--font-family-1);
    text-transform: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.2rem;
    margin-bottom: 0;
}

.spaces-contents__item--plans .plan-detail .description {
    font-family: var(--font-family-3);
    font-size: 0.85rem;
}

/* .spaces-contents__item--plans label {
    cursor: pointer;
} */

.spaces-contents__item--plans .plan-info input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 1rem;
    height: 1rem;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    outline: none;
    display: inline-grid;
    place-content: center;
}

.spaces-contents__item--plans .plan-info input[type="radio"]::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: var(--accent-color);
}

.spaces-contents__item--plans .plan-info input[type="radio"]:checked::before {
    transform: scale(1);
}

.spaces-contents__item--plans .col-2.price {
    font-family: var(--font-family-2);
    font-style: italic;
    color: var(--accent-color);
    font-weight: 700;
}

.event-month-group {
    width: 100%;
    overflow: hidden;
}

.events-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.events-list__item {
    flex-basis: 50%;
    height: 50svh;
    width: auto;
    text-align: center;
    padding: 2rem;
    border-right: 1px solid var(--main-color);
}

.events-list__item.empty {
    pointer-events: none;
}

.events-list__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.events-list__item .event-description {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.events-list__item .event-title {
    color: #fff;
    text-transform: uppercase;
}

.events-list__item .event-date {
    color: #fff;
    font-family: var(--font-family-3);
    font-size: 0.85rem;
}

.event-single .image img {
    width: 100%;
    height: 35svh;
    object-fit: cover;
    object-position: center center;
    margin-bottom: 2rem;
}

.events-list__item:hover {
    background-color: var(--main-color);
}

.events-list__item:hover img {
    display: none;
}

.events-list__item:hover .event-description {
    display: flex;
}

.event-month-group .swiper-buttons {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.event-month-group .swiper-button-prev,
.event-month-group .swiper-button-next {
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-month-group .swiper-button-prev {
    left: 1rem;
}

.event-month-group .swiper-button-next {
    right: 1rem;
}

.event-month-group .swiper-button-next.swiper-button-disabled,
.event-month-group .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.event-month-group .swiper-button-next::after,
.event-month-group .swiper-button-prev::after {
    opacity: 1;
    content: '';
    width: 1rem;
    height: 1.5rem;
    background-color: var(--main-color);
    display: block;
    transition: background-color 0.3s ease;
}

.event-month-group .swiper-button-next::after {
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

.event-month-group .swiper-button-prev::after {
    clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
}

.events-list.left-slide-hovered .swiper-button-prev::after {
    background-color: var(--background-color);
}

.events-list.right-slide-hovered .swiper-button-next::after {
    background-color: var(--background-color);
}

.location-map {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 2rem;
}

.location-map-image {
    grid-row: 1 / 6;
    grid-column: 1;
}

.location-map-image img {
    width: 100%;
    height: auto;
}

.location-map-distances {
    grid-row: 3;
    grid-column: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 6rem;
}

.location-map-distances__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    width: 70%;
}

.location-map-distances__item .icon img {
    width: 1rem;
    height: auto;
}

.location-map-distances__item .description {
    flex-basis: 60%;
}

.location-map-google-maps-url {
    grid-row: 4;
    grid-column: 2;
    display: flex;
    justify-content: flex-start;
}

.location-bottom-image {
    margin-top: 8rem;
    padding-left: 40vw;
}

.location-bottom-image img {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius-1);
}

.contact-contacts-form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
    margin-top: 10rem;
}

.contact-contacts-form .contacts {
    flex-basis: 45%;
    padding-left: 4rem;
}

.contact-contacts-form .contacts__item {
    font-family: var(--font-family-3);
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.contact-contacts-form .contacts__item h5 {
    font-family: var(--font-family-3);
    color: var(--button-alt-color);
    margin-bottom: 1rem;
}

.contact-contacts-form .contacts__item.social a {
    display: block;
    color: var(--button-alt-color);
}

.contact-contacts-form .form {
    flex-basis: 55%;
}

.contact-contacts-form .form form {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
}

.contact-contacts-form .form .form-half {
    flex-basis: calc(50% - 1rem);
    display: inline-block;
}

.contact-contacts-form .form .form-full {
    flex-basis: 100%;
}

.contact-bottom-image {
    width: 100%;
    padding-left: 12rem;
    padding-right: 12rem;
}

.contact-bottom-image img {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius-1);
}

.faq-container {
    max-width: 100%;
    margin: 4rem auto;
    padding-left: 6rem;
    padding-bottom: 6rem;
}

.faq-item {
    border-top: 1px solid var(--main-color);
    overflow: hidden;
}

.faq-item:last-child {
    border-bottom: 1px solid var(--main-color);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 2.5rem;
    padding: 2.5rem 2rem 2.5rem 0;
    font-size: 2.2rem;
    line-height: 1.3em;
    font-weight: 500;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: var(--accent-color);
}

.faq-icon {
    font-size: 1.5rem;
    color: var(--button-alt-color);
    transition: transform 0.3s ease;
}

.faq-question:hover .faq-icon {
    color: var(--accent-color);
}

.faq-answer-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.faq-answer {
    padding: 0 18rem 2.5rem 0;
    font-size: 1.5rem;
    line-height: 1.3em;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer a {
    color: var(--button-alt-color);
}

.faq-answer a:hover {
    color: var(--accent-color);
}

.grecaptcha-badge {
    display: none !important;
}

@media (max-width: 1060px) {

    .main-header .logo img {
        width: 10rem;
    }

    .menu-toggle {
        display: block;
        text-align: center;
    }

    .menu-container {
        display: block;
        position: absolute;
        z-index: 998;
        top: 6.9rem;
        left: 50%;
        background: var(--background-color);
        opacity: 1;
        overflow-y: auto;
        padding: 2rem;
        transition: transform 0.3s ease-in-out;
        transform: translate(-50%, calc(-100% - 6.9rem));
    }

    .admin-bar .menu-container {
        transform: translate(-50%, calc(-100% - 6.9rem - 32px));
    }

    .menu-container.reveal {
        opacity: 1;
        transform: translate(-50%, 0);
    }

    #menu-main {
        flex-direction: column;
        gap: 1rem;
    }

    #menu-main li {
        font-size: 1rem;
        margin-right: 0;
    }

    .mobile-body-overlay {
        display: none;
        width: 100vw;
        height: 100vh;
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000;
        opacity: 0;
    }

    .menu-open .mobile-body-overlay {
        display: block;
        z-index: 997;
    }

    body.menu-open {
        overflow-y: hidden;
    }

    .home-ourspaces-container {
        display: grid;
        grid-template-columns: 100%;
        gap: 3rem;
    }

    .home-ourspaces__text {
        grid-column: 1;
        grid-row: 1;
        padding-right: 45%;
    }

    .home-ourspaces__image {
        grid-column: 1;
        grid-row: 3;
        padding-left: 14%;
    }

    .about-founder-studio,
    .about-features-container,
    .about-whatwebelieve {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .about-whatwebelieve {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .spaces-carousel {
        height: 60svh;
    }

    .spaces-contents__item--plans .plan-break {
        justify-content: center;
    }

    .spaces-contents__item--plans .plan-break-line {
        display: none;
    }

    .spaces-contents__item--plans>.col-1 {
        flex-basis: 70%;
    }

    .spaces-contents__item--plans>.col-2 {
        flex-basis: 30%;
    }

    .scene-360 {
        aspect-ratio: 16 / 9;
    }

    .events-list__item:hover {
        background-color: transparent;
    }

    .events-list__item:hover img,
    .events-list__item:hover .event-description {
        display: block;
    }

    .events-list__item img {
        height: calc(100% - 4rem);
    }

    .events-list__item .event-description {
        display: block;
        margin-top: 1rem;
    }

    .events-list__item .event-title,
    .events-list__item .event-date,
    .events-list__item:hover .event-title,
    .events-list__item:hover .event-date {
        color: var(--main-color);
    }

    .events-list.left-slide-hovered .swiper-button-prev::after {
        background-color: var(--main-color);
    }

    .events-list.right-slide-hovered .swiper-button-next::after {
        background-color: var(--main-color);
    }

    .location-bottom-text {
        width: 55vw;
    }

    .location-map {
        grid-template-columns: 60% 40%;
    }

    .location-map-distances__item {
        width: 100%;
    }

    .contact-contacts-form .contacts {
        padding-left: 0;
    }

    .contact-bottom-image {
        padding-left: 8rem;
        padding-right: 8rem;
    }

    .faq-answer {
        padding: 0 4rem 2.5rem 0;
    }

}

@media (max-width: 767px) {

    .header-cta {
        display: none;
    }

    .header-cta-mobile {
        display: block;
        margin-top: 4rem;
    }

    main {
        padding-bottom: 2rem;
    }

    .container,
    .container-header,
    .container-small,
    .container-mid {
        width: 100%;
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .menu-toggle {
        text-align: right;
    }

    .menu-container {
        display: block;
        position: absolute;
        z-index: 998;
        top: 6.9rem;
        right: 0;
        left: auto;
        background: var(--background-color);
        opacity: 1;
        overflow-y: auto;
        transition: transform 0.3s ease-in-out;
        transform: translate(0, calc(-100% - 6.9rem));
    }

    .admin-bar .menu-container {
        transform: translate(0, calc(-100% - 6.9rem - 32px));
    }

    .menu-container.reveal {
        transform: translate(0, 0);
    }

    #menu-footer {
        gap: 3rem;
    }

    #menu-footer,
    .footer-bottom {
        flex-direction: column;
    }

    #menu-footer li {
        display: flex;
        align-items: flex-start;
        gap: 4rem;
    }

    #menu-footer .sub-menu {
        margin-top: 0;
    }

    h1,
    h2 {
        font-size: 3rem;
    }

    .home-hero {
        margin-bottom: 2rem;
    }

    .home-description__title,
    .about-description__title,
    .spaces-description__title {
        width: 75vw;
        margin-bottom: 6rem;
    }

    .home-description__text--text,
    .spaces-description__text--text {
        flex-basis: 100%;
        padding-right: 0;
    }

    .home-ourspaces h4,
    .home-ourspaces__text,
    .home-ourspaces__features,
    .home-ourservices h4,
    .home-ourservices__title,
    .about-whatwebelieve {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .home-ourspaces__text {
        grid-row: 2;
    }

    .home-ourspaces__features {
        flex-direction: column;
        align-items: center;
    }

    .home-ourspaces__image {
        grid-row: 3;
        padding-left: 0;
    }

    .home-ourservices__services {
        left: 50%;
        transform: translateX(-50%);
    }

    .about-founder-studio {
        padding-left: 4rem;
        padding-right: 0;
        flex-direction: column;
    }

    .about-features-container {
        flex-direction: column;
        align-items: center;
    }

    .about-whatwebelieve {
        flex-direction: column;
    }

    .about-whatwebelieve__description {
        width: 100%;
    }

    .spaces-carousel {
        height: 40svh;
    }

    .spaces-tabs {
        display: inline-block;
        padding: 1rem;
    }

    .spaces-tabs>li {
        margin-bottom: 2rem;
    }

    .spaces-contents {
        padding: 1rem;
    }

    .spaces-contents__item.active {
        display: block;
    }

    .spaces-contents__item--text,
    .spaces-contents__item--features,
    .spaces-contents__item--book {
        margin-bottom: 4rem;
    }

    .scene-360 {
        aspect-ratio: 16 / 12;
    }

    .events-list__item {
        flex-basis: 100%;
        border-right: none;
    }

    .location-map {
        display: flex;
        flex-direction: column;
    }

    .location-map-image {
        order: 1;
    }

    .location-map-google-maps-url {
        order: 2;
        display: flex;
        justify-content: center;
    }

    .location-map-distances {
        order: 3;
    }

    .location-bottom-image {
        padding-left: 0;
    }

    .contact-contacts-form {
        display: block;
    }

    .contact-contacts-form .form {
        margin-top: 8rem;
    }

    .contact-contacts-form .form .form-half {
        flex-basis: 100%;
    }

    .contact-bottom-image {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .faq-container {
        padding-left: 0;
    }

    .faq-question {
        gap: 1rem;
    }

    .faq-answer {
        padding: 0 2.5rem 2.5rem 0;
    }
}

@media (pointer: coarse) {
    body {
        cursor: default;
    }

    a {
        cursor: pointer;
    }

    .custom-cursor {
        display: none;
    }
}