.call-to-action{padding:60px}.call-to-action__grid{display:grid;grid-template-columns:1fr;gap:20px;max-width:1600px;margin:0 auto}@media screen and (min-width: 750px){.call-to-action__grid{grid-template-columns:1fr 1fr}}.call-to-action__card{position:relative;overflow:hidden;border-radius:8px;height:190px;display:flex;align-items:center;justify-content:flex-start;padding:70px;background-size:cover;background-position:center;background-repeat:no-repeat;box-shadow:0 4px 10px #0003}@media screen and (max-width: 749px){.call-to-action{margin:20px 0;padding:0}.call-to-action__card{height:150px;padding:20px 30px;width:90%;margin:0 auto}.call-to-action__content{max-width:100%}.call-to-action__heading{font-size:1.8rem}.call-to-action__button{padding:10px 20px;font-size:.9rem}}.call-to-action__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,#0006,#0000001a);z-index:1}.call-to-action__content{position:relative;z-index:2;width:100%}.call-to-action__heading{font-size:2.5rem;margin-bottom:20px;text-shadow:0px 3px 6px rgba(0,0,0,1.2);font-weight:600}.call-to-action__button-wrapper{display:flex}.call-to-action__button{background-color:var(--color-button);color:var(--color-button-text);border:1px solid var(--color-button-border);padding:12px 24px;font-size:1rem;border-radius:50px;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center}.call-to-action__button:hover{background-color:var(--color-button-hover);color:var(--color-button-text-hover);transform:translateY(-2px)}.icon-wrap{display:inline-flex;margin-left:8px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.education-program{background-color:var(--color-background);overflow:hidden;font-family:var(--font-body-family)}.education-program__container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.education-program__header{text-align:center;margin-bottom:2.5rem}.education-program__title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;margin-bottom:1rem;line-height:1.1;color:var(--color-heading);font-family:var(--font-heading-family)}.education-program__subtitle{font-size:clamp(1.1rem,2vw,1.4rem);color:rgba(var(--color-foreground),.75);max-width:700px;margin:0 auto;line-height:1.5;font-style:italic}.education-program__features{margin-bottom:4rem}.education-program__features-title{text-align:center;font-size:1.8rem;margin-bottom:3rem;color:var(--color-heading)}.education-program__features-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.education-program__feature{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 8px 20px #0000000f}.education-program__feature-image{margin-bottom:1.5rem;border-radius:8px;overflow:hidden}.education-program__feature-title{font-size:1.8rem;margin-bottom:1rem;color:var(--color-heading)}.education-program__feature-description{font-size:1.2rem}.education-program__main{display:flex;flex-direction:column;gap:3rem;margin-bottom:5rem}.education-program__image-container{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000001a}.education-program__image{width:100%;height:auto;object-fit:cover;transition:transform .5s ease}.education-program__image-container:hover .education-program__image{transform:scale(1.03)}.education-program__content-wrapper{padding:0 1.5rem}.education-program__content{font-size:1.1rem;line-height:1.8;color:var(--color-text)}.education-program__content p{margin-bottom:1.5rem}.education-program__content p:last-child{margin-bottom:0}.education-program__leaders-title{text-align:center;font-size:1.8rem;margin-bottom:3rem;color:var(--color-text)}.education-program__leaders-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.education-program__leader{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 8px 20px #0000000f}.education-program__leader-image{margin-bottom:1.5rem;border-radius:50%;overflow:hidden;width:150px;height:150px;margin-left:auto;margin-right:auto}.education-program__leader-name{font-size:1.8rem;text-align:center;margin-bottom:.5rem;color:var(--color-heading)}.education-program__leader-title{text-align:center;font-weight:500;margin-bottom:1rem}.education-program__leader-bio{font-size:1.2rem}@media screen and (min-width: 990px){.education-program__main{flex-direction:row;align-items:center;gap:5rem}.education-program__image-container{flex:1}.education-program__content-wrapper{flex:1;padding:0}.education-program__content{font-size:1.2rem}}@media screen and (min-width: 1200px){.education-program__main{gap:6rem}}@media screen and (max-width: 749px){.education-program__features-grid,.education-program__leaders-grid{grid-template-columns:1fr}}.features-section{padding:80px 0;overflow:hidden}.features-section__container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.features-section__title{text-align:center;margin-bottom:1.5rem;font-size:3rem;font-weight:700;color:#333}.features-section__subtitle{text-align:center;margin-bottom:4rem;font-size:1.2rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6;color:#555}.features-section__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media screen and (min-width: 750px){.features-section__grid{grid-template-columns:repeat(3,1fr)}}.features-section__item{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #00000014;transition:transform .4s ease,box-shadow .4s ease;height:100%;display:flex;flex-direction:column}.features-section__item:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000026}.features-section__image-wrapper{height:240px;overflow:hidden;position:relative}.features-section__image{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.features-section__item:hover .features-section__image{transform:scale(1.05)}.features-section__icon-wrapper{position:absolute;bottom:-25px;left:30px;width:60px;height:60px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 15px #0000001a;z-index:2}.features-section__icon{max-width:35px;max-height:35px}.features-section__content{padding:2rem 1.5rem;flex-grow:1;display:flex;flex-direction:column}.features-section__item-title{margin-top:1rem;margin-bottom:1rem;font-size:1.5rem;font-weight:600;color:#222}.features-section__item-description{font-size:1rem;line-height:1.7;color:#555;flex-grow:1}@media screen and (max-width: 749px){.features-section{padding:60px 0}.features-section__title{font-size:2.2rem}.features-section__image-wrapper{height:220px}}.estate-about{background-color:var(--color-background);overflow:hidden;font-family:var(--font-body-family)}.estate-about__container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.estate-about__header{text-align:center;margin-bottom:2.5rem}.estate-about__title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;margin-bottom:1rem;line-height:1.1;color:var(--color-heading);font-family:var(--font-heading-family)}.estate-about__subtitle{font-size:clamp(1.1rem,2vw,1.4rem);color:rgba(var(--color-foreground),.75);max-width:700px;margin:0 auto;line-height:1.5;font-style:italic}.estate-about__key-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:4rem;border-radius:12px;padding:2rem;border:1px solid rgba(var(--color-foreground),.08)}.estate-about__stat-item{flex:1;min-width:140px;text-align:center;padding:1rem;border-radius:8px;transition:transform .3s ease}.estate-about__stat-item:hover{transform:translateY(-5px)}.estate-about__stat-icon{margin-bottom:.8rem}.estate-about__icon-image{width:40px;height:40px;object-fit:contain}.estate-about__stat-value{font-size:2.5rem;font-weight:600;line-height:1;margin-bottom:.5rem;font-family:var(--font-heading-family);background-color:var(--color-button, var(--color-primary-button));padding:.5rem 1rem;border-radius:4px;display:inline-block}.estate-about__stat-label{font-size:1rem;color:rgba(var(--color-foreground),.75);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.estate-about__main{display:flex;flex-direction:column;gap:3rem;margin-bottom:5rem}.estate-about__content{flex:1}.estate-about__description{font-size:1.1rem;line-height:1.7;color:var(--color-text)}.estate-about__description--split{column-count:1;column-gap:3rem}.estate-about__description p{margin-bottom:1.5rem}.estate-about__description p:last-child{margin-bottom:0}.estate-about__image{flex:1;min-height:350px}.estate-about__image-container{height:100%;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #00000026}.estate-about__main-image{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.estate-about__image-container:hover .estate-about__main-image{transform:scale(1.05)}.estate-about__cta{margin-top:2.5rem}.estate-about__amenities{background-color:rgba(var(--color-foreground),.02);padding:4rem 3rem;border-radius:12px;border:1px solid rgba(var(--color-foreground),.08);margin-bottom:3rem}.estate-about__amenities-title{text-align:center;font-size:1.8rem;margin-bottom:3rem;color:var(--color-heading);font-weight:600;font-family:var(--font-heading-family)}.estate-about__amenities-grid{display:grid;gap:2rem}.grid--2-col-desktop{grid-template-columns:repeat(2,1fr)}.grid--3-col-desktop{grid-template-columns:repeat(3,1fr)}.grid--4-col-desktop{grid-template-columns:repeat(4,1fr)}.grid--1-col-mobile{grid-template-columns:1fr}.grid--2-col-mobile{grid-template-columns:repeat(2,1fr)}.estate-about__amenity{border-radius:10px;padding:1.5rem;box-shadow:0 8px 20px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.estate-about__amenity:hover{transform:translateY(-5px);box-shadow:0 12px 25px #0000001a}.estate-about__amenity-content{display:flex;align-items:center;gap:1.2rem}.estate-about__amenity-icon{flex-shrink:0;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background-color:rgba(var(--color-foreground),.04);border-radius:50%;padding:12px}.estate-about__amenity-icon-image{width:100%;height:auto}.estate-about__amenity-name{font-size:1.1rem;font-weight:500;color:var(--color-heading)}@media screen and (min-width: 990px){.estate-about__main{flex-direction:row;align-items:center}.estate-about__content{width:55%;padding-right:3rem}.estate-about__image{width:45%}.estate-about__description--split{column-count:2}}@media screen and (max-width: 989px){.estate-about__key-stats{padding:1.5rem;gap:1.5rem}.estate-about__amenities{padding:3rem 1.5rem}}@media screen and (max-width: 749px){.estate-about__key-stats{flex-direction:column;align-items:center;max-width:350px;margin-left:auto;margin-right:auto;padding:2rem 1rem}.estate-about__stat-item{width:100%;min-width:auto}.estate-about__main{gap:2.5rem}.estate-about__title{font-size:2rem}.estate-about__subtitle,.estate-about__description{font-size:1rem}.grid--3-col-desktop,.grid--4-col-desktop{grid-template-columns:repeat(var(--columns-mobile),1fr)}.estate-about__amenities-title{font-size:1.5rem;margin-bottom:2rem}.estate-about__amenities{padding:2rem 1rem}}@media screen and (max-width: 480px){.grid--2-col-mobile{grid-template-columns:1fr}.estate-about__key-stats{max-width:100%}}.whats-included{background-color:var(--color-background);font-family:var(--font-body-family)}.whats-included__container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.whats-included__header{text-align:center;margin-bottom:4rem}.whats-included__title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;margin-bottom:1rem;line-height:1.1;color:var(--color-heading);font-family:var(--font-heading-family)}.whats-included__subtitle{font-size:clamp(1.2rem,2vw,1.5rem);color:rgba(var(--color-foreground),.8);margin-bottom:1.5rem;font-weight:500}.whats-included__description{font-size:1.1rem;line-height:1.7;color:var(--color-text);max-width:900px;margin:0 auto}.whats-included__items{display:flex;flex-direction:column;gap:3rem}.whats-included__item{background-color:rgba(var(--color-card-background),1);border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #00000014;border:1px solid rgba(var(--color-foreground),.05)}.whats-included__item-content{display:flex;flex-direction:column-reverse;gap:2rem;padding:2rem}.whats-included__item-image-container{border-radius:8px;overflow:hidden;height:250px}.whats-included__item-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.whats-included__item-image-container:hover .whats-included__item-image{transform:scale(1.05)}.whats-included__text-content{flex:1}.whats-included__item-title{font-size:1.6rem;font-weight:600;margin-bottom:1rem;color:var(--color-heading);font-family:var(--font-heading-family);position:relative;padding-bottom:.8rem}.whats-included__item-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background-color:rgba(var(--color-foreground),.2);border-radius:2px}.whats-included__item-description{font-size:1.05rem;line-height:1.6;color:var(--color-text);margin-bottom:1.5rem}.whats-included__gallery-link{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-size:.95rem;font-weight:600;color:rgba(var(--color-button),1);background-color:rgba(var(--color-button),.08);border:none;border-radius:6px;padding:.6rem 1.2rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 5px #00000014}.whats-included__gallery-link:hover{background-color:rgba(var(--color-button),.15);transform:translateY(-1px);box-shadow:0 3px 8px #0000001f}.whats-included__gallery-link:active{transform:translateY(0);box-shadow:0 1px 3px #00000014}.whats-included__gallery-link:focus{outline:2px solid rgba(var(--color-button),.3);outline-offset:2px}.whats-included__gallery-link .icon{width:12px;height:12px;transition:transform .3s ease}.whats-included__gallery-link[aria-expanded=true]{background-color:rgba(var(--color-button),.15)}.whats-included__gallery-link[aria-expanded=true] .icon{transform:rotate(180deg)}.whats-included__gallery{margin-top:2px;padding:2rem}.whats-included__gallery[hidden]{display:none}.whats-included__gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.whats-included__gallery-item{height:150px;border-radius:8px;overflow:hidden}.whats-included__gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.whats-included__gallery-link-item{display:block;height:100%}.whats-included__gallery-link-item:hover .whats-included__gallery-image{transform:scale(1.08)}.whats-included__image-gallery-container{border-radius:8px;overflow:hidden;position:relative;height:250px;width:100%}.whats-included__image-gallery{height:100%;width:100%;position:relative;overflow:hidden}.whats-included__gallery-scroller{display:flex;height:100%;transition:transform .4s ease}.whats-included__gallery-slide{flex:0 0 100%;height:100%}.whats-included__gallery-slide-image{width:100%;height:100%;object-fit:cover}.whats-included__gallery-controls{position:absolute;bottom:15px;left:0;right:0;display:flex;justify-content:center;align-items:center;gap:10px;z-index:2}.whats-included__gallery-control{background-color:#fffc;border:none;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#000;box-shadow:0 2px 5px #0003;transition:all .2s ease}.whats-included__gallery-control:hover{background-color:#ffffffe6;transform:scale(1.1)}.whats-included__gallery-dots{display:flex;gap:6px}.whats-included__gallery-dot{width:8px;height:8px;border-radius:50%;background-color:#ffffff80;transition:all .2s ease;cursor:pointer}.whats-included__gallery-dot.active{background-color:#fff;transform:scale(1.2)}@media screen and (min-width: 990px){.whats-included__item-content{flex-direction:row;align-items:center}.whats-included__text-content{width:60%;padding-right:2rem}.whats-included__item-image-container{width:40%;height:300px}.whats-included__gallery-grid{grid-template-columns:repeat(4,1fr)}.whats-included__image-gallery-container{width:40%;height:300px}}@media screen and (min-width: 750px) and (max-width: 989px){.whats-included__item-content{flex-direction:row;align-items:center}.whats-included__text-content{width:55%;padding-right:2rem}.whats-included__item-image-container{width:45%}.whats-included__gallery-grid{grid-template-columns:repeat(3,1fr)}.whats-included__image-gallery-container{width:45%}}@media screen and (max-width: 749px){.whats-included__header{margin-bottom:3rem}.whats-included__title{font-size:2rem}.whats-included__subtitle{font-size:1.1rem}.whats-included__description{font-size:1rem}.whats-included__items{gap:2rem}.whats-included__item-content{padding:1.5rem}.whats-included__item-description{font-size:1rem}.whats-included__gallery{padding:0 1.5rem 1.5rem}}@media screen and (max-width: 480px){.whats-included__gallery-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/1/compiled_assets/styles.css.map */
