.event-registration .form-row {
    margin-bottom: 1em;
    width: 100%;
    flex-shrink: 1;
}

.event-registration .form-rows {
    display: flex;
    gap: 1em;
}

.event-registration .form-row select,
.event-registration .form-row input[type="text"],
.event-registration .form-row input[type="email"],
.event-registration .form-row input[type="tel"] {
    border: 1px solid #000;
    border-radius: 0;
    height: 36px;
    padding: 0 12px;
    font-family: inherit;
    font-size: 1em;
    background: transparent;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}

.event-registration .form-row label {
    display: block;
}

.event-registration .checkbox-row {
    margin: 0;
}

.reg-link {
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    margin-bottom: 1em;
    cursor: pointer;
    display: inline-block;
}

.reg-link:hover span {
    text-decoration: underline;
}

.popup {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup>div {
    width: 90%;
    max-width: 400px;
    border: 1px solid #000;
    padding: 30px;
    text-align: center;
    background: #F3F3EC;
    box-sizing: border-box;
}

.popup button {
    margin-top: 1.5em !important;
}

.popup button,
.event-registration button {
    background: #000;
    color: #F3F3EC;
    border: none;
    padding: 0 20px;
    cursor: pointer;
    height: 36px;
    font-family: inherit;
    font-size: 1em;
    border-radius: 0;
    outline: none;
}

.popup button:hover,
.event-registration button:hover {
    opacity: 0.8;
}

.bottom-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 1.5em;
    gap: 1em;
}

@media only screen and (max-width: 991px) {
    .event-registration .form-rows {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .popup button,
    .event-registration button,
    .event-registration .form-row input[type="text"],
    .event-registration .form-row input[type="email"],
    .event-registration .form-row input[type="tel"] {
        height: 42px;
    }

}



.residence-facilities-comment {
    font-size: 14rem;
    line-height: 18rem;
    padding-bottom: 94rem;
}

.mini-hero-residences {
    padding-bottom: 90rem;
}

.residences-overview {
    border-top: 1px solid #1D1D1B;
    padding-top: 78rem;
}

.residences-overview--header {
    display: flex;
    justify-content: space-between;
}

.residences-overview--caption {
    font-size: 14rem;
    line-height: 18rem;
    padding-top: 16rem;
}

.residences-overview--gallery .swiper-pagination {
    margin-left: 427rem;
}

.residences-overview--caption,
.residences-overview--title {
    width: 387rem;
}

.residences-overview--text {
    width: 812rem;
}

.residences-overview {
    padding-bottom: 50rem;
}

@media screen and (max-width: 991px) {
    .residence-facilities-comment {
        padding-bottom: 0;
        padding-left: 84rem;
        margin-top: -41rem;
    }

    .residences-about-space {
        margin-top: 100rem;
    }

    .residences-overview--header {
        flex-direction: column;
        gap: 12rem;
    }

    .residences-overview--caption,
    .residences-overview--title {
        width: auto;
    }

    .residences-overview--text {
        width: 100%;
    }

    .residences-overview--caption {
        margin-left: 84rem;
    }

    .residences-overview--gallery .swiper-pagination {
        margin-left: 0;
        bottom: -46rem;
    }
}



/* CONTACT FORM */
.contact-form-section {
    margin-top: 20rem;
}

.contact-form-section--content {
    position: relative;
    padding-top: 40rem;
}

.contact-form-section--body {
    display: flex;
    align-items: flex-start;
    gap: 80rem;
    margin-top: 70rem;
}

.contact-form-section--side {
    flex: 0 0 380rem;
}

.contact-form-section--title {
    margin: 0;
    font-weight: 400;
}

.contact-form-section--main {
    flex: 1;
    min-width: 0;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 40rem;
}

.contact-form .form-rows {
    display: flex;
    gap: 60rem;
}

.contact-form .form-row {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
}

.contact-form .form-row label {
    font-weight: 400;
    font-size: 15rem;
    line-height: 20rem;
    color: #1D1D1B;
    margin-bottom: 6rem;
    display: block;
}

.contact-form .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.contact-form .form-row input[type="text"],
.contact-form .form-row input[type="email"],
.contact-form .form-row input[type="tel"],
.contact-form .form-row textarea {
    font-family: inherit;
    font-weight: 400;
    font-size: 18rem;
    line-height: 24rem;
    color: #1D1D1B;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #1D1D1B;
    border-radius: 0;
    padding: 0 0 8rem 0;
    width: 100%;
    height: auto;
    outline: none;
    box-sizing: border-box;
}

.contact-form .form-row input[type="text"]::placeholder,
.contact-form .form-row input[type="email"]::placeholder,
.contact-form .form-row input[type="tel"]::placeholder,
.contact-form .form-row textarea::placeholder {
    color: #1D1D1B;
    opacity: 1;
}

.contact-form .form-row textarea {
    resize: vertical;
    min-height: 120rem;
}

.contact-form .form-row .error {
    font-size: 13rem;
    line-height: 18rem;
    color: #c0392b;
    margin: 6rem 0 0;
}

.contact-form .form-row--message {
    margin-top: 10rem;
}

.contact-form .checkbox-row {
    flex-direction: row;
    align-items: center;
}

.contact-form .checkbox-row label {
    display: inline-flex;
    align-items: center;
    gap: 12rem;
    font-size: 15rem;
    line-height: 20rem;
    margin: 0;
    cursor: pointer;
    user-select: none;
}

.contact-form .checkbox-row input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18rem;
    height: 18rem;
    border: 1px solid #1D1D1B;
    border-radius: 2rem;
    background: transparent;
    cursor: pointer;
    position: relative;
    margin: 0;
    flex-shrink: 0;
}

