var OfferSelection={container:"#offer-select",target:"select",initialize:function(){this.offerSelection()},offerSelection:function(){var e=this;jQuery(e.container).find(e.target).prop("selectedIndex",0),jQuery(e.container).on("change",e.target,function(){var n=jQuery(this).val();n?jQuery(e.container+" .offer").filter(":visible").length?jQuery(e.container+" .offer").filter(":visible").fadeOut(function(){jQuery("#"+n).removeClass("d-none").fadeIn()}):jQuery("#"+n).removeClass("d-none").fadeIn():jQuery(e.container).find(".offer").addClass("d-none").fadeOut()})}};jQuery(document).ready(function(){OfferSelection.initialize(),$(".scrollbar-inner").scrollbar()});