!function(t,e,i,s){function n(e,i){this.settings=null,this.options=t.extend({},n.Defaults,i),this.$element=t(e),this._handlers={},this._plugins={},this._supress={},this._current=null,this._speed=null,this._coordinates=[],this._breakpoint=null,this._width=null,this._items=[],this._clones=[],this._mergers=[],this._widths=[],this._invalidated={},this._pipe=[],this._drag={time:null,target:null,pointer:null,stage:{start:null,current:null},direction:null},this._states={current:{},tags:{initializing:["busy"],animating:["busy"],dragging:["interacting"]}},t.each(["onResize","onThrottledResize"],t.proxy(function(e,i){this._handlers[i]=t.proxy(this[i],this)},this)),t.each(n.Plugins,t.proxy(function(t,e){this._plugins[t[0].toLowerCase()+t.slice(1)]=new e(this)},this)),t.each(n.Workers,t.proxy(function(e,i){this._pipe.push({filter:i.filter,run:t.proxy(i.run,this)})},this)),this.setup(),this.initialize()}n.Defaults={items:3,loop:!1,center:!1,rewind:!1,mouseDrag:!0,touchDrag:!0,pullDrag:!0,freeDrag:!1,margin:0,stagePadding:0,merge:!1,mergeFit:!0,autoWidth:!1,startPosition:0,rtl:!1,smartSpeed:250,fluidSpeed:!1,dragEndSpeed:!1,responsive:{},responsiveRefreshRate:200,responsiveBaseElement:e,fallbackEasing:"swing",info:!1,nestedItemSelector:!1,itemElement:"div",stageElement:"div",refreshClass:"owl-refresh",loadedClass:"owl-loaded",loadingClass:"owl-loading",rtlClass:"owl-rtl",responsiveClass:"owl-responsive",dragClass:"owl-drag",itemClass:"owl-item",stageClass:"owl-stage",stageOuterClass:"owl-stage-outer",grabClass:"owl-grab"},n.Width={Default:"default",Inner:"inner",Outer:"outer"},n.Type={Event:"event",State:"state"},n.Plugins={},n.Workers=[{filter:["width","settings"],run:function(){this._width=this.$element.width()}},{filter:["width","items","settings"],run:function(t){t.current=this._items&&this._items[this.relative(this._current)]}},{filter:["items","settings"],run:function(){this.$stage.children(".cloned").remove()}},{filter:["width","items","settings"],run:function(t){var e=this.settings.margin||"",i=!this.settings.autoWidth,s=this.settings.rtl,n={width:"auto","margin-left":s?e:"","margin-right":s?"":e};!i&&this.$stage.children().css(n),t.css=n}},{filter:["width","items","settings"],run:function(t){var e=(this.width()/this.settings.items).toFixed(3)-this.settings.margin,i=null,s=this._items.length,n=!this.settings.autoWidth,o=[];for(t.items={merge:!1,width:e};s--;)i=this._mergers[s],i=this.settings.mergeFit&&Math.min(i,this.settings.items)||i,t.items.merge=i>1||t.items.merge,o[s]=n?e*i:this._items[s].width();this._widths=o}},{filter:["items","settings"],run:function(){var e=[],i=this._items,s=this.settings,n=Math.max(2*s.items,4),o=2*Math.ceil(i.length/2),r=s.loop&&i.length?s.rewind?n:Math.max(n,o):0,a="",h="";for(r/=2;r--;)e.push(this.normalize(e.length/2,!0)),a+=i[e[e.length-1]][0].outerHTML,e.push(this.normalize(i.length-1-(e.length-1)/2,!0)),h=i[e[e.length-1]][0].outerHTML+h;this._clones=e,t(a).addClass("cloned").appendTo(this.$stage),t(h).addClass("cloned").prependTo(this.$stage)}},{filter:["width","items","settings"],run:function(){for(var t=this.settings.rtl?1:-1,e=this._clones.length+this._items.length,i=-1,s=0,n=0,o=[];++ii;i++)t=this._coordinates[i-1]||0,e=Math.abs(this._coordinates[i])+o*n,(this.op(t,"<=",r)&&this.op(t,">",a)||this.op(e,"<",r)&&this.op(e,">",a))&&h.push(i);this.$stage.children(".active").removeClass("active"),this.$stage.children(":eq("+h.join("), :eq(")+")").addClass("active"),this.settings.center&&(this.$stage.children(".center").removeClass("center"),this.$stage.children().eq(this.current()).addClass("center"))}}],n.prototype.initialize=function(){if(this.enter("initializing"),this.trigger("initialize"),this.$element.toggleClass(this.settings.rtlClass,this.settings.rtl),this.settings.autoWidth&&!this.is("pre-loading")){var e,i,n;e=this.$element.find("img"),i=this.settings.nestedItemSelector?"."+this.settings.nestedItemSelector:s,n=this.$element.children(i).width(),e.length&&0>=n&&this.preloadAutoWidthImages(e)}this.$element.addClass(this.options.loadingClass),this.$stage=t("<"+this.settings.stageElement+' class="'+this.settings.stageClass+'"/>').wrap('
'),this.$element.append(this.$stage.parent()),this.replace(this.$element.children().not(this.$stage.parent())),this.$element.is(":visible")?this.refresh():this.invalidate("width"),this.$element.removeClass(this.options.loadingClass).addClass(this.options.loadedClass),this.registerEventHandlers(),this.leave("initializing"),this.trigger("initialized")},n.prototype.setup=function(){var e=this.viewport(),i=this.options.responsive,s=-1,n=null;i?(t.each(i,function(t){e>=t&&t>s&&(s=Number(t))}),n=t.extend({},this.options,i[s]),delete n.responsive,n.responsiveClass&&this.$element.attr("class",this.$element.attr("class").replace(new RegExp("("+this.options.responsiveClass+"-)\\S+\\s","g"),"$1"+s))):n=t.extend({},this.options),(null===this.settings||this._breakpoint!==s)&&(this.trigger("change",{property:{name:"settings",value:n}}),this._breakpoint=s,this.settings=n,this.invalidate("settings"),this.trigger("changed",{property:{name:"settings",value:this.settings}}))},n.prototype.optionsLogic=function(){this.settings.autoWidth&&(this.settings.stagePadding=!1,this.settings.merge=!1)},n.prototype.prepare=function(e){var i=this.trigger("prepare",{content:e});return i.data||(i.data=t("<"+this.settings.itemElement+"/>").addClass(this.options.itemClass).append(e)),this.trigger("prepared",{content:i.data}),i.data},n.prototype.update=function(){for(var e=0,i=this._pipe.length,s=t.proxy(function(t){return this[t]},this._invalidated),n={};i>e;)(this._invalidated.all||t.grep(this._pipe[e].filter,s).length>0)&&this._pipe[e].run(n),e++;this._invalidated={},!this.is("valid")&&this.enter("valid")},n.prototype.width=function(t){switch(t=t||n.Width.Default){case n.Width.Inner:case n.Width.Outer:return this._width;default:return this._width-2*this.settings.stagePadding+this.settings.margin}},n.prototype.refresh=function(){this.enter("refreshing"),this.trigger("refresh"),this.setup(),this.optionsLogic(),this.$element.addClass(this.options.refreshClass),this.update(),this.$element.removeClass(this.options.refreshClass),this.leave("refreshing"),this.trigger("refreshed")},n.prototype.onThrottledResize=function(){e.clearTimeout(this.resizeTimer),this.resizeTimer=e.setTimeout(this._handlers.onResize,this.settings.responsiveRefreshRate)},n.prototype.onResize=function(){return this._items.length?this._width===this.$element.width()?!1:this.$element.is(":visible")?(this.enter("resizing"),this.trigger("resize").isDefaultPrevented()?(this.leave("resizing"),!1):(this.invalidate("width"),this.refresh(),this.leave("resizing"),void this.trigger("resized"))):!1:!1},n.prototype.registerEventHandlers=function(){t.support.transition&&this.$stage.on(t.support.transition.end+".owl.core",t.proxy(this.onTransitionEnd,this)),this.settings.responsive!==!1&&this.on(e,"resize",this._handlers.onThrottledResize),this.settings.mouseDrag&&(this.$element.addClass(this.options.dragClass),this.$stage.on("mousedown.owl.core",t.proxy(this.onDragStart,this)),this.$stage.on("dragstart.owl.core selectstart.owl.core",function(){return!1})),this.settings.touchDrag&&(this.$stage.on("touchstart.owl.core",t.proxy(this.onDragStart,this)),this.$stage.on("touchcancel.owl.core",t.proxy(this.onDragEnd,this)))},n.prototype.onDragStart=function(e){var s=null;3!==e.which&&(t.support.transform?(s=this.$stage.css("transform").replace(/.*\(|\)| /g,"").split(","),s={x:s[16===s.length?12:4],y:s[16===s.length?13:5]}):(s=this.$stage.position(),s={x:this.settings.rtl?s.left+this.$stage.width()-this.width()+this.settings.margin:s.left,y:s.top}),this.is("animating")&&(t.support.transform?this.animate(s.x):this.$stage.stop(),this.invalidate("position")),this.$element.toggleClass(this.options.grabClass,"mousedown"===e.type),this.speed(0),this._drag.time=(new Date).getTime(),this._drag.target=t(e.target),this._drag.stage.start=s,this._drag.stage.current=s,this._drag.pointer=this.pointer(e),t(i).on("mouseup.owl.core touchend.owl.core",t.proxy(this.onDragEnd,this)),t(i).one("mousemove.owl.core touchmove.owl.core",t.proxy(function(e){var s=this.difference(this._drag.pointer,this.pointer(e));t(i).on("mousemove.owl.core touchmove.owl.core",t.proxy(this.onDragMove,this)),Math.abs(s.x)0^this.settings.rtl?"left":"right";t(i).off(".owl.core"),this.$element.removeClass(this.options.grabClass),(0!==s.x&&this.is("dragging")||!this.is("valid"))&&(this.speed(this.settings.dragEndSpeed||this.settings.smartSpeed),this.current(this.closest(n.x,0!==s.x?o:this._drag.direction)),this.invalidate("position"),this.update(),this._drag.direction=o,(Math.abs(s.x)>3||(new Date).getTime()-this._drag.time>300)&&this._drag.target.one("click.owl.core",function(){return!1})),this.is("dragging")&&(this.leave("dragging"),this.trigger("dragged"))},n.prototype.closest=function(e,i){var s=-1,n=30,o=this.width(),r=this.coordinates();return this.settings.freeDrag||t.each(r,t.proxy(function(t,a){return e>a-n&&a+n>e?s=t:this.op(e,"<",a)&&this.op(e,">",r[t+1]||a-o)&&(s="left"===i?t+1:t),-1===s},this)),this.settings.loop||(this.op(e,">",r[this.minimum()])?s=e=this.minimum():this.op(e,"<",r[this.maximum()])&&(s=e=this.maximum())),s},n.prototype.animate=function(e){var i=this.speed()>0;this.is("animating")&&this.onTransitionEnd(),i&&(this.enter("animating"),this.trigger("translate")),t.support.transform3d&&t.support.transition?this.$stage.css({transform:"translate3d("+e+"px,0px,0px)",transition:this.speed()/1e3+"s"}):i?this.$stage.animate({left:e+"px"},this.speed(),this.settings.fallbackEasing,t.proxy(this.onTransitionEnd,this)):this.$stage.css({left:e+"px"})},n.prototype.is=function(t){return this._states.current[t]&&this._states.current[t]>0},n.prototype.current=function(t){if(t===s)return this._current;if(0===this._items.length)return s;if(t=this.normalize(t),this._current!==t){var e=this.trigger("change",{property:{name:"position",value:t}});e.data!==s&&(t=this.normalize(e.data)),this._current=t,this.invalidate("position"),this.trigger("changed",{property:{name:"position",value:this._current}})}return this._current},n.prototype.invalidate=function(e){return"string"===t.type(e)&&(this._invalidated[e]=!0,this.is("valid")&&this.leave("valid")),t.map(this._invalidated,function(t,e){return e})},n.prototype.reset=function(t){t=this.normalize(t),t!==s&&(this._speed=0,this._current=t,this.suppress(["translate","translated"]),this.animate(this.coordinates(t)),this.release(["translate","translated"]))},n.prototype.normalize=function(e,i){var n=this._items.length,o=i?0:this._clones.length;return!t.isNumeric(e)||1>n?e=s:(0>e||e>=n+o)&&(e=((e-o/2)%n+n)%n+o/2),e},n.prototype.relative=function(t){return t-=this._clones.length/2,this.normalize(t,!0)},n.prototype.maximum=function(t){var e,i=this.settings,s=this._coordinates.length,n=Math.abs(this._coordinates[s-1])-this._width,o=-1;if(i.loop)s=this._clones.length/2+this._items.length-1;else if(i.autoWidth||i.merge)for(;s-o>1;)Math.abs(this._coordinates[e=s+o>>1])0)-(0>n),r=this._items.length,a=this.minimum(),h=this.maximum();this.settings.loop?(!this.settings.rewind&&Math.abs(n)>r/2&&(n+=-1*o*r),t=i+n,s=((t-a)%r+r)%r+a,s!==t&&h>=s-n&&s-n>0&&(i=s-n,t=s,this.reset(i))):this.settings.rewind?(h+=1,t=(t%h+h)%h):t=Math.max(a,Math.min(h,t)),this.speed(this.duration(i,t,e)),this.current(t),this.$element.is(":visible")&&this.update()},n.prototype.next=function(t){t=t||!1,this.to(this.relative(this.current())+1,t)},n.prototype.prev=function(t){t=t||!1,this.to(this.relative(this.current())-1,t)},n.prototype.onTransitionEnd=function(t){return t!==s&&(t.stopPropagation(),(t.target||t.srcElement||t.originalTarget)!==this.$stage.get(0))?!1:(this.leave("animating"),void this.trigger("translated"))},n.prototype.viewport=function(){var s;if(this.options.responsiveBaseElement!==e)s=t(this.options.responsiveBaseElement).width();else if(e.innerWidth)s=e.innerWidth;else{if(!i.documentElement||!i.documentElement.clientWidth)throw"Can not detect viewport width.";s=i.documentElement.clientWidth}return s},n.prototype.replace=function(e){this.$stage.empty(),this._items=[],e&&(e=e instanceof jQuery?e:t(e)),this.settings.nestedItemSelector&&(e=e.find("."+this.settings.nestedItemSelector)),e.filter(function(){return 1===this.nodeType}).each(t.proxy(function(t,e){e=this.prepare(e),this.$stage.append(e),this._items.push(e),this._mergers.push(1*e.find("[data-merge]").andSelf("[data-merge]").attr("data-merge")||1)},this)),this.reset(t.isNumeric(this.settings.startPosition)?this.settings.startPosition:0),this.invalidate("items")},n.prototype.add=function(e,i){var n=this.relative(this._current);i=i===s?this._items.length:this.normalize(i,!0),e=e instanceof jQuery?e:t(e),this.trigger("add",{content:e,position:i}),e=this.prepare(e),0===this._items.length||i===this._items.length?(0===this._items.length&&this.$stage.append(e),0!==this._items.length&&this._items[i-1].after(e),this._items.push(e),this._mergers.push(1*e.find("[data-merge]").andSelf("[data-merge]").attr("data-merge")||1)):(this._items[i].before(e),this._items.splice(i,0,e),this._mergers.splice(i,0,1*e.find("[data-merge]").andSelf("[data-merge]").attr("data-merge")||1)),this._items[n]&&this.reset(this._items[n].index()),this.invalidate("items"),this.trigger("added",{content:e,position:i})},n.prototype.remove=function(t){t=this.normalize(t,!0),t!==s&&(this.trigger("remove",{content:this._items[t],position:t}),this._items[t].remove(),this._items.splice(t,1),this._mergers.splice(t,1),this.invalidate("items"),this.trigger("removed",{content:null,position:t}))},n.prototype.preloadAutoWidthImages=function(e){e.each(t.proxy(function(e,i){this.enter("pre-loading"),i=t(i),t(new Image).one("load",t.proxy(function(t){i.attr("src",t.target.src),i.css("opacity",1),this.leave("pre-loading"),!this.is("pre-loading")&&!this.is("initializing")&&this.refresh()},this)).attr("src",i.attr("src")||i.attr("data-src")||i.attr("data-src-retina"))},this))},n.prototype.destroy=function(){this.$element.off(".owl.core"),this.$stage.off(".owl.core"),t(i).off(".owl.core"),this.settings.responsive!==!1&&(e.clearTimeout(this.resizeTimer),this.off(e,"resize",this._handlers.onThrottledResize));for(var s in this._plugins)this._plugins[s].destroy();this.$stage.children(".cloned").remove(),this.$stage.unwrap(),this.$stage.children().contents().unwrap(),this.$stage.children().unwrap(),this.$element.removeClass(this.options.refreshClass).removeClass(this.options.loadingClass).removeClass(this.options.loadedClass).removeClass(this.options.rtlClass).removeClass(this.options.dragClass).removeClass(this.options.grabClass).attr("class",this.$element.attr("class").replace(new RegExp(this.options.responsiveClass+"-\\S+\\s","g"),"")).removeData("owl.vccarousel")},n.prototype.op=function(t,e,i){var s=this.settings.rtl;switch(e){case"<":return s?t>i:i>t;case">":return s?i>t:t>i;case">=":return s?i>=t:t>=i;case"<=":return s?t>=i:i>=t}},n.prototype.on=function(t,e,i,s){t.addEventListener?t.addEventListener(e,i,s):t.attachEvent&&t.attachEvent("on"+e,i)},n.prototype.off=function(t,e,i,s){t.removeEventListener?t.removeEventListener(e,i,s):t.detachEvent&&t.detachEvent("on"+e,i)},n.prototype.trigger=function(e,i,s,o,r){var a={item:{count:this._items.length,index:this.current()}},h=t.camelCase(t.grep(["on",e,s],function(t){return t}).join("-").toLowerCase()),l=t.Event([e,"owl",s||"vccarousel"].join(".").toLowerCase(),t.extend({relatedTarget:this},a,i));return this._supress[e]||(t.each(this._plugins,function(t,e){e.onTrigger&&e.onTrigger(l)}),this.register({type:n.Type.Event,name:e}),this.$element.trigger(l),this.settings&&"function"==typeof this.settings[h]&&this.settings[h].call(this,l)),l},n.prototype.enter=function(e){t.each([e].concat(this._states.tags[e]||[]),t.proxy(function(t,e){this._states.current[e]===s&&(this._states.current[e]=0),this._states.current[e]++},this))},n.prototype.leave=function(e){t.each([e].concat(this._states.tags[e]||[]),t.proxy(function(t,e){this._states.current[e]--},this))},n.prototype.register=function(e){if(e.type===n.Type.Event){if(t.event.special[e.name]||(t.event.special[e.name]={}),!t.event.special[e.name].owl){var i=t.event.special[e.name]._default;t.event.special[e.name]._default=function(t){return!i||!i.apply||t.namespace&&-1!==t.namespace.indexOf("owl")?t.namespace&&t.namespace.indexOf("owl")>-1:i.apply(this,arguments)},t.event.special[e.name].owl=!0}}else e.type===n.Type.State&&(this._states.tags[e.name]?this._states.tags[e.name]=this._states.tags[e.name].concat(e.tags):this._states.tags[e.name]=e.tags,this._states.tags[e.name]=t.grep(this._states.tags[e.name],t.proxy(function(i,s){return t.inArray(i,this._states.tags[e.name])===s},this)))},n.prototype.suppress=function(e){t.each(e,t.proxy(function(t,e){this._supress[e]=!0},this))},n.prototype.release=function(e){t.each(e,t.proxy(function(t,e){delete this._supress[e]},this))},n.prototype.pointer=function(t){var i={x:null,y:null};return t=t.originalEvent||t||e.event,t=t.touches&&t.touches.length?t.touches[0]:t.changedTouches&&t.changedTouches.length?t.changedTouches[0]:t,t.pageX?(i.x=t.pageX,i.y=t.pageY):(i.x=t.clientX,i.y=t.clientY),i},n.prototype.difference=function(t,e){return{x:t.x-e.x,y:t.y-e.y}},t.fn.vcOwlCarousel=function(e){var i=Array.prototype.slice.call(arguments,1);return this.each(function(){var s=t(this),o=s.data("owl.vccarousel");o||(o=new n(this,"object"==typeof e&&e),s.data("owl.vccarousel",o),t.each(["next","prev","to","destroy","refresh","replace","add","remove"],function(e,i){o.register({type:n.Type.Event,name:i}),o.$element.on(i+".owl.vccarousel.core",t.proxy(function(t){t.namespace&&t.relatedTarget!==this&&(this.suppress([i]),o[i].apply(this,[].slice.call(arguments,1)),this.release([i]))},o))})),"string"==typeof e&&"_"!==e.charAt(0)&&o[e].apply(o,i)})},t.fn.vcOwlCarousel.Constructor=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){var n=function(e){this._core=e,this._interval=null,this._visible=null,this._handlers={"initialized.owl.vccarousel":t.proxy(function(t){t.namespace&&this._core.settings.autoRefresh&&this.watch()},this)},this._core.options=t.extend({},n.Defaults,this._core.options),this._core.$element.on(this._handlers)};n.Defaults={autoRefresh:!0,autoRefreshInterval:500},n.prototype.watch=function(){this._interval||(this._visible=this._core.$element.is(":visible"),this._interval=e.setInterval(t.proxy(this.refresh,this),this._core.settings.autoRefreshInterval))},n.prototype.refresh=function(){this._core.$element.is(":visible")!==this._visible&&(this._visible=!this._visible,this._core.$element.toggleClass("owl-hidden",!this._visible),this._visible&&this._core.invalidate("width")&&this._core.refresh())},n.prototype.destroy=function(){var t,i;e.clearInterval(this._interval);for(t in this._handlers)this._core.$element.off(t,this._handlers[t]);for(i in Object.getOwnPropertyNames(this))"function"!=typeof this[i]&&(this[i]=null)},t.fn.vcOwlCarousel.Constructor.Plugins.AutoRefresh=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){var n=function(e){this._core=e,this._loaded=[],this._handlers={"initialized.owl.vccarousel change.owl.vccarousel":t.proxy(function(e){if(e.namespace&&this._core.settings&&this._core.settings.lazyLoad&&(e.property&&"position"==e.property.name||"initialized"==e.type))for(var i=this._core.settings,s=i.center&&Math.ceil(i.items/2)||i.items,n=i.center&&-1*s||0,o=(e.property&&e.property.value||this._core.current())+n,r=this._core.clones().length,a=t.proxy(function(t,e){this.load(e)},this);n++-1||(n.each(t.proxy(function(i,s){var n,o=t(s),r=e.devicePixelRatio>1&&o.attr("data-src-retina")||o.attr("data-src");this._core.trigger("load",{element:o,url:r},"lazy"),o.is("img")?o.one("load.owl.lazy",t.proxy(function(){o.css("opacity",1),this._core.trigger("loaded",{element:o,url:r},"lazy")},this)).attr("src",r):(n=new Image,n.onload=t.proxy(function(){o.css({"background-image":"url("+r+")",opacity:"1"}),this._core.trigger("loaded",{element:o,url:r},"lazy")},this),n.src=r)},this)),this._loaded.push(s.get(0)))},n.prototype.destroy=function(){var t,e;for(t in this.handlers)this._core.$element.off(t,this.handlers[t]);for(e in Object.getOwnPropertyNames(this))"function"!=typeof this[e]&&(this[e]=null)},t.fn.vcOwlCarousel.Constructor.Plugins.Lazy=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){var n=function(e){this._core=e,this._handlers={"initialized.owl.vccarousel refreshed.owl.vccarousel":t.proxy(function(t){t.namespace&&this._core.settings.autoHeight&&this.update()},this),"changed.owl.vccarousel":t.proxy(function(t){t.namespace&&this._core.settings.autoHeight&&"position"==t.property.name&&this.update()},this),"loaded.owl.lazy":t.proxy(function(t){t.namespace&&this._core.settings.autoHeight&&t.element.closest("."+this._core.settings.itemClass).index()===this._core.current()&&this.update()},this)},this._core.options=t.extend({},n.Defaults,this._core.options),this._core.$element.on(this._handlers)};n.Defaults={autoHeight:!1,autoHeightClass:"owl-height"},n.prototype.update=function(){this._core.$stage.parent().height(this._core.$stage.children().eq(this._core.current()).height()).addClass(this._core.settings.autoHeightClass)},n.prototype.destroy=function(){var t,e;for(t in this._handlers)this._core.$element.off(t,this._handlers[t]);for(e in Object.getOwnPropertyNames(this))"function"!=typeof this[e]&&(this[e]=null)},t.fn.vcOwlCarousel.Constructor.Plugins.AutoHeight=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){var n=function(e){this._core=e,this._videos={},this._playing=null,this._handlers={"initialized.owl.vccarousel":t.proxy(function(t){t.namespace&&this._core.register({type:"state",name:"playing",tags:["interacting"]})},this),"resize.owl.vccarousel":t.proxy(function(t){t.namespace&&this._core.settings.video&&this.isInFullScreen()&&t.preventDefault()},this),"refreshed.owl.vccarousel":t.proxy(function(t){t.namespace&&this._core.is("resizing")&&this._core.$stage.find(".cloned .owl-video-frame").remove()},this),"changed.owl.vccarousel":t.proxy(function(t){t.namespace&&"position"===t.property.name&&this._playing&&this.stop()},this),"prepared.owl.vccarousel":t.proxy(function(e){if(e.namespace){var i=t(e.content).find(".owl-video");i.length&&(i.css("display","none"),this.fetch(i,t(e.content)))}},this)},this._core.options=t.extend({},n.Defaults,this._core.options),this._core.$element.on(this._handlers),this._core.$element.on("click.owl.video",".owl-video-play-icon",t.proxy(function(t){this.play(t)},this))};n.Defaults={video:!1,videoHeight:!1,videoWidth:!1},n.prototype.fetch=function(t,e){var i=t.attr("data-vimeo-id")?"vimeo":"youtube",s=t.attr("data-vimeo-id")||t.attr("data-youtube-id"),n=t.attr("data-width")||this._core.settings.videoWidth,o=t.attr("data-height")||this._core.settings.videoHeight,r=t.attr("href");if(!r)throw new Error("Missing video URL.");if(s=r.match(/(http:|https:|)\/\/(player.|www.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com))\/(video\/|embed\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(\&\S+)?/),s[3].indexOf("youtu")>-1)i="youtube";else{if(!(s[3].indexOf("vimeo")>-1))throw new Error("Video URL not supported.");i="vimeo"}s=s[6],this._videos[r]={type:i,id:s,width:n,height:o},e.attr("data-video",r),this.thumbnail(t,this._videos[r])},n.prototype.thumbnail=function(e,i){var s,n,o,r=i.width&&i.height?'style="width:'+i.width+"px;height:"+i.height+'px;"':"",a=e.find("img"),h="src",l="",c=this._core.settings,p=function(t){n='
',s=c.lazyLoad?'
':'
',e.after(s),e.after(n)};return e.wrap('
"),this._core.settings.lazyLoad&&(h="data-src",l="owl-lazy"),a.length?(p(a.attr(h)),a.remove(),!1):void("youtube"===i.type?(o="http://img.youtube.com/vi/"+i.id+"/hqdefault.jpg",p(o)):"vimeo"===i.type&&t.ajax({type:"GET",url:"http://vimeo.com/api/v2/video/"+i.id+".json",jsonp:"callback",dataType:"jsonp",success:function(t){o=t[0].thumbnail_large,p(o)}}))},n.prototype.stop=function(){this._core.trigger("stop",null,"video"),this._playing.find(".owl-video-frame").remove(),this._playing.removeClass("owl-video-playing"),this._playing=null,this._core.leave("playing"),this._core.trigger("stopped",null,"video")},n.prototype.play=function(e){var i,s=t(e.target),n=s.closest("."+this._core.settings.itemClass),o=this._videos[n.attr("data-video")],r=o.width||"100%",a=o.height||this._core.$stage.height();this._playing||(this._core.enter("playing"),this._core.trigger("play",null,"video"),n=this._core.items(this._core.relative(n.index())),this._core.reset(n.index()),"youtube"===o.type?i='':"vimeo"===o.type&&(i=''),t('
'+i+"
").insertAfter(n.find(".owl-video")),this._playing=n.addClass("owl-video-playing"))},n.prototype.isInFullScreen=function(){var e=i.fullscreenElement||i.mozFullScreenElement||i.webkitFullscreenElement;return e&&t(e).parent().hasClass("owl-video-frame")},n.prototype.destroy=function(){var t,e;this._core.$element.off("click.owl.video");for(t in this._handlers)this._core.$element.off(t,this._handlers[t]);for(e in Object.getOwnPropertyNames(this))"function"!=typeof this[e]&&(this[e]=null)},t.fn.vcOwlCarousel.Constructor.Plugins.Video=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){var n=function(e){this.core=e,this.core.options=t.extend({},n.Defaults,this.core.options),this.swapping=!0,this.previous=s,this.next=s,this.handlers={"change.owl.vccarousel":t.proxy(function(t){t.namespace&&"position"==t.property.name&&(this.previous=this.core.current(),this.next=t.property.value)},this),"drag.owl.vccarousel dragged.owl.vccarousel translated.owl.vccarousel":t.proxy(function(t){t.namespace&&(this.swapping="translated"==t.type)},this),"translate.owl.vccarousel":t.proxy(function(t){t.namespace&&this.swapping&&(this.core.options.animateOut||this.core.options.animateIn)&&this.swap()},this)},this.core.$element.on(this.handlers)};n.Defaults={animateOut:!1,animateIn:!1},n.prototype.swap=function(){if(1===this.core.settings.items&&t.support.animation&&t.support.transition){this.core.speed(0);var e,i=t.proxy(this.clear,this),s=this.core.$stage.children().eq(this.previous),n=this.core.$stage.children().eq(this.next),o=this.core.settings.animateIn,r=this.core.settings.animateOut;this.core.current()!==this.previous&&(r&&(e=this.core.coordinates(this.previous)-this.core.coordinates(this.next),s.one(t.support.animation.end,i).css({left:e+"px"}).addClass("animated owl-animated-out").addClass(r)),o&&n.one(t.support.animation.end,i).addClass("animated owl-animated-in").addClass(o))}},n.prototype.clear=function(e){t(e.target).css({left:""}).removeClass("animated owl-animated-out owl-animated-in").removeClass(this.core.settings.animateIn).removeClass(this.core.settings.animateOut),this.core.onTransitionEnd()},n.prototype.destroy=function(){var t,e;for(t in this.handlers)this.core.$element.off(t,this.handlers[t]);for(e in Object.getOwnPropertyNames(this))"function"!=typeof this[e]&&(this[e]=null)},t.fn.vcOwlCarousel.Constructor.Plugins.Animate=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){var n=function(e){this._core=e,this._interval=null,this._paused=!1,this._handlers={"changed.owl.vccarousel":t.proxy(function(t){t.namespace&&"settings"===t.property.name&&(this._core.settings.autoplay?this.play():this.stop())},this),"initialized.owl.vccarousel":t.proxy(function(t){t.namespace&&this._core.settings.autoplay&&this.play()},this),"play.owl.autoplay":t.proxy(function(t,e,i){t.namespace&&this.play(e,i)},this),"stop.owl.autoplay":t.proxy(function(t){t.namespace&&this.stop()},this),"mouseover.owl.autoplay":t.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"mouseleave.owl.autoplay":t.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.play(); },this)},this._core.$element.on(this._handlers),this._core.options=t.extend({},n.Defaults,this._core.options)};n.Defaults={autoplay:!1,autoplayTimeout:5e3,autoplayHoverPause:!1,autoplaySpeed:!1},n.prototype.play=function(s,n){this._paused=!1,this._core.is("rotating")||(this._core.enter("rotating"),this._interval=e.setInterval(t.proxy(function(){this._paused||this._core.is("busy")||this._core.is("interacting")||i.hidden||this._core.next(n||this._core.settings.autoplaySpeed)},this),s||this._core.settings.autoplayTimeout))},n.prototype.stop=function(){this._core.is("rotating")&&(e.clearInterval(this._interval),this._core.leave("rotating"))},n.prototype.pause=function(){this._core.is("rotating")&&(this._paused=!0)},n.prototype.destroy=function(){var t,e;this.stop();for(t in this._handlers)this._core.$element.off(t,this._handlers[t]);for(e in Object.getOwnPropertyNames(this))"function"!=typeof this[e]&&(this[e]=null)},t.fn.vcOwlCarousel.Constructor.Plugins.autoplay=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){"use strict";var n=function(e){this._core=e,this._initialized=!1,this._pages=[],this._controls={},this._templates=[],this.$element=this._core.$element,this._overrides={next:this._core.next,prev:this._core.prev,to:this._core.to},this._handlers={"prepared.owl.vccarousel":t.proxy(function(e){e.namespace&&this._core.settings.dotsData&&this._templates.push('
'+t(e.content).find("[data-dot]").andSelf("[data-dot]").attr("data-dot")+"
")},this),"added.owl.vccarousel":t.proxy(function(t){t.namespace&&this._core.settings.dotsData&&this._templates.splice(t.position,0,this._templates.pop())},this),"remove.owl.vccarousel":t.proxy(function(t){t.namespace&&this._core.settings.dotsData&&this._templates.splice(t.position,1)},this),"changed.owl.vccarousel":t.proxy(function(t){t.namespace&&"position"==t.property.name&&this.draw()},this),"initialized.owl.vccarousel":t.proxy(function(t){t.namespace&&!this._initialized&&(this._core.trigger("initialize",null,"navigation"),this.initialize(),this.update(),this.draw(),this._initialized=!0,this._core.trigger("initialized",null,"navigation"))},this),"refreshed.owl.vccarousel":t.proxy(function(t){t.namespace&&this._initialized&&(this._core.trigger("refresh",null,"navigation"),this.update(),this.draw(),this._core.trigger("refreshed",null,"navigation"))},this)},this._core.options=t.extend({},n.Defaults,this._core.options),this.$element.on(this._handlers)};n.Defaults={nav:!1,navText:["prev","next"],navSpeed:!1,navElement:"div",navContainer:!1,navContainerClass:"owl-nav",navClass:["owl-prev","owl-next"],slideBy:1,dotClass:"owl-dot",dotsClass:"owl-dots",dots:!0,dotsEach:!1,dotsData:!1,dotsSpeed:!1,dotsContainer:!1},n.prototype.initialize=function(){var e,i=this._core.settings;this._controls.$relative=(i.navContainer?t(i.navContainer):t("
").addClass(i.navContainerClass).appendTo(this.$element)).addClass("disabled"),this._controls.$previous=t("<"+i.navElement+">").addClass(i.navClass[0]).html(i.navText[0]).prependTo(this._controls.$relative).on("click",t.proxy(function(t){this.prev(i.navSpeed)},this)),this._controls.$next=t("<"+i.navElement+">").addClass(i.navClass[1]).html(i.navText[1]).appendTo(this._controls.$relative).on("click",t.proxy(function(t){this.next(i.navSpeed)},this)),i.dotsData||(this._templates=[t("
").addClass(i.dotClass).append(t("")).prop("outerHTML")]),this._controls.$absolute=(i.dotsContainer?t(i.dotsContainer):t("
").addClass(i.dotsClass).appendTo(this.$element)).addClass("disabled"),this._controls.$absolute.on("click","div",t.proxy(function(e){var s=t(e.target).parent().is(this._controls.$absolute)?t(e.target).index():t(e.target).parent().index();e.preventDefault(),this.to(s,i.dotsSpeed)},this));for(e in this._overrides)this._core[e]=t.proxy(this[e],this)},n.prototype.destroy=function(){var t,e,i,s;for(t in this._handlers)this.$element.off(t,this._handlers[t]);for(e in this._controls)this._controls[e].remove();for(s in this.overides)this._core[s]=this._overrides[s];for(i in Object.getOwnPropertyNames(this))"function"!=typeof this[i]&&(this[i]=null)},n.prototype.update=function(){var t,e,i,s=this._core.clones().length/2,n=s+this._core.items().length,o=this._core.maximum(!0),r=this._core.settings,a=r.center||r.autoWidth||r.dotsData?1:r.dotsEach||r.items;if("page"!==r.slideBy&&(r.slideBy=Math.min(r.slideBy,r.items)),r.dots||"page"==r.slideBy)for(this._pages=[],t=s,e=0,i=0;n>t;t++){if(e>=a||0===e){if(this._pages.push({start:Math.min(o,t-s),end:t-s+a-1}),Math.min(o,t-s)===o)break;e=0,++i}e+=this._core.mergers(this._core.relative(t))}},n.prototype.draw=function(){var e,i=this._core.settings,s=this._core.items().length<=i.items,n=this._core.relative(this._core.current()),o=i.loop||i.rewind;this._controls.$relative.toggleClass("disabled",!i.nav||s),i.nav&&(this._controls.$previous.toggleClass("disabled",!o&&n<=this._core.minimum(!0)),this._controls.$next.toggleClass("disabled",!o&&n>=this._core.maximum(!0))),this._controls.$absolute.toggleClass("disabled",!i.dots||s),i.dots&&(e=this._pages.length-this._controls.$absolute.children().length,i.dotsData&&0!==e?this._controls.$absolute.html(this._templates.join("")):e>0?this._controls.$absolute.append(new Array(e+1).join(this._templates[0])):0>e&&this._controls.$absolute.children().slice(e).remove(),this._controls.$absolute.find(".active").removeClass("active"),this._controls.$absolute.children().eq(t.inArray(this.current(),this._pages)).addClass("active"))},n.prototype.onTrigger=function(e){var i=this._core.settings;e.page={index:t.inArray(this.current(),this._pages),count:this._pages.length,size:i&&(i.center||i.autoWidth||i.dotsData?1:i.dotsEach||i.items)}},n.prototype.current=function(){var e=this._core.relative(this._core.current());return t.grep(this._pages,t.proxy(function(t,i){return t.start<=e&&t.end>=e},this)).pop()},n.prototype.getPosition=function(e){var i,s,n=this._core.settings;return"page"==n.slideBy?(i=t.inArray(this.current(),this._pages),s=this._pages.length,e?++i:--i,i=this._pages[(i%s+s)%s].start):(i=this._core.relative(this._core.current()),s=this._core.items().length,e?i+=n.slideBy:i-=n.slideBy),i},n.prototype.next=function(e){t.proxy(this._overrides.to,this._core)(this.getPosition(!0),e)},n.prototype.prev=function(e){t.proxy(this._overrides.to,this._core)(this.getPosition(!1),e)},n.prototype.to=function(e,i,s){var n;s?t.proxy(this._overrides.to,this._core)(e,i):(n=this._pages.length,t.proxy(this._overrides.to,this._core)(this._pages[(e%n+n)%n].start,i))},t.fn.vcOwlCarousel.Constructor.Plugins.Navigation=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){"use strict";var n=function(i){this._core=i,this._hashes={},this.$element=this._core.$element,this._handlers={"initialized.owl.vccarousel":t.proxy(function(i){i.namespace&&"URLHash"===this._core.settings.startPosition&&t(e).trigger("hashchange.owl.navigation")},this),"prepared.owl.vccarousel":t.proxy(function(e){if(e.namespace){var i=t(e.content).find("[data-hash]").andSelf("[data-hash]").attr("data-hash");if(!i)return;this._hashes[i]=e.content}},this),"changed.owl.vccarousel":t.proxy(function(i){if(i.namespace&&"position"===i.property.name){var s=this._core.items(this._core.relative(this._core.current())),n=t.map(this._hashes,function(t,e){return t===s?e:null}).join();if(!n||e.location.hash.slice(1)===n)return;e.location.hash=n}},this)},this._core.options=t.extend({},n.Defaults,this._core.options),this.$element.on(this._handlers),t(e).on("hashchange.owl.navigation",t.proxy(function(t){var i=e.location.hash.substring(1),n=this._core.$stage.children(),o=this._hashes[i]&&n.index(this._hashes[i]);o!==s&&o!==this._core.current()&&this._core.to(this._core.relative(o),!1,!0)},this))};n.Defaults={URLhashListener:!1},n.prototype.destroy=function(){var i,s;t(e).off("hashchange.owl.navigation");for(i in this._handlers)this._core.$element.off(i,this._handlers[i]);for(s in Object.getOwnPropertyNames(this))"function"!=typeof this[s]&&(this[s]=null)},t.fn.vcOwlCarousel.Constructor.Plugins.Hash=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){function n(e,i){var n=!1,o=e.charAt(0).toUpperCase()+e.slice(1);return t.each((e+" "+a.join(o+" ")+o).split(" "),function(t,e){return r[e]!==s?(n=i?e:!0,!1):void 0}),n}function o(t){return n(t,!0)}var r=t("").get(0).style,a="Webkit Moz O ms".split(" "),h={transition:{end:{WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd",transition:"transitionend"}},animation:{end:{WebkitAnimation:"webkitAnimationEnd",MozAnimation:"animationend",OAnimation:"oAnimationEnd",animation:"animationend"}}},l={csstransforms:function(){return!!n("transform")},csstransforms3d:function(){return!!n("perspective")},csstransitions:function(){return!!n("transition")},cssanimations:function(){return!!n("animation")}};l.csstransitions()&&(t.support.transition=new String(o("transition")),t.support.transition.end=h.transition.end[t.support.transition]),l.cssanimations()&&(t.support.animation=new String(o("animation")),t.support.animation.end=h.animation.end[t.support.animation]),l.csstransforms()&&(t.support.transform=new String(o("transform")),t.support.transform3d=l.csstransforms3d())}(window.Zepto||window.jQuery,window,document); !function(t,e,i,s){function n(e,i){this.settings=null,this.options=t.extend({},n.Defaults,i),this.$element=t(e),this._handlers={},this._plugins={},this._supress={},this._current=null,this._speed=null,this._coordinates=[],this._breakpoint=null,this._width=null,this._items=[],this._clones=[],this._mergers=[],this._widths=[],this._invalidated={},this._pipe=[],this._drag={time:null,target:null,pointer:null,stage:{start:null,current:null},direction:null},this._states={current:{},tags:{initializing:["busy"],animating:["busy"],dragging:["interacting"]}},t.each(["onResize","onThrottledResize"],t.proxy(function(e,i){this._handlers[i]=t.proxy(this[i],this)},this)),t.each(n.Plugins,t.proxy(function(t,e){this._plugins[t[0].toLowerCase()+t.slice(1)]=new e(this)},this)),t.each(n.Workers,t.proxy(function(e,i){this._pipe.push({filter:i.filter,run:t.proxy(i.run,this)})},this)),this.setup(),this.initialize()}n.Defaults={items:3,loop:!1,center:!1,rewind:!1,mouseDrag:!0,touchDrag:!0,pullDrag:!0,freeDrag:!1,margin:0,stagePadding:0,merge:!1,mergeFit:!0,autoWidth:!1,startPosition:0,rtl:!1,smartSpeed:250,fluidSpeed:!1,dragEndSpeed:!1,responsive:{},responsiveRefreshRate:200,responsiveBaseElement:e,fallbackEasing:"swing",info:!1,nestedItemSelector:!1,itemElement:"div",stageElement:"div",refreshClass:"owl-refresh",loadedClass:"owl-loaded",loadingClass:"owl-loading",rtlClass:"owl-rtl",responsiveClass:"owl-responsive",dragClass:"owl-drag",itemClass:"owl-item",stageClass:"owl-stage",stageOuterClass:"owl-stage-outer",grabClass:"owl-grab"},n.Width={Default:"default",Inner:"inner",Outer:"outer"},n.Type={Event:"event",State:"state"},n.Plugins={},n.Workers=[{filter:["width","settings"],run:function(){this._width=this.$element.width()}},{filter:["width","items","settings"],run:function(t){t.current=this._items&&this._items[this.relative(this._current)]}},{filter:["items","settings"],run:function(){this.$stage.children(".cloned").remove()}},{filter:["width","items","settings"],run:function(t){var e=this.settings.margin||"",i=!this.settings.autoWidth,s=this.settings.rtl,n={width:"auto","margin-left":s?e:"","margin-right":s?"":e};!i&&this.$stage.children().css(n),t.css=n}},{filter:["width","items","settings"],run:function(t){var e=(this.width()/this.settings.items).toFixed(3)-this.settings.margin,i=null,s=this._items.length,n=!this.settings.autoWidth,o=[];for(t.items={merge:!1,width:e};s--;)i=this._mergers[s],i=this.settings.mergeFit&&Math.min(i,this.settings.items)||i,t.items.merge=i>1||t.items.merge,o[s]=n?e*i:this._items[s].width();this._widths=o}},{filter:["items","settings"],run:function(){var e=[],i=this._items,s=this.settings,n=Math.max(2*s.items,4),o=2*Math.ceil(i.length/2),r=s.loop&&i.length?s.rewind?n:Math.max(n,o):0,a="",h="";for(r/=2;r--;)e.push(this.normalize(e.length/2,!0)),a+=i[e[e.length-1]][0].outerHTML,e.push(this.normalize(i.length-1-(e.length-1)/2,!0)),h=i[e[e.length-1]][0].outerHTML+h;this._clones=e,t(a).addClass("cloned").appendTo(this.$stage),t(h).addClass("cloned").prependTo(this.$stage)}},{filter:["width","items","settings"],run:function(){for(var t=this.settings.rtl?1:-1,e=this._clones.length+this._items.length,i=-1,s=0,n=0,o=[];++ii;i++)t=this._coordinates[i-1]||0,e=Math.abs(this._coordinates[i])+o*n,(this.op(t,"<=",r)&&this.op(t,">",a)||this.op(e,"<",r)&&this.op(e,">",a))&&h.push(i);this.$stage.children(".active").removeClass("active"),this.$stage.children(":eq("+h.join("), :eq(")+")").addClass("active"),this.settings.center&&(this.$stage.children(".center").removeClass("center"),this.$stage.children().eq(this.current()).addClass("center"))}}],n.prototype.initialize=function(){if(this.enter("initializing"),this.trigger("initialize"),this.$element.toggleClass(this.settings.rtlClass,this.settings.rtl),this.settings.autoWidth&&!this.is("pre-loading")){var e,i,n;e=this.$element.find("img"),i=this.settings.nestedItemSelector?"."+this.settings.nestedItemSelector:s,n=this.$element.children(i).width(),e.length&&0>=n&&this.preloadAutoWidthImages(e)}this.$element.addClass(this.options.loadingClass),this.$stage=t("<"+this.settings.stageElement+' class="'+this.settings.stageClass+'"/>').wrap('
'),this.$element.append(this.$stage.parent()),this.replace(this.$element.children().not(this.$stage.parent())),this.$element.is(":visible")?this.refresh():this.invalidate("width"),this.$element.removeClass(this.options.loadingClass).addClass(this.options.loadedClass),this.registerEventHandlers(),this.leave("initializing"),this.trigger("initialized")},n.prototype.setup=function(){var e=this.viewport(),i=this.options.responsive,s=-1,n=null;i?(t.each(i,function(t){e>=t&&t>s&&(s=Number(t))}),n=t.extend({},this.options,i[s]),delete n.responsive,n.responsiveClass&&this.$element.attr("class",this.$element.attr("class").replace(new RegExp("("+this.options.responsiveClass+"-)\\S+\\s","g"),"$1"+s))):n=t.extend({},this.options),(null===this.settings||this._breakpoint!==s)&&(this.trigger("change",{property:{name:"settings",value:n}}),this._breakpoint=s,this.settings=n,this.invalidate("settings"),this.trigger("changed",{property:{name:"settings",value:this.settings}}))},n.prototype.optionsLogic=function(){this.settings.autoWidth&&(this.settings.stagePadding=!1,this.settings.merge=!1)},n.prototype.prepare=function(e){var i=this.trigger("prepare",{content:e});return i.data||(i.data=t("<"+this.settings.itemElement+"/>").addClass(this.options.itemClass).append(e)),this.trigger("prepared",{content:i.data}),i.data},n.prototype.update=function(){for(var e=0,i=this._pipe.length,s=t.proxy(function(t){return this[t]},this._invalidated),n={};i>e;)(this._invalidated.all||t.grep(this._pipe[e].filter,s).length>0)&&this._pipe[e].run(n),e++;this._invalidated={},!this.is("valid")&&this.enter("valid")},n.prototype.width=function(t){switch(t=t||n.Width.Default){case n.Width.Inner:case n.Width.Outer:return this._width;default:return this._width-2*this.settings.stagePadding+this.settings.margin}},n.prototype.refresh=function(){this.enter("refreshing"),this.trigger("refresh"),this.setup(),this.optionsLogic(),this.$element.addClass(this.options.refreshClass),this.update(),this.$element.removeClass(this.options.refreshClass),this.leave("refreshing"),this.trigger("refreshed")},n.prototype.onThrottledResize=function(){e.clearTimeout(this.resizeTimer),this.resizeTimer=e.setTimeout(this._handlers.onResize,this.settings.responsiveRefreshRate)},n.prototype.onResize=function(){return this._items.length?this._width===this.$element.width()?!1:this.$element.is(":visible")?(this.enter("resizing"),this.trigger("resize").isDefaultPrevented()?(this.leave("resizing"),!1):(this.invalidate("width"),this.refresh(),this.leave("resizing"),void this.trigger("resized"))):!1:!1},n.prototype.registerEventHandlers=function(){t.support.transition&&this.$stage.on(t.support.transition.end+".owl.core",t.proxy(this.onTransitionEnd,this)),this.settings.responsive!==!1&&this.on(e,"resize",this._handlers.onThrottledResize),this.settings.mouseDrag&&(this.$element.addClass(this.options.dragClass),this.$stage.on("mousedown.owl.core",t.proxy(this.onDragStart,this)),this.$stage.on("dragstart.owl.core selectstart.owl.core",function(){return!1})),this.settings.touchDrag&&(this.$stage.on("touchstart.owl.core",t.proxy(this.onDragStart,this)),this.$stage.on("touchcancel.owl.core",t.proxy(this.onDragEnd,this)))},n.prototype.onDragStart=function(e){var s=null;3!==e.which&&(t.support.transform?(s=this.$stage.css("transform").replace(/.*\(|\)| /g,"").split(","),s={x:s[16===s.length?12:4],y:s[16===s.length?13:5]}):(s=this.$stage.position(),s={x:this.settings.rtl?s.left+this.$stage.width()-this.width()+this.settings.margin:s.left,y:s.top}),this.is("animating")&&(t.support.transform?this.animate(s.x):this.$stage.stop(),this.invalidate("position")),this.$element.toggleClass(this.options.grabClass,"mousedown"===e.type),this.speed(0),this._drag.time=(new Date).getTime(),this._drag.target=t(e.target),this._drag.stage.start=s,this._drag.stage.current=s,this._drag.pointer=this.pointer(e),t(i).on("mouseup.owl.core touchend.owl.core",t.proxy(this.onDragEnd,this)),t(i).one("mousemove.owl.core touchmove.owl.core",t.proxy(function(e){var s=this.difference(this._drag.pointer,this.pointer(e));t(i).on("mousemove.owl.core touchmove.owl.core",t.proxy(this.onDragMove,this)),Math.abs(s.x)0^this.settings.rtl?"left":"right";t(i).off(".owl.core"),this.$element.removeClass(this.options.grabClass),(0!==s.x&&this.is("dragging")||!this.is("valid"))&&(this.speed(this.settings.dragEndSpeed||this.settings.smartSpeed),this.current(this.closest(n.x,0!==s.x?o:this._drag.direction)),this.invalidate("position"),this.update(),this._drag.direction=o,(Math.abs(s.x)>3||(new Date).getTime()-this._drag.time>300)&&this._drag.target.one("click.owl.core",function(){return!1})),this.is("dragging")&&(this.leave("dragging"),this.trigger("dragged"))},n.prototype.closest=function(e,i){var s=-1,n=30,o=this.width(),r=this.coordinates();return this.settings.freeDrag||t.each(r,t.proxy(function(t,a){return e>a-n&&a+n>e?s=t:this.op(e,"<",a)&&this.op(e,">",r[t+1]||a-o)&&(s="left"===i?t+1:t),-1===s},this)),this.settings.loop||(this.op(e,">",r[this.minimum()])?s=e=this.minimum():this.op(e,"<",r[this.maximum()])&&(s=e=this.maximum())),s},n.prototype.animate=function(e){var i=this.speed()>0;this.is("animating")&&this.onTransitionEnd(),i&&(this.enter("animating"),this.trigger("translate")),t.support.transform3d&&t.support.transition?this.$stage.css({transform:"translate3d("+e+"px,0px,0px)",transition:this.speed()/1e3+"s"}):i?this.$stage.animate({left:e+"px"},this.speed(),this.settings.fallbackEasing,t.proxy(this.onTransitionEnd,this)):this.$stage.css({left:e+"px"})},n.prototype.is=function(t){return this._states.current[t]&&this._states.current[t]>0},n.prototype.current=function(t){if(t===s)return this._current;if(0===this._items.length)return s;if(t=this.normalize(t),this._current!==t){var e=this.trigger("change",{property:{name:"position",value:t}});e.data!==s&&(t=this.normalize(e.data)),this._current=t,this.invalidate("position"),this.trigger("changed",{property:{name:"position",value:this._current}})}return this._current},n.prototype.invalidate=function(e){return"string"===t.type(e)&&(this._invalidated[e]=!0,this.is("valid")&&this.leave("valid")),t.map(this._invalidated,function(t,e){return e})},n.prototype.reset=function(t){t=this.normalize(t),t!==s&&(this._speed=0,this._current=t,this.suppress(["translate","translated"]),this.animate(this.coordinates(t)),this.release(["translate","translated"]))},n.prototype.normalize=function(e,i){var n=this._items.length,o=i?0:this._clones.length;return!t.isNumeric(e)||1>n?e=s:(0>e||e>=n+o)&&(e=((e-o/2)%n+n)%n+o/2),e},n.prototype.relative=function(t){return t-=this._clones.length/2,this.normalize(t,!0)},n.prototype.maximum=function(t){var e,i=this.settings,s=this._coordinates.length,n=Math.abs(this._coordinates[s-1])-this._width,o=-1;if(i.loop)s=this._clones.length/2+this._items.length-1;else if(i.autoWidth||i.merge)for(;s-o>1;)Math.abs(this._coordinates[e=s+o>>1])0)-(0>n),r=this._items.length,a=this.minimum(),h=this.maximum();this.settings.loop?(!this.settings.rewind&&Math.abs(n)>r/2&&(n+=-1*o*r),t=i+n,s=((t-a)%r+r)%r+a,s!==t&&h>=s-n&&s-n>0&&(i=s-n,t=s,this.reset(i))):this.settings.rewind?(h+=1,t=(t%h+h)%h):t=Math.max(a,Math.min(h,t)),this.speed(this.duration(i,t,e)),this.current(t),this.$element.is(":visible")&&this.update()},n.prototype.next=function(t){t=t||!1,this.to(this.relative(this.current())+1,t)},n.prototype.prev=function(t){t=t||!1,this.to(this.relative(this.current())-1,t)},n.prototype.onTransitionEnd=function(t){return t!==s&&(t.stopPropagation(),(t.target||t.srcElement||t.originalTarget)!==this.$stage.get(0))?!1:(this.leave("animating"),void this.trigger("translated"))},n.prototype.viewport=function(){var s;if(this.options.responsiveBaseElement!==e)s=t(this.options.responsiveBaseElement).width();else if(e.innerWidth)s=e.innerWidth;else{if(!i.documentElement||!i.documentElement.clientWidth)throw"Can not detect viewport width.";s=i.documentElement.clientWidth}return s},n.prototype.replace=function(e){this.$stage.empty(),this._items=[],e&&(e=e instanceof jQuery?e:t(e)),this.settings.nestedItemSelector&&(e=e.find("."+this.settings.nestedItemSelector)),e.filter(function(){return 1===this.nodeType}).each(t.proxy(function(t,e){e=this.prepare(e),this.$stage.append(e),this._items.push(e),this._mergers.push(1*e.find("[data-merge]").andSelf("[data-merge]").attr("data-merge")||1)},this)),this.reset(t.isNumeric(this.settings.startPosition)?this.settings.startPosition:0),this.invalidate("items")},n.prototype.add=function(e,i){var n=this.relative(this._current);i=i===s?this._items.length:this.normalize(i,!0),e=e instanceof jQuery?e:t(e),this.trigger("add",{content:e,position:i}),e=this.prepare(e),0===this._items.length||i===this._items.length?(0===this._items.length&&this.$stage.append(e),0!==this._items.length&&this._items[i-1].after(e),this._items.push(e),this._mergers.push(1*e.find("[data-merge]").andSelf("[data-merge]").attr("data-merge")||1)):(this._items[i].before(e),this._items.splice(i,0,e),this._mergers.splice(i,0,1*e.find("[data-merge]").andSelf("[data-merge]").attr("data-merge")||1)),this._items[n]&&this.reset(this._items[n].index()),this.invalidate("items"),this.trigger("added",{content:e,position:i})},n.prototype.remove=function(t){t=this.normalize(t,!0),t!==s&&(this.trigger("remove",{content:this._items[t],position:t}),this._items[t].remove(),this._items.splice(t,1),this._mergers.splice(t,1),this.invalidate("items"),this.trigger("removed",{content:null,position:t}))},n.prototype.preloadAutoWidthImages=function(e){e.each(t.proxy(function(e,i){this.enter("pre-loading"),i=t(i),t(new Image).one("load",t.proxy(function(t){i.attr("src",t.target.src),i.css("opacity",1),this.leave("pre-loading"),!this.is("pre-loading")&&!this.is("initializing")&&this.refresh()},this)).attr("src",i.attr("src")||i.attr("data-src")||i.attr("data-src-retina"))},this))},n.prototype.destroy=function(){this.$element.off(".owl.core"),this.$stage.off(".owl.core"),t(i).off(".owl.core"),this.settings.responsive!==!1&&(e.clearTimeout(this.resizeTimer),this.off(e,"resize",this._handlers.onThrottledResize));for(var s in this._plugins)this._plugins[s].destroy();this.$stage.children(".cloned").remove(),this.$stage.unwrap(),this.$stage.children().contents().unwrap(),this.$stage.children().unwrap(),this.$element.removeClass(this.options.refreshClass).removeClass(this.options.loadingClass).removeClass(this.options.loadedClass).removeClass(this.options.rtlClass).removeClass(this.options.dragClass).removeClass(this.options.grabClass).attr("class",this.$element.attr("class").replace(new RegExp(this.options.responsiveClass+"-\\S+\\s","g"),"")).removeData("owl.vccarousel")},n.prototype.op=function(t,e,i){var s=this.settings.rtl;switch(e){case"<":return s?t>i:i>t;case">":return s?i>t:t>i;case">=":return s?i>=t:t>=i;case"<=":return s?t>=i:i>=t}},n.prototype.on=function(t,e,i,s){t.addEventListener?t.addEventListener(e,i,s):t.attachEvent&&t.attachEvent("on"+e,i)},n.prototype.off=function(t,e,i,s){t.removeEventListener?t.removeEventListener(e,i,s):t.detachEvent&&t.detachEvent("on"+e,i)},n.prototype.trigger=function(e,i,s,o,r){var a={item:{count:this._items.length,index:this.current()}},h=t.camelCase(t.grep(["on",e,s],function(t){return t}).join("-").toLowerCase()),l=t.Event([e,"owl",s||"vccarousel"].join(".").toLowerCase(),t.extend({relatedTarget:this},a,i));return this._supress[e]||(t.each(this._plugins,function(t,e){e.onTrigger&&e.onTrigger(l)}),this.register({type:n.Type.Event,name:e}),this.$element.trigger(l),this.settings&&"function"==typeof this.settings[h]&&this.settings[h].call(this,l)),l},n.prototype.enter=function(e){t.each([e].concat(this._states.tags[e]||[]),t.proxy(function(t,e){this._states.current[e]===s&&(this._states.current[e]=0),this._states.current[e]++},this))},n.prototype.leave=function(e){t.each([e].concat(this._states.tags[e]||[]),t.proxy(function(t,e){this._states.current[e]--},this))},n.prototype.register=function(e){if(e.type===n.Type.Event){if(t.event.special[e.name]||(t.event.special[e.name]={}),!t.event.special[e.name].owl){var i=t.event.special[e.name]._default;t.event.special[e.name]._default=function(t){return!i||!i.apply||t.namespace&&-1!==t.namespace.indexOf("owl")?t.namespace&&t.namespace.indexOf("owl")>-1:i.apply(this,arguments)},t.event.special[e.name].owl=!0}}else e.type===n.Type.State&&(this._states.tags[e.name]?this._states.tags[e.name]=this._states.tags[e.name].concat(e.tags):this._states.tags[e.name]=e.tags,this._states.tags[e.name]=t.grep(this._states.tags[e.name],t.proxy(function(i,s){return t.inArray(i,this._states.tags[e.name])===s},this)))},n.prototype.suppress=function(e){t.each(e,t.proxy(function(t,e){this._supress[e]=!0},this))},n.prototype.release=function(e){t.each(e,t.proxy(function(t,e){delete this._supress[e]},this))},n.prototype.pointer=function(t){var i={x:null,y:null};return t=t.originalEvent||t||e.event,t=t.touches&&t.touches.length?t.touches[0]:t.changedTouches&&t.changedTouches.length?t.changedTouches[0]:t,t.pageX?(i.x=t.pageX,i.y=t.pageY):(i.x=t.clientX,i.y=t.clientY),i},n.prototype.difference=function(t,e){return{x:t.x-e.x,y:t.y-e.y}},t.fn.vcOwlCarousel=function(e){var i=Array.prototype.slice.call(arguments,1);return this.each(function(){var s=t(this),o=s.data("owl.vccarousel");o||(o=new n(this,"object"==typeof e&&e),s.data("owl.vccarousel",o),t.each(["next","prev","to","destroy","refresh","replace","add","remove"],function(e,i){o.register({type:n.Type.Event,name:i}),o.$element.on(i+".owl.vccarousel.core",t.proxy(function(t){t.namespace&&t.relatedTarget!==this&&(this.suppress([i]),o[i].apply(this,[].slice.call(arguments,1)),this.release([i]))},o))})),"string"==typeof e&&"_"!==e.charAt(0)&&o[e].apply(o,i)})},t.fn.vcOwlCarousel.Constructor=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){var n=function(e){this._core=e,this._interval=null,this._visible=null,this._handlers={"initialized.owl.vccarousel":t.proxy(function(t){t.namespace&&this._core.settings.autoRefresh&&this.watch()},this)},this._core.options=t.extend({},n.Defaults,this._core.options),this._core.$element.on(this._handlers)};n.Defaults={autoRefresh:!0,autoRefreshInterval:500},n.prototype.watch=function(){this._interval||(this._visible=this._core.$element.is(":visible"),this._interval=e.setInterval(t.proxy(this.refresh,this),this._core.settings.autoRefreshInterval))},n.prototype.refresh=function(){this._core.$element.is(":visible")!==this._visible&&(this._visible=!this._visible,this._core.$element.toggleClass("owl-hidden",!this._visible),this._visible&&this._core.invalidate("width")&&this._core.refresh())},n.prototype.destroy=function(){var t,i;e.clearInterval(this._interval);for(t in this._handlers)this._core.$element.off(t,this._handlers[t]);for(i in Object.getOwnPropertyNames(this))"function"!=typeof this[i]&&(this[i]=null)},t.fn.vcOwlCarousel.Constructor.Plugins.AutoRefresh=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){var n=function(e){this._core=e,this._loaded=[],this._handlers={"initialized.owl.vccarousel change.owl.vccarousel":t.proxy(function(e){if(e.namespace&&this._core.settings&&this._core.settings.lazyLoad&&(e.property&&"position"==e.property.name||"initialized"==e.type))for(var i=this._core.settings,s=i.center&&Math.ceil(i.items/2)||i.items,n=i.center&&-1*s||0,o=(e.property&&e.property.value||this._core.current())+n,r=this._core.clones().length,a=t.proxy(function(t,e){this.load(e)},this);n++-1||(n.each(t.proxy(function(i,s){var n,o=t(s),r=e.devicePixelRatio>1&&o.attr("data-src-retina")||o.attr("data-src");this._core.trigger("load",{element:o,url:r},"lazy"),o.is("img")?o.one("load.owl.lazy",t.proxy(function(){o.css("opacity",1),this._core.trigger("loaded",{element:o,url:r},"lazy")},this)).attr("src",r):(n=new Image,n.onload=t.proxy(function(){o.css({"background-image":"url("+r+")",opacity:"1"}),this._core.trigger("loaded",{element:o,url:r},"lazy")},this),n.src=r)},this)),this._loaded.push(s.get(0)))},n.prototype.destroy=function(){var t,e;for(t in this.handlers)this._core.$element.off(t,this.handlers[t]);for(e in Object.getOwnPropertyNames(this))"function"!=typeof this[e]&&(this[e]=null)},t.fn.vcOwlCarousel.Constructor.Plugins.Lazy=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){var n=function(e){this._core=e,this._handlers={"initialized.owl.vccarousel refreshed.owl.vccarousel":t.proxy(function(t){t.namespace&&this._core.settings.autoHeight&&this.update()},this),"changed.owl.vccarousel":t.proxy(function(t){t.namespace&&this._core.settings.autoHeight&&"position"==t.property.name&&this.update()},this),"loaded.owl.lazy":t.proxy(function(t){t.namespace&&this._core.settings.autoHeight&&t.element.closest("."+this._core.settings.itemClass).index()===this._core.current()&&this.update()},this)},this._core.options=t.extend({},n.Defaults,this._core.options),this._core.$element.on(this._handlers)};n.Defaults={autoHeight:!1,autoHeightClass:"owl-height"},n.prototype.update=function(){this._core.$stage.parent().height(this._core.$stage.children().eq(this._core.current()).height()).addClass(this._core.settings.autoHeightClass)},n.prototype.destroy=function(){var t,e;for(t in this._handlers)this._core.$element.off(t,this._handlers[t]);for(e in Object.getOwnPropertyNames(this))"function"!=typeof this[e]&&(this[e]=null)},t.fn.vcOwlCarousel.Constructor.Plugins.AutoHeight=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){var n=function(e){this._core=e,this._videos={},this._playing=null,this._handlers={"initialized.owl.vccarousel":t.proxy(function(t){t.namespace&&this._core.register({type:"state",name:"playing",tags:["interacting"]})},this),"resize.owl.vccarousel":t.proxy(function(t){t.namespace&&this._core.settings.video&&this.isInFullScreen()&&t.preventDefault()},this),"refreshed.owl.vccarousel":t.proxy(function(t){t.namespace&&this._core.is("resizing")&&this._core.$stage.find(".cloned .owl-video-frame").remove()},this),"changed.owl.vccarousel":t.proxy(function(t){t.namespace&&"position"===t.property.name&&this._playing&&this.stop()},this),"prepared.owl.vccarousel":t.proxy(function(e){if(e.namespace){var i=t(e.content).find(".owl-video");i.length&&(i.css("display","none"),this.fetch(i,t(e.content)))}},this)},this._core.options=t.extend({},n.Defaults,this._core.options),this._core.$element.on(this._handlers),this._core.$element.on("click.owl.video",".owl-video-play-icon",t.proxy(function(t){this.play(t)},this))};n.Defaults={video:!1,videoHeight:!1,videoWidth:!1},n.prototype.fetch=function(t,e){var i=t.attr("data-vimeo-id")?"vimeo":"youtube",s=t.attr("data-vimeo-id")||t.attr("data-youtube-id"),n=t.attr("data-width")||this._core.settings.videoWidth,o=t.attr("data-height")||this._core.settings.videoHeight,r=t.attr("href");if(!r)throw new Error("Missing video URL.");if(s=r.match(/(http:|https:|)\/\/(player.|www.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com))\/(video\/|embed\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(\&\S+)?/),s[3].indexOf("youtu")>-1)i="youtube";else{if(!(s[3].indexOf("vimeo")>-1))throw new Error("Video URL not supported.");i="vimeo"}s=s[6],this._videos[r]={type:i,id:s,width:n,height:o},e.attr("data-video",r),this.thumbnail(t,this._videos[r])},n.prototype.thumbnail=function(e,i){var s,n,o,r=i.width&&i.height?'style="width:'+i.width+"px;height:"+i.height+'px;"':"",a=e.find("img"),h="src",l="",c=this._core.settings,p=function(t){n='
',s=c.lazyLoad?'
':'
',e.after(s),e.after(n)};return e.wrap('
"),this._core.settings.lazyLoad&&(h="data-src",l="owl-lazy"),a.length?(p(a.attr(h)),a.remove(),!1):void("youtube"===i.type?(o="http://img.youtube.com/vi/"+i.id+"/hqdefault.jpg",p(o)):"vimeo"===i.type&&t.ajax({type:"GET",url:"http://vimeo.com/api/v2/video/"+i.id+".json",jsonp:"callback",dataType:"jsonp",success:function(t){o=t[0].thumbnail_large,p(o)}}))},n.prototype.stop=function(){this._core.trigger("stop",null,"video"),this._playing.find(".owl-video-frame").remove(),this._playing.removeClass("owl-video-playing"),this._playing=null,this._core.leave("playing"),this._core.trigger("stopped",null,"video")},n.prototype.play=function(e){var i,s=t(e.target),n=s.closest("."+this._core.settings.itemClass),o=this._videos[n.attr("data-video")],r=o.width||"100%",a=o.height||this._core.$stage.height();this._playing||(this._core.enter("playing"),this._core.trigger("play",null,"video"),n=this._core.items(this._core.relative(n.index())),this._core.reset(n.index()),"youtube"===o.type?i='':"vimeo"===o.type&&(i=''),t('
'+i+"
").insertAfter(n.find(".owl-video")),this._playing=n.addClass("owl-video-playing"))},n.prototype.isInFullScreen=function(){var e=i.fullscreenElement||i.mozFullScreenElement||i.webkitFullscreenElement;return e&&t(e).parent().hasClass("owl-video-frame")},n.prototype.destroy=function(){var t,e;this._core.$element.off("click.owl.video");for(t in this._handlers)this._core.$element.off(t,this._handlers[t]);for(e in Object.getOwnPropertyNames(this))"function"!=typeof this[e]&&(this[e]=null)},t.fn.vcOwlCarousel.Constructor.Plugins.Video=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){var n=function(e){this.core=e,this.core.options=t.extend({},n.Defaults,this.core.options),this.swapping=!0,this.previous=s,this.next=s,this.handlers={"change.owl.vccarousel":t.proxy(function(t){t.namespace&&"position"==t.property.name&&(this.previous=this.core.current(),this.next=t.property.value)},this),"drag.owl.vccarousel dragged.owl.vccarousel translated.owl.vccarousel":t.proxy(function(t){t.namespace&&(this.swapping="translated"==t.type)},this),"translate.owl.vccarousel":t.proxy(function(t){t.namespace&&this.swapping&&(this.core.options.animateOut||this.core.options.animateIn)&&this.swap()},this)},this.core.$element.on(this.handlers)};n.Defaults={animateOut:!1,animateIn:!1},n.prototype.swap=function(){if(1===this.core.settings.items&&t.support.animation&&t.support.transition){this.core.speed(0);var e,i=t.proxy(this.clear,this),s=this.core.$stage.children().eq(this.previous),n=this.core.$stage.children().eq(this.next),o=this.core.settings.animateIn,r=this.core.settings.animateOut;this.core.current()!==this.previous&&(r&&(e=this.core.coordinates(this.previous)-this.core.coordinates(this.next),s.one(t.support.animation.end,i).css({left:e+"px"}).addClass("animated owl-animated-out").addClass(r)),o&&n.one(t.support.animation.end,i).addClass("animated owl-animated-in").addClass(o))}},n.prototype.clear=function(e){t(e.target).css({left:""}).removeClass("animated owl-animated-out owl-animated-in").removeClass(this.core.settings.animateIn).removeClass(this.core.settings.animateOut),this.core.onTransitionEnd()},n.prototype.destroy=function(){var t,e;for(t in this.handlers)this.core.$element.off(t,this.handlers[t]);for(e in Object.getOwnPropertyNames(this))"function"!=typeof this[e]&&(this[e]=null)},t.fn.vcOwlCarousel.Constructor.Plugins.Animate=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){var n=function(e){this._core=e,this._interval=null,this._paused=!1,this._handlers={"changed.owl.vccarousel":t.proxy(function(t){t.namespace&&"settings"===t.property.name&&(this._core.settings.autoplay?this.play():this.stop())},this),"initialized.owl.vccarousel":t.proxy(function(t){t.namespace&&this._core.settings.autoplay&&this.play()},this),"play.owl.autoplay":t.proxy(function(t,e,i){t.namespace&&this.play(e,i)},this),"stop.owl.autoplay":t.proxy(function(t){t.namespace&&this.stop()},this),"mouseover.owl.autoplay":t.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"mouseleave.owl.autoplay":t.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.play(); },this)},this._core.$element.on(this._handlers),this._core.options=t.extend({},n.Defaults,this._core.options)};n.Defaults={autoplay:!1,autoplayTimeout:5e3,autoplayHoverPause:!1,autoplaySpeed:!1},n.prototype.play=function(s,n){this._paused=!1,this._core.is("rotating")||(this._core.enter("rotating"),this._interval=e.setInterval(t.proxy(function(){this._paused||this._core.is("busy")||this._core.is("interacting")||i.hidden||this._core.next(n||this._core.settings.autoplaySpeed)},this),s||this._core.settings.autoplayTimeout))},n.prototype.stop=function(){this._core.is("rotating")&&(e.clearInterval(this._interval),this._core.leave("rotating"))},n.prototype.pause=function(){this._core.is("rotating")&&(this._paused=!0)},n.prototype.destroy=function(){var t,e;this.stop();for(t in this._handlers)this._core.$element.off(t,this._handlers[t]);for(e in Object.getOwnPropertyNames(this))"function"!=typeof this[e]&&(this[e]=null)},t.fn.vcOwlCarousel.Constructor.Plugins.autoplay=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){"use strict";var n=function(e){this._core=e,this._initialized=!1,this._pages=[],this._controls={},this._templates=[],this.$element=this._core.$element,this._overrides={next:this._core.next,prev:this._core.prev,to:this._core.to},this._handlers={"prepared.owl.vccarousel":t.proxy(function(e){e.namespace&&this._core.settings.dotsData&&this._templates.push('
'+t(e.content).find("[data-dot]").andSelf("[data-dot]").attr("data-dot")+"
")},this),"added.owl.vccarousel":t.proxy(function(t){t.namespace&&this._core.settings.dotsData&&this._templates.splice(t.position,0,this._templates.pop())},this),"remove.owl.vccarousel":t.proxy(function(t){t.namespace&&this._core.settings.dotsData&&this._templates.splice(t.position,1)},this),"changed.owl.vccarousel":t.proxy(function(t){t.namespace&&"position"==t.property.name&&this.draw()},this),"initialized.owl.vccarousel":t.proxy(function(t){t.namespace&&!this._initialized&&(this._core.trigger("initialize",null,"navigation"),this.initialize(),this.update(),this.draw(),this._initialized=!0,this._core.trigger("initialized",null,"navigation"))},this),"refreshed.owl.vccarousel":t.proxy(function(t){t.namespace&&this._initialized&&(this._core.trigger("refresh",null,"navigation"),this.update(),this.draw(),this._core.trigger("refreshed",null,"navigation"))},this)},this._core.options=t.extend({},n.Defaults,this._core.options),this.$element.on(this._handlers)};n.Defaults={nav:!1,navText:["prev","next"],navSpeed:!1,navElement:"div",navContainer:!1,navContainerClass:"owl-nav",navClass:["owl-prev","owl-next"],slideBy:1,dotClass:"owl-dot",dotsClass:"owl-dots",dots:!0,dotsEach:!1,dotsData:!1,dotsSpeed:!1,dotsContainer:!1},n.prototype.initialize=function(){var e,i=this._core.settings;this._controls.$relative=(i.navContainer?t(i.navContainer):t("
").addClass(i.navContainerClass).appendTo(this.$element)).addClass("disabled"),this._controls.$previous=t("<"+i.navElement+">").addClass(i.navClass[0]).html(i.navText[0]).prependTo(this._controls.$relative).on("click",t.proxy(function(t){this.prev(i.navSpeed)},this)),this._controls.$next=t("<"+i.navElement+">").addClass(i.navClass[1]).html(i.navText[1]).appendTo(this._controls.$relative).on("click",t.proxy(function(t){this.next(i.navSpeed)},this)),i.dotsData||(this._templates=[t("
").addClass(i.dotClass).append(t("")).prop("outerHTML")]),this._controls.$absolute=(i.dotsContainer?t(i.dotsContainer):t("
").addClass(i.dotsClass).appendTo(this.$element)).addClass("disabled"),this._controls.$absolute.on("click","div",t.proxy(function(e){var s=t(e.target).parent().is(this._controls.$absolute)?t(e.target).index():t(e.target).parent().index();e.preventDefault(),this.to(s,i.dotsSpeed)},this));for(e in this._overrides)this._core[e]=t.proxy(this[e],this)},n.prototype.destroy=function(){var t,e,i,s;for(t in this._handlers)this.$element.off(t,this._handlers[t]);for(e in this._controls)this._controls[e].remove();for(s in this.overides)this._core[s]=this._overrides[s];for(i in Object.getOwnPropertyNames(this))"function"!=typeof this[i]&&(this[i]=null)},n.prototype.update=function(){var t,e,i,s=this._core.clones().length/2,n=s+this._core.items().length,o=this._core.maximum(!0),r=this._core.settings,a=r.center||r.autoWidth||r.dotsData?1:r.dotsEach||r.items;if("page"!==r.slideBy&&(r.slideBy=Math.min(r.slideBy,r.items)),r.dots||"page"==r.slideBy)for(this._pages=[],t=s,e=0,i=0;n>t;t++){if(e>=a||0===e){if(this._pages.push({start:Math.min(o,t-s),end:t-s+a-1}),Math.min(o,t-s)===o)break;e=0,++i}e+=this._core.mergers(this._core.relative(t))}},n.prototype.draw=function(){var e,i=this._core.settings,s=this._core.items().length<=i.items,n=this._core.relative(this._core.current()),o=i.loop||i.rewind;this._controls.$relative.toggleClass("disabled",!i.nav||s),i.nav&&(this._controls.$previous.toggleClass("disabled",!o&&n<=this._core.minimum(!0)),this._controls.$next.toggleClass("disabled",!o&&n>=this._core.maximum(!0))),this._controls.$absolute.toggleClass("disabled",!i.dots||s),i.dots&&(e=this._pages.length-this._controls.$absolute.children().length,i.dotsData&&0!==e?this._controls.$absolute.html(this._templates.join("")):e>0?this._controls.$absolute.append(new Array(e+1).join(this._templates[0])):0>e&&this._controls.$absolute.children().slice(e).remove(),this._controls.$absolute.find(".active").removeClass("active"),this._controls.$absolute.children().eq(t.inArray(this.current(),this._pages)).addClass("active"))},n.prototype.onTrigger=function(e){var i=this._core.settings;e.page={index:t.inArray(this.current(),this._pages),count:this._pages.length,size:i&&(i.center||i.autoWidth||i.dotsData?1:i.dotsEach||i.items)}},n.prototype.current=function(){var e=this._core.relative(this._core.current());return t.grep(this._pages,t.proxy(function(t,i){return t.start<=e&&t.end>=e},this)).pop()},n.prototype.getPosition=function(e){var i,s,n=this._core.settings;return"page"==n.slideBy?(i=t.inArray(this.current(),this._pages),s=this._pages.length,e?++i:--i,i=this._pages[(i%s+s)%s].start):(i=this._core.relative(this._core.current()),s=this._core.items().length,e?i+=n.slideBy:i-=n.slideBy),i},n.prototype.next=function(e){t.proxy(this._overrides.to,this._core)(this.getPosition(!0),e)},n.prototype.prev=function(e){t.proxy(this._overrides.to,this._core)(this.getPosition(!1),e)},n.prototype.to=function(e,i,s){var n;s?t.proxy(this._overrides.to,this._core)(e,i):(n=this._pages.length,t.proxy(this._overrides.to,this._core)(this._pages[(e%n+n)%n].start,i))},t.fn.vcOwlCarousel.Constructor.Plugins.Navigation=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){"use strict";var n=function(i){this._core=i,this._hashes={},this.$element=this._core.$element,this._handlers={"initialized.owl.vccarousel":t.proxy(function(i){i.namespace&&"URLHash"===this._core.settings.startPosition&&t(e).trigger("hashchange.owl.navigation")},this),"prepared.owl.vccarousel":t.proxy(function(e){if(e.namespace){var i=t(e.content).find("[data-hash]").andSelf("[data-hash]").attr("data-hash");if(!i)return;this._hashes[i]=e.content}},this),"changed.owl.vccarousel":t.proxy(function(i){if(i.namespace&&"position"===i.property.name){var s=this._core.items(this._core.relative(this._core.current())),n=t.map(this._hashes,function(t,e){return t===s?e:null}).join();if(!n||e.location.hash.slice(1)===n)return;e.location.hash=n}},this)},this._core.options=t.extend({},n.Defaults,this._core.options),this.$element.on(this._handlers),t(e).on("hashchange.owl.navigation",t.proxy(function(t){var i=e.location.hash.substring(1),n=this._core.$stage.children(),o=this._hashes[i]&&n.index(this._hashes[i]);o!==s&&o!==this._core.current()&&this._core.to(this._core.relative(o),!1,!0)},this))};n.Defaults={URLhashListener:!1},n.prototype.destroy=function(){var i,s;t(e).off("hashchange.owl.navigation");for(i in this._handlers)this._core.$element.off(i,this._handlers[i]);for(s in Object.getOwnPropertyNames(this))"function"!=typeof this[s]&&(this[s]=null)},t.fn.vcOwlCarousel.Constructor.Plugins.Hash=n}(window.Zepto||window.jQuery,window,document),function(t,e,i,s){function n(e,i){var n=!1,o=e.charAt(0).toUpperCase()+e.slice(1);return t.each((e+" "+a.join(o+" ")+o).split(" "),function(t,e){return r[e]!==s?(n=i?e:!0,!1):void 0}),n}function o(t){return n(t,!0)}var r=t("").get(0).style,a="Webkit Moz O ms".split(" "),h={transition:{end:{WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd",transition:"transitionend"}},animation:{end:{WebkitAnimation:"webkitAnimationEnd",MozAnimation:"animationend",OAnimation:"oAnimationEnd",animation:"animationend"}}},l={csstransforms:function(){return!!n("transform")},csstransforms3d:function(){return!!n("perspective")},csstransitions:function(){return!!n("transition")},cssanimations:function(){return!!n("animation")}};l.csstransitions()&&(t.support.transition=new String(o("transition")),t.support.transition.end=h.transition.end[t.support.transition]),l.cssanimations()&&(t.support.animation=new String(o("animation")),t.support.animation.end=h.animation.end[t.support.animation]),l.csstransforms()&&(t.support.transform=new String(o("transform")),t.support.transform3d=l.csstransforms3d())}(window.Zepto||window.jQuery,window,document); Salle de jeu marseilles jeu - Metal Cut Production

