:root {
    --sizes--1-5x: 12px;
    --sizes--2x: 16px;
    --sizes--1x: 8px;
    --roundness--lg: 24px;
    --font-family--body: Cairo, sans-serif;
    --colors--neutral-800: #363636;
    --sizes--1-75x: 14px;
    --colors--brand-secondary-500: #19383b;
    --colors--white: white;
    --colors--brand-secondary-400: #264e52;
    --colors--neutral-600: #97948e;
    --colors--brand-primary-400: #eed0ae;
    --sizes--3x: 24px;
    --colors--neutral-200: #f0efeb;
    --sizes--4x: 32px;
    --colors--neutral-400: #dfddda;
    --colors--transparent: #fff0;
    --sizes--0-5x: 4px;
    --font-family--heading: Cairo, sans-serif;
    --sizes--6x: 48px;
    --sizes--10x: 80px;
    --sizes--20x: 160px;
    --sizes--8x: 64px;
    --sizes--16x: 128px;
    --sizes--32x: 256px;
    --font-family--numbers: "Rene Bieder Mirador Demo", sans-serif;
    --roundness--sm: 16px;
    --colors--neutral-500: #dad2c6;
    --sizes--2-25x: 18px;
    --sizes--2-5x: 20px;
    --sizes--12x: 96px;
    --colors--black: black;
    --sizes--24x: 200px;
    --roundness--base: 20px;
    --colors--brand-primary-500: #d9ad7a;
    --colors--neutral-100: whitesmoke;
    --colors--neutral-300: white;
    --colors--neutral-700: white;
    --colors--neutral-900: white;
    --colors--opacity-20: #fff3;
    --colors--opacity-40: #fff6;
    --colors--opacity-60: #fff9;
    --colors--opacity-80: #fffc;
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.w-layout-hflex {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
}

.w-form-formradioinput--inputType-custom {
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-width: 4px;
    border-color: #3898ec;
}

.w-layout-vflex {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

@media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
        max-width: 728px;
    }
}

@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width: none;
    }
}

a {
    text-decoration: none;
}

.hide-on-mobile {
    display: block;
}

.nav-item {
    padding: var(--sizes--1-5x) var(--sizes--2x);
    grid-column-gap: var(--sizes--1x);
    border-radius: var(--roundness--lg);
    font-family: var(--font-family--body);
    color: var(--colors--neutral-800);
    font-size: var(--sizes--1-75x);
    white-space: nowrap;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 36px;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
    display: flex;
}

.nav-item:hover {
    background-color: var(--colors--brand-secondary-500);
    color: var(--colors--white);
}

.nav-item:active {
    background-color: var(--colors--brand-secondary-400);
}

.nav-item.w--current {
    border: 1px solid var(--colors--neutral-600);
}

.flex-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
}

.btn-language {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #fff0;
    border: 1px solid #97948e;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    margin-right: 170px;
    text-decoration: none;
    display: flex;
    overflow: hidden;
}

.menu-icon_line-bottom {
    background-color: #363636;
    height: 2px;
}

.mask-1-2 {
    z-index: 900;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 79px 0% 0%;
}

.brand-logo {
    z-index: 901;
    flex-flow: column;
    position: absolute;
    inset: 0% 0% auto;
}

.burger-icon {
    padding: 0;
}

.navbar {
    background-color: #fff0;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    padding-left: 16px;
    padding-right: 24px;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
}

.logo-symbol {
    z-index: 901;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 1px 0% auto;
}

.menu-icon_line-top {
    background-color: #363636;
    height: 2px;
}

.t-sm {
    direction: rtl;
    font-family: var(--font-family--body);
    font-size: var(--sizes--1-75x);
    text-align: right;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
}

.t-sm.t-c-neutral-800 {
    color: var(--colors--neutral-800);
}

.t-sm.t-a-center {
    text-align: center;
}

.t-sm.t-c-primary-400 {
    color: var(--colors--brand-primary-400);
}

.t-sm.t-c-white {
    color: var(--colors--white);
}

.t-sm.t-c-white.t-a-c {
    text-align: center;
}

.whatsapp {
    z-index: 60;
    padding-top: var(--sizes--1-75x);
    padding-right: var(--sizes--3x);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #19383b;
    display: flex;
    position: fixed;
    inset: 0% 0% auto auto;
}

.whatsapp:hover {
    color: #d9ad7a;
}

.icon-whatsapp {
    z-index: 99999;
    transition: all .2s cubic-bezier(.645, .045, .355, 1);
    position: sticky;
    top: 0;
}

.icon-whatsapp:hover {
    transform: scale(1.1);
}

.menu-icon_line-middle {
    background-color: #363636;
    height: 2px;
}

.navbar-misc {
    z-index: 60;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    color: #19383b;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.navbar-misc:hover {
    color: #d9ad7a;
}

._w-100 {
    width: 100%;
}

