#homeIntro{position:relative;overflow:hidden}#homeIntroContainer{background-color:var(--orange);display:flex;flex-wrap:wrap}#homeIntroLeftContainer{max-width:810px;width:50%;font-size:1.222em;color:#fff;flex:0 0 auto;margin-left:auto;padding:4% 60px 10.625% 120px;position:relative;display:flex;flex-direction:column;justify-content:center}#homeIntroLeftContainer h1{margin-bottom:15px;color:#fff;text-wrap:balance}@media (hover: hover){#homeIntroLeftContainer .partButton.default:not([disabled]):hover,#homeIntroLeftContainer .partButton.default:not([disabled]):focus{background-color:var(--green)}}#homeIntroRightContainer{width:50%;flex:0 0 auto;background-color:var(--blue)}#homeIntroRightContainer .partContentFileImageGallery.single{width:100%;height:100%}#homeIntroRightContainer .partContentFileImageGallery.single *{height:100%}#homeIntroRightContainer .imagePlaceholder{display:none}#homeIntroRightContainer #videoContainer{height:100%;max-height:600px}#homeIntroRightContainer #videoContainer video{width:100%;height:100%;object-fit:cover}#homeFeatured{text-align:center}#homeFeatured .basicContainer{padding-top:var(--spacing-60);padding-bottom:var(--spacing-60)}#homeFeatured .partContentText{max-width:900px;margin-left:auto;margin-right:auto}#featuredList{display:flex;flex-wrap:wrap;justify-content:center;width:calc(100% + 30px);margin-left:-15px;margin-right:-15px;margin-top:30px}.featuredItem{width:calc(20% - 30px);flex:1 1 auto;max-width:252px;margin:0 15px 30px;background-color:var(--cyan-light)}.featuredItem a{display:block;color:#fff;text-decoration:none;position:relative}.featuredHeading{position:absolute;left:0;bottom:0;right:0;min-height:44px;display:flex;flex-direction:column;justify-content:flex-end;transition:min-height .3s ease}@media (hover: hover){.featuredItem a:hover .featuredHeading{min-height:100%}}.featuredHeading h3{padding:10px;color:#fff;margin-bottom:0;z-index:10;position:relative}.featuredHeading:after{content:"";position:absolute;left:0;bottom:0;height:100%;width:100%;mix-blend-mode:multiply}.featuredItem:nth-child(1) .featuredHeading:after{background-color:var(--cyan)}.featuredItem:nth-child(2) .featuredHeading:after{background-color:var(--pink)}.featuredItem:nth-child(3) .featuredHeading:after{background-color:var(--orange)}.featuredItem:nth-child(4) .featuredHeading:after{background-color:var(--green)}.featuredItem:nth-child(5) .featuredHeading:after{background-color:var(--blue)}#homeSectionQuotes{background-color:var(--green);padding:var(--spacing-120) 0}#homeSectionQuotes .basicContainer{text-align:center}#homeSectionQuotes .partSlider{margin-bottom:30px}#homeSectionQuotes .partSlider .slideMainContainer{margin-bottom:20px}#homeSectionQuotes .partContentText{font-weight:700;color:#fff;margin-bottom:0}#homeSectionQuotes .partContentText p{line-height:1.5em}#homeSectionQuotes .partContentText p:before{content:"\201c"}#homeSectionQuotes .partContentText p:after{content:"\201d"}#homeSectionQuotes .partContentText p:last-child{margin-bottom:0}#homeSectionQuotes .partContentText br{display:none}#homeSectionQuotes .h5{margin-top:8px;margin-bottom:0;color:#fff;display:inline-block}#popupVideoButtonContainer{text-align:center}.partButton.popupVideo{width:150px;height:150px;transition:background-color .3s ease,border-color .3s ease;animation:borderAnimation 1.5s infinite;box-shadow:none;border-radius:50%;position:absolute;top:50%;left:0;right:0;margin:-75px auto 0;z-index:20;background-color:var(--green);background-clip:padding-box;border:solid 6px rgba(95,168,44,.2);justify-content:center}.partButton.popupVideo:hover{background-color:var(--cyan);border-color:rgba(0,130,202,.2)}.partButton.popupVideo:after{display:none}.partButton.popupVideo .buttonIcon svg{fill:#fff;height:30px;max-width:none}@keyframes borderAnimation{0%{border-width:6px}50%{border-width:12px}to{border-width:6px}}#sectionSocialFeed{text-align:center}#sectionSocialFeed h2{margin-bottom:30px;color:var(--blue)}.socialFeedList{display:flex;flex-wrap:wrap;width:calc(100% + 30px);margin-left:-15px;margin-right:-15px;text-align:left}.socialFeedItem{display:flex;flex-direction:column;flex:1 1 auto;width:calc(33.3333333333% - 30px);margin:0 15px 30px;background-color:var(--cyan-light)}.socialFeedImage{flex:0 0 auto;background-color:#000}.socialFeedImagePlaceholder{position:relative}.socialFeedList.facebook .socialFeedImagePlaceholder{background-color:var(--blue)}.socialFeedList.instagram .socialFeedImagePlaceholder{background-color:var(--pink)}.socialFeedImagePlaceholder svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);fill:#fff;opacity:.2;height:30%;max-width:30%}.socialFeedImage .partContentFileImageGallery.single,.socialFeedImage .socialFeedImagePlaceholder{transition:opacity .3s ease}.socialFeedImage .partContentFileImageGallery.single:hover,.socialFeedImage .socialFeedImagePlaceholder:hover{opacity:.7}.socialFeedText{display:flex;flex-direction:column;align-items:flex-start;padding:30px;flex:1 1 auto}.socialFeedElapsedTime{line-height:1.3em;font-size:14px;color:#666;font-style:italic;margin-bottom:5px}.socialFeedItem .partContentText{font-size:16px;word-break:break-word}.socialFeedItem .partButton{margin-top:auto}.vimeoBackgroundVideo{display:grid;grid-template-areas:"stack";grid-template-rows:minmax(0,1fr)}.vimeoBackgroundVideo:before{content:"";width:100%;height:100%;backdrop-filter:blur(3px);grid-area:stack;z-index:30}.vimeoBackgroundVideo-img{z-index:10;width:100%;object-fit:cover;grid-area:stack}.vimeoBackgroundVideo-video{z-index:20;grid-area:stack;width:100%;position:relative;overflow:hidden;visibility:hidden}.vimeoBackgroundVideo-iframe{position:absolute;width:100%;height:100%}.vimeoBackgroundVideo--loaded:before{animation:vimeoBackgroundVideo-animation-blur 1s ease-in forwards}.vimeoBackgroundVideo--loaded .vimeoBackgroundVideo-video{visibility:visible}@keyframes vimeoBackgroundVideo-animation-blur{0%{backdrop-filter:blur(3px)}to{backdrop-filter:blur(0px)}}.vimeoBackgroundVideo--deviatingAspectRatio{aspect-ratio:1920/900;height:100%}.vimeoBackgroundVideo--deviatingAspectRatio .vimeoBackgroundVideo-img,.vimeoBackgroundVideo--deviatingAspectRatio .vimeoBackgroundVideo-video{height:100%}.vimeoBackgroundVideo--deviatingAspectRatio .vimeoBackgroundVideo-iframe{height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}@media (min-width: 901px){.vimeoBackgroundVideo--deviatingAspectRatio .vimeoBackgroundVideo-iframe{min-width:auto!important}}@media (max-width: 900px){.vimeoBackgroundVideo--deviatingAspectRatio{aspect-ratio:auto;height:100%}.vimeoBackgroundVideo--deviatingAspectRatio .vimeoBackgroundVideo-iframe{height:100%}}.contentFullWidthImage{--contentFullWidthImage-height: 60vh;--contentFullWidthImage-effect: calc(var(--contentFullWidthImage-height) / 2);overflow:clip;height:var(--contentFullWidthImage-height);background-color:var(--grey-light)}@supports (animation-timeline: view()){@media (prefers-reduced-motion: no-preference){.contentFullWidthImage .partContentFileImageGallery{animation:image-parallax-animation linear forwards;animation-timeline:view()}}}.contentFullWidthImage .partContentFileImageGallery{grid-column:fullwidth}.contentFullWidthImage .partContentFileImageGallery .imagePlaceholder{height:calc(var(--contentFullWidthImage-height) + var(--contentFullWidthImage-effect));padding-bottom:0!important}@keyframes image-parallax-animation{0%{transform:translateY(0);scale:1}to{transform:translateY(calc(-1 * var(--contentFullWidthImage-effect)));scale:1.1}}@media (max-width: 900px){.contentFullWidthImage{--contentFullWidthImage-height: 40vh}}
