@charset "UTF-8";.btn:link,.btn:visited{display:inline-block;text-transform:uppercase;text-decoration:none;letter-spacing:.3rem;padding:1.5rem 4rem;border-radius:4rem;transition:all .3s;position:relative}.btn:hover{transform:translateY(-.75rem);box-shadow:0 1rem 2rem #1d1d1d33}.btn:active{transform:translateY(-.25rem);box-shadow:0 .5rem 1rem #1d1d1d33}.btn--white{background-color:#fff;color:#323232}.btn--green{background-color:#006464;color:#fff}.btn:after{content:"";display:inline-block;height:100%;width:100%;border-radius:4rem;position:absolute;top:0;left:0;z-index:-1;transition:all .4s}.btn--white:after{background-color:#fff}.btn:hover:after{transform:scaleX(1.4) scaleY(1.6);opacity:0}@media screen and (max-width: 350px){.btn:link,.btn:visited{letter-spacing:.1rem;padding:1rem 3.5rem}}@keyframes moveInLeft{0%{opacity:0;transform:translate(-10rem)}80%{transform:translate(1rem)}to{opacity:1;transform:translate(0)}}@keyframes moveInRight{0%{opacity:0;transform:translate(10rem)}80%{transform:translate(-1rem)}to{opacity:1;transform:translate(0)}}@keyframes moveInBottom{0%{opacity:0;transform:translateY(3rem)}to{opacity:1;transform:translate(0)}}@keyframes moveInTop{0%{opacity:0;transform:translateY(-3rem)}to{opacity:1;transform:translate(0)}}*,*:after,*:before{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%;background-color:#f0f0f0;scroll-behavior:smooth;scroll-padding-top:8rem;overflow-x:hidden}body{box-sizing:border-box;text-rendering:optimizeSpeed;min-height:100vh;overflow-x:hidden;position:relative}img{width:100%;display:block}body{font-family:Spectral,serif;font-weight:300;font-size:2.2rem;line-height:4.5rem}h1{display:flex;justify-content:center;font-weight:500;font-size:5.8rem;line-height:9.6rem;text-transform:uppercase}h2{display:flex;justify-content:center;font-weight:300;font-size:4.5rem;line-height:7.7rem;text-transform:uppercase}h3{font-size:3.6rem;line-height:6.5rem;font-weight:300}h4{font-size:2.8rem;line-height:5.3rem;font-weight:300}.subtext{font-size:1.6rem;line-height:2.7rem}p{font-size:2.2rem;line-height:4.5rem}hr{color:#f5f5f5}@media screen and (max-width: 640px){body,p{font-size:1.8rem;line-height:2.8rem}h1{font-size:4.7rem;line-height:6.9rem}h2{font-size:3.1rem;line-height:4.9rem}h3,h4{font-size:2.3rem;line-height:3.7rem}}@media only screen and (min-width: 641px) and (max-width: 1007px){body,p{font-size:2rem;line-height:3.3rem}h1{font-size:5.2rem;line-height:7.8rem}h2{font-size:4.1rem;line-height:6.3rem}h3{font-size:3.2rem;line-height:5rem}h4{font-size:2.5rem;line-height:4rem}}@media only screen and (min-width: 1008px) and (max-width: 1919px){body,p{font-size:2rem;line-height:3.5rem}h1{font-size:5.2rem;line-height:8.1rem}h2{font-size:4.1rem;line-height:6.5rem}h3{font-size:3.2rem;line-height:5.2rem}h4{font-size:2.5rem;line-height:4.3rem}}.u-padding-top-small{padding-top:2rem}.u-padding-bottom-small{padding-bottom:2rem}.bg-secondary{background-color:#e1e1e1}.full-bleed{box-shadow:0 0 0 100vmax #e1e1e1;clip-path:inset(0 -100vmax)}dialog{width:76%;background:white;border-radius:1rem;padding:4rem 2rem;display:block;position:absolute;top:2%;left:12%;z-index:1}dialog p{margin-top:1rem;text-align:center}dialog button{display:block;margin:auto;background:rgb(0,75,75);color:#fff;padding:2rem 3rem;border:none;border-radius:1rem;margin-top:1.2rem;cursor:pointer;text-transform:uppercase}dialog button:hover{background:rgb(0,100,100)}.hide{display:none}.header{display:flex;justify-content:center;flex-direction:column;min-height:100vh;background-image:linear-gradient(to right bottom,rgba(0,75,75,.4),rgba(0,100,100,.8)),url(/images/dsc08521-min-wide.jpg);background-size:cover;background-position:top}.header .success-dialog{position:absolute;top:0;left:50%;margin-top:15rem;margin-left:-13rem;padding:2rem;font-weight:700;color:#006464;text-align:center;border-radius:2rem;border:none}.header .success-dialog button{position:absolute;top:-4rem;right:-4rem;margin-top:.5rem;margin-right:1rem;border:none;background-color:#fff;color:#006464;font-size:1.6rem;padding:.8rem 1.2rem;border-radius:50%;font-weight:700}.header__contact{display:block;position:absolute;top:0;right:0;margin-right:4.8rem;margin-top:2.4rem;color:#fff;line-height:1.8}.header__contact span{margin-right:1.4rem}.header__contact span svg{width:2rem;height:2rem;position:relative;top:.4rem;fill:#fff}.header__contact span svg:last-child{margin-left:1rem}.header__contact a{text-decoration:none;color:#fff}.header__title{display:grid;justify-content:end;flex-direction:column;text-align:center;margin-right:48rem}.header__title h1{display:block;font-size:9.6rem;font-weight:200;letter-spacing:1.6rem;color:#fff;animation-name:moveInLeft;animation-duration:1s;animation-timing-function:ease-out}.header__title br{margin-bottom:1.6rem}.header__title h4{font-weight:300}.header__cta{display:block;justify-content:start;position:relative;margin-top:4rem;animation-name:moveInLeft;animation-duration:1s;animation-timing-function:ease-out}@media screen and (max-width: 2400px){.header{background-image:linear-gradient(to right bottom,rgba(0,75,75,.4),rgba(0,100,100,.8)),url(/images/dsc08521-min.jpg);background-size:cover;background-position:top}}@media screen and (max-width: 2400px){.header__title{margin-right:32rem}}@media screen and (max-width: 2200px){.header__title{margin-right:24rem}}@media screen and (max-width: 1920px){.header__title{margin-right:16rem}}@media screen and (max-width: 1600px){.header__title{margin-right:16rem}.header__title h1{display:flex;font-size:6.5rem;letter-spacing:1.2rem;line-height:9.7rem}.header__title br{margin-bottom:.4rem}.header__title h4{font-size:2rem}.header__cta{margin-top:2rem}}@media screen and (max-width: 1400px){.header__title{margin-right:6rem}.header__title h1{display:flex;font-size:6.5rem;letter-spacing:1.2rem;line-height:9.7rem}}@media screen and (max-width: 1200px){.header__title{margin-right:4rem}}@media screen and (max-width: 1024px){.header{display:grid;grid-template-rows:auto 1fr;align-items:center;justify-content:center;background-image:linear-gradient(to right bottom,rgba(0,75,75,.8),rgba(0,100,100,.6)),url(/images/dsc08493-mob-min.jpg)}.header__contact{margin-top:2.4rem;margin-right:0;position:relative;text-align:center;display:grid}.header__title{margin:0}.header__title br{margin-bottom:.4rem}.header__title h4{font-size:2rem}.header__cta{margin-top:2rem}}@media screen and (max-width: 640px){.header__title h1{font-size:4rem;letter-spacing:.2rem;line-height:6rem}}.footer{display:grid;justify-content:center;align-items:center;background-color:#323232;padding:8rem}.footer h3{color:#fff;margin-bottom:2rem;text-transform:uppercase;letter-spacing:1rem;font-weight:200}.footer h3 span{margin-right:2rem}.footer p{color:#fff}.footer p span{margin-right:1.5rem}.footer p span svg{width:2rem;height:2rem;position:relative;top:.4rem;fill:#fff}.footer p a{text-decoration:none;color:#fff}@media only screen and (max-width: 640px){.footer{display:flex;flex-direction:column;align-items:start;padding:2rem}.footer h3{margin-bottom:2rem;letter-spacing:.6rem;text-align:center}.footer h3 span,.footer p span{margin-right:.8rem}.footer p span svg{width:1.6rem;height:1.6rem;position:relative;top:.2rem;fill:#fff}}.about-us{display:grid;grid-template-columns:1.5fr 1fr;column-gap:12rem;padding:16rem 40rem}.about-us img{width:100%;height:100%;object-fit:cover;box-shadow:#00000059 0 5px 15px;border-radius:1rem}.about-us__description{display:grid;grid-template-rows:1fr auto 2fr}.about-us__description--title{display:flex;align-items:center;justify-content:center}.about-us__description--icon-box{display:flex;justify-content:center;align-items:center}.about-us__description--icon-box #paw{width:8rem;fill:#004b4b}.about-us__description--text{display:flex;align-items:center;padding:4rem 0}@media screen and (max-width: 2600px){.about-us{column-gap:8rem;padding:16rem 24rem}.about-us>.about-us__description>.about-us__description--text{padding:4rem 0}}@media screen and (max-width: 2150px){.about-us{padding:16rem}.about-us>.about-us__description>.about-us__description--icon-box>#paw{width:6rem}}@media screen and (max-width: 1400px){.about-us{column-gap:5.6rem;padding:7.2rem 8.8rem}.about-us__description{grid-template-rows:auto}.about-us>.about-us__description>.about-us__description--title{padding-top:4rem;padding-bottom:1.6rem}.about-us>.about-us__description>.about-us__description--icon-box>#paw{width:4.8rem}.about-us>.about-us__description>.about-us__description--text{padding:4rem 0 0}}@media only screen and (max-width: 1000px){.about-us{grid-template-columns:1fr}}@media only screen and (min-width: 641px) and (max-width: 809px){.about-us{padding:5.6rem 4.8rem}}@media only screen and (max-width: 640px){.about-us{padding:3.2rem 2.4rem}.about-us>.about-us__description>.about-us__description--title{padding-top:2.4rem;padding-bottom:1.6rem}.about-us>.about-us__description>.about-us__description--text{padding:2rem 0 0}.about-us>.about-us__description>.about-us__description--icon-box>#paw{width:3.2rem}}.nav{background:rgb(255,255,255);position:fixed;left:0;box-shadow:0 0 3em #00000026;transform:translate(-100%);transition:transform .3s cubic-bezier(.5,0,.5,1);z-index:999}.nav__list{list-style:none;margin:0;display:flex;flex-direction:column;height:100vh;padding:3em 6em}.nav__item{margin-bottom:3em}.nav__link{text-decoration:none;color:#323232}.nav__link:hover{text-decoration:underline;color:#004b4b}.nav__toggle{position:fixed;width:7rem;top:50%;right:0;transform:translate(100%);background:rgb(255,255,255);padding:2.5rem 1.5rem;border:0;border-radius:0 .25em .25em 0;box-shadow:0 0 3em #00000026;cursor:pointer}.nav .hamburger{display:block;position:relative}.nav .hamburger,.nav .hamburger:before,.nav .hamburger:after{width:4rem;height:3px;background:rgb(50,50,50)}.nav .hamburger:before,.nav .hamburger:after{content:"";position:absolute;left:0}.nav .hamburger:before{bottom:8px}.nav .hamburger:after{top:8px}.nav-open .nav{transform:translate(0)}.nav-open .hamburger{transform:rotate(45deg)}.nav-open .hamburger:before{opacity:0}.nav-open .hamburger:after{transform:rotate(90deg) translate(-8px)}@media screen and (max-width: 640px){.nav{right:0;transform:translate(100%);margin-left:12rem}.nav__toggle{margin-top:.8rem;margin-left:-.8rem;width:4rem;top:0;left:0;transform:translate(-100%);padding:1.5rem .5rem;border-radius:.25em}.nav__list{padding:1.5em 3em}.nav .hamburger,.nav .hamburger:before,.nav .hamburger:after{width:3rem;height:2px}.nav .hamburger:before{bottom:7px}.nav .hamburger:after{top:7px}}@media screen and (min-width: 641px) and (max-width: 1007px){.nav{right:0;transform:translate(100%);margin-left:32rem}.nav__toggle{margin-top:1.6rem;margin-left:-1.6rem;width:5rem;top:0;left:0;transform:translate(-100%);padding:2rem 1rem;border-radius:.25em}.nav__list{padding:1.5em 3em}.nav .hamburger,.nav .hamburger:before,.nav .hamburger:after{width:3rem;height:2px}.nav .hamburger:before{bottom:7px}.nav .hamburger:after{top:7px}}.facilities{display:grid;grid-template-rows:auto 1fr;row-gap:2rem;padding:2rem 2.4rem 3.2rem}.facilities__cards{display:grid;grid-template-columns:1fr;gap:1.6rem}.facilities .card{display:grid;grid-template-rows:auto 1fr;background-color:#fff;padding:1.6rem 1.2rem;box-shadow:#0000003d 0 3px 8px;transition:.3s;border:solid .2rem transparent;border-radius:1rem}.facilities .card__image{display:flex;justify-content:center}.facilities .card__image svg{width:4rem;height:4rem;fill:#004b4b}.facilities .card__body{margin-top:2rem}.facilities .card__body h4{text-align:center;margin-bottom:1rem}.facilities .card__body p{padding-top:2rem}.facilities .card:hover{border:solid .2rem rgb(0,100,100)}@media screen and (min-width: 650px){.facilities{padding:5.6rem 4.8rem}.facilities .card{padding:3.2rem}.facilities .card svg{width:6rem;height:6rem}}@media screen and (min-width: 800px){.facilities{padding:5.6rem 4.8rem}.facilities>.facilities__cards{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1100px){.facilities{padding-top:8rem;padding-bottom:8rem}.facilities>.facilities__cards{gap:2.4rem}}@media screen and (min-width: 1536px){.facilities>.facilities__cards{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 2200px){.facilities{padding-left:6rem;padding-right:6rem}.facilities .card{padding:4.8rem}.facilities>.facilities__cards{grid-template-columns:repeat(4,1fr);gap:3.2rem}}@media screen and (min-width: 2900px){.facilities>.facilities__cards{grid-template-columns:repeat(5,1fr)}}.gallery{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:16rem 32rem;gap:1.2rem;grid-auto-flow:dense;background-color:#e1e1e1;padding:1.2rem}.gallery__item{width:100%;height:100%;position:relative;text-align:center;z-index:1}.gallery__image{width:100%;height:100%;overflow:hidden}.gallery__image img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 50%;cursor:pointer;transition:.3s ease-in-out}.gallery-lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.8);display:none;align-items:center;justify-content:center;z-index:2}.gallery-lightbox__content{max-height:90vh;max-width:75vw;background:black;padding:1rem;position:relative}.gallery-lightbox__content img{max-height:80vh;max-width:75vw}.gallery-lightbox__content .close{position:absolute;width:2rem;height:2rem;padding:1.5rem;background:red;top:-1rem;right:-1rem;border-radius:50%;text-decoration:none;display:flex;align-items:center;justify-content:center}.gallery-lightbox__content .close:after{content:"X";color:#fff;font-weight:700}.gallery-lightbox:target{display:flex}.col-span-1{grid-column:span 1}.col-span-2{grid-column:span 2}.col-span-3{grid-column:span 3}.col-span-4{grid-column:span 4}.col-span-5{grid-column:span 5}.col-span-6{grid-column:span 6}.row-span-1{grid-row:span 1}.row-span-2{grid-row:span 2}.row-span-3{grid-row:span 3}.row-span-4{grid-row:span 4}.row-span-5{grid-row:span 5}.row-span-6{grid-row:span 6}@media screen and (max-width: 2500px){.gallery{grid-template-columns:repeat(9,1fr)}}@media screen and (max-width: 1920px){.gallery{grid-template-columns:repeat(6,1fr)}}@media screen and (max-width: 1400px){.gallery{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width: 1200px){.gallery{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width: 1000px){.gallery{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 800px){.gallery{grid-template-columns:1fr}.col-span-1,.col-span-2,.col-span-3,.col-span-4,.col-span-5,.col-span-6{grid-column:span 1}}.location{display:grid;row-gap:8rem;grid-template-rows:auto 1fr;padding:8rem 16rem 12rem}.location__wrapper{display:grid;grid-template-columns:61.8% 38.2%}.location__mapframe{display:block;padding-right:4rem}.location__mapframe iframe{width:100%;height:100%;min-height:50rem;border:solid .2rem rgb(0,100,100);border-radius:1rem;box-shadow:#00000059 0 5px 15px}.location__text{display:flex;flex-direction:column;gap:2rem;padding-left:4rem;padding-right:4rem}.location__text span{margin-right:1.5rem}.location__text span svg{width:2rem;height:2rem;position:relative;top:.1rem;fill:#004b4b}@media only screen and (max-width: 1400px){.location{padding:7.2rem 8.8rem;row-gap:4rem}.location__mapframe{padding-right:4rem;padding-bottom:2rem;margin-bottom:2rem}.location__mapframe iframe{min-height:50rem}.location__text{gap:1rem;padding-left:0;padding-right:0}}@media only screen and (max-width: 1000px){.location{padding:5.6rem 4.8rem;row-gap:2rem}.location__wrapper{grid-template-rows:1fr;grid-template-columns:1fr}.location__mapframe{padding-right:0;padding-bottom:2rem;margin-bottom:2rem}.location__mapframe iframe{min-height:40rem}.location__text{gap:1rem;padding-left:0;padding-right:0}}@media only screen and (max-width: 640px){.location{padding:3.2rem 2.4rem;row-gap:2rem}.location__wrapper{grid-template-rows:1fr;grid-template-columns:1fr}.location__mapframe{padding-right:0;padding-bottom:2rem}.location__mapframe iframe{min-height:40rem}.location__text{gap:1rem;padding-left:0;padding-right:0}}.contact{padding:12rem 56rem;background-image:linear-gradient(to right bottom,rgba(0,75,75,.9),rgba(0,100,100,.8))}.contact__container{padding:8rem 24rem;background-color:#f5f5f5;border-radius:1rem;box-shadow:#00000059 0 5px 15px}.contact fieldset{display:contents}.contact .form{display:grid;gap:1.6rem;grid-template-columns:1fr 1fr 1fr;margin-top:4rem}.contact .form__group{display:grid}.contact .form__group label{color:#323232;font-size:1.8rem}.contact .form__group input,.contact .form__group textarea{margin-top:1.2rem}.contact .form__group input,.contact .form__group select,.contact .form__group textarea{background-color:#fff;padding:.8rem;font-size:1.6rem;border:solid 1px rgb(200,200,200);font-family:Arial,Helvetica,sans-serif;border-radius:1rem}.contact .form__group--full-width{grid-column:1/-1}.contact .form hr{margin-top:2rem}.contact .alert{display:block}.contact .alert--danger{list-style:inside;color:maroon}.contact .alert--success{list-style:inside;color:#006400}.contact button{background-color:#006464;border:none;color:#fff;padding:1.5rem 4rem;border-radius:4rem;font-family:Spectral,serif;font-weight:100;text-transform:uppercase;letter-spacing:.3rem;transition:all .3s;cursor:pointer}.contact button:hover{transform:translateY(-.75rem);box-shadow:0 1rem 2rem #1d1d1d33}@media only screen and (max-width: 2800px){.contact{padding:12rem 40rem}.contact__container{padding:8rem 24rem}}@media only screen and (max-width: 2200px){.contact{padding:12rem 32rem}.contact__container{padding:8rem 16rem}}@media only screen and (max-width: 1920px){.contact{padding:12rem 16rem}}@media only screen and (max-width: 1500px){.contact{padding:8rem 12rem}.contact__container{padding:8rem}.contact .form__group label{font-size:1.6rem}.contact .form__group input,.contact .form__group textarea{margin-top:.8rem}}@media only screen and (max-width: 1000px){.contact{padding:4rem 2rem}.contact .form{gap:.8rem;margin-top:2rem}}@media only screen and (max-width: 850px){.contact__container{padding:4rem 2rem}.contact .form{grid-template-columns:1fr}.contact .form button{background-color:#006464;border:none;color:#fff;padding:1.5rem 4rem;border-radius:4rem;font-family:Spectral,serif;font-weight:100;text-transform:uppercase;letter-spacing:.3rem;transition:all .3s;cursor:pointer}}@media only screen and (max-width: 650px){.contact{padding:5.6rem 4.8rem}.contact__container{padding:2rem}}@media only screen and (max-width: 640px){.contact{padding:2.4rem .8rem}}.pricing{padding:8rem 0}.pricing .pricing-container{max-width:900px;margin:auto;background:#fff;padding:2rem;border-radius:12px;box-shadow:#0000003d 0 3px 8px}.pricing h2{text-align:center;margin-bottom:1rem}.pricing table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}.pricing th,.pricing td{padding:1rem;text-align:left;border-bottom:1px solid #ddd}.pricing th{background-color:#f0f5f2;color:#333}.pricing tr:last-child td{border-bottom:none}.pricing .note{font-style:italic;color:#666;margin-bottom:2rem}.pricing .info{background:#f4f4f4;padding:1rem;border-left:4px solid #4a8b5e;border-radius:6px}.pricing .info li{margin-bottom:.5rem;list-style:inside}@media (max-width: 640px){.pricing{padding:2.5rem 1.5rem}}.booking-info{display:flex;flex-wrap:wrap;gap:4rem;margin:0 auto;padding:8rem 2rem;max-width:1200px;border-radius:12px}.booking-column{flex:1 1 300px;padding:2rem;border-radius:8px;background:#ffffff;box-shadow:#0000003d 0 3px 8px}.booking-column h2{color:#2c3e50;margin-bottom:.5rem}.booking-column p{margin-bottom:1rem;font-size:2rem;color:#333}.booking-column ul{list-style:none;padding:0;margin:0}.booking-column li{margin-bottom:.5rem}.booking-column .contact-link{color:#07c;text-decoration:underline}.booking-column .contact-link:hover{text-decoration:none}@media (max-width: 768px){.booking-info{flex-direction:column;padding:2.5rem 1.5rem;gap:2rem}}.app-download{padding:9rem;background:#004b4b;background:linear-gradient(135deg,rgb(0,75,75) 0%,rgb(0,102,102) 50%,rgb(0,140,140) 100%)}.app-download-container{text-align:center;margin:0 auto;padding:2rem;background:#fff;border-radius:12px;max-width:900px;box-shadow:#0000003d 0 3px 8px}.app-download-container h2{margin-bottom:.5rem}.app-download-container p{color:#444;margin-bottom:1.5rem}.app-download-container .note{font-weight:900;color:#333;margin-top:1.5rem;margin-bottom:2rem;font-size:2.4rem!important}.store-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.store-button img{height:50px;transition:transform .2s ease}.store-button img:hover{transform:scale(1.05)}.qr-code p{margin-bottom:.5rem;color:#333}.qr-wrapper{display:flex;justify-content:center}.qr-wrapper img{height:140px;width:140px}.pc-link p{margin-top:1.5rem}.pc-link a{color:#07c;text-decoration:underline}.pc-link a:hover{text-decoration:none}@media (min-width: 600px){.download-content{flex-direction:row;justify-content:center;align-items:flex-start}}@media (max-width: 640px){.app-download{padding:2.5rem 1.5rem}}
