.mv-chat__fab{position:fixed;right:20px;bottom:calc(20px + env(safe-area-inset-bottom));z-index:1000;width:58px;height:58px;border-radius:50%;border:none;cursor:pointer;background:var(--c-green);color:var(--c-light);display:grid;place-items:center;box-shadow:0 10px 26px rgba(var(--c-dark-rgb),.32);transition:transform .2s cubic-bezier(.2,.7,.2,1),box-shadow .2s ease}.mv-chat__fab svg{width:26px;height:26px;transition:transform .25s ease}.mv-chat__fab:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 16px 34px rgba(var(--c-dark-rgb),.42)}.mv-chat__fab:active{transform:translateY(-1px) scale(.98)}.mv-chat__panel{position:fixed;right:20px;bottom:90px;z-index:1000;width:min(384px,100vw - 32px);height:min(584px,100vh - 130px);display:flex;flex-direction:column;overflow:hidden;background:#fff;border-radius:18px;box-shadow:0 24px 64px rgba(var(--c-dark-rgb),.32),0 2px 10px rgba(var(--c-dark-rgb),.12);transform-origin:bottom right;animation:mv-chat-in .34s var(--ease-bounce) both}@media(max-width:600px){.mv-chat__panel{left:0;right:0;bottom:0;width:100%;height:86vh;height:86dvh;max-height:86dvh;border-radius:22px 22px 0 0;transform-origin:bottom center;box-shadow:0 -10px 44px rgba(var(--c-dark-rgb),.3);animation:mv-chat-sheet-in .34s var(--ease-bounce) both}}.mv-chat__head{position:relative;overflow:hidden;display:flex;align-items:center;gap:12px;padding:14px;color:var(--c-light);background:linear-gradient(135deg,var(--c-green),var(--c-green-d))}.mv-chat__head:after{content:"";position:absolute;top:50%;right:-20px;transform:translateY(-50%);width:104px;height:104px;background:url(/assets/img/emblema.svg) 50%/contain no-repeat;opacity:.07;pointer-events:none;z-index:0}.mv-chat__head>*{position:relative;z-index:1}.mv-chat__avatar{width:40px;height:40px;flex:none;display:grid;place-items:center}.mv-chat__avatar img{width:100%;height:100%;object-fit:contain}.mv-chat__head-text{flex:1 1;display:flex;flex-direction:column;line-height:1.25;min-width:0}.mv-chat__title{font-family:var(--ff-serif);font-weight:400;font-size:17px;line-height:1.2}.mv-chat__status{display:flex;align-items:center;gap:6px;font-size:12px;opacity:.85}.mv-chat__online{width:7px;height:7px;border-radius:50%;background:#57d38c;animation:mv-chat-pulse 2s infinite}.mv-chat__close{margin-left:auto;flex:none;background:hsla(0,0%,100%,.12);border:none;color:var(--c-light);width:30px;height:30px;border-radius:50%;cursor:pointer;display:grid;place-items:center;transition:background .15s ease}.mv-chat__close svg{width:17px;height:17px}.mv-chat__close:hover{background:hsla(0,0%,100%,.24)}.mv-chat__body{flex:1 1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:16px 14px;display:flex;flex-direction:column;gap:10px;background:var(--c-cream);scrollbar-width:thin;scrollbar-color:rgba(var(--c-dark-rgb),.2) rgba(0,0,0,0)}.mv-chat__body::-webkit-scrollbar{width:6px}.mv-chat__body::-webkit-scrollbar-thumb{background:rgba(var(--c-dark-rgb),.18);border-radius:3px}.mv-chat__msg{font-family:var(--ff-sans);font-size:14.5px;line-height:1.5;padding:10px 13px;border-radius:15px;max-width:86%;word-wrap:break-word;animation:mv-chat-msg-in .36s cubic-bezier(.16,1,.3,1) both}.mv-chat__msg--bot{animation-name:mv-chat-msg-bot;background:#fff;border:1px solid rgba(var(--c-dark-rgb),.08);align-self:flex-start;color:var(--c-head);border-bottom-left-radius:5px;box-shadow:0 1px 3px rgba(var(--c-dark-rgb),.06)}.mv-chat__msg--user{animation-name:mv-chat-msg-user;background:var(--c-green);color:var(--c-light);align-self:flex-end;border-bottom-right-radius:5px}.mv-chat__msg--typing{padding:13px 15px}.mv-chat__msg p{margin:0 0 6px}.mv-chat__msg p:first-child{margin-top:0}.mv-chat__msg p:last-child{margin-bottom:0}.mv-chat__msg ol,.mv-chat__msg ul{margin:4px 0 6px;padding-left:18px}.mv-chat__msg ol:last-child,.mv-chat__msg ul:last-child{margin-bottom:0}.mv-chat__msg li{margin:3px 0}.mv-chat__msg strong{font-weight:600}.mv-chat__msg em{font-style:italic}.mv-chat__msg h1,.mv-chat__msg h2,.mv-chat__msg h3,.mv-chat__msg h4,.mv-chat__msg h5,.mv-chat__msg h6{font-weight:700;font-size:14px;margin:9px 0 3px;color:var(--c-green)}.mv-chat__msg h1:first-child,.mv-chat__msg h2:first-child,.mv-chat__msg h3:first-child,.mv-chat__msg h4:first-child,.mv-chat__msg h5:first-child,.mv-chat__msg h6:first-child{margin-top:0}.mv-chat__msg a{color:var(--c-green);text-decoration:underline}.mv-chat__msg hr{border:none;border-top:1px solid rgba(var(--c-dark-rgb),.12);margin:9px 0}.mv-chat__msg code{background:rgba(var(--c-dark-rgb),.07);padding:1px 5px;border-radius:4px;font-size:.92em}.mv-chat__msg pre{background:rgba(var(--c-dark-rgb),.06);padding:8px 10px;border-radius:8px;overflow-x:auto}.mv-chat__msg pre code{background:none;padding:0}.mv-chat__msg table{border-collapse:collapse;width:100%;margin:6px 0;font-size:13.5px}.mv-chat__msg td,.mv-chat__msg th{border:1px solid rgba(var(--c-dark-rgb),.14);padding:4px 8px;text-align:left}.mv-chat__msg th{background:rgba(var(--c-dark-rgb),.05);font-weight:600}.mv-chat__action{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;margin:-2px 0 2px;padding:9px 14px;background:var(--c-green);color:var(--c-light);text-decoration:none;border:none;border-radius:14px;cursor:pointer;font-family:var(--ff-sans);font-weight:600;font-size:14px;text-align:left;box-shadow:0 2px 8px rgba(var(--c-dark-rgb),.12);transition:transform .15s ease,box-shadow .15s ease;animation:mv-chat-msg-in .3s var(--ease-bounce) both}.mv-chat__action svg{width:16px;height:16px;flex:none;transition:transform .15s ease}.mv-chat__action:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(var(--c-dark-rgb),.22)}.mv-chat__action:hover svg{transform:translateX(2px)}.mv-chat__action:active{transform:translateY(0)}.mv-chat__chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:2px}.mv-chat__chip{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:16px;cursor:pointer;background:#fff;color:var(--c-green);border:1px solid rgba(var(--c-green-rgb),.35);font-family:var(--ff-sans);font-weight:600;font-size:13px;line-height:1.2;transition:background .15s ease,border-color .15s ease,transform .12s ease;animation:mv-chat-msg-in .3s var(--ease-bounce) both}.mv-chat__chip svg{width:14px;height:14px;flex:none;opacity:.85}.mv-chat__chip:hover{background:rgba(var(--c-green-rgb),.08);border-color:var(--c-green)}.mv-chat__chip:active{transform:scale(.97)}.mv-chat__icon-btn{flex:none;background:hsla(0,0%,100%,.12);border:none;color:var(--c-light);width:30px;height:30px;border-radius:50%;cursor:pointer;display:grid;place-items:center;transition:background .15s ease}.mv-chat__icon-btn svg{width:16px;height:16px}.mv-chat__icon-btn:hover{background:hsla(0,0%,100%,.24)}.mv-chat__typing-dots{display:inline-flex;gap:5px;align-items:center}.mv-chat__typing-dots span{width:7px;height:7px;border-radius:50%;background:rgba(var(--c-dark-rgb),.42);animation:mv-chat-bounce 1.2s ease-in-out infinite}.mv-chat__typing-dots span:nth-child(2){animation-delay:.16s}.mv-chat__typing-dots span:nth-child(3){animation-delay:.32s}.mv-chat__input{display:flex;gap:8px;align-items:center;padding:12px;border-top:1px solid rgba(var(--c-dark-rgb),.08);background:#fff}.mv-chat__input input{flex:1 1;padding:11px 15px;border:1px solid rgba(var(--c-dark-rgb),.14);border-radius:22px;font-family:var(--ff-sans);font-size:14.5px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.mv-chat__input input:focus{border-color:var(--c-green);box-shadow:0 0 0 3px rgba(var(--c-green-rgb),.12)}@media(max-width:600px){.mv-chat__input input{font-size:16px}}.mv-chat__input button{flex:none;width:42px;height:42px;background:var(--c-green);color:var(--c-light);border:none;border-radius:50%;cursor:pointer;display:grid;place-items:center;transition:transform .15s ease,opacity .15s ease}.mv-chat__input button svg{width:18px;height:18px}.mv-chat__input button:hover:not(:disabled){transform:scale(1.07)}.mv-chat__input button:disabled{opacity:.45;cursor:default}.mv-chat-drawer{height:86dvh;max-height:86dvh;background:#fff;border-radius:22px 22px 0 0;overflow:hidden;box-shadow:0 -10px 44px rgba(var(--c-dark-rgb),.3)}.mv-chat-drawer:before{content:"";position:absolute;top:8px;left:50%;transform:translateX(-50%);width:42px;height:4px;border-radius:4px;background:hsla(0,0%,100%,.55);z-index:3}@keyframes mv-chat-in{0%{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:none}}@keyframes mv-chat-sheet-in{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:none}}@keyframes mv-chat-msg-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes mv-chat-msg-bot{0%{opacity:0;transform:translateX(-14px) translateY(6px) scale(.97)}to{opacity:1;transform:none}}@keyframes mv-chat-msg-user{0%{opacity:0;transform:translateX(14px) translateY(6px) scale(.97)}to{opacity:1;transform:none}}@keyframes mv-chat-bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-5px);opacity:1}}@keyframes mv-chat-pulse{0%{box-shadow:0 0 0 0 rgba(87,211,140,.55)}70%{box-shadow:0 0 0 6px rgba(87,211,140,0)}to{box-shadow:0 0 0 0 rgba(87,211,140,0)}}@media(prefers-reduced-motion:reduce){.mv-chat__msg,.mv-chat__online,.mv-chat__panel,.mv-chat__typing-dots span{animation:none}}@font-face{font-family:Bona Nova;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e701bb4d18c14ecc-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Bona Nova;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e37ba9c2d279ab80-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Bona Nova;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/3c21e30191f8a95f-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Bona Nova;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/86cdc03537aa61df-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Bona Nova;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/a5b718c0e9721670-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Bona Nova;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/70965966495e534a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bona Nova;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/f97596e9d457f191-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bona Nova;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/37bad588f07b5abe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Bona Nova;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f073435cfc06d67c-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Bona Nova;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1817f171a3e9e987-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Bona Nova;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/2d8d13238cddc4f6-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Bona Nova;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21f5c3b87be0d9d8-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Bona Nova;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6bfd2bd251ab8942-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bona Nova;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cef605a1298d4ecf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bona Nova;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/0dc699fbe7653b1a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Bona Nova;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8366fcf5b2045bf4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Bona Nova;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cd7d68bc1c636df9-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Bona Nova;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/0865393adacd2d69-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Bona Nova;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/02e59a9ca6b2edc4-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Bona Nova;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/117ba59cacf89018-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bona Nova;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/748b40310fafb33f-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bona Nova Fallback;src:local("Times New Roman");ascent-override:85.66%;descent-override:24.63%;line-gap-override:0.00%;size-adjust:108.80%}.__className_de9f9b{font-family:Bona Nova,Bona Nova Fallback}.__variable_de9f9b{--font-serif:"Bona Nova","Bona Nova Fallback"}@font-face{font-family:Albert Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/866ace25ba8133d9-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Albert Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/0ecabae3741772cf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Albert Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/866ace25ba8133d9-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Albert Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/0ecabae3741772cf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Albert Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/866ace25ba8133d9-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Albert Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0ecabae3741772cf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Albert Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/866ace25ba8133d9-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Albert Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/0ecabae3741772cf-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Albert Sans Fallback;src:local("Arial");ascent-override:91.47%;descent-override:24.07%;line-gap-override:0.00%;size-adjust:103.86%}.__className_a363ed{font-family:Albert Sans,Albert Sans Fallback;font-style:normal}.__variable_a363ed{--font-sans:"Albert Sans","Albert Sans Fallback"}:root{--c-green:#0b4f4a;--c-green-d:#083b37;--c-cream:#f7f6ed;--c-light:#fffcf3;--c-white:#ffffff;--c-head:#3c3c3c;--c-text:#676767;--c-brown:#514141;--c-gray:#e2e2e2;--c-dark:#10302d;--c-border:rgba(81,65,65,.8);--c-green-rgb:11,79,74;--c-dark-rgb:16,48,45;--ease-sharp:cubic-bezier(.22,.61,.36,1);--ease-smooth:cubic-bezier(.4,0,.2,1);--ease-bounce:cubic-bezier(.2,.8,.2,1);--ff-serif:var(--font-serif),Georgia,serif;--ff-sans:var(--font-sans),system-ui,sans-serif;--maxw:1312px;--pad:clamp(20px,4.5vw,64px)}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:clip}.lenis.lenis-smooth iframe{pointer-events:none}body{margin:0;font-family:var(--ff-sans);color:var(--c-text);background:var(--c-white);font-size:18px;line-height:1.45;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}p{margin:0}h1,h2,h3{font-family:var(--ff-serif);font-weight:400;margin:0}:focus-visible{outline:2px solid var(--c-green);outline-offset:3px}.mv-hero :focus-visible,.mv-menu :focus-visible,.mv-nav :focus-visible{outline-color:var(--c-light)}.mv-btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--ff-sans);font-weight:700;font-size:18px;line-height:26px;padding:12px 24px;border-radius:48px;transition:opacity .2s ease,transform .2s ease,background .2s ease;cursor:pointer;white-space:nowrap}.mv-btn:hover{transform:translateY(-1px)}.mv-btn--book,.mv-btn--gray{background:var(--c-gray);color:var(--c-brown)}.mv-btn--solid{background:var(--c-green);color:var(--c-light)}.mv-btn--brown{background:var(--c-brown);color:var(--c-light)}.mv-btn--dark{background:#222;color:var(--c-light)}.mv-btn--squared{border-radius:0}.mv-btn--fill{flex:1 1;min-width:0}.mv-card2__buttons{display:flex;flex-wrap:wrap;gap:15px;align-items:center}.mv-photofade{position:relative;overflow:hidden}.mv-photofade__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;opacity:0;transform:scale(1.02);transition:opacity 1.4s ease,transform 6s ease;will-change:opacity,transform;pointer-events:none}.mv-photofade__img.is-active{opacity:1;transform:scale(1)}.mv-card3 .mv-card2__media{background:none}.mv-quote{position:relative;overflow:hidden;min-height:560px;padding:64px var(--pad);display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center}.mv-quote__rule{width:100%;height:0;border-top:2px solid var(--c-border);flex:0 0 auto}.mv-quote__inner{position:relative;z-index:1;margin:0;display:flex;flex-direction:column;gap:4px;max-width:721px}.mv-quote__text{font-weight:400;margin:0}.mv-quote__attr,.mv-quote__text{font-family:var(--ff-serif);font-style:italic;font-size:36px;line-height:44px;color:var(--c-green-d)}.mv-quote__emblem{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:322px;height:322px;opacity:.1;z-index:0}@media(max-width:600px){.mv-quote{min-height:420px;padding:48px var(--pad)}.mv-quote__attr,.mv-quote__text{font-size:26px;line-height:34px}.mv-quote__emblem{width:240px;height:240px}}.mv-listcard2{display:flex;align-items:stretch;min-height:560px;border:2px solid var(--c-border)}.mv-listcard2__card{flex:1 0;display:flex;flex-direction:column;justify-content:space-between;padding-top:40px;text-decoration:none;color:inherit}.mv-listcard2__card+.mv-listcard2__card{border-left:2px solid var(--c-border)}.mv-listcard2__body{display:flex;flex-direction:column;gap:8px;padding:0 24px 24px}.mv-listcard2__card:first-child .mv-listcard2__body{padding-left:var(--pad)}.mv-listcard2__card:last-child .mv-listcard2__body{padding-right:var(--pad)}.mv-listcard2__title{font-family:var(--ff-serif);font-size:64px;line-height:72px;color:var(--card-fg)}.mv-listcard2__text{font-family:var(--ff-sans);font-weight:500;font-size:24px;line-height:32px;color:var(--card-fg-soft)}.mv-listcard2__bar{margin-top:auto;padding:41px 24px;text-align:center;font-family:var(--ff-sans);font-weight:700;font-size:18px;line-height:26px;color:#fff;transition:filter .2s ease}.mv-listcard2__bar--green{background:var(--c-green)}.mv-listcard2__bar--blue{background:#00608d}.mv-listcard2__bar--dark{background:#222}.mv-listcard2__bar--brown{background:var(--c-brown)}.mv-listcard2__card:hover .mv-listcard2__bar{filter:brightness(1.08)}@media(max-width:1100px){.mv-listcard2{flex-direction:column}.mv-listcard2__card+.mv-listcard2__card{border-left:none;border-top:2px solid var(--c-border)}.mv-listcard2__card:last-child .mv-listcard2__body{padding-left:var(--pad)}.mv-listcard2__card:first-child .mv-listcard2__body{padding-right:var(--pad)}}@media(max-width:600px){.mv-listcard2__title{font-size:40px;line-height:48px}.mv-listcard2__text{font-size:18px;line-height:26px}.mv-listcard2__bar{padding:28px 24px}}.mv-pxband{position:relative;width:100%;background:50%/cover no-repeat;background-attachment:fixed}.mv-pxband--overlay:after{content:"";position:absolute;inset:0;background:rgba(0,46,42,.4)}@media(hover:none){.mv-pxband{background-attachment:scroll}}@media(prefers-reduced-motion:reduce){.mv-pxband{background-attachment:scroll}}.mv-loader{position:fixed;inset:0;z-index:9999;background:var(--c-white);display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:clamp(80px,16vh,160px) 20px;transition:opacity .6s ease,visibility .6s ease}.mv-loader.is-done{opacity:0;visibility:hidden}.mv-loader__bg{position:absolute;inset:0;background:url(/assets/img/loader-bg.png) 50%/cover no-repeat;opacity:.55}.mv-loader__logo{position:relative;z-index:2;width:277px;max-width:60vw;height:auto}.mv-loader__bar{position:relative;z-index:2;width:446px;max-width:80vw;height:7px;background:rgba(81,65,65,.1);overflow:hidden}.mv-loader__fill{height:7px;width:0;background:var(--c-brown);transition:width .25s ease}html.mv-loading{overflow:hidden}.mv-reveal{opacity:0;transform:translateY(40px);transition:opacity .8s var(--ease-sharp),transform .8s var(--ease-sharp);will-change:opacity,transform}.mv-reveal--title{transform:translateY(60px)}.mv-reveal.is-visible{opacity:1;transform:none}@keyframes mv-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.mv-parallax{transform:translateY(var(--py,0));will-change:transform}@media(prefers-reduced-motion:reduce){.mv-reveal{opacity:1!important;transform:none!important;transition:none}.mv-hero__arrow img{animation:none!important}.mv-parallax{transform:none!important}}.mv-nav{position:fixed;top:0;left:0;right:0;z-index:50;padding:0 var(--pad);transition:background .5s var(--ease-smooth),box-shadow .5s var(--ease-smooth)}.mv-nav.is-scrolled{background:var(--c-green);box-shadow:0 2px 20px rgba(0,0,0,.2)}.mv-nav__inner{height:113px;display:flex;align-items:center;justify-content:space-between;gap:20px}.mv-nav__left{gap:32px}.mv-nav__left,.mv-nav__right{display:flex;align-items:center;flex:1 0}.mv-nav__right{justify-content:flex-end;gap:10px}.mv-nav__menu{background:none;border:0;padding:0;cursor:pointer;line-height:0}.mv-nav__menu img{width:32px;height:32px;filter:brightness(0) invert(1)}.mv-nav__logo{display:inline-flex;line-height:0}.mv-nav__logo img{height:96px;width:auto;display:block}.mv-footer__cta{display:flex;flex-direction:column;align-items:flex-start;gap:10px}@media(max-width:900px){.mv-nav__right .mv-btn--brown{display:none}}.mv-lang{display:flex;align-items:center;gap:8px;font-size:18px}.mv-lang__item{font-weight:500;color:rgba(255,252,243,.8)}.mv-lang--current,.mv-lang__item:hover{color:var(--c-light)}.mv-lang--current{font-weight:700}.mv-nav--light:not(.is-scrolled) .mv-nav__logo img,.mv-nav--light:not(.is-scrolled) .mv-nav__menu img{filter:brightness(0)}.mv-nav--light:not(.is-scrolled) .mv-lang__item{color:rgba(81,65,65,.7)}.mv-nav--light:not(.is-scrolled) .mv-lang--current{color:var(--c-brown)}.mv-menu{background:var(--c-green);color:var(--c-light);display:flex;flex-direction:column;height:100dvh;padding:0 63px 56px;overflow-y:auto}.mv-menu__top{display:flex;align-items:center;justify-content:space-between;gap:20px;height:113px;flex:none}.mv-menu__top .mv-nav__menu{flex:1 1}.mv-menu__top .mv-nav__menu img{width:32px;height:32px;display:block}.mv-menu__top .mv-nav__logo{flex:0 0 auto}.mv-menu__top .mv-nav__logo img{width:56px;height:56px;display:block}.mv-menu__top .mv-lang{flex:1 1;justify-content:flex-end}.mv-menu__items{flex:1 0 auto;display:flex;flex-direction:column;justify-content:space-between;gap:12px;padding:40px 0 56px}.mv-menu__link{font-family:var(--ff-serif);font-size:42px;line-height:50px;color:var(--c-light);align-self:flex-start;border-bottom:1px solid rgba(0,0,0,0)}.mv-menu__link.is-active,.mv-menu__link:hover{border-bottom-color:var(--c-light)}.mv-menu__book{align-self:flex-start;font-size:24px;line-height:32px;padding:12px 32px}.mv-menu__divider{width:100%;height:2px;background:rgba(255,252,243,.8)}.mv-menu__social{display:flex;align-items:center;gap:24px}.mv-menu__social span{font-family:var(--ff-serif);font-size:24px;line-height:32px}.mv-menu__social img{width:40px;height:40px}.mv-menu__socials{display:flex;align-items:center;gap:24px}@media(max-width:600px){.mv-menu{padding:0 24px 20px}.mv-menu__top{height:78px}.mv-menu__items{justify-content:center;align-items:center;text-align:center;gap:18px;padding:16px 0 20px}.mv-menu__link{align-self:center;font-size:28px;line-height:34px}.mv-menu__book{align-self:center;font-size:22px;line-height:30px;padding:10px 28px}.mv-menu__divider{margin:4px 0}.mv-menu__social{flex-direction:column;gap:10px}.mv-menu__social span{font-size:22px;line-height:28px}}.mv-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mv-cover-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.mv-skip-link{position:fixed;top:-100px;left:12px;z-index:9999;padding:10px 18px;border-radius:0 0 10px 10px;background:var(--c-green);color:var(--c-light);text-decoration:none;font-weight:600;transition:top .18s ease}.mv-skip-link:focus{top:0;outline:2px solid var(--c-light);outline-offset:2px}.mv-overlay{position:fixed;inset:0;z-index:1200;background:rgba(8,38,35,.45)}.mv-overlay[data-state=open]{animation:mvFadeIn .2s ease}.mv-overlay[data-state=closed]{animation:mvFadeOut .15s ease}.mv-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1300;width:min(560px,100vw - 32px);max-height:calc(100dvh - 32px);overflow:auto;background:var(--c-white);color:var(--c-head);border-radius:12px;padding:32px;box-shadow:0 24px 64px rgba(8,38,35,.3)}.mv-modal[data-state=open]{animation:mvModalIn .22s var(--ease-sharp)}.mv-modal[data-state=closed]{animation:mvModalOut .16s ease}.mv-modal__title{font-family:var(--ff-serif);font-size:32px;line-height:1.2;color:var(--c-head);margin:0 0 12px}.mv-modal__desc{font-family:var(--ff-sans);color:var(--c-text);margin:0 0 16px}.mv-modal__close{position:absolute;top:14px;right:14px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:rgba(0,0,0,0);color:var(--c-head);cursor:pointer}.mv-modal__close:hover{background:rgba(0,0,0,.06)}.mv-drawer{position:fixed;z-index:1300;display:flex;flex-direction:column}.mv-drawer--top{inset:0 0 auto 0}.mv-drawer--bottom{inset:auto 0 0 0}.mv-drawer--left{inset:0 auto 0 0}.mv-drawer--left,.mv-drawer--right{height:100dvh;width:min(440px,92vw)}.mv-drawer--right{inset:0 0 0 auto}.mv-drawer-kbwrap{display:flex;flex-direction:column;height:100%;min-height:0;transform-origin:top center;will-change:height,transform}@keyframes mvFadeIn{0%{opacity:0}to{opacity:1}}@keyframes mvFadeOut{0%{opacity:1}to{opacity:0}}@keyframes mvModalIn{0%{opacity:0;transform:translate(-50%,-46%) scale(.97)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes mvModalOut{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-48%) scale(.98)}}@keyframes mv-heroimg-focus{0%,to{opacity:.5;filter:brightness(.6)}50%{opacity:1;filter:brightness(1)}}.mv-hero{position:-webkit-sticky;position:sticky;top:0;z-index:0;height:100vh;width:100%;overflow:hidden;border-bottom:2px solid var(--c-border)}.mv-hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.mv-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.3) 12%,rgba(102,102,102,0) 88%);pointer-events:none}.mv-hero__arrow{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);z-index:2;line-height:0;background:none;border:0;padding:0;cursor:pointer}.mv-hero__arrow img{width:48px;height:48px;filter:brightness(0) invert(1);animation:mv-bounce 1.6s ease-in-out infinite}.mv-hero~*{position:relative;z-index:1}@supports(height:100svh){.mv-hero{height:100svh}}.mv-claim{background:var(--c-green);color:var(--c-cream);height:900px;display:flex;align-items:center;padding:0 var(--pad)}.mv-claim__inner{width:100%;display:flex;flex-direction:column;gap:32px}.mv-claim__top{display:flex;align-items:flex-start;gap:128px}.mv-claim__photo{flex:826 1;min-width:0;height:390px;background:50%/cover no-repeat}.mv-claim__paras{flex:358 1;min-width:0}.mv-claim__paras p{font-size:24px;line-height:32px;font-weight:500;color:var(--c-cream)}.mv-claim__paras p+p{margin-top:32px}.mv-claim__titlerow{display:flex;align-items:center;justify-content:space-between;gap:32px}.mv-claim__title{font-family:var(--ff-serif);font-size:64px;line-height:72px;color:var(--c-cream);width:733px;max-width:70%}.mv-claim__emblem{width:322px;height:322px;flex:none;opacity:.08}.mv-cardblock{background:var(--card-bg);color:var(--card-fg)}.mv-cardblock--green{--card-bg:var(--c-green);--card-fg:var(--c-cream);--card-fg-soft:var(--c-cream);--emblem-filter:none}.mv-cardblock--white{--card-bg:var(--c-white);--card-fg:var(--c-head);--card-fg-soft:var(--c-text);--emblem-filter:brightness(0)}.mv-cardblock--surface{--card-bg:var(--c-cream);--card-fg:var(--c-head);--card-fg-soft:var(--c-text);--emblem-filter:brightness(0)}.mv-emblem{filter:var(--emblem-filter,none);pointer-events:none}.mv-para{margin:0;color:var(--card-fg-soft,inherit)}.mv-para--regular-18{font-weight:400;font-size:18px;line-height:26px}.mv-para--medium-18{font-weight:500;font-size:18px;line-height:26px}.mv-para--regular-24{font-weight:400;font-size:24px;line-height:32px}.mv-para--medium-24{font-weight:500;font-size:24px;line-height:32px}.mv-para--albert{font-family:var(--ff-sans)}.mv-para--bona{font-family:var(--ff-serif)}.mv-card1{min-height:900px;display:flex;align-items:center;padding:0 var(--pad)}.mv-card1__inner{width:100%;display:flex;flex-direction:column;gap:32px}.mv-card1__top{display:flex;align-items:flex-start;gap:128px}.mv-card1__photo{flex:826 1;min-width:0;height:390px;background:50%/cover no-repeat}.mv-card1__paras{flex:358 1;min-width:0}.mv-card1__paras .mv-para+.mv-para{margin-top:32px}.mv-card1__titlerow{display:flex;align-items:center;justify-content:space-between;gap:32px}.mv-card1__title{font-family:var(--ff-serif);font-size:64px;line-height:72px;color:var(--card-fg);width:733px;max-width:70%}.mv-card1__emblem{width:322px;height:322px;flex:none;opacity:.08}.mv-card1--mirror-h .mv-card1__titlerow,.mv-card1--mirror-h .mv-card1__top{flex-direction:row-reverse}.mv-card1--mirror-v .mv-card1__inner{flex-direction:column-reverse}.mv-card1--mirror-v .mv-card1__top{align-items:flex-end}.mv-card2{display:flex;gap:24px;align-items:stretch;min-height:700px}.mv-card2__text{flex:1 0;display:flex;flex-direction:column;justify-content:center;gap:45px;padding:72px 40px 72px var(--pad)}.mv-card2--rev .mv-card2__text{order:2;padding:72px var(--pad) 72px 40px}.mv-card2--rev .mv-card2__media{order:1}.mv-card2__title{font-family:var(--ff-serif);font-size:64px;line-height:72px;color:var(--card-fg)}.mv-card2__media{flex:1 0;background:50%/cover no-repeat}.mv-card2 .mv-btn{align-self:flex-start}.mv-card2--framed{border-bottom:2px solid var(--c-border)}.mv-card2--framed .mv-card2__media{margin:56px var(--pad) 56px 0}.mv-card2--framed.mv-card2--rev .mv-card2__media{margin:56px 0 56px var(--pad)}.mv-cardblock--green .mv-btn--solid{background:var(--c-white);color:var(--c-green-d)}.mv-listcard__title{text-align:center;font-size:64px;line-height:72px;color:var(--card-fg);max-width:925px;margin:0 auto;padding:40px var(--pad)}.mv-listcard__grid{display:flex;gap:16px;justify-content:center;align-items:stretch;padding:0 var(--pad) 80px}.mv-listcard__card{background:var(--c-white);flex:1 0;display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px 24px 32px}.mv-listcard__img{height:268px;width:100%;background:50%/cover no-repeat}.mv-listcard__ctitle{width:100%;text-align:left;font-size:42px;line-height:50px;color:var(--c-head)}.mv-listcard__ctext{width:100%;text-align:left;font-size:18px;line-height:26px;color:var(--c-text);flex:1 0 auto;padding-top:8px}.mv-listcard .mv-btn{align-self:center}.mv-listcard--horizontal{display:flex;align-items:stretch}.mv-listcard--horizontal .mv-listcard__title{flex:1 1 48%;max-width:none;margin:0;text-align:left;padding:88px var(--pad);position:-webkit-sticky;position:sticky;top:120px;align-self:flex-start}.mv-listcard--horizontal .mv-listcard__grid{flex:1 1 52%;flex-direction:column;justify-content:flex-start;gap:24px;padding:88px var(--pad) 72px 0}.mv-listcard--horizontal .mv-listcard__img{height:auto;aspect-ratio:4/3}.mv-listcard--horizontal.mv-listcard--mirror-h{flex-direction:row-reverse}.mv-listcard--horizontal.mv-listcard--mirror-h .mv-listcard__grid{padding:88px 0 72px var(--pad)}.mv-resort{background:var(--c-white);min-height:900px;display:flex;gap:24px;align-items:stretch}.mv-resort__text{flex:1 0;display:flex;flex-direction:column;justify-content:center;gap:45px;padding:72px 40px 72px var(--pad)}.mv-resort__title{font-size:64px;line-height:72px;color:var(--c-head)}.mv-resort__body p{font-size:18px;line-height:26px;color:var(--c-text)}.mv-resort__quote{font-family:var(--ff-serif);font-size:24px;line-height:32px;margin-top:26px}.mv-resort .mv-btn{align-self:flex-start}.mv-resort__media{flex:1 0;background:50%/cover no-repeat;min-height:900px}.mv-serv{background:var(--c-cream)}.mv-serv__title{text-align:center;font-size:64px;line-height:72px;color:var(--c-head);max-width:925px;margin:0 auto;padding:40px var(--pad)}.mv-serv__grid{display:flex;gap:16px;justify-content:center;align-items:stretch;padding:0 var(--pad) 80px}.mv-card{background:var(--c-white);flex:1 0;display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px 24px 32px}.mv-card__img{height:268px;width:100%;background:50%/cover no-repeat}.mv-card__title{width:100%;text-align:left;font-size:42px;line-height:50px;color:var(--c-head)}.mv-card__text{width:100%;text-align:left;font-size:18px;line-height:26px;color:var(--c-text);flex:1 0 auto;padding-top:8px}.mv-card .mv-btn{align-self:center}.mv-simpl__head{display:flex;flex-direction:column;align-items:center;gap:40px;text-align:center;padding:72px var(--pad)}.mv-simpl__title{font-size:64px;line-height:72px;color:var(--card-fg)}.mv-simpl__text{font-size:18px;line-height:26px;color:var(--card-fg-soft);max-width:700px}.mv-simpl__strip{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:2px;background:var(--c-border);border:2px solid var(--c-border)}.mv-simpl__strip::-webkit-scrollbar{display:none}.mv-simpl__img{flex:0 0 auto;width:min(580px,86vw);height:460px;background:50%/cover no-repeat;scroll-snap-align:start}.mv-gallery,.mv-gallery__pin{position:relative}.mv-gallery__viewport{overflow:hidden;cursor:-webkit-grab;cursor:grab;background:var(--c-border);border:2px solid var(--c-border)}.mv-gallery__viewport:active{cursor:-webkit-grabbing;cursor:grabbing}.mv-gallery__track{display:flex;gap:2px}.mv-gallery__img{flex:0 0 auto;width:min(580px,86vw);height:460px;position:relative;overflow:hidden;display:block;padding:0;border:0;background:var(--c-border);cursor:pointer}.mv-gallery__cover{position:absolute;inset:0;background:50%/cover no-repeat}.mv-gallery[data-pin=on] .mv-gallery__pin{position:-webkit-sticky;position:sticky;top:0;height:100vh;display:flex;align-items:center}.mv-gallery[data-pin=on] .mv-gallery__img{flex:0 0 auto;width:min(640px,48vw);height:80vh;max-height:760px}.mv-lightbox{--yarl__color_backdrop:rgba(8,38,35,0.96);--yarl__color_button:rgba(255,252,243,0.82);--yarl__color_button_active:#fffcf3;--yarl__color_button_disabled:rgba(255,252,243,0.3);--yarl__counter_color:rgba(255,252,243,0.9);--yarl__thumbnails_container_background_color:rgba(8,38,35,0.96);--yarl__thumbnails_thumbnail_background:transparent;--yarl__thumbnails_thumbnail_border_color:transparent;--yarl__thumbnails_thumbnail_active_border_color:#fffcf3}.mv-cta{background:var(--c-cream);height:560px;padding:64px;overflow:hidden;border-top:2px solid var(--c-border)}.mv-cta,.mv-cta__inner{position:relative;display:flex;align-items:center}.mv-cta__inner{z-index:2;max-width:var(--maxw);margin:0 auto;width:100%;justify-content:space-between;gap:40px}.mv-cta__textcol{position:relative;display:flex;flex-direction:column;gap:32px}.mv-cta__emblem{position:absolute;top:50%;left:0;transform:translateY(-50%);width:360px;height:360px;z-index:0;pointer-events:none}.mv-cta__title{position:relative;z-index:1;font-size:56px;line-height:64px;color:var(--c-green-d);max-width:721px}.mv-cta__text{position:relative;z-index:1;font-size:18px;line-height:26px;color:var(--c-text);max-width:518px}.mv-cta__actions{display:flex;gap:15px;flex:none}.mv-footer{background:var(--c-green);color:var(--c-cream)}.mv-footer__top{display:flex;gap:40px;justify-content:space-between;padding:72px 90px}.mv-footer__col{display:flex;flex-direction:column;gap:24px;flex:1 0}.mv-footer__col p{color:var(--c-cream)}.mv-footer__col a:hover{text-decoration:underline}.mv-footer__col:nth-child(3) p:not(.mv-footer__h) a{font-size:18px;color:rgba(255,252,243,.8)}.mv-footer__logo{height:196px;width:auto}.mv-footer__address{font-size:24px;line-height:32px}.mv-footer__address,.mv-footer__h{font-family:var(--ff-serif);color:var(--c-cream)}.mv-footer__h{font-size:32px;line-height:40px}.mv-footer__contacts{justify-content:space-between;gap:17px}.mv-footer__contacts .mv-btn{align-self:flex-start}.mv-footer__big{font-size:24px;line-height:32px;font-weight:500}.mv-footer__icons{display:flex;gap:24px}.mv-footer__icons img{width:40px;height:40px}.mv-footer__bottom{background:var(--c-white);border-top:2px solid var(--c-border);display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;padding:36px 90px;color:var(--c-border)}.mv-footer__legal{display:flex;gap:33px;font-size:14px}.mv-footer__legal a:hover{text-decoration:underline}.mv-footer__copy{font-size:12px}.mv-split{display:flex;gap:24px;align-items:stretch;min-height:700px}.mv-split--cream{background:var(--c-cream)}.mv-split--white{background:var(--c-white)}.mv-split--green{background:var(--c-green)}.mv-split__text{flex:1 0;display:flex;flex-direction:column;justify-content:center;gap:45px;padding:72px 40px 72px var(--pad)}.mv-split--rev .mv-split__text{order:2;padding:72px var(--pad) 72px 40px}.mv-split--rev .mv-split__media,.mv-split--rev .mv-split__strip{order:1}.mv-split__title{font-size:64px;line-height:72px;color:var(--c-head)}.mv-split__p{font-size:18px;line-height:26px;color:var(--c-text)}.mv-split--green .mv-split__title{color:var(--c-light)}.mv-split--green .mv-split__p{color:var(--c-gray)}.mv-split__media{flex:1 0;background:50%/cover no-repeat}.mv-split__strip{flex:1 0;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2px;gap:2px;background:var(--c-border)}.mv-split__img{background:50%/cover no-repeat}.mv-split .mv-btn{align-self:flex-start}.mv-split--sticky .mv-split__text{position:-webkit-sticky;position:sticky;top:120px;align-self:flex-start}.mv-split--framed{border-bottom:2px solid var(--c-border)}.mv-split--framed .mv-split__media,.mv-split--framed .mv-split__strip{margin:56px var(--pad) 56px 0}.mv-split--framed.mv-split--rev .mv-split__media,.mv-split--framed.mv-split--rev .mv-split__strip{margin:56px 0 56px var(--pad)}.mv-osp-hero{background:var(--c-cream);border-bottom:2px solid var(--c-border);gap:80px;min-height:100vh;padding:170px var(--pad) 88px}.mv-osp-hero,.mv-osp-hero__head{display:flex;flex-direction:column;align-items:center}.mv-osp-hero__head{gap:24px;text-align:center;width:100%;padding:0 var(--pad)}.mv-osp-hero__title{font-size:64px;line-height:72px;color:var(--c-head);width:100%}.mv-osp-hero__sub{font-family:var(--ff-sans);font-weight:500;font-size:18px;line-height:26px;color:var(--c-text);width:700px;max-width:100%}.mv-osp-hero__strip{flex:1 1;min-height:340px;width:100%;display:grid;grid-template-columns:1fr var(--center-fr,1fr) 1fr;grid-gap:2px;gap:2px;background:var(--c-border);border:2px solid var(--c-border)}.mv-osp-hero__strip--accordion{display:flex}.mv-osp-hero__img{background:50%/cover no-repeat;transition:flex-grow .45s cubic-bezier(.2,.6,.2,1)}.mv-osp-hero__strip--accordion .mv-osp-hero__img{flex:1 1;min-width:0;overflow:hidden}.mv-osp-hero__strip--accordion:has(>.mv-osp-hero__img:nth-child(3):last-child):not(:hover) .mv-osp-hero__img:nth-child(2){flex-grow:var(--accordion-grow,2)}.mv-osp-hero__strip--accordion .mv-osp-hero__img:hover{flex-grow:var(--accordion-grow,2)}.mv-osp-hero__strip--accordion:hover .mv-osp-hero__img:not(:hover){flex-grow:var(--accordion-grow-rest,1)}.mv-osp-hero--green{background:var(--c-green)}.mv-osp-hero--green .mv-osp-hero__sub,.mv-osp-hero--green .mv-osp-hero__title{color:var(--c-light)}.mv-osp-rooms{background:var(--c-white);border-bottom:2px solid var(--c-border);padding:72px var(--pad);align-items:center;gap:40px}.mv-osp-rooms,.mv-osp-rooms__head{display:flex;flex-direction:column}.mv-osp-rooms__head{text-align:center;gap:24px}.mv-osp-rooms__title{font-size:64px;line-height:72px;color:var(--c-head)}.mv-osp-rooms__sub{font-size:18px;line-height:26px;color:var(--c-text);max-width:700px;margin:0 auto}.mv-osp-rooms__grid{width:100%;max-width:var(--maxw);display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.mv-room{background:var(--c-cream);display:flex;flex-direction:column;gap:32px;padding:24px 24px 32px}.mv-room__carousel{display:flex;gap:8px;height:252px}.mv-room__photo{flex:1 1;min-width:0;overflow:hidden;background:50%/cover no-repeat;transition:flex-grow .45s cubic-bezier(.2,.6,.2,1)}.mv-room__carousel:has(>.mv-room__photo:nth-child(3):last-child):not(:hover) .mv-room__photo:nth-child(2){flex-grow:2}.mv-room__photo:hover{flex-grow:2}.mv-room__title{font-size:36px;line-height:44px;color:var(--c-head)}.mv-room__desc{font-size:14px;line-height:18px;color:var(--c-text);margin-top:-16px}.mv-room__features{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;grid-column-gap:24px;column-gap:24px;grid-row-gap:4px;row-gap:4px}.mv-room__feature{display:flex;gap:8px;align-items:flex-start;padding-top:8px}.mv-room__feature span{font-size:16px;line-height:24px;color:var(--c-head)}.mv-room__icon{width:24px;height:24px;flex:none}.mv-carousel{position:relative;width:100%;max-width:var(--maxw)}.mv-carousel__track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 0 16px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.mv-carousel__track::-webkit-scrollbar{display:none}.mv-carousel__track.is-dragging{scroll-snap-type:none;scroll-behavior:auto;cursor:-webkit-grabbing;cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mv-carousel__item{flex:0 0 auto;width:calc((100% - 20px)/2);scroll-snap-align:start;transition:transform .35s var(--ease-smooth)}.mv-carousel__item>.mv-room{height:100%;border-radius:14px;overflow:hidden;transition:box-shadow .3s ease,transform .3s ease}.mv-carousel__item:hover>.mv-room{box-shadow:0 8px 26px rgba(var(--c-green-rgb),.09);transform:translateY(-2px)}.mv-carousel__arrow{position:absolute;top:42%;transform:translateY(-50%);z-index:3;width:42px;height:42px;border-radius:999px;cursor:pointer;border:1px solid rgba(var(--c-green-rgb),.18);background:var(--c-light);color:var(--c-green);font-size:22px;line-height:1;padding-bottom:3px;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(var(--c-green-rgb),.12);transition:opacity .25s ease,transform .2s ease,background .2s ease,color .2s ease}.mv-carousel__arrow--prev{left:6px}.mv-carousel__arrow--next{right:6px}.mv-carousel__arrow:hover{background:var(--c-green);color:var(--c-light);transform:translateY(-50%) scale(1.06)}.mv-carousel__arrow:disabled{opacity:0;pointer-events:none}.mv-carousel__dots{display:flex;gap:8px;justify-content:center;align-items:center;margin-top:18px}.mv-carousel__dot{width:8px;height:8px;border-radius:999px;border:0;padding:0;cursor:pointer;background:rgba(var(--c-green-rgb),.22);transition:background .2s ease,width .25s var(--ease-smooth)}.mv-carousel__dot:hover{background:rgba(var(--c-green-rgb),.45)}.mv-carousel__dot.is-active{background:var(--c-green);width:22px}@media(max-width:1100px){.mv-carousel__arrow{display:none}.mv-carousel__item{width:min(380px,86vw)}}.mv-menu-page{max-width:var(--maxw);margin:0 auto;padding:150px var(--pad) 100px}.mv-menu-page__title{text-align:center;font-size:clamp(2rem,4.5vw,56px);color:var(--c-head);margin-bottom:56px}.mv-menu-empty{text-align:center;color:var(--c-text);padding:80px 0}.mv-menu-cat{margin-bottom:56px}.mv-menu-cat__title{font-size:32px;color:var(--c-green-d);border-bottom:2px solid var(--c-border);padding-bottom:12px;margin-bottom:24px}.mv-menu-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:18px;gap:18px}.mv-menu-card{display:flex;gap:16px;background:var(--c-cream);padding:14px;border-radius:6px;transition:transform .2s ease,box-shadow .2s ease}.mv-menu-card:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,.08)}.mv-menu-card__img{width:92px;height:92px;flex:none;background:#ddd 50%/cover no-repeat;border-radius:6px}.mv-menu-card__body{display:flex;flex-direction:column;gap:4px;min-width:0}.mv-menu-card__name{font-family:var(--ff-serif);font-size:22px;line-height:1.15;color:var(--c-head)}.mv-menu-card__desc{font-size:14px;line-height:1.35;color:var(--c-text)}.mv-menu-card__price{font-weight:700;color:var(--c-green)}.mv-menu-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:2px}.mv-menu-tag{font-size:11px;background:var(--c-green);color:var(--c-light);padding:2px 8px;border-radius:999px}.mv-ce-hero{border-bottom:2px solid var(--c-border);display:flex;align-items:stretch;min-height:760px}.mv-ce-hero__text{flex:1 1 44%;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:24px;padding:120px clamp(24px,4vw,40px) 120px var(--pad)}.mv-ce-hero__title{font-size:64px;line-height:72px;color:var(--card-fg)}.mv-ce-hero__sub{font-size:18px;line-height:26px;color:var(--card-fg)}.mv-ce-hero__buttons{display:flex;flex-wrap:wrap;gap:15px;margin-top:21px}.mv-ce-hero__media{flex:1 1 56%;min-width:0;align-self:stretch;min-height:590px;background:50%/cover no-repeat;border-left:2px solid var(--c-border)}.mv-ce-hero--framed{align-items:center;gap:80px;padding:130px var(--pad)}.mv-ce-hero--framed .mv-ce-hero__text{flex:1 0;padding:0}.mv-ce-hero--framed .mv-ce-hero__media{flex:1 0;min-height:560px;border:2px solid var(--c-border)}.mv-ce-caption{position:relative;background:var(--c-white);border-bottom:2px solid var(--c-border);display:flex;flex-direction:column;gap:32px;justify-content:center;min-height:760px;padding:90px var(--pad);overflow:hidden}.mv-ce-caption__watermark{position:absolute;top:90px;left:50%;transform:translateX(-50%);width:322px;height:322px;opacity:.08;z-index:0;pointer-events:none}.mv-ce-caption__top{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:32px}.mv-ce-caption__title{font-size:64px;line-height:72px;color:var(--c-head);max-width:675px}.mv-ce-caption__bottom{position:relative;z-index:1;display:flex;align-items:flex-end;gap:128px}.mv-ce-caption__photo{flex:826 1;min-width:0;height:390px;background:50%/cover no-repeat}.mv-ce-caption__text{flex:358 1;min-width:0;font-size:24px;line-height:32px;color:var(--c-text)}.mv-ce-caption--dark{background:var(--c-green)}.mv-ce-caption--dark .mv-ce-caption__text,.mv-ce-caption--dark .mv-ce-caption__title{color:var(--c-light)}.mv-ce-caption--rev .mv-ce-caption__bottom{flex-direction:row-reverse}.mv-ce-serv{background:var(--c-cream);border-bottom:2px solid var(--c-border);display:flex;align-items:stretch}.mv-ce-serv__head{flex:1 1 48%;display:flex;align-items:flex-start;padding:88px var(--pad);position:-webkit-sticky;position:sticky;top:120px;align-self:flex-start}.mv-ce-serv__title{font-size:64px;line-height:72px;color:var(--c-head)}.mv-ce-serv__cards{flex:1 1 52%;gap:24px;padding:88px var(--pad) 72px 0}.mv-ce-card,.mv-ce-serv__cards{display:flex;flex-direction:column}.mv-ce-card{background:var(--c-white);gap:16px;padding:32px 32px 40px}.mv-ce-card__img{height:260px;background:50%/cover no-repeat}.mv-ce-card__title{font-size:42px;line-height:50px;color:var(--c-head)}.mv-ce-card__text{font-size:18px;line-height:26px;color:var(--c-text)}.mv-ce-partners{background:var(--c-green);color:var(--c-light);display:flex;flex-direction:column;align-items:center;gap:32px;text-align:center;padding:100px var(--pad)}.mv-ce-partners__title{font-size:64px;line-height:72px;color:var(--c-gray)}.mv-ce-partners__sub{font-size:18px;line-height:26px;color:rgba(255,252,243,.8);max-width:700px}.mv-ce-partners__logos{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap;margin-top:16px}.mv-ce-partners__logo{max-height:110px;width:auto}.mv-contacts{background:var(--c-cream);border-bottom:2px solid var(--c-border);display:flex;align-items:center;gap:24px;padding-left:var(--pad)}.mv-contacts__media{flex:1 0;height:662px;background:50%/cover no-repeat}.mv-contacts__text{flex:1 0;display:flex;flex-direction:column;justify-content:center;gap:24px;padding:64px var(--pad) 64px 40px}.mv-contacts__title{font-size:64px;line-height:72px;color:var(--c-head)}.mv-contacts__intro{font-size:18px;line-height:26px;color:var(--c-text);max-width:560px}.mv-contacts__block{display:flex;flex-direction:column}.mv-contacts__label{font-size:32px;line-height:40px}.mv-contacts__label,.mv-contacts__value{font-family:var(--ff-serif);color:var(--c-text)}.mv-contacts__value{font-size:24px;line-height:32px;width:-moz-fit-content;width:fit-content}.mv-contacts__value:hover{text-decoration:underline}.mv-formsec{background:var(--c-green);color:var(--c-light);border-bottom:2px solid var(--c-border);align-items:center;gap:40px;padding:90px var(--pad)}.mv-formsec,.mv-formsec__head{display:flex;flex-direction:column}.mv-formsec__head{text-align:center;gap:16px;max-width:720px}.mv-formsec__title{font-size:56px;line-height:64px;color:var(--c-light)}.mv-formsec__sub{font-size:18px;line-height:26px;color:rgba(255,252,243,.85)}.mv-form{width:100%;max-width:754px;gap:30px}.mv-form,.mv-form__field{display:flex;flex-direction:column}.mv-form__field{gap:8px}.mv-form__label{font-size:16px;line-height:24px;font-weight:500;color:#e2e2e2}.mv-form__input{width:100%;font:inherit;font-size:16px;color:var(--c-light);background:rgba(255,252,243,.05);border:1px solid rgba(255,252,243,.18);border-radius:8px;padding:11px 14px}.mv-form__input::placeholder{color:rgba(255,252,243,.5)}.mv-form__input:focus{outline:2px solid var(--c-light);outline-offset:1px;border-color:rgba(0,0,0,0)}.mv-form__textarea{resize:vertical;min-height:240px}.mv-form__submit{align-self:center;margin-top:2px;background:#f6f6f6;color:#514141}.mv-form__consent{display:flex;gap:16px;align-items:flex-start;font-size:16px;line-height:24px;color:#e2e2e2}.mv-form__consent input{margin-top:1px;flex:none;width:24px;height:24px;accent-color:var(--c-green)}.mv-form__msg{font-size:16px;font-weight:600;margin-top:4px}.mv-form__msg--ok{color:var(--c-light)}.mv-form__msg--err{color:#ffd9d2}.mv-map{background:var(--c-white);border-bottom:2px solid var(--c-border)}.mv-map,.mv-map__head{display:flex;flex-direction:column;gap:8px}.mv-map__head{align-items:flex-start;padding:56px var(--pad)}.mv-map__title{font-size:56px;line-height:64px;color:var(--c-head)}.mv-map__sub{font-size:18px;line-height:26px;color:var(--c-text);max-width:700px}.mv-map__frame{width:100%;height:460px;border:0;display:block}.mv-faqsec{background:var(--c-cream);display:flex;flex-direction:column;align-items:center;gap:40px;padding:72px var(--pad)}.mv-faqsec__head{text-align:center}.mv-faqsec__title{font-size:64px;line-height:72px;color:var(--c-head)}.mv-faq{width:100%;max-width:var(--maxw);display:flex;flex-direction:column;gap:16px;--faq-ease:var(--ease-smooth)}.mv-faq__item{background:var(--c-white);border-radius:8px;padding:16px;transition:box-shadow .3s var(--faq-ease),transform .3s var(--faq-ease)}.mv-faq__item.is-open{box-shadow:0 8px 26px rgba(var(--c-green-rgb),.09)}.mv-faq__q{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--ff-sans);font-weight:700;font-size:24px;line-height:32px;color:var(--c-head);padding:0;transition:color .25s var(--faq-ease)}.mv-faq__item.is-open .mv-faq__q,.mv-faq__q:hover{color:var(--c-green)}.mv-faq__icon{width:24px;height:24px;flex:none;color:var(--c-head);transition:transform .35s var(--faq-ease),color .25s var(--faq-ease)}.mv-faq__item.is-open .mv-faq__icon{transform:rotate(180deg);color:var(--c-green)}.mv-faq__a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .38s var(--faq-ease)}.mv-faq__item.is-open .mv-faq__a{grid-template-rows:1fr}.mv-faq__a-inner{overflow:hidden;min-height:0;opacity:0;transform:translateY(-6px);transition:opacity .3s var(--faq-ease),transform .3s var(--faq-ease)}.mv-faq__item.is-open .mv-faq__a-inner{opacity:1;transform:none;transition-delay:.06s}.mv-faq__a-inner p{margin:0;padding-top:10px;font-size:18px;line-height:26px;color:var(--c-head)}@media(prefers-reduced-motion:reduce){.mv-faq__a,.mv-faq__a-inner,.mv-faq__icon,.mv-faq__item,.mv-faq__q{transition:none}}.mv-richblock{background:var(--c-white);padding:clamp(120px,16vh,180px) var(--pad) 72px;border-bottom:2px solid var(--c-border)}.mv-richblock__inner{max-width:860px;margin:0 auto;font-size:18px;line-height:1.7;color:var(--c-text)}.mv-richblock__inner h2{font-size:40px;line-height:48px;color:var(--c-head);margin:0 0 16px}.mv-richblock__inner h3{font-size:28px;line-height:36px;color:var(--c-head);margin:24px 0 8px}.mv-richblock__inner p{margin:0 0 14px}.mv-richblock__inner ol,.mv-richblock__inner ul{padding-left:24px;margin:0 0 14px}.mv-richblock__inner a{color:var(--c-green);text-decoration:underline}@media(max-width:1100px){.mv-nav__logo img{height:80px}.mv-claim,.mv-cta,.mv-resort{height:auto;min-height:0}.mv-claim{padding-top:100px;padding-bottom:70px}.mv-claim__top{flex-direction:column;align-items:stretch;gap:28px}.mv-claim__paras,.mv-claim__photo{flex:none;width:100%;max-width:100%}.mv-claim__title{font-size:44px;line-height:52px;width:100%;max-width:100%}.mv-claim__inner{position:relative;z-index:0}.mv-claim__titlerow{flex-wrap:wrap;order:-1;position:relative}.mv-claim__title{position:relative;z-index:1}.mv-claim__emblem{display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);width:min(86vw,320px);height:auto;z-index:-1;pointer-events:none}.mv-card1{height:auto;min-height:0;padding-top:100px;padding-bottom:70px}.mv-card1--mirror-h .mv-card1__top,.mv-card1__top{flex-direction:column;align-items:stretch;gap:28px}.mv-card1__paras,.mv-card1__photo{flex:none;width:100%;max-width:100%}.mv-card1--mirror-v .mv-card1__inner,.mv-card1__inner{flex-direction:column;position:relative;z-index:0}.mv-card1--mirror-h .mv-card1__titlerow{flex-direction:row}.mv-card1__titlerow{flex-wrap:wrap;order:-1;position:relative}.mv-card1__title{font-size:44px;line-height:52px;width:100%;max-width:100%;position:relative;z-index:1}.mv-card1__emblem{display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);width:min(86vw,320px);height:auto;z-index:-1;pointer-events:none}.mv-resort{flex-direction:column}.mv-resort__text{padding:56px var(--pad)}.mv-resort__media{min-height:420px}.mv-resort__title{font-size:44px;line-height:52px}.mv-serv__grid{flex-direction:column;align-items:center}.mv-card{width:100%;max-width:460px}.mv-serv__title,.mv-simpl__title{font-size:40px;line-height:48px}.mv-cta{padding:64px var(--pad)}.mv-cta__inner{flex-direction:column;align-items:flex-start}.mv-cta__title{font-size:40px;line-height:48px}.mv-footer__top{flex-wrap:wrap;padding:60px var(--pad)}.mv-footer__col{flex:1 1 40%}.mv-footer__bottom{padding:28px var(--pad)}.mv-osp-hero{min-height:0;padding-top:130px}.mv-osp-food__title,.mv-osp-hero__title,.mv-osp-rooms__title,.mv-osp-split__title{font-size:40px;line-height:48px}.mv-osp-rooms__grid{grid-template-columns:1fr;max-width:560px}.mv-split{flex-direction:column;min-height:0}.mv-split__text{padding:56px var(--pad)}.mv-split--rev .mv-split__media,.mv-split--rev .mv-split__strip,.mv-split--rev .mv-split__text{order:0}.mv-split__media{min-height:360px}.mv-split__strip{min-height:320px}.mv-split--framed .mv-split__media,.mv-split--framed .mv-split__strip{margin:0}.mv-split__title{font-size:40px;line-height:48px}.mv-card2{flex-direction:column;min-height:0}.mv-card2__text{padding:56px var(--pad)}.mv-card2--rev .mv-card2__media,.mv-card2--rev .mv-card2__text{order:0}.mv-card2__media{min-height:360px}.mv-card2--framed .mv-card2__media,.mv-card2--framed.mv-card2--rev .mv-card2__media{margin:0}.mv-card2__title{font-size:40px;line-height:48px}.mv-btn{white-space:normal;max-width:100%;text-align:center}.mv-listcard__grid{flex-direction:column;align-items:center}.mv-listcard__card{width:100%;max-width:460px}.mv-listcard__title{font-size:40px;line-height:48px}.mv-listcard--horizontal,.mv-listcard--horizontal.mv-listcard--mirror-h{flex-direction:column}.mv-listcard--horizontal .mv-listcard__title{position:static;flex:none;padding:56px var(--pad) 0}.mv-listcard--horizontal .mv-listcard__grid{flex:none;padding:32px var(--pad) 56px}.mv-split--sticky .mv-split__text{position:static}.mv-osp-food,.mv-osp-split{flex-direction:column;min-height:0}.mv-osp-food__strip,.mv-osp-split__media{min-height:360px}.mv-osp-food__strip{order:-1}.mv-osp-food__text,.mv-osp-split__text{padding:56px var(--pad)}.mv-ce-hero{flex-direction:column;align-items:stretch;min-height:0;padding:0;gap:0}.mv-ce-hero__text{flex:none;padding:120px var(--pad) 48px}.mv-ce-hero__media{flex:none;min-height:360px;border-left:none;border-top:2px solid var(--c-border)}.mv-ce-hero--framed{padding:0}.mv-ce-hero--framed .mv-ce-hero__text{padding:120px var(--pad) 48px}.mv-ce-hero--framed .mv-ce-hero__media{margin:0}.mv-ce-caption__title,.mv-ce-corsi__title,.mv-ce-hero__title,.mv-ce-partners__title,.mv-ce-serv__title{font-size:40px;line-height:48px}.mv-ce-caption__bottom{flex-direction:column;align-items:stretch;gap:24px}.mv-ce-caption__photo,.mv-ce-caption__text{flex:none;width:100%;max-width:100%}.mv-ce-caption__watermark{width:280px;height:280px;top:60px}.mv-ce-serv{flex-direction:column}.mv-ce-serv__head{padding:56px var(--pad) 0;position:static}.mv-ce-serv__cards{padding:32px var(--pad) 56px}.mv-ce-corsi{flex-direction:column;min-height:0}.mv-ce-corsi__strip{min-height:320px}.mv-ce-corsi__text{padding:56px var(--pad)}.mv-contacts{flex-direction:column;padding-left:0;gap:0}.mv-contacts__media{flex:none;width:100%;height:320px;border-bottom:2px solid var(--c-border)}.mv-contacts__text{padding:56px var(--pad)}.mv-contacts__title,.mv-faqsec__title,.mv-formsec__title,.mv-map__title{font-size:40px;line-height:48px}}@media(max-width:600px){body{font-size:16px}.mv-ce-caption__watermark{width:200px;height:200px;top:40px}.mv-nav__inner{height:90px}.mv-nav__logo img{height:60px}.mv-claim__paras p{font-size:20px;line-height:28px}.mv-simpl__img{height:360px}.mv-footer__col{flex:1 1 100%}.mv-cta__actions{flex-direction:column;width:100%;position:relative;z-index:1}.mv-cta__actions .mv-btn{width:100%}.mv-cta__textcol{position:static}.mv-cta__emblem{width:322px;height:322px;left:50%;top:50%;transform:translate(-50%,-50%)}.mv-osp-hero{padding-bottom:0}.mv-osp-hero__strip{display:flex;gap:2px;min-height:0;height:auto;width:100vw;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mv-osp-hero__strip::-webkit-scrollbar{display:none}.mv-osp-hero__img{flex:0 0 80vw;height:440px;scroll-snap-align:center}@supports(animation-timeline:view()){.mv-osp-hero__img{view-timeline:--mv-heroimg inline;animation:mv-heroimg-focus linear both;animation-timeline:--mv-heroimg;animation-range:cover}}.mv-osp-hero__strip--accordion .mv-osp-hero__img,.mv-osp-hero__strip--accordion .mv-osp-hero__img:nth-child(2){flex:0 0 80vw!important;overflow:visible}.mv-osp-hero__img.mv-reveal{opacity:1;transform:none;transition:none}}@media(max-width:600px)and (prefers-reduced-motion:reduce){.mv-osp-hero__img{animation:none!important;opacity:1!important;filter:none!important}}@media(max-width:600px){.mv-osp-food__strip{grid-template-columns:1fr}.mv-osp-rooms__carousel .mv-carousel__track{flex-direction:column;gap:24px;overflow-x:visible;scroll-snap-type:none;padding:0}.mv-osp-rooms__carousel .mv-carousel__item{width:100%}.mv-osp-rooms__carousel .mv-carousel__arrow,.mv-osp-rooms__carousel .mv-carousel__dots{display:none}.mv-room__carousel{flex-direction:row;height:220px;gap:6px;margin:0 -24px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-x}}@media(max-width:600px){.mv-room__carousel::-webkit-scrollbar{display:none}.mv-room__photo{flex:0 0 86%!important;height:220px;scroll-snap-align:center}.mv-room__features{grid-template-columns:1fr}.mv-faq__q{font-size:20px;line-height:28px}.mv-map__frame{height:360px}}