#homeIntro{background:var(--turquoise-darker) url(/images/style/pattern.svg) no-repeat center;background-size:cover;position:relative;margin-top:calc(-1 * (var(--stickytopbar-height)))}#homeIntro>*{grid-column:fullwidth}#homeIntro:before,#homeIntro:after{content:"";position:absolute;left:0}#homeIntro:before{top:0;bottom:0;right:0;background-size:100% 100%;background-position:0px 0px;background-image:radial-gradient(113% 91% at 17% -2%,rgba(var(--turquoise-darker-rgb),1) 0%,rgba(var(--turquoise-darker-rgb),0) 100%)}#homeIntro:after{--smoothGradient-backgroundColor: var(--turquoise-darker-rgb);bottom:0;right:0;height:80%;transition:.3s;background:linear-gradient(to top,rgba(var(--smoothGradient-backgroundColor),1) 0%,rgba(var(--smoothGradient-backgroundColor),.738) 19%,rgba(var(--smoothGradient-backgroundColor),.541) 34%,rgba(var(--smoothGradient-backgroundColor),.382) 47%,rgba(var(--smoothGradient-backgroundColor),.278) 56.5%,rgba(var(--smoothGradient-backgroundColor),.194) 65%,rgba(var(--smoothGradient-backgroundColor),.126) 73%,rgba(var(--smoothGradient-backgroundColor),.075) 80.2%,rgba(var(--smoothGradient-backgroundColor),.042) 86.1%,rgba(var(--smoothGradient-backgroundColor),.021) 91%,rgba(var(--smoothGradient-backgroundColor),.008) 95.2%,rgba(var(--smoothGradient-backgroundColor),.002) 98.2%,transparent 100%);pointer-events:none}#homeIntro .subtitle{font-family:var(--fontFamily-heading);color:var(--orange);font-weight:800;display:flex;align-items:center;gap:10px;font-size:var(--fontSize-h4);margin-bottom:.4em;margin-left:.3em}#homeIntro .subtitle:before{content:"";width:40px;height:3px;background-color:currentColor}#homeIntroTextAndImage{display:grid;grid-template-columns:50% 50%;overflow-x:clip;align-items:center;position:relative;margin-top:var(--stickytopbar-height);margin-bottom:var(--spacing-60)}#homeIntroTextAndImage:before,#homeIntroTextAndImage-circle{content:"";position:absolute}#homeIntroTextAndImage-circle{position:absolute;z-index:10;content:"";top:50%;left:50%;transform:translate(-50%,-50%);width:520px;aspect-ratio:1/1;border-radius:50%;border:solid 100px var(--turquoise)}@supports (animation-timeline: view()){#homeIntroTextAndImage-circle{animation:blur-circle linear forwards;animation-timeline:view();animation-range:exit -90%}}@keyframes blur-circle{to{opacity:0;transform:translate(-50%,-50%) scale(2);filter:blur(1vw)}}#homeIntroTextAndImage-text{z-index:20}#homeIntroTextAndImage-text .wrapper{max-width:calc(var(--basicContainer-maxWidth) / 2 + var(--basicContainer-padding));flex:0 0 auto;margin-left:auto;padding-left:var(--basicContainer-padding);padding-right:0;position:relative;display:flex;flex-direction:column;justify-content:center}#homeIntroTextAndImage-text h1{color:var(--white);font-size:clamp(3.125rem,4vw + 2rem,6.875rem);line-height:1.05;animation:1.5s ease fadeInUp}#homeIntroTextAndImage-text .partContentText{margin-top:1.2em;color:var(--white);font-size:var(--fontSize-h3);text-wrap:balance;--partContentText1-strong: currentColor}#homeIntroTextAndImage-text .partButtonContentContainer{margin-top:2em}#homeIntroTextAndImage-text .partButton.outline{--partButton1-backgroundColor: transparent;--partButton1-backgroundColor-hover: var(--white);--partButton1-color: var(--white);--partButton1-color-hover: var(--black);border-color:var(--white);--partButton1-buttonLabel-fontWeight: 900}#homeIntroTextAndImage-image{position:relative;z-index:20;animation:1.5s ease moveUp;pointer-events:none}#homeIntroTextAndImage-device{background:url(/images/style/home-ipad-high.png) no-repeat left center;background-size:contain;width:896px;aspect-ratio:896/756;position:relative;transform:rotate(-10deg)}#homeIntroTextAndImage-screen{width:900px;height:562px;background-color:var(--turquoise-darkest);border-radius:15px;overflow:hidden;display:grid;grid-template-areas:"stack";mask-image:linear-gradient(black,black);-webkit-mask-image:linear-gradient(black,black);transform-style:preserve-3d;transform-origin:0px 0px 0px;transform:matrix3d(.687620443254464,.2843138421262752,0,-.000011858911304860943,-.3979353345934346,.783739972578991,0,-.00002044164133250757,0,0,1,0,245,18,0,1)}#homeIntroTextAndImage-screen .partContentFileImageGallery{grid-area:stack}#homeIntroTextAndImage-screen .partContentFileImageGallery *{height:100%}#homeIntroTextAndImage-screen .video{grid-area:stack;z-index:10}#homeIntroTextAndImage-screen .video video{width:100%;height:100%;object-fit:cover}@media (width <= 1920px){#homeIntroTextAndImage-device{margin-top:23%;transform:rotate(-10deg) scale(.9);transform-origin:left center}}@media (width <= 1680px){#homeIntroTextAndImage-device{margin-top:20%;transform:rotate(-10deg) scale(.8)}}@media (width >= 1500px){#homeIntroTextAndImage{height:calc(100svh - 50px - var(--spacing-60));margin-top:0;margin-bottom:0}}@media (height <= 1000px){#homeIntroTextAndImage{height:100svh;margin-top:0;margin-bottom:0}}@media (width <= 1300px){#homeIntroTextAndImage-device{margin-top:30%;transform:rotate(-10deg) scale(.7)}}@media (width <= 900px){#homeIntroTextAndImage{margin-top:var(--stickytopbar-height);padding-top:var(--spacing-60);display:grid;grid-template-columns:repeat(1,100%);height:auto;margin-bottom:0}#homeIntroTextAndImage-text .wrapper{margin-left:0;padding-right:var(--basicContainer-padding)}#homeIntroTextAndImage-image{padding-left:15px}#homeIntroTextAndImage-device{margin-top:-100px;margin-bottom:-170px;transform:rotate(-10deg) scale(.6)}#homeIntroTextAndImage-circle{width:400px;margin-left:200px;margin-top:0}}@media (width <= 667px){#homeIntroTextAndImage-device{margin-top:-150px;margin-bottom:-200px;transform:rotate(-10deg) scale(.5)}#homeIntroTextAndImage-device{background:url(/images/style/home-ipad-low.png) no-repeat left center}#homeIntroTextAndImage-text .partContentText{font-size:var(--fontSize-h4)}#homeIntroTextAndImage-text .partButtonContentContainer{flex-direction:column;align-items:flex-start}}#homeServices{margin:var(--spacing-vertical) 0;align-items:center}body.home .contentNumbers+#homeServices{margin-top:0}#homeServices .service{border-bottom:1px solid var(--brown-border);padding-top:calc(var(--fontSize-h2));padding-bottom:calc(var(--fontSize-h2))}#homeServices .heading{display:flex;align-items:center;justify-content:space-between;gap:.5em;font-size:calc(var(--fontSize-h2));font-family:var(--fontFamily-heading);font-weight:300;text-decoration:none;color:var(--turquoise-darkest);transition:.2s}#homeServices .heading .partFontIcon{--partFontIcon-size: var(--button-size-l);--partFontIcon-color: var(--brown-border)}#homeServices .service .wrapper{display:grid;grid-template-rows:0fr;transition:.2s grid-template-rows ease}#homeServices .service .wrapper ul{font-size:.9em;overflow:hidden;opacity:0;transition:.4s ease;transition-delay:.2s;columns:280px auto}#homeServices .service .wrapper ul li a{color:var(--body-color);padding:.5em 0;display:inline-block;text-decoration:underline;text-decoration-color:transparent;text-decoration-thickness:.1em;text-underline-offset:.2em;transition:.3s}#homeServices .service .wrapper ul li a:hover{text-decoration-color:var(--orange)}@media (hover: hover){#homeServices .service--hover .heading{margin-bottom:.3em}#homeServices .service--hover .wrapper{grid-template-rows:1fr}#homeServices .service--hover .wrapper ul{opacity:1}#homeServices:has(.service--hover) .service:not(.service--hover){opacity:.3}#homeServices .service--hover .heading .partFontIcon{--partFontIcon-color: var(--orange)}#homeServices .service ul li a:hover{text-decoration:underline}}#homeServices .images{order:-1;display:grid;grid-template-areas:"stack";border-top-left-radius:var(--borderRadius-m);border-bottom-left-radius:var(--borderRadius-m);overflow:hidden;grid-column-end:fullwidth-end}#homeServices .images .partContentFileImageGallery{grid-area:stack;margin-top:0}#homeServices .images .partContentFileImageGallery.active{z-index:10;opacity:1;visibility:visible;transition:opacity 1s}#homeServices .images .partContentFileImageGallery:not(.active){visibility:hidden;opacity:0;transition-delay:1s}@media (min-width: 901px){#homeServices .list{grid-column-end:content-center;margin-right:calc(var(--spacing-90) / 2)}#homeServices .images{order:0;grid-column-start:content-center;grid-column-end:fullwidth-end;margin-left:calc(var(--spacing-90) / 2)}}#homeArticles{background-color:var(--brown-light);padding:var(--spacing-vertical) 0}#homeArticles:has(+ #contentContactForm){padding-bottom:22px}.contentTwoColumns--color-1+#homeArticles{padding-top:0}#homeArticles .container>.partHeading{margin-bottom:var(--spacing-30)}#homeArticles #articleList{padding:var(--spacing-60);padding-top:calc(var(--spacing-60) - var(--spacing-20));border-radius:var(--borderRadius-m);border:solid 1px var(--brown-border);background-color:var(--white);display:flex;flex-direction:column;gap:var(--spacing-20)}#homeArticles #articleList ul li{border-bottom:1px solid var(--brown-border)}#homeArticles #articleList ul li a{display:flex;gap:.5em;align-items:center;justify-content:space-between;text-decoration:none;color:var(--turquoise-darker);padding:var(--spacing-20) 0;text-decoration:underline;text-decoration-color:transparent;text-decoration-thickness:.1em;text-underline-offset:.15em;transition:.3s}#homeArticles #articleList ul li a .partFontIcon{height:var(--button-size-s);width:var(--button-size-s);border-radius:50%;background-color:var(--white);border:solid 1px var(--brown-border);display:grid;place-items:center;--partFontIcon-size: 1.25rem;--partFontIcon-color: var(--turquoise-darker);transition:.3s}@media (hover: hover){#homeArticles #articleList ul li a:hover,#homeArticles #articleList ul li a:focus{text-decoration-color:var(--orange)}#homeArticles #articleList ul li a:hover .partFontIcon,#homeArticles #articleList ul li a:focus .partFontIcon{background-color:var(--orange);border-color:var(--orange);--partFontIcon-color: var(--white)}}#homeArticles #articleList .partButton{align-self:flex-start;--button-size: var(--button-size-m)}.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:900/562}.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}.vimeoBackgroundVideo--deviatingAspectRatio .vimeoBackgroundVideo-iframe{height:100%}}
