{"version":3,"sources":["dist/css/jumboslider.css"],"names":[],"mappings":"AAAA;;;;;;;AAQA,aACE,SAAU,SACV,OAAQ,KAGV,mBACE,QAAS,EAGX,sBACE,SAAU,SACV,MAAO,KACP,OAAQ,KACR,SAAU,OAGZ,sBACE,SAAU,SACV,IAAK,EACL,KAAM,EACN,QAAS,EACT,OAAQ,KACR,UAAW,KAGb,kBACE,MAAO,KACP,OAAQ,KACR,QAAS,EAGX,qCACE,aAAc,IAGhB,qCACE,QAAS,EAGX,oBACE,QAAS,EAGX,sBACE,mBAAoB,iBAAiB,IAAK,WAAW,CAAE,QAAQ,IAAK,YACpE,gBAAiB,iBAAiB,IAAK,WAAW,CAAE,QAAQ,IAAK,YACjE,cAAe,iBAAiB,IAAK,WAAW,CAAE,QAAQ,IAAK,YAC/D,WAAY,iBAAiB,IAAK,WAAW,CAAE,QAAQ,IAAK,YAC5D,SAAU,SACV,IAAK,EACL,QAAS,EACT,QAAS,MACT,MAAO,IACP,OAAQ,KACR,WAAY,OACZ,gBAAiB,KACjB,eAAgB,OAChB,iBAAkB,YAClB,QAAS,EAGX,0BACE,MAAO,KACP,OAAQ,KACR,KAAM,KAGR,4BACE,iBAAkB,qBAGpB,6CACE,KAAM,EAGR,6CACE,MAAO,EAGT,6BACE,mBAAoB,QAAQ,IAAK,YACjC,gBAAiB,QAAQ,IAAK,YAC9B,cAAe,QAAQ,IAAK,YAC5B,WAAY,QAAQ,IAAK,YACzB,SAAU,SACV,IAAK,EACL,KAAM,EACN,QAAS,MACT,MAAO,KACP,OAAQ,KACR,QAAS,GACT,QAAS,GAGX,mCACE,QAAS,EAGX,mCACE,QAAS,KAGX,iDACE,QAAS,EAGX,wBACE,SAAU,SACV,MAAO,KACP,OAAQ,KACR,UAAW,EACX,WAAY,OACZ,QAAS,EAGX,gCACE,SAAU,SACV,QAAS,aACT,OAAQ,KACR,WAAY,KACZ,YAAa,IACb,SAAU,OACV,iBAAkB,QAGpB,0BACE,SAAU,SACV,QAAS,EACT,QAAS,aACT,MAAO,KACP,OAAQ,KACR,OAAQ,KAAK,KAAK,EAClB,SAAU,OACV,gBAAiB,KACjB,aAAc,IAAI,MAAM,KACxB,YAAa,IAAI,MAAM,KAGzB,qDACE,iBAAkB,qBAGpB,sDACE,iBAAkB,KAGpB,iCACE,mBAAoB,iBAAiB,IAAK,YAC1C,gBAAiB,iBAAiB,IAAK,YACvC,cAAe,iBAAiB,IAAK,YACrC,WAAY,iBAAiB,IAAK,YAClC,SAAU,SACV,IAAK,EACL,KAAM,IACN,QAAS,EACT,MAAO,iBACP,OAAQ,KACR,QAAS,GAGX,+BACE,SAAU,SACV,QAAS,EACT,QAAS,MACT,OAAQ,KACR,WAAY,wbAAwb,UAAU,OAGhd,kCACE,OAAQ,QAGV,wDACE,SAAU,SACV,IAAK,KACL,QAAS,EACT,MAAO,KACP,OAAQ,KACR,WAAY,OACZ,OAAQ,QAGV,+DACE,sBAAuB,IACvB,mBAAoB,IACpB,kBAAmB,IACnB,iBAAkB,IAClB,cAAe,IACf,QAAS,aACT,MAAO,KACP,OAAQ,KACR,SAAU,OACV,iBAAkB,KAClB,QAAS,GAGX,mCACE,cAAe","sourcesContent":["/*! \n jQuery JumboSlider Plugin v1.5.0\n https://jumboslider.metodiev.dev\n\n Copyright (c) 2020 Martin Metodiev\n Licensed under the MIT license.\n*/\n\n.jumboslider {\n  position: relative;\n  height: 100%;\n}\n\n.jumboslider:focus {\n  outline: none;\n}\n\n.jumboslider-viewport {\n  position: relative;\n  width: 100%;\n  height: 100%;\n  overflow: hidden;\n}\n\n.jumboslider-overview {\n  position: relative;\n  top: 0;\n  left: 0;\n  z-index: 1;\n  height: 100%;\n  min-width: 100%;\n}\n\n.jumboslider-item {\n  float: left;\n  height: 100%;\n  opacity: 0;\n}\n\n.jumboslider-item:not(:last-of-type) {\n  margin-right: 1px;\n}\n\n.jumboslider-ready .jumboslider-item {\n  opacity: 1;\n}\n\n.jumboslider-arrows {\n  opacity: 0;\n}\n\n.jumboslider-arrows a {\n  -webkit-transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;\n  -moz-transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;\n  -o-transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;\n  transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;\n  position: absolute;\n  top: 0;\n  z-index: 2;\n  display: block;\n  width: 10%;\n  height: 100%;\n  text-align: center;\n  text-decoration: none;\n  vertical-align: middle;\n  background-color: transparent;\n  opacity: 0;\n}\n\n.jumboslider-arrows a svg {\n  width: 100%;\n  height: 100%;\n  fill: #fff;\n}\n\n.jumboslider-arrows a:hover {\n  background-color: rgba(255, 255, 255, 0.5);\n}\n\n.jumboslider-arrows a.jumboslider-prev-arrow {\n  left: 0;\n}\n\n.jumboslider-arrows a.jumboslider-next-arrow {\n  right: 0;\n}\n\n.jumboslider-arrows a::after {\n  -webkit-transition: opacity 0.2s ease-in-out;\n  -moz-transition: opacity 0.2s ease-in-out;\n  -o-transition: opacity 0.2s ease-in-out;\n  transition: opacity 0.2s ease-in-out;\n  position: absolute;\n  top: 0;\n  left: 0;\n  display: block;\n  width: 100%;\n  height: 100%;\n  content: '';\n  opacity: .8;\n}\n\n.jumboslider-arrows a:hover::after {\n  opacity: 1;\n}\n\n.jumboslider-arrows a.hidden-arrow {\n  display: none;\n}\n\n.jumboslider-arrowed:hover .jumboslider-arrows a {\n  opacity: 1;\n}\n\n.jumboslider-pagination {\n  position: absolute;\n  width: 100%;\n  height: 30px;\n  font-size: 0;\n  text-align: center;\n  opacity: 0;\n}\n\n.jumboslider-pagination .holder {\n  position: relative;\n  display: inline-block;\n  height: 14px;\n  margin-top: 20px;\n  margin-left: 1px;\n  overflow: hidden;\n  background-color: #e5e5e5;\n}\n\n.jumboslider-pagination a {\n  position: relative;\n  z-index: 2;\n  display: inline-block;\n  width: 30px;\n  height: 16px;\n  margin: -1px -1px 0;\n  overflow: hidden;\n  text-decoration: none;\n  border-right: 4px solid #fff;\n  border-left: 4px solid #fff;\n}\n\n.jumboslider-pagination a:hover:not(.current)::after {\n  background-color: rgba(51, 102, 204, 0.75);\n}\n\n.jumboslider-pagination a:active:not(.current)::after {\n  background-color: #3366cc;\n}\n\n.jumboslider-pagination a::after {\n  -webkit-transition: background-color 0.2s ease-in-out;\n  -moz-transition: background-color 0.2s ease-in-out;\n  -o-transition: background-color 0.2s ease-in-out;\n  transition: background-color 0.2s ease-in-out;\n  position: absolute;\n  top: 0;\n  left: 1px;\n  z-index: 1;\n  width: calc(100% - 2px);\n  height: 100%;\n  content: '';\n}\n\n.jumboslider-pagination a .dot {\n  position: relative;\n  z-index: 2;\n  display: block;\n  height: 100%;\n  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGNsYXNzPSJqdW1ib3NsaWRlci1wYWdpbmF0aW9uLW1hc2siIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA4OCA2NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODggNjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSJ3aGl0ZSIgZD0iTTAsMHY2NGg4OFYwSDB6IE00NCw1OGMtMTQuMywgMC0yNi0xMS42LTI2LTI2UzI5LjcsNiw0NCw2czI2LDExLjYsMjYsMjZTNTguMyw1OCw0NCw1OHoiLz48L3N2Zz4=) no-repeat center;\n}\n\n.jumboslider-pagination a.current {\n  cursor: default;\n}\n\n.jumboslider-pagination .jumboslider-pagination-current {\n  position: absolute;\n  top: -1px;\n  z-index: 1;\n  width: 30px;\n  height: 16px;\n  text-align: center;\n  cursor: default;\n}\n\n.jumboslider-pagination .jumboslider-pagination-current::after {\n  -webkit-border-radius: 50%;\n  -moz-border-radius: 50%;\n  -ms-border-radius: 50%;\n  -o-border-radius: 50%;\n  border-radius: 50%;\n  display: inline-block;\n  width: 16px;\n  height: 16px;\n  overflow: hidden;\n  background-color: #999;\n  content: '';\n}\n\n.jumboslider.jumboslider-paginated {\n  margin-bottom: 50px;\n}\n"]}