.full-width-a {
    width: 100%;
}

.full-height-a {
    height: 100%;
}

.container-center-vertical {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    pointer-events: none;
}

.container-center-vertical>* {
    flex-shrink: 0;
    pointer-events: auto;
}

.container-center-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    pointer-events: none;
    width: 100%;
}

.container-center-horizontal>* {
    flex-shrink: 0;
    pointer-events: auto;
}

.auto-animated div {
    --z-index: -1;
    opacity: 0;
    position: absolute;
}

.auto-animated input {
    --z-index: -1;
    opacity: 0;
    position: absolute;
}

.auto-animated .container-center-vertical,
.auto-animated .container-center-horizontal {
    opacity: 1;
}

.overlay {
    display: none;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.overlay.animate-appear {
    animation: reveal 0.3s ease-in-out 1 normal forwards;
    display: block;
    opacity: 0;
}

.overlay.animate-disappear {
    animation: reveal 0.3s ease-in-out 1 reverse forwards;
    display: block;
    opacity: 1;
    pointer-events: none;
}

.overlay.animate-disappear * {
    pointer-events: none;
}

@keyframes reveal {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.animate-nodelay {
    animation-delay: 0s;
}

.align-self-flex-start {
    align-self: flex-start;
}

.align-self-flex-end {
    align-self: flex-end;
}

.align-self-flex-center {
    align-self: flex-center;
}

.valign-text-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.valign-text-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

input:focus {
    outline: none;
}

.listeners-active,
.listeners-active * {
    pointer-events: auto;
}

.hidden,
.hidden * {
    pointer-events: none;
    visibility: hidden;
}

.smart-layers-pointers,
.smart-layers-pointers * {
    pointer-events: auto;
    visibility: visible;
}

.listeners-active-click,
.listeners-active-click * {
    cursor: pointer;
}

* {
    box-sizing: border-box;
}

:root {
    --bg-1: #fafafa;
    --bg-write: #ffffff;
    --black: #2c2a29;
    --black-2: #000000;
    --red: #da291c;
    --text-1: #f4f3f1;
    --text-2: #e9e6e3;
    --text-3: #bfbbb7;
    --text-4: #807c79;
    --text-5: #2c2a29;
    --font-size-l: 48px;
    --font-size-m: 24px;
    --font-size-s: 20px;
    --font-size-xl: 72px;
    --font-size-xs: 16px;
    --font-family-roboto: "Roboto", Helvetica;
}

.h2bold48px {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
}

.h5light24px {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0px;
}

.h6medium20px {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
}

.h6regular20px {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
}

.body-1medium16px {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
}

.body-1regular16px {
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
}

:root {}

/* screen - top-of-hn */
.top-of-hn {
    background-color: var(--bg-write);
    border: 1px none;
    mix-blend-mode: normal;
    overflow: hidden;
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

.top-of-hn .rectangle-Z8zp73 {
    background-color: var(--bg-1);
    border: 1px none;
    height: 1274px;
    left: 0px;
    mix-blend-mode: normal;
    position: absolute;
    top: 1692px;
    width: 100%;
}

.top-of-hn .group-Z8zp73 {
    background-color: transparent;
    height: 400px;
    width: 100%;
}

.top-of-hn .bg-uEE2ut {
    background-color: transparent;
    height: 400px;
    left: 0px;
    mix-blend-mode: normal;
    position: absolute;
    top: 0px;
    width: 100%;
}

.top-of-hn .frame-uEE2ut {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    display: flex;
    flex-direction: column;
    gap: 60px;
    height: auto;
    left: calc(50% - 625px);
    position: absolute;
    top: 256px;
    width: fit-content;
}

.top-of-hn .frame-RsGa5Q {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: auto;
    mix-blend-mode: normal;
    position: relative;
    width: fit-content;
}

.top-of-hn .title-utzscM {
    background-color: transparent;
    color: var(--bg-write);
    font-family: var(--font-family-roboto);
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.00px;
    line-height: normal;
    margin-top: -1.00px;
    mix-blend-mode: normal;
    position: relative;
    text-align: left;
    width: fit-content;
}

.top-of-hn .frame-Z8zp73 {
    align-items: center;
    background-color: var(--black);
    border: 1px none;
    display: flex;
    flex-direction: column;
    gap: 80px;
    height: auto;
    left: 0px;
    mix-blend-mode: normal;
    padding: 40px 277px;
    position: absolute;
    top: 4558px;
    width: fit-content;
}

.top-of-hn .frame-xl1ofu {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    display: flex;
    flex-direction: column;
    gap: 32px;
    height: auto;
    mix-blend-mode: normal;
    position: relative;
    width: fit-content;
}

.top-of-hn .frame-NSFqUS {
    align-items: center;
    background-color: transparent;
    border: 1px none;
    display: flex;
    gap: 80px;
    height: auto;
    justify-content: center;
    position: relative;
    width: fit-content;
}

.top-of-hn .logo_lottecenter-1-jl6x7I {
    background-color: transparent;
    height: 80px;
    min-width: 98.181640625px;
    mix-blend-mode: normal;
    object-fit: cover;
    position: relative;
}

.top-of-hn .frame-jl6x7I {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    display: flex;
    gap: 24px;
    height: auto;
    position: relative;
    width: fit-content;
}

.top-of-hn .frame-ZwQOSr {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    display: flex;
    gap: 10px;
    height: auto;
    mix-blend-mode: normal;
    padding: 4px;
    position: relative;
    width: fit-content;
}

.top-of-hn .about-lotte-RX0EUm {
    background-color: transparent;
    color: var(--bg-write);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -1.00px;
    mix-blend-mode: normal;
    position: relative;
    text-align: left;
    width: fit-content;
}

.top-of-hn .frame-INtPtP {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    display: flex;
    gap: 10px;
    height: auto;
    mix-blend-mode: normal;
    padding: 4px;
    position: relative;
    width: fit-content;
}

.top-of-hn .floor-plan-ghNsxk {
    background-color: transparent;
    color: var(--bg-write);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -1.00px;
    mix-blend-mode: normal;
    position: relative;
    text-align: left;
    width: fit-content;
}

.top-of-hn .frame-Mh8Qyn {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    display: flex;
    gap: 10px;
    height: auto;
    mix-blend-mode: normal;
    padding: 4px;
    position: relative;
    width: fit-content;
}

.top-of-hn .sitemap-rgqEXH {
    background-color: transparent;
    color: var(--bg-write);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -1.00px;
    mix-blend-mode: normal;
    position: relative;
    text-align: left;
    width: fit-content;
}

.top-of-hn .frame-xwWLK0 {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    display: flex;
    gap: 10px;
    height: auto;
    mix-blend-mode: normal;
    padding: 4px;
    position: relative;
    width: fit-content;
}

.top-of-hn .privacy-x89A47 {
    background-color: transparent;
    color: var(--bg-write);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -1.00px;
    mix-blend-mode: normal;
    position: relative;
    text-align: left;
    width: fit-content;
}

.top-of-hn .frame-hF3qCd {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    display: flex;
    gap: 10px;
    height: auto;
    mix-blend-mode: normal;
    padding: 4px;
    position: relative;
    width: fit-content;
}

.top-of-hn .contact-us-pDipx2 {
    background-color: transparent;
    color: var(--bg-write);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -1.00px;
    mix-blend-mode: normal;
    position: relative;
    text-align: left;
    width: fit-content;
}

.top-of-hn .rectangle-NSFqUS {
    background-color: var(--text-1);
    border: 1px none;
    height: 1px;
    margin-bottom: -0.50px;
    min-width: 1250px;
    mix-blend-mode: normal;
    position: relative;
}

.top-of-hn .frame-2x4mfE {
    align-items: flex-end;
    background-color: transparent;
    border: 1px none;
    display: flex;
    height: auto;
    justify-content: space-between;
    position: relative;
    width: 1250px;
}

.top-of-hn .frame-PTpAZK {
    background-color: transparent;
    border: 1px none;
    height: 99px;
    min-width: 621px;
    mix-blend-mode: normal;
    position: relative;
}

.top-of-hn .x54-lieu-giai-ba-dinh-district-hanoi-CgQ7O4 {
    background-color: transparent;
    color: var(--bg-write);
    font-style: normal;
    font-weight: 400;
    height: auto;
    left: 0px;
    line-height: normal;
    mix-blend-mode: normal;
    position: absolute;
    text-align: left;
    top: -1px;
    width: auto;
}

.top-of-hn .lotte-center-ha-noi-CgQ7O4 {
    background-color: transparent;
    color: var(--bg-write);
    font-style: normal;
    font-weight: 400;
    height: auto;
    left: 0px;
    line-height: normal;
    mix-blend-mode: normal;
    position: absolute;
    text-align: left;
    top: 54px;
    width: auto;
}

.top-of-hn .span0-XWhbif {
    font-style: normal;
}

.top-of-hn .span1-XWhbif {
    font-style: normal;
}

.top-of-hn .frame-uAD9Nf {
    background-color: transparent;
    height: 32px;
    min-width: 144px;
    mix-blend-mode: normal;
    position: relative;
}

.top-of-hn .group-gc2I8d {
    background-color: transparent;
    height: 566px;
    width: 100%;
}

.top-of-hn .rectangle-pRuhcx {
    background-color: var(--bg-write);
    border: 1px none;
    height: 566px;
    left: 0px;
    mix-blend-mode: normal;
    position: absolute;
    top: 0px;
    width: 100%;
}

.top-of-hn .frame-pRuhcx {
    align-items: flex-start;
    background-color: var(--bg-write);
    border: 1px none;
    display: flex;
    flex-direction: column;
    gap: 80px;
    height: auto;
    width: 1250px;
    margin: auto;
    margin-top: 120px;
}

.top-of-hn .frame-o4xVrJ {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: auto;
    position: relative;
    width: fit-content;
}

.top-of-hn .contact-eNAZzF {
    background-color: transparent;
    color: var(--black);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: -1.00px;
    mix-blend-mode: normal;
    position: relative;
    text-align: left;
    width: fit-content;
}

.top-of-hn .rectangle-eNAZzF {
    background-color: var(--black);
    border: 1px none;
    border-radius: 10px;
    height: 2px;
    min-width: 80px;
    mix-blend-mode: normal;
    position: relative;
}

.top-of-hn .frame-fomWCU {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    display: flex;
    gap: 30px;
    height: auto;
    position: relative;
    width: fit-content;
}

.top-of-hn .frame-ci4yWM {
    align-items: center;
    background-color: var(--text-1);
    border: 1px none;
    border-radius: 20px;
    display: flex;
    gap: 32px;
    height: auto;
    justify-content: center;
    mix-blend-mode: normal;
    padding: 32px;
    position: relative;
    width: fit-content;
}

.top-of-hn .ellipse-JRlZ6Q {
    background-color: transparent;
    height: 116px;
    min-width: 116px;
    mix-blend-mode: normal;
    object-fit: cover;
    position: relative;
}

.top-of-hn .frame-JRlZ6Q {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: auto;
    mix-blend-mode: normal;
    position: relative;
    width: fit-content;
}

.top-of-hn .hotline-024-3333-3016-PzDBPy {
    background-color: transparent;
    color: var(--black);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -1.00px;
    mix-blend-mode: normal;
    position: relative;
    text-align: left;
    width: 398px;
}

.top-of-hn .email-topofhanoilottenet-PzDBPy {
    background-color: transparent;
    color: var(--text-4);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    mix-blend-mode: normal;
    position: relative;
    text-align: left;
    width: 398px;
}

.top-of-hn .group-1-Z8zp73 {
    background-color: transparent;
    height: 1026px;
    left: 0px;
    position: absolute;
    top: 2966px;
    width: 100%;
}

.top-of-hn .rectangle-wZUZZD {
    background-color: var(--bg-write);
    border: 1px none;
    height: 1026px;
    left: 0px;
    mix-blend-mode: normal;
    position: absolute;
    top: 0px;
    width: 100%;
}

.top-of-hn .frame-wZUZZD {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: auto;
    left: 335px;
    position: absolute;
    top: 120px;
    width: fit-content;
}

.top-of-hn .photo-VWsUHI {
    background-color: transparent;
    color: var(--black);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: -1.00px;
    mix-blend-mode: normal;
    position: relative;
    text-align: left;
    width: fit-content;
}

.top-of-hn .rectangle-VWsUHI {
    background-color: var(--black);
    border: 1px none;
    border-radius: 10px;
    height: 2px;
    min-width: 80px;
    mix-blend-mode: normal;
    position: relative;
}

.top-of-hn .mask-group-wZUZZD {
    background-color: transparent;
    height: 640px;
    left: 335px;
    position: absolute;
    top: 266px;
    width: 1049px;
}

.top-of-hn .frame-HFNOvl {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    display: flex;
    flex-direction: column;
    gap: 1px;
    height: auto;
    left: 1385px;
    mix-blend-mode: normal;
    position: absolute;
    top: 266px;
    width: fit-content;
}

.top-of-hn .mask-group-mqb0Lc {
    background-color: transparent;
    height: 128px;
    min-width: 200px;
    position: relative;
}

.top-of-hn .mask-group-tGGixQ {
    background-color: transparent;
    height: 128px;
    min-width: 200px;
    position: relative;
}

.top-of-hn .mask-group-tI07UP {
    background-color: transparent;
    height: 128px;
    min-width: 200px;
    position: relative;
}

.top-of-hn .mask-group-IgXDZl {
    background-color: transparent;
    height: 128px;
    min-width: 200px;
    position: relative;
}

.top-of-hn .frame-mqb0Lc {
    background-color: transparent;
    border: 1px none;
    height: 124px;
    min-width: 200px;
    mix-blend-mode: normal;
    overflow: hidden;
    position: relative;
}

.top-of-hn .mask-group-RbKsPp {
    background-color: transparent;
    height: 124px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 200px;
}

.top-of-hn .frame-RbKsPp {
    align-items: center;
    background-color: transparent;
    border: 1px none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: auto;
    left: 58px;
    mix-blend-mode: normal;
    position: absolute;
    top: 27px;
    width: fit-content;
}

.top-of-hn .frame-CkMOO0 {
    background-color: transparent;
    height: 40px;
    min-width: 40px;
    mix-blend-mode: normal;
    position: relative;
}

.top-of-hn .see-more-CkMOO0 {
    background-color: transparent;
    color: var(--bg-write);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    mix-blend-mode: normal;
    position: relative;
    text-align: left;
    width: fit-content;
}

.top-of-hn .rectangle-gc2I8d {
    background-color: var(--bg-write);
    border: 1px none;
    height: 1150px;
    left: 0px;
    mix-blend-mode: normal;
    position: absolute;
    top: 542px;
    width: 100%;
}

.top-of-hn .frame-gc2I8d {
    align-items: center;
    background-color: transparent;
    border: 1px none;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: auto;
    padding: 32px 0px 0px;
    width: fit-content;
}

.top-of-hn .perched-on-the-rooft-unkyO9 {
    background-color: transparent;
    color: var(--black);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: -1.00px;
    mix-blend-mode: normal;
    position: relative;
    text-align: left;
    width: 1250px;
}

.top-of-hn .frame-gjm8sy {
    align-items: center;
    background-color: transparent;
    border: 1px none;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: auto;
    padding: 32px 0px;
    width: 1250px;
    margin: auto;
}

.top-of-hn .every-week-music-nig-nVoiq2 {
    background-color: transparent;
    color: var(--black);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: -1.00px;
    mix-blend-mode: normal;
    position: relative;
    text-align: left;
    width: 1250px;
}

.top-of-hn .span0-zUMble {
    font-style: normal;
    font-weight: 300;
}

.top-of-hn .span1-zUMble {
    font-style: normal;
    font-weight: 500;
}

.top-of-hn .every-bill-from-2000-nVoiq2 {
    background-color: transparent;
    color: var(--black);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    mix-blend-mode: normal;
    position: relative;
    text-align: left;
    width: 1250px;
}

.top-of-hn .rounded-rectangle-Z8zp73 {
    background-color: transparent;
    height: 658px;
    width: 100%;
}

.top-of-hn .rounded-rectangle-gc2I8d {
    background-color: transparent;
    height: 658px;
    width: 1250px;
    margin: auto;
    display: block;
}

.top-of-hn .frame-zotGmy {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    display: flex;
    flex-direction: column;
    gap: 32px;
    height: auto;
    width: 1250px;
    margin: auto;
    margin-top: 60px;
}

.top-of-hn .frame-k0rxHD {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    display: flex;
    gap: 38px;
    height: auto;
    position: relative;
    width: fit-content;
}

.top-of-hn .frame-nTiGBw {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    display: flex;
    gap: 20px;
    height: auto;
    position: relative;
    width: fit-content;
}

.top-of-hn .opening-time-mYNZZ9 {
    background-color: transparent;
    color: var(--black);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -1.00px;
    mix-blend-mode: normal;
    position: relative;
    text-align: left;
    width: 172px;
}

.top-of-hn .x0500-pm-0000-am-mYNZZ9 {
    background-color: transparent;
    color: var(--black);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: -1.00px;
    mix-blend-mode: normal;
    position: relative;
    text-align: left;
    width: 322px;
}

.top-of-hn .frame-HjL8KE {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    display: flex;
    gap: 20px;
    height: auto;
    position: relative;
    width: fit-content;
}

.top-of-hn .capacity-m9Rz7r {
    background-color: transparent;
    color: var(--black);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -1.00px;
    mix-blend-mode: normal;
    position: relative;
    text-align: left;
    width: 172px;
}

.top-of-hn .x128-people-m9Rz7r {
    background-color: transparent;
    color: var(--black);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: -1.00px;
    mix-blend-mode: normal;
    position: relative;
    text-align: left;
    width: 506px;
}

.top-of-hn .rectangle-k0rxHD {
    background-color: var(--text-3);
    border: 1px none;
    height: 1px;
    min-width: 1250px;
    mix-blend-mode: normal;
    position: relative;
}

.top-of-hn .frame-gNbjjc {
    align-items: center;
    background-color: transparent;
    border: 1px none;
    display: flex;
    gap: 38px;
    height: auto;
    position: relative;
    width: fit-content;
}

.top-of-hn .frame-TaTwkd {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    display: flex;
    gap: 145px;
    height: auto;
    position: relative;
    width: fit-content;
}

.top-of-hn .top-of-hanoi-is-not-RBrsFk {
    background-color: transparent;
    color: var(--black);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: -1.00px;
    mix-blend-mode: normal;
    position: relative;
    text-align: left;
    width: 407px;
}

.top-of-hn .please-do-not-wear-s-RBrsFk {
    background-color: transparent;
    color: var(--black);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: -1.00px;
    mix-blend-mode: normal;
    position: relative;
    text-align: left;
    width: fit-content;
}

.top-of-hn .nav-Z8zp73 {
    align-items: center;
    background-color: var(--bg-write);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: var(--text-2);
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    display: flex;
    flex-direction: column;
    height: auto;
    left: 0px;
    mix-blend-mode: normal;
    position: fixed;
    top: 0px;
    width: fit-content;
}

.top-of-hn .frame-DCcDKS {
    align-items: center;
    background-color: transparent;
    border: 1px none;
    display: flex;
    flex-direction: column;
    height: auto;
    mix-blend-mode: normal;
    position: relative;
    width: fit-content;
}

.top-of-hn .header_nav-iEGDUI {
    align-items: flex-start;
    background-color: var(--bg-write);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: var(--text-2);
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    display: flex;
    height: auto;
    justify-content: center;
    mix-blend-mode: normal;
    position: relative;
    width: 100%;
}

.top-of-hn .frame-czLlHv {
    align-items: flex-start;
    background-color: transparent;
    border-bottom-style: none;
    border-color: var(--text-2);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: auto;
    mix-blend-mode: normal;
    padding: 6px 66px;
    position: relative;
    width: fit-content;
}

.top-of-hn .image-5-AJxy3p {
    background-color: transparent;
    height: 28px;
    min-width: 93px;
    mix-blend-mode: normal;
    object-fit: cover;
    position: relative;
}

.top-of-hn .frame-YoymcC {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: auto;
    mix-blend-mode: normal;
    padding: 13px 22px;
    position: relative;
    width: fit-content;
}

.top-of-hn .rectangle-r4f1Fv {
    background-color: transparent;
    height: 14px;
    min-width: 196px;
    mix-blend-mode: normal;
    object-fit: cover;
    position: relative;
}

.top-of-hn .frame-aAZxCq {
    align-items: flex-start;
    background-color: transparent;
    border-bottom-style: none;
    border-color: var(--text-2);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: auto;
    mix-blend-mode: normal;
    padding: 7px 12px;
    position: relative;
    width: fit-content;
}

.top-of-hn .image-3-ooEcnZ {
    background-color: transparent;
    height: 26px;
    min-width: 201px;
    mix-blend-mode: normal;
    object-fit: cover;
    position: relative;
}

.top-of-hn .frame-iEGDUI {
    align-items: center;
    background-color: transparent;
    border: 1px none;
    display: flex;
    height: auto;
    justify-content: space-between;
    mix-blend-mode: normal;
    position: relative;
    width: 1250px;
}

.top-of-hn .frame-vdxtam {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: auto;
    mix-blend-mode: normal;
    padding: 10px 0px;
    position: relative;
    width: fit-content;
}

.top-of-hn .rectangle-LPzJra {
    background-color: transparent;
    height: 81px;
    min-width: 99px;
    mix-blend-mode: normal;
    object-fit: cover;
    position: relative;
}

.top-of-hn .frame-6i83G2 {
    align-items: center;
    background-color: transparent;
    border: 1px none;
    display: flex;
    gap: 32px;
    height: auto;
    justify-content: center;
    mix-blend-mode: normal;
    position: relative;
    width: fit-content;
}

.top-of-hn .frame-x9j8xJ {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    border-radius: 30px;
    display: flex;
    gap: 10px;
    height: auto;
    padding: 16px 24px;
    position: relative;
    width: fit-content;
}

.top-of-hn .workflex-NBGNMn {
    background-color: transparent;
    color: var(--black);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -1.00px;
    mix-blend-mode: normal;
    position: relative;
    text-align: left;
    width: fit-content;
}

.top-of-hn .frame-zlxOG2 {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    border-radius: 30px;
    display: flex;
    gap: 10px;
    height: auto;
    mix-blend-mode: normal;
    padding: 16px 24px;
    position: relative;
    width: fit-content;
}

.top-of-hn .office-H8AgDZ {
    background-color: transparent;
    color: var(--black);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -1.00px;
    mix-blend-mode: normal;
    position: relative;
    text-align: left;
    width: fit-content;
}

.top-of-hn .frame-qA0klK {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    border-radius: 30px;
    display: flex;
    gap: 10px;
    height: auto;
    mix-blend-mode: normal;
    padding: 16px 24px;
    position: relative;
    width: fit-content;
}

.top-of-hn .hotel-residence-OxMmIM {
    background-color: transparent;
    color: var(--black);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -1.00px;
    mix-blend-mode: normal;
    position: relative;
    text-align: left;
    width: fit-content;
}

.top-of-hn .frame-hxifCk {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    border-radius: 30px;
    display: flex;
    gap: 10px;
    height: auto;
    mix-blend-mode: normal;
    padding: 16px 24px;
    position: relative;
    width: fit-content;
}

.top-of-hn .shopping-DPxg22 {
    background-color: transparent;
    color: var(--black);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -1.00px;
    mix-blend-mode: normal;
    position: relative;
    text-align: left;
    width: fit-content;
}

.top-of-hn .frame-9M1On3 {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    border-radius: 30px;
    display: flex;
    gap: 10px;
    height: auto;
    mix-blend-mode: normal;
    padding: 16px 24px;
    position: relative;
    width: fit-content;
}

.top-of-hn .amenities-SvVBJI {
    background-color: transparent;
    color: var(--black);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -1.00px;
    mix-blend-mode: normal;
    position: relative;
    text-align: left;
    width: fit-content;
}

.top-of-hn .frame-xjSyVm {
    align-items: flex-start;
    background-color: transparent;
    border: 1px none;
    border-radius: 30px;
    display: flex;
    gap: 10px;
    height: auto;
    mix-blend-mode: normal;
    padding: 16px 24px;
    position: relative;
    width: fit-content;
}

.top-of-hn .news-event-1LUxui {
    background-color: transparent;
    color: var(--black);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -1.00px;
    mix-blend-mode: normal;
    position: relative;
    text-align: left;
    width: fit-content;
}

.top-of-hn .ellipse-vdxtam {
    background-color: transparent;
    height: 28px;
    min-width: 28px;
    mix-blend-mode: normal;
    object-fit: cover;
    position: relative;
}
.top-of-hn .groupContent {
    width: 1250px;
    margin: auto;
    margin-top: 200px;
}
.top-of-hn .groupContent2 {
    width: 100%;
    margin-top: 120px;
    background: #fafafa;
    padding: 120px 0px;
}
@media (max-width: 1249px) {
    .top-of-hn > div {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .top-of-hn .frame-uEE2ut {
        left: 30px;
    }
    .top-of-hn .groupContent {
        width: 100% !important;
    }
    .top-of-hn .perched-on-the-rooft-unkyO9 {
        width: 100% !important;
    }
    .top-of-hn .frame-zotGmy {
        width: 100% !important;
    }
    .residence .frame-0Jlnhe {
        height: 100% !important;
    }
    .residence .mask-group-b6CxlM {
        height: 100% !important;
    }
}
