@layer payload-default{.icon--copy{height:1.5384615385rem;width:1.5384615385rem}.icon--copy .stroke{fill:none;stroke:currentColor;stroke-width:1px}}@keyframes fillLine{0%{height:0;background-color:#f5f9f6}to{height:calc(100% - 40px);background-color:#9fc7aa}}@keyframes animateBackgroundColor{0%{background-color:#f5f9f6}to{background-color:var(--accent)}}.firstContactCTA{--accent:#9fc7aa}.firstContactCTA .icon-step-line{position:relative}.firstContactCTA .icon-step-line:before{content:"";position:absolute;top:60px;left:50%;translate:-50% 0;width:2px;border-radius:4px;animation:fillLine 3s infinite}.firstContactCTA .icon-step-line:after{z-index:-1;content:"";position:absolute;top:-10px;left:-10px;width:50px;height:50px;border-radius:50%;background-color:var(--accent);animation-duration:10s}.firstContactCTA .icon-step-line.delay-2:before{animation-delay:6s}.firstContactCTA .icon-step-line.duration-2:before{animation-duration:6s}.firstContactCTA .icon-step-line.delay-3:before{animation-delay:9s}.firstContactCTA .icon-step-line.duration-3:before{animation-duration:9s}.firstContactCTA .icon-step-line.delay-4:before{animation-delay:12s}.firstContactCTA .icon-step-line.duration-4:before{animation-duration:12s}.firstContactCTA .icon-step-line.delay-5:before{animation-delay:15s}.firstContactCTA .icon-step-line.duration-5:before{animation-duration:15s}.firstContactCTA .icon-step-line.delay-6:before{animation-delay:18s}.firstContactCTA .icon-step-line.duration-6:before{animation-duration:18s}.firstContactCTA .icon-step-line.delay-7:before{animation-delay:21s}.firstContactCTA .icon-step-line.duration-7:before{animation-duration:21s}.firstContactCTA .icon-step-line.delay-8:before{animation-delay:24s}.firstContactCTA .icon-step-line.duration-8:before{animation-duration:24s}.firstContactCTA .icon-step-line.delay-9:before{animation-delay:27s}.firstContactCTA .icon-step-line.duration-9:before{animation-duration:27s}.firstContactCTA .icon-step-line.delay-10:before{animation-delay:30s}.firstContactCTA .icon-step-line.duration-10:before{animation-duration:30s}.c-bg{position:relative}.c-bg:before{position:absolute;right:auto;left:50%;top:0;width:100dvw;height:100%;translate:-50% 0;content:"";z-index:-1;background-color:var(--accent-sc)}.homepageHero .hero{display:flex;flex-direction:column;justify-content:flex-end;width:100%;align-items:center;gap:64px;position:relative}@media screen and (min-width:1280px){.homepageHero .hero{flex-direction:row}.homepageHero .hero:after{content:"";position:absolute;bottom:0;left:50%;translate:-50% 0;width:100dvw;height:40%;background-color:#fff}}@media screen and (min-width:1600px){.homepageHero .hero{margin-top:64px}}.homepageHero.heroContainer{position:relative;width:100%;background-color:rgba(0,0,0,0);display:flex}.homepageHero.heroContainer>*{position:relative;z-index:2}.homepageHero.beige:before{position:absolute;right:auto;left:50%;width:100dvw;height:100%;translate:-50% 0;content:"";background-color:#e8dccb}.homepageHero .content{display:flex;flex-direction:column;width:100%;gap:64px}@media screen and (min-width:1280px){.homepageHero .content{flex-direction:row;width:unset}}.homepageHero .text{display:flex;flex-direction:column;justify-content:flex-start;max-width:80ch;gap:32px;color:var(--text-main)}@media screen and (min-width:1280px){.homepageHero .text{position:absolute;left:0;right:0;max-width:60%}}@media screen and (min-width:1600px){.homepageHero .text{max-width:900px}}.homepageHero .text h2{font-weight:400}.homepageHero .image-tiles{gap:16px;width:100%;display:flex;flex-direction:row;justify-content:center}@media screen and (min-width:1280px){.homepageHero .image-tiles{display:grid;grid-template-areas:"leftt rightt" "left rightt" "left rightb" "leftb rightb";position:relative}}.homepageHero .image-tiles .b,.homepageHero .image-tiles .c{display:none}@media screen and (min-width:1280px){.homepageHero .image-tiles .b,.homepageHero .image-tiles .c{display:block}}.homepageHero .image-tiles .b{grid-area:leftt;height:195px;aspect-ratio:1/1}.homepageHero .image-tiles .c{grid-area:leftb;height:250px;aspect-ratio:1/1}.homepageHero .image-tiles .image{width:300px;aspect-ratio:1/1;box-shadow:0 20px 39px 0 rgba(0,0,0,.25);z-index:10;position:relative;transition:all .25s ease-in-out}.homepageHero .image-tiles .image:hover{transform:scale(1.025)}.homepageHero .image-tiles .image.imageL{grid-area:left}.homepageHero .image-tiles .image.imageRT{grid-area:rightt}.homepageHero .image-tiles .image.imageRB{grid-area:rightb}@media screen and (min-width:1200px){.homepageHero .image-tiles .image{display:flex;flex-direction:column;gap:8px;width:400px;height:400px}}.homepageHero .image-tiles .image img{max-height:100%;width:100%;aspect-ratio:1/1;min-height:100%;height:100%}