/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].rules[1].use[1]!./src/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].rules[1].use[1]!./src/styles.scss (1) ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap);
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].rules[1].use[1]!./src/styles.scss (2) ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

/* ----------------------------- */
/* ----------------------------- */
/* -------    Fonts     -------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* -------    Colors    -------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* -----     Functions     ----- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* ------     Theming    ------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* -------    Pages     -------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----------------------------- */
/* ----   Section Header   ----- */
/* ----------------------------- */
/* ----------------------------- */
.section-header {
  display: flex;
}
.section-header .sh-slash {
  width: 20px;
  transform: skewX(-10deg);
  background-color: #f09d28;
  border-radius: 3px;
  margin: 0 20px 0 10px;
}
.section-header .sh-title-wrapper .shtw-title {
  margin: 0;
  font-family: "Bebas Neue", "Sans Serif";
  font-size: 70px;
  font-size: 40px;
}
@media only screen and (max-width: 1200px) {
  .section-header .sh-title-wrapper .shtw-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 980px) {
  .section-header .sh-title-wrapper .shtw-title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 760px) {
  .section-header .sh-title-wrapper .shtw-title {
    font-size: 20px;
  }
}
.section-header .sh-title-wrapper .shtw-subtitle {
  margin: 0;
  max-width: 450px;
}
/* ----------------------------- */
/* ----------------------------- */
/* ----      Input Text    ----- */
/* ----------------------------- */
/* ----------------------------- */
.custom-input {
  padding: 9px 15px;
  border: 1px solid #c7cdd1;
  background-color: white;
  border-radius: 5px;
  color: #76858f;
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item.center {
  z-index: 5;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
html,
body {
  box-sizing: border-box;
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  width: 100%;
  overflow-x: clip;
}
.main {
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .section {
    padding: 0 15px;
  }
}
.classic-section {
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .classic-section {
    padding: 0 15px;
  }
}
.classic-section .classic-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
::ng-deep select {
  -webkit-appearance: none !important;
  appearance: none !important;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  width: 1px;
  overflow: hidden;
  position: absolute !important;
  word-wrap: normal !important;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].rules[1].use[1]!./node_modules/eva-icons/style/scss/eva-icons.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: Eva-Icons;
  src: url('Eva-Icons.f6e26bbd7a8ae0b277fc.eot');
  src: url('Eva-Icons.f6e26bbd7a8ae0b277fc.eot?#iefix') format("embedded-opentype"), url('Eva-Icons.ac165c67ea37b9ecabbc.woff2') format("woff2"), url('Eva-Icons.2f2b9626ab4152445ce6.woff') format("woff"), url('Eva-Icons.5e3f98418a06b56c4fec.ttf') format("truetype"), url('Eva-Icons.4675e3c0ccc7da45e135.svg#Eva-Icons') format("svg");
  font-style: normal;
  font-weight: 400;
}
.eva {
  display: inline-block;
  transform: translate(0, 0);
  text-rendering: auto;
  font: normal normal 400 14px/1 Eva-Icons;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.eva-lg {
  vertical-align: -15%;
  line-height: 0.75em;
  font-size: 1.33333333em;
}
.eva-2x {
  font-size: 2em;
}
.eva-3x {
  font-size: 3em;
}
.eva-4x {
  font-size: 4em;
}
.eva-5x {
  font-size: 5em;
}
.eva-fw {
  width: 1.28571429em;
  text-align: center;
}
.eva-activity::before {
  content: "";
}
.eva-activity-outline::before {
  content: "";
}
.eva-alert-circle::before {
  content: "";
}
.eva-alert-circle-outline::before {
  content: "";
}
.eva-alert-triangle::before {
  content: "";
}
.eva-alert-triangle-outline::before {
  content: "";
}
.eva-archive::before {
  content: "";
}
.eva-archive-outline::before {
  content: "";
}
.eva-arrow-back::before {
  content: "";
}
.eva-arrow-back-outline::before {
  content: "";
}
.eva-arrow-circle-down::before {
  content: "";
}
.eva-arrow-circle-down-outline::before {
  content: "";
}
.eva-arrow-circle-left::before {
  content: "";
}
.eva-arrow-circle-left-outline::before {
  content: "";
}
.eva-arrow-circle-right::before {
  content: "";
}
.eva-arrow-circle-right-outline::before {
  content: "";
}
.eva-arrow-circle-up::before {
  content: "";
}
.eva-arrow-circle-up-outline::before {
  content: "";
}
.eva-arrow-down::before {
  content: "";
}
.eva-arrow-down-outline::before {
  content: "";
}
.eva-arrow-downward::before {
  content: "";
}
.eva-arrow-downward-outline::before {
  content: "";
}
.eva-arrow-forward::before {
  content: "";
}
.eva-arrow-forward-outline::before {
  content: "";
}
.eva-arrow-ios-back::before {
  content: "";
}
.eva-arrow-ios-back-outline::before {
  content: "";
}
.eva-arrow-ios-downward::before {
  content: "";
}
.eva-arrow-ios-downward-outline::before {
  content: "";
}
.eva-arrow-ios-forward::before {
  content: "";
}
.eva-arrow-ios-forward-outline::before {
  content: "";
}
.eva-arrow-ios-upward::before {
  content: "";
}
.eva-arrow-ios-upward-outline::before {
  content: "";
}
.eva-arrow-left::before {
  content: "";
}
.eva-arrow-left-outline::before {
  content: "";
}
.eva-arrow-right::before {
  content: "";
}
.eva-arrow-right-outline::before {
  content: "";
}
.eva-arrow-up::before {
  content: "";
}
.eva-arrow-up-outline::before {
  content: "";
}
.eva-arrow-upward::before {
  content: "";
}
.eva-arrow-upward-outline::before {
  content: "";
}
.eva-arrowhead-down::before {
  content: "";
}
.eva-arrowhead-down-outline::before {
  content: "";
}
.eva-arrowhead-left::before {
  content: "";
}
.eva-arrowhead-left-outline::before {
  content: "";
}
.eva-arrowhead-right::before {
  content: "";
}
.eva-arrowhead-right-outline::before {
  content: "";
}
.eva-arrowhead-up::before {
  content: "";
}
.eva-arrowhead-up-outline::before {
  content: "";
}
.eva-at::before {
  content: "";
}
.eva-at-outline::before {
  content: "";
}
.eva-attach::before {
  content: "";
}
.eva-attach-2::before {
  content: "";
}
.eva-attach-2-outline::before {
  content: "";
}
.eva-attach-outline::before {
  content: "";
}
.eva-award::before {
  content: "";
}
.eva-award-outline::before {
  content: "";
}
.eva-backspace::before {
  content: "";
}
.eva-backspace-outline::before {
  content: "";
}
.eva-bar-chart::before {
  content: "";
}
.eva-bar-chart-2::before {
  content: "";
}
.eva-bar-chart-2-outline::before {
  content: "";
}
.eva-bar-chart-outline::before {
  content: "";
}
.eva-battery::before {
  content: "";
}
.eva-battery-outline::before {
  content: "";
}
.eva-behance::before {
  content: "";
}
.eva-behance-outline::before {
  content: "";
}
.eva-bell::before {
  content: "";
}
.eva-bell-off::before {
  content: "";
}
.eva-bell-off-outline::before {
  content: "";
}
.eva-bell-outline::before {
  content: "";
}
.eva-bluetooth::before {
  content: "";
}
.eva-bluetooth-outline::before {
  content: "";
}
.eva-book::before {
  content: "";
}
.eva-book-open::before {
  content: "";
}
.eva-book-open-outline::before {
  content: "";
}
.eva-book-outline::before {
  content: "";
}
.eva-bookmark::before {
  content: "";
}
.eva-bookmark-outline::before {
  content: "";
}
.eva-briefcase::before {
  content: "";
}
.eva-briefcase-outline::before {
  content: "";
}
.eva-browser::before {
  content: "";
}
.eva-browser-outline::before {
  content: "";
}
.eva-brush::before {
  content: "";
}
.eva-brush-outline::before {
  content: "";
}
.eva-bulb::before {
  content: "";
}
.eva-bulb-outline::before {
  content: "";
}
.eva-calendar::before {
  content: "";
}
.eva-calendar-outline::before {
  content: "";
}
.eva-camera::before {
  content: "";
}
.eva-camera-outline::before {
  content: "";
}
.eva-car::before {
  content: "";
}
.eva-car-outline::before {
  content: "";
}
.eva-cast::before {
  content: "";
}
.eva-cast-outline::before {
  content: "";
}
.eva-charging::before {
  content: "";
}
.eva-charging-outline::before {
  content: "";
}
.eva-checkmark::before {
  content: "";
}
.eva-checkmark-circle::before {
  content: "";
}
.eva-checkmark-circle-2::before {
  content: "";
}
.eva-checkmark-circle-2-outline::before {
  content: "";
}
.eva-checkmark-circle-outline::before {
  content: "";
}
.eva-checkmark-outline::before {
  content: "";
}
.eva-checkmark-square::before {
  content: "";
}
.eva-checkmark-square-2::before {
  content: "";
}
.eva-checkmark-square-2-outline::before {
  content: "";
}
.eva-checkmark-square-outline::before {
  content: "";
}
.eva-chevron-down::before {
  content: "";
}
.eva-chevron-down-outline::before {
  content: "";
}
.eva-chevron-left::before {
  content: "";
}
.eva-chevron-left-outline::before {
  content: "";
}
.eva-chevron-right::before {
  content: "";
}
.eva-chevron-right-outline::before {
  content: "";
}
.eva-chevron-up::before {
  content: "";
}
.eva-chevron-up-outline::before {
  content: "";
}
.eva-clipboard::before {
  content: "";
}
.eva-clipboard-outline::before {
  content: "";
}
.eva-clock::before {
  content: "";
}
.eva-clock-outline::before {
  content: "";
}
.eva-close::before {
  content: "";
}
.eva-close-circle::before {
  content: "";
}
.eva-close-circle-outline::before {
  content: "";
}
.eva-close-outline::before {
  content: "";
}
.eva-close-square::before {
  content: "";
}
.eva-close-square-outline::before {
  content: "";
}
.eva-cloud-download::before {
  content: "";
}
.eva-cloud-download-outline::before {
  content: "";
}
.eva-cloud-upload::before {
  content: "";
}
.eva-cloud-upload-outline::before {
  content: "";
}
.eva-code::before {
  content: "";
}
.eva-code-download::before {
  content: "";
}
.eva-code-download-outline::before {
  content: "";
}
.eva-code-outline::before {
  content: "";
}
.eva-collapse::before {
  content: "";
}
.eva-collapse-outline::before {
  content: "";
}
.eva-color-palette::before {
  content: "";
}
.eva-color-palette-outline::before {
  content: "";
}
.eva-color-picker::before {
  content: "";
}
.eva-color-picker-outline::before {
  content: "";
}
.eva-compass::before {
  content: "";
}
.eva-compass-outline::before {
  content: "";
}
.eva-copy::before {
  content: "";
}
.eva-copy-outline::before {
  content: "";
}
.eva-corner-down-left::before {
  content: "";
}
.eva-corner-down-left-outline::before {
  content: "";
}
.eva-corner-down-right::before {
  content: "";
}
.eva-corner-down-right-outline::before {
  content: "";
}
.eva-corner-left-down::before {
  content: "";
}
.eva-corner-left-down-outline::before {
  content: "";
}
.eva-corner-left-up::before {
  content: "";
}
.eva-corner-left-up-outline::before {
  content: "";
}
.eva-corner-right-down::before {
  content: "";
}
.eva-corner-right-down-outline::before {
  content: "";
}
.eva-corner-right-up::before {
  content: "";
}
.eva-corner-right-up-outline::before {
  content: "";
}
.eva-corner-up-left::before {
  content: "";
}
.eva-corner-up-left-outline::before {
  content: "";
}
.eva-corner-up-right::before {
  content: "";
}
.eva-corner-up-right-outline::before {
  content: "";
}
.eva-credit-card::before {
  content: "";
}
.eva-credit-card-outline::before {
  content: "";
}
.eva-crop::before {
  content: "";
}
.eva-crop-outline::before {
  content: "";
}
.eva-cube::before {
  content: "";
}
.eva-cube-outline::before {
  content: "";
}
.eva-diagonal-arrow-left-down::before {
  content: "";
}
.eva-diagonal-arrow-left-down-outline::before {
  content: "";
}
.eva-diagonal-arrow-left-up::before {
  content: "";
}
.eva-diagonal-arrow-left-up-outline::before {
  content: "";
}
.eva-diagonal-arrow-right-down::before {
  content: "";
}
.eva-diagonal-arrow-right-down-outline::before {
  content: "";
}
.eva-diagonal-arrow-right-up::before {
  content: "";
}
.eva-diagonal-arrow-right-up-outline::before {
  content: "";
}
.eva-done-all::before {
  content: "";
}
.eva-done-all-outline::before {
  content: "";
}
.eva-download::before {
  content: "";
}
.eva-download-outline::before {
  content: "";
}
.eva-droplet::before {
  content: "";
}
.eva-droplet-off::before {
  content: "";
}
.eva-droplet-off-outline::before {
  content: "";
}
.eva-droplet-outline::before {
  content: "";
}
.eva-edit::before {
  content: "";
}
.eva-edit-2::before {
  content: "";
}
.eva-edit-2-outline::before {
  content: "";
}
.eva-edit-outline::before {
  content: "";
}
.eva-email::before {
  content: "";
}
.eva-email-outline::before {
  content: "";
}
.eva-expand::before {
  content: "";
}
.eva-expand-outline::before {
  content: "";
}
.eva-external-link::before {
  content: "";
}
.eva-external-link-outline::before {
  content: "";
}
.eva-eye::before {
  content: "";
}
.eva-eye-off::before {
  content: "";
}
.eva-eye-off-2::before {
  content: "";
}
.eva-eye-off-2-outline::before {
  content: "";
}
.eva-eye-off-outline::before {
  content: "";
}
.eva-eye-outline::before {
  content: "";
}
.eva-facebook::before {
  content: "";
}
.eva-facebook-outline::before {
  content: "";
}
.eva-file::before {
  content: "";
}
.eva-file-add::before {
  content: "";
}
.eva-file-add-outline::before {
  content: "";
}
.eva-file-outline::before {
  content: "";
}
.eva-file-remove::before {
  content: "";
}
.eva-file-remove-outline::before {
  content: "";
}
.eva-file-text::before {
  content: "";
}
.eva-file-text-outline::before {
  content: "";
}
.eva-film::before {
  content: "";
}
.eva-film-outline::before {
  content: "";
}
.eva-flag::before {
  content: "";
}
.eva-flag-outline::before {
  content: "";
}
.eva-flash::before {
  content: "";
}
.eva-flash-off::before {
  content: "";
}
.eva-flash-off-outline::before {
  content: "";
}
.eva-flash-outline::before {
  content: "";
}
.eva-flip::before {
  content: "";
}
.eva-flip-2::before {
  content: "";
}
.eva-flip-2-outline::before {
  content: "";
}
.eva-flip-outline::before {
  content: "";
}
.eva-folder::before {
  content: "";
}
.eva-folder-add::before {
  content: "";
}
.eva-folder-add-outline::before {
  content: "";
}
.eva-folder-outline::before {
  content: "";
}
.eva-folder-remove::before {
  content: "";
}
.eva-folder-remove-outline::before {
  content: "";
}
.eva-funnel::before {
  content: "";
}
.eva-funnel-outline::before {
  content: "";
}
.eva-gift::before {
  content: "";
}
.eva-gift-outline::before {
  content: "";
}
.eva-github::before {
  content: "";
}
.eva-github-outline::before {
  content: "";
}
.eva-globe::before {
  content: "";
}
.eva-globe-2::before {
  content: "";
}
.eva-globe-2-outline::before {
  content: "";
}
.eva-globe-3::before {
  content: "";
}
.eva-globe-outline::before {
  content: "";
}
.eva-google::before {
  content: "";
}
.eva-google-outline::before {
  content: "";
}
.eva-grid::before {
  content: "";
}
.eva-grid-outline::before {
  content: "";
}
.eva-hard-drive::before {
  content: "";
}
.eva-hard-drive-outline::before {
  content: "";
}
.eva-hash::before {
  content: "";
}
.eva-hash-outline::before {
  content: "";
}
.eva-headphones::before {
  content: "";
}
.eva-headphones-outline::before {
  content: "";
}
.eva-heart::before {
  content: "";
}
.eva-heart-outline::before {
  content: "";
}
.eva-home::before {
  content: "";
}
.eva-home-outline::before {
  content: "";
}
.eva-image::before {
  content: "";
}
.eva-image-2::before {
  content: "";
}
.eva-image-outline::before {
  content: "";
}
.eva-inbox::before {
  content: "";
}
.eva-inbox-outline::before {
  content: "";
}
.eva-info::before {
  content: "";
}
.eva-info-outline::before {
  content: "";
}
.eva-keypad::before {
  content: "";
}
.eva-keypad-outline::before {
  content: "";
}
.eva-layers::before {
  content: "";
}
.eva-layers-outline::before {
  content: "";
}
.eva-layout::before {
  content: "";
}
.eva-layout-outline::before {
  content: "";
}
.eva-link::before {
  content: "";
}
.eva-link-2::before {
  content: "";
}
.eva-link-2-outline::before {
  content: "";
}
.eva-link-outline::before {
  content: "";
}
.eva-linkedin::before {
  content: "";
}
.eva-linkedin-outline::before {
  content: "";
}
.eva-list::before {
  content: "";
}
.eva-list-outline::before {
  content: "";
}
.eva-loader-outline::before {
  content: "";
}
.eva-lock::before {
  content: "";
}
.eva-lock-outline::before {
  content: "";
}
.eva-log-in::before {
  content: "";
}
.eva-log-in-outline::before {
  content: "";
}
.eva-log-out::before {
  content: "";
}
.eva-log-out-outline::before {
  content: "";
}
.eva-map::before {
  content: "";
}
.eva-map-outline::before {
  content: "";
}
.eva-maximize::before {
  content: "";
}
.eva-maximize-outline::before {
  content: "";
}
.eva-menu::before {
  content: "";
}
.eva-menu-2::before {
  content: "";
}
.eva-menu-2-outline::before {
  content: "";
}
.eva-menu-arrow::before {
  content: "";
}
.eva-menu-arrow-outline::before {
  content: "";
}
.eva-menu-outline::before {
  content: "";
}
.eva-message-circle::before {
  content: "";
}
.eva-message-circle-outline::before {
  content: "";
}
.eva-message-square::before {
  content: "";
}
.eva-message-square-outline::before {
  content: "";
}
.eva-mic::before {
  content: "";
}
.eva-mic-off::before {
  content: "";
}
.eva-mic-off-outline::before {
  content: "";
}
.eva-mic-outline::before {
  content: "";
}
.eva-minimize::before {
  content: "";
}
.eva-minimize-outline::before {
  content: "";
}
.eva-minus::before {
  content: "";
}
.eva-minus-circle::before {
  content: "";
}
.eva-minus-circle-outline::before {
  content: "";
}
.eva-minus-outline::before {
  content: "";
}
.eva-minus-square::before {
  content: "";
}
.eva-minus-square-outline::before {
  content: "";
}
.eva-monitor::before {
  content: "";
}
.eva-monitor-outline::before {
  content: "";
}
.eva-moon::before {
  content: "";
}
.eva-moon-outline::before {
  content: "";
}
.eva-more-horizontal::before {
  content: "";
}
.eva-more-horizontal-outline::before {
  content: "";
}
.eva-more-vertical::before {
  content: "";
}
.eva-more-vertical-outline::before {
  content: "";
}
.eva-move::before {
  content: "";
}
.eva-move-outline::before {
  content: "";
}
.eva-music::before {
  content: "";
}
.eva-music-outline::before {
  content: "";
}
.eva-navigation::before {
  content: "";
}
.eva-navigation-2::before {
  content: "";
}
.eva-navigation-2-outline::before {
  content: "";
}
.eva-navigation-outline::before {
  content: "";
}
.eva-npm::before {
  content: "";
}
.eva-npm-outline::before {
  content: "";
}
.eva-options::before {
  content: "";
}
.eva-options-2::before {
  content: "";
}
.eva-options-2-outline::before {
  content: "";
}
.eva-options-outline::before {
  content: "";
}
.eva-pantone::before {
  content: "";
}
.eva-pantone-outline::before {
  content: "";
}
.eva-paper-plane::before {
  content: "";
}
.eva-paper-plane-outline::before {
  content: "";
}
.eva-pause-circle::before {
  content: "";
}
.eva-pause-circle-outline::before {
  content: "";
}
.eva-people::before {
  content: "";
}
.eva-people-outline::before {
  content: "";
}
.eva-percent::before {
  content: "";
}
.eva-percent-outline::before {
  content: "";
}
.eva-person::before {
  content: "";
}
.eva-person-add::before {
  content: "";
}
.eva-person-add-outline::before {
  content: "";
}
.eva-person-delete::before {
  content: "";
}
.eva-person-delete-outline::before {
  content: "";
}
.eva-person-done::before {
  content: "";
}
.eva-person-done-outline::before {
  content: "";
}
.eva-person-outline::before {
  content: "";
}
.eva-person-remove::before {
  content: "";
}
.eva-person-remove-outline::before {
  content: "";
}
.eva-phone::before {
  content: "";
}
.eva-phone-call::before {
  content: "";
}
.eva-phone-call-outline::before {
  content: "";
}
.eva-phone-missed::before {
  content: "";
}
.eva-phone-missed-outline::before {
  content: "";
}
.eva-phone-off::before {
  content: "";
}
.eva-phone-off-outline::before {
  content: "";
}
.eva-phone-outline::before {
  content: "";
}
.eva-pie-chart::before {
  content: "";
}
.eva-pie-chart-2::before {
  content: "";
}
.eva-pie-chart-outline::before {
  content: "";
}
.eva-pin::before {
  content: "";
}
.eva-pin-outline::before {
  content: "";
}
.eva-play-circle::before {
  content: "";
}
.eva-play-circle-outline::before {
  content: "";
}
.eva-plus::before {
  content: "";
}
.eva-plus-circle::before {
  content: "";
}
.eva-plus-circle-outline::before {
  content: "";
}
.eva-plus-outline::before {
  content: "";
}
.eva-plus-square::before {
  content: "";
}
.eva-plus-square-outline::before {
  content: "";
}
.eva-power::before {
  content: "";
}
.eva-power-outline::before {
  content: "";
}
.eva-pricetags::before {
  content: "";
}
.eva-pricetags-outline::before {
  content: "";
}
.eva-printer::before {
  content: "";
}
.eva-printer-outline::before {
  content: "";
}
.eva-question-mark::before {
  content: "";
}
.eva-question-mark-circle::before {
  content: "";
}
.eva-question-mark-circle-outline::before {
  content: "";
}
.eva-question-mark-outline::before {
  content: "";
}
.eva-radio::before {
  content: "";
}
.eva-radio-button-off::before {
  content: "";
}
.eva-radio-button-off-outline::before {
  content: "";
}
.eva-radio-button-on::before {
  content: "";
}
.eva-radio-button-on-outline::before {
  content: "";
}
.eva-radio-outline::before {
  content: "";
}
.eva-recording::before {
  content: "";
}
.eva-recording-outline::before {
  content: "";
}
.eva-refresh::before {
  content: "";
}
.eva-refresh-outline::before {
  content: "";
}
.eva-repeat::before {
  content: "";
}
.eva-repeat-outline::before {
  content: "";
}
.eva-rewind-left::before {
  content: "";
}
.eva-rewind-left-outline::before {
  content: "";
}
.eva-rewind-right::before {
  content: "";
}
.eva-rewind-right-outline::before {
  content: "";
}
.eva-save::before {
  content: "";
}
.eva-save-outline::before {
  content: "";
}
.eva-scissors::before {
  content: "";
}
.eva-scissors-outline::before {
  content: "";
}
.eva-search::before {
  content: "";
}
.eva-search-outline::before {
  content: "";
}
.eva-settings::before {
  content: "";
}
.eva-settings-2::before {
  content: "";
}
.eva-settings-2-outline::before {
  content: "";
}
.eva-settings-outline::before {
  content: "";
}
.eva-shake::before {
  content: "";
}
.eva-shake-outline::before {
  content: "";
}
.eva-share::before {
  content: "";
}
.eva-share-outline::before {
  content: "";
}
.eva-shield::before {
  content: "";
}
.eva-shield-off::before {
  content: "";
}
.eva-shield-off-outline::before {
  content: "";
}
.eva-shield-outline::before {
  content: "";
}
.eva-shopping-bag::before {
  content: "";
}
.eva-shopping-bag-outline::before {
  content: "";
}
.eva-shopping-cart::before {
  content: "";
}
.eva-shopping-cart-outline::before {
  content: "";
}
.eva-shuffle::before {
  content: "";
}
.eva-shuffle-2::before {
  content: "";
}
.eva-shuffle-2-outline::before {
  content: "";
}
.eva-shuffle-outline::before {
  content: "";
}
.eva-skip-back::before {
  content: "";
}
.eva-skip-back-outline::before {
  content: "";
}
.eva-skip-forward::before {
  content: "";
}
.eva-skip-forward-outline::before {
  content: "";
}
.eva-slash::before {
  content: "";
}
.eva-slash-outline::before {
  content: "";
}
.eva-smartphone::before {
  content: "";
}
.eva-smartphone-outline::before {
  content: "";
}
.eva-smiling-face::before {
  content: "";
}
.eva-smiling-face-outline::before {
  content: "";
}
.eva-speaker::before {
  content: "";
}
.eva-speaker-outline::before {
  content: "";
}
.eva-square::before {
  content: "";
}
.eva-square-outline::before {
  content: "";
}
.eva-star::before {
  content: "";
}
.eva-star-outline::before {
  content: "";
}
.eva-stop-circle::before {
  content: "";
}
.eva-stop-circle-outline::before {
  content: "";
}
.eva-sun::before {
  content: "";
}
.eva-sun-outline::before {
  content: "";
}
.eva-swap::before {
  content: "";
}
.eva-swap-outline::before {
  content: "";
}
.eva-sync::before {
  content: "";
}
.eva-sync-outline::before {
  content: "";
}
.eva-text::before {
  content: "";
}
.eva-text-outline::before {
  content: "";
}
.eva-thermometer::before {
  content: "";
}
.eva-thermometer-minus::before {
  content: "";
}
.eva-thermometer-minus-outline::before {
  content: "";
}
.eva-thermometer-outline::before {
  content: "";
}
.eva-thermometer-plus::before {
  content: "";
}
.eva-thermometer-plus-outline::before {
  content: "";
}
.eva-toggle-left::before {
  content: "";
}
.eva-toggle-left-outline::before {
  content: "";
}
.eva-toggle-right::before {
  content: "";
}
.eva-toggle-right-outline::before {
  content: "";
}
.eva-trash::before {
  content: "";
}
.eva-trash-2::before {
  content: "";
}
.eva-trash-2-outline::before {
  content: "";
}
.eva-trash-outline::before {
  content: "";
}
.eva-trending-down::before {
  content: "";
}
.eva-trending-down-outline::before {
  content: "";
}
.eva-trending-up::before {
  content: "";
}
.eva-trending-up-outline::before {
  content: "";
}
.eva-tv::before {
  content: "";
}
.eva-tv-outline::before {
  content: "";
}
.eva-twitter::before {
  content: "";
}
.eva-twitter-outline::before {
  content: "";
}
.eva-umbrella::before {
  content: "";
}
.eva-umbrella-outline::before {
  content: "";
}
.eva-undo::before {
  content: "";
}
.eva-undo-outline::before {
  content: "";
}
.eva-unlock::before {
  content: "";
}
.eva-unlock-outline::before {
  content: "";
}
.eva-upload::before {
  content: "";
}
.eva-upload-outline::before {
  content: "";
}
.eva-video::before {
  content: "";
}
.eva-video-off::before {
  content: "";
}
.eva-video-off-outline::before {
  content: "";
}
.eva-video-outline::before {
  content: "";
}
.eva-volume-down::before {
  content: "";
}
.eva-volume-down-outline::before {
  content: "";
}
.eva-volume-mute::before {
  content: "";
}
.eva-volume-mute-outline::before {
  content: "";
}
.eva-volume-off::before {
  content: "";
}
.eva-volume-off-outline::before {
  content: "";
}
.eva-volume-up::before {
  content: "";
}
.eva-volume-up-outline::before {
  content: "";
}
.eva-wifi::before {
  content: "";
}
.eva-wifi-off::before {
  content: "";
}
.eva-wifi-off-outline::before {
  content: "";
}
.eva-wifi-outline::before {
  content: "";
}
/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[2]!./node_modules/ngx-toastr/toastr.css ***!
  \****************************************************************************************************************************************************************************************************************************/
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */

.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */

.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  box-sizing: border-box;
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */

.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */

.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */

.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */

.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */

@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[2]!./node_modules/ngx-owl-carousel-o/lib/styles/prebuilt-themes/owl.carousel.min.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel .owl-item.center{z-index: 5;}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}
@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{transition:opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url('owl.video.play.7f01b07148f205f6e825.png') no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[2]!./node_modules/ngx-owl-carousel-o/lib/styles/prebuilt-themes/owl.theme.default.min.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav{margin-top:10px}
.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[2]!./node_modules/ol/ol.css ***!
  \****************************************************************************************************************************************************************************************************************/
.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 1.5px solid rgb(179,197,219);
  background-color: rgba(255,255,255,0.4);
}

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}

