.tabbed-content{width:100%;max-width:100%;margin:0 auto;padding:0}.tabbed-content__header{text-align:center;margin-bottom:2rem;padding:0 1rem}.tabbed-content__title{font-size:2.5rem;font-weight:700;margin:0}.tabbed-content__navigation{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:.5em;padding:0 1rem}.tabbed-content__tab-button{display:flex;flex-direction:column;align-items:center;gap:.75rem;background:none;border:none;cursor:pointer;padding:0;transition:opacity .3s ease}.tabbed-content__tab-button:hover{opacity:.8}.tabbed-content__tab-button.active{opacity:1}.tabbed-content__tab-image{width:80px;height:80px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#fadbf0;transition:transform .3s ease,box-shadow .3s ease}.tabbed-content__tab-button.active .tabbed-content__tab-image{transform:scale(1.1);box-shadow:0 4px 12px #00000026}.tabbed-content__tab-image img{width:100%;height:100%;object-fit:cover}.tabbed-content__tab-placeholder{width:80px;height:80px;border-radius:50%;background-color:#fadbf0;display:flex;align-items:center;justify-content:center;color:#666;font-size:.875rem}.tabbed-content__tab-label{font-size:.875rem;color:#333;text-align:center;padding-top:10px}.tabbed-content__tab-button.active .tabbed-content__tab-label{font-weight:600}.tabbed-content__panels{position:relative}.tabbed-content__panel{display:none;animation:fadeIn .3s ease-in-out}.tabbed-content__panel.active{display:block}.tabbed-content__panel[hidden]{display:none!important}.tabbed-content__panel-content{padding:2rem 1rem 0rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 768px){.tabbed-content__tab-image,.tabbed-content__tab-placeholder{width:100px;height:100px}.tabbed-content__title{font-size:3rem}.tabbed-content__panel-content{padding:2rem 1rem 0rem}}@media (min-width: 1024px){.tabbed-content__tab-image,.tabbed-content__tab-placeholder{width:120px;height:120px}.tabbed-content__navigation{gap:2rem}}.banner-section{margin-bottom:0;margin-left:-1rem;margin-right:-1rem;width:calc(100% + 2rem);position:relative;overflow:hidden}.banner-section .background-media-text__container{position:relative;width:100%;overflow:hidden}.banner-section .parallax-container,.banner-section .parallax-image{position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden}.banner-section image-element{display:block;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.banner-section .background-media-text__image{width:100%;height:100%;position:absolute;top:0;left:0}.banner-section .background-media-text__image img{width:100%;height:100%;display:block}@media (max-width: 768px){.banner-section .small--hide{display:none!important}.banner-section image-element.banner-image-wrapper-mobile{display:block!important}}@media (min-width: 769px){.banner-section .medium-up--hide{display:none!important}.banner-section image-element.banner-image-wrapper-mobile{display:none!important}}@media (min-width: 769px){.banner-section{margin-left:-2rem;margin-right:-2rem;width:calc(100% + 4rem)}}.gallery-section{position:relative;clear:both;padding:0;margin:0}.gallery-section *{box-sizing:border-box}.gallery-section--full-width{width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.gallery-section__content-wrapper{width:100%}.gallery-section--carousel .gallery-section__content-wrapper{display:block;width:100%}.gallery-section--full-width .gallery-section__content-wrapper{display:flex;width:100%}.gallery-section--full-width.gallery-section--carousel .gallery-section__content-wrapper{display:block}.gallery-section--full-width.gallery-section--align-left .gallery-section__content-wrapper{justify-content:flex-start}.gallery-section--full-width.gallery-section--align-center .gallery-section__content-wrapper{justify-content:center}.gallery-section--full-width.gallery-section--align-right .gallery-section__content-wrapper{justify-content:flex-end}.gallery-section:not(.gallery-section--full-width) .gallery-section__content-wrapper{max-width:1400px;text-align:center}.gallery-section:not(.gallery-section--full-width).gallery-section--align-left .gallery-section__content-wrapper{margin-left:0;margin-right:auto;text-align:left}.gallery-section:not(.gallery-section--full-width).gallery-section--align-center .gallery-section__content-wrapper{margin-left:auto;margin-right:auto;text-align:center}.gallery-section:not(.gallery-section--full-width).gallery-section--align-right .gallery-section__content-wrapper{margin-left:auto;margin-right:0;text-align:right}.gallery-section--align-left{text-align:left}.gallery-section--align-center{text-align:center}.gallery-section--align-right{text-align:right}.gallery-section__heading{font-weight:700;margin-bottom:1rem}.gallery-section__subheading-image{display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:2rem}.gallery-section__subheading-img{display:block;height:auto;width:auto}.gallery-section__grid{display:grid;gap:var(--gallery-gap)}.gallery-section--full-width .gallery-section__grid{width:100%;display:grid}.gallery-section:not(.gallery-section--full-width) .gallery-section__grid{display:inline-grid;width:auto}.gallery-section__grid--1-cols{grid-template-columns:repeat(1,1fr)}.gallery-section__grid--2-cols{grid-template-columns:repeat(2,1fr)}.gallery-section__grid--3-cols{grid-template-columns:repeat(3,1fr)}.gallery-section__grid--4-cols{grid-template-columns:repeat(4,1fr)}.gallery-section__item{position:relative;overflow:hidden;border-radius:var(--gallery-border-radius)}.gallery-section__link{display:block;width:100%;text-decoration:none}.gallery-section__image-wrapper{width:100%;overflow:hidden;border-radius:var(--gallery-border-radius);position:relative;height:0}.gallery-section__image-wrapper--square{padding-bottom:100%}.gallery-section__image-wrapper--landscape{padding-bottom:56.25%}.gallery-section__image-wrapper--portrait{padding-bottom:133.33%}.gallery-section__image-wrapper--auto{height:auto;padding-bottom:0}.gallery-section__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease;display:block}.gallery-section__image-wrapper--auto .gallery-section__image{position:static;height:auto}.gallery-section__link:hover .gallery-section__image{transform:scale(1.05)}.gallery-section__carousel-wrapper{position:relative;width:100%;overflow:hidden;height:auto}.gallery-section--full-width .gallery-section__carousel-wrapper{width:100%}.gallery-section:not(.gallery-section--full-width) .gallery-section__carousel-wrapper{width:auto;max-width:100%}.gallery-section__carousel{position:relative;width:100%;overflow:hidden;height:auto}.gallery-section__carousel-track{display:flex;flex-wrap:nowrap;align-items:flex-start;gap:var(--gallery-gap);transition:transform .4s ease;will-change:transform;transform:translate(0);height:auto}.gallery-section__carousel-item{flex:0 0 calc(100% / var(--gallery-columns, 4));position:relative;overflow:hidden;border-radius:var(--gallery-border-radius);min-width:0;max-width:calc(100% / var(--gallery-columns, 4))}.gallery-section__carousel-item .gallery-section__image-wrapper{width:100%}.gallery-section__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#00000080;border:none;border-radius:50%;width:var(--gallery-arrow-size);height:var(--gallery-arrow-size);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease,transform .2s ease;color:var(--gallery-arrow-color);padding:0}.gallery-section__arrow:hover{background:#000000b3;transform:translateY(-50%) scale(1.1)}.gallery-section__arrow:active{transform:translateY(-50%) scale(.95)}.gallery-section__arrow--prev{left:1rem}.gallery-section__arrow--next{right:1rem}.gallery-section__arrow svg{width:calc(var(--gallery-arrow-size) * .4);height:calc(var(--gallery-arrow-size) * .4);stroke:currentColor}.gallery-section__dots{position:absolute;display:flex;gap:.5rem;z-index:10;justify-content:center;align-items:center}.gallery-section__dots--bottom-center{bottom:1.5rem;left:50%;transform:translate(-50%)}.gallery-section__dots--bottom-left{bottom:1.5rem;left:1.5rem}.gallery-section__dots--bottom-right{bottom:1.5rem;right:1.5rem}.gallery-section__dots--top-center{top:1.5rem;left:50%;transform:translate(-50%)}.gallery-section__dots--top-left{top:1.5rem;left:1.5rem}.gallery-section__dots--top-right{top:1.5rem;right:1.5rem}.gallery-section__dot{width:var(--gallery-dots-size);height:var(--gallery-dots-size);border-radius:50%;border:2px solid var(--gallery-dots-color);background:transparent;cursor:pointer;padding:0;transition:background-color .3s ease,transform .2s ease;opacity:.6}.gallery-section__dot:hover{opacity:.8;transform:scale(1.2)}.gallery-section__dot.active{background:var(--gallery-dots-color);opacity:1;transform:scale(1.2)}@media (max-width: 767px){.gallery-section__grid--1-cols,.gallery-section__grid--2-cols,.gallery-section__grid--3-cols,.gallery-section__grid--4-cols{grid-template-columns:repeat(2,1fr);gap:calc(var(--gallery-gap) * .75)}.gallery-section__carousel-track{--gallery-columns: 2}.gallery-section__carousel-item{flex:0 0 50%}.gallery-section__heading{font-size:calc(var(--gallery-heading-size) * .75);margin-bottom:1.5rem}.gallery-section__arrow{width:calc(var(--gallery-arrow-size) * .8);height:calc(var(--gallery-arrow-size) * .8)}.gallery-section__arrow--prev{left:.5rem}.gallery-section__arrow--next{right:.5rem}.gallery-section__dots--bottom-center,.gallery-section__dots--bottom-left,.gallery-section__dots--bottom-right{bottom:1rem}.gallery-section__dots--top-center,.gallery-section__dots--top-left,.gallery-section__dots--top-right{top:1rem}}@media (min-width: 768px) and (max-width: 1023px){.gallery-section__grid--4-cols{grid-template-columns:repeat(3,1fr)}}.image-side-columns{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw}.image-side-columns__container{max-width:1400px;margin:0 auto;padding:0 20px}.image-side-columns__grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:start}.image-side-columns__left,.image-side-columns__right{display:grid;grid-template-rows:1fr 1fr;height:100%}.image-side-columns__text{line-height:1.6;padding:20px;text-align:center}.image-side-columns__text--placeholder{opacity:.5}.image-side-columns__text p{margin:0 0 1em}.image-side-columns__text p:last-child{margin-bottom:0}.image-side-columns__center{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:16px}.image-side-columns__image-wrapper{max-width:100%;position:relative}.image-side-columns__image{width:100%;height:auto;display:block}.image-side-columns__placeholder{width:100%;aspect-ratio:1;background-color:#f4f4f4;display:flex;align-items:center;justify-content:center}.image-side-columns__placeholder svg{width:60%;height:60%;opacity:.3}.image-side-columns__caption{text-align:center;line-height:1.4}@media screen and (max-width: 989px){.image-side-columns__grid{grid-template-columns:1fr 1fr 1fr}.image-side-columns__text{padding:16px}}@media screen and (max-width: 749px){.image-side-columns__grid{grid-template-columns:1fr}.image-side-columns__left,.image-side-columns__right{grid-template-rows:auto auto;height:auto}.image-side-columns__center{width:100%}.image-side-columns__text{padding:16px}.image-side-columns__image-wrapper{width:100%!important;max-width:100%}.image-side-columns__container{padding:0 16px}}.text-image{box-sizing:border-box}.text-image--full-width{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw}.text-image--full-width .text-image__container{padding-left:0;padding-right:0}.text-image__container{width:100%;height:100%;box-sizing:border-box}.text-image__row{display:grid;gap:2rem;align-items:stretch;height:100%;box-sizing:border-box}.text-image--text_left .text-image__row,.text-image--text_right .text-image__row{grid-template-columns:1fr 1fr}.text-image__text{padding:1.5rem;height:100%;box-sizing:border-box}.text-image__text--align-left{text-align:left}.text-image__text--align-center{text-align:center}.text-image__text--align-right{text-align:right}.text-image__text--valign-top{display:flex;align-items:flex-start}.text-image__text--valign-center{display:flex;align-items:center}.text-image__text--valign-bottom{display:flex;align-items:flex-end}.text-image__content{font-size:1rem;line-height:1.6;width:100%}.text-image__content p{margin:0 0 1rem}.text-image__content p:last-child{margin-bottom:0}.text-image__image-wrapper{width:100%;height:100%;overflow:hidden;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.text-image__image{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 767px){.text-image--text_left .text-image__row,.text-image--text_right .text-image__row{grid-template-columns:1fr}.text-image__text{padding:1rem}}
/*# sourceMappingURL=/cdn/shop/t/230/compiled_assets/styles.css.map */
