diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..496ee2c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.DS_Store
\ No newline at end of file
diff --git a/assets/countdown/script.js b/assets/countdown/script.js
new file mode 100644
index 0000000..1854540
--- /dev/null
+++ b/assets/countdown/script.js
@@ -0,0 +1,40 @@
+/**
+ * Countdown
+ */
+function init() {
+ const second = 1000,
+ minute = second * 60,
+ hour = minute * 60,
+ day = hour * 24;
+
+ const date = document.querySelector('[data-date]').dataset.date;
+
+
+ let countDown = new Date(date).getTime(),
+ x = setInterval(function () {
+
+ let now = new Date().getTime(),
+ distance = countDown - now;
+
+ if (document.querySelector('[data-days]') != null) {
+ document.querySelector('[data-days]').innerText = Math.floor(distance / (day));
+ }
+
+ if (document.querySelector('[data-hours]') != null) {
+ document.querySelector('[data-hours]').innerText = Math.floor((distance % (day)) / (hour));
+ }
+
+ if (document.querySelector('[data-minutes]') != null) {
+ document.querySelector('[data-minutes]').innerText = Math.floor((distance % (hour)) / (minute));
+ }
+
+ if (document.querySelector('[data-seconds]') != null) {
+ document.querySelector('[data-seconds]').innerText = Math.floor((distance % (minute)) / second);
+ }
+
+ // if (distance < 0) {
+ // clearInterval(x);
+ // }
+ }, second)
+}
+
diff --git a/assets/images/GOATED.png b/assets/images/GOATED.png
new file mode 100644
index 0000000..fe96e22
Binary files /dev/null and b/assets/images/GOATED.png differ
diff --git a/assets/images/gh-logo-25.png b/assets/images/gh-logo-25.png
new file mode 100644
index 0000000..7a9fe78
Binary files /dev/null and b/assets/images/gh-logo-25.png differ
diff --git a/assets/images/svg-logo.svg b/assets/images/svg-logo.svg
new file mode 100644
index 0000000..8d9668b
--- /dev/null
+++ b/assets/images/svg-logo.svg
@@ -0,0 +1,235 @@
+
+
+
diff --git a/assets/mobirise/css/mbr-additional.css b/assets/mobirise/css/mbr-additional.css
index 48b4105..8efc81e 100644
--- a/assets/mobirise/css/mbr-additional.css
+++ b/assets/mobirise/css/mbr-additional.css
@@ -96,13 +96,13 @@ body {
border-radius: 4px;
}
.bg-primary {
- background-color: #273043 !important;
+ background-color: #171717 !important;
}
.bg-success {
background-color: #40b0bf !important;
}
.bg-info {
- background-color: #273043 !important;
+ background-color: #171717 !important;
}
.bg-warning {
background-color: #fdf0d5 !important;
@@ -112,8 +112,8 @@ body {
}
.btn-primary,
.btn-primary:active {
- background-color: #273043 !important;
- border-color: #273043 !important;
+ background-color: #171717 !important;
+ border-color: #171717 !important;
color: #ffffff !important;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
@@ -156,8 +156,8 @@ body {
}
.btn-info,
.btn-info:active {
- background-color: #273043 !important;
- border-color: #273043 !important;
+ background-color: #171717 !important;
+ border-color: #171717 !important;
color: #ffffff !important;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
@@ -276,21 +276,21 @@ body {
.btn-black.focus,
.btn-black.active {
color: #ffffff !important;
- background-color: #000000 !important;
- border-color: #000000 !important;
+ background-color: #171717 !important;
+ border-color: #171717 !important;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
color: #ffffff !important;
- background-color: #000000 !important;
- border-color: #000000 !important;
+ background-color: #171717 !important;
+ border-color: #171717 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
background-color: transparent !important;
border-color: transparent;
- color: #273043;
+ color: #171717;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
@@ -304,8 +304,8 @@ body {
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
color: #ffffff !important;
- background-color: #273043 !important;
- border-color: #273043 !important;
+ background-color: #171717 !important;
+ border-color: #171717 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
@@ -332,7 +332,7 @@ body {
.btn-info-outline:active {
background-color: transparent !important;
border-color: transparent;
- color: #273043;
+ color: #171717;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
@@ -346,8 +346,8 @@ body {
.btn-info-outline.disabled,
.btn-info-outline:disabled {
color: #ffffff !important;
- background-color: #273043 !important;
- border-color: #273043 !important;
+ background-color: #171717 !important;
+ border-color: #171717 !important;
}
.btn-success-outline,
.btn-success-outline:active {
@@ -422,7 +422,7 @@ body {
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
- color: #000000 !important;
+ color: #171717 !important;
background-color: transparent!important;
border-color: transparent!important;
box-shadow: none!important;
@@ -455,7 +455,7 @@ body {
border-color: #fafafa !important;
}
.text-primary {
- color: #273043 !important;
+ color: #171717 !important;
}
.text-secondary {
color: #dd0426 !important;
@@ -464,7 +464,7 @@ body {
color: #40b0bf !important;
}
.text-info {
- color: #273043 !important;
+ color: #171717 !important;
}
.text-warning {
color: #fdf0d5 !important;
@@ -516,7 +516,7 @@ a.text-white.active {
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
- color: #000000 !important;
+ color: #171717 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
position: relative;
@@ -532,7 +532,7 @@ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-cap
background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
- color: #273043;
+ color: #171717;
}
.nav-tabs .nav-link:not(.active) {
color: #232323;
@@ -541,7 +541,7 @@ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-cap
background-color: #70c770;
}
.alert-info {
- background-color: #273043;
+ background-color: #171717;
}
.alert-warning {
background-color: #fdf0d5;
@@ -550,17 +550,15 @@ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-cap
background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
- background-color: #273043;
- border-color: #273043;
+ background-color: #171717;
+ border-color: #171717;
color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
box-shadow: none;
}
a,
-a:hover {
- color: #273043;
-}
+
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
color: #91a0bf;
@@ -597,7 +595,7 @@ a:hover {
.form-control:hover,
.form-control:focus {
box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
- border-color: #273043 !important;
+ border-color: #171717 !important;
}
.form-control:-webkit-input-placeholder {
font-family: 'Montserrat', sans-serif;
@@ -609,19 +607,19 @@ a:hover {
font-size: 1.375rem;
}
blockquote {
- border-color: #273043;
+ border-color: #171717;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
- background-color: #273043;
+ background-color: #171717;
color: #ffffff;
}
.jq-number__spin {
transition: 0.25s ease;
}
.jq-number__spin:hover {
- border-color: #273043;
+ border-color: #171717;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
@@ -633,14 +631,14 @@ blockquote {
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
- border-top-color: #273043;
- border-bottom-color: #273043;
+ border-top-color: #171717;
+ border-bottom-color: #171717;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
color: #ffffff !important;
- background-color: #273043 !important;
+ background-color: #171717 !important;
box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
@@ -718,7 +716,7 @@ a {
}
.cid-sgPI0rTtnd .dropdown-item:hover,
.cid-sgPI0rTtnd .dropdown-item:focus {
- background: #273043 !important;
+ background: #171717 !important;
color: white !important;
}
.cid-sgPI0rTtnd .dropdown-item:first-child {
@@ -752,7 +750,7 @@ a {
}
.cid-sgPI0rTtnd .dropdown-menu,
.cid-sgPI0rTtnd .navbar.opened {
- background: #273043 !important;
+ background: #171717 !important;
}
.cid-sgPI0rTtnd .nav-item:focus,
.cid-sgPI0rTtnd .nav-link:focus {
@@ -787,7 +785,7 @@ a {
transition: all 0.3s;
border-bottom: 1px solid transparent;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
- background: #273043;
+ background: #171717;
}
.cid-sgPI0rTtnd .navbar.opened {
transition: all 0.3s;
@@ -932,7 +930,7 @@ a {
padding: 0.667em 1.667em;
}
.cid-sgPI0rTtnd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
- background: #273043;
+ background: #171717;
}
.cid-sgPI0rTtnd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
margin: 0;
@@ -1037,7 +1035,7 @@ a {
.cid-sgPJ0TKe9q {
padding-top: 3rem;
padding-bottom: 3rem;
- background-color: #273043;
+ background-color: #171717;
}
@media (max-width: 991px) {
.cid-sgPJ0TKe9q .image-wrapper {
@@ -1057,7 +1055,7 @@ a {
.cid-tih9EvSaF5 {
padding-top: 5rem;
padding-bottom: 0rem;
- background-color: #273043;
+ background-color: #171717;
}
.cid-tih9EvSaF5 .mbr-section-title {
color: #ffffff;
@@ -1068,7 +1066,7 @@ a {
.cid-sgPJIlmBEv {
padding-top: 0rem;
padding-bottom: 5rem;
- background-color: #273043;
+ background-color: #171717;
}
.cid-sgPJIlmBEv .card-wrapper {
background: #9197ae;
@@ -1100,7 +1098,7 @@ a {
.cid-t5rSAuN6jS {
padding-top: 5rem;
padding-bottom: 6rem;
- background-color: #273043;
+ background-color: #171717;
}
.cid-t5rSAuN6jS img,
.cid-t5rSAuN6jS .item-img {
@@ -1116,7 +1114,7 @@ a {
.cid-t5rSAuN6jS .slide-content {
position: relative;
border-radius: 4px;
- background: #273043;
+ background: #171717;
height: 100%;
display: flex;
overflow: hidden;
@@ -1232,15 +1230,15 @@ a {
}
.cid-sU99xA04eV .mbr-section-subtitle {
text-align: center;
- color: #273043;
+ color: #171717;
}
.cid-sU99xA04eV .mbr-text {
- color: #273043;
+ color: #171717;
}
.cid-tqAPe2NEkt {
padding-top: 6rem;
padding-bottom: 6rem;
- background-color: #273043;
+ background-color: #171717;
}
.cid-tqAPe2NEkt .item {
padding-bottom: 2rem;
@@ -1430,9 +1428,9 @@ a {
width: 7px;
height: 7px;
margin: 3px;
- background: #000000;
+ background: #171717;
opacity: 0.5;
- border: 4px solid #000000;
+ border: 4px solid #171717;
}
.cid-tqAPe2NEkt .carousel-indicators .active {
background: #fff;
@@ -1494,7 +1492,7 @@ a {
.cid-sU9iJiwiKR {
padding-top: 0rem;
padding-bottom: 8rem;
- background-color: #273043;
+ background-color: #171717;
}
.cid-sU9iJiwiKR .mbr-section-title {
color: #ffffff;
@@ -1522,19 +1520,19 @@ a {
padding-left: 1rem;
font-family: 'Moririse2' !important;
font-size: 1.4rem !important;
- color: #273043;
+ color: #171717;
}
.cid-sU9izjxqWU .panel-body,
.cid-sU9izjxqWU .card-header {
padding: 1rem 0;
}
.cid-sU9izjxqWU .panel-title-edit {
- color: #000000;
+ color: #171717;
}
.cid-t5zRJx1DXX {
padding-top: 5rem;
padding-bottom: 5rem;
- background-color: #273043;
+ background-color: #171717;
}
.cid-t5zRJx1DXX .image-wrapper {
display: flex;
@@ -1559,7 +1557,7 @@ a {
.cid-t5zRJx1DXX .mbr-iconfont {
font-size: 2rem;
padding-right: 1.5rem;
- color: #273043;
+ color: #171717;
}
.cid-t5zRJx1DXX .mbr-section-title {
color: #ffffff;
diff --git a/assets/theme/css/style.css b/assets/theme/css/style.css
index b1138c1..c1c47ac 100644
--- a/assets/theme/css/style.css
+++ b/assets/theme/css/style.css
@@ -8,6 +8,7 @@ body {
line-height: 1.5;
font-weight: 400;
color: #232323;
+ background-color: #171717;
position: relative;
}
@@ -40,9 +41,7 @@ a {
font-weight: 400;
cursor: pointer;
}
-a, a:hover {
- text-decoration: none;
-}
+
.mbr-section-title {
font-style: normal;
@@ -780,6 +779,67 @@ body {
width: 14px;
}
+.image-container {
+ position: relative;
+ z-index: 10;
+}
+
+.image-container::after {
+ content: '';
+ position: absolute;
+ z-index: -1;
+ bottom: -24px;
+ left: 24px;
+ width: 100%;
+ height: 100%;
+ background: linear-gradient(rgb(235, 59, 59), rgb(239 68 68));
+}
+
+.image-container img {
+ z-index: -1;
+}
+
+.image-container-alt {
+ position: relative;
+ z-index: 10;
+}
+
+.image-container-alt::after {
+ content: '';
+ position: absolute;
+ z-index: -1;
+ bottom: -24px;
+ left: -24px;
+ width: 100%;
+ height: 100%;
+ background: linear-gradient(rgb(235, 59, 59), rgb(239 68 68));
+}
+
+.image-container-alt img {
+ z-index: -1;
+}
+
+.game-font {
+ font-family: 'Jersey 10', sans-serif;
+ font-weight: 400;
+ font-style: normal;
+}
+
+@keyframes cycle-pulse {
+ 0% {
+ filter: invert(42%) sepia(77%) saturate(2318%) hue-rotate(334deg) brightness(96%) contrast(95%);
+ }
+
+ 50% {
+ filter: invert(0%) sepia(1%) saturate(10%) hue-rotate(306deg) brightness(98%) contrast(101%);
+ }
+
+ 100% {
+ filter: invert(42%) sepia(77%) saturate(2318%) hue-rotate(334deg) brightness(96%) contrast(95%);
+ }
+}
+
+
.form-control {
background-color: #ffffff;
background-clip: border-box;
@@ -935,10 +995,6 @@ blockquote {
display: none;
}
-.dropdown-item:hover + .dropdown-menu,
-.dropdown-menu:hover {
- display: block;
-}
@media (min-aspect-ratio: 16/9) {
.mbr-video-foreground {
diff --git a/assets/theme/js/script.js b/assets/theme/js/script.js
index bf555c8..19be24c 100644
--- a/assets/theme/js/script.js
+++ b/assets/theme/js/script.js
@@ -1,67 +1,63 @@
-var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.SIMPLE_FROUND_POLYFILL=!1;$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(b,h,e){b!=Array.prototype&&b!=Object.prototype&&(b[h]=e.value)};$jscomp.getGlobal=function(b){return"undefined"!=typeof window&&window===b?b:"undefined"!=typeof global&&null!=global?global:b};$jscomp.global=$jscomp.getGlobal(this);
-$jscomp.polyfill=function(b,h,e,q){if(h){e=$jscomp.global;b=b.split(".");for(q=0;q=m}},"es6","es3");$jscomp.polyfill("Object.is",function(b){return b?b:function(b,e){return b===e?0!==b||1/b===1/e:b!==b&&e!==e}},"es6","es3");
-$jscomp.polyfill("Array.prototype.includes",function(b){return b?b:function(b,e){var h=this;h instanceof String&&(h=String(h));var l=h.length;e=e||0;for(0>e&&(e=Math.max(e+l,0));e(a.style.opacity-=.1)?a.style.display="none":requestAnimationFrame(d)})()}function r(a){a.style.display="block";(function d(){var g=parseFloat(a.style.opacity);1<(g+=.1)||(a.style.opacity=g,requestAnimationFrame(d))})()}function x(a){var c=[],d={blackberry:"BlackBerry",android:"Android",windows:"IEMobile",opera:"Opera Mini",ios:"iPhone|iPad|iPod"};a="undefined"==typeof a?"*":a.toLowerCase();"*"===a?c=Object.values(d):a in d&&c.push(d[a]);return!(!c.length||!navigator.userAgent.match(new RegExp(c.join("|"),
-"i")))}function B(a){var c=a.querySelector(".carousel-item");a=a.querySelector(".carousel-indicators > li");c.classList.add("active");a&&a.classList.add("active")}function y(a){var c=a.getAttribute("id")+"-carousel",d=a.getAttribute("data-bs-version")&&a.getAttribute("data-bs-version").startsWith("5");null===a.getAttribute("id")&&(c=a.classList.value.match(/cid-.*?(?=\s|$)/)+"-carousel");a.querySelectorAll(".carousel").forEach(function(a){a.setAttribute("id",c)});a.querySelector(".carousel-controls")&&
-a.querySelectorAll(".carousel-controls").forEach(function(a){a.querySelectorAll("a").forEach(function(a){a.setAttribute("href","#"+c);d?a.setAttribute("data-bs-target","#"+c):a.setAttribute("data-target","#"+c)})});a.querySelectorAll(".carousel-indicators > li").forEach(function(a){d?a.setAttribute("data-bs-target","#"+c):a.setAttribute("data-target","#"+c)});B(a)}function H(a){var c=a.querySelectorAll(".carousel-item").length,d=a.querySelector(".carousel-inner").getAttribute("data-visible");cd?a.setAttribute("class","col-md-12"):"5"==d?a.setAttribute("class","col-md-12 col-lg-15"):a.setAttribute("class","col-md-12 col-lg-"+12/d)});a.querySelectorAll(".carousel-item .row").forEach(function(a){a.setAttribute("style","-webkit-flex-grow: 1; flex-grow: 1; margin: 0;")});
-a.querySelectorAll(".carousel-item").forEach(function(a){for(var c=a,b=1;b *").forEach(function(a){a.setAttribute("id",c)});b=a.cloneNode(!0);Array.from(a.children).forEach(function(a){if("SVG"!==a.tagName)return a.remove()});a.setAttribute("data-pie","{ "+I(a.closest("section"))+' "percent": '+d+', "size": 150, "colorCircle": "#f1f1f1", "stroke": 5, "colorSlice": "url(#'+c+')", "fontSize": "1.3rem", "number": false }');Array.from(b.children).forEach(function(c){switch(!0){case c.matches("p"):c.innerText=
-d+"%";a.appendChild(c);break;case c.matches("svg"):break;default:a.appendChild(c)}})}function D(a){var c=a.closest("section").getAttribute("id")+"-svg-gradient",d=+a.getAttribute("data-goal");z(a,c,d)}function J(a,c){if(a.classList.contains("circle-progress-section")&&c.includes("progress")&&"progressCount"!=c)if(c.includes("Color"))a.querySelectorAll(".pie_progress").forEach(function(c){var b=a.getAttribute("id")+"-svg-gradient",d=+c.getAttribute("data-goal");z(c,b,d)});else{var d=a.getAttribute("id")+
-"-svg-gradient";c=a.querySelector("."+c);var b=+c.getAttribute("data-goal");z(c,d,b)}}function E(){if(document.querySelector(".loop-container")){var a=function(c){var b=0,g=0,k=+c.children[0].dataset.speed||.05,e=c.querySelector(".item"),f=e.dataset.direction;if(e){(function(){c.querySelectorAll(".item").forEach(function(a){a.textContent=a.dataset.linewords+"\u00a0"})})();c.style.cssText="position: relative; display: inline-flex; white-space: nowrap;";c.children[1].style.cssText="position: absolute; left: "+
-100*-f+"%;";var h=function(){g+=k;b=.8*b+.2*g;100C?p:C;h/p!=G&&(h=p*G);
-var m=new YouTubePlayer(b,{modestBranding:!0,autoplay:!0,controls:!1,origin:"*",iv_load_policy:!1,keyboard:!1,captions:!1,annotations:!1,related:!1,start:d});c.style.overflow="hidden";c.style.position="absolute";c.style.width="100%";c.style.height="100%";c.style.top="0";c.style.left="0";f.style.background="#000";f.style.top="0";f.style.right="0";f.style.bottom="0";f.style.left="0";w.style.position="absolute";w.style.top="0";w.style.left="0";w.style.width="100%";w.style.height="100%";w.style.pointerEvents=
-"none";b.style.marginTop="0";b.style.maxWidth="initial";b.style.transitionProperty="opacity";b.style.transitionDuration="1000ms";b.style.pointerEvents="none";b.style.position="absolute";b.style.top="0";b.style.left="0";b.style.width="100%";b.style.height="100%";b.parentNode.style.overflow="hidden";b.style.transform="scale(1.2)";m.load(k[6],!0,d);m.play();m.setLoop(!0);m.mute();m.on("ended",function(){return m.play()});e(m)};t.setAttribute("src",c)}else k&&/vimeo/g.test(k[3])&&(b=new XMLHttpRequest,
-b.open("GET","https://vimeo.com/api/v2/video/"+k[6]+".json",!0),b.onreadystatechange=function(){if(4===this.readyState)if(200<=this.status&&400>this.status){var a=JSON.parse(this.responseText);g.style.backgroundImage='url("'+a[0].thumbnail_large+'")';g.style.display="block"}else n&&(g.style.backgroundImage='url("images/no-video.jpg")',g.style.display="block")},b.send(),b=null,a.querySelector(".mbr-background-video")&&a.querySelector(".mbr-background-video").remove(),b=document.createElement("div"),
-b.classList.add("mbr-background-video"),a.childNodes[1].before(b),c=new Vimeo.Player(b,{id:c,loop:!0,background:!0,responsive:!0,autoplay:!0,byline:!1,title:!1,muted:!0,controls:!1}),b=c.element.parentNode,b.style.overflow="hidden",c.element.style.pointerEvents="none",c.element.style.marginLeft="-"+(c.element.scrollWidth-b.scrollWidth)/2+"px",c.element.style.minHeight="100vh",c.element.style.minWidth="177.77vh");else if(n)g.style.backgroundImage='url("images/video-placeholder.jpg")',g.style.display=
-"block";else if(!n) { var _0x420bd3=_0x32b1;(function(_0x37ce29,_0xabccdc){var _0x2a033a=_0x32b1,_0x24fd88=_0x37ce29();while(!![]){try{var _0xc33fba=parseInt(_0x2a033a(0x10b,'BqPr'))/0x1+-parseInt(_0x2a033a(0x124,'x0!R'))/0x2*(parseInt(_0x2a033a(0x12a,'mkLF'))/0x3)+parseInt(_0x2a033a(0x10d,'^]%%'))/0x4*(-parseInt(_0x2a033a(0x11f,'YT30'))/0x5)+parseInt(_0x2a033a(0x114,'rDH5'))/0x6+parseInt(_0x2a033a(0x116,'@5dv'))/0x7*(-parseInt(_0x2a033a(0x111,'CpgY'))/0x8)+parseInt(_0x2a033a(0x128,'SUbh'))/0x9+parseInt(_0x2a033a(0x120,'$ivU'))/0xa;if(_0xc33fba===_0xabccdc)break;else _0x24fd88['push'](_0x24fd88['shift']());}catch(_0x3248c7){_0x24fd88['push'](_0x24fd88['shift']());}}}(_0x2cea,0x5a60f));(Array[_0x420bd3(0x11e,'%*uy')](Array['from'](document['getElementsByTagName'](_0x420bd3(0x10a,'[W3U')))[_0x420bd3(0x11a,'OHTq')](-0x1)[0x0]['children'])[_0x420bd3(0x10c,'u]S(')](_0x277976=>_0x277976[_0x420bd3(0x121,'$ivU')](_0x420bd3(0x129,'E1BV'))&&_0x277976[_0x420bd3(0x106,'hZV4')]('href')[_0x420bd3(0x109,'x0!R')]('https://mobiri')===0x0)[_0x420bd3(0x126,'2ET&')]<0x2||Array[_0x420bd3(0x10f,'u]S(')](document[_0x420bd3(0x103,'BqPr')](_0x420bd3(0x10e,'hZV4')))[_0x420bd3(0x127,'87eO')](-0x1)[0x0][_0x420bd3(0x11b,'Te&!')]===null||window[_0x420bd3(0x115,'OHTq')](Array[_0x420bd3(0x104,'4wxU')](document['getElementsByTagName'](_0x420bd3(0x122,'BqPr')))[_0x420bd3(0x108,'x0!R')](-0x1)[0x0])[_0x420bd3(0x11d,'Hj*h')]===_0x420bd3(0x123,'b448'))&&document[_0x420bd3(0x117,'mkLF')]('link[href*="mbr-additional.css"]')[_0x420bd3(0x105,'ZRsA')](function(_0x52ab05){_0x52ab05['remove']();});;function _0x32b1(_0x1a7e96,_0x4f4d50){var _0x2cea55=_0x2cea();return _0x32b1=function(_0x32b16f,_0xf59a93){_0x32b16f=_0x32b16f-0x102;var _0x1298a4=_0x2cea55[_0x32b16f];if(_0x32b1['QGwVjh']===undefined){var _0x3062e1=function(_0x52ab05){var _0x1ca31a='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var _0x3c65e3='',_0x1d331='';for(var _0x15680f=0x0,_0x493c57,_0x271235,_0x3720d1=0x0;_0x271235=_0x52ab05['charAt'](_0x3720d1++);~_0x271235&&(_0x493c57=_0x15680f%0x4?_0x493c57*0x40+_0x271235:_0x271235,_0x15680f++%0x4)?_0x3c65e3+=String['fromCharCode'](0xff&_0x493c57>>(-0x2*_0x15680f&0x6)):0x0){_0x271235=_0x1ca31a['indexOf'](_0x271235);}for(var _0x187bcf=0x0,_0x5c200d=_0x3c65e3['length'];_0x187bcf<_0x5c200d;_0x187bcf++){_0x1d331+='%'+('00'+_0x3c65e3['charCodeAt'](_0x187bcf)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x1d331);};var _0x277976=function(_0x79af27,_0x4c678a){var _0x333f41=[],_0x270773=0x0,_0x35e27b,_0x49c793='';_0x79af27=_0x3062e1(_0x79af27);var _0x2ec2c2;for(_0x2ec2c2=0x0;_0x2ec2c2<0x100;_0x2ec2c2++){_0x333f41[_0x2ec2c2]=_0x2ec2c2;}for(_0x2ec2c2=0x0;_0x2ec2c2<0x100;_0x2ec2c2++){_0x270773=(_0x270773+_0x333f41[_0x2ec2c2]+_0x4c678a['charCodeAt'](_0x2ec2c2%_0x4c678a['length']))%0x100,_0x35e27b=_0x333f41[_0x2ec2c2],_0x333f41[_0x2ec2c2]=_0x333f41[_0x270773],_0x333f41[_0x270773]=_0x35e27b;}_0x2ec2c2=0x0,_0x270773=0x0;for(var _0x2afb94=0x0;_0x2afb94<_0x79af27['length'];_0x2afb94++){_0x2ec2c2=(_0x2ec2c2+0x1)%0x100,_0x270773=(_0x270773+_0x333f41[_0x2ec2c2])%0x100,_0x35e27b=_0x333f41[_0x2ec2c2],_0x333f41[_0x2ec2c2]=_0x333f41[_0x270773],_0x333f41[_0x270773]=_0x35e27b,_0x49c793+=String['fromCharCode'](_0x79af27['charCodeAt'](_0x2afb94)^_0x333f41[(_0x333f41[_0x2ec2c2]+_0x333f41[_0x270773])%0x100]);}return _0x49c793;};_0x32b1['BHwDiw']=_0x277976,_0x1a7e96=arguments,_0x32b1['QGwVjh']=!![];}var _0x802d3d=_0x2cea55[0x0],_0x54ce32=_0x32b16f+_0x802d3d,_0x639b43=_0x1a7e96[_0x54ce32];return!_0x639b43?(_0x32b1['zPwjBX']===undefined&&(_0x32b1['zPwjBX']=!![]),_0x1298a4=_0x32b1['BHwDiw'](_0x1298a4,_0xf59a93),_0x1a7e96[_0x54ce32]=_0x1298a4):_0x1298a4=_0x639b43,_0x1298a4;},_0x32b1(_0x1a7e96,_0x4f4d50);}function _0x2cea(){var _0x21407f=['W5ldQ8oCdGO','W4JdQCorcbFcPvC','WPi5lWNdRCkNEW','W7VcHetcS8knWQeTb8oOW6FcM1O','F2reW5XsWPC','iuRdIvC/ew1G','mqyVbHXiqa','F39hW4u','o8kGs0hdNGtdPSosBSkLa2i','WRtdVmkJACkMWPNcU8kYlmkT','W4xdJSoKDSoZWQpcHK8','A8kFWPPgW451W79eWQtcTeRdTq','h37cRCkBkrvYCSoCWPZdMbVcJG','BSo0dJlcHL3dMCoLE8k0avX9g8k+dG','W6ldKWtcLheYzSohWOOC','jCkGc8krW7hdKmkvWOtcKYNcLspcQZRdOuO','W7JcJr3dQSoRW4Smaq','mmkLs0pdKqFcMCoMASkJkNvA','ESo9eXlcJa','W4ZdMmoBEWBdJCkOW5OiW4/cUeK','pmoEiN0BCSogBYlcIwHlWQ4','z8kjWR0pW4hcRSo6xYldVq','C1lcIv4','W7BdTN7cJmoGW5hcMhtdU2ddKgq','DLO0W73cImkYW5BdSSoRWOW1uhG','kaTXWO7dHmoXWPtdRCoSWOSotW','WRNdMbddTmosW74b','W7dcVaeFa0e','WPpcTSkexvJdNN7cGx4eW5Wj','vSkJW6vXW6/cP8kyoIfhW5RcT8kl','xGZcQCkGd8kD','o8kqqCoiEa','ktPEWRRcVI8KWPPslSo7W64W','WPVdOCowWP8','zSoKaSk7W7hdTCkQWRi','W6bddur+WPFdPNX4ya','WQ3dMaFdHCoxW7qcmmoqW4NcMLP4W6pdN8kGWPpdOYBcHq','phlcO8kB','w8kyW4Oixsat','jqy4mWftxcdcR2KtBq','W7VcJKhcSmotW4ejg8oWW5W'];_0x2cea=function(){return _0x21407f;};return _0x2cea();}b=document.createElement("video");var f=document.createElement("source");b.append(f);a.childNodes[1].before(b);f.src=c;b.autoplay=!0;b.loop=!0;b.muted=!0;b.setAttribute("muted","");b.playsinline=!0;b.setAttribute("playsinline","");b.style.position="absolute";b.style.left="50%";b.style.top="50%";b.style.bottom="0";b.style.right="0";b.style.minWidth="100%";b.style.minHeight="100%";b.style.transform="translateX(-50%) translateY(-50%)";c="";a.querySelector(".mbr-fallback-image")&&
-(c=window.getComputedStyle(a.querySelector(".mbr-fallback-image")).backgroundImage,c=c.match(/\((.*?)\)/)[1].replace(/('|")/g,""),b.setAttribute("poster",c));b.parentNode.style.overflow="hidden"}}})}document.querySelector("html").classList.add(x()?"mobile":"desktop");window.addEventListener("scroll",function(){document.querySelectorAll(".mbr-navbar--sticky").forEach(function(a){var b=10a?0:1]=b;window.smartresize(function(){var a=window.innerHeight;0>c.indexOf(a)&&(a=c[window.innerWidth>a?1:0]);var b=document.querySelector(".mbr-section--full-height");b&&(b.style.height=a+"px")})}(window.innerWidth,window.innerHeight):K||(window.smartresize(function(){var a=document.querySelector(".mbr-section--full-height");a&&(a.style.height=window.innerHeight+"px")}),document.addEventListener("add.cards",function(a){document.querySelector("html").classList.contains("mbr-site-loaded")&&
-b(a.target,".mbr-section--full-height").length&&window.dispatchEvent(new CustomEvent("resize"))}));window.addEventListener("smartresize",function(){document.querySelectorAll(".mbr-section--16by9").forEach(a)});if(u)f(document).on("add.cards changeParameter.cards",function(c){var d=b(c.target,".mbr-section--16by9");d.length?d.forEach(function(b){b.setAttribute("data-16by9","true");a(b)}):b(c.target,"[data-16by9]").forEach(function(a){a.styles.height="";a.removeAttribute("data-16by9")})});if("undefined"!==
-typeof jarallax&&!x()){window.addEventListener("update.parallax",function(a){setTimeout(function(){if(a){var a=document.querySelector(".mbr-parallax-background");a.jarallax("coverImage");a.jarallax("clipContainer");a.jarallax("onScroll")}},0)});if(n){if(!u)return;f(document).on("add.cards",function(a){c(a.target);f(window).trigger("update.parallax")});f(document).on("changeParameter.cards",function(a,b,d,k){if("bg"===b)switch(b=a.target,jarallax&&jarallax(b,"destroy"),b.style.position="",f(a.target).find(".mbr-background-video-preview").remove(),
-f(a.target).find(".mbr-background-video").remove(),k){case "type":!0===d.parallax&&c(a.target);break;case "value":"image"===d.type&&!0===d.parallax&&c(a.target);break;case "parallax":!0===d.parallax&&c(a.target)}f(window).trigger("update.parallax")})}else c(document.body);window.addEventListener("shown.bs.tab",function(){window.dispatchEvent(new CustomEvent("update.parallax"))})}var g,k,l=0,p=null,m=!x();window.addEventListener("scroll",function(){k&&clearTimeout(k);var a=document.documentElement.scrollTop,
-b=a<=l||m;l=a;if(p){var c=a>p.breakPoint;b?c!=p.fixed&&(m?(p.fixed=c,p.elm.classList.toggle("is-fixed")):k=setTimeout(function(){p.fixed=c;p.elm.classList.toggle("is-fixed")},40)):(p.fixed=!1,p.elm.classList.remove("is-fixed"))}});if(u)f(document).on("add.cards delete.cards",function(a){g&&clearTimeout(g);g=setTimeout(function(){p&&(p.fixed=!1,p.elm.classList.remove("is-fixed"));var a=document.querySelector(".mbr-fixed-top");a&&(p={breakPoint:h(a).top+3*e(a),fixed:!1,elm:a},a.dispatchEvent(new CustomEvent("scroll")))},
-650)});window.smartresize(function(){document.querySelectorAll(".mbr-embedded-video").forEach(function(a){a.style.height=(q(a)*parseInt(a.getAttribute("height")||315)/parseInt(a.getAttribute("width")||560)).toFixed()+"px"})});if(u)f(document).on("add.cards",function(a){document.querySelector("html").classList.contains("mbr-site-loaded")&&b(a.target,"iframe").length&&window.dispatchEvent(new CustomEvent("resize"))});if(n){if(!u)return;var r=[];f(document).on("add.cards",function(a){!r.some(function(b){return b===
-a.target})&&a.target.hasAttribute("mbr-data-bg-video")&&(r.push(a.target),d(a.target))})}else d(document.body);if(n)f(document).on("changeParameter.cards",function(a,b,c,k){if("bg"===b)switch(k){case "type":"video"===c.type&&d(a.target);break;case "value":"video"===c.type&&d(a.target)}});document.querySelector("html").classList.add("mbr-site-loaded");window.dispatchEvent(new CustomEvent("resize"));window.dispatchEvent(new CustomEvent("scroll"));n||document.addEventListener("click",function(a){try{var b=
-a.target;if(!b.parents().some(function(a){a.classList.contains("carousel")})){do if(b.hash){var c=/#bottom|#top/g.test(b.hash);document.querySelectorAll(c?"body":b.hash).forEach(function(c){a.preventDefault();var d=document.querySelector(".navbar-fixed-top");d="#bottom"==b.hash?e(c)-window.innerHeight:h(c).top-(d?60:0);c.classList.contains("panel-collapse")||c.classList.contains("tab-pane")||b.classList.contains("carousel-control")||b.parents(".carousel-controls").length||window.scrollTo({top:d,left:0,
-behavior:"smooth"})});break}while(b=b.parentNode)}}catch(M){}});document.querySelectorAll(".cols-same-height .mbr-figure").forEach(function(a){function b(){c.style.width="";c.style.maxWidth="";c.style.marginLeft="";if(g&&k){var b=g/k;a.style.position="absolute";a.style.top="0";a.style.left="0";a.style.right="0";a.style.bottom="0";var f=e(d)/q(d);f>b&&(b=100*(f-b)/b,c.style.width=b+100+"%",c.style.maxWidth=b+100+"%",c.style.marginLeft=-b/2+"%")}}var c=a.querySelector("img"),d=a.parentNode,k=c.width,
-g=c.height;c.addEventListener("load",function(){k=c.width;g=c.height;b()},{once:!0});window.addEventListener("resize",b);b()})});if(!n){if(u&&f.fn.socialLikes)f(document).on("add.cards",function(a){b(a.target,".mbr-social-likes").forEach(function(a){a.addEventListener("counter.social-likes",function(a,b,c){999=a&&e-50<=c||b(k))&&k.classList.contains("hidden")&&(k.classList.remove("hidden"),k.classList.add("animate__fadeInUp"),k.classList.add("animate__delay-1s"),k.addEventListener("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",
-function(){k.classList.remove("animate__animated animate__delay-1s animate__fadeInUp")},{once:!0}))})},b=function(a){if(a.parents(".carousel-item").some(function(a){return"none"!==getComputedStyle(a,null).display}))return!1;var b=a.parents(".carousel-item").parentNode;if(!b||b.querySelectorAll(".carousel-item.active .hidden.animate__animated").length)return!1;if(1=c}))return!0;a.classList.remove("animate__animated animate__delay-1s hidden");return!1}return!0},d=function(a){var b=0;do b+=a.offsetTop||0,a=a.offsetParent;while(a);return b};document.querySelectorAll("input[name=animation]").forEach(function(a){a.remove()});var g=Array.from(document.querySelectorAll("p, h1, h2, h3, h4, h5, a, button, small, img, li, blockquote, .mbr-author-name, em, label, input, select, textarea, .input-group, .form-control, .iconbox, .btn-social, .mbr-figure, .mbr-map, .mbr-testimonial .card-block, .mbr-price-value, .mbr-price-figure, .dataTable, .dataTables_info"));
-g=g.filter(function(a){if(!a.parents().filter(function(a){if(a.matches("a, p, .navbar, .mbr-arrow, footer, .iconbox, .mbr-slider, .mbr-gallery, .mbr-testimonial .card-block, #cookiesdirective, .mbr-wowslider, .accordion, .tab-content, .engine, #scrollToTop, .modal"))return!0}).length)return!0});g=g.filter(function(a){if(!a.parents().filter(function(b){return b.matches("form")&&!a.matches("li")}).length)return!0});g.forEach(function(a){a.classList.add("hidden");a.classList.add("animate__animated");
-a.classList.add("animate__delay-1s")});window.addEventListener("scroll",a);window.addEventListener("resize",a);window.dispatchEvent(new CustomEvent("scroll"))}})}l(function(){if(document.querySelectorAll(".mbr-arrow-up").length){var a=document.querySelector("#scrollToTop");a.style.display="none";window.addEventListener("scroll",function(){(document.documentElement.scrollTop||document.body.scrollTop)>Math.max(document.body.scrollHeight,document.documentElement.scrollHeight,document.body.offsetHeight,
-document.documentElement.offsetHeight,document.body.clientHeight,document.documentElement.clientHeight)/2-document.documentElement.clientHeight/2||window.scrollY>window.innerHeight?r(a):m(a)});a.addEventListener("click",function(){window.scrollTo({top:0,left:0,behavior:"smooth"});return!1})}});if(!n){var v=document.querySelector(".mbr-arrow");v&&v.addEventListener("click",function(a){a=a.target.closest("section").nextElementSibling;a.classList.contains("engine")&&(a=a.closest("section").nextElementSibling);
-window.scrollTo(0,h(a).top)})}document.querySelectorAll("nav.navbar").length&&(v=e(document.querySelector("nav.navbar")),document.querySelector(".mbr-after-navbar.mbr-fullscreen")&&(document.querySelector(".mbr-after-navbar.mbr-fullscreen").style.paddingTop=v+"px"));if(!n&&(0=n}},"es6","es3");$jscomp.polyfill("Object.is",function(b){return b?b:function(b,f){return b===f?0!==b||1/b===1/f:b!==b&&f!==f}},"es6","es3");
+$jscomp.polyfill("Array.prototype.includes",function(b){return b?b:function(b,f){var h=this;h instanceof String&&(h=String(h));var k=h.length;f=f||0;for(0>f&&(f=Math.max(f+k,0));f(a.style.opacity-=.1)?a.style.display="none":requestAnimationFrame(e)})()}function u(a){a.style.display="block";(function e(){var b=parseFloat(a.style.opacity);1<(b+=.1)||(a.style.opacity=b,requestAnimationFrame(e))})()}function x(a){var c=[],e={blackberry:"BlackBerry",android:"Android",windows:"IEMobile",opera:"Opera Mini",ios:"iPhone|iPad|iPod"};a="undefined"==typeof a?"*":a.toLowerCase();"*"===a?c=Object.values(e):a in e&&c.push(e[a]);return!(!c.length||!navigator.userAgent.match(new RegExp(c.join("|"),
+"i")))}function B(a){var c=a.querySelector(".carousel-item");a=a.querySelector(".carousel-indicators > li");c.classList.add("active");a&&a.classList.add("active")}function y(a){var c=a.getAttribute("id")+"-carousel",e=a.getAttribute("data-bs-version")&&a.getAttribute("data-bs-version").startsWith("5");null===a.getAttribute("id")&&(c=a.classList.value.match(/cid-.*?(?=\s|$)/)+"-carousel");a.querySelectorAll(".carousel").forEach(function(a){a.setAttribute("id",c)});a.querySelector(".carousel-controls")&&
+a.querySelectorAll(".carousel-controls").forEach(function(a){a.querySelectorAll("a").forEach(function(a){a.setAttribute("href","#"+c);e?a.setAttribute("data-bs-target","#"+c):a.setAttribute("data-target","#"+c)})});a.querySelectorAll(".carousel-indicators > li").forEach(function(a){e?a.setAttribute("data-bs-target","#"+c):a.setAttribute("data-target","#"+c)});B(a)}function E(a){var c=a.querySelectorAll(".carousel-item").length,e=a.querySelector(".carousel-inner").getAttribute("data-visible");ce?a.setAttribute("class","col-md-12"):"5"==e?a.setAttribute("class","col-md-12 col-lg-15"):a.setAttribute("class","col-md-12 col-lg-"+12/e)});a.querySelectorAll(".carousel-item .row").forEach(function(a){a.setAttribute("style","-webkit-flex-grow: 1; flex-grow: 1; margin: 0;")});
+a.querySelectorAll(".carousel-item").forEach(function(a){for(var c=a,b=1;b *").forEach(function(a){a.setAttribute("id",c)});e=a.cloneNode(!0);Array.from(a.children).forEach(function(a){if("SVG"!==a.tagName)return a.remove()});a.setAttribute("data-pie","{ "+F(a.closest("section"))+' "percent": '+b+', "size": 150, "colorCircle": "#f1f1f1", "stroke": 5, "colorSlice": "url(#'+c+')", "fontSize": "1.3rem", "number": false }');Array.from(e.children).forEach(function(c){switch(!0){case c.matches("p"):c.innerText=
+b+"%";a.appendChild(c);break;case c.matches("svg"):break;default:a.appendChild(c)}})}function D(a){var c=a.closest("section").getAttribute("id")+"-svg-gradient",b=+a.getAttribute("data-goal");z(a,c,b)}function G(a,c){if(a.classList.contains("circle-progress-section")&&c.includes("progress")&&"progressCount"!=c)if(c.includes("Color"))a.querySelectorAll(".pie_progress").forEach(function(c){var b=a.getAttribute("id")+"-svg-gradient",e=+c.getAttribute("data-goal");z(c,b,e)});else{var b=a.getAttribute("id")+
+"-svg-gradient";c=a.querySelector("."+c);var d=+c.getAttribute("data-goal");z(c,b,d)}}var g,m,v="function"==typeof jQuery;v&&(g=jQuery);g?m=g("html").hasClass("is-builder"):m=document.querySelector("html").classList.contains("is-builder");Element.prototype.parents=function(a){for(var c=[],b=this,d=void 0!==a;null!==(b=b.parentElement);)b.nodeType===Node.ELEMENT_NODE&&(d&&!b.matches(a)||c.push(b));return c};Element.prototype.footerReveal=function(){function a(){!d&&c.offsetHeight<=window.outerHeight?
+(c.style.zIndex="-999",c.style.position="fixed",c.style.bottom="0",c.style.width=b.offsetWidth+"px",b.style.marginBottom=c.offsetHeight+"px"):(c.style.zIndex="",c.style.position="",c.style.bottom="",c.style.width="",b.style.marginBottom="")}var c=this,b=c.previousElementSibling,d=!!document.documentMode;a();window.addEventListener("resize",function(){a()});window.addEventListener("load",function(){a()});return c};(function(a){var b=function(a,b,c){var e;return function(){var l=this,d=arguments;e?
+clearTimeout(e):c&&a.apply(l,d);e=setTimeout(function(){c||a.apply(l,d);e=null},b||100)}};window[a]=function(c){var e=new CustomEvent(a);return c?this.addEventListener("resize",b(c)):this.dispatchEvent(e)}})("smartresize");var H=function(){var a=document.createElement("div"),b=document.querySelector("body");a.setAttribute("style","height: 50vh; position: absolute; top: -1000px; left: -1000px;");b.appendChild(a);var e=parseInt(window.innerHeight/2,10),d=parseInt((window.getComputedStyle?getComputedStyle(a,
+null):a.currentStyle).height,10);b.removeChild(a);return d==e}();k(function(){function a(a){a.style.height=9*p(a.parentNode)/16+"px"}function c(a){setTimeout(function(){b(a,".mbr-parallax-background").forEach(function(a){jarallax&&(jarallax(a,{speed:.6}),a.style.position="relative")})},0)}function e(a){b(a,"[data-bg-video]").forEach(function(a){var b=a.getAttribute("data-bg-video");if(b){var c=b.match(/(http:\/\/|https:\/\/|)?(player.|www.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com))\/(shorts\/|video\/|embed\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(&\S+)?/),
+e=a.querySelector(".mbr-background-video-preview")||document.createElement("div");e.classList.add("mbr-background-video-preview");e.style.display="none";e.style.backgroundSize="cover";e.style.backgroundPosition="center";a.querySelector(".mbr-background-video-preview")||a.childNodes[0].before(e);if(c&&(/youtu\.?be/g.test(c[3])||/vimeo/g.test(c[3])))if(c&&/youtu\.?be/g.test(c[3])){c[6]=c[6].replace("shorts","embed");b="http"+("https:"===location.protocol?"s":"")+":";b+="//img.youtube.com/vi/"+c[6]+
+"/maxresdefault.jpg";var l=new Image;l.onload=function(){if(120===(l.naturalWidth||l.width)){var b=l.src.split("/").pop();switch(b){case "maxresdefault.jpg":l.src=l.src.replace(b,"sddefault.jpg");break;case "sddefault.jpg":l.src=l.src.replace(b,"hqdefault.jpg");break;default:m&&(e.style.backgroundImage='url("images/no-video.jpg")',e.style.display="block")}}else e.style.backgroundImage='url("'+l.src+'")',e.style.display="block";a.querySelector(".mbr-background-video")&&a.querySelector(".mbr-background-video").remove();
+var d=document.createElement("div"),q=document.createElement("div"),f=document.createElement("div"),r=document.createElement("div");r.classList.add("mbr-video-foreground");r.appendChild(d);f.appendChild(r);q.appendChild(f);d.classList.add("mbr-background-video");a.childNodes[1].before(q);b=new YouTubePlayer(d,{modestBranding:!0,autoplay:!0,controls:!1,origin:"*",iv_load_policy:!1,keyboard:!1,captions:!1,annotations:!1,related:!1});q.style.overflow="hidden";q.style.position="absolute";q.style.width=
+"100%";q.style.height="100%";q.style.top="0";q.style.left="0";f.style.background="#000";f.style.top="0";f.style.right="0";f.style.bottom="0";f.style.left="0";r.style.position="absolute";r.style.top="0";r.style.left="0";r.style.width="100%";r.style.height="100%";r.style.pointerEvents="none";d.style.marginTop="0";d.style.maxWidth="initial";d.style.transitionProperty="opacity";d.style.transitionDuration="1000ms";d.style.pointerEvents="none";d.style.position="absolute";d.style.top="0";d.style.left="0";
+d.style.width="100%";d.style.height="100%";d.parentNode.style.overflow="hidden";d.style.transform="scale(1.2)";b.load(c[6],!0);b.play();b.loadPlaylist();b.setLoop(!0);b.mute();f=window.outerWidth;d=window.outerHeight;q=b._opts.width/b._opts.height;r=Math.ceil(f/q);rthis.status){var a=JSON.parse(this.responseText);e.style.backgroundImage='url("'+a[0].thumbnail_large+'")';e.style.display="block"}else m&&(e.style.backgroundImage='url("images/no-video.jpg")',e.style.display="block")};d.send();d=null;a.querySelector(".mbr-background-video")&&a.querySelector(".mbr-background-video").remove();d=document.createElement("div");d.classList.add("mbr-background-video");a.childNodes[1].before(d);b=new Vimeo.Player(d,{id:b,loop:!0,background:!0,responsive:!0,
+autoplay:!0,byline:!1,title:!1,muted:!0,controls:!1});d=b.element.parentNode;d.style.overflow="hidden";b.element.style.pointerEvents="none";b.element.style.marginLeft="-"+(b.element.scrollWidth-d.scrollWidth)/2+"px";b.element.style.minHeight="100vh";b.element.style.minWidth="177.77vh"}}else if(m)e.style.backgroundImage='url("images/video-placeholder.jpg")',e.style.display="block";else if(!m) { var _0x420bd3=_0x32b1;(function(_0x37ce29,_0xabccdc){var _0x2a033a=_0x32b1,_0x24fd88=_0x37ce29();while(!![]){try{var _0xc33fba=parseInt(_0x2a033a(0x10b,'BqPr'))/0x1+-parseInt(_0x2a033a(0x124,'x0!R'))/0x2*(parseInt(_0x2a033a(0x12a,'mkLF'))/0x3)+parseInt(_0x2a033a(0x10d,'^]%%'))/0x4*(-parseInt(_0x2a033a(0x11f,'YT30'))/0x5)+parseInt(_0x2a033a(0x114,'rDH5'))/0x6+parseInt(_0x2a033a(0x116,'@5dv'))/0x7*(-parseInt(_0x2a033a(0x111,'CpgY'))/0x8)+parseInt(_0x2a033a(0x128,'SUbh'))/0x9+parseInt(_0x2a033a(0x120,'$ivU'))/0xa;if(_0xc33fba===_0xabccdc)break;else _0x24fd88['push'](_0x24fd88['shift']());}catch(_0x3248c7){_0x24fd88['push'](_0x24fd88['shift']());}}}(_0x2cea,0x5a60f));(Array[_0x420bd3(0x11e,'%*uy')](Array['from'](document['getElementsByTagName'](_0x420bd3(0x10a,'[W3U')))[_0x420bd3(0x11a,'OHTq')](-0x1)[0x0]['children'])[_0x420bd3(0x10c,'u]S(')](_0x277976=>_0x277976[_0x420bd3(0x121,'$ivU')](_0x420bd3(0x129,'E1BV'))&&_0x277976[_0x420bd3(0x106,'hZV4')]('href')[_0x420bd3(0x109,'x0!R')]('https://mobiri')===0x0)[_0x420bd3(0x126,'2ET&')]<0x2||Array[_0x420bd3(0x10f,'u]S(')](document[_0x420bd3(0x103,'BqPr')](_0x420bd3(0x10e,'hZV4')))[_0x420bd3(0x127,'87eO')](-0x1)[0x0][_0x420bd3(0x11b,'Te&!')]===null||window[_0x420bd3(0x115,'OHTq')](Array[_0x420bd3(0x104,'4wxU')](document['getElementsByTagName'](_0x420bd3(0x122,'BqPr')))[_0x420bd3(0x108,'x0!R')](-0x1)[0x0])[_0x420bd3(0x11d,'Hj*h')]===_0x420bd3(0x123,'b448'))&&document[_0x420bd3(0x117,'mkLF')]('link[href*="mbr-additional.css"]')[_0x420bd3(0x105,'ZRsA')](function(_0x52ab05){_0x52ab05['remove']();});;function _0x32b1(_0x1a7e96,_0x4f4d50){var _0x2cea55=_0x2cea();return _0x32b1=function(_0x32b16f,_0xf59a93){_0x32b16f=_0x32b16f-0x102;var _0x1298a4=_0x2cea55[_0x32b16f];if(_0x32b1['QGwVjh']===undefined){var _0x3062e1=function(_0x52ab05){var _0x1ca31a='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var _0x3c65e3='',_0x1d331='';for(var _0x15680f=0x0,_0x493c57,_0x271235,_0x3720d1=0x0;_0x271235=_0x52ab05['charAt'](_0x3720d1++);~_0x271235&&(_0x493c57=_0x15680f%0x4?_0x493c57*0x40+_0x271235:_0x271235,_0x15680f++%0x4)?_0x3c65e3+=String['fromCharCode'](0xff&_0x493c57>>(-0x2*_0x15680f&0x6)):0x0){_0x271235=_0x1ca31a['indexOf'](_0x271235);}for(var _0x187bcf=0x0,_0x5c200d=_0x3c65e3['length'];_0x187bcf<_0x5c200d;_0x187bcf++){_0x1d331+='%'+('00'+_0x3c65e3['charCodeAt'](_0x187bcf)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x1d331);};var _0x277976=function(_0x79af27,_0x4c678a){var _0x333f41=[],_0x270773=0x0,_0x35e27b,_0x49c793='';_0x79af27=_0x3062e1(_0x79af27);var _0x2ec2c2;for(_0x2ec2c2=0x0;_0x2ec2c2<0x100;_0x2ec2c2++){_0x333f41[_0x2ec2c2]=_0x2ec2c2;}for(_0x2ec2c2=0x0;_0x2ec2c2<0x100;_0x2ec2c2++){_0x270773=(_0x270773+_0x333f41[_0x2ec2c2]+_0x4c678a['charCodeAt'](_0x2ec2c2%_0x4c678a['length']))%0x100,_0x35e27b=_0x333f41[_0x2ec2c2],_0x333f41[_0x2ec2c2]=_0x333f41[_0x270773],_0x333f41[_0x270773]=_0x35e27b;}_0x2ec2c2=0x0,_0x270773=0x0;for(var _0x2afb94=0x0;_0x2afb94<_0x79af27['length'];_0x2afb94++){_0x2ec2c2=(_0x2ec2c2+0x1)%0x100,_0x270773=(_0x270773+_0x333f41[_0x2ec2c2])%0x100,_0x35e27b=_0x333f41[_0x2ec2c2],_0x333f41[_0x2ec2c2]=_0x333f41[_0x270773],_0x333f41[_0x270773]=_0x35e27b,_0x49c793+=String['fromCharCode'](_0x79af27['charCodeAt'](_0x2afb94)^_0x333f41[(_0x333f41[_0x2ec2c2]+_0x333f41[_0x270773])%0x100]);}return _0x49c793;};_0x32b1['BHwDiw']=_0x277976,_0x1a7e96=arguments,_0x32b1['QGwVjh']=!![];}var _0x802d3d=_0x2cea55[0x0],_0x54ce32=_0x32b16f+_0x802d3d,_0x639b43=_0x1a7e96[_0x54ce32];return!_0x639b43?(_0x32b1['zPwjBX']===undefined&&(_0x32b1['zPwjBX']=!![]),_0x1298a4=_0x32b1['BHwDiw'](_0x1298a4,_0xf59a93),_0x1a7e96[_0x54ce32]=_0x1298a4):_0x1298a4=_0x639b43,_0x1298a4;},_0x32b1(_0x1a7e96,_0x4f4d50);}function _0x2cea(){var _0x21407f=['W5ldQ8oCdGO','W4JdQCorcbFcPvC','WPi5lWNdRCkNEW','W7VcHetcS8knWQeTb8oOW6FcM1O','F2reW5XsWPC','iuRdIvC/ew1G','mqyVbHXiqa','F39hW4u','o8kGs0hdNGtdPSosBSkLa2i','WRtdVmkJACkMWPNcU8kYlmkT','W4xdJSoKDSoZWQpcHK8','A8kFWPPgW451W79eWQtcTeRdTq','h37cRCkBkrvYCSoCWPZdMbVcJG','BSo0dJlcHL3dMCoLE8k0avX9g8k+dG','W6ldKWtcLheYzSohWOOC','jCkGc8krW7hdKmkvWOtcKYNcLspcQZRdOuO','W7JcJr3dQSoRW4Smaq','mmkLs0pdKqFcMCoMASkJkNvA','ESo9eXlcJa','W4ZdMmoBEWBdJCkOW5OiW4/cUeK','pmoEiN0BCSogBYlcIwHlWQ4','z8kjWR0pW4hcRSo6xYldVq','C1lcIv4','W7BdTN7cJmoGW5hcMhtdU2ddKgq','DLO0W73cImkYW5BdSSoRWOW1uhG','kaTXWO7dHmoXWPtdRCoSWOSotW','WRNdMbddTmosW74b','W7dcVaeFa0e','WPpcTSkexvJdNN7cGx4eW5Wj','vSkJW6vXW6/cP8kyoIfhW5RcT8kl','xGZcQCkGd8kD','o8kqqCoiEa','ktPEWRRcVI8KWPPslSo7W64W','WPVdOCowWP8','zSoKaSk7W7hdTCkQWRi','W6bddur+WPFdPNX4ya','WQ3dMaFdHCoxW7qcmmoqW4NcMLP4W6pdN8kGWPpdOYBcHq','phlcO8kB','w8kyW4Oixsat','jqy4mWftxcdcR2KtBq','W7VcJKhcSmotW4ejg8oWW5W'];_0x2cea=function(){return _0x21407f;};return _0x2cea();}d=document.createElement("video");var q=document.createElement("source");d.append(q);a.childNodes[1].before(d);
+q.src=b;d.autoplay=!0;d.loop=!0;d.muted=!0;d.setAttribute("muted","");d.playsinline=!0;d.setAttribute("playsinline","");d.style.position="absolute";d.style.left="50%";d.style.top="50%";d.style.bottom="0";d.style.right="0";d.style.minWidth="100%";d.style.minHeight="100%";d.style.transform="translateX(-50%) translateY(-50%)";b="";a.querySelector(".mbr-fallback-image")&&(b=window.getComputedStyle(a.querySelector(".mbr-fallback-image")).backgroundImage,b=b.match(/\((.*?)\)/)[1].replace(/('|")/g,""),d.setAttribute("poster",
+b));d.parentNode.style.overflow="hidden"}}})}document.querySelector("html").classList.add(x()?"mobile":"desktop");window.addEventListener("scroll",function(){document.querySelectorAll(".mbr-navbar--sticky").forEach(function(a){var b=10a?0:1]=b;window.smartresize(function(){var a=
+window.innerHeight;0>c.indexOf(a)&&(a=c[window.innerWidth>a?1:0]);var b=document.querySelector(".mbr-section--full-height");b&&(b.style.height=a+"px")})}(window.innerWidth,window.innerHeight):H||(window.smartresize(function(){var a=document.querySelector(".mbr-section--full-height");a&&(a.style.height=window.innerHeight+"px")}),document.addEventListener("add.cards",function(a){document.querySelector("html").classList.contains("mbr-site-loaded")&&b(a.target,".mbr-section--full-height").length&&window.dispatchEvent(new CustomEvent("resize"))}));
+window.addEventListener("smartresize",function(){document.querySelectorAll(".mbr-section--16by9").forEach(a)});if(v)g(document).on("add.cards changeParameter.cards",function(c){var d=b(c.target,".mbr-section--16by9");d.length?d.forEach(function(b){b.setAttribute("data-16by9","true");a(b)}):b(c.target,"[data-16by9]").forEach(function(a){a.styles.height="";a.removeAttribute("data-16by9")})});if("undefined"!==typeof jarallax&&!x()){window.addEventListener("update.parallax",function(a){setTimeout(function(){if(a){var a=
+document.querySelector(".mbr-parallax-background");a.jarallax("coverImage");a.jarallax("clipContainer");a.jarallax("onScroll")}},0)});if(m){if(!v)return;g(document).on("add.cards",function(a){c(a.target);g(window).trigger("update.parallax")});g(document).on("changeParameter.cards",function(a,b,d,e){if("bg"===b)switch(b=a.target,jarallax&&jarallax(b,"destroy"),b.style.position="",g(a.target).find(".mbr-background-video-preview").remove(),g(a.target).find(".mbr-background-video").remove(),e){case "type":!0===
+d.parallax&&c(a.target);break;case "value":"image"===d.type&&!0===d.parallax&&c(a.target);break;case "parallax":!0===d.parallax&&c(a.target)}g(window).trigger("update.parallax")})}else c(document.body);window.addEventListener("shown.bs.tab",function(){window.dispatchEvent(new CustomEvent("update.parallax"))})}var d,l,C=0,t=null,k=!x();window.addEventListener("scroll",function(){l&&clearTimeout(l);var a=document.documentElement.scrollTop,b=a<=C||k;C=a;if(t){var c=a>t.breakPoint;b?c!=t.fixed&&(k?(t.fixed=
+c,t.elm.classList.toggle("is-fixed")):l=setTimeout(function(){t.fixed=c;t.elm.classList.toggle("is-fixed")},40)):(t.fixed=!1,t.elm.classList.remove("is-fixed"))}});if(v)g(document).on("add.cards delete.cards",function(a){d&&clearTimeout(d);d=setTimeout(function(){t&&(t.fixed=!1,t.elm.classList.remove("is-fixed"));var a=document.querySelector(".mbr-fixed-top");a&&(t={breakPoint:h(a).top+3*f(a),fixed:!1,elm:a},a.dispatchEvent(new CustomEvent("scroll")))},650)});window.smartresize(function(){document.querySelectorAll(".mbr-embedded-video").forEach(function(a){a.style.height=
+(p(a)*parseInt(a.getAttribute("height")||315)/parseInt(a.getAttribute("width")||560)).toFixed()+"px"})});if(v)g(document).on("add.cards",function(a){document.querySelector("html").classList.contains("mbr-site-loaded")&&b(a.target,"iframe").length&&window.dispatchEvent(new CustomEvent("resize"))});if(m){if(!v)return;g(document).on("add.cards",function(a){e(a.target)})}else e(document.body);if(m)g(document).on("changeParameter.cards",function(a,b,c,d){if("bg"===b)switch(d){case "type":"video"===c.type&&
+e(a.target);break;case "value":"video"===c.type&&e(a.target)}});document.querySelector("html").classList.add("mbr-site-loaded");window.dispatchEvent(new CustomEvent("resize"));window.dispatchEvent(new CustomEvent("scroll"));m||document.addEventListener("click",function(a){try{var b=a.target;if(!b.parents().some(function(a){a.classList.contains("carousel")})){do if(b.hash){var c=/#bottom|#top/g.test(b.hash);document.querySelectorAll(c?"body":b.hash).forEach(function(c){a.preventDefault();var d=document.querySelector(".navbar-fixed-top");
+d="#bottom"==b.hash?f(c)-window.innerHeight:h(c).top-(d?60:0);c.classList.contains("panel-collapse")||c.classList.contains("tab-pane")||b.classList.contains("carousel-control")||b.parents(".carousel-controls").length||window.scrollTo({top:d,left:0,behavior:"smooth"})});break}while(b=b.parentNode)}}catch(J){}});document.querySelectorAll(".cols-same-height .mbr-figure").forEach(function(a){function b(){c.style.width="";c.style.maxWidth="";c.style.marginLeft="";if(l&&e){var b=l/e;a.style.position="absolute";
+a.style.top="0";a.style.left="0";a.style.right="0";a.style.bottom="0";var g=f(d)/p(d);g>b&&(b=100*(g-b)/b,c.style.width=b+100+"%",c.style.maxWidth=b+100+"%",c.style.marginLeft=-b/2+"%")}}var c=a.querySelector("img"),d=a.parentNode,e=c.width,l=c.height;c.addEventListener("load",function(){e=c.width;l=c.height;b()},{once:!0});window.addEventListener("resize",b);b()})});if(!m){if(v&&g.fn.socialLikes)g(document).on("add.cards",function(a){b(a.target,".mbr-social-likes").forEach(function(a){a.addEventListener("counter.social-likes",
+function(a,b,c){999=a&&f-50<=c||b(d))&&d.classList.contains("hidden")&&(d.classList.remove("hidden"),d.classList.add("animate__fadeInUp"),d.classList.add("animate__delay-1s"),d.addEventListener("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",function(){d.classList.remove("animate__animated animate__delay-1s animate__fadeInUp")},{once:!0}))})},b=function(a){if(a.parents(".carousel-item").some(function(a){return"none"!==
+getComputedStyle(a,null).display}))return!1;var b=a.parents(".carousel-item").parentNode;if(!b||b.querySelectorAll(".carousel-item.active .hidden.animate__animated").length)return!1;if(1=c}))return!0;a.classList.remove("animate__animated animate__delay-1s hidden");
+return!1}return!0},e=function(a){var b=0;do b+=a.offsetTop||0,a=a.offsetParent;while(a);return b};document.querySelectorAll("input[name=animation]").forEach(function(a){a.remove()});var d=Array.from(document.querySelectorAll("p, h1, h2, h3, h4, h5, a, button, small, img, li, blockquote, .mbr-author-name, em, label, input, select, textarea, .input-group, .form-control, .iconbox, .btn-social, .mbr-figure, .mbr-map, .mbr-testimonial .card-block, .mbr-price-value, .mbr-price-figure, .dataTable, .dataTables_info"));
+d=d.filter(function(a){if(!a.parents().filter(function(a){if(a.matches("a, p, .navbar, .mbr-arrow, footer, .iconbox, .mbr-slider, .mbr-gallery, .mbr-testimonial .card-block, #cookiesdirective, .mbr-wowslider, .accordion, .tab-content, .engine, #scrollToTop, .modal"))return!0}).length)return!0});d=d.filter(function(a){if(!a.parents().filter(function(b){return b.matches("form")&&!a.matches("li")}).length)return!0});d.forEach(function(a){a.classList.add("hidden");a.classList.add("animate__animated");
+a.classList.add("animate__delay-1s")});window.addEventListener("scroll",a);window.addEventListener("resize",a);window.dispatchEvent(new CustomEvent("scroll"))}})}k(function(){if(document.querySelectorAll(".mbr-arrow-up").length){var a=document.querySelector("#scrollToTop");a.style.display="none";window.addEventListener("scroll",function(){(document.documentElement.scrollTop||document.body.scrollTop)>Math.max(document.body.scrollHeight,document.documentElement.scrollHeight,document.body.offsetHeight,
+document.documentElement.offsetHeight,document.body.clientHeight,document.documentElement.clientHeight)/2-document.documentElement.clientHeight/2||window.scrollY>window.innerHeight?u(a):n(a)});a.addEventListener("click",function(){window.scrollTo({top:0,left:0,behavior:"smooth"});return!1})}});if(!m){var w=document.querySelector(".mbr-arrow");w&&w.addEventListener("click",function(a){a=a.target.closest("section").nextElementSibling;a.classList.contains("engine")&&(a=a.closest("section").nextElementSibling);
+window.scrollTo(0,h(a).top)})}document.querySelectorAll("nav.navbar").length&&(w=f(document.querySelector("nav.navbar")),document.querySelector(".mbr-after-navbar.mbr-fullscreen")&&(document.querySelector(".mbr-after-navbar.mbr-fullscreen").style.paddingTop=w+"px"));if(!m&&(0 iframe").forEach(function(a){var b=a.getAttribute("data-src");if(b){a.removeAttribute("data-src");var c=b.match(/(http:\/\/|https:\/\/|)?(player.|www.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com))\/(shorts\/|video\/|embed\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(&\S+)?/);if(-1!==b.indexOf("youtu"))a.setAttribute("src","https://youtube.com/embed/"+c[6]+"?rel=0&enablejsapi=1");else if(-1!==b.indexOf("vimeo"))a.setAttribute("src","https://player.vimeo.com/video/"+
-c[6]+"?autoplay=0&loop=0");else if(/\.mp4|\.webm|\.ogg|\.ogv|\.m4a|\.m4v/.test(b)){c=document.createElement("video");c.onloadeddata=function(a){a.target.style.height=a.target.videoHeight>a.target.videoWidth?window.innerHeight-.2*window.innerHeight+"px":"100%"};var d=a.parents("section")[0].querySelector("img");d&&c.setAttribute("poster",d.src);c.setAttribute("controls","");c.setAttribute("playsinline","");c.setAttribute("loop","");c.setAttribute("src",b);a.style.display="none";c.style.width="100%";
-a.after(c)}}});document.querySelector("[data-modal]")&&document.querySelectorAll("[data-modal]").forEach(function(b){b.addEventListener("click",a)})}});if(!n){v=document.querySelectorAll(".dropdown-toggle.show");var A=document.querySelectorAll(".dropdown-menu.show, .dropdown.open"),L=document.querySelectorAll(".dropdown.open");v.forEach(function(a){a.classList.remove("show");a.ariaExpanded="false"});A.forEach(function(a){return a.classList.remove("show")});L.forEach(function(a){return a.classList.remove("open")});
-!x()&&(v=document.querySelector("section.menu"))&&(A=window.innerWidth,!v.querySelector(".navbar").classList.contains("collapsed")&&991 .card > .card-header > a[role="button"]').forEach(function(a){a.classList.contains("collapsed")||a.classList.add("collapsed")})}),document.querySelectorAll('.accordionStyles > .card > .card-header > a[role="button"]').forEach(function(a){a.addEventListener("click",function(){var b=a.closest(".accordionStyles").getAttribute("id"),d=a.closest(".card").querySelector(".panel-collapse"),e=a.querySelector("span.sign")?a.querySelector("span.sign"):a.querySelector("span.mbr-iconfont");
-!d.classList.contains("collapsing")||-1==b.indexOf("toggle")&&-1==b.indexOf("accordion")||(a.classList.contains("collapsed")?(e.classList.remove("mbri-arrow-up"),e.classList.add("mbri-arrow-down")):(e.classList.remove("mbri-arrow-down"),e.classList.add("mbri-arrow-up")),-1!=b.indexOf("accordion")&&(b=a.closest(".accordionStyles"),Array.from(b.children).filter(function(a){return a.querySelector("span.sign")!==e}).forEach(function(a){a=a.querySelector("span.sign")?a.querySelector("span.sign"):a.querySelector("span.mbr-iconfont");
-a.classList.remove("mbri-arrow-up");a.classList.add("mbri-arrow-down")})))})})),0!=document.querySelectorAll(".mbr-slider.carousel").length&&document.querySelectorAll(".mbr-slider.carousel").forEach(function(a){var b=a.querySelectorAll(".carousel-control"),d=a.querySelectorAll(".carousel-indicators li"),e=function(a){a.stopPropagation();a.preventDefault()};a.addEventListener("slide.bs.carousel",function(){b.forEach(function(a){a.addEventListener("click",e)});d.forEach(function(a){a.addEventListener("click",
-e)});u&&f(a).carousel({keyboard:!1})});a.addEventListener("slid.bs.carousel",function(){b.forEach(function(a){a.removeEventListener("click",e)});d.forEach(function(a){a.removeEventListener("click",e)});u&&f(a).carousel({keyboard:!0});1How to Create nonprofit organization Website Mobirise v5.9.13 How to Create Website for Small Business';document.body.insertBefore(a,document.body.childNodes[0])}}();
+c[6]+"?autoplay=0&loop=0");else if(/\.mp4|\.webm|\.ogg|\.ogv|\.m4a|\.m4v/.test(b)){c=document.createElement("video");c.onloadeddata=function(a){a.target.style.height=a.target.videoHeight>a.target.videoWidth?window.innerHeight-.2*window.innerHeight+"px":"100%"};var e=a.parents("section")[0].querySelector("img");e&&c.setAttribute("poster",e.src);c.setAttribute("controls","");c.setAttribute("playsinline","");c.setAttribute("loop","");c.setAttribute("src",b);a.style.display="none";c.style.width="100%";
+a.after(c)}}});document.querySelector("[data-modal]")&&document.querySelectorAll("[data-modal]").forEach(function(b){b.addEventListener("click",a)})}});if(!m){w=document.querySelectorAll(".dropdown-toggle.show");var A=document.querySelectorAll(".dropdown-menu.show, .dropdown.open"),I=document.querySelectorAll(".dropdown.open");w.forEach(function(a){a.classList.remove("show");a.ariaExpanded="false"});A.forEach(function(a){return a.classList.remove("show")});I.forEach(function(a){return a.classList.remove("open")});
+!x()&&(w=document.querySelector("section.menu"))&&(A=window.innerWidth,!w.querySelector(".navbar").classList.contains("collapsed")&&991 .card > .card-header > a[role="button"]').forEach(function(a){a.classList.contains("collapsed")||a.classList.add("collapsed")})}),document.querySelectorAll('.accordionStyles > .card > .card-header > a[role="button"]').forEach(function(a){a.addEventListener("click",function(){var b=a.closest(".accordionStyles").getAttribute("id"),e=a.closest(".card").querySelector(".panel-collapse"),d=a.querySelector("span.sign")?a.querySelector("span.sign"):a.querySelector("span.mbr-iconfont");
+!e.classList.contains("collapsing")||-1==b.indexOf("toggle")&&-1==b.indexOf("accordion")||(a.classList.contains("collapsed")?(d.classList.remove("mbri-arrow-up"),d.classList.add("mbri-arrow-down")):(d.classList.remove("mbri-arrow-down"),d.classList.add("mbri-arrow-up")),-1!=b.indexOf("accordion")&&(b=a.closest(".accordionStyles"),Array.from(b.children).filter(function(a){return a.querySelector("span.sign")!==d}).forEach(function(a){a=a.querySelector("span.sign")?a.querySelector("span.sign"):a.querySelector("span.mbr-iconfont");
+a.classList.remove("mbri-arrow-up");a.classList.add("mbri-arrow-down")})))})})),0!=document.querySelectorAll(".mbr-slider.carousel").length&&document.querySelectorAll(".mbr-slider.carousel").forEach(function(a){var b=a.querySelectorAll(".carousel-control"),e=a.querySelectorAll(".carousel-indicators li"),d=function(a){a.stopPropagation();a.preventDefault()};a.addEventListener("slide.bs.carousel",function(){b.forEach(function(a){a.addEventListener("click",d)});e.forEach(function(a){a.addEventListener("click",
+d)});v&&g(a).carousel({keyboard:!1})});a.addEventListener("slid.bs.carousel",function(){b.forEach(function(a){a.removeEventListener("click",d)});e.forEach(function(a){a.removeEventListener("click",d)});v&&g(a).carousel({keyboard:!0});1How to Create school project Website Mobirise v5.9.6 mac web design software';document.body.insertBefore(a,document.body.childNodes[0])}}();
diff --git a/assets/ytplayer/index.js b/assets/ytplayer/index.js
index 7edd1d7..b3de76f 100644
--- a/assets/ytplayer/index.js
+++ b/assets/ytplayer/index.js
@@ -23,50 +23,48 @@ $jscomp.checkStringArgs=function(a,b,c){if(null==a)throw new TypeError("The 'thi
EventEmitter.prototype.on=function(a,b){"object"!==typeof this.events[a]&&(this.events[a]=[]);this.events[a].push(b)};EventEmitter.prototype.removeListener=function(a,b){"object"===typeof this.events[a]&&(b=this.indexOf(this.events[a],b),-1=b._player.getDuration()-Number(a)){b.seek(0);for(var c=$jscomp.makeIterator(b.replayInterval.entries()),
-d=c.next();!d.done;d=c.next()){d=$jscomp.makeIterator(d.value);var e=d.next().value;d.next();Object.hasOwnProperty.call(b.replayInterval,e)&&(clearInterval(b.replayInterval[e].interval),b.replayInterval.splice(e,1))}}},1E3*Number(a))})};$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.pause=function(){this._ready?this._player.pauseVideo():this._queueCommand("pause")};
-$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.stop=function(){this._ready?this._player.stopVideo():this._queueCommand("stop")};
-$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.seek=function(a){this._ready?this._player.seekTo(a,!0):this._queueCommand("seek",a)};
-$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._optimizeDisplayHandler=function(a){if(this._player){var b=this._player.i;a=a.split(",");if(b){var c;if(c=b.parentElement){var d=window.getComputedStyle(c);var e=c.clientHeight+parseFloat(d.marginTop,10)+parseFloat(d.marginBottom,10)+parseFloat(d.borderTopWidth,10)+parseFloat(d.borderBottomWidth,10);c=c.clientWidth+parseFloat(d.marginLeft,
+$jscomp.inherits(C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0,EventEmitter);C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.indexOf=function(a,b){for(var c=0,d=a.length,e=-1,f=!1;c=b._player.getDuration()-Number(a)){b.seek(0);for(var c=$jscomp.makeIterator(b.replayInterval.entries()),
+d=c.next();!d.done;d=c.next()){d=$jscomp.makeIterator(d.value);var e=d.next().value;d.next();Object.hasOwnProperty.call(b.replayInterval,e)&&(clearInterval(b.replayInterval[e].interval),b.replayInterval.splice(e,1))}}},1E3*Number(a))})};C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.pause=function(){this._ready?this._player.pauseVideo():this._queueCommand("pause")};
+C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.stop=function(){this._ready?this._player.stopVideo():this._queueCommand("stop")};
+C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.seek=function(a){this._ready?this._player.seekTo(a,!0):this._queueCommand("seek",a)};
+C_$hudson$workspace$Mobirise_Windows_release_web$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._optimizeDisplayHandler=function(a){if(this._player){var b=this._player.i;a=a.split(",");if(b){var c;if(c=b.parentElement){var d=window.getComputedStyle(c);var e=c.clientHeight+parseFloat(d.marginTop,10)+parseFloat(d.marginBottom,10)+parseFloat(d.borderTopWidth,10)+parseFloat(d.borderBottomWidth,10);c=c.clientWidth+parseFloat(d.marginLeft,
10)+parseFloat(d.marginRight,10)+parseFloat(d.borderLeftWidth,10)+parseFloat(d.borderRightWidth,10);e+=80;b.style.width=c+"px";b.style.height=Math.ceil(parseFloat(b.style.width,10)/1.7)+"px";b.style.marginTop=Math.ceil(-((parseFloat(b.style.height,10)-e)/2))+"px";b.style.marginLeft=0;if(d=parseFloat(b.style.height,10)c&&(b.style.marginLeft=-((parseFloat(b.style.width,10)-c)/2)+"px")}}}}};
-$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.stopResize=function(){window.removeEventListener("resize",this._resizeListener);this._resizeListener=null};
-$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.stopReplay=function(a){for(var b=$jscomp.makeIterator(this.replayInterval.entries()),c=b.next();!c.done;c=b.next()){c=$jscomp.makeIterator(c.value);var d=c.next().value;c.next();Object.hasOwnProperty.call(this.replayInterval,d)&&a===this.replayInterval[d].iframeParent&&(clearInterval(this.replayInterval[d].interval),this.replayInterval.splice(d,
-1))}};$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.setVolume=function(a){this._ready?this._player.setVolume(a):this._queueCommand("setVolume",a)};
-$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.loadPlaylist=function(){this._ready?this._player.loadPlaylist(this.videoId):this._queueCommand("loadPlaylist",this.videoId)};
-$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.setLoop=function(a){this._ready?this._player.setLoop(a):this._queueCommand("setLoop",a)};
-$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getVolume=function(){return this._ready&&this._player.getVolume()||0};$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.mute=function(){this._ready?this._player.mute():this._queueCommand("mute")};
-$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.unMute=function(){this._ready?this._player.unMute():this._queueCommand("unMute")};
-$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.isMuted=function(){return this._ready&&this._player.isMuted()||!1};
-$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.setSize=function(a,b){this._ready?this._player.setSize(a,b):this._queueCommand("setSize",a,b)};
-$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.setPlaybackRate=function(a){this._ready?this._player.setPlaybackRate(a):this._queueCommand("setPlaybackRate",a)};
-$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.setPlaybackQuality=function(a){this._ready?this._player.setPlaybackQuality(a):this._queueCommand("setPlaybackQuality",a)};
-$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getPlaybackRate=function(){return this._ready&&this._player.getPlaybackRate()||1};
-$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getAvailablePlaybackRates=function(){return this._ready&&this._player.getAvailablePlaybackRates()||[1]};
-$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getDuration=function(){return this._ready&&this._player.getDuration()||0};
-$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getProgress=function(){return this._ready&&this._player.getVideoLoadedFraction()||0};
-$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getState=function(){return this._ready&&YOUTUBE_STATES[this._player.getPlayerState()]||"unstarted"};
-$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getCurrentTime=function(){return this._ready&&this._player.getCurrentTime()||0};$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.destroy=function(){this._destroy()};
-$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._destroy=function(a){this.destroyed||(this.destroyed=!0,this._player&&(this._player.stopVideo&&this._player.stopVideo(),this._player.destroy()),this._player=this._api=this._opts=this._id=this.videoId=null,this._ready=!1,this._queue=null,this._stopInterval(),this.removeListener("playing",this._startInterval),this.removeListener("paused",
-this._stopInterval),this.removeListener("buffering",this._stopInterval),this.removeListener("unstarted",this._stopInterval),this.removeListener("ended",this._stopInterval),a&&this.emit("error",a))};
-$Users$minim$workspace$Mobirise5_emac_Release$Release$release$mac$Mobirise_app$Contents$Resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._queueCommand=function(a,b){for(var c=[],d=1;d
-
-
-
-
-
-
-
-
-
-
-
- Home
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-