-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·659 lines (593 loc) · 27.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Zeus - Property Marketing Agency</title>
<meta name="description"
content="Leading property marketing agency, our marketing team provides a key solution for off-plan property developers and urban planners. Property development marketing agency">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all,follow">
<!-- Bootstrap CSS-->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Font Awesome and Pixeden Icon Stroke icon fonts-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="css/pe-icon-7-stroke.css">
<!-- Google fonts - Roboto-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,700">
<link rel="stylesheet" href="css/style.default.css" id="theme-stylesheet">
<!-- Favicon-->
<link rel="shortcut icon" href="favicon.ico">
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- JavaScript -->
<script src="js/counter.js"></script>
<script src="js/main.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<!-- Fancybox -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.css" />
<link href="vendor/hamburgers/dist/hamburgers.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/gh/fancyapps/[email protected]/dist/jquery.fancybox.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.2/modernizr.js"></script>
<script>
$(document).ready(function () {
$('.homepage').slick({
autoplay: true,
arrows: false,
pauseOnHover: false,
fade: true,
cssEase: 'linear',
autoplaySpeed: 4000
});
});
</script>
<!-- Tweaks for older IEs-->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
</head>
<body>
<!-- NAV BAR START -->
<div class="se-pre-con"></div>
<div class="navbar">
<div class="nav-list">
<ul id="navigation">
<li><a class="active" href="/">Home</a></li>
<li><a href="why.html">Why</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="about-us.html">About Us</a></li>
<li><a href="contact-us.html">Contact Us</a></li>
</ul>
</div>
<div class="btn-menu" id="menu-button">
<div class="hamburger hamburger--minus is-active">
<div class="hamburger-box">
<div class="hamburger-inner"></div>
</div>
</div>
</div>
</div>
<!-- NAV BAR END -->
<!-- <a href="quote-form" class="btn btn-ghost" style="position: fixed; bottom: 15px; right: 20px;z-index: 3"
id="calltoaction">Get<br /> a<br /> quote</a> -->
<!-- HEADER START -->
<div class="jumbotron main-jumbotron homepage">
<div class="jumbotron main-jumbotron" style="background: url('img/lounge-triangular.jpg') center center no-repeat;
background-size: cover;">
<div class="logo"><img style="width: 60%;" src="img/logo.png" /></div>
<div class="container">
<div class=""><img class="phImg" style="opacity:0;" src="img/lightbox/next.png"></div>
<div class="content">
<h1>Real Estate <br> Marketing.</h1>
<p ">Delivering targeted and measurable results.</p>
</div>
</div>
</div>
<div class=" jumbotron main-jumbotron" style="background: url('img/ocean-stay.jpg') center center no-repeat;
background-size: cover;">
<div class="logo"><img style="width: 60%;" src="img/logo.png" /></div>
<div class="container">
<div class=""><img class="phImg" style="opacity: 0;" src="img/lightbox/next.png" /></div>
<div class="content">
<h1>Building Real<br>Estate Brands</h1>
<p>"We love real estate and we love marketing - combine the two <br> you have a perfect
recipe for a
specialised
real estate partner."</p>
</div>
</div>
</div>
<div class="jumbotron main-jumbotron" style="background: url('img/kitchen-modern-dark.jpg') center center no-repeat;
background-size: cover;">
<div class="logo"><img style="width: 60%;" src="img/logo.png" /></div>
<div class="container">
<div><img class="phImg" style="opacity: 0;" src="img/lightbox/next.png" /></div>
<div class="content">
<h1>Captivate Your<br>Market</h1>
<p>Zeus specialises in capturing attention and turning that <br> into results for your
real estate business
</p>
</div>
</div>
</div>
<div class="jumbotron main-jumbotron" style="background: url('img/lake-house-glass.jpg') center center no-repeat;
background-size: cover;">
<div class="logo"><img style="width: 60%;" src="img/logo.png" /></div>
<div class="container">
<div><img class="phImg" style="opacity: 0;" src="img/lightbox/next.png" /></div>
<div class="content">
<h1>Real Estate <br> Strategy</h1>
<p>Develop a strategy that is focused on <br> achieving your real estate objectives.</p>
</div>
</div>
</div>
</div>
<!-- HEADER END -->
<!-- INSERT 1 START -->
<section class="container">
<h2>
<strong> WE CREATE DIGITAL MARKETING EXPERIENCES FOR THE REAL ESTATE ENVIRONMENT</strong>
<hr style="width:100%; border-top: 1px solid #facb4f;">
</h2>
<p>
Partner with a specialist marketing company that has extensive real estate and marketing experience. Our
expertise
lies specifically in lead generation, digital marketing, offline creative and tailor-made property marketing
solutions.
</p>
</section>
<!-- INSERT 1 END -->
<!-- FORMULA START -->
<section style="background-color: #facb4f;">
<div class="container ">
<h2>
<strong> THE FORMULA FOR MARKETING REAL ESTATE SUCCESSULLY</strong>
</h2>
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="cardZ ">
<div class="icon-flex">
<div class="icon-wrapper"><i class="fas fa-puzzle-piece"></i></div>
</div>
<div class="card-body">
<h3 class="text-center">MARKETING STRATEGY</h3>
<p class="text-center">To move forward a business needs to know where it’s going and how it will
get there.
Zeus will assist you in developing a strategy that is focused on achieving your real estate
Objectives.</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="cardZ">
<div class="icon-flex">
<div class="icon-wrapper"><i class="fas fa-magic"></i></div>
</div>
<div class="card-body">
<h3 class="text-center">CONTENT CREATION</h3>
<p class="text-center">It’s easy to think of branding as being simply a logo, but it’s much more than
that. Professional design will help your business stand out from the crowd and position it against
its
competitors.</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="cardZ">
<div class="icon-flex">
<div class="icon-wrapper"><i class="fas fa-sort-amount-up"></i></div>
</div>
<div class="card-body">
<h3 class="text-center">DIGITAL MARKETING</h3>
<p class="text-center">Working with your existing platform or starting afresh, we will lead you
through
strategy, design and development to final implementation and on- going maintenance. Ensuring you
have a
powerful, relevant and functional online presence.</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="cardZ">
<div class="icon-flex">
<div class="icon-wrapper"><i class="fas fa-user-friends"></i></div>
</div>
<div class="card-body">
<h3 class="text-center">LEAD GENERATION</h3>
<p class="text-center">We know that growing your business means understanding your market and talking
to
the right people. Zeus offers tailor- made solutions to generating leads for your property
specific business through a multitude of available platforms.</p>
</div>
</div>
</div>
</div>
<div class="btnZ">
<a href="#" class="btn btn-success btn-lg">Get In Touch</a>
</div>
</div>
</section>
<!-- FORMULA END -->
<!-- INSERT 2 START -->
<section class="container">
<h2>
<strong> MAKE YOUR REAL ESTATE BUSINESS SHINE</strong>
<hr style="width:100%; border-top: 1px solid #facb4f;">
</h2>
<p>
From brand development to sales literature, point-of-sale, advertisements, packaging to illustration and so
much more, we have our multi-talented agency on hand and online to deliver standout creative ideas and
designs from concept to completion.
</p>
</section>
<!-- INSERT 2 END -->
<!-- INSERT 3 START -->
<div class="jumbotron main-jumbotron homepage">
<div class="jumbotron main-jumbotron" style="background: url('img/lounge-triangular.jpg') center center no-repeat;
background-size: cover;">
<div class="logo"><img style="width: 60%;" src="img/logo.png" /></div>
<div class="container">
<div class=""><img class="phImg" style="opacity:0;" src="img/lightbox/next.png"></div>
<div class="content">
<h1>We will help<br> you grow.</h1>
<p>Growth is the cornerstone of any successful real estate business and having a marketing strategy
focused on growth is key. We’ll help you develop a strategy that is unique to your business and give
you the tools to ensure you can achieve your full growth potential.</p>
</div>
</div>
</div>
</div>
<!-- INSERT 3 END -->
<!-- BENEFITS START -->
<section class="container ">
<h2 class="">
<strong> THE BENEFITS OF CONTENT MARKETING</strong>
</h2>
<h3 class="pt-20 pl-10 pr-10">Client Engagement</h3>
<hr style="width:100%; border-top: 1px solid #facb4f;">
<ul class="pr-10 pb-10">
<li>
Boosts brand experience
</li>
<li>
Increases customer loyalty and trust
</li>
<li>
Provides valuable customer feedback and insight
</li>
<li>
Improves customer experience
</li>
<li>
Increases sales funnel velocity
</li>
</ul>
<h3 class="pt-20 pl-10 pr-10">Brand Awareness</h3>
<hr style="width:100%; border-top: 1px solid #facb4f;">
<ul class="pr-10 pb-10">
<li>
Keeping your brand top of mind with your current & potential audiences
</li>
<li>
Increased word of mouth marketing
</li>
<li>
Building your brand equity
</li>
<li>
Increased customer loyalty
</li>
<li>Increased sales
</li>
</ul>
<h3 class="pt-20 pl-10 pr-10">Competitive Advantage</h3>
<hr style="width:100%; border-top: 1px solid #facb4f;">
<ul class="pr-10 pb-10">
<li>
Understand the market and its segments. Look for those niches that aren’t well serviced by
competitors and can be profitably targeted and sold to.
</li>
<li>
Develop an understanding of what customers really want and establish a value proposition that
grabs their attention.
</li>
<li>
Work out the key things that you need to do really well to support and deliver the value
proposition. For example, service levels, quality, branding, pricing, et cetera.
</li>
<li>
Understand what your strengths and core competencies are and how you can use these in innovative
ways to provide value to your chosen market.
</li>
<li>
Design your business model to support and deliver the value proposition.
</li>
</ul>
<h3 class="pt-20 pl-10 pr-10">Media Visibility</h3>
<hr style="width:100%; border-top: 1px solid #facb4f;">
<ul class="pr-10 pb-10">
<li>
Instilling in customers a sense of trust in your company, brand, and products.
</li>
<li>
Discoverability early in the engineer’s buying cycle. This is essential, as engineers and
technical buyers prefer to search and research independently before contacting a potential vendor.
</li>
<li>
Engagement with potential customers. Without visibility, there is no opportunity for engagement
and qualified leads.
</li>
<li>
A shorter sales cycle, as customers often prefer to buy from companies they recognize and that are
known in the market.
</li>
</ul>
<h3 class="pt-20 pl-10 pr-10">Leads & Conversions</h3>
<hr style="width:100%; border-top: 1px solid #facb4f;">
<ul class="pr-10 pb-10">
<li>
Lead conversion rate helps check your ability to attract the audience and turn them into leads.
</li>
<li>
Time to conversion enables you to spot how long it takes for a visitor to become a lead.
</li>
<li>
Cost per conversion shows how much it costs to get a customer.
</li>
<li>
Lead value allows you to estimate how leads are valuable to the success of your company.
</li>
<li>
Lead-to-sale conversion rate shows you how likely it is that a lead will turn into a sale.
</li>
<li>
Conversion ROI helps track the return on investment per conversion.
</li>
</ul>
<h3 class="pt-20 pl-10 pr-10">Website Traffic</h3>
<hr style="width:100%; border-top: 1px solid #facb4f;">
<ul class="pr-10 pb-10">
<li>
Consistent website: There are many instances, where you get higher website traffic.Some days, you
don't. Website
traffic determines a constant number of visitors to your s ite.It can help you maintain
consistency of visitors to your site
</li>
<li>
Relevant website: Web traffic insight helps you in building targeted website traffic. rather than
vague web traffic.
Targeted website traffic can rank your site relevant in search engines. It also helps to reduce
the bounce rates on your site
</li>
<li> SEO Ranking: Web traffic is one among the indicators that different search engine sites like
Mozilla Firefox, Google,
and Bing use to determine your website relevance. A higher number of visitors to your site makes
the search engines to rank you higher in search results
</li>
<li>
Increased sales: Of course, there is no fire without smoke. There are no sales without web traffic
</li>
<li>
Quality traffic:With the right web traffic insights. you can know how your visitors reached your
site. See to that you
rank better on search engine traffic. to increase your web traffic
</li>
<li>
New traffic sources:Exploring new traffic sources is essential to end up business deals on a
profitable winning note.
Get yourself to rank on a website, using targeted web traffic loopholes. Some sites do not target
a keyword that is highly searched.Hunt for such keywords to build better traffic
<li>
Long term potential: Web traffic will not bring in the deals on the way.In short: As you sow web
traffic, so shall you
reap your deals.Web traffic is an investment for the future business deals
</li>
<li>
Explore the web traffic: You must have some web traffic to do A/B testing for finding visitor
engagement with the
content. Web traffic is the essential element to conduct A/B testing and test site responsiveness
</li>
</ul>
<div class="btnZ">
<a href="#" class="btn btn-success btn-lg">Get In Touch</a>
</div>
</section>
<!-- BENEFITS END -->
<!-- NEWSLETTER START -->
<section class="home-newsletter">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="single">
<h2>Subscribe to our Newsletter</h2>
<div class="input-group">
<input type="email" class="form-control" placeholder="Enter your email">
<span class="input-group-btn">
<button class="btn btn-theme" type="submit">Subscribe</button>
</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- NEWSLETTER END -->
<!-- CLIENTS START -->
<section class=" less">
<div class="container">
<h2>Our Clients</h2>
<br />
<div class="customer-logos">
<div class="slide"><img src="img/client-logos/ric.png"></div>
<div class="slide"><img id="clients" src="img/client-logos/AECOM.png"></div>
<div class="slide"><img src="img/client-logos/craft-homes.png"></div>
<div class="slide"><img src="img/client-logos/EKHURULENI.png"></div>
<div class="slide"><img src="img/client-logos/BLVCK ARCHITECTS.png"></div>
<div class="slide"><img src="img/client-logos/FUTUREDEV.png"></div>
<div class="slide"><img src="img/client-logos/GALENCIA.png"></div>
<div class="slide"><img src="img/client-logos/GAPP.png"></div>
<div class="slide"><img src="img/client-logos/HB REALTY.png"></div>
<div class="slide"><img src="img/client-logos/makeka-design-lab.png"></div>
<div class="slide"><img src="img/client-logos/Orton Architects.png"></div>
<div class="slide"><img src="img/client-logos/Red Deco.png"></div>
<div class="slide"><img src="img/client-logos/sbe-architects.png"></div>
</div>
<br /><br />
</div>
</section>
<!-- CLIENTS END -->
<!-- FOOTER START -->
<footer class="footer">
<div class="footer__block">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12">
<h4 class="heading">About <span style="color:#facb4f">US</span></h4>
<p>Today property companies must be seen as relevant to customers if they want to survive. Marketing is
getting
customers to believe that your products or services are important and deliver better value than the
competition. That’s where Acquaint adds value by controlling customer beliefs about your products or
services. We connect clients with your brand over different platforms. Staying on track with the
changes of platforms in the digital arena is a key driver for us which ensures we ahead of the curve
and providing that value to our clients.
<br><br>
The digital age is here, and businesses need to embrace this change to survive in the future!
Clients
are connected and the opportunities to communicate with them are endless. This will define the
future
of businesses that survive and thrive going forward. That’s where using data and technology we drive
conversations and connect with your clients ensuring each step in the journey with your audience is
much better than the last. Helping clients build their brand by enhancing their brand’s image or
equity via strategic marketing and ad campaigns.
<br><br>
Our partnerships with clients are based on a long term mutually beneficially relationship where we
can
add value to change their business. We strive to create results for our clients that make a
difference.
<br><br>
So whether you looking for a partner to help with your complete marketing strategy, branding or
advertising we here to help and deliver outstanding results for your business.
<br><br>
Acquaint has over 15 years of experiences in marketing, branding and technology dealing with local
customers as well as international. We have trained with some of the top marketers in the world.
<br><br>
Our Core values <br>
Reliability, Innovation, Passion, Perseverance, Respect and Education
</p>
</div>
<div class="col-md-3 col-sm-12">
<h4 class="heading">Contact Us</h4>
<p><i class="fas fa-phone"></i> : <a href="tel:+27826830011">(+27) 82 683 0011</a></p>
<p> <i class="fas fa-envelope"></i> : [email protected]</p>
</div>
<div class="col-md-3 col-sm-12">
<h4 class="heading">Social Media</h4>
<p class="social social--big">
<a href="https://www.facebook.com/jestalt/" data-animate-hover="pulse" class="external facebook"><i
class="fab fa-facebook-f"></i></a>
<a href="https://www.youtube.com/channel/UCuZOfZhmI_PP_7_WF4K9fmg" data-animate-hover="pulse"
class="external youtube"><i class="fab fa-youtube"></i></a>
<a href="https://www.instagram.com/jestalt_pm/" data-animate-hover="pulse"
class="external instagram"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/company/jestalt-architectural-outsourcing-solutions/"
data-animate-hover="pulse" class="external linkedin"><i class="fab fa-linkedin"></i></a>
</p>
<h4 class="heading">Other Links</h4>
<p>
<a href="careers">Careers</a><br />
<a href="privacy-policy">Privacy Policy</a><br />
<a href="terms-and-conditions">Terms & Conditions</a><br />
<a href="sitemap.xml">Sitemap</a>
</p>
</div>
</div>
</div>
</div>
<div class="footer__copyright">
<div class="container">
<div class="row">
<div class="col-md-6">
<p>©
<script
type="text/javascript"> var theDate = new Date(); document.write(theDate.getFullYear())</script>
Zeus
</p>
</div>
<div class="col-md-6">
<p class="credit"><a href="about-us" class="external">Designed by Zeus</a></p>
</div>
</div>
</div>
</div>
</footer>
<!-- FOOTER END -->
<!-- Javascript files-->
<script src="js/jquery.cookie.js"> </script>
<script src="js/front.js"></script>
<script src="js/showreel.js"></script>
<script>
$(window).on('DOMContentLoaded', function () {
$(".se-pre-con").fadeOut('slow');
});
var $menuButton = document.getElementById('menu-button');
$menuButton.addEventListener('click', function () {
var isShowing = $('.hamburger').hasClass('is-active');
if (isShowing) {
$('.nav-list').css('opacity', '1');
} else {
$('.nav-list').css('opacity', '0');
}
});
$('.hamburger').click(function (e) {
e.preventDefault();
$(this).toggleClass('is-active');
});
var handler = onVisibilityChange(document.getElementById('clients'), function () {
var toggle = false;
if (isElementInViewport(document.getElementById('portfolio-section'))) {
$('.nav-list').addClass('dark');
} else {
$('.nav-list').removeClass('dark');
}
});
//jQuery
$(window).on('DOMContentLoaded load resize scroll', handler);
$(window).on('DOMContentLoaded load resize scroll', function () {
$('.stacked-images').css('min-height', $('.img-responsive').height());
$('.phImg').css('height', $('.jumbotron').height());
$('.bottom').css('height', $('.top').height());
});
$(document).ready(function () {
$('.customer-logos').slick({
slidesToShow: 4,
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 1000,
arrows: false,
dots: false,
focusOnSelect: false,
pauseOnHover: false,
responsive: [{
breakpoint: 768,
settings: {
slidesToShow: 3
}
}, {
breakpoint: 520,
settings: {
slidesToShow: 2
}
}]
});
});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135192980-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-135192980-1');
</script>
</body>