{"id":19,"date":"2024-10-08T17:40:40","date_gmt":"2024-10-08T17:40:40","guid":{"rendered":"https:\/\/amparate.co\/?page_id=19"},"modified":"2025-11-26T01:17:10","modified_gmt":"2025-11-26T01:17:10","slug":"inicio","status":"publish","type":"page","link":"https:\/\/amparate.co\/","title":{"rendered":"Inicio"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"19\" class=\"elementor elementor-19\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-26cfff0 elementor-section-height-min-height elementor-section-full_width elementor-hidden-desktop elementor-hidden-tablet elementor-section-height-default elementor-section-items-middle\" data-id=\"26cfff0\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f731e1c\" data-id=\"f731e1c\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-382217d elementor-widget elementor-widget-image\" data-id=\"382217d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1\" height=\"1\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/Laprimajustalogo1.png\" class=\"attachment-large size-large wp-image-21\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-028e539 elementor-widget elementor-widget-heading\" data-id=\"028e539\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Encuentra el mejor\n<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5801ccb elementor-widget elementor-widget-heading\" data-id=\"5801ccb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\"><span class=\"changing-text\" style=\"color:#1a73e7;font-weight:bold\">seguro de autos<\/span>\n<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a65f373 elementor-widget elementor-widget-html\" data-id=\"a65f373\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n\/* estilos: cursor parpadeante *\/\r\n.changing-text { display:inline-block; white-space:nowrap; }\r\n.changing-text .ct-cursor { display:inline-block; margin-left:1px; font-weight:700;\r\n  animation: blink 1s steps(2, start) infinite;\r\n}\r\n@keyframes blink { to { visibility: hidden; } }\r\n<\/style>\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n  const frases = [\r\n    \"seguro de autos\",\r\n    \"seguro de motos\",\r\n    \"seguro SOAT\",\r\n    \"seguro de arriendo\",\r\n    \"seguro de salud\",\r\n    \"seguro de vida\",\r\n    \"seguro de viaje\",\r\n    \"seguro ARL\",\r\n    \"seguro PYME\",\r\n    \"seguro de cumplimiento\",\r\n    \"cr\u00e9dito para autos\"\r\n  ];\r\n\r\n  const elements = document.querySelectorAll('.changing-text');\r\n  if (!elements.length) return;\r\n\r\n  \/\/ Inicializa cada elemento: crea un span para el texto y otro para el cursor\r\n  elements.forEach(el => {\r\n    \/\/ conservamos los estilos en el propio elemento (el atributo style queda en el span padre)\r\n    el.innerHTML = '<span class=\"ct-text\"><\/span><span class=\"ct-cursor\">|<\/span>';\r\n  });\r\n\r\n  let index = 0;\r\n  let charIndex = 0;\r\n  let deleting = false;\r\n\r\n  \/\/ configuraciones\r\n  const typingSpeed = 100;     \/\/ ms por car\u00e1cter al escribir\r\n  const deletingSpeed = 50;    \/\/ ms por car\u00e1cter al borrar\r\n  const pauseAfterTyping = 1500; \/\/ ms esperar cuando la frase est\u00e1 completa\r\n  const pauseAfterDeleting = 300; \/\/ ms antes de empezar a escribir la siguiente\r\n\r\n  function type() {\r\n    const current = frases[index];\r\n\r\n    if (!deleting) {\r\n      charIndex++;\r\n      \/\/ actualizar todos los elementos al mismo tiempo (sincronizados)\r\n      elements.forEach(el => el.querySelector('.ct-text').textContent = current.substring(0, charIndex));\r\n\r\n      if (charIndex >= current.length) {\r\n        \/\/ pausa antes de borrar\r\n        setTimeout(() => { deleting = true; type(); }, pauseAfterTyping);\r\n        return;\r\n      }\r\n    } else {\r\n      charIndex--;\r\n      elements.forEach(el => el.querySelector('.ct-text').textContent = current.substring(0, charIndex));\r\n\r\n      if (charIndex <= 0) {\r\n        deleting = false;\r\n        index = (index + 1) % frases.length;\r\n        setTimeout(type, pauseAfterDeleting);\r\n        return;\r\n      }\r\n    }\r\n\r\n    setTimeout(type, deleting ? deletingSpeed : typingSpeed);\r\n  }\r\n\r\n  type();\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ccf384d elementor-widget elementor-widget-heading\" data-id=\"ccf384d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\" style=\"font-weight: 400\">Selecciona el seguro a cotizar, ahorra y <br>recibe <\/span><span class=\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\" style=\"font-weight: 400\"><font color=\"#005eff\">cashback<\/font><\/span>\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f07a093 e-con-full e-flex e-con e-parent\" data-id=\"f07a093\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6403e6d elementor-widget elementor-widget-html\" data-id=\"6403e6d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n    <style>\r\n\r\n        .contenedor {\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n        }\r\n\r\n        .boton-con-icono {\r\n            width: 165px;\r\n            height: 150px;\r\n            border: 2px solid #005eff; \r\n            border-radius: 10px; \r\n            display: flex;\r\n            flex-direction: column;\r\n            align-items: center;\r\n            justify-content: center;\r\n            text-align: center;\r\n            font-family: Arial, sans-serif;\r\n            text-decoration: none; \r\n            background-color: rgba(255,255,255,0.9); \r\n            color: black; \r\n            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);\r\n            transition: transform 0.2s ease;\r\n        }\r\n\r\n        .boton-con-icono:hover {\r\n            transform: scale(1.05); \/* Efecto de zoom al pasar el mouse *\/\r\n        }\r\n\r\n        .boton-con-icono img {\r\n            width: 100px;\r\n            height: auto;\r\n            margin-bottom: 0px;\r\n        }\r\n\r\n        .boton-con-icono p {\r\n            font-size: 24px;\r\n            font-weight: bold;\r\n        }\r\n    <\/style>\r\n    <title>Bot\u00f3n centrado con icono<\/title>\r\n<\/head>\r\n<body>\r\n\r\n<div class=\"contenedor\">\r\n    <a href=\"https:\/\/app.amparate.co\/Amparate\/Cotizaciones\/Cotizar\/Formulario?IdRamo=142\" class=\"boton-con-icono\">\r\n        <p style=\"font-weight: normal;\">Seguro<\/p>\r\n        <p style=\"margin-top: -20px;\">Obligatorio<\/p>\r\n        <br>\r\n        <img decoding=\"async\" style=\"width: 100px; height: 100px; margin-bottom: 20px; margin-top: -70px;\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/seguro-obligatorio.png\" alt=\"Icono de motos\">\r\n        <p style=\"font-weight: normal; font-size: 14px; margin-top: -50px\">Con descuento por ley<\/p>\r\n        \r\n    <\/a>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c8f01a6 elementor-widget elementor-widget-html\" data-id=\"c8f01a6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n    <title>Bot\u00f3n centrado con icono<\/title>\r\n<\/head>\r\n<body>\r\n\r\n<!-- Contenedor para centrar el bot\u00f3n -->\r\n<div class=\"contenedor\">\r\n    <a href=\"https:\/\/app.amparate.co\/Amparate\/Cotizaciones\/Cotizar\/Formulario?IdRamo=119\" class=\"boton-con-icono\">\r\n        <p style=\"font-weight: normal; margin-bottom: -30px; margin-top: 10px\">\r\n        Seguro de<\/p>\r\n        <br>\r\n        <p style=\"margin-bottom: -40px\">Autos<\/p>\r\n        <br>\r\n        <img decoding=\"async\" style=\"\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/seguro-autos.png\" alt=\"Icono de autos\">\r\n        \r\n    <\/a>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f6ac055 elementor-widget elementor-widget-html\" data-id=\"f6ac055\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n    <title>Bot\u00f3n centrado con icono<\/title>\r\n<\/head>\r\n<body>\r\n\r\n<!-- Contenedor para centrar el bot\u00f3n -->\r\n<div class=\"contenedor\">\r\n    <a href=\"https:\/\/app.amparate.co\/Amparate\/Cotizaciones\/Cotizar\/Formulario?IdRamo=141\" class=\"boton-con-icono\">\r\n        <p style=\"font-weight: normal; margin-top: 50px;\">Seguro de<\/p>\r\n        <p style=\"margin-top: -20px;\">Motos<\/p>\r\n        <br>\r\n        <img decoding=\"async\" style=\"width: 90px; height: 90px; margin-bottom: 45px; margin-top: -50px;\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/seguro-motos.png\" alt=\"Icono de motos\">\r\n        \r\n    <\/a>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ffe1bc5 elementor-widget elementor-widget-html\" data-id=\"ffe1bc5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n    <title>Bot\u00f3n centrado con icono<\/title>\r\n<\/head>\r\n<body>\r\n\r\n<!-- Contenedor para centrar el bot\u00f3n -->\r\n<div class=\"contenedor\">\r\n    <a href=\"https:\/\/sxkm.co\/?intermediario:203337\" class=\"boton-con-icono\">\r\n        <p style=\"font-weight: normal; margin-top: 45px;\">Seguros para<\/p>\r\n        <p style=\"margin-top: -20px;\">Autos x Km<\/p>\r\n        <br>\r\n        <img decoding=\"async\" style=\"width: 120px; height: 120px; margin-bottom: 30px; margin-top: -70px;\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/seguro-km.png\" alt=\"Icono de motos\">\r\n        \r\n    <\/a>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-acca6d8 elementor-widget elementor-widget-html\" data-id=\"acca6d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n    <title>Bot\u00f3n centrado con icono<\/title>\r\n<\/head>\r\n<body>\r\n\r\n<!-- Contenedor para centrar el bot\u00f3n -->\r\n<div class=\"contenedor\">\r\n    <a href=\"http:\/\/wa.me\/+573106849024\" class=\"boton-con-icono\">\r\n        <p style=\"font-weight: normal; margin-top: 25px;\">Seguro de<\/p>\r\n        <p style=\"margin-top: -20px;\">Salud<\/p>\r\n        <br>\r\n        <img decoding=\"async\" style=\"width: 70px; height: 70px; margin-bottom: 30px; margin-top: -40px;\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/salud.png\" alt=\"Icono de motos\">\r\n        \r\n    <\/a>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a4ffb5d elementor-widget elementor-widget-html\" data-id=\"a4ffb5d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n    <title>Bot\u00f3n centrado con icono<\/title>\r\n<\/head>\r\n<body>\r\n\r\n<!-- Contenedor para centrar el bot\u00f3n -->\r\n<div class=\"contenedor\">\r\n    <a href=\"https:\/\/amparate.financiakarz.com\/\" class=\"boton-con-icono\">\r\n        <p style=\"font-weight: normal; margin-bottom: -30px; margin-top: 10px\">\r\n        Cr\u00e9dito para<\/p>\r\n        <br>\r\n        <p style=\"margin-bottom: -40px\">Autos<\/p>\r\n        <br>\r\n        <img decoding=\"async\" style=\"\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/11\/37.png\" alt=\"Icono de autos\">\r\n        \r\n    <\/a>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5aae6bd elementor-widget elementor-widget-html\" data-id=\"5aae6bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n    <title>Bot\u00f3n centrado con icono<\/title>\r\n<\/head>\r\n<body>\r\n\r\n<!-- Contenedor para centrar el bot\u00f3n -->\r\n<div class=\"contenedor\">\r\n    <a href=\"http:\/\/wa.me\/+573106849024\" class=\"boton-con-icono\">\r\n        <p style=\"font-weight: normal; margin-top: 35px;\">Seguro de<\/p>\r\n        <p style=\"margin-top: -20px;\">Viaje<\/p>\r\n        <br>\r\n        <img decoding=\"async\" style=\"width: 70px; height: 70px; margin-bottom: 45px; margin-top: -35px;\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/viaje.png\" alt=\"Icono de motos\">\r\n        \r\n    <\/a>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4d02fa6 elementor-widget elementor-widget-html\" data-id=\"4d02fa6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n    <title>Bot\u00f3n centrado con icono<\/title>\r\n<\/head>\r\n<body>\r\n\r\n<!-- Contenedor para centrar el bot\u00f3n -->\r\n<div class=\"contenedor\">\r\n    <a href=\"https:\/\/app.amparate.co\/AmparateTest\/Cotizaciones\/Cotizar\/Formulario?IdRamo=137\" class=\"boton-con-icono\">\r\n        <p style=\"font-weight: normal; margin-top: 30px;\">Seguro de<\/p>\r\n        <p style=\"margin-top: -20px;\">Arriendo<\/p>\r\n        <br>\r\n        <img decoding=\"async\" style=\"width: 85px; height: 85px; margin-bottom: 30px; margin-top: -50px;\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/seguro-arriendo.png\" alt=\"Icono de motos\">\r\n        \r\n    <\/a>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-56e8b63 elementor-widget elementor-widget-html\" data-id=\"56e8b63\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n    <title>Bot\u00f3n centrado con icono<\/title>\r\n<\/head>\r\n<body>\r\n\r\n<!-- Contenedor para centrar el bot\u00f3n -->\r\n<div class=\"contenedor\">\r\n    <a href=\"http:\/\/wa.me\/+573106849024\" class=\"boton-con-icono\">\r\n        <p style=\"font-weight: normal; margin-top: 45px;\">Mejorar<\/p>\r\n        <p style=\"margin-top: -20px;\">Mi P\u00f3liza<\/p>\r\n        <br>\r\n        <img decoding=\"async\" style=\"width: 70px; height: 70px; margin-bottom: 46px; margin-top: -40px;\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/11\/36.png\" alt=\"Icono de motos\">\r\n        \r\n    <\/a>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dd48412 elementor-widget elementor-widget-html\" data-id=\"dd48412\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n    <title>Bot\u00f3n centrado con icono<\/title>\r\n<\/head>\r\n<body>\r\n\r\n<!-- Contenedor para centrar el bot\u00f3n -->\r\n<div class=\"contenedor\">\r\n    <a href=\"https:\/\/amparate.co\/?page_id=933\" class=\"boton-con-icono\">\r\n        <p style=\"font-weight: normal; margin-top: 30px; font-size: 21px\">Encuentra m\u00e1s<\/p>\r\n        <p style=\"margin-top: -20px; \">Seguros<\/p>\r\n        <br>\r\n        <img decoding=\"async\" style=\"width: 85px; height: 85px; margin-bottom: 30px; margin-top: -50px;\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/mas-seguros.png\" alt=\"Icono de motos\">\r\n        \r\n    <\/a>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-65e86450 elementor-section-height-min-height elementor-section-full_width elementor-hidden-mobile elementor-section-height-default elementor-section-items-middle\" data-id=\"65e86450\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-294cbbc\" data-id=\"294cbbc\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7005e6ee elementor-widget elementor-widget-image\" data-id=\"7005e6ee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1\" height=\"1\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/Laprimajustalogo1.png\" class=\"attachment-large size-large wp-image-21\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-48529ab7 elementor-widget elementor-widget-heading\" data-id=\"48529ab7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Encuentra el mejor <span class=\"changing-text\" style=\"color:#1a73e7;font-weight:bold\">seguro de autos<\/span>\n<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-623dee3 elementor-widget elementor-widget-html\" data-id=\"623dee3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n\/* estilos: cursor parpadeante *\/\r\n.changing-text { display:inline-block; white-space:nowrap; }\r\n.changing-text .ct-cursor { display:inline-block; margin-left:1px; font-weight:700;\r\n  animation: blink 1s steps(2, start) infinite;\r\n}\r\n@keyframes blink { to { visibility: hidden; } }\r\n<\/style>\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n  const frases = [\r\n    \"seguro de autos\",\r\n    \"seguro de motos\",\r\n    \"seguro SOAT\",\r\n    \"seguro de arriendo\",\r\n    \"seguro de salud\",\r\n    \"seguro de vida\",\r\n    \"seguro de viaje\",\r\n    \"seguro ARL\",\r\n    \"seguro PYME\",\r\n    \"seguro de cumplimiento\",\r\n    \"cr\u00e9dito para autos\"\r\n  ];\r\n\r\n  const elements = document.querySelectorAll('.changing-text');\r\n  if (!elements.length) return;\r\n\r\n  \/\/ Inicializa cada elemento: crea un span para el texto y otro para el cursor\r\n  elements.forEach(el => {\r\n    \/\/ conservamos los estilos en el propio elemento (el atributo style queda en el span padre)\r\n    el.innerHTML = '<span class=\"ct-text\"><\/span><span class=\"ct-cursor\">|<\/span>';\r\n  });\r\n\r\n  let index = 0;\r\n  let charIndex = 0;\r\n  let deleting = false;\r\n\r\n  \/\/ configuraciones\r\n  const typingSpeed = 100;     \/\/ ms por car\u00e1cter al escribir\r\n  const deletingSpeed = 50;    \/\/ ms por car\u00e1cter al borrar\r\n  const pauseAfterTyping = 1500; \/\/ ms esperar cuando la frase est\u00e1 completa\r\n  const pauseAfterDeleting = 300; \/\/ ms antes de empezar a escribir la siguiente\r\n\r\n  function type() {\r\n    const current = frases[index];\r\n\r\n    if (!deleting) {\r\n      charIndex++;\r\n      \/\/ actualizar todos los elementos al mismo tiempo (sincronizados)\r\n      elements.forEach(el => el.querySelector('.ct-text').textContent = current.substring(0, charIndex));\r\n\r\n      if (charIndex >= current.length) {\r\n        \/\/ pausa antes de borrar\r\n        setTimeout(() => { deleting = true; type(); }, pauseAfterTyping);\r\n        return;\r\n      }\r\n    } else {\r\n      charIndex--;\r\n      elements.forEach(el => el.querySelector('.ct-text').textContent = current.substring(0, charIndex));\r\n\r\n      if (charIndex <= 0) {\r\n        deleting = false;\r\n        index = (index + 1) % frases.length;\r\n        setTimeout(type, pauseAfterDeleting);\r\n        return;\r\n      }\r\n    }\r\n\r\n    setTimeout(type, deleting ? deletingSpeed : typingSpeed);\r\n  }\r\n\r\n  type();\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-34e8471 elementor-widget elementor-widget-heading\" data-id=\"34e8471\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span class=\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\" style=\"font-weight: 400\">Selecciona el seguro a cotizar, ahorra y <br>recibe <\/span><span class=\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\" style=\"font-weight: 400\"><font color=\"#005eff\">cashback<\/font><\/span>\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-646349a e-con-full e-flex e-con e-parent\" data-id=\"646349a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0de4939 elementor-widget elementor-widget-html\" data-id=\"0de4939\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n    <style>\r\n        .contenedor {\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n        }\r\n\r\n        .boton-con-icono {\r\n            width: 165px;\r\n            height: 150px;\r\n            border: 2px solid #005eff; \r\n            border-radius: 10px; \r\n            display: flex;\r\n            flex-direction: column;\r\n            align-items: center;\r\n            justify-content: center;\r\n            text-align: center;\r\n            font-family: Arial, sans-serif;\r\n            text-decoration: none; \r\n            background-color: rgba(255,255,255,0.9); \r\n            color: black; \r\n            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); \r\n            transition: transform 0.2s ease;\r\n        }\r\n\r\n        .boton-con-icono:hover {\r\n            transform: scale(1.05); \/* Efecto de zoom al pasar el mouse *\/\r\n        }\r\n\r\n        .boton-con-icono img {\r\n            width: 100px;\r\n            height: auto;\r\n            margin-bottom: 0px;\r\n        }\r\n\r\n        .boton-con-icono p {\r\n            font-size: 24px;\r\n            font-weight: bold;\r\n        }\r\n    <\/style>\r\n    <title>Bot\u00f3n centrado con icono<\/title>\r\n<\/head>\r\n<body>\r\n\r\n<!-- Contenedor para centrar el bot\u00f3n -->\r\n<div class=\"contenedor\">\r\n    <a href=\"https:\/\/app.amparate.co\/Amparate\/Cotizaciones\/Cotizar\/Formulario?IdRamo=142\" class=\"boton-con-icono\">\r\n        <p style=\"font-weight: normal;\">Seguro<\/p>\r\n        <p style=\"margin-top: -20px;\">Obligatorio<\/p>\r\n        <br>\r\n        <img decoding=\"async\" style=\"width: 100px; height: 100px; margin-bottom: 20px; margin-top: -70px;\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/seguro-obligatorio.png\" alt=\"Icono de motos\">\r\n        <p style=\"font-weight: normal; font-size: 14px; margin-top: -50px\">Con descuento por ley<\/p>\r\n        \r\n    <\/a>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8e253ed elementor-widget elementor-widget-html\" data-id=\"8e253ed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n    <title>Bot\u00f3n centrado con icono<\/title>\r\n<\/head>\r\n<body>\r\n\r\n<!-- Contenedor para centrar el bot\u00f3n -->\r\n<div class=\"contenedor\">\r\n    <a href=\"https:\/\/app.amparate.co\/Amparate\/Cotizaciones\/Cotizar\/Formulario?IdRamo=119\" class=\"boton-con-icono\">\r\n        <p style=\"font-weight: normal; margin-bottom: -30px; margin-top: 10px\">\r\n        Seguro de<\/p>\r\n        <br>\r\n        <p style=\"margin-bottom: -40px\">Autos<\/p>\r\n        <br>\r\n        <img decoding=\"async\" style=\"\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/seguro-autos.png\" alt=\"Icono de autos\">\r\n        \r\n    <\/a>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b80532 elementor-widget elementor-widget-html\" data-id=\"1b80532\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n    <title>Bot\u00f3n centrado con icono<\/title>\r\n<\/head>\r\n<body>\r\n\r\n<!-- Contenedor para centrar el bot\u00f3n -->\r\n<div class=\"contenedor\">\r\n    <a href=\"https:\/\/app.amparate.co\/Amparate\/Cotizaciones\/Cotizar\/Formulario?IdRamo=141\" class=\"boton-con-icono\">\r\n        <p style=\"font-weight: normal; margin-top: 50px;\">Seguro de<\/p>\r\n        <p style=\"margin-top: -20px;\">Motos<\/p>\r\n        <br>\r\n        <img decoding=\"async\" style=\"width: 90px; height: 90px; margin-bottom: 45px; margin-top: -50px;\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/seguro-motos.png\" alt=\"Icono de motos\">\r\n        \r\n    <\/a>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9c9d237 elementor-widget elementor-widget-html\" data-id=\"9c9d237\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n    <title>Bot\u00f3n centrado con icono<\/title>\r\n<\/head>\r\n<body>\r\n\r\n<!-- Contenedor para centrar el bot\u00f3n -->\r\n<div class=\"contenedor\">\r\n    <a href=\"https:\/\/sxkm.co\/?intermediario:203337\" class=\"boton-con-icono\">\r\n        <p style=\"font-weight: normal; margin-top: 45px;\">Seguro para<\/p>\r\n        <p style=\"margin-top: -20px;\">Autos x Km<\/p>\r\n        <br>\r\n        <img decoding=\"async\" style=\"width: 120px; height: 120px; margin-bottom: 30px; margin-top: -70px;\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/seguro-km.png\" alt=\"Icono de motos\">\r\n        \r\n    <\/a>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-486dea2 elementor-widget elementor-widget-html\" data-id=\"486dea2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n    <title>Bot\u00f3n centrado con icono<\/title>\r\n<\/head>\r\n<body>\r\n\r\n<!-- Contenedor para centrar el bot\u00f3n -->\r\n<div class=\"contenedor\">\r\n    <a href=\"http:\/\/wa.me\/+573106849024\" class=\"boton-con-icono\">\r\n        <p style=\"font-weight: normal; margin-top: 25px;\">Seguro de<\/p>\r\n        <p style=\"margin-top: -20px;\">Salud<\/p>\r\n        <br>\r\n        <img decoding=\"async\" style=\"width: 70px; height: 70px; margin-bottom: 30px; margin-top: -40px;\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/salud.png\" alt=\"Icono de motos\">\r\n        \r\n    <\/a>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-57844b9 e-con-full e-flex e-con e-parent\" data-id=\"57844b9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-34225fe elementor-widget elementor-widget-html\" data-id=\"34225fe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n    <title>Bot\u00f3n centrado con icono<\/title>\r\n<\/head>\r\n<body>\r\n\r\n<!-- Contenedor para centrar el bot\u00f3n -->\r\n<div class=\"contenedor\">\r\n    <a href=\"https:\/\/amparate.financiakarz.com\/\" class=\"boton-con-icono\">\r\n        <p style=\"font-weight: normal; margin-bottom: -30px; margin-top: 10px\">\r\n        Cr\u00e9dito para<\/p>\r\n        <br>\r\n        <p style=\"margin-bottom: -40px\">Autos<\/p>\r\n        <br>\r\n        <img decoding=\"async\" style=\"\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/11\/37.png\" alt=\"Icono de autos\">\r\n        \r\n    <\/a>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e5601d elementor-widget elementor-widget-html\" data-id=\"4e5601d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n    <title>Bot\u00f3n centrado con icono<\/title>\r\n<\/head>\r\n<body>\r\n\r\n<!-- Contenedor para centrar el bot\u00f3n -->\r\n<div class=\"contenedor\">\r\n    <a href=\"http:\/\/wa.me\/+573106849024\" class=\"boton-con-icono\">\r\n        <p style=\"font-weight: normal; margin-top: 35px;\">Seguro de<\/p>\r\n        <p style=\"margin-top: -20px;\">Viaje<\/p>\r\n        <br>\r\n        <img decoding=\"async\" style=\"width: 70px; height: 70px; margin-bottom: 45px; margin-top: -35px;\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/viaje.png\" alt=\"Icono de motos\">\r\n        \r\n    <\/a>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e83485a elementor-widget elementor-widget-html\" data-id=\"e83485a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n    <title>Bot\u00f3n centrado con icono<\/title>\r\n<\/head>\r\n<body>\r\n\r\n<!-- Contenedor para centrar el bot\u00f3n -->\r\n<div class=\"contenedor\">\r\n    <a href=\"https:\/\/app.amparate.co\/AmparateTest\/Cotizaciones\/Cotizar\/Formulario?IdRamo=137\" class=\"boton-con-icono\">\r\n        <p style=\"font-weight: normal; margin-top: 30px;\">Seguro de<\/p>\r\n        <p style=\"margin-top: -20px;\">Arriendo<\/p>\r\n        <br>\r\n        <img decoding=\"async\" style=\"width: 85px; height: 85px; margin-bottom: 30px; margin-top: -50px;\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/seguro-arriendo.png\" alt=\"Icono de motos\">\r\n        \r\n    <\/a>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-75839e1 elementor-widget elementor-widget-html\" data-id=\"75839e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n    <title>Bot\u00f3n centrado con icono<\/title>\r\n<\/head>\r\n<body>\r\n\r\n<!-- Contenedor para centrar el bot\u00f3n -->\r\n<div class=\"contenedor\">\r\n    <a href=\"http:\/\/wa.me\/+573106849024\" class=\"boton-con-icono\">\r\n        <p style=\"font-weight: normal; margin-top: 45px;\">Mejorar<\/p>\r\n        <p style=\"margin-top: -20px;\">Mi P\u00f3liza<\/p>\r\n        <br>\r\n        <img decoding=\"async\" style=\"width: 70px; height: 70px; margin-bottom: 46px; margin-top: -40px;\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/11\/36.png\" alt=\"Icono de motos\">\r\n        \r\n    <\/a>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-13fbe91 elementor-widget elementor-widget-html\" data-id=\"13fbe91\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n    <title>Bot\u00f3n centrado con icono<\/title>\r\n<\/head>\r\n<body>\r\n\r\n<!-- Contenedor para centrar el bot\u00f3n -->\r\n<div class=\"contenedor\">\r\n    <a href=\"https:\/\/amparate.co\/?page_id=933\" class=\"boton-con-icono\">\r\n        <p style=\"font-weight: normal; margin-top: 30px; font-size: 21px\">Encuentra m\u00e1s<\/p>\r\n        <p style=\"margin-top: -20px; \">Seguros<\/p>\r\n        <br>\r\n        <img decoding=\"async\" style=\"width: 85px; height: 85px; margin-bottom: 30px; margin-top: -50px;\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/mas-seguros.png\" alt=\"Icono de motos\">\r\n        \r\n    <\/a>\r\n<\/div>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6ee407a7 elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6ee407a7\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-11bf9dca\" data-id=\"11bf9dca\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6904674 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"6904674\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-14086dbe elementor-widget elementor-widget-heading\" data-id=\"14086dbe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Cuidamos de ti y tus finanzas<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2a09ee72 elementor-widget elementor-widget-heading\" data-id=\"2a09ee72\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tu plataforma de seguros \u201cTodo en uno\u201d<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8e3806a elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8e3806a\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-86ae02f\" data-id=\"86ae02f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-28aca4b elementor-widget elementor-widget-heading\" data-id=\"28aca4b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Cuidamos de ti y tus finanzas<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a3e6e8f elementor-widget elementor-widget-heading\" data-id=\"a3e6e8f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tu plataforma de seguros \u201cTodo en uno\u201d<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-449723df elementor-section-content-middle elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"449723df\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-66558c19\" data-id=\"66558c19\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-755fd48d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"755fd48d\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-4143374\" data-id=\"4143374\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5b6ca6cb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5b6ca6cb\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-341925d3\" data-id=\"341925d3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7564e308 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"7564e308\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-mobile-alt\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M272 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM160 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm112-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v312z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ab6d1fa elementor-widget elementor-widget-heading\" data-id=\"1ab6d1fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">100% digital<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-73f13d21 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"73f13d21\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-1cdd1fe6\" data-id=\"1cdd1fe6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-41a05278 elementor-widget elementor-widget-text-editor\" data-id=\"41a05278\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Tecnolog\u00eda para adquirir un seguro r\u00e1pido, simple, intuitivo y digital.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-59e4466e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"59e4466e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-3e5a2f4b\" data-id=\"3e5a2f4b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-46ff7e14 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"46ff7e14\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-219ddf10\" data-id=\"219ddf10\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-20c2f762 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"20c2f762\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"500\" viewBox=\"0 0 375 374.999991\" height=\"500\" preserveAspectRatio=\"xMidYMid meet\"><path fill=\"#005eff\" d=\"M 236.585938 18.132812 C 233.730469 18.03125 230.84375 18.617188 228.3125 19.855469 L 186.648438 40.238281 L 144.953125 19.855469 C 136.789062 15.871094 126.988281 19.023438 122.652344 26.96875 L 100.082031 68.367188 L 54.382812 76.375 C 45.472656 77.933594 39.367188 86.257812 40.519531 95.238281 L 46.574219 141.996094 L 14.308594 175.316406 C 8.007812 181.824219 7.960938 192.15625 14.175781 198.746094 L 46.574219 232.996094 L 40.089844 278.929688 C 38.816406 287.90625 44.828125 296.277344 53.722656 297.957031 L 100.082031 306.625 L 121.824219 347.59375 C 126.058594 355.605469 135.792969 358.871094 144.027344 354.972656 L 186.617188 334.753906 L 186.648438 334.753906 L 228.3125 355.136719 C 230.703125 356.308594 233.234375 356.859375 235.726562 356.859375 C 241.757812 356.859375 247.566406 353.664062 250.617188 348.054688 L 273.183594 306.660156 L 318.882812 298.617188 C 327.796875 297.058594 333.902344 288.734375 332.75 279.753906 L 326.726562 233.03125 L 358.957031 199.671875 C 365.261719 193.167969 365.308594 182.867188 359.089844 176.277344 L 326.726562 141.996094 L 333.210938 96.0625 C 334.484375 87.085938 328.441406 78.714844 319.546875 77.035156 L 273.21875 68.367188 L 251.476562 27.398438 C 250.019531 24.65625 247.351562 22.042969 244.691406 20.449219 C 242.261719 19.007812 239.441406 18.234375 236.585938 18.132812 Z M 228.941406 57.214844 L 247.140625 91.5625 C 249.597656 96.1875 254.035156 99.402344 259.1875 100.300781 L 297.375 107.347656 L 292.015625 145.46875 C 291.285156 150.636719 292.9375 155.855469 296.582031 159.601562 L 323.320312 187.761719 L 302.339844 209.46875 L 296.582031 215.425781 C 292.953125 219.167969 291.285156 224.386719 292.015625 229.554688 L 297.078125 268.039062 L 259.1875 274.691406 C 254.035156 275.605469 249.632812 278.820312 247.175781 283.429688 L 228.644531 317.613281 L 194.0625 300.703125 C 191.726562 299.566406 189.191406 298.980469 186.648438 298.980469 C 184.109375 298.980469 181.558594 299.550781 179.203125 300.703125 L 144.160156 317.445312 L 126.125 283.429688 C 123.667969 278.804688 119.265625 275.589844 114.113281 274.691406 L 75.925781 267.644531 L 81.285156 229.589844 C 82.03125 224.402344 80.347656 219.171875 76.6875 215.390625 L 49.949219 187.265625 L 76.6875 159.632812 C 80.328125 155.855469 82.03125 150.621094 81.285156 145.4375 L 76.191406 106.953125 L 114.113281 100.300781 C 119.246094 99.402344 123.667969 96.1875 126.125 91.5625 L 144.625 57.378906 L 179.203125 74.289062 C 183.898438 76.578125 189.371094 76.578125 194.0625 74.289062 Z M 227.351562 112.113281 L 125.628906 247.625 L 145.949219 262.878906 L 247.671875 127.367188 Z M 144.292969 119.722656 C 130.265625 119.722656 118.878906 131.109375 118.878906 145.140625 C 118.878906 159.167969 130.265625 170.554688 144.292969 170.554688 C 158.320312 170.554688 169.707031 159.167969 169.707031 145.140625 C 169.707031 131.109375 158.320312 119.722656 144.292969 119.722656 Z M 229.007812 204.4375 C 214.980469 204.4375 203.59375 215.824219 203.59375 229.851562 C 203.59375 243.882812 214.980469 255.265625 229.007812 255.265625 C 243.035156 255.265625 254.421875 243.882812 254.421875 229.851562 C 254.421875 215.824219 243.035156 204.4375 229.007812 204.4375 Z M 229.007812 204.4375 \" fill-opacity=\"1\" fill-rule=\"nonzero\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8482d94 elementor-widget elementor-widget-heading\" data-id=\"8482d94\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A tu alcance<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7dbc0096 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7dbc0096\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-60df9278\" data-id=\"60df9278\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-135145a0 elementor-widget elementor-widget-text-editor\" data-id=\"135145a0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Seguros personalizables y a precios inigualables con las mejores aseguradoras.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-6979279c\" data-id=\"6979279c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-433c3e6a elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"433c3e6a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"875\" height=\"875\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/finanzas.png\" class=\"attachment-full size-full wp-image-886\" alt=\"\" srcset=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/finanzas.png 875w, https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/finanzas-300x300.png 300w, https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/finanzas-150x150.png 150w, https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/finanzas-768x768.png 768w\" sizes=\"(max-width: 875px) 100vw, 875px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-19146475\" data-id=\"19146475\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-2d033195 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2d033195\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-4067d9fe\" data-id=\"4067d9fe\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1f28f5c2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1f28f5c2\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-f6e5156\" data-id=\"f6e5156\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-425c6e71 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"425c6e71\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 50 50\" xml:space=\"preserve\"><path fill=\"#005EFF\" d=\"M14.1,26.3c0,0.8,0.1,1.7-0.1,2.6c-0.2,1.3-1,2.1-2.2,2.4c-1.2,0.3-2.3,0-3.1-0.9c-0.3-0.3-0.5-0.5-0.9-0.5 c-1.9-0.3-3.1-1.7-3.3-3.6c-0.1-1.4,0.7-3.1,2.5-3.8c0.3-0.1,0.3-0.3,0.3-0.5c-0.1-1.9,0.1-3.7,0.6-5.5c0.9-3.2,2.6-6,5-8.3 c2.7-2.5,5.9-4.1,9.5-4.5C28,2.9,32.8,4.4,36.9,8.1c2.9,2.7,4.8,6,5.5,9.8c0.2,1.3,0.3,2.6,0.3,3.9c0,0.3,0.1,0.5,0.4,0.6 c1.6,0.6,2.5,2.3,2.4,3.8c-0.1,2.1-1.7,3.4-3.2,3.6c-0.4,0.1-0.4,0.3-0.5,0.6c-0.5,2.8-1.6,5.3-3.3,7.5c-2.7,3.5-6.2,5.6-10.6,6.4 c-0.2,0-0.3,0.1-0.4,0.2c-0.6,1-1.5,1.4-2.6,1.7c-1.8,0.5-3.6,0.4-5.2-0.5c-0.7-0.4-1.3-0.8-1.5-1.7c-0.2-0.9,0.3-1.5,1-2 c0.9-0.7,1.9-0.9,3-1c1.3-0.1,2.7,0.1,3.9,0.7c0.4,0.2,0.8,0.5,1.1,0.8c0.1,0.2,0.3,0.2,0.5,0.2c2.4-0.4,4.5-1.4,6.4-2.8 c2.7-2,4.6-4.7,5.6-7.9c0-0.1,0.1-0.2,0.1-0.3c0.1-0.4,0.1-0.4-0.3-0.4c-2,0.3-3.6-1.1-3.7-3.1c0-1.5,0-3,0-4.4c0-2,1.6-3.4,3.6-3.1 c0.3,0,0.4,0,0.4-0.4c-0.2-3.3-1.3-6.3-3.5-8.8c-2.3-2.7-5.1-4.4-8.6-5.1c-3.4-0.6-6.6-0.2-9.7,1.4c-4.3,2.3-6.9,5.9-7.8,10.7 c-0.1,0.6-0.1,1.2-0.2,1.7c0,0.3,0.1,0.4,0.4,0.3c1.3-0.2,2.4,0.3,3.1,1.4c0.3,0.5,0.5,1,0.5,1.6C14.1,24.5,14.1,25.3,14.1,26.3\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-59349c7f elementor-widget elementor-widget-heading\" data-id=\"59349c7f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Gran servicio<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-2acf9fb2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2acf9fb2\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-52335c5e\" data-id=\"52335c5e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f9f5f37 elementor-widget elementor-widget-text-editor\" data-id=\"f9f5f37\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Amar\u00e1s el buen servicio y la calidad humana de todos nuestros asesores.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1df683e5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1df683e5\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-6753c2cd\" data-id=\"6753c2cd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3d531a89 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3d531a89\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-4e276a59\" data-id=\"4e276a59\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-62b91ba8 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"62b91ba8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"500\" viewBox=\"0 0 375 374.999991\" height=\"500\" preserveAspectRatio=\"xMidYMid meet\"><path fill=\"#005eff\" d=\"M 205.5625 229.03125 C 206.453125 223.488281 204.757812 216.210938 197.347656 212.394531 L 163.90625 195.1875 C 146 185.964844 136.46875 166.40625 140.191406 146.503906 C 143.714844 127.652344 157.71875 114.023438 176.1875 110.820312 L 176.1875 103.007812 C 176.1875 94.808594 182.835938 88.164062 191.027344 88.164062 C 199.222656 88.164062 205.871094 94.808594 205.871094 103.007812 L 205.871094 114.125 C 219.058594 119.433594 229.804688 129.621094 235.675781 143.132812 C 238.941406 150.652344 235.492188 159.390625 227.972656 162.664062 C 220.46875 165.945312 211.71875 162.484375 208.445312 154.960938 C 204.058594 144.863281 193.652344 138.742188 182.816406 139.730469 C 172.226562 140.851562 169.859375 149.375 169.375 151.964844 C 168.332031 157.539062 169.914062 164.890625 177.492188 168.785156 L 210.9375 185.996094 C 228.660156 195.125 238.0625 213.859375 234.882812 233.722656 C 232.214844 250.390625 221.132812 263.390625 205.871094 268.597656 L 205.871094 276.859375 C 205.871094 285.058594 199.226562 291.703125 191.027344 291.703125 C 182.835938 291.703125 176.1875 285.058594 176.1875 276.859375 L 176.1875 269.414062 C 159.9375 265.320312 146.027344 254.039062 139.058594 238.007812 C 135.792969 230.488281 139.242188 221.746094 146.761719 218.480469 C 154.28125 215.199219 163.023438 218.664062 166.292969 226.179688 C 170.679688 236.265625 181.039062 242.347656 191.921875 241.402344 C 192.539062 241.351562 193.128906 241.277344 193.707031 241.1875 C 203.148438 239.675781 205.167969 231.5 205.5625 229.03125 Z M 309.742188 66.855469 C 248.183594 5.292969 151.550781 0.101562 83.792969 50.816406 L 69.882812 36.90625 C 62.023438 29.042969 48.554688 33.691406 47.21875 44.730469 L 39.574219 107.914062 C 38.535156 116.507812 45.820312 123.792969 54.414062 122.753906 L 117.589844 115.109375 C 128.628906 113.773438 133.277344 100.304688 125.417969 92.445312 L 112.148438 79.175781 C 168.242188 40.859375 247.164062 49.84375 292.230469 106.605469 C 330.34375 154.609375 330.25 224.363281 292.023438 272.28125 C 241.488281 335.621094 148.507812 339.457031 92.832031 283.777344 C 60.265625 251.207031 48.195312 205.902344 56.386719 163.773438 C 56.984375 160.691406 54.734375 157.824219 51.59375 157.824219 L 21.425781 157.824219 C 18.988281 157.824219 16.851562 159.59375 16.46875 162.003906 C 6.808594 222.71875 29.378906 287.59375 84.382812 328.652344 C 146.542969 375.058594 234.222656 373.453125 294.851562 325.070312 C 376.9375 259.5625 381.902344 139.023438 309.742188 66.855469 Z M 309.742188 66.855469 \" fill-opacity=\"1\" fill-rule=\"nonzero\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1f734411 elementor-widget elementor-widget-heading\" data-id=\"1f734411\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Con cashback<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-56f66149 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"56f66149\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-63d3f830\" data-id=\"63d3f830\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1bd102d1 elementor-widget elementor-widget-text-editor\" data-id=\"1bd102d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span class=\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\">Recibe cashback al emitir seguros en nuestra plataforma y ahorra dinero<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-56095d5 elementor-section-content-middle elementor-hidden-desktop elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"56095d5\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-5701efc\" data-id=\"5701efc\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-2f07725 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2f07725\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-af2145a\" data-id=\"af2145a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5f6c49b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5f6c49b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-6b15ef3\" data-id=\"6b15ef3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e65f4fa elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"e65f4fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-mobile-alt\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M272 0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM160 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm112-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v312z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bdbea46 elementor-widget elementor-widget-heading\" data-id=\"bdbea46\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">100% digital<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e712e57 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e712e57\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-4f5b8c2\" data-id=\"4f5b8c2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ef83d68 elementor-widget elementor-widget-text-editor\" data-id=\"ef83d68\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Tecnolog\u00eda para adquirir un seguro r\u00e1pido, simple, intuitivo y digital.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-197e077 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"197e077\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-7c82ed1\" data-id=\"7c82ed1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-203eae8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"203eae8\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-b62bbbd\" data-id=\"b62bbbd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2ed9977 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"2ed9977\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"500\" viewBox=\"0 0 375 374.999991\" height=\"500\" preserveAspectRatio=\"xMidYMid meet\"><path fill=\"#005eff\" d=\"M 236.585938 18.132812 C 233.730469 18.03125 230.84375 18.617188 228.3125 19.855469 L 186.648438 40.238281 L 144.953125 19.855469 C 136.789062 15.871094 126.988281 19.023438 122.652344 26.96875 L 100.082031 68.367188 L 54.382812 76.375 C 45.472656 77.933594 39.367188 86.257812 40.519531 95.238281 L 46.574219 141.996094 L 14.308594 175.316406 C 8.007812 181.824219 7.960938 192.15625 14.175781 198.746094 L 46.574219 232.996094 L 40.089844 278.929688 C 38.816406 287.90625 44.828125 296.277344 53.722656 297.957031 L 100.082031 306.625 L 121.824219 347.59375 C 126.058594 355.605469 135.792969 358.871094 144.027344 354.972656 L 186.617188 334.753906 L 186.648438 334.753906 L 228.3125 355.136719 C 230.703125 356.308594 233.234375 356.859375 235.726562 356.859375 C 241.757812 356.859375 247.566406 353.664062 250.617188 348.054688 L 273.183594 306.660156 L 318.882812 298.617188 C 327.796875 297.058594 333.902344 288.734375 332.75 279.753906 L 326.726562 233.03125 L 358.957031 199.671875 C 365.261719 193.167969 365.308594 182.867188 359.089844 176.277344 L 326.726562 141.996094 L 333.210938 96.0625 C 334.484375 87.085938 328.441406 78.714844 319.546875 77.035156 L 273.21875 68.367188 L 251.476562 27.398438 C 250.019531 24.65625 247.351562 22.042969 244.691406 20.449219 C 242.261719 19.007812 239.441406 18.234375 236.585938 18.132812 Z M 228.941406 57.214844 L 247.140625 91.5625 C 249.597656 96.1875 254.035156 99.402344 259.1875 100.300781 L 297.375 107.347656 L 292.015625 145.46875 C 291.285156 150.636719 292.9375 155.855469 296.582031 159.601562 L 323.320312 187.761719 L 302.339844 209.46875 L 296.582031 215.425781 C 292.953125 219.167969 291.285156 224.386719 292.015625 229.554688 L 297.078125 268.039062 L 259.1875 274.691406 C 254.035156 275.605469 249.632812 278.820312 247.175781 283.429688 L 228.644531 317.613281 L 194.0625 300.703125 C 191.726562 299.566406 189.191406 298.980469 186.648438 298.980469 C 184.109375 298.980469 181.558594 299.550781 179.203125 300.703125 L 144.160156 317.445312 L 126.125 283.429688 C 123.667969 278.804688 119.265625 275.589844 114.113281 274.691406 L 75.925781 267.644531 L 81.285156 229.589844 C 82.03125 224.402344 80.347656 219.171875 76.6875 215.390625 L 49.949219 187.265625 L 76.6875 159.632812 C 80.328125 155.855469 82.03125 150.621094 81.285156 145.4375 L 76.191406 106.953125 L 114.113281 100.300781 C 119.246094 99.402344 123.667969 96.1875 126.125 91.5625 L 144.625 57.378906 L 179.203125 74.289062 C 183.898438 76.578125 189.371094 76.578125 194.0625 74.289062 Z M 227.351562 112.113281 L 125.628906 247.625 L 145.949219 262.878906 L 247.671875 127.367188 Z M 144.292969 119.722656 C 130.265625 119.722656 118.878906 131.109375 118.878906 145.140625 C 118.878906 159.167969 130.265625 170.554688 144.292969 170.554688 C 158.320312 170.554688 169.707031 159.167969 169.707031 145.140625 C 169.707031 131.109375 158.320312 119.722656 144.292969 119.722656 Z M 229.007812 204.4375 C 214.980469 204.4375 203.59375 215.824219 203.59375 229.851562 C 203.59375 243.882812 214.980469 255.265625 229.007812 255.265625 C 243.035156 255.265625 254.421875 243.882812 254.421875 229.851562 C 254.421875 215.824219 243.035156 204.4375 229.007812 204.4375 Z M 229.007812 204.4375 \" fill-opacity=\"1\" fill-rule=\"nonzero\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c8c838a elementor-widget elementor-widget-heading\" data-id=\"c8c838a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A tu alcance<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-63b938c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"63b938c\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-11f9d5e\" data-id=\"11f9d5e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ace743b elementor-widget elementor-widget-text-editor\" data-id=\"ace743b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Seguros personalizables y a precios inigualables con las mejores aseguradoras.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-23a25b3\" data-id=\"23a25b3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dbcf1aa elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"dbcf1aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"2520\" height=\"2560\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/2-scaled-2.jpg\" class=\"attachment-full size-full wp-image-85\" alt=\"\" srcset=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/2-scaled-2.jpg 2520w, https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/2-scaled-2-295x300.jpg 295w, https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/2-scaled-2-1008x1024.jpg 1008w, https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/2-scaled-2-768x780.jpg 768w, https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/2-scaled-2-1512x1536.jpg 1512w, https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/2-scaled-2-2016x2048.jpg 2016w\" sizes=\"(max-width: 2520px) 100vw, 2520px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-3e662d8\" data-id=\"3e662d8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-c8f6aa5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c8f6aa5\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-46463d6\" data-id=\"46463d6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-0842650 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0842650\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-7d359c6\" data-id=\"7d359c6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8b4415f elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"8b4415f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Layer_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 50 50\" xml:space=\"preserve\"><path fill=\"#005EFF\" d=\"M14.1,26.3c0,0.8,0.1,1.7-0.1,2.6c-0.2,1.3-1,2.1-2.2,2.4c-1.2,0.3-2.3,0-3.1-0.9c-0.3-0.3-0.5-0.5-0.9-0.5 c-1.9-0.3-3.1-1.7-3.3-3.6c-0.1-1.4,0.7-3.1,2.5-3.8c0.3-0.1,0.3-0.3,0.3-0.5c-0.1-1.9,0.1-3.7,0.6-5.5c0.9-3.2,2.6-6,5-8.3 c2.7-2.5,5.9-4.1,9.5-4.5C28,2.9,32.8,4.4,36.9,8.1c2.9,2.7,4.8,6,5.5,9.8c0.2,1.3,0.3,2.6,0.3,3.9c0,0.3,0.1,0.5,0.4,0.6 c1.6,0.6,2.5,2.3,2.4,3.8c-0.1,2.1-1.7,3.4-3.2,3.6c-0.4,0.1-0.4,0.3-0.5,0.6c-0.5,2.8-1.6,5.3-3.3,7.5c-2.7,3.5-6.2,5.6-10.6,6.4 c-0.2,0-0.3,0.1-0.4,0.2c-0.6,1-1.5,1.4-2.6,1.7c-1.8,0.5-3.6,0.4-5.2-0.5c-0.7-0.4-1.3-0.8-1.5-1.7c-0.2-0.9,0.3-1.5,1-2 c0.9-0.7,1.9-0.9,3-1c1.3-0.1,2.7,0.1,3.9,0.7c0.4,0.2,0.8,0.5,1.1,0.8c0.1,0.2,0.3,0.2,0.5,0.2c2.4-0.4,4.5-1.4,6.4-2.8 c2.7-2,4.6-4.7,5.6-7.9c0-0.1,0.1-0.2,0.1-0.3c0.1-0.4,0.1-0.4-0.3-0.4c-2,0.3-3.6-1.1-3.7-3.1c0-1.5,0-3,0-4.4c0-2,1.6-3.4,3.6-3.1 c0.3,0,0.4,0,0.4-0.4c-0.2-3.3-1.3-6.3-3.5-8.8c-2.3-2.7-5.1-4.4-8.6-5.1c-3.4-0.6-6.6-0.2-9.7,1.4c-4.3,2.3-6.9,5.9-7.8,10.7 c-0.1,0.6-0.1,1.2-0.2,1.7c0,0.3,0.1,0.4,0.4,0.3c1.3-0.2,2.4,0.3,3.1,1.4c0.3,0.5,0.5,1,0.5,1.6C14.1,24.5,14.1,25.3,14.1,26.3\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7080a50 elementor-widget elementor-widget-heading\" data-id=\"7080a50\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Gran servicio<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-0bcf1be elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0bcf1be\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c8cc336\" data-id=\"c8cc336\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9fd1e4b elementor-widget elementor-widget-text-editor\" data-id=\"9fd1e4b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Amar\u00e1s el buen servicio y la calidad humana de todos nuestros asesores.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-032d80a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"032d80a\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ebfc10e\" data-id=\"ebfc10e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4edee54 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4edee54\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-9261886\" data-id=\"9261886\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cda20a2 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"cda20a2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"500\" viewBox=\"0 0 375 374.999991\" height=\"500\" preserveAspectRatio=\"xMidYMid meet\"><path fill=\"#005eff\" d=\"M 205.5625 229.03125 C 206.453125 223.488281 204.757812 216.210938 197.347656 212.394531 L 163.90625 195.1875 C 146 185.964844 136.46875 166.40625 140.191406 146.503906 C 143.714844 127.652344 157.71875 114.023438 176.1875 110.820312 L 176.1875 103.007812 C 176.1875 94.808594 182.835938 88.164062 191.027344 88.164062 C 199.222656 88.164062 205.871094 94.808594 205.871094 103.007812 L 205.871094 114.125 C 219.058594 119.433594 229.804688 129.621094 235.675781 143.132812 C 238.941406 150.652344 235.492188 159.390625 227.972656 162.664062 C 220.46875 165.945312 211.71875 162.484375 208.445312 154.960938 C 204.058594 144.863281 193.652344 138.742188 182.816406 139.730469 C 172.226562 140.851562 169.859375 149.375 169.375 151.964844 C 168.332031 157.539062 169.914062 164.890625 177.492188 168.785156 L 210.9375 185.996094 C 228.660156 195.125 238.0625 213.859375 234.882812 233.722656 C 232.214844 250.390625 221.132812 263.390625 205.871094 268.597656 L 205.871094 276.859375 C 205.871094 285.058594 199.226562 291.703125 191.027344 291.703125 C 182.835938 291.703125 176.1875 285.058594 176.1875 276.859375 L 176.1875 269.414062 C 159.9375 265.320312 146.027344 254.039062 139.058594 238.007812 C 135.792969 230.488281 139.242188 221.746094 146.761719 218.480469 C 154.28125 215.199219 163.023438 218.664062 166.292969 226.179688 C 170.679688 236.265625 181.039062 242.347656 191.921875 241.402344 C 192.539062 241.351562 193.128906 241.277344 193.707031 241.1875 C 203.148438 239.675781 205.167969 231.5 205.5625 229.03125 Z M 309.742188 66.855469 C 248.183594 5.292969 151.550781 0.101562 83.792969 50.816406 L 69.882812 36.90625 C 62.023438 29.042969 48.554688 33.691406 47.21875 44.730469 L 39.574219 107.914062 C 38.535156 116.507812 45.820312 123.792969 54.414062 122.753906 L 117.589844 115.109375 C 128.628906 113.773438 133.277344 100.304688 125.417969 92.445312 L 112.148438 79.175781 C 168.242188 40.859375 247.164062 49.84375 292.230469 106.605469 C 330.34375 154.609375 330.25 224.363281 292.023438 272.28125 C 241.488281 335.621094 148.507812 339.457031 92.832031 283.777344 C 60.265625 251.207031 48.195312 205.902344 56.386719 163.773438 C 56.984375 160.691406 54.734375 157.824219 51.59375 157.824219 L 21.425781 157.824219 C 18.988281 157.824219 16.851562 159.59375 16.46875 162.003906 C 6.808594 222.71875 29.378906 287.59375 84.382812 328.652344 C 146.542969 375.058594 234.222656 373.453125 294.851562 325.070312 C 376.9375 259.5625 381.902344 139.023438 309.742188 66.855469 Z M 309.742188 66.855469 \" fill-opacity=\"1\" fill-rule=\"nonzero\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e842ed6 elementor-widget elementor-widget-heading\" data-id=\"e842ed6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Con cashback<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1fb9407 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1fb9407\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-3783738\" data-id=\"3783738\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3d1e602 elementor-widget elementor-widget-text-editor\" data-id=\"3d1e602\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span class=\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\">Recibe cashback al emitir seguros en nuestra plataforma y ahorra dinero<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-24ffc318 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"24ffc318\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-41eb1039\" data-id=\"41eb1039\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2730d0bf elementor-widget elementor-widget-heading\" data-id=\"2730d0bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Nuestros aliados<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6e277e57 elementor-widget elementor-widget-heading\" data-id=\"6e277e57\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Nos asociamos con compa\u00f1\u00edas queridas <br>por los colombianos <\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-e08d16f elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"e08d16f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c748cd elementor-widget elementor-widget-html\" data-id=\"5c748cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- Fila superior -->\r\n<div class=\"logos-section\">\r\n  <div class=\"logos-row move-left\">\r\n        <div class=\"logos-track\" data-duplicate=\"\">\r\n            <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/axa-1.png\" alt=\"\" style= \"height: 2.5rem;\">\r\n            <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/solidaria-1.png\" alt=\"\" style= \"height: 3rem;\">\r\n            <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/seguros-del-estado-1.png\" alt=\"\"  style= \"height: 3rem;\">\r\n            <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/hdi-1.png\" alt=\"\"  style= \"height: 2.5rem;\">\r\n            <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/mundial-1.png\" alt=\"\" style= \"height: 3rem;\">\r\n            <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/equidad-1.png\" alt=\"\"  style= \"height: 3rem;\">\r\n            <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/bolivar-1.png\" alt=\"\" style= \"height: 3rem;\">\r\n            <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/axa-1.png\" alt=\"\" style=\"height:2.5rem;\">\r\n        <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/solidaria-1.png\" alt=\"\"  style= \"height: 3rem;\">\r\n        <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/seguros-del-estado-1.png\" alt=\"\" style= \"height: 3rem;\">\r\n        <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/hdi-1.png\" alt=\"\" style= \"height: 2.5rem;\">\r\n        <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/mundial-1.png\" alt=\"\" style= \"height: 3rem;\">\r\n        <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/equidad-1.png\" alt=\"\" style= \"height: 3rem;\">\r\n        <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/bolivar-1.png\" alt=\"\" style= \"height: 3rem;\">\r\n    <\/div>\r\n    <\/div>\r\n    \r\n<div class=\"logos-row move-right\">\r\n  <div class=\"logos-track\" data-duplicate=\"\">\r\n    <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/sbs-1.png\" style=\"height: 2rem;\">\r\n    <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/colsanitas-1.png\" alt=\"\" style=\"height: 2rem;\">\r\n    <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/sura-1.png\" alt=\"\" style=\"height: 2rem;\">\r\n    <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/terrawind-e1708739495846-1.png\" alt=\"\" style=\"height: 2rem;\">\r\n    <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/mapfre-1.png\" alt=\"\" style= \"height: 3rem;\">\r\n    <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/bbva-1.png\" alt=\"\" style=\"height: 3rem;\">\r\n    <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/asiss-e1708739523406.png\" alt=\"\" style=\"height: 2rem;\">\r\n    <!-- Se repiten los mismos logos -->\r\n    <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/sbs-1.png\" alt=\"\" style=\"height: 2rem;\">\r\n    <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/colsanitas-1.png\" alt=\"\" style=\"height: 2rem;\">\r\n    <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/sura-1.png\" alt=\"\" style=\"height: 2rem;\">\r\n    <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/terrawind-e1708739495846-1.png\" alt=\"\" style=\"height: 2rem;\">\r\n    <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/mapfre-1.png\" alt=\"\" style= \"height: 3rem;\">\r\n    <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/bbva-1.png\" alt=\"\" style= \"height: 3rem;\">\r\n    <img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/asiss-e1708739523406.png\" alt=\"\" style=\"height: 3rem;\">\r\n  <\/div>\r\n<\/div>\r\n\r\n<\/div>\r\n\r\n<!-- Fila inferior -->\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e8e9e46 e-grid elementor-hidden-desktop elementor-hidden-tablet e-con-boxed e-con e-parent\" data-id=\"e8e9e46\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-965e316 elementor-widget elementor-widget-image\" data-id=\"965e316\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"402\" height=\"196\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/axa-1.png\" class=\"attachment-large size-large wp-image-86\" alt=\"\" srcset=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/axa-1.png 402w, https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/axa-1-300x146.png 300w\" sizes=\"(max-width: 402px) 100vw, 402px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fe5623e elementor-widget elementor-widget-image\" data-id=\"fe5623e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"402\" height=\"196\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/solidaria-1.png\" class=\"attachment-large size-large wp-image-87\" alt=\"\" srcset=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/solidaria-1.png 402w, https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/solidaria-1-300x146.png 300w\" sizes=\"(max-width: 402px) 100vw, 402px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3ef1a62 elementor-widget elementor-widget-image\" data-id=\"3ef1a62\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"402\" height=\"196\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/seguros-del-estado-1.png\" class=\"attachment-large size-large wp-image-88\" alt=\"\" srcset=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/seguros-del-estado-1.png 402w, https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/seguros-del-estado-1-300x146.png 300w\" sizes=\"(max-width: 402px) 100vw, 402px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-28880f7 elementor-widget elementor-widget-image\" data-id=\"28880f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"430\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/hdi-1.png\" class=\"attachment-large size-large wp-image-899\" alt=\"\" srcset=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/hdi-1.png 875w, https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/hdi-1-300x161.png 300w, https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/hdi-1-768x413.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b5a978f elementor-widget elementor-widget-image\" data-id=\"b5a978f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"402\" height=\"196\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/mundial-1.png\" class=\"attachment-large size-large wp-image-90\" alt=\"\" srcset=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/mundial-1.png 402w, https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/mundial-1-300x146.png 300w\" sizes=\"(max-width: 402px) 100vw, 402px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2536016 elementor-widget elementor-widget-image\" data-id=\"2536016\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"196\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/equidad-1.png\" class=\"attachment-large size-large wp-image-91\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-23d0355 elementor-widget elementor-widget-image\" data-id=\"23d0355\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"402\" height=\"196\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/bolivar-1.png\" class=\"attachment-large size-large wp-image-92\" alt=\"\" srcset=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/bolivar-1.png 402w, https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/bolivar-1-300x146.png 300w\" sizes=\"(max-width: 402px) 100vw, 402px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fdf9355 elementor-widget elementor-widget-image\" data-id=\"fdf9355\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"291\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/sbs-1.png\" class=\"attachment-large size-large wp-image-897\" alt=\"\" srcset=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/sbs-1.png 875w, https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/sbs-1-300x109.png 300w, https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/sbs-1-768x279.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a0b845f elementor-widget elementor-widget-image\" data-id=\"a0b845f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"227\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/colsanitas-1.png\" class=\"attachment-large size-large wp-image-896\" alt=\"\" srcset=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/colsanitas-1.png 875w, https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/colsanitas-1-300x85.png 300w, https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/colsanitas-1-768x218.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4d31b89 elementor-widget elementor-widget-image\" data-id=\"4d31b89\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"290\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/sura-1.png\" class=\"attachment-large size-large wp-image-898\" alt=\"\" srcset=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/sura-1.png 875w, https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/sura-1-300x109.png 300w, https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/sura-1-768x278.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7cb0f97 elementor-widget elementor-widget-image\" data-id=\"7cb0f97\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"402\" height=\"116\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/terrawind-e1708739495846-1.png\" class=\"attachment-large size-large wp-image-94\" alt=\"\" srcset=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/terrawind-e1708739495846-1.png 402w, https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/terrawind-e1708739495846-1-300x87.png 300w\" sizes=\"(max-width: 402px) 100vw, 402px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9b0192f elementor-widget elementor-widget-image\" data-id=\"9b0192f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"402\" height=\"196\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/mapfre-1.png\" class=\"attachment-large size-large wp-image-95\" alt=\"\" srcset=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/mapfre-1.png 402w, https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/mapfre-1-300x146.png 300w\" sizes=\"(max-width: 402px) 100vw, 402px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f822de9 e-grid elementor-hidden-desktop e-con-boxed e-con e-parent\" data-id=\"f822de9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5490939 elementor-widget elementor-widget-image\" data-id=\"5490939\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"402\" height=\"196\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/bbva-1.png\" class=\"attachment-large size-large wp-image-93\" alt=\"\" srcset=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/bbva-1.png 402w, https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/bbva-1-300x146.png 300w\" sizes=\"(max-width: 402px) 100vw, 402px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ec900e8 elementor-widget elementor-widget-image\" data-id=\"ec900e8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"402\" height=\"127\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/asiss-e1708739523406.png\" class=\"attachment-large size-large wp-image-96\" alt=\"\" srcset=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/asiss-e1708739523406.png 402w, https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/asiss-e1708739523406-300x95.png 300w\" sizes=\"(max-width: 402px) 100vw, 402px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-cc449fb elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"cc449fb\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1ed2562e\" data-id=\"1ed2562e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6560c943 elementor-widget elementor-widget-heading\" data-id=\"6560c943\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Opciones de pago<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-c7a5f31 e-grid elementor-hidden-mobile e-con-boxed e-con e-parent\" data-id=\"c7a5f31\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-27ba783 e-flex e-con-boxed e-con e-child\" data-id=\"27ba783\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-aeccd07 e-grid e-con-full e-con e-child\" data-id=\"aeccd07\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-24158ff elementor-widget elementor-widget-image\" data-id=\"24158ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"572\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/financiado-1.png\" class=\"attachment-large size-large wp-image-907\" alt=\"\" srcset=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/financiado-1.png 875w, https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/financiado-1-300x215.png 300w, https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/financiado-1-768x549.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4d32345 e-con-full e-flex e-con e-child\" data-id=\"4d32345\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4fa3c68 elementor-widget elementor-widget-heading\" data-id=\"4fa3c68\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Financiado<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0365580 elementor-widget elementor-widget-text-editor\" data-id=\"0365580\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: center;\">Hasta en 11 cuotas<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-55750d3 e-con-full e-flex e-con e-child\" data-id=\"55750d3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-2464289 e-grid e-con-full e-con e-child\" data-id=\"2464289\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7b7811c elementor-widget elementor-widget-image\" data-id=\"7b7811c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"528\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/contado-1.png\" class=\"attachment-large size-large wp-image-906\" alt=\"\" srcset=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/contado-1.png 875w, https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/contado-1-300x198.png 300w, https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/contado-1-768x507.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d8ed1b9 e-con-full e-flex e-con e-child\" data-id=\"d8ed1b9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-64749d1 elementor-widget elementor-widget-heading\" data-id=\"64749d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">De contado<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4011f5f elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"4011f5f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: center;\">La totalidad de la p\u00f3liza<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-512af1b e-grid elementor-hidden-desktop elementor-hidden-tablet e-con-boxed e-con e-parent\" data-id=\"512af1b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e6dcc59 e-flex e-con-boxed e-con e-child\" data-id=\"e6dcc59\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-918db64 e-grid e-con-full e-con e-child\" data-id=\"918db64\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bdb97fa elementor-widget elementor-widget-image\" data-id=\"bdb97fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"572\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/financiado-1.png\" class=\"attachment-large size-large wp-image-907\" alt=\"\" srcset=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/financiado-1.png 875w, https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/financiado-1-300x215.png 300w, https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/financiado-1-768x549.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-87c363a e-con-full e-flex e-con e-child\" data-id=\"87c363a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5339482 elementor-widget elementor-widget-heading\" data-id=\"5339482\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Financiado<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9fc5669 elementor-widget elementor-widget-text-editor\" data-id=\"9fc5669\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: center;\">Hasta en 11 cuotas<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1f9731b e-con-full e-flex e-con e-child\" data-id=\"1f9731b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-7365610 e-grid e-con-full e-con e-child\" data-id=\"7365610\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2116670 elementor-widget elementor-widget-image\" data-id=\"2116670\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"528\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/contado-1.png\" class=\"attachment-large size-large wp-image-906\" alt=\"\" srcset=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/contado-1.png 875w, https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/contado-1-300x198.png 300w, https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/contado-1-768x507.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1ca7349 e-con-full e-flex e-con e-child\" data-id=\"1ca7349\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-94ef735 elementor-widget elementor-widget-heading\" data-id=\"94ef735\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">De contado<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41f03b9 elementor-widget elementor-widget-text-editor\" data-id=\"41f03b9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p style=\"text-align: center;\">La totalidad de la p\u00f3liza<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-edb449d elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"edb449d\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5bf4090\" data-id=\"5bf4090\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-02de716 elementor-widget elementor-widget-heading\" data-id=\"02de716\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">M\u00e9todos de pago<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-d9c7a81 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d9c7a81\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-100da2d\" data-id=\"100da2d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6fa9554 elementor-widget elementor-widget-text-editor\" data-id=\"6fa9554\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span class=\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\" style=\"color: #575757;\">El pago lo haces directamente en la aseguradora<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-67c08bb e-grid e-con-boxed e-con e-parent\" data-id=\"67c08bb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4aebd82 e-con-full e-flex e-con e-child\" data-id=\"4aebd82\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-778cc4b elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"778cc4b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">PSE<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-44be19a elementor-hidden-desktop elementor-widget elementor-widget-heading\" data-id=\"44be19a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">PSE<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7f1fec8 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"7f1fec8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"PSE\" x=\"0px\" y=\"0px\" viewBox=\"0 0 188.25 187.833\" style=\"enable-background:new 0 0 188.25 187.833;\" xml:space=\"preserve\"><style type=\"text\/css\">\t.st0{fill:url(#Circle_2_);}\t.st1{fill:#FFFFFF;}\t.st2{fill:#FDB718;}\t.st3{fill:none;stroke:#FFFFFF;stroke-miterlimit:10;}<\/style><radialGradient id=\"Circle_2_\" cx=\"96.0109\" cy=\"357.5831\" r=\"93.1552\" fx=\"45.8266\" fy=\"353.8991\" gradientTransform=\"matrix(1 0 0 1 0 -264)\" gradientUnits=\"userSpaceOnUse\">\t<stop offset=\"0.3155\" style=\"stop-color:#2D5CA8\"><\/stop>\t<stop offset=\"0.5312\" style=\"stop-color:#285496\"><\/stop>\t<stop offset=\"0.7289\" style=\"stop-color:#1F4272\"><\/stop>\t<stop offset=\"1\" style=\"stop-color:#0D2D4D\"><\/stop><\/radialGradient><ellipse id=\"Circle_1_\" class=\"st0\" cx=\"94.345\" cy=\"93.917\" rx=\"93.157\" ry=\"93.153\"><\/ellipse><g id=\"PSE_1_\">\t<path class=\"st1\" d=\"M119.47,71H97.417c-0.099,0-0.198-0.014-0.295,0.006C93.613,71.767,87,75.354,87.034,83.188  C86.852,86.202,88.172,91,94.475,93c0.019,0,15.72,0,15.72,0c0.696,0,4.989,0.982,4.704,8.47c-0.288,7.549-6.724,8.53-7.65,9.53  H82.891c-0.768,0-1.391,0.732-1.391,1.5s0.623,1.5,1.391,1.5h24.492c0.079,0,0.157-0.366,0.235-0.38  c3.344-0.572,9.749-4.002,10.062-12.207c0.404-10.611-7.273-11.281-7.351-11.286c0.011-0.003-15.516-0.045-15.516-0.045  c-5.301-0.97-5.015-6.598-4.999-6.843c0.002-0.034,0.003,0.054,0.003,0.02C89.76,76.152,96.514,74,97.581,74h21.89  c0.768,0,1.391-0.732,1.391-1.5C120.861,71.732,120.238,71,119.47,71z\"><\/path>\t<path class=\"st1\" d=\"M153.047,70.843C152.92,70.807,152.788,71,152.656,71h-16.478c-7.459,0-10.828,8.637-10.967,9.014  c-0.023,0.061-0.04,0.016-0.055,0.08c-0.171,0.773-4.187,18.937-4.052,24.934c0.129,5.642,5.875,7.693,8.895,8.016  c0.05,0.006,0.1-0.043,0.151-0.043h22.908c0.778,0,1.41-0.722,1.41-1.5s-0.631-1.5-1.41-1.5h-22.822  c-0.717,0-6.212-0.838-6.311-5.205c-0.053-2.344,0.614-6.83,1.418-11.362l31.881-0.238c0.68-0.005,1.26-0.482,1.377-1.153  c0.062-0.35,1.494-8.503,1.494-13.392C160.094,72.834,153.335,70.927,153.047,70.843z M156.014,90.414l-30.154,0.252  c0.926-4.913,1.868-8.94,2.027-9.663c0.322-0.805,3.088-7.004,8.291-7.004h16.255c0.88,0,4.842,1.556,4.842,4.853  C157.275,82.457,156.409,87.958,156.014,90.414z\"><\/path>\t<path class=\"st1\" d=\"M82.84,79.444C83.667,73.817,76.56,71,75.23,71c-0.002,0-0.004,0-0.004,0c-5.739,0-14.433,0.197-15.34,0.166  c-0.121-0.013-0.246,0.067-0.372,0.086c-3.554,0.566-8.38,5.143-9.93,9.377l0.024,0.029c-0.155,0.472-0.291,1.2-0.498,2.294  c-0.251,1.323-0.602,3.218-1.021,5.485c-0.836,4.53-1.939,10.573-3.039,16.613c-2.2,12.079-4.384,24.158-4.384,24.158  c-0.135,0.745,0.36,1.459,1.105,1.594c0.082,0.015,0.164,0.023,0.245,0.023c0.65,0,1.228-0.464,1.347-1.128  c0.924-5.106,2.439-13.468,3.957-21.805c3.579,4.515,8.031,4.989,8.254,5.01c0.055,0.006,0.11,0.01,0.167,0.005l14.091-0.403  c0.121-0.003,0.239-0.022,0.354-0.057c6.685-2.005,8.695-8.903,8.778-9.196c0.013-0.049,0.025-0.099,0.033-0.15l3.825-23.429  C82.832,79.622,82.833,79.494,82.84,79.444z M80.104,79.391l-3.797,23.176c-0.198,0.621-1.944,5.659-6.739,7.201l-13.8,0.394  c-0.636-0.089-4.942-0.881-7.732-6.195c2.032-11.153,3.898-21.318,4.139-22.397c1.279-3.436,5.416-7.128,7.737-7.525  c0.526,0.032,1.245,0.033,2.24,0.035c1.453,0.002,3.394,0.001,5.333-0.003c3.213-0.005,6.424-0.016,7.429-0.02  C76.542,74.045,80.5,76.808,80.104,79.391z\"><\/path><\/g><g id=\"Figures\">\t<ellipse class=\"st2\" cx=\"19.366\" cy=\"66.019\" rx=\"3.923\" ry=\"4.185\"><\/ellipse>\t<path class=\"st2\" d=\"M15.405,52.808c0-1.839-1.119-3.384-2.665-3.945c-1.306,2.363-2.513,4.789-3.614,7.272  c0.658,0.531,1.468,0.858,2.356,0.858C13.649,56.993,15.405,55.119,15.405,52.808z\"><\/path>\t<path class=\"st2\" d=\"M7.484,66.019c0-1.135-0.427-2.162-1.115-2.916c-0.806,2.304-1.525,4.648-2.151,7.03  C6.07,69.798,7.484,68.09,7.484,66.019z\"><\/path>\t<ellipse class=\"st2\" cx=\"19.913\" cy=\"117.005\" rx=\"3.923\" ry=\"4.185\"><\/ellipse>\t<path class=\"st2\" d=\"M6.055,117.005c0-1.745-1.215-3.174-2.79-3.412c0.446,2.067,0.957,4.11,1.538,6.124  C5.56,119.083,6.055,118.11,6.055,117.005z\"><\/path>\t<path class=\"st2\" d=\"M15.387,130.652c0-2.311-1.756-4.185-3.923-4.185c-1.547,0-2.871,0.963-3.51,2.35  c0.812,2.004,1.69,3.974,2.635,5.906c0.282,0.069,0.573,0.113,0.875,0.113C13.63,134.837,15.387,132.963,15.387,130.652z\"><\/path>\t<path class=\"st2\" d=\"M22.046,104h-7.867c-0.51-1-1.971-2.721-3.715-2.721c-2.167,0-3.923,1.964-3.923,4.275  c0,2.311,1.756,4.266,3.923,4.266c1.744,0,3.205-0.821,3.715-2.821h6.44h2.217h0.188l8.251-15H44v-2H23.14l-8.575-15h-0.598H11.76  H3.076c-0.204,0.994-0.388,1.995-0.561,3h10.803l7.018,12H1.25c-0.027,0.665-0.049,1.331-0.062,2H28.87L22.046,104z\"><\/path><\/g><g id=\"ach_1_\">\t<path class=\"st3\" d=\"M54.233,58.499h4.206c0,0,1.233,0.363,1.015,1.813l-0.798,5.584h-4.424c0,0-1.958-0.725-0.943-2.828  c0,0,0.925-1.124,1.741-1.124l4.052,0.136\"><\/path>\t<path class=\"st3\" d=\"M66.997,58.499H62.79c0,0-1.45,0.725-1.813,2.611c0,0-0.979,2.756,0.181,4.786l0.49,0.109H65.6\"><\/path>\t<polyline class=\"st3\" points=\"69.426,55.108 68.815,58.499 67.45,66.077  \"><\/polyline>\t<path class=\"st3\" d=\"M68.561,59.91c0,0,0.503-0.995,1.373-1.412c0,0,3.173-0.308,3.735,0.49c0,0,0.635,0.308,0.598,1.215  l-0.979,5.693\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-109a3b4 e-con-full e-flex e-con e-child\" data-id=\"109a3b4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1bb0d81 elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"1bb0d81\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tarjeta cr\u00e9dito<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f7fe77a elementor-hidden-desktop elementor-widget elementor-widget-heading\" data-id=\"f7fe77a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tarjeta cr\u00e9dito<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fd733be e-grid e-con-full elementor-hidden-tablet elementor-hidden-mobile e-con e-child\" data-id=\"fd733be\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-294e1d9 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"294e1d9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 24 24\"><path d=\"M16.539 9.186a4.155 4.155 0 0 0-1.451-.251c-1.6 0-2.73.806-2.738 1.963-.01.85.803 1.329 1.418 1.613.631.292.842.476.84.737-.004.397-.504.577-.969.577-.639 0-.988-.089-1.525-.312l-.199-.093-.227 1.332c.389.162 1.09.301 1.814.313 1.701 0 2.813-.801 2.826-2.032.014-.679-.426-1.192-1.352-1.616-.563-.275-.912-.459-.912-.738 0-.247.299-.511.924-.511a2.95 2.95 0 0 1 1.213.229l.15.067.227-1.287-.039.009zm4.152-.143h-1.25c-.389 0-.682.107-.852.493l-2.404 5.446h1.701l.34-.893 2.076.002c.049.209.199.891.199.891h1.5l-1.31-5.939zm-10.642-.05h1.621l-1.014 5.942H9.037l1.012-5.944v.002zm-4.115 3.275.168.825 1.584-4.05h1.717l-2.551 5.931H5.139l-1.4-5.022a.339.339 0 0 0-.149-.199 6.948 6.948 0 0 0-1.592-.589l.022-.125h2.609c.354.014.639.125.734.503l.57 2.729v-.003zm12.757.606.646-1.662c-.008.018.133-.343.215-.566l.111.513.375 1.714H18.69v.001h.001z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d8b1461 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"d8b1461\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns:cc=\"http:\/\/creativecommons.org\/ns#\" xmlns:dc=\"http:\/\/purl.org\/dc\/elements\/1.1\/\" xmlns:inkscape=\"http:\/\/www.inkscape.org\/namespaces\/inkscape\" xmlns:rdf=\"http:\/\/www.w3.org\/1999\/02\/22-rdf-syntax-ns#\" xmlns:sodipodi=\"http:\/\/sodipodi.sourceforge.net\/DTD\/sodipodi-0.dtd\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"svg3409\" inkscape:version=\"0.91 r13725\" sodipodi:docname=\"MasterCard 2016.svg\" x=\"0px\" y=\"0px\" width=\"999.2px\" height=\"776px\" viewBox=\"0 0 999.2 776\" xml:space=\"preserve\"><path id=\"XMLID_1775_\" inkscape:connector-curvature=\"0\" d=\"M181.1,774.3v-51.5c0-19.7-12-32.6-32.6-32.6 c-10.3,0-21.5,3.4-29.2,14.6c-6-9.4-14.6-14.6-27.5-14.6c-8.6,0-17.2,2.6-24,12v-10.3h-18v82.4h18v-45.5c0-14.6,7.7-21.5,19.7-21.5 s18,7.7,18,21.5v45.5h18v-45.5c0-14.6,8.6-21.5,19.7-21.5c12,0,18,7.7,18,21.5v45.5H181.1z M448.1,691.9h-29.2V667h-18v24.9h-16.3 v16.3h16.3v37.8c0,18.9,7.7,30,28.3,30c7.7,0,16.3-2.6,22.3-6l-5.2-15.5c-5.2,3.4-11.2,4.3-15.5,4.3c-8.6,0-12-5.2-12-13.7v-36.9 h29.2V691.9z M600.9,690.1c-10.3,0-17.2,5.2-21.5,12v-10.3h-18v82.4h18v-46.4c0-13.7,6-21.5,17.2-21.5c3.4,0,7.7,0.9,11.2,1.7 l5.2-17.2C609.4,690.1,604.3,690.1,600.9,690.1L600.9,690.1z M370,698.7c-8.6-6-20.6-8.6-33.5-8.6c-20.6,0-34.3,10.3-34.3,26.6 c0,13.7,10.3,21.5,28.3,24l8.6,0.9c9.4,1.7,14.6,4.3,14.6,8.6c0,6-6.9,10.3-18.9,10.3c-12,0-21.5-4.3-27.5-8.6l-8.6,13.7 c9.4,6.9,22.3,10.3,35.2,10.3c24,0,37.8-11.2,37.8-26.6c0-14.6-11.2-22.3-28.3-24.9l-8.6-0.9c-7.7-0.9-13.7-2.6-13.7-7.7 c0-6,6-9.4,15.5-9.4c10.3,0,20.6,4.3,25.8,6.9L370,698.7L370,698.7z M848.9,690.1c-10.3,0-17.2,5.2-21.5,12v-10.3h-18v82.4h18v-46.4 c0-13.7,6-21.5,17.2-21.5c3.4,0,7.7,0.9,11.2,1.7L861,691C857.5,690.1,852.4,690.1,848.9,690.1L848.9,690.1z M618.9,733.1 c0,24.9,17.2,42.9,43.8,42.9c12,0,20.6-2.6,29.2-9.4l-8.6-14.6c-6.9,5.2-13.7,7.7-21.5,7.7c-14.6,0-24.9-10.3-24.9-26.6 c0-15.5,10.3-25.8,24.9-26.6c7.7,0,14.6,2.6,21.5,7.7l8.6-14.6c-8.6-6.9-17.2-9.4-29.2-9.4C636.1,690.1,618.9,708.2,618.9,733.1 L618.9,733.1L618.9,733.1z M785.4,733.1v-41.2h-18v10.3c-6-7.7-14.6-12-25.8-12c-23.2,0-41.2,18-41.2,42.9c0,24.9,18,42.9,41.2,42.9 c12,0,20.6-4.3,25.8-12v10.3h18V733.1L785.4,733.1z M719.3,733.1c0-14.6,9.4-26.6,24.9-26.6c14.6,0,24.9,11.2,24.9,26.6 c0,14.6-10.3,26.6-24.9,26.6C728.8,758.8,719.3,747.6,719.3,733.1L719.3,733.1z M503.9,690.1c-24,0-41.2,17.2-41.2,42.9 c0,25.8,17.2,42.9,42.1,42.9c12,0,24-3.4,33.5-11.2l-8.6-12.9c-6.9,5.2-15.5,8.6-24,8.6c-11.2,0-22.3-5.2-24.9-19.7h60.9 c0-2.6,0-4.3,0-6.9C542.5,707.3,527,690.1,503.9,690.1L503.9,690.1L503.9,690.1z M503.9,705.6c11.2,0,18.9,6.9,20.6,19.7h-42.9 C483.3,714.2,491,705.6,503.9,705.6L503.9,705.6z M951.1,733.1v-73.8h-18v42.9c-6-7.7-14.6-12-25.8-12c-23.2,0-41.2,18-41.2,42.9 c0,24.9,18,42.9,41.2,42.9c12,0,20.6-4.3,25.8-12v10.3h18V733.1L951.1,733.1z M885,733.1c0-14.6,9.4-26.6,24.9-26.6 c14.6,0,24.9,11.2,24.9,26.6c0,14.6-10.3,26.6-24.9,26.6C894.4,758.8,885,747.6,885,733.1L885,733.1z M282.4,733.1v-41.2h-18v10.3 c-6-7.7-14.6-12-25.8-12c-23.2,0-41.2,18-41.2,42.9c0,24.9,18,42.9,41.2,42.9c12,0,20.6-4.3,25.8-12v10.3h18V733.1L282.4,733.1z  M215.5,733.1c0-14.6,9.4-26.6,24.9-26.6c14.6,0,24.9,11.2,24.9,26.6c0,14.6-10.3,26.6-24.9,26.6 C224.9,758.8,215.5,747.6,215.5,733.1z\"><\/path><g>\t<rect id=\"rect19\" x=\"364\" y=\"66.1\" fill=\"#FF5A00\" width=\"270.4\" height=\"485.8\"><\/rect>\t<path id=\"XMLID_330_\" inkscape:connector-curvature=\"0\" fill=\"#EB001B\" d=\"M382,309c0-98.7,46.4-186.3,117.6-242.9  C447.2,24.9,381.1,0,309,0C138.2,0,0,138.2,0,309s138.2,309,309,309c72.1,0,138.2-24.9,190.6-66.1C428.3,496.1,382,407.7,382,309z\"><\/path>\t<path id=\"path22\" inkscape:connector-curvature=\"0\" fill=\"#F79E1B\" d=\"M999.2,309c0,170.8-138.2,309-309,309  c-72.1,0-138.2-24.9-190.6-66.1c72.1-56.7,117.6-144.2,117.6-242.9S570.8,122.7,499.6,66.1C551.9,24.9,618,0,690.1,0  C861,0,999.2,139.1,999.2,309z\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dae8765 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"dae8765\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 -6 36 36\"><path d=\"m33.6 24h-31.2c-1.325 0-2.4-1.075-2.4-2.4v-10.096h1.729l.39-.944h.873l.389.94h3.402v-.715l.304.72h1.766l.304-.732v.73h8.453v-1.544h.16c.114.004.147.014.147.204v1.342h4.373v-.359c.447.227.974.36 1.533.36.032 0 .063 0 .095-.001h-.005 1.84l.394-.94h.873l.385.94h3.546v-.894l.536.894h2.836v-5.904h-2.807v.697l-.393-.697h-2.886v.697l-.361-.697h-3.897c-.05-.003-.11-.004-.169-.004-.553 0-1.076.128-1.54.357l.021-.009v-.344h-2.688v.344c-.276-.218-.628-.349-1.011-.349-.047 0-.093.002-.138.006h.006-9.823l-.659 1.525-.677-1.525h-3.094v.697l-.341-.697h-2.64l-1.223 2.8v-6c0-1.325 1.075-2.4 2.4-2.4h31.2c1.325 0 2.4 1.075 2.4 2.4v10.48h-1.873c-.03-.002-.066-.002-.101-.002-.434 0-.837.13-1.173.353l.008-.005v-.346h-2.77c-.03-.002-.066-.003-.102-.003-.414 0-.799.13-1.113.352l.006-.004v-.346h-4.946v.346c-.382-.218-.84-.346-1.327-.346-.013 0-.026 0-.039 0h.002-3.263v.346c-.346-.223-.768-.355-1.221-.355-.072 0-.144.003-.215.01l.009-.001h-3.651l-.836.904-.782-.904h-5.454v5.908h5.352l.861-.918.811.918h3.299v-1.383h.46c.037.002.081.002.125.002.413 0 .808-.078 1.171-.219l-.022.008v1.594h2.72v-1.539h.131c.166 0 .183.006.183.174v1.366h8.266c.03.001.066.002.101.002.474 0 .916-.142 1.284-.385l-.009.005v.378h2.622c.037.001.081.002.125.002.491 0 .958-.101 1.382-.284l-.023.009v3.082c0 1.325-1.075 2.4-2.4 2.4zm-12.495-6.039h-1.018v-4.235h2.336c.067-.006.144-.01.223-.01.36 0 .702.077 1.01.216l-.016-.006c.313.172.522.5.522.876 0 .023-.001.045-.002.067v-.003c0 .011.001.025.001.038 0 .486-.293.904-.713 1.086l-.008.003c.201.072.369.195.494.354l.002.002c.11.181.176.401.176.635 0 .049-.003.096-.008.144l.001-.006v.838h-1.016v-.53c.01-.059.016-.128.016-.198 0-.233-.066-.451-.179-.636l.003.005c-.163-.124-.37-.199-.594-.199-.052 0-.104.004-.154.012l.006-.001h-1.082v1.547zm0-3.36v.951h1.23c.027.003.057.004.089.004.149 0 .291-.034.417-.094l-.006.003c.127-.083.21-.224.21-.385 0-.008 0-.015-.001-.023v.001c.001-.008.001-.017.001-.026 0-.152-.084-.285-.208-.354l-.002-.001c-.117-.053-.253-.084-.397-.084-.029 0-.058.001-.087.004h.004zm-9.025 3.359h-4.007v-4.234h4.07l1.245 1.388 1.287-1.388h3.233c1.148 0 1.706.457 1.706 1.395 0 .955-.577 1.419-1.76 1.419h-1.265v1.419h-1.967l-1.246-1.399-1.295 1.4zm3.501-3.78-1.554 1.67 1.554 1.724zm-6.499 2.055v.842h2.488l1.15-1.242-1.106-1.234h-2.533v.77h2.222v.863zm7.507-1.633v1.078h1.307c.4 0 .63-.204.63-.56 0-.34-.214-.519-.619-.519zm18.038 3.36h-1.954v-.91h1.946c.023.003.049.005.076.005.125 0 .241-.041.335-.111l-.001.001c.073-.068.119-.165.119-.273 0-.001 0-.002 0-.003 0-.004 0-.009 0-.013 0-.107-.048-.202-.123-.266-.084-.061-.189-.097-.302-.097-.019 0-.038.001-.056.003h.002l-.187-.006c-.914-.024-1.949-.052-1.949-1.305 0-.61.382-1.261 1.451-1.261h2.017v.902h-1.845c-.023-.003-.049-.004-.076-.004-.122 0-.236.031-.336.086l.004-.002c-.089.059-.148.16-.148.273 0 .01 0 .019.001.029v-.001.011c0 .142.092.262.22.304l.002.001c.099.031.213.05.331.05.02 0 .041-.001.061-.002h-.003l.549.014c.046-.005.1-.008.154-.008.377 0 .724.131.997.351l-.003-.002c.03.024.056.05.079.079l.001.001.012 1.612c-.291.338-.72.551-1.199.551-.062 0-.123-.004-.182-.01zm-3.949 0h-1.972v-.91h1.962c.022.003.048.005.074.005.127 0 .245-.041.341-.111l-.002.001c.073-.068.118-.166.118-.273 0-.001 0-.002 0-.003 0-.002 0-.005 0-.007 0-.108-.048-.206-.123-.272-.085-.061-.192-.097-.307-.097-.019 0-.038.001-.056.003h.002l-.186-.006c-.911-.024-1.945-.052-1.945-1.305 0-.61.38-1.261 1.447-1.261h2.028v.902h-1.856c-.023-.003-.049-.004-.075-.004-.121 0-.235.031-.334.086l.004-.002c-.093.065-.153.171-.153.291 0 .148.091.275.219.328l.002.001c.1.031.214.05.333.05.021 0 .043-.001.064-.002h-.003l.545.014c.046-.005.099-.007.152-.007.38 0 .73.131 1.006.351l-.003-.003c.19.21.307.489.307.796 0 .035-.002.071-.005.105v-.005c.003.883-.532 1.333-1.587 1.333zm-2.578 0h-3.38v-4.237h3.377v.875h-2.367v.77h2.312v.863h-2.312v.842l2.37.004v.88zm1.97-7.286h-2.061l-.394-.944h-2.102l-.382.944h-1.184c-.033.002-.072.003-.111.003-.514 0-.987-.177-1.361-.474l.005.003c-.341-.377-.549-.878-.549-1.429 0-.066.003-.132.009-.196l-.001.008c-.005-.056-.008-.121-.008-.187 0-.564.21-1.078.556-1.47l-.002.002c.357-.312.827-.502 1.342-.502.069 0 .136.003.203.01l-.008-.001h.98v.903h-.96c-.036-.005-.078-.008-.121-.008-.255 0-.486.098-.659.259l.001-.001c-.184.235-.295.535-.295.86 0 .035.001.07.004.104v-.005c-.004.038-.006.083-.006.128 0 .326.107.627.287.87l-.003-.004c.169.138.386.222.624.222.029 0 .057-.001.085-.004h-.004.454l1.431-3.33h1.52l1.713 4v-4h1.541l1.778 2.948v-2.948h1.04v4.232h-1.444l-1.92-3.178v3.178zm-3.499-3.518-.697 1.688h1.397zm-9.799 3.516h-1.012v-4.234h2.328c.072-.008.156-.012.241-.012.357 0 .696.079 1 .221l-.015-.006c.309.173.514.498.514.871 0 .024-.001.047-.002.07v-.003.031c0 .487-.29.906-.706 1.094l-.008.003c.201.076.37.198.499.354l.002.002c.11.18.176.398.176.632 0 .051-.003.101-.009.151l.001-.006v.831h-1.021l-.004-.534v-.08c.006-.045.01-.097.01-.151 0-.22-.063-.425-.173-.598l.003.005c-.163-.12-.368-.193-.59-.193-.052 0-.104.004-.154.012l.006-.001h-1.085v1.54zm0-3.353v.94h1.228c.029.003.063.005.097.005.147 0 .285-.034.408-.095l-.005.002c.127-.078.21-.216.21-.373 0-.009 0-.019-.001-.028v.001c.001-.008.001-.017.001-.026 0-.151-.086-.282-.212-.347l-.002-.001c-.12-.052-.259-.083-.406-.083-.026 0-.052.001-.077.003h.003zm-10.716 3.353h-2.056l-.389-.944h-2.108l-.392.944h-1.1l1.813-4.234h1.503l1.721 4.007v-4.007h1.651l1.324 2.871 1.217-2.871h1.685v4.232h-1.04l-.002-3.312-1.467 3.313h-.888l-1.471-3.318v3.318zm-3.504-3.516-.689 1.688h1.382zm18.888 3.515h-1.032v-4.233h1.033v4.232zm-6.386 0h-3.374v-4.233h3.38v.88h-2.368v.763h2.311v.869h-2.313v.846h2.368v.874z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-191c5d6 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"191c5d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 2347.6 608.3\"><path d=\"m449.8 608.3c166.3.8 318-135.6 318-301.5 0-181.4-151.8-306.9-318-306.8h-143.1c-168.2-.1-306.7 125.4-306.7 306.8 0 166 138.5 302.3 306.7 301.5z\" fill=\"#0079be\"><\/path><path d=\"m307.4 25.1c-153.7 0-278.3 124.7-278.4 278.5 0 153.8 124.6 278.4 278.4 278.4s278.4-124.7 278.4-278.4c0-153.8-124.6-278.4-278.4-278.5zm-176.4 278.5c.1-75.2 47.1-139.3 113.3-164.7v329.4c-66.2-25.4-113.2-89.5-113.3-164.7zm239.6 164.8v-329.5c66.2 25.4 113.2 89.5 113.3 164.7-.1 75.2-47.1 139.3-113.3 164.8z\" fill=\"#fff\"><\/path><g fill=\"#211e1f\"><path d=\"m865.4 130.9c0-28.8-15-26.9-29.4-27.2v-8.3c12.5.6 25.3.6 37.7.6 13.4 0 31.7-.6 55.4-.6 82.8 0 127.9 55.3 127.9 112 0 31.7-18.5 111.3-131.8 111.3-16.3 0-31.4-.6-46.4-.6-14.4 0-28.5.3-42.9.6v-8.3c19.2-1.9 28.5-2.6 29.4-24.3zm31.3 150c0 24.6 17.6 27.5 33.3 27.5 69.1 0 91.8-52.2 91.8-99.8 0-59.8-38.4-103-100.1-103-13.1 0-19.2.9-25 1.3zm171.5 29.5h6.1c8.9 0 15.4 0 15.4-10.6v-86.7c0-14.1-4.8-16-16.6-22.4v-5.1c15-4.5 33-10.5 34.2-11.5 2.3-1.3 4.2-1.6 5.8-1.6s2.2 1.9 2.2 4.5v122.8c0 10.6 7 10.6 16 10.6h5.4v8.3c-10.9 0-22.1-.6-33.6-.6s-23 .3-34.9.6zm34.2-187.2c-8.3 0-15.7-7.7-15.7-16 0-8 7.7-15.4 15.7-15.4 8.3 0 15.7 6.7 15.7 15.4s-7 16-15.7 16zm64.7 91.8c0-11.8-3.5-15-18.5-21.1v-6.1c13.7-4.5 26.8-8.6 42.2-15.4 1 0 1.9.7 1.9 3.2v20.8c18.3-13.1 33.9-24 55.4-24 27.2 0 36.8 19.8 36.8 44.8v82.5c0 10.6 7 10.6 16 10.6h5.8v8.3c-11.2 0-22.4-.6-33.9-.6s-23.1.3-34.6.6v-8.3h5.7c9 0 15.3 0 15.3-10.6v-82.7c0-18.3-11.1-27.2-29.4-27.2-10.2 0-26.5 8.3-37.1 15.4v94.7c0 10.6 7.1 10.6 16 10.6h5.7v8.3c-11.2 0-22.4-.6-33.9-.6s-23 .3-34.5.6v-8.3h5.8c9 0 15.3 0 15.3-10.6zm163.8 15.4c-.7 2.9-.7 7.7 0 18.6 1.9 30.4 21.4 55.3 47 55.3 17.6 0 31.4-9.6 43.2-21.4l4.5 4.5c-14.7 19.5-33 36.1-59.2 36.1-50.9 0-61.1-49.3-61.1-69.7 0-62.7 42.2-81.3 64.6-81.3 25.9 0 53.8 16.3 54.1 50.2 0 1.9 0 3.8-.3 5.8l-2.9 1.9zm56.6-10.3c8 0 8.9-4.2 8.9-8 0-16.3-9.9-29.4-27.8-29.4-19.5 0-32.9 14.4-36.8 37.4zm43.8 90.3h8.6c8.9 0 15.3 0 15.3-10.6v-89.9c0-9.9-11.8-11.8-16.6-14.4v-4.8c23.4-9.9 36.2-18.3 39.1-18.3 1.9 0 2.8 1 2.8 4.2v28.8h.7c8-12.5 21.4-33 40.9-33 8 0 18.2 5.4 18.2 17 0 8.6-6.1 16.3-15 16.3-10 0-10-7.7-21.1-7.7-5.4 0-23.3 7.4-23.3 26.6v75.2c0 10.6 6.4 10.6 15.4 10.6h17.9v8.3c-17.6-.3-31-.6-44.8-.6-13.1 0-26.6.3-38.1.6zm123.2-36.2c4.2 21.1 16.9 39 40.3 39 18.8 0 25.9-11.5 25.9-22.7 0-37.8-69.7-25.6-69.7-77.1 0-17.9 14.4-41 49.6-41 10.2 0 24 2.9 36.4 9.3l2.3 32.6h-7.4c-3.2-20.1-14.4-31.7-34.9-31.7-12.8 0-24.9 7.4-24.9 21.1 0 37.5 74.2 25.9 74.2 76.1 0 21.1-17 43.5-55 43.5-12.8 0-27.8-4.5-39-10.9l-3.5-36.8zm380.6-120.9h-8c-6.1-37.4-32.6-52.5-68.4-52.5-36.8 0-90.2 24.6-90.2 101.4 0 64.7 46.1 111 95.3 111 31.7 0 57.9-21.8 64.3-55.4l7.3 1.9-7.3 46.7c-13.4 8.3-49.6 17-70.7 17-74.8 0-122.2-48.3-122.2-120.3 0-65.6 58.5-112.6 121.2-112.6 25.9 0 50.9 8.4 75.5 17zm11.5 157.1h6.1c9 0 15.4 0 15.4-10.6v-178.2c0-20.8-4.8-21.4-17-25v-5.1c12.8-4.2 26.2-9.9 33-13.8 3.5-1.9 6.1-3.5 7-3.5 2 0 2.6 1.9 2.6 4.5v221.1c0 10.6 7 10.6 16 10.6h5.4v8.3c-10.8 0-22-.6-33.6-.6-11.5 0-23 .3-34.9.6zm205.4-9.3c0 5.8 3.5 6.1 8.9 6.1 3.8 0 8.6-.3 12.8-.3v6.7c-13.8 1.3-40 8-46.1 9.9l-1.6-1v-25.9c-19.2 15.7-33.9 26.9-56.6 26.9-17.3 0-35.2-11.2-35.2-38v-81.9c0-8.3-1.3-16.3-19.2-17.9v-6.1c11.5-.3 37.1-2.2 41.2-2.2 3.5 0 3.5 2.2 3.5 9.3v82.5c0 9.6 0 37.1 27.8 37.1 10.9 0 25.3-8.3 38.7-19.5v-86.1c0-6.4-15.3-9.9-26.8-13.1v-5.8c28.8-1.9 46.7-4.5 49.9-4.5 2.6 0 2.6 2.2 2.6 5.8zm63.7-105.6c12.8-10.9 30.1-23 47.7-23 37.1 0 59.5 32.3 59.5 67.2 0 41.9-30.7 83.8-76.5 83.8-23.7 0-36.1-7.7-44.5-11.2l-9.6 7.3-6.7-3.5c2.8-18.9 4.5-37.4 4.5-56.9v-137.6c0-20.8-4.8-21.4-17-25v-5.1c12.8-4.2 26.2-9.9 33-13.8 3.5-1.9 6.1-3.5 7.1-3.5 1.9 0 2.5 1.9 2.5 4.5zm0 87c0 12.2 11.5 32.7 32.9 32.7 34.2 0 48.6-33.6 48.6-62.1 0-34.5-26.2-63.3-51.2-63.3-11.9 0-21.8 7.7-30.4 15.1zm-1380.1 222.2h2.5c6.3 0 12.9-.8 12.9-9.9v-91.2c0-9.1-6.6-9.9-12.9-9.9h-2.5v-5.2c6.8 0 17.2.7 25.8.7 8.7 0 19.1-.7 27.3-.7v5.2h-2.5c-6.2 0-12.9.9-12.9 9.9v91.2c0 9.1 6.6 9.9 12.9 9.9h2.5v5.3c-8.4 0-18.8-.7-27.5-.7-8.5 0-18.8.7-25.6.7z\"><\/path><path d=\"m888.7 510.7c-8.4 0-18.8-.7-27.5-.7-8.5 0-18.7.7-25.6.7h-.7v-6.7h3.2c6.3-.1 12.1-.7 12.1-9.2v-91.2c-.1-8.5-5.8-9.1-12.1-9.2h-3.2v-6.7h.7c6.8 0 17.3.7 25.8.7 8.7 0 19.1-.7 27.3-.7h.8v6.7h-3.2c-6.3.1-12.1.7-12.1 9.2v91.2c0 8.5 5.8 9 12.1 9.2h3.2v6.7zm-.7-1.5v-3.7h-1.7c-6.2 0-13.6-1.1-13.7-10.7v-91.2c0-9.6 7.4-10.7 13.7-10.7h1.7v-3.7c-8 0-18.1.7-26.6.7-8.3 0-18.3-.6-25-.7v3.7h1.7c6.2 0 13.6 1.1 13.6 10.7v91.2c0 9.6-7.4 10.7-13.6 10.7h-1.7v3.7c6.7-.1 16.6-.7 24.8-.7 8.5 0 18.6.7 26.8.7zm120.3-33.6.3-.3v-65.3c0-14.3-9.9-16.4-15.1-16.4h-3.8v-5.2c8.2 0 16.2.7 24.4.7 7.1 0 14.3-.7 21.4-.7v5.2h-2.6c-7.3 0-15.5 1.4-15.5 22.1v79.3c0 6.1.2 12.2 1 17.6h-6.6l-89.6-99.9v71.7c0 15.1 2.9 20.4 16.4 20.4h2.9v5.3c-7.5 0-14.9-.7-22.4-.7-7.8 0-15.8.7-23.7.7v-5.3h2.4c12 0 15.7-8.2 15.7-22.1v-73.3c0-9.7-8-15.6-15.8-15.6h-2.3v-5.2c6.6 0 13.4.7 20 .7 5.2 0 10.3-.7 15.5-.7z\"><\/path><path d=\"m1018.4 513.3-7.2-.3-88.3-98.5v69.8c.2 15.1 2.5 19.4 15.6 19.6h3.7v6.7h-.8c-7.5 0-15-.7-22.5-.7-7.8 0-15.8.7-23.7.7h-.8v-6.6h3.2c11.5-.1 14.8-7.4 14.9-21.3v-73.3c0-9.3-7.6-14.9-15.1-14.9h-3v-6.7h.8c6.7 0 13.5.7 20 .7 5.2 0 10.2-.7 16.1-.4l76.5 86.1v-64c-.1-13.9-9.3-15.5-14.4-15.6h-4.6v-6.7h.8c8.2 0 16.2.7 24.4.7 7.1 0 14.2-.7 21.4-.7h.8v6.7h-3.4c-7.2.2-14.6.8-14.8 21.4v79c0 6.1.2 12.2 1 17.4l.2.9zm-6.7-1.5h5.8c-.8-5.2-.9-11-.9-16.8v-79.2c0-20.9 8.8-22.9 16.2-22.9h1.8v-3.7c-6.9 0-13.7.7-20.7.7-8 0-15.7-.6-23.6-.7v3.7h3.1c5.3 0 15.9 2.4 15.9 17.2l-.2 65.8-.4.4-.6.5-77.4-87.5c-5.2 0-10.2.7-15.5.7-6.4 0-12.9-.6-19.2-.7v3.7h1.5c8.2 0 16.6 6.2 16.6 16.4v73.3c0 13.9-3.9 22.8-16.4 22.9h-1.7v3.8c7.5-.1 15.3-.7 22.9-.7 7.3 0 14.5.6 21.7.7v-3.7h-2.2c-13.7 0-17.1-6-17.1-21.1v-73.7zm-3.4-36.2.6-.5zm-.4-.3-.1-.2zm53.6-78.2c-13.1 0-13.6 3.1-16.2 15.8h-5.2c.7-4.9 1.6-9.7 2.1-14.8.7-4.9 1-9.7 1-14.8h4.2c1.4 5.2 5.7 5 10.5 5h89.8c4.7 0 9.1-.2 9.4-5.4l4.2.7c-.7 4.7-1.4 9.4-1.9 14.1-.3 4.7-.3 9.4-.3 14.1l-5.2 1.9c-.4-6.4-1.2-16.7-12.9-16.7h-28.5v92.6c0 13.4 6.1 15 14.4 15h3.3v5.3c-6.8 0-19-.7-28.4-.7-10.4 0-22.6.7-29.4.7v-5.3h3.3c9.6 0 14.4-.9 14.4-14.6v-93z\"><\/path><path d=\"m1130.1 510.7c-6.9 0-19-.7-28.4-.7-10.4 0-22.6.7-29.4.7h-.7v-6.7h4c9.6-.2 13.5-.4 13.7-13.8v-92.2h-27.8v-1.5h29.3v93.8c0 14-5.6 15.4-15.2 15.4h-2.6v3.7c6.9 0 18.6-.7 28.7-.7 9.1 0 20.7.6 27.6.7v-3.7h-2.5c-8.4 0-15.2-2.1-15.2-15.8v-93.4h29.3c11.7 0 13.2 10 13.6 16.4l3.8-1.4c0-4.5 0-9.1.3-13.7.5-4.5 1.1-8.9 1.8-13.4l-2.7-.4c-.8 5.1-5.7 5.3-10.1 5.3h-90.6c-4.1 0-8.6-.2-10.1-5.1h-2.9c0 4.7-.4 9.4-1 14.1-.5 4.8-1.3 9.4-2 14h3.7c2.3-12.1 3.8-16.1 16.8-15.9v1.5c-12.9.2-12.6 2.4-15.4 15.3l-.1.6h-6.7l.1-.9c.7-4.9 1.6-9.7 2.1-14.8.7-4.8 1.1-9.7 1.1-14.7v-.8h5.5l.1.5c1.2 4.4 4.4 4.4 8.8 4.5h90.7c4.9-.1 8.4-.1 8.7-4.7l.1-.8.8.2 4.9.8-.1.8c-.7 4.7-1.4 9.4-1.9 14-.3 4.6-.3 9.3-.3 14v.5l-.5.2-6.2 2.2v-1c-.5-6.5-1.1-16-12.1-16h-27.8v91.9c.2 13.1 5.4 14 13.7 14.2h4.1v6.7zm36.7-6h2.5c6.3 0 12.9-.8 12.9-9.9v-91.2c0-9.1-6.6-9.9-12.9-9.9h-2.5v-5.2c10.6 0 28.7.7 43.3.7 14.7 0 32.7-.7 44.6-.7-.3 7.5-.1 19 .4 26.6l-5.3 1.4c-.8-11.3-2.9-20.3-21.2-20.3h-24.2v45.6h20.7c10.4 0 12.7-5.9 13.7-15.3h5.2c-.3 6.8-.5 13.6-.5 20.4 0 6.6.2 13.2.5 19.8l-5.2 1c-1-10.4-1.6-17.2-13.6-17.2h-20.9v40.5c0 11.3 10.1 11.3 21.2 11.3 20.9 0 30.1-1.4 35.3-21.2l4.9 1.2c-2.3 9.2-4.4 18.5-5.9 27.7-11.2 0-31.2-.7-46.8-.7-15.7 0-36.4.7-46.3.7v-5.3z\"><\/path><path d=\"m1259.9 510.7c-11.2 0-31.2-.7-46.8-.7-15.7 0-36.4.7-46.3.7h-.7v-6.7h3.2c6.3-.1 12-.7 12.1-9.2v-91.2c-.1-8.5-5.8-9.1-12.1-9.2h-3.2v-6.7h.7c10.6 0 28.7.7 43.3.7s32.7-.7 44.6-.7h.8v.8c-.1 2.6-.2 5.7-.2 9 0 6 .2 12.6.5 17.6v.6l-.6.2-6.1 1.6v-.9c-1-11.3-2.5-19.5-20.5-19.7h-23.5v44.1h20c10-.1 11.8-5.2 13-14.6l.1-.7h6.7v.8c-.3 6.8-.6 13.6-.6 20.4 0 6.6.2 13.2.6 19.8v.6l-.6.1-6 1.2-.1-.8c-1.2-10.6-1.3-16.4-12.8-16.6h-20.1v39.8c0 10.6 9.1 10.5 20.5 10.6 21-.1 29.4-1.1 34.6-20.7l.2-.7.7.1 5.6 1.4-.2.7c-2.2 9.2-4.3 18.4-5.9 27.6l-.1.6zm-.6-1.5c1.5-8.8 3.5-17.6 5.6-26.4l-3.4-.9c-5.2 19.5-15.3 21.2-35.8 21.1-11 0-21.9 0-22-12.1v-41.3h21.6c12.2-.1 13.4 7.2 14.3 17.1l3.8-.8c-.3-6.4-.5-12.8-.5-19.2 0-6.6.2-13.1.5-19.6h-3.8c-1 9.1-3.8 15.4-14.4 15.3h-21.5v-47.1h25c18.1-.1 21.1 9.2 21.9 20.2l3.8-1c-.3-4.9-.5-11.2-.5-17 0-3 .1-5.8.2-8.3-11.8 0-29.5.7-43.8.7s-31.9-.6-42.6-.7v3.7h1.7c6.2 0 13.6 1.1 13.6 10.7v91.2c0 9.6-7.4 10.7-13.6 10.7h-1.7v3.7c10.2 0 30.3-.7 45.6-.7 15.2 0 34.8.7 46 .7zm30-102.3c0-12.7-7-13.2-12.4-13.2h-3.1v-5.2c5.6 0 16.4.7 27 .7 10.4 0 18.8-.7 28-.7 21.9 0 41.4 5.9 41.4 30.7 0 15.6-10.4 25.2-24.2 30.6l29.8 44.5c4.9 7.4 8.3 9.4 16.9 10.4v5.3c-5.7 0-11.3-.7-17.1-.7-5.4 0-11 .7-16.4.7-13.4-17.6-24.9-36.4-36.2-56.4h-11.5v37.3c0 13.4 6.2 13.9 14.2 13.9h3.1v5.3c-9.9 0-20-.7-29.9-.7-8.4 0-16.5.7-25.2.7v-5.3h3.1c6.5 0 12.4-2.9 12.4-9.4zm22.3 40.4h8.5c17.4 0 26.8-6.6 26.8-27.2 0-15.5-9.9-25.4-25.4-25.4-5.2 0-7.4.5-9.9.7z\"><\/path><path d=\"m1392.7 510.7c-5.8 0-11.4-.7-17.1-.7-5.3 0-10.9.7-16.9.4-13.4-17.5-24.8-36.2-36-56.1h-10.3v36.5c.2 13.1 5.4 13 13.5 13.2h3.9v6.7h-.8c-9.9 0-20-.7-29.9-.7-8.3 0-16.5.7-25.2.7h-.8v-6.7h3.9c6.3 0 11.6-2.8 11.6-8.6v-88.4c-.1-12.4-6.2-12.3-11.6-12.5h-3.9v-6.7h.8c5.6 0 16.4.7 27 .7 10.4 0 18.8-.7 28-.7 21.9 0 42.1 6.1 42.2 31.4 0 15.7-10.4 25.5-23.8 31l29.2 43.8c4.9 7.2 7.9 9 16.4 10.1l.6.1v6.6zm-81.1-57.9h11.9l.2.4c11.3 20 22.8 38.8 35.6 56 5.3 0 10.9-.7 16.3-.7 5.6 0 10.9.6 16.3.7v-3.8c-8.2-1-12-3.5-16.8-10.7l-30.3-45.3.9-.4c13.6-5.4 23.7-14.7 23.7-30 0-24.2-18.8-29.8-40.7-29.8-9.2 0-17.5.7-28 .7-10.2 0-20.5-.6-26.2-.7v3.7h2.4c5.4 0 13.1.9 13.1 14v88.4c0 7-6.6 10.2-13.1 10.2h-2.4v3.7c8.4 0 16.3-.7 24.5-.7 9.7 0 19.6.7 29.2.7v-3.7h-2.4c-7.9 0-15-1-15-14.7v-38zm0-4.8h-.8v-53.3l.7-.1c2.4-.2 4.7-.7 10-.7 15.9 0 26.2 10.3 26.2 26.2 0 20.8-10 27.8-27.6 27.9zm8.5-1.5c17.2-.1 25.9-6.1 26.1-26.4-.1-15.2-9.5-24.6-24.7-24.7-4.7 0-6.9.4-9.1.6v50.4h7.7zm190.8 29.1.3-.3v-65.3c0-14.3-9.9-16.4-15.1-16.4h-3.8v-5.2c8.2 0 16.2.7 24.4.7 7.1 0 14.3-.7 21.4-.7v5.2h-2.6c-7.3 0-15.5 1.4-15.5 22.1v79.3c0 6.1.2 12.2 1 17.6h-6.6l-89.6-99.9v71.7c0 15.1 3 20.4 16.4 20.4h3v5.3c-7.5 0-15-.7-22.4-.7-7.9 0-15.9.7-23.7.7v-5.3h2.4c12 0 15.7-8.2 15.7-22.1v-73.3c0-9.7-8-15.6-15.8-15.6h-2.3v-5.2c6.6 0 13.4.7 20 .7 5.2 0 10.3-.7 15.5-.7z\"><\/path><path d=\"m1521 513.3-7.2-.2-88.3-98.5v69.8c.2 15.1 2.5 19.4 15.6 19.6h3.7v6.7h-.8c-7.5 0-15-.7-22.5-.7-7.8 0-15.8.7-23.6.7h-.8v-6.7h3.2c11.5 0 14.8-7.4 14.9-21.4v-73.3c0-9.3-7.6-14.9-15-14.9h-3.1v-6.7h.8c6.6 0 13.4.7 20 .7 5.1 0 10.2-.7 16-.4l76.5 86.2v-64c0-13.8-9.3-15.5-14.4-15.6h-4.6v-6.7h.8c8.2 0 16.2.7 24.4.7 7.1 0 14.2-.7 21.4-.7h.8v6.7h-3.3c-7.2.2-14.6.8-14.8 21.4v79c0 6.1.2 12.1 1 17.5l.1.8zm-6.6-1.5h5.7c-.8-5.2-.9-11-.9-16.8v-79.2c0-20.9 8.8-22.8 16.3-22.9h1.8v-3.7c-6.8 0-13.7.7-20.6.7-8 0-15.8-.6-23.6-.7v3.7h3.1c5.4.1 15.9 2.4 15.9 17.1l-.2 65.8-.3.4-.5.6-77.5-87.5c-5.2 0-10.2.7-15.5.7-6.4 0-13-.6-19.3-.7v3.7h1.5c8.2.1 16.6 6.2 16.6 16.4v73.3c0 14-3.9 22.9-16.4 22.9h-1.7v3.7c7.5 0 15.3-.7 22.9-.7 7.3 0 14.5.6 21.7.7v-3.7h-2.2c-13.7 0-17.1-6-17.2-21.2v-73.7zm-3.5-36.2.5-.5zm-.5-.3-.1-.2zm55.6 9.8c-1.8 5.9-3.9 10.5-3.9 13.6 0 5.2 7.3 6.1 13 6.1h1.9v5.3c-7-.4-14.1-.7-21.1-.7-6.3 0-12.5.3-18.8.7v-5.3h1c6.8 0 12.5-4 15.1-11.3l27.9-79.9c2.2-6.4 5.4-15.1 6.5-21.6 5.5-1.9 12.5-5.4 15.8-7.5.5-.2.8-.4 1.4-.4.5 0 .9 0 1.2.5.5 1.4 1 3 1.6 4.3l32 91.1c2.1 6.1 4.2 12.5 6.4 17.8 2.1 4.9 5.8 6.9 11.5 6.9h1v5.3c-7.8-.4-15.7-.7-24-.7-8.5 0-17.3.3-26.1.7v-5.3h1.9c4 0 10.8-.7 10.8-5 0-2.3-1.6-7-3.5-12.5l-6.8-20.2h-39.5zm25.4-77.2h-.4l-16.2 49.3h32.5z\"><\/path><path d=\"m1658.8 510.7c-7.8-.4-15.7-.7-24-.7-8.5 0-17.2.4-26.1.7h-.8v-6.8h2.7c4 0 10-.9 10-4.3 0-2-1.5-6.8-3.4-12.3l-6.6-19.7h-38.4l-5.4 17.6c-1.8 5.9-3.8 10.5-3.8 13.4.1 4.2 6.6 5.3 12.3 5.3h2.7v6.8h-.8c-7-.4-14.1-.7-21-.7-6.2 0-12.5.4-18.8.7h-.8v-6.8h1.8c6.5 0 11.9-3.7 14.4-10.8l27.9-79.9c2.3-6.5 5.4-15.1 6.9-22.1 5.5-1.8 12.4-5.3 15.8-7.5.5-.2 1-.4 1.7-.4.4 0 1.4.1 1.9 1 .5 1.4 1 3 1.6 4.4l32.1 91c2.1 6.1 4.1 12.5 6.4 17.7 2 4.6 5.2 6.5 10.8 6.5h1.8v6.8zm-49.4-1.6c8.6-.3 17.1-.6 25.4-.6 8.1 0 15.7.3 23.2.6v-3.6h-.2c-6 0-10.1-2.3-12.2-7.4-2.3-5.3-4.4-11.7-6.4-17.8l-32-91c-.5-1.4-1-3-1.5-4.2-.1-.2-.1-.2-.3-.2h-.3c-.4 0-.6.1-1 .2-3.4 2.2-10.3 5.6-15.5 7-1.1 6.6-4.2 15.3-6.5 21.7l-27.9 79.9c-2.7 7.6-8.8 11.9-15.8 11.9h-.3v3.6c6-.3 12-.6 18-.6 6.7 0 13.6.3 20.2.6v-3.6h-1.1c-5.7-.1-13.6-.7-13.8-6.9 0-3.5 2.1-7.9 3.8-13.8l.8.2-.8-.3 5.7-18.6h40.6l7 20.7c2 5.6 3.5 10.2 3.5 12.8-.2 5.3-7.6 5.7-11.5 5.8h-1.2zm-35.6-51.2 16.7-50.8h.9v.8h-.2.2v-.8h.5l16.5 50.8zm2.1-1.5h30.5l-15.1-46.7zm14.8-48.3.4-.1zm75.8-11c-13.1 0-13.6 3.1-16.2 15.8h-5.2c.7-4.9 1.6-9.7 2.1-14.8.7-4.9 1-9.7 1-14.8h4.2c1.4 5.2 5.8 5 10.4 5h89.8c4.7 0 9-.2 9.4-5.4l4.2.7c-.7 4.7-1.4 9.4-1.9 14.1-.4 4.7-.4 9.4-.4 14.1l-5.2 1.9c-.3-6.4-1.2-16.7-12.9-16.7h-28.5v92.6c0 13.4 6.1 15 14.4 15h3.3v5.3c-6.8 0-18.9-.7-28.4-.7-10.4 0-22.6.7-29.4.7v-5.3h3.3c9.6 0 14.5-.9 14.5-14.6v-93z\"><\/path><path d=\"m1735 510.7c-6.8 0-19-.7-28.4-.7-10.4 0-22.6.7-29.4.7h-.8v-6.7h4.1c9.6-.2 13.4-.4 13.7-13.8v-92.2h-27.7v-1.5h29.3v93.8c0 14-5.6 15.3-15.2 15.4h-2.6v3.7c6.9-.1 18.6-.7 28.7-.7 9.1 0 20.7.6 27.6.7v-3.7h-2.6c-8.4 0-15.1-2.1-15.2-15.7v-93.4h29.3c11.7 0 13.2 10 13.5 16.4l3.8-1.4c0-4.5 0-9.1.3-13.7.5-4.5 1.1-8.9 1.8-13.4l-2.6-.4c-.8 5.1-5.7 5.3-10 5.3h-90.7c-4.1 0-8.5-.2-10.1-5.1h-2.8c0 4.8-.4 9.5-1.1 14.1-.5 4.8-1.3 9.4-2 14h3.7c2.3-12.1 3.8-16.1 16.8-15.9v1.5c-12.9.2-12.6 2.4-15.5 15.3l-.1.6h-6.7l.1-.9c.7-4.9 1.6-9.8 2.1-14.8.7-4.9 1.1-9.7 1.1-14.7v-.8h5.5l.1.5c1.2 4.4 4.4 4.4 8.8 4.5h.9 89.8c4.8-.1 8.3-.2 8.6-4.7v-.8l.8.2 4.9.8-.1.8c-.7 4.7-1.4 9.4-1.9 14-.4 4.6-.4 9.4-.4 14v.5l-.5.2-6.2 2.2v-1c-.4-6.5-1.1-16-12.1-16h-27.6v91.9c.2 13.1 5.4 14 13.7 14.2h4.1v6.7zm37.6-6h2.4c6.3 0 12.9-.8 12.9-9.9v-91.2c0-9.1-6.6-9.9-12.9-9.9h-2.4v-5.2c6.8 0 17.2.7 25.7.7 8.7 0 19.2-.7 27.4-.7v5.2h-2.4c-6.3 0-12.9.9-12.9 9.9v91.2c0 9.1 6.6 9.9 12.9 9.9h2.4v5.3c-8.4 0-18.8-.7-27.5-.7-8.5 0-18.8.7-25.6.7z\"><\/path><path d=\"m1825.7 510.7c-8.4 0-18.8-.7-27.5-.7-8.5 0-18.8.7-25.6.7h-.8v-6.7h3.2c6.3-.1 12.1-.6 12.1-9.2v-91.2c0-8.5-5.8-9.1-12.1-9.2h-3.2v-6.7h.8c6.8 0 17.2.7 25.7.7 8.7 0 19.1-.7 27.4-.7h.7v6.7h-3.2c-6.4.1-12.1.7-12.2 9.2v91.2c.1 8.5 5.8 9.1 12.2 9.2h3.2v6.7zm-.8-1.5v-3.7h-1.7c-6.2 0-13.6-1.1-13.6-10.7v-91.2c0-9.6 7.4-10.7 13.6-10.7h1.7v-3.7c-8 0-18.1.7-26.6.7-8.2 0-18.2-.6-25-.7v3.7h1.7c6.2 0 13.6 1.1 13.6 10.7v91.2c0 9.6-7.4 10.7-13.6 10.7h-1.7v3.7c6.7-.1 16.6-.7 24.8-.7 8.5 0 18.6.6 26.8.7zm70.2-123.4c37.1 0 66.7 23 66.7 60.1 0 40-28.7 66.7-65.8 66.7-36.9 0-65.1-25.1-65.1-62.5 0-36.2 28-64.3 64.2-64.3zm2.6 119.1c33.8 0 39.7-29.8 39.7-55.2s-13.7-56.2-42.6-56.2c-30.5 0-39.5 27.2-39.5 50.5 0 31.1 14.2 60.9 42.4 60.9z\"><\/path><path d=\"m1830.1 450.1c.1-36.6 28.4-64.9 65-65v1.5c-35.8 0-63.5 27.7-63.5 63.5.1 37 27.9 61.7 64.4 61.7 36.7 0 65-26.3 65.1-65.9 0-36.6-29.2-59.3-66-59.3v-1.5c37.4 0 67.4 23.3 67.4 60.8 0 40.5-29.1 67.4-66.5 67.4-37.2-.1-65.8-25.4-65.9-63.2zm24.4-6.2c0-23.4 9.2-51.2 40.3-51.2 29.5.1 43.3 31.5 43.4 57 0 25.4-6 55.9-40.4 55.9v-1.5c33.1 0 38.8-29 38.9-54.4 0-25.2-13.6-55.4-41.9-55.5-29.9 0-38.7 26.5-38.8 49.7 0 31 14.2 60.1 41.7 60.2v1.5c-28.9 0-43.1-30.3-43.2-61.7zm224.6 31.7.4-.3v-65.3c0-14.3-9.9-16.4-15.2-16.4h-3.8v-5.2c8.2 0 16.2.7 24.3.7 7.2 0 14.3-.7 21.4-.7v5.2h-2.6c-7.3 0-15.5 1.4-15.5 22.1v79.3c0 6.1.2 12.2 1.1 17.6h-6.6l-89.7-99.9v71.7c0 15.1 2.9 20.4 16.3 20.4h3v5.3c-7.5 0-15-.7-22.5-.7-7.8 0-15.9.7-23.7.7v-5.3h2.4c12 0 15.6-8.2 15.6-22.1v-73.3c0-9.7-8-15.6-15.8-15.6h-2.3v-5.2c6.6 0 13.4.7 20 .7 5.2 0 10.3-.7 15.5-.7z\"><\/path><path d=\"m2089.2 513.3-7.2-.3-88.3-98.5v69.8c.2 15.1 2.5 19.4 15.6 19.6h3.8v6.8h-.8c-7.5 0-15-.7-22.5-.7-7.8 0-15.8.7-23.7.7h-.7v-6.8h3.2c11.5 0 14.8-7.4 14.9-21.3v-73.3c0-9.3-7.6-14.9-15.1-14.9h-3v-6.7h.7c6.7 0 13.5.7 20 .7 5.2 0 10.2-.7 16.1-.4l76.5 86.1v-64c0-13.9-9.3-15.5-14.4-15.6h-4.6v-6.7h.8c8.2 0 16.2.7 24.3.7 7.1 0 14.2-.7 21.5-.7h.7v6.7h-3.4c-7.2.2-14.6.9-14.7 21.4v79.1c0 6.1.1 12.2 1 17.5l.1.8zm-6.6-1.5h5.7c-.8-5.2-.9-11-.9-16.8v-79.2c0-20.9 8.8-22.8 16.2-22.9h1.9v-3.7c-6.9 0-13.7.7-20.7.7-7.9 0-15.7-.6-23.6-.7v3.7h3.1c5.4.1 15.9 2.4 15.9 17.2l-.2 65.8-.3.4-.6.6-77.5-87.5c-5.1 0-10.2.7-15.5.7-6.4 0-12.9-.6-19.3-.7v3.7h1.5c8.2.1 16.6 6.2 16.6 16.4v73.3c0 13.9-3.9 22.8-16.4 22.9h-1.7v3.7c7.6 0 15.3-.7 23-.7 7.3 0 14.5.6 21.7.7v-3.7h-2.2c-13.7 0-17.1-6-17.1-21.1v-73.7zm-3.5-36.2.6-.5zm-.4-.3-.1-.2zm55.5 9.8c-1.7 5.9-3.8 10.5-3.8 13.6 0 5.2 7.3 6.1 13 6.1h1.9v5.3c-7-.4-14.1-.7-21.1-.7-6.3 0-12.5.3-18.8.7v-5.3h1c6.8 0 12.6-4 15.2-11.3l27.9-79.9c2.2-6.4 5.4-15.1 6.4-21.6 5.6-1.9 12.5-5.4 15.9-7.5.5-.2.8-.4 1.4-.4.5 0 .8 0 1.2.5.5 1.4 1.1 3 1.6 4.3l32 91.1c2.1 6.1 4.2 12.5 6.5 17.8 2.1 4.9 5.8 6.9 11.5 6.9h1.1v5.3c-7.8-.4-15.7-.7-24-.7-8.5 0-17.2.3-26.1.7v-5.3h1.9c4 0 10.8-.7 10.8-5 0-2.3-1.6-7-3.5-12.5l-6.8-20.2h-39.5zm25.5-77.2h-.3l-16.2 49.3h32.6z\"><\/path><path d=\"m2227 510.7c-7.8-.3-15.7-.7-24-.7-8.5 0-17.2.4-26.1.7h-.8v-6.7h2.6c4.1 0 10.1-.9 10.1-4.3 0-2-1.5-6.7-3.5-12.3l-6.6-19.7h-38.4l-5.4 17.6c-1.7 6-3.8 10.5-3.8 13.4 0 4.3 6.5 5.3 12.3 5.3h2.7v6.8h-.8c-7-.3-14.1-.7-21-.7-6.2 0-12.5.4-18.8.7h-.8v-6.8h1.8c6.5 0 11.9-3.8 14.5-10.8l27.9-79.9c2.2-6.5 5.4-15.1 6.9-22.1 5.5-1.9 12.5-5.4 15.8-7.5.5-.2.9-.4 1.6-.4.5 0 1.4.1 1.9 1 .5 1.4 1 2.9 1.6 4.4l32 91c2.1 6.1 4.2 12.5 6.4 17.7 2 4.6 5.2 6.4 10.8 6.5h1.8v6.8zm-49.4-1.5c8.6-.3 17.1-.7 25.4-.7 8.1 0 15.7.3 23.3.6v-3.6h-.3c-5.9 0-10-2.3-12.2-7.4-2.3-5.3-4.4-11.7-6.4-17.8l-32-91.1c-.5-1.4-1-3-1.5-4.2-.1-.2-.1-.2-.3-.2h-.3c-.4 0-.6.1-1 .2-3.4 2.1-10.4 5.6-15.5 7-1.1 6.6-4.2 15.3-6.5 21.7l-27.9 79.9c-2.6 7.6-8.7 11.9-15.8 11.9h-.3v3.6c6-.3 12-.6 18-.6 6.7 0 13.6.3 20.3.6v-3.6h-1.2c-5.7-.1-13.6-.7-13.8-6.9 0-3.5 2.2-7.9 3.9-13.8l.7.2-.7-.3 5.7-18.6h40.6l7 20.7c1.9 5.6 3.5 10.2 3.5 12.8-.3 5.3-7.6 5.7-11.5 5.8h-1.1zm-35.5-51.3 16.7-50.8h.9v.8h-.2.2v-.8h.5l16.5 50.8zm2-1.5h30.4l-15.1-46.6zm14.8-48.3.3-.1zm112 84.8c0 7 4.8 9 10.4 9.8 7.1.5 15 .5 23-.4 7.3-.9 13.6-5.1 16.7-9.4 2.8-3.8 4.3-8.7 5.4-12.5h5c-1.9 9.9-4.3 19.7-6.4 29.6-15.3 0-30.6-.7-45.9-.7s-30.6.7-45.9.7v-5.3h2.4c6.3 0 13.1-.8 13.1-11.6v-89.5c0-9.1-6.8-9.9-13.1-9.9h-2.4v-5.2c9.2 0 18.3.7 27.5.7 8.9 0 17.6-.7 26.5-.7v5.2h-4.4c-6.6 0-11.8.2-11.8 9.4v89.8z\"><\/path><path d=\"m2325 510.7c-15.3 0-30.7-.7-45.9-.7-15.3 0-30.6.7-46 .7h-.7v-6.7h3.2c6.3-.1 12.3-.6 12.3-10.9v-89.5c-.1-8.5-6-9-12.3-9.2h-3.2v-6.7h.7c9.3 0 18.3.7 27.5.7 8.8 0 17.5-.7 26.5-.7h.7v6.7h-5.1c-6.7.2-10.9-.1-11.1 8.7v89.8c0 6.5 4.3 8.2 9.7 9 3.1.2 6.3.4 9.7.4 4.3 0 8.7-.2 13.2-.7 7.1-.8 13.2-4.9 16.2-9.1 2.7-3.7 4.2-8.5 5.3-12.3l.2-.6h6.6l-.2.9c-2 10-4.4 19.7-6.5 29.6l-.1.6zm-.7-1.5c2-9.4 4.3-18.7 6.2-28.1h-3.6c-1.1 3.8-2.6 8.5-5.4 12.3-3.2 4.5-9.7 8.8-17.2 9.7-4.6.5-9.1.7-13.3.7-3.4 0-6.6-.2-9.8-.4-5.7-.6-11.2-3-11.1-10.5v-89.8c0-9.7 6.1-10.2 12.6-10.2h3.6v-3.7c-8.6 0-17 .7-25.7.7-9 0-17.8-.6-26.8-.7v3.7h1.7c6.2 0 13.8 1.1 13.8 10.7v89.5c0 11.3-7.6 12.4-13.8 12.4h-1.7v3.7c15.1 0 30.1-.7 45.2-.7 15.2 0 30.3.7 45.3.7zm5-125.7c10.5 0 18.3 8.1 18.3 18.4s-7.8 18.3-18.3 18.3-18.3-8-18.3-18.3 7.8-18.4 18.3-18.4zm0 33.2c8.2 0 14.5-7 14.5-14.9s-6.2-15-14.5-15c-8.2 0-14.5 7.1-14.5 15s6.3 14.9 14.5 14.9zm-9.1-5.2v-.9c2.3-.3 2.7-.2 2.7-1.6v-13.6c0-1.9-.2-2.6-2.6-2.5v-.9h9.4c3.2 0 6.2 1.5 6.2 4.9 0 2.7-1.8 4.7-4.3 5.5l3 4.2c1.4 1.9 3 3.7 4 4.3v.6h-3.6c-1.7 0-3.2-3.6-6.6-8.4h-2v6.1c0 1.2.4 1.1 2.7 1.4v.9zm6.2-9.6h2.2c2.4 0 3.5-1.8 3.5-4.7s-1.7-3.9-3.6-3.9h-2v8.6z\"><\/path><\/g><path d=\"m449.8 608.3c166.3.8 318-135.6 318-301.5 0-181.4-151.8-306.9-318-306.8h-143.1c-168.2-.1-306.7 125.4-306.7 306.8 0 166 138.5 302.3 306.7 301.5z\" fill=\"#0079be\"><\/path><path d=\"m307.4 25.1c-153.7 0-278.3 124.7-278.4 278.5 0 153.8 124.6 278.4 278.4 278.4s278.4-124.7 278.4-278.4c0-153.8-124.6-278.4-278.4-278.5zm-176.4 278.5c.1-75.2 47.1-139.3 113.3-164.7v329.4c-66.2-25.4-113.2-89.5-113.3-164.7zm239.6 164.8v-329.5c66.2 25.4 113.2 89.5 113.3 164.7-.1 75.2-47.1 139.3-113.3 164.8z\" fill=\"#fff\"><\/path><path d=\"m865.4 130.9c0-28.8-15-26.9-29.4-27.2v-8.3c12.5.6 25.3.6 37.7.6 13.4 0 31.7-.6 55.4-.6 82.8 0 127.9 55.3 127.9 112 0 31.7-18.5 111.3-131.8 111.3-16.3 0-31.4-.6-46.4-.6-14.4 0-28.5.3-42.9.6v-8.3c19.2-1.9 28.5-2.6 29.4-24.3zm31.3 150c0 24.6 17.6 27.5 33.3 27.5 69.1 0 91.8-52.2 91.8-99.8 0-59.8-38.4-103-100.1-103-13.1 0-19.2.9-25 1.3zm171.5 29.5h6.1c8.9 0 15.4 0 15.4-10.6v-86.7c0-14.1-4.8-16-16.6-22.4v-5.1c15-4.5 33-10.5 34.2-11.5 2.3-1.3 4.2-1.6 5.8-1.6s2.2 1.9 2.2 4.5v122.8c0 10.6 7 10.6 16 10.6h5.4v8.3c-10.9 0-22.1-.6-33.6-.6s-23 .3-34.9.6zm34.2-187.2c-8.3 0-15.7-7.7-15.7-16 0-8 7.7-15.4 15.7-15.4 8.3 0 15.7 6.7 15.7 15.4s-7 16-15.7 16zm64.7 91.8c0-11.8-3.5-15-18.5-21.1v-6.1c13.7-4.5 26.8-8.6 42.2-15.4 1 0 1.9.7 1.9 3.2v20.8c18.3-13.1 33.9-24 55.4-24 27.2 0 36.8 19.8 36.8 44.8v82.5c0 10.6 7 10.6 16 10.6h5.8v8.3c-11.2 0-22.4-.6-33.9-.6s-23.1.3-34.6.6v-8.3h5.7c9 0 15.3 0 15.3-10.6v-82.7c0-18.3-11.1-27.2-29.4-27.2-10.2 0-26.5 8.3-37.1 15.4v94.7c0 10.6 7.1 10.6 16 10.6h5.7v8.3c-11.2 0-22.4-.6-33.9-.6s-23 .3-34.5.6v-8.3h5.8c9 0 15.3 0 15.3-10.6zm163.8 15.4c-.7 2.9-.7 7.7 0 18.6 1.9 30.4 21.4 55.3 47 55.3 17.6 0 31.4-9.6 43.2-21.4l4.5 4.5c-14.7 19.5-33 36.1-59.2 36.1-50.9 0-61.1-49.3-61.1-69.7 0-62.7 42.2-81.3 64.6-81.3 25.9 0 53.8 16.3 54.1 50.2 0 1.9 0 3.8-.3 5.8l-2.9 1.9zm56.6-10.3c8 0 8.9-4.2 8.9-8 0-16.3-9.9-29.4-27.8-29.4-19.5 0-32.9 14.4-36.8 37.4zm43.8 90.3h8.6c8.9 0 15.3 0 15.3-10.6v-89.9c0-9.9-11.8-11.8-16.6-14.4v-4.8c23.4-9.9 36.2-18.3 39.1-18.3 1.9 0 2.8 1 2.8 4.2v28.8h.7c8-12.5 21.4-33 40.9-33 8 0 18.2 5.4 18.2 17 0 8.6-6.1 16.3-15 16.3-10 0-10-7.7-21.1-7.7-5.4 0-23.3 7.4-23.3 26.6v75.2c0 10.6 6.4 10.6 15.4 10.6h17.9v8.3c-17.6-.3-31-.6-44.8-.6-13.1 0-26.6.3-38.1.6zm123.2-36.2c4.2 21.1 16.9 39 40.3 39 18.8 0 25.9-11.5 25.9-22.7 0-37.8-69.7-25.6-69.7-77.1 0-17.9 14.4-41 49.6-41 10.2 0 24 2.9 36.4 9.3l2.3 32.6h-7.4c-3.2-20.1-14.4-31.7-34.9-31.7-12.8 0-24.9 7.4-24.9 21.1 0 37.5 74.2 25.9 74.2 76.1 0 21.1-17 43.5-55 43.5-12.8 0-27.8-4.5-39-10.9l-3.5-36.8zm380.6-120.9h-8c-6.1-37.4-32.6-52.5-68.4-52.5-36.8 0-90.2 24.6-90.2 101.4 0 64.7 46.1 111 95.3 111 31.7 0 57.9-21.8 64.3-55.4l7.3 1.9-7.3 46.7c-13.4 8.3-49.6 17-70.7 17-74.8 0-122.2-48.3-122.2-120.3 0-65.6 58.5-112.6 121.2-112.6 25.9 0 50.9 8.4 75.5 17zm11.5 157.1h6.1c9 0 15.4 0 15.4-10.6v-178.2c0-20.8-4.8-21.4-17-25v-5.1c12.8-4.2 26.2-9.9 33-13.8 3.5-1.9 6.1-3.5 7-3.5 2 0 2.6 1.9 2.6 4.5v221.1c0 10.6 7 10.6 16 10.6h5.4v8.3c-10.8 0-22-.6-33.6-.6-11.5 0-23 .3-34.9.6zm205.4-9.3c0 5.8 3.5 6.1 8.9 6.1 3.8 0 8.6-.3 12.8-.3v6.7c-13.8 1.3-40 8-46.1 9.9l-1.6-1v-25.9c-19.2 15.7-33.9 26.9-56.6 26.9-17.3 0-35.2-11.2-35.2-38v-81.9c0-8.3-1.3-16.3-19.2-17.9v-6.1c11.5-.3 37.1-2.2 41.2-2.2 3.5 0 3.5 2.2 3.5 9.3v82.5c0 9.6 0 37.1 27.8 37.1 10.9 0 25.3-8.3 38.7-19.5v-86.1c0-6.4-15.3-9.9-26.8-13.1v-5.8c28.8-1.9 46.7-4.5 49.9-4.5 2.6 0 2.6 2.2 2.6 5.8zm63.7-105.6c12.8-10.9 30.1-23 47.7-23 37.1 0 59.5 32.3 59.5 67.2 0 41.9-30.7 83.8-76.5 83.8-23.7 0-36.1-7.7-44.5-11.2l-9.6 7.3-6.7-3.5c2.8-18.9 4.5-37.4 4.5-56.9v-137.6c0-20.8-4.8-21.4-17-25v-5.1c12.8-4.2 26.2-9.9 33-13.8 3.5-1.9 6.1-3.5 7.1-3.5 1.9 0 2.5 1.9 2.5 4.5zm0 87c0 12.2 11.5 32.7 32.9 32.7 34.2 0 48.6-33.6 48.6-62.1 0-34.5-26.2-63.3-51.2-63.3-11.9 0-21.8 7.7-30.4 15.1zm-1380.1 222.2h2.5c6.3 0 12.9-.8 12.9-9.9v-91.2c0-9.1-6.6-9.9-12.9-9.9h-2.5v-5.2c6.8 0 17.2.7 25.8.7 8.7 0 19.1-.7 27.3-.7v5.2h-2.5c-6.2 0-12.9.9-12.9 9.9v91.2c0 9.1 6.6 9.9 12.9 9.9h2.5v5.3c-8.4 0-18.8-.7-27.5-.7-8.5 0-18.8.7-25.6.7z\" fill=\"#211e1f\"><\/path><path d=\"m888.7 510.7c-8.4 0-18.8-.7-27.5-.7-8.5 0-18.7.7-25.6.7h-.7v-6.7h3.2c6.3-.1 12.1-.7 12.1-9.2v-91.2c-.1-8.5-5.8-9.1-12.1-9.2h-3.2v-6.7h.7c6.8 0 17.3.7 25.8.7 8.7 0 19.1-.7 27.3-.7h.8v6.7h-3.2c-6.3.1-12.1.7-12.1 9.2v91.2c0 8.5 5.8 9 12.1 9.2h3.2v6.7zm-.7-1.5v-3.7h-1.7c-6.2 0-13.6-1.1-13.7-10.7v-91.2c0-9.6 7.4-10.7 13.7-10.7h1.7v-3.7c-8 0-18.1.7-26.6.7-8.3 0-18.3-.6-25-.7v3.7h1.7c6.2 0 13.6 1.1 13.6 10.7v91.2c0 9.6-7.4 10.7-13.6 10.7h-1.7v3.7c6.7-.1 16.6-.7 24.8-.7 8.5 0 18.6.7 26.8.7zm120.3-33.6.3-.3v-65.3c0-14.3-9.9-16.4-15.1-16.4h-3.8v-5.2c8.2 0 16.2.7 24.4.7 7.1 0 14.3-.7 21.4-.7v5.2h-2.6c-7.3 0-15.5 1.4-15.5 22.1v79.3c0 6.1.2 12.2 1 17.6h-6.6l-89.6-99.9v71.7c0 15.1 2.9 20.4 16.4 20.4h2.9v5.3c-7.5 0-14.9-.7-22.4-.7-7.8 0-15.8.7-23.7.7v-5.3h2.4c12 0 15.7-8.2 15.7-22.1v-73.3c0-9.7-8-15.6-15.8-15.6h-2.3v-5.2c6.6 0 13.4.7 20 .7 5.2 0 10.3-.7 15.5-.7z\" fill=\"#211e1f\"><\/path><path d=\"m1018.4 513.3-7.2-.3-88.3-98.5v69.8c.2 15.1 2.5 19.4 15.6 19.6h3.7v6.7h-.8c-7.5 0-15-.7-22.5-.7-7.8 0-15.8.7-23.7.7h-.8v-6.6h3.2c11.5-.1 14.8-7.4 14.9-21.3v-73.3c0-9.3-7.6-14.9-15.1-14.9h-3v-6.7h.8c6.7 0 13.5.7 20 .7 5.2 0 10.2-.7 16.1-.4l76.5 86.1v-64c-.1-13.9-9.3-15.5-14.4-15.6h-4.6v-6.7h.8c8.2 0 16.2.7 24.4.7 7.1 0 14.2-.7 21.4-.7h.8v6.7h-3.4c-7.2.2-14.6.8-14.8 21.4v79c0 6.1.2 12.2 1 17.4l.2.9zm-6.7-1.5h5.8c-.8-5.2-.9-11-.9-16.8v-79.2c0-20.9 8.8-22.9 16.2-22.9h1.8v-3.7c-6.9 0-13.7.7-20.7.7-8 0-15.7-.6-23.6-.7v3.7h3.1c5.3 0 15.9 2.4 15.9 17.2l-.2 65.8-.4.4-.6.5-77.4-87.5c-5.2 0-10.2.7-15.5.7-6.4 0-12.9-.6-19.2-.7v3.7h1.5c8.2 0 16.6 6.2 16.6 16.4v73.3c0 13.9-3.9 22.8-16.4 22.9h-1.7v3.8c7.5-.1 15.3-.7 22.9-.7 7.3 0 14.5.6 21.7.7v-3.7h-2.2c-13.7 0-17.1-6-17.1-21.1v-73.7zm-3.4-36.2.6-.5zm-.4-.3-.1-.2zm53.6-78.2c-13.1 0-13.6 3.1-16.2 15.8h-5.2c.7-4.9 1.6-9.7 2.1-14.8.7-4.9 1-9.7 1-14.8h4.2c1.4 5.2 5.7 5 10.5 5h89.8c4.7 0 9.1-.2 9.4-5.4l4.2.7c-.7 4.7-1.4 9.4-1.9 14.1-.3 4.7-.3 9.4-.3 14.1l-5.2 1.9c-.4-6.4-1.2-16.7-12.9-16.7h-28.5v92.6c0 13.4 6.1 15 14.4 15h3.3v5.3c-6.8 0-19-.7-28.4-.7-10.4 0-22.6.7-29.4.7v-5.3h3.3c9.6 0 14.4-.9 14.4-14.6v-93z\" fill=\"#211e1f\"><\/path><path d=\"m1130.1 510.7c-6.9 0-19-.7-28.4-.7-10.4 0-22.6.7-29.4.7h-.7v-6.7h4c9.6-.2 13.5-.4 13.7-13.8v-92.2h-27.8v-1.5h29.3v93.8c0 14-5.6 15.4-15.2 15.4h-2.6v3.7c6.9 0 18.6-.7 28.7-.7 9.1 0 20.7.6 27.6.7v-3.7h-2.5c-8.4 0-15.2-2.1-15.2-15.8v-93.4h29.3c11.7 0 13.2 10 13.6 16.4l3.8-1.4c0-4.5 0-9.1.3-13.7.5-4.5 1.1-8.9 1.8-13.4l-2.7-.4c-.8 5.1-5.7 5.3-10.1 5.3h-90.6c-4.1 0-8.6-.2-10.1-5.1h-2.9c0 4.7-.4 9.4-1 14.1-.5 4.8-1.3 9.4-2 14h3.7c2.3-12.1 3.8-16.1 16.8-15.9v1.5c-12.9.2-12.6 2.4-15.4 15.3l-.1.6h-6.7l.1-.9c.7-4.9 1.6-9.7 2.1-14.8.7-4.8 1.1-9.7 1.1-14.7v-.8h5.5l.1.5c1.2 4.4 4.4 4.4 8.8 4.5h90.7c4.9-.1 8.4-.1 8.7-4.7l.1-.8.8.2 4.9.8-.1.8c-.7 4.7-1.4 9.4-1.9 14-.3 4.6-.3 9.3-.3 14v.5l-.5.2-6.2 2.2v-1c-.5-6.5-1.1-16-12.1-16h-27.8v91.9c.2 13.1 5.4 14 13.7 14.2h4.1v6.7zm36.7-6h2.5c6.3 0 12.9-.8 12.9-9.9v-91.2c0-9.1-6.6-9.9-12.9-9.9h-2.5v-5.2c10.6 0 28.7.7 43.3.7 14.7 0 32.7-.7 44.6-.7-.3 7.5-.1 19 .4 26.6l-5.3 1.4c-.8-11.3-2.9-20.3-21.2-20.3h-24.2v45.6h20.7c10.4 0 12.7-5.9 13.7-15.3h5.2c-.3 6.8-.5 13.6-.5 20.4 0 6.6.2 13.2.5 19.8l-5.2 1c-1-10.4-1.6-17.2-13.6-17.2h-20.9v40.5c0 11.3 10.1 11.3 21.2 11.3 20.9 0 30.1-1.4 35.3-21.2l4.9 1.2c-2.3 9.2-4.4 18.5-5.9 27.7-11.2 0-31.2-.7-46.8-.7-15.7 0-36.4.7-46.3.7v-5.3z\" fill=\"#211e1f\"><\/path><path d=\"m1259.9 510.7c-11.2 0-31.2-.7-46.8-.7-15.7 0-36.4.7-46.3.7h-.7v-6.7h3.2c6.3-.1 12-.7 12.1-9.2v-91.2c-.1-8.5-5.8-9.1-12.1-9.2h-3.2v-6.7h.7c10.6 0 28.7.7 43.3.7s32.7-.7 44.6-.7h.8v.8c-.1 2.6-.2 5.7-.2 9 0 6 .2 12.6.5 17.6v.6l-.6.2-6.1 1.6v-.9c-1-11.3-2.5-19.5-20.5-19.7h-23.5v44.1h20c10-.1 11.8-5.2 13-14.6l.1-.7h6.7v.8c-.3 6.8-.6 13.6-.6 20.4 0 6.6.2 13.2.6 19.8v.6l-.6.1-6 1.2-.1-.8c-1.2-10.6-1.3-16.4-12.8-16.6h-20.1v39.8c0 10.6 9.1 10.5 20.5 10.6 21-.1 29.4-1.1 34.6-20.7l.2-.7.7.1 5.6 1.4-.2.7c-2.2 9.2-4.3 18.4-5.9 27.6l-.1.6zm-.6-1.5c1.5-8.8 3.5-17.6 5.6-26.4l-3.4-.9c-5.2 19.5-15.3 21.2-35.8 21.1-11 0-21.9 0-22-12.1v-41.3h21.6c12.2-.1 13.4 7.2 14.3 17.1l3.8-.8c-.3-6.4-.5-12.8-.5-19.2 0-6.6.2-13.1.5-19.6h-3.8c-1 9.1-3.8 15.4-14.4 15.3h-21.5v-47.1h25c18.1-.1 21.1 9.2 21.9 20.2l3.8-1c-.3-4.9-.5-11.2-.5-17 0-3 .1-5.8.2-8.3-11.8 0-29.5.7-43.8.7s-31.9-.6-42.6-.7v3.7h1.7c6.2 0 13.6 1.1 13.6 10.7v91.2c0 9.6-7.4 10.7-13.6 10.7h-1.7v3.7c10.2 0 30.3-.7 45.6-.7 15.2 0 34.8.7 46 .7zm30-102.3c0-12.7-7-13.2-12.4-13.2h-3.1v-5.2c5.6 0 16.4.7 27 .7 10.4 0 18.8-.7 28-.7 21.9 0 41.4 5.9 41.4 30.7 0 15.6-10.4 25.2-24.2 30.6l29.8 44.5c4.9 7.4 8.3 9.4 16.9 10.4v5.3c-5.7 0-11.3-.7-17.1-.7-5.4 0-11 .7-16.4.7-13.4-17.6-24.9-36.4-36.2-56.4h-11.5v37.3c0 13.4 6.2 13.9 14.2 13.9h3.1v5.3c-9.9 0-20-.7-29.9-.7-8.4 0-16.5.7-25.2.7v-5.3h3.1c6.5 0 12.4-2.9 12.4-9.4zm22.3 40.4h8.5c17.4 0 26.8-6.6 26.8-27.2 0-15.5-9.9-25.4-25.4-25.4-5.2 0-7.4.5-9.9.7z\" fill=\"#211e1f\"><\/path><path d=\"m1392.7 510.7c-5.8 0-11.4-.7-17.1-.7-5.3 0-10.9.7-16.9.4-13.4-17.5-24.8-36.2-36-56.1h-10.3v36.5c.2 13.1 5.4 13 13.5 13.2h3.9v6.7h-.8c-9.9 0-20-.7-29.9-.7-8.3 0-16.5.7-25.2.7h-.8v-6.7h3.9c6.3 0 11.6-2.8 11.6-8.6v-88.4c-.1-12.4-6.2-12.3-11.6-12.5h-3.9v-6.7h.8c5.6 0 16.4.7 27 .7 10.4 0 18.8-.7 28-.7 21.9 0 42.1 6.1 42.2 31.4 0 15.7-10.4 25.5-23.8 31l29.2 43.8c4.9 7.2 7.9 9 16.4 10.1l.6.1v6.6zm-81.1-57.9h11.9l.2.4c11.3 20 22.8 38.8 35.6 56 5.3 0 10.9-.7 16.3-.7 5.6 0 10.9.6 16.3.7v-3.8c-8.2-1-12-3.5-16.8-10.7l-30.3-45.3.9-.4c13.6-5.4 23.7-14.7 23.7-30 0-24.2-18.8-29.8-40.7-29.8-9.2 0-17.5.7-28 .7-10.2 0-20.5-.6-26.2-.7v3.7h2.4c5.4 0 13.1.9 13.1 14v88.4c0 7-6.6 10.2-13.1 10.2h-2.4v3.7c8.4 0 16.3-.7 24.5-.7 9.7 0 19.6.7 29.2.7v-3.7h-2.4c-7.9 0-15-1-15-14.7v-38zm0-4.8h-.8v-53.3l.7-.1c2.4-.2 4.7-.7 10-.7 15.9 0 26.2 10.3 26.2 26.2 0 20.8-10 27.8-27.6 27.9zm8.5-1.5c17.2-.1 25.9-6.1 26.1-26.4-.1-15.2-9.5-24.6-24.7-24.7-4.7 0-6.9.4-9.1.6v50.4h7.7zm190.8 29.1.3-.3v-65.3c0-14.3-9.9-16.4-15.1-16.4h-3.8v-5.2c8.2 0 16.2.7 24.4.7 7.1 0 14.3-.7 21.4-.7v5.2h-2.6c-7.3 0-15.5 1.4-15.5 22.1v79.3c0 6.1.2 12.2 1 17.6h-6.6l-89.6-99.9v71.7c0 15.1 3 20.4 16.4 20.4h3v5.3c-7.5 0-15-.7-22.4-.7-7.9 0-15.9.7-23.7.7v-5.3h2.4c12 0 15.7-8.2 15.7-22.1v-73.3c0-9.7-8-15.6-15.8-15.6h-2.3v-5.2c6.6 0 13.4.7 20 .7 5.2 0 10.3-.7 15.5-.7z\" fill=\"#211e1f\"><\/path><path d=\"m1521 513.3-7.2-.2-88.3-98.5v69.8c.2 15.1 2.5 19.4 15.6 19.6h3.7v6.7h-.8c-7.5 0-15-.7-22.5-.7-7.8 0-15.8.7-23.6.7h-.8v-6.7h3.2c11.5 0 14.8-7.4 14.9-21.4v-73.3c0-9.3-7.6-14.9-15-14.9h-3.1v-6.7h.8c6.6 0 13.4.7 20 .7 5.1 0 10.2-.7 16-.4l76.5 86.2v-64c0-13.8-9.3-15.5-14.4-15.6h-4.6v-6.7h.8c8.2 0 16.2.7 24.4.7 7.1 0 14.2-.7 21.4-.7h.8v6.7h-3.3c-7.2.2-14.6.8-14.8 21.4v79c0 6.1.2 12.1 1 17.5l.1.8zm-6.6-1.5h5.7c-.8-5.2-.9-11-.9-16.8v-79.2c0-20.9 8.8-22.8 16.3-22.9h1.8v-3.7c-6.8 0-13.7.7-20.6.7-8 0-15.8-.6-23.6-.7v3.7h3.1c5.4.1 15.9 2.4 15.9 17.1l-.2 65.8-.3.4-.5.6-77.5-87.5c-5.2 0-10.2.7-15.5.7-6.4 0-13-.6-19.3-.7v3.7h1.5c8.2.1 16.6 6.2 16.6 16.4v73.3c0 14-3.9 22.9-16.4 22.9h-1.7v3.7c7.5 0 15.3-.7 22.9-.7 7.3 0 14.5.6 21.7.7v-3.7h-2.2c-13.7 0-17.1-6-17.2-21.2v-73.7zm-3.5-36.2.5-.5zm-.5-.3-.1-.2zm55.6 9.8c-1.8 5.9-3.9 10.5-3.9 13.6 0 5.2 7.3 6.1 13 6.1h1.9v5.3c-7-.4-14.1-.7-21.1-.7-6.3 0-12.5.3-18.8.7v-5.3h1c6.8 0 12.5-4 15.1-11.3l27.9-79.9c2.2-6.4 5.4-15.1 6.5-21.6 5.5-1.9 12.5-5.4 15.8-7.5.5-.2.8-.4 1.4-.4.5 0 .9 0 1.2.5.5 1.4 1 3 1.6 4.3l32 91.1c2.1 6.1 4.2 12.5 6.4 17.8 2.1 4.9 5.8 6.9 11.5 6.9h1v5.3c-7.8-.4-15.7-.7-24-.7-8.5 0-17.3.3-26.1.7v-5.3h1.9c4 0 10.8-.7 10.8-5 0-2.3-1.6-7-3.5-12.5l-6.8-20.2h-39.5zm25.4-77.2h-.4l-16.2 49.3h32.5z\" fill=\"#211e1f\"><\/path><path d=\"m1658.8 510.7c-7.8-.4-15.7-.7-24-.7-8.5 0-17.2.4-26.1.7h-.8v-6.8h2.7c4 0 10-.9 10-4.3 0-2-1.5-6.8-3.4-12.3l-6.6-19.7h-38.4l-5.4 17.6c-1.8 5.9-3.8 10.5-3.8 13.4.1 4.2 6.6 5.3 12.3 5.3h2.7v6.8h-.8c-7-.4-14.1-.7-21-.7-6.2 0-12.5.4-18.8.7h-.8v-6.8h1.8c6.5 0 11.9-3.7 14.4-10.8l27.9-79.9c2.3-6.5 5.4-15.1 6.9-22.1 5.5-1.8 12.4-5.3 15.8-7.5.5-.2 1-.4 1.7-.4.4 0 1.4.1 1.9 1 .5 1.4 1 3 1.6 4.4l32.1 91c2.1 6.1 4.1 12.5 6.4 17.7 2 4.6 5.2 6.5 10.8 6.5h1.8v6.8zm-49.4-1.6c8.6-.3 17.1-.6 25.4-.6 8.1 0 15.7.3 23.2.6v-3.6h-.2c-6 0-10.1-2.3-12.2-7.4-2.3-5.3-4.4-11.7-6.4-17.8l-32-91c-.5-1.4-1-3-1.5-4.2-.1-.2-.1-.2-.3-.2h-.3c-.4 0-.6.1-1 .2-3.4 2.2-10.3 5.6-15.5 7-1.1 6.6-4.2 15.3-6.5 21.7l-27.9 79.9c-2.7 7.6-8.8 11.9-15.8 11.9h-.3v3.6c6-.3 12-.6 18-.6 6.7 0 13.6.3 20.2.6v-3.6h-1.1c-5.7-.1-13.6-.7-13.8-6.9 0-3.5 2.1-7.9 3.8-13.8l.8.2-.8-.3 5.7-18.6h40.6l7 20.7c2 5.6 3.5 10.2 3.5 12.8-.2 5.3-7.6 5.7-11.5 5.8h-1.2zm-35.6-51.2 16.7-50.8h.9v.8h-.2.2v-.8h.5l16.5 50.8zm2.1-1.5h30.5l-15.1-46.7zm14.8-48.3.4-.1zm75.8-11c-13.1 0-13.6 3.1-16.2 15.8h-5.2c.7-4.9 1.6-9.7 2.1-14.8.7-4.9 1-9.7 1-14.8h4.2c1.4 5.2 5.8 5 10.4 5h89.8c4.7 0 9-.2 9.4-5.4l4.2.7c-.7 4.7-1.4 9.4-1.9 14.1-.4 4.7-.4 9.4-.4 14.1l-5.2 1.9c-.3-6.4-1.2-16.7-12.9-16.7h-28.5v92.6c0 13.4 6.1 15 14.4 15h3.3v5.3c-6.8 0-18.9-.7-28.4-.7-10.4 0-22.6.7-29.4.7v-5.3h3.3c9.6 0 14.5-.9 14.5-14.6v-93z\" fill=\"#211e1f\"><\/path><path d=\"m1735 510.7c-6.8 0-19-.7-28.4-.7-10.4 0-22.6.7-29.4.7h-.8v-6.7h4.1c9.6-.2 13.4-.4 13.7-13.8v-92.2h-27.7v-1.5h29.3v93.8c0 14-5.6 15.3-15.2 15.4h-2.6v3.7c6.9-.1 18.6-.7 28.7-.7 9.1 0 20.7.6 27.6.7v-3.7h-2.6c-8.4 0-15.1-2.1-15.2-15.7v-93.4h29.3c11.7 0 13.2 10 13.5 16.4l3.8-1.4c0-4.5 0-9.1.3-13.7.5-4.5 1.1-8.9 1.8-13.4l-2.6-.4c-.8 5.1-5.7 5.3-10 5.3h-90.7c-4.1 0-8.5-.2-10.1-5.1h-2.8c0 4.8-.4 9.5-1.1 14.1-.5 4.8-1.3 9.4-2 14h3.7c2.3-12.1 3.8-16.1 16.8-15.9v1.5c-12.9.2-12.6 2.4-15.5 15.3l-.1.6h-6.7l.1-.9c.7-4.9 1.6-9.8 2.1-14.8.7-4.9 1.1-9.7 1.1-14.7v-.8h5.5l.1.5c1.2 4.4 4.4 4.4 8.8 4.5h.9 89.8c4.8-.1 8.3-.2 8.6-4.7v-.8l.8.2 4.9.8-.1.8c-.7 4.7-1.4 9.4-1.9 14-.4 4.6-.4 9.4-.4 14v.5l-.5.2-6.2 2.2v-1c-.4-6.5-1.1-16-12.1-16h-27.6v91.9c.2 13.1 5.4 14 13.7 14.2h4.1v6.7zm37.6-6h2.4c6.3 0 12.9-.8 12.9-9.9v-91.2c0-9.1-6.6-9.9-12.9-9.9h-2.4v-5.2c6.8 0 17.2.7 25.7.7 8.7 0 19.2-.7 27.4-.7v5.2h-2.4c-6.3 0-12.9.9-12.9 9.9v91.2c0 9.1 6.6 9.9 12.9 9.9h2.4v5.3c-8.4 0-18.8-.7-27.5-.7-8.5 0-18.8.7-25.6.7z\" fill=\"#211e1f\"><\/path><path d=\"m1825.7 510.7c-8.4 0-18.8-.7-27.5-.7-8.5 0-18.8.7-25.6.7h-.8v-6.7h3.2c6.3-.1 12.1-.6 12.1-9.2v-91.2c0-8.5-5.8-9.1-12.1-9.2h-3.2v-6.7h.8c6.8 0 17.2.7 25.7.7 8.7 0 19.1-.7 27.4-.7h.7v6.7h-3.2c-6.4.1-12.1.7-12.2 9.2v91.2c.1 8.5 5.8 9.1 12.2 9.2h3.2v6.7zm-.8-1.5v-3.7h-1.7c-6.2 0-13.6-1.1-13.6-10.7v-91.2c0-9.6 7.4-10.7 13.6-10.7h1.7v-3.7c-8 0-18.1.7-26.6.7-8.2 0-18.2-.6-25-.7v3.7h1.7c6.2 0 13.6 1.1 13.6 10.7v91.2c0 9.6-7.4 10.7-13.6 10.7h-1.7v3.7c6.7-.1 16.6-.7 24.8-.7 8.5 0 18.6.6 26.8.7zm70.2-123.4c37.1 0 66.7 23 66.7 60.1 0 40-28.7 66.7-65.8 66.7-36.9 0-65.1-25.1-65.1-62.5 0-36.2 28-64.3 64.2-64.3zm2.6 119.1c33.8 0 39.7-29.8 39.7-55.2s-13.7-56.2-42.6-56.2c-30.5 0-39.5 27.2-39.5 50.5 0 31.1 14.2 60.9 42.4 60.9z\" fill=\"#211e1f\"><\/path><path d=\"m1830.1 450.1c.1-36.6 28.4-64.9 65-65v1.5c-35.8 0-63.5 27.7-63.5 63.5.1 37 27.9 61.7 64.4 61.7 36.7 0 65-26.3 65.1-65.9 0-36.6-29.2-59.3-66-59.3v-1.5c37.4 0 67.4 23.3 67.4 60.8 0 40.5-29.1 67.4-66.5 67.4-37.2-.1-65.8-25.4-65.9-63.2zm24.4-6.2c0-23.4 9.2-51.2 40.3-51.2 29.5.1 43.3 31.5 43.4 57 0 25.4-6 55.9-40.4 55.9v-1.5c33.1 0 38.8-29 38.9-54.4 0-25.2-13.6-55.4-41.9-55.5-29.9 0-38.7 26.5-38.8 49.7 0 31 14.2 60.1 41.7 60.2v1.5c-28.9 0-43.1-30.3-43.2-61.7zm224.6 31.7.4-.3v-65.3c0-14.3-9.9-16.4-15.2-16.4h-3.8v-5.2c8.2 0 16.2.7 24.3.7 7.2 0 14.3-.7 21.4-.7v5.2h-2.6c-7.3 0-15.5 1.4-15.5 22.1v79.3c0 6.1.2 12.2 1.1 17.6h-6.6l-89.7-99.9v71.7c0 15.1 2.9 20.4 16.3 20.4h3v5.3c-7.5 0-15-.7-22.5-.7-7.8 0-15.9.7-23.7.7v-5.3h2.4c12 0 15.6-8.2 15.6-22.1v-73.3c0-9.7-8-15.6-15.8-15.6h-2.3v-5.2c6.6 0 13.4.7 20 .7 5.2 0 10.3-.7 15.5-.7z\" fill=\"#211e1f\"><\/path><path d=\"m2089.2 513.3-7.2-.3-88.3-98.5v69.8c.2 15.1 2.5 19.4 15.6 19.6h3.8v6.8h-.8c-7.5 0-15-.7-22.5-.7-7.8 0-15.8.7-23.7.7h-.7v-6.8h3.2c11.5 0 14.8-7.4 14.9-21.3v-73.3c0-9.3-7.6-14.9-15.1-14.9h-3v-6.7h.7c6.7 0 13.5.7 20 .7 5.2 0 10.2-.7 16.1-.4l76.5 86.1v-64c0-13.9-9.3-15.5-14.4-15.6h-4.6v-6.7h.8c8.2 0 16.2.7 24.3.7 7.1 0 14.2-.7 21.5-.7h.7v6.7h-3.4c-7.2.2-14.6.9-14.7 21.4v79.1c0 6.1.1 12.2 1 17.5l.1.8zm-6.6-1.5h5.7c-.8-5.2-.9-11-.9-16.8v-79.2c0-20.9 8.8-22.8 16.2-22.9h1.9v-3.7c-6.9 0-13.7.7-20.7.7-7.9 0-15.7-.6-23.6-.7v3.7h3.1c5.4.1 15.9 2.4 15.9 17.2l-.2 65.8-.3.4-.6.6-77.5-87.5c-5.1 0-10.2.7-15.5.7-6.4 0-12.9-.6-19.3-.7v3.7h1.5c8.2.1 16.6 6.2 16.6 16.4v73.3c0 13.9-3.9 22.8-16.4 22.9h-1.7v3.7c7.6 0 15.3-.7 23-.7 7.3 0 14.5.6 21.7.7v-3.7h-2.2c-13.7 0-17.1-6-17.1-21.1v-73.7zm-3.5-36.2.6-.5zm-.4-.3-.1-.2zm55.5 9.8c-1.7 5.9-3.8 10.5-3.8 13.6 0 5.2 7.3 6.1 13 6.1h1.9v5.3c-7-.4-14.1-.7-21.1-.7-6.3 0-12.5.3-18.8.7v-5.3h1c6.8 0 12.6-4 15.2-11.3l27.9-79.9c2.2-6.4 5.4-15.1 6.4-21.6 5.6-1.9 12.5-5.4 15.9-7.5.5-.2.8-.4 1.4-.4.5 0 .8 0 1.2.5.5 1.4 1.1 3 1.6 4.3l32 91.1c2.1 6.1 4.2 12.5 6.5 17.8 2.1 4.9 5.8 6.9 11.5 6.9h1.1v5.3c-7.8-.4-15.7-.7-24-.7-8.5 0-17.2.3-26.1.7v-5.3h1.9c4 0 10.8-.7 10.8-5 0-2.3-1.6-7-3.5-12.5l-6.8-20.2h-39.5zm25.5-77.2h-.3l-16.2 49.3h32.6z\" fill=\"#211e1f\"><\/path><path d=\"m2227 510.7c-7.8-.3-15.7-.7-24-.7-8.5 0-17.2.4-26.1.7h-.8v-6.7h2.6c4.1 0 10.1-.9 10.1-4.3 0-2-1.5-6.7-3.5-12.3l-6.6-19.7h-38.4l-5.4 17.6c-1.7 6-3.8 10.5-3.8 13.4 0 4.3 6.5 5.3 12.3 5.3h2.7v6.8h-.8c-7-.3-14.1-.7-21-.7-6.2 0-12.5.4-18.8.7h-.8v-6.8h1.8c6.5 0 11.9-3.8 14.5-10.8l27.9-79.9c2.2-6.5 5.4-15.1 6.9-22.1 5.5-1.9 12.5-5.4 15.8-7.5.5-.2.9-.4 1.6-.4.5 0 1.4.1 1.9 1 .5 1.4 1 2.9 1.6 4.4l32 91c2.1 6.1 4.2 12.5 6.4 17.7 2 4.6 5.2 6.4 10.8 6.5h1.8v6.8zm-49.4-1.5c8.6-.3 17.1-.7 25.4-.7 8.1 0 15.7.3 23.3.6v-3.6h-.3c-5.9 0-10-2.3-12.2-7.4-2.3-5.3-4.4-11.7-6.4-17.8l-32-91.1c-.5-1.4-1-3-1.5-4.2-.1-.2-.1-.2-.3-.2h-.3c-.4 0-.6.1-1 .2-3.4 2.1-10.4 5.6-15.5 7-1.1 6.6-4.2 15.3-6.5 21.7l-27.9 79.9c-2.6 7.6-8.7 11.9-15.8 11.9h-.3v3.6c6-.3 12-.6 18-.6 6.7 0 13.6.3 20.3.6v-3.6h-1.2c-5.7-.1-13.6-.7-13.8-6.9 0-3.5 2.2-7.9 3.9-13.8l.7.2-.7-.3 5.7-18.6h40.6l7 20.7c1.9 5.6 3.5 10.2 3.5 12.8-.3 5.3-7.6 5.7-11.5 5.8h-1.1zm-35.5-51.3 16.7-50.8h.9v.8h-.2.2v-.8h.5l16.5 50.8zm2-1.5h30.4l-15.1-46.6zm14.8-48.3.3-.1zm112 84.8c0 7 4.8 9 10.4 9.8 7.1.5 15 .5 23-.4 7.3-.9 13.6-5.1 16.7-9.4 2.8-3.8 4.3-8.7 5.4-12.5h5c-1.9 9.9-4.3 19.7-6.4 29.6-15.3 0-30.6-.7-45.9-.7s-30.6.7-45.9.7v-5.3h2.4c6.3 0 13.1-.8 13.1-11.6v-89.5c0-9.1-6.8-9.9-13.1-9.9h-2.4v-5.2c9.2 0 18.3.7 27.5.7 8.9 0 17.6-.7 26.5-.7v5.2h-4.4c-6.6 0-11.8.2-11.8 9.4v89.8z\" fill=\"#211e1f\"><\/path><path d=\"m2325 510.7c-15.3 0-30.7-.7-45.9-.7-15.3 0-30.6.7-46 .7h-.7v-6.7h3.2c6.3-.1 12.3-.6 12.3-10.9v-89.5c-.1-8.5-6-9-12.3-9.2h-3.2v-6.7h.7c9.3 0 18.3.7 27.5.7 8.8 0 17.5-.7 26.5-.7h.7v6.7h-5.1c-6.7.2-10.9-.1-11.1 8.7v89.8c0 6.5 4.3 8.2 9.7 9 3.1.2 6.3.4 9.7.4 4.3 0 8.7-.2 13.2-.7 7.1-.8 13.2-4.9 16.2-9.1 2.7-3.7 4.2-8.5 5.3-12.3l.2-.6h6.6l-.2.9c-2 10-4.4 19.7-6.5 29.6l-.1.6zm-.7-1.5c2-9.4 4.3-18.7 6.2-28.1h-3.6c-1.1 3.8-2.6 8.5-5.4 12.3-3.2 4.5-9.7 8.8-17.2 9.7-4.6.5-9.1.7-13.3.7-3.4 0-6.6-.2-9.8-.4-5.7-.6-11.2-3-11.1-10.5v-89.8c0-9.7 6.1-10.2 12.6-10.2h3.6v-3.7c-8.6 0-17 .7-25.7.7-9 0-17.8-.6-26.8-.7v3.7h1.7c6.2 0 13.8 1.1 13.8 10.7v89.5c0 11.3-7.6 12.4-13.8 12.4h-1.7v3.7c15.1 0 30.1-.7 45.2-.7 15.2 0 30.3.7 45.3.7zm5-125.7c10.5 0 18.3 8.1 18.3 18.4s-7.8 18.3-18.3 18.3-18.3-8-18.3-18.3 7.8-18.4 18.3-18.4zm0 33.2c8.2 0 14.5-7 14.5-14.9s-6.2-15-14.5-15c-8.2 0-14.5 7.1-14.5 15s6.3 14.9 14.5 14.9zm-9.1-5.2v-.9c2.3-.3 2.7-.2 2.7-1.6v-13.6c0-1.9-.2-2.6-2.6-2.5v-.9h9.4c3.2 0 6.2 1.5 6.2 4.9 0 2.7-1.8 4.7-4.3 5.5l3 4.2c1.4 1.9 3 3.7 4 4.3v.6h-3.6c-1.7 0-3.2-3.6-6.6-8.4h-2v6.1c0 1.2.4 1.1 2.7 1.4v.9zm6.2-9.6h2.2c2.4 0 3.5-1.8 3.5-4.7s-1.7-3.9-3.6-3.9h-2v8.6z\" fill=\"#211e1f\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f7453cb e-grid e-con-full elementor-hidden-desktop e-con e-child\" data-id=\"f7453cb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ac8e902 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"ac8e902\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 24 24\"><path d=\"M16.539 9.186a4.155 4.155 0 0 0-1.451-.251c-1.6 0-2.73.806-2.738 1.963-.01.85.803 1.329 1.418 1.613.631.292.842.476.84.737-.004.397-.504.577-.969.577-.639 0-.988-.089-1.525-.312l-.199-.093-.227 1.332c.389.162 1.09.301 1.814.313 1.701 0 2.813-.801 2.826-2.032.014-.679-.426-1.192-1.352-1.616-.563-.275-.912-.459-.912-.738 0-.247.299-.511.924-.511a2.95 2.95 0 0 1 1.213.229l.15.067.227-1.287-.039.009zm4.152-.143h-1.25c-.389 0-.682.107-.852.493l-2.404 5.446h1.701l.34-.893 2.076.002c.049.209.199.891.199.891h1.5l-1.31-5.939zm-10.642-.05h1.621l-1.014 5.942H9.037l1.012-5.944v.002zm-4.115 3.275.168.825 1.584-4.05h1.717l-2.551 5.931H5.139l-1.4-5.022a.339.339 0 0 0-.149-.199 6.948 6.948 0 0 0-1.592-.589l.022-.125h2.609c.354.014.639.125.734.503l.57 2.729v-.003zm12.757.606.646-1.662c-.008.018.133-.343.215-.566l.111.513.375 1.714H18.69v.001h.001z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-655d0e7 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"655d0e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns:cc=\"http:\/\/creativecommons.org\/ns#\" xmlns:dc=\"http:\/\/purl.org\/dc\/elements\/1.1\/\" xmlns:inkscape=\"http:\/\/www.inkscape.org\/namespaces\/inkscape\" xmlns:rdf=\"http:\/\/www.w3.org\/1999\/02\/22-rdf-syntax-ns#\" xmlns:sodipodi=\"http:\/\/sodipodi.sourceforge.net\/DTD\/sodipodi-0.dtd\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"svg3409\" inkscape:version=\"0.91 r13725\" sodipodi:docname=\"MasterCard 2016.svg\" x=\"0px\" y=\"0px\" width=\"999.2px\" height=\"776px\" viewBox=\"0 0 999.2 776\" xml:space=\"preserve\"><path id=\"XMLID_1775_\" inkscape:connector-curvature=\"0\" d=\"M181.1,774.3v-51.5c0-19.7-12-32.6-32.6-32.6 c-10.3,0-21.5,3.4-29.2,14.6c-6-9.4-14.6-14.6-27.5-14.6c-8.6,0-17.2,2.6-24,12v-10.3h-18v82.4h18v-45.5c0-14.6,7.7-21.5,19.7-21.5 s18,7.7,18,21.5v45.5h18v-45.5c0-14.6,8.6-21.5,19.7-21.5c12,0,18,7.7,18,21.5v45.5H181.1z M448.1,691.9h-29.2V667h-18v24.9h-16.3 v16.3h16.3v37.8c0,18.9,7.7,30,28.3,30c7.7,0,16.3-2.6,22.3-6l-5.2-15.5c-5.2,3.4-11.2,4.3-15.5,4.3c-8.6,0-12-5.2-12-13.7v-36.9 h29.2V691.9z M600.9,690.1c-10.3,0-17.2,5.2-21.5,12v-10.3h-18v82.4h18v-46.4c0-13.7,6-21.5,17.2-21.5c3.4,0,7.7,0.9,11.2,1.7 l5.2-17.2C609.4,690.1,604.3,690.1,600.9,690.1L600.9,690.1z M370,698.7c-8.6-6-20.6-8.6-33.5-8.6c-20.6,0-34.3,10.3-34.3,26.6 c0,13.7,10.3,21.5,28.3,24l8.6,0.9c9.4,1.7,14.6,4.3,14.6,8.6c0,6-6.9,10.3-18.9,10.3c-12,0-21.5-4.3-27.5-8.6l-8.6,13.7 c9.4,6.9,22.3,10.3,35.2,10.3c24,0,37.8-11.2,37.8-26.6c0-14.6-11.2-22.3-28.3-24.9l-8.6-0.9c-7.7-0.9-13.7-2.6-13.7-7.7 c0-6,6-9.4,15.5-9.4c10.3,0,20.6,4.3,25.8,6.9L370,698.7L370,698.7z M848.9,690.1c-10.3,0-17.2,5.2-21.5,12v-10.3h-18v82.4h18v-46.4 c0-13.7,6-21.5,17.2-21.5c3.4,0,7.7,0.9,11.2,1.7L861,691C857.5,690.1,852.4,690.1,848.9,690.1L848.9,690.1z M618.9,733.1 c0,24.9,17.2,42.9,43.8,42.9c12,0,20.6-2.6,29.2-9.4l-8.6-14.6c-6.9,5.2-13.7,7.7-21.5,7.7c-14.6,0-24.9-10.3-24.9-26.6 c0-15.5,10.3-25.8,24.9-26.6c7.7,0,14.6,2.6,21.5,7.7l8.6-14.6c-8.6-6.9-17.2-9.4-29.2-9.4C636.1,690.1,618.9,708.2,618.9,733.1 L618.9,733.1L618.9,733.1z M785.4,733.1v-41.2h-18v10.3c-6-7.7-14.6-12-25.8-12c-23.2,0-41.2,18-41.2,42.9c0,24.9,18,42.9,41.2,42.9 c12,0,20.6-4.3,25.8-12v10.3h18V733.1L785.4,733.1z M719.3,733.1c0-14.6,9.4-26.6,24.9-26.6c14.6,0,24.9,11.2,24.9,26.6 c0,14.6-10.3,26.6-24.9,26.6C728.8,758.8,719.3,747.6,719.3,733.1L719.3,733.1z M503.9,690.1c-24,0-41.2,17.2-41.2,42.9 c0,25.8,17.2,42.9,42.1,42.9c12,0,24-3.4,33.5-11.2l-8.6-12.9c-6.9,5.2-15.5,8.6-24,8.6c-11.2,0-22.3-5.2-24.9-19.7h60.9 c0-2.6,0-4.3,0-6.9C542.5,707.3,527,690.1,503.9,690.1L503.9,690.1L503.9,690.1z M503.9,705.6c11.2,0,18.9,6.9,20.6,19.7h-42.9 C483.3,714.2,491,705.6,503.9,705.6L503.9,705.6z M951.1,733.1v-73.8h-18v42.9c-6-7.7-14.6-12-25.8-12c-23.2,0-41.2,18-41.2,42.9 c0,24.9,18,42.9,41.2,42.9c12,0,20.6-4.3,25.8-12v10.3h18V733.1L951.1,733.1z M885,733.1c0-14.6,9.4-26.6,24.9-26.6 c14.6,0,24.9,11.2,24.9,26.6c0,14.6-10.3,26.6-24.9,26.6C894.4,758.8,885,747.6,885,733.1L885,733.1z M282.4,733.1v-41.2h-18v10.3 c-6-7.7-14.6-12-25.8-12c-23.2,0-41.2,18-41.2,42.9c0,24.9,18,42.9,41.2,42.9c12,0,20.6-4.3,25.8-12v10.3h18V733.1L282.4,733.1z  M215.5,733.1c0-14.6,9.4-26.6,24.9-26.6c14.6,0,24.9,11.2,24.9,26.6c0,14.6-10.3,26.6-24.9,26.6 C224.9,758.8,215.5,747.6,215.5,733.1z\"><\/path><g>\t<rect id=\"rect19\" x=\"364\" y=\"66.1\" fill=\"#FF5A00\" width=\"270.4\" height=\"485.8\"><\/rect>\t<path id=\"XMLID_330_\" inkscape:connector-curvature=\"0\" fill=\"#EB001B\" d=\"M382,309c0-98.7,46.4-186.3,117.6-242.9  C447.2,24.9,381.1,0,309,0C138.2,0,0,138.2,0,309s138.2,309,309,309c72.1,0,138.2-24.9,190.6-66.1C428.3,496.1,382,407.7,382,309z\"><\/path>\t<path id=\"path22\" inkscape:connector-curvature=\"0\" fill=\"#F79E1B\" d=\"M999.2,309c0,170.8-138.2,309-309,309  c-72.1,0-138.2-24.9-190.6-66.1c72.1-56.7,117.6-144.2,117.6-242.9S570.8,122.7,499.6,66.1C551.9,24.9,618,0,690.1,0  C861,0,999.2,139.1,999.2,309z\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2ce05dc elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"2ce05dc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 -6 36 36\"><path d=\"m33.6 24h-31.2c-1.325 0-2.4-1.075-2.4-2.4v-10.096h1.729l.39-.944h.873l.389.94h3.402v-.715l.304.72h1.766l.304-.732v.73h8.453v-1.544h.16c.114.004.147.014.147.204v1.342h4.373v-.359c.447.227.974.36 1.533.36.032 0 .063 0 .095-.001h-.005 1.84l.394-.94h.873l.385.94h3.546v-.894l.536.894h2.836v-5.904h-2.807v.697l-.393-.697h-2.886v.697l-.361-.697h-3.897c-.05-.003-.11-.004-.169-.004-.553 0-1.076.128-1.54.357l.021-.009v-.344h-2.688v.344c-.276-.218-.628-.349-1.011-.349-.047 0-.093.002-.138.006h.006-9.823l-.659 1.525-.677-1.525h-3.094v.697l-.341-.697h-2.64l-1.223 2.8v-6c0-1.325 1.075-2.4 2.4-2.4h31.2c1.325 0 2.4 1.075 2.4 2.4v10.48h-1.873c-.03-.002-.066-.002-.101-.002-.434 0-.837.13-1.173.353l.008-.005v-.346h-2.77c-.03-.002-.066-.003-.102-.003-.414 0-.799.13-1.113.352l.006-.004v-.346h-4.946v.346c-.382-.218-.84-.346-1.327-.346-.013 0-.026 0-.039 0h.002-3.263v.346c-.346-.223-.768-.355-1.221-.355-.072 0-.144.003-.215.01l.009-.001h-3.651l-.836.904-.782-.904h-5.454v5.908h5.352l.861-.918.811.918h3.299v-1.383h.46c.037.002.081.002.125.002.413 0 .808-.078 1.171-.219l-.022.008v1.594h2.72v-1.539h.131c.166 0 .183.006.183.174v1.366h8.266c.03.001.066.002.101.002.474 0 .916-.142 1.284-.385l-.009.005v.378h2.622c.037.001.081.002.125.002.491 0 .958-.101 1.382-.284l-.023.009v3.082c0 1.325-1.075 2.4-2.4 2.4zm-12.495-6.039h-1.018v-4.235h2.336c.067-.006.144-.01.223-.01.36 0 .702.077 1.01.216l-.016-.006c.313.172.522.5.522.876 0 .023-.001.045-.002.067v-.003c0 .011.001.025.001.038 0 .486-.293.904-.713 1.086l-.008.003c.201.072.369.195.494.354l.002.002c.11.181.176.401.176.635 0 .049-.003.096-.008.144l.001-.006v.838h-1.016v-.53c.01-.059.016-.128.016-.198 0-.233-.066-.451-.179-.636l.003.005c-.163-.124-.37-.199-.594-.199-.052 0-.104.004-.154.012l.006-.001h-1.082v1.547zm0-3.36v.951h1.23c.027.003.057.004.089.004.149 0 .291-.034.417-.094l-.006.003c.127-.083.21-.224.21-.385 0-.008 0-.015-.001-.023v.001c.001-.008.001-.017.001-.026 0-.152-.084-.285-.208-.354l-.002-.001c-.117-.053-.253-.084-.397-.084-.029 0-.058.001-.087.004h.004zm-9.025 3.359h-4.007v-4.234h4.07l1.245 1.388 1.287-1.388h3.233c1.148 0 1.706.457 1.706 1.395 0 .955-.577 1.419-1.76 1.419h-1.265v1.419h-1.967l-1.246-1.399-1.295 1.4zm3.501-3.78-1.554 1.67 1.554 1.724zm-6.499 2.055v.842h2.488l1.15-1.242-1.106-1.234h-2.533v.77h2.222v.863zm7.507-1.633v1.078h1.307c.4 0 .63-.204.63-.56 0-.34-.214-.519-.619-.519zm18.038 3.36h-1.954v-.91h1.946c.023.003.049.005.076.005.125 0 .241-.041.335-.111l-.001.001c.073-.068.119-.165.119-.273 0-.001 0-.002 0-.003 0-.004 0-.009 0-.013 0-.107-.048-.202-.123-.266-.084-.061-.189-.097-.302-.097-.019 0-.038.001-.056.003h.002l-.187-.006c-.914-.024-1.949-.052-1.949-1.305 0-.61.382-1.261 1.451-1.261h2.017v.902h-1.845c-.023-.003-.049-.004-.076-.004-.122 0-.236.031-.336.086l.004-.002c-.089.059-.148.16-.148.273 0 .01 0 .019.001.029v-.001.011c0 .142.092.262.22.304l.002.001c.099.031.213.05.331.05.02 0 .041-.001.061-.002h-.003l.549.014c.046-.005.1-.008.154-.008.377 0 .724.131.997.351l-.003-.002c.03.024.056.05.079.079l.001.001.012 1.612c-.291.338-.72.551-1.199.551-.062 0-.123-.004-.182-.01zm-3.949 0h-1.972v-.91h1.962c.022.003.048.005.074.005.127 0 .245-.041.341-.111l-.002.001c.073-.068.118-.166.118-.273 0-.001 0-.002 0-.003 0-.002 0-.005 0-.007 0-.108-.048-.206-.123-.272-.085-.061-.192-.097-.307-.097-.019 0-.038.001-.056.003h.002l-.186-.006c-.911-.024-1.945-.052-1.945-1.305 0-.61.38-1.261 1.447-1.261h2.028v.902h-1.856c-.023-.003-.049-.004-.075-.004-.121 0-.235.031-.334.086l.004-.002c-.093.065-.153.171-.153.291 0 .148.091.275.219.328l.002.001c.1.031.214.05.333.05.021 0 .043-.001.064-.002h-.003l.545.014c.046-.005.099-.007.152-.007.38 0 .73.131 1.006.351l-.003-.003c.19.21.307.489.307.796 0 .035-.002.071-.005.105v-.005c.003.883-.532 1.333-1.587 1.333zm-2.578 0h-3.38v-4.237h3.377v.875h-2.367v.77h2.312v.863h-2.312v.842l2.37.004v.88zm1.97-7.286h-2.061l-.394-.944h-2.102l-.382.944h-1.184c-.033.002-.072.003-.111.003-.514 0-.987-.177-1.361-.474l.005.003c-.341-.377-.549-.878-.549-1.429 0-.066.003-.132.009-.196l-.001.008c-.005-.056-.008-.121-.008-.187 0-.564.21-1.078.556-1.47l-.002.002c.357-.312.827-.502 1.342-.502.069 0 .136.003.203.01l-.008-.001h.98v.903h-.96c-.036-.005-.078-.008-.121-.008-.255 0-.486.098-.659.259l.001-.001c-.184.235-.295.535-.295.86 0 .035.001.07.004.104v-.005c-.004.038-.006.083-.006.128 0 .326.107.627.287.87l-.003-.004c.169.138.386.222.624.222.029 0 .057-.001.085-.004h-.004.454l1.431-3.33h1.52l1.713 4v-4h1.541l1.778 2.948v-2.948h1.04v4.232h-1.444l-1.92-3.178v3.178zm-3.499-3.518-.697 1.688h1.397zm-9.799 3.516h-1.012v-4.234h2.328c.072-.008.156-.012.241-.012.357 0 .696.079 1 .221l-.015-.006c.309.173.514.498.514.871 0 .024-.001.047-.002.07v-.003.031c0 .487-.29.906-.706 1.094l-.008.003c.201.076.37.198.499.354l.002.002c.11.18.176.398.176.632 0 .051-.003.101-.009.151l.001-.006v.831h-1.021l-.004-.534v-.08c.006-.045.01-.097.01-.151 0-.22-.063-.425-.173-.598l.003.005c-.163-.12-.368-.193-.59-.193-.052 0-.104.004-.154.012l.006-.001h-1.085v1.54zm0-3.353v.94h1.228c.029.003.063.005.097.005.147 0 .285-.034.408-.095l-.005.002c.127-.078.21-.216.21-.373 0-.009 0-.019-.001-.028v.001c.001-.008.001-.017.001-.026 0-.151-.086-.282-.212-.347l-.002-.001c-.12-.052-.259-.083-.406-.083-.026 0-.052.001-.077.003h.003zm-10.716 3.353h-2.056l-.389-.944h-2.108l-.392.944h-1.1l1.813-4.234h1.503l1.721 4.007v-4.007h1.651l1.324 2.871 1.217-2.871h1.685v4.232h-1.04l-.002-3.312-1.467 3.313h-.888l-1.471-3.318v3.318zm-3.504-3.516-.689 1.688h1.382zm18.888 3.515h-1.032v-4.233h1.033v4.232zm-6.386 0h-3.374v-4.233h3.38v.88h-2.368v.763h2.311v.869h-2.313v.846h2.368v.874z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5aebcc2 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"5aebcc2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 2347.6 608.3\"><path d=\"m449.8 608.3c166.3.8 318-135.6 318-301.5 0-181.4-151.8-306.9-318-306.8h-143.1c-168.2-.1-306.7 125.4-306.7 306.8 0 166 138.5 302.3 306.7 301.5z\" fill=\"#0079be\"><\/path><path d=\"m307.4 25.1c-153.7 0-278.3 124.7-278.4 278.5 0 153.8 124.6 278.4 278.4 278.4s278.4-124.7 278.4-278.4c0-153.8-124.6-278.4-278.4-278.5zm-176.4 278.5c.1-75.2 47.1-139.3 113.3-164.7v329.4c-66.2-25.4-113.2-89.5-113.3-164.7zm239.6 164.8v-329.5c66.2 25.4 113.2 89.5 113.3 164.7-.1 75.2-47.1 139.3-113.3 164.8z\" fill=\"#fff\"><\/path><g fill=\"#211e1f\"><path d=\"m865.4 130.9c0-28.8-15-26.9-29.4-27.2v-8.3c12.5.6 25.3.6 37.7.6 13.4 0 31.7-.6 55.4-.6 82.8 0 127.9 55.3 127.9 112 0 31.7-18.5 111.3-131.8 111.3-16.3 0-31.4-.6-46.4-.6-14.4 0-28.5.3-42.9.6v-8.3c19.2-1.9 28.5-2.6 29.4-24.3zm31.3 150c0 24.6 17.6 27.5 33.3 27.5 69.1 0 91.8-52.2 91.8-99.8 0-59.8-38.4-103-100.1-103-13.1 0-19.2.9-25 1.3zm171.5 29.5h6.1c8.9 0 15.4 0 15.4-10.6v-86.7c0-14.1-4.8-16-16.6-22.4v-5.1c15-4.5 33-10.5 34.2-11.5 2.3-1.3 4.2-1.6 5.8-1.6s2.2 1.9 2.2 4.5v122.8c0 10.6 7 10.6 16 10.6h5.4v8.3c-10.9 0-22.1-.6-33.6-.6s-23 .3-34.9.6zm34.2-187.2c-8.3 0-15.7-7.7-15.7-16 0-8 7.7-15.4 15.7-15.4 8.3 0 15.7 6.7 15.7 15.4s-7 16-15.7 16zm64.7 91.8c0-11.8-3.5-15-18.5-21.1v-6.1c13.7-4.5 26.8-8.6 42.2-15.4 1 0 1.9.7 1.9 3.2v20.8c18.3-13.1 33.9-24 55.4-24 27.2 0 36.8 19.8 36.8 44.8v82.5c0 10.6 7 10.6 16 10.6h5.8v8.3c-11.2 0-22.4-.6-33.9-.6s-23.1.3-34.6.6v-8.3h5.7c9 0 15.3 0 15.3-10.6v-82.7c0-18.3-11.1-27.2-29.4-27.2-10.2 0-26.5 8.3-37.1 15.4v94.7c0 10.6 7.1 10.6 16 10.6h5.7v8.3c-11.2 0-22.4-.6-33.9-.6s-23 .3-34.5.6v-8.3h5.8c9 0 15.3 0 15.3-10.6zm163.8 15.4c-.7 2.9-.7 7.7 0 18.6 1.9 30.4 21.4 55.3 47 55.3 17.6 0 31.4-9.6 43.2-21.4l4.5 4.5c-14.7 19.5-33 36.1-59.2 36.1-50.9 0-61.1-49.3-61.1-69.7 0-62.7 42.2-81.3 64.6-81.3 25.9 0 53.8 16.3 54.1 50.2 0 1.9 0 3.8-.3 5.8l-2.9 1.9zm56.6-10.3c8 0 8.9-4.2 8.9-8 0-16.3-9.9-29.4-27.8-29.4-19.5 0-32.9 14.4-36.8 37.4zm43.8 90.3h8.6c8.9 0 15.3 0 15.3-10.6v-89.9c0-9.9-11.8-11.8-16.6-14.4v-4.8c23.4-9.9 36.2-18.3 39.1-18.3 1.9 0 2.8 1 2.8 4.2v28.8h.7c8-12.5 21.4-33 40.9-33 8 0 18.2 5.4 18.2 17 0 8.6-6.1 16.3-15 16.3-10 0-10-7.7-21.1-7.7-5.4 0-23.3 7.4-23.3 26.6v75.2c0 10.6 6.4 10.6 15.4 10.6h17.9v8.3c-17.6-.3-31-.6-44.8-.6-13.1 0-26.6.3-38.1.6zm123.2-36.2c4.2 21.1 16.9 39 40.3 39 18.8 0 25.9-11.5 25.9-22.7 0-37.8-69.7-25.6-69.7-77.1 0-17.9 14.4-41 49.6-41 10.2 0 24 2.9 36.4 9.3l2.3 32.6h-7.4c-3.2-20.1-14.4-31.7-34.9-31.7-12.8 0-24.9 7.4-24.9 21.1 0 37.5 74.2 25.9 74.2 76.1 0 21.1-17 43.5-55 43.5-12.8 0-27.8-4.5-39-10.9l-3.5-36.8zm380.6-120.9h-8c-6.1-37.4-32.6-52.5-68.4-52.5-36.8 0-90.2 24.6-90.2 101.4 0 64.7 46.1 111 95.3 111 31.7 0 57.9-21.8 64.3-55.4l7.3 1.9-7.3 46.7c-13.4 8.3-49.6 17-70.7 17-74.8 0-122.2-48.3-122.2-120.3 0-65.6 58.5-112.6 121.2-112.6 25.9 0 50.9 8.4 75.5 17zm11.5 157.1h6.1c9 0 15.4 0 15.4-10.6v-178.2c0-20.8-4.8-21.4-17-25v-5.1c12.8-4.2 26.2-9.9 33-13.8 3.5-1.9 6.1-3.5 7-3.5 2 0 2.6 1.9 2.6 4.5v221.1c0 10.6 7 10.6 16 10.6h5.4v8.3c-10.8 0-22-.6-33.6-.6-11.5 0-23 .3-34.9.6zm205.4-9.3c0 5.8 3.5 6.1 8.9 6.1 3.8 0 8.6-.3 12.8-.3v6.7c-13.8 1.3-40 8-46.1 9.9l-1.6-1v-25.9c-19.2 15.7-33.9 26.9-56.6 26.9-17.3 0-35.2-11.2-35.2-38v-81.9c0-8.3-1.3-16.3-19.2-17.9v-6.1c11.5-.3 37.1-2.2 41.2-2.2 3.5 0 3.5 2.2 3.5 9.3v82.5c0 9.6 0 37.1 27.8 37.1 10.9 0 25.3-8.3 38.7-19.5v-86.1c0-6.4-15.3-9.9-26.8-13.1v-5.8c28.8-1.9 46.7-4.5 49.9-4.5 2.6 0 2.6 2.2 2.6 5.8zm63.7-105.6c12.8-10.9 30.1-23 47.7-23 37.1 0 59.5 32.3 59.5 67.2 0 41.9-30.7 83.8-76.5 83.8-23.7 0-36.1-7.7-44.5-11.2l-9.6 7.3-6.7-3.5c2.8-18.9 4.5-37.4 4.5-56.9v-137.6c0-20.8-4.8-21.4-17-25v-5.1c12.8-4.2 26.2-9.9 33-13.8 3.5-1.9 6.1-3.5 7.1-3.5 1.9 0 2.5 1.9 2.5 4.5zm0 87c0 12.2 11.5 32.7 32.9 32.7 34.2 0 48.6-33.6 48.6-62.1 0-34.5-26.2-63.3-51.2-63.3-11.9 0-21.8 7.7-30.4 15.1zm-1380.1 222.2h2.5c6.3 0 12.9-.8 12.9-9.9v-91.2c0-9.1-6.6-9.9-12.9-9.9h-2.5v-5.2c6.8 0 17.2.7 25.8.7 8.7 0 19.1-.7 27.3-.7v5.2h-2.5c-6.2 0-12.9.9-12.9 9.9v91.2c0 9.1 6.6 9.9 12.9 9.9h2.5v5.3c-8.4 0-18.8-.7-27.5-.7-8.5 0-18.8.7-25.6.7z\"><\/path><path d=\"m888.7 510.7c-8.4 0-18.8-.7-27.5-.7-8.5 0-18.7.7-25.6.7h-.7v-6.7h3.2c6.3-.1 12.1-.7 12.1-9.2v-91.2c-.1-8.5-5.8-9.1-12.1-9.2h-3.2v-6.7h.7c6.8 0 17.3.7 25.8.7 8.7 0 19.1-.7 27.3-.7h.8v6.7h-3.2c-6.3.1-12.1.7-12.1 9.2v91.2c0 8.5 5.8 9 12.1 9.2h3.2v6.7zm-.7-1.5v-3.7h-1.7c-6.2 0-13.6-1.1-13.7-10.7v-91.2c0-9.6 7.4-10.7 13.7-10.7h1.7v-3.7c-8 0-18.1.7-26.6.7-8.3 0-18.3-.6-25-.7v3.7h1.7c6.2 0 13.6 1.1 13.6 10.7v91.2c0 9.6-7.4 10.7-13.6 10.7h-1.7v3.7c6.7-.1 16.6-.7 24.8-.7 8.5 0 18.6.7 26.8.7zm120.3-33.6.3-.3v-65.3c0-14.3-9.9-16.4-15.1-16.4h-3.8v-5.2c8.2 0 16.2.7 24.4.7 7.1 0 14.3-.7 21.4-.7v5.2h-2.6c-7.3 0-15.5 1.4-15.5 22.1v79.3c0 6.1.2 12.2 1 17.6h-6.6l-89.6-99.9v71.7c0 15.1 2.9 20.4 16.4 20.4h2.9v5.3c-7.5 0-14.9-.7-22.4-.7-7.8 0-15.8.7-23.7.7v-5.3h2.4c12 0 15.7-8.2 15.7-22.1v-73.3c0-9.7-8-15.6-15.8-15.6h-2.3v-5.2c6.6 0 13.4.7 20 .7 5.2 0 10.3-.7 15.5-.7z\"><\/path><path d=\"m1018.4 513.3-7.2-.3-88.3-98.5v69.8c.2 15.1 2.5 19.4 15.6 19.6h3.7v6.7h-.8c-7.5 0-15-.7-22.5-.7-7.8 0-15.8.7-23.7.7h-.8v-6.6h3.2c11.5-.1 14.8-7.4 14.9-21.3v-73.3c0-9.3-7.6-14.9-15.1-14.9h-3v-6.7h.8c6.7 0 13.5.7 20 .7 5.2 0 10.2-.7 16.1-.4l76.5 86.1v-64c-.1-13.9-9.3-15.5-14.4-15.6h-4.6v-6.7h.8c8.2 0 16.2.7 24.4.7 7.1 0 14.2-.7 21.4-.7h.8v6.7h-3.4c-7.2.2-14.6.8-14.8 21.4v79c0 6.1.2 12.2 1 17.4l.2.9zm-6.7-1.5h5.8c-.8-5.2-.9-11-.9-16.8v-79.2c0-20.9 8.8-22.9 16.2-22.9h1.8v-3.7c-6.9 0-13.7.7-20.7.7-8 0-15.7-.6-23.6-.7v3.7h3.1c5.3 0 15.9 2.4 15.9 17.2l-.2 65.8-.4.4-.6.5-77.4-87.5c-5.2 0-10.2.7-15.5.7-6.4 0-12.9-.6-19.2-.7v3.7h1.5c8.2 0 16.6 6.2 16.6 16.4v73.3c0 13.9-3.9 22.8-16.4 22.9h-1.7v3.8c7.5-.1 15.3-.7 22.9-.7 7.3 0 14.5.6 21.7.7v-3.7h-2.2c-13.7 0-17.1-6-17.1-21.1v-73.7zm-3.4-36.2.6-.5zm-.4-.3-.1-.2zm53.6-78.2c-13.1 0-13.6 3.1-16.2 15.8h-5.2c.7-4.9 1.6-9.7 2.1-14.8.7-4.9 1-9.7 1-14.8h4.2c1.4 5.2 5.7 5 10.5 5h89.8c4.7 0 9.1-.2 9.4-5.4l4.2.7c-.7 4.7-1.4 9.4-1.9 14.1-.3 4.7-.3 9.4-.3 14.1l-5.2 1.9c-.4-6.4-1.2-16.7-12.9-16.7h-28.5v92.6c0 13.4 6.1 15 14.4 15h3.3v5.3c-6.8 0-19-.7-28.4-.7-10.4 0-22.6.7-29.4.7v-5.3h3.3c9.6 0 14.4-.9 14.4-14.6v-93z\"><\/path><path d=\"m1130.1 510.7c-6.9 0-19-.7-28.4-.7-10.4 0-22.6.7-29.4.7h-.7v-6.7h4c9.6-.2 13.5-.4 13.7-13.8v-92.2h-27.8v-1.5h29.3v93.8c0 14-5.6 15.4-15.2 15.4h-2.6v3.7c6.9 0 18.6-.7 28.7-.7 9.1 0 20.7.6 27.6.7v-3.7h-2.5c-8.4 0-15.2-2.1-15.2-15.8v-93.4h29.3c11.7 0 13.2 10 13.6 16.4l3.8-1.4c0-4.5 0-9.1.3-13.7.5-4.5 1.1-8.9 1.8-13.4l-2.7-.4c-.8 5.1-5.7 5.3-10.1 5.3h-90.6c-4.1 0-8.6-.2-10.1-5.1h-2.9c0 4.7-.4 9.4-1 14.1-.5 4.8-1.3 9.4-2 14h3.7c2.3-12.1 3.8-16.1 16.8-15.9v1.5c-12.9.2-12.6 2.4-15.4 15.3l-.1.6h-6.7l.1-.9c.7-4.9 1.6-9.7 2.1-14.8.7-4.8 1.1-9.7 1.1-14.7v-.8h5.5l.1.5c1.2 4.4 4.4 4.4 8.8 4.5h90.7c4.9-.1 8.4-.1 8.7-4.7l.1-.8.8.2 4.9.8-.1.8c-.7 4.7-1.4 9.4-1.9 14-.3 4.6-.3 9.3-.3 14v.5l-.5.2-6.2 2.2v-1c-.5-6.5-1.1-16-12.1-16h-27.8v91.9c.2 13.1 5.4 14 13.7 14.2h4.1v6.7zm36.7-6h2.5c6.3 0 12.9-.8 12.9-9.9v-91.2c0-9.1-6.6-9.9-12.9-9.9h-2.5v-5.2c10.6 0 28.7.7 43.3.7 14.7 0 32.7-.7 44.6-.7-.3 7.5-.1 19 .4 26.6l-5.3 1.4c-.8-11.3-2.9-20.3-21.2-20.3h-24.2v45.6h20.7c10.4 0 12.7-5.9 13.7-15.3h5.2c-.3 6.8-.5 13.6-.5 20.4 0 6.6.2 13.2.5 19.8l-5.2 1c-1-10.4-1.6-17.2-13.6-17.2h-20.9v40.5c0 11.3 10.1 11.3 21.2 11.3 20.9 0 30.1-1.4 35.3-21.2l4.9 1.2c-2.3 9.2-4.4 18.5-5.9 27.7-11.2 0-31.2-.7-46.8-.7-15.7 0-36.4.7-46.3.7v-5.3z\"><\/path><path d=\"m1259.9 510.7c-11.2 0-31.2-.7-46.8-.7-15.7 0-36.4.7-46.3.7h-.7v-6.7h3.2c6.3-.1 12-.7 12.1-9.2v-91.2c-.1-8.5-5.8-9.1-12.1-9.2h-3.2v-6.7h.7c10.6 0 28.7.7 43.3.7s32.7-.7 44.6-.7h.8v.8c-.1 2.6-.2 5.7-.2 9 0 6 .2 12.6.5 17.6v.6l-.6.2-6.1 1.6v-.9c-1-11.3-2.5-19.5-20.5-19.7h-23.5v44.1h20c10-.1 11.8-5.2 13-14.6l.1-.7h6.7v.8c-.3 6.8-.6 13.6-.6 20.4 0 6.6.2 13.2.6 19.8v.6l-.6.1-6 1.2-.1-.8c-1.2-10.6-1.3-16.4-12.8-16.6h-20.1v39.8c0 10.6 9.1 10.5 20.5 10.6 21-.1 29.4-1.1 34.6-20.7l.2-.7.7.1 5.6 1.4-.2.7c-2.2 9.2-4.3 18.4-5.9 27.6l-.1.6zm-.6-1.5c1.5-8.8 3.5-17.6 5.6-26.4l-3.4-.9c-5.2 19.5-15.3 21.2-35.8 21.1-11 0-21.9 0-22-12.1v-41.3h21.6c12.2-.1 13.4 7.2 14.3 17.1l3.8-.8c-.3-6.4-.5-12.8-.5-19.2 0-6.6.2-13.1.5-19.6h-3.8c-1 9.1-3.8 15.4-14.4 15.3h-21.5v-47.1h25c18.1-.1 21.1 9.2 21.9 20.2l3.8-1c-.3-4.9-.5-11.2-.5-17 0-3 .1-5.8.2-8.3-11.8 0-29.5.7-43.8.7s-31.9-.6-42.6-.7v3.7h1.7c6.2 0 13.6 1.1 13.6 10.7v91.2c0 9.6-7.4 10.7-13.6 10.7h-1.7v3.7c10.2 0 30.3-.7 45.6-.7 15.2 0 34.8.7 46 .7zm30-102.3c0-12.7-7-13.2-12.4-13.2h-3.1v-5.2c5.6 0 16.4.7 27 .7 10.4 0 18.8-.7 28-.7 21.9 0 41.4 5.9 41.4 30.7 0 15.6-10.4 25.2-24.2 30.6l29.8 44.5c4.9 7.4 8.3 9.4 16.9 10.4v5.3c-5.7 0-11.3-.7-17.1-.7-5.4 0-11 .7-16.4.7-13.4-17.6-24.9-36.4-36.2-56.4h-11.5v37.3c0 13.4 6.2 13.9 14.2 13.9h3.1v5.3c-9.9 0-20-.7-29.9-.7-8.4 0-16.5.7-25.2.7v-5.3h3.1c6.5 0 12.4-2.9 12.4-9.4zm22.3 40.4h8.5c17.4 0 26.8-6.6 26.8-27.2 0-15.5-9.9-25.4-25.4-25.4-5.2 0-7.4.5-9.9.7z\"><\/path><path d=\"m1392.7 510.7c-5.8 0-11.4-.7-17.1-.7-5.3 0-10.9.7-16.9.4-13.4-17.5-24.8-36.2-36-56.1h-10.3v36.5c.2 13.1 5.4 13 13.5 13.2h3.9v6.7h-.8c-9.9 0-20-.7-29.9-.7-8.3 0-16.5.7-25.2.7h-.8v-6.7h3.9c6.3 0 11.6-2.8 11.6-8.6v-88.4c-.1-12.4-6.2-12.3-11.6-12.5h-3.9v-6.7h.8c5.6 0 16.4.7 27 .7 10.4 0 18.8-.7 28-.7 21.9 0 42.1 6.1 42.2 31.4 0 15.7-10.4 25.5-23.8 31l29.2 43.8c4.9 7.2 7.9 9 16.4 10.1l.6.1v6.6zm-81.1-57.9h11.9l.2.4c11.3 20 22.8 38.8 35.6 56 5.3 0 10.9-.7 16.3-.7 5.6 0 10.9.6 16.3.7v-3.8c-8.2-1-12-3.5-16.8-10.7l-30.3-45.3.9-.4c13.6-5.4 23.7-14.7 23.7-30 0-24.2-18.8-29.8-40.7-29.8-9.2 0-17.5.7-28 .7-10.2 0-20.5-.6-26.2-.7v3.7h2.4c5.4 0 13.1.9 13.1 14v88.4c0 7-6.6 10.2-13.1 10.2h-2.4v3.7c8.4 0 16.3-.7 24.5-.7 9.7 0 19.6.7 29.2.7v-3.7h-2.4c-7.9 0-15-1-15-14.7v-38zm0-4.8h-.8v-53.3l.7-.1c2.4-.2 4.7-.7 10-.7 15.9 0 26.2 10.3 26.2 26.2 0 20.8-10 27.8-27.6 27.9zm8.5-1.5c17.2-.1 25.9-6.1 26.1-26.4-.1-15.2-9.5-24.6-24.7-24.7-4.7 0-6.9.4-9.1.6v50.4h7.7zm190.8 29.1.3-.3v-65.3c0-14.3-9.9-16.4-15.1-16.4h-3.8v-5.2c8.2 0 16.2.7 24.4.7 7.1 0 14.3-.7 21.4-.7v5.2h-2.6c-7.3 0-15.5 1.4-15.5 22.1v79.3c0 6.1.2 12.2 1 17.6h-6.6l-89.6-99.9v71.7c0 15.1 3 20.4 16.4 20.4h3v5.3c-7.5 0-15-.7-22.4-.7-7.9 0-15.9.7-23.7.7v-5.3h2.4c12 0 15.7-8.2 15.7-22.1v-73.3c0-9.7-8-15.6-15.8-15.6h-2.3v-5.2c6.6 0 13.4.7 20 .7 5.2 0 10.3-.7 15.5-.7z\"><\/path><path d=\"m1521 513.3-7.2-.2-88.3-98.5v69.8c.2 15.1 2.5 19.4 15.6 19.6h3.7v6.7h-.8c-7.5 0-15-.7-22.5-.7-7.8 0-15.8.7-23.6.7h-.8v-6.7h3.2c11.5 0 14.8-7.4 14.9-21.4v-73.3c0-9.3-7.6-14.9-15-14.9h-3.1v-6.7h.8c6.6 0 13.4.7 20 .7 5.1 0 10.2-.7 16-.4l76.5 86.2v-64c0-13.8-9.3-15.5-14.4-15.6h-4.6v-6.7h.8c8.2 0 16.2.7 24.4.7 7.1 0 14.2-.7 21.4-.7h.8v6.7h-3.3c-7.2.2-14.6.8-14.8 21.4v79c0 6.1.2 12.1 1 17.5l.1.8zm-6.6-1.5h5.7c-.8-5.2-.9-11-.9-16.8v-79.2c0-20.9 8.8-22.8 16.3-22.9h1.8v-3.7c-6.8 0-13.7.7-20.6.7-8 0-15.8-.6-23.6-.7v3.7h3.1c5.4.1 15.9 2.4 15.9 17.1l-.2 65.8-.3.4-.5.6-77.5-87.5c-5.2 0-10.2.7-15.5.7-6.4 0-13-.6-19.3-.7v3.7h1.5c8.2.1 16.6 6.2 16.6 16.4v73.3c0 14-3.9 22.9-16.4 22.9h-1.7v3.7c7.5 0 15.3-.7 22.9-.7 7.3 0 14.5.6 21.7.7v-3.7h-2.2c-13.7 0-17.1-6-17.2-21.2v-73.7zm-3.5-36.2.5-.5zm-.5-.3-.1-.2zm55.6 9.8c-1.8 5.9-3.9 10.5-3.9 13.6 0 5.2 7.3 6.1 13 6.1h1.9v5.3c-7-.4-14.1-.7-21.1-.7-6.3 0-12.5.3-18.8.7v-5.3h1c6.8 0 12.5-4 15.1-11.3l27.9-79.9c2.2-6.4 5.4-15.1 6.5-21.6 5.5-1.9 12.5-5.4 15.8-7.5.5-.2.8-.4 1.4-.4.5 0 .9 0 1.2.5.5 1.4 1 3 1.6 4.3l32 91.1c2.1 6.1 4.2 12.5 6.4 17.8 2.1 4.9 5.8 6.9 11.5 6.9h1v5.3c-7.8-.4-15.7-.7-24-.7-8.5 0-17.3.3-26.1.7v-5.3h1.9c4 0 10.8-.7 10.8-5 0-2.3-1.6-7-3.5-12.5l-6.8-20.2h-39.5zm25.4-77.2h-.4l-16.2 49.3h32.5z\"><\/path><path d=\"m1658.8 510.7c-7.8-.4-15.7-.7-24-.7-8.5 0-17.2.4-26.1.7h-.8v-6.8h2.7c4 0 10-.9 10-4.3 0-2-1.5-6.8-3.4-12.3l-6.6-19.7h-38.4l-5.4 17.6c-1.8 5.9-3.8 10.5-3.8 13.4.1 4.2 6.6 5.3 12.3 5.3h2.7v6.8h-.8c-7-.4-14.1-.7-21-.7-6.2 0-12.5.4-18.8.7h-.8v-6.8h1.8c6.5 0 11.9-3.7 14.4-10.8l27.9-79.9c2.3-6.5 5.4-15.1 6.9-22.1 5.5-1.8 12.4-5.3 15.8-7.5.5-.2 1-.4 1.7-.4.4 0 1.4.1 1.9 1 .5 1.4 1 3 1.6 4.4l32.1 91c2.1 6.1 4.1 12.5 6.4 17.7 2 4.6 5.2 6.5 10.8 6.5h1.8v6.8zm-49.4-1.6c8.6-.3 17.1-.6 25.4-.6 8.1 0 15.7.3 23.2.6v-3.6h-.2c-6 0-10.1-2.3-12.2-7.4-2.3-5.3-4.4-11.7-6.4-17.8l-32-91c-.5-1.4-1-3-1.5-4.2-.1-.2-.1-.2-.3-.2h-.3c-.4 0-.6.1-1 .2-3.4 2.2-10.3 5.6-15.5 7-1.1 6.6-4.2 15.3-6.5 21.7l-27.9 79.9c-2.7 7.6-8.8 11.9-15.8 11.9h-.3v3.6c6-.3 12-.6 18-.6 6.7 0 13.6.3 20.2.6v-3.6h-1.1c-5.7-.1-13.6-.7-13.8-6.9 0-3.5 2.1-7.9 3.8-13.8l.8.2-.8-.3 5.7-18.6h40.6l7 20.7c2 5.6 3.5 10.2 3.5 12.8-.2 5.3-7.6 5.7-11.5 5.8h-1.2zm-35.6-51.2 16.7-50.8h.9v.8h-.2.2v-.8h.5l16.5 50.8zm2.1-1.5h30.5l-15.1-46.7zm14.8-48.3.4-.1zm75.8-11c-13.1 0-13.6 3.1-16.2 15.8h-5.2c.7-4.9 1.6-9.7 2.1-14.8.7-4.9 1-9.7 1-14.8h4.2c1.4 5.2 5.8 5 10.4 5h89.8c4.7 0 9-.2 9.4-5.4l4.2.7c-.7 4.7-1.4 9.4-1.9 14.1-.4 4.7-.4 9.4-.4 14.1l-5.2 1.9c-.3-6.4-1.2-16.7-12.9-16.7h-28.5v92.6c0 13.4 6.1 15 14.4 15h3.3v5.3c-6.8 0-18.9-.7-28.4-.7-10.4 0-22.6.7-29.4.7v-5.3h3.3c9.6 0 14.5-.9 14.5-14.6v-93z\"><\/path><path d=\"m1735 510.7c-6.8 0-19-.7-28.4-.7-10.4 0-22.6.7-29.4.7h-.8v-6.7h4.1c9.6-.2 13.4-.4 13.7-13.8v-92.2h-27.7v-1.5h29.3v93.8c0 14-5.6 15.3-15.2 15.4h-2.6v3.7c6.9-.1 18.6-.7 28.7-.7 9.1 0 20.7.6 27.6.7v-3.7h-2.6c-8.4 0-15.1-2.1-15.2-15.7v-93.4h29.3c11.7 0 13.2 10 13.5 16.4l3.8-1.4c0-4.5 0-9.1.3-13.7.5-4.5 1.1-8.9 1.8-13.4l-2.6-.4c-.8 5.1-5.7 5.3-10 5.3h-90.7c-4.1 0-8.5-.2-10.1-5.1h-2.8c0 4.8-.4 9.5-1.1 14.1-.5 4.8-1.3 9.4-2 14h3.7c2.3-12.1 3.8-16.1 16.8-15.9v1.5c-12.9.2-12.6 2.4-15.5 15.3l-.1.6h-6.7l.1-.9c.7-4.9 1.6-9.8 2.1-14.8.7-4.9 1.1-9.7 1.1-14.7v-.8h5.5l.1.5c1.2 4.4 4.4 4.4 8.8 4.5h.9 89.8c4.8-.1 8.3-.2 8.6-4.7v-.8l.8.2 4.9.8-.1.8c-.7 4.7-1.4 9.4-1.9 14-.4 4.6-.4 9.4-.4 14v.5l-.5.2-6.2 2.2v-1c-.4-6.5-1.1-16-12.1-16h-27.6v91.9c.2 13.1 5.4 14 13.7 14.2h4.1v6.7zm37.6-6h2.4c6.3 0 12.9-.8 12.9-9.9v-91.2c0-9.1-6.6-9.9-12.9-9.9h-2.4v-5.2c6.8 0 17.2.7 25.7.7 8.7 0 19.2-.7 27.4-.7v5.2h-2.4c-6.3 0-12.9.9-12.9 9.9v91.2c0 9.1 6.6 9.9 12.9 9.9h2.4v5.3c-8.4 0-18.8-.7-27.5-.7-8.5 0-18.8.7-25.6.7z\"><\/path><path d=\"m1825.7 510.7c-8.4 0-18.8-.7-27.5-.7-8.5 0-18.8.7-25.6.7h-.8v-6.7h3.2c6.3-.1 12.1-.6 12.1-9.2v-91.2c0-8.5-5.8-9.1-12.1-9.2h-3.2v-6.7h.8c6.8 0 17.2.7 25.7.7 8.7 0 19.1-.7 27.4-.7h.7v6.7h-3.2c-6.4.1-12.1.7-12.2 9.2v91.2c.1 8.5 5.8 9.1 12.2 9.2h3.2v6.7zm-.8-1.5v-3.7h-1.7c-6.2 0-13.6-1.1-13.6-10.7v-91.2c0-9.6 7.4-10.7 13.6-10.7h1.7v-3.7c-8 0-18.1.7-26.6.7-8.2 0-18.2-.6-25-.7v3.7h1.7c6.2 0 13.6 1.1 13.6 10.7v91.2c0 9.6-7.4 10.7-13.6 10.7h-1.7v3.7c6.7-.1 16.6-.7 24.8-.7 8.5 0 18.6.6 26.8.7zm70.2-123.4c37.1 0 66.7 23 66.7 60.1 0 40-28.7 66.7-65.8 66.7-36.9 0-65.1-25.1-65.1-62.5 0-36.2 28-64.3 64.2-64.3zm2.6 119.1c33.8 0 39.7-29.8 39.7-55.2s-13.7-56.2-42.6-56.2c-30.5 0-39.5 27.2-39.5 50.5 0 31.1 14.2 60.9 42.4 60.9z\"><\/path><path d=\"m1830.1 450.1c.1-36.6 28.4-64.9 65-65v1.5c-35.8 0-63.5 27.7-63.5 63.5.1 37 27.9 61.7 64.4 61.7 36.7 0 65-26.3 65.1-65.9 0-36.6-29.2-59.3-66-59.3v-1.5c37.4 0 67.4 23.3 67.4 60.8 0 40.5-29.1 67.4-66.5 67.4-37.2-.1-65.8-25.4-65.9-63.2zm24.4-6.2c0-23.4 9.2-51.2 40.3-51.2 29.5.1 43.3 31.5 43.4 57 0 25.4-6 55.9-40.4 55.9v-1.5c33.1 0 38.8-29 38.9-54.4 0-25.2-13.6-55.4-41.9-55.5-29.9 0-38.7 26.5-38.8 49.7 0 31 14.2 60.1 41.7 60.2v1.5c-28.9 0-43.1-30.3-43.2-61.7zm224.6 31.7.4-.3v-65.3c0-14.3-9.9-16.4-15.2-16.4h-3.8v-5.2c8.2 0 16.2.7 24.3.7 7.2 0 14.3-.7 21.4-.7v5.2h-2.6c-7.3 0-15.5 1.4-15.5 22.1v79.3c0 6.1.2 12.2 1.1 17.6h-6.6l-89.7-99.9v71.7c0 15.1 2.9 20.4 16.3 20.4h3v5.3c-7.5 0-15-.7-22.5-.7-7.8 0-15.9.7-23.7.7v-5.3h2.4c12 0 15.6-8.2 15.6-22.1v-73.3c0-9.7-8-15.6-15.8-15.6h-2.3v-5.2c6.6 0 13.4.7 20 .7 5.2 0 10.3-.7 15.5-.7z\"><\/path><path d=\"m2089.2 513.3-7.2-.3-88.3-98.5v69.8c.2 15.1 2.5 19.4 15.6 19.6h3.8v6.8h-.8c-7.5 0-15-.7-22.5-.7-7.8 0-15.8.7-23.7.7h-.7v-6.8h3.2c11.5 0 14.8-7.4 14.9-21.3v-73.3c0-9.3-7.6-14.9-15.1-14.9h-3v-6.7h.7c6.7 0 13.5.7 20 .7 5.2 0 10.2-.7 16.1-.4l76.5 86.1v-64c0-13.9-9.3-15.5-14.4-15.6h-4.6v-6.7h.8c8.2 0 16.2.7 24.3.7 7.1 0 14.2-.7 21.5-.7h.7v6.7h-3.4c-7.2.2-14.6.9-14.7 21.4v79.1c0 6.1.1 12.2 1 17.5l.1.8zm-6.6-1.5h5.7c-.8-5.2-.9-11-.9-16.8v-79.2c0-20.9 8.8-22.8 16.2-22.9h1.9v-3.7c-6.9 0-13.7.7-20.7.7-7.9 0-15.7-.6-23.6-.7v3.7h3.1c5.4.1 15.9 2.4 15.9 17.2l-.2 65.8-.3.4-.6.6-77.5-87.5c-5.1 0-10.2.7-15.5.7-6.4 0-12.9-.6-19.3-.7v3.7h1.5c8.2.1 16.6 6.2 16.6 16.4v73.3c0 13.9-3.9 22.8-16.4 22.9h-1.7v3.7c7.6 0 15.3-.7 23-.7 7.3 0 14.5.6 21.7.7v-3.7h-2.2c-13.7 0-17.1-6-17.1-21.1v-73.7zm-3.5-36.2.6-.5zm-.4-.3-.1-.2zm55.5 9.8c-1.7 5.9-3.8 10.5-3.8 13.6 0 5.2 7.3 6.1 13 6.1h1.9v5.3c-7-.4-14.1-.7-21.1-.7-6.3 0-12.5.3-18.8.7v-5.3h1c6.8 0 12.6-4 15.2-11.3l27.9-79.9c2.2-6.4 5.4-15.1 6.4-21.6 5.6-1.9 12.5-5.4 15.9-7.5.5-.2.8-.4 1.4-.4.5 0 .8 0 1.2.5.5 1.4 1.1 3 1.6 4.3l32 91.1c2.1 6.1 4.2 12.5 6.5 17.8 2.1 4.9 5.8 6.9 11.5 6.9h1.1v5.3c-7.8-.4-15.7-.7-24-.7-8.5 0-17.2.3-26.1.7v-5.3h1.9c4 0 10.8-.7 10.8-5 0-2.3-1.6-7-3.5-12.5l-6.8-20.2h-39.5zm25.5-77.2h-.3l-16.2 49.3h32.6z\"><\/path><path d=\"m2227 510.7c-7.8-.3-15.7-.7-24-.7-8.5 0-17.2.4-26.1.7h-.8v-6.7h2.6c4.1 0 10.1-.9 10.1-4.3 0-2-1.5-6.7-3.5-12.3l-6.6-19.7h-38.4l-5.4 17.6c-1.7 6-3.8 10.5-3.8 13.4 0 4.3 6.5 5.3 12.3 5.3h2.7v6.8h-.8c-7-.3-14.1-.7-21-.7-6.2 0-12.5.4-18.8.7h-.8v-6.8h1.8c6.5 0 11.9-3.8 14.5-10.8l27.9-79.9c2.2-6.5 5.4-15.1 6.9-22.1 5.5-1.9 12.5-5.4 15.8-7.5.5-.2.9-.4 1.6-.4.5 0 1.4.1 1.9 1 .5 1.4 1 2.9 1.6 4.4l32 91c2.1 6.1 4.2 12.5 6.4 17.7 2 4.6 5.2 6.4 10.8 6.5h1.8v6.8zm-49.4-1.5c8.6-.3 17.1-.7 25.4-.7 8.1 0 15.7.3 23.3.6v-3.6h-.3c-5.9 0-10-2.3-12.2-7.4-2.3-5.3-4.4-11.7-6.4-17.8l-32-91.1c-.5-1.4-1-3-1.5-4.2-.1-.2-.1-.2-.3-.2h-.3c-.4 0-.6.1-1 .2-3.4 2.1-10.4 5.6-15.5 7-1.1 6.6-4.2 15.3-6.5 21.7l-27.9 79.9c-2.6 7.6-8.7 11.9-15.8 11.9h-.3v3.6c6-.3 12-.6 18-.6 6.7 0 13.6.3 20.3.6v-3.6h-1.2c-5.7-.1-13.6-.7-13.8-6.9 0-3.5 2.2-7.9 3.9-13.8l.7.2-.7-.3 5.7-18.6h40.6l7 20.7c1.9 5.6 3.5 10.2 3.5 12.8-.3 5.3-7.6 5.7-11.5 5.8h-1.1zm-35.5-51.3 16.7-50.8h.9v.8h-.2.2v-.8h.5l16.5 50.8zm2-1.5h30.4l-15.1-46.6zm14.8-48.3.3-.1zm112 84.8c0 7 4.8 9 10.4 9.8 7.1.5 15 .5 23-.4 7.3-.9 13.6-5.1 16.7-9.4 2.8-3.8 4.3-8.7 5.4-12.5h5c-1.9 9.9-4.3 19.7-6.4 29.6-15.3 0-30.6-.7-45.9-.7s-30.6.7-45.9.7v-5.3h2.4c6.3 0 13.1-.8 13.1-11.6v-89.5c0-9.1-6.8-9.9-13.1-9.9h-2.4v-5.2c9.2 0 18.3.7 27.5.7 8.9 0 17.6-.7 26.5-.7v5.2h-4.4c-6.6 0-11.8.2-11.8 9.4v89.8z\"><\/path><path d=\"m2325 510.7c-15.3 0-30.7-.7-45.9-.7-15.3 0-30.6.7-46 .7h-.7v-6.7h3.2c6.3-.1 12.3-.6 12.3-10.9v-89.5c-.1-8.5-6-9-12.3-9.2h-3.2v-6.7h.7c9.3 0 18.3.7 27.5.7 8.8 0 17.5-.7 26.5-.7h.7v6.7h-5.1c-6.7.2-10.9-.1-11.1 8.7v89.8c0 6.5 4.3 8.2 9.7 9 3.1.2 6.3.4 9.7.4 4.3 0 8.7-.2 13.2-.7 7.1-.8 13.2-4.9 16.2-9.1 2.7-3.7 4.2-8.5 5.3-12.3l.2-.6h6.6l-.2.9c-2 10-4.4 19.7-6.5 29.6l-.1.6zm-.7-1.5c2-9.4 4.3-18.7 6.2-28.1h-3.6c-1.1 3.8-2.6 8.5-5.4 12.3-3.2 4.5-9.7 8.8-17.2 9.7-4.6.5-9.1.7-13.3.7-3.4 0-6.6-.2-9.8-.4-5.7-.6-11.2-3-11.1-10.5v-89.8c0-9.7 6.1-10.2 12.6-10.2h3.6v-3.7c-8.6 0-17 .7-25.7.7-9 0-17.8-.6-26.8-.7v3.7h1.7c6.2 0 13.8 1.1 13.8 10.7v89.5c0 11.3-7.6 12.4-13.8 12.4h-1.7v3.7c15.1 0 30.1-.7 45.2-.7 15.2 0 30.3.7 45.3.7zm5-125.7c10.5 0 18.3 8.1 18.3 18.4s-7.8 18.3-18.3 18.3-18.3-8-18.3-18.3 7.8-18.4 18.3-18.4zm0 33.2c8.2 0 14.5-7 14.5-14.9s-6.2-15-14.5-15c-8.2 0-14.5 7.1-14.5 15s6.3 14.9 14.5 14.9zm-9.1-5.2v-.9c2.3-.3 2.7-.2 2.7-1.6v-13.6c0-1.9-.2-2.6-2.6-2.5v-.9h9.4c3.2 0 6.2 1.5 6.2 4.9 0 2.7-1.8 4.7-4.3 5.5l3 4.2c1.4 1.9 3 3.7 4 4.3v.6h-3.6c-1.7 0-3.2-3.6-6.6-8.4h-2v6.1c0 1.2.4 1.1 2.7 1.4v.9zm6.2-9.6h2.2c2.4 0 3.5-1.8 3.5-4.7s-1.7-3.9-3.6-3.9h-2v8.6z\"><\/path><\/g><path d=\"m449.8 608.3c166.3.8 318-135.6 318-301.5 0-181.4-151.8-306.9-318-306.8h-143.1c-168.2-.1-306.7 125.4-306.7 306.8 0 166 138.5 302.3 306.7 301.5z\" fill=\"#0079be\"><\/path><path d=\"m307.4 25.1c-153.7 0-278.3 124.7-278.4 278.5 0 153.8 124.6 278.4 278.4 278.4s278.4-124.7 278.4-278.4c0-153.8-124.6-278.4-278.4-278.5zm-176.4 278.5c.1-75.2 47.1-139.3 113.3-164.7v329.4c-66.2-25.4-113.2-89.5-113.3-164.7zm239.6 164.8v-329.5c66.2 25.4 113.2 89.5 113.3 164.7-.1 75.2-47.1 139.3-113.3 164.8z\" fill=\"#fff\"><\/path><path d=\"m865.4 130.9c0-28.8-15-26.9-29.4-27.2v-8.3c12.5.6 25.3.6 37.7.6 13.4 0 31.7-.6 55.4-.6 82.8 0 127.9 55.3 127.9 112 0 31.7-18.5 111.3-131.8 111.3-16.3 0-31.4-.6-46.4-.6-14.4 0-28.5.3-42.9.6v-8.3c19.2-1.9 28.5-2.6 29.4-24.3zm31.3 150c0 24.6 17.6 27.5 33.3 27.5 69.1 0 91.8-52.2 91.8-99.8 0-59.8-38.4-103-100.1-103-13.1 0-19.2.9-25 1.3zm171.5 29.5h6.1c8.9 0 15.4 0 15.4-10.6v-86.7c0-14.1-4.8-16-16.6-22.4v-5.1c15-4.5 33-10.5 34.2-11.5 2.3-1.3 4.2-1.6 5.8-1.6s2.2 1.9 2.2 4.5v122.8c0 10.6 7 10.6 16 10.6h5.4v8.3c-10.9 0-22.1-.6-33.6-.6s-23 .3-34.9.6zm34.2-187.2c-8.3 0-15.7-7.7-15.7-16 0-8 7.7-15.4 15.7-15.4 8.3 0 15.7 6.7 15.7 15.4s-7 16-15.7 16zm64.7 91.8c0-11.8-3.5-15-18.5-21.1v-6.1c13.7-4.5 26.8-8.6 42.2-15.4 1 0 1.9.7 1.9 3.2v20.8c18.3-13.1 33.9-24 55.4-24 27.2 0 36.8 19.8 36.8 44.8v82.5c0 10.6 7 10.6 16 10.6h5.8v8.3c-11.2 0-22.4-.6-33.9-.6s-23.1.3-34.6.6v-8.3h5.7c9 0 15.3 0 15.3-10.6v-82.7c0-18.3-11.1-27.2-29.4-27.2-10.2 0-26.5 8.3-37.1 15.4v94.7c0 10.6 7.1 10.6 16 10.6h5.7v8.3c-11.2 0-22.4-.6-33.9-.6s-23 .3-34.5.6v-8.3h5.8c9 0 15.3 0 15.3-10.6zm163.8 15.4c-.7 2.9-.7 7.7 0 18.6 1.9 30.4 21.4 55.3 47 55.3 17.6 0 31.4-9.6 43.2-21.4l4.5 4.5c-14.7 19.5-33 36.1-59.2 36.1-50.9 0-61.1-49.3-61.1-69.7 0-62.7 42.2-81.3 64.6-81.3 25.9 0 53.8 16.3 54.1 50.2 0 1.9 0 3.8-.3 5.8l-2.9 1.9zm56.6-10.3c8 0 8.9-4.2 8.9-8 0-16.3-9.9-29.4-27.8-29.4-19.5 0-32.9 14.4-36.8 37.4zm43.8 90.3h8.6c8.9 0 15.3 0 15.3-10.6v-89.9c0-9.9-11.8-11.8-16.6-14.4v-4.8c23.4-9.9 36.2-18.3 39.1-18.3 1.9 0 2.8 1 2.8 4.2v28.8h.7c8-12.5 21.4-33 40.9-33 8 0 18.2 5.4 18.2 17 0 8.6-6.1 16.3-15 16.3-10 0-10-7.7-21.1-7.7-5.4 0-23.3 7.4-23.3 26.6v75.2c0 10.6 6.4 10.6 15.4 10.6h17.9v8.3c-17.6-.3-31-.6-44.8-.6-13.1 0-26.6.3-38.1.6zm123.2-36.2c4.2 21.1 16.9 39 40.3 39 18.8 0 25.9-11.5 25.9-22.7 0-37.8-69.7-25.6-69.7-77.1 0-17.9 14.4-41 49.6-41 10.2 0 24 2.9 36.4 9.3l2.3 32.6h-7.4c-3.2-20.1-14.4-31.7-34.9-31.7-12.8 0-24.9 7.4-24.9 21.1 0 37.5 74.2 25.9 74.2 76.1 0 21.1-17 43.5-55 43.5-12.8 0-27.8-4.5-39-10.9l-3.5-36.8zm380.6-120.9h-8c-6.1-37.4-32.6-52.5-68.4-52.5-36.8 0-90.2 24.6-90.2 101.4 0 64.7 46.1 111 95.3 111 31.7 0 57.9-21.8 64.3-55.4l7.3 1.9-7.3 46.7c-13.4 8.3-49.6 17-70.7 17-74.8 0-122.2-48.3-122.2-120.3 0-65.6 58.5-112.6 121.2-112.6 25.9 0 50.9 8.4 75.5 17zm11.5 157.1h6.1c9 0 15.4 0 15.4-10.6v-178.2c0-20.8-4.8-21.4-17-25v-5.1c12.8-4.2 26.2-9.9 33-13.8 3.5-1.9 6.1-3.5 7-3.5 2 0 2.6 1.9 2.6 4.5v221.1c0 10.6 7 10.6 16 10.6h5.4v8.3c-10.8 0-22-.6-33.6-.6-11.5 0-23 .3-34.9.6zm205.4-9.3c0 5.8 3.5 6.1 8.9 6.1 3.8 0 8.6-.3 12.8-.3v6.7c-13.8 1.3-40 8-46.1 9.9l-1.6-1v-25.9c-19.2 15.7-33.9 26.9-56.6 26.9-17.3 0-35.2-11.2-35.2-38v-81.9c0-8.3-1.3-16.3-19.2-17.9v-6.1c11.5-.3 37.1-2.2 41.2-2.2 3.5 0 3.5 2.2 3.5 9.3v82.5c0 9.6 0 37.1 27.8 37.1 10.9 0 25.3-8.3 38.7-19.5v-86.1c0-6.4-15.3-9.9-26.8-13.1v-5.8c28.8-1.9 46.7-4.5 49.9-4.5 2.6 0 2.6 2.2 2.6 5.8zm63.7-105.6c12.8-10.9 30.1-23 47.7-23 37.1 0 59.5 32.3 59.5 67.2 0 41.9-30.7 83.8-76.5 83.8-23.7 0-36.1-7.7-44.5-11.2l-9.6 7.3-6.7-3.5c2.8-18.9 4.5-37.4 4.5-56.9v-137.6c0-20.8-4.8-21.4-17-25v-5.1c12.8-4.2 26.2-9.9 33-13.8 3.5-1.9 6.1-3.5 7.1-3.5 1.9 0 2.5 1.9 2.5 4.5zm0 87c0 12.2 11.5 32.7 32.9 32.7 34.2 0 48.6-33.6 48.6-62.1 0-34.5-26.2-63.3-51.2-63.3-11.9 0-21.8 7.7-30.4 15.1zm-1380.1 222.2h2.5c6.3 0 12.9-.8 12.9-9.9v-91.2c0-9.1-6.6-9.9-12.9-9.9h-2.5v-5.2c6.8 0 17.2.7 25.8.7 8.7 0 19.1-.7 27.3-.7v5.2h-2.5c-6.2 0-12.9.9-12.9 9.9v91.2c0 9.1 6.6 9.9 12.9 9.9h2.5v5.3c-8.4 0-18.8-.7-27.5-.7-8.5 0-18.8.7-25.6.7z\" fill=\"#211e1f\"><\/path><path d=\"m888.7 510.7c-8.4 0-18.8-.7-27.5-.7-8.5 0-18.7.7-25.6.7h-.7v-6.7h3.2c6.3-.1 12.1-.7 12.1-9.2v-91.2c-.1-8.5-5.8-9.1-12.1-9.2h-3.2v-6.7h.7c6.8 0 17.3.7 25.8.7 8.7 0 19.1-.7 27.3-.7h.8v6.7h-3.2c-6.3.1-12.1.7-12.1 9.2v91.2c0 8.5 5.8 9 12.1 9.2h3.2v6.7zm-.7-1.5v-3.7h-1.7c-6.2 0-13.6-1.1-13.7-10.7v-91.2c0-9.6 7.4-10.7 13.7-10.7h1.7v-3.7c-8 0-18.1.7-26.6.7-8.3 0-18.3-.6-25-.7v3.7h1.7c6.2 0 13.6 1.1 13.6 10.7v91.2c0 9.6-7.4 10.7-13.6 10.7h-1.7v3.7c6.7-.1 16.6-.7 24.8-.7 8.5 0 18.6.7 26.8.7zm120.3-33.6.3-.3v-65.3c0-14.3-9.9-16.4-15.1-16.4h-3.8v-5.2c8.2 0 16.2.7 24.4.7 7.1 0 14.3-.7 21.4-.7v5.2h-2.6c-7.3 0-15.5 1.4-15.5 22.1v79.3c0 6.1.2 12.2 1 17.6h-6.6l-89.6-99.9v71.7c0 15.1 2.9 20.4 16.4 20.4h2.9v5.3c-7.5 0-14.9-.7-22.4-.7-7.8 0-15.8.7-23.7.7v-5.3h2.4c12 0 15.7-8.2 15.7-22.1v-73.3c0-9.7-8-15.6-15.8-15.6h-2.3v-5.2c6.6 0 13.4.7 20 .7 5.2 0 10.3-.7 15.5-.7z\" fill=\"#211e1f\"><\/path><path d=\"m1018.4 513.3-7.2-.3-88.3-98.5v69.8c.2 15.1 2.5 19.4 15.6 19.6h3.7v6.7h-.8c-7.5 0-15-.7-22.5-.7-7.8 0-15.8.7-23.7.7h-.8v-6.6h3.2c11.5-.1 14.8-7.4 14.9-21.3v-73.3c0-9.3-7.6-14.9-15.1-14.9h-3v-6.7h.8c6.7 0 13.5.7 20 .7 5.2 0 10.2-.7 16.1-.4l76.5 86.1v-64c-.1-13.9-9.3-15.5-14.4-15.6h-4.6v-6.7h.8c8.2 0 16.2.7 24.4.7 7.1 0 14.2-.7 21.4-.7h.8v6.7h-3.4c-7.2.2-14.6.8-14.8 21.4v79c0 6.1.2 12.2 1 17.4l.2.9zm-6.7-1.5h5.8c-.8-5.2-.9-11-.9-16.8v-79.2c0-20.9 8.8-22.9 16.2-22.9h1.8v-3.7c-6.9 0-13.7.7-20.7.7-8 0-15.7-.6-23.6-.7v3.7h3.1c5.3 0 15.9 2.4 15.9 17.2l-.2 65.8-.4.4-.6.5-77.4-87.5c-5.2 0-10.2.7-15.5.7-6.4 0-12.9-.6-19.2-.7v3.7h1.5c8.2 0 16.6 6.2 16.6 16.4v73.3c0 13.9-3.9 22.8-16.4 22.9h-1.7v3.8c7.5-.1 15.3-.7 22.9-.7 7.3 0 14.5.6 21.7.7v-3.7h-2.2c-13.7 0-17.1-6-17.1-21.1v-73.7zm-3.4-36.2.6-.5zm-.4-.3-.1-.2zm53.6-78.2c-13.1 0-13.6 3.1-16.2 15.8h-5.2c.7-4.9 1.6-9.7 2.1-14.8.7-4.9 1-9.7 1-14.8h4.2c1.4 5.2 5.7 5 10.5 5h89.8c4.7 0 9.1-.2 9.4-5.4l4.2.7c-.7 4.7-1.4 9.4-1.9 14.1-.3 4.7-.3 9.4-.3 14.1l-5.2 1.9c-.4-6.4-1.2-16.7-12.9-16.7h-28.5v92.6c0 13.4 6.1 15 14.4 15h3.3v5.3c-6.8 0-19-.7-28.4-.7-10.4 0-22.6.7-29.4.7v-5.3h3.3c9.6 0 14.4-.9 14.4-14.6v-93z\" fill=\"#211e1f\"><\/path><path d=\"m1130.1 510.7c-6.9 0-19-.7-28.4-.7-10.4 0-22.6.7-29.4.7h-.7v-6.7h4c9.6-.2 13.5-.4 13.7-13.8v-92.2h-27.8v-1.5h29.3v93.8c0 14-5.6 15.4-15.2 15.4h-2.6v3.7c6.9 0 18.6-.7 28.7-.7 9.1 0 20.7.6 27.6.7v-3.7h-2.5c-8.4 0-15.2-2.1-15.2-15.8v-93.4h29.3c11.7 0 13.2 10 13.6 16.4l3.8-1.4c0-4.5 0-9.1.3-13.7.5-4.5 1.1-8.9 1.8-13.4l-2.7-.4c-.8 5.1-5.7 5.3-10.1 5.3h-90.6c-4.1 0-8.6-.2-10.1-5.1h-2.9c0 4.7-.4 9.4-1 14.1-.5 4.8-1.3 9.4-2 14h3.7c2.3-12.1 3.8-16.1 16.8-15.9v1.5c-12.9.2-12.6 2.4-15.4 15.3l-.1.6h-6.7l.1-.9c.7-4.9 1.6-9.7 2.1-14.8.7-4.8 1.1-9.7 1.1-14.7v-.8h5.5l.1.5c1.2 4.4 4.4 4.4 8.8 4.5h90.7c4.9-.1 8.4-.1 8.7-4.7l.1-.8.8.2 4.9.8-.1.8c-.7 4.7-1.4 9.4-1.9 14-.3 4.6-.3 9.3-.3 14v.5l-.5.2-6.2 2.2v-1c-.5-6.5-1.1-16-12.1-16h-27.8v91.9c.2 13.1 5.4 14 13.7 14.2h4.1v6.7zm36.7-6h2.5c6.3 0 12.9-.8 12.9-9.9v-91.2c0-9.1-6.6-9.9-12.9-9.9h-2.5v-5.2c10.6 0 28.7.7 43.3.7 14.7 0 32.7-.7 44.6-.7-.3 7.5-.1 19 .4 26.6l-5.3 1.4c-.8-11.3-2.9-20.3-21.2-20.3h-24.2v45.6h20.7c10.4 0 12.7-5.9 13.7-15.3h5.2c-.3 6.8-.5 13.6-.5 20.4 0 6.6.2 13.2.5 19.8l-5.2 1c-1-10.4-1.6-17.2-13.6-17.2h-20.9v40.5c0 11.3 10.1 11.3 21.2 11.3 20.9 0 30.1-1.4 35.3-21.2l4.9 1.2c-2.3 9.2-4.4 18.5-5.9 27.7-11.2 0-31.2-.7-46.8-.7-15.7 0-36.4.7-46.3.7v-5.3z\" fill=\"#211e1f\"><\/path><path d=\"m1259.9 510.7c-11.2 0-31.2-.7-46.8-.7-15.7 0-36.4.7-46.3.7h-.7v-6.7h3.2c6.3-.1 12-.7 12.1-9.2v-91.2c-.1-8.5-5.8-9.1-12.1-9.2h-3.2v-6.7h.7c10.6 0 28.7.7 43.3.7s32.7-.7 44.6-.7h.8v.8c-.1 2.6-.2 5.7-.2 9 0 6 .2 12.6.5 17.6v.6l-.6.2-6.1 1.6v-.9c-1-11.3-2.5-19.5-20.5-19.7h-23.5v44.1h20c10-.1 11.8-5.2 13-14.6l.1-.7h6.7v.8c-.3 6.8-.6 13.6-.6 20.4 0 6.6.2 13.2.6 19.8v.6l-.6.1-6 1.2-.1-.8c-1.2-10.6-1.3-16.4-12.8-16.6h-20.1v39.8c0 10.6 9.1 10.5 20.5 10.6 21-.1 29.4-1.1 34.6-20.7l.2-.7.7.1 5.6 1.4-.2.7c-2.2 9.2-4.3 18.4-5.9 27.6l-.1.6zm-.6-1.5c1.5-8.8 3.5-17.6 5.6-26.4l-3.4-.9c-5.2 19.5-15.3 21.2-35.8 21.1-11 0-21.9 0-22-12.1v-41.3h21.6c12.2-.1 13.4 7.2 14.3 17.1l3.8-.8c-.3-6.4-.5-12.8-.5-19.2 0-6.6.2-13.1.5-19.6h-3.8c-1 9.1-3.8 15.4-14.4 15.3h-21.5v-47.1h25c18.1-.1 21.1 9.2 21.9 20.2l3.8-1c-.3-4.9-.5-11.2-.5-17 0-3 .1-5.8.2-8.3-11.8 0-29.5.7-43.8.7s-31.9-.6-42.6-.7v3.7h1.7c6.2 0 13.6 1.1 13.6 10.7v91.2c0 9.6-7.4 10.7-13.6 10.7h-1.7v3.7c10.2 0 30.3-.7 45.6-.7 15.2 0 34.8.7 46 .7zm30-102.3c0-12.7-7-13.2-12.4-13.2h-3.1v-5.2c5.6 0 16.4.7 27 .7 10.4 0 18.8-.7 28-.7 21.9 0 41.4 5.9 41.4 30.7 0 15.6-10.4 25.2-24.2 30.6l29.8 44.5c4.9 7.4 8.3 9.4 16.9 10.4v5.3c-5.7 0-11.3-.7-17.1-.7-5.4 0-11 .7-16.4.7-13.4-17.6-24.9-36.4-36.2-56.4h-11.5v37.3c0 13.4 6.2 13.9 14.2 13.9h3.1v5.3c-9.9 0-20-.7-29.9-.7-8.4 0-16.5.7-25.2.7v-5.3h3.1c6.5 0 12.4-2.9 12.4-9.4zm22.3 40.4h8.5c17.4 0 26.8-6.6 26.8-27.2 0-15.5-9.9-25.4-25.4-25.4-5.2 0-7.4.5-9.9.7z\" fill=\"#211e1f\"><\/path><path d=\"m1392.7 510.7c-5.8 0-11.4-.7-17.1-.7-5.3 0-10.9.7-16.9.4-13.4-17.5-24.8-36.2-36-56.1h-10.3v36.5c.2 13.1 5.4 13 13.5 13.2h3.9v6.7h-.8c-9.9 0-20-.7-29.9-.7-8.3 0-16.5.7-25.2.7h-.8v-6.7h3.9c6.3 0 11.6-2.8 11.6-8.6v-88.4c-.1-12.4-6.2-12.3-11.6-12.5h-3.9v-6.7h.8c5.6 0 16.4.7 27 .7 10.4 0 18.8-.7 28-.7 21.9 0 42.1 6.1 42.2 31.4 0 15.7-10.4 25.5-23.8 31l29.2 43.8c4.9 7.2 7.9 9 16.4 10.1l.6.1v6.6zm-81.1-57.9h11.9l.2.4c11.3 20 22.8 38.8 35.6 56 5.3 0 10.9-.7 16.3-.7 5.6 0 10.9.6 16.3.7v-3.8c-8.2-1-12-3.5-16.8-10.7l-30.3-45.3.9-.4c13.6-5.4 23.7-14.7 23.7-30 0-24.2-18.8-29.8-40.7-29.8-9.2 0-17.5.7-28 .7-10.2 0-20.5-.6-26.2-.7v3.7h2.4c5.4 0 13.1.9 13.1 14v88.4c0 7-6.6 10.2-13.1 10.2h-2.4v3.7c8.4 0 16.3-.7 24.5-.7 9.7 0 19.6.7 29.2.7v-3.7h-2.4c-7.9 0-15-1-15-14.7v-38zm0-4.8h-.8v-53.3l.7-.1c2.4-.2 4.7-.7 10-.7 15.9 0 26.2 10.3 26.2 26.2 0 20.8-10 27.8-27.6 27.9zm8.5-1.5c17.2-.1 25.9-6.1 26.1-26.4-.1-15.2-9.5-24.6-24.7-24.7-4.7 0-6.9.4-9.1.6v50.4h7.7zm190.8 29.1.3-.3v-65.3c0-14.3-9.9-16.4-15.1-16.4h-3.8v-5.2c8.2 0 16.2.7 24.4.7 7.1 0 14.3-.7 21.4-.7v5.2h-2.6c-7.3 0-15.5 1.4-15.5 22.1v79.3c0 6.1.2 12.2 1 17.6h-6.6l-89.6-99.9v71.7c0 15.1 3 20.4 16.4 20.4h3v5.3c-7.5 0-15-.7-22.4-.7-7.9 0-15.9.7-23.7.7v-5.3h2.4c12 0 15.7-8.2 15.7-22.1v-73.3c0-9.7-8-15.6-15.8-15.6h-2.3v-5.2c6.6 0 13.4.7 20 .7 5.2 0 10.3-.7 15.5-.7z\" fill=\"#211e1f\"><\/path><path d=\"m1521 513.3-7.2-.2-88.3-98.5v69.8c.2 15.1 2.5 19.4 15.6 19.6h3.7v6.7h-.8c-7.5 0-15-.7-22.5-.7-7.8 0-15.8.7-23.6.7h-.8v-6.7h3.2c11.5 0 14.8-7.4 14.9-21.4v-73.3c0-9.3-7.6-14.9-15-14.9h-3.1v-6.7h.8c6.6 0 13.4.7 20 .7 5.1 0 10.2-.7 16-.4l76.5 86.2v-64c0-13.8-9.3-15.5-14.4-15.6h-4.6v-6.7h.8c8.2 0 16.2.7 24.4.7 7.1 0 14.2-.7 21.4-.7h.8v6.7h-3.3c-7.2.2-14.6.8-14.8 21.4v79c0 6.1.2 12.1 1 17.5l.1.8zm-6.6-1.5h5.7c-.8-5.2-.9-11-.9-16.8v-79.2c0-20.9 8.8-22.8 16.3-22.9h1.8v-3.7c-6.8 0-13.7.7-20.6.7-8 0-15.8-.6-23.6-.7v3.7h3.1c5.4.1 15.9 2.4 15.9 17.1l-.2 65.8-.3.4-.5.6-77.5-87.5c-5.2 0-10.2.7-15.5.7-6.4 0-13-.6-19.3-.7v3.7h1.5c8.2.1 16.6 6.2 16.6 16.4v73.3c0 14-3.9 22.9-16.4 22.9h-1.7v3.7c7.5 0 15.3-.7 22.9-.7 7.3 0 14.5.6 21.7.7v-3.7h-2.2c-13.7 0-17.1-6-17.2-21.2v-73.7zm-3.5-36.2.5-.5zm-.5-.3-.1-.2zm55.6 9.8c-1.8 5.9-3.9 10.5-3.9 13.6 0 5.2 7.3 6.1 13 6.1h1.9v5.3c-7-.4-14.1-.7-21.1-.7-6.3 0-12.5.3-18.8.7v-5.3h1c6.8 0 12.5-4 15.1-11.3l27.9-79.9c2.2-6.4 5.4-15.1 6.5-21.6 5.5-1.9 12.5-5.4 15.8-7.5.5-.2.8-.4 1.4-.4.5 0 .9 0 1.2.5.5 1.4 1 3 1.6 4.3l32 91.1c2.1 6.1 4.2 12.5 6.4 17.8 2.1 4.9 5.8 6.9 11.5 6.9h1v5.3c-7.8-.4-15.7-.7-24-.7-8.5 0-17.3.3-26.1.7v-5.3h1.9c4 0 10.8-.7 10.8-5 0-2.3-1.6-7-3.5-12.5l-6.8-20.2h-39.5zm25.4-77.2h-.4l-16.2 49.3h32.5z\" fill=\"#211e1f\"><\/path><path d=\"m1658.8 510.7c-7.8-.4-15.7-.7-24-.7-8.5 0-17.2.4-26.1.7h-.8v-6.8h2.7c4 0 10-.9 10-4.3 0-2-1.5-6.8-3.4-12.3l-6.6-19.7h-38.4l-5.4 17.6c-1.8 5.9-3.8 10.5-3.8 13.4.1 4.2 6.6 5.3 12.3 5.3h2.7v6.8h-.8c-7-.4-14.1-.7-21-.7-6.2 0-12.5.4-18.8.7h-.8v-6.8h1.8c6.5 0 11.9-3.7 14.4-10.8l27.9-79.9c2.3-6.5 5.4-15.1 6.9-22.1 5.5-1.8 12.4-5.3 15.8-7.5.5-.2 1-.4 1.7-.4.4 0 1.4.1 1.9 1 .5 1.4 1 3 1.6 4.4l32.1 91c2.1 6.1 4.1 12.5 6.4 17.7 2 4.6 5.2 6.5 10.8 6.5h1.8v6.8zm-49.4-1.6c8.6-.3 17.1-.6 25.4-.6 8.1 0 15.7.3 23.2.6v-3.6h-.2c-6 0-10.1-2.3-12.2-7.4-2.3-5.3-4.4-11.7-6.4-17.8l-32-91c-.5-1.4-1-3-1.5-4.2-.1-.2-.1-.2-.3-.2h-.3c-.4 0-.6.1-1 .2-3.4 2.2-10.3 5.6-15.5 7-1.1 6.6-4.2 15.3-6.5 21.7l-27.9 79.9c-2.7 7.6-8.8 11.9-15.8 11.9h-.3v3.6c6-.3 12-.6 18-.6 6.7 0 13.6.3 20.2.6v-3.6h-1.1c-5.7-.1-13.6-.7-13.8-6.9 0-3.5 2.1-7.9 3.8-13.8l.8.2-.8-.3 5.7-18.6h40.6l7 20.7c2 5.6 3.5 10.2 3.5 12.8-.2 5.3-7.6 5.7-11.5 5.8h-1.2zm-35.6-51.2 16.7-50.8h.9v.8h-.2.2v-.8h.5l16.5 50.8zm2.1-1.5h30.5l-15.1-46.7zm14.8-48.3.4-.1zm75.8-11c-13.1 0-13.6 3.1-16.2 15.8h-5.2c.7-4.9 1.6-9.7 2.1-14.8.7-4.9 1-9.7 1-14.8h4.2c1.4 5.2 5.8 5 10.4 5h89.8c4.7 0 9-.2 9.4-5.4l4.2.7c-.7 4.7-1.4 9.4-1.9 14.1-.4 4.7-.4 9.4-.4 14.1l-5.2 1.9c-.3-6.4-1.2-16.7-12.9-16.7h-28.5v92.6c0 13.4 6.1 15 14.4 15h3.3v5.3c-6.8 0-18.9-.7-28.4-.7-10.4 0-22.6.7-29.4.7v-5.3h3.3c9.6 0 14.5-.9 14.5-14.6v-93z\" fill=\"#211e1f\"><\/path><path d=\"m1735 510.7c-6.8 0-19-.7-28.4-.7-10.4 0-22.6.7-29.4.7h-.8v-6.7h4.1c9.6-.2 13.4-.4 13.7-13.8v-92.2h-27.7v-1.5h29.3v93.8c0 14-5.6 15.3-15.2 15.4h-2.6v3.7c6.9-.1 18.6-.7 28.7-.7 9.1 0 20.7.6 27.6.7v-3.7h-2.6c-8.4 0-15.1-2.1-15.2-15.7v-93.4h29.3c11.7 0 13.2 10 13.5 16.4l3.8-1.4c0-4.5 0-9.1.3-13.7.5-4.5 1.1-8.9 1.8-13.4l-2.6-.4c-.8 5.1-5.7 5.3-10 5.3h-90.7c-4.1 0-8.5-.2-10.1-5.1h-2.8c0 4.8-.4 9.5-1.1 14.1-.5 4.8-1.3 9.4-2 14h3.7c2.3-12.1 3.8-16.1 16.8-15.9v1.5c-12.9.2-12.6 2.4-15.5 15.3l-.1.6h-6.7l.1-.9c.7-4.9 1.6-9.8 2.1-14.8.7-4.9 1.1-9.7 1.1-14.7v-.8h5.5l.1.5c1.2 4.4 4.4 4.4 8.8 4.5h.9 89.8c4.8-.1 8.3-.2 8.6-4.7v-.8l.8.2 4.9.8-.1.8c-.7 4.7-1.4 9.4-1.9 14-.4 4.6-.4 9.4-.4 14v.5l-.5.2-6.2 2.2v-1c-.4-6.5-1.1-16-12.1-16h-27.6v91.9c.2 13.1 5.4 14 13.7 14.2h4.1v6.7zm37.6-6h2.4c6.3 0 12.9-.8 12.9-9.9v-91.2c0-9.1-6.6-9.9-12.9-9.9h-2.4v-5.2c6.8 0 17.2.7 25.7.7 8.7 0 19.2-.7 27.4-.7v5.2h-2.4c-6.3 0-12.9.9-12.9 9.9v91.2c0 9.1 6.6 9.9 12.9 9.9h2.4v5.3c-8.4 0-18.8-.7-27.5-.7-8.5 0-18.8.7-25.6.7z\" fill=\"#211e1f\"><\/path><path d=\"m1825.7 510.7c-8.4 0-18.8-.7-27.5-.7-8.5 0-18.8.7-25.6.7h-.8v-6.7h3.2c6.3-.1 12.1-.6 12.1-9.2v-91.2c0-8.5-5.8-9.1-12.1-9.2h-3.2v-6.7h.8c6.8 0 17.2.7 25.7.7 8.7 0 19.1-.7 27.4-.7h.7v6.7h-3.2c-6.4.1-12.1.7-12.2 9.2v91.2c.1 8.5 5.8 9.1 12.2 9.2h3.2v6.7zm-.8-1.5v-3.7h-1.7c-6.2 0-13.6-1.1-13.6-10.7v-91.2c0-9.6 7.4-10.7 13.6-10.7h1.7v-3.7c-8 0-18.1.7-26.6.7-8.2 0-18.2-.6-25-.7v3.7h1.7c6.2 0 13.6 1.1 13.6 10.7v91.2c0 9.6-7.4 10.7-13.6 10.7h-1.7v3.7c6.7-.1 16.6-.7 24.8-.7 8.5 0 18.6.6 26.8.7zm70.2-123.4c37.1 0 66.7 23 66.7 60.1 0 40-28.7 66.7-65.8 66.7-36.9 0-65.1-25.1-65.1-62.5 0-36.2 28-64.3 64.2-64.3zm2.6 119.1c33.8 0 39.7-29.8 39.7-55.2s-13.7-56.2-42.6-56.2c-30.5 0-39.5 27.2-39.5 50.5 0 31.1 14.2 60.9 42.4 60.9z\" fill=\"#211e1f\"><\/path><path d=\"m1830.1 450.1c.1-36.6 28.4-64.9 65-65v1.5c-35.8 0-63.5 27.7-63.5 63.5.1 37 27.9 61.7 64.4 61.7 36.7 0 65-26.3 65.1-65.9 0-36.6-29.2-59.3-66-59.3v-1.5c37.4 0 67.4 23.3 67.4 60.8 0 40.5-29.1 67.4-66.5 67.4-37.2-.1-65.8-25.4-65.9-63.2zm24.4-6.2c0-23.4 9.2-51.2 40.3-51.2 29.5.1 43.3 31.5 43.4 57 0 25.4-6 55.9-40.4 55.9v-1.5c33.1 0 38.8-29 38.9-54.4 0-25.2-13.6-55.4-41.9-55.5-29.9 0-38.7 26.5-38.8 49.7 0 31 14.2 60.1 41.7 60.2v1.5c-28.9 0-43.1-30.3-43.2-61.7zm224.6 31.7.4-.3v-65.3c0-14.3-9.9-16.4-15.2-16.4h-3.8v-5.2c8.2 0 16.2.7 24.3.7 7.2 0 14.3-.7 21.4-.7v5.2h-2.6c-7.3 0-15.5 1.4-15.5 22.1v79.3c0 6.1.2 12.2 1.1 17.6h-6.6l-89.7-99.9v71.7c0 15.1 2.9 20.4 16.3 20.4h3v5.3c-7.5 0-15-.7-22.5-.7-7.8 0-15.9.7-23.7.7v-5.3h2.4c12 0 15.6-8.2 15.6-22.1v-73.3c0-9.7-8-15.6-15.8-15.6h-2.3v-5.2c6.6 0 13.4.7 20 .7 5.2 0 10.3-.7 15.5-.7z\" fill=\"#211e1f\"><\/path><path d=\"m2089.2 513.3-7.2-.3-88.3-98.5v69.8c.2 15.1 2.5 19.4 15.6 19.6h3.8v6.8h-.8c-7.5 0-15-.7-22.5-.7-7.8 0-15.8.7-23.7.7h-.7v-6.8h3.2c11.5 0 14.8-7.4 14.9-21.3v-73.3c0-9.3-7.6-14.9-15.1-14.9h-3v-6.7h.7c6.7 0 13.5.7 20 .7 5.2 0 10.2-.7 16.1-.4l76.5 86.1v-64c0-13.9-9.3-15.5-14.4-15.6h-4.6v-6.7h.8c8.2 0 16.2.7 24.3.7 7.1 0 14.2-.7 21.5-.7h.7v6.7h-3.4c-7.2.2-14.6.9-14.7 21.4v79.1c0 6.1.1 12.2 1 17.5l.1.8zm-6.6-1.5h5.7c-.8-5.2-.9-11-.9-16.8v-79.2c0-20.9 8.8-22.8 16.2-22.9h1.9v-3.7c-6.9 0-13.7.7-20.7.7-7.9 0-15.7-.6-23.6-.7v3.7h3.1c5.4.1 15.9 2.4 15.9 17.2l-.2 65.8-.3.4-.6.6-77.5-87.5c-5.1 0-10.2.7-15.5.7-6.4 0-12.9-.6-19.3-.7v3.7h1.5c8.2.1 16.6 6.2 16.6 16.4v73.3c0 13.9-3.9 22.8-16.4 22.9h-1.7v3.7c7.6 0 15.3-.7 23-.7 7.3 0 14.5.6 21.7.7v-3.7h-2.2c-13.7 0-17.1-6-17.1-21.1v-73.7zm-3.5-36.2.6-.5zm-.4-.3-.1-.2zm55.5 9.8c-1.7 5.9-3.8 10.5-3.8 13.6 0 5.2 7.3 6.1 13 6.1h1.9v5.3c-7-.4-14.1-.7-21.1-.7-6.3 0-12.5.3-18.8.7v-5.3h1c6.8 0 12.6-4 15.2-11.3l27.9-79.9c2.2-6.4 5.4-15.1 6.4-21.6 5.6-1.9 12.5-5.4 15.9-7.5.5-.2.8-.4 1.4-.4.5 0 .8 0 1.2.5.5 1.4 1.1 3 1.6 4.3l32 91.1c2.1 6.1 4.2 12.5 6.5 17.8 2.1 4.9 5.8 6.9 11.5 6.9h1.1v5.3c-7.8-.4-15.7-.7-24-.7-8.5 0-17.2.3-26.1.7v-5.3h1.9c4 0 10.8-.7 10.8-5 0-2.3-1.6-7-3.5-12.5l-6.8-20.2h-39.5zm25.5-77.2h-.3l-16.2 49.3h32.6z\" fill=\"#211e1f\"><\/path><path d=\"m2227 510.7c-7.8-.3-15.7-.7-24-.7-8.5 0-17.2.4-26.1.7h-.8v-6.7h2.6c4.1 0 10.1-.9 10.1-4.3 0-2-1.5-6.7-3.5-12.3l-6.6-19.7h-38.4l-5.4 17.6c-1.7 6-3.8 10.5-3.8 13.4 0 4.3 6.5 5.3 12.3 5.3h2.7v6.8h-.8c-7-.3-14.1-.7-21-.7-6.2 0-12.5.4-18.8.7h-.8v-6.8h1.8c6.5 0 11.9-3.8 14.5-10.8l27.9-79.9c2.2-6.5 5.4-15.1 6.9-22.1 5.5-1.9 12.5-5.4 15.8-7.5.5-.2.9-.4 1.6-.4.5 0 1.4.1 1.9 1 .5 1.4 1 2.9 1.6 4.4l32 91c2.1 6.1 4.2 12.5 6.4 17.7 2 4.6 5.2 6.4 10.8 6.5h1.8v6.8zm-49.4-1.5c8.6-.3 17.1-.7 25.4-.7 8.1 0 15.7.3 23.3.6v-3.6h-.3c-5.9 0-10-2.3-12.2-7.4-2.3-5.3-4.4-11.7-6.4-17.8l-32-91.1c-.5-1.4-1-3-1.5-4.2-.1-.2-.1-.2-.3-.2h-.3c-.4 0-.6.1-1 .2-3.4 2.1-10.4 5.6-15.5 7-1.1 6.6-4.2 15.3-6.5 21.7l-27.9 79.9c-2.6 7.6-8.7 11.9-15.8 11.9h-.3v3.6c6-.3 12-.6 18-.6 6.7 0 13.6.3 20.3.6v-3.6h-1.2c-5.7-.1-13.6-.7-13.8-6.9 0-3.5 2.2-7.9 3.9-13.8l.7.2-.7-.3 5.7-18.6h40.6l7 20.7c1.9 5.6 3.5 10.2 3.5 12.8-.3 5.3-7.6 5.7-11.5 5.8h-1.1zm-35.5-51.3 16.7-50.8h.9v.8h-.2.2v-.8h.5l16.5 50.8zm2-1.5h30.4l-15.1-46.6zm14.8-48.3.3-.1zm112 84.8c0 7 4.8 9 10.4 9.8 7.1.5 15 .5 23-.4 7.3-.9 13.6-5.1 16.7-9.4 2.8-3.8 4.3-8.7 5.4-12.5h5c-1.9 9.9-4.3 19.7-6.4 29.6-15.3 0-30.6-.7-45.9-.7s-30.6.7-45.9.7v-5.3h2.4c6.3 0 13.1-.8 13.1-11.6v-89.5c0-9.1-6.8-9.9-13.1-9.9h-2.4v-5.2c9.2 0 18.3.7 27.5.7 8.9 0 17.6-.7 26.5-.7v5.2h-4.4c-6.6 0-11.8.2-11.8 9.4v89.8z\" fill=\"#211e1f\"><\/path><path d=\"m2325 510.7c-15.3 0-30.7-.7-45.9-.7-15.3 0-30.6.7-46 .7h-.7v-6.7h3.2c6.3-.1 12.3-.6 12.3-10.9v-89.5c-.1-8.5-6-9-12.3-9.2h-3.2v-6.7h.7c9.3 0 18.3.7 27.5.7 8.8 0 17.5-.7 26.5-.7h.7v6.7h-5.1c-6.7.2-10.9-.1-11.1 8.7v89.8c0 6.5 4.3 8.2 9.7 9 3.1.2 6.3.4 9.7.4 4.3 0 8.7-.2 13.2-.7 7.1-.8 13.2-4.9 16.2-9.1 2.7-3.7 4.2-8.5 5.3-12.3l.2-.6h6.6l-.2.9c-2 10-4.4 19.7-6.5 29.6l-.1.6zm-.7-1.5c2-9.4 4.3-18.7 6.2-28.1h-3.6c-1.1 3.8-2.6 8.5-5.4 12.3-3.2 4.5-9.7 8.8-17.2 9.7-4.6.5-9.1.7-13.3.7-3.4 0-6.6-.2-9.8-.4-5.7-.6-11.2-3-11.1-10.5v-89.8c0-9.7 6.1-10.2 12.6-10.2h3.6v-3.7c-8.6 0-17 .7-25.7.7-9 0-17.8-.6-26.8-.7v3.7h1.7c6.2 0 13.8 1.1 13.8 10.7v89.5c0 11.3-7.6 12.4-13.8 12.4h-1.7v3.7c15.1 0 30.1-.7 45.2-.7 15.2 0 30.3.7 45.3.7zm5-125.7c10.5 0 18.3 8.1 18.3 18.4s-7.8 18.3-18.3 18.3-18.3-8-18.3-18.3 7.8-18.4 18.3-18.4zm0 33.2c8.2 0 14.5-7 14.5-14.9s-6.2-15-14.5-15c-8.2 0-14.5 7.1-14.5 15s6.3 14.9 14.5 14.9zm-9.1-5.2v-.9c2.3-.3 2.7-.2 2.7-1.6v-13.6c0-1.9-.2-2.6-2.6-2.5v-.9h9.4c3.2 0 6.2 1.5 6.2 4.9 0 2.7-1.8 4.7-4.3 5.5l3 4.2c1.4 1.9 3 3.7 4 4.3v.6h-3.6c-1.7 0-3.2-3.6-6.6-8.4h-2v6.1c0 1.2.4 1.1 2.7 1.4v.9zm6.2-9.6h2.2c2.4 0 3.5-1.8 3.5-4.7s-1.7-3.9-3.6-3.9h-2v8.6z\" fill=\"#211e1f\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4ded61d e-con-full e-flex e-con e-child\" data-id=\"4ded61d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f889873 elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"f889873\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tarjeta d\u00e9bito<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c3fe753 elementor-hidden-desktop elementor-widget elementor-widget-heading\" data-id=\"c3fe753\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tarjeta d\u00e9bito<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2683c52 e-grid e-con-full elementor-hidden-tablet elementor-hidden-mobile e-con e-child\" data-id=\"2683c52\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2cb60be elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"2cb60be\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 24 24\"><path d=\"M16.539 9.186a4.155 4.155 0 0 0-1.451-.251c-1.6 0-2.73.806-2.738 1.963-.01.85.803 1.329 1.418 1.613.631.292.842.476.84.737-.004.397-.504.577-.969.577-.639 0-.988-.089-1.525-.312l-.199-.093-.227 1.332c.389.162 1.09.301 1.814.313 1.701 0 2.813-.801 2.826-2.032.014-.679-.426-1.192-1.352-1.616-.563-.275-.912-.459-.912-.738 0-.247.299-.511.924-.511a2.95 2.95 0 0 1 1.213.229l.15.067.227-1.287-.039.009zm4.152-.143h-1.25c-.389 0-.682.107-.852.493l-2.404 5.446h1.701l.34-.893 2.076.002c.049.209.199.891.199.891h1.5l-1.31-5.939zm-10.642-.05h1.621l-1.014 5.942H9.037l1.012-5.944v.002zm-4.115 3.275.168.825 1.584-4.05h1.717l-2.551 5.931H5.139l-1.4-5.022a.339.339 0 0 0-.149-.199 6.948 6.948 0 0 0-1.592-.589l.022-.125h2.609c.354.014.639.125.734.503l.57 2.729v-.003zm12.757.606.646-1.662c-.008.018.133-.343.215-.566l.111.513.375 1.714H18.69v.001h.001z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-08e36f9 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"08e36f9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns:cc=\"http:\/\/creativecommons.org\/ns#\" xmlns:dc=\"http:\/\/purl.org\/dc\/elements\/1.1\/\" xmlns:inkscape=\"http:\/\/www.inkscape.org\/namespaces\/inkscape\" xmlns:rdf=\"http:\/\/www.w3.org\/1999\/02\/22-rdf-syntax-ns#\" xmlns:sodipodi=\"http:\/\/sodipodi.sourceforge.net\/DTD\/sodipodi-0.dtd\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"svg3409\" inkscape:version=\"0.91 r13725\" sodipodi:docname=\"MasterCard 2016.svg\" x=\"0px\" y=\"0px\" width=\"999.2px\" height=\"776px\" viewBox=\"0 0 999.2 776\" xml:space=\"preserve\"><path id=\"XMLID_1775_\" inkscape:connector-curvature=\"0\" d=\"M181.1,774.3v-51.5c0-19.7-12-32.6-32.6-32.6 c-10.3,0-21.5,3.4-29.2,14.6c-6-9.4-14.6-14.6-27.5-14.6c-8.6,0-17.2,2.6-24,12v-10.3h-18v82.4h18v-45.5c0-14.6,7.7-21.5,19.7-21.5 s18,7.7,18,21.5v45.5h18v-45.5c0-14.6,8.6-21.5,19.7-21.5c12,0,18,7.7,18,21.5v45.5H181.1z M448.1,691.9h-29.2V667h-18v24.9h-16.3 v16.3h16.3v37.8c0,18.9,7.7,30,28.3,30c7.7,0,16.3-2.6,22.3-6l-5.2-15.5c-5.2,3.4-11.2,4.3-15.5,4.3c-8.6,0-12-5.2-12-13.7v-36.9 h29.2V691.9z M600.9,690.1c-10.3,0-17.2,5.2-21.5,12v-10.3h-18v82.4h18v-46.4c0-13.7,6-21.5,17.2-21.5c3.4,0,7.7,0.9,11.2,1.7 l5.2-17.2C609.4,690.1,604.3,690.1,600.9,690.1L600.9,690.1z M370,698.7c-8.6-6-20.6-8.6-33.5-8.6c-20.6,0-34.3,10.3-34.3,26.6 c0,13.7,10.3,21.5,28.3,24l8.6,0.9c9.4,1.7,14.6,4.3,14.6,8.6c0,6-6.9,10.3-18.9,10.3c-12,0-21.5-4.3-27.5-8.6l-8.6,13.7 c9.4,6.9,22.3,10.3,35.2,10.3c24,0,37.8-11.2,37.8-26.6c0-14.6-11.2-22.3-28.3-24.9l-8.6-0.9c-7.7-0.9-13.7-2.6-13.7-7.7 c0-6,6-9.4,15.5-9.4c10.3,0,20.6,4.3,25.8,6.9L370,698.7L370,698.7z M848.9,690.1c-10.3,0-17.2,5.2-21.5,12v-10.3h-18v82.4h18v-46.4 c0-13.7,6-21.5,17.2-21.5c3.4,0,7.7,0.9,11.2,1.7L861,691C857.5,690.1,852.4,690.1,848.9,690.1L848.9,690.1z M618.9,733.1 c0,24.9,17.2,42.9,43.8,42.9c12,0,20.6-2.6,29.2-9.4l-8.6-14.6c-6.9,5.2-13.7,7.7-21.5,7.7c-14.6,0-24.9-10.3-24.9-26.6 c0-15.5,10.3-25.8,24.9-26.6c7.7,0,14.6,2.6,21.5,7.7l8.6-14.6c-8.6-6.9-17.2-9.4-29.2-9.4C636.1,690.1,618.9,708.2,618.9,733.1 L618.9,733.1L618.9,733.1z M785.4,733.1v-41.2h-18v10.3c-6-7.7-14.6-12-25.8-12c-23.2,0-41.2,18-41.2,42.9c0,24.9,18,42.9,41.2,42.9 c12,0,20.6-4.3,25.8-12v10.3h18V733.1L785.4,733.1z M719.3,733.1c0-14.6,9.4-26.6,24.9-26.6c14.6,0,24.9,11.2,24.9,26.6 c0,14.6-10.3,26.6-24.9,26.6C728.8,758.8,719.3,747.6,719.3,733.1L719.3,733.1z M503.9,690.1c-24,0-41.2,17.2-41.2,42.9 c0,25.8,17.2,42.9,42.1,42.9c12,0,24-3.4,33.5-11.2l-8.6-12.9c-6.9,5.2-15.5,8.6-24,8.6c-11.2,0-22.3-5.2-24.9-19.7h60.9 c0-2.6,0-4.3,0-6.9C542.5,707.3,527,690.1,503.9,690.1L503.9,690.1L503.9,690.1z M503.9,705.6c11.2,0,18.9,6.9,20.6,19.7h-42.9 C483.3,714.2,491,705.6,503.9,705.6L503.9,705.6z M951.1,733.1v-73.8h-18v42.9c-6-7.7-14.6-12-25.8-12c-23.2,0-41.2,18-41.2,42.9 c0,24.9,18,42.9,41.2,42.9c12,0,20.6-4.3,25.8-12v10.3h18V733.1L951.1,733.1z M885,733.1c0-14.6,9.4-26.6,24.9-26.6 c14.6,0,24.9,11.2,24.9,26.6c0,14.6-10.3,26.6-24.9,26.6C894.4,758.8,885,747.6,885,733.1L885,733.1z M282.4,733.1v-41.2h-18v10.3 c-6-7.7-14.6-12-25.8-12c-23.2,0-41.2,18-41.2,42.9c0,24.9,18,42.9,41.2,42.9c12,0,20.6-4.3,25.8-12v10.3h18V733.1L282.4,733.1z  M215.5,733.1c0-14.6,9.4-26.6,24.9-26.6c14.6,0,24.9,11.2,24.9,26.6c0,14.6-10.3,26.6-24.9,26.6 C224.9,758.8,215.5,747.6,215.5,733.1z\"><\/path><g>\t<rect id=\"rect19\" x=\"364\" y=\"66.1\" fill=\"#FF5A00\" width=\"270.4\" height=\"485.8\"><\/rect>\t<path id=\"XMLID_330_\" inkscape:connector-curvature=\"0\" fill=\"#EB001B\" d=\"M382,309c0-98.7,46.4-186.3,117.6-242.9  C447.2,24.9,381.1,0,309,0C138.2,0,0,138.2,0,309s138.2,309,309,309c72.1,0,138.2-24.9,190.6-66.1C428.3,496.1,382,407.7,382,309z\"><\/path>\t<path id=\"path22\" inkscape:connector-curvature=\"0\" fill=\"#F79E1B\" d=\"M999.2,309c0,170.8-138.2,309-309,309  c-72.1,0-138.2-24.9-190.6-66.1c72.1-56.7,117.6-144.2,117.6-242.9S570.8,122.7,499.6,66.1C551.9,24.9,618,0,690.1,0  C861,0,999.2,139.1,999.2,309z\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-59ec748 e-grid e-con-full elementor-hidden-desktop e-con e-child\" data-id=\"59ec748\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-156029d elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"156029d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#000000\" width=\"800px\" height=\"800px\" viewBox=\"0 0 24 24\"><path d=\"M16.539 9.186a4.155 4.155 0 0 0-1.451-.251c-1.6 0-2.73.806-2.738 1.963-.01.85.803 1.329 1.418 1.613.631.292.842.476.84.737-.004.397-.504.577-.969.577-.639 0-.988-.089-1.525-.312l-.199-.093-.227 1.332c.389.162 1.09.301 1.814.313 1.701 0 2.813-.801 2.826-2.032.014-.679-.426-1.192-1.352-1.616-.563-.275-.912-.459-.912-.738 0-.247.299-.511.924-.511a2.95 2.95 0 0 1 1.213.229l.15.067.227-1.287-.039.009zm4.152-.143h-1.25c-.389 0-.682.107-.852.493l-2.404 5.446h1.701l.34-.893 2.076.002c.049.209.199.891.199.891h1.5l-1.31-5.939zm-10.642-.05h1.621l-1.014 5.942H9.037l1.012-5.944v.002zm-4.115 3.275.168.825 1.584-4.05h1.717l-2.551 5.931H5.139l-1.4-5.022a.339.339 0 0 0-.149-.199 6.948 6.948 0 0 0-1.592-.589l.022-.125h2.609c.354.014.639.125.734.503l.57 2.729v-.003zm12.757.606.646-1.662c-.008.018.133-.343.215-.566l.111.513.375 1.714H18.69v.001h.001z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4292be1 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"4292be1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns:cc=\"http:\/\/creativecommons.org\/ns#\" xmlns:dc=\"http:\/\/purl.org\/dc\/elements\/1.1\/\" xmlns:inkscape=\"http:\/\/www.inkscape.org\/namespaces\/inkscape\" xmlns:rdf=\"http:\/\/www.w3.org\/1999\/02\/22-rdf-syntax-ns#\" xmlns:sodipodi=\"http:\/\/sodipodi.sourceforge.net\/DTD\/sodipodi-0.dtd\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"svg3409\" inkscape:version=\"0.91 r13725\" sodipodi:docname=\"MasterCard 2016.svg\" x=\"0px\" y=\"0px\" width=\"999.2px\" height=\"776px\" viewBox=\"0 0 999.2 776\" xml:space=\"preserve\"><path id=\"XMLID_1775_\" inkscape:connector-curvature=\"0\" d=\"M181.1,774.3v-51.5c0-19.7-12-32.6-32.6-32.6 c-10.3,0-21.5,3.4-29.2,14.6c-6-9.4-14.6-14.6-27.5-14.6c-8.6,0-17.2,2.6-24,12v-10.3h-18v82.4h18v-45.5c0-14.6,7.7-21.5,19.7-21.5 s18,7.7,18,21.5v45.5h18v-45.5c0-14.6,8.6-21.5,19.7-21.5c12,0,18,7.7,18,21.5v45.5H181.1z M448.1,691.9h-29.2V667h-18v24.9h-16.3 v16.3h16.3v37.8c0,18.9,7.7,30,28.3,30c7.7,0,16.3-2.6,22.3-6l-5.2-15.5c-5.2,3.4-11.2,4.3-15.5,4.3c-8.6,0-12-5.2-12-13.7v-36.9 h29.2V691.9z M600.9,690.1c-10.3,0-17.2,5.2-21.5,12v-10.3h-18v82.4h18v-46.4c0-13.7,6-21.5,17.2-21.5c3.4,0,7.7,0.9,11.2,1.7 l5.2-17.2C609.4,690.1,604.3,690.1,600.9,690.1L600.9,690.1z M370,698.7c-8.6-6-20.6-8.6-33.5-8.6c-20.6,0-34.3,10.3-34.3,26.6 c0,13.7,10.3,21.5,28.3,24l8.6,0.9c9.4,1.7,14.6,4.3,14.6,8.6c0,6-6.9,10.3-18.9,10.3c-12,0-21.5-4.3-27.5-8.6l-8.6,13.7 c9.4,6.9,22.3,10.3,35.2,10.3c24,0,37.8-11.2,37.8-26.6c0-14.6-11.2-22.3-28.3-24.9l-8.6-0.9c-7.7-0.9-13.7-2.6-13.7-7.7 c0-6,6-9.4,15.5-9.4c10.3,0,20.6,4.3,25.8,6.9L370,698.7L370,698.7z M848.9,690.1c-10.3,0-17.2,5.2-21.5,12v-10.3h-18v82.4h18v-46.4 c0-13.7,6-21.5,17.2-21.5c3.4,0,7.7,0.9,11.2,1.7L861,691C857.5,690.1,852.4,690.1,848.9,690.1L848.9,690.1z M618.9,733.1 c0,24.9,17.2,42.9,43.8,42.9c12,0,20.6-2.6,29.2-9.4l-8.6-14.6c-6.9,5.2-13.7,7.7-21.5,7.7c-14.6,0-24.9-10.3-24.9-26.6 c0-15.5,10.3-25.8,24.9-26.6c7.7,0,14.6,2.6,21.5,7.7l8.6-14.6c-8.6-6.9-17.2-9.4-29.2-9.4C636.1,690.1,618.9,708.2,618.9,733.1 L618.9,733.1L618.9,733.1z M785.4,733.1v-41.2h-18v10.3c-6-7.7-14.6-12-25.8-12c-23.2,0-41.2,18-41.2,42.9c0,24.9,18,42.9,41.2,42.9 c12,0,20.6-4.3,25.8-12v10.3h18V733.1L785.4,733.1z M719.3,733.1c0-14.6,9.4-26.6,24.9-26.6c14.6,0,24.9,11.2,24.9,26.6 c0,14.6-10.3,26.6-24.9,26.6C728.8,758.8,719.3,747.6,719.3,733.1L719.3,733.1z M503.9,690.1c-24,0-41.2,17.2-41.2,42.9 c0,25.8,17.2,42.9,42.1,42.9c12,0,24-3.4,33.5-11.2l-8.6-12.9c-6.9,5.2-15.5,8.6-24,8.6c-11.2,0-22.3-5.2-24.9-19.7h60.9 c0-2.6,0-4.3,0-6.9C542.5,707.3,527,690.1,503.9,690.1L503.9,690.1L503.9,690.1z M503.9,705.6c11.2,0,18.9,6.9,20.6,19.7h-42.9 C483.3,714.2,491,705.6,503.9,705.6L503.9,705.6z M951.1,733.1v-73.8h-18v42.9c-6-7.7-14.6-12-25.8-12c-23.2,0-41.2,18-41.2,42.9 c0,24.9,18,42.9,41.2,42.9c12,0,20.6-4.3,25.8-12v10.3h18V733.1L951.1,733.1z M885,733.1c0-14.6,9.4-26.6,24.9-26.6 c14.6,0,24.9,11.2,24.9,26.6c0,14.6-10.3,26.6-24.9,26.6C894.4,758.8,885,747.6,885,733.1L885,733.1z M282.4,733.1v-41.2h-18v10.3 c-6-7.7-14.6-12-25.8-12c-23.2,0-41.2,18-41.2,42.9c0,24.9,18,42.9,41.2,42.9c12,0,20.6-4.3,25.8-12v10.3h18V733.1L282.4,733.1z  M215.5,733.1c0-14.6,9.4-26.6,24.9-26.6c14.6,0,24.9,11.2,24.9,26.6c0,14.6-10.3,26.6-24.9,26.6 C224.9,758.8,215.5,747.6,215.5,733.1z\"><\/path><g>\t<rect id=\"rect19\" x=\"364\" y=\"66.1\" fill=\"#FF5A00\" width=\"270.4\" height=\"485.8\"><\/rect>\t<path id=\"XMLID_330_\" inkscape:connector-curvature=\"0\" fill=\"#EB001B\" d=\"M382,309c0-98.7,46.4-186.3,117.6-242.9  C447.2,24.9,381.1,0,309,0C138.2,0,0,138.2,0,309s138.2,309,309,309c72.1,0,138.2-24.9,190.6-66.1C428.3,496.1,382,407.7,382,309z\"><\/path>\t<path id=\"path22\" inkscape:connector-curvature=\"0\" fill=\"#F79E1B\" d=\"M999.2,309c0,170.8-138.2,309-309,309  c-72.1,0-138.2-24.9-190.6-66.1c72.1-56.7,117.6-144.2,117.6-242.9S570.8,122.7,499.6,66.1C551.9,24.9,618,0,690.1,0  C861,0,999.2,139.1,999.2,309z\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cbed6b1 e-con-full e-flex e-con e-child\" data-id=\"cbed6b1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a26539e elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"a26539e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Efectivo<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f90c5b6 elementor-hidden-desktop elementor-widget elementor-widget-heading\" data-id=\"f90c5b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Efectivo<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9a2037e e-grid e-con-full elementor-hidden-tablet elementor-hidden-mobile e-con e-child\" data-id=\"9a2037e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb45758 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"fb45758\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"790\" viewBox=\"-2.3 0 428.2955057949088 134.42000000000002\" width=\"2500\"><path d=\"M222.16 41.004h.006M213.892 0c-5.462 0-10.774 1.056-14.958 2.975-9.26 4.274-16.258 14.062-17.4 23.755-.506.218-1 .462-1.48.731a37.003 37.003 0 0 0-4.051-1.533c-3.717-1.188-7.668-1.79-11.745-1.79-6.875 0-13.63 1.772-19.018 4.99-4.43 2.657-8.209 6.338-11.217 10.697a55.497 55.497 0 0 0-10.248-18.883C112.829 7.716 96.635.431 78.174.431c-17.486 0-35.064 6.628-49.497 18.664C14.285 31.099 4.536 47.219 1.225 64.486c-3.525 18.501.628 36.045 11.69 49.416 10.949 13.231 27.154 20.518 45.632 20.518 17.476 0 35.048-6.628 49.481-18.664 9.747-8.129 17.361-18.144 22.286-29.121 6.645 14.011 20.173 22.436 36.798 22.436.211 0 .416-.001.627-.003 3.131-.033 12.059-.484 20.095-4.203a15.59 15.59 0 0 0 4.863 2.304c1.719.475 4.084.915 9.701.915 1.129 0 5.014-.024 7.579-.333a15.6 15.6 0 0 0 11.562-7.539c7.162 5.863 16.211 8.947 26.338 8.947 3.974 0 8.074-.49 12.188-1.457 4.073-.972 6.921-2.326 8.807-3.222.663-.315 1.234-.587 1.563-.699a15.583 15.583 0 0 0 3.624-1.79c7.205 4.862 15.932 7.175 24.57 7.175 8.625 0 16.88-2.218 23.022-6.071 5.042 3.831 11.577 5.969 18.917 6.008l-.764 2.749c-2.153 7.753 1.94 15.874 9.455 18.753 5.366 2.057 10.863 3.1 16.341 3.1 10.573 0 19.982-3.905 26.493-10.997 7.299-7.934 11.041-18.121 14.344-27.109.009-.024.019-.049.027-.074l17.801-49.209a15.614 15.614 0 0 0-1.9-14.277 15.612 15.612 0 0 0-12.779-6.644h-11.825A15.61 15.61 0 0 0 382.942 36.1l-.001.004c-5.34-7.021-13.257-10.616-23.633-10.708-1.917-.017-3.84-.024-5.769-.027a15.612 15.612 0 0 0-19.12-14.767c-1.223.283-10.853 2.804-15.037 4.969a15.614 15.614 0 0 0-8.018 10.26c-3.468-1.028-7.403-1.801-11.922-1.801-3.238 0-6.53.385-10.063 1.176-.04.009-.081.019-.122.027a40.373 40.373 0 0 0-18.116 9.512c-6.478-6.824-15.438-10.541-25.917-10.618l-.447-.002c-2.529 0-4.98.212-7.338.631l.811-3.458a15.612 15.612 0 0 0-6.718-16.664C225.618.803 218.675 0 213.892 0z\" fill=\"#f6cc00\"><\/path><path d=\"M213.89 15.611c3.44 0 6.899.663 9.16 2.126l-2.099 8.964c-3.024-.67-5.338-1.05-7.105-1.05-5.777-.001-5.738 4.061-5.738 15.354h14.051l-3.624 8.965-10.427.066v42.216c-1.047.126-3.394.221-5.71.221-2.325 0-4.62-.096-5.543-.351V50.097l-5.659-.127-3.496-8.9 9.155-.066.127-11.317c-.127-4.002 3.497-10.233 8.456-12.522 2.185-1.001 5.311-1.554 8.452-1.554m-135.72.431c28.584 0 47.372 22.986 41.959 51.383-5.413 28.398-33.001 51.383-61.585 51.383-28.616 0-47.402-22.985-41.991-51.383 5.444-28.397 33.001-51.383 61.617-51.383m-34.494 95.675c-9.891-6.035-19.346-14.09-20.094-32.285.466-14.868 6.003-26.501 15.427-35.708 6.501-6.376 13.749-11.851 23.266-14.619v3.764c-7.713 1.087-15.085 7.058-16.453 14.93-1.835 10.668 3.95 19.625 14.307 24.043 4.324 2.082 13.872 5.503 15.864 9.673 1.15 2.551.559 4.571-1.898 6.066-1.881.883-4.002 1.254-6.178 1.254-3.725 0-7.608-1.089-10.71-2.562-2.664-1.303-4.003-2.717-6.565-2.717a7.89 7.89 0 0 0-.402.011c-2.364.217-3.826 4.852-4.043 6.844-.032 1.088-.186 3.886 1.026 4.479 2.644 1.711 5.288 3.203 7.9 4.229 2.426.746 4.883 1.308 7.372 1.555.218.062.405.217.374.716-.094 3.358-.218 6.75-.312 10.107.064 1.619.094 2.709 2.022 2.769 24.262-2.55 46.593-22.55 51.228-46.842 3.982-20.84-6.282-38.537-23.982-44.728 17.107 7.84 22.893 22.769 21.121 38.631-.809 5.66-2.488 10.483-4.665 14.837-3.205 7.807-9.301 13.84-15.833 19.596-5.039 3.638-10.203 6.965-16.081 8.864-.143.035-.275.071-.404.071a.55.55 0 0 1-.279-.071c.093-1.681.155-3.328.248-5.008 2.737-.435 5.38-1.681 8.025-3.078 1.865-.997 3.608-2.396 5.194-4.2 1.897-1.805 3.142-4.666 4.168-7.964.87-4.042.528-8.023-.965-11.942-2.052-3.951-5.256-7.217-9.734-9.735-5.195-2.799-10.39-5.63-15.584-8.429-1.803-1.121-3.452-2.428-4.448-4.417-1.15-2.674 0-4.385 2.426-5.535a9.863 9.863 0 0 1 4.154-.89c.676 0 1.355.062 2.037.174 1.71.404 9.953 2.675 9.858 3.017.272.144.602.216.971.216 2.418 0 6.479-3.101 6.371-9.36-3.765-3.203-8.43-4.603-13.375-5.599.218-3.142.404-6.284.623-9.424-.529-1.339-.592-1.432-1.587-2.023-25.041 1.65-48.431 22.055-53.189 46.998-3.889 20.373 5.815 37.728 22.799 44.292m294.26-85.907v15.194c4.789 0 9.521-.028 14.217-.028 2.348 0 4.687.007 7.018.028 7.438.066 10.938 2.48 13.353 8.077 1.78 4.13 11.444 28.354 12.715 29.753l12.524-37.831h11.825l-17.801 49.21c-3.179 8.65-6.104 16.405-11.19 21.935-3.614 3.936-9.027 5.944-14.994 5.944-3.48 0-7.147-.683-10.755-2.065l2.543-9.155c2.543.565 5.287 1.781 8.187 1.781 2.974 0 6.11-1.279 9.361-5.851.89-1.206 5.023-8.518 4.642-10.36l-18.565-42.346-23.078-.061v24.73c0 4.007-.254 8.078 3.18 9.093a7.519 7.519 0 0 0 2.251.343c2.903 0 5.416-1.628 7.604-2.442l3.687 7.694c-3.877 2.516-9.046 4.04-13.884 4.04-5.556 0-10.673-2.011-12.883-6.838-.571-1.206-.952-2.859-1.206-5.785l-.129-30.581-9.091-.253-.063-9.093 9.154-.128v-11.38c1.839-.953 8.897-3.052 11.378-3.625m-38.492 13.828c4.874 0 8.727 1.446 13.506 3.34v9.79c-1.336-.572-2.542-1.396-4.196-2.162-2.414-1.025-5.238-1.568-8.019-1.568-2.57 0-5.104.464-7.239 1.44-11.509 5.276-12.336 26.448-.955 32.044 2.518 1.249 4.87 1.735 7.119 1.735 4.28 0 8.187-1.763 12.146-3.389.763.761 2.987 6.422 3.307 7.693-3.22 2.918-9.613 4.992-16.482 4.992-11.99 0-25.417-6.327-25.862-25.528-.254-12.843 7.186-24.604 20.027-27.59 2.477-.554 4.648-.797 6.648-.797m-54.666.095c.11 0 .222 0 .333.002 17.294.127 21.808 14.814 21.808 29.817l-32.934.064c.19 7.118 4.006 11.889 9.474 13.86 2.108.73 4.062 1.017 5.88 1.017 5.313 0 9.466-2.455 12.876-3.497l3.18 8.009c-2.989 1.02-4.896 2.543-8.902 3.499-2.978.701-5.862 1.043-8.614 1.043-13.986 0-24.455-8.872-25.464-24.758-.886-14.905 5.695-29.056 22.363-29.056m-10.92 21.681h21.299c-.063-6.803-3.56-12.778-10.428-12.778-7.12.062-10.299 5.85-10.871 12.778M164.256 39.75c2.405 0 4.817.348 7.042 1.064 12.843 4.007 14.877 17.23 14.877 28.738h-32.87c.165 9.977 7.065 14.84 15.485 14.84 1.293 0 2.623-.115 3.969-.344 3.879-.699 5.723-2.162 8.711-2.987l3.178 7.5c-3.496 3.179-11.126 4.832-17.103 4.895-.146.002-.288.002-.434.002-30.786 0-31.589-40.298-13.871-50.928 3.056-1.822 7.026-2.78 11.016-2.78m10.348 21.664c-.314-6.979-3.615-12.78-10.519-12.78l-.227.002c-7.312.126-9.917 5.784-10.745 12.653z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d448916 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"d448916\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns:dc=\"http:\/\/purl.org\/dc\/elements\/1.1\/\" xmlns:cc=\"http:\/\/creativecommons.org\/ns#\" xmlns:rdf=\"http:\/\/www.w3.org\/1999\/02\/22-rdf-syntax-ns#\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:sodipodi=\"http:\/\/sodipodi.sourceforge.net\/DTD\/sodipodi-0.dtd\" xmlns:inkscape=\"http:\/\/www.inkscape.org\/namespaces\/inkscape\" width=\"500.00046\" height=\"500\" viewBox=\"0 0 132.29178 132.29167\" id=\"svg8\" inkscape:version=\"0.92.4 (5da689c313, 2019-01-14)\" sodipodi:docname=\"exito 2010.svg\"><defs id=\"defs2\"><\/defs><metadata><\/metadata><g inkscape:label=\"Layer 1\" inkscape:groupmode=\"layer\" id=\"layer1\" transform=\"translate(-12.822962,-71.735006)\"><g id=\"g903\" transform=\"matrix(1.9960081,0,0,1.9960081,-68.902371,-128.97496)\" style=\"stroke-width:0.50099999\"><ellipse id=\"path3122\" style=\"fill:#ffe701;fill-opacity:1;stroke:none;stroke-width:0.1044705\" cx=\"74.083481\" cy=\"133.69475\" rx=\"33.139091\" ry=\"33.139061\"><\/ellipse><path inkscape:connector-curvature=\"0\" id=\"path3060\" d=\"m 103.71365,126.71763 c -0.92789,0 -1.67845,0.75055 -1.67845,1.67845 0,0.9279 0.75056,1.68258 1.67845,1.68258 0.9279,0 1.68259,-0.75468 1.68259,-1.68258 0,-0.9279 -0.75469,-1.67845 -1.68259,-1.67845 z m 0.008,0.33486 c 0.74159,0 1.34359,0.602 1.34359,1.34359 0,0.74159 -0.602,1.33945 -1.34359,1.33945 -0.74159,0 -1.33945,-0.59786 -1.33945,-1.33945 0,-0.74159 0.59786,-1.34359 1.33945,-1.34359 z\" style=\"fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.13255623\"><\/path><path inkscape:connector-curvature=\"0\" id=\"path2995\" d=\"m 52.727577,126.77551 c -0.03737,5.3e-4 -0.0766,0.005 -0.115755,0.008 -0.0055,-1.1e-4 -0.01101,9e-5 -0.01654,0 -0.01662,-2.6e-4 -0.03285,1.1e-4 -0.04961,0 -0.08669,-5.3e-4 -0.172686,9e-5 -0.260451,0.004 -0.274992,0.0127 -0.53209,0.0487 -0.768945,0.10335 -0.0056,10e-4 -0.01093,0.003 -0.01654,0.004 -0.619476,0.10491 -1.157769,0.29552 -1.575098,0.53743 -0.399807,0.1848 -0.747533,0.40011 -1.033529,0.63253 -0.0039,0.003 -0.0085,0.005 -0.01241,0.008 -1.156287,0.852 -2.031283,2.11465 -2.451534,3.59668 -0.0024,0.008 -0.0059,0.0165 -0.0083,0.0248 -0.213349,0.70183 -0.330729,1.45545 -0.330729,2.24482 0,2.16229 0.873617,4.08121 2.224156,5.28754 0.181237,0.18538 0.395637,0.36934 0.640789,0.54157 0.294603,0.20697 0.595606,0.36832 0.876432,0.48369 0.01003,0.004 0.01897,0.008 0.02894,0.0124 0.692396,0.33602 1.723141,0.54983 2.873214,0.54983 0.188925,0 0.372893,-0.009 0.553971,-0.0207 0.0013,-9e-5 0.0028,9e-5 0.0041,0 0.167273,0.01 0.349526,0.008 0.537435,-0.0124 0.05792,-0.006 0.11389,-0.0159 0.1695,-0.0248 2.662362,-0.1706 4.824884,-2.13796 5.258597,-4.68395 5.29e-4,-0.001 -2.65e-4,-0.003 0,-0.004 0.01355,-0.0421 0.02458,-0.0882 0.03721,-0.13229 h -3.604951 c -0.273669,0.8265 -1.06736,1.46332 -2.058791,1.63297 -0.003,5.3e-4 -0.0053,0.003 -0.0083,0.004 -0.01045,0.002 -0.0226,0.002 -0.03307,0.004 -0.17512,0.0347 -0.403432,0.0579 -0.657326,0.0579 -0.365093,0 -0.684419,-0.0425 -0.85576,-0.10749 -0.781913,-0.20907 -1.399881,-0.80606 -1.632977,-1.5627 -0.0041,-0.0114 -0.0085,-0.0249 -0.01241,-0.0372 -0.0088,-0.0306 -0.01725,-0.0599 -0.02479,-0.091 -0.01347,-0.0519 -0.02582,-0.10804 -0.03721,-0.16949 -0.03631,-0.1961 -0.06134,-0.43694 -0.07028,-0.7028 v -0.0124 -0.008 h 0.04961 0.115756 0.07855 0.06201 8.871816 c 0.01855,-0.19955 0.02894,-0.40662 0.02894,-0.62011 0,-0.20275 -0.01217,-0.39796 -0.02894,-0.58705 -5.3e-4,-0.005 5.29e-4,-0.0112 0,-0.0165 -0.01667,-0.46029 -0.06846,-0.87929 -0.148829,-1.2237 -0.184414,-1.29227 -0.603427,-2.3878 -1.16582,-3.09232 -0.0031,-0.004 -0.0052,-0.009 -0.0083,-0.0124 -1.100979,-1.57362 -2.965871,-2.60863 -5.080831,-2.60863 -0.0444,0 -0.08821,0.003 -0.132291,0.004 -0.06588,-0.01 -0.136102,-0.0136 -0.210841,-0.0124 z m 0.169497,3.24114 c 0.33269,0 0.62108,0.0452 0.777216,0.11162 0.857846,0.2572 1.503188,1.08335 1.575099,2.0836 h -2.306838 -0.01654 -2.629299 c 0.0867,-1.06249 0.901792,-1.92531 1.963706,-2.12907 0.0027,-5.3e-4 0.0055,-0.003 0.0083,-0.004 0.0095,-0.002 0.01939,-0.002 0.02894,-0.004 0.159578,-0.0355 0.368088,-0.0579 0.599445,-0.0579 z\" style=\"fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:0.13255623\"><\/path><path inkscape:connector-curvature=\"0\" id=\"rect3149\" d=\"m 58.329274,127.08557 2.236558,3.20807 v -0.0124 l 2.137339,3.17087 -2.567287,3.81165 v 0.004 l -0.880568,1.30638 -1.302248,1.93476 h 4.704627 l 2.488739,-3.72484 2.422594,3.62562 0.04134,0.062 h 2.484604 0.615985 1.674317 l -2.290302,-3.30315 v 0.008 l -2.575555,-3.82405 2.17868,-3.09232 v 0.0331 l 0.96325,-1.40146 1.24437,-1.80661 h -4.737701 l -1.992643,3.00963 -2.03812,-3.00963 h -4.80798 z m 4.745967,0.0207 -0.20257,0.15296 -0.0041,-0.008 0.206705,-0.1447 z\" style=\"fill:#000000;stroke:none;stroke-width:0.13255623\"><\/path><path inkscape:connector-curvature=\"0\" id=\"rect3212\" d=\"m 72.678838,127.08557 0.756542,13.38213 h 0.03721 0.07028 3.158466 0.611852 0.03721 l 0.756545,-13.38213 h -0.79375 -0.611852 -3.158466 -0.07028 z\" style=\"fill:#000000;stroke:none;stroke-width:0.13255623\"><\/path><ellipse id=\"path3244\" style=\"fill:#ec1b23;fill-opacity:1;stroke:none;stroke-width:0.09292748\" cx=\"75.385857\" cy=\"143.64848\" rx=\"2.5284266\" ry=\"2.5284243\"><\/ellipse><path inkscape:connector-curvature=\"0\" id=\"rect3246\" d=\"m 81.025622,123.26978 v 3.80338 h -2.12907 v 2.9931 h 2.12907 v 6.3376 0.0124 1.00045 0.0207 0.0661 0.004 c -0.01127,0.087 -0.01648,0.19355 -0.01238,0.31006 0.0059,0.16951 0.03153,0.31406 0.06201,0.39687 7.94e-4,0.002 0.0034,0.002 0.0041,0.004 0.135427,0.8746 0.781563,1.61506 1.682586,2.02158 0.04535,0.0205 0.0898,0.0433 0.136427,0.062 0.03836,0.0154 0.07657,0.0313 0.115755,0.0455 0.01659,0.006 0.03243,0.0109 0.04961,0.0165 0.30098,0.1042 0.624314,0.17237 0.96325,0.19844 0.0028,5.2e-4 0.0055,-5.3e-4 0.0083,0 0.344956,0.0429 0.729017,0.0661 1.132748,0.0661 0.309263,0 0.603998,-0.0118 0.880567,-0.0372 0.199927,5.3e-4 0.411422,-0.008 0.632521,-0.0248 0.398238,-0.0307 0.754338,-0.0867 1.037662,-0.1571 v -0.78961 c -0.0033,-0.002 -0.0049,-0.006 -0.0083,-0.008 v -0.87644 -1.71979 h -0.14056 c -0.0359,0.0226 -0.07403,0.04 -0.115755,0.0537 v 0.008 c -0.492162,0.16368 -1.17342,0.18892 -1.930633,0.0372 -0.0026,-5.3e-4 -0.0056,5.3e-4 -0.0083,0 -0.180041,0 -0.326594,-0.15161 -0.326594,-0.339 0,-0.0278 0.0021,-0.0527 0.0083,-0.0785 v -0.28112 -1.14928 -5.20072 h 2.530078 v -2.9931 h -2.530078 v -3.80338 H 81.02561 Z\" style=\"fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.13255623\"><\/path><path inkscape:connector-curvature=\"0\" id=\"path3011\" d=\"m 95.143627,126.69696 c -1.939464,0 -3.67924,0.69303 -4.869989,1.79007 -0.04879,0.045 -0.09778,0.0901 -0.144696,0.13643 -0.122914,0.1191 -0.242048,0.24375 -0.355533,0.38033 -0.0036,0.004 -0.0088,0.008 -0.01238,0.0124 -0.01585,0.019 -0.02993,0.0387 -0.04547,0.0579 -0.03314,0.0413 -0.06697,0.0854 -0.09922,0.12816 -0.01024,0.0134 -0.01884,0.0278 -0.02894,0.0413 -0.0398,0.0538 -0.0774,0.10529 -0.115755,0.16123 -0.01397,0.0203 -0.02769,0.0416 -0.04134,0.062 -0.04915,0.0737 -0.09808,0.15022 -0.144695,0.22738 -0.660392,1.09311 -1.062466,2.52551 -1.062466,4.09691 0,1.57093 0.402425,3.00392 1.062466,4.0969 0.04638,0.0768 0.0958,0.15402 0.144695,0.22738 0.05125,0.0769 0.103185,0.15029 0.157096,0.22324 0.0501,0.0678 0.100666,0.13419 0.152964,0.19844 0.0069,0.008 0.01373,0.0165 0.02066,0.0248 0.0043,0.005 0.008,0.0113 0.01241,0.0165 0.157564,0.18964 0.324821,0.36546 0.500226,0.5209 0.0052,0.005 0.0113,0.008 0.01654,0.0124 1.190281,1.08787 2.923331,1.77354 4.853456,1.77354 1.930122,0 3.663172,-0.68567 4.853453,-1.77353 0.0051,-0.005 0.01151,-0.008 0.01654,-0.0124 0.1754,-0.15544 0.34266,-0.33126 0.50023,-0.5209 0.004,-0.005 0.008,-0.0113 0.0124,-0.0165 0.002,-0.003 0.006,-0.005 0.008,-0.008 0.004,-0.005 0.008,-0.0111 0.0124,-0.0165 0.0523,-0.0643 0.10287,-0.13064 0.15297,-0.19843 0.0539,-0.073 0.10584,-0.14635 0.1571,-0.22325 0.0489,-0.0734 0.0983,-0.15057 0.14469,-0.22737 0.66004,-1.09299 1.06247,-2.52598 1.06247,-4.09691 0,-1.5714 -0.40208,-3.0038 -1.06247,-4.09691 -0.0466,-0.0771 -0.0955,-0.1537 -0.14469,-0.22737 -0.0892,-0.13373 -0.18269,-0.2663 -0.28526,-0.39275 -0.012,-0.015 -0.0251,-0.0307 -0.0372,-0.0455 -0.007,-0.008 -0.0138,-0.0166 -0.0207,-0.0248 -0.11348,-0.13659 -0.23262,-0.26124 -0.35553,-0.38034 -0.0221,-0.0218 -0.0437,-0.0447 -0.0662,-0.0661 -0.0256,-0.0238 -0.0525,-0.0472 -0.0785,-0.0703 -1.190741,-1.09704 -2.930517,-1.79008 -4.869981,-1.79008 z m -0.01654,3.31143 c 0.86451,0 1.630905,0.42095 2.120802,1.07073 0.03439,0.0415 0.0667,0.088 0.09922,0.13643 0.04671,0.0695 0.09401,0.14058 0.136427,0.22324 0.02225,0.0417 0.03772,0.0852 0.05788,0.12816 0.01072,0.0237 0.0227,0.0458 0.03307,0.0703 0.03048,0.0702 0.05796,0.14185 0.08268,0.21497 0.02185,0.0647 0.04487,0.1317 0.06201,0.19844 0.0011,0.004 0.0031,0.008 0.0041,0.0124 0.143597,0.49111 0.227375,1.08608 0.227375,1.72806 0,0.67702 -0.09397,1.30089 -0.25218,1.8066 -0.0042,0.0148 -0.0079,0.0308 -0.01241,0.0455 -0.0036,0.0111 -0.0088,0.0221 -0.01241,0.0331 -0.02357,0.074 -0.04912,0.14804 -0.07855,0.21911 -0.0024,0.006 -0.006,0.0109 -0.0083,0.0165 -0.0047,0.011 -0.0076,0.0221 -0.01241,0.0331 -0.104158,0.24597 -0.224967,0.44883 -0.359669,0.59945 -0.0067,0.008 -0.01392,0.0164 -0.02066,0.0248 -0.0092,0.01 -0.01966,0.0197 -0.02894,0.0289 -0.491463,0.59009 -1.220679,0.96738 -2.038119,0.96738 -0.867746,0 -1.635305,-0.42506 -2.124938,-1.079 -0.03082,-0.0383 -0.06166,-0.0802 -0.09095,-0.12403 -0.0011,-0.002 -0.0031,-0.003 -0.0041,-0.004 -0.03854,-0.0581 -0.07601,-0.11886 -0.11162,-0.18604 -0.0053,-0.01 -0.0113,-0.0192 -0.01654,-0.0289 -0.0021,-0.004 -0.0061,-0.008 -0.0083,-0.0124 -0.118565,-0.22291 -0.206095,-0.4645 -0.260451,-0.71933 -0.0029,-0.0108 -0.0055,-0.0221 -0.0083,-0.0331 -0.120189,-0.46285 -0.190169,-1.00476 -0.190169,-1.5875 0,-0.58273 0.06998,-1.12465 0.190169,-1.5875 5.29e-4,-0.003 -5.29e-4,-0.006 0,-0.008 0.06753,-0.33696 0.199533,-0.6507 0.376206,-0.93018 0.03338,-0.0528 0.07073,-0.10274 0.107487,-0.15296 0.488611,-0.6676 1.263155,-1.10381 2.141471,-1.10381 z\" style=\"fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.13255623\"><\/path><path inkscape:connector-curvature=\"0\" id=\"rect3066\" d=\"m 53.492355,123.26978 -2.133206,2.70784 h 2.649972 l 3.542937,-2.70784 z\" style=\"fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.13255623\"><\/path><path inkscape:connector-curvature=\"0\" id=\"rect3090\" d=\"m 103.28371,127.4932 v 0.004 h -0.25219 v 1.78594 h 0.40515 v -0.77721 h 0.23151 l 0.38034,0.77721 h 0.44648 l -0.3886,-0.79375 c 0.0299,-0.009 0.0603,-0.0215 0.091,-0.0413 0.0701,-0.0455 0.12355,-0.11427 0.15709,-0.18603 5.3e-4,-0.002 0.003,-0.002 0.004,-0.004 0.056,-0.0776 0.0816,-0.20162 0.0661,-0.33487 -0.0185,-0.1599 -0.0934,-0.28736 -0.18604,-0.33486 -0.0168,-0.014 -0.0345,-0.024 -0.0537,-0.0331 -0.006,-0.003 -0.0108,-0.005 -0.0165,-0.008 -0.007,-0.003 -0.0139,-0.006 -0.0207,-0.008 -0.0473,-0.0238 -0.0932,-0.0375 -0.13229,-0.0413 -2.7e-4,-2e-5 2.6e-4,-0.004 0,-0.004 h -0.0124 -0.71933 z m 0.15296,0.37207 h 0.47129 c 10e-4,0.002 0.003,0.003 0.004,0.004 0.0537,0.0146 0.0951,0.0882 0.0951,0.17777 0,0.0876 -0.0387,0.16074 -0.091,0.17777 h -0.0372 -0.44235 v -0.35967 z\" style=\"fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.13255623\"><\/path><\/g><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ed9ebdc e-grid e-con-full elementor-hidden-desktop e-con e-child\" data-id=\"ed9ebdc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-602f918 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"602f918\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"790\" viewBox=\"-2.3 0 428.2955057949088 134.42000000000002\" width=\"2500\"><path d=\"M222.16 41.004h.006M213.892 0c-5.462 0-10.774 1.056-14.958 2.975-9.26 4.274-16.258 14.062-17.4 23.755-.506.218-1 .462-1.48.731a37.003 37.003 0 0 0-4.051-1.533c-3.717-1.188-7.668-1.79-11.745-1.79-6.875 0-13.63 1.772-19.018 4.99-4.43 2.657-8.209 6.338-11.217 10.697a55.497 55.497 0 0 0-10.248-18.883C112.829 7.716 96.635.431 78.174.431c-17.486 0-35.064 6.628-49.497 18.664C14.285 31.099 4.536 47.219 1.225 64.486c-3.525 18.501.628 36.045 11.69 49.416 10.949 13.231 27.154 20.518 45.632 20.518 17.476 0 35.048-6.628 49.481-18.664 9.747-8.129 17.361-18.144 22.286-29.121 6.645 14.011 20.173 22.436 36.798 22.436.211 0 .416-.001.627-.003 3.131-.033 12.059-.484 20.095-4.203a15.59 15.59 0 0 0 4.863 2.304c1.719.475 4.084.915 9.701.915 1.129 0 5.014-.024 7.579-.333a15.6 15.6 0 0 0 11.562-7.539c7.162 5.863 16.211 8.947 26.338 8.947 3.974 0 8.074-.49 12.188-1.457 4.073-.972 6.921-2.326 8.807-3.222.663-.315 1.234-.587 1.563-.699a15.583 15.583 0 0 0 3.624-1.79c7.205 4.862 15.932 7.175 24.57 7.175 8.625 0 16.88-2.218 23.022-6.071 5.042 3.831 11.577 5.969 18.917 6.008l-.764 2.749c-2.153 7.753 1.94 15.874 9.455 18.753 5.366 2.057 10.863 3.1 16.341 3.1 10.573 0 19.982-3.905 26.493-10.997 7.299-7.934 11.041-18.121 14.344-27.109.009-.024.019-.049.027-.074l17.801-49.209a15.614 15.614 0 0 0-1.9-14.277 15.612 15.612 0 0 0-12.779-6.644h-11.825A15.61 15.61 0 0 0 382.942 36.1l-.001.004c-5.34-7.021-13.257-10.616-23.633-10.708-1.917-.017-3.84-.024-5.769-.027a15.612 15.612 0 0 0-19.12-14.767c-1.223.283-10.853 2.804-15.037 4.969a15.614 15.614 0 0 0-8.018 10.26c-3.468-1.028-7.403-1.801-11.922-1.801-3.238 0-6.53.385-10.063 1.176-.04.009-.081.019-.122.027a40.373 40.373 0 0 0-18.116 9.512c-6.478-6.824-15.438-10.541-25.917-10.618l-.447-.002c-2.529 0-4.98.212-7.338.631l.811-3.458a15.612 15.612 0 0 0-6.718-16.664C225.618.803 218.675 0 213.892 0z\" fill=\"#f6cc00\"><\/path><path d=\"M213.89 15.611c3.44 0 6.899.663 9.16 2.126l-2.099 8.964c-3.024-.67-5.338-1.05-7.105-1.05-5.777-.001-5.738 4.061-5.738 15.354h14.051l-3.624 8.965-10.427.066v42.216c-1.047.126-3.394.221-5.71.221-2.325 0-4.62-.096-5.543-.351V50.097l-5.659-.127-3.496-8.9 9.155-.066.127-11.317c-.127-4.002 3.497-10.233 8.456-12.522 2.185-1.001 5.311-1.554 8.452-1.554m-135.72.431c28.584 0 47.372 22.986 41.959 51.383-5.413 28.398-33.001 51.383-61.585 51.383-28.616 0-47.402-22.985-41.991-51.383 5.444-28.397 33.001-51.383 61.617-51.383m-34.494 95.675c-9.891-6.035-19.346-14.09-20.094-32.285.466-14.868 6.003-26.501 15.427-35.708 6.501-6.376 13.749-11.851 23.266-14.619v3.764c-7.713 1.087-15.085 7.058-16.453 14.93-1.835 10.668 3.95 19.625 14.307 24.043 4.324 2.082 13.872 5.503 15.864 9.673 1.15 2.551.559 4.571-1.898 6.066-1.881.883-4.002 1.254-6.178 1.254-3.725 0-7.608-1.089-10.71-2.562-2.664-1.303-4.003-2.717-6.565-2.717a7.89 7.89 0 0 0-.402.011c-2.364.217-3.826 4.852-4.043 6.844-.032 1.088-.186 3.886 1.026 4.479 2.644 1.711 5.288 3.203 7.9 4.229 2.426.746 4.883 1.308 7.372 1.555.218.062.405.217.374.716-.094 3.358-.218 6.75-.312 10.107.064 1.619.094 2.709 2.022 2.769 24.262-2.55 46.593-22.55 51.228-46.842 3.982-20.84-6.282-38.537-23.982-44.728 17.107 7.84 22.893 22.769 21.121 38.631-.809 5.66-2.488 10.483-4.665 14.837-3.205 7.807-9.301 13.84-15.833 19.596-5.039 3.638-10.203 6.965-16.081 8.864-.143.035-.275.071-.404.071a.55.55 0 0 1-.279-.071c.093-1.681.155-3.328.248-5.008 2.737-.435 5.38-1.681 8.025-3.078 1.865-.997 3.608-2.396 5.194-4.2 1.897-1.805 3.142-4.666 4.168-7.964.87-4.042.528-8.023-.965-11.942-2.052-3.951-5.256-7.217-9.734-9.735-5.195-2.799-10.39-5.63-15.584-8.429-1.803-1.121-3.452-2.428-4.448-4.417-1.15-2.674 0-4.385 2.426-5.535a9.863 9.863 0 0 1 4.154-.89c.676 0 1.355.062 2.037.174 1.71.404 9.953 2.675 9.858 3.017.272.144.602.216.971.216 2.418 0 6.479-3.101 6.371-9.36-3.765-3.203-8.43-4.603-13.375-5.599.218-3.142.404-6.284.623-9.424-.529-1.339-.592-1.432-1.587-2.023-25.041 1.65-48.431 22.055-53.189 46.998-3.889 20.373 5.815 37.728 22.799 44.292m294.26-85.907v15.194c4.789 0 9.521-.028 14.217-.028 2.348 0 4.687.007 7.018.028 7.438.066 10.938 2.48 13.353 8.077 1.78 4.13 11.444 28.354 12.715 29.753l12.524-37.831h11.825l-17.801 49.21c-3.179 8.65-6.104 16.405-11.19 21.935-3.614 3.936-9.027 5.944-14.994 5.944-3.48 0-7.147-.683-10.755-2.065l2.543-9.155c2.543.565 5.287 1.781 8.187 1.781 2.974 0 6.11-1.279 9.361-5.851.89-1.206 5.023-8.518 4.642-10.36l-18.565-42.346-23.078-.061v24.73c0 4.007-.254 8.078 3.18 9.093a7.519 7.519 0 0 0 2.251.343c2.903 0 5.416-1.628 7.604-2.442l3.687 7.694c-3.877 2.516-9.046 4.04-13.884 4.04-5.556 0-10.673-2.011-12.883-6.838-.571-1.206-.952-2.859-1.206-5.785l-.129-30.581-9.091-.253-.063-9.093 9.154-.128v-11.38c1.839-.953 8.897-3.052 11.378-3.625m-38.492 13.828c4.874 0 8.727 1.446 13.506 3.34v9.79c-1.336-.572-2.542-1.396-4.196-2.162-2.414-1.025-5.238-1.568-8.019-1.568-2.57 0-5.104.464-7.239 1.44-11.509 5.276-12.336 26.448-.955 32.044 2.518 1.249 4.87 1.735 7.119 1.735 4.28 0 8.187-1.763 12.146-3.389.763.761 2.987 6.422 3.307 7.693-3.22 2.918-9.613 4.992-16.482 4.992-11.99 0-25.417-6.327-25.862-25.528-.254-12.843 7.186-24.604 20.027-27.59 2.477-.554 4.648-.797 6.648-.797m-54.666.095c.11 0 .222 0 .333.002 17.294.127 21.808 14.814 21.808 29.817l-32.934.064c.19 7.118 4.006 11.889 9.474 13.86 2.108.73 4.062 1.017 5.88 1.017 5.313 0 9.466-2.455 12.876-3.497l3.18 8.009c-2.989 1.02-4.896 2.543-8.902 3.499-2.978.701-5.862 1.043-8.614 1.043-13.986 0-24.455-8.872-25.464-24.758-.886-14.905 5.695-29.056 22.363-29.056m-10.92 21.681h21.299c-.063-6.803-3.56-12.778-10.428-12.778-7.12.062-10.299 5.85-10.871 12.778M164.256 39.75c2.405 0 4.817.348 7.042 1.064 12.843 4.007 14.877 17.23 14.877 28.738h-32.87c.165 9.977 7.065 14.84 15.485 14.84 1.293 0 2.623-.115 3.969-.344 3.879-.699 5.723-2.162 8.711-2.987l3.178 7.5c-3.496 3.179-11.126 4.832-17.103 4.895-.146.002-.288.002-.434.002-30.786 0-31.589-40.298-13.871-50.928 3.056-1.822 7.026-2.78 11.016-2.78m10.348 21.664c-.314-6.979-3.615-12.78-10.519-12.78l-.227.002c-7.312.126-9.917 5.784-10.745 12.653z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-753181f elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"753181f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns:dc=\"http:\/\/purl.org\/dc\/elements\/1.1\/\" xmlns:cc=\"http:\/\/creativecommons.org\/ns#\" xmlns:rdf=\"http:\/\/www.w3.org\/1999\/02\/22-rdf-syntax-ns#\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:sodipodi=\"http:\/\/sodipodi.sourceforge.net\/DTD\/sodipodi-0.dtd\" xmlns:inkscape=\"http:\/\/www.inkscape.org\/namespaces\/inkscape\" width=\"500.00046\" height=\"500\" viewBox=\"0 0 132.29178 132.29167\" id=\"svg8\" inkscape:version=\"0.92.4 (5da689c313, 2019-01-14)\" sodipodi:docname=\"exito 2010.svg\"><defs id=\"defs2\"><\/defs><metadata><\/metadata><g inkscape:label=\"Layer 1\" inkscape:groupmode=\"layer\" id=\"layer1\" transform=\"translate(-12.822962,-71.735006)\"><g id=\"g903\" transform=\"matrix(1.9960081,0,0,1.9960081,-68.902371,-128.97496)\" style=\"stroke-width:0.50099999\"><ellipse id=\"path3122\" style=\"fill:#ffe701;fill-opacity:1;stroke:none;stroke-width:0.1044705\" cx=\"74.083481\" cy=\"133.69475\" rx=\"33.139091\" ry=\"33.139061\"><\/ellipse><path inkscape:connector-curvature=\"0\" id=\"path3060\" d=\"m 103.71365,126.71763 c -0.92789,0 -1.67845,0.75055 -1.67845,1.67845 0,0.9279 0.75056,1.68258 1.67845,1.68258 0.9279,0 1.68259,-0.75468 1.68259,-1.68258 0,-0.9279 -0.75469,-1.67845 -1.68259,-1.67845 z m 0.008,0.33486 c 0.74159,0 1.34359,0.602 1.34359,1.34359 0,0.74159 -0.602,1.33945 -1.34359,1.33945 -0.74159,0 -1.33945,-0.59786 -1.33945,-1.33945 0,-0.74159 0.59786,-1.34359 1.33945,-1.34359 z\" style=\"fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.13255623\"><\/path><path inkscape:connector-curvature=\"0\" id=\"path2995\" d=\"m 52.727577,126.77551 c -0.03737,5.3e-4 -0.0766,0.005 -0.115755,0.008 -0.0055,-1.1e-4 -0.01101,9e-5 -0.01654,0 -0.01662,-2.6e-4 -0.03285,1.1e-4 -0.04961,0 -0.08669,-5.3e-4 -0.172686,9e-5 -0.260451,0.004 -0.274992,0.0127 -0.53209,0.0487 -0.768945,0.10335 -0.0056,10e-4 -0.01093,0.003 -0.01654,0.004 -0.619476,0.10491 -1.157769,0.29552 -1.575098,0.53743 -0.399807,0.1848 -0.747533,0.40011 -1.033529,0.63253 -0.0039,0.003 -0.0085,0.005 -0.01241,0.008 -1.156287,0.852 -2.031283,2.11465 -2.451534,3.59668 -0.0024,0.008 -0.0059,0.0165 -0.0083,0.0248 -0.213349,0.70183 -0.330729,1.45545 -0.330729,2.24482 0,2.16229 0.873617,4.08121 2.224156,5.28754 0.181237,0.18538 0.395637,0.36934 0.640789,0.54157 0.294603,0.20697 0.595606,0.36832 0.876432,0.48369 0.01003,0.004 0.01897,0.008 0.02894,0.0124 0.692396,0.33602 1.723141,0.54983 2.873214,0.54983 0.188925,0 0.372893,-0.009 0.553971,-0.0207 0.0013,-9e-5 0.0028,9e-5 0.0041,0 0.167273,0.01 0.349526,0.008 0.537435,-0.0124 0.05792,-0.006 0.11389,-0.0159 0.1695,-0.0248 2.662362,-0.1706 4.824884,-2.13796 5.258597,-4.68395 5.29e-4,-0.001 -2.65e-4,-0.003 0,-0.004 0.01355,-0.0421 0.02458,-0.0882 0.03721,-0.13229 h -3.604951 c -0.273669,0.8265 -1.06736,1.46332 -2.058791,1.63297 -0.003,5.3e-4 -0.0053,0.003 -0.0083,0.004 -0.01045,0.002 -0.0226,0.002 -0.03307,0.004 -0.17512,0.0347 -0.403432,0.0579 -0.657326,0.0579 -0.365093,0 -0.684419,-0.0425 -0.85576,-0.10749 -0.781913,-0.20907 -1.399881,-0.80606 -1.632977,-1.5627 -0.0041,-0.0114 -0.0085,-0.0249 -0.01241,-0.0372 -0.0088,-0.0306 -0.01725,-0.0599 -0.02479,-0.091 -0.01347,-0.0519 -0.02582,-0.10804 -0.03721,-0.16949 -0.03631,-0.1961 -0.06134,-0.43694 -0.07028,-0.7028 v -0.0124 -0.008 h 0.04961 0.115756 0.07855 0.06201 8.871816 c 0.01855,-0.19955 0.02894,-0.40662 0.02894,-0.62011 0,-0.20275 -0.01217,-0.39796 -0.02894,-0.58705 -5.3e-4,-0.005 5.29e-4,-0.0112 0,-0.0165 -0.01667,-0.46029 -0.06846,-0.87929 -0.148829,-1.2237 -0.184414,-1.29227 -0.603427,-2.3878 -1.16582,-3.09232 -0.0031,-0.004 -0.0052,-0.009 -0.0083,-0.0124 -1.100979,-1.57362 -2.965871,-2.60863 -5.080831,-2.60863 -0.0444,0 -0.08821,0.003 -0.132291,0.004 -0.06588,-0.01 -0.136102,-0.0136 -0.210841,-0.0124 z m 0.169497,3.24114 c 0.33269,0 0.62108,0.0452 0.777216,0.11162 0.857846,0.2572 1.503188,1.08335 1.575099,2.0836 h -2.306838 -0.01654 -2.629299 c 0.0867,-1.06249 0.901792,-1.92531 1.963706,-2.12907 0.0027,-5.3e-4 0.0055,-0.003 0.0083,-0.004 0.0095,-0.002 0.01939,-0.002 0.02894,-0.004 0.159578,-0.0355 0.368088,-0.0579 0.599445,-0.0579 z\" style=\"fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:0.13255623\"><\/path><path inkscape:connector-curvature=\"0\" id=\"rect3149\" d=\"m 58.329274,127.08557 2.236558,3.20807 v -0.0124 l 2.137339,3.17087 -2.567287,3.81165 v 0.004 l -0.880568,1.30638 -1.302248,1.93476 h 4.704627 l 2.488739,-3.72484 2.422594,3.62562 0.04134,0.062 h 2.484604 0.615985 1.674317 l -2.290302,-3.30315 v 0.008 l -2.575555,-3.82405 2.17868,-3.09232 v 0.0331 l 0.96325,-1.40146 1.24437,-1.80661 h -4.737701 l -1.992643,3.00963 -2.03812,-3.00963 h -4.80798 z m 4.745967,0.0207 -0.20257,0.15296 -0.0041,-0.008 0.206705,-0.1447 z\" style=\"fill:#000000;stroke:none;stroke-width:0.13255623\"><\/path><path inkscape:connector-curvature=\"0\" id=\"rect3212\" d=\"m 72.678838,127.08557 0.756542,13.38213 h 0.03721 0.07028 3.158466 0.611852 0.03721 l 0.756545,-13.38213 h -0.79375 -0.611852 -3.158466 -0.07028 z\" style=\"fill:#000000;stroke:none;stroke-width:0.13255623\"><\/path><ellipse id=\"path3244\" style=\"fill:#ec1b23;fill-opacity:1;stroke:none;stroke-width:0.09292748\" cx=\"75.385857\" cy=\"143.64848\" rx=\"2.5284266\" ry=\"2.5284243\"><\/ellipse><path inkscape:connector-curvature=\"0\" id=\"rect3246\" d=\"m 81.025622,123.26978 v 3.80338 h -2.12907 v 2.9931 h 2.12907 v 6.3376 0.0124 1.00045 0.0207 0.0661 0.004 c -0.01127,0.087 -0.01648,0.19355 -0.01238,0.31006 0.0059,0.16951 0.03153,0.31406 0.06201,0.39687 7.94e-4,0.002 0.0034,0.002 0.0041,0.004 0.135427,0.8746 0.781563,1.61506 1.682586,2.02158 0.04535,0.0205 0.0898,0.0433 0.136427,0.062 0.03836,0.0154 0.07657,0.0313 0.115755,0.0455 0.01659,0.006 0.03243,0.0109 0.04961,0.0165 0.30098,0.1042 0.624314,0.17237 0.96325,0.19844 0.0028,5.2e-4 0.0055,-5.3e-4 0.0083,0 0.344956,0.0429 0.729017,0.0661 1.132748,0.0661 0.309263,0 0.603998,-0.0118 0.880567,-0.0372 0.199927,5.3e-4 0.411422,-0.008 0.632521,-0.0248 0.398238,-0.0307 0.754338,-0.0867 1.037662,-0.1571 v -0.78961 c -0.0033,-0.002 -0.0049,-0.006 -0.0083,-0.008 v -0.87644 -1.71979 h -0.14056 c -0.0359,0.0226 -0.07403,0.04 -0.115755,0.0537 v 0.008 c -0.492162,0.16368 -1.17342,0.18892 -1.930633,0.0372 -0.0026,-5.3e-4 -0.0056,5.3e-4 -0.0083,0 -0.180041,0 -0.326594,-0.15161 -0.326594,-0.339 0,-0.0278 0.0021,-0.0527 0.0083,-0.0785 v -0.28112 -1.14928 -5.20072 h 2.530078 v -2.9931 h -2.530078 v -3.80338 H 81.02561 Z\" style=\"fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.13255623\"><\/path><path inkscape:connector-curvature=\"0\" id=\"path3011\" d=\"m 95.143627,126.69696 c -1.939464,0 -3.67924,0.69303 -4.869989,1.79007 -0.04879,0.045 -0.09778,0.0901 -0.144696,0.13643 -0.122914,0.1191 -0.242048,0.24375 -0.355533,0.38033 -0.0036,0.004 -0.0088,0.008 -0.01238,0.0124 -0.01585,0.019 -0.02993,0.0387 -0.04547,0.0579 -0.03314,0.0413 -0.06697,0.0854 -0.09922,0.12816 -0.01024,0.0134 -0.01884,0.0278 -0.02894,0.0413 -0.0398,0.0538 -0.0774,0.10529 -0.115755,0.16123 -0.01397,0.0203 -0.02769,0.0416 -0.04134,0.062 -0.04915,0.0737 -0.09808,0.15022 -0.144695,0.22738 -0.660392,1.09311 -1.062466,2.52551 -1.062466,4.09691 0,1.57093 0.402425,3.00392 1.062466,4.0969 0.04638,0.0768 0.0958,0.15402 0.144695,0.22738 0.05125,0.0769 0.103185,0.15029 0.157096,0.22324 0.0501,0.0678 0.100666,0.13419 0.152964,0.19844 0.0069,0.008 0.01373,0.0165 0.02066,0.0248 0.0043,0.005 0.008,0.0113 0.01241,0.0165 0.157564,0.18964 0.324821,0.36546 0.500226,0.5209 0.0052,0.005 0.0113,0.008 0.01654,0.0124 1.190281,1.08787 2.923331,1.77354 4.853456,1.77354 1.930122,0 3.663172,-0.68567 4.853453,-1.77353 0.0051,-0.005 0.01151,-0.008 0.01654,-0.0124 0.1754,-0.15544 0.34266,-0.33126 0.50023,-0.5209 0.004,-0.005 0.008,-0.0113 0.0124,-0.0165 0.002,-0.003 0.006,-0.005 0.008,-0.008 0.004,-0.005 0.008,-0.0111 0.0124,-0.0165 0.0523,-0.0643 0.10287,-0.13064 0.15297,-0.19843 0.0539,-0.073 0.10584,-0.14635 0.1571,-0.22325 0.0489,-0.0734 0.0983,-0.15057 0.14469,-0.22737 0.66004,-1.09299 1.06247,-2.52598 1.06247,-4.09691 0,-1.5714 -0.40208,-3.0038 -1.06247,-4.09691 -0.0466,-0.0771 -0.0955,-0.1537 -0.14469,-0.22737 -0.0892,-0.13373 -0.18269,-0.2663 -0.28526,-0.39275 -0.012,-0.015 -0.0251,-0.0307 -0.0372,-0.0455 -0.007,-0.008 -0.0138,-0.0166 -0.0207,-0.0248 -0.11348,-0.13659 -0.23262,-0.26124 -0.35553,-0.38034 -0.0221,-0.0218 -0.0437,-0.0447 -0.0662,-0.0661 -0.0256,-0.0238 -0.0525,-0.0472 -0.0785,-0.0703 -1.190741,-1.09704 -2.930517,-1.79008 -4.869981,-1.79008 z m -0.01654,3.31143 c 0.86451,0 1.630905,0.42095 2.120802,1.07073 0.03439,0.0415 0.0667,0.088 0.09922,0.13643 0.04671,0.0695 0.09401,0.14058 0.136427,0.22324 0.02225,0.0417 0.03772,0.0852 0.05788,0.12816 0.01072,0.0237 0.0227,0.0458 0.03307,0.0703 0.03048,0.0702 0.05796,0.14185 0.08268,0.21497 0.02185,0.0647 0.04487,0.1317 0.06201,0.19844 0.0011,0.004 0.0031,0.008 0.0041,0.0124 0.143597,0.49111 0.227375,1.08608 0.227375,1.72806 0,0.67702 -0.09397,1.30089 -0.25218,1.8066 -0.0042,0.0148 -0.0079,0.0308 -0.01241,0.0455 -0.0036,0.0111 -0.0088,0.0221 -0.01241,0.0331 -0.02357,0.074 -0.04912,0.14804 -0.07855,0.21911 -0.0024,0.006 -0.006,0.0109 -0.0083,0.0165 -0.0047,0.011 -0.0076,0.0221 -0.01241,0.0331 -0.104158,0.24597 -0.224967,0.44883 -0.359669,0.59945 -0.0067,0.008 -0.01392,0.0164 -0.02066,0.0248 -0.0092,0.01 -0.01966,0.0197 -0.02894,0.0289 -0.491463,0.59009 -1.220679,0.96738 -2.038119,0.96738 -0.867746,0 -1.635305,-0.42506 -2.124938,-1.079 -0.03082,-0.0383 -0.06166,-0.0802 -0.09095,-0.12403 -0.0011,-0.002 -0.0031,-0.003 -0.0041,-0.004 -0.03854,-0.0581 -0.07601,-0.11886 -0.11162,-0.18604 -0.0053,-0.01 -0.0113,-0.0192 -0.01654,-0.0289 -0.0021,-0.004 -0.0061,-0.008 -0.0083,-0.0124 -0.118565,-0.22291 -0.206095,-0.4645 -0.260451,-0.71933 -0.0029,-0.0108 -0.0055,-0.0221 -0.0083,-0.0331 -0.120189,-0.46285 -0.190169,-1.00476 -0.190169,-1.5875 0,-0.58273 0.06998,-1.12465 0.190169,-1.5875 5.29e-4,-0.003 -5.29e-4,-0.006 0,-0.008 0.06753,-0.33696 0.199533,-0.6507 0.376206,-0.93018 0.03338,-0.0528 0.07073,-0.10274 0.107487,-0.15296 0.488611,-0.6676 1.263155,-1.10381 2.141471,-1.10381 z\" style=\"fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.13255623\"><\/path><path inkscape:connector-curvature=\"0\" id=\"rect3066\" d=\"m 53.492355,123.26978 -2.133206,2.70784 h 2.649972 l 3.542937,-2.70784 z\" style=\"fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.13255623\"><\/path><path inkscape:connector-curvature=\"0\" id=\"rect3090\" d=\"m 103.28371,127.4932 v 0.004 h -0.25219 v 1.78594 h 0.40515 v -0.77721 h 0.23151 l 0.38034,0.77721 h 0.44648 l -0.3886,-0.79375 c 0.0299,-0.009 0.0603,-0.0215 0.091,-0.0413 0.0701,-0.0455 0.12355,-0.11427 0.15709,-0.18603 5.3e-4,-0.002 0.003,-0.002 0.004,-0.004 0.056,-0.0776 0.0816,-0.20162 0.0661,-0.33487 -0.0185,-0.1599 -0.0934,-0.28736 -0.18604,-0.33486 -0.0168,-0.014 -0.0345,-0.024 -0.0537,-0.0331 -0.006,-0.003 -0.0108,-0.005 -0.0165,-0.008 -0.007,-0.003 -0.0139,-0.006 -0.0207,-0.008 -0.0473,-0.0238 -0.0932,-0.0375 -0.13229,-0.0413 -2.7e-4,-2e-5 2.6e-4,-0.004 0,-0.004 h -0.0124 -0.71933 z m 0.15296,0.37207 h 0.47129 c 10e-4,0.002 0.003,0.003 0.004,0.004 0.0537,0.0146 0.0951,0.0882 0.0951,0.17777 0,0.0876 -0.0387,0.16074 -0.091,0.17777 h -0.0372 -0.44235 v -0.35967 z\" style=\"fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.13255623\"><\/path><\/g><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f07ef68 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f07ef68\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-815d194\" data-id=\"815d194\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ac32313 elementor-widget elementor-widget-heading\" data-id=\"ac32313\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Aprende de seguros y finanzas con nosotros<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fb4df0b elementor-widget elementor-widget-heading\" data-id=\"fb4df0b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">\u00bfQuieres saber m\u00e1s sobre los mejores productos financieros de hoy y los temas que est\u00e1n sonando? S\u00edguenos en redes.<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f445b33 elementor-view-stacked elementor-widget__width-auto elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"f445b33\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/www.instagram.com\/amparatecol?igsh=NjZjYzJ2cHk4MWc=\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-35d7f12 elementor-view-stacked elementor-widget__width-auto elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"35d7f12\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/www.tiktok.com\/@amparatecol?_t=ZS-90Pn9QYL4XB&#038;_r=1\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-tiktok\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3038153 elementor-view-stacked elementor-widget__width-auto elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"3038153\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/www.facebook.com\/share\/1NsLGrMdSF\/?mibextid=wwXIfr\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewBox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2a9ac8c elementor-view-stacked elementor-widget__width-auto elementor-shape-circle elementor-widget elementor-widget-icon\" data-id=\"2a9ac8c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"https:\/\/www.linkedin.com\/company\/amparate\/?viewAsMember=true\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin-in\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"><\/path><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e56604c elementor-widget elementor-widget-sbi-widget\" data-id=\"e56604c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"sbi-widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div id=\"sb_instagram\"  class=\"sbi sbi_mob_col_1 sbi_tab_col_2 sbi_col_3 sbi_width_resp sbi_palette_custom_1\" style=\"padding-bottom: 60px;\"\t data-feedid=\"*1\"  data-res=\"auto\" data-cols=\"3\" data-colsmobile=\"1\" data-colstablet=\"2\" data-num=\"3\" data-nummobile=\"3\" data-item-padding=\"30\"\t data-shortcode-atts=\"{&quot;feed&quot;:&quot;1&quot;}\"  data-postid=\"19\" data-locatornonce=\"2fc6dd695a\" data-imageaspectratio=\"3:4\" data-sbi-flags=\"favorLocal,gdpr\">\n\t\n\t<div id=\"sbi_images\"  style=\"gap: 60px;\">\n\t\t<div class=\"sbi_item sbi_type_image sbi_new sbi_transition\"\n\tid=\"sbi_18121229800483423\" data-date=\"1766633457\">\n\t<div class=\"sbi_photo_wrap\">\n\t\t<a class=\"sbi_photo\" href=\"https:\/\/www.instagram.com\/p\/DSq-JghDj-7\/\" target=\"_blank\" rel=\"noopener nofollow\"\n\t\t\tdata-full-res=\"https:\/\/scontent-lax3-1.cdninstagram.com\/v\/t51.82787-15\/604532356_17882696862431345_7458258055221559900_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=109&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=9q24yKK0JegQ7kNvwEktBKc&#038;_nc_oc=Ado0W1u7A18FzhIvtkIzlvKDRtXd6HvcWUK6vpnC7jnynwVgkvDv587nYIHTGzeAOfE&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=SzbIGpSNiSwD_fkkXyDviQ&#038;_nc_tpa=Q5bMBQFaY02IWzi_dZOg5RUMzdFSvIHrlH3V5ArGKIRJB-N--n9rt_oEtzROqBKTnfpOqEfdN6PasP8n5g&#038;oh=00_Af2RmrnTl8RrcGoI-ESZBD22R-MukGk7UsyRlWnQRPWUJg&#038;oe=69D65C88\"\n\t\t\tdata-img-src-set=\"{&quot;d&quot;:&quot;https:\\\/\\\/scontent-lax3-1.cdninstagram.com\\\/v\\\/t51.82787-15\\\/604532356_17882696862431345_7458258055221559900_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=9q24yKK0JegQ7kNvwEktBKc&amp;_nc_oc=Ado0W1u7A18FzhIvtkIzlvKDRtXd6HvcWUK6vpnC7jnynwVgkvDv587nYIHTGzeAOfE&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=SzbIGpSNiSwD_fkkXyDviQ&amp;_nc_tpa=Q5bMBQFaY02IWzi_dZOg5RUMzdFSvIHrlH3V5ArGKIRJB-N--n9rt_oEtzROqBKTnfpOqEfdN6PasP8n5g&amp;oh=00_Af2RmrnTl8RrcGoI-ESZBD22R-MukGk7UsyRlWnQRPWUJg&amp;oe=69D65C88&quot;,&quot;150&quot;:&quot;https:\\\/\\\/scontent-lax3-1.cdninstagram.com\\\/v\\\/t51.82787-15\\\/604532356_17882696862431345_7458258055221559900_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=9q24yKK0JegQ7kNvwEktBKc&amp;_nc_oc=Ado0W1u7A18FzhIvtkIzlvKDRtXd6HvcWUK6vpnC7jnynwVgkvDv587nYIHTGzeAOfE&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=SzbIGpSNiSwD_fkkXyDviQ&amp;_nc_tpa=Q5bMBQFaY02IWzi_dZOg5RUMzdFSvIHrlH3V5ArGKIRJB-N--n9rt_oEtzROqBKTnfpOqEfdN6PasP8n5g&amp;oh=00_Af2RmrnTl8RrcGoI-ESZBD22R-MukGk7UsyRlWnQRPWUJg&amp;oe=69D65C88&quot;,&quot;320&quot;:&quot;https:\\\/\\\/scontent-lax3-1.cdninstagram.com\\\/v\\\/t51.82787-15\\\/604532356_17882696862431345_7458258055221559900_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=9q24yKK0JegQ7kNvwEktBKc&amp;_nc_oc=Ado0W1u7A18FzhIvtkIzlvKDRtXd6HvcWUK6vpnC7jnynwVgkvDv587nYIHTGzeAOfE&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=SzbIGpSNiSwD_fkkXyDviQ&amp;_nc_tpa=Q5bMBQFaY02IWzi_dZOg5RUMzdFSvIHrlH3V5ArGKIRJB-N--n9rt_oEtzROqBKTnfpOqEfdN6PasP8n5g&amp;oh=00_Af2RmrnTl8RrcGoI-ESZBD22R-MukGk7UsyRlWnQRPWUJg&amp;oe=69D65C88&quot;,&quot;640&quot;:&quot;https:\\\/\\\/scontent-lax3-1.cdninstagram.com\\\/v\\\/t51.82787-15\\\/604532356_17882696862431345_7458258055221559900_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiRkVFRC5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=9q24yKK0JegQ7kNvwEktBKc&amp;_nc_oc=Ado0W1u7A18FzhIvtkIzlvKDRtXd6HvcWUK6vpnC7jnynwVgkvDv587nYIHTGzeAOfE&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=SzbIGpSNiSwD_fkkXyDviQ&amp;_nc_tpa=Q5bMBQFaY02IWzi_dZOg5RUMzdFSvIHrlH3V5ArGKIRJB-N--n9rt_oEtzROqBKTnfpOqEfdN6PasP8n5g&amp;oh=00_Af2RmrnTl8RrcGoI-ESZBD22R-MukGk7UsyRlWnQRPWUJg&amp;oe=69D65C88&quot;}\">\n\t\t\t<span class=\"sbi-screenreader\">FELIZ NAVIDAD \ud83c\udf84 \n.\nDe parte de Amp\u00e1rate gracias po<\/span>\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png\" alt=\"FELIZ NAVIDAD \ud83c\udf84 \n.\nDe parte de Amp\u00e1rate gracias por dejarnos cuidarte en estas fechas, les deseamos alegr\u00eda y uni\u00f3n en familia \u2728\" aria-hidden=\"true\">\n\t\t<\/a>\n\t<\/div>\n<\/div><div class=\"sbi_item sbi_type_video sbi_new sbi_transition\"\n\tid=\"sbi_18072593882356934\" data-date=\"1766357755\">\n\t<div class=\"sbi_photo_wrap\">\n\t\t<a class=\"sbi_photo\" href=\"https:\/\/www.instagram.com\/reel\/DSivumPDhBY\/\" target=\"_blank\" rel=\"noopener nofollow\"\n\t\t\tdata-full-res=\"https:\/\/scontent-lax3-1.cdninstagram.com\/v\/t51.82787-15\/601287905_17882315070431345_2931974123691865402_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=109&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&#038;_nc_ohc=lC9mP0Q0w7IQ7kNvwEQG9Nn&#038;_nc_oc=AdrovkbWK0KkIbHamyPK-WpMrCZ5QwRnNOtAbZr18efZ-UCx9Fdvu2Uzh7k0fICjh-w&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=SzbIGpSNiSwD_fkkXyDviQ&#038;_nc_tpa=Q5bMBQFz5s6pVszlWm8B_RhobtSPmG5ZUOb9Jhn2ZBIhOvwHMzc1OcvdtPAmqYlSzV3egmxZ5o-r7UUIBQ&#038;oh=00_Af3-HDdj6MKWnicS2kVYWfzvmm2ucghGhBPBqTrfV__C2A&#038;oe=69D64BB7\"\n\t\t\tdata-img-src-set=\"{&quot;d&quot;:&quot;https:\\\/\\\/scontent-lax3-1.cdninstagram.com\\\/v\\\/t51.82787-15\\\/601287905_17882315070431345_2931974123691865402_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=lC9mP0Q0w7IQ7kNvwEQG9Nn&amp;_nc_oc=AdrovkbWK0KkIbHamyPK-WpMrCZ5QwRnNOtAbZr18efZ-UCx9Fdvu2Uzh7k0fICjh-w&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=SzbIGpSNiSwD_fkkXyDviQ&amp;_nc_tpa=Q5bMBQFz5s6pVszlWm8B_RhobtSPmG5ZUOb9Jhn2ZBIhOvwHMzc1OcvdtPAmqYlSzV3egmxZ5o-r7UUIBQ&amp;oh=00_Af3-HDdj6MKWnicS2kVYWfzvmm2ucghGhBPBqTrfV__C2A&amp;oe=69D64BB7&quot;,&quot;150&quot;:&quot;https:\\\/\\\/scontent-lax3-1.cdninstagram.com\\\/v\\\/t51.82787-15\\\/601287905_17882315070431345_2931974123691865402_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=lC9mP0Q0w7IQ7kNvwEQG9Nn&amp;_nc_oc=AdrovkbWK0KkIbHamyPK-WpMrCZ5QwRnNOtAbZr18efZ-UCx9Fdvu2Uzh7k0fICjh-w&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=SzbIGpSNiSwD_fkkXyDviQ&amp;_nc_tpa=Q5bMBQFz5s6pVszlWm8B_RhobtSPmG5ZUOb9Jhn2ZBIhOvwHMzc1OcvdtPAmqYlSzV3egmxZ5o-r7UUIBQ&amp;oh=00_Af3-HDdj6MKWnicS2kVYWfzvmm2ucghGhBPBqTrfV__C2A&amp;oe=69D64BB7&quot;,&quot;320&quot;:&quot;https:\\\/\\\/scontent-lax3-1.cdninstagram.com\\\/v\\\/t51.82787-15\\\/601287905_17882315070431345_2931974123691865402_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=lC9mP0Q0w7IQ7kNvwEQG9Nn&amp;_nc_oc=AdrovkbWK0KkIbHamyPK-WpMrCZ5QwRnNOtAbZr18efZ-UCx9Fdvu2Uzh7k0fICjh-w&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=SzbIGpSNiSwD_fkkXyDviQ&amp;_nc_tpa=Q5bMBQFz5s6pVszlWm8B_RhobtSPmG5ZUOb9Jhn2ZBIhOvwHMzc1OcvdtPAmqYlSzV3egmxZ5o-r7UUIBQ&amp;oh=00_Af3-HDdj6MKWnicS2kVYWfzvmm2ucghGhBPBqTrfV__C2A&amp;oe=69D64BB7&quot;,&quot;640&quot;:&quot;https:\\\/\\\/scontent-lax3-1.cdninstagram.com\\\/v\\\/t51.82787-15\\\/601287905_17882315070431345_2931974123691865402_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=109&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&amp;_nc_ohc=lC9mP0Q0w7IQ7kNvwEQG9Nn&amp;_nc_oc=AdrovkbWK0KkIbHamyPK-WpMrCZ5QwRnNOtAbZr18efZ-UCx9Fdvu2Uzh7k0fICjh-w&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=SzbIGpSNiSwD_fkkXyDviQ&amp;_nc_tpa=Q5bMBQFz5s6pVszlWm8B_RhobtSPmG5ZUOb9Jhn2ZBIhOvwHMzc1OcvdtPAmqYlSzV3egmxZ5o-r7UUIBQ&amp;oh=00_Af3-HDdj6MKWnicS2kVYWfzvmm2ucghGhBPBqTrfV__C2A&amp;oe=69D64BB7&quot;}\">\n\t\t\t<span class=\"sbi-screenreader\">Te ayudamos a tener lo mejor para el miembro m\u00e1s e<\/span>\n\t\t\t\t\t\t<svg style=\"color: rgba(255,255,255,1)\" class=\"svg-inline--fa fa-play fa-w-14 sbi_playbtn\" aria-label=\"Play\" aria-hidden=\"true\" data-fa-processed=\"\" data-prefix=\"fa\" data-icon=\"play\" role=\"presentation\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z\"><\/path><\/svg>\t\t\t<img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png\" alt=\"Te ayudamos a tener lo mejor para el miembro m\u00e1s especial de la familia \ud83d\udc36 \n.\nLos peludos dependen de nosotros y en Amp\u00e1rate te ayudamos a conseguir lo mejor para ellos y darles todo el amor que merecen \ud83d\udc99\n.\n#perros #mascotas #peludos #seguro\" aria-hidden=\"true\">\n\t\t<\/a>\n\t<\/div>\n<\/div><div class=\"sbi_item sbi_type_carousel sbi_new sbi_transition\"\n\tid=\"sbi_18077185712256738\" data-date=\"1766181127\">\n\t<div class=\"sbi_photo_wrap\">\n\t\t<a class=\"sbi_photo\" href=\"https:\/\/www.instagram.com\/p\/DSdfZZCjjrE\/\" target=\"_blank\" rel=\"noopener nofollow\"\n\t\t\tdata-full-res=\"https:\/\/scontent-lax3-1.cdninstagram.com\/v\/t51.82787-15\/598904591_17882057814431345_5790930842631943153_n.jpg?stp=dst-jpg_e35_tt6&#038;_nc_cat=108&#038;ccb=7-5&#038;_nc_sid=18de74&#038;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&#038;_nc_ohc=G1gaC_A0W7kQ7kNvwHDAh57&#038;_nc_oc=AdrbTZLpNZq4UB50-9GIqc6BX9aS9dUnunoi0vaaBenr2IE4744JOs6rXjFQ0r4Yxuw&#038;_nc_zt=23&#038;_nc_ht=scontent-lax3-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=SzbIGpSNiSwD_fkkXyDviQ&#038;_nc_tpa=Q5bMBQF3wq1GI7Gvr6Uk_-DyDl-36dHe1G89nS4Uzslk_10YHFPCV6C2xQ2dZRgl9bHPXS-LozIf0TGG-g&#038;oh=00_Af2fOkbAI_1frO_xSf9ep7sn9M3dLk3p00sAbjvgfDiD-w&#038;oe=69D647DB\"\n\t\t\tdata-img-src-set=\"{&quot;d&quot;:&quot;https:\\\/\\\/scontent-lax3-1.cdninstagram.com\\\/v\\\/t51.82787-15\\\/598904591_17882057814431345_5790930842631943153_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=108&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=G1gaC_A0W7kQ7kNvwHDAh57&amp;_nc_oc=AdrbTZLpNZq4UB50-9GIqc6BX9aS9dUnunoi0vaaBenr2IE4744JOs6rXjFQ0r4Yxuw&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=SzbIGpSNiSwD_fkkXyDviQ&amp;_nc_tpa=Q5bMBQF3wq1GI7Gvr6Uk_-DyDl-36dHe1G89nS4Uzslk_10YHFPCV6C2xQ2dZRgl9bHPXS-LozIf0TGG-g&amp;oh=00_Af2fOkbAI_1frO_xSf9ep7sn9M3dLk3p00sAbjvgfDiD-w&amp;oe=69D647DB&quot;,&quot;150&quot;:&quot;https:\\\/\\\/scontent-lax3-1.cdninstagram.com\\\/v\\\/t51.82787-15\\\/598904591_17882057814431345_5790930842631943153_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=108&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=G1gaC_A0W7kQ7kNvwHDAh57&amp;_nc_oc=AdrbTZLpNZq4UB50-9GIqc6BX9aS9dUnunoi0vaaBenr2IE4744JOs6rXjFQ0r4Yxuw&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=SzbIGpSNiSwD_fkkXyDviQ&amp;_nc_tpa=Q5bMBQF3wq1GI7Gvr6Uk_-DyDl-36dHe1G89nS4Uzslk_10YHFPCV6C2xQ2dZRgl9bHPXS-LozIf0TGG-g&amp;oh=00_Af2fOkbAI_1frO_xSf9ep7sn9M3dLk3p00sAbjvgfDiD-w&amp;oe=69D647DB&quot;,&quot;320&quot;:&quot;https:\\\/\\\/scontent-lax3-1.cdninstagram.com\\\/v\\\/t51.82787-15\\\/598904591_17882057814431345_5790930842631943153_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=108&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=G1gaC_A0W7kQ7kNvwHDAh57&amp;_nc_oc=AdrbTZLpNZq4UB50-9GIqc6BX9aS9dUnunoi0vaaBenr2IE4744JOs6rXjFQ0r4Yxuw&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=SzbIGpSNiSwD_fkkXyDviQ&amp;_nc_tpa=Q5bMBQF3wq1GI7Gvr6Uk_-DyDl-36dHe1G89nS4Uzslk_10YHFPCV6C2xQ2dZRgl9bHPXS-LozIf0TGG-g&amp;oh=00_Af2fOkbAI_1frO_xSf9ep7sn9M3dLk3p00sAbjvgfDiD-w&amp;oe=69D647DB&quot;,&quot;640&quot;:&quot;https:\\\/\\\/scontent-lax3-1.cdninstagram.com\\\/v\\\/t51.82787-15\\\/598904591_17882057814431345_5790930842631943153_n.jpg?stp=dst-jpg_e35_tt6&amp;_nc_cat=108&amp;ccb=7-5&amp;_nc_sid=18de74&amp;efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&amp;_nc_ohc=G1gaC_A0W7kQ7kNvwHDAh57&amp;_nc_oc=AdrbTZLpNZq4UB50-9GIqc6BX9aS9dUnunoi0vaaBenr2IE4744JOs6rXjFQ0r4Yxuw&amp;_nc_zt=23&amp;_nc_ht=scontent-lax3-1.cdninstagram.com&amp;edm=ANo9K5cEAAAA&amp;_nc_gid=SzbIGpSNiSwD_fkkXyDviQ&amp;_nc_tpa=Q5bMBQF3wq1GI7Gvr6Uk_-DyDl-36dHe1G89nS4Uzslk_10YHFPCV6C2xQ2dZRgl9bHPXS-LozIf0TGG-g&amp;oh=00_Af2fOkbAI_1frO_xSf9ep7sn9M3dLk3p00sAbjvgfDiD-w&amp;oe=69D647DB&quot;}\">\n\t\t\t<span class=\"sbi-screenreader\">Todos queremos que estas fechas sean el momento pe<\/span>\n\t\t\t<svg class=\"svg-inline--fa fa-clone fa-w-16 sbi_lightbox_carousel_icon\" aria-hidden=\"true\" aria-label=\"Clone\" data-fa-pro\u0192cessed=\"\" data-prefix=\"far\" data-icon=\"clone\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\">\n                    <path fill=\"currentColor\" d=\"M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 0 1-6 6zm96-96H150a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h308a6 6 0 0 1 6 6v308a6 6 0 0 1-6 6z\"><\/path>\n                <\/svg>\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/plugins\/instagram-feed\/img\/placeholder.png\" alt=\"Todos queremos que estas fechas sean el momento perfecto\u2026 \nSin embargo hay momentos en los que no todo sale bien \ud83e\udee3\n.\nNo dejes que un imprevisto arruine tu navidad \nProt\u00e9gete con Amp\u00e1rate \ud83d\ude4c\" aria-hidden=\"true\">\n\t\t<\/a>\n\t<\/div>\n<\/div>\t<\/div>\n\n\t<div id=\"sbi_load\" >\n\n\t\t\t<button class=\"sbi_load_btn\"\n\t\t\ttype=\"button\"  style=\"background: rgb(55,55,55);\">\n\t\t\t<span class=\"sbi_btn_text\" >Cargar m\u00e1s<\/span>\n\t\t\t<span class=\"sbi_loader sbi_hidden\" style=\"background-color: rgb(255, 255, 255);\" aria-hidden=\"true\"><\/span>\n\t\t<\/button>\n\t\n\t\t\t<span class=\"sbi_follow_btn sbi_custom\" >\n\t\t\t<a target=\"_blank\"\n\t\t\t\trel=\"nofollow noopener\"  href=\"https:\/\/www.instagram.com\/amparatecol\/\" style=\"background: rgb(64,139,209);\">\n\t\t\t\t<svg class=\"svg-inline--fa fa-instagram fa-w-14\" aria-hidden=\"true\" data-fa-processed=\"\" aria-label=\"Instagram\" data-prefix=\"fab\" data-icon=\"instagram\" role=\"img\" viewBox=\"0 0 448 512\">\n                    <path fill=\"currentColor\" d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"><\/path>\n                <\/svg>\t\t\t\t<span>Seguir en Instagram<\/span>\n\t\t\t<\/a>\n\t\t<\/span>\n\t\n<\/div>\n\t\t<span class=\"sbi_resized_image_data\" data-feed-id=\"*1\"\n\t\t  data-resized=\"{&quot;18077185712256738&quot;:{&quot;id&quot;:&quot;598904591_17882057814431345_5790930842631943153_n&quot;,&quot;ratio&quot;:&quot;0.80&quot;,&quot;sizes&quot;:{&quot;full&quot;:640,&quot;low&quot;:320,&quot;thumb&quot;:150},&quot;extension&quot;:&quot;.webp&quot;},&quot;18072593882356934&quot;:{&quot;id&quot;:&quot;601287905_17882315070431345_2931974123691865402_n&quot;,&quot;ratio&quot;:&quot;0.56&quot;,&quot;sizes&quot;:{&quot;full&quot;:640,&quot;low&quot;:320,&quot;thumb&quot;:150},&quot;extension&quot;:&quot;.webp&quot;},&quot;18121229800483423&quot;:{&quot;id&quot;:&quot;604532356_17882696862431345_7458258055221559900_n&quot;,&quot;ratio&quot;:&quot;0.80&quot;,&quot;sizes&quot;:{&quot;full&quot;:640,&quot;low&quot;:320,&quot;thumb&quot;:150},&quot;extension&quot;:&quot;.webp&quot;}}\">\n\t<\/span>\n\t<\/div>\n\n\t<style type=\"text\/css\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/style>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b9d9555 elementor-widget elementor-widget-html\" data-id=\"b9d9555\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"instaLightbox\">\r\n  <span class=\"close-btn\">&times;<\/span>\r\n  <iframe id=\"instaVideo\" allowfullscreen><\/iframe>\r\n<\/div>\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n  const feed = document.querySelector('#sb_instagram'); \/\/ ID del feed correcto\r\n  const lightbox = document.querySelector('#instaLightbox');\r\n  const iframe = document.querySelector('#instaVideo');\r\n  const closeBtn = document.querySelector('.close-btn');\r\n\r\n  if (feed) {\r\n    feed.addEventListener('click', function(e) {\r\n      const link = e.target.closest('a');\r\n      if (link && link.href.includes('instagram.com\/reel')) {\r\n        e.preventDefault();\r\n        \/\/ Construimos la URL del embed\r\n        const embed = link.href.replace('\/reel\/', '\/reel\/') + 'embed';\r\n        iframe.src = embed;\r\n        lightbox.classList.add('show');\r\n        lightbox.style.display = 'flex';\r\n      }\r\n    });\r\n  }\r\n\r\n  \/\/ Cerrar el video\r\n  closeBtn.addEventListener('click', function() {\r\n    iframe.src = '';\r\n    lightbox.classList.remove('show');\r\n    lightbox.style.display = 'none';\r\n  });\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5875d9c1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5875d9c1\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4b1f877b\" data-id=\"4b1f877b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4f73d281 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4f73d281\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-329bebbd\" data-id=\"329bebbd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1bd15da9 elementor-widget elementor-widget-heading\" data-id=\"1bd15da9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u00a1Ahorra y recibe cashback!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-30b10560 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-image\" data-id=\"30b10560\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2024\/10\/3-scaled-1.jpg\" class=\"attachment-full size-full wp-image-36\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-7858ee5c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7858ee5c\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-2707c4cd\" data-id=\"2707c4cd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b9a7c7 elementor-widget elementor-widget-text-editor\" data-id=\"b9a7c7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span class=\"OYPEnA font-feature-liga-off font-feature-clig-off font-feature-calt-off text-decoration-none text-strikethrough-none\" style=\"font-kerning: none;\">Elige tu p\u00f3liza al mejor precio y recibe cashback<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-2b53ec01 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2b53ec01\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-21555647\" data-id=\"21555647\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-59bba345 elementor-align-center elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"59bba345\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/app.amparate.co\/Amparate\/Cotizaciones\/Cotizar\/Formulario?IdRamo=119\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">COTIZAR SEGURO DE AUTOS<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-41731c3c\" data-id=\"41731c3c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1d1a56c0 elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"1d1a56c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"875\" height=\"875\" src=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/cashback.png\" class=\"attachment-full size-full wp-image-911\" alt=\"\" srcset=\"https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/cashback.png 875w, https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/cashback-300x300.png 300w, https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/cashback-150x150.png 150w, https:\/\/amparate.co\/wp-content\/uploads\/2025\/10\/cashback-768x768.png 768w\" sizes=\"(max-width: 875px) 100vw, 875px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Encuentra el mejor seguro de autos Selecciona el seguro a cotizar, ahorra y recibe cashback Bot\u00f3n centrado con icono Seguro Obligatorio Con descuento por ley Bot\u00f3n centrado con icono Seguro de Autos Bot\u00f3n centrado con icono Seguro de Motos Bot\u00f3n centrado con icono Seguros para Autos x Km Bot\u00f3n centrado con icono Seguro de Salud [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":54,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-19","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/amparate.co\/index.php?rest_route=\/wp\/v2\/pages\/19","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/amparate.co\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/amparate.co\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/amparate.co\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/amparate.co\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=19"}],"version-history":[{"count":616,"href":"https:\/\/amparate.co\/index.php?rest_route=\/wp\/v2\/pages\/19\/revisions"}],"predecessor-version":[{"id":1537,"href":"https:\/\/amparate.co\/index.php?rest_route=\/wp\/v2\/pages\/19\/revisions\/1537"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/amparate.co\/index.php?rest_route=\/wp\/v2\/media\/54"}],"wp:attachment":[{"href":"https:\/\/amparate.co\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=19"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}