Accutron™ Equipment
Conscious Sedation Solutions
Relaxed patients.
Smoother treatments.
More efficient workflows.
Explore Portfolio
Contact Us
.cs-banner {
position: relative !important;
overflow: hidden !important;
min-height: 620px !important;
background-image: var(--desktop-bg) !important;
background-size: cover !important;
background-position: center right !important;
}
/* soft overlay */
.cs-banner::after {
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(
90deg,
rgba(255,255,255,0.90) 0%,
rgba(255,255,255,0.72) 34%,
rgba(255,255,255,0.18) 62%,
rgba(255,255,255,0) 100%
) !important;
z-index: 1 !important;
pointer-events: none !important;
}
.cs-banner-overlay {
position: relative !important;
z-index: 2 !important;
min-height: 620px !important;
display: flex !important;
align-items: center !important;
}
.cs-banner-content {
max-width: 560px !important;
margin-left: calc((100vw - 1180px) / 2) !important;
padding: 70px 32px !important;
}
.cs-banner-eyebrow {
color: #d785ca !important;
font-size: 18px !important;
line-height: 1.15 !important;
font-weight: 800 !important;
letter-spacing: 2.5px !important;
text-transform: uppercase !important;
margin: 0 0 18px !important;
}
.cs-banner-title {
color: #000000 !important;
font-size: 62px !important;
line-height: 0.98 !important;
font-weight: 900 !important;
margin: 0 0 28px !important;
letter-spacing: -1.2px !important;
}
.cs-banner-description {
color: #000000 !important;
font-size: 30px !important;
line-height: 1.15 !important;
font-weight: 600 !important;
margin: 0 0 34px !important;
letter-spacing: -0.4px !important;
}
/* buttons */
.cs-banner-buttons {
display: flex !important;
gap: 20px !important;
flex-wrap: wrap !important;
}
.cs-banner-button {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
min-width: 210px !important;
padding: 16px 26px !important;
border: 2px solid #d785ca !important;
font-weight: 800 !important;
font-size: 14px !important;
line-height: 1 !important;
text-transform: uppercase !important;
text-decoration: none !important;
letter-spacing: 0.6px !important;
transition: all 0.2s ease !important;
box-sizing: border-box !important;
text-align: center !important;
}
.cs-banner-button--primary {
background: #d785ca !important;
color: #ffffff !important;
}
.cs-banner-button--secondary {
background: transparent !important;
color: #d785ca !important;
}
.cs-banner-button--primary:hover,
.cs-banner-button--primary:focus {
background: #ffffff !important;
color: #d785ca !important;
border-color: #d785ca !important;
}
.cs-banner-button--secondary:hover,
.cs-banner-button--secondary:focus {
background: #d785ca !important;
color: #ffffff !important;
border-color: #d785ca !important;
}
/* tablet */
@media (max-width: 1200px) {
.cs-banner-content {
margin-left: 40px !important;
}
.cs-banner-title {
font-size: 54px !important;
}
.cs-banner-description {
font-size: 26px !important;
}
}
/* mobile */
@media (max-width: 768px) {
.cs-banner {
min-height: 100vh !important;
background-image: var(--mobile-bg) !important;
background-size: cover !important;
background-position: center top !important;
}
.cs-banner::after {
background: linear-gradient(
to bottom,
rgba(255,255,255,0) 22%,
rgba(255,255,255,0.35) 45%,
rgba(255,255,255,0.88) 72%,
rgba(255,255,255,1) 100%
) !important;
}
.cs-banner-overlay {
min-height: 100vh !important;
align-items: flex-end !important;
}
.cs-banner-content {
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding: 24px 22px 52px !important;
text-align: center !important;
}
.cs-banner-eyebrow {
color: #d785ca !important;
font-size: 14px !important;
font-weight: 800 !important;
letter-spacing: 2.4px !important;
text-transform: uppercase !important;
margin-bottom: 16px !important;
text-shadow:
0 1px 2px rgba(0,0,0,0.16),
0 3px 10px rgba(0,0,0,0.22),
0 0 1px rgba(0,0,0,0.12) !important;
}
.cs-banner-title {
font-size: 40px !important;
line-height: 1 !important;
margin-bottom: 20px !important;
}
.cs-banner-description {
font-size: 22px !important;
line-height: 1.2 !important;
margin-bottom: 28px !important;
}
.cs-banner-buttons {
flex-direction: column !important;
gap: 12px !important;
}
.cs-banner-button {
width: 100% !important;
min-width: 100% !important;
}
}
,
.cs-problem {
background: #ffffff !important;
padding: 92px 24px 96px !important;
color: #000000 !important;
}
.cs-problem__inner {
max-width: 1180px !important;
margin: 0 auto !important;
text-align: center !important;
}
.cs-problem__eyebrow {
color: #d785ca !important;
font-size: 18px !important;
line-height: 1.15 !important;
font-weight: 800 !important;
letter-spacing: 2.5px !important;
text-transform: uppercase !important;
margin: 0 0 18px !important;
}
.cs-problem__title {
color: #000000 !important;
font-size: 54px !important;
line-height: 1 !important;
font-weight: 900 !important;
letter-spacing: -1px !important;
margin: 0 0 22px !important;
}
.cs-problem__intro {
max-width: 760px !important;
margin: 0 auto 56px !important;
color: #333333 !important;
font-size: 20px !important;
line-height: 1.45 !important;
font-weight: 400 !important;
}
.cs-problem__grid {
display: grid !important;
grid-template-columns: repeat(4, 1fr) !important;
gap: 22px !important;
margin: 0 0 54px !important;
}
.cs-problem__card {
background: #f5f5f5 !important;
padding: 34px 24px 32px !important;
min-height: 230px !important;
display: flex !important;
flex-direction: column !important;
justify-content: flex-start !important;
text-align: left !important;
transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
.cs-problem__card:hover {
transform: translateY(-4px) !important;
box-shadow: 0 16px 36px rgba(0,0,0,0.08) !important;
}
.cs-problem__number {
color: #d785ca !important;
font-size: 16px !important;
font-weight: 900 !important;
letter-spacing: 1px !important;
margin: 0 0 20px !important;
}
.cs-problem__card-title {
color: #000000 !important;
font-size: 22px !important;
line-height: 1.12 !important;
font-weight: 800 !important;
letter-spacing: -0.3px !important;
margin: 0 0 16px !important;
}
.cs-problem__card-text {
color: #333333 !important;
font-size: 15px !important;
line-height: 1.5 !important;
font-weight: 400 !important;
margin: 0 !important;
}
.cs-problem__statement {
max-width: 850px !important;
margin: 0 auto !important;
color: #000000 !important;
font-size: 30px !important;
line-height: 1.18 !important;
font-weight: 700 !important;
letter-spacing: -0.5px !important;
}
.cs-problem__statement span {
color: #d785ca !important;
}
@media (max-width: 1024px) {
.cs-problem__grid {
grid-template-columns: repeat(2, 1fr) !important;
}
.cs-problem__title {
font-size: 46px !important;
}
}
@media (max-width: 768px) {
.cs-problem {
padding: 72px 20px 78px !important;
}
.cs-problem__eyebrow {
font-size: 14px !important;
letter-spacing: 2.2px !important;
}
.cs-problem__title {
font-size: 40px !important;
line-height: 1 !important;
margin-bottom: 20px !important;
}
.cs-problem__intro {
font-size: 17px !important;
line-height: 1.5 !important;
margin-bottom: 38px !important;
}
.cs-problem__grid {
grid-template-columns: 1fr !important;
gap: 14px !important;
margin-bottom: 42px !important;
}
.cs-problem__card {
min-height: auto !important;
padding: 24px 22px !important;
}
.cs-problem__card-title {
font-size: 20px !important;
}
.cs-problem__card-text {
font-size: 14px !important;
}
.cs-problem__statement {
font-size: 24px !important;
line-height: 1.22 !important;
}
}
Daily Challenges
Does this sound familiar?
Every dental practice faces patients affected by stress, anxiety or discomfort during treatment.
Conscious sedation can help create a calmer and more efficient clinical experience.
01
Anxious patients disrupt your schedule
Stress and fear may lead to longer appointments and more difficult treatments.
02
Stress affects the entire team
Patient anxiety can quickly influence the atmosphere and workflow of the practice.
03
Gag reflex complicates procedures
Sensitive patients often require more time and treatment interruptions.
04
Pediatric appointments become challenging
Fear and lack of cooperation can make treatment stressful for both children and practitioners.
Conscious sedation helps support smoother treatments and a more relaxed patient experience.
,
.cs-benefits {
background: #000000 !important;
padding: 96px 24px 100px !important;
color: #ffffff !important;
overflow: hidden !important;
}
.cs-benefits__inner {
max-width: 1180px !important;
margin: 0 auto !important;
text-align: center !important;
}
.cs-benefits__eyebrow {
color: #d785ca !important;
font-size: 18px !important;
line-height: 1.15 !important;
font-weight: 800 !important;
letter-spacing: 2.5px !important;
text-transform: uppercase !important;
margin: 0 0 18px !important;
}
.cs-benefits__title {
color: #ffffff !important;
font-size: 54px !important;
line-height: 1 !important;
font-weight: 900 !important;
letter-spacing: -1px !important;
margin: 0 0 24px !important;
}
.cs-benefits__intro {
max-width: 760px !important;
margin: 0 auto 64px !important;
color: rgba(255,255,255,0.78) !important;
font-size: 20px !important;
line-height: 1.5 !important;
font-weight: 400 !important;
}
.cs-benefits__grid {
display: grid !important;
grid-template-columns: repeat(3, 1fr) !important;
gap: 24px !important;
}
.cs-benefits__card {
position: relative !important;
background: rgba(255,255,255,0.04) !important;
border: 1px solid rgba(255,255,255,0.08) !important;
padding: 42px 34px 38px !important;
text-align: left !important;
transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease !important;
}
.cs-benefits__card:hover {
transform: translateY(-4px) !important;
border-color: rgba(215,133,202,0.35) !important;
background: rgba(255,255,255,0.06) !important;
}
.cs-benefits__line {
width: 54px !important;
height: 3px !important;
background: #d785ca !important;
margin-bottom: 26px !important;
}
.cs-benefits__card-title {
color: #ffffff !important;
font-size: 28px !important;
line-height: 1.08 !important;
font-weight: 800 !important;
letter-spacing: -0.5px !important;
margin: 0 0 18px !important;
}
.cs-benefits__card-text {
color: rgba(255,255,255,0.72) !important;
font-size: 16px !important;
line-height: 1.6 !important;
font-weight: 400 !important;
margin: 0 !important;
}
@media (max-width: 1024px) {
.cs-benefits__grid {
grid-template-columns: 1fr !important;
gap: 18px !important;
}
.cs-benefits__title {
font-size: 46px !important;
}
}
@media (max-width: 768px) {
.cs-benefits {
padding: 74px 20px 78px !important;
}
.cs-benefits__eyebrow {
font-size: 14px !important;
letter-spacing: 2.2px !important;
}
.cs-benefits__title {
font-size: 40px !important;
line-height: 1 !important;
margin-bottom: 20px !important;
}
.cs-benefits__intro {
font-size: 17px !important;
line-height: 1.5 !important;
margin-bottom: 42px !important;
}
.cs-benefits__card {
padding: 32px 26px 30px !important;
}
.cs-benefits__card-title {
font-size: 24px !important;
}
.cs-benefits__card-text {
font-size: 15px !important;
}
}
Accutron™ Benefits
Main Benefits of Conscious Sedation
Nitrous oxide sedation is widely used to help patients feel calmer and support more efficient clinical procedures.
Reduce stress &
improve workflow
Help create smoother appointments and more predictable treatment procedures.
Support anxious &
phobic patients
Allow patients to feel calmer and more comfortable during treatment.
Differentiate
your practice
Offer a modern patient-centered treatment experience.
,
.cs-portfolio,
.cs-portfolio * {
box-sizing: border-box !important;
}
.cs-portfolio {
background: #f5f5f5 !important;
padding: 0 !important;
overflow: hidden !important;
}
.cs-portfolio__inner {
max-width: 1320px !important;
margin: 0 auto !important;
display: grid !important;
grid-template-columns: 0.85fr 1fr !important;
gap: 60px !important;
align-items: center !important;
min-height: 880px !important;
}
.cs-portfolio__media {
min-height: 880px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
overflow: hidden !important;
}
.cs-portfolio__media img {
width: 100% !important;
height: 100% !important;
object-fit: contain !important;
display: block !important;
}
.cs-portfolio__content {
padding: 90px 0 !important;
color: #000 !important;
}
.cs-portfolio__eyebrow {
color: #d785ca !important;
font-size: 18px !important;
font-weight: 800 !important;
letter-spacing: 2.5px !important;
text-transform: uppercase !important;
margin: 0 0 18px !important;
}
.cs-portfolio__title {
color: #000 !important;
font-size: 58px !important;
line-height: .98 !important;
font-weight: 900 !important;
letter-spacing: -1.2px !important;
margin: 0 0 28px !important;
}
.cs-portfolio__text {
color: #333 !important;
font-size: 20px !important;
line-height: 1.6 !important;
margin: 0 0 40px !important;
max-width: 560px !important;
}
.cs-portfolio__features {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 18px 24px !important;
}
.cs-portfolio__feature {
position: relative !important;
padding-left: 20px !important;
color: #000 !important;
font-size: 16px !important;
line-height: 1.45 !important;
font-weight: 600 !important;
}
.cs-portfolio__feature::before {
content: "" !important;
position: absolute !important;
left: 0 !important;
top: 8px !important;
width: 8px !important;
height: 8px !important;
border-radius: 50% !important;
background: #d785ca !important;
}
@media (max-width: 1024px) {
.cs-portfolio__inner {
grid-template-columns: 1fr !important;
gap: 0 !important;
min-height: auto !important;
}
.cs-portfolio__media {
min-height: 620px !important;
padding: 40px 40px 0 !important;
}
.cs-portfolio__content {
padding: 72px 42px !important;
}
.cs-portfolio__title {
font-size: 48px !important;
}
}
@media (max-width: 768px) {
.cs-portfolio__media {
min-height: 460px !important;
padding: 32px 24px 0 !important;
}
.cs-portfolio__content {
padding: 64px 22px 74px !important;
}
.cs-portfolio__eyebrow {
font-size: 14px !important;
letter-spacing: 2.2px !important;
}
.cs-portfolio__title {
font-size: 40px !important;
}
.cs-portfolio__text {
font-size: 17px !important;
}
.cs-portfolio__features {
grid-template-columns: 1fr !important;
}
}
Accutron™ Systems
A Complete Portfolio for Every Practice
For more than 40 years, Accutron has developed nitrous oxide and oxygen sedation systems designed specifically for dentistry.
Flexible solutions allow conscious sedation to be integrated into a wide range of clinical environments and treatment workflows.
Digital and analog systems
Mobile and built-in configurations
Solutions for adult and pediatric patients
Masks and accessories designed for clinical comfort
,
.cs-product-digital,
.cs-product-digital * {
box-sizing: border-box !important;
}
.cs-product-digital {
background: #ffffff !important;
color: #000000 !important;
padding: 110px 24px !important;
overflow: hidden !important;
}
.cs-product-digital__inner {
max-width: 1280px !important;
margin: 0 auto !important;
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 80px !important;
align-items: center !important;
}
.cs-product-digital__eyebrow {
color: #d785ca !important;
font-size: 18px !important;
font-weight: 800 !important;
letter-spacing: 2.5px !important;
text-transform: uppercase !important;
margin: 0 0 18px !important;
}
.cs-product-digital__title {
color: #000000 !important;
font-size: 58px !important;
line-height: .98 !important;
font-weight: 900 !important;
letter-spacing: -1.2px !important;
margin: 0 0 28px !important;
}
.cs-product-digital__text {
color: #333333 !important;
font-size: 20px !important;
line-height: 1.6 !important;
margin: 0 0 38px !important;
max-width: 560px !important;
}
.cs-product-digital__features {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 18px 24px !important;
margin-bottom: 42px !important;
}
.cs-product-digital__feature {
position: relative !important;
padding-left: 20px !important;
color: #000000 !important;
font-size: 16px !important;
line-height: 1.45 !important;
font-weight: 600 !important;
}
.cs-product-digital__feature::before {
content: "" !important;
position: absolute !important;
left: 0 !important;
top: 8px !important;
width: 8px !important;
height: 8px !important;
border-radius: 50% !important;
background: #d785ca !important;
}
.cs-product-digital__button {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
min-width: 220px !important;
padding: 16px 28px !important;
border: 2px solid #d785ca !important;
background: #d785ca !important;
color: #ffffff !important;
font-size: 14px !important;
font-weight: 800 !important;
letter-spacing: .6px !important;
text-transform: uppercase !important;
text-decoration: none !important;
transition: all .2s ease !important;
}
.cs-product-digital__button:hover,
.cs-product-digital__button:focus {
background: transparent !important;
color: #d785ca !important;
}
.cs-product-digital__button--mobile {
display: none !important;
}
.cs-product-digital__image {
width: 100% !important;
background: #ffffff !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
overflow: hidden !important;
}
.cs-product-digital__image img {
width: 100% !important;
height: auto !important;
object-fit: contain !important;
display: block !important;
}
@media (max-width: 1024px) {
.cs-product-digital__inner {
grid-template-columns: 1fr !important;
gap: 50px !important;
}
.cs-product-digital__title {
font-size: 48px !important;
}
}
@media (max-width: 768px) {
.cs-product-digital {
padding: 78px 20px !important;
}
.cs-product-digital__inner {
gap: 30px !important;
}
.cs-product-digital__eyebrow {
font-size: 14px !important;
letter-spacing: 2.2px !important;
}
.cs-product-digital__title {
font-size: 40px !important;
}
.cs-product-digital__text {
font-size: 17px !important;
}
.cs-product-digital__features {
grid-template-columns: 1fr !important;
margin-bottom: 0 !important;
}
.cs-product-digital__button--desktop {
display: none !important;
}
.cs-product-digital__button--mobile {
display: inline-flex !important;
width: 100% !important;
margin-top: 26px !important;
}
}
Digital Ultra®
Digital Precision for Modern Sedation
The Digital Ultra® Flowmeter offers intuitive digital control designed to support simple, precise and efficient sedation procedures.
Automatic flow regulation
Intuitive operation
Maximum dosing precision
Easy-to-clean design
Request Information
Request Information
,
.cs-product-ultrapc,
.cs-product-ultrapc * {
box-sizing: border-box !important;
}
.cs-product-ultrapc {
background: #000 !important;
padding: 0 !important;
overflow: hidden !important;
}
.cs-product-ultrapc__inner {
max-width: 1320px !important;
margin: 0 auto !important;
display: grid !important;
grid-template-columns: 1fr 1fr !important;
align-items: center !important;
gap: 80px !important;
min-height: 760px !important;
padding: 80px 40px !important;
}
.cs-product-ultrapc__image {
display: flex !important;
align-items: center !important;
justify-content: center !important;
min-height: 620px !important;
}
.cs-product-ultrapc__image img {
width: 100% !important;
max-width: 760px !important;
height: auto !important;
display: block !important;
object-fit: contain !important;
}
.cs-product-ultrapc__content {
color: #fff !important;
}
.cs-product-ultrapc__eyebrow {
color: #d785ca !important;
font-size: 18px !important;
font-weight: 800 !important;
letter-spacing: 2.5px !important;
text-transform: uppercase !important;
margin: 0 0 18px !important;
}
.cs-product-ultrapc__title {
color: #fff !important;
font-size: 62px !important;
line-height: .96 !important;
font-weight: 900 !important;
letter-spacing: -1.2px !important;
margin: 0 0 30px !important;
}
.cs-product-ultrapc__text {
color: rgba(255,255,255,0.82) !important;
font-size: 21px !important;
line-height: 1.6 !important;
margin: 0 0 42px !important;
max-width: 580px !important;
}
.cs-product-ultrapc__features {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 18px 24px !important;
margin-bottom: 42px !important;
}
.cs-product-ultrapc__feature {
position: relative !important;
padding-left: 20px !important;
color: #fff !important;
font-size: 17px !important;
line-height: 1.45 !important;
font-weight: 600 !important;
}
.cs-product-ultrapc__feature::before {
content: "" !important;
position: absolute !important;
left: 0 !important;
top: 8px !important;
width: 8px !important;
height: 8px !important;
border-radius: 50% !important;
background: #d785ca !important;
}
.cs-product-ultrapc__button {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
padding: 18px 30px !important;
border: 2px solid #d785ca !important;
color: #d785ca !important;
text-decoration: none !important;
text-transform: uppercase !important;
font-size: 14px !important;
font-weight: 800 !important;
letter-spacing: 1px !important;
transition: all .25s ease !important;
}
.cs-product-ultrapc__button:hover,
.cs-product-ultrapc__button:focus {
background: #d785ca !important;
color: #fff !important;
}
@media (max-width: 1024px) {
.cs-product-ultrapc__inner {
grid-template-columns: 1fr !important;
gap: 0 !important;
min-height: auto !important;
}
.cs-product-ultrapc__image {
min-height: 520px !important;
padding-top: 20px !important;
}
.cs-product-ultrapc__content {
padding-bottom: 20px !important;
}
.cs-product-ultrapc__title {
font-size: 52px !important;
}
}
@media (max-width: 768px) {
.cs-product-ultrapc__inner {
padding: 54px 22px 70px !important;
}
.cs-product-ultrapc__image {
order: 1 !important;
min-height: auto !important;
margin-bottom: 34px !important;
}
.cs-product-ultrapc__content {
order: 2 !important;
}
.cs-product-ultrapc__eyebrow {
font-size: 14px !important;
letter-spacing: 2px !important;
}
.cs-product-ultrapc__title {
font-size: 40px !important;
}
.cs-product-ultrapc__text {
font-size: 17px !important;
}
.cs-product-ultrapc__features {
grid-template-columns: 1fr !important;
}
.cs-product-ultrapc__button {
width: 100% !important;
}
}
Scavenging Circuits
Efficient Gas Delivery and Scavenging
Scavenging circuits are an essential part of nitrous oxide/oxygen sedation, carrying the mixed gas to the patient before delivery through the nasal mask.
Sterilizable design
Multiple configurations
Supports safety guidelines
Designed for clinical needs
Request Information
,
.cs-masks,
.cs-masks * {
box-sizing: border-box !important;
}
.cs-masks {
background: #f7eff5 !important;
padding: 100px 24px !important;
overflow: hidden !important;
}
.cs-masks__inner {
max-width: 1320px !important;
margin: 0 auto !important;
}
.cs-masks__eyebrow {
color: #d785ca !important;
font-size: 18px !important;
font-weight: 800 !important;
letter-spacing: 2.5px !important;
text-transform: uppercase !important;
text-align: center !important;
margin: 0 0 18px !important;
}
.cs-masks__title {
color: #000 !important;
font-size: 56px !important;
line-height: 1 !important;
font-weight: 900 !important;
letter-spacing: -1px !important;
text-align: center !important;
margin: 0 0 70px !important;
}
.cs-masks__grid {
display: grid !important;
grid-template-columns: repeat(3, 1fr) !important;
gap: 24px !important;
}
.cs-masks__card {
background: #fff !important;
overflow: hidden !important;
}
.cs-masks__image {
aspect-ratio: 16 / 10 !important;
overflow: hidden !important;
background: #f2f2f2 !important;
}
.cs-masks__image img {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
display: block !important;
}
.cs-masks__content {
padding: 30px !important;
}
.cs-masks__card-title {
color: #000 !important;
font-size: 26px !important;
line-height: 1.05 !important;
font-weight: 900 !important;
margin: 0 0 18px !important;
}
.cs-masks__text {
color: #333 !important;
font-size: 16px !important;
line-height: 1.55 !important;
margin: 0 !important;
}
@media (max-width: 1024px) {
.cs-masks__grid {
grid-template-columns: 1fr 1fr !important;
}
}
@media (max-width: 768px) {
.cs-masks {
padding: 74px 0 !important;
}
.cs-masks__eyebrow {
font-size: 14px !important;
padding: 0 20px !important;
}
.cs-masks__title {
font-size: 40px !important;
margin-bottom: 42px !important;
padding: 0 20px !important;
}
.cs-masks__grid {
display: flex !important;
overflow-x: auto !important;
gap: 18px !important;
scroll-snap-type: x mandatory !important;
padding: 0 20px 10px !important;
-webkit-overflow-scrolling: touch !important;
}
.cs-masks__grid::-webkit-scrollbar {
display: none !important;
}
.cs-masks__card {
flex: 0 0 88% !important;
scroll-snap-align: center !important;
}
.cs-masks__content {
padding: 26px !important;
}
.cs-masks__card-title {
font-size: 24px !important;
}
.cs-masks__text {
font-size: 16px !important;
}
}
Patient Comfort
Designed for Comfort and Clinical Efficiency
Accutron™ ClearView™ Nasal Mask
The most popular Accutron design. This “mask-in-mask” style keeps the gas enclosed without the use of a scavenging hub and has an improved facial seal for added comfort and safety.
Accutron™ Axess™ Nasal Mask
The lowest profile Accutron design, with the lightest weight tubing. No cannula or tape needed, so it does not sacrifice comfort for fit.
Accutron™ PIP+™ Nasal Mask
The original Accutron™ design and still a reliable choice for nitrous delivery. Available with both single- and multi-use options.
,
.cs-patients,
.cs-patients * {
box-sizing: border-box !important;
}
.cs-patients {
background: #ffffff !important;
padding: 0 !important;
overflow: hidden !important;
}
.cs-patients__block {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
min-height: 620px !important;
}
.cs-patients__block--reverse .cs-patients__image {
order: 2 !important;
}
.cs-patients__block--reverse .cs-patients__content {
order: 1 !important;
}
.cs-patients__image {
background: #eeeeee !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
color: #999 !important;
text-transform: uppercase !important;
letter-spacing: 1px !important;
font-size: 14px !important;
}
.cs-patients__image img {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
display: block !important;
}
.cs-patients__content {
padding: 90px 80px !important;
display: flex !important;
flex-direction: column !important;
justify-content: center !important;
color: #000 !important;
}
.cs-patients__eyebrow {
color: #d785ca !important;
font-size: 18px !important;
font-weight: 800 !important;
letter-spacing: 2.5px !important;
text-transform: uppercase !important;
margin: 0 0 18px !important;
}
.cs-patients__title {
color: #000 !important;
font-size: 54px !important;
line-height: 1 !important;
font-weight: 900 !important;
letter-spacing: -1px !important;
margin: 0 0 26px !important;
}
.cs-patients__text {
color: #333 !important;
font-size: 20px !important;
line-height: 1.6 !important;
margin: 0 !important;
max-width: 560px !important;
}
@media (max-width: 1024px) {
.cs-patients__block,
.cs-patients__block--reverse {
grid-template-columns: 1fr !important;
}
.cs-patients__block--reverse .cs-patients__image {
order: 2 !important;
}
.cs-patients__block--reverse .cs-patients__content {
order: 1 !important;
}
.cs-patients__image {
min-height: 420px !important;
}
.cs-patients__content {
padding: 72px 42px !important;
}
.cs-patients__title {
font-size: 46px !important;
}
}
@media (max-width: 768px) {
.cs-patients__image {
min-height: 340px !important;
}
.cs-patients__content {
padding: 68px 22px 74px !important;
}
.cs-patients__eyebrow {
font-size: 14px !important;
letter-spacing: 2.2px !important;
}
.cs-patients__title {
font-size: 40px !important;
}
.cs-patients__text {
font-size: 17px !important;
}
}
Adult Patients
Less Stress and More Comfortable Procedures
Conscious sedation can help support smoother procedures, reduced gag reflex and improved patient confidence.
Pediatric Dentistry
A Calmer Treatment Experience for Children
Widely used in pediatric dentistry to help reduce fear and improve comfort during treatment.
,
.cs-support,
.cs-support * {
box-sizing: border-box !important;
}
.cs-support {
background: #f5f5f5 !important;
padding: 96px 24px 104px !important;
color: #000 !important;
overflow: hidden !important;
}
.cs-support__inner {
max-width: 1180px !important;
margin: 0 auto !important;
text-align: center !important;
}
.cs-support__eyebrow {
color: #d785ca !important;
font-size: 18px !important;
font-weight: 800 !important;
letter-spacing: 2.5px !important;
text-transform: uppercase !important;
margin: 0 0 18px !important;
}
.cs-support__title {
color: #000 !important;
font-size: 54px !important;
line-height: 1 !important;
font-weight: 900 !important;
letter-spacing: -1px !important;
margin: 0 0 22px !important;
}
.cs-support__intro {
max-width: 760px !important;
margin: 0 auto 56px !important;
color: #333 !important;
font-size: 20px !important;
line-height: 1.55 !important;
}
.cs-support__grid {
display: grid !important;
grid-template-columns: repeat(3, 1fr) !important;
gap: 18px !important;
}
.cs-support__item {
background: #ffffff !important;
padding: 34px 24px !important;
min-height: 120px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
color: #000 !important;
font-size: 19px !important;
line-height: 1.25 !important;
font-weight: 800 !important;
text-align: center !important;
border-top: 4px solid #d785ca !important;
}
.cs-support__hint {
display: none !important;
}
@media (max-width: 1024px) {
.cs-support__grid {
grid-template-columns: repeat(2, 1fr) !important;
}
.cs-support__title {
font-size: 46px !important;
}
}
@media (max-width: 768px) {
.cs-support {
padding: 74px 0 78px !important;
}
.cs-support__inner {
max-width: 100% !important;
}
.cs-support__eyebrow {
font-size: 14px !important;
letter-spacing: 2.2px !important;
padding: 0 20px !important;
}
.cs-support__title {
font-size: 40px !important;
padding: 0 20px !important;
}
.cs-support__intro {
font-size: 17px !important;
margin-bottom: 38px !important;
padding: 0 20px !important;
}
.cs-support__grid {
display: flex !important;
gap: 14px !important;
overflow-x: auto !important;
scroll-snap-type: x mandatory !important;
-webkit-overflow-scrolling: touch !important;
padding: 0 20px 8px !important;
}
.cs-support__grid::-webkit-scrollbar {
display: none !important;
}
.cs-support__item {
flex: 0 0 78% !important;
min-height: 110px !important;
scroll-snap-align: center !important;
font-size: 18px !important;
padding: 30px 22px !important;
}
.cs-support__hint {
display: block !important;
color: #d785ca !important;
font-size: 12px !important;
font-weight: 800 !important;
letter-spacing: 1.6px !important;
text-transform: uppercase !important;
margin: 24px 0 0 !important;
}
}
Professional Support
Beyond Equipment
Successful conscious sedation also depends on communication, education and clinical confidence.
Training & Certification
Educational Resources
Patient Communication Tools
Practice Support Materials
Marketing Content
Clinical Guidance
Swipe to explore
,
.cs-final,
.cs-final * {
box-sizing: border-box !important;
}
.cs-final {
background: #000000 !important;
padding: 104px 24px 112px !important;
color: #ffffff !important;
text-align: center !important;
}
.cs-final__inner {
max-width: 980px !important;
margin: 0 auto !important;
}
.cs-final__eyebrow {
color: #d785ca !important;
font-size: 18px !important;
font-weight: 800 !important;
letter-spacing: 2.5px !important;
text-transform: uppercase !important;
margin: 0 0 18px !important;
}
.cs-final__title {
color: #ffffff !important;
font-size: 58px !important;
line-height: 1 !important;
font-weight: 900 !important;
letter-spacing: -1.2px !important;
margin: 0 0 26px !important;
}
.cs-final__text {
color: rgba(255,255,255,0.78) !important;
font-size: 20px !important;
line-height: 1.55 !important;
margin: 0 auto 40px !important;
max-width: 760px !important;
}
.cs-final__buttons {
display: flex !important;
justify-content: center !important;
gap: 18px !important;
flex-wrap: wrap !important;
}
.cs-final__button {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
min-width: 230px !important;
padding: 16px 28px !important;
border: 2px solid #d785ca !important;
font-size: 14px !important;
font-weight: 800 !important;
letter-spacing: .6px !important;
text-transform: uppercase !important;
text-decoration: none !important;
transition: all .2s ease !important;
}
.cs-final__button--primary {
background: #d785ca !important;
color: #ffffff !important;
}
.cs-final__button--secondary {
background: transparent !important;
color: #d785ca !important;
}
.cs-final__button--primary:hover,
.cs-final__button--primary:focus {
background: #ffffff !important;
color: #d785ca !important;
}
.cs-final__button--secondary:hover,
.cs-final__button--secondary:focus {
background: #d785ca !important;
color: #ffffff !important;
}
@media (max-width: 768px) {
.cs-final {
padding: 78px 20px 84px !important;
}
.cs-final__eyebrow {
font-size: 14px !important;
letter-spacing: 2.2px !important;
}
.cs-final__title {
font-size: 40px !important;
}
.cs-final__text {
font-size: 17px !important;
}
.cs-final__buttons {
flex-direction: column !important;
}
.cs-final__button {
width: 100% !important;
}
}
Accutron™ Conscious Sedation
Unlock the Power of Conscious Sedation
Discover how Accutron™ solutions can help support patient comfort, improve workflow efficiency and enhance the treatment experience.
Contact Us
Find Your Local Representative
REQUEST MORE INFORMATION
(function () {
const url = new URL(window.location.href);
url.hash = '';
url.searchParams.set('lastformaction', 'PRODOTTOX');
window.history.replaceState({}, '', url);
})();
/* --- Sezione richiesta info --- */
.request-tha {
max-width: 1100px;
margin: 0 auto;
padding: 80px 20px 0;
text-align: center;
color: #fff !important;
background: transparent !important;
}
/* --- Titolo --- */
.request-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;
}
/* --- Contenitore form --- */
#efp-form {
margin: 0 auto !important;
max-width: 800px;
padding: 0 !important;
}
/* --- Desktop --- */
@media (min-width: 1025px) {
.request-tha .tha-title {
font-size: 40px !important;
}
}
/* --- Mobile --- */
@media (max-width: 768px) {
.request-tha {
padding: 60px 15px 0;
}
.request-tha .tha-title {
font-size: 26px !important;
}
}
.isdh-landing,
.isdh-landing * {
box-sizing: border-box;
}
.isdh-landing {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
color: #111;
background: #fff;
line-height: 1.5;
}
/* HEADER */
.isdh-landing header {
display: flex;
align-items: center;
justify-content: flex-start;
padding: 18px 40px;
background: #fff;
border-bottom: 1px solid #eee;
}
.isdh-landing header img.hfg {
height: 34px;
width: auto;
display: block;
}
/* HERO */
.isdh-landing .hero {
min-height: 640px;
display: flex;
align-items: center;
padding: 80px 40px;
background:
linear-gradient(
90deg,
rgba(255,255,255,0.97) 0%,
rgba(255,255,255,0.86) 36%,
rgba(255,255,255,0.18) 63%,
rgba(255,255,255,0.00) 74%
),
url("https://www.hufriedygroup.eu/sites/default/files/2026-07/Banner%20duomo.png");
background-size: cover;
background-position: center right;
}
.isdh-landing .hero-content {
max-width: 620px;
}
.isdh-landing .eyebrow {
margin-bottom: 14px;
color: #00b3e3;
font-size: 18px;
font-weight: 700;
letter-spacing: 1.8px;
text-transform: uppercase;
}
.isdh-landing h1 {
margin: 0 0 28px;
color: #000;
font-size: 68px;
line-height: 0.95;
letter-spacing: -2.6px;
font-weight: 800;
}
.isdh-landing .hero p {
max-width: 590px;
margin: 0 0 40px;
color: #333;
font-size: 22px;
line-height: 1.5;
}
/* BUTTONS */
.isdh-landing .btn {
display: inline-block;
padding: 16px 36px;
border: 1px solid #000;
border-radius: 0;
background: #000;
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0.5px;
transition: 0.25s ease;
}
.isdh-landing .btn:hover {
border-color: #00b3e3;
background: #00b3e3;
color: #fff;
}
/* INTRO */
.isdh-landing .intro {
padding: 100px 24px 64px;
background: #fff;
text-align: center;
}
.isdh-landing .intro-inner {
max-width: 900px;
margin: 0 auto;
}
.isdh-landing .intro h2 {
margin: 0 0 24px;
color: #000;
font-size: 44px;
line-height: 1.1;
font-weight: 800;
}
.isdh-landing .intro p {
margin: 0 0 18px;
color: #444;
font-size: 19px;
}
.isdh-landing .intro p:last-child {
margin-bottom: 0;
}
/* MATT & JENNIFER */
.isdh-landing .reporters-graphic {
max-width: 860px;
margin: 44px auto 38px;
padding: 34px 34px 0;
overflow: hidden;
border-radius: 30px;
background: #000;
box-shadow: 0 18px 42px rgba(0,0,0,0.08);
}
.isdh-landing .reporters-heading {
margin-bottom: 28px;
color: #fff;
text-align: center;
}
.isdh-landing .reporters-heading span {
display: block;
margin-bottom: 8px;
color: #00b3e3;
font-size: 16px;
font-weight: 700;
letter-spacing: 1.4px;
text-transform: uppercase;
}
.isdh-landing .reporters-heading strong {
display: block;
font-size: 38px;
line-height: 1.05;
}
.isdh-landing .reporters-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 26px;
align-items: end;
}
.isdh-landing .reporter-card {
position: relative;
min-height: 430px;
overflow: hidden;
border-radius: 180px 180px 0 0;
background: #00b3e3;
}
.isdh-landing .reporter-card img {
position: absolute;
left: 50%;
bottom: 0;
width: 120%;
max-width: none;
height: 77%;
object-fit: contain;
object-position: center bottom;
transform: translateX(-50%);
}
.isdh-landing .reporter-copy {
position: relative;
z-index: 2;
padding: 36px 20px 0;
text-align: center;
}
.isdh-landing .reporter-copy strong {
display: block;
margin-bottom: 8px;
color: #000;
font-size: 30px;
line-height: 1.05;
}
.isdh-landing .reporter-copy span,
.isdh-landing .reporter-copy small {
display: block;
color: #fff;
font-weight: 700;
line-height: 1.18;
}
.isdh-landing .reporter-copy span {
font-size: 17px;
}
.isdh-landing .reporter-copy small {
font-size: 14px;
}
/* REPORT HIGHLIGHTS */
.isdh-landing .highlights {
padding: 88px 24px 96px;
background: #f7f7f7;
}
.isdh-landing .highlights-header {
max-width: 900px;
margin: 0 auto 54px;
text-align: center;
}
.isdh-landing .highlights h2 {
margin: 0 0 18px;
color: #00b3e3;
font-size: 48px;
line-height: 1.05;
font-weight: 800;
}
.isdh-landing .highlights-intro {
max-width: 760px;
margin: 0 auto;
color: #555;
font-size: 20px;
line-height: 1.45;
}
.isdh-landing .highlight-topics {
max-width: 1180px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 24px;
}
.isdh-landing .highlight-topic {
min-height: 160px;
display: flex;
align-items: center;
gap: 22px;
padding: 30px;
border-radius: 18px;
background: #fff;
box-shadow: 0 16px 38px rgba(0,0,0,0.09);
}
.isdh-landing .highlight-topic-icon {
flex: 0 0 64px;
width: 64px;
height: 64px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: #00b3e3;
color: #fff;
}
.isdh-landing .highlight-topic-icon svg {
width: 34px;
height: 34px;
display: block;
fill: none;
stroke: currentColor;
stroke-width: 1.8;
stroke-linecap: round;
stroke-linejoin: round;
}
.isdh-landing .highlight-topic h3 {
margin: 0;
color: #000;
font-size: 29px;
line-height: 1.08;
font-weight: 800;
text-transform: uppercase;
}
/* DOWNLOAD */
.isdh-landing .download {
padding: 82px 24px;
background: #000;
color: #fff;
text-align: center;
}
.isdh-landing .download h2 {
margin: 0 0 24px;
color: #fff;
font-size: 44px;
line-height: 1.1;
font-weight: 800;
}
.isdh-landing .download p {
max-width: 980px;
margin: 0 auto 34px;
color: #d7d7d7;
font-size: 20px;
line-height: 1.7;
}
.isdh-landing .download .btn {
border-color: #fff;
background: #fff;
color: #000;
}
.isdh-landing .download .btn:hover {
border-color: #00b3e3;
background: #00b3e3;
color: #fff;
}
/* VIDEO */
.isdh-landing .video-section {
padding: 88px 24px 96px;
background: #fff;
}
.isdh-landing .video-inner {
max-width: 1180px;
margin: 0 auto;
}
.isdh-landing .video-layout {
display: grid;
grid-template-columns: minmax(0, 0.8fr) minmax(460px, 1.2fr);
gap: 56px;
align-items: center;
}
.isdh-landing .video-copy h2 {
margin: 0 0 22px;
color: #000;
font-size: 44px;
line-height: 1.08;
font-weight: 800;
}
.isdh-landing .video-copy p {
margin: 0 0 18px;
color: #444;
font-size: 18px;
}
.isdh-landing .video-copy ul {
margin: 0 0 22px;
padding-left: 22px;
}
.isdh-landing .video-copy li {
margin-bottom: 10px;
color: #222;
font-size: 17px;
line-height: 1.45;
}
.isdh-landing .video-copy li::marker {
color: #00b3e3;
}
.isdh-landing .video-frame {
position: relative;
width: 100%;
padding-bottom: 56.25%;
overflow: hidden;
background: #000;
}
.isdh-landing .video-frame iframe {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
}
/* MORE VIDEOS — CAROUSEL */
.isdh-landing .more-videos {
padding: 88px 24px 96px;
overflow: hidden;
background: #f7f7f7;
}
.isdh-landing .more-videos-inner {
max-width: 1180px;
margin: 0 auto;
}
.isdh-landing .more-videos-header {
margin: 0 auto 42px;
text-align: center;
}
.isdh-landing .more-videos-header h2 {
margin: 0;
color: #000;
font-size: 46px;
line-height: 1.08;
font-weight: 800;
}
.isdh-landing .more-videos-carousel {
position: relative;
}
.isdh-landing .more-videos-grid {
--more-videos-gap: 28px;
width: 100%;
display: flex;
gap: var(--more-videos-gap);
padding: 0 0 20px;
overflow-x: auto;
overflow-y: hidden;
scroll-snap-type: x mandatory;
scroll-padding-inline: 0;
overscroll-behavior-inline: contain;
-webkit-overflow-scrolling: touch;
scrollbar-width: thin;
scrollbar-color: #a8a8a8 #e4e4e4;
}
.isdh-landing .more-video-card {
flex: 0 0 calc((100% - (2 * var(--more-videos-gap))) / 3);
min-width: 0;
scroll-snap-align: start;
scroll-snap-stop: always;
}
.isdh-landing .more-video-frame {
position: relative;
width: 100%;
aspect-ratio: 16 / 9;
overflow: hidden;
background: #000;
}
.isdh-landing .more-video-frame iframe {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
}
.isdh-landing .more-video-title {
min-height: 2.4em;
margin: 16px 0 0;
color: #000;
font-size: 22px;
line-height: 1.2;
font-weight: 800;
}
.isdh-landing .more-videos-grid::-webkit-scrollbar {
height: 8px;
}
.isdh-landing .more-videos-grid::-webkit-scrollbar-track {
border-radius: 999px;
background: #e4e4e4;
}
.isdh-landing .more-videos-grid::-webkit-scrollbar-thumb {
border-radius: 999px;
background: #a8a8a8;
}
.isdh-landing .more-videos-grid::-webkit-scrollbar-thumb:hover {
background: #777;
}
.isdh-landing .more-videos-grid:focus-visible {
outline: 3px solid #005fcc;
outline-offset: 6px;
}
/* CAROUSEL CONTROLS — HIDDEN UNTIL JS IS READY */
.isdh-landing .more-videos-arrow,
.isdh-landing .more-videos-pagination {
display: none;
}
.isdh-landing .more-videos-carousel.is-carousel-ready .more-videos-arrow {
position: absolute;
z-index: 3;
top: 30%;
width: 46px;
height: 46px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0;
border: 1px solid #e1e1e1;
border-radius: 50%;
background: #fff;
color: #000;
box-shadow: 0 6px 18px rgba(0,0,0,0.12);
cursor: pointer;
transition:
color 0.2s ease,
border-color 0.2s ease,
box-shadow 0.2s ease,
opacity 0.2s ease,
transform 0.2s ease;
}
.isdh-landing .more-videos-arrow-prev {
left: -70px;
}
.isdh-landing .more-videos-arrow-next {
right: -70px;
}
.isdh-landing .more-videos-arrow svg {
width: 23px;
height: 23px;
display: block;
fill: none;
stroke: currentColor;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
}
.isdh-landing .more-videos-arrow:hover:not(:disabled) {
border-color: #00b3e3;
color: #00b3e3;
box-shadow: 0 8px 22px rgba(0,0,0,0.16);
transform: translateY(-1px);
}
.isdh-landing .more-videos-arrow:focus-visible {
outline: 3px solid #005fcc;
outline-offset: 3px;
}
.isdh-landing .more-videos-arrow:disabled {
color: #8d8d8d;
opacity: 0.38;
cursor: default;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
/* CAROUSEL PAGINATION */
.isdh-landing .more-videos-carousel.is-carousel-ready
.more-videos-pagination {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
margin-top: 4px;
}
.isdh-landing .more-videos-indicator {
width: 10px;
height: 10px;
display: block;
padding: 0;
border: 0;
border-radius: 999px;
background: #c7c7c7;
cursor: pointer;
transition:
width 0.25s ease,
background-color 0.25s ease;
}
.isdh-landing .more-videos-indicator.is-active {
width: 34px;
background: #00b3e3;
}
.isdh-landing .more-videos-indicator:hover {
background: #777;
}
.isdh-landing .more-videos-indicator.is-active:hover {
background: #00b3e3;
}
.isdh-landing .more-videos-indicator:focus-visible {
outline: 3px solid #005fcc;
outline-offset: 3px;
}
/* FINAL CTA */
.isdh-landing .final-cta {
padding: 72px 24px;
background: #00b3e3;
color: #000;
text-align: center;
}
.isdh-landing .final-cta h2 {
margin: 0 0 26px;
color: #000;
font-size: 44px;
line-height: 1.1;
font-weight: 800;
}
/* THA BANNER */
.isdh-landing .tha-section {
width: 100%;
background: #000;
color: #fff;
}
.isdh-landing .tha-banner {
max-width: 1180px;
margin: 0 auto;
padding: 84px 24px;
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
gap: 76px;
align-items: center;
}
.isdh-landing .tha-logo {
display: flex;
align-items: center;
justify-content: center;
}
.isdh-landing .tha-logo img {
width: 100%;
max-width: 520px;
height: auto;
display: block;
}
.isdh-landing .tha-content {
max-width: 560px;
}
.isdh-landing .tha-title {
margin: 0 0 28px;
color: #fff;
font-size: 44px;
line-height: 1.16;
font-weight: 800;
}
.isdh-landing .tha-content p {
margin: 0 0 36px;
color: #f2f2f2;
font-size: 20px;
line-height: 1.65;
}
.isdh-landing .tha-button {
display: inline-block;
padding: 16px 36px;
border: 2px solid #fff;
border-radius: 4px;
background: transparent;
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0.4px;
transition:
background-color 0.25s ease,
color 0.25s ease,
border-color 0.25s ease;
}
.isdh-landing .tha-button:hover {
border-color: #fff;
background: #fff;
color: #000;
}
.isdh-landing .tha-button:focus-visible {
outline: 3px solid #00b3e3;
outline-offset: 4px;
}
/* FOOTER */
.isdh-landing footer {
padding: 32px 20px;
border-top: 1px solid #eee;
color: #444;
font-size: 16px;
line-height: 1.6;
text-align: center;
}
.isdh-landing footer a {
color: #00b3e3;
text-decoration: none;
font-weight: 700;
}
.isdh-landing footer a:hover {
text-decoration: underline;
}
/* RESPONSIVE — NARROW DESKTOP */
@media (max-width: 1320px) {
.isdh-landing .more-videos-arrow-prev {
left: 12px;
}
.isdh-landing .more-videos-arrow-next {
right: 12px;
}
.isdh-landing .more-videos-arrow {
background: rgba(255,255,255,0.96);
}
}
/* RESPONSIVE — TABLET */
@media (max-width: 1024px) {
.isdh-landing h1 {
font-size: 52px;
}
.isdh-landing .highlight-topics {
gap: 18px;
}
.isdh-landing .highlight-topic {
min-height: 148px;
padding: 24px;
}
.isdh-landing .highlight-topic h3 {
font-size: 24px;
}
.isdh-landing .more-videos-grid {
--more-videos-gap: 22px;
}
.isdh-landing .more-video-title {
font-size: 20px;
}
.isdh-landing .tha-banner {
gap: 48px;
}
.isdh-landing .tha-title {
font-size: 38px;
}
}
/* RESPONSIVE — MOBILE */
@media (max-width: 700px) {
.isdh-landing header {
padding: 16px 20px;
}
.isdh-landing header img.hfg {
height: 28px;
}
.isdh-landing .reporters-graphic {
margin: 34px auto 30px;
padding: 26px 18px 0;
border-radius: 24px;
}
.isdh-landing .reporters-heading strong {
font-size: 30px;
}
.isdh-landing .reporters-grid {
gap: 12px;
}
.isdh-landing .reporter-card {
min-height: 330px;
border-radius: 120px 120px 0 0;
}
.isdh-landing .reporter-copy {
padding: 28px 10px 0;
}
.isdh-landing .reporter-copy strong {
font-size: 20px;
}
.isdh-landing .reporter-copy span {
font-size: 13px;
}
.isdh-landing .reporter-copy small {
font-size: 10px;
}
.isdh-landing .hero {
min-height: 735px;
align-items: flex-end;
padding: 34px 20px 46px;
background:
linear-gradient(
180deg,
rgba(255,255,255,0.00) 0%,
rgba(255,255,255,0.08) 28%,
rgba(255,255,255,0.45) 50%,
rgba(255,255,255,0.82) 66%,
rgba(255,255,255,0.97) 84%,
rgba(255,255,255,1) 100%
),
url("https://www.hufriedygroup.eu/sites/default/files/2026-07/Banner%20duomo.png");
background-size: cover;
background-position: 68% center;
}
.isdh-landing .hero-content {
max-width: 100%;
}
.isdh-landing .eyebrow {
font-size: 13px;
}
.isdh-landing h1 {
font-size: 39px;
line-height: 1;
letter-spacing: -1.2px;
font-weight: 800;
}
.isdh-landing .hero p {
margin-bottom: 28px;
font-size: 17px;
}
.isdh-landing .btn {
width: 100%;
text-align: center;
}
.isdh-landing .intro {
padding: 68px 20px 48px;
}
.isdh-landing .intro h2 {
font-size: 36px;
}
.isdh-landing .intro p,
.isdh-landing .download p,
.isdh-landing .video-section .video-intro {
font-size: 17px;
}
.isdh-landing .highlights {
padding: 64px 20px 72px;
}
.isdh-landing .highlights-header {
margin-bottom: 36px;
}
.isdh-landing .highlights h2 {
font-size: 38px;
}
.isdh-landing .highlights-intro {
font-size: 17px;
}
.isdh-landing .highlight-topics {
grid-template-columns: 1fr;
gap: 14px;
}
.isdh-landing .highlight-topic {
min-height: 104px;
padding: 20px;
border-radius: 14px;
}
.isdh-landing .highlight-topic-icon {
flex-basis: 54px;
width: 54px;
height: 54px;
}
.isdh-landing .highlight-topic-icon svg {
width: 29px;
height: 29px;
}
.isdh-landing .highlight-topic h3 {
font-size: 24px;
}
.isdh-landing .download,
.isdh-landing .video-section,
.isdh-landing .final-cta {
padding: 58px 20px;
}
.isdh-landing .video-layout {
grid-template-columns: 1fr;
gap: 34px;
}
.isdh-landing .video-copy h2 {
font-size: 34px;
}
.isdh-landing .video-copy p,
.isdh-landing .video-copy li {
font-size: 17px;
}
.isdh-landing .download h2,
.isdh-landing .final-cta h2 {
font-size: 34px;
line-height: 1.1;
}
.isdh-landing .more-videos {
padding: 58px 0 66px;
}
.isdh-landing .more-videos-header {
margin-bottom: 30px;
padding: 0 20px;
}
.isdh-landing .more-videos-header h2 {
font-size: 34px;
}
.isdh-landing .more-videos-grid {
--more-videos-gap: 18px;
padding: 0 20px 18px;
scroll-padding-inline: 20px;
}
.isdh-landing .more-video-card {
flex-basis: 84%;
}
.isdh-landing .more-video-title {
min-height: 0;
margin-top: 14px;
font-size: 20px;
}
.isdh-landing .more-videos-grid::-webkit-scrollbar {
height: 7px;
}
.isdh-landing .more-videos-carousel.is-carousel-ready
.more-videos-arrow,
.isdh-landing .more-videos-carousel.is-carousel-ready
.more-videos-pagination {
display: none;
}
.isdh-landing .tha-banner {
grid-template-columns: 1fr;
gap: 42px;
padding: 56px 20px 70px;
text-align: center;
}
.isdh-landing .tha-logo img {
max-width: 390px;
}
.isdh-landing .tha-content {
max-width: 100%;
}
.isdh-landing .tha-title {
margin-bottom: 24px;
font-size: 34px;
line-height: 1.22;
}
.isdh-landing .tha-content p {
margin-bottom: 34px;
font-size: 18px;
line-height: 1.65;
}
.isdh-landing .tha-button {
width: 100%;
min-width: 0;
padding: 16px 28px;
text-align: center;
}
}
/* ALTERNANZA DEI BLOCCHI VIDEO */
.isdh-landing .video-section.video-reverse {
background: #f7f7f7;
}
.isdh-landing .video-section.video-reverse .video-copy {
order: 2;
}
.isdh-landing .video-section.video-reverse .video-frame {
order: 1;
}
.isdh-landing .btn:focus-visible,
.isdh-landing a:focus-visible {
outline: 3px solid #005fcc;
outline-offset: 3px;
}
@media (max-width: 700px) {
.isdh-landing .video-section.video-reverse .video-copy,
.isdh-landing .video-section.video-reverse .video-frame {
order: initial;
}
}
(function () {
"use strict";
function initialiseVideoCarousel(carousel) {
if (carousel.dataset.carouselInitialised === "true") {
return;
}
var track = carousel.querySelector("[data-carousel-track]");
var previousButton = carousel.querySelector("[data-carousel-prev]");
var nextButton = carousel.querySelector("[data-carousel-next]");
var indicators = carousel.querySelectorAll("[data-carousel-page]");
if (
!track ||
!previousButton ||
!nextButton ||
indicators.length !== 2
) {
return;
}
carousel.dataset.carouselInitialised = "true";
carousel.classList.add("is-carousel-ready");
var currentPage = 0;
var scrollFrame = null;
var resizeFrame = null;
function isDesktopCarousel() {
return window.matchMedia("(min-width: 701px)").matches;
}
function getMaximumScroll() {
return Math.max(0, track.scrollWidth - track.clientWidth);
}
function getCurrentPage() {
var maximumScroll = getMaximumScroll();
if (maximumScroll === 0) {
return 0;
}
return track.scrollLeft >= maximumScroll / 2 ? 1 : 0;
}
function updateControls() {
currentPage = getCurrentPage();
previousButton.disabled = currentPage === 0;
nextButton.disabled = currentPage === 1;
indicators.forEach(function (indicator, index) {
var isActive = index === currentPage;
indicator.classList.toggle("is-active", isActive);
indicator.setAttribute(
"aria-current",
isActive ? "true" : "false"
);
});
}
function goToPage(page, useSmoothScroll) {
var targetPage = page === 1 ? 1 : 0;
var targetPosition =
targetPage === 0 ? 0 : getMaximumScroll();
var reduceMotion = window.matchMedia(
"(prefers-reduced-motion: reduce)"
).matches;
track.scrollTo({
left: targetPosition,
behavior:
useSmoothScroll && !reduceMotion ? "smooth" : "auto"
});
}
previousButton.addEventListener("click", function () {
goToPage(0, true);
});
nextButton.addEventListener("click", function () {
goToPage(1, true);
});
indicators.forEach(function (indicator) {
indicator.addEventListener("click", function () {
goToPage(
Number(indicator.dataset.carouselPage),
true
);
});
});
track.addEventListener(
"scroll",
function () {
if (scrollFrame !== null) {
window.cancelAnimationFrame(scrollFrame);
}
scrollFrame = window.requestAnimationFrame(function () {
updateControls();
scrollFrame = null;
});
},
{ passive: true }
);
window.addEventListener("resize", function () {
if (resizeFrame !== null) {
window.cancelAnimationFrame(resizeFrame);
}
resizeFrame = window.requestAnimationFrame(function () {
if (isDesktopCarousel()) {
goToPage(currentPage, false);
}
updateControls();
resizeFrame = null;
});
});
updateControls();
}
function initialiseAllVideoCarousels() {
document
.querySelectorAll("[data-video-carousel]")
.forEach(initialiseVideoCarousel);
}
if (document.readyState === "loading") {
document.addEventListener(
"DOMContentLoaded",
initialiseAllVideoCarousels
);
} else {
initialiseAllVideoCarousels();
}
})();
,
ISDH 2026 CONGRESS REPORT
Bring the ISDH 2026 Congress insights with you
Key insights, conversations and takeaways from the congress —
captured by us for the dental hygiene community.
Download the report
,
Key conversations and insights from ISDH 2026 Congress
At ISDH 2026, dental hygiene professionals came together to exchange
knowledge, discuss clinical practice and explore the future of prevention,
periodontal care and patient management.
Part of our team was on site to attend selected sessions, ask questions,
and engage with dental hygienists attending the congress. This report
brings together the main conversations, insights, and reflections from
ISDH 2026 in one practical downloadable resource.
Download the report and explore the key learnings from ISDH 2026 in one
concise and practical resource.
Download the report
,
From congress insights to daily practice
The ISDH 2026 report is designed to help dental hygienists and oral health
professionals continue the conversation beyond the congress. It summarises
key themes from selected sessions and highlights the topics that are shaping
the future of the profession.
Session Overview
Clinical Relevance
Patient Benefit
,
Download the ISDH 2026 congress report
Discover the key themes, conversations, and practical takeaways from ISDH 2026.
Download the report
,
In conversation with Jill Rethman
During ISDH 2026 we had the opportunity to interview Jill Rethman,
President of IFDH.
Her reflections bring an expert voice to the report, helping to connect
the key themes of the congress with the broader direction of the dental
hygiene profession.
,
More from ISDH 2026
Magdalena Llinas Interview
Dr Stefano Checchi Interview
Lancette VanGuilder Interview
Dr Jeanie Suvan Interview
Khrystyna Vyprynyuk & Annie Chitlall Interview
ISDH 2026 Congress Overview
,
Bring the ISDH 2026 congress insights with you
Download the report
,
The Evolution of Individualized Periodontal Care
EFP Probe is part of a comprehensive approach that enhances periodontal
outcomes by combining diagnostic precision, evidence-based therapy,
and optimized healing support.
Discover more
warranty
Terms Page
,
Here you can find the most up-to-date warranty policy applicable to Europe, the Middle East, and Africa.
Please use the link below to download and review the full warranty terms for our products and services. We encourage you to read them carefully to understand coverage and eligibility
DOWNLOAD
,
Warranty and Service
Hu-Friedy is dedicated to providing a level of support that is equal to the quality of its instruments.
If you have questions regarding products or services, please contact the Hu-Friedy Customer Service team at 00800 48 37 43 39 (Free call) at any time or submit a question via the Contact page.
Other services, such as the sales of return and our generous complaint policy also reflect the high obligation towards our customers. According to our traditional customer focus we also offer customized instruments.
For further questions and advice, please contact the Hu-Friedy Customer Service.
,
CASSETTE WARRANTY REGISTRATION
Complete and submit the registration form for your cassette
Enter
IMS Consultation
Concerned about compliance?
,
Does your dental practice reflect the highest standards of your performances in terms of safety, efficiency and organisation?
Ask for a consultation