@keyframes rotate-360{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes animate-up{0%{transform:translate3d(0,100px,0)}to{transform:translateZ(0)}}@keyframes fade-in-and-up{0%{opacity:0;transform:translate3d(0,100px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes fade-out-and-up{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-100px,0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-50{0%{opacity:0}to{opacity:.5}}@keyframes fade-in-and-down{0%{opacity:0;transform:translate3d(0,-100px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes slide-in-from-right{0%{transform:translate3d(100%,0,0)}to{transform:translateZ(0)}}.embla{position:relative;width:100%;margin-bottom:3rem;display:block;height:auto;flex-shrink:0;min-height:0}@media screen and (min-width:768px){.embla{margin-bottom:0}}.embla__viewport{overflow:hidden;width:100%;height:auto}.embla__container{display:flex;backface-visibility:hidden;touch-action:pan-y;margin-left:0;padding:0;list-style:none;height:auto}.embla__slide{flex:0 0 100%;min-width:0;position:relative;display:flex;flex-direction:column;height:auto}.embla__slide .hero-text-content{will-change:opacity;backface-visibility:hidden}@media screen and (min-width:768px){.embla__slide{overflow:hidden}.embla__slide:before{content:"";position:absolute;display:block;bottom:0;left:0;width:100%;height:30%;background:linear-gradient(#103e1d00,#103e1d 95%);z-index:1}}@media screen and (max-width:768px){.embla__slide:before{content:"";position:absolute;display:block;top:70.1%;left:0;width:100%;height:30%;background:linear-gradient(#103e1d00,#103e1d 95%);z-index:0}}.embla__slide__img{opacity:.25;animation-duration:.55s;animation-timing-function:ease-in;animation-direction:normal;animation-iteration-count:1;animation-fill-mode:forwards;animation-name:fade-in}.embla__slide .hero-text-content{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;margin-top:1rem;z-index:2}@media screen and (max-width:768px){.embla__slide .hero-text-content{opacity:0;animation-duration:.8s;animation-timing-function:ease-in-out;animation-direction:normal;animation-iteration-count:1;animation-fill-mode:forwards;animation-name:fade-in-and-up}}@media screen and (min-width:768px){.embla__slide .hero-text-content{position:absolute;max-width:80%;top:45%;left:5%;transform:translate(-10%,-50%)}.embla__slide .hero-text-content:before{content:"";display:block;position:absolute;height:80%;width:80%;z-index:-1;filter:blur(60px);border-radius:1000px;background-color:#000;opacity:0;animation-duration:.55s;animation-timing-function:ease-in;animation-direction:normal;animation-iteration-count:1;animation-fill-mode:forwards;animation-name:fade-in-50}}.embla__slide .hero-text-content h1,.embla__slide .hero-text-content p{font-size:clamp(2rem,5vw + 1rem,6rem);line-height:1;text-align:center;text-shadow:0px 0px 15px rgb(0,0,0);color:#fff;position:relative;font-weight:400}.embla__slide .hero-text-content h2{margin-top:1rem;color:#fff;font-family:Helvetica,Arial,sans-serif;font-size:clamp(.75rem,5vw,2rem);line-height:1.2;font-weight:200;text-align:center;max-width:80%;text-shadow:2px 2px 4px rgba(0,0,0,.5)}@media screen and (min-width:768px){.embla__slide .hero-text-content h2{max-width:60%}}.embla__slide .button{box-shadow:2px 2px 4px #00000080;text-shadow:0px 0px 2px rgba(0,0,0,.5);margin-top:2rem;font-size:clamp(.75rem,5vw + 1.25rem,1.25rem);font-weight:700;color:#fff}@media screen and (min-width:768px){.embla__slide .button{margin-top:3rem}}.embla__slide img{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:16/9}@media screen and (min-width:768px){.embla__slide img{aspect-ratio:21/9}}.hero-dots{display:flex;gap:1rem;justify-content:center;margin-top:2rem;position:relative;z-index:100}@media screen and (min-width:768px){.hero-dots{margin-top:-2rem}}.hero-dots .hero-dot{width:12px;height:12px;border-radius:50%;background:#e4dcda4d;border:1px solid rgba(228,220,218,.5);padding:0;cursor:pointer;transition:all .3s ease}.hero-dots .hero-dot:hover{background:#e4dcda80}.hero-dots .hero-dot.is-active{background:#e4dcda}.about-us{margin-top:3rem}@media screen and (min-width:768px){.about-us{margin-top:5rem;margin-bottom:4rem}}.about-us__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}@media screen and (min-width:768px){.about-us__list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}}@media screen and (min-width:1440px){.about-us__list{display:flex;flex-direction:row;gap:1rem}}.about-us__item{display:flex;width:80vw;flex-direction:column;align-items:center;margin-bottom:2rem;border-radius:8px;overflow:hidden}.about-us__item img{width:100%;height:auto}@media screen and (min-width:768px){.about-us__item{width:40vw}}@media screen and (min-width:1440px){.about-us__item{width:20vw}}.about-us__item:nth-child(2){opacity:0;animation-delay:.2s}.about-us__item:nth-child(3){opacity:0;animation-delay:.3s}.about-us__item:nth-child(4){opacity:0;animation-delay:.4s}.about-us__item__content{display:flex;flex-direction:column;align-items:center;background-color:#0c2e15;padding:1rem 2rem 2rem;color:#e4dcda;text-align:center;height:100%}.about-us__item__content h3{font-size:2rem;font-weight:400;line-height:1;letter-spacing:.5px;font-family:EB Garamond,serif;max-width:80vw;margin-top:1rem;margin-bottom:.5rem;text-decoration:none}.about-us__item__content p{font-family:Helvetica,sans-serif;line-height:1.2;text-decoration:none}.collage{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);gap:4px;row-gap:4px;max-width:80vw;align-self:center;margin-bottom:6rem}@media screen and (min-width:768px){.collage{max-width:75vw;grid-template-rows:repeat(3,auto)}}.collage__img{width:100%;height:auto;object-fit:cover}.collage__img:first-child{grid-column:1/4;grid-row:1/2}
