CINXE.COM
Celltrion Healthcare
<!doctype html> <html lang="pt"> <head> <meta charset="utf-8"> <link rel="shortcut icon" href="/images/celltrion_favicon.ico"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta http-equiv="imagetoolbar" content="no"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <title>Celltrion Healthcare</title> <link rel="stylesheet" href="https://www.celltrionhealthcare.com.br/css/common.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.com.br/js/font-awesome/css/font-awesome.min.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.com.br/css/jquery.fullpage.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.com.br/css/font-awesome.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.com.br/css/nanumbarungothic.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.com.br/css/slick.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.com.br/css/slick-theme.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.com.br/css/swiper.min.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.com.br/css/motion.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.com.br/css/scrollbar.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.com.br/css/healthcare_sub.css?ver=191202"> <link rel="stylesheet" href="https://www.celltrionhealthcare.com.br/css/common.css?ver=191202"> <!--[if lte IE 8]> <script src="https://www.celltrionhealthcare.com.br/js/html5.js"></script> <![endif]--> <script> // 자바스크립트에서 사용하는 전역변수 선언 var g5_url = "https://www.celltrionhealthcare.com.br"; var g5_bbs_url = "https://www.celltrionhealthcare.com.br/bbs"; var g5_is_member = ""; var g5_is_admin = ""; var g5_is_mobile = ""; var g5_bo_table = ""; var g5_sca = ""; var g5_editor = ""; var g5_cookie_domain = ".celltrionhealthcare.com.br"; </script> <script src="https://www.celltrionhealthcare.com.br/js/jquery-1.12.4.min.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.com.br/js/jquery-migrate-1.4.1.min.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.com.br/js/jquery.menu.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.com.br/js/common.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.com.br/js/wrest.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.com.br/js/placeholders.min.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.com.br/js/jquery-1.11.3.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.com.br/js/jquery.fullpage.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.com.br/js/scrollify.min.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.com.br/js/jquery.bxslider.min.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.com.br/js/slick.min.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.com.br/js/swiper.min.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.com.br/js/user.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.com.br/js/scrollbar.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.com.br/js/common.js?ver=191202"></script> <script src="https://www.celltrionhealthcare.com.br/js/jquery.cookie.js?ver=191202"></script> </head> <body> <div class="wrapper lang_bra"> <style> /* ul#gnb > li > a{line-height: 17px;} */ </style> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous"> <script> $(document).ready(function () { $("#btmPopup").removeClass("on"); //if ("fr-fr" == "ko-kr" || "pt-br" == "ko-kr" || "en-gb" == "ko-kr") { setting_gnb(); setting_global(); //} else { // getGnbProduct(); //} }); $(window).load(function () { openBtmPopup("br"); }); function openBtmPopup(lang) { var cookieName = "footer_btmpopup_" + lang; if ($.cookie(cookieName) == "ok") { $("#btmPopup").removeClass("on"); } else { $("#btmPopup").addClass("on"); } }; function closeBtmPopup(lang) { var cookieName = "footer_btmpopup_" + lang; $.cookie(cookieName, "ok", { expires: 1, path: "/" }); $("#btmPopup").removeClass("on"); }; /*function getGnbProduct() { $.ajax({ url: '/ko-kr/home/jsongetfrontgnbproductlist', type: 'POST', data: { }, dataType: 'json', success: function (data) { var html = '', subhtml = '', firstKey = 0; var itemIdx = 0; $(data).each(function (idx, item) { itemIdx++; if (idx == 0) { firstKey = item.Product_key; } if ("ja-jp" == "ko-kr") { subhtml += '<li><a href="javascript:;" onclick="moveJPProduct(' + item.Product_key + ')">' + item.Title_top + '</a></li>'; } else { subhtml += '<li><a href="/ko-kr/products/product?pkey=' + item.Product_key + '">' + item.Title_top + '</a></li>'; } }); if ("ja-jp" == "ko-kr") { html += '<a href="javascript:;" onclick="moveJPProduct(' + firstKey + ')">PRODUCTS</a>'; } else { html += '<a href="/ko-kr/products/product?pkey=' + firstKey + '">PRODUCTS</a>'; } html += '<ul class="subGnb">'; html += subhtml; html += '</ul>'; $("#gnb_product").html(html); setting_gnb(); setting_global(); if (itemIdx == 0) { $("#gnb_product").hide(); } $("#gnb_product sup").css("font-size", "8px"); }, error: function (xhr) { alert(xhr); } }); };*/ function fileDown(fpath, fname, fnameOrg) { var params = "fileName=" + fname + "&filePath=" + fpath + "&fileNameOrg=" + fnameOrg; $.download("/ko-kr/home/filedownloader", params, "post"); }; function moveJPProduct(key) { var html = ''; html += '<a href="/ko-kr/products/product?pkey=' + key + '">はい</a>'; html += '<a href="javascript:;" onclick="hideJPProduct();">いいえ</a>'; $(".product_popup.jp .btn_area").html(html); $(".product_popup.jp").show(); }; function moveTargetProduct(code, key) { var html = ""; var linkUrl = ''; if ("fr" == code) { if ("r100" == key) { linkUrl = "http://base-donnees-publique.medicaments.gouv.fr/extrait.php?specid=67582262"; } else if ("h150" == key) { linkUrl = "http://base-donnees-publique.medicaments.gouv.fr/extrait.php?specid=62425937"; } else if ("h420" == key) { linkUrl = "http://base-donnees-publique.medicaments.gouv.fr/extrait.php?specid=68153262"; } } else if ("br" == code) { //if ("Remsima" == key) { // linkUrl = "https://www.celltrionhealthcare.com/en-us/products/product?pkey=5"; //} else if ("Truxima" == key) { // linkUrl = "https://www.celltrionhealthcare.com/en-us/products/product?pkey=6"; //} else if ("Herzuma" == key) { // linkUrl = "https://www.celltrionhealthcare.com/en-us/products/product?pkey=7"; //} else if ("RemsimaSC" == key) { // linkUrl = "https://www.celltrionhealthcare.com/en-us/products/product?pkey=13"; //} linkUrl = "https://www.celltrionhealthcare.com/en-us/home/main"; } html += '<a href="' + linkUrl + '" target="_blank">YES</a>'; html += '<a href="javascript:;" onclick="hideJPProduct();">NO</a>'; $(".product_popup.products_target .btn_area").html(html); $(".product_popup.products_target").show(); }; function hideJPProduct() { $(".product_popup").hide(); }; function moveOpenSite(url) { $(".product_popup.products .link_site_url").attr("href", url); $(".product_popup.products").show(); }; function moveBlankPage(url) { var target = "pt-br"; if (url.indexOf("-be") > -1 && target.indexOf("-be") > -1) { location.href = url; } else { if (url.indexOf("es-cl") > -1) { location.href = url; } else { $(".product_popup.global .link_site_url").attr("href", url); $(".product_popup.global").show(); } } }; function moveBlankPagefr(url) { var target = "pt-br"; $(".product_popup.globalfr .link_site_url").attr("href", url); $(".product_popup.globalfr").show(); }; function moveApprovalStatusPage(url) { $(".product_popup.approvalStatus .link_site_url").attr("href", url); $(".product_popup.approvalStatus").show(); }; </script> <div class="skip_nav"> <a href="#header_wrap">GO Main Menu</a> <a href="#none">Go Main Contents</a> <a href="#footer_wrap">Go Bottom Menu</a> </div> <!-- // skip_nav --> <div id="header_wrap"> <div class="header"> <h1> <a href="/" title="Go HOme">CelltrionHealthcare</a> </h1> <p class="view_gnb"><a href="#">gnb show</a></p> <div class="gnb_wrap"> <div class="gnb-inner"> <p>MENU</p> <ul id="gnb"> <li class="gnb_1dli gnb_al_li_plus" style="z-index:999"> <a href="/aboutus/chairman" target="_self" class="gnb_1da">Sobre Nós</a> <span class="bg">Subclassification</span><ul class="subGnb"> <li class=""><a href="/aboutus/chairman" target="_self" class="gnb_2da">Bem-vindo à Celltrion Healthcare</a></li> <li class=""><a href="/aboutus/philosophy" target="_self" class="gnb_2da">Valores</a></li> <li class=""><a href="/aboutus/compliance" target="_self" class="gnb_2da">Conformidade</a></li> <li class=""><a href="/business/autoimmune" target="_self" class="gnb_2da">Biossimilares</a></li> <li class=""><a href="/business/corporation" target="_self" class="gnb_2da">Presença Global</a></li> </ul> </li> <li class="gnb_1dli gnb_al_li_plus" style="z-index:998"> <a href="/products/productbr" target="_self" class="gnb_1da">Produtos</a> <span class="bg">Subclassification</span><ul class="subGnb"> <li class=""><a href="/products/productbr" target="_self" class="gnb_2da">Produtos</a></li> </ul> </li> <li class="gnb_1dli gnb_al_li_plus" style="z-index:997"> <a href="https://celltrioncomvoce.com.br/#/" target="_self" class="gnb_1da">Programa de Suporte ao Paciente</a> <span class="bg">Subclassification</span><ul class="subGnb"> <li class=""><a href="https://celltrioncomvoce.com.br/#/" target="_self" class="gnb_2da">Programa de Suporte ao Paciente</a></li> <li class=""><a href="https://celltrioncomvoce.com.br/#/register_patient" target="_self" class="gnb_2da">Cadastro</a></li> <li class=""><a href="https://celltrioncomvoce.com.br/#/login" target="_self" class="gnb_2da">Voucher</a></li> </ul> </li> <li class="gnb_1dli gnb_al_li_plus" style="z-index:996"> <a href="/contactus/inquirylangs" target="_self" class="gnb_1da">Contato</a> <span class="bg">Subclassification</span><ul class="subGnb"> <li class=""><a href="/contactus/inquirylangs" target="_self" class="gnb_2da">Contato</a></li> <li class=""><a href="/board/newslist" target="_self" class="gnb_2da">Notícia</a></li> </ul> </li> </ul> </div> <p class="btn_close"> <a href="#">Gnb close</a> </p> </div> <!-- // gnb_wrap --> <!-- global_wrap --> <ul class="global_wrap"> <li class="prod"> <!-- <a href="javascript:;" onclick="moveOpenSite('http://www.celltrionhealthcareproducts.co.uk/');">PRODUCTOS</a> --> <!-- <a href="javascript:;">KOR</a> --> <!-- <ul> <li><a href="https://www.celltrionhealthcare.com/ko-kr">KOR</a></li> <li><a href="https://www.celltrionhealthcare.com/en-us">ENG</a></li> </ul> --> </li> <li class="global"> <a href="javascript:;">GLOBAL</a> <div class="global_menu"> <div class="global-inner"> <p> <a href="https://www.celltrionhealthcare.com/ko-kr">KOR</a> <a href="https://www.celltrionhealthcare.com/en-us">ENG</a> </p> <div class="continent"> <div class="europe"> <p class="title">Europe</p> <ul> <!-- <li><a href="javascript:moveBlankPage('/')">Belgium(NL</a><a href="javascript:moveBlankPage('/fr-be')">FR</a>)</li> --> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.dk')">Denmark</a></li> <li> <a href="javascript:moveBlankPage('https://www.celltrionhealthcare.fi')">Finland(FI</a> <a href="javascript:moveBlankPage('https://www.celltrionhealthcare.fi/sv-fi/')">SV</a>) </li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.fr')">France</a></li> <!-- <li><a href="javascript:moveBlankPagefr('https://www.celltrionhealthcare.fr')">France</a></li> --> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.de')">Germany</a></li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.hu')">Hungary</a></li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.ie')">Ireland</a></li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.it')">Italy</a></li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.nl')">Netherlands</a></li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.no')">Norway</a></li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.com.tr')">Turkey</a></li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.co.uk')">United Kingdom</a></li> <li style="margin:0;"></li> </ul> </div> <div class="asia"> <p class="title">Asia Pacific</p> <ul> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.com')">Korea(KR</a><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.com/en-us')">EN</a>)</li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.jp')">Japan</a></li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.com.au')">Australia</a></li> <li style="margin:0;"></li> </ul> </div> <div class="n-america nontop"> <p class="title">North America</p> <ul> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.ca')">Canada(EN</a><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.ca/fr-ca')">FR</a>)</li> <li><a href="javascript:moveBlankPage('https://www.celltrionusa.com')">USA</a></li> <li style="margin:0;"></li> </ul> </div> <div class="n-america nontop"> <p class="title">Latin America</p> <ul> <li><a href="/">Brazil</a></li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.com.co')">Colombia</a></li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.cl')">Chile</a></li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.com.pe')">Peru</a></li> <li><a href="javascript:moveBlankPage('https://www.celltrionhealthcare.mx')">Mexico</a></li> <li style="margin:0;"></li> </ul> </div> </div> </div> <p class="btn_close"><a href="#">GLOBAL 메뉴 닫기</a></p> </div> </li> </ul> <!-- // global_wrap --> </div> <!-- // header --> </div> <!-- // header_wrap --> <div id="container" class="sub06"> <div class="sub_titArea"> <h2 class="nav_info">Termos de Uso – LGPD</h2> </div> <!-- // sub_titArea --> <div class="content p80 law"> <div class="cont_area"> <p class="" align="center" style="margin: 0cm 0cm 0.0001pt; text-align: center; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><b style="mso-bidi-font-weight:normal"><span lang="PT-BR" style="font-size: 18pt; line-height: 115%; font-family: Arial, "sans-serif";">TERMOS DE USO<o:p></o:p></span></b></p> <p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><b style="mso-bidi-font-weight: normal"><span lang="PT-BR" style="font-size: 18pt; line-height: 115%; font-family: Arial, "sans-serif";"><o:p> </o:p></span></b></p> <p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span lang="PT-BR" style="font-size:10.0pt;line-height:115%;font-family:"Arial","sans-serif"; mso-fareast-font-family:Arial"><o:p> </o:p></span><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";">1.<span style="font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";"> </span></span></b><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";">ACEITAÇÃO</span></b></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";"><br></span></b></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="text-indent: 18pt; font-family: Arial, "sans-serif"; font-size: 10pt;">Bem-vindo ao </span><a href="https://www.celltrionhealthcare.com.br." style="text-indent: 18pt; font-family: Arial, "sans-serif"; font-size: 10pt;">https://www.celltrionhealthcare.com.br.</a><span style="text-indent: 18pt; font-family: Arial, "sans-serif"; font-size: 10pt;"> Este </span><i style="text-indent: 18pt; font-family: Arial, "sans-serif"; font-size: 10pt;">website</i><span style="text-indent: 18pt; font-family: Arial, "sans-serif"; font-size: 10pt;"> é controlado e operado pela </span><b style="text-indent: 18pt; font-family: Arial, "sans-serif"; font-size: 10pt;">CELLTRION HEALTHCARE DISTRIBUIÇÃO DE PRODUTOS FARMACÊUTICOS DO BRASIL LTDA., Empresa</b><span style="text-indent: 18pt; font-family: Arial, "sans-serif"; font-size: 10pt;"> localizada na Rua Santo Antônio, 175, Térreo, Centro, Caieiras/SP, CEP 07700-000.</span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="text-indent: 18pt; font-family: Arial, "sans-serif"; font-size: 10pt;"><br></span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="text-indent: 18pt; font-family: Arial, "sans-serif"; font-size: 10pt;">No presente documento (“Termos de Uso”) você encontrará detalhes sobre as normas relativas ao uso do </span><i style="text-indent: 18pt; font-family: Arial, "sans-serif"; font-size: 10pt;">website</i><span style="text-indent: 18pt; font-family: Arial, "sans-serif"; font-size: 10pt;"> e de nossas Aplicações. Por favor, leia atentamente as condições descritas neste documento. O acesso, navegação ou utilização de nosso </span><i style="text-indent: 18pt; font-family: Arial, "sans-serif"; font-size: 10pt;">website</i><span style="text-indent: 18pt; font-family: Arial, "sans-serif"; font-size: 10pt;"> é a sua declaração de aceitação aos termos e condições aqui propostos.</span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span lang="PT-BR" style="text-indent: 18pt; font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";"><br></span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span lang="PT-BR" style="text-indent: 18pt; font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";">Você poderá verificar as disposições destes Termos, bem como da Política de Privacidade, a qualquer momento por meio das Aplicações e no link<w:sdt sdttag="goog_rdk_0" id="-479153109"> <a></a></w:sdt><a class="msocomanchor" id="_anchor_1" href="file:///C:/Users/%EC%8A%A4%ED%83%80%EC%9D%BC%EC%9B%B9_Planner/Desktop/Celltrion%20Termos%20de%20Uso%20Site_LBCA_31.10.2022.docx#_msocom_1" language="JavaScript" name="_msoanchor_1">[1]</a> </span><span lang="PT-BR" style="font-size: 11pt; text-indent: 18pt;"><a href="http://www.celltrionhealthcare.com.br/contactus/personal/"><span style="font-size:10.0pt;line-height:115%;font-family:"Arial","sans-serif"; mso-fareast-font-family:Arial">http://www.celltrionhealthcare.com.br/contactus/personal/</span></a></span><span lang="PT-BR" style="text-indent: 18pt; font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";">.</span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="text-indent: 18pt; font-family: Arial, "sans-serif"; font-size: 10pt;"><br></span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="text-indent: 18pt; font-family: Arial, "sans-serif"; font-size: 10pt;">Estes Termos se aplicam a todos os visitantes, usuários e outros que acessam ou usam o Serviço. Antes de utilizar as Aplicações da </span><b style="text-indent: 18pt; font-family: Arial, "sans-serif"; font-size: 10pt;">CELLTRION HEALTHCARE</b><span style="text-indent: 18pt; font-family: Arial, "sans-serif"; font-size: 10pt;">, você deverá ler atentamente todo o conteúdo deste documento e, caso esteja de acordo, poderá prosseguir com seu uso; eventualmente, para certas atividades de tratamento de dados pessoais relativas às funcionalidades e à disponibilização de aplicações, produtos e serviços, poderá ser solicitado seu consentimento livre, informado e inequívoco. Caso tenha qualquer dúvida em relação a este documento entre em contato conosco e, se você não estiver de acordo com estes Termos de Uso deverá descontinuar o seu acesso.</span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";"><br></span></b></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";">2.<span style="font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";"> </span></span></b><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";">OBJETO</span></b></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";"><br></span></b></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 18pt;">A </span><b style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 18pt;">CELLTRION HEALTHCARE</b><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 18pt;">, por meio deste </span><i style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 18pt;">website</i><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 18pt;">, proporciona informações gerais sobre a </span><b style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 18pt;">CELLTRION HEALTHCARE</b><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 18pt;">.</span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="text-indent: 18pt; font-family: Arial, "sans-serif"; font-size: 10pt;"><br></span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="text-indent: 18pt; font-family: Arial, "sans-serif"; font-size: 10pt;">APESAR DOS ESFORÇOS ENVIDADOS PARA MANTER A PRECISÃO E ATUALIZAÇÃO DAS INFORMAÇÕES DISPONIBILIZADAS, A </span><b style="text-indent: 18pt; font-family: Arial, "sans-serif"; font-size: 10pt;">CELLTRION HEALTHCARE</b><span style="text-indent: 18pt; font-family: Arial, "sans-serif"; font-size: 10pt;"> NÃO PODE GARANTIR OU ASSUMIR QUALQUER RESPONSABILIDADE QUANTO À SUA CONFIABILIDADE, EXATIDÃO, VALIDADE, ATUALIDADE, UTILIDADE, INTEGRIDADE, PERTINÊNCIA, OPORTUNIDADE OU ABRANGÊNCIA, NÃO SENDO, PORTANTO, RESPONSÁVEL POR PREJUÍZOS, PERDAS OU DANOS OCORRIDAS PELA VISITA AO SITE. VOCÊ É RESPONSÁVEL POR VERIFICAR A CONFIABILIDADE DAS INFORMAÇÕES ANTES DE TOMAR ALGUMA DECISÃO OU PRATICAR ALGUM ATO.</span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";"><br></span></b></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";">3.<span style="font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";"> </span></span></b><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";">ELEGIBILIDADE: DECLARAÇÃO DE MAIORIDADE</span></b></p> <p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;"><br></span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">Para acessar e utilizar as funcionalidades exclusivas deste </span><i style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">website</i><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;"> e todos os serviços a ele relacionados, é necessário que o usuário tenha pelo menos 18 (dezoito) anos de idade. Ao aceitar os Termos de Uso do presente </span><i style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">website</i><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">, você declara ser plenamente capaz para exercer todos os atos da vida civil e ter lido completa e atentamente as regras contidas neste documento, expressando livremente a sua concordância com os termos aqui estipulados.</span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";"><br></span></b></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";">4.<span style="font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";"> </span></span></b><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";">PROPRIEDADE INTELECTUAL</span></b></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;"><br></span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">A </span><b style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">CELLTRION HEALTHCARE</b><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">, salvo disposição em sentido contrário, é a detentora dos direitos autorais de toda a informação disponibilizada no </span><i style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">website</i><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">, bem como de todos os direitos de propriedade intelectual e direitos conexos. Fica vedada a utilização do nome, marca ou logotipo pertencente à </span><b style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">CELLTRION HEALTHCARE</b><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">, exceto e somente quando houver a prévia, expressa e escrita autorização.</span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;"><br></span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">Você poderá fazer </span><i style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">download</i><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">, imprimir, ou armazenar informações e materiais disponibilizados neste </span><i style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">website</i><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;"> para o uso exclusivamente particular, e desde que você mantenha intactas todas as notificações de direitos autorais e outras notificações de propriedade. É terminantemente proibido o uso destas informações, no todo ou em parte, para ganhos comerciais.</span></p> <p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><b style="mso-bidi-font-weight: normal"><span lang="PT-BR" style="font-size:10.0pt;line-height:115%;font-family: "Arial","sans-serif";mso-fareast-font-family:Arial"><o:p> </o:p></span></b></p> <p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";">5.<span style="font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";"> </span></span></b><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size:10.0pt;line-height:115%;font-family:"Arial","sans-serif"; mso-fareast-font-family:Arial">LINKS PARA SITES E APLICATIVOS DE TERCEIROS</span></b></p> <p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; border: none; font-size: 11pt; font-family: Calibri, "sans-serif";"><b style="mso-bidi-font-weight: normal"><span lang="PT-BR" style="font-size:10.0pt;line-height:115%;font-family: "Arial","sans-serif";mso-fareast-font-family:Arial"><o:p> </o:p></span></b></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; border: none; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 36pt;">As Aplicações podem conter links para sites e aplicações de terceiros. Note que, dentro destes sites e aplicações, você estará sujeito a outros Termos de Uso e a outras Políticas de Privacidade. Nossos Termos não são válidos em sites e aplicações de terceiros. A existência de links não implica em relação de endosso ou de patrocínio da </span><b style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 36pt;">CELLTRION HEALTHCARE</b><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 36pt;"> junto a estes terceiros, e a </span><b style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 36pt;">CELLTRION HEALTHCARE</b><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 36pt;"> não tem responsabilidade com relação a estes.</span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; border: none; font-size: 11pt; font-family: Calibri, "sans-serif";"><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";"><br></span></b></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; border: none; font-size: 11pt; font-family: Calibri, "sans-serif";"><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";">6.<span style="font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";"> </span></span></b><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";">LIMITAÇÃO DE RESPONSABILIDADE</span></b></p> <p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;"><br></span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">Para o correto funcionamento deste </span><i style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">website</i><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;"> torna-se indispensável o acesso e tráfego de dados entre terminais de seu computador ou dispositivo móvel e os servidores que hospedam este </span><i style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">website. </i><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">Portanto, a </span><b style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">CELLTRION HEALTHCARE</b><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;"> não garante e nem se responsabiliza pela disponibilidade integral e ininterrupta dos serviços aqui fornecidos, não possuindo, pois, qualquer ingerência e não sendo responsável por eventuais falhas no tráfego destes dados e no acesso a este </span><i style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">website.</i></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="text-indent: 21.3pt; font-family: Arial, "sans-serif"; font-size: 10pt;">SOB NENHUMA CIRCUNSTÂNCIA, A </span><b style="text-indent: 21.3pt; font-family: Arial, "sans-serif"; font-size: 10pt;">CELLTRION HEALTHCARE</b><span style="text-indent: 21.3pt; font-family: Arial, "sans-serif"; font-size: 10pt;"> SERÁ RESPONSABILIZADA DE QUALQUER FORMA, POR QUAISQUER RECLAMAÇÕES, DANOS, PERDAS, DESPESAS, CUSTOS OU RESPONSABILIDADES DE QUALQUER NATUREZA QUE DECORRA DIRETA OU INDIRETAMENTE DO USO OU DA INCAPACIDADE DE USO DESTE OU, AINDA, DA CONFIANÇA NAS INFORMAÇÕES E MATERIAIS DESTE </span><i style="text-indent: 21.3pt; font-family: Arial, "sans-serif"; font-size: 10pt;">WEBSITE.</i></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="text-indent: 21.3pt; font-family: Arial, "sans-serif"; font-size: 10pt;"><br></span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="text-indent: 21.3pt; font-family: Arial, "sans-serif"; font-size: 10pt;">Este </span><i style="text-indent: 21.3pt; font-family: Arial, "sans-serif"; font-size: 10pt;">website</i><span style="text-indent: 21.3pt; font-family: Arial, "sans-serif"; font-size: 10pt;"> também pode conter links para outras páginas da Internet. Como não temos o controle sobre sites de terceiros, você reconhece e concorda que a </span><b style="text-indent: 21.3pt; font-family: Arial, "sans-serif"; font-size: 10pt;">CELLTRION HEALTHCARE</b><span style="text-indent: 21.3pt; font-family: Arial, "sans-serif"; font-size: 10pt;"> não é responsável por qualquer conteúdo ou material presente nesses sites. Igualmente, você reconhece e concorda que a </span><b style="text-indent: 21.3pt; font-family: Arial, "sans-serif"; font-size: 10pt;">CELLTRION HEALTHCARE</b><span style="text-indent: 21.3pt; font-family: Arial, "sans-serif"; font-size: 10pt;"> não será responsável nem responsabilizada, direta ou indiretamente, por quaisquer danos causados ou perdas sofridas em razão do uso ou da confiança em informações ou materiais obtidos de sites de terceiros.</span></p> <p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";"><br></span></b></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";">7.<span style="font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";"> </span></span></b><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";">PRIVACIDADE</span></b></p> <p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span lang="PT-BR" style="text-indent: 21.3pt; font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";"><br></span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span lang="PT-BR" style="text-indent: 21.3pt; font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";">A utilização de alguns serviços oferecidos no <i>website</i> implica a necessidade do fornecimento de dados de caráter pessoal, os quais serão processados nos termos da nossa Política de Privacidade </span><span lang="PT-BR" style="font-size: 11pt; text-indent: 21.3pt;"><w:sdt showingplchdr="t" sdttag="goog_rdk_6" id="111716168"> </w:sdt></span><span lang="PT-BR" style="text-indent: 21.3pt; font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";">(</span><span lang="PT-BR" style="font-size: 11pt; text-indent: 21.3pt;"><a href="http://www.celltrionhealthcare.com.br/contactus/personal/"><span style="font-size:10.0pt;line-height:115%;font-family:"Arial","sans-serif"; mso-fareast-font-family:Arial">http://www.celltrionhealthcare.com.br/contactus/personal/</span></a></span><span lang="PT-BR" style="text-indent: 21.3pt; font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";">).</span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="text-indent: 21.3pt; font-family: Arial, "sans-serif"; font-size: 10pt;"><br></span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="text-indent: 21.3pt; font-family: Arial, "sans-serif"; font-size: 10pt;">A </span><b style="text-indent: 21.3pt; font-family: Arial, "sans-serif"; font-size: 10pt;">CELLTRION HEALTHCARE</b><span style="text-indent: 21.3pt; font-family: Arial, "sans-serif"; font-size: 10pt;"> adota todas as medidas de segurança técnicas e administrativas para a proteção de dados pessoais, nos termos da legislação aplicável e vigente, no que tange à privacidade e proteção de dados pessoais.</span></p> <p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span lang="PT-BR" style="font-size:10.0pt;line-height:115%;font-family:"Arial","sans-serif"; mso-fareast-font-family:Arial"><o:p> </o:p></span></p> <p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";">8.<span style="font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";"> </span></span></b><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";">DURAÇÃO E FINALIZAÇÃO DE SERVIÇOS</span></b></p> <p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;"><br></span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">Os conteúdos disponibilizados neste </span><i style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">website</i><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;"> têm uma duração indefinida. No entanto, a </span><b style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">CELLTRION</b><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;"> </span><b style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">HEALTHCARE</b><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;"> está facultada a terminar, interromper, ou suspender unilateralmente, a qualquer momento e sem necessidade de aviso prévio, o fornecimento do conteúdo ou do próprio </span><i style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">website</i><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">, sem prejuízo do disposto no presente documento.</span></p> <p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span lang="PT-BR" style="font-size:10.0pt;line-height:115%;font-family:"Arial","sans-serif"; mso-fareast-font-family:Arial"><o:p> </o:p></span></p> <p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";">9.<span style="font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";"> </span></span></b><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";">LEGISLAÇÃO E FORO</span></b></p> <p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;"><br></span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">Estes Termos de Uso serão regidos e interpretados de acordo com a legislação brasileira, independentemente de conflitos dessas leis com aquelas de outros estados ou países, sendo competente o </span><b style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">Foro da Comarca de São Paulo-SP,</b><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;"> com exclusão de qualquer outro, para dirimir qualquer dúvida ou divergência decorrente destes Termos de Uso. O usuário aceita, expressamente, a competência desse juízo com exclusão de qualquer outro, por mais privilegiado que seja.</span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";"><br></span></b></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";">10.<span style="font-variant-numeric: normal; font-variant-east-asian: normal; font-weight: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: "Times New Roman";"> </span></span></b><b style="font-size: 11pt; text-indent: -18pt;"><span lang="PT-BR" style="font-size: 10pt; line-height: 115%; font-family: Arial, "sans-serif";">DISPOSIÇÕES FINAIS</span></b></p> <p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;"><br></span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">Os presentes Termos de Uso podem ser atualizados sem prévio aviso ao usuário, sendo mantida neste </span><i style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">website </i><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">sempre a versão mais atualizada e em vigor dos Termos de Uso. Por isto, recomendamos que você consulte a presente Política de Privacidade periodicamente para verificar eventuais alterações.</span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;"><br></span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;"><br></span></p><p class="" style="margin: 0cm 0cm 0.0001pt; text-align: justify; line-height: 115%; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="font-family: Arial, "sans-serif"; font-size: 10pt; text-indent: 21.3pt;">Atualização em 08 de novembro de 2022.</span></p> <div style="mso-element:comment-list"><!--[if !supportAnnotations]--> <hr class="msocomoff" align="left" size="1" width="33%"> <!--[endif]--> <div style="mso-element:comment"><!--[if !supportAnnotations]--> <div id="_com_1" class="msocomtxt" language="JavaScript"><!--[endif]--><span style="mso-comment-author: "Beatriz Ferreira Guimarães""><!--[if !supportAnnotations]--><a name="_msocom_1"></a><!--[endif]--></span> <p class="" style="margin: 0cm 0cm 0.0001pt; line-height: normal; border: none; font-size: 11pt; font-family: Calibri, "sans-serif";"><span style="font-family: 돋움, Dotum, Helvetica, sans-serif; font-size: 12px;"> </span> </p></div></div></div> </div> </div> <!-- // content --> </div> <!-- // container --> </div> <!-- } 콘텐츠 끝 --> <!-- 하단 시작 { --> <!-- footer_wrap --> <div id="footer_wrap" class="footer_layout"> <div> <ul class="footer_menu"> <li><a href="/contactus/law">Aviso Legal</a></li> <li><a href="/contactus/personal">Aviso de Privacidade</a></li> <li><a href="/contactus/cookiespolicy">Política de Cookies</a></li> <!-- <li><a href="/contactus/location">Direções</a></li> --> <li><a href="/contactus/terms">Termos de Uso – LGPD</a></li> </ul> <div class="footer_info"> <ul> <li>Copyright © 2023 Celltrion Healthcare Co., Ltd. Todos os direitos reservados.</li> </ul> </div> <p>As descrições de produtos neste website são para finalidades médicas e educacionais apenas. Não se destinam a RP de promoção nem campanhas de vendas. Para mais detalhes sobre produtos farmacêuticos, consulte um médico ou um especialista.</p> </div> </div> <!-- // footer_wrap --> <!-- (일문) 제품이동 Layer --> <div id="layer_popup" class="product_popup jp" style="display:none;"> <div> <div class="popup_tit">医療関係者の皆様へ</div> <div class="popup_cont"> <p> 「医療関係者の皆様へ」のページでは当社医療用医薬品を適正にご使用いただくため、国内の医療関係者の方を対象に情報を提供しています。一般の方に対する情報提供を目的としたものではないことをご了承ください。 </p> <p>あなたは医療関係者ですか?</p> <div class="btn_area"></div> </div> <p class="popup_close"> <a href="javascript:;" onclick="hideJPProduct();">popup Close</a> </p> </div> </div> <!-- (프랑스) 제품이동 Layer --> <div id="layer_popup" class="product_popup products_target" style="display:none;"> <div> <div class="popup_tit"></div> <div class="popup_cont"> <p> </p> <div class="btn_area"></div> </div> <p class="popup_close"> <a href="javascript:;" onclick="hideJPProduct();">popup Close</a> </p> </div> </div> <!-- 다국어 GNB Products 외부 사이트 이동 시 사용 Layer --> <div id="layer_popup" class="product_popup products" style="display:none;"> <div> <!-- <div class="popup_tit">You are leaving CelltrionHealthcare.com</div> --> <div class="popup_cont"> <p class="scroll_cont"> La página web de Celltrion Healthcare que ha solicitado es solo para los residentes de un país específico indicado en el sitio web. Por lo tanto, podría incluir información sobre productos farmacéuticos y otros productos que no se hayan aprobado aún en su país o región. Para los residentes de países no cubiertos por el sitio web, contactar con la sucursal local correspondiente de Celltrion Healthcare para obtener más detalles sobre los productos actualmente disponibles en su país.<br> La página web de Celltrion Healthcare que ha solicitado podría estar en un idioma distinto al de su país.<br> La página web de Celltrion Healthcare que ha solicitado podría no estar optimizada para su dispositivo.<br><br> ¿Desea continuar a este sitio de Celltrion Healthcare? </p> <div class="btn_area"> <a class="link_site_url" href="" target="_blank" title="새창열기">SI</a> <a href="javascript:;" onclick="hideJPProduct();">NO</a> </div> </div> <p class="popup_close"> <a href="javascript:;" onclick="hideJPProduct();">popup Close</a> </p> </div> </div> <!-- 다국어 GNB Global 메뉴에서 다른 언어 사이트 이동 시 사용 Layer --> <div id="layer_popup" class="product_popup global" style="display:none;"> <div> <div class="popup_tit">Você está saindo da CelltrionHealthcare.com.br</div> <div class="popup_cont"> <p class="scroll_cont"> O site que você solicitou é destinado aos residentes de um país ou países específicos, conforme indicado nesse site. Como resultado, o site pode conter informações sobre produtos farmacêuticos e outros produtos ou usos desses produtos que não são aprovados em outros países ou regiões. Se você é residente de um país diferente daquele para o qual o site é direcionado, entre em contato com a filial local da Celltrion Healthcare para obter as informações apropriadas do produto para o seu país de residência.<br><br> O site que você solicitou pode estar em um idioma diferente do seu país de origem.<br> O site que você solicitou pode não estar otimizado para o tamanho da tela.<br><br> Deseja sair deste site? </p> <div class="btn_area"> <a class="link_site_url" href="" target="_blank" title="새창열기">Sim</a> <a href="javascript:;" onclick="hideJPProduct();">Não</a> </div> </div> <p class="popup_close"> <a href="javascript:;" onclick="hideJPProduct();">popup Close</a> </p> </div> </div> <!-- 다국어 GNB Global 메뉴에서 다른 언어 사이트 이동 시 사용 Layer (22-06-07 프랑스 임시문구) --> <div id="layer_popup" class="product_popup globalfr" style="display:none;"> <div> <div class="popup_tit"></div> <div class="popup_cont"> <p class="scroll_cont" style="text-align:center;"> <img style="width:100%;" src="/images/serviceout.png" alt=""> </p> <div class="btn_area"> <!-- <a class="link_site_url" href="" target="_blank" title="새창열기">@Celltrion.Resources.Resources.L00774</a> <a href="javascript:;" onclick="hideJPProduct();">@Celltrion.Resources.Resources.L00779</a> --> <a href="javascript:;" onclick="hideJPProduct();">CLOSE</a> </div> </div> <p class="popup_close"> <a href="javascript:;" onclick="hideJPProduct();">popup Close</a> </p> </div> </div> <!-- 쥬요국 허가 사이트 이동 Layer (국영문에서 사용) --> <div id="layer_popup" class="product_popup approvalStatus" style="display:none;"> <div> <div class="popup_tit">셀트리온헬스케어 홈페이지에서 <br class="pc_only" />허가기관 사이트로 이동합니다.</div> <div class="popup_cont"> <p class="txt_center">이동하는 사이트의 정보는 당사가 통제하지 않습니다.</p> <div class="btn_area"> <a class="link_site_url" href="" target="_blank" title="새창열기">YES</a> <a href="javascript:;" onclick="hideJPProduct();">NO</a> </div> </div> <p class="popup_close"> <a href="javascript:;" onclick="hideJPProduct();">popup Close</a> </p> </div> </div> <div id="btmPopup"> <div class="txtArea"> <div class="ireland"> <p>Para saber mais, acesse o nosso <a href="/contactus/personal">Aviso de Privacidade</a>, nossa <a href="/contactus/cookiespolicy">Política de Cookies</a> e <a href="/contactus/terms">Termos de Uso para Lei Geral de Proteção de Dados Pessoais (LGPD)</a></p> <button class="btn" type="button" onclick="closeBtmPopup('br');">OK</button> </div> </div> </div> <!-- } 하단 끝 --> <script> $(function() { // 폰트 리사이즈 쿠키있으면 실행 font_resize("container", get_cookie("ck_font_resize_rmv_class"), get_cookie("ck_font_resize_add_class")); }); </script> <!-- ie6,7에서 사이드뷰가 게시판 목록에서 아래 사이드뷰에 가려지는 현상 수정 --> <!--[if lte IE 7]> <script> $(function() { var $sv_use = $(".sv_use"); var count = $sv_use.length; $sv_use.each(function() { $(this).css("z-index", count); $(this).css("position", "relative"); count = count - 1; }); }); </script> <![endif]--> </body> </html>