.ep-main,.ep-main__layer{--ep-navy:#06163d;--ep-blue:#23a7d6;--ep-honey:#fdcf63;--ep-cta:#e8a920;--ep-border:#e4e6e9;--ep-light:#f7f7f5;--ep-ease:cubic-bezier(.16,1,.3,1);font-family:Montserrat,system-ui,sans-serif;color:var(--ep-navy);font-size:14px;line-height:1.6;text-align:left}
.ep-main *,.ep-main__layer *{box-sizing:border-box}
.ep-main [hidden],.ep-main__layer[hidden],.ep-main__layer [hidden]{display:none!important}
.ep-main{width:100%;min-width:0;padding:0;background:#fff;border:0;container-type:inline-size}
.ep-main a,.ep-main__layer a{text-decoration:none;color:var(--ep-navy)}
.ep-main button,.ep-main__layer button{font:inherit;letter-spacing:normal;text-transform:none;cursor:pointer;box-shadow:none;border:0;border-radius:0;background:transparent;color:var(--ep-navy);margin:0}
.ep-main button:focus-visible,.ep-main a:focus-visible,.ep-main__layer button:focus-visible,.ep-main__layer a:focus-visible{outline:2px solid var(--ep-blue);outline-offset:3px}
.ep-main__bar{display:flex;align-items:center;gap:12px;min-height:48px;width:100%;max-width:1200px;margin-inline:auto;background:#fff}
.ep-main__desktop{position:relative;display:flex;align-items:center;flex-shrink:0;gap:2px}
.ep-main .ep-main__trigger{display:flex;align-items:center;gap:7px;white-space:nowrap;height:48px;padding:0 14px;font-size:13.5px;font-weight:500;transition:color .15s}
.ep-main .ep-main__trigger:hover,.ep-main__layer a:hover,.ep-main__quick a:hover{color:var(--ep-blue)}
.ep-main .ep-main__trigger[aria-expanded=true]{color:var(--ep-navy)}
.ep-main .ep-main__all,.ep-main .ep-main__mobile-toggle{height:40px;padding:0 18px;gap:10px;background:var(--ep-navy);color:#fff;border:1px solid var(--ep-navy);border-radius:2px;font-size:12px;font-weight:700;letter-spacing:.09em}
.ep-main .ep-main__all:hover,.ep-main .ep-main__all[aria-expanded=true]{background:#0b2258;color:#fff}
.ep-main__burger{display:block;width:15px;height:12px;position:relative;flex-shrink:0}
.ep-main__burger i{position:absolute;left:0;height:2px;width:100%;background:#fff;transition:width .22s var(--ep-ease)}
.ep-main__burger i:nth-child(1){top:0}.ep-main__burger i:nth-child(2){top:5px;width:62%;background:var(--ep-honey)}.ep-main__burger i:nth-child(3){top:10px;width:80%}
.ep-main button:hover .ep-main__burger i,.ep-main button[aria-expanded=true] .ep-main__burger i,.ep-main__all:hover .ep-main__burger i,.ep-main__all[aria-expanded=true] .ep-main__burger i{width:100%}
.ep-main__chevron{width:9px;height:9px;stroke:#8a909e;stroke-width:2.6;fill:none;stroke-linecap:round;flex-shrink:0;transition:transform .2s var(--ep-ease)}
[aria-expanded=true]>.ep-main__chevron{stroke:var(--ep-cta)}
.ep-main__separator{width:1px;height:24px;background:var(--ep-border);margin:0 8px}
.ep-main__quick{margin-left:auto;display:flex;align-items:center;gap:22px;padding:0}
.ep-main__quick-link{display:flex;align-items:center;gap:8px;white-space:nowrap;font-size:13px;font-weight:600;min-height:44px}
.ep-main__quick-link>span{width:7px;height:7px;border-radius:2px;background:var(--ep-navy);flex-shrink:0}
.ep-main__quick-link--offers>span{background:var(--ep-cta)}.ep-main__quick-link--new>span{background:var(--ep-blue)}
.ep-main__indicator{position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--ep-cta);opacity:0;pointer-events:none;transition:transform .26s var(--ep-ease),width .26s var(--ep-ease),opacity .14s}
.ep-main__indicator.is-active{opacity:1}
.ep-main__layer{position:fixed;inset:var(--ep-top,0) 0 0;z-index:999990}
.ep-main__backdrop{position:absolute;inset:0;background:rgba(6,22,61,.35);animation:ep-main-fade .2s both}
.ep-main__surface{position:absolute;top:0;left:0;width:100%;max-height:100%;overflow:auto;overscroll-behavior:contain;background:#fff;border-bottom:1px solid var(--ep-border);box-shadow:0 16px 28px -20px rgba(6,22,61,.45)}
.ep-main__surface>.ep-main__panel,.ep-main__surface>.ep-main__mobile-head,.ep-main__surface>.ep-main__mobile-nav,.ep-main__surface>.ep-main__mobile-quick{width:min(var(--ep-width,1200px),1200px,calc(100% - var(--ep-left,0px)));margin-left:var(--ep-left,0px)}
.ep-main__panel{animation:ep-main-enter .22s var(--ep-ease) both}
.ep-main__layout{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:34px;padding:34px 0 26px}
.ep-main__groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;gap:26px 32px}
.ep-main__groups--all{grid-template-columns:repeat(4,minmax(0,1fr))}
.ep-main__group h3{margin:0;font:600 15px/1.4 Montserrat,system-ui,sans-serif;color:var(--ep-navy)}
.ep-main__group h3 a{color:var(--ep-navy)}
.ep-main__rule{display:block;width:24px;height:2px;background:var(--ep-honey);margin:9px 0 10px}
.ep-main__group ul{list-style:none;margin:0;padding:0}
.ep-main__group li{padding:0;margin:0}
.ep-main__group li a{display:block;padding:4px 0;font-size:13px;line-height:1.5;color:rgba(6,22,61,.8);overflow-wrap:anywhere}
.ep-main__feature{border:1px solid var(--ep-border);border-radius:2px;padding:14px;display:flex;flex-direction:column;align-self:start;gap:10px}
.ep-main__feature-image{aspect-ratio:4/3;background:var(--ep-light);overflow:hidden}
.ep-main__feature img,.ep-main__room img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s var(--ep-ease)}
.ep-main__feature:hover img,.ep-main__room:hover img{transform:scale(1.03)}
.ep-main__eyebrow{font-size:9px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#697183}
.ep-main__feature strong{font-size:15px;line-height:1.4;font-weight:600}
.ep-main__feature-cta,.ep-main__panel-footer a{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#087ca6}
.ep-main__layer a svg{width:12px;height:12px;stroke:currentColor;stroke-width:2;fill:none;flex-shrink:0}
.ep-main__panel-footer{padding:14px 0;border-top:1px solid var(--ep-border)}
.ep-main__rooms{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(160px,100%),1fr));gap:20px;padding:34px 0}
.ep-main__room{border:1px solid var(--ep-border);border-radius:2px;overflow:hidden;min-width:0}
.ep-main__room-image{aspect-ratio:1.6;background:var(--ep-light);overflow:hidden}
.ep-main__room>span{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;font-weight:600;font-size:13px}
.ep-main__empty{grid-column:1/-1;margin:0;padding:20px 0;color:#697183;font-size:14px;line-height:1.8}
.ep-main__empty a{display:inline-flex;align-items:center;gap:8px;color:#087ca6}
.ep-main .ep-main__mobile-toggle,.ep-main__mobile-head,.ep-main__mobile-nav,.ep-main__mobile-quick{display:none}
@container(max-width:1120px){.ep-main__bar{gap:6px}.ep-main .ep-main__trigger{padding:0 9px;font-size:12px}.ep-main__quick{gap:14px}.ep-main__quick-link{font-size:12px}.ep-main__separator{margin:0 4px}}
@container(max-width:960px){.ep-main__desktop{display:none}.ep-main .ep-main__mobile-toggle{display:flex;align-items:center;letter-spacing:0;font-size:12px;padding:0 14px}.ep-main__quick{gap:12px}.ep-main__bar{min-height:48px}}
@container(max-width:500px){.ep-main__quick{display:none}.ep-main .ep-main__mobile-toggle{width:100%;justify-content:flex-start}.ep-main__mobile-toggle .ep-main__chevron{margin-left:auto}}
.ep-main__layer.is-mobile{inset:0;overflow:hidden}
.ep-main__layer.is-mobile .ep-main__backdrop{opacity:0;animation:none;transition:opacity .24s var(--ep-ease)}
.ep-main__layer.is-mobile.is-open .ep-main__backdrop{opacity:.38}
.ep-main__layer.is-mobile .ep-main__surface{inset:0 0 0 auto;width:min(390px,92vw);height:100vh;height:100dvh;max-height:none;display:flex;flex-direction:column;overflow:hidden;border:0;border-left:1px solid var(--ep-border);box-shadow:-18px 0 34px -22px rgba(6,22,61,.65);transform:translateX(102%);transition:transform .26s var(--ep-ease)}
.ep-main__layer.is-mobile.is-open .ep-main__surface{transform:none}
.ep-main__layer.is-mobile .ep-main__mobile-head{display:flex;align-items:center;justify-content:space-between;flex:0 0 auto;width:100%;margin:0;padding:14px 16px;background:var(--ep-navy);color:#fff}
.ep-main__mobile-logo{display:block;width:154px;height:auto}
.ep-main__layer .ep-main__close{display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid rgba(255,255,255,.35);color:#fff}
.ep-main__layer .ep-main__close:hover{background:var(--ep-honey);border-color:var(--ep-honey);color:var(--ep-navy)}
.ep-main__layer .ep-main__close svg{width:15px;height:15px;stroke:currentColor;stroke-width:2.2;fill:none;stroke-linecap:round}
.ep-main__layer.is-mobile .ep-main__mobile-nav{display:block;flex:1 1 auto;width:100%;margin:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#fff}
.ep-main__mobile-item{border-bottom:1px solid var(--ep-border)}
.ep-main__mobile-nav button,.ep-main__mobile-nav .ep-main__catalog-link{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:52px;padding:0 16px;background:#fff;font-size:14px;font-weight:600;text-align:left}
.ep-main__catalog-item{display:flex;min-width:0;background:#fff}
.ep-main__catalog-item .ep-main__catalog-link{flex:1;min-width:0}
.ep-main__catalog-item button{flex:0 0 48px;width:48px;padding:0;justify-content:center}
.ep-main__mobile-nav button[aria-expanded=true]{background:#fff;color:var(--ep-navy)}
.ep-main__mobile-nav button[aria-expanded=true] .ep-main__chevron{transform:rotate(180deg);stroke:var(--ep-navy)}
.ep-main__layer.is-mobile .ep-main__panel{width:100%;margin:0;padding:0 16px;background:var(--ep-light);border-top:1px solid var(--ep-border);animation:ep-main-accordion .24s var(--ep-ease) both}
.ep-main__layer.is-mobile .ep-main__layout{display:block;padding:4px 0 10px}
.ep-main__layer.is-mobile .ep-main__groups{display:block}
.ep-main__layer.is-mobile .ep-main__group{padding:8px 0;border-bottom:1px solid rgba(6,22,61,.09)}
.ep-main__layer.is-mobile .ep-main__group:last-child{border-bottom:0}
.ep-main__layer.is-mobile .ep-main__group h3 a{display:flex;align-items:center;min-height:40px;font-size:14px}
.ep-main__layer.is-mobile .ep-main__rule{display:none}
.ep-main__layer.is-mobile .ep-main__group li a{min-height:40px;display:flex;align-items:center;padding:4px 10px;font-size:13px}
.ep-main__layer.is-mobile .ep-main__feature{display:none}
.ep-main__layer.is-mobile .ep-main__rooms{display:flex;flex-direction:column;gap:0;padding:4px 0 10px}
.ep-main__layer.is-mobile .ep-main__room{border:0;border-bottom:1px solid rgba(6,22,61,.09)}
.ep-main__layer.is-mobile .ep-main__room:last-child{border-bottom:0}
.ep-main__layer.is-mobile .ep-main__room-image{display:none}
.ep-main__layer.is-mobile .ep-main__room>span{min-height:46px;padding:6px 0;font-size:13.5px}
.ep-main__layer.is-mobile .ep-main__panel-footer{padding:10px 0 14px}
.ep-main__layer.is-mobile .ep-main__mobile-quick{display:flex;flex-direction:column;gap:0;width:100%;margin:0;padding:8px 16px 22px;border-top:1px solid var(--ep-border)}
.ep-main__layer.is-mobile .ep-main__mobile-quick a{min-height:44px}
html.ep-main-drawer-open,body.ep-main-drawer-open{overflow:hidden!important;overscroll-behavior:none}
@keyframes ep-main-enter{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
@keyframes ep-main-fade{from{opacity:0}to{opacity:1}}
@keyframes ep-main-accordion{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.ep-main *,.ep-main__layer *{animation:none!important;transition:none!important}}
