.leaflet-image-layer,
.leaflet-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane,
.leaflet-pane > canvas,
.leaflet-pane > svg,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-zoom-box {
  position: absolute;
  left: 0;
  top: 0
}
.leaflet-container {
  overflow: hidden
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none
}
.leaflet-tile::selection {
  background: 0 0
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block
}
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none!important;
  max-height: none!important
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-width: none!important;
  max-height: none!important;
  width: auto;
  padding: 0
}
.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51,181,229,.4)
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden
}
.leaflet-tile-loaded {
  visibility: inherit
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800
}
.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
}
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto
}
.leaflet-bottom,
.leaflet-top {
  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
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  transition: opacity .2s linear
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0
}
svg.leaflet-zoom-animated {
  will-change: transform
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform .25s cubic-bezier(0,0,.25,1);
  -moz-transition: -moz-transform .25s cubic-bezier(0,0,.25,1);
  transition: transform .25s cubic-bezier(0,0,.25,1)
}
.leaflet-pan-anim .leaflet-tile,
.leaflet-zoom-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden
}
.leaflet-interactive {
  cursor: pointer
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair
}
.leaflet-control,
.leaflet-popup-pane {
  cursor: auto
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing
}
.leaflet-image-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none
}
.leaflet-image-layer.leaflet-interactive,
.leaflet-marker-icon.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto
}
.leaflet-container {
  background: #ddd;
  outline-offset: 1px
}
.leaflet-container a {
  color: #0078a8
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255,255,255,.5)
}
.leaflet-container {
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.5
}
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0,0,0,.65);
  border-radius: 4px
}
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block
}
.leaflet-bar a:focus,
.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
}
.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
}
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0,0,0,.4);
  background: #fff;
  border-radius: 5px
}
.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.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;
  font-size: 13px;
  font-size: 1.08333em
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px
}
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png)
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255,255,255,.8);
  margin: 0
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4
}
.leaflet-control-attribution a {
  text-decoration: none
}
.leaflet-control-attribution a:focus,
.leaflet-control-attribution a:hover {
  text-decoration: underline
}
.leaflet-attribution-flag {
  display: inline!important;
  vertical-align: baseline!important;
  width: 1em;
  height: .6669em
}
.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;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255,255,255,.8);
  text-shadow: 1px 1px #fff
}
.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-bar,
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers {
  box-shadow: none
}
.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
  border: 2px solid rgba(0,0,0,.2);
  background-clip: padding-box
}
.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 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px
}
.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: #fff;
  color: #333;
  box-shadow: 0 3px 14px rgba(0,0,0,.4)
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma,Verdana,sans-serif;
  color: #757575;
  text-decoration: none;
  background: 0 0
}
.leaflet-container a.leaflet-popup-close-button:focus,
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #585858
}
.leaflet-popup-scrolled {
  overflow: auto
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto
}
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666
}
.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;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0,0,0,.4)
}
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before,
.leaflet-tooltip-top:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: 0 0;
  content: ""
}
.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
}
@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
  }
}
.jsCalendar * {
  margin: 0;
  padding: 0
}
.jsCalendar table,
.jsCalendar table td,
.jsCalendar table th {
  border: 0;
  box-sizing: content-box
}
.jsCalendar table {
  background-color: #fff;
  border-collapse: collapse;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0,0,0,.4);
  color: #000;
  font-family: Tahoma,Geneva,sans-serif;
  margin: 5px
}
.jsCalendar tr {
  line-height: 0
}
.jsCalendar thead .jsCalendar-title {
  height: 40px;
  line-height: 40px
}
.jsCalendar thead .jsCalendar-title-left {
  float: left
}
.jsCalendar thead .jsCalendar-title-right {
  float: right
}
.jsCalendar thead .jsCalendar-nav-left,
.jsCalendar thead .jsCalendar-nav-right {
  border-radius: 10px;
  color: #999;
  cursor: pointer;
  font-family: "Courier New",Courier,monospace;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin: 10px 8px;
  text-align: center;
  transition: color .2s,background-color .2s;
  width: 20px
}
.jsCalendar thead .jsCalendar-nav-left:hover,
.jsCalendar thead .jsCalendar-nav-right:hover {
  background-color: #e2e2e2;
  color: #000
}
.jsCalendar thead .jsCalendar-nav-left {
  float: left
}
.jsCalendar thead .jsCalendar-nav-right {
  float: right
}
.jsCalendar thead .jsCalendar-title-name {
  cursor: default;
  float: left;
  font-size: 18px;
  font-weight: lighter;
  padding: 0 20px
}
.jsCalendar thead .jsCalendar-nav-left:after {
  content: "<"
}
.jsCalendar thead .jsCalendar-nav-right:after {
  content: ">"
}
.jsCalendar thead .jsCalendar-week-days th {
  text-shadow: 0 0 1px rgba(0,0,0,.2)
}
.jsCalendar tbody td,
.jsCalendar thead .jsCalendar-week-days th {
  border-radius: 18px;
  cursor: default;
  display: inline-block;
  font-size: 12px;
  font-weight: lighter;
  height: 36px;
  line-height: 36px;
  margin: 1px 2px;
  text-align: center;
  transition: color .1s,background-color .2s;
  width: 36px
}
.jsCalendar tbody td:hover {
  background-color: #e6e6e6
}
.jsCalendar tbody td.jsCalendar-selected {
  background-color: #fff;
  border: 2px solid #e6e6e6;
  height: 32px;
  line-height: 32px;
  width: 32px
}
.jsCalendar tbody td.jsCalendar-current {
  background-color: #52c9ff;
  border-radius: 18px;
  color: #fff
}
.jsCalendar tbody td.jsCalendar-next,
.jsCalendar tbody td.jsCalendar-previous,
.jsCalendar tbody td.jsCalendar-unselectable {
  color: #cacaca
}
.jsCalendar tbody td.jsCalendar-next:hover,
.jsCalendar tbody td.jsCalendar-previous:hover {
  color: #fff
}
.jsCalendar tbody td.jsCalendar-unselectable:hover {
  background: 0 0
}
.jsCalendar thead {
  display: block;
  margin: 4px 4px 0 4px
}
.jsCalendar tbody {
  display: block;
  margin: 0 4px 4px 4px
}
.jsCalendar ::-moz-selection {
  background: #83d8ff
}
.jsCalendar ::selection {
  background: #83d8ff
}
.jsCalendar.yellow tbody td.jsCalendar-current {
  background-color: #ffe31b
}
.jsCalendar.yellow ::-moz-selection {
  background: #fde74c
}
.jsCalendar.yellow ::selection {
  background: #fde74c
}
.jsCalendar.orange tbody td.jsCalendar-current {
  background-color: #ffb400
}
.jsCalendar.orange ::-moz-selection {
  background: #ffb400
}
.jsCalendar.orange ::selection {
  background: #ffb400
}
.jsCalendar.red tbody td.jsCalendar-current {
  background-color: #f6511d
}
.jsCalendar.red ::-moz-selection {
  background: #f6511d
}
.jsCalendar.red ::selection {
  background: #f6511d
}
.jsCalendar.green tbody td.jsCalendar-current {
  background-color: #7fb800
}
.jsCalendar.green ::-moz-selection {
  background: #7fb800
}
.jsCalendar.green ::selection {
  background: #7fb800
}
.jsCalendar.material-theme table {
  border-radius: 0
}
.jsCalendar.material-theme thead {
  background-color: #52c9ff;
  color: #fff;
  margin: 0;
  padding: 4px 4px 0 4px
}
.jsCalendar.material-theme thead .jsCalendar-title {
  display: block;
  position: relative
}
.jsCalendar.material-theme thead .jsCalendar-title-name {
  border-bottom: 1px solid rgba(255,255,255,.4);
  color: #fff;
  font-size: 16px;
  left: 15px;
  position: absolute;
  right: 15px;
  text-align: center
}
.jsCalendar.material-theme thead .jsCalendar-title-left,
.jsCalendar.material-theme thead .jsCalendar-title-right {
  position: absolute;
  z-index: 1
}
.jsCalendar.material-theme thead .jsCalendar-nav-left,
.jsCalendar.material-theme thead .jsCalendar-nav-right {
  color: #fff
}
.jsCalendar.material-theme thead .jsCalendar-nav-left:hover,
.jsCalendar.material-theme thead .jsCalendar-nav-right:hover {
  background-color: #03a9f4
}
.jsCalendar.material-theme thead .jsCalendar-title-right {
  right: 0
}
.jsCalendar.material-theme thead .jsCalendar-week-days th {
  font-size: 14px;
  text-shadow: none
}
.jsCalendar.material-theme.yellow thead {
  background-color: #ffe31b
}
.jsCalendar.material-theme.yellow thead .jsCalendar-nav-left:hover,
.jsCalendar.material-theme.yellow thead .jsCalendar-nav-right:hover {
  background-color: #e2ca23
}
.jsCalendar.material-theme.orange thead {
  background-color: #ffb400
}
.jsCalendar.material-theme.orange thead .jsCalendar-nav-left:hover,
.jsCalendar.material-theme.orange thead .jsCalendar-nav-right:hover {
  background-color: #d49600
}
.jsCalendar.material-theme.red thead {
  background-color: #f6511d
}
.jsCalendar.material-theme.red thead .jsCalendar-nav-left:hover,
.jsCalendar.material-theme.red thead .jsCalendar-nav-right:hover {
  background-color: #bb3d16
}
.jsCalendar.material-theme.green thead {
  background-color: #7fb800
}
.jsCalendar.material-theme.green thead .jsCalendar-nav-left:hover,
.jsCalendar.material-theme.green thead .jsCalendar-nav-right:hover {
  background-color: #639000
}
.jsCalendar.classic-theme table,
.jsCalendar.classic-theme tbody td,
.jsCalendar.classic-theme tbody td.jsCalendar-current,
.jsCalendar.classic-theme thead .jsCalendar-nav-left,
.jsCalendar.classic-theme thead .jsCalendar-nav-right,
.jsCalendar.classic-theme thead .jsCalendar-week-days th {
  border-radius: 0
}
.jsCalendar.classic-theme thead {
  background-color: #52c9ff;
  margin: 0;
  padding: 4px 4px 0 4px
}
.jsCalendar.classic-theme thead .jsCalendar-title,
.jsCalendar.classic-theme thead .jsCalendar-title-row {
  display: block;
  width: 100%
}
.jsCalendar.classic-theme thead .jsCalendar-title {
  position: relative
}
.jsCalendar.classic-theme thead .jsCalendar-title-name {
  color: #fff;
  font-size: 16px;
  left: 41px;
  position: absolute;
  right: 41px;
  text-align: center;
  text-shadow: none
}
.jsCalendar.classic-theme thead .jsCalendar-title-left,
.jsCalendar.classic-theme thead .jsCalendar-title-right {
  position: absolute;
  z-index: 1
}
.jsCalendar.classic-theme thead .jsCalendar-title-right {
  right: 0
}
.jsCalendar.classic-theme thead .jsCalendar-nav-left,
.jsCalendar.classic-theme thead .jsCalendar-nav-right {
  color: #fff;
  text-shadow: none
}
.jsCalendar.classic-theme thead .jsCalendar-nav-left:hover,
.jsCalendar.classic-theme thead .jsCalendar-nav-right:hover {
  background-color: #03a9f4
}
.jsCalendar.classic-theme thead .jsCalendar-week-days {
  background-color: #fff;
  display: block;
  margin: 0 -4px
}
.jsCalendar.classic-theme thead .jsCalendar-week-days th {
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  text-shadow: none
}
.jsCalendar.classic-theme tbody td {
  border-left: 1px solid #dadada;
  border-top: 1px solid #dadada;
  margin: -1px 0 0 -1px;
  padding: 1px 1px 0 1px;
  width: 38px
}
.jsCalendar.classic-theme tbody {
  margin: 0
}
.jsCalendar.classic-theme tbody td.jsCalendar-selected {
  background-color: #ccefff;
  border-bottom: 0;
  border-left: 1px solid #dadada;
  border-right: 0;
  border-top: 1px solid #dadada;
  height: 36px;
  line-height: 36px
}
.jsCalendar.classic-theme tbody td.jsCalendar-current.jsCalendar-selected {
  background-color: #52c9ff;
  text-shadow: 0 0 3px #000
}
.jsCalendar.classic-theme.yellow thead {
  background-color: #ffe31b
}
.jsCalendar.classic-theme.yellow thead .jsCalendar-nav-left:hover,
.jsCalendar.classic-theme.yellow thead .jsCalendar-nav-right:hover {
  background-color: #e2ca23
}
.jsCalendar.classic-theme.orange thead {
  background-color: #ffb400
}
.jsCalendar.classic-theme.orange thead .jsCalendar-nav-left:hover,
.jsCalendar.classic-theme.orange thead .jsCalendar-nav-right:hover {
  background-color: #d49600
}
.jsCalendar.classic-theme.red thead {
  background-color: #f6511d
}
.jsCalendar.classic-theme.red thead .jsCalendar-nav-left:hover,
.jsCalendar.classic-theme.red thead .jsCalendar-nav-right:hover {
  background-color: #bb3d16
}
.jsCalendar.classic-theme.green thead {
  background-color: #7fb800
}
.jsCalendar.classic-theme.green thead .jsCalendar-nav-left:hover,
.jsCalendar.classic-theme.green thead .jsCalendar-nav-right:hover {
  background-color: #639000
}
.tljpb-navbar__content {
  transition: all var(--transition-speed)
}
.tljpb-dropdown__wrapper {
  position: absolute;
  z-index: 101;
  top: 50px;
  left: 0;
  width: 100%;
  max-height: var(--dropdown-list-max-height);
  padding: 12px;
  overflow: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border-top: none!important;
  background-color: var(--dropdown-list-bgcolor);
  box-shadow: 0 var(--shadow-offset-small) var(--shadow-blur-small) rgba(var(--shadow-color-r),var(--shadow-color-g),var(--shadow-color-b),var(--shadow-opacity))
}
ul.tljpb-dropdown__list {
  display: flex;
  flex-flow: column nowrap;
  list-style: none;
  width: 100%;
  margin: 0!important;
  padding: 0!important
}
ul.tljpb-dropdown__list > li {
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0
}
ul.tljpb-dropdown__list > li > a,
ul.tljpb-dropdown__list > li > span {
  display: block;
  flex: 1;
  width: 100%;
  padding: 12px 12px!important;
  font-family: var(--dropdown-list-font-family);
  font-weight: var(--dropdown-list-font-weight);
  font-style: var(--dropdown-list-font-style);
  font-size: var(--dropdown-list-font-size);
  line-height: var(--dropdown-list-font-lineheight);
  letter-spacing: var(--dropdown-list-font-letter-spacing);
  text-transform: var(--dropdown-list-font-transform);
  color: var(--dropdown-list-color);
  background-color: transparent;
  cursor: pointer;
  text-decoration: none!important;
  text-align: var(--dropdown-list-align)!important;
  user-select: none
}
ul.tljpb-dropdown__list > li:hover > a,
ul.tljpb-dropdown__list > li:hover > span {
  color: var(--dropdown-list-hover-color);
  background-color: var(--dropdown-list-hover-bgcolor);
  text-decoration: var(--dropdown-list-hover-decoration)!important
}
ul.tljpb-dropdown__list > li.tljpb--selected > a,
ul.tljpb-dropdown__list > li.tljpb--selected > span {
  color: var(--dropdown-list-selected-color);
  background-color: var(--dropdown-list-selected-bgcolor);
  text-decoration: var(--dropdown-list-selected-decoration)!important
}
input.tljpb-dropdown__toggle:checked + label.tljpb-dropdown__toggle span.tljpb-svg--dropdownClosed {
  display: none
}
input.tljpb-dropdown__toggle:checked + label.tljpb-dropdown__toggle span.tljpb-svg--dropdownOpened {
  display: inline-flex
}
input.tljpb-dropdown__toggle:checked + label.tljpb-dropdown__toggle + .tljpb-dropdown__wrapper {
  display: block
}
.tljpb-ticker--ticker.tljpb-ticker--rtl .tljpb-ticker__content {
  -webkit-animation-name: tljpb-ticker-animation-rtl;
  animation-name: tljpb-ticker-animation-rtl
}
.tljpb-ticker--ticker.tljpb-ticker--ltr .tljpb-ticker__content {
  -webkit-animation-name: tljpb-ticker-animation-ltr;
  animation-name: tljpb-ticker-animation-ltr
}
.tljpb-ticker--ticker .tljpb-ticker__content {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.tljpb-ticker--ticker .tljpb-ticker__content.tljpb-ticker--resetAnimation {
  -webkit-animation-name: none!important;
  animation-name: none!important
}
@-webkit-keyframes tljpb-ticker-animation-rtl {
  from {
    transform: translateX(0)
  }
  to {
    transform: translateX(-100%)
  }
}
@keyframes tljpb-ticker-animation-rtl {
  from {
    transform: translateX(0)
  }
  to {
    transform: translateX(-100%)
  }
}
@-webkit-keyframes tljpb-ticker-animation-ltr {
  from {
    transform: translateX(0)
  }
  to {
    transform: translateX(100%)
  }
}
@keyframes tljpb-ticker-animation-ltr {
  from {
    transform: translateX(0)
  }
  to {
    transform: translateX(100%)
  }
}
.tljpb-ticker--slider .tljpb-ticker__content {
  transition-property: all;
  transition-timing-function: ease-in-out
}
.tljpb-ticker--slider .tljpb-ticker__next,
.tljpb-ticker--slider .tljpb-ticker__prev {
  position: absolute;
  z-index: 11;
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  cursor: pointer;
  user-select: none;
  outline: 0;
  transition: background-color var(--transition-speed);
  box-shadow: 0 0 5px rgba(0,0,0,.5);
  border-radius: 50%;
  background-color: var(--slider-navigation-bgcolor)
}
@media only screen and (max-width:639px) {
  .tljpb-ticker--slider .tljpb-ticker__next,
  .tljpb-ticker--slider .tljpb-ticker__prev {
    display: none
  }
}
.tljpb-ticker--slider .tljpb-ticker__next:hover,
.tljpb-ticker--slider .tljpb-ticker__prev:hover {
  background-color: var(--slider-navigation-bgcolor-hover)
}
.tljpb-ticker--slider .tljpb-ticker__prev {
  left: 24px
}
.tljpb-ticker--slider .tljpb-ticker__next {
  right: 24px
}
.tljpb-ticker--scroller .tljpb-ticker__content {
  width: 100%
}
.tljpb-ticker--scroller .tljpb-ticker__item {
  white-space: nowrap
}
.tljpb-ticker--scroller .tljpb-ticker__item > p,
.tljpb-ticker--scroller .tljpb-ticker__item > span {
  white-space: nowrap
}
.tljpb-accordion__contentWrapper {
  overflow: hidden
}
.tljpb-accordion__contentWrapper.tljpb--animated {
  transition: all var(--transition-speed)
}
.tljpb-accordion__content {
  padding: 24px;
  color: var(--accordion-content-color);
  background-color: var(--accordion-content-bgcolor)
}
.tljpb-accordion__content > :first-child {
  margin-top: 0
}
.tljpb-accordion__content > :last-child {
  margin-bottom: 0
}
.tljpb-accordion__content > * {
  color: var(--accordion-content-color)
}
.tljpb-accordion__content svg {
  fill: var(--accordion-content-color)
}
.tljpb-accordion__content div,
.tljpb-accordion__content h1,
.tljpb-accordion__content h2,
.tljpb-accordion__content h3,
.tljpb-accordion__content h4,
.tljpb-accordion__content h5,
.tljpb-accordion__content h6,
.tljpb-accordion__content hr,
.tljpb-accordion__content img,
.tljpb-accordion__content li,
.tljpb-accordion__content ol,
.tljpb-accordion__content p,
.tljpb-accordion__content ul {
  opacity: 1;
  transition: opacity var(--transition-speed);
  transition-delay: var(--transition-speed)
}
.tljpb-accordion__list > li.tljpb--closed .tljpb-svg--accordionOpened {
  display: none
}
.tljpb-accordion__list > li.tljpb--closed .tljpb-svg--accordionClosed {
  display: inline-flex
}
.tljpb-accordion__list > li.tljpb--closed .tljpb-accordion__contentWrapper {
  max-height: 0!important
}
.tljpb-accordion__list > li.tljpb--closed .tljpb-accordion__content div,
.tljpb-accordion__list > li.tljpb--closed .tljpb-accordion__content h1,
.tljpb-accordion__list > li.tljpb--closed .tljpb-accordion__content h2,
.tljpb-accordion__list > li.tljpb--closed .tljpb-accordion__content h3,
.tljpb-accordion__list > li.tljpb--closed .tljpb-accordion__content h4,
.tljpb-accordion__list > li.tljpb--closed .tljpb-accordion__content h5,
.tljpb-accordion__list > li.tljpb--closed .tljpb-accordion__content h6,
.tljpb-accordion__list > li.tljpb--closed .tljpb-accordion__content hr,
.tljpb-accordion__list > li.tljpb--closed .tljpb-accordion__content img,
.tljpb-accordion__list > li.tljpb--closed .tljpb-accordion__content li,
.tljpb-accordion__list > li.tljpb--closed .tljpb-accordion__content ol,
.tljpb-accordion__list > li.tljpb--closed .tljpb-accordion__content p,
.tljpb-accordion__list > li.tljpb--closed .tljpb-accordion__content ul {
  opacity: 0
}
@media only screen and (min-width:640px) {
  .tljpb-accordion__headerWrapper .tljpb-svg--button {
    right: 48px
  }
  .tljpb-accordion__content {
    padding: 36px 94px
  }
}
@media only screen and (min-width:960px) {
  .tljpb-accordion__headerWrapper .tljpb-svg--button {
    right: 48px
  }
  .tljpb-accordion__content {
    padding: 36px 94px
  }
}
@media only screen and (min-width:1200px) {
  .tljpb-accordion__headerWrapper .tljpb-svg--button {
    right: 48px
  }
  .tljpb-accordion__content {
    padding: 36px 94px
  }
}
.tljpb-accordion.tljpb-accordion--horizontal .tljpb-accordion__list > li.tljpb--closed .tljpb-box.tljpb-accordion__content > figure img {
  opacity: 1!important
}
@media only screen and (min-width:640px) {
  .tljpb-accordion.tljpb-accordion--horizontal .tljpb-accordion__list > li.tljpb--closed .tljpb-accordion__contentWrapper {
    max-width: 0!important;
    max-height: 9999px!important
  }
}
.tljpb-form {
  width: 100%;
  margin: 24px auto
}
.tljpb-form input[type=email],
.tljpb-form input[type=number],
.tljpb-form input[type=password],
.tljpb-form input[type=tel],
.tljpb-form input[type=text],
.tljpb-form input[type=url],
.tljpb-form textarea {
  display: block;
  margin: 12px 0;
  font-family: var(--form-field-font-family);
  font-size: var(--form-field-font-size);
  font-weight: var(--form-field-font-weight)
}
.tljpb-form input[type=email]::-webkit-input-placeholder,
.tljpb-form input[type=number]::-webkit-input-placeholder,
.tljpb-form input[type=password]::-webkit-input-placeholder,
.tljpb-form input[type=tel]::-webkit-input-placeholder,
.tljpb-form input[type=text]::-webkit-input-placeholder,
.tljpb-form input[type=url]::-webkit-input-placeholder,
.tljpb-form textarea::-webkit-input-placeholder {
  color: var(--form-field-placeholder-color)!important;
  opacity: var(--form-field-placeholder-opacity)!important
}
.tljpb-form input[type=email]::-moz-placeholder,
.tljpb-form input[type=number]::-moz-placeholder,
.tljpb-form input[type=password]::-moz-placeholder,
.tljpb-form input[type=tel]::-moz-placeholder,
.tljpb-form input[type=text]::-moz-placeholder,
.tljpb-form input[type=url]::-moz-placeholder,
.tljpb-form textarea::-moz-placeholder {
  color: var(--form-field-placeholder-color)!important;
  opacity: var(--form-field-placeholder-opacity)!important
}
.tljpb-form input[type=email]:-ms-input-placeholder,
.tljpb-form input[type=number]:-ms-input-placeholder,
.tljpb-form input[type=password]:-ms-input-placeholder,
.tljpb-form input[type=tel]:-ms-input-placeholder,
.tljpb-form input[type=text]:-ms-input-placeholder,
.tljpb-form input[type=url]:-ms-input-placeholder,
.tljpb-form textarea:-ms-input-placeholder {
  color: var(--form-field-placeholder-color)!important;
  opacity: var(--form-field-placeholder-opacity)!important
}
.tljpb-form input[type=email]:-moz-placeholder,
.tljpb-form input[type=number]:-moz-placeholder,
.tljpb-form input[type=password]:-moz-placeholder,
.tljpb-form input[type=tel]:-moz-placeholder,
.tljpb-form input[type=text]:-moz-placeholder,
.tljpb-form input[type=url]:-moz-placeholder,
.tljpb-form textarea:-moz-placeholder {
  color: var(--form-field-placeholder-color)!important;
  opacity: var(--form-field-placeholder-opacity)!important
}
.tljpb-form .tljpb-form__hp {
  visibility: hidden!important;
  display: none!important
}
.tljpb-form__zone {
  width: 100%;
  margin-top: 24px
}
.tljpb-form__zone:first-child {
  margin-top: 0
}
.tljpb-form__row {
  display: flex;
  flex-flow: column nowrap
}
.tljpb-form__content {
  margin: 12px 0
}
.tljpb-form__content > :first-child {
  margin-top: 0
}
.tljpb-form__content > :last-child {
  margin-bottom: 0
}
.tljpb-form__group {
  width: 100%;
  margin-bottom: 24px
}
@media only screen and (min-width:640px) {
  .tljpb-form__row {
    flex-flow: row nowrap;
    margin-left: -12px;
    margin-right: -12px
  }
  .tljpb-form__content,
  .tljpb-form__group {
    margin-left: 12px;
    margin-right: 12px
  }
}
.tljpb-form__label {
  margin: 0;
  user-select: none
}
.tljpb-form__comment {
  margin: 6px 0 0 0;
  font-size: var(--form-comment-size);
  line-height: 18px;
  font-style: italic;
  color: var(--form-comment-color)
}
.tljpb-form__group--submit {
  text-align: center
}
.tljpb-form__group--checkbox ul,
.tljpb-form__group--radio ul {
  margin: 12px 0;
  padding: 0!important;
  list-style: none;
  border: 1px solid var(--form-field-bordercolor)
}
.tljpb-form__group--checkbox ul li,
.tljpb-form__group--radio ul li {
  margin: 0!important;
  border-bottom: 1px solid var(--form-field-bordercolor)
}
.tljpb-form__group--checkbox ul li:last-child,
.tljpb-form__group--radio ul li:last-child {
  border-bottom: none
}
.tljpb-form__group--checkbox ul li label,
.tljpb-form__group--radio ul li label {
  position: relative;
  overflow: hidden;
  line-height: 47px;
  height: 47px;
  padding-left: 36px;
  padding-right: 12px;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
  text-align: left!important;
  user-select: none
}
.tljpb-form__group--checkbox ul li label input,
.tljpb-form__group--radio ul li label input {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%)
}
.tljpb-form__group--cgu {
  position: relative;
  padding-left: 24px;
  margin-bottom: 0
}
.tljpb-form__group--cgu input {
  position: absolute;
  top: 2px;
  left: 0
}
.tljpb-form__group--cgu p {
  font-size: var(--form-comment-size);
  line-height: 18px;
  margin: 0!important
}
.tljpb-form__group--selectContent {
  position: relative;
  background-color: var(--form-field-bgcolor)
}
.tljpb-form__group--selectContent input.tljpb-form__toggle {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden
}
.tljpb-form__group--selectContent label.tljpb-form__toggle {
  display: flex;
  flex-flow: row nowrap;
  padding: 0;
  margin: 12px 0;
  height: 48px;
  line-height: 46px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--form-field-bordercolor);
  text-align: left;
  user-select: none;
  font-size: var(--form-field-font-size);
  font-weight: var(--form-field-font-weight);
  color: var(--form-label-color)
}
.tljpb-form__group--selectContent label.tljpb-form__toggle .tljpb-form__selectedValue {
  padding: 0 12px;
  flex: 1;
  overflow: hidden;
  text-transform: none!important
}
.tljpb-form__group--selectContent label.tljpb-form__toggle .tljpb-form__selectedValue.tljpb-form__placeholderValue {
  color: var(--form-field-placeholder-color)!important;
  opacity: var(--form-field-placeholder-opacity)!important
}
.tljpb-form__group--selectContent .tljpb-form__group--selectList {
  display: none;
  position: absolute;
  z-index: 11;
  top: 49px;
  left: 0;
  overflow: auto;
  box-shadow: 0 var(--shadow-offset-small) var(--shadow-blur-small) rgba(var(--shadow-color-r),var(--shadow-color-g),var(--shadow-color-b),var(--shadow-opacity));
  width: 100%;
  max-height: 240px;
  background-color: var(--form-field-bgcolor)
}
.tljpb-form__group--selectContent .tljpb-form__group--selectList ul {
  width: 100%;
  padding: 12px 0!important;
  margin: 0;
  list-style: none!important
}
.tljpb-form__group--selectContent .tljpb-form__group--selectList ul li {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  padding: 0!important;
  background-color: transparent
}
.tljpb-form__group--selectContent .tljpb-form__group--selectList ul li:last-child {
  border-bottom: none
}
.tljpb-form__group--selectContent .tljpb-form__group--selectList ul li label {
  width: 100%;
  margin: 0;
  padding: 9px 11px;
  cursor: pointer;
  line-height: 23px;
  text-transform: none;
  font-size: var(--form-field-font-size);
  font-weight: 400;
  text-align: left!important;
  user-select: none;
  color: var(--form-field-color)
}
.tljpb-form__group--selectContent .tljpb-form__group--selectList ul li label.tljpb--selected {
  color: var(--form-field-selected-color);
  background-color: var(--form-field-selected-bgcolor)
}
.tljpb-form__group--selectContent .tljpb-form__group--selectList ul li input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden
}
.tljpb-form__group--selectContent input.tljpb-form__toggle:checked + label.tljpb-form__toggle span.tljpb-form__icon--closed {
  display: none
}
.tljpb-form__group--selectContent input.tljpb-form__toggle:checked + label.tljpb-form__toggle span.tljpb-form__icon--opened {
  display: inline-flex
}
.tljpb-form__group--selectContent input.tljpb-form__toggle:checked + label.tljpb-form__toggle + .tljpb-form__group--selectList {
  display: block
}
.tljpb-form__group--autocomplete {
  position: relative
}
.tljpb-form__group--autocomplete .tljpb-form__group--autocompleteLoader {
  display: none;
  position: absolute;
  z-index: 11;
  top: 40px;
  right: 0
}
.tljpb-form__group--autocomplete .tljpb-form__group--autocompleteLoader svg {
  width: 32px!important;
  fill: var(--form-field-color)!important
}
.tljpb-form__group--autocomplete .tljpb-form__group--autocompleteList {
  position: absolute;
  z-index: 11;
  top: 81px;
  left: 0;
  overflow: auto;
  box-shadow: 0 var(--shadow-offset-small) var(--shadow-blur-small) rgba(var(--shadow-color-r),var(--shadow-color-g),var(--shadow-color-b),var(--shadow-opacity));
  width: 100%;
  max-height: 240px;
  background-color: var(--form-field-bgcolor)
}
.tljpb-form__group--autocomplete .tljpb-form__group--autocompleteList ul {
  width: 100%;
  padding: 12px 0!important;
  margin: 0;
  list-style: none!important
}
.tljpb-form__group--autocomplete .tljpb-form__group--autocompleteList ul li {
  margin: 0;
  background-color: transparent;
  width: 100%;
  padding: 9px 11px;
  cursor: pointer;
  line-height: 23px;
  text-transform: none;
  font-size: var(--form-field-font-size);
  font-weight: 400;
  text-align: left!important;
  user-select: none;
  color: var(--form-field-color)
}
.tljpb-form__group--autocomplete .tljpb-form__group--autocompleteList ul li:last-child {
  border-bottom: none
}
.tljpb-form__group--file {
  position: relative
}
.tljpb-form__group--file input {
  visibility: hidden;
  display: none
}
.tljpb-form__group--file .tljpb-form__fileToggle {
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
  position: relative;
  background-color: var(--form-field-bgcolor);
  padding: 0;
  margin: 12px 0;
  height: 48px;
  line-height: 46px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--form-field-bordercolor);
  text-align: left;
  user-select: none;
  font-size: var(--form-field-font-size);
  font-weight: var(--form-field-font-weight);
  color: var(--form-label-color);
  cursor: pointer
}
.tljpb-form__group--file .tljpb-form__fileToggle .tljpb-form__selectedValue {
  display: block;
  padding: 0 12px;
  flex: 1;
  overflow: hidden;
  text-transform: none!important
}
.tljpb-form__group--file .tljpb-form__fileToggle .tljpb-form__selectedValue.tljpb-form__placeholderValue {
  color: var(--form-field-placeholder-color)!important;
  opacity: var(--form-field-placeholder-opacity)!important
}
p.tljpb-form--error {
  color: var(--form-error-color)
}
p.tljpb-form--success {
  color: var(--form-success-color)
}
.tljpb-form__group p.tljpb-form--error,
.tljpb-form__group p.tljpb-form--success,
.tljpb-form__status p {
  font-size: var(--form-comment-size);
  line-height: 18px
}
.tljpb-form__group p.tljpb-form--error,
.tljpb-form__group p.tljpb-form--success {
  margin: 0 0 12px 0;
  text-align: left!important
}
.tljpb-form__status p {
  padding: 12px;
  margin: 0!important;
  text-align: center!important
}
.tljpb-map {
  position: relative;
  z-index: 10
}
.tljpb-map__wrapper {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.tljpb-map__wrapper a.leaflet-control-zoom-in,
.tljpb-map__wrapper a.leaflet-control-zoom-out {
  text-decoration: none!important;
  font-size: 14px!important
}
.tljpb-map__wrapper a.leaflet-control-zoom-in,
.tljpb-map__wrapper a.leaflet-control-zoom-in > span,
.tljpb-map__wrapper a.leaflet-control-zoom-out,
.tljpb-map__wrapper a.leaflet-control-zoom-out > span {
  color: #000!important
}
.tljpb-map__wrapper .tljpb-map__infoWindow {
  overflow: hidden
}
.tljpb-map__wrapper .tljpb-map__infoWindow .tljpb-map__infoWindow__title {
  font-size: 15px!important;
  line-height: 18px!important;
  font-weight: var(--strong-font-weight);
  margin: 0 0 6px 0
}
.tljpb-map__wrapper .tljpb-map__infoWindow .tljpb-map__infoWindow__content > :first-child,
.tljpb-map__wrapper .tljpb-map__infoWindow .tljpb-map__infoWindow__title > :first-child {
  margin-top: 0
}
.tljpb-map__wrapper .tljpb-map__infoWindow .tljpb-map__infoWindow__content > :last-child,
.tljpb-map__wrapper .tljpb-map__infoWindow .tljpb-map__infoWindow__title > :last-child {
  margin-bottom: 0
}
.tljpb-map__wrapper .tljpb-map__infoWindow .tljpb-map__infoWindow__content p,
.tljpb-map__wrapper .tljpb-map__infoWindow .tljpb-map__infoWindow__title p {
  font-size: 15px!important;
  line-height: 18px!important
}
.tljpb-dialog--preShow {
  opacity: 0!important
}
#tljpb-dialog__overlay {
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--dialog-overlay-bgcolor);
  opacity: 1;
  transition: opacity var(--transition-speed)
}
#tljpb-dialog__overlay.tljpb-dialog--preShow {
  cursor: wait
}
#tljpb-dialog__overlay > .tljpb-svg--button {
  display: none
}
#tljpb-dialog__overlay.tljpb-dialog--loading {
  cursor: wait
}
#tljpb-dialog__overlay.tljpb-dialog--loading > .tljpb-svg--button {
  display: block;
  position: absolute;
  top: 50%;
  bottom: unset;
  left: 50%;
  right: unset;
  transform: translate(-50%,-50%);
  width: 100px;
  height: 100px
}
#tljpb-dialog__overlay.tljpb-dialog--loading > .tljpb-svg--button svg {
  fill: #fff;
  transform: none
}
.tljpb-dialog {
  position: fixed;
  z-index: 301;
  top: 50%;
  bottom: unset;
  left: 50%;
  right: unset;
  transform: translate(-50%,-50%);
  top: calc(50% + 12px);
  opacity: 1;
  transition: opacity var(--transition-speed);
  width: 96vw;
  max-width: var(--dialog-max-width);
  background-color: var(--dialog-bgcolor);
  padding: 36px 0
}
@media only screen and (min-width:640px) {
  .tljpb-dialog {
    top: 50%;
    padding: 48px 0
  }
}
.tljpb-dialog > .tljpb-ly__item {
  position: relative;
  z-index: 302;
  width: 100%;
  height: 100%;
  max-height: calc(88vh - 2 * 36px - 4 * 12px);
  padding: 0 36px;
  transition: opacity var(--transition-speed);
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar
}
.tljpb-dialog > .tljpb-ly__item > .tljpb-ly__itemContent .tljpb-iframe__container {
  margin: 0
}
.tljpb-dialog > .tljpb-ly__item > .tljpb-ly__itemContent .tljpb-share {
  margin-top: 12px
}
@media only screen and (min-width:640px) {
  .tljpb-dialog > .tljpb-ly__item {
    max-height: calc(98vh - 2 * 48px);
    padding: 0 48px
  }
}
.tljpb-dialog__close {
  position: absolute;
  z-index: 305;
  top: -47px;
  right: 0;
  cursor: pointer;
  background-color: var(--dialog-bgcolor)
}
.tljpb-dialog__close svg {
  transform: scale(var(--dialog-close-icon-proportion))!important
}
@media only screen and (min-width:640px) {
  .tljpb-dialog__close {
    top: 0
  }
}
.tljpb-dialog__trigger {
  position: relative;
  cursor: pointer;
  margin: 24px 0
}
.tljpb-dialog--fullscreen {
  max-width: unset;
  background-color: transparent!important;
  width: 98vw;
  height: calc(100vh - 144px);
  top: 50%;
  padding: 0;
  user-select: none
}
.tljpb-dialog--fullscreen .tljpb-dialog__content {
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  bottom: unset;
  left: 50%;
  right: unset;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%
}
.tljpb-dialog--fullscreen .tljpb-dialog__content .tljpb-box > figure > picture {
  max-height: calc(100vh - 144px)
}
.tljpb-dialog--fullscreen .tljpb-dialog__content .tljpb-box > figure > picture > img {
  height: 100%
}
.tljpb-dialog--fullscreen .tljpb-dialog__close {
  top: -72px;
  right: -1vw;
  width: 72px;
  height: 72px;
  background-color: var(--dialog-overlay-bgcolor)!important
}
.tljpb-dialog--fullscreen .tljpb-dialog__close .tljpb-svg--button {
  width: 72px;
  height: 72px
}
.tljpb-dialog--fullscreen .tljpb-dialog__close .tljpb-svg--button svg {
  fill: #fff!important
}
@media only screen and (min-width:640px) {
  .tljpb-dialog--fullscreen .tljpb-dialog__close {
    top: -72px!important
  }
}