@charset "UTF-8";[x-cloak]{display:none!important}.search-suggestions{position:absolute;top:calc(100% + 6px);left:0;width:360px;max-height:420px;overflow-y:auto;background:#fff;border-radius:16px;box-shadow:0 12px 40px #0000002e,0 2px 8px #00000014;z-index:100;padding:8px 0}.search-suggestions::-webkit-scrollbar{width:5px}.search-suggestions::-webkit-scrollbar-track{background:transparent}.search-suggestions::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.search-suggestions.suggestions-enter{transition:opacity .15s ease,transform .15s ease}.search-suggestions.suggestions-enter-start{opacity:0;transform:translateY(-6px)}.search-suggestions.suggestions-enter-end{opacity:1;transform:translateY(0)}.search-suggestions.suggestions-leave{transition:opacity .1s ease,transform .1s ease}.search-suggestions.suggestions-leave-start{opacity:1;transform:translateY(0)}.search-suggestions.suggestions-leave-end{opacity:0;transform:translateY(-6px)}.search-suggestions .suggestions-group:not(:first-child){border-top:1px solid #f0f0f0;margin-top:4px;padding-top:4px}.search-suggestions .suggestions-group .suggestions-group-label{display:flex;align-items:center;gap:6px;padding:8px 16px 4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;font-family:Poppins,sans-serif}.search-suggestions .suggestions-group .suggestions-group-label svg{stroke:#9ca3af;flex-shrink:0}.search-suggestions .suggestion-item{display:flex;align-items:center;gap:12px;padding:10px 16px;cursor:pointer;text-decoration:none;transition:background-color .12s ease}.search-suggestions .suggestion-item:hover,.search-suggestions .suggestion-item.active{background-color:#f7f7f8}.search-suggestions .suggestion-item .suggestion-icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;overflow:hidden}.search-suggestions .suggestion-item .suggestion-icon svg{flex-shrink:0}.search-suggestions .suggestion-item .suggestion-icon-city{background:#eef2ff}.search-suggestions .suggestion-item .suggestion-icon-city svg{stroke:#4557e1}.search-suggestions .suggestion-item .suggestion-icon-restaurant{background:#fef2f2}.search-suggestions .suggestion-item .suggestion-icon-restaurant svg{stroke:#fd0707}.search-suggestions .suggestion-item .suggestion-icon-restaurant img{position:static!important;transform:none!important;filter:none!important;opacity:1!important;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:10px}.search-suggestions .suggestion-item .suggestion-text{display:flex;flex-direction:column;min-width:0}.search-suggestions .suggestion-item .suggestion-name{font-size:14px;font-weight:500;color:#1e1e1e;font-family:Poppins,sans-serif;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-suggestions .suggestion-item .suggestion-detail{font-size:12px;color:#9ca3af;font-family:Poppins,sans-serif;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-suggestions .suggestions-no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 16px;gap:6px}.search-suggestions .suggestions-no-results svg{stroke:#6b7280;margin-bottom:4px}.search-suggestions .suggestions-no-results .no-results-text{font-size:14px;font-weight:600;color:#1e1e1e;font-family:Poppins,sans-serif}.search-suggestions .suggestions-no-results .no-results-hint{font-size:12px;color:#6b7280;font-family:Poppins,sans-serif}@media (max-width: 767px){.search-suggestions{width:100%;max-height:300px;border-radius:12px}}body{font-family:Poppins,sans-serif}.home-container{min-height:100vh;height:100%;width:100%;padding:15px;background-color:#fff}.home-container:after{content:" ";position:fixed;width:100%;height:100%;z-index:999;top:0;left:0;pointer-events:none;border:15px solid white}.home-container .inner-container{background-color:#1a5f64;display:flex;flex-direction:column;justify-content:space-between;align-items:center;color:#e6e1dd;height:100%;width:100%;min-height:calc(100vh - 30px);padding-left:15px;padding-right:15px}.home-container .inner-container .logo-section{padding-top:65px;padding-bottom:30px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:10px;font-size:16px;line-height:137%}.home-container .inner-container .form-section{max-width:910px;display:flex}@media (max-width: 700px){.home-container .inner-container .form-section{flex-direction:column;align-items:center}}.home-container .inner-container .form-section .form-half{width:100%;min-height:100%}.home-container .inner-container .form-section .form-half img{min-height:100%;-o-object-fit:cover;object-fit:cover}.home-container .inner-container .form-section .form-half .form{min-height:100%;padding:55px 35px;background-color:#e6e1dd;color:#1a5f64}.home-container .inner-container .form-section .form-half .form h2{text-align:center;font-size:40px;font-weight:700;text-transform:uppercase;margin-bottom:50px;line-height:87%}.home-container .inner-container .form-section .form-half .form form{display:flex;flex-direction:column;row-gap:10px;-moz-column-gap:10px;column-gap:10px}.home-container .inner-container .form-section .form-half .form form .form-row{display:flex;-moz-column-gap:8px;column-gap:8px}@media (max-width: 700px){.home-container .inner-container .form-section .form-half .form form .form-row{flex-direction:column;row-gap:8px}}.home-container .inner-container .form-section .form-half .form form .form-row input{width:100%}.home-container .inner-container .form-section .form-half .form form .form-row .input-field{display:flex;flex-direction:column;width:100%}.home-container .inner-container .form-section .form-half .form form .form-row .input-field input{border:none;padding:5px}.home-container .inner-container .form-section .form-half .form form .form-row .input-field input:focus{outline:none;box-shadow:none}.home-container .inner-container .form-section .form-half .form form .form-row .input-field.checkbox-field{flex-direction:row;align-items:center;-moz-column-gap:6px;column-gap:6px}.home-container .inner-container .form-section .form-half .form form .form-row .input-field.checkbox-field input{width:15px;height:15px}.home-container .inner-container .form-section .form-half .form form button{margin-top:60px;display:inline-flex;padding:6px 20px;border-radius:999px;-moz-column-gap:7px;column-gap:7px;background-color:#1a5f64;align-items:center;color:#e6e1dd;font-size:14px;font-weight:400;text-transform:uppercase;transition:all .3s}.home-container .inner-container .form-section .form-half .form form button:hover{opacity:.7}.home-container .inner-container .footer-section{display:flex;justify-content:center;-moz-column-gap:7px;column-gap:7px;color:#e6e1dd;padding-bottom:15px;padding-top:30px}.home-container .inner-container .footer-section a{transition:all .3s}.home-container .inner-container .footer-section a:hover{opacity:.7}@media (max-width: 700px){.home-container .inner-container .footer-section{flex-direction:column;text-align:center;align-items:center}.home-container .inner-container .footer-section span{display:none}}.grecaptcha-badge{margin-right:15px}@media (max-width: 700px){.grecaptcha-badge{margin-right:14px}}.static-content{text-align:left;width:100%;padding:15px 10px}.static-content h1{font-size:40px;padding-bottom:30px;text-align:center}.static-content h2{font-size:30px}.static-content h3{font-size:24px}.static-content h4{font-size:18px}.static-content h5{font-size:13px}.static-content h6{font-size:10px}.static-content h1,.static-content h2,.static-content h3{font-weight:700}.static-content h2,.static-content h3,.static-content h4,.static-content h5,.static-content h6{padding-bottom:10px}.static-content p{font-size:18px;padding-bottom:10px}.navigation-container{height:60px}.static-nav{display:flex;justify-content:space-between;background-color:#4557e1;padding:25px 26px 20px;color:#fff;position:fixed;top:0;left:0;width:100%;z-index:20;transition:all .75s}.static-nav .header-logo{transition:all .3s}.static-nav.scroll-away{top:-100%;transition:all 2s}.static-nav.nav-transparent{background-color:transparent!important;box-shadow:none;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.static-nav.nav-transparent:after{content:"";position:absolute;bottom:0;left:26px;right:26px;height:1px;background:#fff}.static-nav.nav-transparent .filter{border:1px solid rgba(255,255,255,.2)!important;background:var(--background-search-field, linear-gradient(0deg, rgba(255, 255, 255, .14) 0%, rgba(255, 255, 255, 0) 100%))!important;backdrop-filter:blur(2.5px)!important;-webkit-backdrop-filter:blur(2.5px)!important;color:#fff9!important;font-family:Poppins,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:25px!important}.static-nav.nav-transparent .filter img{display:none!important}.static-nav.nav-transparent .filter::-moz-placeholder{color:#fff9!important}.static-nav.nav-transparent .filter::placeholder{color:#fff9!important}.static-nav.nav-transparent .filter option{color:#1e1e1e}.static-nav.nav-transparent .select-filter-container select.filter{color:#fff9!important;font-family:Poppins,sans-serif!important;font-size:14px!important;font-weight:400!important;line-height:25px!important}.static-nav.nav-transparent .select-filter-container{position:relative}.static-nav.nav-transparent .select-filter-container select{-moz-appearance:none;appearance:none;-webkit-appearance:none}.static-nav.nav-transparent .select-filter-container:after{content:"";position:absolute;right:14px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid rgba(255,255,255,.6);pointer-events:none;z-index:1}.static-nav.nav-transparent .select-filter-container .select-caret-icon{display:none!important}.static-nav.nav-transparent .location-container button img{filter:brightness(0) invert(1);opacity:.6}.static-nav:not(.nav-transparent) .filters .select-filter-container{position:relative}.static-nav:not(.nav-transparent) .filters .select-filter-container select{-moz-appearance:none;appearance:none;-webkit-appearance:none}.static-nav:not(.nav-transparent) .filters .select-filter-container:after{content:"";position:absolute;right:14px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid rgba(255,255,255,.6);pointer-events:none;z-index:1}.static-nav:not(.nav-transparent) .filters .select-filter-container .select-caret-icon{display:none!important}.static-nav:not(.nav-transparent) .filters .location-container button img{filter:brightness(0) invert(1);opacity:.6}.static-nav:not(.nav-transparent) .filters .filter,.static-nav:not(.nav-transparent) .filters .select-filter-container select.filter{color:#fff9!important;font-family:Poppins,sans-serif!important;font-size:14px!important;font-weight:400!important;line-height:25px!important}.static-nav:not(.nav-transparent) .filters .filter{border:1px solid rgba(255,255,255,.2)!important;background:var(--background-search-field, linear-gradient(0deg, rgba(255, 255, 255, .14) 0%, rgba(255, 255, 255, 0) 100%))!important;backdrop-filter:blur(2.5px)!important;-webkit-backdrop-filter:blur(2.5px)!important;font-style:normal!important}.static-nav:not(.nav-transparent) .filters .filter::-moz-placeholder{color:#fff9!important}.static-nav:not(.nav-transparent) .filters .filter::placeholder{color:#fff9!important}.static-nav:not(.nav-transparent) .filters .filter option{color:#1e1e1e}.static-nav .logo-section{display:flex;gap:20px;align-items:center;position:relative}.static-nav .logo-section .dropdown-section{position:relative}.static-nav .logo-section a{flex-shrink:0}.static-nav .logo-section a img{width:150px}.static-nav .logo-section .lang{display:flex;align-items:center;gap:3px;font-size:18px;font-weight:300;line-height:25px;text-decoration-line:underline}.static-nav .logo-section .lang-dropdown{position:absolute;right:0;top:100%;margin-top:2px;background:#4557e1;padding:10px;flex-direction:column;gap:5px;display:flex;z-index:100}.static-nav .logo-section .lang-dropdown a{color:#fff;border-bottom:1px solid white}.static-nav .logo-section .lang-dropdown a.active{font-weight:700}.static-nav .filters{display:flex;gap:10px}.static-nav .filters .select-filter-container{position:relative}.static-nav .filters .select-filter-container select{max-width:150px;padding-right:23px}.static-nav .filters .select-filter-container select option{color:#1e1e1e}.static-nav .filters .select-filter-container .select-caret-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:12px;height:8px;pointer-events:none;z-index:1;filter:brightness(0) invert(1);opacity:.6}.static-nav .filters .location-container{position:relative}.static-nav .filters .location-container img{position:absolute;right:10px;top:50%;transform:translateY(-50%);filter:brightness(0) invert(1);opacity:.6}.static-nav .filters .location-container input.filter{padding-right:30px;width:306px}.static-nav .filters .location-container button{position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:20;width:10px;display:flex;align-items:center;justify-content:center}.static-nav .filters .filter{border-radius:250px!important;background:var(--background-search-field, linear-gradient(0deg, rgba(255, 255, 255, .14) 0%, rgba(255, 255, 255, 0) 100%))!important;backdrop-filter:blur(2.5px)!important;-webkit-backdrop-filter:blur(2.5px)!important;color:#fff9!important;font-family:Poppins,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:25px!important;padding:5px 17px;border:1px solid rgba(255,255,255,.2)}.static-nav .filters .filter::-moz-placeholder{color:#fff9!important}.static-nav .filters .filter::placeholder{color:#fff9!important}.static-nav .filters .search-btn{border-radius:250px;background:#fd0707;font-size:16px;font-weight:700;line-height:1.56;padding:5px 18px}.static-nav.nav-transparent .filters .filter,.static-nav.nav-transparent .filters .select-filter-container select.filter{color:#fff9!important}.static-nav .nav-search-icon-btn{display:none;align-items:center;justify-content:center;color:#fff;background:none;border:none;cursor:pointer;padding:4px;flex-shrink:0}@media (max-width: 860px){.static-nav .nav-search-desktop{display:none}.static-nav .nav-search-icon-btn{display:flex}.static-nav.nav-transparent:after{left:10px;right:10px}}@media (max-width: 767px){.static-nav{padding:14px 10px}}.nav-search-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:flex-start;justify-content:center;padding-top:80px}.nav-search-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.nav-search-modal-card{position:relative;z-index:1;background:#4557e1;border-radius:20px;padding:28px 24px 24px;width:calc(100% - 32px);max-width:460px;box-shadow:0 24px 60px #00000059}.nav-search-modal-card .nav-search-modal-close{position:absolute;top:14px;right:14px;background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.nav-search-modal-card .nav-search-modal-close:hover{background:#ffffff40}.nav-search-modal-card .nav-search-modal-title{color:#fff;font-size:18px;font-weight:600;margin-bottom:18px;padding-right:40px}.nav-search-modal-card .filters{display:flex!important;flex-direction:column!important;gap:10px;width:100%;max-width:360px;margin:0 auto}.nav-search-modal-card .location-container{position:relative;width:100%}.nav-search-modal-card .location-container img{position:absolute;right:10px;top:50%;transform:translateY(-50%);filter:brightness(0) invert(1);opacity:.6}.nav-search-modal-card .location-container input.filter{padding-right:30px;width:100%!important}.nav-search-modal-card .location-container button{position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:20;width:10px;display:flex;align-items:center;justify-content:center}.nav-search-modal-card .location-container .search-suggestions{width:100%;max-height:260px;border-radius:12px}.nav-search-modal-card .select-filter-container{position:relative;width:100%}.nav-search-modal-card .select-filter-container select{width:100%;max-width:100%;padding-right:23px}.nav-search-modal-card .select-filter-container select option{color:#1e1e1e}.nav-search-modal-card .select-filter-container .select-caret-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:12px;height:8px;pointer-events:none;z-index:1;filter:brightness(0) invert(1);opacity:.6}.nav-search-modal-card .filter{border-radius:250px;color:#fff9;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:25px;padding:5px 17px;border:1px solid rgba(255,255,255,.2);background:var(--background-search-field, linear-gradient(0deg, rgba(255, 255, 255, .14) 0%, rgba(255, 255, 255, 0) 100%))!important;backdrop-filter:blur(2.5px)!important;-webkit-backdrop-filter:blur(2.5px)!important}.nav-search-modal-card .filter::-moz-placeholder{color:#fff9}.nav-search-modal-card .filter::placeholder{color:#fff9}.nav-search-modal-card .filter option{color:#1e1e1e}.nav-search-modal-card .search-btn{width:100%;border-radius:250px;background:#fd0707;color:#fff;font-size:16px;font-weight:700;line-height:1.56;padding:5px 18px;border:none;cursor:pointer}body:has(.open-lightbox){overflow:hidden}.page-container:has(.reservation-lightbox.open-lightbox){z-index:99999}.page-container:has(.rp-menu-viewer.is-open){z-index:999999}.page-container:has(.recommended-restaurant-list-container){overflow:hidden}.restaurant-page .reservation-button{margin-top:30px;text-transform:uppercase;color:#fff;font-size:16px;font-weight:700;line-height:25px;border-radius:250px;background:#fd0707;padding:13px 20px}.restaurant-page .reservation-lightbox{position:fixed;left:0;top:0;width:100%;height:100%;background:#000000e6;display:flex;justify-content:center;align-items:center;z-index:999999}.restaurant-page .reservation-lightbox .close-btn{position:absolute;top:24px;right:20px}.restaurant-page .reservation-lightbox .logo{position:absolute;top:30px;left:30px}.restaurant-page .reservation-lightbox .content{padding:170px 15px;text-align:center;max-width:580px}.restaurant-page .reservation-lightbox .content.form-container{text-align:left}.restaurant-page .reservation-lightbox .content.form-container form .input-field label{color:#fff}.restaurant-page .reservation-lightbox .content.form-container .input-field input,.restaurant-page .reservation-lightbox .content.form-container .input-field select,.restaurant-page .reservation-lightbox .content.form-container .input-field textarea{color:#1e1e1e}.restaurant-page .reservation-lightbox .content *{color:#fff}.restaurant-page .reservation-lightbox .content h2{font-size:40px;font-weight:500;line-height:1.1;letter-spacing:-2px;margin-bottom:12px}.restaurant-page .reservation-lightbox .content p{font-size:18px;font-weight:400;line-height:1.4}.restaurant-page .reservation-lightbox .content .address{padding:30px 15px;margin-top:25px;margin-bottom:25px;background:#4557e1;border-radius:15px;font-weight:300}.restaurant-page .reservation-lightbox .content .address p{font-weight:300}.restaurant-page .contact-lightbox{background:#0000008c!important;padding:20px;overflow-y:auto}.restaurant-page .contact-lightbox .contact-modal-card{position:relative;background:#fff;border-radius:20px;padding:40px 35px;width:100%;max-width:580px;margin:auto}.restaurant-page .contact-lightbox .contact-modal-close{position:absolute;top:18px;right:18px;width:36px;height:36px;background:#f1f1f1;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#1e1e1e;transition:background .2s}.restaurant-page .contact-lightbox .contact-modal-close:hover{background:#e0e0e0}.restaurant-page .contact-lightbox .contact-modal-title{color:#4557e1;font-size:28px;font-weight:700;line-height:1.2;letter-spacing:-1.4px;margin:0 0 8px}.restaurant-page .contact-lightbox .contact-modal-subtitle{color:#6b7280;font-size:15px;font-weight:300;line-height:22px;margin:0 0 28px}.restaurant-page .contact-lightbox .form-section form .form-fields{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.restaurant-page .contact-lightbox .form-section form .input-field{display:flex;flex-direction:column;gap:4px}.restaurant-page .contact-lightbox .form-section form .input-field:has(textarea),.restaurant-page .contact-lightbox .form-section form .input-field.col-span-4{grid-column:span 2}.restaurant-page .contact-lightbox .form-section form .input-field:has(button){grid-column:span 2;padding-top:4px}.restaurant-page .contact-lightbox .form-section form .input-field label{color:#1e1e1e!important;font-size:13px;font-weight:500;line-height:1.4}.restaurant-page .contact-lightbox .form-section form .input-field input,.restaurant-page .contact-lightbox .form-section form .input-field textarea,.restaurant-page .contact-lightbox .form-section form .input-field select{background:#f1f1f1!important;border:none!important;border-radius:10px!important;padding:11px 14px!important;font-size:14px!important;color:#1e1e1e!important;font-family:Poppins,sans-serif;width:100%;box-sizing:border-box}.restaurant-page .contact-lightbox .form-section form .input-field input:focus,.restaurant-page .contact-lightbox .form-section form .input-field textarea:focus,.restaurant-page .contact-lightbox .form-section form .input-field select:focus{outline:2px solid #4557e1;outline-offset:0}.restaurant-page .contact-lightbox .form-section form .input-field textarea{resize:vertical;min-height:110px}.restaurant-page .contact-lightbox .form-section form .btn{background:#4557e1!important;color:#fff!important;border:none;border-radius:250px!important;padding:12px 32px!important;font-size:15px!important;font-weight:700!important;font-family:Poppins,sans-serif;cursor:pointer;transition:opacity .2s}.restaurant-page .contact-lightbox .form-section form .btn:hover{opacity:.88}@media (max-width: 600px){.restaurant-page .contact-lightbox{padding:12px}.restaurant-page .contact-lightbox .contact-modal-card{padding:28px 18px}.restaurant-page .contact-lightbox .form-section form .form-fields{grid-template-columns:1fr}.restaurant-page .contact-lightbox .form-section form .form-fields .input-field:has(textarea),.restaurant-page .contact-lightbox .form-section form .form-fields .input-field.col-span-4,.restaurant-page .contact-lightbox .form-section form .form-fields .input-field:has(button){grid-column:span 1}}.restaurant-page .header{position:relative;min-height:80vh;display:flex;justify-content:center;align-items:center}.restaurant-page .header .filters{display:flex;gap:10px;justify-content:center}@media (max-width: 767px){.restaurant-page .header .filters{flex-direction:column;max-width:320px;margin:auto;padding-top:20px;padding-left:10px;padding-right:10px}.restaurant-page .header .filters input,.restaurant-page .header .filters select{width:100%}}.restaurant-page .header .filters .select-filter-container{position:relative;display:flex;align-items:center}.restaurant-page .header .filters .select-filter-container select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:23px}@media (min-width: 767px){.restaurant-page .header .filters .select-filter-container select{width:149px}}.restaurant-page .header .filters .select-filter-container:after{content:"";position:absolute;right:14px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid rgba(255,255,255,.6);pointer-events:none;z-index:1}.restaurant-page .header .filters .select-filter-container .select-caret-icon{display:none}.restaurant-page .header .filters .location-container{position:relative;display:flex;align-items:center}.restaurant-page .header .filters .location-container img{position:absolute;right:10px;top:50%;transform:translateY(-50%);filter:brightness(0) invert(1);opacity:.6}.restaurant-page .header .filters .location-container button{position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:20;width:10px;height:100%;display:flex;align-items:center;justify-content:center}.restaurant-page .header .filters input.filter{padding-right:30px;width:306px}.restaurant-page .header .filters .filter{border-radius:250px!important;border:1px solid rgba(255,255,255,.2)!important;background:var(--background-search-field, linear-gradient(0deg, rgba(255, 255, 255, .14) 0%, rgba(255, 255, 255, 0) 100%))!important;backdrop-filter:blur(2.5px)!important;-webkit-backdrop-filter:blur(2.5px)!important;color:#fff9!important;font-family:Poppins,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:25px!important;padding:5px 17px;box-sizing:border-box}.restaurant-page .header .filters .filter option{color:#1e1e1e}.restaurant-page .header .filters .filter::-moz-placeholder{color:#fff9!important}.restaurant-page .header .filters .filter::placeholder{color:#fff9!important}.restaurant-page .header .filters .search-btn{border-radius:250px;background:#fd0707;font-size:16px;font-weight:700;line-height:1.56;padding:5px 18px}.restaurant-page .header .background-image{position:absolute;left:0;top:0;width:100%;height:100%;background-size:cover;background-position:center}.restaurant-page .header .background-image:after{content:" ";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(0deg,#0009,#0009)}.restaurant-page .header .background-image.homepage-banner:after{display:none}.restaurant-page .header .background-image picture,.restaurant-page .header .background-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.restaurant-page .header .breadcrumbs{position:absolute;top:10px;left:25px;color:#fff;font-size:18px;font-weight:300;line-height:1.3}.restaurant-page .header .breadcrumbs a{text-decoration:underline}.restaurant-page .header .text{text-align:center;z-index:10;position:relative;color:#fff;padding-left:15px;padding-right:15px}.restaurant-page .header .text h1{color:#fff;text-align:center;font-family:Poppins,sans-serif;font-size:60px;font-style:normal;font-weight:700;line-height:65px;letter-spacing:-.5px;margin-bottom:31px}.restaurant-page .header .text p{text-align:center;font-size:18px;font-weight:300;line-height:1.4}.restaurant-page .header .text p br{display:block;height:8px;position:relative;content:" "}@media (max-width: 768px){.restaurant-page .header .text h1{font-size:55px;line-height:60px}}@media (max-width: 480px){.restaurant-page .header .text h1{font-size:40px;line-height:45px;margin-bottom:20px}}.restaurant-page .static-container{max-width:1280px;padding:50px 30px;margin:auto}.restaurant-page .text-map{display:flex;gap:90px;justify-content:space-between}.restaurant-page .text-map .text-section{width:60%;color:#1e1e1e}.restaurant-page .text-map .text-section .read-more{font-weight:700}.restaurant-page .text-map .text-section h2{font-size:40px;font-weight:500;line-height:1.12;letter-spacing:-2px;margin-bottom:20px}.restaurant-page .text-map .text-section .richtext{max-width:585px}.restaurant-page .text-map .text-section .richtext p{font-size:18px;font-weight:300;line-height:1.38}.restaurant-page .text-map .text-section .richtext p:has(+p){padding-bottom:18px}.restaurant-page .text-map .map-section{width:40%;display:flex;flex-direction:column;gap:10px}.restaurant-page .text-map .map-section .owner-contact{padding-left:15px;cursor:pointer}.restaurant-page .text-map .map-section .owner-contact p{color:#4557e1;font-size:18px;font-weight:300;line-height:1.25;text-decoration:underline}.restaurant-page .text-map .map-section .owner-contact p.title{font-size:20px;font-weight:700;text-decoration:none}.restaurant-page .text-map .map-section .map-icon{position:relative;padding:45px 17px;display:flex;justify-content:start;align-items:center;overflow:hidden}.restaurant-page .text-map .map-section .map-icon img{border-radius:20px 20px 0 0;width:100%;position:absolute;left:0;top:0;-o-object-fit:cover;object-fit:cover}.restaurant-page .text-map .map-section .map-icon p{position:relative;display:flex;color:#fff;font-size:60px;font-weight:700;line-height:.75;letter-spacing:-3px;align-items:end;gap:10px}.restaurant-page .text-map .map-section .facilities-info{background-color:#f1f1f1;border-radius:0 0 20px 20px;padding:25px 17px;display:flex;flex-direction:column;gap:25px}.restaurant-page .text-map .map-section .facilities-info .item *{color:#1e1e1e}.restaurant-page .text-map .map-section .facilities-info .item .item-title{font-size:20px;font-weight:500;line-height:2.25;letter-spacing:-1px}.restaurant-page .text-map .map-section .facilities-info .item .item-details{font-size:16px;font-weight:300;line-height:1.38}@media (max-width: 767px){.restaurant-page .text-map{flex-direction:column}.restaurant-page .text-map .text-section{width:100%;text-align:center}.restaurant-page .text-map .map-section{width:100%}}.restaurant-page .opening-and-address{border-radius:20px;background:#f1f1f1;padding:30px 33px 30px 12px;display:flex;justify-content:space-between;gap:50px;color:#1e1e1e;position:relative;align-items:center}.restaurant-page .opening-and-address .opening-hours-text{font-size:20px;font-weight:500;line-height:2.25;letter-spacing:-1px}.restaurant-page .opening-and-address .hours-container{width:50%}.restaurant-page .opening-and-address .hours-container:not(:has(.open-day-schedule)){opacity:0}.restaurant-page .opening-and-address .opening-hours{color:#1e1e1e}.restaurant-page .opening-and-address .opening-hours tr.active td{font-weight:700}.restaurant-page .opening-and-address .opening-hours tr td{font-size:18px;font-weight:300;line-height:1.38;padding-right:30px}.restaurant-page .opening-and-address .line{width:1px;background:#00000080;height:80%;position:absolute;top:10%;left:50%}.restaurant-page .opening-and-address .address{width:50%;padding-left:50px;display:flex;flex-direction:column;gap:16px;font-size:20px;font-weight:500;line-height:1.25;letter-spacing:-1px}@media (max-width: 767px){.restaurant-page .opening-and-address{flex-direction:column;padding:12px 12px 30px}.restaurant-page .opening-and-address .hours-container{width:100%}.restaurant-page .opening-and-address .hours-container .opening-hours-text{text-align:center}.restaurant-page .opening-and-address .hours-container table{width:100%}.restaurant-page .opening-and-address .hours-container table tr td:nth-child(2){text-align:right;padding-right:0}.restaurant-page .opening-and-address .line{position:relative;width:100%;height:1px;top:auto;left:auto;right:auto}.restaurant-page .opening-and-address .address{width:100%;padding-left:0;text-align:center}}.restaurant-page .gallery .images{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.restaurant-page .gallery .images .image{width:100%;aspect-ratio:400/350}.restaurant-page .gallery .images .image picture,.restaurant-page .gallery .images .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:25px}@media (max-width: 767px){.restaurant-page .gallery .images{grid-template-columns:repeat(2,minmax(0,1fr))}}.restaurant-page .restaurant-page{min-height:100vh;position:relative;overflow-x:hidden;background:#fff}.restaurant-page .rp-cover{width:100%;padding-top:127px;padding-bottom:250px;position:relative;display:flex;flex-direction:column;align-items:center;background-attachment:fixed!important}.restaurant-page .rp-cover-content{display:flex;flex-direction:column;align-items:center;gap:0;text-align:center;padding:0 24px;position:relative;z-index:1}.restaurant-page .rp-cover-partner-logo{width:115px!important;-o-object-fit:contain;object-fit:contain;margin-top:21px}.restaurant-page .rp-cover-rating{display:flex;gap:4px;align-items:center;justify-content:center}.restaurant-page .rp-cover-rating-text{color:#fff;font-size:16px;font-weight:400;letter-spacing:-.5px;margin-left:4px}.restaurant-page .rp-cover-rating-text strong{font-weight:800}.restaurant-page .rp-cover-name{color:#fff;font-size:clamp(30px,5vw,60px);font-weight:700;letter-spacing:clamp(-1.4px,-.25vw,-3px);text-align:center;margin:0;line-height:1.1}.restaurant-page .rp-cover-location{display:flex;align-items:center;justify-content:center;gap:5px;color:#fdcdd6;font-size:clamp(14px,.3vw + 13px,16px);font-weight:400;letter-spacing:-.5px;text-align:center;margin:0}.restaurant-page .rp-cover-kitchen{position:absolute;bottom:12px;left:max(30px,(100% - 1200px) / 2 + 30px);right:max(30px,(100% - 1200px) / 2 + 30px);max-width:700px;display:flex;align-items:center;gap:8px;flex-wrap:wrap;z-index:2}.restaurant-page .rp-cover-kitchen-label{color:#fff;font-size:clamp(11px,.6vw + 8px,16px);font-weight:700;letter-spacing:-.5px;text-transform:uppercase;white-space:nowrap}.restaurant-page .rp-cover-kitchen-pill{color:#fff;font-size:clamp(10px,.5vw + 7px,14px);font-weight:400;letter-spacing:-.5px;text-transform:uppercase;text-align:center;padding:5px 17px;border-radius:250px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,#fff0,#ffffff1a),#ffffff24;backdrop-filter:blur(2.5px);-webkit-backdrop-filter:blur(2.5px);white-space:nowrap}.restaurant-page .rp-cover-kitchen-more{color:#fff;font-size:18px;font-weight:700;line-height:1;padding:3px 12px 5px;border-radius:250px;border:1px solid #fff;background:linear-gradient(180deg,#fff0,#ffffff1a),#ffffff24;backdrop-filter:blur(2.5px);-webkit-backdrop-filter:blur(2.5px);cursor:pointer;white-space:nowrap;display:flex;align-items:center;justify-content:center;min-width:42px}.restaurant-page .rp-cover-kitchen-more:hover{background:#ffffff40}.restaurant-page .rp-kitchen-overlap{display:none}.restaurant-page .rp-cover-breadcrumbs{position:absolute;top:85px;left:30px;z-index:10;display:flex;gap:8px;align-items:center;color:#ffffff4d;font-family:Poppins,sans-serif;font-size:10px;font-style:normal;font-weight:300;line-height:25px}.restaurant-page .rp-cover-breadcrumbs a{color:#ffffff4d;text-decoration:underline;text-underline-offset:2px}.restaurant-page .rp-cover-breadcrumbs a:hover{color:#fff}.restaurant-page .rp-profile-wrapper{margin-bottom:0}.restaurant-page .rp-profile{background:#ffffff8c;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-radius:16px;padding:28px 32px;display:flex;gap:28px;align-items:flex-start;box-shadow:#0000000f 0 2px 12px}.restaurant-page .rp-profile-image{width:140px;height:140px;border-radius:16px;overflow:hidden;flex-shrink:0;border:4px solid white;box-shadow:0 2px 12px #0000001f}.restaurant-page .rp-profile-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.restaurant-page .rp-profile-info{flex:1;min-width:0}.restaurant-page .rp-profile-top{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:wrap}.restaurant-page .rp-profile-name-section{flex:1;min-width:0}.restaurant-page .rp-name{font-size:32px;font-weight:700;color:#1e1e1e;line-height:1.15;letter-spacing:-1px;margin:0 0 6px}.restaurant-page .rp-location{display:flex;align-items:center;gap:6px;color:#6b7280;font-size:15px;font-weight:400;line-height:1.4}.restaurant-page .rp-location svg{flex-shrink:0;color:#4557e1}.restaurant-page .rp-profile-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;flex-shrink:0}.restaurant-page .rp-action-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:50px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;border:none;white-space:nowrap}.restaurant-page .rp-action-primary{background:linear-gradient(135deg,#4557e1,#6d7ef0,#8a9eff);background-size:200% 200%;color:#fff;box-shadow:0 6px 20px #4557e166,0 0 0 1px #fff3 inset;position:relative;overflow:hidden;animation:gradientMove 3s ease infinite}.restaurant-page .rp-action-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s;pointer-events:none;z-index:0}.restaurant-page .rp-action-primary:hover{background:linear-gradient(135deg,#3647c4,#5b6de8,#6d7ef0);background-size:200% 200%;color:#fff;box-shadow:0 10px 30px #4557e180,0 0 0 1px #ffffff4d inset;transform:translateY(-1px)}.restaurant-page .rp-action-primary:hover:before{left:100%}@keyframes gradientMove{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.restaurant-page .rp-action-outline{background:#ffffffe6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#4557e1;border:2px solid rgba(69,87,225,.3);box-shadow:0 2px 10px #4557e11a}.restaurant-page .rp-action-outline:hover{background:linear-gradient(135deg,#4557e1,#5b6de8);color:#fff;border-color:#4557e1;box-shadow:0 4px 15px #4557e14d;transform:translateY(-1px)}.restaurant-page .rp-action-outline:hover svg{stroke:#fff}.restaurant-page .rp-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.restaurant-page .rp-tag{display:inline-block;padding:5px 14px;border-radius:50px;font-size:13px;font-weight:500}.restaurant-page .rp-tag-cuisine{background:#fdcdd6;color:#4557e1}.restaurant-page .rp-tag-meal{background:#eef0fb;color:#4557e1}.restaurant-page .rp-info-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:6px}.restaurant-page .rp-info-bar-mobile{display:none}.restaurant-page .rp-info-bar-meal-types{display:flex;align-items:center;flex-wrap:wrap;gap:6px;color:#1e1e1e;font-size:14px;letter-spacing:-.5px}.restaurant-page .rp-info-bar-dot{color:#1e1e1e;opacity:.4;font-size:14px}.restaurant-page .rp-info-bar-menus{display:flex;align-items:center;gap:6px;flex-shrink:0}.restaurant-page .rp-info-bar-menu-link{display:flex;align-items:center;cursor:pointer;text-decoration:none}.restaurant-page .rp-info-bar-menu-link:hover{opacity:.75}.restaurant-page .rp-info-bar-menu-icon{width:32px;height:auto;display:block}.restaurant-page .rp-content-wrapper{max-width:1195px;margin:-150px auto 0;padding:0 30px 60px;position:relative;z-index:1}.restaurant-page .rp-content{display:grid;grid-template-columns:745px 360px;gap:30px;align-items:start}.restaurant-page .rp-iframe-col{position:sticky;top:24px}.restaurant-page .rp-card.rp-iframe-card{overflow:visible!important;background:#f1f1f126;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-radius:15px;box-shadow:0 4px 24px #0000001a;border:none;padding:15px;margin-bottom:0}.restaurant-page .rp-card.rp-iframe-card iframe,.restaurant-page .rp-card.rp-iframe-card .mytable_container{width:100%!important}.restaurant-page .rp-card.rp-iframe-card .mytable_container,.restaurant-page .rp-card.rp-iframe-card .mytable_container_banner{overflow:visible!important}.restaurant-page .rp-card.rp-iframe-card .mytable_container_banner iframe{overflow:hidden!important}.restaurant-page .rp-iframe-placeholder{margin-bottom:0;min-height:400px;display:flex;align-items:center;justify-content:center}.restaurant-page .rp-iframe-placeholder-inner{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.restaurant-page .rp-iframe-placeholder-inner h3{font-size:20px;font-weight:700;color:#1e1e1e;margin:0}.restaurant-page .rp-iframe-placeholder-inner p{font-size:14px;color:#6b7280;margin:0;max-width:280px;line-height:1.5}.restaurant-page .rp-info-col{display:flex;flex-direction:column;gap:0;padding-top:150px}.restaurant-page .rp-info-col .rp-card{margin-top:35px}.restaurant-page .rp-card{background:#ffffff8c;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-radius:16px;padding:24px 28px;box-shadow:#0000000f 0 2px 12px;border:1px solid rgba(255,255,255,.6)}.restaurant-page .rp-card-title{font-size:28px;font-weight:700;color:#1e1e1e;margin:0 0 16px;display:flex;align-items:center;gap:12px;letter-spacing:-.5px}.restaurant-page .rp-card-title svg{color:#4557e1;flex-shrink:0;width:24px;height:24px}.restaurant-page .rp-card--about{background:none;backdrop-filter:none;-webkit-backdrop-filter:none;border-radius:0;box-shadow:none;border:none;padding:0;margin-top:15px}.restaurant-page .rp-card--facilities{background:none;backdrop-filter:none;-webkit-backdrop-filter:none;border-radius:0;box-shadow:none;border:none;padding:0}.restaurant-page .rp-about-text{color:#1e1e1e;font-size:clamp(15px,.5vw + 13px,18px);line-height:25px;font-weight:300}.restaurant-page .rp-about-text h2{font-size:clamp(24px,2vw + 16px,40px);font-weight:500;color:#1e1e1e;letter-spacing:clamp(-1px,-.15vw,-2px);margin:0 0 11px;line-height:1.1}.restaurant-page .rp-about-text h3{font-size:clamp(18px,.8vw + 14px,22px);font-weight:600;color:#1e1e1e;margin:16px 0 8px;line-height:1.4}.restaurant-page .rp-about-text p{margin-bottom:18px}.restaurant-page .rp-about-text p:last-child{margin-bottom:0}.restaurant-page .rp-about-text ul,.restaurant-page .rp-about-text ol{margin:0 0 18px;padding-left:1.25em}.restaurant-page .rp-about-text li{margin-bottom:4px}.restaurant-page .rp-read-more{color:#1e1e1e;font-weight:700;font-size:18px;line-height:25px;cursor:pointer;background:none;border:none;padding:0;margin-top:8px}.restaurant-page .rp-read-more:hover{text-decoration:underline}.restaurant-page .rp-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.restaurant-page .rp-gallery-item{height:215px;border-radius:20px;overflow:hidden;cursor:pointer;position:relative}.restaurant-page .rp-gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s ease,filter .35s ease}.restaurant-page .rp-gallery-item:hover img{transform:scale(1.08);filter:brightness(1.05)}.restaurant-page .rp-gallery-item--more{cursor:pointer}.restaurant-page .rp-gallery-more{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;color:#fff;font-size:50px;font-weight:700}.restaurant-page .rp-booking-cta{background:#4557e1;padding-block:205px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.restaurant-page .rp-booking-cta-text{color:#fdcdd6;font-size:80px;font-weight:700;line-height:80px;letter-spacing:-4px;max-width:577px;margin:0}.restaurant-page .rp-booking-cta-btn{display:inline-block;border-radius:250px;background:#fff;padding:12px 23px;margin-top:25px;color:#4557e1;font-size:16px;font-weight:700;letter-spacing:-.3px;text-decoration:none;transition:opacity .2s}.restaurant-page .rp-booking-cta-btn:hover{opacity:.9}.restaurant-page .rp-gallery-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;display:flex;align-items:center;justify-content:center}.restaurant-page .rp-gallery-lightbox-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#000000f2,#4557e14d,#000000f2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.restaurant-page .rp-gallery-lightbox-close{position:absolute;top:20px;right:24px;z-index:10;background:#ffffff26;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50%;cursor:pointer;padding:8px;transition:all .3s ease}.restaurant-page .rp-gallery-lightbox-close:hover{background:#ffffff40;transform:scale(1.05)}.restaurant-page .rp-gallery-lightbox-close:hover svg{stroke:#fdcdd6}.restaurant-page .rp-gallery-lightbox-img{position:relative;z-index:5;max-width:85vw;max-height:80vh}.restaurant-page .rp-gallery-lightbox-img img{max-width:85vw;max-height:80vh;-o-object-fit:contain;object-fit:contain;border-radius:8px}.restaurant-page .rp-gallery-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#ffffff26;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);cursor:pointer;padding:12px;border-radius:50%;transition:all .3s ease;box-shadow:0 4px 15px #0003}.restaurant-page .rp-gallery-lightbox-nav:hover{background:#ffffff4d;transform:translateY(-50%) scale(1.05);box-shadow:0 6px 20px #0000004d}.restaurant-page .rp-gallery-prev{left:20px}.restaurant-page .rp-gallery-next{right:20px}.restaurant-page .rp-gallery-counter{position:absolute;bottom:24px;left:50%;transform:translate(-50%);z-index:10;color:#ffffffe6;font-size:15px;font-weight:500;background:#ffffff26;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:8px 16px;border-radius:20px;border:1px solid rgba(255,255,255,.2)}.restaurant-page .rp-map-embed{border-radius:12px;overflow:hidden;width:100%}.restaurant-page .rp-map-embed iframe{width:100%!important;max-width:100%;height:280px;border:0;box-sizing:border-box}.restaurant-page .rp-map-embed--clickable{position:relative}.restaurant-page .rp-map-embed-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;cursor:pointer}.restaurant-page .rp-map-link{display:block;position:relative;border-radius:12px;overflow:hidden;height:200px}.restaurant-page .rp-map-link img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s ease,filter .35s ease}.restaurant-page .rp-map-link:hover img{transform:scale(1.05);filter:brightness(1.05)}.restaurant-page .rp-map-link-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;gap:10px;color:#fff;font-size:18px;font-weight:600;transition:background .2s}.restaurant-page .rp-map-link:hover .rp-map-link-overlay{background:#4557e199}.restaurant-page .rp-menus-list{display:flex;flex-direction:column;gap:20px}.restaurant-page .rp-menu-item{padding:20px;background:#f9fafb;border-radius:12px;border:1px solid #e9ecef}.restaurant-page .rp-menu-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.restaurant-page .rp-menu-title{font-size:18px;font-weight:700;color:#1e1e1e;margin:0 0 4px}.restaurant-page .rp-menu-dates{font-size:13px;color:#6b7280;display:flex;align-items:center;gap:6px;margin:0}.restaurant-page .rp-menu-dates svg{flex-shrink:0}.restaurant-page .rp-menu-badge{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;flex-shrink:0}.restaurant-page .rp-menu-badge-featured{background:#e0e7ff;color:#4557e1}.restaurant-page .rp-menu-badge-special{background:#fed7d7;color:#c53030}.restaurant-page .rp-menu-description{font-size:14px;color:#6b7280;line-height:1.6;margin:0 0 16px}.restaurant-page .rp-menus-list-simple{display:flex;flex-direction:column;gap:0}.restaurant-page .rp-menu-row-simple{display:flex;flex-direction:row;align-items:center;padding:14px 0;background:none;border:none;border-bottom:1px solid rgba(0,0,0,.06);border-radius:0;cursor:pointer;transition:background .2s,color .2s;text-align:left;width:100%}.restaurant-page .rp-menu-row-simple:last-child{border-bottom:none}.restaurant-page .rp-menu-row-simple:hover{color:#4557e1}.restaurant-page .rp-menu-title-simple{font-size:18px;font-weight:500;color:#1e1e1e;margin:0;letter-spacing:-.5px;line-height:1.3}.restaurant-page .rp-menu-row-simple:hover .rp-menu-title-simple{color:#4557e1}.restaurant-page .rp-menu-files{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.restaurant-page .rp-menu-file{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;border:1px solid #e9ecef;background:#fff;transition:transform .3s,box-shadow .3s;display:flex;align-items:center;justify-content:center;cursor:pointer}.restaurant-page .rp-menu-file:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}.restaurant-page .rp-menu-file:hover .rp-menu-file-overlay{opacity:1}.restaurant-page .rp-menu-file:hover img{transform:scale(1.06)}.restaurant-page .rp-menu-file img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.restaurant-page .rp-menu-file-icon{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:14px}.restaurant-page .rp-menu-file-icon.rp-menu-file-pdf{background:#fee;color:#c53030}.restaurant-page .rp-menu-file-icon.rp-menu-file-pdf svg{stroke:#c53030}.restaurant-page .rp-menu-file-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#4557e1f2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#fff;opacity:0;transition:opacity .3s}.restaurant-page .rp-menu-file-overlay svg{stroke:#fff}.restaurant-page .rp-menu-file-overlay span{font-size:13px;font-weight:600}.restaurant-page .rp-menu-viewer{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000f2;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px}.restaurant-page .rp-menu-viewer-close{position:absolute;top:20px;right:20px;z-index:10001;background:#ffffff1a;border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.restaurant-page .rp-menu-viewer-close svg{stroke:#fff}.restaurant-page .rp-menu-viewer-close:hover{background:#fff3}.restaurant-page .rp-menu-viewer-prev,.restaurant-page .rp-menu-viewer-next{position:absolute;top:50%;transform:translateY(-50%);z-index:10001;background:#ffffff1a;border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.restaurant-page .rp-menu-viewer-prev svg,.restaurant-page .rp-menu-viewer-next svg{stroke:#fff}.restaurant-page .rp-menu-viewer-prev:hover,.restaurant-page .rp-menu-viewer-next:hover{background:#fff3}.restaurant-page .rp-menu-viewer-prev{left:20px}.restaurant-page .rp-menu-viewer-next{right:20px}.restaurant-page .rp-menu-viewer-content{width:100%;max-width:1400px;height:90vh;display:flex;align-items:center;justify-content:center}.restaurant-page .rp-menu-viewer-content img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;border-radius:8px}.restaurant-page .rp-menu-viewer-content iframe{width:100%;height:100%;border-radius:8px;background:#fff}.restaurant-page .rp-menu-viewer-counter{position:absolute;bottom:30px;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500}@media (max-width: 767px){.restaurant-page .rp-menu-viewer-prev,.restaurant-page .rp-menu-viewer-next{width:40px;height:40px}.restaurant-page .rp-menu-viewer-prev svg,.restaurant-page .rp-menu-viewer-next svg{width:24px;height:24px}.restaurant-page .rp-menu-viewer-close{width:40px;height:40px;top:10px;right:10px}.restaurant-page .rp-menu-viewer-close svg{width:24px;height:24px}.restaurant-page .rp-menu-viewer-content{height:85vh}}.restaurant-page .rp-map-hours-section{display:flex;gap:30px;align-items:center;border-radius:20px;background:#f1f1f1;padding:25px;margin-top:35px}.restaurant-page .rp-map-hours-map{width:350px;height:290px;flex-shrink:0;border-radius:20px;overflow:hidden}.restaurant-page .rp-map-hours-map .rp-map-embed,.restaurant-page .rp-map-hours-map iframe{width:100%!important;height:100%!important;border-radius:20px}.restaurant-page .rp-map-hours-col{flex:1;min-width:0}.restaurant-page .rp-hours{display:flex;flex-direction:column;gap:0}.restaurant-page .rp-hours-row{display:flex;justify-content:space-between;align-items:center;color:#1e1e1e;font-size:14px;font-weight:300;line-height:30px}.restaurant-page .rp-hours-today .rp-hours-day,.restaurant-page .rp-hours-today .rp-hours-time{font-weight:700}.restaurant-page .rp-hours-day,.restaurant-page .rp-hours-time{color:#1e1e1e;font-weight:inherit}.restaurant-page .rp-reviews-section{border-radius:20px;background:#f1f1f1;padding:25px;margin-top:35px}.restaurant-page .rp-reviews-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:40px}.restaurant-page .rp-reviews-header-left{display:flex;align-items:center;gap:10px}.restaurant-page .rp-reviews-stars{display:flex;gap:3px;align-items:center}.restaurant-page .rp-reviews-header-right{text-align:right;flex-shrink:0}.restaurant-page .rp-reviews-avg{color:#4557e1;font-size:30px;font-weight:700;line-height:36px;letter-spacing:-.5px;margin:0}.restaurant-page .rp-reviews-count{color:#6b7280;font-size:14px;line-height:17px;letter-spacing:-.5px;margin:0}.restaurant-page .rp-reviews-bars{display:flex;flex-direction:column;gap:10px}.restaurant-page .rp-reviews-bar-row{display:flex;align-items:center;gap:12px}.restaurant-page .rp-reviews-bar-label{width:45px;flex-shrink:0;color:#1e1e1e;font-size:14px;font-weight:400;white-space:nowrap}.restaurant-page .rp-reviews-bar-track{flex:1;height:8px;background:#e0e0e0;border-radius:100px;overflow:hidden}.restaurant-page .rp-reviews-bar-fill{height:100%;background:#4557e1;border-radius:100px}.restaurant-page .rp-reviews-bar-pct{width:36px;flex-shrink:0;text-align:right;color:#1e1e1e;font-size:14px;font-weight:400}.restaurant-page .rp-review-list{margin-top:8px}.restaurant-page .rp-review-item{display:flex;gap:14px;align-items:flex-start;padding-block:25px;border-bottom:1px solid #fff}.restaurant-page .rp-review-avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#4557e1;color:#fff;font-size:13px;font-weight:700;letter-spacing:.5px}.restaurant-page .rp-review-body{flex:1;min-width:0}.restaurant-page .rp-review-top{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.restaurant-page .rp-review-actions{display:flex;gap:4px;flex-shrink:0}.restaurant-page .rp-review-action-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:#f3f4f6;color:#6b7280;border-radius:8px;cursor:pointer;transition:background .15s,color .15s}.restaurant-page .rp-review-action-btn:hover{background:#e5e7eb;color:#4557e1}.restaurant-page .rp-review-action-btn.rp-review-action-btn--delete:hover{background:#fee2e2;color:#dc2626}.restaurant-page .rp-review-name{color:#1e1e1e;font-size:16px;font-weight:500;line-height:20px;letter-spacing:-.5px;display:block}.restaurant-page .rp-review-stars-date{display:flex;align-items:center;gap:8px;margin-top:2px}.restaurant-page .rp-review-stars{display:flex;gap:2px;align-items:center}.restaurant-page .rp-review-date{color:#6b7280;font-size:14px;line-height:20px;letter-spacing:-.5px}.restaurant-page .rp-review-text{color:#4b5563;font-size:clamp(14px,.3vw + 13px,16px);line-height:24px;letter-spacing:-.5px;margin:11px 0 0}.restaurant-page .rp-reviews-footer{display:flex;justify-content:space-between;align-items:center;padding-top:25px}.restaurant-page .rp-reviews-footer-link{color:#4557e1;font-size:18px;font-weight:700;line-height:25px;letter-spacing:-.9px;text-decoration-line:underline;text-underline-offset:3px;background:none;border:none;padding:0;cursor:pointer;font-family:inherit}.restaurant-page .rp-reviews-footer-link:hover{opacity:.75}.restaurant-page .rp-reviews-empty{padding-bottom:8px}.restaurant-page .rp-reviews-empty .rp-reviews-empty-text{color:#6b7280;font-size:15px;margin:8px 0 0}.restaurant-page .rp-review-success{display:flex;align-items:center;gap:8px;background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0;border-radius:10px;padding:12px 16px;font-size:14px;font-weight:500;margin-bottom:16px}.restaurant-page .rp-review-modal-card{max-width:520px;width:100%}.restaurant-page .rp-review-form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}.restaurant-page .rp-review-form-label{font-size:14px;font-weight:600;color:#1e1e1e;letter-spacing:-.3px}.restaurant-page .rp-review-form-optional{color:#9ca3af;font-weight:400}.restaurant-page .rp-review-form-stars{display:flex;gap:4px;align-items:center}.restaurant-page .rp-review-star-btn{background:none;border:none;padding:2px;cursor:pointer;color:#d1d5db;transition:color .15s,transform .1s;line-height:1}.restaurant-page .rp-review-star-btn.active,.restaurant-page .rp-review-star-btn:hover{color:gold}.restaurant-page .rp-review-star-btn:hover{transform:scale(1.15)}.restaurant-page .rp-review-form-input{width:100%;padding:10px 14px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:15px;font-family:inherit;color:#1e1e1e;background:#fff;outline:none;transition:border-color .2s;box-sizing:border-box}.restaurant-page .rp-review-form-input::-moz-placeholder{color:#9ca3af}.restaurant-page .rp-review-form-input::placeholder{color:#9ca3af}.restaurant-page .rp-review-form-input:focus{border-color:#4557e1}.restaurant-page .rp-review-form-input.rp-review-form-input--error{border-color:#ef4444}.restaurant-page .rp-review-form-textarea{resize:vertical;min-height:100px}.restaurant-page .rp-review-form-charcount{font-size:12px;color:#9ca3af;text-align:right;margin-top:-2px}.restaurant-page .rp-review-form-error{font-size:13px;color:#ef4444;font-weight:500}.restaurant-page .rp-contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width: 480px){.restaurant-page .rp-contact-form-row{grid-template-columns:1fr}}.restaurant-page .rp-review-form-submit{width:100%;padding:13px 20px;background:#4557e1;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s,opacity .2s;letter-spacing:-.3px;margin-top:4px}.restaurant-page .rp-review-form-submit:hover{background:#3648d4}.restaurant-page .rp-review-form-submit.rp-review-form-submit--loading,.restaurant-page .rp-review-form-submit:disabled{opacity:.65;cursor:not-allowed}.restaurant-page .rp-contact-list{display:flex;flex-direction:column;gap:14px}.restaurant-page .rp-contact-item{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#374151;line-height:1.5}.restaurant-page .rp-contact-item svg{flex-shrink:0;color:#4557e1;margin-top:2px}.restaurant-page .rp-contact-item a{color:#4557e1;text-decoration:none}.restaurant-page .rp-contact-item a:hover{text-decoration:underline}.restaurant-page .rp-facilities-title{color:#1e1e1e;font-size:clamp(20px,1.5vw + 10px,25px);font-weight:700;line-height:45px;letter-spacing:-1.25px;margin:0 0 6px}.restaurant-page .rp-facility-list{display:grid;grid-template-columns:1fr 1fr;gap:0;list-style:disc;padding-left:1.2em;margin:0}.restaurant-page .rp-menus-styled-list{list-style:none;padding-left:0}.restaurant-page .rp-menu-styled-btn{display:flex;align-items:center;gap:8px;background:none;border:none;padding:0;cursor:pointer;color:#1e1e1e;font-size:16px;font-weight:300;line-height:25px;text-align:left}.restaurant-page .rp-menu-styled-btn span{text-decoration:underline;text-underline-offset:3px}.restaurant-page .rp-menu-styled-btn:hover span{opacity:.7}.restaurant-page .rp-facility-item{color:#1e1e1e;font-size:16px;font-weight:300;line-height:25px;display:list-item}.restaurant-page .rp-facility-item svg{flex-shrink:0}.restaurant-page .rp-card-cta{border-radius:20px;background:#f1f1f1;padding:32px 35px;cursor:pointer;margin-top:35px}.restaurant-page .rp-cta-title{color:#4557e1;text-align:center;font-size:16px;font-weight:700;line-height:25px;margin:0 0 4px}.restaurant-page .rp-cta-text{color:#4557e1;font-size:16px;font-weight:300;line-height:25px;text-decoration-line:underline;margin:0;text-align:center}.restaurant-page .rp-page-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999999;background:#fff;display:flex;align-items:center;justify-content:center;transition:opacity .45s ease;pointer-events:all}.restaurant-page .rp-page-loader--out{opacity:0;pointer-events:none}.restaurant-page .rp-page-loader-ring{width:44px;height:44px;animation:rp-loader-spin .9s linear infinite}@keyframes rp-loader-spin{to{transform:rotate(360deg)}}@keyframes rp-fade-up{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@keyframes rp-fade-in{0%{opacity:0}to{opacity:1}}.restaurant-page .rp-cover-breadcrumbs,.restaurant-page .rp-cover-partner-logo,.restaurant-page .rp-cover-rating,.restaurant-page .rp-cover-name,.restaurant-page .rp-cover-location,.restaurant-page .rp-cover-kitchen{opacity:0}.restaurant-page .rp-cover--animate .rp-cover-breadcrumbs{animation:rp-fade-up .55s ease both;animation-delay:0s}.restaurant-page .rp-cover--animate .rp-cover-partner-logo{animation:rp-fade-up .55s ease both;animation-delay:.1s}.restaurant-page .rp-cover--animate .rp-cover-rating{animation:rp-fade-up .55s ease both;animation-delay:.2s}.restaurant-page .rp-cover--animate .rp-cover-name{animation:rp-fade-up .6s ease both;animation-delay:.3s}.restaurant-page .rp-cover--animate .rp-cover-location{animation:rp-fade-up .55s ease both;animation-delay:.4s}.restaurant-page .rp-cover--animate .rp-cover-kitchen{animation:rp-fade-up .55s ease both;animation-delay:.5s}.restaurant-page .rp-animate{opacity:0;transform:translateY(24px);transition:opacity .55s ease,transform .55s ease;will-change:opacity,transform}.restaurant-page .rp-animate.rp-animate-in{opacity:1;transform:translateY(0)}.restaurant-page .rp-review-item.rp-animate:nth-child(2){transition-delay:.1s}.restaurant-page .rp-review-item.rp-animate:nth-child(3){transition-delay:.2s}.restaurant-page .rp-gallery-item.rp-animate:nth-child(2){transition-delay:.06s}.restaurant-page .rp-gallery-item.rp-animate:nth-child(3){transition-delay:.12s}.restaurant-page .rp-gallery-item.rp-animate:nth-child(4){transition-delay:.18s}.restaurant-page .rp-gallery-item.rp-animate:nth-child(5){transition-delay:.24s}.restaurant-page .rp-gallery-item.rp-animate:nth-child(6){transition-delay:.3s}@media (prefers-reduced-motion: reduce){.restaurant-page .rp-cover-breadcrumbs,.restaurant-page .rp-cover-partner-logo,.restaurant-page .rp-cover-rating,.restaurant-page .rp-cover-name,.restaurant-page .rp-cover-location,.restaurant-page .rp-cover-kitchen{opacity:1!important;animation:none!important}.restaurant-page .rp-cover--animate .rp-cover-breadcrumbs,.restaurant-page .rp-cover--animate .rp-cover-partner-logo,.restaurant-page .rp-cover--animate .rp-cover-rating,.restaurant-page .rp-cover--animate .rp-cover-name,.restaurant-page .rp-cover--animate .rp-cover-location,.restaurant-page .rp-cover--animate .rp-cover-kitchen{animation:none!important}.restaurant-page .rp-animate{opacity:1;transform:none;transition:none}}@media (max-width: 1194px){.restaurant-page .rp-content-wrapper{padding:0 24px 60px}.restaurant-page .rp-content{grid-template-columns:1fr 340px}}@media (max-width: 1050px){.restaurant-page .rp-map-hours-section{flex-direction:column;align-items:stretch;margin-top:24px;gap:20px}.restaurant-page .rp-map-hours-map{width:100%;height:220px}.restaurant-page .rp-map-hours-col{width:100%}}@media (max-width: 960px){.restaurant-page .rp-cover{background-attachment:scroll!important;padding-top:95px;padding-bottom:380px}.restaurant-page .rp-cover-content{padding:24px 24px 32px}.restaurant-page .rp-content-wrapper{margin-top:-445px;padding:24px 20px 48px}.restaurant-page .rp-content{display:flex;flex-direction:column;gap:0}.restaurant-page .rp-info-bar-desktop{display:none!important}.restaurant-page .rp-info-bar-mobile{display:flex!important;order:1;width:100%;justify-content:center;margin-top:20px;margin-bottom:20px}.restaurant-page .rp-kitchen-overlap{display:flex!important;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;order:-1;width:100%;gap:8px;padding:20px 24px 24px;margin-bottom:0;position:relative;z-index:10}.restaurant-page .rp-kitchen-overlap .rp-cover-kitchen-label{flex-basis:100%;width:100%;text-align:center}.restaurant-page .rp-kitchen-overlap .rp-cover-kitchen-pill,.restaurant-page .rp-kitchen-overlap .rp-cover-kitchen-more{flex-shrink:0}.restaurant-page .rp-cover .rp-cover-kitchen{display:none!important}.restaurant-page .rp-iframe-col{order:0;position:static;width:100%;box-sizing:border-box;display:flex;justify-content:center}.restaurant-page .rp-card.rp-iframe-card,.restaurant-page .rp-card.rp-iframe-placeholder{width:100%;max-width:480px}.restaurant-page .rp-info-col .rp-info-bar-desktop{margin-top:0}.restaurant-page .rp-info-col{order:2;width:100%;box-sizing:border-box;padding-top:0;gap:0}.restaurant-page .rp-info-col .rp-card{margin-top:24px;width:100%;box-sizing:border-box}.restaurant-page .rp-card--about{margin-top:12px!important}.restaurant-page .rp-card-cta{margin-top:24px;padding:28px 24px}.restaurant-page .rp-reviews-section{margin-top:24px}.restaurant-page .rp-booking-cta{padding-block:80px}.restaurant-page .rp-booking-cta-text{font-size:52px;letter-spacing:-2.5px;line-height:56px}.restaurant-page .rp-card.rp-iframe-card{width:100%;box-sizing:border-box;margin-bottom:0}.restaurant-page .rp-iframe-card .mytable_container iframe,.restaurant-page .rp-iframe-card .mytable_container_banner iframe{width:100%!important;max-width:100%;box-sizing:border-box}.restaurant-page .rp-gallery-grid{grid-template-columns:repeat(2,1fr)}.restaurant-page .rp-gallery-item{height:180px}}@media (max-width: 640px){.restaurant-page .rp-cover{padding-top:75px;padding-bottom:420px}.restaurant-page .rp-cover-content{padding:20px 20px 28px}.restaurant-page .rp-content-wrapper{margin-top:-445px}.restaurant-page .rp-kitchen-overlap{margin-bottom:5px}.restaurant-page .rp-cover-partner-logo{margin-top:31px}.restaurant-page .rp-cover-breadcrumbs{left:16px;top:70px}.restaurant-page .rp-cover-kitchen{bottom:10px;flex-wrap:wrap;gap:4px}.restaurant-page .rp-cover-kitchen-label{letter-spacing:-.3px}.restaurant-page .rp-cover-kitchen-pill{padding:3px 8px;letter-spacing:-.3px}.restaurant-page .rp-cover-kitchen-more{font-size:13px;padding:2px 8px 4px;min-width:32px}.restaurant-page .rp-content-wrapper{padding:16px 16px 40px}.restaurant-page .rp-card{padding:18px 16px;width:100%;max-width:100%;box-sizing:border-box}.restaurant-page .rp-card-cta{padding:24px 18px}.restaurant-page .rp-info-col .rp-card{margin-top:20px}.restaurant-page .rp-info-bar{flex-wrap:wrap;gap:8px}.restaurant-page .rp-about-text h2{letter-spacing:-1.25px}.restaurant-page .rp-facilities-title{line-height:30px;letter-spacing:-.75px}.restaurant-page .rp-facility-list{grid-template-columns:1fr}.restaurant-page .rp-gallery-grid{grid-template-columns:repeat(2,1fr);gap:4px}.restaurant-page .rp-gallery-item{height:140px;border-radius:12px}.restaurant-page .rp-map-hours-section{padding:18px;border-radius:16px}.restaurant-page .rp-map-hours-map{height:200px}.restaurant-page .rp-reviews-section{padding:18px;border-radius:16px}.restaurant-page .rp-reviews-header{flex-direction:column;gap:8px;margin-bottom:24px}.restaurant-page .rp-reviews-header-right{text-align:left}.restaurant-page .rp-reviews-avg{font-size:24px;line-height:28px}.restaurant-page .rp-reviews-footer-link{font-size:15px}.restaurant-page .rp-booking-cta{padding-block:60px;padding-inline:24px}.restaurant-page .rp-booking-cta-text{font-size:36px;letter-spacing:-1.5px;line-height:40px}.restaurant-page .rp-booking-cta-btn{font-size:14px;padding:10px 20px}.restaurant-page .rp-action-btn{padding:8px 16px;font-size:13px}.restaurant-page .rp-map-embed iframe{min-height:200px}.restaurant-page .rp-iframe-card,.restaurant-page .rp-iframe-placeholder{margin-bottom:0}}@media (max-width: 480px){.restaurant-page .rp-cover{padding-top:60px;padding-bottom:390px}.restaurant-page .rp-cover-breadcrumbs{top:60px}.restaurant-page .rp-cover-partner-logo{margin-top:75px;width:115px!important;height:115px}.restaurant-page .rp-cover-content{gap:3px}.restaurant-page .rp-cover-name{font-size:50px}.restaurant-page .rp-cover-location{font-size:14px}.restaurant-page .rp-kitchen-overlap{font-size:16px;margin-bottom:5px}.restaurant-page .rp-kitchen-overlap .rp-cover-kitchen-label{font-size:16px}.restaurant-page .rp-kitchen-overlap .rp-cover-kitchen-pill{border-radius:250px;border:none;background:linear-gradient(180deg,#fff0,#ffffff1a),#ffffff24;backdrop-filter:blur(2.5px);-webkit-backdrop-filter:blur(2.5px);color:#fff;text-align:center;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:28px;letter-spacing:-.5px;text-transform:uppercase;padding:2px 17px}.restaurant-page .rp-kitchen-overlap .rp-cover-kitchen-more{font-size:16px}.restaurant-page .rp-content-wrapper{margin-top:-395px;padding:12px 12px 32px}.restaurant-page .rp-about-text h2{letter-spacing:-1px}.restaurant-page .rp-gallery-item{height:110px;border-radius:10px}.restaurant-page .rp-map-hours-map{height:170px}.restaurant-page .rp-reviews-header{margin-bottom:16px}.restaurant-page .rp-review-item{gap:10px;padding-block:18px}.restaurant-page .rp-review-avatar{width:34px;height:34px;font-size:11px}.restaurant-page .rp-review-text{line-height:21px}.restaurant-page .rp-booking-cta{padding-block:48px;padding-inline:16px}.restaurant-page .rp-booking-cta-text{font-size:28px;letter-spacing:-1px;line-height:32px}.restaurant-page .rp-card{padding:16px 14px}.restaurant-page .rp-card-cta{padding:20px 16px}}.restaurant-page .rp-mobile-reservation-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:100;padding:14px 20px;padding-bottom:max(14px,env(safe-area-inset-bottom));background:linear-gradient(135deg,#4557e1,#5b6de8);color:#fff;font-weight:600;font-size:16px;text-align:center;text-decoration:none;box-shadow:0 -4px 20px #4557e159;align-items:center;justify-content:center;gap:10px}.restaurant-page .rp-mobile-reservation-cta svg{flex-shrink:0}.restaurant-page .rp-mobile-reservation-cta:hover{color:#fff;background:linear-gradient(135deg,#3647c4,#5b6de8)}@media (max-width: 960px){.restaurant-page .rp-mobile-reservation-cta{display:flex}}.restaurant-page .restaurant-list-container{padding:10px 25px;max-width:1280px;margin:auto}.restaurant-page .restaurant-list-container .restaurant{position:relative}.restaurant-page .restaurant-list-container .founding-partner-badge{position:absolute;top:6px;right:6px;width:93px;height:93px;z-index:10;-o-object-fit:contain;object-fit:contain;pointer-events:none;filter:drop-shadow(5px 5px 8px rgba(0,0,0,.3))}.restaurant-page .recommended-restaurant-list-container{position:relative;margin-bottom:60px;background:#f1f1f1;padding:40px 20px 60px}.restaurant-page .recommended-restaurant-list-container .recommended-text{max-width:770px;padding-bottom:35px}.restaurant-page .recommended-restaurant-list-container .recommended-text h2{color:#1e1e1e;font-size:40px;font-weight:500;line-height:1.1;letter-spacing:-2px;padding-bottom:8px}.restaurant-page .recommended-restaurant-list-container .recommended-text p{font-size:18px;font-weight:300;line-height:25px;max-width:730px}@media (max-width: 767px){.restaurant-page .recommended-restaurant-list-container .recommended-text{text-align:center}}.restaurant-page .recommended-restaurant-list-container:before{background:#f1f1f1;content:" ";width:100vw;height:100%;left:calc(50% - 50vw);position:absolute;top:0}.restaurant-page .recommended-restaurant-list-container .recommended-text,.restaurant-page .recommended-restaurant-list-container .restaurant-list{position:relative}.restaurant-page .recommended-restaurant-list-container .restaurant-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;margin-bottom:0}@media (max-width: 1200px){.restaurant-page .recommended-restaurant-list-container .restaurant-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 767px){.restaurant-page .recommended-restaurant-list-container .restaurant-list{grid-template-columns:repeat(1,minmax(0,1fr))}.restaurant-page .recommended-restaurant-list-container .restaurant-list .restaurant .image{width:100%!important;height:auto!important;aspect-ratio:1!important}}.restaurant-page .recommended-restaurant-list-container .restaurant-list .restaurant{background:#fff;border-radius:25px;padding-bottom:14px;gap:4px;display:flex;flex-direction:column}.restaurant-page .recommended-restaurant-list-container .restaurant-list .restaurant .details{color:#1e1e1e;font-size:16px;font-weight:300;line-height:25px;padding-left:12px;padding-right:12px;display:flex;flex-direction:column;gap:2px}.restaurant-page .recommended-restaurant-list-container .restaurant-list .restaurant .details .title{color:#1e1e1e;font-size:18px;font-weight:700;line-height:1.4;letter-spacing:-.9px;padding-bottom:1px}.restaurant-page .recommended-restaurant-list-container .restaurant-list .restaurant .details .location,.restaurant-page .recommended-restaurant-list-container .restaurant-list .restaurant .details .categories{display:flex;gap:4px;font-size:14px;font-weight:300;align-items:start}.restaurant-page .recommended-restaurant-list-container .restaurant-list .restaurant .details .location img,.restaurant-page .recommended-restaurant-list-container .restaurant-list .restaurant .details .categories img{padding-top:5px;opacity:30%}.restaurant-page .recommended-restaurant-list-container .restaurant-list .restaurant .details .location img{margin-right:3px}.restaurant-page .recommended-restaurant-list-container .restaurant-list .restaurant .image{width:100%;height:200px;aspect-ratio:auto;position:relative}.restaurant-page .recommended-restaurant-list-container .restaurant-list .restaurant .image picture,.restaurant-page .recommended-restaurant-list-container .restaurant-list .restaurant .image img{width:100%;height:100%;border-radius:25px 25px 0 0;-o-object-fit:cover;object-fit:cover}.restaurant-page .recommended-restaurant-list-container .restaurant-list .restaurant .image picture img{border-bottom-left-radius:0;border-bottom-right-radius:0}.static-footer{background:#fdcdd6;margin-top:-20px}.static-footer .footer-inner{max-width:1260px;margin:auto;padding:70px 15px 25px}.static-footer .footer-inner .footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.static-footer .footer-inner .footer-grid .top-section{height:50px;display:flex;align-items:center;margin-bottom:22px}.static-footer .footer-inner .footer-grid .top-section .footer-logo{max-width:170px}.static-footer .footer-inner .footer-grid .top-section h3{color:#4557e1;font-size:20px;font-weight:700;line-height:45px;letter-spacing:-1px}.static-footer .footer-inner .footer-grid .links{display:flex;flex-direction:column;gap:10px;padding-bottom:10px}.static-footer .footer-inner .footer-grid .links a{color:#4557e1;font-size:14px;font-weight:300;line-height:1.1}.static-footer .footer-inner .socials{display:flex;gap:12px}.static-footer .footer-inner .end{display:flex;justify-content:space-between;padding-top:5px;margin-top:25px;border-top:1px solid #4557e1}.static-footer .footer-inner .end *{color:#4557e1;font-size:14px;font-weight:300;line-height:20px}@media (max-width: 767px){.static-footer .footer-inner .footer-grid{grid-template-columns:repeat(1,minmax(0,1fr));text-align:center;gap:20px}.static-footer .footer-inner .footer-grid .top-section{justify-content:center;height:auto;margin-bottom:10px}.static-footer .footer-inner .socials{margin-top:20px;justify-content:center}}.page-container{background:#fff;border-bottom-left-radius:25px;border-bottom-right-radius:25px;z-index:10;position:relative}.page-container:has(.restaurant-page){background:#fff}body:has(.restaurant-page) .static-nav .logo-section a img{width:150px!important}@media (max-width: 480px){body:has(.restaurant-page) .static-nav .logo-section a img{width:120px!important}body:has(.restaurant-page) .static-nav .logo-section .lang,body:has(.restaurant-page) .static-nav .lang-dropdown a{font-size:16px}}.restaurant-list-page{padding:10px 25px;max-width:1280px;margin:auto}.restaurant-list-page .mytable-clients-header{display:flex;justify-content:space-between;align-items:center}.restaurant-list-page .mytable-clients-header .see-all-link{color:#4557e1;font-size:18px;font-weight:700;line-height:1.4;text-decoration:none;transition:opacity .3s}.restaurant-list-page .mytable-clients-header .see-all-link:hover{opacity:.7}.restaurant-list-page .restaurant{position:relative}.restaurant-list-page .founding-partner-badge{position:absolute;top:6px;right:6px!important;width:93px;height:93px;z-index:10;-o-object-fit:contain;object-fit:contain;pointer-events:none;filter:drop-shadow(5px 5px 8px rgba(0,0,0,.3))}.restaurant-list-page .menu-available-badge{position:absolute;top:6px;left:6px;z-index:10;width:50px;height:50px;background:#4557e1f2;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000004d;pointer-events:none}.restaurant-list-page .menu-available-badge svg{flex-shrink:0;stroke:#fff;width:24px;height:24px}.restaurant-list-page .menu-available-badge span{display:none}.restaurant-list-page .filter-container{transition:all .3s}.restaurant-list-page .filters-trigger-btn{display:inline-flex;align-items:center;gap:8px}.restaurant-list-page .filters-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.restaurant-list-page .filters-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.restaurant-list-page .filters-modal-box{position:relative;width:100%;max-width:900px;max-height:calc(90vh - 100px);overflow:hidden;display:flex;flex-direction:column;background:#fff;border-radius:20px;box-shadow:0 4px 24px #0000001a;padding:20px 24px}.restaurant-list-page .filters-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-shrink:0}.restaurant-list-page .filters-modal-header-left{flex:1}.restaurant-list-page .filters-modal-title{margin:0 0 8px;font-size:28px;font-weight:700;line-height:1.2;letter-spacing:-1.4px;color:#1e1e1e}.restaurant-list-page .filters-modal-subtitle{margin:0;font-size:15px;font-weight:300;line-height:1.4;color:#6b7280}.restaurant-list-page .filters-modal-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;color:#1e1e1e;background:#f1f1f1;border:none;border-radius:50%;cursor:pointer;flex-shrink:0;transition:background .2s}.restaurant-list-page .filters-modal-close:hover{background:#e5e7eb}.restaurant-list-page .filters-modal-body{flex:1;overflow-y:auto;padding:16px 0 0}.restaurant-list-page .filters-modal-section{margin-bottom:28px}.restaurant-list-page .filters-modal-section:last-child{margin-bottom:0}.restaurant-list-page .filters-modal-section-label{margin:0 0 12px;font-size:14px;font-weight:600;color:#1e1e1e;display:block}.restaurant-list-page .filters-modal-input{width:100%;max-width:100%;padding:11px 14px;font-size:14px;line-height:1.5;color:#1e1e1e;background:#fff;border:1px solid rgba(69,87,225,.25);border-radius:10px;transition:border-color .15s,box-shadow .15s}.restaurant-list-page .filters-modal-input::-moz-placeholder{color:#9ca3af}.restaurant-list-page .filters-modal-input::placeholder{color:#9ca3af}.restaurant-list-page .filters-modal-input:focus{outline:none;border-color:#4557e1;box-shadow:0 0 0 2px #4557e133}.restaurant-list-page .filters-modal-kitchen-pills{display:flex;flex-wrap:wrap;gap:10px}.restaurant-list-page .filters-modal-pill{position:relative;display:inline-flex;align-items:center;padding:10px 20px;border:1px solid #e5e7eb;border-radius:9999px;cursor:pointer;font-size:13px;font-weight:500;color:#1e1e1e;background:#fff;transition:background .15s,color .15s,border-color .15s}.restaurant-list-page .filters-modal-pill input{position:absolute;opacity:0;pointer-events:none}.restaurant-list-page .filters-modal-pill:has(input:checked){background:#4557e1;color:#fff;border-color:#4557e1}.restaurant-list-page .filters-modal-pill:hover:not(:has(input:checked)){border-color:#d1d5db}.restaurant-list-page .filters-modal-pill-text{display:block}.restaurant-list-page .filters-modal-view-more{margin-top:14px;padding:0;font-size:14px;font-weight:600;color:#4557e1;background:none;border:none;cursor:pointer;text-decoration:underline;transition:opacity .2s}.restaurant-list-page .filters-modal-view-more:hover{opacity:.85}.restaurant-list-page .filters-modal-facility-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}@media (max-width: 700px){.restaurant-list-page .filters-modal-facility-cards{grid-template-columns:repeat(2,1fr)}}.restaurant-list-page .filters-modal-facility-card{position:relative;display:flex;flex-direction:row;align-items:center;gap:10px;padding:12px 14px;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;background:#fff;transition:background .15s,border-color .15s,color .15s}.restaurant-list-page .filters-modal-facility-card input{position:absolute;opacity:0;pointer-events:none}.restaurant-list-page .filters-modal-facility-card .filters-modal-facility-card-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;color:#6b7280;transition:color .15s}.restaurant-list-page .filters-modal-facility-card .filters-modal-facility-card-name{font-size:13px;font-weight:500;color:#1e1e1e;text-align:left;line-height:1.3;transition:color .15s}.restaurant-list-page .filters-modal-facility-card:has(input:checked){background:#4557e1;border-color:#4557e1}.restaurant-list-page .filters-modal-facility-card:has(input:checked) .filters-modal-facility-card-icon,.restaurant-list-page .filters-modal-facility-card:has(input:checked) .filters-modal-facility-card-name{color:#fff}.restaurant-list-page .filters-modal-facility-card:hover:not(:has(input:checked)){border-color:#d1d5db}.restaurant-list-page .filters-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:12px;margin-top:12px;border-top:1px solid #eef0fb;flex-shrink:0}.restaurant-list-page .filters-modal-clear{font-size:14px;font-weight:600;color:#4557e1;background:none;border:none;cursor:pointer;padding:0;text-decoration:underline;transition:opacity .2s}.restaurant-list-page .filters-modal-clear:hover{opacity:.85}.restaurant-list-page .filters-modal-apply{padding:12px 28px;font-size:16px;font-weight:700;color:#fff;background:#fd0707;border:none;border-radius:250px;cursor:pointer;transition:background .2s,transform .15s}.restaurant-list-page .filters-modal-apply:hover{background:#e00606}.restaurant-list-page .breadcrumbs p{color:#1e1e1e;font-size:18px;font-weight:300;line-height:25px}.restaurant-list-page .breadcrumbs p a{text-decoration:underline}.restaurant-list-page h1{color:#1e1e1e;font-size:60px;font-weight:700;line-height:1.08;letter-spacing:-3px;margin-top:40px;margin-bottom:40px}.restaurant-list-page .filter{display:flex;justify-content:space-between;margin-bottom:50px}.restaurant-list-page .filter p,.restaurant-list-page .filter button{color:#1e1e1e;text-align:right;font-size:18px;font-weight:700;line-height:1.4}.restaurant-list-page .filter button{display:flex;gap:8px;align-items:center}.restaurant-list-page .recommended-restaurant-list-container{position:relative;margin-bottom:60px;background:#f1f1f1;padding:40px 20px 60px}.restaurant-list-page .recommended-restaurant-list-container .recommended-text{max-width:770px;padding-bottom:35px}.restaurant-list-page .recommended-restaurant-list-container .recommended-text h2{color:#1e1e1e;font-size:60px;font-weight:700;line-height:1.08;letter-spacing:-3px;padding-bottom:8px;text-align:left}.restaurant-list-page .recommended-restaurant-list-container .recommended-text p{font-size:18px;font-weight:300;line-height:25px;max-width:730px}@media (max-width: 767px){.restaurant-list-page .recommended-restaurant-list-container .recommended-text{text-align:center}}.restaurant-list-page .recommended-restaurant-list-container:before{background:#f1f1f1;content:" ";width:100vw;height:100%;left:calc(50% - 50vw);position:absolute;top:0}.restaurant-list-page .recommended-restaurant-list-container .recommended-text,.restaurant-list-page .recommended-restaurant-list-container .restaurant-list{position:relative}.restaurant-list-page .recommended-restaurant-list-container .restaurant-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;margin-bottom:0}@media (max-width: 1200px){.restaurant-list-page .recommended-restaurant-list-container .restaurant-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 767px){.restaurant-list-page .recommended-restaurant-list-container .restaurant-list{grid-template-columns:repeat(1,minmax(0,1fr))}.restaurant-list-page .recommended-restaurant-list-container .restaurant-list .restaurant .image{width:100%!important;height:auto!important;aspect-ratio:1!important}}.restaurant-list-page .recommended-restaurant-list-container .restaurant-list:first-child:last-child{margin-bottom:0}.restaurant-list-page .recommended-restaurant-list-container .restaurant-list .restaurant{background:#fff;border-radius:25px;padding-bottom:14px;gap:4px;display:flex;flex-direction:column}.restaurant-list-page .recommended-restaurant-list-container .restaurant-list .restaurant .details{gap:2px;color:#1e1e1e;font-size:16px;font-weight:300;line-height:25px;padding-left:12px;padding-right:12px;display:flex;flex-direction:column}.restaurant-list-page .recommended-restaurant-list-container .restaurant-list .restaurant .details .title{font-size:18px;font-weight:700;line-height:1.4;letter-spacing:-.9px;padding-bottom:1px;color:#1e1e1e}.restaurant-list-page .recommended-restaurant-list-container .restaurant-list .restaurant .details .location,.restaurant-list-page .recommended-restaurant-list-container .restaurant-list .restaurant .details .categories{display:flex;gap:4px;font-size:14px;font-weight:300;align-items:start}.restaurant-list-page .recommended-restaurant-list-container .restaurant-list .restaurant .details .location img,.restaurant-list-page .recommended-restaurant-list-container .restaurant-list .restaurant .details .categories img{padding-top:5px;opacity:30%}.restaurant-list-page .recommended-restaurant-list-container .restaurant-list .restaurant .details .location img{margin-right:3px}.restaurant-list-page .recommended-restaurant-list-container .restaurant-list .restaurant .image{width:100%;height:200px;aspect-ratio:auto;position:relative}.restaurant-list-page .recommended-restaurant-list-container .restaurant-list .restaurant .image picture,.restaurant-list-page .recommended-restaurant-list-container .restaurant-list .restaurant .image img{width:100%;height:100%;border-radius:25px 25px 0 0;-o-object-fit:cover;object-fit:cover}.restaurant-list-page .recommended-restaurant-list-container .restaurant-list .restaurant .image .book-your-table{position:absolute;bottom:11px;width:100%;display:flex;justify-content:center}.restaurant-list-page .recommended-restaurant-list-container .restaurant-list .restaurant .image .book-your-table span{border-radius:250px;padding:12px 23px;background:#fdcdd6;color:#4557e1;font-size:20px;font-weight:700;line-height:1.25;letter-spacing:-1px;transition:all .3s}.restaurant-list-page .recommended-restaurant-list-container .restaurant-list .restaurant .image .book-your-table span:hover{background:#4557e1;color:#fdcdd6}.restaurant-list-page .restaurant-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;margin-bottom:120px;position:relative}@media (max-width: 1200px){.restaurant-list-page .restaurant-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 767px){.restaurant-list-page .restaurant-list{grid-template-columns:repeat(1,minmax(0,1fr))}}.restaurant-list-page .restaurant-list .restaurant{display:flex;flex-direction:column;gap:12px}.restaurant-list-page .restaurant-list .restaurant .image{width:100%;aspect-ratio:1;position:relative}.restaurant-list-page .restaurant-list .restaurant .image picture,.restaurant-list-page .restaurant-list .restaurant .image img{width:100%;height:100%;border-radius:25px;-o-object-fit:cover;object-fit:cover;aspect-ratio:1}.restaurant-list-page .restaurant-list .restaurant .image .book-your-table{position:absolute;bottom:11px;width:100%;display:flex;justify-content:center}.restaurant-list-page .restaurant-list .restaurant .image .book-your-table span{border-radius:250px;padding:12px 23px;background:#fdcdd6;color:#4557e1;font-size:20px;font-weight:700;line-height:1.25;letter-spacing:-1px;transition:all .3s}.restaurant-list-page .restaurant-list .restaurant .image .book-your-table span:hover{background:#4557e1;color:#fdcdd6}.restaurant-list-page .restaurant-list .restaurant .details{color:#1e1e1e;font-size:16px;font-weight:300;line-height:25px;padding-left:12px;padding-right:12px;display:flex;flex-direction:column;gap:4px}.restaurant-list-page .restaurant-list .restaurant .details .location,.restaurant-list-page .restaurant-list .restaurant .details .categories{display:flex;gap:4px;font-size:14px;font-weight:300;align-items:start}.restaurant-list-page .restaurant-list .restaurant .details .location img,.restaurant-list-page .restaurant-list .restaurant .details .categories img{padding-top:5px}.restaurant-list-page .restaurant-list .restaurant .details .location img{margin-right:3px}.restaurant-list-page .restaurant-list .restaurant .details .title{color:#1e1e1e;font-size:25px;font-weight:700;line-height:1;letter-spacing:-1.25px}.restaurant-list-page .load-more-btn{display:flex;justify-content:center;margin-bottom:85px}.restaurant-list-page .load-more-btn button{padding:27px 20px;color:#fff;background-color:#4557e1;border-radius:999px;aspect-ratio:1;height:90px;text-align:center;font-size:18px;font-weight:700;line-height:18px;letter-spacing:-.9px}.restaurant-list-page .load-more-btn button svg{margin-top:-5px;margin-right:-4px}.restaurant-list-page .load-more-btn button .elipses{display:block;margin-top:-8px}@media (max-width: 767px){.restaurant-list-page h1{font-size:40px}.restaurant-list-page .filter p,.restaurant-list-page .filter button{font-size:16px}.restaurant-list-page .restaurant-list{grid-template-columns:repeat(1,minmax(0,1fr))}}.hidden.loading-active{display:inline-block}.page .btn,.form-container .btn{padding:18px 30px;background:#4557e1;color:#fff;display:inline-block;text-align:center;font-size:18px;font-weight:500;line-height:1.1;border-radius:250px}.page .form-section form .form-fields,.form-container .form-section form .form-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.page .form-section form .input-field,.form-container .form-section form .input-field{grid-column:span 2/span 2;display:flex;flex-direction:column}.page .form-section form .input-field:has(textarea),.page .form-section form .input-field.col-span-4,.form-container .form-section form .input-field:has(textarea),.form-container .form-section form .input-field.col-span-4{grid-column:span 4/span 4}.page .form-section form .input-field:has(button),.form-container .form-section form .input-field:has(button){padding-top:10px}.page .form-section form .input-field:has(select),.form-container .form-section form .input-field:has(select){position:relative}.page .form-section form .input-field:has(select):before,.form-container .form-section form .input-field:has(select):before{content:url(/assets/static/caret-down-black.svg);position:absolute;right:0;bottom:calc(25% - 6px);width:30px;display:flex;justify-content:center;align-items:center;height:21px;border-left:1px solid #1e1e1e}.page .form-section form .input-field label,.form-container .form-section form .input-field label{color:#1a5f64;font-size:14px;font-style:normal;font-weight:400;line-height:1.57}.page .form-section form .input-field input,.page .form-section form .input-field textarea,.page .form-section form .input-field select,.form-container .form-section form .input-field input,.form-container .form-section form .input-field textarea,.form-container .form-section form .input-field select{border-radius:5px;background:#f1f1f1;border:none}.page .form-section form .input-field input:focus,.page .form-section form .input-field textarea:focus,.page .form-section form .input-field select:focus,.form-container .form-section form .input-field input:focus,.form-container .form-section form .input-field textarea:focus,.form-container .form-section form .input-field select:focus{outline:none;box-shadow:none}@media (max-width: 767px){.page .form-section form .form-fields,.form-container .form-section form .form-fields{display:flex;flex-direction:column}}@media (min-width: 767px){.page .form-section form .form-fields .input-field.lg-input,.form-container .form-section form .form-fields .input-field.lg-input{grid-column:span 3/span 3}.page .form-section form .form-fields .input-field.sm-input,.form-container .form-section form .form-fields .input-field.sm-input{grid-column:span 1/span 1}}.page .default-container{max-width:1030px;padding-left:15px;padding-right:15px;margin:auto}.page .richtext a{color:#4557e1;text-decoration:underline}.page .lg-container{max-width:1230px;padding-left:15px;padding-right:15px;margin:auto}.page h1{color:#1e1e1e;text-align:center;font-size:60px;font-weight:700;line-height:1;letter-spacing:-3px}.page h2{color:#1e1e1e;font-size:40px;font-weight:500;line-height:1.12;letter-spacing:-2px}.page .thank-you-page{min-height:60vh;text-align:center;padding-top:80px;padding-bottom:80px;display:flex;justify-content:center;align-items:center}.page .thank-you-page h1{padding-bottom:25px}.page .thank-you-page p{color:#1e1e1e;text-align:center;font-size:18px;font-style:normal;font-weight:300;line-height:25px;letter-spacing:-.9px}.page .add-restaurant-page{padding-top:40px;padding-bottom:80px}.page .add-restaurant-page h1{padding-bottom:20px}.page .add-restaurant-page .richtext{max-width:600px;margin:auto;text-align:center;padding-bottom:50px}.page .add-restaurant-page .richtext p{color:#1e1e1e;font-size:18px;font-style:normal;font-weight:300;line-height:25px;letter-spacing:-.9px}.page .add-restaurant-page .richtext p+p{padding-top:18px}.page .add-restaurant-page .form-section{max-width:400px;margin:auto}.page .contact-us-page{padding-top:35px;padding-bottom:50px}.page .contact-us-page h2{padding-bottom:25px}.page .contact-us-page .contact-us{display:flex;justify-content:space-between;gap:20px;padding-top:80px;align-items:center}.page .contact-us-page .contact-us .text-section,.page .contact-us-page .contact-us .form-section{width:100%}.page .contact-us-page .contact-us h2{max-width:510px}@media (max-width: 767px){.page .contact-us-page .contact-us{flex-direction:column}.page .contact-us-page .contact-us h2{text-align:center}.page .contact-us-page .contact-us .text-section{display:flex;flex-direction:column;align-items:center}.page .contact-us-page .contact-us .form-section{margin-top:40px}}.page .privacy-policy-page{padding-top:40px;padding-bottom:80px}.page .privacy-policy-page .richtext{text-align:center}.page .privacy-policy-page .richtext h1{padding-bottom:20px}.page .privacy-policy-page .richtext p{color:#1e1e1e;font-size:18px;font-weight:300;line-height:1.38}.page .privacy-policy-page .long-text{padding-top:120px}.page .privacy-policy-page .long-text a{color:#4557e1;text-decoration:underline}.page .privacy-policy-page .long-text ol{list-style:auto}.page .privacy-policy-page .long-text ol h2,.page .privacy-policy-page .long-text ol li::marker{font-size:40px;color:#1e1e1e;font-weight:500;line-height:1.12;letter-spacing:-2px}.page .privacy-policy-page .long-text ol li{padding-bottom:22px}.page .privacy-policy-page .long-text ol p{color:#1e1e1e;font-size:18px;font-weight:300;line-height:25px}.page .privacy-policy-page .long-text ol p strong{font-weight:700}.page .privacy-policy-page .long-text ol table{margin-top:18px;margin-bottom:18px;width:100%}.page .privacy-policy-page .long-text ol table thead{font-weight:700}.page .privacy-policy-page .long-text ol table thead tr,.page .privacy-policy-page .long-text ol table tbody tr:not(:last-child){border-bottom:1px solid rgba(30,30,30,.2)}.page .privacy-policy-page .long-text ol table tr td{padding-top:5px;padding-bottom:5px}.page .blocks{padding-top:40px;padding-bottom:150px}.page .blocks .button-link{border-radius:250px;background:#4557e1;color:#fff;font-size:18px;font-weight:500;line-height:1;padding:18.5px 27px;display:inline-block}.page .blocks .button-link.v2{background:#fff;color:#4557e1}.page .blocks .richtext p{color:#1e1e1e;font-size:18px;font-style:normal;font-weight:300;line-height:25px}.page .blocks .richtext p:has(+p){padding-bottom:18px}.page .blocks .richtext p strong{font-weight:700}.page .blocks .space-block{--lg-padding: 80px;--md-padding: 80px;--sm-padding: 80px}@media (min-width: 1350px){.page .blocks .space-block{height:var(--lg-padding)}}@media (max-width: 1350px) and (min-width: 767px){.page .blocks .space-block{height:var(--md-padding)}}@media (max-width: 767px){.page .blocks .space-block{height:var(--sm-padding)}}.page .blocks .space-block:has(+.scroll-block){display:none}.page .blocks .space-block+.side-image-container:not(.pink-bg) .block-side-image{padding-top:0}.page .blocks .side-image-container:not(.pink-bg):has(+.space-block) .block-side-image{padding-bottom:0}.page .blocks .block-title{max-width:800px;margin:auto;text-align:center}.page .blocks .block-center-text{max-width:1030px;padding-left:15px;padding-right:15px;margin:auto;text-align:center}.page .blocks .block-center-text h2{color:#1e1e1e;text-align:center;font-size:40px;font-style:normal;font-weight:500;line-height:45px;letter-spacing:-2px;padding-bottom:15px}.page .blocks .block-center-text .richtext{text-align:center}.page .blocks .block-form{display:flex;-moz-column-gap:0;column-gap:0;row-gap:20px}.page .blocks .block-form .text-section,.page .blocks .block-form .form-section{width:100%;gap:20px;display:flex;justify-content:center;align-items:center}.page .blocks .block-form .text-section{max-width:585px;padding-bottom:20px;padding-right:30px}.page .blocks .block-form .text-section h2{max-width:515px;padding-bottom:15px}.page .blocks .block-form .form-section{padding-right:25px;padding-left:25px}@media (max-width: 767px){.page .blocks .block-form{flex-direction:column}.page .blocks .block-form .text-section{text-align:center;padding-right:0}.page .blocks .block-form .form-section{padding-right:0;padding-left:0}}.page .blocks .side-image-container.pink-bg{background:#fdcdd6}.page .blocks .side-image-container.pink-bg .block-side-image .text-section h2{color:#4557e1;font-size:60px;font-weight:500;line-height:1.08;letter-spacing:-3px}.page .blocks .side-image-container .block-side-image{display:flex;justify-content:space-between;gap:40px;color:#1e1e1e;align-items:center;padding-top:40px;padding-bottom:40px}@media (min-width: 767px){.page .blocks .side-image-container .block-side-image.side-left{padding-left:40px;flex-direction:row-reverse}.page .blocks .side-image-container .block-side-image.side-right{padding-right:40px}}.page .blocks .side-image-container .block-side-image .text-section,.page .blocks .side-image-container .block-side-image .image-section{width:100%}.page .blocks .side-image-container .block-side-image .text-section{max-width:583px}.page .blocks .side-image-container .block-side-image .text-section .top-text{font-size:18px;font-weight:300;line-height:1.38}.page .blocks .side-image-container .block-side-image .text-section h2{font-size:40px;font-weight:500;line-height:1.12;letter-spacing:-2px;padding-top:12px;padding-bottom:12px}.page .blocks .side-image-container .block-side-image .text-section .richtext{padding-bottom:25px}.page .blocks .side-image-container .block-side-image .image-section picture,.page .blocks .side-image-container .block-side-image .image-section img{border-radius:25px;width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover}@media (max-width: 767px){.page .blocks .side-image-container .block-side-image{flex-direction:column-reverse!important}.page .blocks .side-image-container .block-side-image .text-section{text-align:center}}.cookie-container .cookie-sm-popup{z-index:10000;position:fixed;right:0;bottom:0;padding:.2em 1em;background:#222;font-size:.8em;color:#fff;box-shadow:0 0 10px #00000040}.cookie-notice{position:fixed;bottom:2rem;right:3rem;margin:0;background-color:#222;padding:1rem 1rem 1rem 2rem;z-index:10000;max-width:min(800px,100% - 6em);max-height:calc(100% - 6em);border-radius:0;--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);width:60%;overflow:auto}@media (max-width: 767px){.cookie-notice{width:100%}.cookie-notice .end-section{flex-direction:column;justify-content:center;align-items:center}.cookie-notice .end-section .save-buttons{flex-direction:column}}.cookie-notice *{color:#fff}.cookie-notice h3{font-weight:600;font-size:2.813rem;margin:0 0 .75rem;color:#fff;line-height:1.2}.cookie-notice .cookie-description{font-size:1.125rem;margin:0 0 .5rem;line-height:1.2;color:#fff;padding-bottom:20px}.cookie-notice .sm-info .info,.cookie-notice .lg-info .info{gap:5px;font-size:1.563rem;line-height:1.2;margin-left:0;padding-left:2rem!important;margin-bottom:.6rem;position:relative}.cookie-notice .sm-info .info input,.cookie-notice .lg-info .info input{width:0;height:0;opacity:0}.cookie-notice .sm-info .info:before,.cookie-notice .lg-info .info:before{width:25px!important;height:25px!important;background-color:#222!important;margin-top:-.25rem;position:absolute;top:5px;left:0;display:block;content:"";cursor:pointer;border:2px solid #ffffff;border:var(--fui-check-label-border, 2px solid #ffffff);background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.cookie-notice .sm-info .info:has(input:checked):before,.cookie-notice .lg-info .info:has(input:checked):before{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.cookie-notice .lg-info .info-container{padding-bottom:30px}.cookie-notice .lg-info .info{border-bottom:2px solid white;padding-bottom:5px}.cookie-notice .lg-info .lg-desc{padding-bottom:10px}.cookie-notice.details-open .end-section .details-link svg{transform:rotate(180deg)}.cookie-notice .end-section{display:flex;justify-content:space-between;width:100%}.cookie-notice .end-section .details-link{display:flex;gap:5px;align-items:center;font-size:1.125rem;font-weight:600;color:#fff;line-height:2.8em;margin-right:1em}.cookie-notice .end-section .details-link svg{transition:all .3s}.cookie-notice .end-section .save-buttons{display:flex;gap:1rem}.cookie-notice .end-section .save-buttons .save-link{color:#fff;background-color:transparent;border:2px solid #ffffff;font-weight:600;border-radius:9999px;padding:.5rem 1.5rem;font-size:1.25rem;text-transform:uppercase;cursor:pointer;justify-content:center;text-align:center;white-space:nowrap;box-shadow:none;position:relative;vertical-align:top;display:inline-block}.cookie-notice .end-section .save-buttons .accept-all-link{width:8em;color:#222!important;background-color:#fff!important;font-weight:600;border-radius:9999px;padding:.5rem 1.5rem;font-size:1.25rem;text-transform:uppercase;cursor:pointer;justify-content:center;text-align:center;white-space:nowrap;box-shadow:none;position:relative;vertical-align:top;display:inline-block}.menu-file-thumbs{display:flex;gap:6px;align-items:center}.file-thumb{width:100px;max-width:100px;height:100px;border-radius:6px;-o-object-fit:cover;object-fit:cover;border:1px solid #e5e7eb}.file-thumb.pdf-thumb{display:flex;align-items:center;justify-content:center;background:#fee2e2;color:#dc2626;font-size:9px;font-weight:700}.file-thumb.more-files{display:flex;align-items:center;justify-content:center;background:#f3f4f6;color:#6b7280;font-size:11px;font-weight:600}.menu-type-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase}.menu-type-badge.menu-type-featured{background:#dbeafe;color:#1e40af}.menu-type-badge.menu-type-special{background:#fce7f3;color:#be123c}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600}.status-badge.status-active{background:#d1fae5;color:#065f46}.status-badge.status-active:before{content:"";width:6px;height:6px;border-radius:50%;background:#10b981}.status-badge.status-inactive{background:#f3f4f6;color:#6b7280}.status-badge.status-inactive:before{content:"";width:6px;height:6px;border-radius:50%;background:#9ca3af}.empty-state{text-align:center;padding:60px 20px;background:#fff}.empty-state svg{width:64px;height:64px;stroke:#d1d5db;margin:0 auto 20px}.empty-state h2{font-size:20px;font-weight:600;color:#111827;margin:0 0 8px}.empty-state p{font-size:14px;color:#6b7280;margin:0 0 24px}.menus-empty-state{text-align:center;padding:48px 24px;background:#fff;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:15px}.menus-empty-state .menus-empty-state-icon{width:72px;height:72px;border-radius:50%;background:#4557e114;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.menus-empty-state .menus-empty-state-icon svg{width:36px;height:36px;stroke:#4557e1;stroke-width:2}.menus-empty-state .menus-empty-state-title{font-size:18px;font-weight:600;color:#333;margin:0 0 8px;letter-spacing:.02em}.menus-empty-state .menus-empty-state-text{font-size:14px;color:#6b7280;margin:0 0 24px;line-height:1.5;max-width:320px}.menus-empty-state .menus-empty-state-button{display:inline-block;padding:12px 24px;background:#4557e1;color:#fff!important;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:8px;text-decoration:none;border:none;cursor:pointer;transition:background .2s,transform .1s}.menus-empty-state .menus-empty-state-button:hover{background:#3845c7;color:#fff!important}.form-grid-2{grid-template-columns:1fr 1fr}.file-preview-grid{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}.file-preview-grid .preview-item{width:100px;max-width:100px;display:flex;flex-direction:column;gap:6px}.file-preview-grid .preview-item img{width:100px;max-width:100px;height:100px;-o-object-fit:cover;object-fit:cover;border-radius:6px;border:1px solid #e5e7eb}.file-preview-grid .preview-item span{font-size:10px;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-preview-grid .preview-item .pdf-preview{width:100px;max-width:100px;height:100px;display:flex;align-items:center;justify-content:center;background:#fee2e2;color:#dc2626;font-weight:700;border-radius:6px;border:1px solid #e5e7eb;font-size:11px}.existing-files-grid{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px;margin-bottom:20px}.existing-files-grid .existing-file-item{width:100px;max-width:100px;display:flex;flex-direction:column;gap:6px}.existing-files-grid .existing-file-item img{width:100px;max-width:100px;height:100px;-o-object-fit:cover;object-fit:cover;border-radius:6px;border:1px solid #e5e7eb}.existing-files-grid .existing-file-item span{font-size:10px;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.existing-files-grid .existing-file-item .pdf-preview{width:100px;max-width:100px;height:100px;display:flex;align-items:center;justify-content:center;background:#fee2e2;color:#dc2626;font-weight:700;border-radius:6px;border:1px solid #e5e7eb;font-size:11px}.existing-files-grid .existing-file-item label{font-size:11px;display:flex;align-items:center;gap:4px;cursor:pointer}.existing-files-grid .existing-file-item label input[type=checkbox]{cursor:pointer}