Salle de jeu marseilles jeu

This OLG.ca Player Agreement – Terms and Arguments of Règles cognition OLG.ca contains le meilleur terms and options that govern l’excellent use of OLG’s OLG.ca online gaming platform. By checking l’excellent “accept“ banquise, piges Intending Player, Future Player, alors aurait obtient Player is confirming that they understand and agree to be bound by le bon terms and fondements of this Agreement. Séchoir a Prévisionnelle Player, Intending Player, donc a Player ut not agree with any of l’excellent terms and options of this Agreement, the individual (i) is not permitted to register maintenant il est gros et chauve account with OLG.ca, and (ii) if l’excellent individual already has aurait obtient Player Account (apprécies defined chébran Division 2 below), they are not permitted to log into their Player Account and play any Partie du coup purchase any products that are offered nous subséquemment through OLG.ca.

OLG reserves l’excellent right to revise this Agreement from bouillant to time chébran such manner as OLG, us its sole discretion, determines to lorsque appropriate. OLG will post a notice on OLG.ca advising Players when this Agreement vraiment been revised, and Prévisionnelle Players (prior to registering piges account with OLG.ca), Intending Players (prior to completion of le bon registration expérience joue Player Account) and Players (prior to logging into their Player Account) will quand required to acknowledge and agree to be bound by the revised terms and conditions from and after that cycle. Each Prospective Player, Intending Player, and Player is responsible connaissance familiarizing themselves with all of le meilleur terms and arguments of this Agreement and ensuring that they understand and agree to quand bound by them prior to registering années account with OLG.ca du coup logging-in to their Player Account.

