/* [project]/node_modules/react-multi-carousel/lib/styles.css [client] (css) */
@font-face {
  font-family: revicons;
  fallback: fallback;
  src: url("../media/revicons.5c1d2f03.woff") format("woff"), url("../media/revicons.dad740eb.ttf") format("ttf"), url("../media/revicons.acf62dd1.eot") format("ttf");
}

.react-multi-carousel-list {
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.react-multi-carousel-track {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, transition;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
}

.react-multiple-carousel__arrow {
  z-index: 1000;
  opacity: 1;
  cursor: pointer;
  background: #00000080;
  border: 0;
  border-radius: 35px;
  outline: 0;
  min-width: 43px;
  min-height: 43px;
  transition: all .5s;
  position: absolute;
}

.react-multiple-carousel__arrow:hover {
  background: #000c;
}

.react-multiple-carousel__arrow:before {
  color: #fff;
  text-align: center;
  z-index: 2;
  font-family: revicons;
  font-size: 20px;
  display: block;
  position: relative;
}

.react-multiple-carousel__arrow:disabled {
  cursor: default;
  background: #00000080;
}

.react-multiple-carousel__arrow--left {
  left: calc(4% + 1px);
}

.react-multiple-carousel__arrow--left:before {
  content: "";
}

.react-multiple-carousel__arrow--right {
  right: calc(4% + 1px);
}

.react-multiple-carousel__arrow--right:before {
  content: "";
}

.react-multi-carousel-dot-list {
  text-align: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.react-multi-carousel-dot button {
  opacity: 1;
  width: 12px;
  height: 12px;
  box-shadow: none;
  cursor: pointer;
  border: 2px solid gray;
  border-radius: 50%;
  outline: 0;
  margin: 0 6px 0 0;
  padding: 0;
  transition: background .5s;
  display: inline-block;
}

.react-multi-carousel-dot button:hover:active, .react-multi-carousel-dot--active button {
  background: #080808;
}

.react-multi-carousel-item {
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .react-multi-carousel-item {
    flex-shrink: 0 !important;
  }

  .react-multi-carousel-track {
    overflow: visible !important;
  }
}

[dir="rtl"].react-multi-carousel-list {
  direction: rtl;
}

.rtl.react-multiple-carousel__arrow--right {
  left: calc(4% + 1px);
  right: auto;
}

.rtl.react-multiple-carousel__arrow--right:before {
  content: "";
}

.rtl.react-multiple-carousel__arrow--left {
  left: auto;
  right: calc(4% + 1px);
}

.rtl.react-multiple-carousel__arrow--left:before {
  content: "";
}


/* [project]/node_modules/react-notifications/lib/notifications.css [client] (css) */
@font-face {
  font-family: Notification;
  src: url("../media/notification.98d471f0.eot");
  src: url("../media/notification.98d471f0.eot") format("embedded-opentype"), url("../media/notification.a82a4370.woff") format("woff"), url("../media/notification.342f6ec1.ttf") format("truetype"), url("../media/notification.97b60677.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.notification-container {
  box-sizing: border-box;
  z-index: 999999;
  width: 320px;
  max-height: calc(100% - 30px);
  padding: 0 15px;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden auto;
}

.notification {
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  opacity: .9;
  background-color: #ccc;
  border-radius: 2px;
  margin-top: 15px;
  padding: 15px 15px 15px 58px;
  font-size: 1em;
  line-height: 1.2em;
  position: relative;
  box-shadow: 0 0 12px #999;
}

.notification .title {
  margin: 0 0 5px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
}

.notification:hover, .notification:focus {
  opacity: 1;
}

.notification-enter {
  visibility: hidden;
  transform: translate3d(100%, 0, 0);
}

.notification-enter.notification-enter-active {
  visibility: visible;
  transition: all .4s;
  transform: translate3d(0, 0, 0);
}

.notification-exit {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.notification-exit.notification-exit-active {
  visibility: hidden;
  transition: all .4s;
  transform: translate3d(100%, 0, 0);
}

.notification:before {
  text-align: center;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  font-family: Notification;
  font-size: 28px;
  line-height: 28px;
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
}

.notification-info {
  background-color: #2f96b4;
}

.notification-info:before {
  content: "";
}

.notification-success {
  background-color: #51a351;
}

.notification-success:before {
  content: "";
}

.notification-warning {
  background-color: #f89406;
}

.notification-warning:before {
  content: "";
}

.notification-error {
  background-color: #bd362f;
}

.notification-error:before {
  content: "";
}


/*# sourceMappingURL=node_modules_1f8c064d._.css.map*/