{"id":171,"date":"2025-09-30T15:39:20","date_gmt":"2025-09-30T19:39:20","guid":{"rendered":"https:\/\/azure-vulture-383154.hostingersite.com\/?page_id=171"},"modified":"2025-12-05T15:02:12","modified_gmt":"2025-12-05T20:02:12","slug":"services","status":"publish","type":"page","link":"https:\/\/eutax.ca\/es\/services\/","title":{"rendered":"Servicios"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"171\" class=\"elementor elementor-171\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4495d486 e-flex e-con-boxed e-con e-parent\" data-id=\"4495d486\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1af8e065 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"1af8e065\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Services Accounting and Tax in Toronto GTA Eutax Group<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1f856ae elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"1f856ae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Top #1 Trusted Accounting and Personal Business Solutions in Canada GTA | EUTAX Group<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e965cd0 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"e965cd0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Services Accounting and Tax in Toronto GTA<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36ddb57 elementor-widget elementor-widget-heading\" data-id=\"36ddb57\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Professional Accounting &amp; Tax Services<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b5853d2 e-flex e-con-boxed e-con e-parent\" data-id=\"b5853d2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e32139a elementor-widget elementor-widget-heading\" data-id=\"e32139a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">How we can help you<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9986fe7 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"9986fe7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Services<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ae5452 elementor-widget elementor-widget-html\" data-id=\"9ae5452\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\n\/* Control the Elementor Tabs from the URL\r\n* Code from https:\/\/element.how\/elementor-open-specific-tab-toggle-accordion\/\r\n* Copyright 2023 Element.how\r\n* Updated 2023\/12\/05\r\n*\/\r\nwindow.addEventListener('load', () => {\r\nsetTimeout(function () {\r\n\r\nlet scrollOffset = 100; \/* scroll offset from the top of title *\/\r\n\r\nconst tabsAccordionToggleTitles = document.querySelectorAll('.e-n-accordion-item-title, .e-n-tab-title, .elementor-tab-title');\r\n\r\nconst clickTitleWithAnchor = (anchor) => {\r\ntabsAccordionToggleTitles.forEach(title => {\r\nif (title.querySelector(`#${anchor}`) != null || title.id === anchor || (title.closest('details') && title.closest('details').id === anchor)) {\r\nif (title.getAttribute('aria-expanded') !== 'true' && !title.classList.contains('elementor-active')) title.click();\r\nlet timing = 0;\r\nlet scrollTarget = title;\r\nif (getComputedStyle(title.closest('.elementor-element')).getPropertyValue('--n-tabs-direction') == 'row') scrollTarget = title.closest('.elementor-element');\r\nif (title.closest('.e-n-accordion, .elementor-accordion-item, .elementor-toggle-item')) {\r\ntiming = 400;\r\n}\r\nsetTimeout(function () {\r\njQuery('html, body').animate({\r\nscrollTop: jQuery(scrollTarget).offset().top - scrollOffset,\r\n}, 'slow');\r\n}, timing);\r\n}\r\n});\r\n};\r\n\r\ndocument.addEventListener('click', (event) => {\r\nif (event.target.closest('a') && event.target.closest('a').href.includes('#')) {\r\nconst anchor = extractAnchor(event.target.closest('a').href);\r\nif (anchor && isAnchorInTitles(anchor, tabsAccordionToggleTitles)) {\r\nevent.preventDefault();\r\nclickTitleWithAnchor(anchor);\r\n}\r\n}\r\n});\r\n\r\nconst currentAnchor = extractAnchor(window.location.href);\r\nif (currentAnchor) {\r\nclickTitleWithAnchor(currentAnchor);\r\n}\r\n\r\nfunction extractAnchor(url) {\r\nconst match = url.match(\/#([^?]+)\/);\r\nreturn match ? match[1] : null;\r\n};\r\n\r\nfunction isAnchorInTitles(anchor, titles) {\r\nreturn Array.from(titles).some(title => {\r\nreturn title.querySelector(`#${anchor}`) !== null || title.id === anchor || (title.closest('details') && title.closest('details').id === anchor);\r\n});\r\n};\r\n\r\n}, 300);\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7ece8df elementor-widget-mobile__width-initial e-n-tabs-mobile elementor-widget elementor-widget-n-tabs\" data-id=\"7ece8df\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;horizontal_scroll_mobile&quot;:&quot;disable&quot;,&quot;horizontal_scroll&quot;:&quot;disable&quot;}\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"132966623\" aria-label=\"Tabs. Open items with Enter or Space, close with Escape and navigate using the Arrow keys.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"Business\" data-tab-title-id=\"e-n-tab-title-1329666231\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-1329666231\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tBusiness\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"Personal\" data-tab-title-id=\"e-n-tab-title-1329666232\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1329666232\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tPersonal\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div id=\"e-n-tab-content-1329666231\" role=\"tabpanel\" aria-labelledby=\"Business\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-5cb1d75 e-con-full e-flex e-con e-child\" data-id=\"5cb1d75\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-57ad9ce e-n-tabs-mobile elementor-widget elementor-widget-n-tabs\" data-id=\"57ad9ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;horizontal_scroll&quot;:&quot;disable&quot;}\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"91937230\" aria-label=\"Tabs. Open items with Enter or Space, close with Escape and navigate using the Arrow keys.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"e-n-tab-title-919372301\" data-tab-title-id=\"e-n-tab-title-919372301\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-919372301\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tOutsource management\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-919372302\" data-tab-title-id=\"e-n-tab-title-919372302\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-919372302\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tCorporation tax\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-919372303\" data-tab-title-id=\"e-n-tab-title-919372303\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-919372303\" style=\"--n-tabs-title-order: 3;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tHst \/ Wsib &amp; Eht filling\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-919372304\" data-tab-title-id=\"e-n-tab-title-919372304\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-919372304\" style=\"--n-tabs-title-order: 4;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tBusiness registration \t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-919372305\" data-tab-title-id=\"e-n-tab-title-919372305\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-919372305\" style=\"--n-tabs-title-order: 5;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tBookkeeping\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-919372306\" data-tab-title-id=\"e-n-tab-title-919372306\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"6\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-919372306\" style=\"--n-tabs-title-order: 6;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tPayroll\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div id=\"e-n-tab-content-919372301\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-919372301\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-a365a35 e-con-full e-flex e-con e-child\" data-id=\"a365a35\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-c3bfb66 e-con-full e-flex e-con e-child\" data-id=\"c3bfb66\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-be3f55b elementor-widget__width-initial animated-slow elementor-widget-tablet__width-initial ekit-equal-height-disable elementor-invisible elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"be3f55b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"elementskit-icon-box.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <!-- link opening -->\n                <!-- end link opening -->\n\n        <div class=\"elementskit-infobox text-left text-left icon-top-align elementor-animation-   \">\n                    <div class=\"elementskit-box-header elementor-animation-\">\n                <div class=\"elementskit-info-box-icon  \">\n                    <svg class=\"elementkit-infobox-icon ekit-svg-icon icon-finance-book\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M15.184 15.68c0-0.287-0.233-0.521-0.521-0.521s-0.521 0.233-0.521 0.521c0 1.402 1.012 2.571 2.344 2.816v0.614c0 0.288 0.233 0.521 0.521 0.521s0.521-0.233 0.521-0.521v-0.614c1.332-0.246 2.344-1.415 2.344-2.816s-1.012-2.571-2.344-2.816v-3.619c0.753 0.225 1.303 0.923 1.303 1.747 0 0.287 0.233 0.521 0.521 0.521s0.521-0.233 0.521-0.521c0-1.402-1.012-2.571-2.344-2.816v-0.614c0-0.287-0.233-0.521-0.521-0.521s-0.521 0.233-0.521 0.521v0.614c-1.332 0.246-2.344 1.415-2.344 2.816s1.012 2.571 2.344 2.816v3.619c-0.753-0.225-1.303-0.923-1.303-1.747zM17.528 13.933c0.753 0.225 1.303 0.923 1.303 1.747s-0.55 1.523-1.303 1.747v-3.495zM15.184 10.992c0-0.825 0.55-1.523 1.303-1.747v3.495c-0.753-0.225-1.303-0.923-1.303-1.747zM23.416 28.277c0.145-0.149 0.194-0.374 0.112-0.567-0.027-0.063-0.064-0.12-0.112-0.169-0.323-0.314-0.89-0.091-0.889 0.369 0.001 0.458 0.564 0.684 0.889 0.368zM25.787 0.4h-17.56c-1.398 0-2.536 1.138-2.536 2.536v24.972c0 0 0 0.001 0 0.001 0 0.677 0.264 1.313 0.743 1.794 0.479 0.479 1.116 0.742 1.793 0.742h0.97v1.434c0 0.197 0.111 0.377 0.288 0.466s0.388 0.069 0.545-0.049l1.354-1.015 1.354 1.015c0.092 0.069 0.202 0.104 0.312 0.104 0.079 0 0.159-0.018 0.233-0.055 0.176-0.088 0.288-0.268 0.288-0.466v-1.434h12.217c0.288 0 0.521-0.233 0.521-0.521v-29.004c0-0.287-0.233-0.521-0.521-0.521zM6.733 2.936c0-0.641 0.406-1.187 0.974-1.399v23.891c-0.358 0.075-0.689 0.226-0.974 0.435v-22.926zM12.529 30.838l-0.833-0.625c-0.185-0.139-0.44-0.139-0.625 0l-0.833 0.625v-2.408h2.291v2.408zM25.267 27.389h-0.574c-0.288 0-0.521 0.233-0.521 0.521s0.233 0.521 0.521 0.521h0.574v0.974h-11.696v-0.974h7.777c0.288 0 0.521-0.233 0.521-0.521s-0.233-0.521-0.521-0.521h-13.119c-0.287 0-0.521 0.233-0.521 0.521s0.233 0.521 0.521 0.521h0.97v0.974h-0.97c-0.399 0-0.774-0.155-1.057-0.437-0.282-0.283-0.438-0.658-0.438-1.057 0-0.824 0.67-1.495 1.495-1.495h17.039v0.975zM25.267 25.373h-16.518v-23.932h16.518v23.932z\"><\/path><\/svg>\n                <\/div>\n          <\/div>\n                        <div class=\"box-body\">\n                            <span class=\"elementskit-info-box-title\">\n                    Outsource management                <\/span>\n                        \t\t  \t<p>Efficiently manage business operations with outsourced support.<\/p>\n                                        <div class=\"box-footer disable_hover_button\">\n                    <div class=\"btn-wraper\">\n                                                            <a class=\"elementskit-btn whitespace--normal elementor-animation-float\" href=\"https:\/\/eutax.ca\/contact\/\">\n                                        Contact us                                        <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>                                    <\/a>\n                                                        <\/div>\n                <\/div>\n                    <\/div>\n        \n        \n                <\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-83033bf e-con-full e-flex e-con e-child\" data-id=\"83033bf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-34b17e1 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"34b17e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Outsource management<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1a38975 elementor-widget elementor-widget-text-editor\" data-id=\"1a38975\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"adn ads\" data-message-id=\"#msg-f:1846167110731266466\" data-legacy-message-id=\"199ee734af2579a2\"><div class=\"gs\"><div class=\"\"><div id=\":e0y\" class=\"ii gt\"><div id=\":e0z\" class=\"a3s aiL \"><div dir=\"ltr\"><p>Running a business comes with big financial decisions \u2014 and we\u2019re here to help you make them confidently.<br \/>Our\u00a0Outsource Management and CFO Service give you access to expert financial guidance without the cost of hiring full-time staff. We help you understand your numbers, plan for growth, and manage your business efficiently.<br \/>From budgeting and cash flow to forecasting and reporting, we work with you to keep your finances healthy and your goals on track.<\/p><\/div><\/div><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-919372302\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-919372302\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\" elementor-element elementor-element-d7c069f e-con-full e-flex e-con e-child\" data-id=\"d7c069f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-296d13c e-con-full e-flex e-con e-child\" data-id=\"296d13c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-33037e4 elementor-widget__width-initial animated-slow elementor-widget-tablet__width-initial ekit-equal-height-disable elementor-invisible elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"33037e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"elementskit-icon-box.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <!-- link opening -->\n                <!-- end link opening -->\n\n        <div class=\"elementskit-infobox text-left text-left icon-top-align elementor-animation-   \">\n                    <div class=\"elementskit-box-header elementor-animation-\">\n                <div class=\"elementskit-info-box-icon  \">\n                    <svg class=\"elementkit-infobox-icon ekit-svg-icon icon-stats-4\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M10.394 18.288l5.344 5.413 10.025-9.906-0.056 6.256h1.306l0.063-8.537-8.469-0.063v1.3l6.325 0.056-9.125 9.069-5.412-5.413-8.469 8.669 0.913 0.913zM30.006 1.087v29.319h-29.319v1.306h30.625v-30.625z\"><\/path><\/svg>\n                <\/div>\n          <\/div>\n                        <div class=\"box-body\">\n                            <span class=\"elementskit-info-box-title\">\n                    Corporation tax                <\/span>\n                        \t\t  \t<p>Accurate and compliant tax solutions tailored to your corporation\u2019s needs.<\/p>\n                                        <div class=\"box-footer disable_hover_button\">\n                    <div class=\"btn-wraper\">\n                                                            <a class=\"elementskit-btn whitespace--normal elementor-animation-float\" href=\"https:\/\/eutax.ca\/contact\/\">\n                                        Contact us                                        <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>                                    <\/a>\n                                                        <\/div>\n                <\/div>\n                    <\/div>\n        \n        \n                <\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fee47f0 e-con-full e-flex e-con e-child\" data-id=\"fee47f0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-68bd449 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"68bd449\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Corporation tax<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a8831a7 elementor-widget elementor-widget-text-editor\" data-id=\"a8831a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>We handle your corporate tax filings from start to finish \u2014 accurately and on time.<br \/>Our goal is to help your business stay compliant, reduce tax costs, and plan ahead with confidence.<br \/>From T2 returns to year-end strategies, we make corporate taxes simple and stress-free.\u00a0\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-919372303\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-919372303\" data-tab-index=\"3\" style=\"--n-tabs-title-order: 3;\" class=\" elementor-element elementor-element-b548a29 e-con-full e-flex e-con e-child\" data-id=\"b548a29\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9f234b2 e-con-full e-flex e-con e-child\" data-id=\"9f234b2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-afae91d elementor-widget__width-initial animated-slow elementor-widget-tablet__width-initial ekit-equal-height-disable elementor-invisible elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"afae91d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"elementskit-icon-box.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <!-- link opening -->\n                <!-- end link opening -->\n\n        <div class=\"elementskit-infobox text-left text-left icon-top-align elementor-animation-   \">\n                    <div class=\"elementskit-box-header elementor-animation-\">\n                <div class=\"elementskit-info-box-icon  \">\n                    <i aria-hidden=\"true\" class=\"elementkit-infobox-icon rtmicon rtmicon-taxes\"><\/i>\n                <\/div>\n          <\/div>\n                        <div class=\"box-body\">\n                            <span class=\"elementskit-info-box-title\">\n                    Hst \/ Wsib &amp; Eht filling                <\/span>\n                        \t\t  \t<p>Simplify your government filings with precise and timely submissions.<\/p>\n                                        <div class=\"box-footer disable_hover_button\">\n                    <div class=\"btn-wraper\">\n                                                            <a class=\"elementskit-btn whitespace--normal elementor-animation-float\" href=\"https:\/\/eutax.ca\/contact\/\">\n                                        Contact us                                        <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>                                    <\/a>\n                                                        <\/div>\n                <\/div>\n                    <\/div>\n        \n        \n                <\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8bc531a e-con-full e-flex e-con e-child\" data-id=\"8bc531a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f7167bf animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"f7167bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Hst \/ Wsib &amp; Eht filling<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc41bf8 elementor-widget elementor-widget-text-editor\" data-id=\"bc41bf8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Keeping up with government filings can be stressful \u2014 but we make it easy.<br \/>We handle your\u00a0HST, WSIB, and EHT filings\u00a0accurately and on time, ensuring you stay compliant and avoid penalties.<br \/>Our team tracks deadlines, reviews your numbers, and files everything with CRA and WSIB so you can stay focused on your projects, not the paperwork.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-919372304\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-919372304\" data-tab-index=\"4\" style=\"--n-tabs-title-order: 4;\" class=\" elementor-element elementor-element-009a5f3 e-flex e-con-boxed e-con e-child\" data-id=\"009a5f3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-8875bb4 e-con-full e-flex e-con e-child\" data-id=\"8875bb4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-614baea elementor-widget__width-initial animated-slow elementor-widget-tablet__width-initial ekit-equal-height-disable elementor-invisible elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"614baea\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"elementskit-icon-box.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <!-- link opening -->\n                <!-- end link opening -->\n\n        <div class=\"elementskit-infobox text-left text-left icon-top-align elementor-animation-   \">\n                    <div class=\"elementskit-box-header elementor-animation-\">\n                <div class=\"elementskit-info-box-icon  \">\n                    <svg class=\"elementkit-infobox-icon ekit-svg-icon icon-stats-4\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M10.394 18.288l5.344 5.413 10.025-9.906-0.056 6.256h1.306l0.063-8.537-8.469-0.063v1.3l6.325 0.056-9.125 9.069-5.412-5.413-8.469 8.669 0.913 0.913zM30.006 1.087v29.319h-29.319v1.306h30.625v-30.625z\"><\/path><\/svg>\n                <\/div>\n          <\/div>\n                        <div class=\"box-body\">\n                            <span class=\"elementskit-info-box-title\">\n                    Business registration                 <\/span>\n                        \t\t  \t<p>Start your business the right way with fast and reliable registration services.<\/p>\n                                        <div class=\"box-footer disable_hover_button\">\n                    <div class=\"btn-wraper\">\n                                                            <a class=\"elementskit-btn whitespace--normal elementor-animation-float\" href=\"https:\/\/eutax.ca\/contact\/\">\n                                        Contact us                                        <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>                                    <\/a>\n                                                        <\/div>\n                <\/div>\n                    <\/div>\n        \n        \n                <\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5b795bb e-con-full e-flex e-con e-child\" data-id=\"5b795bb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-31db7be animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"31db7be\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Business registration <\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6979f60 elementor-widget elementor-widget-text-editor\" data-id=\"6979f60\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Starting a new business? We\u2019ll guide you through every step of the registration process.<br \/>From choosing the right business structure to registering your name and setting up CRA accounts, we make sure you\u2019re set up properly from day one.<br \/>Our goal is to help you start your business with confidence, knowing everything is filed correctly and ready to grow.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-919372305\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-919372305\" data-tab-index=\"5\" style=\"--n-tabs-title-order: 5;\" class=\" elementor-element elementor-element-c9cebaf e-flex e-con-boxed e-con e-child\" data-id=\"c9cebaf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-27a11a9 e-con-full e-flex e-con e-child\" data-id=\"27a11a9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c85d95c elementor-widget__width-initial animated-slow ekit-equal-height-disable elementor-invisible elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"c85d95c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"elementskit-icon-box.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <!-- link opening -->\n                <!-- end link opening -->\n\n        <div class=\"elementskit-infobox text-left text-left icon-top-align elementor-animation-   \">\n                    <div class=\"elementskit-box-header elementor-animation-\">\n                <div class=\"elementskit-info-box-icon  \">\n                    <svg class=\"elementkit-infobox-icon ekit-svg-icon icon-man\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M24.935 22.613c-0-0-0-0-0-0-0.498-0.323-0.899-0.477-0.994-0.511l-2.892-1.205-2.039-1.346c-0.020-0.013-0.040-0.024-0.061-0.034v-0.872c1.54-0.769 2.655-2.264 2.896-4.034 1.242-0.101 2.221-1.142 2.221-2.409 0-0.627-0.24-1.199-0.633-1.629v-3.094c0-3.903-3.175-7.079-7.078-7.079h-0.548c-3.903 0-7.078 3.175-7.078 7.079v3.060c-0.412 0.434-0.665 1.019-0.665 1.663 0 1.267 0.98 2.309 2.221 2.409 0.241 1.77 1.356 3.265 2.896 4.034v0.815l-2.126 1.403c-0.029 0.006-0.057 0.015-0.086 0.027l-2.908 1.212c-0.145 0.052-1 0.381-1.849 1.182-0.84 0.793-1.841 2.221-1.841 4.516v4.093c0 0.281 0.227 0.508 0.508 0.508h6.002c0.281 0 0.508-0.227 0.508-0.508s-0.227-0.508-0.508-0.508h-1.565v-3.771c0-0.281-0.227-0.508-0.508-0.508s-0.508 0.227-0.508 0.508v3.771h-2.912v-3.585c0-3.66 2.896-4.7 3.018-4.742 0.011-0.004 0.023-0.008 0.034-0.013l2.423-1.010 2.619 9.349h-1.010c-0.281 0-0.508 0.227-0.508 0.508s0.227 0.508 0.508 0.508h1.678c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h3.834c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h9.133c0.281 0 0.508-0.228 0.508-0.509v-4.092c-0-2.99-1.688-4.533-2.695-5.186zM20.227 21.572l-1.53 3.145-1.898-1.397 2.007-2.083c0.111-0.116 0.157-0.27 0.138-0.418 0.003-0.021 0.005-0.043 0.005-0.065v-0.027l1.28 0.844zM17.14 24.833l-0.399 1.063-1.368 0-0.449-1.072 1.102-0.811 1.114 0.82zM14.188 20.84c0.005-0.028 0.008-0.056 0.008-0.085v-1.015c0-0 0-0 0-0.001v-0.71c0.43 0.113 0.882 0.174 1.347 0.174h1.042c0.465 0 0.916-0.061 1.347-0.174v1.652l-1.891 1.963-1.851-1.803zM23.049 12.202c-0 0.689-0.5 1.262-1.155 1.379v-2.758c0.656 0.117 1.155 0.69 1.155 1.379zM10.234 13.581c-0.656-0.117-1.155-0.69-1.155-1.379s0.5-1.262 1.155-1.379v2.758zM10.744 9.295c-0.001 0-0.002 0-0.002 0-0.018 0-0.035 0.001-0.052 0.003-0.005 0.001-0.011 0.002-0.016 0.002-0.012 0.002-0.023 0.003-0.034 0.005-0.007 0.002-0.014 0.004-0.021 0.005-0.009 0.002-0.018 0.004-0.027 0.007s-0.016 0.006-0.024 0.009c-0.007 0.003-0.015 0.005-0.022 0.008-0.009 0.004-0.018 0.009-0.027 0.013-0.006 0.003-0.012 0.005-0.017 0.008-0.009 0.005-0.017 0.010-0.026 0.015-0.005 0.003-0.011 0.006-0.016 0.010-0.008 0.005-0.016 0.011-0.023 0.017-0.005 0.004-0.011 0.008-0.016 0.012-0.007 0.006-0.013 0.012-0.020 0.018-0.005 0.005-0.011 0.010-0.016 0.015-0.006 0.006-0.012 0.013-0.018 0.019s-0.010 0.011-0.015 0.017c-0.005 0.006-0.010 0.013-0.015 0.020s-0.010 0.012-0.014 0.019c-0.004 0.007-0.008 0.013-0.012 0.020s-0.009 0.014-0.013 0.022c-0.004 0.007-0.007 0.014-0.010 0.020-0.004 0.008-0.008 0.016-0.011 0.024-0.003 0.007-0.005 0.014-0.008 0.020-0.003 0.009-0.007 0.017-0.010 0.026-0.002 0.007-0.004 0.014-0.005 0.021-0.002 0.009-0.005 0.018-0.007 0.028-0.002 0.007-0.002 0.015-0.004 0.023-0.002 0.009-0.003 0.018-0.004 0.028-0.001 0.008-0.001 0.016-0.001 0.024s-0.001 0.014-0.001 0.022c-0.169 0.017-0.333 0.052-0.49 0.103v-2.42c0-3.343 2.719-6.062 6.062-6.062h0.548c3.343 0 6.063 2.72 6.063 6.063v2.431c-0.167-0.056-0.342-0.095-0.523-0.114 0-0.002-0-0.004-0-0.006-0-0.011-0.001-0.022-0.002-0.033-0.001-0.007-0.002-0.013-0.003-0.020-0.001-0.010-0.003-0.019-0.004-0.029-0.002-0.008-0.003-0.016-0.006-0.024s-0.004-0.016-0.006-0.023c-0.003-0.009-0.006-0.018-0.009-0.027-0.002-0.006-0.005-0.013-0.007-0.019-0.004-0.009-0.008-0.018-0.012-0.027-0.003-0.006-0.005-0.011-0.008-0.017-0.005-0.009-0.010-0.017-0.015-0.026-0.003-0.006-0.007-0.011-0.010-0.017-0.005-0.008-0.010-0.015-0.016-0.023-0.004-0.006-0.009-0.012-0.013-0.018s-0.011-0.013-0.016-0.019c-0.005-0.006-0.011-0.012-0.016-0.018s-0.011-0.011-0.016-0.016c-0.006-0.006-0.013-0.012-0.020-0.018-0.006-0.005-0.011-0.009-0.017-0.014-0.007-0.006-0.014-0.011-0.022-0.016-0.006-0.004-0.013-0.008-0.019-0.012s-0.015-0.009-0.022-0.014c-0.007-0.004-0.015-0.008-0.023-0.012s-0.014-0.007-0.021-0.010c-0.009-0.004-0.019-0.008-0.028-0.011-0.006-0.002-0.012-0.005-0.018-0.007-0.011-0.003-0.021-0.006-0.032-0.009-0.005-0.001-0.009-0.003-0.014-0.004-1.988-0.452-2.588-2.957-2.594-2.981-0.044-0.195-0.198-0.346-0.394-0.386s-0.396 0.038-0.514 0.2c-2.26 3.124-7.172 3.154-7.253 3.154-0 0-0 0-0 0zM11.25 13.892v-3.599c1.299-0.080 4.75-0.512 6.97-2.836 0.383 0.901 1.176 2.216 2.658 2.728v3.707c0 2.367-1.926 4.293-4.293 4.293h-1.042c-2.367-0-4.293-1.926-4.293-4.293zM13.18 20.677v0.077c0 0.054 0.009 0.106 0.024 0.154-0.056 0.177-0.013 0.378 0.13 0.517l1.934 1.884-1.913 1.408-1.53-3.145 1.356-0.895zM14.016 29.531l-0.996-3.557c0.008 0.002 0.016 0.005 0.024 0.007 0.040 0.010 0.081 0.015 0.122 0.015 0.107 0 0.213-0.034 0.301-0.099l0.616-0.453 0.428 1.023-0.494 3.064zM14.746 31.384l0.721-4.471h1.193l0.721 4.471h-2.636zM17.616 26.457l0.375-0.998 0.595 0.438c0.088 0.065 0.194 0.099 0.301 0.099 0.041 0 0.081-0.005 0.122-0.015 0.042-0.010 0.082-0.027 0.12-0.047l-1.013 3.616-0.499-3.094zM26.614 31.384v0h-2.912v-3.771c0-0.281-0.227-0.508-0.508-0.508s-0.508 0.227-0.508 0.508v3.771h-4.028l2.604-9.298 2.301 0.959c0.010 0.004 0.022 0.009 0.032 0.012 0.003 0.001 0.343 0.12 0.788 0.408 0 0 0 0 0 0 1.018 0.661 2.232 1.949 2.232 4.334v3.585zM16.658 14.356c0.281 0 0.508-0.227 0.508-0.508s-0.227-0.508-0.508-0.508h-0.375v-1.176c0-0.281-0.227-0.508-0.508-0.508s-0.508 0.227-0.508 0.508v1.684c0 0.281 0.227 0.508 0.508 0.508h0.883z\"><\/path><\/svg>\n                <\/div>\n          <\/div>\n                        <div class=\"box-body\">\n                            <span class=\"elementskit-info-box-title\">\n                    Bookkeeping                <\/span>\n                        \t\t  \t<p>Stay organized with clear, accurate, and up-to-date financial records.<\/p>\n                                        <div class=\"box-footer disable_hover_button\">\n                    <div class=\"btn-wraper\">\n                                                            <a class=\"elementskit-btn whitespace--normal elementor-animation-float\" href=\"https:\/\/eutax.ca\/contact\/\">\n                                        Contact us                                        <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>                                    <\/a>\n                                                        <\/div>\n                <\/div>\n                    <\/div>\n        \n        \n                <\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-59fafcc e-con-full e-flex e-con e-child\" data-id=\"59fafcc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b6e2ffa animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"b6e2ffa\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Bookkeeping<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-69e2b50 elementor-widget elementor-widget-text-editor\" data-id=\"69e2b50\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Accurate bookkeeping is the foundation of every successful business.<br \/>We take care of your day-to-day records, organize your accounts, and make sure your books are always up to date.<br \/>Whether you\u2019re tracking expenses, managing invoices, or preparing for tax time, we keep everything in order so you can focus on what you do best \u2014 running your business\u00a0\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-919372306\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-919372306\" data-tab-index=\"6\" style=\"--n-tabs-title-order: 6;\" class=\" elementor-element elementor-element-1707fdb e-flex e-con-boxed e-con e-child\" data-id=\"1707fdb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-83dcaec e-con-full e-flex e-con e-child\" data-id=\"83dcaec\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f7a6d85 elementor-widget__width-initial animated-slow ekit-equal-height-disable elementor-invisible elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"f7a6d85\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"elementskit-icon-box.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <!-- link opening -->\n                <!-- end link opening -->\n\n        <div class=\"elementskit-infobox text-left text-left icon-top-align elementor-animation-   \">\n                    <div class=\"elementskit-box-header elementor-animation-\">\n                <div class=\"elementskit-info-box-icon  \">\n                    <i aria-hidden=\"true\" class=\"elementkit-infobox-icon rtmicon-thin rtmicon-happy-students\"><\/i>\n                <\/div>\n          <\/div>\n                        <div class=\"box-body\">\n                            <span class=\"elementskit-info-box-title\">\n                    Payroll                <\/span>\n                        \t\t  \t<p>Streamline payroll processing with accurate calculations and compliance.<\/p>\n                                        <div class=\"box-footer disable_hover_button\">\n                    <div class=\"btn-wraper\">\n                                                            <a class=\"elementskit-btn whitespace--normal elementor-animation-float\" href=\"https:\/\/eutax.ca\/contact\/\">\n                                        Contact us                                        <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>                                    <\/a>\n                                                        <\/div>\n                <\/div>\n                    <\/div>\n        \n        \n                <\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4c0af4a e-con-full e-flex e-con e-child\" data-id=\"4c0af4a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-188b55b animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"188b55b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Payroll<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-50449c4 elementor-widget elementor-widget-text-editor\" data-id=\"50449c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Paying your team shouldn\u2019t be complicated.<br \/>We manage your payroll from start to finish \u2014 calculating wages, handling deductions, preparing T4s, and submitting CRA remittances.<br \/>Whether you have one employee or many, we make sure everyone gets paid accurately and on time, while keeping your business fully compliant.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-1329666232\" role=\"tabpanel\" aria-labelledby=\"Personal\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\" elementor-element elementor-element-0396ffb e-con-full e-flex e-con e-child\" data-id=\"0396ffb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ba4c6f5 7 e-n-tabs-mobile elementor-widget elementor-widget-n-tabs\" data-id=\"ba4c6f5\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"7\" data-settings=\"{&quot;horizontal_scroll&quot;:&quot;disable&quot;}\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"195348213\" aria-label=\"Tabs. Open items with Enter or Space, close with Escape and navigate using the Arrow keys.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"e-n-tab-title-1953482131\" data-tab-title-id=\"e-n-tab-title-1953482131\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-1953482131\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tIncome tax preparation \t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-1953482132\" data-tab-title-id=\"e-n-tab-title-1953482132\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1953482132\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tNewcomers\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-1953482133\" data-tab-title-id=\"e-n-tab-title-1953482133\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1953482133\" style=\"--n-tabs-title-order: 3;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tSelf Employed &amp; Freelance \t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-1953482134\" data-tab-title-id=\"e-n-tab-title-1953482134\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1953482134\" style=\"--n-tabs-title-order: 4;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tTax planning\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-1953482135\" data-tab-title-id=\"e-n-tab-title-1953482135\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1953482135\" style=\"--n-tabs-title-order: 5;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tSeniors\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"students\" data-tab-title-id=\"e-n-tab-title-1953482136\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"6\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1953482136\" style=\"--n-tabs-title-order: 6;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tStudents\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div id=\"e-n-tab-content-1953482131\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1953482131\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-862f387 e-con-full e-flex e-con e-child\" data-id=\"862f387\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-5b7b224 e-con-full e-flex e-con e-child\" data-id=\"5b7b224\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aabfa0e elementor-widget__width-initial animated-slow elementor-widget-tablet__width-initial ekit-equal-height-disable elementor-invisible elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"aabfa0e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"elementskit-icon-box.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <!-- link opening -->\n                <!-- end link opening -->\n\n        <div class=\"elementskit-infobox text-left text-left icon-top-align elementor-animation-   \">\n                    <div class=\"elementskit-box-header elementor-animation-\">\n                <div class=\"elementskit-info-box-icon  \">\n                    <svg class=\"elementkit-infobox-icon ekit-svg-icon icon-finance-book\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M15.184 15.68c0-0.287-0.233-0.521-0.521-0.521s-0.521 0.233-0.521 0.521c0 1.402 1.012 2.571 2.344 2.816v0.614c0 0.288 0.233 0.521 0.521 0.521s0.521-0.233 0.521-0.521v-0.614c1.332-0.246 2.344-1.415 2.344-2.816s-1.012-2.571-2.344-2.816v-3.619c0.753 0.225 1.303 0.923 1.303 1.747 0 0.287 0.233 0.521 0.521 0.521s0.521-0.233 0.521-0.521c0-1.402-1.012-2.571-2.344-2.816v-0.614c0-0.287-0.233-0.521-0.521-0.521s-0.521 0.233-0.521 0.521v0.614c-1.332 0.246-2.344 1.415-2.344 2.816s1.012 2.571 2.344 2.816v3.619c-0.753-0.225-1.303-0.923-1.303-1.747zM17.528 13.933c0.753 0.225 1.303 0.923 1.303 1.747s-0.55 1.523-1.303 1.747v-3.495zM15.184 10.992c0-0.825 0.55-1.523 1.303-1.747v3.495c-0.753-0.225-1.303-0.923-1.303-1.747zM23.416 28.277c0.145-0.149 0.194-0.374 0.112-0.567-0.027-0.063-0.064-0.12-0.112-0.169-0.323-0.314-0.89-0.091-0.889 0.369 0.001 0.458 0.564 0.684 0.889 0.368zM25.787 0.4h-17.56c-1.398 0-2.536 1.138-2.536 2.536v24.972c0 0 0 0.001 0 0.001 0 0.677 0.264 1.313 0.743 1.794 0.479 0.479 1.116 0.742 1.793 0.742h0.97v1.434c0 0.197 0.111 0.377 0.288 0.466s0.388 0.069 0.545-0.049l1.354-1.015 1.354 1.015c0.092 0.069 0.202 0.104 0.312 0.104 0.079 0 0.159-0.018 0.233-0.055 0.176-0.088 0.288-0.268 0.288-0.466v-1.434h12.217c0.288 0 0.521-0.233 0.521-0.521v-29.004c0-0.287-0.233-0.521-0.521-0.521zM6.733 2.936c0-0.641 0.406-1.187 0.974-1.399v23.891c-0.358 0.075-0.689 0.226-0.974 0.435v-22.926zM12.529 30.838l-0.833-0.625c-0.185-0.139-0.44-0.139-0.625 0l-0.833 0.625v-2.408h2.291v2.408zM25.267 27.389h-0.574c-0.288 0-0.521 0.233-0.521 0.521s0.233 0.521 0.521 0.521h0.574v0.974h-11.696v-0.974h7.777c0.288 0 0.521-0.233 0.521-0.521s-0.233-0.521-0.521-0.521h-13.119c-0.287 0-0.521 0.233-0.521 0.521s0.233 0.521 0.521 0.521h0.97v0.974h-0.97c-0.399 0-0.774-0.155-1.057-0.437-0.282-0.283-0.438-0.658-0.438-1.057 0-0.824 0.67-1.495 1.495-1.495h17.039v0.975zM25.267 25.373h-16.518v-23.932h16.518v23.932z\"><\/path><\/svg>\n                <\/div>\n          <\/div>\n                        <div class=\"box-body\">\n                            <span class=\"elementskit-info-box-title\">\n                    Income tax preparation                 <\/span>\n                        \t\t  \t<p>Get accurate and stress-free tax filing to maximize your return.<\/p>\n                                        <div class=\"box-footer disable_hover_button\">\n                    <div class=\"btn-wraper\">\n                                                            <a class=\"elementskit-btn whitespace--normal elementor-animation-float\" href=\"https:\/\/eutax.ca\/contact\/\">\n                                        Contact us                                        <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>                                    <\/a>\n                                                        <\/div>\n                <\/div>\n                    <\/div>\n        \n        \n                <\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a9e3aca e-con-full e-flex e-con e-child\" data-id=\"a9e3aca\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f803f88 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"f803f88\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Income tax preparation <\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9b10e59 elementor-widget elementor-widget-text-editor\" data-id=\"9b10e59\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>We make tax time simple and stress-free.<br \/>Our team prepares and files your personal tax return accurately, making sure you claim all the deductions and credits you deserve.<br \/>Whether your taxes are straightforward or more complex, we ensure everything is done right \u2014 so you can get the best possible result.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-1953482132\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1953482132\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\" elementor-element elementor-element-c90031e e-con-full e-flex e-con e-child\" data-id=\"c90031e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9c3d458 e-con-full e-flex e-con e-child\" data-id=\"9c3d458\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7bf248e elementor-widget__width-initial animated-slow elementor-widget-tablet__width-initial ekit-equal-height-disable elementor-invisible elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"7bf248e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"elementskit-icon-box.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <!-- link opening -->\n                <!-- end link opening -->\n\n        <div class=\"elementskit-infobox text-left text-left icon-top-align elementor-animation-   \">\n                    <div class=\"elementskit-box-header elementor-animation-\">\n                <div class=\"elementskit-info-box-icon  \">\n                    <svg class=\"elementkit-infobox-icon ekit-svg-icon icon-stats-4\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M10.394 18.288l5.344 5.413 10.025-9.906-0.056 6.256h1.306l0.063-8.537-8.469-0.063v1.3l6.325 0.056-9.125 9.069-5.412-5.413-8.469 8.669 0.913 0.913zM30.006 1.087v29.319h-29.319v1.306h30.625v-30.625z\"><\/path><\/svg>\n                <\/div>\n          <\/div>\n                        <div class=\"box-body\">\n                            <span class=\"elementskit-info-box-title\">\n                    Newcomers                 <\/span>\n                        \t\t  \t<p>Step-by-step financial guidance to help you settle with confidence.<\/p>\n                                        <div class=\"box-footer disable_hover_button\">\n                    <div class=\"btn-wraper\">\n                                                            <a class=\"elementskit-btn whitespace--normal elementor-animation-float\" href=\"https:\/\/eutax.ca\/contact\/\">\n                                        Contact us                                        <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>                                    <\/a>\n                                                        <\/div>\n                <\/div>\n                    <\/div>\n        \n        \n                <\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a3ea120 e-con-full e-flex e-con e-child\" data-id=\"a3ea120\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c24adb8 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"c24adb8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Newcomers <\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e2562b0 elementor-widget elementor-widget-text-editor\" data-id=\"e2562b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>If you\u2019re new to Canada, we\u2019re here to help you understand how the tax system works and file your first return with confidence.<br \/>We\u2019ll guide you through what income you need to report, which credits you can claim, and how to stay compliant with CRA rules.<br \/>Our goal is to make your transition easier and help you start off on the right financial path.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-1953482133\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1953482133\" data-tab-index=\"3\" style=\"--n-tabs-title-order: 3;\" class=\" elementor-element elementor-element-176e68b e-con-full e-flex e-con e-child\" data-id=\"176e68b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7a40098 e-con-full e-flex e-con e-child\" data-id=\"7a40098\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c55a62 elementor-widget__width-initial animated-slow elementor-widget-tablet__width-initial ekit-equal-height-disable elementor-invisible elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"2c55a62\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"elementskit-icon-box.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <!-- link opening -->\n                <!-- end link opening -->\n\n        <div class=\"elementskit-infobox text-left text-left icon-top-align elementor-animation-   \">\n                    <div class=\"elementskit-box-header elementor-animation-\">\n                <div class=\"elementskit-info-box-icon  \">\n                    <svg class=\"elementkit-infobox-icon ekit-svg-icon icon-worker\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M25.25 12.819c-0.65-0.925-1.756-1.456-2.869-1.456h-1.044c-0.913 0-1.756 0.4-2.344 1.125l-3 3.644-3-3.644c-0.588-0.731-1.431-1.125-2.344-1.125h-1.044c-1.175 0-2.213 0.531-2.869 1.456l-6.050 8.55 4.756 3.45 2.606-3.712v10.606h15.9v-10.606l2.606 3.712 4.756-3.45-6.063-8.55zM24.081 19.119c-0.194-0.2-0.394-0.331-0.65-0.331-0.456 0-0.781 0.331-0.781 0.794v10.869h-13.294v-10.869c0-0.462-0.325-0.794-0.781-0.794-0.262 0-0.519 0.131-0.65 0.331l-2.737 3.913-2.737-1.988 5.344-7.556c0.394-0.594 1.106-0.925 1.825-0.925h1.044c0.519 0 1.044 0.262 1.369 0.662l3.975 4.838 3.975-4.838c0.325-0.4 0.85-0.662 1.369-0.662h1.044c0.719 0 1.431 0.331 1.825 0.925l5.344 7.556-2.738 1.988-2.744-3.913zM16 11.956c2.931 0 5.344-2.45 5.344-5.438 0-2.981-2.413-5.438-5.344-5.438s-5.344 2.45-5.344 5.438c0 2.988 2.412 5.438 5.344 5.438zM16 2.35c2.281 0 4.106 1.856 4.106 4.175s-1.825 4.175-4.106 4.175-4.106-1.856-4.106-4.175c0-2.325 1.825-4.175 4.106-4.175zM14.631 7.319l-0.65 0.794c0.519 0.463 1.106 0.794 1.694 0.863v0.531h0.85v-0.531c0.456 0 0.85-0.2 1.106-0.463 0.262-0.331 0.394-0.662 0.394-1.063 0-0.463-0.131-0.794-0.394-0.994s-0.65-0.4-1.175-0.531v-1.063c0.262 0.131 0.519 0.263 0.85 0.463l0.587-0.794c-0.456-0.331-0.975-0.531-1.431-0.594v-0.4h-0.781v0.4c-0.394 0.069-0.781 0.2-1.044 0.463s-0.394 0.594-0.394 0.994c0 0.4 0.063 0.731 0.325 0.925 0.262 0.2 0.588 0.4 1.106 0.531v1.125c-0.325-0.125-0.65-0.325-1.044-0.656zM16.519 7.056c0.131 0.069 0.194 0.131 0.262 0.2 0.063 0.069 0.063 0.131 0.063 0.263 0 0.263-0.131 0.4-0.325 0.463v-0.925zM15.35 5.263c0-0.2 0.131-0.331 0.325-0.4v0.862c-0.194-0.131-0.325-0.263-0.325-0.463zM17.044 19.581h3.975v1.262h-3.975v-1.262z\"><\/path><\/svg>\n                <\/div>\n          <\/div>\n                        <div class=\"box-body\">\n                            <span class=\"elementskit-info-box-title\">\n                    Self Employed &amp; Freelance                 <\/span>\n                        \t\t  \t<p>Tailored tax solutions designed for independent professionals.\n<\/p>\n                                        <div class=\"box-footer disable_hover_button\">\n                    <div class=\"btn-wraper\">\n                                                            <a class=\"elementskit-btn whitespace--normal elementor-animation-float\" href=\"https:\/\/eutax.ca\/contact\/\">\n                                        Contact us                                        <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>                                    <\/a>\n                                                        <\/div>\n                <\/div>\n                    <\/div>\n        \n        \n                <\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dcfd2e2 e-con-full e-flex e-con e-child\" data-id=\"dcfd2e2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5a85ef4 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5a85ef4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Self Employed &amp; Freelance <\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d45154a elementor-widget elementor-widget-text-editor\" data-id=\"d45154a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Running your own business comes with unique tax responsibilities \u2014 and we\u2019ve got you covered.<br \/>We help self-employed individuals, contractors, and freelancers track expenses, organize records, and maximize deductions.<br \/>From GST\/HST registration to year-end filing, we make sure your taxes are handled properly so you can focus on growing your business.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-1953482134\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1953482134\" data-tab-index=\"4\" style=\"--n-tabs-title-order: 4;\" class=\" elementor-element elementor-element-5dde1f0 e-flex e-con-boxed e-con e-child\" data-id=\"5dde1f0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2c44f60 e-con-full e-flex e-con e-child\" data-id=\"2c44f60\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e46f8a8 elementor-widget__width-initial animated-slow elementor-widget-tablet__width-initial ekit-equal-height-disable elementor-invisible elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"e46f8a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"elementskit-icon-box.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <!-- link opening -->\n                <!-- end link opening -->\n\n        <div class=\"elementskit-infobox text-left text-left icon-top-align elementor-animation-   \">\n                    <div class=\"elementskit-box-header elementor-animation-\">\n                <div class=\"elementskit-info-box-icon  \">\n                    <i aria-hidden=\"true\" class=\"elementkit-infobox-icon rtmicon rtmicon-taxes\"><\/i>\n                <\/div>\n          <\/div>\n                        <div class=\"box-body\">\n                            <span class=\"elementskit-info-box-title\">\n                    Tax planning                <\/span>\n                        \t\t  \t<p>\nSmart strategies to reduce taxes and improve your financial future.<\/p>\n                                        <div class=\"box-footer disable_hover_button\">\n                    <div class=\"btn-wraper\">\n                                                            <a class=\"elementskit-btn whitespace--normal elementor-animation-float\" href=\"https:\/\/eutax.ca\/contact\/\">\n                                        Contact us                                        <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>                                    <\/a>\n                                                        <\/div>\n                <\/div>\n                    <\/div>\n        \n        \n                <\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2bd92e7 e-con-full e-flex e-con e-child\" data-id=\"2bd92e7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-79d32cb animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"79d32cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Tax planning<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0b73b4b elementor-widget elementor-widget-text-editor\" data-id=\"0b73b4b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Good tax planning means fewer surprises and more savings.<br \/>We work with you year-round to build a tax strategy that fits your personal and business goals.<br \/>Whether it\u2019s managing income, planning for investments, or reducing next year\u2019s taxes, we help you make smart decisions before deadlines hit.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-1953482135\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1953482135\" data-tab-index=\"5\" style=\"--n-tabs-title-order: 5;\" class=\" elementor-element elementor-element-26d2c0d e-flex e-con-boxed e-con e-child\" data-id=\"26d2c0d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2b8f4a5 e-con-full e-flex e-con e-child\" data-id=\"2b8f4a5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e069034 elementor-widget__width-initial animated-slow ekit-equal-height-disable elementor-invisible elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"e069034\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"elementskit-icon-box.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <!-- link opening -->\n                <!-- end link opening -->\n\n        <div class=\"elementskit-infobox text-left text-left icon-top-align elementor-animation-   \">\n                    <div class=\"elementskit-box-header elementor-animation-\">\n                <div class=\"elementskit-info-box-icon  \">\n                    <svg class=\"elementkit-infobox-icon ekit-svg-icon icon-man\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M24.935 22.613c-0-0-0-0-0-0-0.498-0.323-0.899-0.477-0.994-0.511l-2.892-1.205-2.039-1.346c-0.020-0.013-0.040-0.024-0.061-0.034v-0.872c1.54-0.769 2.655-2.264 2.896-4.034 1.242-0.101 2.221-1.142 2.221-2.409 0-0.627-0.24-1.199-0.633-1.629v-3.094c0-3.903-3.175-7.079-7.078-7.079h-0.548c-3.903 0-7.078 3.175-7.078 7.079v3.060c-0.412 0.434-0.665 1.019-0.665 1.663 0 1.267 0.98 2.309 2.221 2.409 0.241 1.77 1.356 3.265 2.896 4.034v0.815l-2.126 1.403c-0.029 0.006-0.057 0.015-0.086 0.027l-2.908 1.212c-0.145 0.052-1 0.381-1.849 1.182-0.84 0.793-1.841 2.221-1.841 4.516v4.093c0 0.281 0.227 0.508 0.508 0.508h6.002c0.281 0 0.508-0.227 0.508-0.508s-0.227-0.508-0.508-0.508h-1.565v-3.771c0-0.281-0.227-0.508-0.508-0.508s-0.508 0.227-0.508 0.508v3.771h-2.912v-3.585c0-3.66 2.896-4.7 3.018-4.742 0.011-0.004 0.023-0.008 0.034-0.013l2.423-1.010 2.619 9.349h-1.010c-0.281 0-0.508 0.227-0.508 0.508s0.227 0.508 0.508 0.508h1.678c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h3.834c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h9.133c0.281 0 0.508-0.228 0.508-0.509v-4.092c-0-2.99-1.688-4.533-2.695-5.186zM20.227 21.572l-1.53 3.145-1.898-1.397 2.007-2.083c0.111-0.116 0.157-0.27 0.138-0.418 0.003-0.021 0.005-0.043 0.005-0.065v-0.027l1.28 0.844zM17.14 24.833l-0.399 1.063-1.368 0-0.449-1.072 1.102-0.811 1.114 0.82zM14.188 20.84c0.005-0.028 0.008-0.056 0.008-0.085v-1.015c0-0 0-0 0-0.001v-0.71c0.43 0.113 0.882 0.174 1.347 0.174h1.042c0.465 0 0.916-0.061 1.347-0.174v1.652l-1.891 1.963-1.851-1.803zM23.049 12.202c-0 0.689-0.5 1.262-1.155 1.379v-2.758c0.656 0.117 1.155 0.69 1.155 1.379zM10.234 13.581c-0.656-0.117-1.155-0.69-1.155-1.379s0.5-1.262 1.155-1.379v2.758zM10.744 9.295c-0.001 0-0.002 0-0.002 0-0.018 0-0.035 0.001-0.052 0.003-0.005 0.001-0.011 0.002-0.016 0.002-0.012 0.002-0.023 0.003-0.034 0.005-0.007 0.002-0.014 0.004-0.021 0.005-0.009 0.002-0.018 0.004-0.027 0.007s-0.016 0.006-0.024 0.009c-0.007 0.003-0.015 0.005-0.022 0.008-0.009 0.004-0.018 0.009-0.027 0.013-0.006 0.003-0.012 0.005-0.017 0.008-0.009 0.005-0.017 0.010-0.026 0.015-0.005 0.003-0.011 0.006-0.016 0.010-0.008 0.005-0.016 0.011-0.023 0.017-0.005 0.004-0.011 0.008-0.016 0.012-0.007 0.006-0.013 0.012-0.020 0.018-0.005 0.005-0.011 0.010-0.016 0.015-0.006 0.006-0.012 0.013-0.018 0.019s-0.010 0.011-0.015 0.017c-0.005 0.006-0.010 0.013-0.015 0.020s-0.010 0.012-0.014 0.019c-0.004 0.007-0.008 0.013-0.012 0.020s-0.009 0.014-0.013 0.022c-0.004 0.007-0.007 0.014-0.010 0.020-0.004 0.008-0.008 0.016-0.011 0.024-0.003 0.007-0.005 0.014-0.008 0.020-0.003 0.009-0.007 0.017-0.010 0.026-0.002 0.007-0.004 0.014-0.005 0.021-0.002 0.009-0.005 0.018-0.007 0.028-0.002 0.007-0.002 0.015-0.004 0.023-0.002 0.009-0.003 0.018-0.004 0.028-0.001 0.008-0.001 0.016-0.001 0.024s-0.001 0.014-0.001 0.022c-0.169 0.017-0.333 0.052-0.49 0.103v-2.42c0-3.343 2.719-6.062 6.062-6.062h0.548c3.343 0 6.063 2.72 6.063 6.063v2.431c-0.167-0.056-0.342-0.095-0.523-0.114 0-0.002-0-0.004-0-0.006-0-0.011-0.001-0.022-0.002-0.033-0.001-0.007-0.002-0.013-0.003-0.020-0.001-0.010-0.003-0.019-0.004-0.029-0.002-0.008-0.003-0.016-0.006-0.024s-0.004-0.016-0.006-0.023c-0.003-0.009-0.006-0.018-0.009-0.027-0.002-0.006-0.005-0.013-0.007-0.019-0.004-0.009-0.008-0.018-0.012-0.027-0.003-0.006-0.005-0.011-0.008-0.017-0.005-0.009-0.010-0.017-0.015-0.026-0.003-0.006-0.007-0.011-0.010-0.017-0.005-0.008-0.010-0.015-0.016-0.023-0.004-0.006-0.009-0.012-0.013-0.018s-0.011-0.013-0.016-0.019c-0.005-0.006-0.011-0.012-0.016-0.018s-0.011-0.011-0.016-0.016c-0.006-0.006-0.013-0.012-0.020-0.018-0.006-0.005-0.011-0.009-0.017-0.014-0.007-0.006-0.014-0.011-0.022-0.016-0.006-0.004-0.013-0.008-0.019-0.012s-0.015-0.009-0.022-0.014c-0.007-0.004-0.015-0.008-0.023-0.012s-0.014-0.007-0.021-0.010c-0.009-0.004-0.019-0.008-0.028-0.011-0.006-0.002-0.012-0.005-0.018-0.007-0.011-0.003-0.021-0.006-0.032-0.009-0.005-0.001-0.009-0.003-0.014-0.004-1.988-0.452-2.588-2.957-2.594-2.981-0.044-0.195-0.198-0.346-0.394-0.386s-0.396 0.038-0.514 0.2c-2.26 3.124-7.172 3.154-7.253 3.154-0 0-0 0-0 0zM11.25 13.892v-3.599c1.299-0.080 4.75-0.512 6.97-2.836 0.383 0.901 1.176 2.216 2.658 2.728v3.707c0 2.367-1.926 4.293-4.293 4.293h-1.042c-2.367-0-4.293-1.926-4.293-4.293zM13.18 20.677v0.077c0 0.054 0.009 0.106 0.024 0.154-0.056 0.177-0.013 0.378 0.13 0.517l1.934 1.884-1.913 1.408-1.53-3.145 1.356-0.895zM14.016 29.531l-0.996-3.557c0.008 0.002 0.016 0.005 0.024 0.007 0.040 0.010 0.081 0.015 0.122 0.015 0.107 0 0.213-0.034 0.301-0.099l0.616-0.453 0.428 1.023-0.494 3.064zM14.746 31.384l0.721-4.471h1.193l0.721 4.471h-2.636zM17.616 26.457l0.375-0.998 0.595 0.438c0.088 0.065 0.194 0.099 0.301 0.099 0.041 0 0.081-0.005 0.122-0.015 0.042-0.010 0.082-0.027 0.12-0.047l-1.013 3.616-0.499-3.094zM26.614 31.384v0h-2.912v-3.771c0-0.281-0.227-0.508-0.508-0.508s-0.508 0.227-0.508 0.508v3.771h-4.028l2.604-9.298 2.301 0.959c0.010 0.004 0.022 0.009 0.032 0.012 0.003 0.001 0.343 0.12 0.788 0.408 0 0 0 0 0 0 1.018 0.661 2.232 1.949 2.232 4.334v3.585zM16.658 14.356c0.281 0 0.508-0.227 0.508-0.508s-0.227-0.508-0.508-0.508h-0.375v-1.176c0-0.281-0.227-0.508-0.508-0.508s-0.508 0.227-0.508 0.508v1.684c0 0.281 0.227 0.508 0.508 0.508h0.883z\"><\/path><\/svg>\n                <\/div>\n          <\/div>\n                        <div class=\"box-body\">\n                            <span class=\"elementskit-info-box-title\">\n                    Seniors                <\/span>\n                        \t\t  \t<p>Supportive services to simplify taxes and protect your retirement income.<\/p>\n                                        <div class=\"box-footer disable_hover_button\">\n                    <div class=\"btn-wraper\">\n                                                            <a class=\"elementskit-btn whitespace--normal elementor-animation-float\" href=\"https:\/\/eutax.ca\/contact\/\">\n                                        Contact us                                        <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>                                    <\/a>\n                                                        <\/div>\n                <\/div>\n                    <\/div>\n        \n        \n                <\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2a9f53b e-con-full e-flex e-con e-child\" data-id=\"2a9f53b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e81a2d6 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"e81a2d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Seniors<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-13ec2ba elementor-widget elementor-widget-text-editor\" data-id=\"13ec2ba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>We understand that every stage of life comes with different tax needs.<br \/>Our team helps seniors file accurately while making sure they receive all eligible benefits, credits, and pension-related deductions.<br \/>We make the process simple, clear, and stress-free \u2014 so you can enjoy peace of mind.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-1953482136\" role=\"tabpanel\" aria-labelledby=\"students\" data-tab-index=\"6\" style=\"--n-tabs-title-order: 6;\" class=\" elementor-element elementor-element-f563d51 e-flex e-con-boxed e-con e-child\" data-id=\"f563d51\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a93c338 e-con-full e-flex e-con e-child\" data-id=\"a93c338\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-44b6869 elementor-widget__width-initial animated-slow ekit-equal-height-disable elementor-invisible elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"44b6869\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInLeft&quot;}\" data-widget_type=\"elementskit-icon-box.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <!-- link opening -->\n                <!-- end link opening -->\n\n        <div class=\"elementskit-infobox text-left text-left icon-top-align elementor-animation-   \">\n                    <div class=\"elementskit-box-header elementor-animation-\">\n                <div class=\"elementskit-info-box-icon  \">\n                    <i aria-hidden=\"true\" class=\"elementkit-infobox-icon rtmicon-thin rtmicon-happy-students\"><\/i>\n                <\/div>\n          <\/div>\n                        <div class=\"box-body\">\n                            <span class=\"elementskit-info-box-title\">\n                    Students                <\/span>\n                        \t\t  \t<p>Affordable tax solutions that help students save and stay compliant.<\/p>\n                                        <div class=\"box-footer disable_hover_button\">\n                    <div class=\"btn-wraper\">\n                                                            <a class=\"elementskit-btn whitespace--normal elementor-animation-float\" href=\"https:\/\/eutax.ca\/contact\/\">\n                                        Contact us                                        <svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>                                    <\/a>\n                                                        <\/div>\n                <\/div>\n                    <\/div>\n        \n        \n                <\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c9a6b16 e-con-full e-flex e-con e-child\" data-id=\"c9a6b16\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d2de4ff animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"d2de4ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Students<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a205bb7 elementor-widget elementor-widget-text-editor\" data-id=\"a205bb7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>We help students make the most of their education-related tax benefits.<br \/>From tuition credits to scholarships and part-time income, we ensure everything is reported properly and you don\u2019t miss any savings.<br \/>Whether it\u2019s your first return or you\u2019re balancing work and school, we make filing easy and worry-free.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-63317620 e-flex e-con-boxed e-con e-parent\" data-id=\"63317620\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51003803 elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"51003803\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Having Trouble Managing Your Finances?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-573c2382 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"573c2382\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Let\u2019s build a smarter financial strategy together.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-37316c29 elementor-widget elementor-widget-button\" data-id=\"37316c29\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"https:\/\/eutax.ca\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book a Free Consultation<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6f25b6d3 e-flex e-con-boxed e-con e-parent\" data-id=\"6f25b6d3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f8b0a3a e-con-full e-flex e-con e-child\" data-id=\"f8b0a3a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e28b3bb elementor-widget elementor-widget-heading\" data-id=\"e28b3bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">OUR STEPS<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7e15d4c animated-slow elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7e15d4c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">A simple process designed to make your journey stress-free.<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-673efdf elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"673efdf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>We believe accounting doesn\u2019t need to be complicated. That\u2019s why we\u2019ve created a straightforward process to ensure clarity, efficiency, and confidence from the very first step<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c68caea e-grid e-con-full e-con e-child\" data-id=\"c68caea\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-32fc06c elementor-widget__width-initial elementor-widget elementor-widget-button\" data-id=\"32fc06c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"https:\/\/eutax.ca\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Message<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f3e5842 elementor-widget__width-initial elementor-widget elementor-widget-button\" data-id=\"f3e5842\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"https:\/\/wa.me\/16477059071\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Message WhatsApp<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e976b2c e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"e976b2c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInLeft&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4ba88ab elementor-view-framed elementor-shape-square elementor-position-inline-start elementor-mobile-position-inline-start elementor-widget-mobile__width-initial elementor-widget elementor-widget-icon-box\" data-id=\"4ba88ab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg class=\"ekit-svg-icon icon-decision-making\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M18.475 20.212h-4.95c-3.325 0-5.994 2.631-6.063 5.913-0.194 0.988-0.456 2.694 0.194 3.35 1.7 1.644 5.412 2.238 8.344 2.238s6.644-0.594 8.337-2.238c0.65-0.656 0.394-2.369 0.194-3.35-0.063-3.288-2.731-5.913-6.056-5.913zM23.494 28.494c-1.175 1.181-4.038 1.906-7.431 1.906s-6.319-0.725-7.431-1.837c-0.131-0.2-0.063-1.313 0.131-2.238v-0.131c0-2.631 2.15-4.731 4.756-4.731v-0.069h5.019c2.606 0 4.756 2.1 4.756 4.731v0.131c0.2 0.919 0.331 2.038 0.2 2.238zM16 19.425c2.738 0 4.887-2.169 4.887-4.863s-2.15-4.863-4.887-4.863c-2.669 0-4.887 2.169-4.887 4.863s2.15 4.863 4.887 4.863zM16 10.944c2.019 0 3.65 1.644 3.65 3.612s-1.631 3.613-3.65 3.613-3.65-1.644-3.65-3.613c0-1.969 1.631-3.613 3.65-3.613zM15.35 3.5v4.95h1.237v-5.019l1.431 1.4 0.85-0.85-2.869-2.894-2.869 2.894 0.85 0.85zM8.119 13.9v-1.244h-5.069l1.419-1.381-0.913-0.856-2.869 2.825 2.869 2.894 0.913-0.919-1.35-1.319zM28.444 10.419l-0.913 0.856 1.419 1.381h-5.069v1.244h5l-1.35 1.319 0.913 0.919 2.869-2.894z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h4 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tConsultation\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h4>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tStart with a free consultation to understand your needs and goals.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-224a650 elementor-view-framed elementor-shape-square elementor-position-inline-start elementor-mobile-position-inline-start elementor-widget-mobile__width-initial elementor-widget elementor-widget-icon-box\" data-id=\"224a650\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg class=\"ekit-svg-icon icon-graph\" viewBox=\"0 0 26 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M9.114 3.443c-0.354 0-0.608 0.304-0.608 0.608v1.114c-2.886 0.304-5.114 2.734-5.114 5.722 0 3.19 2.582 5.772 5.772 5.772 2.937 0 5.418-2.228 5.722-5.114h1.114c0.354 0 0.608-0.304 0.608-0.608-0.051-4.152-3.392-7.494-7.494-7.494zM9.114 15.392c-2.481 0-4.506-2.025-4.506-4.506 0-2.278 1.671-4.152 3.899-4.456v4.456c0 0.354 0.304 0.608 0.608 0.608h4.456c-0.304 2.228-2.177 3.899-4.456 3.899zM9.722 10.278v0-5.57c2.937 0.304 5.266 2.633 5.57 5.57h-5.57z\"><\/path><path d=\"M15.949 18.38h-11.949c-0.354 0-0.608 0.304-0.608 0.608 0 0.354 0.304 0.608 0.608 0.608h11.949c0.354 0 0.608-0.304 0.608-0.608s-0.253-0.608-0.608-0.608z\"><\/path><path d=\"M8 21.418h-4c-0.354 0-0.608 0.304-0.608 0.608 0 0.354 0.304 0.608 0.608 0.608h4c0.354 0 0.608-0.304 0.608-0.608 0-0.354-0.253-0.608-0.608-0.608z\"><\/path><path d=\"M11.595 21.57c-0.101-0.101-0.253-0.203-0.456-0.203-0.152 0-0.304 0.051-0.456 0.203-0.101 0.101-0.203 0.253-0.203 0.456s0.051 0.304 0.203 0.456c0.101 0.101 0.253 0.203 0.456 0.203 0.152 0 0.304-0.051 0.456-0.203 0.101-0.101 0.203-0.253 0.203-0.456s-0.101-0.304-0.203-0.456z\"><\/path><path d=\"M24.861 17.215h-4c-0.354 0-0.608 0.304-0.608 0.608v12.962h-1.266v-8.608c0-0.354-0.304-0.608-0.608-0.608h-4c-0.354 0-0.608 0.304-0.608 0.608v8.557h-1.266v-4.962c0-0.354-0.304-0.608-0.608-0.608h-4c-0.354 0-0.608 0.304-0.608 0.608v4.962h-5.418c-0.354 0-0.608-0.304-0.608-0.608v-28.253c0-0.354 0.253-0.608 0.608-0.608h16.152v4.101c0 1.013 0.861 1.873 1.873 1.873h4.101v7.696c0 0.354 0.304 0.608 0.608 0.608s0.608-0.304 0.608-0.608v-8.304c0-0.152-0.051-0.304-0.203-0.456l-5.924-5.975c-0.152-0.152-0.304-0.203-0.456-0.203h-16.759c-1.013 0-1.873 0.861-1.873 1.873v28.253c0 1.013 0.861 1.873 1.873 1.873h23.646v-14.228c-0.051-0.304-0.304-0.557-0.658-0.557zM19.241 2.127l3.848 3.848h-3.241c-0.354 0-0.608-0.304-0.608-0.608v-3.24zM11.241 30.734h-2.734v-4.354h2.734v4.354zM17.772 30.734h-2.734v-7.899h2.734v7.899zM24.253 30.734h-2.734v-12.304h2.734v12.304z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h4 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tChoose our process\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h4>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tSelect the tailored accounting solution that best fits your business or personal requirements.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-497814b elementor-view-framed elementor-shape-square elementor-position-inline-start elementor-mobile-position-inline-start elementor-widget-mobile__width-initial elementor-widget elementor-widget-icon-box\" data-id=\"497814b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg class=\"ekit-svg-icon icon-coins-1\" viewBox=\"0 0 32 32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M26.013 5.635l-0.336-2.4c-0.017-0.121-0.081-0.23-0.179-0.303s-0.221-0.103-0.341-0.085l-2.643 0.405c-0.249 0.038-0.42 0.271-0.382 0.52s0.271 0.42 0.52 0.382l1.54-0.236c-2.060 2.547-4.276 4.716-6.596 6.454-2.019 1.512-4.122 2.705-6.25 3.543-3.621 1.427-6.094 1.334-6.118 1.333-0.252-0.013-0.465 0.182-0.477 0.434s0.182 0.466 0.433 0.478c0.015 0.001 0.077 0.003 0.184 0.003 0.657 0 2.995-0.101 6.255-1.376 2.21-0.865 4.392-2.096 6.484-3.658 2.404-1.795 4.695-4.037 6.82-6.67l0.182 1.302c0.032 0.228 0.227 0.393 0.451 0.393 0.021 0 0.042-0.001 0.064-0.004 0.25-0.035 0.423-0.266 0.389-0.515zM31.158 27.447h-3.686c0.303-0.202 0.589-0.435 0.853-0.698 1.039-1.039 1.611-2.42 1.611-3.889s-0.572-2.85-1.611-3.889c-0.37-0.37-0.781-0.675-1.217-0.917v-1.841c0-0.252-0.204-0.456-0.456-0.456s-0.456 0.204-0.456 0.456v1.436c-1.249-0.423-2.604-0.382-3.823 0.112v-5.603c0-0.059 0.048-0.107 0.107-0.107h3.61c0.059 0 0.107 0.048 0.107 0.107v1.132c0 0.252 0.204 0.456 0.456 0.456s0.456-0.204 0.456-0.456v-1.132c0-0.562-0.457-1.019-1.019-1.019h-3.61c-0.562 0-1.019 0.457-1.019 1.019v6.078c-0.323 0.208-0.63 0.452-0.912 0.735-1.039 1.039-1.611 2.42-1.611 3.889s0.572 2.85 1.611 3.889c0.264 0.264 0.549 0.497 0.853 0.698h-2.88v-11.149c0-0.562-0.457-1.019-1.019-1.019h-3.609c-0.562 0-1.019 0.457-1.019 1.019v11.149h-2.94v-7.397c0-0.562-0.457-1.019-1.019-1.019h-3.61c-0.562 0-1.019 0.457-1.019 1.019v7.397h-1.879v-23.459c0-0.464-0.378-0.842-0.842-0.842h-0.722c-0.464 0-0.842 0.378-0.842 0.842v3.238c0 0.252 0.204 0.456 0.456 0.456s0.456-0.204 0.456-0.456v-3.168h0.58v23.459c0 0.464 0.378 0.842 0.842 0.842h28.753v0.686h-30.175v-18.936c0-0.252-0.204-0.456-0.456-0.456s-0.456 0.204-0.456 0.456v19.007c0 0.464 0.378 0.842 0.842 0.842h30.317c0.464 0 0.842-0.378 0.842-0.842v-0.828c0-0.464-0.378-0.842-0.842-0.842zM9.020 27.447v0h-3.824v-7.397c0-0.059 0.048-0.107 0.107-0.107h3.61c0.059 0 0.107 0.048 0.107 0.107v7.397zM13.784 27.447v-11.149c0-0.059 0.048-0.107 0.107-0.107h3.609c0.059 0 0.107 0.048 0.107 0.107v11.149h-3.823zM26.451 26.98c-0.462 0.226-0.964 0.373-1.475 0.434-0.009 0.001-0.017 0.002-0.026 0.003-0.035 0.004-0.070 0.007-0.105 0.011-0.053 0.005-0.107 0.009-0.16 0.012-0.017 0.001-0.034 0.001-0.051 0.002-0.066 0.003-0.132 0.005-0.198 0.005s-0.132-0.002-0.198-0.005c-0.021-0.001-0.042-0.002-0.062-0.003-0.050-0.003-0.099-0.007-0.149-0.011-0.041-0.004-0.082-0.008-0.123-0.013-0.029-0.003-0.058-0.007-0.087-0.011-0.042-0.006-0.083-0.012-0.124-0.018-0.005-0.001-0.011-0.002-0.016-0.003-0.538-0.090-1.058-0.276-1.532-0.55-0.003-0.001-0.005-0.002-0.008-0.004-0.34-0.198-0.658-0.44-0.944-0.726-0.866-0.866-1.343-2.018-1.343-3.244s0.477-2.377 1.343-3.244c0.332-0.332 0.702-0.602 1.097-0.81 0.011-0.006 0.022-0.012 0.034-0.017 0.66-0.342 1.387-0.514 2.113-0.514 0.581 0 1.162 0.11 1.708 0.328 0.009 0.004 0.019 0.007 0.029 0.011 0.057 0.023 0.113 0.048 0.169 0.073 0.022 0.010 0.045 0.021 0.067 0.031 0.46 0.218 0.891 0.517 1.271 0.897 1.788 1.788 1.788 4.698 0 6.487-0.36 0.36-0.769 0.651-1.212 0.87-0.006 0.002-0.011 0.004-0.017 0.007zM24.648 22.418v-1.625c0.56 0.040 0.768 0.296 0.96 0.296 0.24 0 0.352-0.304 0.352-0.456 0-0.392-0.768-0.56-1.313-0.576v-0.216c0-0.096-0.12-0.184-0.24-0.184-0.136 0-0.232 0.088-0.232 0.184v0.232c-0.76 0.080-1.521 0.48-1.521 1.489 0 1.024 0.8 1.313 1.521 1.569v1.881c-0.816-0.064-1.032-0.624-1.297-0.624-0.2 0-0.368 0.264-0.368 0.456 0 0.392 0.672 0.928 1.665 0.944h-0v0.248c0 0.096 0.096 0.184 0.232 0.184 0.12 0 0.24-0.088 0.24-0.184v-0.272c0.864-0.12 1.457-0.664 1.457-1.649 0-1.088-0.76-1.441-1.457-1.697zM24.224 22.266c-0.424-0.16-0.768-0.328-0.768-0.784 0-0.416 0.32-0.616 0.768-0.672v1.457zM24.6 24.995v-1.689c0.392 0.168 0.704 0.392 0.704 0.896 0 0.456-0.272 0.712-0.704 0.792z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tGet Your Service\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tReceive reliable, transparent, and professional support so you can focus on what truly matters.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2741a8f7 e-flex e-con-boxed e-con e-parent\" data-id=\"2741a8f7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e2d674d e-con-full e-flex e-con e-child\" data-id=\"e2d674d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-926f796 elementor-widget elementor-widget-heading\" data-id=\"926f796\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">About Eutax Group<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-be17c79 animated-slow elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"be17c79\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Your Financial Partner for Success\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2edce60 elementor-widget elementor-widget-text-editor\" data-id=\"2edce60\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>We\u2019re not your typical accounting firm \u2014 we\u2019re your growth partners.<br \/>Our team is passionate about helping businesses and individuals make sense of their numbers, plan smarter, and reach their goals with confidence.<\/p><p>Built on\u00a0<strong>trust, transparency, and real results<\/strong>, we believe accounting should empower you \u2014 not overwhelm you.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9080f40 e-con-full e-flex e-con e-child\" data-id=\"9080f40\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-0d59036 e-con-full e-flex e-con e-child\" data-id=\"0d59036\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-827fe83 elementor-widget elementor-widget-heading\" data-id=\"827fe83\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Our Vision<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c7a7b49 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"c7a7b49\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-angle-right\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">To inspire business growth through innovation and clarity.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-angle-right\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">To empower clients with the right strategy and insights.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-angle-right\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">To lead with integrity, transparency, and long-term commitment.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a0e79dc e-con-full e-flex e-con e-child\" data-id=\"a0e79dc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5a59667 elementor-widget elementor-widget-heading\" data-id=\"5a59667\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Our Mission<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a9ccb4 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"5a9ccb4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-angle-right\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">To deliver personalized, practical, and measurable solutions.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-angle-right\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">To build strong partnerships that focus on real outcomes.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-angle-right\" viewBox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">To simplify processes, save time, and help your business thrive.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5b6f56b elementor-widget elementor-widget-button\" data-id=\"5b6f56b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"https:\/\/eutax.ca\/about-us\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">About us<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1fd5eb0 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"1fd5eb0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInRight&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-105e84f elementor-widget-tablet__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-image\" data-id=\"105e84f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"900\" src=\"https:\/\/eutax.ca\/wp-content\/uploads\/2025\/11\/Eutaxgroup-canada4.webp\" class=\"attachment-full size-full wp-image-633\" alt=\"Eutaxgroup-canada-services-toronto-tax-canada\" srcset=\"https:\/\/eutax.ca\/wp-content\/uploads\/2025\/11\/Eutaxgroup-canada4.webp 800w, https:\/\/eutax.ca\/wp-content\/uploads\/2025\/11\/Eutaxgroup-canada4-267x300.webp 267w, https:\/\/eutax.ca\/wp-content\/uploads\/2025\/11\/Eutaxgroup-canada4-768x864.webp 768w, https:\/\/eutax.ca\/wp-content\/uploads\/2025\/11\/Eutaxgroup-canada4-11x12.webp 11w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Services Accounting and Tax in Toronto GTA Eutax Group Top #1 Trusted Accounting and Personal Business Solutions in Canada GTA | EUTAX Group Services Accounting and Tax in Toronto GTA Professional Accounting &amp; Tax Services How we can help you Services Business Personal Outsource management Corporation tax Hst \/ Wsib &amp; Eht filling Business registration [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-171","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/eutax.ca\/es\/wp-json\/wp\/v2\/pages\/171","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eutax.ca\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/eutax.ca\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/eutax.ca\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/eutax.ca\/es\/wp-json\/wp\/v2\/comments?post=171"}],"version-history":[{"count":7,"href":"https:\/\/eutax.ca\/es\/wp-json\/wp\/v2\/pages\/171\/revisions"}],"predecessor-version":[{"id":933,"href":"https:\/\/eutax.ca\/es\/wp-json\/wp\/v2\/pages\/171\/revisions\/933"}],"wp:attachment":[{"href":"https:\/\/eutax.ca\/es\/wp-json\/wp\/v2\/media?parent=171"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}