
{"id":16270,"date":"2025-02-12T12:21:09","date_gmt":"2025-02-12T12:21:09","guid":{"rendered":"https:\/\/hello-dev-test.last2ticket.com\/pricing\/"},"modified":"2025-03-11T12:22:07","modified_gmt":"2025-03-11T12:22:07","slug":"pricing","status":"publish","type":"page","link":"https:\/\/hello.last2ticket.com\/pt\/pricing\/","title":{"rendered":"Pricing"},"content":{"rendered":"\n<script>document.addEventListener('DOMContentLoaded', () => {\n    const elements = document.querySelectorAll('.lazy-load'); \/\/ Target elements with the class \"lazy-load\"\n\n    const observer = new IntersectionObserver((entries) => {\n        entries.forEach(entry => {\n            if (entry.isIntersecting) {\n                entry.target.classList.add('visible'); \/\/ Add \"visible\" class to the element\n                observer.unobserve(entry.target); \/\/ Stop observing after the element is visible\n            }\n        });\n    }, {\n        threshold: 0.1 \/\/ Trigger when 10% of the element is visible\n    });\n\n    elements.forEach(element => {\n        observer.observe(element); \/\/ Start observing each element\n    });\n});\n<\/script>\n\n\n\n<h1 class=\"wp-block-heading has-text-align-center lazy-load\" style=\"padding-top:50px;padding-bottom:50px\"><strong>Cada gestor de eventos precisa de um plano.<br>Escolha o certo para si.<\/strong><\/h1>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-c0b469c1 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"hide-tablet\" style=\"text-align:center\"><p style=\"color:#5d697a;font-size:20px;font-weight: 400; display:inline;line-height:40px\">Ol\u00e1, o meu evento ter\u00e1 provavelmente<\/p> <div style=\"display: inline-block;position: relative;overflow: hidden;margin-bottom: -10px;\">\n<input type=\"number\" placeholder=\"escreva aqui... \uf040\" style=\"font-family: 'Helvetica', FontAwesome, sans-serif;\" alt=\"Last2Ticket_write\" size=\"15\" onchange=\"changeNumber();\" class=\"input-number-home\"\/>\n<span class=\"focus-border\" style=\"position: absolute;right<wpml_invalid_tag original=\" pdoglte1chg7ij4=\"  \/><wpml_invalid_tag original=\" pc9zcgfupg=\"=\"><\/span>\n<\/div> <p style=\"color:#5d697a;font-size:20px;font-weight: 400; line-height:40px; text-align:center;display:inline\">participantes e eu sou<\/p><\/div>\n\n\n\n<div class=\"hide-tablet\" style=\"width:100%\">\n<div class=\"margin-mobile-home-type\">\n<h3><span class=\"communication_agency value-organizer\" onclick=\"changeOrganizer('communication_agency')\">Ag\u00eancia de marketing<\/span><\/h3>\n<\/div>\n<div class=\"margin-mobile-home-type\">\n<h3><span onclick=\"changeOrganizer('event_manager')\" class=\"event_manager value-organizer selected-organizer\">Gestor de eventos<\/span><\/h3>\n<\/div>\n<div class=\"margin-mobile-home-type\">\n<h3><span class=\"fair_exhibition value-organizer\" onclick=\"changeOrganizer('fair_exhibition')\">Feira\/Exibi\u00e7\u00e3o<\/span><\/h3>\n<\/div>\n<div class=\"margin-mobile-home-type\">\n<h3><span class=\"company_corporate value-organizer\" onclick=\"changeOrganizer('company_corporate')\">Empresa<\/span><\/h3>\n<\/div>\n<div class=\"margin-mobile-home-type\">\n<h3><span class=\"association_charity value-organizer\" onclick=\"changeOrganizer('association_charity')\">Associa\u00e7\u00e3o<\/span><\/h3>\n<\/div>\n<\/div>\n\n\n\n<script>\n  document.addEventListener('DOMContentLoaded', function() {\n    \/\/ Function to handle the currency selection\n    function changeCurrency(currency) {\n      \/\/ Hide all elements with the class 'eur-price' or 'usd-price'\n      const eurElements = document.querySelectorAll('.eur-price');\n      const usdElements = document.querySelectorAll('.usd-price');\n\n      \/\/ Remove active class from both currency elements\n      const eurElement = document.querySelector('.currency_eur');\n      const usdElement = document.querySelector('.currency_usd');\n      eurElement.classList.remove('active');\n      usdElement.classList.remove('active');\n\n      \/\/ Add active class to the clicked currency element\n      if (currency === 'eur') {\n        \/\/ Show all EUR price elements, hide USD price elements\n        eurElements.forEach(function(element) {\n          element.style.display = 'block'; \/\/ Show EUR elements\n        });\n        usdElements.forEach(function(element) {\n          element.style.display = 'none'; \/\/ Hide USD elements\n        });\n        eurElement.classList.add('active'); \/\/ Apply active class to EUR\n      } else if (currency === 'usd') {\n        \/\/ Show all USD price elements, hide EUR price elements\n        usdElements.forEach(function(element) {\n          element.style.display = 'block'; \/\/ Show USD elements\n        });\n        eurElements.forEach(function(element) {\n          element.style.display = 'none'; \/\/ Hide EUR elements\n        });\n        usdElement.classList.add('active'); \/\/ Apply active class to USD\n      }\n    }\n\n    \/\/ Set default to show EUR price elements\n    changeCurrency('eur');\n\n    \/\/ Add click event listeners to the currency elements\n    const eurElement = document.querySelector('.currency_eur');\n    if (eurElement) {\n      eurElement.addEventListener('click', function() {\n        changeCurrency('eur');\n      });\n    }\n\n    const usdElement = document.querySelector('.currency_usd');\n    if (usdElement) {\n      usdElement.addEventListener('click', function() {\n        changeCurrency('usd');\n      });\n    }\n  });\n<\/script>\n\n<style>\n  .currency.active {\n    color: orange; \/* Active color *\/\n    font-weight: bold; \/* Bold text *\/\n  }\n\n  .currency {\n    cursor: pointer;\n  }\n\n  .currency:hover {\n    color: #333; \/* Grey color for hover effect on non-active elements *\/\n  }\n\n  \/* Make sure hover doesn't interfere with the active style *\/\n  .currency.active:hover {\n    color: orange; \/* Active element stays orange even when hovered *\/\n  }\n<\/style>\n\n<div class=\"change_language\" style=\"display: flex; justify-content: flex-end; width: 100%; max-width: 1400px; margin-left: auto; margin-right: auto;\">\n   <div class=\"currency currency_eur\" onclick=\"changeCurrency('eur')\">EUR<\/div>\n   <div style=\"margin: 0 1px;\">\/<\/div>\n   <div class=\"currency currency_usd\" onclick=\"changeCurrency('usd')\">USD<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-uagb-container lazy-load uag-hide-tab uag-hide-mob uagb-layout-grid uagb-block-5a131d9e alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-container uagb-block-101991f6\">\n<div style=\"height:580px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading\" style=\"font-size:15px\"><strong>CRIA\u00c7\u00c3O DE EVENTOS ONLINE<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-1 wp-block-group-is-layout-flex\" style=\"padding-top:0;padding-bottom:0\">\n<h6 class=\"wp-block-heading has-small-font-size\"><strong>Venda de ingressos &amp; inscri\u00e7\u00e3o online<\/strong><\/h6>\n\n\n\n<h6 class=\"wp-block-heading has-small-font-size\"><strong>Check-in<\/strong><\/h6>\n\n\n\n<h6 class=\"wp-block-heading has-small-font-size\"><strong>POS<\/strong><\/h6>\n\n\n\n<h6 class=\"wp-block-heading has-small-font-size\"><strong>Gest\u00e3o de sess\u00f5es<\/strong><\/h6>\n\n\n\n<h6 class=\"wp-block-heading has-small-font-size\"><strong>Formul\u00e1rios adapt\u00e1veis<\/strong><\/h6>\n\n\n\n<h6 class=\"wp-block-heading has-small-font-size\"><strong>Eventos privados<\/strong><\/h6>\n\n\n\n<h6 class=\"wp-block-heading has-small-font-size\"><strong>Lugares reservados<\/strong><\/h6>\n\n\n\n<h6 class=\"wp-block-heading has-text-align-left has-small-font-size\"><strong>Credenciamento<\/strong><\/h6>\n<\/div>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading\" style=\"font-size:15px\"><strong>MARKETING DE EVENTOS<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-2 wp-block-group-is-layout-flex\" style=\"padding-top:0;padding-bottom:0\">\n<h6 class=\"wp-block-heading has-small-font-size\"><strong>P\u00e1ginas de evento<\/strong><\/h6>\n\n\n\n<h6 class=\"wp-block-heading has-small-font-size\"><strong>Gest\u00e3o de contatos<\/strong><\/h6>\n\n\n\n<h6 class=\"wp-block-heading has-small-font-size\"><strong>Integra\u00e7\u00f5es de widget<\/strong><\/h6>\n\n\n\n<h6 class=\"wp-block-heading has-small-font-size\"><strong>C\u00f3digos promocionais<\/strong><\/h6>\n\n\n\n<h6 class=\"wp-block-heading has-small-font-size\"><strong>Convites<\/strong><\/h6>\n\n\n\n<h6 class=\"wp-block-heading has-text-align-left has-small-font-size\"><strong>Widget customiz\u00e1vel<\/strong><div class=\"divider-wrap\" data-alignment=\"default\" style=\"vertical-align: baseline; font-family: Roboto; font-size: 16px; border-style: initial; border-color: initial; border-image: initial; color: rgb(245, 128, 32); white-space-collapse: collapse; background-color: rgb(248, 248, 248);\"><\/div><\/h6>\n<\/div>\n\n\n\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h4 class=\"wp-block-heading\" style=\"font-size:14px\"><strong>AN\u00c1LISE E GEST\u00c3O DE EVENTOS<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-3 wp-block-group-is-layout-flex\" style=\"padding-top:0;padding-bottom:0\">\n<h6 class=\"wp-block-heading has-small-font-size\"><strong>Portal de gest\u00e3o<\/strong><\/h6>\n\n\n\n<h6 class=\"wp-block-heading has-small-font-size\"><strong>Estat\u00edsticas do evento<\/strong><\/h6>\n\n\n\n<h6 class=\"wp-block-heading has-small-font-size\"><strong>Reembolso e disputas<\/strong><\/h6>\n\n\n\n<h6 class=\"wp-block-heading has-small-font-size\"><strong>Fatura\u00e7\u00e3o b\u00e1sica<\/strong><\/h6>\n\n\n\n<h6 class=\"wp-block-heading has-small-font-size\"><strong>Acesso a dados da API<\/strong><\/h6>\n\n\n\n<h6 class=\"wp-block-heading has-text-align-left has-small-font-size\"><strong>Fatura\u00e7\u00e3o autom\u00e1tica personalizada\u00b3<\/strong><\/h6>\n\n\n\n<h6 class=\"wp-block-heading has-text-align-left has-small-font-size\"><strong>Envio de fundos<\/strong><\/h6>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-b7b0f7fe\">\n<div id=\"option-first\" class=\"recommended-option-pricing-page\" style=\"visibility: visible;\">\n Recomendado\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-image uagb-block-b276c73d wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img loading=\"lazy\" decoding=\"async\" srcset=\"https:\/\/hello-dev-test.last2ticket.com\/wp-content\/uploads\/2018\/10\/icons-30.png ,https:\/\/hello-dev-test.last2ticket.com\/wp-content\/uploads\/2018\/10\/icons-30.png 780w, https:\/\/hello-dev-test.last2ticket.com\/wp-content\/uploads\/2018\/10\/icons-30.png 360w\" sizes=\"auto, (max-width: 480px) 150px\" src=\"https:\/\/hello-dev-test.last2ticket.com\/wp-content\/uploads\/2018\/10\/icons-30.png\" alt=\"\" class=\"uag-image-7780\" width=\"123\" height=\"124\" title=\"icons-30\" loading=\"lazy\" role=\"img\"\/><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\"><strong>Essentials<\/strong><\/h2>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center eur-price\"><strong>49,90\u20ac<\/strong>\/<span style=\"font-size: 15px;\">m\u00eas<\/span><\/h2>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center usd-price\"><strong>$59,90<\/strong>\/<span style=\"font-size: 15px;\">m\u00eas<\/span><\/h2>\n\n\n\n<p class=\"has-text-align-center has-ast-global-color-7-color has-text-color has-link-color has-small-font-size wp-elements-ad960123738456f4aef606ce855c6bc5\" style=\"margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><strong>PER\u00cdODO MIN\u00cdMO DE 3 MESES\u00b9 &#8211;<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center has-cyan-bluish-gray-color has-text-color has-link-color has-small-font-size wp-elements-92248c937de6a6bbd384aceda820676a\" style=\"margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\">At\u00e9 100 bilhetes\/m\u00eas *<\/p>\n\n\n\n<p class=\"has-text-align-center has-ast-global-color-0-color has-text-color has-link-color has-small-font-size wp-elements-8bff0a70e8c15df9e3c77d0fba5b6256\" style=\"margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><strong>Pague anual e ganhe 2 meses gr\u00e1tis.<\/strong><\/p>\n\n\n\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-6ae54953\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap \">\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-de500052 wp-block-button\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" aria-label=\"\" href=\"https:\/\/hello.last2ticket.com\/pt\/host-events\" rel=\"follow noopener\" target=\"_blank\" role=\"button\"><div class=\"uagb-button__link\">Comece gr\u00e1tis<\/div><\/a><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-separator uagb-block-492dda80\"><div class=\"uagb-separator-spacing-wrapper\"><div class=\"wp-block-uagb-separator__inner\" style=\"--my-background-image:\"><\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-4 wp-block-group-is-layout-flex\" style=\"padding-top:0;padding-bottom:0\">      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-29673852  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-d73340ac  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-3d9c3643  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-b02db965  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-ed80f0c7  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"minus\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-ed760f68  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"minus\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-51259bee  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"minus\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-99b89bca  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"minus\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\n\n<div class=\"wp-block-uagb-separator uagb-block-36ddba23\"><div class=\"uagb-separator-spacing-wrapper\"><div class=\"wp-block-uagb-separator__inner\" style=\"--my-background-image:\"><\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-5 wp-block-group-is-layout-flex\" style=\"padding-top:0\">      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-b4937ba7  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-f4ea2ae9  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-9cddde76  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-25b514a9  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"minus\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-69a8cd43  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"minus\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-dfe5cbce  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"minus\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\n\n<div class=\"wp-block-uagb-separator uagb-block-c3faec52\"><div class=\"uagb-separator-spacing-wrapper\"><div class=\"wp-block-uagb-separator__inner\" style=\"--my-background-image:\"><\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-6 wp-block-group-is-layout-flex\" style=\"padding-top:0;padding-bottom:0\">      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-2cc1828a  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-758b8944  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-ece6cd5e  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"minus\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-5838e1da  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"minus\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-e551a760  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"minus\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-0f6d6986  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"minus\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n\n<p class=\"has-text-align-center has-ast-global-color-0-color has-text-color has-link-color wp-elements-5bbd83ffae54c59881c59adfacb44392 wp-container-content-1\" style=\"font-size:12px\"><strong>No final do evento<\/strong><\/p>\n<\/div>\n\n\n\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-2dde957a\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap \">\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-9a502e1b wp-block-button\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" aria-label=\"\" href=\"https:\/\/hello.last2ticket.com\/pt\/host-events\" rel=\"follow noopener\" target=\"_blank\" role=\"button\"><div class=\"uagb-button__link\">Comece gr\u00e1tis<\/div><\/a><\/div><\/div>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-f757c027\">\n<div id=\"option-second\" class=\"recommended-option-pricing-page \" style=\"visibility: visible;\">\n Recomendado\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-image uagb-block-cda4c3e9 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img loading=\"lazy\" decoding=\"async\" srcset=\"https:\/\/hello-dev-test.last2ticket.com\/wp-content\/uploads\/2018\/10\/icons-32.png ,https:\/\/hello-dev-test.last2ticket.com\/wp-content\/uploads\/2018\/10\/icons-32.png 780w, https:\/\/hello-dev-test.last2ticket.com\/wp-content\/uploads\/2018\/10\/icons-32.png 360w\" sizes=\"auto, (max-width: 480px) 150px\" src=\"https:\/\/hello-dev-test.last2ticket.com\/wp-content\/uploads\/2018\/10\/icons-32.png\" alt=\"\" class=\"uag-image-7782\" width=\"123\" height=\"124\" title=\"icons-32\" loading=\"lazy\" role=\"img\"\/><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\"><strong>Plus<\/strong><\/h2>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center eur-price\"><strong>89,90\u20ac<\/strong>\/<span style=\"font-size: 15px;\">m\u00eas<\/span><\/h2>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center usd-price\"><strong>$99,90<\/strong>\/<span style=\"font-size: 15px;\">m\u00eas<\/span><\/h2>\n\n\n\n<p class=\"has-text-align-center has-ast-global-color-7-color has-text-color has-link-color has-small-font-size wp-elements-ad960123738456f4aef606ce855c6bc5\" style=\"margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><strong>PER\u00cdODO MIN\u00cdMO DE 3 MESES\u00b9 &#8211;<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center has-cyan-bluish-gray-color has-text-color has-link-color has-small-font-size wp-elements-07e37d6156e6cb71385d08286a46b7f7\" style=\"margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\">At\u00e9 500 bilhetes\/m\u00eas *<\/p>\n\n\n\n<p class=\"has-text-align-center has-ast-global-color-0-color has-text-color has-link-color has-small-font-size wp-elements-8bff0a70e8c15df9e3c77d0fba5b6256\" style=\"margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><strong>Pague anual e ganhe 2 meses gr\u00e1tis.<\/strong><\/p>\n\n\n\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-05b24290\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap \">\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-b6254281 wp-block-button\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" aria-label=\"\" href=\"https:\/\/hello.last2ticket.com\/pt\/host-events\" rel=\"follow noopener\" target=\"_blank\" role=\"button\"><div class=\"uagb-button__link\">Comece gr\u00e1tis<\/div><\/a><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-separator uagb-block-e833bdcd\"><div class=\"uagb-separator-spacing-wrapper\"><div class=\"wp-block-uagb-separator__inner\" style=\"--my-background-image:\"><\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-7 wp-block-group-is-layout-flex\" style=\"padding-top:0;padding-bottom:0\">      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-2767c6e2  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-baa67eb5  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-66d86f77  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-85ed0c8d  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-9717c426  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-f65b0f31  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"minus\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-396a6ae6  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"minus\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-9bcfad84  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"minus\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\n\n<div class=\"wp-block-uagb-separator uagb-block-8e2f1155\"><div class=\"uagb-separator-spacing-wrapper\"><div class=\"wp-block-uagb-separator__inner\" style=\"--my-background-image:\"><\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-8 wp-block-group-is-layout-flex\" style=\"padding-top:0\">      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-3679769e  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-3eebbd0d  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-4e1535cb  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-10a22646  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-fcd7a226  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-25c3b351  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"minus\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\n\n<div class=\"wp-block-uagb-separator uagb-block-76c0c93a\"><div class=\"uagb-separator-spacing-wrapper\"><div class=\"wp-block-uagb-separator__inner\" style=\"--my-background-image:\"><\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-9 wp-block-group-is-layout-flex\" style=\"padding-top:0;padding-bottom:0\">      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-cda5c04e  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-21e56ee0  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-2e0fd91f  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-b0c23e3a  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-3e63ef3b  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"minus\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-ea1c7c39  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"minus\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n\n<p class=\"has-text-align-center has-ast-global-color-0-color has-text-color has-link-color wp-elements-91812e13bb39ab8e676dd7603d0cc5a2\" style=\"font-size:12px\"><strong>Mensal<\/strong><\/p>\n<\/div>\n\n\n\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-97324232\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap \">\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-ba0ef112 wp-block-button\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" aria-label=\"\" href=\"https:\/\/hello.last2ticket.com\/pt\/host-events\" rel=\"follow noopener\" target=\"_blank\" role=\"button\"><div class=\"uagb-button__link\">Comece gr\u00e1tis<\/div><\/a><\/div><\/div>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-780971d1\">\n<div id=\"option-third\" class=\"recommended-option-pricing-page \" style=\"visibility: visible;\">\n Recomendado\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-image uagb-block-0f3cc9e6 wp-block-uagb-image--layout-default wp-block-uagb-image--effect-static wp-block-uagb-image--align-none\"><figure class=\"wp-block-uagb-image__figure\"><img loading=\"lazy\" decoding=\"async\" srcset=\"https:\/\/hello-dev-test.last2ticket.com\/wp-content\/uploads\/2018\/10\/icons-31.png ,https:\/\/hello-dev-test.last2ticket.com\/wp-content\/uploads\/2018\/10\/icons-31.png 780w, https:\/\/hello-dev-test.last2ticket.com\/wp-content\/uploads\/2018\/10\/icons-31.png 360w\" sizes=\"auto, (max-width: 480px) 150px\" src=\"https:\/\/hello-dev-test.last2ticket.com\/wp-content\/uploads\/2018\/10\/icons-31.png\" alt=\"\" class=\"uag-image-7781\" width=\"123\" height=\"124\" title=\"icons-31\" loading=\"lazy\" role=\"img\"\/><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\"><strong>Super<\/strong><\/h2>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\" style=\"font-size:34px\"><strong>Falamos?<\/strong><\/h2>\n\n\n\n<p class=\"has-text-align-center has-ast-global-color-7-color has-text-color has-link-color has-small-font-size wp-elements-135e29a904a8268d37a648b372771e20\" style=\"margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><strong>EM DIRE\u00c7\u00c3O \u00c0 MELHOR PROPOSTA<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center has-cyan-bluish-gray-color has-text-color has-link-color has-small-font-size wp-elements-6bf10e913d3ce6de34679d8fda376a85\" style=\"margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\">Eventos com &gt;500 bilhetes\/m\u00eas<\/p>\n\n\n\n<p class=\"has-text-align-center has-ast-global-color-0-color has-text-color has-link-color has-small-font-size wp-elements-8bff0a70e8c15df9e3c77d0fba5b6256\" style=\"margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><strong>Pague anual e ganhe 2 meses gr\u00e1tis.<\/strong><\/p>\n\n\n\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-0ad14b64\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap \">\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-9798e51e wp-block-button\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" aria-label=\"\" href=\"https:\/\/hello.last2ticket.com\/pt\/customization\" rel=\"follow noopener\" target=\"_blank\" role=\"button\"><div class=\"uagb-button__link\">Contacte-nos<\/div><\/a><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-separator uagb-block-9ac7bfc1\"><div class=\"uagb-separator-spacing-wrapper\"><div class=\"wp-block-uagb-separator__inner\" style=\"--my-background-image:\"><\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-10 wp-block-group-is-layout-flex\" style=\"padding-top:0;padding-bottom:0\">      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-9cd43aab  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-eb97c4a2  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-e2f4e88d  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-2fc772ca  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-92344860  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-390ff908  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-0d6d12d7  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-3aa687a2  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\n\n<div class=\"wp-block-uagb-separator uagb-block-370863a1\"><div class=\"uagb-separator-spacing-wrapper\"><div class=\"wp-block-uagb-separator__inner\" style=\"--my-background-image:\"><\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-11 wp-block-group-is-layout-flex\" style=\"padding-top:0\">      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-cf4c776e  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-38eb1357  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-bc9f8e76  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-ba0b2300  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-03951019  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-3169b83d  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\n\n<div class=\"wp-block-uagb-separator uagb-block-d7f545a9\"><div class=\"uagb-separator-spacing-wrapper\"><div class=\"wp-block-uagb-separator__inner\" style=\"--my-background-image:\"><\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-12 wp-block-group-is-layout-flex\" style=\"padding-top:0;padding-bottom:0\">      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-25603b99  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-8780b609  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-37b2a7ce  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-15650a31  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-0d2fed01  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n      \n\t\t\t<div class=\"uagb-icon-wrapper uagb-block-3f2f3065  wp-block-uagb-icon--has-margin    \"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t<div class='uagb-icon-margin-wrapper'>\n\t\t\t\t\t\t\t\t\t<span class=\"uagb-svg-wrapper\" \n\t\t\t\t\t aria-label=\"check\"\t\t\t\t\ttabindex=\"0\">\t\t\n\t\t\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\" role=\"graphics-symbol\" aria-hidden=\"false\" aria-label=\"\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg>\n\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\n\n<p class=\"has-text-align-center has-ast-global-color-0-color has-text-color has-link-color wp-elements-91812e13bb39ab8e676dd7603d0cc5a2\" style=\"font-size:12px\"><strong>Mensal<\/strong><\/p>\n<\/div>\n\n\n\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-9a2372c7\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap \">\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-cbd3a50f wp-block-button\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" aria-label=\"\" href=\"https:\/\/hello.last2ticket.com\/pt\/customization\" rel=\"follow noopener\" target=\"_blank\" role=\"button\"><div class=\"uagb-button__link\">Contacte-nos<\/div><\/a><\/div><\/div>\n<\/div><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<style> \n@import url('https:\/\/fonts.googleapis.com\/css2?family=Roboto:wght@400;700&display=swap');\n    \n    .pricing-container {\n        max-width: 1200px;\n        margin: 0 auto;\n    }\n\n    .price-card {\n        background: white;\n        border-radius: 12px;\n        padding: 30px;\n        margin-bottom: 30px;\n        box-shadow: 0 4px 6px rgba(0,0,0,0.05);\n        transition: all 0.3s ease;\n    }\n\n    .price-card.active {\n        box-shadow: 0 8px 15px rgba(0,0,0,0.1);\n    }\n\n    .card-header {\n        display: flex;\n        justify-content: space-between; \/* Space between the text and the toggle icon *\/\n        align-items: center;\n        margin-bottom: 25px;\n        cursor: pointer;\n        padding: 15px;\n        border-radius: 8px;\n        transition: background 0.3s ease;\n    }\n\n    .card-header:hover {\n        background: #f8f8f8;\n    }\n\n    .plan-title {\n        font-size: 24px;\n        font-weight: 700;\n        color: #333;\n        margin-bottom: 10px; \/* Adds space between plan name and price *\/\n    }\n\n    .price-wrapper {\n        text-align: left; \/* Aligns price to the left *\/\n        margin-bottom: 10px; \/* Ensures there\u2019s space below the price *\/\n        display: flex;\n        flex-direction: column;\n        align-items: flex-start; \/* Aligns both EUR and USD prices to the left *\/\n    }\n\n    .eur-price, .usd-price {\n        font-size: 32px;\n        font-weight: 700;\n        color: #333;\n        display: inline-block;\n    }\n\n    .month {\n        font-size: 18px;\n        color: #666;\n        margin-left: 8px;\n    }\n\n    .secondary-price {\n        font-size: 16px;\n        color: #666;\n        margin-top: 5px;\n    }\n\n    .section-title {\n        font-weight: 700;\n        color: #333;\n        font-size: 18px;\n        margin: 25px 0 15px;\n        text-transform: uppercase;\n    }\n\n    .features-list {\n        list-style: none;\n        columns: 2;\n        column-gap: 40px;\n        margin-bottom: 25px;\n    }\n\n    .features-list li {\n        padding: 8px 0;\n        color: #444;\n        font-size: 16px;\n        break-inside: avoid;\n    }\n\n    \/* Button Styles *\/\n    .try-button, .contact-button {\n        background: #ff6b00;\n        color: white;\n        padding: 12px 35px;\n        border: none;\n        border-radius: 6px;\n        cursor: pointer;\n        font-weight: 700;\n        font-size: 15px;\n        text-decoration: none;  \/* Removes the underline *\/\n        display: inline-block;\n        transition: none;  \/* Disables the hover transition *\/\n    }\n\n    .try-button:hover, .contact-button:hover {\n        background: #ff6b00;  \/* No change in background color on hover *\/\n        color: white;  \/* No change in color on hover *\/\n        text-decoration: none;  \/* Ensures no underline appears on hover *\/\n    }\n\n    .custom-price {\n        font-size: 24px;\n        font-weight: 700;\n        color: #333;\n        margin-bottom: 15px;\n    }\n\n    .disclaimer {\n        color: #666;\n        font-size: 14px;\n        margin-top: 20px;\n    }\n\n    .card-content {\n        display: none;\n        padding-top: 20px;\n    }\n\n    \/* Icon Styles *\/\n    .toggle-icon {\n        font-size: 20px;\n        font-weight: bold;\n        color: #333;\n        transition: transform 0.3s ease;\n        cursor: pointer;\n    }\n\n    .toggle-icon.open {\n        transform: rotate(45deg);\n    }\n\n<\/style>\n\n<div class=\"pricing-container show-tablet\">\n    <!-- Essentials -->\n    <div class=\"price-card\">\n        <div class=\"card-header\">\n            <div>\n                <h2 class=\"plan-title\">Essentials<\/h2>\n                <div class=\"price-wrapper\">\n                    <span class=\"eur-price\">49,90\u20ac<span class=\"month\">\/m\u00eas<\/span><\/span>\n                    <span class=\"usd-price\">$59,90<span class=\"month\">\/m\u00eas<\/span><\/span>\n                    <div class=\"secondary-price\">(PER\u00cdODO M\u00cdNIMO DE 3 MESES\u00b9)<\/div>\n                <\/div>\n            <\/div>\n            <div class=\"toggle-icon\">+<\/div>\n        <\/div>\n        <div class=\"card-content\">\n            <div class=\"section-title\">CRIA\u00c7\u00c3O DE EVENTOS ONLINE<\/div>\n            <ul class=\"features-list\">\n                <li>Venda de ingressos &#038; inscri\u00e7\u00e3o online<\/li>\n                <li>Check-in<\/li>\n                <li>POS<\/li>\n                <li>Gest\u00e3o de sess\u00f5es<\/li>\n            <\/ul>\n            <div class=\"section-title\">MARKETING DE EVENTOS<\/div>\n            <ul class=\"features-list\">\n                <li>P\u00e1ginas de evento<\/li>\n                <li>Gest\u00e3o de contatos<\/li>\n                <li>Integra\u00e7\u00f5es de widget<\/li>\n            <\/ul>\n            <div class=\"section-title\">AN\u00c1LISE E GEST\u00c3O DE EVENTOS<\/div>\n            <ul class=\"features-list\">\n                <li>Portal de gest\u00e3o<\/li>\n                <li>Estat\u00edsticas de evento<\/li>\n                <li>Envio de fundos no final do evento<\/li>\n            <\/ul>\n            <a href=\"https:\/\/hello.last2ticket.com\/pt\/host-events\" class=\"try-button\">Comece gr\u00e1tis<\/a>\n        <\/div>\n    <\/div>\n\n    <!-- Plus -->\n    <div class=\"price-card\">\n        <div class=\"card-header\">\n            <div>\n                <h2 class=\"plan-title\">Plus<\/h2>\n                <div class=\"price-wrapper\">\n                    <span class=\"eur-price\">89,90\u20ac<span class=\"month\">\/m\u00eas<\/span><\/span>\n                    <span class=\"usd-price\">$99,90<span class=\"month\">\/m\u00eas<\/span><\/span>\n                    <div class=\"secondary-price\">(PER\u00cdODO M\u00cdNIMO DE 3 MESES\u00b9)<\/div>\n                <\/div>\n            <\/div>\n            <div class=\"toggle-icon\">+<\/div>\n        <\/div>\n        <div class=\"card-content\">\n            <div class=\"section-title\">CRIA\u00c7\u00c3O DE EVENTOS ONLINE<\/div>\n            <ul class=\"features-list\">\n                <li>Venda de ingressos &#038; inscri\u00e7\u00e3o online<\/li>\n                <li>Check-In<\/li>\n                <li>POS<\/li>\n                <li>Gest\u00e3o de sess\u00f5es<\/li>\n                <li>Formul\u00e1rios adapt\u00e1veis<\/li>\n            <\/ul>\n            <div class=\"section-title\">MARKETING DE EVENTOS<\/div>\n            <ul class=\"features-list\">\n                <li>P\u00e1ginas de evento<\/li>\n                <li>Gest\u00e3o de contatos<\/li>\n                <li>C\u00f3digos promocionais<\/li>\n                <li>Convites<\/li>\n                <li>Integra\u00e7\u00f5es de widget<\/li>\n            <\/ul>\n            <div class=\"section-title\">AN\u00c1LISE E GEST\u00c3O DE EVENTOS<\/div>\n            <ul class=\"features-list\">\n                <li>Portal de gest\u00e3o<\/li>\n                <li>Estat\u00edsticas do evento<\/li>\n                <li>Reembolso e gest\u00e3o de disputas<\/li>\n                <li>Fatura\u00e7\u00e3o b\u00e1sica<\/li>\n                <li>Envio de fundos mensal<\/li>\n            <\/ul>\n            <a href=\"https:\/\/hello.last2ticket.com\/host-events\" class=\"try-button\">Comece gr\u00e1tis<\/a>\n        <\/div>\n    <\/div>\n\n    <!-- Super -->\n    <div class=\"price-card\">\n        <div class=\"card-header\">\n            <div>\n                <h2 class=\"plan-title\">Super<\/h2>\n                <div class=\"price-wrapper\">\n                    <div class=\"custom-price\">Falamos?<\/div>\n                    <div class=\"secondary-price\">Em dire\u00e7\u00e3o \u00e0 melhor proposta<\/div>\n                <\/div>\n            <\/div>\n            <div class=\"toggle-icon\">+<\/div>\n        <\/div>\n        <div class=\"card-content\">\n            <div class=\"section-title\">CRIA\u00c7\u00c3O DE EVENTOS ONLINE<\/div>\n            <ul class=\"features-list\">\n                <li>Venda de ingressos &#038; inscri\u00e7\u00e3o online<\/li>\n                <li>Check-In<\/li>\n                <li>POS<\/li>\n                <li>Gest\u00e3o de sess\u00f5es<\/li>\n                <li>Formul\u00e1rios adapt\u00e1veis<\/li>\n                <li>Lugares reservados<\/li>\n                <li>Credenciamento<\/li>\n                <li>Eventos privados<\/li>\n            <\/ul>\n            <div class=\"section-title\">MARKETING DE EVENTOS<\/div>\n            <ul class=\"features-list\">\n                <li>P\u00e1ginas de evento<\/li>\n                <li>Gest\u00e3o de contatos<\/li>\n                <li>C\u00f3digos promocionais<\/li>\n                <li>Convites<\/li>\n                <li>Integra\u00e7\u00f5es de widget<\/li>\n                <li>Widget customiz\u00e1vel<\/li>\n            <\/ul>\n            <div class=\"section-title\">AN\u00c1LISE E GEST\u00c3O DE EVENTOS<\/div>\n            <ul class=\"features-list\">\n                <li>Portal de gest\u00e3o<\/li>\n                <li>Estat\u00edsticas do evento<\/li>\n                <li>Reembolso e gest\u00e3o de disputas<\/li>\n                <li>Fatura\u00e7\u00e3o b\u00e1sica<\/li>\n                <li>Fatura\u00e7\u00e3o autom\u00e1tica personalizada<\/li>\n                <li>Envio de fundos mensal<\/li>\n            <\/ul>\n            <a href=\"https:\/\/hello.last2ticket.com\/pt\/customization\" class=\"contact-button\">Contacte-nos<\/a>\n            <p class=\"disclaimer\">* Custom features available upon request<\/p>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n    const headers = document.querySelectorAll('.card-header');\n    const cards = document.querySelectorAll('.price-card');\n    const contents = document.querySelectorAll('.card-content');\n    const icons = document.querySelectorAll('.toggle-icon');\n\n    headers.forEach((header, index) => {\n        header.addEventListener('click', function() {\n            const content = contents[index];\n            const icon = icons[index];\n\n            \/\/ Close all other cards\n            contents.forEach(c => {\n                if(c !== content) {\n                    c.style.display = 'none';\n                    c.parentElement.classList.remove('active');\n                }\n            });\n\n            \/\/ Toggle current card\n            if(content.style.display === 'none' || !content.style.display) {\n                content.style.display = 'block';\n                content.parentElement.classList.add('active');\n                icon.textContent = '-';\n            } else {\n                content.style.display = 'none';\n                content.parentElement.classList.remove('active');\n                icon.textContent = '+';\n            }\n        });\n    });\n});\n<\/script>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-c5b9ec76 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<p class=\"has-text-align-right lazy-load\" style=\"margin-top:0px;margin-bottom:0px;font-size:12px\">\u00b9 Suporte inclu\u00eddo para todos os organizadores do evento (WhatsApp e email)<br>Consulte as taxas para Paypal, Visa, Mastercard, Multibanco, MB WAY<br>Pre\u00e7os sem IVA<\/p>\n\n\n\n<p class=\"has-text-align-right\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-bottom:0px;font-size:12px\">\u00b2 Funcionalidades adicionais dispon\u00edveis a pre\u00e7os individuais<\/p>\n\n\n\n<p class=\"has-text-align-right\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0px;padding-bottom:0px;font-size:12px\">\u00b3 Sujeito \u00e0 disponibilidade do pa\u00eds<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container lazy-load uag-hide-tab uag-hide-mob uagb-block-3ffa7131 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-container uagb-block-f399a61a alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-container uagb-block-f952ff1e\"><\/div>\n\n\n\n<div class=\"wp-block-uagb-container lazy-load uagb-block-5930b9c2\">\n<h4 class=\"wp-block-heading\"><strong>Apenas para venda de bilhetes?<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-612e0197\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-uagb-icon-list uagb-block-dfcae547\"><div class=\"uagb-icon-list__wrap\">\n<div class=\"wp-block-uagb-icon-list-child uagb-block-214c488c\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Ingressos online<\/span><\/div>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-uagb-icon-list uagb-block-65f76953\"><div class=\"uagb-icon-list__wrap\">\n<div class=\"wp-block-uagb-icon-list-child uagb-block-3c14b2f7\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Check-in<\/span><\/div>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-uagb-icon-list uagb-block-a3826d98\"><div class=\"uagb-icon-list__wrap\">\n<div class=\"wp-block-uagb-icon-list-child uagb-block-7e16e4b4\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Portal de gest\u00e3o<\/span><\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<p class=\"has-small-font-size\">Obtenha uma solu\u00e7\u00e3o simples e eficaz para as suas vendas online com um sistema de comiss\u00e3o de 3% + 0,49\u20ac\/bilhete*<br>O suporte est\u00e1 inclu\u00eddo para todos os organizadores do evento! (WhatsApp e email) <\/p>\n\n\n\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-dd28103c\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap \">\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-2ecd8ffd wp-block-button\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" aria-label=\"\" href=\"https:\/\/hello.last2ticket.com\/pt\/host-events\" rel=\"follow noopener\" target=\"_blank\" role=\"button\"><div class=\"uagb-button__link\">Comece gr\u00e1tis<\/div><\/a><\/div><\/div>\n<\/div><\/div>\n\n\n\n<p class=\"has-small-font-size\">*Consultar taxas para Paypal, Visa, Mastercard, Multibanco, MB WAY. Funcionalidades adicionais dispon\u00edveis a pre\u00e7os individuais. Envio de fundos no final do evento. Servi\u00e7o de fatura\u00e7\u00e3o n\u00e3o inclu\u00eddo. Pre\u00e7os sem IVA.    <\/p>\n<\/div>\n<\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container lazy-load uag-hide-desktop uag-hide-tab uagb-block-6e1a3701 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-container uagb-block-a42f8c84 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-container uagb-block-8447479d\">\n<h4 class=\"wp-block-heading has-ast-global-color-5-color has-text-color has-link-color wp-elements-4693c577b2dc89c1a1b140993a371635\"><strong>Apenas para venda de bilhetes?<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-uagb-icon-list uagb-block-a6bfc968\"><div class=\"uagb-icon-list__wrap\">\n<div class=\"wp-block-uagb-icon-list-child uagb-block-35abaa2e\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Ingressos online<\/span><\/div>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-uagb-icon-list uagb-block-4c1ed72b\"><div class=\"uagb-icon-list__wrap\">\n<div class=\"wp-block-uagb-icon-list-child uagb-block-96420003\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Check-in<\/span><\/div>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-uagb-icon-list uagb-block-14ea7eb9\"><div class=\"uagb-icon-list__wrap\">\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6c5d9996\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Portal de gest\u00e3o<\/span><\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n\n\n<p class=\"has-white-color has-text-color has-link-color wp-elements-874a46ac31846662bf845ffcd529f2c2\">Obtenha uma solu\u00e7\u00e3o simples e eficaz para as suas vendas online com um sistema de comiss\u00e3o de 3% + 0,49\u20ac\/bilhete*<br>O suporte est\u00e1 inclu\u00eddo para todos os organizadores do evento! (WhatsApp e email) <\/p>\n\n\n\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-7902b76e\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap \">\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-d442c44f wp-block-button\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" aria-label=\"\" href=\"https:\/\/hello.last2ticket.com\/pt\/host-events\" rel=\"follow noopener\" target=\"_blank\" role=\"button\"><div class=\"uagb-button__link\">Comece gr\u00e1tis<\/div><\/a><\/div><\/div>\n<\/div><\/div>\n\n\n\n<p class=\"has-ast-global-color-5-color has-text-color has-link-color wp-elements-39304f4af75f5ba33bfad9f7e7a41a73\">*Consultar taxas para Paypal, Visa, Mastercard, Multibanco, MB WAY. Funcionalidades adicionais dispon\u00edveis a pre\u00e7os individuais. Envio de fundos no final do evento. Servi\u00e7o de fatura\u00e7\u00e3o n\u00e3o inclu\u00eddo. Pre\u00e7os sem IVA.    <\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container lazy-load uagb-block-309cd9bd\">\n<p class=\"has-small-font-size\"><\/p>\n<\/div>\n<\/div><\/div>\n<\/div><\/div>\n\n\n\n<div style=\"height:250px\" aria-hidden=\"true\" class=\"wp-block-spacer lazy-load uag-hide-tab uag-hide-mob\"><\/div>\n\n\n\n<div class=\"wp-block-uagb-container lazy-load uag-hide-mob uagb-block-20058eca alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-container uagb-block-7e4d512e\">\n<h5 class=\"wp-block-heading\"><strong>Tem alguma quest\u00e3o<br>que possamos responder?<\/strong><\/h5>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-ca0c6805\"><div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-58757691 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-true uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height     \" data-faqtoggle=\"true\" role=\"tablist\"><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-b2286e4c \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"uagb-question\"><strong>Posso subscrever por apenas 1 m\u00eas?<\/strong><\/span><\/div><div class=\"uagb-faq-content\"><p>Claro que pode! No entanto, ser\u00e1 mais caro. Para 1 m\u00eas, os pre\u00e7os s\u00e3o:<br>Essentials: 74.85\u20ac<br>Plus: 134.85\u20ac<br>A todos os pre\u00e7os acresce IVA \u00e0 taxa legal em vigor.  <\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-4d68ebef \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"uagb-question\"><strong>Como funcionam os planos de subscri\u00e7\u00e3o?<\/strong><\/span><\/div><div class=\"uagb-faq-content\"><p>Escolha um dos nossos 3 planos de subscri\u00e7\u00e3o de acordo com o n\u00famero de eventos ou bilhetes que pretende vender online ou de acordo com as funcionalidades pretendidas (<em>ex <\/em>.: lugares reservados).<br>Pode escolher o pagamento anual ou mensal. Se escolher o pagamento anual, ganha 2 meses totalmente gr\u00e1tis! <br>N\u00e3o encontrou o melhor plano si, ou quer um personalizado? Entre em contato e n\u00f3s ajudaremos a encontrar a melhor solu\u00e7\u00e3o! <\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-c8b93290 \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"uagb-question\"><strong>Posso mudar o meu plano?<\/strong><\/span><\/div><div class=\"uagb-faq-content\"><p>Sim. Voc\u00ea pode adicionar ou remover funcionalidades a qualquer momento. Tudo o que precisa de fazer \u00e9 pedir-nos!  <\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-2ce5c72f \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"uagb-question\"><strong>Existe um pre\u00e7o especial para organiza\u00e7\u00f5es sem fins lucrativos?<\/strong><\/span><\/div><div class=\"uagb-faq-content\"><p>Temos uma oferta especial apenas para institui\u00e7\u00f5es de solidariedade social. Trata-se de um desconto de 25% em todos os planos de subscri\u00e7\u00e3o, excepto no plano \u201cessentials\u201d. Para usufruir desta oferta, por favor contacte-nos.<br>Nota: Precisaremos de validar a natureza jur\u00eddica da organiza\u00e7\u00e3o.  <\/p><\/div><\/div><\/div>\n\n\n<div class=\"wp-block-uagb-container uagb-block-54e6cf26\">\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-4a6b14b5\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap \">\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-22995b9d wp-block-button\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" aria-label=\"\" href=\"https:\/\/hello.last2ticket.com\/pt\/faq\" rel=\"follow noopener\" target=\"_self\" role=\"button\"><div class=\"uagb-button__link\">Leia mais FAQ<\/div><span class=\"uagb-button__icon uagb-button__icon-position-after\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\" aria-hidden=\"true\" focussable=\"false\"><path d=\"M438.6 278.6l-160 160C272.4 444.9 264.2 448 256 448s-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L338.8 288H32C14.33 288 .0016 273.7 .0016 256S14.33 224 32 224h306.8l-105.4-105.4c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160C451.1 245.9 451.1 266.1 438.6 278.6z\"><\/path><\/svg><\/span><\/a><\/div><\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-separator uagb-block-07ae5aa5 is-style-default lazy-load uag-hide-desktop uag-hide-tab\"><div class=\"uagb-separator-spacing-wrapper\"><div class=\"wp-block-uagb-separator__inner\" style=\"--my-background-image:\"><\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container lazy-load uag-hide-desktop uag-hide-tab uagb-block-5fc2af0d alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-container uagb-block-b705d1dd\">\n<h5 class=\"wp-block-heading\"><strong>Tem alguma quest\u00e3o<br>que possamos responder?<\/strong><\/h5>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-25e8d75f\"><div class=\"wp-block-uagb-faq uagb-faq__outer-wrap uagb-block-b5934043 uagb-faq-icon-row-reverse uagb-faq-layout-accordion uagb-faq-expand-first-true uagb-faq-inactive-other-true uagb-faq__wrap uagb-buttons-layout-wrap uagb-faq-equal-height     \" data-faqtoggle=\"true\" role=\"tablist\"><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-c82b3625 \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"uagb-question\"><strong>Posso subscrever por apenas 1 m\u00eas?<\/strong><\/span><\/div><div class=\"uagb-faq-content\"><p>Claro que pode! No entanto, ser\u00e1 mais caro. Para 1 m\u00eas, os pre\u00e7os s\u00e3o:<br>Essentials: 74.85\u20ac<br>Plus: 134.85\u20ac<br>A todos os pre\u00e7os acresce IVA \u00e0 taxa legal em vigor.  <\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-fd4b8651 \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"uagb-question\"><strong>Como funcionam os planos de subscri\u00e7\u00e3o?<\/strong><\/span><\/div><div class=\"uagb-faq-content\"><p>Escolha um dos nossos 3 planos de subscri\u00e7\u00e3o de acordo com o n\u00famero de eventos ou bilhetes que pretende vender online ou de acordo com as funcionalidades pretendidas (<em>ex <\/em>.: lugares reservados).<br>Pode escolher o pagamento anual ou mensal. Se escolher o pagamento anual, ganha 2 meses totalmente gr\u00e1tis! <br>N\u00e3o encontrou o melhor plano si, ou quer um personalizado? Entre em contato e n\u00f3s ajudaremos a encontrar a melhor solu\u00e7\u00e3o! <\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-f4e7d878 \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"uagb-question\"><strong>Posso mudar o meu plano?<\/strong><\/span><\/div><div class=\"uagb-faq-content\"><p>Sim. Voc\u00ea pode adicionar ou remover funcionalidades a qualquer momento. Tudo o que precisa de fazer \u00e9 pedir-nos!  <\/p><\/div><\/div><div class=\"wp-block-uagb-faq-child uagb-faq-child__outer-wrap uagb-faq-item uagb-block-7b2b1c5a \" role=\"tab\" tabindex=\"0\"><div class=\"uagb-faq-questions-button uagb-faq-questions\">\t\t\t<span class=\"uagb-icon uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"uagb-icon-active uagb-faq-icon-wrap\">\n\t\t\t\t\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M400 288h-352c-17.69 0-32-14.32-32-32.01s14.31-31.99 32-31.99h352c17.69 0 32 14.3 32 31.99S417.7 288 400 288z\"><\/path><\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t<span class=\"uagb-question\"><strong>Existe um pre\u00e7o especial para organiza\u00e7\u00f5es sem fins lucrativos?<\/strong><\/span><\/div><div class=\"uagb-faq-content\"><p>Temos uma oferta especial apenas para institui\u00e7\u00f5es de solidariedade social. Trata-se de um desconto de 25% em todos os planos de subscri\u00e7\u00e3o, excepto no plano \u201cessentials\u201d. Para usufruir desta oferta, por favor contacte-nos.<br>Nota: Precisaremos de validar a natureza jur\u00eddica da organiza\u00e7\u00e3o.  <\/p><\/div><\/div><\/div>\n\n\n<div class=\"wp-block-uagb-container uagb-block-354ee146\">\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-4b6db81a\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap \">\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-02c5391c wp-block-button\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" aria-label=\"\" href=\"https:\/\/hello.last2ticket.com\/pt\/faq\" rel=\"follow noopener\" target=\"_self\" role=\"button\"><div class=\"uagb-button__link\">Leia mais FAQ<\/div><span class=\"uagb-button__icon uagb-button__icon-position-after\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\" aria-hidden=\"true\" focussable=\"false\"><path d=\"M438.6 278.6l-160 160C272.4 444.9 264.2 448 256 448s-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L338.8 288H32C14.33 288 .0016 273.7 .0016 256S14.33 224 32 224h306.8l-105.4-105.4c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160C451.1 245.9 451.1 266.1 438.6 278.6z\"><\/path><\/svg><\/span><\/a><\/div><\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container lazy-load uagb-block-1ce1bdf4 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-container uagb-block-ff988a63\">\n<h2 class=\"wp-block-heading has-ast-global-color-5-color has-text-color has-link-color wp-elements-7116a78ba7dce0ef3af8f8edc0b527e0\" style=\"font-style:normal;font-weight:600\">Professional de organiza\u00e7\u00e3o de eventos?<\/h2>\n\n\n\n<p class=\"has-text-color has-link-color wp-elements-1a783dcc1e3995a289a3a9fc03ee333b\" style=\"color:#a4afbd;font-size:16px;line-height:2\">Mantenha-se atualizado das \u00faltimas novidades da empresa, da ind\u00fastria e beneficie-se de uma s\u00e9rie de recursos \u00fateis.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-b6fae946\">\n<div data-aos= \"fade-right\" data-aos-duration=\"400\" data-aos-delay=\"0\" data-aos-easing=\"ease\" data-aos-once=\"true\" class=\"wp-block-uagb-marketing-button uagb-marketing-btn__align-left uagb-marketing-btn__align-text-left uagb-marketing-btn__icon-after uagb-block-38a40844 wp-block-button\"><a href=\"https:\/\/hello.last2ticket.com\/blog\/\" class=\"uagb-marketing-btn__link wp-block-button__link\" target=\"\" rel=\"noopener noreferrer\"><span class=\"uagb-marketing-btn__title\">Veja o nosso blog<\/span><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 0C114.6 0 0 114.6 0 256c0 141.4 114.6 256 256 256s256-114.6 256-256C512 114.6 397.4 0 256 0zM406.6 278.6l-103.1 103.1c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25L306.8 288H128C110.3 288 96 273.7 96 256s14.31-32 32-32h178.8l-49.38-49.38c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l103.1 103.1C414.6 241.3 416 251.1 416 256C416 260.9 414.6 270.7 406.6 278.6z\"><\/path><\/svg><\/a><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Cada gestor de eventos precisa de um plano.Escolha o certo para si. Ol\u00e1, o meu evento ter\u00e1 provavelmente participantes e [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-16270","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Pricing - Last2Ticket<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hello.last2ticket.com\/pt\/pricing\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pricing - Last2Ticket\" \/>\n<meta property=\"og:description\" content=\"Cada gestor de eventos precisa de um plano.Escolha o certo para si. Ol\u00e1, o meu evento ter\u00e1 provavelmente participantes e [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hello.last2ticket.com\/pt\/pricing\/\" \/>\n<meta property=\"og:site_name\" content=\"Last2Ticket\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-11T12:22:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hello-dev-test.last2ticket.com\/wp-content\/uploads\/2018\/10\/icons-30.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/hello.last2ticket.com\/pt\/pricing\/\",\"url\":\"https:\/\/hello.last2ticket.com\/pt\/pricing\/\",\"name\":\"Pricing - Last2Ticket\",\"isPartOf\":{\"@id\":\"https:\/\/hello.last2ticket.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/hello.last2ticket.com\/pt\/pricing\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/hello.last2ticket.com\/pt\/pricing\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/hello-dev-test.last2ticket.com\/wp-content\/uploads\/2018\/10\/icons-30.png\",\"datePublished\":\"2025-02-12T12:21:09+00:00\",\"dateModified\":\"2025-03-11T12:22:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/hello.last2ticket.com\/pt\/pricing\/#breadcrumb\"},\"inLanguage\":\"pt\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/hello.last2ticket.com\/pt\/pricing\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt\",\"@id\":\"https:\/\/hello.last2ticket.com\/pt\/pricing\/#primaryimage\",\"url\":\"https:\/\/hello-dev-test.last2ticket.com\/wp-content\/uploads\/2018\/10\/icons-30.png\",\"contentUrl\":\"https:\/\/hello-dev-test.last2ticket.com\/wp-content\/uploads\/2018\/10\/icons-30.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/hello.last2ticket.com\/pt\/pricing\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/hello.last2ticket.com\/pt\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Pricing\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/hello.last2ticket.com\/#website\",\"url\":\"https:\/\/hello.last2ticket.com\/\",\"name\":\"Last2Ticket\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/hello.last2ticket.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/hello.last2ticket.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/hello.last2ticket.com\/#organization\",\"name\":\"Last2Ticket\",\"url\":\"https:\/\/hello.last2ticket.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt\",\"@id\":\"https:\/\/hello.last2ticket.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/hello.last2ticket.com\/wp-content\/uploads\/2018\/10\/cropped-Logo-L2T-01.png\",\"contentUrl\":\"https:\/\/hello.last2ticket.com\/wp-content\/uploads\/2018\/10\/cropped-Logo-L2T-01.png\",\"width\":2439,\"height\":813,\"caption\":\"Last2Ticket\"},\"image\":{\"@id\":\"https:\/\/hello.last2ticket.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pricing - Last2Ticket","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/hello.last2ticket.com\/pt\/pricing\/","og_locale":"pt_PT","og_type":"article","og_title":"Pricing - Last2Ticket","og_description":"Cada gestor de eventos precisa de um plano.Escolha o certo para si. Ol\u00e1, o meu evento ter\u00e1 provavelmente participantes e [&hellip;]","og_url":"https:\/\/hello.last2ticket.com\/pt\/pricing\/","og_site_name":"Last2Ticket","article_modified_time":"2025-03-11T12:22:07+00:00","og_image":[{"url":"https:\/\/hello-dev-test.last2ticket.com\/wp-content\/uploads\/2018\/10\/icons-30.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/hello.last2ticket.com\/pt\/pricing\/","url":"https:\/\/hello.last2ticket.com\/pt\/pricing\/","name":"Pricing - Last2Ticket","isPartOf":{"@id":"https:\/\/hello.last2ticket.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hello.last2ticket.com\/pt\/pricing\/#primaryimage"},"image":{"@id":"https:\/\/hello.last2ticket.com\/pt\/pricing\/#primaryimage"},"thumbnailUrl":"https:\/\/hello-dev-test.last2ticket.com\/wp-content\/uploads\/2018\/10\/icons-30.png","datePublished":"2025-02-12T12:21:09+00:00","dateModified":"2025-03-11T12:22:07+00:00","breadcrumb":{"@id":"https:\/\/hello.last2ticket.com\/pt\/pricing\/#breadcrumb"},"inLanguage":"pt","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hello.last2ticket.com\/pt\/pricing\/"]}]},{"@type":"ImageObject","inLanguage":"pt","@id":"https:\/\/hello.last2ticket.com\/pt\/pricing\/#primaryimage","url":"https:\/\/hello-dev-test.last2ticket.com\/wp-content\/uploads\/2018\/10\/icons-30.png","contentUrl":"https:\/\/hello-dev-test.last2ticket.com\/wp-content\/uploads\/2018\/10\/icons-30.png"},{"@type":"BreadcrumbList","@id":"https:\/\/hello.last2ticket.com\/pt\/pricing\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/hello.last2ticket.com\/pt\/"},{"@type":"ListItem","position":2,"name":"Pricing"}]},{"@type":"WebSite","@id":"https:\/\/hello.last2ticket.com\/#website","url":"https:\/\/hello.last2ticket.com\/","name":"Last2Ticket","description":"","publisher":{"@id":"https:\/\/hello.last2ticket.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hello.last2ticket.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt"},{"@type":"Organization","@id":"https:\/\/hello.last2ticket.com\/#organization","name":"Last2Ticket","url":"https:\/\/hello.last2ticket.com\/","logo":{"@type":"ImageObject","inLanguage":"pt","@id":"https:\/\/hello.last2ticket.com\/#\/schema\/logo\/image\/","url":"https:\/\/hello.last2ticket.com\/wp-content\/uploads\/2018\/10\/cropped-Logo-L2T-01.png","contentUrl":"https:\/\/hello.last2ticket.com\/wp-content\/uploads\/2018\/10\/cropped-Logo-L2T-01.png","width":2439,"height":813,"caption":"Last2Ticket"},"image":{"@id":"https:\/\/hello.last2ticket.com\/#\/schema\/logo\/image\/"}}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"ioan.lungu","author_link":"https:\/\/hello.last2ticket.com\/pt\/author\/ioan-lungu\/"},"uagb_comment_info":0,"uagb_excerpt":"Cada gestor de eventos precisa de um plano.Escolha o certo para si. Ol\u00e1, o meu evento ter\u00e1 provavelmente participantes e [&hellip;]","_links":{"self":[{"href":"https:\/\/hello.last2ticket.com\/pt\/wp-json\/wp\/v2\/pages\/16270","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hello.last2ticket.com\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hello.last2ticket.com\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hello.last2ticket.com\/pt\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/hello.last2ticket.com\/pt\/wp-json\/wp\/v2\/comments?post=16270"}],"version-history":[{"count":34,"href":"https:\/\/hello.last2ticket.com\/pt\/wp-json\/wp\/v2\/pages\/16270\/revisions"}],"predecessor-version":[{"id":23288,"href":"https:\/\/hello.last2ticket.com\/pt\/wp-json\/wp\/v2\/pages\/16270\/revisions\/23288"}],"wp:attachment":[{"href":"https:\/\/hello.last2ticket.com\/pt\/wp-json\/wp\/v2\/media?parent=16270"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}