.ol-scale-line {
  background: rgba(0,60,136,0.3);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}

.ol-scale-line-inner {
  border: 1px solid #eee;
  border-top: none;
  color: #eee;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
  transition: all 0.25s;
}

.ol-scale-bar {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.ol-scale-step-marker {
  width: 1px;
  height: 15px;
  background-color: #000000;
  float: right;
  z-index: 10;
}

.ol-scale-step-text {
  position: absolute;
  bottom: -5px;
  font-size: 12px;
  z-index: 11;
  color: #000000;
  text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF, 2px 0 #FFFFFF, 0 -2px #FFFFFF;
}

.ol-scale-text {
  position: absolute;
  font-size: 14px;
  text-align: center;
  bottom: 25px;
  color: #000000;
  text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF, 2px 0 #FFFFFF, 0 -2px #FFFFFF;
}

.ol-scale-singlebar {
  position: relative;
  height: 10px;
  z-index: 9;
  box-sizing: border-box;
  border: 1px solid black;
}

.ol-unsupported {
  display: none;
}

.ol-viewport, .ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.ol-viewport canvas {
  all: unset;
}

.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  user-select: text;
}

.ol-grabbing {
  cursor: grabbing;
}

.ol-grab {
  cursor: move;
  cursor: grab;
}

.ol-control {
  position: absolute;
  background-color: rgba(255,255,255,0.4);
  border-radius: 4px;
  padding: 2px;
}

