:root{--mud:#605b4c;--khaki:#9a9582;--linen:#f5f4ef;--clay:#dad8cb;--ink:#27261f;--white:#fff;--radius:1.5rem;--shell:min(100% - 2rem, 108rem);--section-space:clamp(5rem, 9vw, 10rem);color:var(--ink);background:var(--linen);font-synthesis:none;font-family:DM Sans,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--mud)}body{background:var(--linen);min-width:20rem;margin:0;overflow-x:hidden}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}h1,h2,h3,p{margin-block:0}h1,h2,h3{letter-spacing:0;text-wrap:balance;font-weight:500;line-height:1}h1,h2{font-family:Italiana,serif}h1{font-size:72px}h2{font-size:clamp(3rem,5.4vw,6.5rem)}h3{font-size:clamp(1.4rem,2.2vw,2.3rem)}p{line-height:1.55}.shell{width:var(--shell);margin-inline:auto}.section{padding-block:var(--section-space)}.section--linen{background:var(--linen)}.flow>*+*{margin-top:clamp(1.25rem,2vw,2rem)}.lead{max-width:45rem;font-size:clamp(1.05rem,1.4vw,1.35rem);line-height:1.55}.eyebrow{letter-spacing:.16em;text-transform:uppercase;font-size:.74rem;font-weight:700;line-height:1.3}.eyebrow--light{color:#fffc}.button{border:1px solid;border-radius:999px;justify-content:space-between;align-items:center;gap:2rem;min-height:3.75rem;padding:.85rem 1.2rem .85rem 1.5rem;font-size:.9rem;font-weight:700;transition:background-color .25s,color .25s,transform .25s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button--light{color:var(--white)}.button--light:hover{color:var(--mud);background:var(--white)}.button--dark{color:var(--mud)}.button--dark:hover{color:var(--white);background:var(--mud)}.text-link{align-items:center;gap:.7rem;font-size:.9rem;font-weight:700;display:inline-flex}.text-link--light{color:var(--white)}.pill-button{color:#fff;background:var(--khaki);letter-spacing:1px;border-radius:40px;justify-content:center;align-items:center;gap:13px;height:51px;min-height:51px;padding:12px 24px;font-size:18px;font-weight:300;line-height:1.5;transition:color .2s,background-color .2s;display:inline-flex}.pill-button:hover{color:var(--mud);background:var(--linen)}.site-header{z-index:100;min-height:54px;color:var(--white);will-change:transform;transition:transform .38s cubic-bezier(.22,.61,.36,1);position:fixed;top:0;left:15px;right:15px}.site-header[data-hidden=true]{transform:translateY(calc(-100% - 12px))}.site-header__inner{background:var(--khaki);border-radius:0 0 40px 40px;align-items:center;width:100%;min-height:54px;padding:0 15px 4px 33px;display:flex;position:relative;box-shadow:0 2px 10px -5px #00000080}.site-header__logo{align-items:center;width:15.868%;min-width:183px;display:flex}.site-header__logo img{width:183px;height:auto;margin-top:8px}.desktop-nav{justify-content:center;align-items:center;width:auto;display:flex;position:absolute;left:50%;transform:translate(-50%)}.desktop-nav a{padding-inline:29px;font-size:16px;font-weight:300;line-height:1.5;position:relative}.desktop-nav a+a:before{background:var(--linen);content:"";width:1px;height:18px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.desktop-nav a:hover{color:var(--mud)}.mobile-nav{display:none}.hero{min-height:100svh;color:var(--white);background:var(--mud);border-radius:0 0 10px;position:relative;overflow:hidden}.hero__video,.hero__overlay{width:100%;height:100%;position:absolute;inset:0}.hero__video{object-fit:cover}.hero__overlay{background:#00000042}.hero__frame{z-index:2;align-items:center;min-height:100svh;padding:15px;display:flex;position:relative}.hero__mark{width:108px;height:auto;position:absolute;top:86px;left:47%}.hero__panel{flex-direction:column;align-items:flex-start;gap:30px;width:650px;max-width:100%;display:flex}.hero h1{color:#fff;max-width:650px;font-family:Italiana,serif;font-size:72px;font-weight:400;line-height:1}.hero__intro{max-width:650px;font-size:16px;font-weight:400;line-height:22px}.hero__button{background:var(--khaki);letter-spacing:1px;border-radius:40px;align-items:center;gap:13px;margin-top:20px;padding:12px 24px;font-size:18px;font-weight:300;line-height:1.5;transition:background-color .2s,color .2s;display:inline-flex}.hero__button:hover{color:var(--mud);background:var(--linen)}.hero__reel{align-items:center;gap:7px;padding-left:8px;font-size:16px;font-weight:300;display:inline-flex}.hero__reel span{border:1px solid;border-radius:50%;place-items:center;width:20px;height:20px;font-size:10px;display:grid}.desktop-only{display:initial}.split{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(3rem,8vw,10rem);display:grid}.magazine{height:293px;min-height:293px;color:var(--linen);background:var(--mud);padding:10px}.magazine__inner{grid-template-columns:1fr 1fr;align-items:stretch;gap:20px;width:min(100%,1728px);height:273px;min-height:0;margin-inline:auto;padding:10px;display:grid}.magazine__visual{justify-content:flex-end;align-items:flex-start;padding:10px;display:flex}.magazine__cover{object-fit:contain;width:21%;max-height:none}.magazine__copy{flex-direction:column;justify-content:center;align-items:flex-start;padding:10px;display:flex}.magazine__copy h2{font-synthesis:weight;font-size:56px;font-weight:500;line-height:1}.magazine__copy p{width:61.713%;max-width:none;margin-top:20px;font-size:16px;line-height:22px}.magazine__copy .pill-button{margin-top:40px}.problem{min-height:911px;color:var(--mud);background:var(--linen) url(https://tegelerij.nl/wp-content/uploads/2025/11/RGB_Pattern-linen-white.png) center / cover no-repeat;overflow:hidden}.problem__inner{grid-template-columns:calc(50% - 20px) 50%;align-items:center;gap:20px;width:100%;max-width:1728px;min-height:911px;margin-inline:auto;padding:15px;display:grid}.problem__images{width:100%;height:100%;position:relative}.problem__image{object-fit:cover;border-radius:20px;height:auto;position:absolute}.problem__image--back{width:44%;top:153px;left:41px}.problem__image--front{width:calc(44% - 5px);inset:296px auto auto 261px}.problem__copy{flex-direction:column;align-items:flex-start;width:100%;max-width:none;display:flex;transform:translateY(13px)}.problem__copy h2{font-synthesis:weight;width:480px;max-width:100%;font-size:56px;font-weight:500;line-height:1}.problem__copy p{width:57.442%;max-width:none;margin-top:29px;font-size:16px;line-height:22px}.problem__copy .pill-button{margin-top:56px}.site-footer{color:var(--mud);background:#f4f4f4}.site-footer__main{grid-template-columns:46% 8.835% 25.612%;justify-content:space-between;gap:0;max-width:1728px;margin-inline:auto;padding:5% 8%;display:grid}.site-footer__brand img{opacity:.25;width:83px;max-width:none}.site-footer__brand p{max-width:310px;margin-top:4px;font-size:14px;font-weight:300;line-height:22px}.site-footer__socials{color:var(--khaki);gap:20px;margin-top:50px;font-weight:700;display:flex}.site-footer__socials--mobile{display:none}.site-footer__title{font-size:14px;font-weight:700}.site-footer nav{color:var(--khaki);flex-direction:column;gap:10px;margin-top:20px;font-size:14px;line-height:1.5;display:flex}.site-footer address{color:var(--khaki);margin-top:15px;font-size:14px;font-style:normal;font-weight:300;line-height:1.5}.site-footer__bottom{min-height:45px;color:var(--linen);background:var(--khaki);justify-content:space-between;align-items:center;padding-inline:8%;font-size:14px;display:flex}.site-footer__bottom>div{gap:20px;display:flex}@media (width<=64rem){.desktop-nav{display:none}.site-header{min-height:50px;left:0;right:0}.site-header__inner{min-height:50px;box-shadow:none;border-radius:0 0 10px 10px;justify-content:space-between;padding:10px 15px}.site-header__logo{width:auto;min-width:0}.site-header__logo img{width:100px;margin-top:0}.mobile-nav{display:block}.mobile-nav summary{cursor:pointer;border:0;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:26px;height:26px;list-style:none;display:flex}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary span{background:currentColor;width:22px;height:2px}.mobile-nav nav{min-width:14rem;color:var(--ink);background:var(--linen);border-radius:1rem;flex-direction:column;gap:1rem;padding:1.5rem;display:flex;position:absolute;top:5.5rem;right:1rem;box-shadow:0 1rem 3rem #0003}.split{grid-template-columns:1fr}.magazine{height:auto;min-height:399px;padding:10px}.magazine__inner{grid-template-columns:1fr 1fr;width:min(100%,900px);height:auto;min-height:379px}.magazine__visual{align-items:center;padding:0}.magazine__cover{width:60%}.magazine__copy{padding:0}.magazine__copy h2{font-size:40px}.magazine__copy p{font-size:18px}.problem{min-height:685px}.problem__inner{flex-direction:column;justify-content:center;align-items:stretch;gap:22px;min-height:685px;padding:15px;display:flex}.problem__images{width:100%;height:318px}.problem__image--back{display:none}.problem__image--front{border-radius:20px;width:100%;height:318px;position:static}.problem__copy{max-width:667px;transform:none}.problem__copy h2{width:100%;font-size:40px}.problem__copy p{width:100%;max-width:667px;margin-top:16px;font-size:18px}.problem__copy .pill-button{margin-top:20px}.steps{grid-template-columns:repeat(2,1fr)}.step:nth-child(3n){border-right:1px solid #605b4c59}.step:nth-child(2n){border-right:0}.site-footer__main{flex-flow:wrap;justify-content:space-between;gap:30px 0;padding:8% 5%;display:flex}.site-footer__brand{order:3;width:100%;margin-top:8%;padding-right:35%}.site-footer__menu{order:1;width:25%}.site-footer__contact{order:2;width:50%;padding-right:15%}}@media (width<=47.9375rem){:root{--shell:min(100% - 1.5rem, 108rem);--section-space:4.5rem}h1{font-size:32px}h2{font-size:clamp(2.65rem,13vw,4.2rem)}.hero{border-radius:0}.hero__overlay{background:#0009}.hero__frame{flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;min-height:100svh;padding:50px 15px 15px}.hero__mark{align-self:center;width:70px;position:static}.hero__panel{justify-content:flex-end;gap:20px;width:100%;min-height:458px}.hero h1{font-size:32px;line-height:1.2}.hero__intro{font-size:14px;line-height:22px}.hero__button{margin-top:20px;padding:12px 24px;font-size:14px}.hero__reel{font-size:16px}.desktop-only{display:none}.magazine{min-height:575px;padding-block:35px}.magazine__inner{text-align:center;flex-direction:column;gap:22px;display:flex}.magazine__cover{align-self:center;width:58%;max-height:245px}.magazine__copy{align-items:center}.magazine__copy h2{font-size:25px;line-height:1.2}.magazine__copy p{width:61.713%;margin-top:14px;font-size:11px;line-height:22px}.magazine__copy .pill-button{margin-top:20px}.pill-button{height:48px;min-height:48px;padding:12px 24px;font-size:14px}.problem{min-height:675px}.problem__inner{justify-content:flex-start;gap:20px;min-height:675px;padding:65px 15px 15px}.problem__images{width:100%;height:210px}.problem__image--front{border-radius:10px;width:100%;height:210px}.problem__copy h2{font-size:32px;line-height:1.2}.problem__copy p{margin-top:20px;font-size:14px;line-height:22px}.problem__copy .pill-button{margin-top:26px}.site-footer__main{text-align:center;flex-direction:column;align-items:center;gap:20px;padding:15%;display:flex}.site-footer__brand{order:1;width:100%;margin-top:0;padding-right:0}.site-footer__contact{order:2;width:100%;padding-right:0}.site-footer__menu{order:3;width:100%}.site-footer__brand img{width:30%;max-width:100px}.site-footer__brand p{margin:20px auto 0}.site-footer__socials--desktop{display:none}.site-footer__socials--mobile{order:4;justify-content:center;margin-top:0;display:flex}.site-footer__title{margin-top:0;font-size:18px}.site-footer__bottom{flex-wrap:wrap;justify-content:center;gap:8px;min-height:70px;padding:10px 5%;font-size:12px}.site-footer__powered{display:none}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.hero__video{display:none}.hero{background:linear-gradient(#14131080,#14131080),url(https://tegelerij.nl/wp-content/uploads/2025/11/Tegelerij_Finals-015922-scaled.png) 50%/cover}}.contact-cta[data-astro-cid-tv4n2zuu]{isolation:isolate;color:#dad8cb;background:#605b4c;flex-direction:column;width:100%;padding-inline:5%;display:flex;position:relative;container-type:inline-size}.contact-cta[data-astro-cid-tv4n2zuu]:before{z-index:-1;content:"";opacity:.5;pointer-events:none;background-image:url(https://tegelerij.nl/wp-content/uploads/2025/11/RGB_Pattern-mud-linen.png);background-position:0 0;background-size:cover;position:absolute;inset:0}.contact-cta__inner[data-astro-cid-tv4n2zuu]{grid-template-columns:calc(38.5931% - 8.11285px) minmax(0,1fr);align-items:stretch;gap:20px;width:100%;max-width:1728px;margin-inline:auto;padding-block:5%;display:grid}.contact-cta__images[data-astro-cid-tv4n2zuu]{flex-direction:row-reverse;align-items:stretch;gap:0;min-width:0;display:flex}.contact-cta__image[data-astro-cid-tv4n2zuu]{min-width:0;position:relative}.contact-cta__image--bath[data-astro-cid-tv4n2zuu]{flex:0 0 60.6048%;width:60.6048%}.contact-cta__image--plant[data-astro-cid-tv4n2zuu]{flex:0 0 39.3952%;align-self:flex-end;width:39.3952%}.contact-cta__image-motion[data-astro-cid-tv4n2zuu]{transform:translate3d(0, var(--cta-image-translate-y,0), 0);will-change:transform;transition:transform 1s cubic-bezier(0,.33,.07,1.03)}.contact-cta__image--bath[data-astro-cid-tv4n2zuu] .contact-cta__image-motion[data-astro-cid-tv4n2zuu]{margin-bottom:60px}.contact-cta__image--plant[data-astro-cid-tv4n2zuu] .contact-cta__image-motion[data-astro-cid-tv4n2zuu]{margin-left:-35%;margin-right:35%}.contact-cta__image[data-astro-cid-tv4n2zuu] img[data-astro-cid-tv4n2zuu]{border-radius:25px;width:100%;max-width:none;height:auto;display:block}.contact-cta__copy[data-astro-cid-tv4n2zuu]{flex-direction:column;justify-content:center;gap:20px;min-width:0;padding-right:5cqw;display:flex}.contact-cta__title[data-astro-cid-tv4n2zuu],.contact-cta__kicker[data-astro-cid-tv4n2zuu]{color:#dad8cb;text-align:start;text-wrap:wrap;width:74%;max-width:100%;margin:0}.contact-cta__title[data-astro-cid-tv4n2zuu]{letter-spacing:3px;text-transform:uppercase;font-family:Italiana,serif;font-size:38px;font-weight:400;line-height:1.2}.contact-cta__kicker[data-astro-cid-tv4n2zuu]{letter-spacing:3px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:400;line-height:1.2}.contact-cta__button-widget[data-astro-cid-tv4n2zuu]{align-self:flex-start;width:max-content;max-width:100%}.contact-cta__button-container[data-astro-cid-tv4n2zuu]{padding-top:20px}.contact-cta__button[data-astro-cid-tv4n2zuu]{color:#fff;letter-spacing:1px;background:#9a9582;border-radius:40px;justify-content:center;align-items:center;padding:12px 24px;font-family:DM Sans,sans-serif;font-size:18px;font-weight:300;line-height:1.5;transition:color .3s,background-color .3s;display:inline-flex}.contact-cta__button[data-astro-cid-tv4n2zuu]:hover,.contact-cta__button[data-astro-cid-tv4n2zuu]:focus-visible{color:#f5f4ef;background:#605b4c}.contact-cta__button-content[data-astro-cid-tv4n2zuu]{flex-direction:row;justify-content:center;align-items:center;gap:13px;display:flex}.contact-cta__button-icon[data-astro-cid-tv4n2zuu]{flex:none;align-items:center;width:19px;height:27px;display:flex}.contact-cta__button-icon[data-astro-cid-tv4n2zuu] svg[data-astro-cid-tv4n2zuu]{fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:miter;stroke-width:1.2px;width:19px;height:18px;display:block;overflow:visible}@media (prefers-reduced-motion:no-preference){.contact-cta__reveal[data-astro-cid-tv4n2zuu]{visibility:hidden;opacity:0;transform:translateY(100%)}.contact-cta[data-astro-cid-tv4n2zuu][data-cta-visible=true] .contact-cta__reveal[data-astro-cid-tv4n2zuu]{visibility:visible;animation:1.25s both contact-cta-fade-in-up;animation-delay:var(--cta-reveal-delay,0s)}}@keyframes contact-cta-fade-in-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:none}}@media (width<=64rem){.contact-cta__image--bath[data-astro-cid-tv4n2zuu] .contact-cta__image-motion[data-astro-cid-tv4n2zuu]{margin-bottom:50px}.contact-cta__image--plant[data-astro-cid-tv4n2zuu] .contact-cta__image-motion[data-astro-cid-tv4n2zuu]{width:auto;margin-left:-30%;margin-right:0}.contact-cta__copy[data-astro-cid-tv4n2zuu]{justify-content:flex-start}.contact-cta__title[data-astro-cid-tv4n2zuu],.contact-cta__kicker[data-astro-cid-tv4n2zuu]{font-size:22px}.contact-cta__button[data-astro-cid-tv4n2zuu]{font-size:14px}.contact-cta__button-icon[data-astro-cid-tv4n2zuu]{width:15px;height:21px}.contact-cta__button-icon[data-astro-cid-tv4n2zuu] svg[data-astro-cid-tv4n2zuu]{width:15px;height:14px}}@media (width<=47.9375rem){.contact-cta__inner[data-astro-cid-tv4n2zuu]{flex-direction:column;gap:20px;padding-block:15%;display:flex}.contact-cta__images[data-astro-cid-tv4n2zuu]{flex-direction:row;justify-content:center;align-items:center;width:100%}.contact-cta__image--plant[data-astro-cid-tv4n2zuu]{flex-basis:41%;width:41%}.contact-cta__image--bath[data-astro-cid-tv4n2zuu]{flex-basis:58%;width:58%}.contact-cta__image--plant[data-astro-cid-tv4n2zuu] .contact-cta__image-motion[data-astro-cid-tv4n2zuu]{margin:0 -30px 0 15px}.contact-cta__copy[data-astro-cid-tv4n2zuu]{width:100%}.contact-cta__title[data-astro-cid-tv4n2zuu],.contact-cta__kicker[data-astro-cid-tv4n2zuu]{width:100%;max-width:1000px}.contact-cta__title[data-astro-cid-tv4n2zuu]{font-size:20px}.contact-cta__kicker[data-astro-cid-tv4n2zuu]{font-size:17px}.contact-cta__button[data-astro-cid-tv4n2zuu]{font-size:15px}.contact-cta__button-icon[data-astro-cid-tv4n2zuu]{width:16px;height:22.5px}.contact-cta__button-icon[data-astro-cid-tv4n2zuu] svg[data-astro-cid-tv4n2zuu]{width:16px;height:15px}}@media (prefers-reduced-motion:reduce){.contact-cta__image-motion[data-astro-cid-tv4n2zuu]{transition:none;transform:none}}.proof-source[data-astro-cid-b4xrhgts]{color:#605b4c;background-image:url(https://tegelerij.nl/wp-content/uploads/2025/11/Tegelerij_Finals-01281-scaled.jpg);background-size:cover;padding:100px 0;box-shadow:inset 0 0 10px #00000080}.proof-source__motion-shell[data-astro-cid-b4xrhgts]{width:min(100%,1728px);margin-inline:auto}.proof-source__motion-frame[data-astro-cid-b4xrhgts],.proof-source__card[data-astro-cid-b4xrhgts]{will-change:transform;transition-property:transform,opacity;transition-duration:1s;transition-timing-function:cubic-bezier(0,.33,.07,1.03)}.proof-source__desktop[data-astro-cid-b4xrhgts]{flex-direction:column;align-items:center;width:100%;padding:15px;display:flex}.proof-source__desktop-inner[data-astro-cid-b4xrhgts]{flex-direction:column;align-items:center;width:100%;max-width:1728px;display:flex}.proof-source__card[data-astro-cid-b4xrhgts]{background:#fff;border-radius:25px;flex-direction:column;align-items:center;gap:20px;width:100%;padding:10px;display:flex;box-shadow:0 0 25px -13px #00000080}.proof-source__desktop-mark-widget[data-astro-cid-b4xrhgts]{width:min(100%,800px);padding:10px 0 0}.proof-source__desktop-mark[data-astro-cid-b4xrhgts]{width:14%;max-width:none;height:auto;margin-inline:auto}.proof-source__heading-widget[data-astro-cid-b4xrhgts]{text-align:center;width:90%;max-width:90%;padding:0 0 50px}.proof-source__heading-widget[data-astro-cid-b4xrhgts] h2[data-astro-cid-b4xrhgts]{color:#605b4c;font-synthesis:weight;text-align:center;text-wrap:wrap;margin:0;font-family:Italiana,sans-serif;font-size:38px;font-weight:500;line-height:1}.proof-source__stats-row[data-astro-cid-b4xrhgts]{flex-direction:row;justify-content:space-around;width:100%;padding:0 0 25px;display:flex;overflow:hidden}.proof-source__counter-widget[data-astro-cid-b4xrhgts]{flex:1 1 0;min-width:0}.proof-source__counter[data-astro-cid-b4xrhgts]{flex-direction:column-reverse;justify-content:center;align-items:stretch;display:flex}.proof-source__counter-number-wrapper[data-astro-cid-b4xrhgts]{color:#605b4c;text-align:center;flex:1;font-family:Times New Roman,Times,serif;font-size:69px;font-weight:600;line-height:1;display:flex}.proof-source__counter-prefix[data-astro-cid-b4xrhgts],.proof-source__counter-suffix[data-astro-cid-b4xrhgts]{white-space:pre-wrap;flex-grow:1}.proof-source__counter-prefix[data-astro-cid-b4xrhgts]{text-align:end}.proof-source__counter-suffix[data-astro-cid-b4xrhgts]{text-align:start}.proof-source__counter-title[data-astro-cid-b4xrhgts]{color:#9a9582;text-align:center;flex:1;justify-content:center;align-items:center;margin:0;padding:0;font-family:DM Sans,sans-serif;font-size:14px;font-weight:400;line-height:2.5;display:flex}.proof-source__desktop-carousel[data-astro-cid-b4xrhgts]{--distance:0px;--duration:36s;width:100%;padding:25px 0 40px}.proof-source__desktop-viewport[data-astro-cid-b4xrhgts]{cursor:grab;background:#dad8cb;border-radius:25px;justify-content:center;align-items:center;height:260px;padding-top:18px;display:flex;overflow:hidden;box-shadow:inset 0 0 10px -2px #00000080}.proof-source__desktop-track[data-astro-cid-b4xrhgts]{animation:proof-source-desktop-marquee var(--duration) linear infinite;align-items:center;gap:52px;display:flex}.proof-source__desktop-item[data-astro-cid-b4xrhgts]{flex:0 0 280px;justify-content:center;align-items:center;width:280px;min-width:280px;height:100%;display:flex}.proof-source__desktop-item[data-astro-cid-b4xrhgts] img[data-astro-cid-b4xrhgts]{object-fit:contain;width:auto;max-width:320px;height:auto;max-height:150px}.proof-source__mobile[data-astro-cid-b4xrhgts]{display:none}.proof-source--embedded[data-astro-cid-b4xrhgts]{box-shadow:none;background-image:none;padding:0}@keyframes proof-source-desktop-marquee{0%{transform:translate(0,0)}to{transform:translate3d(calc(-1 * var(--distance)), 0, 0)}}@keyframes proof-source-mobile-marquee{0%{transform:translate(0,0)}to{transform:translate3d(calc(-1 * var(--distance)), 0, 0)}}@keyframes proof-source-fade-in-up{0%{visibility:visible;opacity:0;transform:translateY(100%)}to{visibility:visible;opacity:1;transform:none}}@media (width>=1025px){.proof-source[data-astro-cid-b4xrhgts]{background-attachment:fixed}.proof-source__motion-shell[data-astro-cid-b4xrhgts]{height:680px}.proof-source--embedded[data-astro-cid-b4xrhgts]{background-attachment:scroll}.proof-source--embedded[data-astro-cid-b4xrhgts] .proof-source__motion-shell[data-astro-cid-b4xrhgts]{height:auto}}@media (width<=1023.98px){.proof-source__desktop-viewport[data-astro-cid-b4xrhgts]{height:230px;padding-top:16px}.proof-source__desktop-item[data-astro-cid-b4xrhgts] img[data-astro-cid-b4xrhgts]{max-height:130px}}@media (width<=767px){.proof-source__desktop[data-astro-cid-b4xrhgts]{display:none}.proof-source__mobile[data-astro-cid-b4xrhgts]{background:#f5f4ef;flex-direction:column;align-items:center;gap:20px;width:100%;padding:15px;display:flex}.proof-source__mobile-mark-widget[data-astro-cid-b4xrhgts]{visibility:hidden;width:100%;padding:50px}.proof-source__mobile-mark-widget[data-astro-cid-b4xrhgts].is-visible{animation:1.25s both proof-source-fade-in-up}.proof-source__mobile-mark[data-astro-cid-b4xrhgts]{width:32%;max-width:none;height:auto;margin-inline:auto}.proof-source__mobile-content[data-astro-cid-b4xrhgts]{flex-direction:column;gap:10px;width:100%;padding:0 0 25px;display:flex;overflow:hidden}.proof-source__mobile-counter-widget--last[data-astro-cid-b4xrhgts]{padding-bottom:50px}.proof-source__mobile-counter-widget[data-astro-cid-b4xrhgts] .proof-source__counter-number-wrapper[data-astro-cid-b4xrhgts]{font-size:40px}.proof-source__divider[data-astro-cid-b4xrhgts]{text-align:center;padding:15px 0}.proof-source__divider[data-astro-cid-b4xrhgts] span[data-astro-cid-b4xrhgts]{border-top:1px solid #dad8cb;width:241px;max-width:100%;margin:0 auto;display:block}.proof-source__mobile-carousel[data-astro-cid-b4xrhgts]{--distance:0px;--duration:26s;background:#dad8cb;border-radius:25px;width:100%;padding:10px 0;box-shadow:inset 0 0 10px -3px #00000080}.proof-source__mobile-viewport[data-astro-cid-b4xrhgts]{cursor:grab;touch-action:pan-y;user-select:none;justify-content:center;align-items:center;height:220px;padding-top:14px;display:flex;overflow:hidden}.proof-source__mobile-viewport[data-astro-cid-b4xrhgts].dragging{cursor:grabbing}.proof-source__mobile-track[data-astro-cid-b4xrhgts]{animation:proof-source-mobile-marquee var(--duration) linear infinite normal;align-items:center;gap:10px;display:flex}.proof-source__mobile-item[data-astro-cid-b4xrhgts]{justify-content:center;align-items:center;height:100%;display:flex}.proof-source__mobile-item[data-astro-cid-b4xrhgts] img[data-astro-cid-b4xrhgts]{opacity:.95;object-fit:contain;width:auto;max-width:260px;height:auto;max-height:180px}}@media (prefers-reduced-motion:reduce){.proof-source__motion-frame[data-astro-cid-b4xrhgts],.proof-source__card[data-astro-cid-b4xrhgts]{transition-duration:0s}.proof-source__desktop-track[data-astro-cid-b4xrhgts],.proof-source__mobile-track[data-astro-cid-b4xrhgts]{animation-play-state:paused}.proof-source__mobile-mark-widget[data-astro-cid-b4xrhgts]{visibility:visible;animation:none}}
