:root{--neutral-default: rgba(28, 29, 31, 1);--neutral-secondary: rgba(102, 109, 116, 1);--neutral-tertiary: rgba(129, 136, 143, 1);--white: rgba(255, 255, 255, 1);--border-neutral-default: rgba(206, 209, 211, 1);--border-neutral-light: rgba(229, 231, 232, 1);--surface-neutral-default: rgba(255, 255, 255, 1);--surface-neutral-bg3: rgba(229, 231, 232, 1);--surface-neutral-bg: rgba(245, 246, 246, .5);--content-neutral-disable: rgba(171, 176, 181, 1);--content-neutral-tertiary: rgba(129, 136, 143, 1);--info: rgba(1, 114, 203, 1);--info-bg3: rgba(224, 239, 254, 1);--info-dark: rgba(1, 90, 160, 1);--surface-info-bg-light: rgba(1, 114, 203, .03);--border-info-light: rgba(1, 114, 203, .2);--success: rgba(22, 163, 74, 1);--success-bg: rgba(209, 250, 229, 1);--error: rgba(217, 49, 41, 1);--error-bg: rgba(217, 49, 41, .05);--warning: rgba(242, 119, 14, 1);--warning-bg: rgba(255, 242, 213, 1);--warning-bg2: rgba(255, 249, 237, 1);--shadow-sm: rgba(0, 0, 0, .08);--shadow-md: rgba(0, 0, 0, .12)}:root,[data-theme=public]{--primary: rgba(29, 104, 96, 1);--primary-dark: rgba(27, 84, 78, 1);--bg-primary-transparent: rgba(235, 254, 245, .2);--brand-secondary: rgba(240, 247, 255, 1);--surface-primary-default: rgba(29, 104, 96, 1);--surface-primary-bg1: rgba(235, 254, 245, .5);--surface-primary-bg2: #F2FBF9;--surface-primary-bg3: #dceeec;--surface-primary-focus: rgba(27, 70, 66, 1);--button-primary-default-surface: rgba(29, 104, 96, 1);--surface-primary-bg-light: rgba(0, 131, 96, .05);--surface-primary-bg-lighter: rgba(0, 131, 96, .02);--border-primary-light: rgba(0, 131, 96, .2);--shadow-primary: rgba(0, 131, 96, .1)}[data-theme=professionnels]{--primary: rgba(13, 143, 234, 1);--primary-dark: rgba(13, 143, 234, 1);--bg-primary-transparent: rgba(224, 239, 254, .2);--brand-secondary: rgba(240, 247, 255, .5);--surface-primary-default: rgba(224, 239, 254, 1);--surface-primary-bg1: rgba(240, 247, 255, .5);--surface-primary-bg2: #F2FBF9;--surface-primary-bg3: #dceeec;--surface-primary-focus: rgba(1, 90, 160, 1);--button-primary-default-surface: rgba(1, 114, 203, 1);--surface-primary-bg-light: rgba(1, 114, 203, .05);--surface-primary-bg-lighter: rgba(1, 114, 203, .02);--border-primary-light: rgba(1, 114, 203, .2);--shadow-primary: rgba(1, 114, 203, .1)}.depistage-intro{display:flex;min-height:100%;background-color:var(--white)}.depistage-intro .depistage-intro-image{width:45%;display:flex;align-items:flex-end;justify-content:center;position:relative;z-index:0}.depistage-intro .depistage-intro-image img{position:absolute;z-index:0;height:calc(100% + 8px);top:-8px;left:0}.depistage-intro .depistage-intro-content{width:55%;display:flex;align-items:center;justify-content:center;padding:48px;overflow-y:auto;position:relative;z-index:1}.depistage-intro .depistage-intro-content .depistage-intro-content-inner{max-width:600px;display:flex;flex-direction:column;gap:8px}.depistage-intro .depistage-intro-content .depistage-intro-content-inner h1{margin-bottom:16px}.depistage-intro .depistage-intro-description{font-size:16px;line-height:1.6;color:var(--neutral-secondary)}.depistage-intro .depistage-intro-collab{font-size:16px;line-height:1.6;color:var(--primary);margin-bottom:88px}.depistage-intro .depistage-intro-progress{display:flex;align-items:center;gap:12px;width:100%}.depistage-intro .depistage-intro-progress .depistage-intro-progress-label{font-size:16px;font-weight:400;color:var(--neutral-tertiary);white-space:nowrap}.depistage-intro .depistage-intro-progress .depistage-header-progress-bar{width:100%;height:8px;background-color:var(--surface-neutral-bg3);border-radius:8px;overflow:hidden;position:relative}.depistage-intro .depistage-intro-progress .depistage-header-progress-bar .depistage-header-progress-bar-fill{position:absolute;top:0;left:0;width:13px;height:100%;background-color:var(--primary);border-radius:8px;transition:all .5s ease}.depistage-intro .depistage-intro-legal{font-size:12px;line-height:18px;color:var(--neutral-tertiary)}.depistage-intro .depistage-intro-image-mobile{display:none;width:250px;margin:0 auto 16px;max-width:100%;height:auto;object-fit:contain}@media (max-width: 842px){.depistage-intro{min-height:auto!important}.depistage-intro .depistage-intro-image-mobile{display:block}.depistage-intro .depistage-intro-image{display:none}}@keyframes fadeOutSlideLeft{0%{transform:translate(0)}to{transform:translate(-105%)}}@keyframes fadeInSlideRight{0%{opacity:0;transform:translateY(-7%)}to{opacity:1;transform:translateY(0)}}.depistage-page{min-height:100dvh;background-color:var(--white);overflow-x:hidden;overflow-y:auto;position:relative;z-index:1}.depistage-page.intro-active{min-height:calc(100dvh - 135px);overflow:hidden}.depistage-page.intro-active .depistage-intro{height:150%;opacity:1;transition:height .5s ease,opacity .5s ease}.depistage-page .depistage-intro{height:0;opacity:0;transition:height .5s .5s ease,opacity .5s ease}.depistage-page.page-exit{animation:fadeOutSlideLeft 1.5s cubic-bezier(.65,.05,.36,1) forwards}.depistage-results-page{overflow-x:hidden;position:relative;z-index:1}.depistage-results-page>section{animation:fadeInSlideRight 1s cubic-bezier(.65,.05,.36,1) backwards}.depistage-results-page>section:nth-child(2){animation-delay:.1s}.depistage-results-page>section:nth-child(3){animation-delay:.2s}.depistage-results-page>section:nth-child(4){animation-delay:.3s}.depistage-results-page>section:nth-child(5){animation-delay:.4s}.depistage-results-page>section:nth-child(6){animation-delay:.5s}.depistage-logo-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0;animation:pulseOut 1.7s cubic-bezier(.65,.05,.36,1) forwards;width:150px;height:150px;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:10px}.depistage-logo-container:before{content:"";position:absolute;top:-4px;left:-4px;border:4px dotted var(--primary);width:100%;height:100%;border-radius:50%;animation:rotate 1.7s cubic-bezier(.65,.05,.36,1) forwards}.depistage-logo-container .depistage-logo{width:100%}@keyframes pulseOut{0%{opacity:1;transform:translate(-50%,-50%) scale(.3) rotate(0)}75%{opacity:1;filter:blur(0px);transform:translate(-50%,-50%) scale(1.1) rotate(4deg)}to{opacity:0;filter:blur(10px);transform:translate(-50%,-50%) scale(.5) rotate(-5deg)}}@keyframes rotate{0%{transform:rotate(0) scale(1.7)}to{transform:rotate(45deg) scale(.8)}}.depistage-header{padding:36px 0;transition:all .5s .3s ease;height:80px}.depistage-header.hidden{opacity:0;pointer-events:none;transition:all .5s ease;padding:0;height:0}.depistage-header .depistage-header-content{display:flex;align-items:center;justify-content:space-between;gap:0px}.depistage-header .depistage-header-content a{color:var(--neutral-secondary);text-decoration:none;display:flex;align-items:center;justify-content:center;width:48px;height:48px;transition:all .1s ease;border-radius:8px}.depistage-header .depistage-header-content a:hover{color:var(--primary)}.depistage-header .depistage-header-content a:active{transform:scale(.9);background-color:var(--surface-primary-bg1)}.depistage-header .depistage-header-content .depistage-header-progress-bar{width:100%;height:8px;background-color:var(--surface-neutral-bg3);border-radius:8px;overflow:hidden;position:relative}.depistage-header .depistage-header-content .depistage-header-progress-bar .depistage-header-progress-bar-fill{position:absolute;top:0;left:0;width:16.66%;height:100%;background-color:var(--primary);border-radius:8px;transition:all .5s ease}.depistage-content-container{width:100%;height:calc(100dvh - 80px);display:flex;transition:all 1.5s cubic-bezier(.65,.05,.36,1)}.intro-active .depistage-content-container{height:calc(100dvh - 135px)}.intro-active .depistage-content-container .depistage-step .depistage-step-content .vector-6,.intro-active .depistage-content-container .depistage-step-content-footer{opacity:0}.depistage-content-container::-webkit-scrollbar{display:none}.depistage-content-container .depistage-step{width:100vw;min-width:100vw;height:100%;display:flex;flex-direction:column;justify-content:space-between;position:relative}.depistage-content-container .depistage-step form{height:100%}.depistage-content-container .depistage-step .depistage-step-content{width:100%;height:100%;max-width:758px;margin:0 auto;display:flex;flex-direction:column}.depistage-content-container .depistage-step .depistage-step-content .depistage-step-content-header{display:flex;flex-direction:column}.depistage-content-container .depistage-step .depistage-step-content .depistage-step-content-header p{font-size:14px;line-height:1;color:var(--primary)}.depistage-content-container .depistage-step .depistage-step-content .depistage-step-content-body{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;gap:16px}.depistage-content-container .depistage-step .depistage-step-content .vector-6{opacity:1;position:absolute;bottom:100px;left:-10%;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;transition:transform 1.5s cubic-bezier(.65,.05,.36,1),opacity 1.5s ease}.depistage-content-container .depistage-step .depistage-step-content .vector-8{position:absolute;top:-4%;right:-20%;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;transition:transform 1.6s cubic-bezier(.65,.05,.36,1)}.depistage-content-container .depistage-step .depistage-step-content .vector-10{position:absolute;top:100px;left:-7%;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;transition:transform 1.5s cubic-bezier(.65,.05,.36,1)}.depistage-content-container .depistage-step .depistage-step-content .vector-11{position:absolute;bottom:100px;right:-10%;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;transition:transform 1.6s cubic-bezier(.65,.05,.36,1)}.depistage-content-container .depistage-step .depistage-step-content .vector-12{position:absolute;top:0;left:-10%;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;transition:transform 1.5s cubic-bezier(.65,.05,.36,1)}.depistage-content-container .depistage-step .depistage-step-content .vector-13{position:absolute;bottom:50px;right:-20%;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;transition:transform 1.6s cubic-bezier(.65,.05,.36,1)}.depistage-content-container .depistage-step .depistage-step-content-footer{width:100%;padding:16px 24px;border-top:1px solid var(--border-neutral-light);background-color:var(--white);z-index:1;margin-top:0;opacity:1;transition:all .5s ease}.depistage-content-container .depistage-step .depistage-step-content-footer .container{display:flex;justify-content:flex-end;gap:16px}.depistage-content-container .step-content-2-image-button-select-container{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%}.depistage-content-container .step-content-3-image-button-select-container{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;width:100%}@media (max-height: 705px){.depistage-step{overflow:hidden}}@media (max-height: 768px){.depistage-intro-content h1{font-size:24px;line-height:1.2}.depistage-intro-content .depistage-intro-collab{margin-bottom:12px}}@media (max-width: 968px){.depistage-intro{flex-direction:column}.depistage-intro .depistage-intro-image{width:100%;max-height:300px;flex-shrink:0}.depistage-intro .depistage-intro-image img{max-width:400px}.depistage-intro .depistage-intro-content{width:100%;padding:32px 24px}.depistage-logo-container{width:120px;height:120px}.depistage-header .depistage-header-content .depistage-header-progress-bar{height:6px}.depistage-header .depistage-header-content a{width:40px;height:40px}.depistage-content-container .depistage-step .depistage-step-content{max-width:650px;padding:0 16px}.depistage-content-container .depistage-step-content-footer{padding:14px 20px}.depistage-content-container .step-content-2-image-button-select-container .image-button-select img{height:100px}.depistage-content-container .step-content-2-image-button-select-container .image-button-select span{font-size:12px}}@media (max-width: 842px){.depistage-intro .depistage-intro-image{max-height:220px}.depistage-intro .depistage-intro-image img{max-width:300px}.depistage-intro .depistage-intro-content{padding:16px;height:100%;overflow:hidden}.depistage-intro .depistage-intro-content .depistage-intro-content-inner{height:100%;justify-content:center;gap:8px}.depistage-intro .depistage-intro-content .depistage-intro-content-inner h1{margin-bottom:0}.depistage-intro .depistage-intro-image-mobile{flex:0 1 auto;min-height:0;max-height:20vh;width:auto;max-width:200px;margin-bottom:8px}.depistage-intro .depistage-intro-description,.depistage-intro .depistage-intro-collab{font-size:14px}.depistage-intro .depistage-intro-collab{margin-bottom:0}.depistage-intro .depistage-intro-legal{font-size:11px;line-height:1.4}.intro-active{min-height:auto!important}.intro-active .depistage-intro{height:100%}.intro-active .depistage-content-container{height:calc(100dvh - 68px)}.depistage-logo-container{width:100px;height:100px}.depistage-step-content-body{padding:0 14px}.depistage-header .depistage-header-content{gap:12px;padding-right:14px}.depistage-header .depistage-header-content .depistage-header-progress-bar{height:6px}.depistage-header .depistage-header-content a{width:36px;height:36px}.depistage-header{height:68px;padding:31px 0}.depistage-content-container{height:calc(100dvh - 68px)}.depistage-content-container .depistage-step .depistage-step-content{padding:0 12px}.depistage-content-container .depistage-step .depistage-step-content .depistage-step-content-header{padding:0 14px}.depistage-content-container .depistage-step .depistage-step-content .depistage-step-content-header p{font-size:13px}.depistage-content-container .depistage-step .depistage-step-content .vector-6,.depistage-content-container .depistage-step .depistage-step-content .vector-8,.depistage-content-container .depistage-step .depistage-step-content .vector-10,.depistage-content-container .depistage-step .depistage-step-content .vector-11,.depistage-content-container .depistage-step .depistage-step-content .vector-12,.depistage-content-container .depistage-step .depistage-step-content .vector-13{display:none}.depistage-content-container .depistage-step-content-footer .container{padding:0}.depistage-content-container .depistage-step-content-footer .container div{width:100%}.depistage-content-container .depistage-step-content-footer .container button,.depistage-content-container .depistage-step-content-footer .container a{width:100%;max-width:100%}.depistage-content-container .depistage-step-content-footer{padding:12px 16px;background-color:var(--white);z-index:1}.depistage-content-container .step-content-2-image-button-select-container{grid-template-columns:1fr;max-height:calc(100dvh - 210px);overflow-y:auto;padding:4px 14px}.depistage-content-container .step-content-2-image-button-select-container .image-button-select{padding:4px 8px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px}.depistage-content-container .step-content-2-image-button-select-container .image-button-select img{width:48px;height:auto}.depistage-content-container .step-content-3-image-button-select-container{grid-template-columns:1fr;padding:0 14px}.depistage-content-container .step-content-3-image-button-select-container img{height:90px}}.depistage-results-section{padding:128px 0 175px;background-color:var(--brand-secondary);position:relative}.depistage-results-section .depistage-results-image-1{position:absolute;bottom:0;left:-2%;width:30%;z-index:0}.depistage-results-section .depistage-results-image-2{position:absolute;bottom:0;right:-2%;width:30%;z-index:0}.depistage-results-section.warning{padding:48px 0;background-color:var(--warning-bg2)}@media (max-width: 968px){.depistage-results-section .depistage-results-image-1,.depistage-results-section .depistage-results-image-2{display:none}.depistage-results-section.info,.depistage-results-section.info .container{padding:0}.depistage-results-section.info .depistage-results-container{border:none;box-shadow:none;border-radius:0;padding:24px 16px}.depistage-results-section.info .depistage-results-container .depistage-results-header{padding:0}.depistage-results-section.info .depistage-results-container .depistage-results-card{padding:16px}.depistage-results-section.warning .depistage-results-container{border:none;box-shadow:none;border-radius:0;padding:0;background-color:transparent}.depistage-results-section.warning .depistage-results-container .depistage-results-header{padding:0}.depistage-results-section.warning .depistage-results-container .depistage-results-card{padding:16px}}.depistage-results-container{padding:32px;background-color:var(--white);border-radius:8px;border:1px solid var(--border-neutral-light);display:flex;flex-direction:column;gap:16px;box-shadow:0 4px 6px -1px #0000001f;position:relative;z-index:1}.depistage-results-card{border-radius:8px;overflow:hidden;padding:24px;display:flex;flex-direction:column;gap:16px}.depistage-results-card.info{border:1px solid var(--info);background-color:var(--brand-secondary)}.depistage-results-card.warning{background-color:var(--warning)}.depistage-results-header{display:flex;flex-direction:column;gap:8px;color:var(--white)}.depistage-results-header.info{color:var(--info)}.depistage-results-header.info .depistage-results-badge{background-color:var(--info-bg3)}.depistage-results-badge{display:inline-flex;align-items:center;width:fit-content;padding:2px 10px;border-radius:4px;font-size:13px;font-weight:600;background-color:#fff3}.depistage-results-headline{font-size:22px;font-weight:700;line-height:1.3}.depistage-results-message{font-size:14px;line-height:1.6}.depistage-results-message strong{font-weight:600}.depistage-map-layout{display:flex;height:592px;overflow:hidden;border-radius:8px}.depistage-map-layout .depistage-map-sidebar{width:380px;min-width:380px;height:100%;background:var(--white);border-right:1px solid var(--border-neutral-light);display:flex;flex-direction:column;overflow:hidden;border-radius:8px 0 0 8px;position:relative;z-index:1}.depistage-map-layout .centers-map-container{position:relative!important;top:auto!important;left:auto!important;width:auto!important;height:100%!important}.depistage-cta-section{padding:48px 0 96px;background-color:var(--warning-bg2);position:relative}.depistage-cta-section .depistage-cta-image-1{position:absolute;bottom:0;left:0;width:30%;z-index:0}.depistage-cta-section .depistage-cta-image-2{position:absolute;bottom:0;right:0;width:30%;z-index:0}.depistage-cta-section>.container{position:relative;z-index:1}.depistage-cta-section .depistage-cta-card{display:flex;flex-direction:column;gap:24px;max-width:520px;margin:0 auto}.depistage-cta-section .depistage-cta-card h2{text-align:center}.depistage-cta-section .depistage-cta-inner{display:flex;flex-direction:column;gap:16px}.depistage-cta-section .depistage-cta-callback,.depistage-cta-section .depistage-cta-phone{display:flex;flex-direction:column;gap:12px}.depistage-cta-section .depistage-cta-callback label,.depistage-cta-section .depistage-cta-phone label{color:var(--neutral-secondary)!important}.depistage-cta-section .depistage-cta-callback>p,.depistage-cta-section .depistage-cta-phone>p{font-size:18px;line-height:24px;font-weight:400;color:var(--neutral-secondary)}@media (max-width: 842px){.depistage-cta-section .depistage-cta-callback .btn-primary,.depistage-cta-section .depistage-cta-phone .btn-primary{width:100%!important;max-width:100%!important}}.depistage-cta-section .depistage-cta-separator{display:flex;align-items:center;gap:16px}.depistage-cta-section .depistage-cta-separator:before,.depistage-cta-section .depistage-cta-separator:after{content:"";flex:1;height:1px;background-color:var(--neutral-default)}.depistage-cta-section .depistage-cta-separator span{font-size:18px;color:var(--neutral-default);line-height:24px;white-space:nowrap}.depistage-cta-section .form-container{width:100%;display:flex;gap:8px;align-items:flex-end}.depistage-cta-section .form-container .input-container{flex:1}.depistage-cta-section .form-container button{width:fit-content;max-width:fit-content}.depistage-cta-section .phone-submit-message{margin-top:8px;padding:12px 16px;border-radius:8px;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;animation:ctaSlideDown .3s ease}.depistage-cta-section .phone-submit-message.success{background-color:var(--success-bg);color:var(--success)}.depistage-cta-section .phone-submit-message.error{background-color:var(--error-bg);color:var(--error)}.depistage-cta-section .phone-submit-message svg{flex-shrink:0}@keyframes ctaSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 968px){.depistage-results-section{padding:32px 0}.depistage-results-headline{font-size:20px}.depistage-map-layout .depistage-map-sidebar{width:320px;min-width:320px}.depistage-cta-section{padding:48px 0}.depistage-cta-section .depistage-cta-image-1,.depistage-cta-section .depistage-cta-image-2{width:22%}}@media (max-width: 842px){.depistage-results-section{padding:24px 0}.depistage-results-header{padding:20px}.depistage-results-headline{font-size:18px}.depistage-results-message{font-size:13px}.depistage-map-layout{flex-direction:column;height:auto}.depistage-map-layout{position:relative;padding-top:300px;max-height:735px}.depistage-map-layout .depistage-map-sidebar{width:100%;min-width:100%;max-height:435px;border-right:none;border-top:1px solid var(--border-neutral-light);border-radius:0 0 8px 8px;order:2}.depistage-map-layout .centers-map-container{height:300px!important;position:absolute!important;top:0!important;left:0!important;width:100%!important;border-radius:8px 8px 0 0;order:1}.depistage-map-layout .centers-map-container .centers-map{border-radius:8px 8px 0 0}.depistage-cta-section{padding:32px 0}.depistage-cta-section .depistage-cta-image-1,.depistage-cta-section .depistage-cta-image-2{display:none}.depistage-cta-section .depistage-cta-card h2{font-size:18px}.depistage-cta-section .form-container{flex-direction:column;align-items:stretch}.depistage-cta-section .form-container .input-container{flex:1}.depistage-cta-section .form-container #mouse-parallax-container{width:100%!important;max-width:100%!important}.depistage-cta-section .form-container #mouse-parallax-container>div{width:100%!important;max-width:100%!important}.depistage-cta-section .form-container #mouse-parallax-container button{width:100%!important;max-width:100%!important}}.summary-results-section{padding-top:75px;padding-bottom:58px;background-color:var(--white)}.summary-results-section .summary-results-content{padding:70px 48px;display:flex;flex-flow:row-reverse;align-items:center;justify-content:space-between;gap:48px;position:relative}.summary-results-section .summary-results-content .vector-15{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;-webkit-user-select:none;user-select:none;pointer-events:none}.summary-results-section .summary-results-content .summary-results-cards-container{display:flex;flex-direction:column;gap:8px;position:relative;z-index:1;width:50%}.summary-results-section .summary-results-content .summary-results-cta-container{position:relative;z-index:1;width:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.summary-results-section .summary-results-content .summary-results-cta-container img{width:230px;margin-bottom:30px}.summary-results-card{display:flex;flex-direction:column;gap:8px;padding:16px;background-color:var(--white);border-radius:8px;border:1px solid var(--border-neutral-light);box-shadow:0 4 6 -1px var(--shadow-md)}.summary-results-card .summary-results-card-header p{font-size:12px;color:var(--neutral-secondary);line-height:18px;font-weight:400}.summary-results-card .summary-results-card-header h2{font-size:14px;color:var(--neutral-default);line-height:24px;font-weight:700}.summary-results-card .summary-results-card-body{display:flex;align-items:center;justify-content:space-between;gap:8px}.summary-results-card .summary-results-card-body p{font-size:14px;color:var(--neutral-default);line-height:24px;font-weight:400}.summary-results-card .summary-results-card-body p span{color:var(--primary)}@media (max-width: 968px){.summary-results-section{overflow:hidden}.summary-results-section .summary-results-content{flex-flow:column}.summary-results-section .summary-results-content .vector-15{left:-50%;width:auto}.summary-results-section .summary-results-content .summary-results-cards-container{width:100%}.summary-results-section .summary-results-content .summary-results-cta-container h2{width:100%;text-align:center}.summary-results-section .summary-results-content .summary-results-cta-container{width:100%}}@media (max-width: 842px){.summary-results-section .summary-results-content{padding:0}.summary-results-section .summary-results-content .summary-results-cta-container img{width:120px}}.tobacco-info-section{background-color:var(--surface-primary-default);padding:96px 0;position:relative}.tobacco-info-section .vector-14{position:absolute;bottom:0;left:0;width:100%;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none}.tobacco-info-section .container{position:relative;z-index:1}.tobacco-info-section .tobacco-info-content{display:flex;flex-direction:column;gap:24px;padding:48px;border-radius:8px;background-color:var(--bg-primary-transparent)}.tobacco-info-section .tobacco-info-content p{color:var(--white)}@media (max-width: 1200px){.tobacco-info-section .tobacco-info-content>.flex{flex-direction:column}}@media (max-width: 968px){.tobacco-info-section{padding:48px 0}.tobacco-info-section .vector-14{display:none}.tobacco-info-section .container>div{flex-direction:column;gap:36px}.tobacco-info-section .container .tobacco-info-image{max-width:300px}.tobacco-info-section .container .tobacco-info-content{padding:24px}.tobacco-info-section .container .tobacco-info-content>.flex{flex-direction:column}}