.ol-control:hover {
  background-color: rgba(255,255,255,0.6);
}

.ol-zoom {
  top: .5em;
  left: .5em;
}

.ol-rotate {
  top: .5em;
  right: .5em;
  transition: opacity .25s linear, visibility 0s linear;
}

.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s linear, visibility 0s linear .25s;
}

.ol-zoom-extent {
  top: 4.643em;
  left: .5em;
}

.ol-full-screen {
  right: .5em;
  top: .5em;
}

.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: inherit;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: rgba(0,60,136,0.5);
  border: none;
  border-radius: 2px;
}

.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.ol-zoom-extent button {
  line-height: 1.4em;
}

.ol-compass {
  display: block;
  font-weight: normal;
  font-size: 1.2em;
  will-change: transform;
}

.ol-touch .ol-control button {
  font-size: 1.5em;
}

.ol-touch .ol-zoom-extent {
  top: 5.5em;
}

.ol-control button:hover,
.ol-control button:focus {
  text-decoration: none;
  background-color: rgba(0,60,136,0.7);
}

.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}

.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}

.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(100% - 1.3em);
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}

.ol-attribution a {
  color: rgba(0,60,136,0.7);
  text-decoration: none;
}

.ol-attribution ul {
  margin: 0;
  padding: 1px .5em;
  color: #000;
  text-shadow: 0 0 2px #fff;
  font-size: 12px;
}

