Targeted Healing Approach
The Evolution of Individualized Periodontal Care
Evidence-based periodontal therapy with advanced diagnostics, precision instruments, and a natural shield for optimal healing outcomes.
REQUEST MORE INFORMATION
.efp-section {
display:flex;
align-items:center;
justify-content:center;
padding:40px 20px;
flex-wrap:wrap;
background:transparent;
}
.efp-image {flex:1 1 50%;text-align:center;}
.efp-image img {max-width:100%;height:auto;}
.efp-text {flex:1 1 50%;padding:20px;color:#fff;}
.efp-title {
font-size:54px !important;
font-weight:900 !important;
line-height:1.1;
margin:0 0 8px 0;
}
.efp-subtitle {
color:#fff !important;
font-weight:700 !important;
font-size:26px !important;
line-height:1.2;
margin:0 0 12px 0;
}
.efp-description {
color:#fff;
font-size:18px;
line-height:1.45;
margin:0 0 18px 0;
}
.efp-buttons {display:flex;flex-wrap:wrap;gap:15px;}
.efp-button {
display:inline-block;
padding:12px 25px;
border:2px solid #fff !important;
background:transparent;
color:#fff !important;
text-transform:uppercase;
text-decoration:none;
font-weight:700;
transition:all .25s ease;
}
.efp-button:link, .efp-button:visited {color:#fff !important;}
.efp-button:hover, .efp-button:focus-visible {
background:#fff;
color:#69c3cb !important;
outline:none;
}
@media (max-width:768px) {
.efp-section {flex-direction:column;text-align:center;}
.efp-text {padding:20px 0;}
.efp-title {font-size:42px !important;margin-bottom:8px;}
.efp-subtitle {font-size:22px !important;margin-bottom:10px;}
.efp-buttons {flex-direction:column;align-items:center;}
.efp-button {width:100%;max-width:300px;text-align:center;}
}
,
To meet the unique needs of each patient and clinician in periodontal care, HuFriedyGroup promotes an individualized approach that starts with a precise diagnosis, followed by accurate and comfortable cleaning and concludes with custom-fit pocket sealing, resulting in enhanced physiological healing. This approach can be effectively implemented through these three main phases, each building upon the previous one to ensure a tailored, effective, and positive treatment experience for patients, while also supporting the efficiency of dental professionals.
/* 🔹 Contenitore desktop */
.tha-phases {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 60px;
max-width: 1100px;
margin: 40px auto;
text-align: center;
}
/* 🔹 Card singola */
.phase-card {
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.phase-card img {
max-width: 250px; /* più grande su desktop */
height: auto;
transition: transform 0.2s ease;
}
.phase-card:hover img {
transform: scale(1.05); /* zoom desktop */
}
/* 🔹 Mobile carosello */
@media (max-width: 768px) {
.tha-phases {
display: flex;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
gap: 20px;
padding: 10px;
}
.phase-card {
flex: 0 0 75%;
scroll-snap-align: center;
background: #fff;
border-radius: 8px;
padding: 10px;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.phase-card img {
max-width: 180px;
}
/* Effetto pressione solo su mobile */
.phase-card:active img {
transform: scale(0.9);
box-shadow: 0 0 12px rgba(0,179,227,0.5); /* bagliore azzurro */
border-radius: 50%; /* evidenza ulteriore */
}
}
,
WHY CHOOSE THE TARGETED HEALING APPROACH? Enhance clinical consistency, optimize treatment success, and elevate patient care with a fully integrated periodontal system — designed for modern dental practices to deliver precision while preserving freedom of choice. Deliver better outcomes. Improve clinical consistency. Empower your team. .why-choose-tha { max-width: 1100px; margin: 0 auto; padding: 80px 20px 0; text-align: center; color: #fff !important; background: transparent !important; } .why-choose-tha .tha-title { font-size: 36px; font-weight: 700; margin-bottom: 25px; color: #fff !important; line-height: 1.3; text-align: center; white-space: normal; /* evita di forzare una sola riga */ } .why-choose-tha .tha-text { font-size: 20px; color: #fff !important; line-height: 1.6; max-width: 900px; margin: 0 auto; text-align: center; /* forza centratura del testo */ display: inline-block; /* permette allineamento ottico perfetto */ } /* --- Desktop --- */ @media (min-width: 1025px) { .why-choose-tha .tha-title { font-size: 40px !important; } .why-choose-tha .tha-text { font-size: 22px !important; } } /* --- Mobile --- */ @media (max-width: 768px) { .why-choose-tha { padding: 60px 15px 0; } .why-choose-tha .tha-title { font-size: 26px !important; } .why-choose-tha .tha-text { font-size: 18px !important; } }
,
TALK TO AN EXPERT
/* --- Sezione principale --- */
.custom-brochure {
text-align: center;
padding: 80px 20px;
border: none;
position: relative;
background: transparent !important;
}
/* --- Bottone --- */
.custom-brochure .accordion-btn {
display: inline-block;
padding: 18px 40px;
border: 2px solid #fff !important;
background: transparent !important;
color: #fff !important;
font-weight: bold;
text-transform: uppercase;
cursor: pointer;
border-radius: 4px;
transition: all 0.3s ease;
font-size: 16px;
}
.custom-brochure .accordion-btn:hover,
.custom-brochure .accordion-btn.active {
background: #fff !important;
color: #00b3e3 !important;
}
/* --- Contenuto accordion --- */
.custom-brochure .accordion-content {
max-width: 900px;
margin: 40px auto 0;
background: transparent !important;
color: #fff !important;
padding: 0;
display: none;
text-align: left;
box-shadow: none !important;
border: none !important;
overflow: visible !important; /* ✅ permette di mostrare tutto */
transition: all 0.6s ease;
opacity: 0;
}
/* --- Testo sopra il form --- */
.custom-brochure .accordion-content p {
color: #fff !important;
font-size: 18px;
margin-bottom: 20px;
text-align: center;
}
/* --- iFrame (form Pardot) --- */
.custom-brochure .pardot-wrapper {
background: transparent !important;
overflow: visible !important;
position: relative;
}
.custom-brochure .pardot-wrapper iframe {
display: block;
width: 100%;
min-height: 1300px; /* ✅ desktop: leggermente più alto */
border: none;
background: transparent !important;
overflow: visible !important;
transition: height 0.3s ease;
}
/* --- Tablet --- */
@media (max-width: 1024px) and (min-width: 769px) {
.custom-brochure .pardot-wrapper iframe {
min-height: 1350px; /* ✅ tablet */
}
}
/* --- Mobile --- */
@media (max-width: 768px) {
.custom-brochure {
padding: 60px 15px;
}
.custom-brochure .pardot-wrapper iframe {
min-height: 1450px; /* ✅ aumentato: mostra tutto anche il bottone e privacy */
}
}
/* --- Effetto apertura (slide + fade) --- */
.custom-brochure .accordion-content.show {
display: block;
opacity: 1;
animation: slideDown 0.6s ease;
}
@keyframes slideDown {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
document.addEventListener("DOMContentLoaded", function() {
const btn = document.querySelector(".custom-brochure .accordion-btn");
const content = document.querySelector(".custom-brochure .accordion-content");
if (btn && content) {
btn.addEventListener("click", function() {
this.classList.toggle("active");
content.classList.toggle("show");
if (content.classList.contains("show")) {
setTimeout(() => {
content.scrollIntoView({ behavior: "smooth", block: "start" });
}, 400);
}
});
}
});
,
Profiling-driven diagnostic for tailored intervention.
ASSESS stands for easy and accurate periodontal diagnosis and individualised treatment planning following the latest classification and the EFP guidelines.
For confident diagnostic, the
EFP Probe
ensures reliable assessment.
.tha-banner {
display: flex;
flex-direction: row !important;
align-items: center;
justify-content: space-between;
gap: 60px;
max-width: 1200px;
margin: 60px auto 40px auto;
padding: 40px 20px;
text-align: left;
}
/* Colonna sinistra */
.tha-logo {
flex: 1 1 50% !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
.tha-logo img {
width: 100% !important;
max-width: 300px !important;
height: auto !important;
}
/* Colonna destra */
.tha-content {
flex: 1 1 50% !important;
max-width: 650px !important;
}
.tha-subtitle {
font-size: 31px !important;
font-weight: 700 !important;
color: #00b3e3 !important;
margin: 0 0 20px !important;
}
.tha-text {
font-size: 21px !important;
line-height: 1.6 !important;
color: #000 !important;
margin: 0 0 15px 0 !important;
}
.tha-extra {
margin-top: 10px !important;
}
.highlight-efp {
color: red;
font-weight: bold;
text-decoration: none;
}
/* 🔹 Mobile */
@media (max-width: 768px) {
.tha-banner {
flex-direction: column !important;
text-align: center !important;
gap: 15px !important;
margin: 30px auto 20px auto !important;
padding: 20px 10px !important;
}
.tha-logo img {
max-width: 220px !important;
margin: 5px 0 !important;
}
.tha-subtitle {
font-size: 22px !important;
}
.tha-text {
font-size: 16px !important;
}
.tha-extra {
font-size: 16px !important;
}
}
,
ASSESSMENT ADVANTAGES
Evidence-Based Screening
Rapid probing, staging, grading based on European Federation of Periodontology (EFP) guidelines.
Consistent Clinical Data
Standardized measurements ensure reproducibility across clinicians and treatment sessions.
Risk-Based Treatment Planning
Treatment strategies aligned to risk levels to optimize long-term outcomes.
Evidence-Based Screening
Rapid probing, staging, grading based on European Federation of Periodontology (EFP) guidelines.
Consistent Clinical Data
Standardized measurements ensure reproducibility across clinicians and treatment sessions.
Risk-Based Treatment Planning
Treatment strategies aligned to risk levels to optimize long-term outcomes.
.benefits-section {
max-width: 1200px;
margin: auto;
padding: 50px 20px;
text-align: center;
}
.benefits-title {
font-size: 30px;
font-weight: bold;
margin-bottom: 40px;
color: #00b3e3; /* azzurro */
text-transform: uppercase;
}
.benefits-grid {
display: grid;
grid-template-columns: repeat(3, 1fr); /* 3 box */
gap: 25px;
}
.benefit-card {
background: #fff; /* sfondo bianco */
border-radius: 8px;
padding: 25px;
text-align: center;
transition: transform 0.2s ease, box-shadow 0.2s ease;
border: 1px solid #ddd;
}
.benefit-card:hover {
transform: translateY(-5px);
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.benefit-card h3 {
color: #00b3e3; /* titolo azzurro */
font-size: 20px; /* più grande */
font-weight: bold;
margin-bottom: 15px;
}
.benefit-card p {
font-size: 16px;
color: #000; /* testo nero */
line-height: 1.5;
margin: 0;
text-align: center; /* centrato */
}
/* --- Mobile Carousel --- */
.benefits-carousel {
display: none;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
}
.benefits-carousel .carousel-track {
display: flex;
gap: 15px;
}
.benefits-carousel .benefit-card {
flex: 0 0 80%;
scroll-snap-align: center;
}
/* --- Responsive --- */
@media (max-width: 768px) {
.benefits-grid { display: none; }
.benefits-carousel { display: block; }
}
,
Ensuring an optimally targeted non-surgical treatment choice.
CARE refers to optimally targeted non-surgical treatment using a broad choice of specialised instruments designed for clinical effectiveness.
Precision Your Way: Your Choice, Your Instruments.
HuFriedyGroup empowers clinicians with an extensive range of specialized instruments for non-surgical treatment, giving them the freedom to select ergonomic tools that best fit their approach while ensuring optimal clinical effectiveness.
For effective debridement, choose
Harmony Scalers and Curettes
.
/* 🔹 CARE SECTION - Main layout */
#care-section.tha-banner {
display: flex;
flex-direction: row !important;
align-items: center;
justify-content: space-between;
gap: 60px;
max-width: 1200px;
margin: 60px auto 40px auto;
padding: 40px 20px;
text-align: left;
}
/* Left column (image) */
#care-section .tha-logo {
flex: 1 1 50% !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
#care-section .tha-logo img {
width: 100% !important;
max-width: 300px !important;
height: auto !important;
}
/* Right column (text) */
#care-section .tha-content {
flex: 1 1 50% !important;
max-width: 650px !important;
}
#care-section .tha-subtitle {
font-size: 31px !important; /* same as ASSESS */
font-weight: 700 !important;
color: #00b3e3 !important; /* brand blue */
margin: 0 0 20px !important;
line-height: 1.3 !important;
}
#care-section .tha-text {
font-size: 21px !important;
line-height: 1.6 !important;
color: #000 !important;
margin: 0 !important;
}
/* 🔹 Lower block: Phrase with link */
#care-section + .tha-note {
max-width: 1000px;
margin: 40px auto 60px auto;
text-align: center;
color: #000;
}
#care-section + .tha-note .tha-subtitle {
font-size: 31px !important; /* same size as main title */
font-weight: 700 !important;
color: #00b3e3 !important;
margin-bottom: 25px !important;
line-height: 1.4 !important;
}
#care-section + .tha-note p {
font-size: 21px !important;
line-height: 1.7 !important;
color: #000 !important;
margin-bottom: 18px !important;
max-width: 900px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
/* Final phrase with link - same size but bold */
#care-section + .tha-note p:last-of-type {
font-size: 21px !important;
font-weight: 700 !important;
}
.highlight-care {
color: #e60000; /* red highlight */
font-weight: 700;
}
/* 🔹 Mobile */
@media (max-width: 768px) {
#care-section.tha-banner {
flex-direction: column !important;
text-align: center !important;
gap: 20px !important;
margin: 30px auto 30px auto !important;
padding: 20px 10px !important;
}
#care-section .tha-logo img {
max-width: 220px !important;
margin: 5px 0 !important;
}
#care-section .tha-subtitle {
font-size: 22px !important; /* same as ASSESS mobile */
}
#care-section .tha-text {
font-size: 16px !important;
line-height: 1.6 !important;
}
#care-section + .tha-note .tha-subtitle {
font-size: 22px !important; /* uniform on mobile */
}
#care-section + .tha-note p {
font-size: 16px !important;
}
#care-section + .tha-note p:last-of-type {
font-size: 16px !important;
font-weight: 700 !important;
}
}
,
THERAPEUTIC OBJECTIVES
Biofilm Disruption
Reduces microbial load and chronic inflammation through targeted removal of pathogenic biofilm.
Disease Progression Control
Prevents further periodontal tissue degradation and pocket deepening.
Tissue Regeneration Support
Encourages the restoration of healthy gingival and osseous structures.
Biofilm Disruption
Reduces microbial load and chronic inflammation through targeted removal of pathogenic biofilm.
Disease Progression Control
Prevents further periodontal tissue degradation and pocket deepening.
Tissue Regeneration Support
Encourages the restoration of healthy gingival and osseous structures.
.benefits-section {
max-width: 1200px;
margin: auto;
padding: 50px 20px;
text-align: center;
}
.benefits-title {
font-size: 30px;
font-weight: bold;
margin-bottom: 40px;
color: #00b3e3; /* azzurro */
text-transform: uppercase;
}
.benefits-grid {
display: grid;
grid-template-columns: repeat(3, 1fr); /* 3 box */
gap: 25px;
}
.benefit-card {
background: #fff; /* sfondo bianco */
border-radius: 8px;
padding: 25px;
text-align: center;
transition: transform 0.2s ease, box-shadow 0.2s ease;
border: 1px solid #ddd;
}
.benefit-card:hover {
transform: translateY(-5px);
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.benefit-card h3 {
color: #00b3e3; /* titolo azzurro */
font-size: 20px;
font-weight: bold;
margin-bottom: 15px;
}
.benefit-card p {
font-size: 16px;
color: #000; /* testo nero */
line-height: 1.5;
margin: 0;
text-align: center;
}
/* --- Mobile Carousel --- */
.benefits-carousel {
display: none;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
}
.benefits-carousel .carousel-track {
display: flex;
gap: 15px;
}
.benefits-carousel .benefit-card {
flex: 0 0 80%;
scroll-snap-align: center;
}
/* --- Responsive --- */
@media (max-width: 768px) {
.benefits-grid { display: none; }
.benefits-carousel { display: block; }
}
,
Leveraging the physiological healing capacity.
BOOST refers to a specific improvement of the effects of non-surgical periodontal treatment by leveraging the body's healing capacity.
For natural tissue healing, choose
Sterify Gel
as a shield for protection.
/* 🔹 SEZIONE BOOST - Layout principale */
#boost-section.tha-banner {
display: flex;
flex-direction: row !important;
align-items: center;
justify-content: space-between;
gap: 60px;
max-width: 1200px;
margin: 60px auto 40px auto;
padding: 40px 20px;
text-align: left;
}
/* Colonna sinistra (immagine) */
#boost-section .tha-logo {
flex: 1 1 50% !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
#boost-section .tha-logo img {
width: 100% !important;
max-width: 300px !important;
height: auto !important;
}
/* Colonna destra (testo) */
#boost-section .tha-content {
flex: 1 1 50% !important;
max-width: 650px !important;
}
#boost-section .tha-subtitle {
font-size: 31px !important; /* stesso valore di ASSESS e CARE */
font-weight: 700 !important;
color: #00b3e3 !important; /* azzurro brand */
margin: 0 0 20px !important;
line-height: 1.3 !important;
}
#boost-section .tha-text {
font-size: 21px !important; /* coerente con le altre sezioni */
line-height: 1.6 !important;
color: #000 !important;
margin: 0 0 15px 0 !important;
}
#boost-section .tha-extra {
margin-top: 10px !important;
font-weight: 700 !important; /* mantiene enfasi ma stessa grandezza */
}
/* Evidenziazione */
.highlight-boost {
color: #e60000; /* rosso uniforme */
font-weight: 700;
text-decoration: none;
}
/* 🔹 MOBILE */
@media (max-width: 768px) {
#boost-section.tha-banner {
flex-direction: column !important;
text-align: center !important;
gap: 15px !important;
margin: 30px auto 20px auto !important;
padding: 20px 10px !important;
}
#boost-section .tha-logo img {
max-width: 220px !important;
margin: 5px 0 !important;
}
#boost-section .tha-subtitle {
font-size: 22px !important; /* stesso valore mobile */
}
#boost-section .tha-text {
font-size: 16px !important;
line-height: 1.6 !important;
}
#boost-section .tha-extra {
font-size: 16px !important; /* uguale, solo bold */
font-weight: 700 !important;
}
}
,
HEALING BENEFITS
Complete Pocket Sealing
Forms a conforming, secure shield to isolate the site during the early healing phase.
Clot Stability
Stabilizes the blood clot and enables optimal tissue healing.
Antimicrobial Shield
Prevents bacterial recontamination through physical occlusion.
Complete Pocket Sealing
Forms a conforming, secure shield to isolate the site during the early healing phase.
Clot Stability
Stabilizes the blood clot and enables optimal tissue healing.
Antimicrobial Shield
Prevents bacterial recontamination through physical occlusion.
.benefits-section {
max-width: 1200px;
margin: auto;
padding: 50px 20px;
text-align: center;
}
.benefits-title {
font-size: 30px;
font-weight: bold;
margin-bottom: 40px;
color: #00b3e3; /* azzurro */
text-transform: uppercase;
}
.benefits-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
}
.benefit-card {
background: #fff;
border-radius: 8px;
padding: 25px;
text-align: center;
transition: transform 0.2s ease, box-shadow 0.2s ease;
border: 1px solid #ddd;
}
.benefit-card:hover {
transform: translateY(-5px);
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.benefit-card h3 {
color: #00b3e3; /* titolo azzurro */
font-size: 20px;
font-weight: bold;
margin-bottom: 15px;
}
.benefit-card p {
font-size: 16px;
color: #000; /* testo nero */
line-height: 1.5;
margin: 0;
text-align: center;
}
/* --- Mobile Carousel --- */
.benefits-carousel {
display: none;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
}
.benefits-carousel .carousel-track {
display: flex;
gap: 15px;
}
.benefits-carousel .benefit-card {
flex: 0 0 80%;
scroll-snap-align: center;
}
/* --- Responsive --- */
@media (max-width: 768px) {
.benefits-grid { display: none; }
.benefits-carousel { display: block; }
}
,
INSTRUMENTS DESIGNED FOR EXCELLENCE IN EVERY PROCEDURE
EFP Probe
Putting Classification and Guidelines into Practice.
Facilitates integration of EFP classification into daily clinical workflow, enabling fast and accurate periodontal evaluations.
STAGE AND GRADE WITH EFP PROBE
Harmony Scalers & Curettes
Every Patient. Every Procedure. Every Day.
Engineered to decrease tooth pressure by up to 37%, improving procedural consistency and comfort.1
CHOOSE YOUR INSTRUMENTS
Sterify Gel
Supporting the Tissue Healing.
A room-temperature-stable formulation, designed for ease of application and effective sealing throughout the critical first four weeks of healing.2
HOW TO BOOST TISSUE HEALING
EFP Probe
Putting Classification and Guidelines into Practice.
Facilitates integration of EFP classification into daily clinical workflow, enabling fast and accurate periodontal evaluations.
STAGE AND GRADE WITH EFP PROBE
Harmony Scalers & Curettes
Every Patient. Every Procedure. Every Day.
Engineered to decrease tooth pressure by up to 37%, improving procedural consistency and comfort.1
CHOOSE YOUR INSTRUMENTS
Sterify Gel
Supporting the Tissue Healing.
A room-temperature-stable formulation, designed for ease of application and effective sealing throughout the critical first four weeks of healing.2
HOW TO BOOST TISSUE HEALING
.instruments-section {
max-width: 1200px;
margin: 60px auto;
padding: 40px 20px;
text-align: center;
}
.instruments-title {
font-size: 30px;
font-weight: bold;
margin-bottom: 40px;
color: #00b3e3;
text-transform: uppercase;
}
/* Desktop Grid */
.instruments-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.instrument-card {
background: #fff;
border: 1px solid #ddd;
border-radius: 8px;
padding: 25px;
text-align: center;
transition: transform 0.2s ease, box-shadow 0.2s ease;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.instrument-card:hover {
transform: translateY(-5px);
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.instrument-card img {
max-width: 90%;
height: auto;
margin: 0 auto 20px auto;
}
.instrument-card h3 {
font-size: 20px;
font-weight: bold;
color: #e60000;
margin-bottom: 15px;
}
.instrument-card p {
font-size: 16px;
color: #000;
line-height: 1.5;
margin-bottom: 15px;
flex-grow: 0;
}
/* Bottoni pareggiati */
.instrument-btn {
display: block;
width: 100%;
padding: 14px;
border: 2px solid #e60000;
color: #e60000;
font-weight: bold;
text-decoration: none;
transition: all 0.2s ease;
text-align: center;
margin-top: auto;
}
.instrument-btn:hover {
background: #e60000;
color: #fff;
}
/* Mobile Carousel */
.instruments-carousel {
display: none;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
}
.instruments-carousel .carousel-track {
display: flex;
gap: 15px;
}
.instruments-carousel .instrument-card {
flex: 0 0 85%;
scroll-snap-align: center;
}
/* Responsive */
@media (max-width: 768px) {
.instruments-grid { display: none; }
.instruments-carousel { display: block; }
.instrument-card img {
max-width: 100%;
}
}
,
Prof. Moritz Kebschull
University of Birmingham, Past President of the EFP
FREE WEBINAR
Targeted Healing
Approach
Mastering Periodontal Healing: Assessment, Risk Mitigation, and Healing Strategies
REGISTER NOW
.sterify-section{
display:flex;
align-items:center;
justify-content:center;
padding:40px 20px;
flex-wrap:wrap;
background:transparent;
}
.sterify-image{
flex:1 1 50%;
text-align:center;
}
.sterify-image img{
max-width:100%;
height:auto;
display:block;
margin:0 auto;
}
/* INFO SOTTO FOTO */
.speaker-left{
margin-top:20px;
text-align:center;
color:#fff;
}
.speaker-name-left{
font-weight:600;
font-size:18px;
margin-bottom:4px;
}
.speaker-role-left{
font-size:14px;
opacity:.8;
}
.sterify-text{
flex:1 1 50%;
padding:20px;
color:#fff;
text-align:left;
}
.webinar-badge{
display:inline-block;
background:#e60000;
color:#fff;
font-weight:700;
font-size:14px;
padding:8px 18px;
margin-bottom:16px;
text-transform:uppercase;
letter-spacing:.5px;
}
/* THA PIÙ GRANDE */
.tha-lockup-large{
display:flex;
align-items:center;
gap:14px;
margin-bottom:22px;
}
.tha-lockup-large img{
width:42px;
height:auto;
}
.tha-text-large{
font-size:22px;
font-weight:600;
white-space:nowrap;
}
.tha-white{ color:#fff; }
.tha-blue{ color:#00a0e3; font-weight:700; }
.sterify-title{
color:#fff;
font-size:44px !important;
margin:0 0 30px 0;
font-weight:900 !important;
line-height:1.2;
}
.sterify-button{
display:inline-block;
padding:14px 28px;
border:2px solid #e60000;
background:transparent;
color:#e60000;
text-transform:uppercase;
text-decoration:none;
font-weight:bold;
font-size:16px;
transition:all .3s ease;
}
.sterify-button:hover{
background:#e60000;
color:#fff;
}
@media (max-width:768px){
.sterify-section{
flex-direction:column;
text-align:center;
padding:30px 16px;
}
.sterify-text{
padding:20px 0;
text-align:center;
}
.tha-lockup-large{
justify-content:center;
}
.sterify-title{
font-size:28px !important;
}
}
,
Ready to Upgrade Your Periodontal Treatments?
Get in contact with us to learn more about the Targeted Healing Approach and how it can improve patient outcomes in your dental practice.
/* --- Sezione contatto, stile coerente con WHY CHOOSE --- */
.contact-tha {
max-width: 1100px;
margin: 0 auto;
padding: 80px 20px 0;
text-align: center;
color: #fff !important;
background: transparent !important;
}
/* --- Titolo --- */
.contact-tha .tha-title {
font-size: 36px;
font-weight: 700;
margin-bottom: 25px;
color: #fff !important;
line-height: 1.3;
text-align: center;
white-space: normal;
text-transform: none; /* ✅ non tutto maiuscolo */
}
/* --- Testo --- */
.contact-tha .tha-text {
font-size: 20px;
color: #fff !important;
line-height: 1.6;
max-width: 900px;
margin: 0 auto 40px auto; /* ✅ piccolo spazio sotto prima del form */
text-align: center;
display: inline-block;
}
/* --- Contenitore iframe --- */
#efp-form {
margin: 0 auto !important;
max-width: 800px;
padding: 0 !important;
}
/* --- iFrame Pardot --- */
#efp-form iframe {
display: block;
width: 100%;
border: none;
background: transparent !important;
overflow: visible !important;
height: 1300px; /* ✅ desktop: mostra tutto il form */
margin: 0 auto !important;
}
/* --- Desktop --- */
@media (min-width: 1025px) {
.contact-tha .tha-title {
font-size: 40px !important;
}
.contact-tha .tha-text {
font-size: 22px !important;
}
}
/* --- Tablet --- */
@media (max-width: 1024px) and (min-width: 769px) {
#efp-form iframe {
height: 1400px; /* ✅ leggermente più alto */
}
}
/* --- Mobile --- */
@media (max-width: 768px) {
.contact-tha {
padding: 60px 15px 0;
}
.contact-tha .tha-title {
font-size: 26px !important;
}
.contact-tha .tha-text {
font-size: 18px !important;
margin-bottom: 30px;
}
#efp-form iframe {
height: 1500px; /* ✅ garantisce visibilità totale su mobile */
}
}
,
References
source: Harmony_White Paper
https://www.researchgate.net/publication/377165003_Evaluation_of_Sterify_Gel_as_an_Adjunctive_Treatment_to_Scaling_and_Root_Planing_in_Promoting_Healing_of_Periodontal_Pockets_A_Split-Mouth_Randomized_Controlled_Trial
Implantology Surgical Kit
This kit is designed to simplify and optimize dental implant insertion procedures, offering maximum precision and an efficient workflow. Its modular structure and ergonomic instruments enable clinicians to apply modern techniques with excellent control and reduced intervention time.
DISCOVER MORE
,
Sinus Lift Kit
Specifically designed for sinus lift procedures, this kit facilitates maxillary sinus augmentation through a minimally invasive approach. Its instruments, tailored to modern techniques, ensure delicate tissue handling and increased patient safety while simplifying the complexity of the procedure.
DISCOVER MORE
,
.brochure-band {
padding: 60px 20px;
text-align: center;
color: #ffffff;
}
.brochure-band h2 {
margin-bottom: 15px;
font-size: 28px;
letter-spacing: 1px;
color: #ffffff;
}
.brochure-band p {
max-width: 700px;
margin: 0 auto 35px auto;
font-size: 16px;
color: #ffffff;
}
.brochure-buttons {
display: flex;
justify-content: center;
gap: 30px;
flex-wrap: wrap;
}
.brochure-btn,
.brochure-btn:link,
.brochure-btn:visited {
display: inline-block;
padding: 16px 50px;
border: 2px solid #ffffff;
color: #ffffff !important;
text-decoration: none !important;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
transition: all 0.3s ease;
}
/* Hover */
.brochure-btn:hover,
.brochure-btn:focus,
.brochure-btn:active {
background-color: #ffffff;
color: #00b3e3 !important;
}
DOWNLOAD THE BROCHURE
Discover more about Dr. Iulian Filipov DDS, MD, PG Dip, PhD and his kits.
ENGLISH BROCHURE
ROMANIAN BROCHURE
Get Your EFP Probe!
Order your EFP Probe today and take advantage of our special bundle offers.
EFP PROBE, #6 HANDLE
SKU: PCPS36
42 €
Single Ended
/* Stile desktop di default */
.efp-title {
font-size:80px !important;
line-height:1.2 !important;
margin:80px 0 40px 0 !important;
}
/* Mobile */
@media (max-width: 768px) {
.efp-title {
font-size:36px !important;
margin:60px 0 30px 0 !important;
line-height:1.2 !important;
}
.efp-box {
margin-bottom:80px !important;
padding:25px !important;
}
}
/* Desktop */
@media (min-width: 769px) {
.efp-box {
margin-bottom:120px !important;
}
}
,
Targeted Healing
Approach
Starter Packs
Targeted Healing
Approach
Starter Packs
❮
❯
(function(){
let slideIndex = 0;
const slides = document.querySelectorAll(".slideshow-desktop .slide");
const prev = document.querySelector(".prev");
const next = document.querySelector(".next");
function showSlide(n) {
if (n >= slides.length) { slideIndex = 0; }
if (n < 0) { slideIndex = slides.length - 1; }
slides.forEach(s => s.style.display = "none");
slides[slideIndex].style.display = "block";
}
function plusSlides(n) {
slideIndex += n;
showSlide(slideIndex);
}
if (prev && next) {
prev.addEventListener("click", () => plusSlides(-1));
next.addEventListener("click", () => plusSlides(1));
}
function autoPlay() {
slideIndex++;
showSlide(slideIndex);
setTimeout(autoPlay, 5000);
}
showSlide(slideIndex);
autoPlay();
})();
@media (max-width: 768px) {
.th-block { padding:60px 20px !important; }
.th-title { font-size: 36px !important; margin-bottom: 25px !important; line-height: 1.15 !important; }
.desktop-title { display:none !important; }
.mobile-title { display:block !important; }
.slideshow-desktop { display:none !important; }
.slideshow-mobile { display:flex !important; }
.slideshow-mobile::-webkit-scrollbar { display: none; }
}
@media (min-width: 769px) {
.th-block { padding:100px 20px !important; }
.th-title { font-size: 80px !important; margin-bottom: 80px !important; }
.mobile-title { display:none !important; }
.slideshow-mobile { display:none !important; }
}
,
Fill out the form below to place your order.
Specify the instruments and quantities you need, or add any special requests in the text box. Our Customer Care team will contact you to complete the process.
@media (max-width: 768px) {
.form-intro {
margin-top:100px !important;
font-size:18px !important;
}
.form-intro strong {
font-size:28px !important; /* PIÙ GRANDE da mobile */
line-height:1.2 !important;
}
}
@media (min-width: 769px) {
.form-intro {
margin-top:120px !important;
font-size:20px !important;
}
.form-intro strong {
font-size:36px !important; /* BEN VISIBILE da desktop */
line-height:1.2 !important;
}
}
COMPLETE FORM
,
BASIC FORM
Se il modulo non appare, compilalo qui.
,
DOWNLOAD THE BROCHURE
Fill the form below to download your content
/* --- STILE BOTTONE --- */
.brochure-accordion {
text-align: center;
margin: 40px 0 60px;
}
.accordion-btn {
display: inline-block;
padding: 15px 30px;
border: 2px solid #fff;
background: transparent;
color: #fff;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;
font-size: 16px;
}
.accordion-btn:hover,
.accordion-btn.active {
background: #fff;
color: #00b3e3;
}
/* --- CONTENUTO DELL’ACCORDION --- */
.accordion-content {
max-width: 900px;
margin: 30px auto 0;
background: #000;
color: #fff;
padding: 30px 20px;
border-radius: 8px;
display: none; /* nascosto di default */
text-align: left;
}
.accordion-content p {
color: #fff;
font-size: 18px;
margin-bottom: 20px;
text-align: center;
}
.accordion-content iframe {
width: 100%;
height: 600px;
border: none;
}
/* --- Effetto apertura --- */
.accordion-content.show {
display: block;
animation: fadeIn 0.4s ease;
}
@keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
}
document.addEventListener("DOMContentLoaded", function() {
const btn = document.querySelector(".accordion-btn");
const content = document.querySelector(".accordion-content");
btn.addEventListener("click", function() {
this.classList.toggle("active");
content.classList.toggle("show");
});
});
,
// Adatta automaticamente l'altezza dell'iframe Pardot
window.addEventListener("message", function(e) {
if (typeof e.data === "string" && e.data.indexOf("setHeight") > -1) {
var height = e.data.split(":")[1];
var iframe = document.querySelector(".pardot-form-container iframe");
if (iframe && height) iframe.style.height = height + "px";
}
});
Social Media and Digital Advertising Privacy Policy
Introduction
This privacy notice explains how Hu-Friedy Italy S.r.l. (hereinafter, “Hu-Friedy” or “the Company”) manages the collection, processing, and use of data in the context of its social media and digital marketing campaigns carried out on the following platforms:
LinkedIn, YouTube, Instagram, Facebook, X, and others;
as well as other forms of digital advertising, including display ads, email marketing, and lead generation campaigns.
Data Collection
Hu-Friedy may process, under joint controllership with the operators of social media platforms, personal data within the scope of its social media and digital advertising activities. The terms of such processing are published by the respective platform operators.
Certain social media platforms generate statistics based on usage data, which contain information about user interactions with the platform. Hu-Friedy cannot influence or prevent the execution or provision of these statistics.
Hu-Friedy may also collect the following personal data within the scope of its email marketing and lead generation activities, subject to the user’s explicit and voluntary consent:
Personal data: name, email address, job title, company name, telephone number, and any other contact information voluntarily provided through campaign forms or lead generation tools.
Purpose of Data Use
Hu-Friedy uses the collected personal data, subject to the individual’s consent, for the following purposes:
Lead Generation: to communicate offers, webinars, white papers, and product updates to potential clients and partners.
Advertising Personalization: to provide personalized advertising content and messages based on user preferences and behavior (only if specific consent has been given).
Customer Communication: to follow up on information requests, provide requested materials, and maintain engagement through newsletters, product launches, or service updates.
Analytics: to analyze the effectiveness of advertising campaigns and adjust strategies for optimal engagement.
Data Processing and Storage
Third-party platforms: Hu-Friedy uses tools and services provided by platforms such as LinkedIn, YouTube, X, Instagram, and Facebook to monitor and manage advertising campaigns. These platforms collect and store information according to their respective privacy policies.
Third-party providers: Hu-Friedy also relies on additional external providers for the execution of specific tasks related to media and digital marketing activities. Some of these providers are located outside the EU, and the Company has verified the adequacy of the relevant data transfer safeguards.
A list of the data processors involved in Hu-Friedy’s media and digital marketing campaigns may be requested by any data subject by contacting the Company at the details provided below.
Data Retention Period
Personal data will be retained for a maximum of two years, or for longer periods if consent is renewed within the limits prescribed by law.
User Rights
Users have the following rights concerning their personal data:
Right of Access: individuals may request access to their personal data held by Hu-Friedy.
Right to Rectification: users may correct inaccuracies or update incomplete information.
Right to Erasure: users may request the deletion of their personal data when it is no longer necessary for the purposes for which it was collected.
Right to Object: users may object to the processing of their personal data for direct marketing purposes.
Pursuant to Article 77 of the GDPR, users have the right to lodge a complaint with a supervisory authority if they believe that the processing of their personal data infringes data protection laws. In particular, the complaint may be lodged with the supervisory authority of the Member State of the user’s habitual residence, place of work, or place of the alleged infringement.
Opt-Out and Withdrawal of Consent
Users may withdraw their consent to the collection and use of their personal data at any time by:
Clicking the “unsubscribe” link provided in email communications;
Managing their preferences on social media or digital platforms for personalized ads;
Contacting Hu-Friedy directly using the contact details provided below.
Security Measures
Hu-Friedy applies appropriate technical and organizational measures to ensure the security of personal data. These include:
Encryption and secure data transmission methods;
Regular system monitoring;
Restricted access to personal data, limited to authorized personnel only.
Third-Party Links
Hu-Friedy’s digital advertisements and social media posts may include links to third-party websites. Hu-Friedy is not responsible for the content or privacy practices of such external sites. Users are encouraged to review the privacy policies of these third-party platforms before interacting with them.
Contact Information
For any questions or concerns regarding this policy, or to exercise your data protection rights, please contact us at:
Email: infohfe@hu-friedy.com
Address: Hu-Friedy Italy S.r.l., Via Mauro Macchi, 27, 20124 Milano Italy
Policy version 1 – Last updated: November 3, 2025
Marketing Privacy Policy
Introduction
This privacy notice outlines how Hu-Friedy Italy S.r.l. (“Hu-Friedy” or the “Company”) manages the collection, processing, and use of data in connection with its marketing and lead-generation activities.
Data Collection
Hu-Friedy may collect the following personal data in the context of its activities:
Personal data: name, e-mail address, job title, company name, telephone number, and any other contact information voluntarily provided through campaign forms or lead-generation tools.
Purpose of Data Use
Hu-Friedy uses the personal data collected for marketing purposes, subject to the data subject’s prior consent, for the following purposes:
Promotional and educational activities: to communicate offers, webinars, white papers, product updates, and educational activities to prospective customers and partners.
Advertising: to provide advertising content and personalised messages based on user preferences and behaviour (only where the user expresses specific consent).
Customer communication: to follow up on information requests, provide the requested information, and continue engagement through newsletters, product launches, or service updates.
Analytics: to analyse the effectiveness of our advertising campaigns and adapt strategies for optimal engagement.
Data Processing and Storage
We rely on additional third-party providers for the performance of certain specific activities related to media and digital-marketing operations. These providers are located outside the EU, and the Company has verified the adequacy of such transfers.
The list of data processors involved in the Company’s media and digital-marketing campaigns may be requested by any data subject by contacting the Company using the contact details indicated below.
Data Retention Period
Data will be retained for a maximum of two years, or for longer periods if consent is renewed within the statutory timeframe.
Data Subject Rights
Users have the following rights concerning their personal data:
Right of access: data subjects may request access to their personal data held by Hu-Friedy.
Right to rectification: users may correct inaccuracies or update incomplete data.
Right to erasure: users may request the deletion of their data, provided such data are no longer necessary for the purposes for which they were collected.
Right to object: users may object to the processing of their data for direct-marketing purposes.
Pursuant to Article 77 GDPR, the user has the right to lodge a complaint with a supervisory authority if they believe that the processing of their personal data infringes data-protection regulations. In particular, the right to lodge a complaint may be exercised before the supervisory authority of the Member State where the user resides, works, or where the alleged infringement occurred.
Opt-Out and Withdrawal of Consent
Users may withdraw their consent to the collection and use of their data at any time by:
Clicking the “unsubscribe” link provided in e-mail communications.
Managing preferences on social-media or digital-platform settings for personalised advertising.
Contacting Hu-Friedy directly using the contact points indicated below.
Security Measures
Hu-Friedy implements appropriate technical and organisational measures to ensure the security of personal data. These include:
Encryption and secure data-transmission methods;
Regular system monitoring;
Restricted access to personal data, limited to authorised personnel only.
Contact Information
For any questions or concerns regarding this policy, or to exercise your data-protection rights, please contact us at:
Email: infohfe@hu-friedy.com
Address: Hu-Friedy S.r.l., Via Mauro Macchi 27, 20124 Milan, Italy
Policy version 1 – Last updated: November 21, 2025
Survey Privacy Policy
Introduction
This privacy notice outlines how Hu-Friedy Italy S.r.l. (“Hu-Friedy” or the “Company”) manages the collection, processing, and use of data in connection with its commercial survey activities and for marketing and lead-generation purposes (“Survey”).
Data Collection
Surveys may be completed by data subjects without providing any of the personal data indicated below, or by optionally adding such information.
Hu-Friedy may collect the following personal data in the context of Surveys, subject to your explicit and optional consent:
Personal data: name, e-mail address, job title, company name, telephone number, and any other contact information voluntarily provided through campaign forms or lead-generation tools.
Purpose of Data Use
Hu-Friedy uses the personal data collected for marketing purposes, subject to the data subject’s prior consent, for the following purposes:
Educational and promotional activities: to communicate offers, webinars, white papers, product updates, and educational activities to prospective customers and partners.
Advertising: to deliver advertising content and personalised messages based on user preferences and behaviour (only where specific consent is provided).
Customer communication: to follow up on information requests, provide the requested information, and continue engagement through newsletters, product launches, or service updates.
Analytics: to analyse the effectiveness of our advertising campaigns and adapt strategies for optimal engagement.
Data Processing and Storage
We rely on additional third-party providers for the performance of certain specific activities related to media and digital-marketing operations. These providers are located outside the EU, and the Company has verified the adequacy of such transfers.
The list of data processors involved in the Company’s media and digital-marketing campaigns may be requested by any data subject by contacting the Company using the contact details indicated below.
Data Retention Period
Data will be retained for a maximum of two years, or for longer periods if consent is renewed within the statutory timeframe.
Data Subject Rights
Users have the following rights concerning their personal data:
Right of access: data subjects may request access to their personal data held by Hu-Friedy.
Right to rectification: users may correct inaccuracies or update incomplete data.
Right to erasure: users may request the deletion of their data, provided such data are no longer necessary for the purposes for which they were collected.
Right to object: users may object to the processing of their data for direct-marketing purposes.
Pursuant to Article 77 GDPR, the user has the right to lodge a complaint with a supervisory authority if they believe that the processing of their personal data infringes data-protection regulations. In particular, the right to lodge a complaint may be exercised before the supervisory authority of the Member State of residence, of the place of work, or of the place of the alleged infringement.
Opt-Out and Withdrawal of Consent
Users may withdraw their consent to the collection and use of their data at any time by:
Clicking the “unsubscribe” link included in e-mail communications;
Managing preferences on social-media or digital-platform settings for personalised ads;
Contacting Hu-Friedy directly using the contact points indicated below.
Security Measures
Hu-Friedy implements appropriate technical and organisational measures to ensure the security of personal data. These include:
Data encryption and secure transmission methods;
Regular system monitoring;
Restricted access to personal data, limited to authorised personnel only.
Contact Information
For any questions or concerns regarding this policy, or to exercise your data-protection rights, please contact us at:
Email: infohfe@hu-friedy.com
Address: Hu-Friedy S.r.l., Via Mauro Macchi 27, 20124 Milan, Italy
Policy version 1 – Last updated: November 21, 2025
Privacy Center
Information on privacy, data processing, and our corporate policies.
,
In this section, you will find all current privacy notices applied by HuFriedyGroup, organised by activity type.
Our goal is to ensure full transparency on how we collect, use, and protect personal data, in compliance with
Regulation (EU) 2016/679 (“GDPR”) and applicable law.
This page serves as a central hub. Select the privacy notice relevant to the activity you are engaging in.
The section may be updated in the future with additional policies.
Available HuFriedyGroup Privacy Notices
Social Media & Digital Advertising
Privacy notice regarding the processing of personal data within HuFriedyGroup’s social media and digital advertising activities.
Read the policy →
Marketing Activities
Privacy notice covering marketing initiatives, commercial communications, and lead-generation activities carried out by HuFriedyGroup.
Read the policy →
Survey Activities
Privacy notice relating to surveys, questionnaires, and feedback collection managed by HuFriedyGroup.
Read the policy →
Page version 1 – Last updated: November 21, 2025
.header-banner {
display: flex;
align-items: center;
justify-content: center;
gap: 40px;
padding: 60px 20px;
max-width: 1600px;
margin: 0 auto;
}
/* Immagine */
.header-banner-image {
flex: 0 0 45%;
}
.header-banner-image img {
width: 100%;
height: auto;
display: block;
}
/* Testo */
.header-banner-text {
flex: 0 0 55%;
}
/* TITOLI in 3 righe */
.header-banner-text h2 {
margin: 0;
font-size: 4.5rem !important;
line-height: 1.08 !important;
font-weight: 900 !important;
}
.header-banner-text .l1,
.header-banner-text .l2,
.header-banner-text .l3 {
display: block;
}
.header-banner-text .l1,
.header-banner-text .l2 {
color: #ffffff !important;
}
.header-banner-text .l3 {
color: #000000 !important;
}
/* 📱 MOBILE */
@media (max-width: 900px) {
.header-banner {
flex-direction: column;
text-align: center;
padding: 35px 15px;
}
/* 👉 margine sopra L’IMMAGINE (aumentato) */
.header-banner-image {
margin-top: 40px; /* puoi aumentare se vuoi */
}
/* 👉 niente margine sopra il testo */
.header-banner-text {
margin-top: 0;
}
.header-banner-text h2 {
font-size: 3rem !important;
line-height: 1.15 !important;
}
}
ConFirm™
Rapid Read
20-Minute System
,
The ConFirm™ Rapid Read 20-Minute System determines the efficacy of steam sterilization cycles in just 20 minutes. An enzyme-based detection system between the biological indicator and reader is used to provide the results. When frequent sterilizer testing is needed and time is of the essence, release an instrument load into service in just 20 minutes. Faster biological test results help mitigate risk and potential recalls due to improperly functioning sterilizers.
.green-button {
display: inline-block;
padding: 14px 28px;
font-size: 1rem;
font-weight: 700;
text-decoration: none !important;
border: 2px solid #3BAD4C !important;
color: #3BAD4C !important; /* forza il testo verde */
transition: all 0.25s ease;
border-radius: 3px;
}
/* Hover: sfondo verde + testo bianco + outline bianco */
.green-button:hover {
background-color: #3BAD4C !important;
color: #ffffff !important; /* forza il testo bianco */
border-color: #ffffff !important;
}
DOWNLOAD THE BROCHURE
,
/* GRID CONTENITORE 2 CARD */
.cards-wrapper {
max-width: 1200px;
margin: 0 auto;
padding: 50px 20px;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px;
}
/* CARD STILE HUF */
.feature-card {
background: #ffffff;
border: 1px solid #e5e5e5;
border-radius: 12px;
padding: 40px 30px;
text-align: left;
box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}
/* FOTO */
.feature-card img {
width: 100%;
max-width: 350px;
display: block;
margin: 0 auto 25px auto;
}
/* TITOLO: VERDE + BOLD + CENTRATO */
.feature-card h3 {
font-size: 1.7rem;
font-weight: 800;
color: #3BAD4C;
text-align: center;
margin-bottom: 25px;
}
/* BULLET LIST */
.feature-card ul {
list-style: none;
padding: 0;
margin: 0;
}
.feature-card ul li {
margin-bottom: 14px;
padding-left: 22px;
position: relative;
font-size: 1.05rem;
line-height: 1.5;
}
.feature-card ul li::before {
content: "•";
color: #3BAD4C;
font-size: 1.4rem;
position: absolute;
left: 0;
top: -3px;
}
/* MOBILE RESPONSIVE */
@media (max-width: 900px) {
.cards-wrapper {
grid-template-columns: 1fr;
gap: 30px;
}
.feature-card {
padding: 30px 25px;
}
.feature-card img {
max-width: 260px;
}
.feature-card h3 {
font-size: 1.5rem;
}
}
Biological Indicator – Key Features
Twist & Flick Activation reduces contamination potential and eliminates need for a separate activator device.
Vials contain Geobacillus stearothermophilus spores for detection of unsafe outcomes.
Glass-free design helps ensure staff safety.
Purple media provides visual confirmation after activation, reducing risk of error.
Media sealed in cap with foil allows for easy activation.
BI information (lot number, expiration date) for easy documentation.
Type 1 chemical indicator distinguishes processed vs unprocessed BIs.
Incubator Reader – Key Features
8-well design provides space for testing multiple sterilizers.
The LCD screen displays incubation time and lists results.
Barcode scanner reads product number, lot #, and expiration date.
Automatic results with indicator lights at each well.
Set language easily from the interface.
Volume adjustment for audible alerts.
Connectivity ports for network and printer connections.
Power loss back-up provides 60-second recovery time.
,
Bring faster and safer sterilization testing to your workflow.
Get the ConFirm™ Rapid Read System on our Webshop.
GO TO THE WEBSHOP
,
Additional Resources
❮
ConFirm™ Rapid Read Step-By-Step Guide
IFU - ConFirm™ Rapid Read
ConFirm™ Rapid Read Record Sheet
❯
#resources-block-1 { --gap:20px; }
#resources-block-1.resources-section {
text-align: center;
padding: 40px 20px;
max-width: 1000px;
margin: 0 auto;
}
#resources-block-1 .resources-title {
font-size: 22px;
font-weight: bold;
color: #e60000;
margin-bottom: 25px;
text-transform: uppercase;
}
/* --- CAROSELLO BASE --- */
#resources-block-1 .resources-carousel-wrapper {
position: relative;
overflow: hidden;
}
#resources-block-1 .resources-carousel {
display: flex;
flex-wrap: nowrap;
gap: var(--gap);
overflow-x: auto;
scroll-behavior: smooth;
padding: 10px 0;
}
#resources-block-1 .resource-item {
flex: 0 0 220px;
background: #fff;
border-radius: 8px;
padding: 15px;
text-align: center;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#resources-block-1 .resource-item:hover {
transform: translateY(-4px);
box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
#resources-block-1 .resource-item img {
width: 40px;
margin-bottom: 10px;
}
#resources-block-1 .resource-item p {
font-size: 15px;
color: #000; /* ← TESTO NERO */
font-weight: 600;
margin: 0;
}
/* Rendere cliccabile tutto */
#resources-block-1 .resource-item a {
display: block;
color: inherit;
text-decoration: none;
}
/* Frecce (solo mobile) */
#resources-block-1 .resources-btn {
background: #e60000;
color: #fff;
border: none;
width: 36px;
height: 36px;
font-size: 20px;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
border-radius: 50%;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 2;
transition: background .3s ease, opacity .3s ease;
}
/* Mobile: frecce visibili */
@media (max-width: 768px) {
#resources-block-1 .resources-btn { display: block; }
}
/* --- DESKTOP: DISATTIVA CAROSELLO --- */
@media (min-width: 769px) {
#resources-block-1 .resources-carousel {
overflow-x: visible; /* niente scroll */
justify-content: center; /* centra le 3 card */
}
#resources-block-1 .resource-item {
flex: 0 0 260px; /* più larghe su desktop */
}
#resources-block-1 .resources-btn {
display: none !important; /* nascondi frecce */
}
}
document.addEventListener('DOMContentLoaded', function () {
const root = document.getElementById('resources-block-1');
if (!root) return;
const scroller = root.querySelector('.resources-carousel');
const prev = root.querySelector('.resources-btn.prev');
const next = root.querySelector('.resources-btn.next');
// Attiva carosello solo su mobile
function isMobile() {
return window.innerWidth < 769;
}
function step() {
const item = scroller.querySelector('.resource-item');
const gap = parseInt(getComputedStyle(scroller).gap || '20', 10);
return (item ? item.getBoundingClientRect().width : 220) + gap;
}
function updateArrows() {
if (!prev || !next || !isMobile()) return;
const atStart = scroller.scrollLeft = scroller.scrollWidth;
prev.disabled = atStart;
next.disabled = atEnd;
}
if (prev && next) {
prev.addEventListener('click', () => scroller.scrollBy({ left: -step(), behavior: 'smooth' }));
next.addEventListener('click', () => scroller.scrollBy({ left: step(), behavior: 'smooth' }));
scroller.addEventListener('scroll', updateArrows, { passive: true });
window.addEventListener('resize', updateArrows);
updateArrows();
}
});