@import url(https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Cabin:ital,wght@0,400..700;1,400..700&display=swap);*,::after,::before{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#__next,#root{isolation:isolate}h1,h2,h3,h4,h5,h6{line-height:1;font-family:Abhaya Libre,serif}h1,h2,h4{color:#1a2762}h1{font-size:4.25rem}h2{font-size:3rem}h3{font-size:2.6rem;color:#fff}h4{font-size:1rem}.e-section-heading{text-align:center}.e-section-heading h2{display:inline-block;padding-bottom:3rem;margin-bottom:4rem;position:relative}.e-section-heading h2::before{content:"";display:block;height:1px;width:75%;background-color:#979797;transform:translateX(-50%);position:absolute;left:50%;bottom:0}.e-footer-title{font-family:cabin,sans-serif;margin-bottom:2rem}@media (min-width:768px){.e-footer-title{margin-top:3rem}}a{color:#1a2762;text-decoration:underline}a:hover{opacity:.8}body{color:#888;font-family:cabin,sans-serif;line-height:2;font-size:15px}input,select,textarea{padding:.5rem 1rem;min-height:52px;border-radius:.125rem;border:none;background-color:#f6f5f5}input:focus,select:focus,textarea:focus{outline:3px solid hsla(229,49%,15%,.8)}input{width:100%}input[type=submit]{border-radius:.125rem;border-radius:.2rem;cursor:pointer}.o-row{display:flex;width:100%;gap:1.5rem;flex-direction:column}.o-row--justify-between{justify-content:space-between}.o-row--justify-center{justify-content:center}.o-row--justify-end{justify-content:flex-end}.o-row--align-center{align-items:center}@media (min-width:768px){.o-row{flex-direction:row}.o-row--reverse{flex-direction:row-reverse}}.o-grid{display:grid;gap:1.5rem}@media (min-width:768px){.o-grid{gap:1.5rem}.o-grid--col-2{grid-template-columns:repeat(2,1fr)}.o-grid--col-4{grid-template-columns:repeat(2,1fr)}}@media (min-width:999px){.o-grid--col-4{grid-template-columns:repeat(4,1fr)}}.o-container{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (min-width:768px){.o-container{padding-left:2rem;padding-right:2rem}}.c-header__top{background-color:#f6f5f5;padding-top:2rem;padding-bottom:2rem}.c-header__top-content{display:flex;justify-content:space-between;align-items:center}.c-header__bottom{display:none}@media (min-width:768px){.c-header__top{margin-bottom:1.5rem}.c-header__top-content{display:grid;grid-template-columns:1fr auto 1fr}.c-header__bottom{display:flex;justify-content:space-between;margin-bottom:1.5rem}}@media (max-width:768px){.c-header__top-content .c-socials{display:none}}.c-header__bottom-content{display:flex}.c-header__bottom-content img{width:19px;margin-right:1rem}.c-logo{min-width:180px}@media (min-width:768px){.c-logo{min-width:320px}}.c-navigation{margin-left:auto}.c-navigation__button{border:none;background-color:transparent;display:flex;align-items:center;gap:1rem;font-size:1.5rem;color:#1a2762;cursor:pointer}@media (max-width:600px){.c-navigation .c-navigation__button>span:first-child{display:none}}.c-hamburger{display:block;width:50px;height:50px;display:grid;place-items:center;border-radius:50%;background-color:hsla(229,58%,24%,.1);gap:.5rem}.c-hamburger__bars{display:block;height:.25rem;width:1.5rem;background-color:#1a2762;position:relative}.c-hamburger__bars::after,.c-hamburger__bars::before{content:"";display:block;height:.25rem;width:1.5rem;background-color:#1a2762;position:absolute}.c-hamburger__bars::before{top:-8px}.c-hamburger__bars::after{top:8px}.c-button{display:inline-block;padding:.5rem 2rem;text-decoration:none;font-weight:500;border-radius:.25rem;border-width:2px;border-style:solid;transition:.2s ease-in-out}.c-button--primary{background-color:#1a2762;color:#fff;border-color:#1a2762}.c-button--primary:hover{background-color:#131a38;border-color:#131a38}.c-button--secondary{background-color:#bca269;color:#fff;border-color:#bca269}.c-button--secondary:hover{background-color:#80662f;border-color:#80662f}.c-button--accent{background-color:#81b761;color:#fff;border-color:#81b761}.c-button--accent:hover{background-color:#4c7932;border-color:#4c7932}.c-button--outline{border-color:#1a2762}.c-button--outline:hover{background-color:#1a2762;color:#fff}.c-button--outlinewhite{border-color:#fff;color:#fff}.c-button--outlinewhite:hover{background-color:#fff;color:#1a2762}.c-button--icon{display:inline-flex;gap:.5rem;align-items:center;text-decoration:underline;text-decoration-color:#bca269}.c-button+.c-button{margin-left:1rem}.c-socials{display:flex;gap:.5rem}.c-socials__item{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background-color:hsla(229,58%,24%,.1);transition:.2s ease-in-out;border:1px solid transparent}.c-socials__item:hover{background-color:#fff;border-color:#1a2762}.c-hero{background-image:linear-gradient(rgba(255,255,255,.5),#fbfbfb),url(./images/2c2ac6485c387001632cf04488edd2331dae70db.png);background-size:cover;background-position:center bottom 20%}.c-hero__content{padding-top:4rem;padding-bottom:4rem;max-width:400px}.c-hero__content p{margin-top:1rem;margin-bottom:1.5rem}@media (min-width:768px){.c-hero{background-image:linear-gradient(-90deg,rgba(255,255,255,0) 40%,rgba(251,251,251,.9) 90%),url(/images/2c2ac6485c387001632cf04488edd2331dae70db.png);padding-bottom:212px}}.c-reservation{background-color:#131a38;color:#9ea2b7;padding-top:4rem;padding-bottom:4rem}@media (min-width:768px){.c-reservation div>div:last-child{text-align:right}}.c-reservation h2{color:#fff;font-size:1.5rem;font-family:cabin,sans-serif}.c-reservation__content{margin-bottom:1.5rem}.c-reservation__phonelink{color:#bca269;display:flex;gap:.5rem;align-items:center;text-decoration:none;font-size:1.5rem}.c-reservation__phonelink img{width:1.2rem}@media (min-width:768px){.c-reservation__phonelink{justify-content:flex-end}}@media (min-width:768px){.c-reservation{padding-top:2rem;padding-bottom:2rem;background-color:hsla(229,49%,15%,.8);margin-top:-212px}}.c-imagetitle{position:relative;max-width:470px;aspect-ratio:2/1;width:100%}@media (min-width:768px){.c-imagetitle--left{margin-left:2rem}.c-imagetitle--right{margin-right:2rem}}.c-imagetitle__title{position:absolute;bottom:0;padding:1.5rem}.c-imagetitle__title--left{background-color:hsla(41,38%,57%,.9)}.c-imagetitle__title--right{background-color:hsla(98,37%,55%,.9)}@media (min-width:768px){.c-imagetitle__title--right{right:0}}.c-imagetitle__image{position:absolute;top:0;width:calc(100% - 2rem);height:calc(100% - 2rem);object-fit:cover;box-shadow:12px 24px 44px hsla(0,0%,3%,.3);right:0}@media (min-width:768px){.c-imagetitle__image--left{left:0}}.c-testimonials{background-image:linear-gradient(#fff 50%,rgba(251,251,251,.7)),url(/images/4d2bed8ae52be1ba92240067afd6583b47d499b8.png);padding-top:4rem;padding-bottom:4rem;text-align:center}.c-testimonials__content{max-width:670px}.c-testimonials__quote{margin-top:1.5rem;margin-bottom:1.5rem;font-size:1.5rem;font-style:italic;color:#979797;line-height:1.5}.c-cta{background-image:linear-gradient(rgba(0,0,0,.5) 30%,rgba(0,0,0,.5)),url(/images/e25151beb798d9377fbdfd2a2f443ea21207f0f7.png);background-size:cover;padding-top:4rem;padding-bottom:4rem;border-bottom:12px solid #1a2762}.c-cta__title{color:#fff}.c-cta__buttons{display:flex;justify-content:end;align-items:end}@media (min-width:768px){.c-cta{padding-top:270px}.c-cta__title{font-size:3.8rem}}@media (max-width:768px){.c-cta .c-button--outlinewhite{margin-left:0;margin-top:1.5rem}.c-cta__title{text-align:center}.c-cta__buttons{flex-direction:column;align-items:center}}.c-footerbottom{border-top:1px solid #eef1ec;padding-top:2rem;padding-bottom:2rem}.c-footerlogo{width:240px;margin-bottom:2rem}.c-footeraddress{color:#1a2762;font-weight:700;font-style:normal}.c-footer-grid{display:grid;gap:2rem}@media (min-width:768px){.c-footer-grid{grid-template-columns:1fr 160px 1fr 1fr}}footer .c-reservation__phonelink{justify-content:flex-start;margin-top:1.5rem}.c-footer-menu{padding-left:0;list-style-type:none}.c-newsletterform{margin-top:1rem;position:relative}.c-newsletterform input:not([type=submit]){padding-right:52px}.c-newsletterform input[type=submit]{position:absolute;right:0;top:0;z-index:10;width:52px;background-image:url(/images/icons/paperplane.svg);background-size:1.5rem;background-repeat:no-repeat;background-position:center;background-color:none;transition:.2s ease-in-out}.c-newsletterform input[type=submit]:hover{background-color:#dedee5}.c-footermap{background-image:url(/images/48982e449aaae8a17ad1056fb2f9171d85ae3b35.png);height:270px;background-position:center;background-size:2000px;position:relative}.c-footermap__marker{position:absolute;top:30%;left:50%;transform:translateX(-50%)}.c-offcanvasmenu{visibility:hidden;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;background-color:hsla(229,49%,15%,.8);transform:translateY(-100%);opacity:0;transition:.5s ease-in-out;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center}.c-offcanvasmenu__close{width:3rem;height:3rem;background:0 0;border:none;position:relative;margin-bottom:4rem}.c-offcanvasmenu__nav ul{list-style-type:none;padding-left:0;text-align:center;display:grid;gap:1.5rem}.c-offcanvasmenu__nav ul a{text-decoration:none;color:#fff;font-size:1.5rem;font-weight:500}.c-offcanvasmenu--open{visibility:visible;transform:translateY(0);opacity:1}.u-mt-xxs{margin-top:.25rem}.u-mt-xs{margin-top:.5rem}.u-mt-sm{margin-top:1rem}.u-mt-md{margin-top:1.5rem}.u-mt-lg{margin-top:2rem}.u-mt-xl{margin-top:3rem}.u-mt-xxl{margin-top:4rem}.u-mt-xxxl{margin-top:6rem}.u-mb-xxs{margin-bottom:.25rem}.u-mb-xs{margin-bottom:.5rem}.u-mb-sm{margin-bottom:1rem}.u-mb-md{margin-bottom:1.5rem}.u-mb-lg{margin-bottom:2rem}.u-mb-xl{margin-bottom:3rem}.u-mb-xxl{margin-bottom:4rem}.u-mb-xxxl{margin-bottom:6rem}.u-mr-xxs{margin-right:.25rem}.u-mr-xs{margin-right:.5rem}.u-mr-sm{margin-right:1rem}.u-mr-md{margin-right:1.5rem}.u-mr-lg{margin-right:2rem}.u-mr-xl{margin-right:3rem}.u-mr-xxl{margin-right:4rem}.u-mr-xxxl{margin-right:6rem}.u-ml-xxs{margin-left:.25rem}.u-ml-xs{margin-left:.5rem}.u-ml-sm{margin-left:1rem}.u-ml-md{margin-left:1.5rem}.u-ml-lg{margin-left:2rem}.u-ml-xl{margin-left:3rem}.u-ml-xxl{margin-left:4rem}.u-ml-xxxl{margin-left:6rem}.u-flex-1{flex:1}html{scroll-behavior:smooth}