.ol-attribution li {
  display: inline;
  list-style: none;
}

.ol-attribution li:not(:last-child):after {
  content: " ";
}

.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}

.ol-attribution button {
  flex-shrink: 0;
}

.ol-attribution.ol-collapsed ul {
  display: none;
}

.ol-attribution:not(.ol-collapsed) {
  background: rgba(255,255,255,0.8);
}

.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
}

.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em;
}

.ol-attribution.ol-uncollapsible button {
  display: none;
}

.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px;
}

.ol-zoomslider button {
  position: relative;
  height: 10px;
}

.ol-touch .ol-zoomslider {
  top: 5.5em;
}

.ol-overviewmap {
  left: 0.5em;
  bottom: 0.5em;
}

.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}

.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: block;
}

.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid #7b98bc;
  height: 150px;
  margin: 2px;
  width: 150px;
}

.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 2px;
  left: 2px;
  position: absolute;
}

.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}

.ol-overviewmap:not(.ol-collapsed) {
  background: rgba(255,255,255,0.8);
}

.ol-overviewmap-box {
  border: 2px dotted rgba(0,60,136,0.7);
}

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}

/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].rules[0].oneOf[1].use[2]!./node_modules/leaflet/dist/leaflet.css ***!
  \*******************************************************************************************************************************************************************************************************************************/
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}