.menu {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.body {
    background-color: var(--colors--neutral-200);
}

.slideshow-title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.btn {
    margin-top: var(--sizes--2x);
    padding-right: var(--sizes--4x);
    padding-left: var(--sizes--4x);
    grid-column-gap: var(--sizes--1x);
    grid-row-gap: var(--sizes--1x);
    border-radius: var(--roundness--lg);
    background-color: var(--colors--neutral-400);
    justify-content: space-between;
    align-items: center;
    height: 60px;
    line-height: 120%;
    display: flex;
    overflow: hidden;
}

.btn.btn-outline {
    border: 1px solid var(--colors--neutral-600);
    background-color: var(--colors--transparent);
}

.btn.btn-text {
    grid-column-gap: var(--sizes--0-5x);
    grid-row-gap: var(--sizes--0-5x);
    background-color: var(--colors--transparent);
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: flex;
}

.video-hero {
    border-radius: var(--roundness--lg);
    object-fit: cover;
    background-image: none;
    height: 100%;
    padding-bottom: 8px;
    position: relative;
    overflow: hidden;
}

.video-hero.p-b-0 {
    padding-bottom: 0;
}

.slideshow-content {
    z-index: 100;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
}

.h1 {
    direction: rtl;
    font-family: var(--font-family--heading);
    font-size: var(--sizes--6x);
    text-align: right;
    margin-top: 0;
    font-weight: 700;
    line-height: 120%;
}

.h1.t-c-white {
    color: var(--colors--white);
}

.h1.t-c-white.t-a-c,
.h1.t-a-center {
    text-align: center;
}

.section {
    padding: var(--sizes--10x) var(--sizes--1x);
    border-radius: var(--roundness--lg);
    position: relative;
    overflow: hidden;
}

.section.hero {
    height: 100vh;
    padding-bottom: 0;
}

.section.overflow-visible {
    overflow: visible;
}

.section.lifestyle {
    overflow: clip;
}

.section.bg-pattern-1 {
    background-image: url('../images/bg-1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.section.form {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    overflow: visible;
}

.section.fotter {
    padding-top: var(--sizes--20x);
    padding-bottom: 0;
}

.section.header {
    margin-top: var(--sizes--8x);
    padding-top: var(--sizes--10x);
    padding-bottom: 0;
}

.section.residence-list {
    padding-bottom: var(--sizes--0-5x);
}

._128-logo-text {
    width: 200px;
}

.h3 {
    font-family: var(--font-family--heading);
    font-size: var(--sizes--3x);
    text-align: right;
    font-weight: 700;
    line-height: 120%;
}

.h3.t-a-c {
    text-align: center;
}

.h3.t-a-c.t-c-white {
    color: #fff;
}

.h3.t-c-white {
    color: var(--colors--white);
}

.preloader {
    z-index: 9999;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #19383b;
    background-image: url('../images/preloader-background.svg');
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: 110%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0%;
}

.p {
    margin-top: var(--sizes--2x);
    direction: rtl;
    font-family: var(--font-family--body);
    font-size: var(--sizes--2x);
    text-align: right;
    font-weight: 400;
    line-height: 170%;
    text-decoration: none;
}

.p.t-c-white {
    color: #fff;
}

.p.t-c-white.t-a-c {
    text-align: center;
}

.p.t-c-neutral-500 {
    color: #dad2c6;
}

.p.t-c-neutral-500.t-a-center,
.p.t-a-center {
    text-align: center;
}

.spacer-16x {
    width: var(--sizes--16x);
    height: var(--sizes--16x);
}

.right-arrow-2 {
    justify-content: center;
    align-items: center;
    display: flex;
}

.flex-h-c-r {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.devloper {
    background-color: #fff;
    border-radius: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    margin-top: 256px;
    padding: 64px 32px;
    display: flex;
}

.devloper.c-transperent {
    margin-top: var(--sizes--32x);
    padding: var(--sizes--8x) var(--sizes--4x);
    grid-column-gap: var(--sizes--2x);
    grid-row-gap: var(--sizes--2x);
    background-color: var(--colors--transparent);
}

.slide-icon {
    width: 50px;
    transition: all .2s;
}

.slide-icon:hover {
    transform: scale(1.1);
}

.n-lg {
    font-family: var(--font-family--numbers);
    font-size: var(--sizes--10x);
    text-align: right;
    font-weight: 700;
    line-height: 70%;
}

.n-lg.t-c-white {
    color: #fff;
}

.n-lg.t-c-primary-500 {
    color: #d9ad7a;
}

.n-lg.t-c-primary-500.t-a-c {
    text-align: center;
}

.lottie-animation {
    width: 50%;
    position: sticky;
    top: 0;
    left: 0;
    transform: scale(1.4);
}

.slide-mask {
    border-radius: 25px;
}

.grid-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.img-slideshow {
    background-color: var(--colors--brand-secondary-500);
    object-fit: cover;
    background-image: url('../images/tail-spin.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    border-radius: var(--roundness--lg);
    height: 100%;
    padding-bottom: 8px;
    position: relative;
}

.card {
    padding: var(--sizes--3x);
    border-radius: var(--roundness--lg);
    background-color: var(--colors--white);
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    min-height: 100%;
    display: flex;
}

.card.c-primary-500 {
    background-color: #d9ad7a;
}

.card.c-secondary-500 {
    background-color: #19383b;
}

._128-animation-container {
    width: 100%;
    overflow: hidden;
}

.left-arrow-2 {
    justify-content: center;
    align-items: center;
    display: flex;
}

._128-lottie-container {
    width: auto;
    height: 100%;
    padding-top: 300px;
    position: absolute;
    top: 0%;
    overflow: visible;
}

.h2 {
    direction: rtl;
    font-family: var(--font-family--heading);
    font-size: var(--sizes--4x);
    text-align: right;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 120%;
}

.h2.t-c-white {
    color: #fff;
}

.h2.m-y-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.spacer-2x {
    width: 16px;
    height: 16px;
}

.container {
    z-index: 3;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px;
    position: relative;
}

.line {
    margin-top: var(--sizes--1x);
    margin-bottom: var(--sizes--1x);
    background-color: var(--colors--neutral-500);
    width: 100%;
    height: 2px;
    transition: width .2s;
}

.line._w-max-100 {
    max-width: 100px;
}

.line.c-primary-400 {
    background-color: var(--colors--brand-primary-400);
}

.h3-2 {
    text-align: right;
    font-family: Cairo, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}

.grid-2 {
    grid-column-gap: var(--sizes--2x);
    grid-row-gap: var(--sizes--2x);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.grid-2.auto {
    grid-template-columns: auto auto;
}

.grid-2.gap-64x {
    grid-column-gap: var(--sizes--6x);
    grid-row-gap: var(--sizes--6x);
}

._99-logo-container {
    border-radius: var(--roundness--lg);
    background-color: var(--colors--brand-secondary-500);
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    display: flex;
}

._99logo {
    padding: var(--sizes--2x);
    object-fit: contain;
    width: 178px;
}

.card-specification-icon {
    margin-bottom: var(--sizes--2x);
    width: 120px;
}

.marquee {
    padding-top: 48px;
    padding-bottom: 48px;
    display: flex;
}

.collection-list {
    grid-column-gap: 80px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
}

.collection-list.marquee {
    grid-column-gap: 32px;
    justify-content: center;
    align-items: flex-start;
}

.card-specification {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
    display: flex;
}

.collection-item {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    align-items: center;
    display: flex;
}

.t-xlg {
    direction: rtl;
    font-family: var(--font-family--body);
    font-size: var(--sizes--3x);
    text-align: right;
    font-weight: 400;
    line-height: 120%;
}

.t-xlg.t-a-c {
    text-align: center;
}

.p-2 {
    direction: rtl;
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Cairo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    text-decoration: none;
}

.max-width-900 {
    max-width: 900px;
}

.lifestyle-image {
    z-index: -2;
    background-color: var(--colors--brand-secondary-500);
    object-fit: cover;
    background-image: url('../images/tail-spin.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.show-on-mobile {
    display: none;
}

.div-block-6 {
    height: 500px;
}

.h1-2 {
    direction: rtl;
    text-align: right;
    margin-top: 0;
    font-family: Cairo, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
}

.container-lg {
    width: 100%;
    max-width: none;
    position: relative;
}

.lifestyle-image-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.lifestyle-gradient {
    z-index: -1;
    mix-blend-mode: multiply;
    object-fit: fill;
    background-image: linear-gradient(#36363600 55%, #363636);
    border-radius: 25px;
    width: 100%;
    height: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: absolute;
    inset: 0%;
}

.lifestyle-item {
    height: 100vh;
    margin-bottom: 500px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: sticky;
    top: 0;
}

.lifestyle-item.m-b-0 {
    margin-bottom: 0;
}

.lifestyle-content {
    z-index: 900;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 64px 48px 96px;
    display: flex;
    position: absolute;
    inset: 0%;
}

.slideshow-controller {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto 0% 48px;
}

.container-sm {
    z-index: 3;
    padding-right: var(--sizes--6x);
    padding-left: var(--sizes--6x);
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.space-16 {
    width: 128px;
    height: 128px;
}

.f-v-c-c {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}

.swiper-wrapper {
    align-items: stretch;
    display: flex;
}

.swiper-wrapper.gallery {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.swiper-wrapper._128-gallery {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.spacer-4x {
    width: 32px;
    height: 32px;
}

.hide {
    display: none;
}

.swiper {
    width: 100%;
    overflow: hidden;
}

.swiper.gallery {
    width: 100%;
}

.swiper-slide {
    color: #ffffff80;
    flex: none;
}

.swiper-continer {
    max-width: 120%;
    position: relative;
}

.slide-wrapper {
    display: flex;
    position: relative;
    overflow: hidden;
}

.gallery-img {
    object-fit: cover;
    border-radius: 20px;
    width: 400px;
    max-width: none;
}

.input {
    padding: 0px var(--sizes--2-25x);
    border-radius: var(--roundness--lg);
    direction: rtl;
    font-family: var(--font-family--body);
    color: var(--colors--brand-secondary-500);
    font-size: var(--sizes--2x);
    text-align: right;
    background-color: #fff;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 140%;
}

.input:hover {
    border: 2px solid #eed0ae;
}

.input::placeholder {
    color: var(--colors--neutral-600);
    line-height: 140%;
}

.input.textarea {
    height: 80px;
    padding-top: 12px;
}

.radio-button-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    display: flex;
}

.mask-1-3 {
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% -1px;
}

.form-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 600px;
    display: flex;
}

.success-message {
    margin-bottom: var(--sizes--10x);
    background-color: var(--colors--transparent);
}

.t-700-lg {
    direction: rtl;
    font-family: var(--font-family--body);
    font-size: var(--sizes--2-25x);
    text-align: right;
    font-weight: 700;
    line-height: 120%;
}

.t-700-lg.t-c-white {
    color: #fff;
}

.t-700-lg.t-c-white.t-a-c,
.t-700-lg.t-ac {
    text-align: center;
}

.t-700-lg.t-c-neutral-800 {
    color: var(--colors--neutral-800);
}

.t-700-lg.t-c-neutral-800.ltr {
    direction: ltr;
}

.input-wrapper {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
}

.input-wrapper.radio {
    grid-column-gap: var(--sizes--1x);
    grid-row-gap: var(--sizes--1x);
    height: 48px;
}

.input-wrapper.h {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
}

.error-message {
    margin-bottom: var(--sizes--10x);
    background-color: #ff4f4f;
    padding: 22px;
}

.radio-button {
    width: 20px;
    height: 20px;
    margin-left: 0;
}

.radio-button.w--redirected-checked {
    background-color: #d9ad7a;
    border-width: 1px;
    border-color: #ccc;
}

.form-button-mask {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
}

.paragraph {
    color: #000;
    text-align: right;
    margin-top: 1em;
    margin-bottom: 1em;
    font-family: Cairo, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
}

.btn-circle {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #363636;
    text-transform: uppercase;
    background-color: #f0efeb;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
    max-width: 450px;
    height: 44px;
    padding: 16px 24px;
    font-size: 1.2em;
    transition: all .1s cubic-bezier(.55, .085, .68, .53);
    display: flex;
}

.btn-circle:hover {
    color: #19383b;
    background-color: #eed0ae;
}

.btn-circle.form {
    z-index: 50;
    color: #fff;
    background-color: #d9ad7a;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 100px;
    max-width: none;
    height: 100px;
    margin-bottom: -90px;
    padding: 0;
    font-family: Cairo, sans-serif;
    font-weight: 600;
    position: relative;
}

.btn-circle.form:hover {
    background-color: #19383b;
    transform: scale(1.1);
}

.t {
    direction: rtl;
    font-family: var(--font-family--body);
    font-size: var(--sizes--2x);
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
}

.t.t-c-white {
    color: #fff;
}

.t.t-c-white.no-wrap {
    white-space: nowrap;
}

.t.t-c-white.t-a-c {
    text-align: center;
}

.t.form {
    width: 100px;
    min-width: 100px;
    display: block;
}

.form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    display: flex;
}

.form.hide {
    display: flex;
}

.radio-button-field {
    grid-column-gap: 8px;
    color: #fff;
    flex-direction: row-reverse;
    align-items: flex-end;
    min-width: 100px;
    padding-left: 0;
    font-family: Cairo, sans-serif;
    font-size: 16px;
    display: flex;
}

.form-container {
    padding-top: var(--sizes--12x);
    border-radius: var(--roundness--lg);
    background-color: var(--colors--brand-secondary-500);
    width: 100%;
}

.social-links {
    grid-column-gap: var(--sizes--2-25x);
    grid-row-gap: var(--sizes--2-25x);
    display: flex;
}

.copyright {
    margin: var(--sizes--3x);
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.grid-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
}

.grid-3.residence {
    width: 100%;
    max-width: 300px;
}

.link {
    color: #19383b;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Cairo, sans-serif;
    font-weight: 700;
    text-decoration: underline;
    transition: all .1s ease-in-out;
}

.link:hover {
    opacity: .5;
}

.fotter-container {
    padding: var(--sizes--6x) var(--sizes--3x);
}

.div-block-4 {
    justify-content: center;
    align-items: center;
    display: flex;
}

.subpage-title {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #dfddda;
    border-radius: 15px;
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
    height: 44px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    display: flex;
}

.spacer-8x {
    width: var(--sizes--8x);
    height: var(--sizes--8x);
}

.img {
    aspect-ratio: auto;
    border-radius: var(--roundness--lg);
    background-color: var(--colors--neutral-500);
    object-fit: cover;
    background-image: none;
}

.img.full {
    width: 100%;
}

.img.img-bleed {
    margin-top: -16px;
    margin-bottom: var(--sizes--2x);
    margin-left: -16px;
}

.img.full-h-w {
    width: 100%;
    height: 100%;
}

.h4 {
    direction: rtl;
    font-family: var(--font-family--heading);
    font-size: var(--sizes--3x);
    text-align: right;
    font-weight: 700;
    line-height: 120%;
}

.h4.t-a-cetner {
    text-align: center;
}

.n-lg-2 {
    text-align: right;
    font-family: Rene Bieder Mirador Demo, sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 70%;
}

.card-numbers {
    padding: var(--sizes--4x) var(--sizes--2x);
    border-radius: 25px;
}

.card-numbers.c-neutral-400 {
    background-color: var(--colors--neutral-400);
}

.card-1-content {
    flex-flow: column;
    justify-content: center;
    /* align-items: flex-end; */
    align-items: flex-start;
    padding: 8px 16px 16px;
    display: flex;
}

.card-1-content.p-t-0 {
    padding-top: 0;
}

.p-lg {
    margin-top: var(--sizes--2x);
    direction: rtl;
    font-family: var(--font-family--body);
    font-size: var(--sizes--3x);
    text-align: right;
    font-weight: 400;
    line-height: 170%;
    text-decoration: none;
}

.card-border {
    border: 1px solid var(--colors--neutral-600);
    border-radius: var(--roundness--lg);
}

.spacer-32x {
    width: var(--sizes--32x);
    height: var(--sizes--32x);
}

.icon-c-primary-500 {
    color: #d9ad7a;
}

.wrapper {
    padding: 8px;
}

.container-2 {
    z-index: 3;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 48px;
    position: relative;
}

.grid-2-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.grid-2-2.auto {
    grid-template-columns: auto auto;
}

.grid-2-2.auto.gap-1x {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.t-700-xlg {
    direction: rtl;
    font-family: var(--font-family--body);
    font-size: var(--sizes--3x);
    text-align: right;
    font-weight: 700;
    line-height: 120%;
}

.t-700-xlg.ltr {
    direction: ltr;
}

.t-700-xlg.t-c-neutral-800 {
    color: var(--colors--neutral-800);
}

.n {
    text-align: right;
    font-family: Rene Bieder Mirador Demo, sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.n.t-c-primary-500 {
    color: #d9ad7a;
}

.card-residence {
    padding: var(--sizes--16x) 8px var(--sizes--6x);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #19383bf2;
    border-radius: 25px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 30%;
    display: flex;
}

.list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    margin-top: 16px;
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
    list-style-type: none;
    display: flex;
}

.list-item {
    direction: rtl;
    font-family: var(--font-family--body);
    font-size: var(--sizes--2x);
    text-align: right;
    background-image: url('../images/bullet.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-right: 32px;
    line-height: 120%;
}

.unit-title {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
}

.btn-outline {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    color: #fff;
    background-color: #fff0;
    border: 1px solid #dfddda;
    border-radius: 15px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Cairo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    overflow: hidden;
}

.space-8x {
    width: 64px;
    height: 64px;
}

.card-residence-feature {
    background-color: #dfddda;
    border-radius: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 32px;
    display: flex;
    position: relative;
}

.icon-feature {
    color: #19383b;
}

.content {
    padding-left: 16px;
    padding-right: 16px;
}

.right-arrow {
    margin-left: -33px;
}

.f-v-c-c-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.swiper-button {
    z-index: 500;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 87px;
    display: flex;
}

.left-arrow {
    margin-right: -33px;
    transform: rotate(180deg);
}

._128-gallery-item {
    object-fit: cover;
    border-radius: 25px;
    width: 600px;
    max-width: none;
}

.swiper-button-wrapper {
    justify-content: space-between;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    position: absolute;
    inset: 0%;
}

.swiper-button-prev {
    background-color: #d9ad7a;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    transition: all .1s cubic-bezier(.77, 0, .175, 1);
    display: flex;
}

.swiper-button-prev:hover {
    background-color: #19383b;
    transform: scale(1.1);
}

.swiper-button-next {
    background-color: #d9ad7a;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    transition: all .1s cubic-bezier(.77, 0, .175, 1);
    display: flex;
}

.swiper-button-next:hover {
    background-color: #19383b;
    transform: scale(1.1);
}

.list-background {
    padding-top: var(--sizes--10x);
    padding-bottom: var(--sizes--32x);
    border-radius: var(--roundness--lg);
    background-image: linear-gradient(#00000059, #00000040), url('../images/residences-list.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    position: relative;
}

.residence-info-cell {
    grid-column-gap: var(--sizes--0-5x);
    grid-row-gap: var(--sizes--0-5x);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.residence-info-icon {
    width: 40px;
}

.n-xlg {
    font-family: var(--font-family--numbers);
    font-size: var(--sizes--16x);
    text-align: right;
    font-weight: 700;
    line-height: 70%;
}

.n-xlg.t-c-primary-500 {
    color: #d9ad7a;
}

.n-xlg.t-c-primary-500.t-a-c {
    text-align: center;
}

.div-block-7 {
    grid-column-gap: var(--sizes--2x);
    grid-row-gap: var(--sizes--2x);
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.spacer-1x {
    width: var(--sizes--1x);
    height: var(--sizes--1x);
}

.t-700 {
    direction: rtl;
    font-family: var(--font-family--body);
    font-size: var(--sizes--2x);
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
}

.t-700.t-c-neutral-800 {
    color: var(--colors--neutral-800);
}

.google-map {
    padding: var(--sizes--4x);
    background-color: #19383b;
    background-image: url('../images/map-thumbnil.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-radius: 25px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
}

.img-copy {
    aspect-ratio: auto;
    border-radius: var(--roundness--lg);
    background-color: var(--colors--neutral-500);
    object-fit: cover;
    background-image: none;
}

.social-link {
    transition: all .2s;
    transform: scale(1.3);
}

.social-link:hover {
    transform: scale(1.2);
}

.slideshow {
    border-radius: var(--roundness--lg);
    height: 100%;
    padding-bottom: 8px;
    position: relative;
}

.video-bg {
    object-fit: cover;
    background-image: linear-gradient(#00000080, #00000080);
    border-radius: 25px;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .nav-item {
        width: 100%;
        font-size: 24px;
    }
    .menu-icon_line-bottom {
        width: 32px;
        padding-bottom: 0;
        padding-right: 0;
    }
    .burger-icon {
        z-index: 999;
        justify-content: center;
        align-items: center;
        width: 70px;
        height: 70px;
        display: flex;
    }
    .burger-icon.w--open {
        background-color: #0000;
    }
    .menu-icon_line-middle-inner {
        width: 4px;
        height: 0;
        padding-bottom: 0;
        padding-right: 0;
    }
    .menu-icon_line-top {
        width: 32px;
        padding-bottom: 0;
        padding-right: 0;
    }
    .menu-icon_line-middle {
        justify-content: center;
        align-items: center;
        width: 32px;
        margin-top: 6px;
        margin-bottom: 6px;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
    }
    .menu {
        z-index: 902;
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        background-color: #fff;
        flex-flow: column-reverse wrap;
        justify-content: center;
        align-items: flex-start;
        width: 70%;
        height: 100vh;
        padding: 48px;
        transition: all .2s;
        position: absolute;
        inset: 0%;
        transform: translate(-100%);
    }
    .burger-wrapper {
        z-index: 905;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
        position: relative;
    }
    .preloader {
        z-index: 9999;
        background-position: 50% 70%;
        background-size: 110%;
    }
    .grid-4 {
        grid-template-columns: 1fr 1fr;
    }
    .container {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        flex-direction: column;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
    }
    .grid-2 {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }
    .marquee {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .lifestyle-content {
        flex-flow: column-reverse wrap;
        justify-content: flex-start;
        align-items: flex-end;
        padding-bottom: 48px;
    }
    .container-sm {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        flex-direction: column;
        align-items: center;
        padding-left: 16px;
        padding-right: 16px;
    }
    .spacer-4x {
        width: 16px;
        height: 16px;
    }
    .gallery-img {
        width: 350px;
    }
    .btn-circle {
        font-size: 1.1em;
    }
    .grid-3 {
        grid-auto-flow: row;
    }
    .container-2 {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        flex-direction: column;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
    }
    .grid-2-2 {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }
    .card-residence {
        width: 45%;
    }
    .list {
        width: 100%;
    }
    .content {
        padding-left: 32px;
        padding-right: 32px;
    }
    ._128-gallery-item {
        width: 350px;
    }
}

@media screen and (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }
    .btn-language {
        margin-right: 80px;
    }
    .navbar {
        padding-right: 16px;
    }
    .navbar-misc {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }
    .btn {
        border-radius: 10px;
    }
    .h1 {
        font-size: 32px;
    }
    .section {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .section.hero {
        padding-top: 80px;
    }
    .section.fotter {
        padding-top: var(--sizes--4x);
    }
    .section.residence-list {
        padding-top: 80px;
    }
    .h3 {
        font-size: 18px;
    }
    .p {
        font-size: var(--sizes--1-75x);
    }
    .spacer-16x {
        width: 24px;
        height: 24px;
    }
    .devloper {
        margin-top: 0;
    }
    .devloper.c-transperent {
        margin-top: var(--sizes--0-5x);
    }
    .n-lg {
        font-size: var(--sizes--8x);
    }
    .slide-mask {
        border-radius: var(--roundness--sm);
    }
    .grid-4 {
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
    }
    .img-slideshow {
        height: 500px;
    }
    .card {
        border-radius: var(--roundness--sm);
        padding-top: 32px;
        padding-bottom: 32px;
    }
    ._128-lottie-container {
        display: none;
    }
    .h3-2 {
        font-size: 18px;
    }
    .grid-2.gap-64x {
        grid-template-columns: 1fr;
    }
    .card-specification-icon {
        width: 80px;
    }
    .collection-list {
        grid-column-gap: 32px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .collection-list.marquee {
        grid-column-gap: 16px;
    }
    .card-specification {
        width: 100px;
    }
    .collection-item {
        grid-column-gap: 16px;
    }
    .t-xlg.t-a-c {
        font-size: var(--sizes--2-25x);
    }
    .lifestyle-image {
        border-radius: var(--roundness--sm);
    }
    .show-on-mobile {
        display: block;
    }
    .h1-2 {
        font-size: 32px;
    }
    .slideshow-controller {
        padding-right: var(--sizes--2x);
        padding-left: var(--sizes--2x);
        display: block;
        bottom: 24px;
    }
    .container-sm {
        padding-right: var(--sizes--1x);
        padding-left: var(--sizes--1x);
    }
    .space-16 {
        width: 24px;
        height: 24px;
    }
    .f-v-c-c {
        padding-left: 16px;
        padding-right: 16px;
    }
    .gallery-img {
        border-radius: var(--roundness--sm);
        width: 250px;
    }
    .input {
        border-radius: 10px;
    }
    .radio-button-wrapper {
        grid-column-gap: var(--sizes--1x);
        grid-row-gap: var(--sizes--1x);
        flex-flow: column-reverse;
    }
    .input-wrapper.radio {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-end;
        height: auto;
        margin-bottom: 32px;
    }
    .form-container {
        border-radius: var(--roundness--sm);
    }
    .copyright {
        grid-column-gap: var(--sizes--1-75x);
        grid-row-gap: var(--sizes--1-75x);
        flex-direction: column-reverse;
    }
    .grid-3 {
        grid-template-columns: 1fr;
    }
    .grid-3.fotter {
        grid-column-gap: var(--sizes--4x);
        grid-row-gap: var(--sizes--4x);
    }
    .grid-3.residence {
        grid-template-columns: 1fr 1fr 1fr;
        max-width: none;
    }
    .spacer-8x {
        width: 32px;
        height: 32px;
    }
    .img {
        border-radius: var(--roundness--sm);
        width: 100%;
    }
    .img.img-bleed {
        margin-bottom: var(--sizes--0-5x);
        margin-left: -4px;
    }
    .h4 {
        font-size: 18px;
    }
    .n-lg-2 {
        font-size: 48px;
    }
    .card-numbers,
    .card-border {
        border-radius: var(--roundness--sm);
    }
    .spacer-32x {
        width: var(--sizes--3x);
        height: var(--sizes--3x);
    }
    .grid-2-2 {
        grid-template-columns: 1fr;
    }
    .card-residence {
        padding-top: var(--sizes--12x);
        padding-bottom: var(--sizes--4x);
    }
    .list {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        flex-direction: column-reverse;
    }
    .space-8x {
        width: 32px;
        height: 32px;
    }
    .f-v-c-c-2 {
        padding-left: 16px;
        padding-right: 16px;
    }
    .swiper-button {
        width: auto;
    }
    ._128-gallery-item {
        width: 500px;
    }
    .swiper-button-wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 50px;
        height: 50px;
    }
    .n-xlg {
        font-size: var(--sizes--8x);
    }
    .google-map {
        border-radius: var(--roundness--sm);
    }
    .img-copy {
        width: 100%;
    }
    .video-bg {
        border-radius: 16px;
    }
}

@media screen and (max-width: 479px) {
    .btn-language {
        margin-right: 50px;
    }
    .whatsapp {
        padding-right: var(--sizes--1x);
    }
    .icon-whatsapp {
        transform: scale(.9);
    }
    .preloader {
        background-size: 200%;
    }
    .devloper.c-transperent {
        padding-right: var(--sizes--2x);
        padding-left: var(--sizes--2x);
    }
    .n-lg {
        font-size: var(--sizes--6x);
    }
    .grid-4 {
        grid-template-columns: 1fr;
    }
    .h2.m-y-0.t-a-c {
        text-align: center;
    }
    .container {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }
    .grid-2 {
        grid-template-columns: 1fr;
    }
    .lifestyle-content {
        padding-right: 24px;
        padding-bottom: var(--sizes--4x);
        padding-left: 24px;
    }
    .slideshow-controller {
        padding-right: var(--sizes--2-5x);
        padding-bottom: var(--sizes--0-5x);
        padding-left: var(--sizes--2-5x);
    }
    .container-sm {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }
    .spacer-4x {
        width: 32px;
        height: 32px;
    }
    .success-message {
        margin-bottom: var(--sizes--6x);
    }
    .input-wrapper.radio {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }
    .input-wrapper.h {
        flex-direction: column;
    }
    .btn-circle {
        font-size: 1em;
    }
    .form-container {
        padding-top: var(--sizes--6x);
    }
    .grid-3 {
        grid-template-columns: 1fr;
    }
    .fotter-container {
        padding-right: var(--sizes--2x);
        padding-left: var(--sizes--2x);
    }
    .spacer-8x {
        height: 32px;
    }
    .card-numbers {
        padding: var(--sizes--3x) var(--sizes--1x);
    }
    .p-lg {
        font-size: var(--sizes--2-25x);
    }
    .spacer-32x {
        width: var(--sizes--2x);
        height: var(--sizes--2x);
    }
    .container-2 {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }
    .card-residence {
        margin-right: var(--sizes--2x);
        margin-left: var(--sizes--2x);
        width: 100%;
    }
    .space-8x {
        height: 32px;
    }
    .content {
        padding-right: var(--sizes--2x);
        padding-left: var(--sizes--2x);
    }
    ._128-gallery-item {
        width: 90vw;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
    .list-background {
        padding-bottom: var(--sizes--10x);
    }
}

#w-node-ac4a73a8-10f6-cde3-e55b-ea7a367e248f-e173dabf {
    grid-area: 1 / 2 / 2 / 2;
    justify-self: end;
}

#w-node-ac4a73a8-10f6-cde3-e55b-ea7a367e24a2-e173dabf,
.details-first {
    grid-area: span 2 / span 2 / span 2 / span 2;
    /* grid-area: 1 / 3 / 3 / 5; */
}

.w-slider {
    height: 100%;
}

#w-node-ac4a73a8-10f6-cde3-e55b-ea7a367e24b0-e173dabf,
.details-second {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac4a73a8-10f6-cde3-e55b-ea7a367e24b7-e173dabf,
#w-node-ac4a73a8-10f6-cde3-e55b-ea7a367e24c1-e173dabf,
.details-third,
.details-fourth {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2811a473-deab-2272-cd73-05a907b54fd3-e173dabf,
.about-arch {
    align-self: center;
}

#w-node-_1cd410b0-05e6-fd14-73cb-5b03c0530664-c053065f {
    justify-self: end;
}

#w-node-_1cd410b0-05e6-fd14-73cb-5b03c0530669-c053065f {
    justify-self: end;
}

#w-node-_1cd410b0-05e6-fd14-73cb-5b03c0530673-c053065f,
#w-node-_1cd410b0-05e6-fd14-73cb-5b03c0530675-c053065f,
.social-grid>div {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
}

#w-node-a78ba3b5-9663-ab05-e9b2-e3388511734c-c053065f {
    justify-self: end;
}

#w-node-d2e2e114-169b-5e93-baf6-e26e06e1b053-05f9eb87,
.about-img-2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d2e2e114-169b-5e93-baf6-e26e06e1b056-05f9eb87 {
    grid-area: 2 / 1 / 2 / 2;
    align-self: end;
}

#w-node-d2e2e114-169b-5e93-baf6-e26e06e1b059-05f9eb87 {
    grid-area: 1 / 1 / 2 / 3;
}

#w-node-_78786527-09ea-2039-3ff9-45e68080e16e-968b34c3,
.contact-first {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
}

#w-node-_741561c2-3690-d93a-ecbf-044e9138c30e-968b34c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78786527-09ea-2039-3ff9-45e68080e175-968b34c3,
.contact-second {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78786527-09ea-2039-3ff9-45e68080e176-968b34c3,
.contact-third {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
}

#w-node-_78786527-09ea-2039-3ff9-45e68080e17a-968b34c3 {
    justify-self: end;
}

#w-node-_78786527-09ea-2039-3ff9-45e68080e17b-968b34c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78786527-09ea-2039-3ff9-45e68080e17d-968b34c3,
.contact-fourth {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78786527-09ea-2039-3ff9-45e68080e17e-968b34c3,
.contact-fifth {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
}

#w-node-_78786527-09ea-2039-3ff9-45e68080e183-968b34c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b12a016c-9567-2e63-260c-b9d7f5eaf732-4e3f2d6d,
#w-node-b12a016c-9567-2e63-260c-b9d7f5eaf736-4e3f2d6d,
#w-node-b12a016c-9567-2e63-260c-b9d7f5eaf73a-4e3f2d6d,
#w-node-_7cd7f55e-8494-e44c-de5a-eb9d2bd23f5c-4e3f2d6d,
#w-node-_7cd7f55e-8494-e44c-de5a-eb9d2bd23f60-4e3f2d6d,
#w-node-_7cd7f55e-8494-e44c-de5a-eb9d2bd23f64-4e3f2d6d,
#w-node-f727a617-30bf-1b82-67f3-7cdbc2ff82c1-4e3f2d6d,
#w-node-f727a617-30bf-1b82-67f3-7cdbc2ff82c5-4e3f2d6d,
#w-node-f727a617-30bf-1b82-67f3-7cdbc2ff82c9-4e3f2d6d,
#w-node-_23f9fba4-3a39-3bdc-2c54-8c9f326d58c3-4e3f2d6d,
#w-node-_23f9fba4-3a39-3bdc-2c54-8c9f326d58c7-4e3f2d6d,
#w-node-_23f9fba4-3a39-3bdc-2c54-8c9f326d58cb-4e3f2d6d,
#w-node-_10c0579b-d413-29e8-8ab3-58c3a4afa7c7-4e3f2d6d,
#w-node-_10c0579b-d413-29e8-8ab3-58c3a4afa7cb-4e3f2d6d,
#w-node-_10c0579b-d413-29e8-8ab3-58c3a4afa7cf-4e3f2d6d {
    justify-self: center;
}

#w-node-cc775ca0-7a16-3e52-8fec-598fe355e416-448983f1,
.res-1 {
    grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ce2a2610-f74e-1a57-58f0-db958663a5ca-448983f1,
#w-node-cc775ca0-7a16-3e52-8fec-598fe355e41a-448983f1,
.res-2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cce72bd4-8a2f-4f90-6f9c-7fe9fca265fd-10b588be {
    grid-area: 2 / 1 / 2 / 2;
}

#w-node-cce72bd4-8a2f-4f90-6f9c-7fe9fca26600-10b588be {
    grid-area: 1 / 2 / 2 / 2;
}

@media screen and (max-width: 767px) {
    #w-node-ac4a73a8-10f6-cde3-e55b-ea7a367e248f-e173dabf {
        grid-area: span 1 / span 2 / span 1 / span 2;
        justify-self: end;
    }
    #w-node-ac4a73a8-10f6-cde3-e55b-ea7a367e24a2-e173dabf,
    .details-first {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
    #w-node-ac4a73a8-10f6-cde3-e55b-ea7a367e24b0-e173dabf,
    .details-second {
        grid-column: span 1 / span 1;
    }
    #w-node-_1cd410b0-05e6-fd14-73cb-5b03c0530669-c053065f {
        grid-area: 2 / 1 / 2 / 2;
    }
    #w-node-_1cd410b0-05e6-fd14-73cb-5b03c0530671-c053065f {
        grid-area: 1 / 1 / 2 / 2;
    }
    #w-node-d2e2e114-169b-5e93-baf6-e26e06e1b052-05f9eb87,
    .about-img-1 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }
    #w-node-d2e2e114-169b-5e93-baf6-e26e06e1b056-05f9eb87 {
        grid-column: 1 / 3;
    }
    #w-node-e6427445-1efd-f160-810d-81c818554905-05f9eb87 {
        grid-area: 1 / 1 / 2 / 2;
    }
    #w-node-cc775ca0-7a16-3e52-8fec-598fe355e41a-448983f1 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }
    #w-node-cce72bd4-8a2f-4f90-6f9c-7fe9fca265fd-10b588be {
        grid-area: 2 / 1 / 2 / 3;
    }
}

@media screen and (max-width: 479px) {
    #w-node-d2e2e114-169b-5e93-baf6-e26e06e1b059-05f9eb87 {
        grid-area: 1 / 1 / 2 / 3;
    }
    #w-node-e6427445-1efd-f160-810d-81c818554905-05f9eb87 {
        grid-area: 1 / 1 / 2 / 2;
    }
    #w-node-cc775ca0-7a16-3e52-8fec-598fe355e41a-448983f1 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }
    #w-node-cce72bd4-8a2f-4f90-6f9c-7fe9fca26600-10b588be {
        grid-area: 1 / 1 / 2 / 3;
    }
}

@font-face {
    font-family: 'Rene Bieder Mirador Demo';
    src: url('../fonts/Rene-Bieder---Mirador-Bold-DEMO.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}