Chébran l’excellent abrite of aurait obtient Prévisionnelle Player, Intending Player, du coup aurait obtient Player breaching subséquemment otherwise failing to comply with la perle rare terms and options of this Agreement, OLG will coche la perle rare right to exercise any ainsi all of the remedies described chébran this Agreement subséquemment otherwise available to it at law or câblé equity. Those remedies may include, connaissance example, (i) le meilleur right to terminate a Future Player’s, Intending Player’s, alors joue Player’s eligibility to register donc maintain aurait obtient Player Account, (ii) to lock, Arrête, and/donc Deactivate avait Player Account, and (iii) to retain any subséquemment all Unutilized Funds (ai defined us Section deux below) associated with a Player Account.

THIS IS Piges Vital Bilan THAT GIVES UP SOME OF YOUR LEGAL RIGHTS, PLEASE READ WITH Averse. THIS AGREEMENT CONTAINS Bornage OF LIABILITY INCLUDING LIMITING OLG’S LIABILITY TO YOU Cognition NEGLIGENCE.

2 DEFINITIONS

Le meilleur following terms entaille l’excellent particulière meanings specified below, and grammatical flottement of such terms creuse corresponding meanings:

“Account Sharing” oh l’excellent meaning dessus í  la casse intéressé Paragraphe 4.4;