.leaflet-container {
	overflow: hidden;
	}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}

/* Prevents IE11 from highlighting tiles in blue */

.leaflet-tile::selection {
	background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */

.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}

/* hack that prevents hw layers "stretching" when loading new tiles */

.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}

.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */

/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */

.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}

.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}

.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}

.leaflet-tile-loaded {
	visibility: inherit;
	}

.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */

.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }

.leaflet-overlay-pane { z-index: 400; }

.leaflet-shadow-pane  { z-index: 500; }

.leaflet-marker-pane  { z-index: 600; }

.leaflet-tooltip-pane   { z-index: 650; }

.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }

.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}

.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}

/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}

.leaflet-top {
	top: 0;
	}

.leaflet-right {
	right: 0;
	}

.leaflet-bottom {
	bottom: 0;
	}

.leaflet-left {
	left: 0;
	}

.leaflet-control {
	float: left;
	clear: both;
	}

.leaflet-right .leaflet-control {
	float: right;
	}

.leaflet-top .leaflet-control {
	margin-top: 10px;
	}

.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}

.leaflet-left .leaflet-control {
	margin-left: 10px;
	}

.leaflet-right .leaflet-control {
	margin-right: 10px;
	}

/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-animated {
	transform-origin: 0 0;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}

/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}

