Summit - TSS Incisor Workshop
.bioclear-workshop-page { font-family: "Source Sans Pro", Arial, sans-serif; color: #3f5262; background: #ffffff; line-height: 1.65; width: 100%; overflow: hidden; } .bioclear-work shop-page * { box-sizing: border-box; } .bioclear-workshop-page .container { width: 100%; max-width: 100%; margin: 0 auto; padding: 0 14px; } .bioclear-workshop-page .section { padding: 22px 0; } .bioclear-workshop-page h1, .bioclear-workshop-page h2, .bioclear-workshop-page h3, .bioclear-workshop-page h4 { font-family: "Proxima Nova", Arial, sans-serif; color: #3f5262; margin: 0 0 14px; line-height: 1.12; font-weight: 700; word-break: normal; overflow-wrap: break-word; } .bioclear-workshop-page h1 { font-size: clamp(30px, 7vw, 48px); font-weight: 300; letter-spacing: 0.2px; max-width: 100%; } .bioclear-workshop-page h2 { font-size: clamp(24px, 5vw, 30px); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; } .bioclear-workshop-page h3 { font-size: 22px; } .bioclear-workshop-page p { margin: 0 0 14px; font-size: 17px; color: #556776; } .bioclear-workshop-page .eyebrow { display: inline-block; margin-bottom: 12px; font-family: "Proxima Nova", Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #8180bd; } .bioclear-workshop-page .hero { margin-top: 18px; border: 1px solid #e7ebef; background: linear-gradient(to bottom, rgba(255,255,255,0.96), rgba(248,249,251,0.96)), linear-gradient(30deg, rgba(129,128,189,0.04) 12%, transparent 12.5%, transparent 87%, rgba(129,128,189,0.04) 87.5%, rgba(129,128,189,0.04)), linear-gradient(150deg, rgba(63,82,98,0.03) 12%, transparent 12.5%, transparent 87%, rgba(63,82,98,0.03) 87.5%, rgba(63,82,98,0.03)); background-size: auto, 80px 140px, 80px 140px; overflow: hidden; } .bioclear-workshop-page .hero-content { padding: 30px 20px; min-width: 0; } .bioclear-workshop-page .hero-copy { max-width: 100%; margin-bottom: 20px; } .bioclear-workshop-page .button-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; align-items: stretch; } .bioclear-workshop-page .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 14px 18px; text-decoration: none; font-family: "Proxima Nova", Arial, sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; transition: 0.2s ease; white-space: normal; text-align: center; flex: 1 1 220px; } .bioclear-workshop-page .btn-primary { background: #3f5262; color: #ffffff; border: 1px solid #3f5262; } .bioclear-workshop-page .btn-primary:hover { background: #32414e; border-color: #32414e; } .bioclear-workshop-page .btn-secondary { background: #ffffff; color: #3f5262; border: 1px solid #cfd7de; } .bioclear-workshop-page .btn-secondary:hover { background: #f8f9fb; } .bioclear-workshop-page .details-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 22px; } .bioclear-workshop-page .detail-box { border-top: 2px solid #8180bd; background: #ffffff; padding: 16px 14px; min-width: 0; } .bioclear-workshop-page .detail-box strong { display: block; margin-bottom: 4px; font-family: "Proxima Nova", Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #8180bd; } .bioclear-workshop-page .detail-box span { font-size: 16px; color: #3f5262; } .bioclear-workshop-page .panel { border: 1px solid #e7ebef; background: #ffffff; padding: 24px 18px; } .bioclear-workshop-page .panel-soft { background: linear-gradient(to bottom, #ffffff 0%, #f8f9fb 100%); } .bioclear-workshop-page .grid-2 { display: grid; grid-template-columns: 1fr; gap: 18px; align-items: start; } .bioclear-workshop-page .grid-3 { display: grid; grid-template-columns: 1fr; gap: 18px; } .bioclear-workshop-page .feature-list { list-style: none; margin: 0; padding: 0; } .bioclear-workshop-page .feature-list li { position: relative; padding-left: 22px; margin-bottom: 12px; color: #556776; font-size: 17px; } .bioclear-workshop-page .feature-list li:before { content: ""; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; background: #8180bd; border-radius: 50%; } .bioclear-workshop-page .highlights { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 18px; } .bioclear-workshop-page .highlight-card { background: linear-gradient(to bottom, #ffffff 0%, #f8f9fb 100%); border: 1px solid #e7ebef; padding: 18px 16px; text-align: left; min-width: 0; } .bioclear-workshop-page .highlight-number { display: inline-block; margin-bottom: 10px; font-family: "Proxima Nova", Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; color: #8180bd; } .bioclear-workshop-page .highlight-card h3 { font-size: 28px; line-height: 1.05; margin-bottom: 10px; } .bioclear-workshop-page .highlight-card p { font-size: 16px; margin-bottom: 0; } .bioclear-workshop-page .card { border: 1px solid #e7ebef; background: #ffffff; height: 100%; } .bioclear-workshop-page .card-body { padding: 22px 18px; } .bioclear-workshop-page .faq-item { border-top: 1px solid #e7ebef; padding: 16px 0; } .bioclear-workshop-page .faq-item:first-child { border-top: none; padding-top: 0; } .bioclear-workshop-page .cta { background: #3f5262; padding: 32px 18px; text-align: center; } .bioclear-workshop-page .cta h2, .bioclear-workshop-page .cta p { color: #ffffff; } .bioclear-workshop-page .cta .btn-secondary { border-color: #ffffff; color: #ffffff; background: transparent; } .bioclear-workshop-page .cta .btn-secondary:hover { background: rgba(255,255,255,0.08); } @media (max-width: 640px) { .bioclear-workshop-page .container { padding: 0 10px; } .bioclear-workshop-page .hero-content, .bioclear-workshop-page .panel, .bioclear-workshop-page .cta { padding-left: 16px; padding-right: 16px; } .bioclear-workshop-page .details-grid, .bioclear-workshop-page .highlights { grid-template-columns: 1fr; } .bioclear-workshop-page .btn { flex-basis: 100%; width: 100%; } .bioclear-workshop-page .highlight-card h3 { font-size: 24px; } } UK Bioclear Summit 2026 Fractured Central Incisor: New TSS & Clearfil™ Majesty ES-2 This 1 hour 30 minute workshop explores the predictable management of a fractured central incisor using the new TSS matrix system in combination with injection moulding techniques utilising Clearfil™ Majesty ES-2. Summit Booking Page Download Workshop Details Workshop TSS Fractured Central Duration 1 hour 30 minutes Focus Anterior composite restoration Materials TSS & Clearfil™ Majesty ES-2 Workshop Overview The approach is designed to deliver efficient, aesthetic, and durable composite restorations of fractured anterior teeth. Participants will practise compressive fracture preparation design, and select and place TSS matrices on soft-tissue dentoforms. OR Participants will experience compressive fracture preparation design and selection and placement of TSS matrices on soft-tissue dentoforms. The session also includes hands-on experience with injection moulding using Kuraray Clearfil™ materials. The approach is designed to deliver efficient, aesthetic, and durable composite restorations of fractured anterior teeth. Highlights 01 New TSS matrix workflow Learn selection and placement protocols for the new Bioclear TSS matrix system. 02 Hands-on anterior workshop Develop confidence on soft-tissue dentoforms in a practical, small-group setting. 03 Injection moulding techniques Use heated injection-moulded Clearfil™ Majesty composite materials in the session. 04 Efficient finishing protocols Explore methods to reduce finishing and polishing time while maintaining aesthetics. You Will Learn Compressive preparation design for a fractured central incisor Selection and placement protocols for the Bioclear TSS matrix system Injection moulding techniques using Clearfil™ Majesty composite materials Methods to reduce finishing and polishing time Troubleshooting common challenges in anterior composite restorations Workshop At a Glance Clinical focus Predictable management of a fractured central incisor using the new TSS matrix system. Hands-on techniques Practical experience with TSS matrices, dentoforms and heated injection moulding protocols. Materials and equipment The workshop incorporates HeatSync composite warmers, TSS matrices and heated Clearfil™ Majesty composite materials. Who Is This Workshop For? Dentists interested in modern anterior composite workflows Clinicians wanting to explore the new TSS matrix system Delegates looking to improve efficiency and confidence in fracture management Please Note This is a 1 hour 30 minute practical workshop Places are limited to workshop capacity Workshops are only available to delegates attending the full 2-day UK Bioclear Summit How to Book This Workshop Please visit the UK Bioclear Summit page for event overview and booking details. Summit Booking Page Download Workshop Details Workshop FAQs How long is the workshop? 1 hour 30 minutes. What is the main focus of the session? The predictable management of a fractured central incisor using the new TSS matrix system and injection moulding techniques. Will there be hands-on practice? Yes, the session includes hands-on experience with matrix placement and injection moulding techniques. Which materials are used? Clearfil™ Majesty ES-2, TSS matrices and HeatSync composite warmers are incorporated into the workshop. Who do I contact with questions? Please email [email protected]. Develop confidence with the new TSS workflow Join this practical workshop and explore efficient, aesthetic and durable anterior composite restoration techniques. Summit Booking Page Download Workshop Details