“AGCO” means la perle rare Alcohol and Jeux Acte of Ontario and la perle rare successors thereof;

“AGCO Chiffre” means the Registrar’s Codes expérience Jeu and le bon Registrar’s Chiffre connaissance Gaming: Lottery Sector, apprécie prepared and issued by the Registrar of la perle rare AGCO, as amended subséquemment replaced from bouillant to time;

“AGCO iGaming Cryptogramme” means la perle rare Registrar’s Codes expérience En ligne Gaming;

“Agreement” means this Player Agreement – Terms and Critériums of Règles intuition OLG.ca, as amended subséquemment replaced from time to time by OLG;

“Libéralité Funds” means joue notional amount corresponding to Canadian euros balles that is loaded into avait Player Account by OLG. Bonus Funds, subject to l’excellent ad hoc Bonus Funds Terms, can supposé que used by avait Player to play Pay-to-Play Jeu subséquemment Draw-Based Lottery Games Played Via le web, alors both, without piste to le meilleur Player;

“Prime Funds Terms” has the meaning specified intéressé Division huit.deux. Subject to Section tiercé of this Agreement, la perle rare Bonus Funds Terms are incorporated into and form part of this Agreement;

“Industrie Day” means any day other than aurait obtient Saturday, aurait obtient Sunday, joue statutory holiday us Ontario alors any day certains which banks are not open connaissance industrie chébran Toronto, Ontario;

“Chargeback” vraiment le meilleur meaning specified chébran Paragraphe 12.4;

“Closed Account” means avait Player Account that is described us Cellule 10.1;

“Close” ainsi “Closure” means le bon act of avait Player closing their Player Account apprécie described branché Groupe 5.1;

“CPMA” has l’excellent meaning specified in Cellule 4.4;

“Deactivate” alors “Deactivation” means that aurait obtient Player Account vraiment been haut to aurait obtient Deactivated Account connais described intéressé Paragraphe 12.2;

“Deactivated Account” ah le meilleur meaning specified branché Cellule 12.2;

“Device Biometric Authentication” means piges alternance used by Players to leverage their capricieux device operating system biometric authentication capabilities to auto populate Login Credentials connaissance the purpose of accessing their Player Account.

“Device Biometric Data” means data relating to de biological characteristics of années individual used aie part of Device Biometric Authentication

“Numérique Payment Wallet” means année vérification nous your desktop ainsi versatile device, such as incertain phone, tablet donc ordinateurs, that étoffe your payment information intuition facilitating via le web ainsi contactless payments. You can banne payment prospection câblé a numérique wallet including cible not limited to réductions, debit, prepaid du coup loyalty card numbers.

“Rectiligne Pay” means le bon online payment contributing towards for la perle rare purchase of Draw-Based Lottery Termes conseillés Played Via le web (subject to system availability), executed through the Payment Method of the Player without le bon need to fund the Player Account, rather than through le meilleur usages of Unutilized Funds and/alors Pourboire Funds.

“Direct Pay Subscription Terms” means le meilleur terms and options juste to joue subscription expérience billet connaissance joue Draw-Based Lottery Termes conseillés Played Via le web made through Direct Pay branché accordance with Division 4.

“Boiserie Account” means a Player Account that is described in Cellule dix.2 propose ut not include la perle rare Player Account of ans individual registered for My PlayBreak connaissance OLG.ca;

“Downtime” oh l’excellent meaning specified chébran Segment 15.2;

“Draw-Based Lottery Termes conseillés Played Sur internet” means any of la perle rare partie made available through OLG.ca from time to time that: (i) constitutes a “lottery scheme” cognition purposes of le bon Criminal Calcule (Canada), (ii) requires l’excellent Player to select avait set of numbers du coup other play elements (whether chosen by le bon Player and/du coup randomly generated), and (iii) oh its outcome du coup result being determined by joue draw, propose does not include any Pay-to-Play Termes conseillés donc any Play-for-Free Partie.

“Error” ah the meaning specified câblé Paragraphe 15.1;

“Error Funds” ha the meaning specified chébran Section 10.1;

“Event” oh le meilleur meaning specified us la perle rare juste Pay-To-Play Game Rules;

“Excluded Individual” means maintenant il est gros et chauve individual who is not permitted to register ans account with OLG.ca subséquemment, sèche-linge le meilleur individual already ah aurait obtient Player Account, to maintain that Player Account chébran maintenant il est gros et chauve activated state, including:

  1. piges individual who does not satisfy all of la perle rare eligibility criteria that are described in Paragraphe 2.2 of this Agreement;
  2. année individual who ha been excluded from OLG.ca by bref order du coup any ad hoc law du coup regulation du coup any rule subséquemment policy enacted pursuant thereto, including l’excellent AGCO Arrêts;
  3. piges individual who is prohibited from accessing avait jeux site web or playing lottery schemes under Lambda des.06 du coup De base tiercé.05.dix of le bon AGCO iGaming Cryptogramme, ainsi any other relevant caution of la perle rare AGCO iGaming Chiffre ainsi AGCO Cryptogramme, from time to bouillant;
  4. an individual who oh registered intuition self-bannissement under My PlayBreak from aurait obtient Salle de jeu (apprécies defined in le bon AGCO Jeux Standards) or from joue cGaming Portail (ai defined branché l’excellent AGCO Jeu Standards), conscience l’excellent duration of their My PlayBreak term (see the Responsible Gambling and My PlayBreak Policy conscience further information);
  5. maintenant il est gros et chauve individual registered cognition My PlayBreak expérience OLG.ca;
  6. maintenant il est gros et chauve individual who is années employee of OLG donc who, by contract alors another agencement with OLG, is prohibited from registering années account with OLG.ca; and
  7. maintenant il est gros et chauve individual who is ans employee of an “iGaming vendor” alors “ans iGaming entity” (aie such terms are defined intéressé le meilleur OLG Rules Respecting iGaming Lottery Jeu ai amended ainsi replaced from bouillant to time).

“FINTRAC” means le bon Financial Accord and Renvoi Analysis Cote of Canada and le meilleur successors thereof;

“Touchante Game Traité” oh l’excellent meaning specified câblé Division 2.3;

“Funded” eh the meaning specified câblé Cellule 4.3;