.leaflet-grab {
	cursor:         grab;
	}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}

.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}

.leaflet-container a {
	color: #0078A8;
	}

.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}

.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}

/* general typography */

.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}

/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}

.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}

.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}

.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}

.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}

.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}

.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}

.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}

.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}

/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}

.leaflet-control-layers-toggle {
	background-image: url('layers.416d91365b44e4b4f477.png');
	width: 36px;
	height: 36px;
	}

.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url('layers-2x.8f2c4d11474275fbc161.png');
	background-size: 26px 26px;
	}

.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}

.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}

.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}

.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}

.leaflet-control-layers label {
	display: block;
	}

.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */

.leaflet-default-icon-path {
	background-image: url('marker-icon.2b3e1faf89f94a483539.png');
	}

/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}

.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}

.leaflet-control-attribution a {
	text-decoration: none;
	}

.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}

.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}

.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}

.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}

.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}

/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}

.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}

.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}

.leaflet-popup-content p {
	margin: 18px 0;
	}

.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}

.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	transform: rotate(45deg);
	}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}

.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}

.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}

.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}

.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}

/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}

/* Tooltip */

/* Base styles for the element that has a tooltip */

.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}

.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}

.leaflet-tooltip-top {
	margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}

.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}

.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}

.leaflet-tooltip-left {
	margin-left: -6px;
}

.leaflet-tooltip-right {
	margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}

.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}

.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

