{"id":4888,"date":"2019-12-12T13:51:12","date_gmt":"2019-12-12T13:51:12","guid":{"rendered":"https:\/\/droitthemes.com\/wp\/saasland-theme\/?page_id=4888"},"modified":"2025-05-21T22:22:10","modified_gmt":"2025-05-21T22:22:10","slug":"event","status":"publish","type":"page","link":"https:\/\/sproudt.com\/fr\/event\/","title":{"rendered":"Home &#8211; Event"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"4888\" class=\"elementor elementor-4888\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3efc2a99 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"3efc2a99\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6531da08\" data-id=\"6531da08\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-184e0b26 elementor-widget elementor-widget-saasland_hero\" data-id=\"184e0b26\" data-element_type=\"widget\" data-widget_type=\"saasland_hero.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<section class=\"event_banner_area\">\r\n            <div class=\"parallax-effect\" style=\"background: url( https:\/\/saaslandwp.net\/wp-content\/uploads\/2019\/12\/banner_bg.jpg ); background-repeat: no-repeat; background-size: cover;\"><\/div>\r\n            <div class=\"container\">\r\n        <div class=\"event_banner_content\">\r\n            <div class=\"round wow zoomIn\" data-wow-delay=\"0.2s\"><\/div>\r\n            <h6 class=\"upper-title wow fadeInUp\" data-wow-delay=\"0.6s\">January 24, 2023<\/h6><h2 class=\"typewrite_title saasland_html_class_color wow fadeInUp\" data-wow-delay=\"0.8s\"><span>Digital <\/span>Marketing <br> Conference <span>2023<\/span><\/h2><a class=\"event_btn btn_hover wow fadeInLeft elementor-repeater-item-77d64b4\" \r\n                                data-wow-delay=\"0.9s\" href=\"#\"\r\n                                >Register Now<\/a><a class=\"event_btn event_btn_two btn_hover wow fadeInRight\" data-wow-delay=\"0.9s\" href=\"https:\/\/www.youtube.com\/watch?v=aTtUGF8WpxM\">\r\n                        <i class=\"arrow_triangle-right_alt2\"><\/i>How we Work<\/a>        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-74d3dad0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"74d3dad0\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-855bc9c\" data-id=\"855bc9c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1f53f498 elementor-widget elementor-widget-saasland_countdown\" data-id=\"1f53f498\" data-element_type=\"widget\" data-widget_type=\"saasland_countdown.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<section class=\"event_counter_area\">\r\n    <div class=\"container\">\r\n        <div class=\"row align-items-center\">\r\n            <div class=\"col-lg-4\">\r\n                <div class=\"event_text wow fadeInLeft\">\r\n                    <h3>Count Every Second Until the <span>Event<\/span><\/h3>                <\/div>\r\n            <\/div>\r\n            <div class=\"col-lg-8\">\r\n                <div class=\"event_countdown wow fadeInRight\">\r\n                    <div class=\"event_counter red-time-counter\">\r\n                                                    <div class=\"red-countdown red-countdown-one\" data-countdown=\"25\/01\/2024\"><\/div>\r\n                                                    <script>\r\n                            ( function( $ ){\r\n\r\n                                jQuery(document).ready(function(){\r\n                                    var redCounter = $('.red-countdown');\r\n                                    if(redCounter.length){\r\n                                        redCounter.each(function() {\r\n                                            var $this = $(this), NewDate = $(this).data('countdown');\r\n\r\n                                            \/\/var NewDate = '28\/12\/2019';\r\n\r\n                                            let current_datetime = new Date();\r\n                                            let formatted_date = current_datetime.getDate() + \"\/\" + (current_datetime.getMonth() + 1) + \"\/\" + current_datetime.getFullYear();\r\n                                            var a = moment(formatted_date, 'DD\/MM\/YYYY');\r\n                                            var b = moment(NewDate, 'DD\/MM\/YYYY');\r\n                                            var remainingDays = b.diff(a, 'days');\r\n                                            \/\/var remainingDays = moment(NewDate).fromNow(true);\r\n                                            var currentHours = current_datetime.getHours();\r\n                                            var FinalHours = (24-currentHours)*60*60;\r\n                                            var currentMins = current_datetime.getMinutes();\r\n                                            var FinalMins = (60-currentMins)*60;\r\n                                            var currentSecs = current_datetime.getSeconds();\r\n                                            var FinalSecs = (60-currentSecs);\r\n                                            var remainSum = FinalHours+FinalMins+FinalSecs;\r\n\r\n                                            var endDate = remainingDays*24*60*60;\r\n                                            var FinalendDate = endDate+remainSum;\r\n                                            \/\/alert(FinalendDate);\r\n                                            $('.red-countdown-one').redCountdown({\r\n                                                end: $.now() + FinalendDate,\r\n                                                labels: true,\r\n                                                style: {\r\n                                                    element: \"\",\r\n                                                    textResponsive: 0.5,\r\n                                                    daysElement: {\r\n                                                        gauge: {\r\n                                                            thickness: 0.09,\r\n                                                            bgColor: \"#f2ede6\",\r\n                                                            fgColor: \"#fd485e\"\r\n                                                        }\r\n                                                    },\r\n                                                    hoursElement: {\r\n                                                        gauge: {\r\n                                                            thickness: 0.09,\r\n                                                            bgColor: \"#f2ede6\",\r\n                                                            fgColor: \"#2d8dfa\"\r\n                                                        }\r\n                                                    },\r\n                                                    minutesElement: {\r\n                                                        gauge: {\r\n                                                            thickness: 0.09,\r\n                                                            bgColor: \"#f2ede6\",\r\n                                                            fgColor: \"#9449fb\"\r\n                                                        }\r\n                                                    },\r\n                                                    secondsElement: {\r\n                                                        gauge: {\r\n                                                            thickness: 0.09,\r\n                                                            bgColor: \"#f2ede6\",\r\n                                                            fgColor: \"#4ad425\"\r\n                                                        }\r\n                                                    }\r\n\r\n                                                },\r\n                                                onEndCallback: function() { console.log(\"Time out!\"); }\r\n                                            });\r\n                                        });\r\n                                    }\r\n                                })\r\n                            })(jQuery);\r\n                        <\/script>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8cc48f0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8cc48f0\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-67832e9\" data-id=\"67832e9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-60313e6a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"60313e6a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Web Design <br> Conference 2023\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c6d0982 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"c6d0982\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tSo I said knees up Jeffrey grub me old mucker Oxford <br> spend a penny, pukka codswallop fantastic lost the plot <br> Queen&#8217;s English. Daft he legged it mufty chancer porkies <br> burke blatant pardon me lavatory.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-6edc8db6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6edc8db6\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-14d8643b\" data-id=\"14d8643b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-28a7979f elementor-position-top elementor-invisible elementor-widget elementor-widget-image-box\" data-id=\"28a7979f\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"46\" height=\"50\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/marker-1.png\" class=\"attachment-full size-full wp-image-4900\" alt=\"Location Icon Graphics\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Where<\/h3><p class=\"elementor-image-box-description\">Golly gosh the wireless<br>posh loo smashing.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-23037ca9\" data-id=\"23037ca9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-25f619ca elementor-position-top elementor-invisible elementor-widget elementor-widget-image-box\" data-id=\"25f619ca\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"52\" height=\"50\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/timer-1.png\" class=\"attachment-full size-full wp-image-4908\" alt=\"Time and Clock Graphics\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">When<\/h3><p class=\"elementor-image-box-description\">Sunday to Wednesday <br>April 24 to 04, 2023<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d790e07\" data-id=\"d790e07\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-99957f3 elementor-widget__width-auto elementor-absolute elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"99957f3\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-square-full\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M512 512H0V0h512v512z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22bcaa48 elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-image\" data-id=\"22bcaa48\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInRight&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"570\" height=\"500\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/about-1.jpg\" class=\"attachment-full size-full wp-image-4894\" alt=\"Team Member\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-35f9c9e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"35f9c9e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-150971a5\" data-id=\"150971a5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2d1a86e6 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"2d1a86e6\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Speakers<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c6823b7 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5c6823b7\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Who's Speaking<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31320a08 elementor-widget elementor-widget-Saasland_team\" data-id=\"31320a08\" data-element_type=\"widget\" data-widget_type=\"Saasland_team.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n<div class=\"event_team_slider owl-carousel\">\r\n        <div class=\"item\">\r\n        <div class=\"e_team_img\">\r\n            <img loading=\"lazy\" decoding=\"async\" width=\"350\" height=\"500\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/team2-1.jpg\" class=\"attachment-full size-full\" alt=\"Team Member\" \/>            <ul class=\"list-unstyled\">\r\n                <li><a href=\"#\"><i class=\"social_twitter\"><\/i><\/a><\/li><li><a href=\"#\"><i class=\"social_facebook\"><\/i><\/a><\/li><li><a href=\"#\"><i class=\"social_linkedin\"><\/i><\/a><\/li>            <\/ul>\r\n        <\/div>\r\n        <a href=\"#\"><h4>Jason Response<\/h4><\/a><p>Graphic Design<\/p>    <\/div>\r\n        <div class=\"item\">\r\n        <div class=\"e_team_img\">\r\n            <img loading=\"lazy\" decoding=\"async\" width=\"350\" height=\"500\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/team3-1.jpg\" class=\"attachment-full size-full\" alt=\"Team Member\" \/>            <ul class=\"list-unstyled\">\r\n                <li><a href=\"#\"><i class=\"social_twitter\"><\/i><\/a><\/li><li><a href=\"#\"><i class=\"social_facebook\"><\/i><\/a><\/li><li><a href=\"#\"><i class=\"social_linkedin\"><\/i><\/a><\/li>            <\/ul>\r\n        <\/div>\r\n        <a href=\"#\"><h4>Dylan Meringue <\/h4><\/a><p>Graphic Design<\/p>    <\/div>\r\n        <div class=\"item\">\r\n        <div class=\"e_team_img\">\r\n            <img loading=\"lazy\" decoding=\"async\" width=\"350\" height=\"500\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/team1-1.jpg\" class=\"attachment-full size-full\" alt=\"Team Member\" \/>            <ul class=\"list-unstyled\">\r\n                <li><a href=\"#\"><i class=\"social_twitter\"><\/i><\/a><\/li><li><a href=\"#\"><i class=\"social_facebook\"><\/i><\/a><\/li><li><a href=\"#\"><i class=\"social_linkedin\"><\/i><\/a><\/li>            <\/ul>\r\n        <\/div>\r\n        <a href=\"#\"><h4>Brian Cumin<\/h4><\/a><p>Graphic Design<\/p>    <\/div>\r\n        <div class=\"item\">\r\n        <div class=\"e_team_img\">\r\n            <img loading=\"lazy\" decoding=\"async\" width=\"350\" height=\"500\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/team1-1.jpg\" class=\"attachment-full size-full\" alt=\"Team Member\" \/>            <ul class=\"list-unstyled\">\r\n                <li><a href=\"#\"><i class=\"social_twitter\"><\/i><\/a><\/li><li><a href=\"#\"><i class=\"social_facebook\"><\/i><\/a><\/li><li><a href=\"#\"><i class=\"social_linkedin\"><\/i><\/a><\/li>            <\/ul>\r\n        <\/div>\r\n        <a href=\"#\"><h4>Giles Posture <\/h4><\/a><p>Graphic Design<\/p>    <\/div>\r\n    <\/div>\r\n\r\n<script>\r\n;\r\n(function($) {\r\n    \"use strict\";\r\n    $(document).ready(function() {\r\n        function EventSlider() {\r\n            var event_slider = $(\".event_team_slider\");\r\n            if (event_slider.length) {\r\n                event_slider.owlCarousel({\r\n                                        loop: true,\r\n                    margin: 25,\r\n                    items: 3,\r\n                    nav: false,\r\n                    autoplay: false,\r\n                    smartSpeed: 2000,\r\n                    responsiveClass: true,\r\n                    responsive: {\r\n                        0: {\r\n                            items: 1,\r\n                        },\r\n                        576: {\r\n                            items: 2,\r\n                        },\r\n                        1199: {\r\n                            items: 3,\r\n                        }\r\n                    },\r\n                })\r\n            }\r\n        }\r\n        EventSlider();\r\n    });\r\n})(jQuery);\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2a9c3c71 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2a9c3c71\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6c411ee4\" data-id=\"6c411ee4\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7ddf300a elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7ddf300a\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">The Event<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3fc8a8ab elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"3fc8a8ab\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">SaasLand in Town<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4717da30 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4717da30\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-4a0cba4d\" data-id=\"4a0cba4d\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-63fa5a elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"63fa5a\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/leader-1.png\" class=\"attachment-full size-full wp-image-4899\" alt=\"Leader Icon Graphics\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Meet the Leaders<\/h3><p class=\"elementor-image-box-description\">Lost the plot lurgy on your bike mate<br> Oxford hanky panky blow off haggle<br> golly gosh do one.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bb2e68c elementor-widget elementor-widget-saasland_button_icons\" data-id=\"bb2e68c\" data-element_type=\"widget\" data-widget_type=\"saasland_button_icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"saasland_btn_w_icon\">\r\n            <a href='#' class=\"erp_btn_learn\" >\r\n                Buy Tickets                 <i class=\"icon_plus\"><\/i>\r\n            <\/a>\r\n        <\/div>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2d569ce3\" data-id=\"2d569ce3\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1c148916 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"1c148916\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"80\" height=\"87\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/meetup-1.png\" class=\"attachment-full size-full wp-image-4902\" alt=\"Meetup Icon Graphics\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Day Long Meetup<\/h3><p class=\"elementor-image-box-description\">Lost the plot lurgy on your bike mate<br> Oxford hanky panky blow off haggle<br> golly gosh do one.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c1a098 elementor-widget elementor-widget-saasland_button_icons\" data-id=\"5c1a098\" data-element_type=\"widget\" data-widget_type=\"saasland_button_icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"saasland_btn_w_icon\">\r\n            <a href='#' class=\"erp_btn_learn\" >\r\n                Buy Tickets                 <i class=\"icon_plus\"><\/i>\r\n            <\/a>\r\n        <\/div>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3fc0a104\" data-id=\"3fc0a104\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3d041405 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"3d041405\" data-element_type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/chat-1-1.png\" class=\"attachment-full size-full wp-image-4895\" alt=\"Chat Graphics\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Ask Questions<\/h3><p class=\"elementor-image-box-description\">Lost the plot lurgy on your bike mate<br> Oxford hanky panky blow off haggle<br> golly gosh do one.<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-19b4f43 elementor-widget elementor-widget-saasland_button_icons\" data-id=\"19b4f43\" data-element_type=\"widget\" data-widget_type=\"saasland_button_icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"saasland_btn_w_icon\">\r\n            <a href='#' class=\"erp_btn_learn\" >\r\n                Buy Tickets                 <i class=\"icon_plus\"><\/i>\r\n            <\/a>\r\n        <\/div>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-216435e9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"216435e9\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6fe546e5\" data-id=\"6fe546e5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-42668e52 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"42668e52\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Main Discussions<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7cf5f346 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"7cf5f346\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">SaasLand Visual Studio<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1e97ead6 elementor-widget elementor-widget-image\" data-id=\"1e97ead6\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1170\" height=\"550\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/promo-1.jpg\" class=\"attachment-full size-full wp-image-4904\" alt=\"Team Member\" srcset=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/promo-1.jpg 1170w, https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/promo-1-600x282.jpg 600w\" sizes=\"(max-width: 1170px) 100vw, 1170px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2dc118c5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2dc118c5\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3ccb7318 elementor-invisible\" data-id=\"3ccb7318\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInDown&quot;,&quot;animation_tablet&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-2f7fe6e3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2f7fe6e3\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5cb18ce9\" data-id=\"5cb18ce9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dc1643f elementor-widget elementor-widget-button\" data-id=\"dc1643f\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Workshop<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-577a6dc\" data-id=\"577a6dc\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5848331b elementor-widget elementor-widget-button\" data-id=\"5848331b\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">24 - 06 - 2023<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-4052acf1 elementor-widget elementor-widget-heading\" data-id=\"4052acf1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">The Impact of Event Marketing\n<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-68b1026a elementor-align-left yellow-btn-hover-shadow elementor-widget elementor-widget-button\" data-id=\"68b1026a\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Buy Tickets<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4d5a7aee\" data-id=\"4d5a7aee\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8acbe5d elementor-widget elementor-widget-text-editor\" data-id=\"8acbe5d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Only a quid it&#8217;s all gone to pot say codswallop loo tinkety tonk old fruit Oxford Why, porkies cheeky bugger tickety-boo butty a load of old tosh bleeder, down the pub well owt to do with me is chip shop gormless. I don&#8217;t want no agro bleeder tomfoolery knees up what a load of rubbish the full monty.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3e8897b8 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"3e8897b8\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4b8db614\" data-id=\"4b8db614\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-646bdd38 elementor-widget elementor-widget-saasland_event_schedule\" data-id=\"646bdd38\" data-element_type=\"widget\" data-widget_type=\"saasland_event_schedule.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <section class=\"event_schedule_area sec_pad\">\r\n            <div class=\"container\">\r\n                <div class=\"hosting_title security_title text-center\">\r\n                    <h2 class=\"wow fadeInUp\" data-wow-delay=\"0.2s\"><span>Schedule<\/span>\nConference Schedule<\/h2>                <\/div>\r\n                <div class=\"event_schedule_inner\">\r\n                    <ul class=\"nav nav-tabs event_tab\" role=\"tablist\">\r\n                        <li class=\"nav-item wow fadeInUp\" data-wow-delay=\"0.4s\">\r\n                                             <a class=\"nav-link active\" id=\"tabfeb212023\" data-bs-toggle=\"tab\" href=\"#feb212023\" role=\"tab\" aria-controls=\"one\" aria-selected=\"true\">\r\n                                                <h5>Day 1 <span>Feb 21, 2023<\/span><\/h5>\r\n                                             <\/a>\r\n                                         <\/li><li class=\"nav-item wow fadeInUp\" data-wow-delay=\"0.4s\">\r\n                                             <a class=\"nav-link\" id=\"tabfeb202023\" data-bs-toggle=\"tab\" href=\"#feb202023\" role=\"tab\" aria-controls=\"one\" aria-selected=\"false\">\r\n                                                <h5>Day 2 <span>Feb 20, 2023<\/span><\/h5>\r\n                                             <\/a>\r\n                                         <\/li><li class=\"nav-item wow fadeInUp\" data-wow-delay=\"0.4s\">\r\n                                             <a class=\"nav-link\" id=\"tabmar292023\" data-bs-toggle=\"tab\" href=\"#mar292023\" role=\"tab\" aria-controls=\"one\" aria-selected=\"false\">\r\n                                                <h5>Day 3 <span>Mar 29, 2023<\/span><\/h5>\r\n                                             <\/a>\r\n                                         <\/li><li class=\"nav-item wow fadeInUp\" data-wow-delay=\"0.4s\">\r\n                                             <a class=\"nav-link\" id=\"tabmay102023\" data-bs-toggle=\"tab\" href=\"#may102023\" role=\"tab\" aria-controls=\"one\" aria-selected=\"false\">\r\n                                                <h5>Day 4 <span>May 10, 2023<\/span><\/h5>\r\n                                             <\/a>\r\n                                         <\/li>                    <\/ul>\r\n                    <div class=\"tab-content event_tab_content\">\r\n                                                        <div class=\"tab-pane fade show active\" id=\"feb212023\" role=\"tabpanel\">\r\n                                                                          <div class=\"media d-flex\">\r\n                                           <div class=\"media-left flex-shrink-0\">\r\n                                               <img loading=\"lazy\" decoding=\"async\" width=\"40\" height=\"40\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/digital-1.jpg\" class=\"attachment-full size-full\" alt=\"Team Member\" \/><p><a href=\"#\"><i class=\"icon_clock_alt\"><\/i>10:30 - 12:30 AM<\/a><a href=\"#\"><i class=\"icon_pin_alt\"><\/i>Room 2<\/a><\/p>                                           <\/div>\r\n                                           <div class=\"media-body\">\r\n                                               <h3 class=\"h_head\">The future of the UI\/UX 01<\/h3><span>by <a href=\"#\">Dylan Meringue<\/a><\/span><p>Lost the plot lurgy on your bike mate Oxford hanky panky blow off haggle golly gosh do one, is tosser car boot knees.<\/p>                                           <\/div>\r\n                                       <\/div>\r\n                                                                              <div class=\"media d-flex\">\r\n                                           <div class=\"media-left flex-shrink-0\">\r\n                                               <img loading=\"lazy\" decoding=\"async\" width=\"40\" height=\"40\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/digital-1.jpg\" class=\"attachment-full size-full\" alt=\"Team Member\" \/><p><a href=\"#\"><i class=\"icon_clock_alt\"><\/i>10:30 - 12:30 AM<\/a><a href=\"#\"><i class=\"icon_pin_alt\"><\/i>Room 2<\/a><\/p>                                           <\/div>\r\n                                           <div class=\"media-body\">\r\n                                               <h3 class=\"h_head\">Opening Conference<\/h3><span>by <a href=\"#\">Dylan Meringue<\/a><\/span><p>Lost the plot lurgy on your bike mate Oxford hanky panky blow off haggle golly gosh do one, is tosser car boot knees.<\/p>                                           <\/div>\r\n                                       <\/div>\r\n                                                                              <div class=\"media d-flex\">\r\n                                           <div class=\"media-left flex-shrink-0\">\r\n                                               <img loading=\"lazy\" decoding=\"async\" width=\"40\" height=\"40\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/digital-1.jpg\" class=\"attachment-full size-full\" alt=\"Team Member\" \/><p><a href=\"#\"><i class=\"icon_clock_alt\"><\/i>10:30 - 12:30 AM<\/a><a href=\"#\"><i class=\"icon_pin_alt\"><\/i>Room 2<\/a><\/p>                                           <\/div>\r\n                                           <div class=\"media-body\">\r\n                                               <h3 class=\"h_head\">Opening Conference<\/h3><span>by <a href=\"#\">Dylan Meringue<\/a><\/span><p>Lost the plot lurgy on your bike mate Oxford hanky panky blow off haggle golly gosh do one, is tosser car boot knees.<\/p>                                           <\/div>\r\n                                       <\/div>\r\n                                                                       <\/div>\r\n                                                                <div class=\"tab-pane fade\" id=\"feb202023\" role=\"tabpanel\">\r\n                                                                          <div class=\"media d-flex\">\r\n                                           <div class=\"media-left flex-shrink-0\">\r\n                                               <img loading=\"lazy\" decoding=\"async\" width=\"40\" height=\"40\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/marketing-1.jpg\" class=\"attachment-full size-full\" alt=\"Team Member\" \/><p><a href=\"#\"><i class=\"icon_clock_alt\"><\/i>10:30 - 12:30 AM<\/a><a href=\"#\"><i class=\"icon_pin_alt\"><\/i>Room 2<\/a><\/p>                                           <\/div>\r\n                                           <div class=\"media-body\">\r\n                                               <h3 class=\"h_head\">Digital World Event Information<\/h3><span>by <a href=\"#\">Hanson Deck<\/a><\/span><p>Lost the plot lurgy on your bike mate Oxford hanky panky blow off haggle golly gosh do one, is tosser car boot knees.<\/p>                                           <\/div>\r\n                                       <\/div>\r\n                                                                              <div class=\"media d-flex\">\r\n                                           <div class=\"media-left flex-shrink-0\">\r\n                                               <img loading=\"lazy\" decoding=\"async\" width=\"40\" height=\"40\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/conference-1.jpg\" class=\"attachment-full size-full\" alt=\"Team Member\" \/><p><a href=\"#\"><i class=\"icon_clock_alt\"><\/i>10:30 - 12:30 AM<\/a><a href=\"#\"><i class=\"icon_pin_alt\"><\/i>Room 2<\/a><\/p>                                           <\/div>\r\n                                           <div class=\"media-body\">\r\n                                               <h3 class=\"h_head\">Digital Marketing Theory<\/h3><span>by <a href=\"#\">Hanson Deck<\/a><\/span><p>Lost the plot lurgy on your bike mate Oxford hanky panky blow off haggle golly gosh do one, is tosser car boot knees.<\/p>                                           <\/div>\r\n                                       <\/div>\r\n                                                                       <\/div>\r\n                                                                <div class=\"tab-pane fade\" id=\"mar292023\" role=\"tabpanel\">\r\n                                                                          <div class=\"media d-flex\">\r\n                                           <div class=\"media-left flex-shrink-0\">\r\n                                               <img loading=\"lazy\" decoding=\"async\" width=\"40\" height=\"40\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/digital-1.jpg\" class=\"attachment-full size-full\" alt=\"Team Member\" \/><p><a href=\"#\"><i class=\"icon_clock_alt\"><\/i>10:30 - 12:30 AM<\/a><a href=\"#\"><i class=\"icon_pin_alt\"><\/i>Room 2<\/a><\/p>                                           <\/div>\r\n                                           <div class=\"media-body\">\r\n                                               <h3 class=\"h_head\">The future of the UI\/UX<\/h3><span>by <a href=\"#\">Hanson Deck<\/a><\/span><p>Lost the plot lurgy on your bike mate Oxford hanky panky blow off haggle golly gosh do one, is tosser car boot knees.<\/p>                                           <\/div>\r\n                                       <\/div>\r\n                                                                              <div class=\"media d-flex\">\r\n                                           <div class=\"media-left flex-shrink-0\">\r\n                                               <img loading=\"lazy\" decoding=\"async\" width=\"40\" height=\"40\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/conference-1.jpg\" class=\"attachment-full size-full\" alt=\"Team Member\" \/><p><a href=\"#\"><i class=\"icon_clock_alt\"><\/i>10:30 - 12:30 AM<\/a><a href=\"#\"><i class=\"icon_pin_alt\"><\/i>Room 2<\/a><\/p>                                           <\/div>\r\n                                           <div class=\"media-body\">\r\n                                               <h3 class=\"h_head\">Opening Conference<\/h3><span>by <a href=\"#\">Hanson Deck<\/a><\/span><p>Lost the plot lurgy on your bike mate Oxford hanky panky blow off haggle golly gosh do one, is tosser car boot knees.<\/p>                                           <\/div>\r\n                                       <\/div>\r\n                                                                              <div class=\"media d-flex\">\r\n                                           <div class=\"media-left flex-shrink-0\">\r\n                                               <img loading=\"lazy\" decoding=\"async\" width=\"40\" height=\"40\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/marketing-1.jpg\" class=\"attachment-full size-full\" alt=\"Team Member\" \/><p><a href=\"#\"><i class=\"icon_clock_alt\"><\/i>10:30 - 12:30 AM<\/a><a href=\"#\"><i class=\"icon_pin_alt\"><\/i>Room 2<\/a><\/p>                                           <\/div>\r\n                                           <div class=\"media-body\">\r\n                                               <h3 class=\"h_head\">Digital World Event Information<\/h3><span>by <a href=\"#\">Hanson Deck<\/a><\/span><p>Lost the plot lurgy on your bike mate Oxford hanky panky blow off haggle golly gosh do one, is tosser car boot knees.<\/p>                                           <\/div>\r\n                                       <\/div>\r\n                                                                       <\/div>\r\n                                                                <div class=\"tab-pane fade\" id=\"may102023\" role=\"tabpanel\">\r\n                                                                          <div class=\"media d-flex\">\r\n                                           <div class=\"media-left flex-shrink-0\">\r\n                                               <img loading=\"lazy\" decoding=\"async\" width=\"40\" height=\"40\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/marketing-1.jpg\" class=\"attachment-full size-full\" alt=\"Team Member\" \/><p><a href=\"#\"><i class=\"icon_clock_alt\"><\/i>10:30 - 12:30 AM<\/a><a href=\"#\"><i class=\"icon_pin_alt\"><\/i>Room 2<\/a><\/p>                                           <\/div>\r\n                                           <div class=\"media-body\">\r\n                                               <h3 class=\"h_head\">Digital World Event Information<\/h3><span>by <a href=\"#\">Hanson Deck<\/a><\/span><p>Lost the plot lurgy on your bike mate Oxford hanky panky blow off haggle golly gosh do one, is tosser car boot knees.<\/p>                                           <\/div>\r\n                                       <\/div>\r\n                                                                              <div class=\"media d-flex\">\r\n                                           <div class=\"media-left flex-shrink-0\">\r\n                                               <img loading=\"lazy\" decoding=\"async\" width=\"40\" height=\"40\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/conference-1.jpg\" class=\"attachment-full size-full\" alt=\"Team Member\" \/><p><a href=\"#\"><i class=\"icon_clock_alt\"><\/i>10:30 - 12:30 AM<\/a><a href=\"#\"><i class=\"icon_pin_alt\"><\/i>Room 2<\/a><\/p>                                           <\/div>\r\n                                           <div class=\"media-body\">\r\n                                               <h3 class=\"h_head\">Digital Marketing Theory<\/h3><span>by <a href=\"#\">Hanson Deck<\/a><\/span><p>Lost the plot lurgy on your bike mate Oxford hanky panky blow off haggle golly gosh do one, is tosser car boot knees.<\/p>                                           <\/div>\r\n                                       <\/div>\r\n                                                                              <div class=\"media d-flex\">\r\n                                           <div class=\"media-left flex-shrink-0\">\r\n                                               <img loading=\"lazy\" decoding=\"async\" width=\"40\" height=\"40\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/digital-1.jpg\" class=\"attachment-full size-full\" alt=\"Team Member\" \/><p><a href=\"#\"><i class=\"icon_clock_alt\"><\/i>10:30 - 12:30 AM<\/a><a href=\"#\"><i class=\"icon_pin_alt\"><\/i>Room 2<\/a><\/p>                                           <\/div>\r\n                                           <div class=\"media-body\">\r\n                                               <h3 class=\"h_head\">The future of the UI\/UX<\/h3><span>by <a href=\"#\">Hanson Deck<\/a><\/span><p>Lost the plot lurgy on your bike mate Oxford hanky panky blow off haggle golly gosh do one, is tosser car boot knees.<\/p>                                           <\/div>\r\n                                       <\/div>\r\n                                                                              <div class=\"media d-flex\">\r\n                                           <div class=\"media-left flex-shrink-0\">\r\n                                               <img loading=\"lazy\" decoding=\"async\" width=\"40\" height=\"40\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/marketing-1.jpg\" class=\"attachment-full size-full\" alt=\"Team Member\" \/><p><a href=\"#\"><i class=\"icon_clock_alt\"><\/i>10:30 - 12:30 AM<\/a><a href=\"#\"><i class=\"icon_pin_alt\"><\/i>Room 2<\/a><\/p>                                           <\/div>\r\n                                           <div class=\"media-body\">\r\n                                               <h3 class=\"h_head\">Opening Conference<\/h3><span>by <a href=\"#\">Hanson Deck<\/a><\/span><p>Lost the plot lurgy on your bike mate Oxford hanky panky blow off haggle golly gosh do one, is tosser car boot knees.<\/p>                                           <\/div>\r\n                                       <\/div>\r\n                                                                       <\/div>\r\n                                                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-492c50d7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"492c50d7\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2102405b\" data-id=\"2102405b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1911aedb elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1911aedb\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">14-day free trial.<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e6b3657 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"e6b3657\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">No credit card required.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3941c944 elementor-widget elementor-widget-saasland-pricing-table\" data-id=\"3941c944\" data-element_type=\"widget\" data-widget_type=\"saasland-pricing-table.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"row align-items-center\">\r\n                <div class=\"col-lg-4 col-sm-6\">\r\n                <div class=\"analytices_price_item event_price_item  wow fadeInUp\" data-wow-delay=\"0s\">\r\n                    <style>\r\n                        .event_price_item:before {\r\n                            background: url( https:\/\/sproudt.com\/wp-content\/plugins\/saasland-core\/widgets\/images\/shapes\/price_shap.png ) no-repeat scroll center bottom;\r\n                        }\r\n                    <\/style>\r\n                    <div class=\"p_head\">\r\n                        <h5>One day Pass<\/h5><div class=\"rate\">$59.99<\/div>                    <\/div>\r\n                    <ul class=\"list-unstyled p_body\">\r\n                        <ul><li>All Lite features <i class=\"ti-check\"><\/i><\/li><li>Unlimited contacts <i class=\"ti-check\"><\/i><\/li><li>Remove Sendinblue <i class=\"ti-close\"><\/i><\/li><li>logo from emails <i class=\"ti-close\"><\/i><\/li><li>Advanced statistics <i class=\"ti-check\"><\/i><\/li><\/ul>                    <\/ul>\r\n                    <div class=\"text-center\">\r\n                                <a href=\"#\" class=\"event_btn event_btn_two btn_hover elementor-repeater-item-bf7f56e\" \r\n                                >Buy Ticket<\/a>\r\n                             <\/div>                <\/div>\r\n            <\/div>\r\n                        <div class=\"col-lg-4 col-sm-6\">\r\n                <div class=\"analytices_price_item event_price_item active wow fadeInUp\" data-wow-delay=\"0.2s\">\r\n                    <style>\r\n                        .event_price_item:before {\r\n                            background: url( https:\/\/sproudt.com\/wp-content\/plugins\/saasland-core\/widgets\/images\/shapes\/price_shap.png ) no-repeat scroll center bottom;\r\n                        }\r\n                    <\/style>\r\n                    <div class=\"p_head\">\r\n                        <h5>Starter<\/h5><h6 class=\"tag\"><i class=\"icon_ribbon_alt\"><\/i>Most popular<\/h6><div class=\"rate\">$59.99<\/div>                    <\/div>\r\n                    <ul class=\"list-unstyled p_body\">\r\n                        <ul><li>All Lite features <i class=\"ti-check\"><\/i><\/li><li>Unlimited contacts <i class=\"ti-check\"><\/i><\/li><li>Remove Sendinblue <i class=\"ti-close\"><\/i><\/li><li>logo from emails <i class=\"ti-close\"><\/i><\/li><li>Advanced statistics <i class=\"ti-check\"><\/i><\/li><\/ul>                    <\/ul>\r\n                    <div class=\"text-center\">\r\n                                <a href=\"#\" class=\"event_btn btn_hover elementor-repeater-item-3e0187a\" \r\n                                >Buy Ticket<\/a>\r\n                             <\/div>                <\/div>\r\n            <\/div>\r\n                        <div class=\"col-lg-4 col-sm-6\">\r\n                <div class=\"analytices_price_item event_price_item  wow fadeInUp\" data-wow-delay=\"0.4s\">\r\n                    <style>\r\n                        .event_price_item:before {\r\n                            background: url( https:\/\/sproudt.com\/wp-content\/plugins\/saasland-core\/widgets\/images\/shapes\/price_shap.png ) no-repeat scroll center bottom;\r\n                        }\r\n                    <\/style>\r\n                    <div class=\"p_head\">\r\n                        <h5>VIP Seat<\/h5><div class=\"rate\">$159.99<\/div>                    <\/div>\r\n                    <ul class=\"list-unstyled p_body\">\r\n                        <ul><li>All Lite features <i class=\"ti-check\"><\/i><\/li><li>Unlimited contacts <i class=\"ti-check\"><\/i><\/li><li>Remove Sendinblue <i class=\"ti-close\"><\/i><\/li><li>logo from emails <i class=\"ti-close\"><\/i><\/li><li>Advanced statistics <i class=\"ti-check\"><\/i><\/li><\/ul>                    <\/ul>\r\n                    <div class=\"text-center\">\r\n                                <a href=\"#\" class=\"event_btn event_btn_two btn_hover elementor-repeater-item-9864dd4\" \r\n                                >Buy Ticket<\/a>\r\n                             <\/div>                <\/div>\r\n            <\/div>\r\n            <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fef17d4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"fef17d4\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3d0e300b\" data-id=\"3d0e300b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2c5d8aed elementor-widget elementor-widget-saasland_curve_counter\" data-id=\"2c5d8aed\" data-element_type=\"widget\" data-widget_type=\"saasland_curve_counter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            <section class=\"event_fact_area sec_pad\">\r\n                <div class=\"container\">\r\n                    <div class=\"hosting_title security_title text-center\"><h2><span>Over 1200+<\/span> Completed work &amp; Still counting.<\/h2><\/div>                    <div class=\"seo_fact_info dfsdfsdf\">\r\n                                                        <div class=\"seo_fact_item wow fadeIn\" data-wow-delay=\"0s\">\r\n                                    <div class=\"text\">\r\n                                        <div class=\"counter one elementor-repeater-item-710c3c2\">35<\/div><p>Total Topics<\/p>                                    <\/div>\r\n                                <\/div>\r\n                                                                <div class=\"seo_fact_item wow fadeIn\" data-wow-delay=\"0.3s\">\r\n                                    <div class=\"text\">\r\n                                        <div class=\"counter two elementor-repeater-item-8eb0e1e\">46<\/div><p>Total Speakers<\/p>                                    <\/div>\r\n                                <\/div>\r\n                                                                <div class=\"seo_fact_item wow fadeIn\" data-wow-delay=\"0.6s\">\r\n                                    <div class=\"text\">\r\n                                        <div class=\"counter three elementor-repeater-item-982917a\">78<\/div><p>Sponsors<\/p>                                    <\/div>\r\n                                <\/div>\r\n                                                                <div class=\"seo_fact_item wow fadeIn\" data-wow-delay=\"0.9s\">\r\n                                    <div class=\"text\">\r\n                                        <div class=\"counter four elementor-repeater-item-7a55ecd\">204<\/div><p>Total Attendance<\/p>                                    <\/div>\r\n                                <\/div>\r\n                                                    <\/div>\r\n                <\/div>\r\n            <\/section>\r\n           \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1687a0f9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1687a0f9\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4b6d184c\" data-id=\"4b6d184c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6c371f84 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"6c371f84\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Lovely Clients<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-59bba1f7 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"59bba1f7\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Offcial Sponsors<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3e4b2238 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3e4b2238\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2ccca5ed\" data-id=\"2ccca5ed\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5458838a elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"5458838a\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2272ca1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2272ca1\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6459ae40\" data-id=\"6459ae40\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6c267d18 elementor-widget elementor-widget-heading\" data-id=\"6c267d18\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Principal Sponsor<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-386e7b3b\" data-id=\"386e7b3b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-68ad5b0b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"68ad5b0b\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-7e1c1afd elementor-invisible\" data-id=\"7e1c1afd\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-39270aa3 elementor-widget elementor-widget-image\" data-id=\"39270aa3\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"112\" height=\"27\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/10\/logo_01-1.png\" class=\"attachment-full size-full wp-image-4515\" alt=\"Fox Hub logo\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-6b60fad5 elementor-invisible\" data-id=\"6b60fad5\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6b812f78 elementor-widget elementor-widget-image\" data-id=\"6b812f78\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"110\" height=\"29\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/10\/logo_02-1.png\" class=\"attachment-full size-full wp-image-4516\" alt=\"Amara Logo\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-7270945f elementor-invisible\" data-id=\"7270945f\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-4e223acf elementor-invisible\" data-id=\"4e223acf\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-369b3189 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"369b3189\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-663dca1b\" data-id=\"663dca1b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5a8c4661 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"5a8c4661\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6a148c1b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6a148c1b\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7623d48a\" data-id=\"7623d48a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7e05d590 elementor-widget elementor-widget-heading\" data-id=\"7e05d590\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Platinum Sponsor<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-55a9dfda\" data-id=\"55a9dfda\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1e7eedd0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1e7eedd0\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-3996a5 elementor-invisible\" data-id=\"3996a5\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1f92305d elementor-widget elementor-widget-image\" data-id=\"1f92305d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"100\" height=\"32\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/10\/logo_05-1.png\" class=\"attachment-full size-full wp-image-4519\" alt=\"ZooTV Logo\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-254d43a5 elementor-invisible\" data-id=\"254d43a5\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-353b754e elementor-widget elementor-widget-image\" data-id=\"353b754e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"110\" height=\"35\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/10\/logo_06-1.png\" class=\"attachment-full size-full wp-image-4520\" alt=\"Solaytic Logo\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-70586d4c elementor-invisible\" data-id=\"70586d4c\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-849a535 elementor-widget elementor-widget-image\" data-id=\"849a535\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"80\" height=\"32\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/10\/logo_07-1.png\" class=\"attachment-full size-full wp-image-4521\" alt=\"Liva Logo\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-4dcb5276 elementor-invisible\" data-id=\"4dcb5276\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-421e0a96 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"421e0a96\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1c53e333\" data-id=\"1c53e333\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-45aaadf2 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"45aaadf2\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1c5d369e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1c5d369e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-82fb1ee\" data-id=\"82fb1ee\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d331c38 elementor-widget elementor-widget-heading\" data-id=\"d331c38\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Gold Sponsor<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-764641\" data-id=\"764641\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4e7e192a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4e7e192a\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-262ba0b7 elementor-invisible\" data-id=\"262ba0b7\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-56d636c8 elementor-widget elementor-widget-image\" data-id=\"56d636c8\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"106\" height=\"30\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/10\/logo_09-1.png\" class=\"attachment-full size-full wp-image-4523\" alt=\"Treva Logo\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-5f4cad78 elementor-invisible\" data-id=\"5f4cad78\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-19a0e8a1 elementor-widget elementor-widget-image\" data-id=\"19a0e8a1\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"100\" height=\"34\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/10\/logo_10-1.png\" class=\"attachment-full size-full wp-image-4524\" alt=\"Ideaa Logo\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-180c8980 elementor-invisible\" data-id=\"180c8980\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4d723f5 elementor-widget elementor-widget-image\" data-id=\"4d723f5\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"100\" height=\"30\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/10\/logo_11-1.png\" class=\"attachment-full size-full wp-image-4525\" alt=\"Aven logo\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-2ecb7e34 elementor-invisible\" data-id=\"2ecb7e34\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4b2a704d elementor-widget elementor-widget-image\" data-id=\"4b2a704d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"90\" height=\"30\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/10\/logo_12-1.png\" class=\"attachment-full size-full wp-image-4526\" alt=\"Hexa Logo\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-51cc4b5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"51cc4b5\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-5f066e8f elementor-invisible\" data-id=\"5f066e8f\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-34fec32d elementor-widget elementor-widget-image\" data-id=\"34fec32d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"100\" height=\"32\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/10\/logo_05-1.png\" class=\"attachment-full size-full wp-image-4519\" alt=\"ZooTV Logo\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-6ccb2c60 elementor-invisible\" data-id=\"6ccb2c60\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-19f3ff7d elementor-widget elementor-widget-image\" data-id=\"19f3ff7d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"110\" height=\"35\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/10\/logo_06-1.png\" class=\"attachment-full size-full wp-image-4520\" alt=\"Solaytic Logo\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-72772bec elementor-invisible\" data-id=\"72772bec\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-26ae29f2 elementor-widget elementor-widget-image\" data-id=\"26ae29f2\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"80\" height=\"32\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/10\/logo_07-1.png\" class=\"attachment-full size-full wp-image-4521\" alt=\"Liva Logo\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-4a78ee8b elementor-invisible\" data-id=\"4a78ee8b\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-393d09f5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"393d09f5\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7a228b5\" data-id=\"7a228b5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-448d0c65 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"448d0c65\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-69fe35f6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"69fe35f6\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1029ccda\" data-id=\"1029ccda\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5ab0dd47 elementor-align-right elementor-mobile-align-center btn-hover-shadow elementor-widget elementor-widget-button\" data-id=\"5ab0dd47\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">More Sponsors<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6de29392\" data-id=\"6de29392\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-40d96e39 elementor-align-left elementor-mobile-align-center yellow-btn-hover-shadow elementor-widget elementor-widget-button\" data-id=\"40d96e39\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Become a Sponsors<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5e50f29 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"5e50f29\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-1b87c111\" data-id=\"1b87c111\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-449b40d2\" data-id=\"449b40d2\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-23993d75 elementor-widget elementor-widget-heading\" data-id=\"23993d75\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Venue Infos<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41f367a1 elementor-widget elementor-widget-text-editor\" data-id=\"41f367a1\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Mirpur 1620 Collins Street West <br \/>Victoria 406 New York<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3de2c73e elementor-widget elementor-widget-heading\" data-id=\"3de2c73e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Contact Info<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3988cddc elementor-widget elementor-widget-text-editor\" data-id=\"3988cddc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"color: #677294;\"><a style=\"color: #677294;\" href=\"mailto:saasland@gmail.com\">saasland@gmail.com<\/a> <\/span><br \/><span style=\"color: #677294;\"><a style=\"color: #677294;\" href=\"tel:3024437488\">(+096) 302 443 7488<\/a><\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43e96aa3 elementor-shape-square e-grid-align-left elementor-grid-0 elementor-widget elementor-widget-social-icons\" data-id=\"43e96aa3\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-41512b6\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook-f<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewbox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-7295aca\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Twitter<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-vimeo-v elementor-repeater-item-b8846a1\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Vimeo-v<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-vimeo-v\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M447.8 153.6c-2 43.6-32.4 103.3-91.4 179.1-60.9 79.2-112.4 118.8-154.6 118.8-26.1 0-48.2-24.1-66.3-72.3C100.3 250 85.3 174.3 56.2 174.3c-3.4 0-15.1 7.1-35.2 21.1L0 168.2c51.6-45.3 100.9-95.7 131.8-98.5 34.9-3.4 56.3 20.5 64.4 71.5 28.7 181.5 41.4 208.9 93.6 126.7 18.7-29.6 28.8-52.1 30.2-67.6 4.8-45.9-35.8-42.8-63.3-31 22-72.1 64.1-107.1 126.2-105.1 45.8 1.2 67.5 31.1 64.9 89.4z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-pinterest-p elementor-repeater-item-4ac2799\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Pinterest-p<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-pinterest-p\" viewbox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\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<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-737fd0a3\" data-id=\"737fd0a3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6c2e924b elementor-widget__width-initial elementor-absolute elementor-widget-tablet__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-google_maps\" data-id=\"6c2e924b\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"google_maps.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-custom-embed\">\n\t\t\t<iframe loading=\"lazy\"\n\t\t\t\t\tsrc=\"https:\/\/maps.google.com\/maps?q=District%20of%20Columbia%2C%20USA&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n\t\t\t\t\ttitle=\"District of Columbia, USA\"\n\t\t\t\t\taria-label=\"District of Columbia, USA\"\n\t\t\t><\/iframe>\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<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6c69f1e1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6c69f1e1\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-15324d35\" data-id=\"15324d35\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2d39e005 elementor-widget elementor-widget-image\" data-id=\"2d39e005\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"156\" height=\"40\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/10\/logo-1.png\" class=\"attachment-full size-full wp-image-4469\" alt=\"Saasland Logo\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6f96602b elementor-widget elementor-widget-text-editor\" data-id=\"6f96602b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"color: #b4b4de;\">\u00a9 2023 SaasLand, LLC. All rights reserved.<span style=\"letter-spacing: 0px;\"><br \/>Proudly made in NY<\/span><\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-77f68c1b elementor-shape-circle e-grid-align-left elementor-grid-0 elementor-widget elementor-widget-social-icons\" data-id=\"77f68c1b\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-repeater-item-810dd2d\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook-f<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook-f\" viewbox=\"0 0 320 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-721bba5\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Twitter<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-vimeo-v elementor-repeater-item-00cae21\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Vimeo-v<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-vimeo-v\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M447.8 153.6c-2 43.6-32.4 103.3-91.4 179.1-60.9 79.2-112.4 118.8-154.6 118.8-26.1 0-48.2-24.1-66.3-72.3C100.3 250 85.3 174.3 56.2 174.3c-3.4 0-15.1 7.1-35.2 21.1L0 168.2c51.6-45.3 100.9-95.7 131.8-98.5 34.9-3.4 56.3 20.5 64.4 71.5 28.7 181.5 41.4 208.9 93.6 126.7 18.7-29.6 28.8-52.1 30.2-67.6 4.8-45.9-35.8-42.8-63.3-31 22-72.1 64.1-107.1 126.2-105.1 45.8 1.2 67.5 31.1 64.9 89.4z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-pinterest-p elementor-repeater-item-da6003b\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Pinterest-p<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-pinterest-p\" viewbox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\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<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-1d4bb3ae\" data-id=\"1d4bb3ae\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4e73879b elementor-widget elementor-widget-heading\" data-id=\"4e73879b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Download<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7bfe8bf7 hover-red-event elementor-widget elementor-widget-text-editor\" data-id=\"7bfe8bf7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"list-unstyled f_list\"><li><span style=\"color: #b4b4de;\"><a style=\"color: #b4b4de;\" href=\"#\">Company<\/a><\/span><\/li><li><span style=\"color: #b4b4de;\"><a style=\"color: #b4b4de;\" href=\"#\">Android App<\/a><\/span><\/li><li><span style=\"color: #b4b4de;\"><a style=\"color: #b4b4de;\" href=\"#\">ios App<\/a><\/span><\/li><li><span style=\"color: #b4b4de;\"><a style=\"color: #b4b4de;\" href=\"#\">Desktop<\/a><\/span><\/li><li><span style=\"color: #b4b4de;\"><a style=\"color: #b4b4de;\" href=\"#\">Blog<\/a><\/span><\/li><li><span style=\"color: #b4b4de;\"><a style=\"color: #b4b4de;\" href=\"#\">Partners<\/a><\/span><\/li><li><span style=\"color: #b4b4de;\"><a style=\"color: #b4b4de;\" href=\"#\">Careers<\/a><\/span><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-57e2d451\" data-id=\"57e2d451\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-62799959 elementor-widget elementor-widget-heading\" data-id=\"62799959\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Help<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a88b6d7 hover-red-event elementor-widget elementor-widget-text-editor\" data-id=\"4a88b6d7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"list-unstyled f_list\"><li><span style=\"color: #b4b4de;\"><a style=\"color: #b4b4de;\" href=\"#\">FAQ<\/a><\/span><\/li><li><span style=\"color: #b4b4de;\"><a style=\"color: #b4b4de;\" href=\"#\">Privacy<\/a><\/span><\/li><li><span style=\"color: #b4b4de;\"><a style=\"color: #b4b4de;\" href=\"#\">Term &amp; conditions<\/a><\/span><\/li><li><span style=\"color: #b4b4de;\"><a style=\"color: #b4b4de;\" href=\"#\">Reporting<\/a><\/span><\/li><li><span style=\"color: #b4b4de;\"><a style=\"color: #b4b4de;\" href=\"#\">Block Storage<\/a><\/span><\/li><li><span style=\"color: #b4b4de;\"><a style=\"color: #b4b4de;\" href=\"#\">Tools &amp; Integrations<\/a><\/span><\/li><li><span style=\"color: #b4b4de;\"><a style=\"color: #b4b4de;\" href=\"#\">Tarifs<\/a><\/span><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-f5871b7\" data-id=\"f5871b7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4cb1482 elementor-widget elementor-widget-heading\" data-id=\"4cb1482\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Gallery<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36836f7 gallery-spacing-custom elementor-widget elementor-widget-image-gallery\" data-id=\"36836f7\" data-element_type=\"widget\" data-widget_type=\"image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-gallery\">\n\t\t\t<div id='gallery-1' class='gallery galleryid-4888 gallery-columns-3 gallery-size-full'><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"36836f7\" data-elementor-lightbox-title=\"Instagram Pic\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDkxOCwidXJsIjoiaHR0cHM6XC9cL3Nwcm91ZHQuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE5XC8xMlwvaW5zdHJhZ3JhbTEtMS5qcGciLCJzbGlkZXNob3ciOiIzNjgzNmY3In0%3D\" href='https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/instragram1-1.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"82\" height=\"70\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/instragram1-1.jpg\" class=\"attachment-full size-full\" alt=\"Instagram Pic\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"36836f7\" data-elementor-lightbox-title=\"Instagram Pic\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDkxOSwidXJsIjoiaHR0cHM6XC9cL3Nwcm91ZHQuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE5XC8xMlwvaW5zdHJhZ3JhbTItMS5qcGciLCJzbGlkZXNob3ciOiIzNjgzNmY3In0%3D\" href='https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/instragram2-1.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"82\" height=\"70\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/instragram2-1.jpg\" class=\"attachment-full size-full\" alt=\"Instagram Pic\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"36836f7\" data-elementor-lightbox-title=\"Instagram Pic\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDkyMCwidXJsIjoiaHR0cHM6XC9cL3Nwcm91ZHQuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE5XC8xMlwvaW5zdHJhZ3JhbTMtMS5qcGciLCJzbGlkZXNob3ciOiIzNjgzNmY3In0%3D\" href='https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/instragram3-1.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"82\" height=\"70\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/instragram3-1.jpg\" class=\"attachment-full size-full\" alt=\"Instagram Pic\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"36836f7\" data-elementor-lightbox-title=\"Instagram Pic\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDkyMSwidXJsIjoiaHR0cHM6XC9cL3Nwcm91ZHQuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE5XC8xMlwvaW5zdHJhZ3JhbTQtMS5qcGciLCJzbGlkZXNob3ciOiIzNjgzNmY3In0%3D\" href='https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/instragram4-1.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"82\" height=\"70\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/instragram4-1.jpg\" class=\"attachment-full size-full\" alt=\"Instagram Pic\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"36836f7\" data-elementor-lightbox-title=\"Instagram Pic\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDkyMiwidXJsIjoiaHR0cHM6XC9cL3Nwcm91ZHQuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE5XC8xMlwvaW5zdHJhZ3JhbTUtMS5qcGciLCJzbGlkZXNob3ciOiIzNjgzNmY3In0%3D\" href='https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/instragram5-1.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"82\" height=\"70\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/instragram5-1.jpg\" class=\"attachment-full size-full\" alt=\"Instagram Pic\" \/><\/a>\n\t\t\t<\/div><\/figure><figure class='gallery-item'>\n\t\t\t<div class='gallery-icon landscape'>\n\t\t\t\t<a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"36836f7\" data-elementor-lightbox-title=\"Instagram Pic\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDkyMywidXJsIjoiaHR0cHM6XC9cL3Nwcm91ZHQuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDE5XC8xMlwvaW5zdHJhZ3JhbTYtMS5qcGciLCJzbGlkZXNob3ciOiIzNjgzNmY3In0%3D\" href='https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/instragram6-1.jpg'><img loading=\"lazy\" decoding=\"async\" width=\"82\" height=\"70\" src=\"https:\/\/sproudt.com\/wp-content\/uploads\/2019\/12\/instragram6-1.jpg\" class=\"attachment-full size-full\" alt=\"Instagram Pic\" \/><\/a>\n\t\t\t<\/div><\/figure>\n\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<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>January 24, 2023 Digital Marketing Conference 2023 Register Now How we Work Count Every Second Until the Event Web Design Conference 2023 So I said knees up Jeffrey grub me old mucker Oxford spend a penny, pukka codswallop fantastic lost the plot Queen&#8217;s English. Daft he legged it mufty chancer porkies burke blatant pardon me&#8230;<\/p>","protected":false},"author":1,"featured_media":7894,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"content-type":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-4888","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Event &amp; Conference - MultiPurpose WordPress Theme<\/title>\n<meta name=\"description\" content=\"Saasland Event &amp; Conferences WordPress Theme. This template is very good for companies that work with event planning.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sproudt.com\/fr\/event\/\" \/>\n<meta property=\"og:locale\" content=\"fr_CA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Event &amp; Conference - MultiPurpose WordPress Theme\" \/>\n<meta property=\"og:description\" content=\"Saasland Event &amp; Conferences WordPress Theme. This template is very good for companies that work with event planning.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sproudt.com\/fr\/event\/\" \/>\n<meta property=\"og:site_name\" content=\"sproudt.com\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=61577576094805\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-21T22:22:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sproudt.com\/wp-content\/uploads\/2022\/02\/Event-and-Conference-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"979\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Event &amp; Conference - MultiPurpose WordPress Theme\" \/>\n<meta name=\"twitter:description\" content=\"Saasland Event &amp; Conferences WordPress Theme. This template is very good for companies that work with event planning.\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/sproudt.com\/wp-content\/uploads\/2022\/02\/Event-and-Conference-1.jpg\" \/>\n<meta name=\"twitter:label1\" content=\"Estimation du temps de lecture\" \/>\n\t<meta name=\"twitter:data1\" content=\"13 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Event & Conference - MultiPurpose WordPress Theme","description":"Saasland Event & Conferences WordPress Theme. This template is very good for companies that work with event planning.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sproudt.com\/fr\/event\/","og_locale":"fr_CA","og_type":"article","og_title":"Event & Conference - MultiPurpose WordPress Theme","og_description":"Saasland Event & Conferences WordPress Theme. This template is very good for companies that work with event planning.","og_url":"https:\/\/sproudt.com\/fr\/event\/","og_site_name":"sproudt.com","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=61577576094805","article_modified_time":"2025-05-21T22:22:10+00:00","og_image":[{"width":1920,"height":979,"url":"https:\/\/sproudt.com\/wp-content\/uploads\/2022\/02\/Event-and-Conference-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_title":"Event & Conference - MultiPurpose WordPress Theme","twitter_description":"Saasland Event & Conferences WordPress Theme. This template is very good for companies that work with event planning.","twitter_image":"https:\/\/sproudt.com\/wp-content\/uploads\/2022\/02\/Event-and-Conference-1.jpg","twitter_misc":{"Estimation du temps de lecture":"13 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sproudt.com\/event\/","url":"https:\/\/sproudt.com\/event\/","name":"Event & Conference - MultiPurpose WordPress Theme","isPartOf":{"@id":"https:\/\/sproudt.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/sproudt.com\/event\/#primaryimage"},"image":{"@id":"https:\/\/sproudt.com\/event\/#primaryimage"},"thumbnailUrl":"https:\/\/sproudt.com\/wp-content\/uploads\/2022\/02\/Event-and-Conference-1.jpg","datePublished":"2019-12-12T13:51:12+00:00","dateModified":"2025-05-21T22:22:10+00:00","description":"Saasland Event & Conferences WordPress Theme. This template is very good for companies that work with event planning.","breadcrumb":{"@id":"https:\/\/sproudt.com\/event\/#breadcrumb"},"inLanguage":"fr-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sproudt.com\/event\/"]}]},{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/sproudt.com\/event\/#primaryimage","url":"https:\/\/sproudt.com\/wp-content\/uploads\/2022\/02\/Event-and-Conference-1.jpg","contentUrl":"https:\/\/sproudt.com\/wp-content\/uploads\/2022\/02\/Event-and-Conference-1.jpg","width":1920,"height":979,"caption":"Event and Conference"},{"@type":"BreadcrumbList","@id":"https:\/\/sproudt.com\/event\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/sproudt.com\/"},{"@type":"ListItem","position":2,"name":"Home &#8211; Event"}]},{"@type":"WebSite","@id":"https:\/\/sproudt.com\/#website","url":"https:\/\/sproudt.com\/","name":"sproudt.com","description":"","publisher":{"@id":"https:\/\/sproudt.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sproudt.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-CA"},{"@type":"Organization","@id":"https:\/\/sproudt.com\/#organization","name":"SPROUDT","url":"https:\/\/sproudt.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/sproudt.com\/#\/schema\/logo\/image\/","url":"https:\/\/sproudt.com\/wp-content\/uploads\/2025\/06\/1500x1500png_Plan-de-travail-1-scaled.png","contentUrl":"https:\/\/sproudt.com\/wp-content\/uploads\/2025\/06\/1500x1500png_Plan-de-travail-1-scaled.png","width":2560,"height":2560,"caption":"SPROUDT"},"image":{"@id":"https:\/\/sproudt.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=61577576094805","https:\/\/www.instagram.com\/sproudt.marketing\/"]}]}},"_links":{"self":[{"href":"https:\/\/sproudt.com\/fr\/wp-json\/wp\/v2\/pages\/4888","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sproudt.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sproudt.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sproudt.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sproudt.com\/fr\/wp-json\/wp\/v2\/comments?post=4888"}],"version-history":[{"count":1,"href":"https:\/\/sproudt.com\/fr\/wp-json\/wp\/v2\/pages\/4888\/revisions"}],"predecessor-version":[{"id":14503,"href":"https:\/\/sproudt.com\/fr\/wp-json\/wp\/v2\/pages\/4888\/revisions\/14503"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sproudt.com\/fr\/wp-json\/wp\/v2\/media\/7894"}],"wp:attachment":[{"href":"https:\/\/sproudt.com\/fr\/wp-json\/wp\/v2\/media?parent=4888"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}