{% extends 'base.html.twig' %}
{% block title %}Introduction to INR testing with CoaguChek®{% endblock %}
{% block description %}Whether your patients are ready to self-test or prefer to test their INR levels in a clinic setting, CoaguChek® has systems to meet their needs.{% endblock %}
{% block main %}
<section class="bg-hcp text-white position-relative roche-header">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-xl-4 offset-xl-2 py-5 px-0 order-2 order-lg-1">
<div class="container">
<h1>Designed to meet your patients where they are</h1>
<p class="mb-0">When it comes to coagulation monitoring, the right tool can make all the difference for your patients. Support their anticoagulation journey by bringing them closer to a simple and accurate solution.</p>
</div>
</div>
<div class="col-lg-6 pe-0 order-1 order-lg-2">
<img src="{{ asset('build/images/hcp/00-Homepage/00_HeroImage_1x.png') }}" srcset="{{ asset('build/images/hcp/00-Homepage/00_HeroImage_1x.png') }} 1x, {{ asset('build/images/hcp/00-Homepage/00_HeroImage_2x.png') }} 2x" alt="A female doctor smiling at her patient" class="w-100" />
</div>
</div>
</div>
</section>
<section class="roche-section__medium bg-hcp" style="--bs-bg-opacity: .1;">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-lg-7 order-2 order-lg-1">
<div class="roche-image roche-image__left">
<img class="img-fluid" src="{{ asset('build/images/hcp/00-Homepage/02_DOACorVKA_1x.png') }}" srcset="{{ asset('build/images/hcp/00-Homepage/02_DOACorVKA_1x.png') }} 1x, {{ asset('build/images/hcp/00-Homepage/02_DOACorVKA_2x.png') }} 2x" alt="A female doctor showing test results to a middle-aged male patient">
</div>
</div>
<div class="col-12 col-lg-5 order-1 order-lg-2 pb-5 p-lg-0">
<h2 class="text-hcp">DOAC or VKA</h2>
<p>When it comes to choosing the right oral anticoagulant for your patients, there are multiple factors to consider. Explore patient profiles as well as an overview of the medication options. </p>
<a class="btn btn-hcp text-white" href="{{ path('hcp-doac-or-vka') }}">Read more</a>
<p class="mt-5">DOAC: direct oral anticoagulant; VKA: Vitamin K antagonist</p>
</div>
</div>
</div>
</section>
<section class="roche-section__medium text-hcp">
<div class="container">
<div class="row">
<div class="col-12 col-lg-6 px-5 pb-5">
<div class="text-center">
<p><img src="{{ asset('build/images/hcp/00-Homepage/06_Icon_TestingInYourOffice.svg') }}" alt="Testing in your office icon"></p>
<h2>Convenient INR testing in your office</h2>
<p>Using the CoaguChek<sup>®</sup> Pro II system for INR testing at your office is a safe, reliable alternative to lab testing that allows you to check your patients’ coagulation levels at any time.</p>
<a class="btn btn-hcp text-white" href="{{ path('hcp-poc-inr-testing') }}">Learn more</a>
</div>
</div>
<div class="col-12 col-lg-6 px-5 pt-5 pt-lg-0">
<div class="text-center">
<p><img src="{{ asset('build/images/hcp/00-Homepage/07_Icon_TheBenefits.svg') }}" alt="The benefits icon"></p>
<h2>The benefits of patient self-testing</h2>
<p>In patients for whom self-testing is appropriate, not only is the ability to test coagulation levels at home convenient, but it may also improve the time they stay in range.</p>
<a class="btn btn-hcp text-white" href="{{ path('hcp-patient-self-testing') }}">Learn more</a>
</div>
</div>
</div>
</div>
</section>
<section class="roche-section__medium bg-hcp text-white">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-lg-5 pt-5 pt-lg-0 order-2 order-lg-1">
<h2>The CoaguChek<sup>®</sup> Roche Care Centre is here to answer your questions.</h2>
<p>Call us toll-free at <a href="tel:18774262482" class="text-white">1-877-426-2482</a><br>Monday to Friday between 8 a.m. and 5 p.m. (EST).</p>
<a class="btn btn-white text-hcp" href="{{ path('hcp-contact') }}">Get in touch</a>
</div>
<div class="col-12 col-lg-7 order-1 order-lg-2">
<div class="roche-image roche-image__right">
<img class="img-fluid" src="{{ asset('build/images/hcp/00-Homepage/03_CareCentre_1x.png') }}" srcset="{{ asset('build/images/hcp/00-Homepage/03_CareCentre_1x.png') }} 1x, {{ asset('build/images/hcp/00-Homepage/03_CareCentre_2x.png') }} 2x" alt="A female doctor speaking on her cellphone">
</div>
</div>
</div>
</div>
</section>
<section class="roche-section__medium bg-hcp" style="--bs-bg-opacity: .1;">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-lg-7 pt-5 pt-lg-0 order-2 order-lg-1">
<div class="roche-image roche-image__left d-flex justify-content-center justify-content-lg-start">
<img class="img-fluid" src="{{ asset('build/images/hcp/00-Homepage/04_Reimbursement_1x.png') }}" srcset="{{ asset('build/images/hcp/00-Homepage/04_Reimbursement_1x.png') }} 1x, {{ asset('build/images/hcp/00-Homepage/04_Reimbursement_2x.png') }} 2x" alt="A female patient and her female doctor looking at a document together">
</div>
</div>
<div class="col-12 col-lg-5 order-1 order-lg-2">
<h2 class="text-hcp">CoaguChek<sup>®</sup> may be<br>reimbursed for your patients. </h2>
<a class="btn mt-3 btn-hcp text-white" href="{{ path('hcp-resources-reimbursement') }}">See reimbursement details</a>
</div>
</div>
</div>
</section>
{% endblock %}