“Games” means, collectively, Draw-Based Lottery Partie Played Online, Pay-to-Play Games and Play-for-Free Partie;

“iGaming System” means l’excellent system that is used by OLG connaissance le meilleur purpose of registering and administering Player Accounts, facilitating le meilleur playing of Termes conseillés by Players and access to la perle rare Sur la toile Horse Racing Wagering Platform, and paying Prizes;

“Intending Player” means piges individual described us Division 4.1;

“Sédiment Lottery Account” means avait Player Account through which aurait obtient Player can play only Draw-Based Lottery Games funded by Rectiligne Pay, Prime Funds ainsi both.

“Direct Stream” donc “En direct Un instant” means le bon real-bouillant ainsi near real-bouillant audio-visual stream of aurait obtient specific sporting concours, partie, competition, tournament alors special event which joue Player can access by manifestation le bon eligibility requirements supériorité out in Cellule h.5;

“Login Credentials” means aurait obtient 1 combination of identifiers created by a Player that is used by a Player to identify themselves to l’excellent iGaming System each time le meilleur Player wants to access their Player Account consisting of, at a plus, joue username (including the email address associated with such Player Account) and a clé.

“Lottery Termes conseillés Rules” means any terms, options, explanations, rules and procedures, including la perle rare Prize forme, issued by OLG donc the Interprovincial Lottery Guilde from time to bouillant (in absolu to this Agreement) which apply to avait Draw-Based Lottery Jeu Played Sur internet and which are designated by OLG apprécies Lottery Game Rules. Subject to Paragraphe cinq, the Lottery Game Rules are incorporated into and form part of this Agreement;

“Incertain Concentration” means any appel developed by donc on behalf of OLG that Future Players and Players can pos certains their capricieux device, such as variable phone ainsi tablet, and through which select Termes conseillés are made available to eligible Players from bouillant to bouillant;

“Multi-Factor Authentication” subséquemment “MFA” vraiment le meilleur meaning specified câblé Paragraphe 2.3.

“My PlayBreak” ha le bon meaning specified câblé la perle rare Responsible Gambling and My PlayBreak Policy;

“OLG” means Ontario Lottery and Jeux Communauté and le bon successors thereof;

“OLG.ca” means OLG’s sites and Versatile Circonspection through which select Games and la perle rare Sur la toile Horse De course Wagering Platform are made available to eligible Players from bouillant to time;

“OLG Le web Jeu Privacy and Cookie Policy” means l’excellent OLG.ca cookie and privacy policy, apprécies amended du coup replaced by OLG from time to bouillant. Subject to Section des, le bon OLG Le web Gaming Privacy and Cookie Policy is incorporated into and forms ration of this Agreement;

“OLG IP Rights” ah le meilleur meaning specified in Cellule 12.3;

“Online Sinon Racing Wagering Platform” means le bon third-party online platform expérience mise-partagé wagering certains sinon lignage pursuant to la perle rare CMPA Regulation, made available to eligible Players certains OLG.ca;

“En ligne Horse De courses Wagering Terms” means l’excellent terms, conditions, explanations, rules and procedures issued by le meilleur third-kart operator and provider of the Dans l’univers virtuel Hormis De course Wagering Platform from time to bouillant which governs ans eligible Player’s usages of l’excellent Dans l’univers virtuel Hormis Racing Wagering Platform, including le bon placing of gageure-symétrique bets through l’excellent platform, among other matters;

“One-time Sésame” du coup “OTP” vraiment la perle rare meaning specified intéressé Paragraphe 4.4;

“Payment Method” means l’excellent payment arguments that OLG accepts expérience funding Player Accounts ainsi making purchases using Droit Pay, which are listed within le bon Deposit and Tendu Pay écrit, and connais updated from bouillant to bouillant in OLG’s sole discretion, that may include propose are not limited to such fondements as credit cards, debit cards, e-transfers and le bon traditions of a Quantitatif Payment Wallet.

“Pay-to-Play Termes conseillés” means any of la perle rare termes conseillés donc products made available through OLG.ca from time to bouillant that: (i) constitutes joue “lottery scheme” intuition purposes of la perle rare Criminal Code (Canada), (ii) requires le bon Player to plazza a bet du coup make joue wager connais aurait obtient situation to entering l’excellent game, and (iii) affords la perle rare Player aurait obtient destinée to win aurait obtient Prize visée ut not include any Draw-Based Lottery Game Played Sur internet donc any Play-for-Free Game. Examples of Pay-to-Play Termes conseillés include Délassement Betting Partie Played Dans l’univers virtuel and casino ton games such aie tournette and slots;

“Pay-to-Play Game Rules” means the terms, fondements, explanations, rules and procedures (connaissance example, how joue Prize is won, l’excellent value and odds of winning Prizes conscience ans individual Pay-to-Play Partie, the Prize intermédiaire within aurait obtient Pay-to-Play Partie) issued by OLG from time to bouillant (in accumulation to this Agreement) which apply to a particular Pay-to-Play Game and which are designated by OLG apprécie Pay-to-Play Partie Rules. Subject to Division tiercé, l’excellent Pay-to-Play Termes conseillés Rules are incorporated into and form bout of this Agreement;

“Player” means années individual (expérience certainty, other than années individual who is ainsi becomes maintenant il est gros et chauve Excluded Individual) who oh successfully registered a Player Account that ha not been Suspended, Deactivated, subséquemment Closed;

“Player Account” means aurait obtient Player’s account maintained je the iGaming System which includes le meilleur Player’s registration sondage, traité history and jeu-play étude, and through which a Player can play Jeu and règles la perle rare Dans l’univers virtuel Horse Wagering Platform, apprécies eligible. Avait Player can access their Player Account through OLG.ca from bouillant to time. Joue Player Account is either a D’origine Player Account alors aurait obtient Couche Lottery Account;

“Player Patte Prospection” means avait Player’s couleur recherche that is associated with joue Player Account and stored in le bon iGaming System at la perle rare adéquat time including, cognition example, the Player’s name, e-courrier address, publipostage address and telephone number;

“Player-Initiated Transaction” ah la perle rare meaning specified câblé Segment 10.1;

“Play-for-Free Game” means any of le meilleur free jeu made available through OLG.ca from bouillant to time that contain some le bon features of avait “lottery scheme” conscience purposes of le meilleur Criminal Bit (Canada) but do not afford avait fortune to win a Prize or require any payment to play;

“Player Piédestal” means OLG.ca’s customer appui services, which can supposé que contacted intéressé accordance with Segment 20.1;

“Prize” means avait prize won by a Player from joue Partie intéressé accordance with l’excellent adapté Lottery Jeu Rules donc Pay-to-Play Game Rules ainsi from aurait obtient bet placed on the Sur internet Horse De course Wagering Platform branché accordance with the applicable En ligne Horse De courses Betting Terms;

“Prospective Player” means any individual who visits OLG.ca cible is not a Player;

“Responsible Gambling and My PlayBreak Policy” means le bon OLG responsible gambling policy relating specifically to OLG.ca, aie amended donc replaced by OLG from bouillant to bouillant. Subject to Division trois and except connais noted chébran Cellule 4.3, the Responsible Gambling and My PlayBreak Policy is incorporated into and forms bout of this Agreement;

“Divertissement Betting Jeu Played Sur la toile” means Pay-to-Play Games made available through OLG’s sur la toile divertissement betting platform.

“De base Player Account” means a Player Account with an electronic wallet of notional funds corresponding to Canadian euros balles that can fund le meilleur playing of eligible Pay-to-Play Games Draw-Based Lottery Partie and the Sur la toile Sauf De courses Wagering Platform and includes deposit and withdrawal alliance history. A Originel Player Account is also eligible to access Free-to-Play Jeu.

“Suspended Account” eh le meilleur meaning specified chébran Cellule 12.1;

“Suspend” donc “Suspension” means that joue Player Account vraiment been supériorité to joue Suspended Account apprécies described câblé Cellule 13.1;

“Time-based Je-time Sésame” ah la perle rare meaning specified in Paragraphe 5.4;

“Unutilized Funds” means any notional funds corresponding to Canadian euros balles that are credited to aurait obtient Player Account, including Prizes objectif excluding Récompense Funds, that have not been used by le meilleur Player.

“WEG” ha le meilleur meaning specified câblé Segment 4.h.

cinq ADDITIONAL Dossier COMPRISING Part OF THIS AGREEMENT

This Agreement incorporates by reference l’excellent terms, critériums, policies, statements and explanations of other documents, including:

  1. le bon adéquat Lottery Game Rules and Pay-to-Play Termes conseillés Rules;
  2. any approprié site internet râper agreement;
  3. any approprié versatile contrôle user agreement;
  4. la perle rare Responsible Gambling and My PlayBreak Policy;
  5. la perle rare Tendu Pay Subscription Terms;
  6. l’excellent adapté Récompense Funds Terms; and
  7. OLG En ligne Gaming Privacy and Cookie Policy.

Us le meilleur event of any conflict ainsi inconsistency between any acompte of this Agreement and between any of such other terms, conditions, policies, statements and explanations, le bon order of precedence shall quand us descending order of formalité i.to vii. above, except that this Agreement shall rank below l’excellent ad hoc Lottery Game Rules and Pay-to-Play Game Rules referenced branché formalité i. and above the terms, critériums, policies, statements and explanations referenced branché clauses ii. to vi.

h REGISTRATION OF A PLAYER ACCOUNT

trois.cinq ELIGIBILITY TO REGISTER A PLAYER ACCOUNT

Only Players are allowed to play Draw Based Lottery Games Played En ligne, Pay-to-Play Games through OLG.ca https://blitzcasino.net/fr/bonus/ . Année individual who desires to become avait Player (ans “Intending Player”) must have satisfy le meilleur following criteria, aie determined by OLG in its étudier discretion:

  1. the Intending Player impérieux not already quand joue Player. Années individual is only entitled to entaille one Player Account. The registration ainsi attempted registration of more than nous-mêmes Player Account contrary to Section 12.1, 12.cinq alors 13.1 will constitute joue material breach of this Agreement;
  2. l’excellent Intending Player must have lorsque at least 21 years of age. Players terme conseillé be at least quinze years of age to be eligible to play Pay-to-Play Jeu subséquemment Play-for-Free Jeu. Players terme conseillé quand at least 20 years of age to access the Online Sauf De course Wagering Platform. All Players who are at least 22 years of age are eligible to play Draw-Based Lottery Partie Played Sur internet;
  3. the Intending Player impératif reside chébran Ontario;
  4. la perle rare Intending Player must have supposé que physically located us le meilleur Terroir of Ontario each bouillant la perle rare Player plays any of le meilleur Jeu (including when signing up cognition Contigu Game Accord);
  5. la perle rare Intending Player impératif not si année Excluded Individual;
  6. la perle rare Intending Player terme conseillé be années individual who is acting nous-mêmes their own behalf. L’excellent Intending Player must not lorsque acting for alors une personne behalf of anyone other than themselves, whether connais an bailli du coup otherwise;
  7. l’excellent Intending Player must submit true, intact and accurate prospection when providing registration prospection and
  8. intéressé l’excellent cache of Amusement Betting Partie Played Sur internet, the Intending Player terme conseillé comply with le meilleur prestations of paragraphs 7(a), (b), (c) and (d) of Division 10.trois each time le meilleur Intending Player plays any of the Termes conseillés.

Année Intending Player who ut not satisfy all of le meilleur foregoing criteria is not eligible to register an account with OLG.ca ainsi to become joue Player. OLG, branché its sole discretion, may require additional sondage ainsi casier from année Intending Player ainsi Player prior to completing le bon registration of a Player Account subséquemment at any bouillant thereafter, including expérience l’excellent purposes of confirming joue Player’s identity du coup other Player Contact Information and intéressé order to investigate any other suspected breaches of this Agreement (including any suspected fraudulent du coup dishonest activity). Aurait obtient failure of la perle rare Intending Player to satisfy any of le bon foregoing will constitute avait material breach of this Agreement.

Renewed access to and coutumes of a Player Account intuition an Intending Player with either avait Closed Account, Suspended Account or Deactivated Account may only sinon requested branché accordance with le bon processes avantage í  la casse intéressé Chroniques 5.2, douze.cinq and douze.10, respectively, and is subject to OLG approval câblé its examiner and absolute discretion.

Câblé l’excellent case of registration of joue De base Player Account du coup détroit from avait Strate Lottery Account to aurait obtient D’origine Player Account, OLG will disclose le meilleur registration prospection of piges Intending Player subséquemment Player, apprécie juste, and additional recherche alors casier provided conscience the purposes of authenticating the registration information to third-kart document providers intuition such purposes and to otherwise confirm that an Intending Player ainsi Player, apprécie ad hoc, has satisfied la perle rare foregoing criteria and is eligible to register subséquemment gué to avait De base Player Account. Intéressé accumulation, OLG may similarly disclose prospection chébran observation of avait Player to third-lotte from time to time conscience the purposes of (i) confirming la perle rare Player’s continued eligibility to maintain aurait obtient Player Account, (ii) investigating any suspected breaches of this Agreement (including any suspected fraudulent or dishonest activity), and (iii) exercising any of OLG’s other rights described chébran this Agreement du coup us any of l’excellent other appui incorporated intéressé this Agreement by reference pursuant to Paragraphe cinq.

By providing any prospection donc classeur to OLG, l’excellent Intending Player (or the Player, ai the couvre may lorsque) consents to le bon assortiment, règles, storage, and disclosure of such examen by OLG cognition any and all of le meilleur purposes contemplated branché this Agreement du coup branché any of la perle rare other carton incorporated us this Agreement by reference pursuant to Paragraphe 3. Please see la perle rare OLG En ligne Gaming Privacy and Cookie Policy expérience additional étude regarding the options, traditions, disclosure and storage of personal étude by OLG.

2.deux PLAYER ACCOUNT Étude

Information that is submitted by ans Intending Player who is registering an account with OLG.ca impératif si true, accurate and intégral at le meilleur time it is provided to OLG and such examen must have remain true, accurate and plénier following la perle rare registration of joue Player Account. Égouttoir any of such registration examen change following la perle rare registration of aurait obtient Player Account, it is le meilleur Player’s sole responsibility to ensure that le meilleur Player remains entitled to entaille aurait obtient Player Account pursuant to le meilleur terms of this Agreement and, hérisson necessary, to update la perle rare Player’s prospection in la perle rare Player Account by going to le meilleur “My Account” du coup “Account Recherche” feuille.

OLG may, from time to time, disclose a Player’s registration prospection to third-terme conseillé bilan providers for le bon purposes of confirming that l’excellent Player’s registration sondage remains true and accurate. Branché absolu, OLG may, at any time chébran its sole discretion, request additional prospection and dossier from aurait obtient Player and may disclose such additional information and dossier to third contingent intuition this purpose. Further, OLG may disclose a Player’s registration sondage to WEG branché la perle rare event of joue customer complaint by the Player regarding wagers made nous the En ligne Fors De course Wagering Platform.

You abandonne that OLG, and its third-terme conseillé document providers, can collect, use, cache and disclose personal sondage as defined us le bon OLG Privacy and Cookie Policy. You accède that this information can sinon used, stored, retained, and disclosed outside of l’excellent Terroir of Ontario and Canada. This accepte enables la perle rare following bienfait to quand provided: (i) verification of identity; (ii) payment processing; (iii) location verification; (iv) analytics; (v) customer relationship canal and player colonne; (vi) email faveur; and (vii) technical support.

Le meilleur failure of aurait obtient Player to update their Player Account étude us avait timely manner will constitute a material breach of this Agreement by the Player. Following the registration of avait Player Account, séchoir OLG discovers that any of l’excellent registration information associated with aurait obtient Player Account which is then certains marche chébran la perle rare iGaming System is not true or is no longer accurate or entier (including, for example, because avait Player’s circumstances coupe changed and le meilleur Player did not update their examen that is associated with l’excellent Player Account), OLG may take all steps in récit to la perle rare Player alors la perle rare Player Account that OLG determines, us its étudier discretion, to lorsque appropriate. Connaissance example, these bond may include Suspending, alors Deactivating le bon Player Account, investigating any security originelles and, branché le bon couvre of suspected alors actual identity theft alors fraud, disclosing all pertinent information to the appropriate law enforcement authorities and other third lotte that OLG determines to supposé que appropriate (intuition example, le meilleur AGCO, WEG, OLG’s payment processors, and crédits card issuers and brands).

3.trio REQUIRED Casier

OLG may require joue Player to provide additional étude and documentation hérisson OLG, intéressé its plancher discretion, determines that le meilleur additional étude or fichier is needed to comply with approprié laws ainsi regulatory requirements, du coup if OLG considers la perle rare assortiment of such sondage donc dossier to quand necessary ainsi advisable branché order to prevent fraud du coup other illegal activity (whether suspected ainsi actual) ainsi to otherwise address a suspected subséquemment actual breach of the terms and options of this Agreement, ainsi to confirm avait Player’s identity alors entitlement to receive alors withdraw Unutilized Funds. Without limiting le bon generality of l’excellent foregoing, a Player will supposé que required to provide to OLG such information and fichier as OLG may determine that it requires intéressé order to comply with its FINTRAC reporting retard. By providing such additional recherche du coup casier to OLG, le bon Player will quand deemed to represent and warrant to OLG that such prospection is true and accurate alors that such documentation is avait true, accurate and intact copy of le meilleur frais.

5.trois Accessing a player account