.contact-form .checkbox-row input[type="checkbox"]:checked {
    background-image: url('/assets/vectors/check.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13rem 14rem;
}

.contact-form .checkbox-row span p {
    display: inline;
    margin: 0;
}

.contact-form .checkbox-row span a {
    color: #1D1D1B;
}

.contact-form button.primary-button {
    margin-top: 10rem;
    padding: 0;
    font-size: 22rem;
    line-height: 28rem;
    height: 46rem;
    font-family: inherit;
}

.contact-form button.primary-button:hover {
    background: #FF6A00;
}

.contact-form--feedback {
    font-size: 15rem;
    line-height: 20rem;
    margin: 0;
}

.contact-form--feedback.is-success {
    color: #32C87D;
}

.contact-form--feedback.is-error {
    color: #c0392b;
}

.header--sublist {
    position: absolute;
}

@media screen and (max-width: 991px) {
    .contact-form-section {
        margin-top: 0rem;
    }

    .contact-form-section--body {
        flex-direction: column;
        gap: 40rem;
        margin-top: 50rem;
    }

    .contact-form-section--side {
        flex: 0 0 auto;
        width: 100%;
    }

    .contact-form {
        gap: 30rem;
    }

    .contact-form .form-rows {
        flex-direction: column;
        gap: 30rem;
    }

    .contact-form .form-row input[type="text"],
    .contact-form .form-row input[type="email"],
    .contact-form .form-row input[type="tel"],
    .contact-form .form-row textarea {
        font-size: 16rem;
        line-height: 22rem;
    }
}

.silktide-logo {
    display: none !important;
}

#silktide-modal .switch__off,
#silktide-modal .switch__on {
    line-height: normal;
}

#silktide-wrapper footer a {
    display: none;
}

.privacy-documents {
    margin-bottom: 200px;
    padding-top: 53rem;
}

.privacy-documents-headline {
    border-bottom: 1px solid currentColor;
    font-size: 18rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10rem;
}

.privacy-documents--item b {
    display: block;
    font-weight: 300;
    line-height: 48rem;
    font-size: 40rem;
    margin-bottom: 7rem;
}

.privacy-documents--item a {
    color: #000;
    display: inline-flex;
    align-items: center;
    gap: 8rem;
}

.privacy-documents--item a svg {
    width: 19rem;
    height: 19rem;
    position: relative;
    top: 0.1em;
}

.privacy-documents--item a:hover {
    text-decoration: none;
}

.privacy-documents--item {
    padding: 15rem 0 25rem 0;
    border-bottom: 1px solid #000;
}

@media screen and (max-width: 991px) {
    .privacy-documents {
        padding-top: 0;
    }

    .privacy-documents--item b {
        font-size: 30rem;
        line-height: 36rem;
    }
}