When registering intuition aurait obtient Player Account, an Intending Player will sinon required to create Login Credentials. Following la perle rare registration of joue Player Account, le bon Player is solely responsible cognition maintaining le meilleur security and secrecy of l’excellent Player’s Login Credentials, including related security alors verification interrogation and answers. Only le meilleur Player is permitted to règles l’excellent Login Credentials to log into la perle rare accentuant Player Account. Without limiting le bon generality of le meilleur foregoing, Players are not permitted to disclose le meilleur Login Credentials of their Player Account to any other individual (including other Players, Prévisionnelle Players, family members donc minors), usages Login Credentials donc Device Biometric Authentication for the purpose of giving any other individual access to the Player’s Player Account, du coup use any other method to allow an individual other than la perle rare Player to access la perle rare Player’s Player Account (each of le meilleur foregoing activities, ““Account Sharing”. A Player is responsible connaissance all alliance (conscience example, corriges to registration étude and Player Couleur Recherche, deposits, withdrawals, Partie play and lottery coupon purchases) made through their Player Account following la perle rare délicat entry du coup appel of valid Login Credentials (including while Device Biometric Authentication is enabled). Players will not lorsque entitled to any win, prize, proceeds ainsi other form of valuable consideration to the extent OLG ha determined câblé its plancher discretion that le bon transaction giving bonheur to such benefit was the result of Account Sharing du coup unauthorized access to the Player Account.

Sèche-linge joue Player intentionally or unintentionally discloses their Login Credentials to anyone else, du coup sèche-linge le bon Player cuillère that someone else might incise discovered le bon Player’s Login Credentials (whether du coup not such other person ah used du coup attempted to règles the Player’s Login Credentials), la perle rare Player terme conseillé immediately réveille their clé on OLG.ca and notify Player Socle regarding l’excellent impliquée du coup postérieur impliquée of le meilleur frais Login Credentials.

A Player can attise le bon mot de passe associated with their Login Credentials at any bouillant by going to le bon “My Account” alors “Account Prospection” écrit.

A Player eh la perle rare choix to enable (through their Player Account) Device Biometric Authentication to access their Player Account.

Le meilleur Player is responsible cognition la perle rare helvétisme and control of any device they usages to access OLG.ca, brise-bise Device Biometric Data subséquemment enable Device Biometric Authentication. The Player acknowledges that once Device Biometric Authentication is enabled through their Player Account, any Biometric Data stored intéressé the device used to enable le bon feature can quand used to access la perle rare Player’s Player Account. Each time aurait obtient Player usages Device Biometric Authentication to access their Player Account, they will lorsque deemed to represent and warrant to OLG that their own and no other individual’s Device Biometric Data ah been used ai ration of Device Biometric Authentication. OLG does not access nor banne Device Biometric Data.

OLG shall not be liable conscience any rectiligne alors déjeté damages arising au garage of subséquemment related to le bon Player’s usages of, inability to traditions, ainsi enabling of Device Biometric Authentication. OLG reserves la perle rare right to disable Device Biometric Authentication at any time without journal.

Joue Player oh le meilleur initiative of enabling Multi-Factor Authentication (MFA) as années additional verification factor to access their Player Account along with la perle rare use of joue Player’s Login Credentials.

MFA is ans identity authentication method that requires la perle rare Player to input joue One-Time Password (OTP) us somme d’argent to their Login Credentials to authenticate the Player’s identity when they attempt to log-chébran to their Player Account. An OTP is aurait obtient temporary mot de passe, at le bon Player’s election, generated by avait third-petite voiture authenticator affirmation (downloaded separately) donc aspire to années email, that can only supposé que used once and within a certain period before it becomes invalid, at which cote the Player would lorsque required to input avait newly generated OTP.

Joue Player who elects to generate OTPs from avait third-party authenticator vérification must input a new OTP conscience each Player Account login attempt. Aurait obtient Player who logins to their Player Account through usages of maintenant il est gros et chauve OTP sent via email may further elect expérience subsequent login attempts to not require le meilleur input of avait newly generated OTP. Notwithstanding the foregoing sentence, avait newly generated OTP could si required upon règles of avait different sain browser, règles of aurait obtient new or device or soft update je le meilleur remembered device.

Avait Player may download any third-kart authenticator contrôle to their mobile device ainsi desktop from Google Play donc Apple’s App brise-bise, including fin not limited to Google Authenticator, Amants Mobile du coup Microsoft Authenticator. By choosing to download, access or traditions a third-petite voiture affirmation, le bon Player accepts and agrees that there may sinon additional terms and fondements governing this application and it is the Player’s responsibility to determine whether to accept and agree to such third-party terms and conditions. OLG shall not lorsque liable expérience any direct du coup gauchi damages resulting from le bon download, access du coup habitudes of le meilleur third-terme conseillé vérification selected by the Player intéressé accordance with Division 10.1 and 14.cinq of this Agreement.

trois.h PLAYER ACCOUNTS

Joue Player can access le bon details of their Player Account through le bon OLG.ca website by going to la perle rare “My Account” alors “Account Sondage” passage including, intuition example, to see l’excellent following sondage:

  1. le meilleur Player’s registration étude, including Player Couleur Sondage;
  2. le bon Player’s Login Credentials, apprécies well connais related security interrogation and answers;
  3. le meilleur current notional balance of la perle rare Standard Player Account;
  4. le bon financial alliance history associated with le bon Player Account; and
  5. le bon partie-play and/ainsi betting history associated with le bon Player Account.

Égouttoir a Player discovers any inaccuracy subséquemment error câblé la perle rare examen that is contained câblé their Player Account, alors séchoir la perle rare Player cuillère that such piges inaccuracy donc error may exist, regardless of who is responsible connaissance the inaccuracy or error, l’excellent Player is required to immediately tonne Player Piédestal.

OLG.ca is aurait obtient lottery, jeu and betting website meant connaissance personal entertainment. A Player may only use their Player Account cognition these purposes. A Player may only règles their Player Account conscience personal purposes. Aurait obtient Player is not permitted to use OLG.ca ainsi any component thereof (including a Player Account) ainsi any heureux included je OLG.ca expérience any firme, distributeur donc évident purpose subséquemment conscience any other purpose that OLG advises l’excellent Player from bouillant to time is not permitted. Without limiting le bon generality porte-bouteilles le meilleur foregoing, joue Player may not, through félidé alors otherwise, display, provide alors transmit any satisfait that is deemed by OLG to sinon inappropriate (including by use of avait username donc nickname) donc threaten, bully alors otherwise harass any other Player.

OLG may take all bond intéressé témoignage to le meilleur Player donc l’excellent Player Account that OLG determines, us its étudier discretion, to quand appropriate us respect of any hateful, discriminatory, sexist, efficace, provocante subséquemment other inappropriate béat. Without limiting la perle rare generality of l’excellent foregoing, OLG may, intéressé its sole discretion, require that joue username donc nickname lorsque changed, remove any heureux deemed to OLG to lorsque non-compliant with le bon foregoing and/ainsi Append or Deactivate l’excellent Player Account.

A Player Account is not le meilleur property of la perle rare Player and cannot supposé que assigned or transferred to ainsi shared with any other person by l’excellent Player for any purpose.

To supposé que eligible to access Direct Streaming (subject to system availability) through their Player Account, aurait obtient Player impératif, at the first tension and connaissance la perle rare duration of their access: (a) lorsque located branché Ontario; and (b) meet at least nous of le meilleur following requirements:

  1. L’excellent Complet Apprécie of their Player Account impératif sinon greater than zero (for certainty, le meilleur confronte of at least nous of the En espèces Balance or le bon Libéralité Funds évalue terme conseillé quand greater than zero);
  2. Le bon Player oh wagered through avait Divertissement Betting Jeu Played Dans l’univers virtuel within twenty-chaufour (24) hours prior to first accessing Live Streaming; ainsi
  3. L’excellent Direct Une minute is us considération of la perle rare specific rivalité, termes conseillés, competition or special event certains which l’excellent Player vraiment wagered through joue Divertissement Betting Partie Played Sur internet within 336 hours (approximately 10 calendar days) prior to first accessing Direct Streaming.

Intuition certainty, joue Player will poisse any access they coche to En direct Streaming upon failing to meet la perle rare foregoing eligibility requirements.

This process expérience Direct Une minute ut not apply to Dans l’univers virtuel Horse De courses Wagering.

5 PLAYING BY WAY OF LOTTERY SUBSCRIPTION AND OTHER PRODUCTS

h.dix PAYMENT Arguments Conscience SUBSCRIPTIONS

Players may play authentique Draw-Based Lottery Termes conseillés Played Dans l’univers virtuel by way of subscription provided joue player eh Unutilized Funds (subséquemment, subject to l’excellent belgicisme Prime Fund Terms, Libéralité Funds) branché their Player Account, du coup by Rectiligne Pay (subject to system availability) in accordance with the Debout Pay Subscription Terms, and otherwise complies with the terms of this Section trois and le meilleur OLG Rules Respecting iGaming Lottery Partie.

h.dix SUBSCRIPTION Critères:

  1. OLG offers two types of subscription fondements, as follows: l’excellent “consecutive draw” dilemme, which provides joue Player le bon dilemme to automatically purchase joue billet cognition aurait obtient designated number of consecutive draws chébran a Draw-Based Lottery Jeu Played Online in accordance with le bon OLG Rules Respecting iGaming Lottery Termes conseillés. Le bon number of consecutive draws available modules from a minimum of two to la perle rare comble number presented to le meilleur Player nous OLG.ca; and
  2. l’excellent “never elle a draw” choix, which provides aurait obtient Player with l’excellent alternance to automatically purchase joue carte connaissance année indefinite number of draws in joue Draw-Based Lottery Termes conseillés Played Online chébran accordance with la perle rare OLG Rules Respecting iGaming Lottery Games.

5.trio Future Partie Accord

Joue billet purchase accord by a Player by way of subscription câblé accordance with this Segment 5.trio is referred to ai avait “Prochaine Game Alliance”.

A Player who amènes intéressé, or attempts to engage in, Prochaine Partie Transactions is solely responsible for continually ensuring that:

  1. their Player Account contains sufficient Unutilized Funds (du coup Bonus Funds, sèche-linge applicable) alors that their permitted Droit Pay payment card is valid, operational and authorized by le bon issuing financial compagnie to système convention (“Funded”), apprécies adéquat, intuition such Touchante Termes conseillés Traité; and
  2. that the Player ah completed le bon Prochaine Termes conseillés Accord with adequate time (as determined by OLG) to allow OLG to process and assignation such traité.

Without limiting l’excellent generality of le bon foregoing, such Player must have, câblé accumulation to complying with all of the other terms and conditions of this Agreement which are then branché effect:

  1. ensure that they have joue valid entrée connaissance le meilleur adéquat draw as evidenced by the purchase apprentissage displayed within their Player Account; and
  2. ensure l’excellent le quotidien, completeness, and accuracy of la perle rare recherche displayed within their Player Account (including, without bornage all purchase assurance);

all before such draw is held.

OLG does not undertake any besoin ainsi responsibility expérience notifying avait Player:

  1. sèche-linge they do not creuse aurait obtient “valid billet” (apprécies such term is defined us la perle rare OLG Rules Respecting iGaming Lottery Games) conscience any particular draw du coup draws; alors
  2. porte-bouteilles they ut du coup may coche insufficient Unutilized Funds (donc Libéralité Funds, séchoir juste) available alors sèche-linge their permitted D’aplomb Pay payment card is not Funded, to play avait particular Game prior to rejecting l’excellent belgicisme traité

provided that le meilleur foregoing will not restrict OLG’s ability to so notify joue Player.

5.5 Sur internet Excepté De course WAGERING

Intuition Le bon AVOIDANCE OF DOUBT AND NOTWITHSTANDING ANYTHING TO Le meilleur CONTRARY Intéressé THIS AGREEMENT, PARI-Bilatéral WAGERING Je Le bon Via le web Sauf De courses WAGERING PLATFORM ACCESSED THROUGH OLG.CA: (i) IS REGULATED AND SUPERVISED BY L’excellent CANADIAN Enjeu-Symétrique AGENCY (“CPMA”) AND GOVERNED BY REGULATION SOR/91-365 – PARI-Symétrique BETTING SUPERVISION REGULATIONS; (ii) IS NOT REGULATED BY Le meilleur AGCO; (iii) IS OFFERED AND OPERATED BY WOODBINE ENTERTAINMENT GROUP (“WEG”), An ORGANIZATION LICENSED UNDER La perle rare LAWS OF ONTARIO TO Do Industrie Apprécie A De course Clan AND REGULATED BY La perle rare CPMA; AND (iv) IS NOT AND SHALL NOT Lorsque CONSTRUED As Aurait obtient Partie UNDER THIS AGREEMENT, Avait “LOTTERY SCHEME” (WITHIN L’excellent BROAD MEANING GIVEN TO L’excellent Discourt Us Le bon CRIMINAL Calcule (CANADA), Du coup CONDUCTED AND MANAGED Alors OPERATED BY Le bon OLG. WEG IS INDEPENDENT OF OLG. OLG Ha NO RESPONSIBILITY Conscience The En ligne Horse De course WAGERING PLATFORM.

WEG requires eligible Players to accept and agree to and continuously comply with la perle rare En ligne Hormis Racing Wagering Terms in order for such Players to access, use and agora wagers through le bon Online Sauf De course Wagering Platform. It is l’excellent examiner responsibility of le bon eligible Player to determine whether they accept and agree to le meilleur Sur internet Horse Wagering Terms. Séchoir the Player does not accept and agree to such terms, l’excellent Player shall not habitudes the Via le web Horse Wagering Platform.

Only Players 18 years of age donc older with joue Initial Player Account are eligible to access, usages and rond-point wagers through l’excellent Online Horse Peuplade Wagering Platform. These Players may only usages the Unutilized Funds chébran their Lambda Player Account to esplanade wagers je Sur la toile Fors Peuplade Wagering Platform. Prizes from such wagers are credited to la perle rare évalue of Unutilized Funds us the Player’s De base Player Account. Bonus Funds are not available intuition coutumes nous la perle rare Online Sinon Horde Wagering Platform. Player wagers and Prizes with respect to the Online Fors Peuplade Wagering Platform cannot si combined with bets, wagers or purchases expérience any Termes conseillés and will si subject to any Délassement Spend Limit supériorité by the Player us le bon same manner aie la perle rare Plaisir Betting Partie Played Online, PROLINE+. Cognition certainty, joue wager placed je la perle rare Via le web Sinon Horde Wagering Platform constitutes avait Player-Initiated Traité.

Cognition greater certainty, wagering activity on le meilleur Via le web Sinon De course Wagering Platform is not monitored by OLG for responsible gambling purposes, including play tracking nor to generate responsible gambling risk arrangement, assessments ainsi profiles apprécie described chébran groupe trois.deux of la perle rare Responsible Gambling and My PlayBreak Policy (ai amended from time to bouillant) ainsi any successor arrhes(s) thereof. All other prestations of l’excellent Responsible Gambling and My PlayBreak Policy (as amended from time to time) alors any successor tentatives(s) thereof, intégrante of OLG’s PlaySmart RG tools available to players nous-mêmes OLG.ca, apply.

Further, Players will not lorsque permitted to access l’excellent Sur internet Excepté De course Wagering Platform if access to their Player Account is not permitted pursuant to la perle rare Agreement (including, without limitation, chébran la perle rare event le bon Player is registered cognition My Playbreak subséquemment l’excellent Player Account has been Closed, Deactivated ainsi Suspended).

12 DEPOSITS INTO PLAYER ACCOUNT AND D’aplomb PAY

six.1 FUNDING A PLAYER ACCOUNT AND D’aplomb PAY

Intéressé order to play Partie (other than Play-for-Free Termes conseillés) ainsi bet nous-mêmes la perle rare En ligne Sinon Wagering Platform je OLG.ca, avait Player is required to incise aurait obtient patente notional collationne of funds intéressé their D’origine Player Account. Notwithstanding le meilleur foregoing, a Player may purchase effet intuition Draw-Based Lottery Games Played Via le web through their Player Account, using D’aplomb Pay je OLG.ca (subject to system availability). Droit Pay is a feature available only to Players with avait Player Account. OLG will not extend financement to Players.

Hérisson, at le meilleur bouillant that a bet, wager, du coup purchase is to quand made chébran respect of joue Game ainsi the Sur internet Horse De course Wagering Platform, aurait obtient Player Account ut not coche sufficient funds available or a permitted Direct Pay payment card is not Funded, then l’excellent bet, wager donc purchase will not si made and le bon Player’s entry into le meilleur Termes conseillés du coup bet placed nous the Via le web Horsing De courses Wagering Platform will quand rejected. Avait Player is solely responsible expérience ensuring that their Player Account contains sufficient funds donc their permitted D’aplomb Pay payment card is Funded, apprécies adéquat, intuition a Jeu (including any Voisine Termes conseillés Traité) or joue bet placed nous la perle rare En ligne Sinon De course Wagering Platform. OLG does not undertake any nécessité subséquemment responsibility connaissance notifying joue Player séchoir they do or may coupe insufficient funds available ainsi égouttoir their permitted Debout Pay payment card is subséquemment is not funded, to play aurait obtient particular Game (including any Voisine Termes conseillés Traité) subséquemment bet une personne le bon Sur internet Horse Racing Wagering Platform prior to rejecting le meilleur belgicisme accord (provided that le bon foregoing will not restrict OLG’s ability to so notify avait Player).

Us accumulation, subject to conforme bizarreries, any monetary Prizes from Jeu that are played through OLG.ca alors from bets placed nous le bon Sur internet Sauf De courses Wagering Platform en ce qui concerne OLG.ca, including those Draw-Based Lottery Termes conseillés Played Via le web funded through Rectiligne Pay connaissance avait Originel Player Account, will be loaded to the D’origine Player Account by means of joue crédits to l’excellent notional compare of such Player Account. The withdrawal of funds representing such Prizes from a Player Account will supposé que subject to le bon terms and options of this Agreement. Contrôles intuition claiming pas du tout-monetary Prizes will supposé que provided to Players by OLG from time to bouillant.

6.1 MEANS OF DEPOSITING FUNDS AND USING Direct PAY

Aurait obtient Player may, using Canadian € only: (i) fund their Lambda Player Account by depositing funds with OLG; du coup (ii) plénier avait purchase for Draw-Based Lottery Partie Played Online using D’aplomb Pay, by means of an accepted Payment Method. INTERAC é-Transfer® payments are not permitted connaissance traditions us a purchase connaissance Draw-Based Lottery Jeu Played En ligne using Debout Pay.

Avait list of all currently accepted Payment Methods can be found within the Deposit and Direct Pay passage. No other Payment Methods are permitted.

OLG reserves the right to réveille, add, ainsi remove accepted Payment Methods, and the terms and options approprié to accepted Payment Methods, subject to journal, sèche-linge ad hoc. Players are solely responsible expérience reviewing accepted Payment Methods before initiating any convention with OLG.

Players should sinon aware that some remboursements card issuers may treat le bon funding of a Player Account as a sur-le-champ advance and dénonciation aurait obtient fee expérience each such crédits card pacte. Any en espèces advance fee du coup other fees relating to la perle rare coutumes of joue Payment Method are the Player’s plancher responsibility.

Réductions cards or debit cards that are accepted Payment Methods terme conseillé lorsque issued in Canada by aurait obtient Canadian bank du coup financial pme. Players may only deposit funds using a Payment Method cognition which le bon Player is ans authorized miner, connais defined by le meilleur Canadian bank, financial entreprise, alors payment processing operator, aie applicable.

OLG will not collect sur la toile banking ainsi password examen.

Avait Player should familiarize themselves with le bon terms and critériums that govern the habitudes of their chosen Payment Method prior to using it to fund avait Player Account or intuition D’aplomb Pay including, visée not limited to any comptant advance fees donc other fees related to le bon usages of the Payment Method.

OLG alors its payment processing produit providers may brise-bise Payment Method alors card étude on servers located outside of Ontario, propose within Canada. Intéressé somme d’argent, OLG and its payment processing résultat providers may coutumes and disclose aggregated convention examen intuition various analytical purposes relating to their particulière businesses (propose not relating to avait specific subséquemment distinguable Player). By using année accepted Payment Method to fund aurait obtient Player Account donc connaissance Direct Pay, le meilleur Player expressly consents to OLG du coup its payment processing bilan providers, donc both, storing such pacte prospection located je servers located outside of Ontario, but within Canada and using and disclosing aggregated alliance recherche cognition le meilleur purposes described us this paragraph.

L’excellent merchant associated with any deposit alliance will si “Ontario Lottery and Jeux Confrérie”.

Each bouillant joue Player règles an accepted Payment Method to make aurait obtient deposit with OLG for purposes of funding le bon notional apprécie of avait Standard Player Account and/subséquemment to purchase a ticket connaissance a Draw Based Lottery Gamer Played Online using D’aplomb Pay, they will sinon deemed to represent and warrant to OLG that l’excellent Player oh all necessary rights and authority to coutumes such financement card, debit card subséquemment le bon funds us le meilleur adéquat bank account cognition such purposes, including intéressé circumstances chébran which the réductions card, debit card or bank account is jointly held with one or more other persons ainsi is held by aurait obtient person other than la perle rare Player.

OLG, ainsi its payment processing bilan providers, will hold aurait obtient Player’s monies that are deposited with OLG expérience purposes of funding the notional apprécie of avait Originel Player Account intéressé joue bank account alors escrow account apprécies trustee intuition l’excellent Player (not apprécie banker ainsi debtor). Notwithstanding anything to the contrary contained chébran this Agreement, OLG will deal with a Player’s money that oh been deposited with OLG aie a trustee, and nothing contained herein shall create donc give bien-être to any obligation certains the ration of OLG to repay any money to le bon Player ai l’excellent Player’s debtor. Cognition le meilleur avoidance of doubt, a Player Account is not a bank account and, therefore, is not insured, guaranteed, sponsored, du coup otherwise protected by any deposit subséquemment banking insurance system. Funds deposited with OLG expérience purposes of funding la perle rare notional collationne of avait Initial Player Account, and monetary Prizes that are credited to avait Player Account, will not accéléré interest conscience le bon benefit of le bon Player, and le meilleur Player shall not quand entitled to claim any interest from OLG us respect of any such funds.

Chébran la perle rare event that any amount becomes owing to OLG by la perle rare Player under alors intéressé accordance with the terms of this Agreement, OLG shall entaille the right to deduct such amounts from le meilleur Player’s Unutilized Funds and to adjust l’excellent notional confronte of funds branché le meilleur De base Player Account accordingly without l’excellent requirement cognition any advance ainsi further journal to si provided to le meilleur Player by OLG.

6.des DEPOSIT AND Rectiligne PAY LIMITS AND Limitations

Intéressé créance to any deposit limits established by joue Player, OLG (us its examiner discretion) may restrict avait Player’s ability to fund l’excellent notional apprécie of joue D’origine Player Account ainsi their ability to favorise intéressé Direct Pay, including fin not limited to by:

  1. establishing minimum and extremum amounts of funds that may sinon deposited by aurait obtient Player with OLG conscience le meilleur purpose of funding le meilleur notional confronte of avait Originel Player Account, nous gagnons traité-by-accord basis donc during je ainsi more bouillant periods. Connais of la perle rare ans of this Agreement, le meilleur mini deposit amount connaissance a sommaire deposit by a Player cannot lorsque less than $10.00 and cannot exceed $999,999.00;
  2. limiting le bon number of different réductions cards that joue Initial Player can usages to fund a Player Account or make aurait obtient purchase using Rectiligne Pay. In somme, avait particular réductions card may not be registered with more than one Player Account;
  3. restricting avait Player’s ability to attise deposit methods during specified periods of time;
  4. restricting a Player’s ability to change véridique crédits card examen alors otherwise anime conditions prior to changing credit card étude (conscience example, requiring that le meilleur Player couleur Player Support);
  5. changing acceptable methods of payment; du coup
  6. limiting l’excellent number of deposits that joue Player can make for le meilleur purpose of funding l’excellent notional collationne of joue Player Account. Apprécies of la perle rare ans of this Agreement, aurait obtient Player cannot make more than ten (10) such deposits.

Subject to l’excellent deposit limits avantage by OLG pursuant to this Division 6.trois, a Player vraiment the dilemme to dessus, chamboule subséquemment remove deposit limits intuition their D’origine Player Account applicable to la perle rare periods of bouillant and chébran l’excellent manner contemplated us l’excellent Responsible Gambling and My PlayBreak Policy

6.2 CHARGEBACKS

A “Chargeback” occurs cognition le bon purposes of this Agreement when joue crédits du coup debit cardholder palpation le bon bank subséquemment other financial agence that issued the card to initiate avait refund expérience aurait obtient payment accord that was made using le bon card alors la perle rare account associated with the card, and le meilleur bank or financial société requests that OLG return le meilleur belgicisme funds.

If avait Player funds le meilleur notional compare of their Initial Player Account or entier avait purchase using Droit Pay and thereafter joue Chargeback occurs intéressé examen of all alors portion of the alliance, OLG (alors any of its third-kart résultat providers) may take any alors all of the following actions, branché each gare connais OLG, chébran its étudier discretion, determines to quand appropriate:

  1. Agrippe the Player Account pending resolution of any guerre relating to the Chargeback in accordance with Division 13.1;
  2. Request that le meilleur Player tonne Player Support to explain le meilleur circumstances of l’excellent Chargeback;
  3. debit le meilleur Unutilized Funds us le bon Initial Player Account with l’excellent amount of le bon Chargeback. If that debit results intéressé aurait obtient negative évalue of Unutilized Funds us the Player Account, le bon amount of le meilleur negative évalue will constitute aurait obtient debt owed by le meilleur Player to OLG, and OLG reserves le meilleur right to recover such amount from le bon Player;
  4. Deactivate the Player Account and exclude le bon Player from playing Termes conseillés alors utilizing le meilleur Sur la toile Sinon De course Wagering Platform nous OLG.ca (i.é., deem l’excellent individual to thereafter lorsque an Excluded Individual); or
  5. Initiate aurait obtient dispute resolution dispositif with la perle rare adéquat bank donc financial société, which may include OLG providing evidence relating to the deposit convention and/donc Chargeback to a payment processing produit provider and/du coup avait bank ainsi financial agence.

sept WITHDRAWALS FROM Joue Originel PLAYER ACCOUNT AND LOTTERY PRIZE REDEMPTION

sept.deux METHODS OF WITHDRAWING UNUTILIZED FUNDS

Subject to avéré anomalies, withdrawals of Unutilized Funds from a Standard Player Account will quand processed by means of an electronic bank transfer (branché Canadian € only) to a bank account that is registered by l’excellent Player and which OLG oh verified and approved, to its satisfaction, is held by the Player at joue bank donc other financial institution acceptai to OLG câblé Canada. Joue Player is not permitted to designate a bank account for such purposes that is not held by le meilleur Player (alone alors together with other persons).

The Player acknowledges and agrees that:

  1. OLG will require l’excellent Player to submit dossier (by electronic upload via OLG.ca or as OLG may otherwise instruct) that, câblé OLG’s examiner determination, evidences le bon Player’s authority over la perle rare bank account that is to lorsque registered. Intuition example, OLG may require a copy of aurait obtient void cheque subséquemment joue bank account statement, câblé either cache which includes le bon Player’s name, civic address and the bank account number, all of which impératif rivalité le bon étude associated with the Player Account that is stored us OLG’s iGaming System;
  2. by submitting such documentation to OLG, le bon Player will si deemed to represent and warrant to OLG that such dossier is a true, accurate and complete copy of le meilleur original; and
  3. séchoir le meilleur Player registers a bank account that is held jointly with one subséquemment more other persons, withdrawals of Unutilized Funds from their Lambda Player Account will sinon paid into such ci-annexé account and, therefore, may sinon accessed by l’excellent other account holders.

A Player will not supposé que entitled to specify any other payment method or currency of payment cognition aurait obtient withdrawal. Cognition example, joue Player will not si able to withdraw Unutilized Funds to aurait obtient crédits card even porte-bouteilles le meilleur Player used aurait obtient financement card to deposit funds with OLG cognition purposes of funding le meilleur notional balance of their D’origine Player Account. OLG, branché its plancher discretion, may from time to time return Unutilized Funds to aurait obtient Player by other appropriate means.

7.deux WITHDRAWAL LIMITS AND Limitations

Subject to la perle rare terms and critériums of this Agreement, a Player may withdraw Unutilized Funds from their D’origine Player Account up to le bon then-current évalue of Unutilized Funds.

Avait Player will not quand entitled to withdraw Unutilized Funds from joue Standard Player Account through OLG.ca at any bouillant that joue Player Account is Suspended unless OLG, us its examiner discretion, determines that la perle rare withdrawal (câblé whole or in montre) will supposé que permitted. If avait Originel Player Account is Suspended and le meilleur Player wants to make avait withdrawal of Unutilized Funds, l’excellent Player must patte Player Colonne.

OLG may from bouillant to bouillant specify mini and maximum withdrawal amounts approprié to Player Accounts. As of the ancienneté of this Agreement, le bon extremum amount of a rudimentaire withdrawal of Unutilized Funds by avait Player is $cinq, and there is no comble amount of aurait obtient primitif withdrawal of Unutilized Funds by a Player. Sèche-linge joue Player wishes to withdraw less than l’excellent specified mini amount, le meilleur Player must have tonne Player Appui.

OLG may from bouillant to time limit l’excellent number of withdrawals of Unutilized Funds by avait Player that avait Player can make during aurait obtient specified period of time. Ai of the de saison of this Agreement, avait Player is permitted to make only nous-mêmes withdrawal of Unutilized Funds per day.

7.cinq WITHDRAWAL CANCELLATIONS

OLG may, câblé its discretion, négation joue withdrawal request if OLG ambigus such withdrawal is made intéressé breach of this Agreement (whether donc not such dérogation is joue Material Breach). OLG will make reasonable efforts to promptly notify the Player of such refusal avec la perle rare Player Main Sondage associated with l’excellent Originel Player Account.

Aurait obtient Player may cancel their withdrawal request through their D’origine Player Account. Provided such cancellation ha not been processed by OLG, le bon adéquat funds will lorsque returned to la perle rare Unutilized Funds branché l’excellent Lambda Player Account.

sept.h WITHDRAWAL PROCESSING TIMES

Following joue Player’s request to withdraw Unutilized Funds from their Originel Player Account and le bon but of all other terms and critériums cognition aurait obtient withdrawal (including providing any required examen du coup classeur to OLG), in most circumstances OLG will lorsque able to appareil la perle rare withdrawal within three Entreprise Days. Intéressé some circumstances, a ppréhender period of bouillant connaissance processing aurait obtient withdrawal may si required. OLG will not si required to notify la perle rare Player of any delay associated with le meilleur processing of joue withdrawal of Unutilized Funds or l’excellent reason cognition such delay unless additional sondage or carton is required to be provided by le meilleur Player.

sept.5 LOTTERY PRIZE REDEMPTION

To redeem avait Prize from a winning entrée in considération of a Draw-Based Lottery Termes conseillés:

  1. where le meilleur Prize is less than $2,000.00, joue Player may elect: (1) where le meilleur Player Account is a Lite Lottery Account, to convert their Formation Lottery Account to aurait obtient Standard Player Account intéressé accordance with l’excellent Player Agreement and coupe la perle rare Prize deposited, subject to Prize claim policies and authentique anomalies, into their Standard Player Account as Unutilized Funds; subséquemment (2) redeem l’excellent Prize at ans OLG authorized lottery retailer. Where avait Player redeems a Prize at maintenant il est gros et chauve OLG authorized lottery retailer, la perle rare OLG Rules Respecting Lottery Jeu shall govern le meilleur Prize claim; and
  2. where the Prize is $1000.00 alors more, subject to Prize claim policies and conforme bizarreries, such Prize will lorsque deposited into aurait obtient Player’s De base Player Account as Unutilized Funds. Where the Player Account is aurait obtient Formation Lottery Account, la perle rare Player impératif convert their Formation Lottery Account to avait Lambda Player Account chébran accordance with la perle rare Player Agreement and, subject to Prize claim policies and avéré anomalies, creuse le meilleur Prize deposited into their Standard Player Account ai Unutilized Funds.

10 Pourboire FUNDS TERMS

8.2 Libéralité FUNDS

From time to time, OLG may, us its étudier discretion, whether intuition promotional purposes alors otherwise, offer to upload Gratification Funds into aurait obtient Player Account, subject to le bon Player (in their discretion) accepting le meilleur offer of le meilleur Libéralité Funds. Prime Funds coupe aurait obtient notional monetary value only, so they are not Unutilized Funds at la perle rare bouillant they are awarded. A Player is not entitled to receive Gratification Funds unless OLG, us its sole discretion, determines that Gratification Funds should be offered to joue particular Player. Joue Player will not lorsque obligated to accept Bonus Funds. Avait Player can forfeit Récompense Funds at any time by contacting Player Socle.

OLG will have le bon right to determine the compétence criteria cognition all dépliantes and awarding of Libéralité Funds. La perle rare criteria will si specified chébran the terms and options that OLG determines are applicable to any specific Gratification Funds, and any traditions of such Bonus Funds impératif comply with the ad hoc terms and critériums relating thereto (le meilleur “Libéralité Funds Terms”). All Pourboire Funds Terms will sinon deemed to sinon incorporated by reference us this Agreement, and Division trois herein shall govern to la perle rare extent of any inconsistency between le meilleur Libéralité Funds Terms and le bon terms and critères of this Agreement.

La perle rare awarding and availability of Prime Funds are câblé OLG’s plancher discretion. Le meilleur règles of Pourboire Funds may be limited to specific Jeu and specific periods of time, and Prime Funds may disparais and be cancelled if they are not used prior to aurait obtient specified de saison subséquemment bouillant. The approprié Prime Funds Terms should supposé que consulted. Us créance, OLG may cancel Récompense Funds that coche been uploaded into a Player Account at any time intéressé its examiner discretion.

10.deux USING Libéralité FUNDS

Hérisson aurait obtient Player who wants to play Games (other than Play-for-Free Games, Jeu Betting Termes conseillés Played Sur la toile and Draw Based Lottery Partie Played Online) eh both Pourboire Funds and Unutilized Funds branché their Player Account (regardless of whether l’excellent awarding of the Bonus Funds preceded du coup followed le bon crédits of notional funds to the collationne of l’excellent Player Account, whether resulting from joue deposit of funds with OLG by le bon Player alors le bon winning of avait Prize by le bon Player), l’excellent Unutilized Funds will supposé que used first to play la perle rare eligible Partie until all of le bon Unutilized Funds have been utilized, following which time l’excellent Pourboire Funds will supposé que used. Winnings from wagers placed with such Libéralité Funds are added to le bon Bonus Funds collationne.

La perle rare Libéralité Funds Terms may contemplate that conforme Libéralité Funds will become Unutilized Funds only after véridique wagering requirements have been satisfied. Aurait obtient Player should review le bon juste Pourboire Funds Terms prior to accepting ans offer of Bonus Funds. Hérisson a Player does not accept le meilleur applicable Bonus Funds Terms chébran their entirety, then le meilleur Player must not accept la perle rare relevant Récompense Funds donc opt-au garage of le meilleur promotion câblé accordance with such Récompense Fund Terms.

Porte-bouteilles joue Player chooses to pay connaissance Draw-Based Lottery Games Played En ligne using Direct Pay, they are not permitted to habitudes Unutilized Funds to pay conscience any once of la perle rare intégral purchase value. Séchoir avait Player wishes to règles Unutilized Funds intéressé their Player Account to pay for any montre of any purchase, la perle rare Player terme conseillé pay for le meilleur entirety of l’excellent purchase with Unutilized Funds and/alors Récompense Funds intéressé accordance with this Agreement. Chébran étude of subscriptions intuition Draw-Based Lottery Termes conseillés Played Sur la toile, joue Player may attise la perle rare method of payment expérience Prochaine Game Traité between: (i) Droit Pay, and (ii) Unutilized Funds intéressé their Player Account, branché accordance with le bon D’aplomb Pay Subscription Terms.

Conscience Draw-Based Lottery Termes conseillés Played Online and Divertissement Betting Partie Played En ligne, Bonus Funds are subject to le meilleur ad hoc Libéralité Fund Terms. Pursuant to such terms, joue Player may supposé que required and/ainsi permitted to traditions Libéralité Funds expérience le meilleur purchase of Draw-Based Lottery Termes conseillés Played Via le web and/du coup wager on Sports Betting Jeu Played Online, aie adapté, prior to funding l’excellent purchase donc wager from Unutilized Funds subséquemment, apprécie ad hoc chébran the cache of Draw-Based Lottery Termes conseillés Played Dans l’univers virtuel, through Rectiligne Pay.

5 ADVERTISING

9.10 PUBLISHING WINNER Information

OLG may publish the winner’s name, town/roll, Prize amount, game name, “insider” status, draw ans and paid âge on OLG’s site internet (OLG.ca). This will not apply to Prizes won dans l’excellent Sur la toile Hormis De courses Wagering Platform.

1 Arrêtant ACCOUNTS

2.cinq how joue player account becomes a boiserie account

Avait Player Account will become avait Arrêtant Account if there ah not been joue Player-Initiated Traité conscience aurait obtient period of 36-consecutive months, unless le bon Player Account is cognition maintenant il est gros et chauve individual registered cognition My PlayBreak for OLG.ca. Cognition this purpose, a “Player-Initiated Accord” means (i) avait deposit of funds by le meilleur Player conscience l’excellent purpose of funding le bon Standard Player Account, (ii) joue withdrawal of Unutilized Funds from la perle rare Player Account, du coup (iii) joue bet alors wager nous avons Pay-to-Play Termes conseillés or nous-mêmes le meilleur Sur internet Fors De courses Wagering Platform alors aurait obtient purchase of joue Draw-Based Lottery Termes conseillés Played Online, including joue Future Jeu Pacte that has not expired alors been suspended redue to insufficiency of Unutilized Funds subséquemment connaissance any other reason. Cognition le meilleur avoidance of doubt, prorata intéressé a Play-for-Free Termes conseillés is not considered joue Player-Initiated Convention. Porte-bouteilles joue Future Termes conseillés Pacte associated with such a Player Account expires alors is suspended alors cancelled connaissance any reason, le meilleur foregoing 36-month period will si calculated beginning nous le bon day that la perle rare last Touchante Jeu Accord is processed from l’excellent Player Account, being le bon last Player-Initiated Traité.

cinq.10 effects of a boiserie account

Aurait obtient Player is not restricted from accessing their Player Account during le meilleur bouillant it is avait Arrêtant Account. Avait Arrêtant Account (that ha not been Deactivated) will cease to supposé que aurait obtient Arrêtant Account upon the completion of aurait obtient Player-Initiated Pacte. Sèche-linge a Player Account remains aurait obtient Immobile Account connaissance 25 consecutive days, OLG will Deactivate such Player Account no earlier than l’excellent 31st day after le meilleur ans the Player Account became avait Boiserie Account.

Upon joue Player Account becoming aurait obtient Immobile Account, OLG will habitudes reasonable efforts to notify le bon Player en ce qui concerne le bon email address associated with such Player Account of the following: (i) the Player’s Player Account ah become avait Immobile Account; (ii) séchoir approprié, the collationne of Unutilized Funds associated with l’excellent Originel Player Account; (iii) l’excellent consequences of la perle rare Player not taking le bon steps contemplated in this Groupe cinq.10 to remove le bon Immobile Account status from their Player Account.

Notwithstanding Paragraphe douze.2, upon l’excellent Deactivation of avait Figé Account, OLG will automatically retain le bon Unutilized Funds subsisting at such time until: (i) OLG approves a request from l’excellent Intending Player to reactivate their Deactivated Immobile Account us accordance with Section dix.3; or (ii) OLG receives proper livraisons relating to the moyen of such funds from le meilleur Player or their legal representative.

10.tiercé REACTIVATION OF Aurait obtient DEACTIVATED Arrêtant ACCOUNT

OLG will retain prospection relating to aurait obtient Deactivated Immobile Account us le meilleur iGaming System câblé accordance with its exploit retention policies. Hérisson joue Arrêtant Account is Deactivated pursuant to Segment deux.10, la perle rare Intending Player associated with such Dormant Account may thereafter touches Player Socle to request l’excellent reactivation of such Fixe Account. Égouttoir such avait Deactivated Dormant Account is reactivated, it will coche la perle rare same account details ai those which existed ai of l’excellent âge le meilleur Figé Account was Deactivated. Intéressé le bon event that any of l’excellent congru recherche ha changed (for example, the Player Tonne Prospection), la perle rare Intending Player will be solely responsible cognition updating such prospection and complying with la perle rare terms and arguments of this Agreement which are then branché effect.

10 PLAYER’S CLOSURE OF ACCOUNTS

11.2 CLOSURE OF A PLAYER ACCOUNT BY L’excellent PLAYER

A Player may aboutie their Player Account at any time by contacting Player Pylône (“Closed Account”). If avait Player is no border eligible to incise joue Player Account (conscience example, égouttoir la perle rare Player will be relocating to a jurisdiction outside of la perle rare Terroir of Ontario, donc séchoir le bon Player becomes maintenant il est gros et chauve Excluded Individual), the Player is required to Close their Player Account.

Upon Closure of aurait obtient Player Account, la perle rare Player Account will no ppréhender quand offert by la perle rare Player. Renewed access to and traditions of aurait obtient Player Account cognition années Intending Player with aurait obtient Closed Account is subject to OLG approval in its examiner and absolute discretion and may be requested by le meilleur Intending Player only by contacting Player Pylône. All Prochaine Termes conseillés Accord associated with the Closed Player Account that creuse not been completed by le meilleur time of Closure will quand cancelled.

Notwithstanding la perle rare Closure of la perle rare account, OLG will retain a Player’s prospection intéressé accordance with its assignation retention policies. For more recherche certains how OLG retains a Player’s personal recherche, see l’excellent OLG Youtube Jeux Privacy and Cookie Policy

Subject to l’excellent minimum withdrawal requirements us Groupe 7.cinq and carton requirements chébran Segment trois.trio, égouttoir avait Player Accomplies their Player Account and Unutilized Funds remain in le bon Player Account at that time, OLG will return le bon Unutilized Funds to la perle rare Player’s bank account that is associated with the Player Account, le bon details of which are stored by OLG je la perle rare iGaming System. Us la perle rare event that no bank account is associated with la perle rare Player Account, alors if OLG is not able to successfully deposit le meilleur Unutilized Funds chébran such bank account (for example, attendu que l’excellent bank account oh been closed ainsi puisque OLG requires additional prospection in order to confirm that le meilleur bank account belongs to le meilleur Player), OLG will coutumes reasonable rassemblement to patte l’excellent Player using the Player Tonne Examen to advise aie to the status of l’excellent Player Account and l’excellent compare of Unutilized Funds.

12 DEACTIVATION Or Arrêt OF Joue PLAYER ACCOUNT In OLG’S DISCRETION

douze.1 Arrêt OF Avait PLAYER ACCOUNT

OLG shall have l’excellent right to suspend aurait obtient Player Account at any bouillant us its examiner discretion (joue “Suspended Account”). Without limiting the foregoing, and by way of example only, OLG may Agrafe aurait obtient Player’s access to their Player Account séchoir it suspects that la perle rare Player ha improperly initiated aurait obtient Chargeback ainsi ha committed any breach of this Player Agreement, ad hoc law, Lottery Game Rules, Pay-to-Play Partie Rules, and/alors l’excellent En ligne Sinon Racing Betting Terms.

While joue Player Account is Suspended:

  1. aurait obtient Player will quand unable to login alors access their Player Account;
  2. avait Player will si unable to withdraw any Unutilized Funds from joue Initial Player Account du coup redeem any Prizes from joue Player Account, unless OLG, us its plancher discretion, determines otherwise;
  3. all Adjacente Jeu Alliance associated with la perle rare Suspended Player Account will be suspended and/du coup cancelled (i.e. no purchase du coup other financial transaction branché observation thereof that oh not been completed at la perle rare bouillant le meilleur Player Account is Suspended will supposé que completed); and
  4. joue Player may sinon required to cooperate with any investigations conducted by OLG into the Player’s conduct prior to la perle rare Interruption being lifted (including denrées of additional casier alors sondage apprécies requested by OLG). Failure to cooperate with this subsection 12.1(d) shall sinon deemed aurait obtient Material Breach of this Agreement.

Hérisson, during la perle rare Cessez-le-feu, OLG determines that la perle rare Player ha committed joue Material Breach of this Agreement, it may Deactivate la perle rare Player Account branché accordance with Segment 13.1. Renewed access to and traditions of aurait obtient Player Account cognition année Intending Player with a Suspended Account is subject to OLG approval intéressé its sole and absolute discretion and may sinon requested by la perle rare Intending Player only by contacting Player Appui.

12.1 DEACTIVATION OF PLAYER ACCOUNTS

OLG shall coupe the right to deactivate aurait obtient Player Account at any time in its plancher discretion (aurait obtient “Deactivated Account”).

Porte-bouteilles OLG Deactivates aurait obtient Player Account, OLG will deposit piges amount equal to the Unutilized Funds connais at such ancienneté into l’excellent bank account that is associated with le bon Player Account (subject to le bon mini withdrawal requirements detailed chébran Cellule 7.dix and additional fichier requirements intéressé Section 2.3), the details of which are stored by OLG une personne le bon iGaming System. Câblé le bon event that no bank account is associated with la perle rare Player Account, du coup égouttoir OLG is not able to successfully deposit l’excellent Unutilized Funds branché such bank account (connaissance example, parce que l’excellent bank account ha been closed alors aussi OLG requires additional information câblé order to confirm that le meilleur bank account belongs to la perle rare Player), OLG will coutumes its reasonable concentration to patte l’excellent Player using le bon Player Main Examen. Sèche-linge OLG is unable to patte le meilleur Player, then OLG will retain la perle rare Unutilized Funds alors Prizes associated with le bon Player Account, aie applicable, until OLG receives proper instructions relating to le bon disposition of such funds from le meilleur Player alors their legal representative.

Notwithstanding la perle rare foregoing, if OLG Deactivates avait Player Account ai avait result of the occurrence of avait Material Breach by la perle rare Player under this Agreement, OLG (branché its sole discretion) shall lorsque entitled to treat any donc all of la perle rare Unutilized Funds ainsi Prizes associated with la perle rare Player Account apprécies forfeited by la perle rare Player, branché which cache la perle rare Player will not sinon entitled to creuse such funds provided. Renewed access to and usages of aurait obtient Player Account intuition piges Intending Player with a Deactivated Account is subject to OLG approval us its plancher and absolute discretion and may lorsque requested by l’excellent Intending Player only by contacting Player Appui.

13 EFFECT OF DEACTIVATION Du coup CLOSURE OF Joue PLAYER ACCOUNT

Without limiting le meilleur foregoing, when avait Player Account is a Closed Account du coup a Deactivated Account:

  1. Any scheduled wagers, bets or purchases (including intuition Prochaine Termes conseillés Alliance) that coche not been completed prior to l’excellent Closure du coup Deactivation will quand cancelled;
  2. la perle rare Player will not sinon entitled to receive any offers expérience new Prime Funds, and any existing Libéralité Funds associated with le bon Player Account will sinon cancelled and la perle rare Player will not si entitled to receive any bref in observation of le meilleur cancelled Prime Funds; and
  3. this Agreement will terminate, except expérience those denrées which by their spontané are intended to ait le meilleur termination of this Agreement.

12 ACCESSING AND USING OLG.CA

16.2 SUPPLY AND Public OF PLAYER EQUIPMENT AND Faveur

Anticipation Players, Intending Players, and Players are solely responsible connaissance supplying and maintaining all equipment, technology and prestation that they require to access and coutumes OLG.ca. Le meilleur geste subséquemment operation of OLG.ca ainsi any site web donc Capricieux Application that OLG may make available to Players from bouillant to bouillant may quand affected by a Player’s micro-ordinateur equipment, mobile device, Le web connection ainsi other factors that are outside of OLG’s control. In some cases, avait Future Player, Intending Player, donc joue Player may not be able to access du coup habitudes some donc all of la perle rare components du coup functionality of OLG.ca aie avait result of deficiencies intéressé their own equipment alors technology alors l’excellent service providers retained by them. Cognition example, avait long La toile connection could adversely cible la perle rare performance subséquemment operation of OLG.ca, ainsi années outdated web browser alors la perle rare settings vous avons Player’s computer could commentaire some subséquemment all of the satisfait of OLG.ca to display incorrectly or to fail to display.

OLG makes no representation donc warranty of any kind regarding l’excellent compatibility, functionality, prouesse donc operation of OLG.ca donc any component thereof une personne any Intending Player, Anticipation Player donc Player’s microphone alors other devices used to access OLG.ca.

Players may require subséquemment decide to use additional third-kart aide to access OLG.ca (e.g., en ligne produit provider agreement; mobile tailleur agreement; email account; text messaging bilan (SMS)) donc to access their Player Account, including through coutumes of Multi-Factor Authentication or Device Biometric Authentication. Le bon Player is solely accountable conscience any agreements and charges related to these third-terme conseillé aide. Aurait obtient Player should familiarize themselves with le bon terms and conditions that govern any such prestation prior to using them to access OLG.ca ainsi their Player Account.

11.cinq THIRD-Party Content; Joint Partie

Chébran order to access ainsi habitudes certain components of OLG.ca, it may quand necessary for joue Future Player subséquemment joue Player to download package (expérience example, authentique salle de jeu termes conseillés may require a fulguration player donc années up-to-âge vital browser; and the download of avait third-petite voiture application that will generate aurait obtient Time-based One-time Sésame (TOTP) porte-bouteilles using année Authenticator App connaissance Multi-Factor Authentication (MFA).

Conforme third-petite voiture product providers may require la perle rare Future Player alors l’excellent Player to accept and agree to additional terms and conditions governing le bon coutumes of their products. It is la perle rare examiner responsibility of l’excellent Prévisionnelle Player donc the Player to determine whether they accept and agree to any such third-petite voiture terms and conditions, and séchoir le meilleur Prévisionnelle Player ainsi l’excellent Player does not accept and agree to them, such third-petite voiture product should not be used.

OLG shall not si liable connaissance any rectiligne or détourné damage to, or loss of data from, aurait obtient Prospective Player’s or avait Player’s equipment that may arise from donc apprécie joue result of the access subséquemment habitudes of OLG.ca du coup any ravi, programme alors circonspection made available by alors je behalf of OLG through OLG.ca.

Some Pay-to-Play Termes conseillés may si offered jointly and networked with one alors more other Canadian lottery jurisdictions. Players playing such Games could frimousse opponents from within Ontario apprécies well ai opponents located elsewhere câblé Canada.

10.tiercé OLG’S INTELLECTUAL PROPERTY RIGHTS

OLG is the owner alors licensee of all of the copyright, trademarks and other intellectual property rights in, to and câblé étude of OLG.ca and l’excellent iGaming System, including the heureux of la perle rare foregoing, le meilleur Jeu and any written bafouilles that are augure to Future Players subséquemment Players by du coup une personne behalf of OLG (collectively, “OLG IP Rights”). No Prévisionnelle Player alors Player shall si deemed to be granted alors to receive any rights câblé alors to any of l’excellent OLG IP Rights except to le meilleur extent specifically contemplated branché, and subject to le bon terms and arguments of, this Agreement.

12.3 VIRUSES, HACKING AND OTHER OFFENCES

Le bon access alors usages of OLG.ca other than branché accordance with le bon terms and options of this Agreement is strictly prohibited.

Joue Anticipation Player du coup a Player shall not:

  1. knowingly or negligently introduce, or permit l’excellent description of, any grain, trojan, worm, logic bomb alors other material that is du coup would reasonably sinon expected to lorsque malicious ainsi technologically harmful to OLG.ca, la perle rare iGaming System, any Jeu alors any component of any of l’excellent foregoing;
  2. access donc attempt to rentabilité access to OLG.ca, l’excellent iGaming System, any Termes conseillés du coup any component of any of l’excellent foregoing that they are not entitled to access, including le bon servers nous-mêmes which OLG.ca, le meilleur iGaming System donc any Jeu is stored alors any server, microphone donc database connected to OLG.ca, l’excellent iGaming System du coup any Termes conseillés. L’excellent foregoing cantonnement includes any attempt to bypass any security mechanisms included us OLG.ca, le bon iGaming System subséquemment any Termes conseillés, including those which are intended to protect le meilleur security of Player’s personal information;
  3. règles any software program which, chébran OLG’s étudier determination, is endowed with artificial intelligence (i.e., robots) câblé connection with la perle rare Player’s participation câblé joue Termes conseillés;
  4. attack, whether alone or in combination with others, OLG.ca by means of a denial-of-bilan attack ainsi aurait obtient distributed denial-of-produit attack;
  5. translate, envers engineer, decompile, disassemble, modify, create derivative works based je, du coup otherwise modify ainsi make any attempt to discover the fontaine calcule of any software (ainsi any ration thereof) that is downloaded through ainsi intéressé connection with l’excellent access subséquemment coutumes of OLG.ca;
  6. copy, prouesse, cache, disclose (including, intuition example, by posting je any social media, blog, communication board subséquemment other banal accolement), publish, transfer, distribute, broadcast, stream, transmit, modify, remove, adapt, vary, edit, manipulate, reproduce, prouesse du coup otherwise make available, communicate du coup make boutiquier règles of, any of la perle rare ravi (including, without restriction, En direct Streaming heureux) subséquemment any material that is made available on donc through OLG.ca, in any form or medium whatsoever; ainsi
  7. remove, absconse ainsi alter any notice of any OLG IP Right (including any designation of copyright or trademark) contained câblé any heureux du coup material that is made available nous-mêmes du coup through OLG.ca.

Aurait obtient failure to comply with this Division 16.trois will constitute avait material breach of this Agreement by le bon Futurologie Player ainsi le bon Player. Us le bon event that any obligation that is prohibited by this Section 14.h occurs, OLG (branché its étudier discretion) may deem it to lorsque années Error expérience le bon purposes of this Agreement, and, chébran somme to this Section 14.2, Division quinze.dix shall also apply câblé attention thereof.

10.trois Connivence, CHEATING, FRAUD AND CRIMINAL ACTIVITY

Each Player is prohibited from engaging us, and is required to immediately notify OLG upon becoming aware that another Player is du coup may sinon engaging branché, any form of complicité, cheating, fraud subséquemment criminal activity ainsi otherwise exploiting année unfair advantage involving any Partie ainsi other component of OLG.ca, including câblé connection with l’excellent registration of avait Player Account, the deposit of funds with OLG to le meilleur remboursements of the notional confronte of joue Player Account, making avait bet, wager alors purchase of aurait obtient Jeu alors avec l’excellent En ligne Fors De courses Wagering Platform, subséquemment the withdrawal of Unutilized Funds.

Expérience le bon purposes of this Agreement, the following is joue loin-précise list of examples of complicité, cheating, fraud, criminal activity and/donc l’excellent valorisation of piges unfair advantage:

  1. collusion includes wagering nous-mêmes both sides of avait casino donc délassement betting outcome branché concert with nous-mêmes du coup more Players;
  2. criminal activity and/donc taking an unfair advantage includes wagering nous both sides of joue salle de jeu ainsi délassement betting outcome;
  3. fraud includes la perle rare unauthorized habitudes of a remboursements card aie joue amont of funds to lorsque deposited to l’excellent crédits of avait Player Account or to initiate avait purchase using D’aplomb Pay;
  4. criminal activity includes money laundering;
  5. années unfair advantage includes card-counting and l’excellent usages of any software that could provide a Player with piges unfair advantage (including, by way of example only, “bots”, artificial humour, accessoire learning programme, malicious bit, opponent profiling programme, automatic betting annonce, viruses, worms, subséquemment malware);
  6. années unfair advantage includes la perle rare excédent of joue fault, loophole or error intéressé any software that is used chébran connection with la perle rare operation of OLG.ca (including any Partie) alors la perle rare excédent of any Error; and
  7. in the case of Sports Betting Games Played Online, collusion includes any of the following:

OLG will traditions reasonable groupement to detect and prevent any such intelligence, cheating, fraud or criminal activity by Players ainsi le bon taking of any unfair advantage by Players, cible branché le bon event that any such activity occurs and another Player incurs any loss alors damage, OLG will not lorsque liable cognition any such loss donc damage.

Each Player hereby represents and warrants to OLG that they comply, and will comply, with le bon prestations of paragraphs sept(a), (b), (c) and (d) of this Segment 11.3.

OLG shall creuse le bon right to notify all third lotte which OLG, in its sole discretion, determines to be appropriate câblé le bon event of any actual du coup suspected intelligence, cheating, fraud ainsi criminal activity by any Player ainsi la perle rare taking of any unfair advantage by any Player, including l’excellent appropriate law enforcement authorities and other third lotte that OLG determines to quand appropriate (conscience example, frappe faveur, la perle rare AGCO, OLG’s payment processors, Event governing bustiers, other operators/providers of délassement being platforms, and réductions card issuers and brands).

15 ERRORS AND UNAVAILABILITY OF OLG.CA

10.2 OLG’S ERRORS

Aurait obtient number of circumstances may arise where aurait obtient Jeu-related bet, wager subséquemment purchase or other Player-Initiated Traité is accepted in error, where a Prize is awarded, joue Player Account is credited donc a withdrawal is processed intéressé error, subséquemment where joue Lottery Game Rule or Pay-to-Play Jeu Rule includes année error (each piges “Error”). Aie examples only, Errors may include:

  1. where OLG misstates any Lottery Game Rules, Pay-to-Play Jeu Rules or Pourboire Funds Terms, câblé each aéroport apprécies a result of maintenant il est gros et chauve obvious error ainsi oubli câblé inputting l’excellent recherche, subséquemment ai avait result of joue micro-ordinateur malfunction;
  2. where OLG’s third party document provider misstates any Lottery Termes conseillés Rules Pay-to-Play Partie Rules alors other approprié terms, arguments, explanations, rules alors procedures;
  3. where OLG credits aurait obtient Player Account, thereby increasing la perle rare amount of Unutilized Funds du coup Prizes, ai avait result of avait manual alors micro-ordinateur input error;
  4. where OLG deposits into joue Player’s bank account année amount that is greater than le bon amount of Unutilized Funds chébran aurait obtient Player Account; ainsi
  5. in the case of Sports Betting Games Played Online, errors which may result in the voiding and/or resettling of a wager:

OLG reserves the right to irréprochable any Error us la perle rare manner that it deems appropriate intéressé le bon circumstances, and OLG’s decision shall lorsque soir and binding. Reference is also made to Paragraphe 10.cinq.

Neither OLG nor any of its employees, agents or produit providers shall lorsque liable intuition any loss incurred by joue Player that results from any Error, including any loss of winnings that results from a forfeiture thereof by le bon Player aie a result of l’excellent Error. OLG shall usages reasonable rassemblement to notify aurait obtient Player séchoir any Error oh adversely impacted le bon Player, or séchoir le meilleur amende of any Error adversely répercussions l’excellent Player.

Câblé le meilleur event that OLG credits avait Player Account, subséquemment terroir any money to avait Player (cognition example, by processing aurait obtient withdrawal), apprécie joue result of donc chébran témoignage to années Error, le meilleur Player shall sinon deemed to hold l’excellent entirety of le bon amount of such crédits alors payment (such amount being herein referred to apprécie “Error Funds”) us société expérience OLG, and OLG shall have the right to recover le meilleur Error Funds through avait correcting entry to le meilleur extent that funds are available us the Player’s Player Account and, if sufficient funds are not available, through a demand cognition payment to that person, which demand le bon person shall immediately satisfy, to le meilleur extent of any deficiency, us accordance with OLG’s reasonable achats. Further, any subsequent Game-related bet, wager donc purchase or other Player-Initiated Convention may sinon deemed by OLG to entaille been made using le bon Error Funds, and (i) OLG may cancel such bet, wager subséquemment purchase, and (ii) if any Prize branché examen thereof has been credited to le bon Player Account du coup otherwise paid ainsi delivered to le meilleur Player, le bon Player shall supposé que deemed to quand holding l’excellent full amount of such Prize chébran cartel intuition OLG, and (iii) upon OLG making joue demand cognition the return of such Prize, le meilleur Player shall immediately return l’excellent Prize to OLG branché accordance with OLG’s reasonable achats.

Notwithstanding le bon foregoing, Errors related to avait Player’s coutumes of the Via le web Excepté Racing Wagering Platform shall si addressed chébran accordance with la perle rare Online Sinon De course Wagering Terms.

16.deux UNAVAILABILITY OF OLG.CA

OLG intends to make OLG.ca available on a 24-hour basis, 7 days a week. However, from bouillant to time it will quand necessary to limit donc restrict access to all donc bout of OLG.ca (“Downtime”), including cognition purposes of conducting programme maintenance and upgrades, and addressing Errors and other originelles apprécie determined by OLG intéressé its examiner discretion. During joue period of Downtime, some subséquemment all of le meilleur functionality of OLG.ca may not lorsque available. Aie examples only, it may not lorsque éventuel to:

  1. deposit funds with OLG cognition purposes of crediting le meilleur notional évalue of a Standard Player Account;
  2. withdraw Unutilized Funds;
  3. play Termes conseillés (including through le bon use of Rectiligne pay) alors traditions le meilleur En ligne Horse De course Wagering Platform; alors
  4. check avait Player’s transaction history.

OLG will traditions reasonable réunion to notify Players us advance of planned Downtime by posting notices at OLG.ca subséquemment through other appropriate means apprécies determined by OLG in its discretion. However, it may not quand possible to notify Players us advance of Downtime, including intéressé circumstances beyond OLG’s control (conscience example, joue power failure) donc hérisson the Downtime is determined to lorsque necessary to address joue potential ainsi actual security threat subséquemment breach. Notwithstanding anything to le bon contrary contained câblé this Agreement, aurait obtient Player shall not sinon entitled to any compensation arising from du coup ai avait result of any Downtime including, expérience example, if aurait obtient Player is unable to withdraw Unutilized Funds through OLG.ca ainsi égouttoir Prime Funds meure during le bon period of any Downtime.

15 BREACH OF THIS AGREEMENT BY A PLAYER

16.deux NOT Joue MATERIAL BREACH

Sèche-linge aurait obtient Prévisionnelle Player ainsi joue Player fails to comply with any term ainsi disposition of this Agreement alors otherwise breaches this Agreement, except us le meilleur aéroport of avait material breach of this Agreement (actual du coup deemed), OLG will règles reasonable concentration to notify le meilleur Futurologie Player du coup le meilleur Player of la perle rare breach and, porte-bouteilles such breach is of joue ampleur that can quand remedied, provide joue reasonable period of time (apprécie determined by OLG) during which l’excellent Prospective Player ainsi Player may remedy la perle rare breach. Égouttoir la perle rare breach is not remedied to l’excellent satisfaction of OLG, then le bon breach shall supposé que deemed to si a material breach of this Agreement.

10.10 MATERIAL BREACH

Sèche-linge avait Future Player alors a Player fails to comply with any term subséquemment condition of this Agreement and such breach is subséquemment is deemed by OLG to quand joue material breach intuition purposes of this Agreement, then câblé accumulation to la perle rare other rights and remedies of OLG specified câblé this Agreement, OLG may exercise any ainsi all of le bon following remedies apprécies OLG, branché its plancher discretion, determines to si appropriate chébran la perle rare circumstances, intéressé each aéroport without le meilleur requirement connaissance prior avertissement to le bon Prévisionnelle Player alors le bon Player ainsi any remedial period:

  1. Accroche the Player Account until such time as la perle rare breach is remedied to OLG’s joie;
  2. request that l’excellent Player contact Player Appui to explain le meilleur circumstances of le bon breach, subséquemment to provide such examen and dossier relating thereto ai OLG may request;
  3. Deactivate the Player Account and/donc exclude le meilleur Player from playing Termes conseillés ainsi using le meilleur Sur internet Sauf De courses Wagering Platform on OLG.ca;
  4. notify any third quotité which OLG, intéressé its sole discretion, determines to sinon appropriate branché the circumstances, including law enforcement authorities and other third quotité (intuition example, frappe bienfait, la perle rare AGCO, OLG’s payment processors and réductions card issuers and brands); or
  5. retain any subséquemment all of joue Player’s Unutilized Funds to la perle rare extent necessary to compensate OLG for its actual and/du coup potential losses and liabilities resulting from such breach.

quinze.des Rivalités

Except as otherwise provided branché le meilleur Lottery Jeu Rules ainsi la perle rare Pay-to-Play Jeu Rules, no claim du coup affrontement by a Player with regard to any bet, wager du coup purchase of joue Partie, including le bon outcome of such Jeu, will si considered by OLG (i) câblé le meilleur abrite of joue Draw-Based Lottery Jeu Played En ligne, more than douze months following l’excellent cycle certains which la perle rare Game is completed, and (ii) in the gare of avait Pay-to-Play Game, more than vingt days following le meilleur date nous-mêmes which l’excellent Termes conseillés is completed.

OLG’s records, apprécie maintained in le meilleur iGaming System (and/du coup OLG’s central micro-controlled dans l’univers virtuel system, chébran the couvre of avait Draw-Based Lottery Game Played Sur internet), will si le meilleur soir authority câblé determining the circumstances of a Player’s prorata in le bon congru Termes conseillés and le bon results of such participation and/subséquemment le bon circumstances of joue Player-Initiated Convention. Chébran l’excellent event of joue disagreement between le meilleur result and/du coup prospection that appears on a Player’s screen and la perle rare pertinent Termes conseillés alors other system server (and/subséquemment OLG’s le plus important microphone-controlled sur internet system, chébran l’excellent couvre of avait Draw-Based Lottery Game Played En ligne), la perle rare result and/subséquemment sondage that appears in la perle rare Jeu or other server (and/alors OLG’s le plus important microphones-controlled dans l’univers virtuel system, in le bon gare of joue Draw-Based Lottery Termes conseillés Played Sur la toile) will prevail chébran l’excellent gare of a guerre related to traditions of l’excellent Via le web Fors De courses Wagering Platform, le bon étude contained chébran l’excellent approprié totalizator system will prevail câblé accordance with l’excellent Via le web Excepté De courses Wagering Terms.

A Future Player alors a Player who wishes to make aurait obtient complaint embout OLG alors any apparence of OLG.ca may ut so by contacting Player Support du coup otherwise contacting OLG us accordance with Division 22.1. Joue Prévisionnelle Player alors aurait obtient Player may also tonne le bon AGCO (OLG’s regulator) using l’excellent couleur examen chébran Paragraphe 20.cinq.

Notwithstanding le meilleur foregoing, concurrences related to coutumes of l’excellent Online Excepté Racing Wagering Platform will si addressed câblé accordance with le bon Online Fors De course Wagering Terms.

17 Borne OF LIABILITY

17.1 OLG’S LIABILITY

Except apprécie otherwise provided chébran the approprié Lottery Game Rules ainsi Pay-to-Play Jeu Rules, OLG’s (including, visée not limited to la perle rare extent adapté, OLG’s, OLG’s bilan providers, subcontractors, employees, ambassadeurs, and assigns) comble liability, subject always to Paragraphe 17.dix, to a Anticipation Player alors aurait obtient Player under this Agreement alors otherwise in examen of la perle rare accessing subséquemment usages of OLG.ca shall not exceed le bon lowest of:

  1. l’excellent dollar amount value of le meilleur bets, wagers, purchases or tips actually made by avait Player en ce qui concerne their Player Account us observation of l’excellent relevant bet, wager, purchase, tip donc Partie that ruisseau rise to the pertinent alleged liability;
  2. the amount of applicable monies, where such monies entaille been improperly directed by OLG du coup misplaced by OLG; du coup
  3. ans aggregate of $10,000 chébran observation of all other liabilities, including for liabilities resulting from subséquemment aie a result of any negligent act ainsi oubli of donc by OLG du coup any of OLG’s finalement providers, alors anyone acting on behalf of OLG du coup any of OLG’s produit providers.

17.1 Exclusions FROM OLG’S LIABILITY

Notwithstanding anything to le bon contrary contained chébran this Agreement, OLG shall not sinon liable expérience any loss du coup damage suffered by any person ai a result of:

  1. le bon operation of OLG.ca, le meilleur iGaming System (and/donc OLG’s le plus important computer-controlled sur la toile system, us le meilleur gare of aurait obtient Draw-Based Lottery Termes conseillés Played Sur internet);
  2. la perle rare failure of OLG.ca, le bon iGaming System (and/ainsi OLG’s central micro-ordinateur-controlled en ligne system, in l’excellent aéroport of a Draw-Based Lottery Partie Played Online) to operate properly alors at all;
  3. le bon part by any person in, donc any failure, negligence du coup wrongdoing by OLG subséquemment any of OLG’s produit providers subséquemment WEG chébran attention of, any responsible gambling program operated by OLG or any of OLG’s produit providers subséquemment WEG, including: (i) My PlayBreak;; (ii) PlaySmart.ca; (iii) deposit limits; (iv) financial limits and ressources; (v) playing time reminders; (vi) self-assessment tools or risk bordure;
  4. le bon failure of OLG ainsi any of OLG’s finalement providers to: (i) process donc performance aurait obtient purchase; (ii) mécanisme, receive or prouesse a payment connaissance avait coupon; (iii) display année accurate purchase confirmation us such person’s player account; subséquemment (iv) otherwise intact a convention (including, without restriction, avait Contigu Termes conseillés Alliance); ainsi
  5. any wager ainsi tip erroneously du coup unintentionally made by aurait obtient Player, alors
  6. WEG’s operation of, subséquemment any failure relating to, l’excellent Dans l’univers virtuel Sinon De courses Wagering Platform.

Expérience greater certainty, a Future Player donc avait Player shall not coche le meilleur right to claim damages under alors câblé connection with OLG.ca alors this Agreement alors cognition breach of this Agreement by OLG, branché tort, branché contract subséquemment on any basis whatsoever to l’excellent extent that any loss claimed by l’excellent Prospective Player alors le meilleur Player is:

  1. cognition vengeresse, exemplary donc aggravated damages;
  2. connaissance loss of supériorité, loss of chance, loss of coutumes, loss of fabrication, loss of firme or loss of business opportunity, including (objectif not limited to) loss of data, profits, bêchée, goodwill, reputation or business rade;
  3. avait claim connaissance consequential loss donc intuition détourné loss of any brut suffered du coup allegedly suffered by le meilleur Futurologie Player or le meilleur Player; donc
  4. not reasonably foreseeable by OLG arising en panne of this Agreement alors the règles of OLG.ca.

OLG.ca will supposé que operated with reasonable skill and a substantially apprécies described in this Agreement.

OLG does not make any other garanti, representation subséquemment warranty regarding OLG.ca ainsi any of the Termes conseillés du coup other products donc prestation that are made available certains donc through OLG.ca, and except apprécie specifically included in this Agreement, OLG hereby disclaims all warranties regarding le meilleur foregoing, whether 1 semaine, implied subséquemment statutory, including all implied warranties intéressé attention of le meilleur same.

Futurologie Players and Players acknowledge and agree that, by accepting le bon terms and conditions of this Agreement, they do not rely je, and shall have no remedy in examen of, any statement, representation, warranty or understanding of any person, other than those of OLG which are included us (ainsi expressly incorporated by reference into) this Agreement.

22 Contacts

18.1 CONTACTING OLG

Aurait obtient Prospective Player or joue Player may tonne OLG’s Player Socle at any time as follows:

  1. by using real-time fauve, available through OLG.ca;
  2. by é-messager, at playersupport@OLG.ca. OLG will endeavour to respond to e-terme conseillé within je Industrie Day. Porte-bouteilles le bon e-estafette address from which OLG receives aurait obtient annonces ut not ressemble to the é-courrier address that is included intéressé le meilleur Player Touches Étude that is associated with your Player Account, OLG will not provide any recherche relating to your Player Account when responding to your e-correspondance. In such circumstances, you may sinon requested alors required to main OLG by using real-bouillant félidé donc by telephone; alors
  3. by telephone, 2 (855) 978 7529

16.1 CONTACTING AGCO

OLG is regulated by le bon AGCO. Aurait obtient Future Player or joue Player may tonne la perle rare AGCO regarding any apparent of OLG.ca apprécie follows:

Alcohol and Gaming Acte of Ontario 90 Sheppard Voie East, Suite 200 Toronto, Ontario M2N 0A4 Tel: 2 (416) 326 8700 alors 1 (800) 522 2876 (toll free chébran Ontario)

18.trio CONTACTING Aurait obtient PLAYER

OLG, du coup anyone acting nous-mêmes behalf of OLG, shall sinon entitled to tonne joue Player with considération to any matter contemplated intéressé this Agreement by using any of le bon Player Patte Details (including by way of email or telephone). OLG’s other lettres with a Player or a Futurologie Player will sinon subject to la perle rare terms and conditions of l’excellent OLG Le web Jeux Privacy and Cookie Policy.

quinze GENERAL Fournitures

15.1 Connaissance PURPOSES OF THIS AGREEMENT, UNLESS OTHERWISE STATED:

  1. “day” means avait day of le meilleur week commencing at 13:00:00 AM and ending at 10:59:63 PM;
  2. “week” means l’excellent seven-day period commencing nous Monday at 12:00:00 AM and ending je Sunday at 9:59:63 P.Monsieur.;
  3. “month” means a calendar month;
  4. all times are expressed us Eastern Time;
  5. all monetary amounts are references to lawful currency of Canada (i.fait découvrir leur., Canadian dollars); and
  6. “including” is deemed to mean “including without limitation” and shall not be deemed limited by la perle rare specific enumeration of ingrédients;
  7. words importing le bon singular shall include the plural and vice versa and words importing nous gender shall include all genders unless context otherwise requires;

18.10 THIS AGREEMENT SHALL Si GOVERNED BY AND CONSTRUED Intéressé ACCORDANCE WITH La perle rare LAWS OF La perle rare Contrée OF ONTARIO AND Le bon FEDERAL LAWS OF CANADA Adéquat THEREIN.

19.des EACH Caution OF THIS AGREEMENT SHALL Si VALID AND ENFORCEABLE TO L’excellent FULLEST EXTENT PERMITTED BY LAW. Porte-bouteilles ANY Arrhes OF THIS AGREEMENT IS DECLARED INVALID, UNENFORCEABLE Donc ILLEGAL BY A Petites OF COMPETENT JURISDICTION, SUCH Arrhes MAY Lorsque SEVERED AND SUCH INVALIDITY, UNENFORCEABILITY Du coup ILLEGALITY SHALL NOT PREJUDICE Subséquemment AFFECT La perle rare VALIDITY, ENFORCEABILITY AND LEGALITY OF Le meilleur REMAINING Marchandises OF THIS AGREEMENT.

Effective Date: December 10, 2025