.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08)}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9)}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{/*
      /*rtl:begin:ignore*/left:0/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{/*
      /*rtl:begin:ignore*/right:0/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.dayContainer + .dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
.flatpickr-monthSelect-months {
  margin: 10px 1px 3px 1px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flatpickr-monthSelect-month {
  background: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin: 0.5px;
  justify-content: center;
  padding: 10px;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  width: 33%;
}

.flatpickr-monthSelect-month.flatpickr-disabled {
	color: #eee;
}

.flatpickr-monthSelect-month.flatpickr-disabled:hover,
.flatpickr-monthSelect-month.flatpickr-disabled:focus {
	cursor: not-allowed;
	background: none !important;
}

.flatpickr-monthSelect-theme-dark {
  background: #3f4458;
}

.flatpickr-monthSelect-theme-dark .flatpickr-current-month input.cur-year {
  color: #fff;
}

.flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-prev-month,
.flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-next-month {
  color: #fff;
  fill: #fff;
}

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month {
  color: rgba(255, 255, 255, 0.95);
}

.flatpickr-monthSelect-month.today {
  border-color: #959ea9;
}

.flatpickr-monthSelect-month.inRange,
.flatpickr-monthSelect-month.inRange.today,
.flatpickr-monthSelect-month:hover,
.flatpickr-monthSelect-month:focus {
  background: #e6e6e6;
  cursor: pointer;
  outline: 0;
  border-color: #e6e6e6;
}

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.inRange,
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month:hover,
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month:focus {
  background: #646c8c;
  border-color: #646c8c;
}

.flatpickr-monthSelect-month.today:hover,
.flatpickr-monthSelect-month.today:focus {
  background: #959ea9;
  border-color: #959ea9;
  color: #fff;
}

.flatpickr-monthSelect-month.selected,
.flatpickr-monthSelect-month.startRange,
.flatpickr-monthSelect-month.endRange {
  background-color: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-monthSelect-month.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-monthSelect-month.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-monthSelect-month.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-monthSelect-month.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.selected,
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.startRange,
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.endRange {
  background: #80cbc4;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #80cbc4;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
body,
html {
  scroll-behavior: auto;
  overflow-y: auto;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Generic container style */
.iframe-container {
  max-width: 1000px;
  margin: 0 auto 20px auto;
  /* shorthand for top, right/left, bottom */
}
/* Style ONLY for the resizable Metabase dashboard iframe */
#metabase-iframe {
  width: 100%;
  height: 100%;
  /* Will be dynamically set by iframe-resizer */
  border: none;
  display: block;
}
/* Style ONLY for the fixed-height question iframe */
#metabase-question-iframe {
  width: 80%;
  min-height: 100vh;
  border: none;
  display: block;
  margin: 0 auto;
}
/* Import select2 */
/* Import fancybox */
/* Import flatpickr */
/* Custom Rules */
html,
body {
  height: 100%;
}
#page-content.shifted {
  transform: translateY(0px);
  transition: transform 0.3s ease;
}
.wrapper {
  position: relative;
  overflow: hidden;
}
.wrapper.full,
.wrapper.error-404 {
  height: 100%;
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.hidden {
  display: none;
}
.relative {
  position: relative;
}
header {
  /*    position: fixed;
    top: 0;*/
  height: 70px;
}
header .header-inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
header .burger {
  position: absolute;
  top: 0px;
  right: 0;
  width: 70px;
  height: 70px;
  background-color: #C0E3EA;
  display: flex;
  align-content: center;
  justify-content: center;
  z-index: 4;
}
header .burger .bar-holder {
  width: 31px;
  height: 24px;
  position: relative;
  align-self: center;
}
header .burger .bar-holder .bar {
  position: absolute;
  height: 4px;
  width: 31px;
  background-color: #4F59A7;
  transition: all 0.2s ease-in-out;
}
header .burger .bar-holder .bar.first {
  top: 0;
}
header .burger .bar-holder .bar.second {
  top: 10px;
  left: 0;
}
header .burger .bar-holder .bar.third {
  bottom: 0;
}
header .burger.open .bar-holder .bar.first {
  transform: rotate(45deg);
  top: 9px;
  left: 0px;
}
header .burger.open .bar-holder .bar.second {
  width: 0;
  left: 14px;
}
header .burger.open .bar-holder .bar.third {
  transform: rotate(135deg);
  top: 9px;
  left: 0px;
}
header nav {
  height: 70px;
  display: none;
  position: absolute;
  right: 70px;
  z-index: 4;
}
header nav ul {
  display: block;
  background-color: #4F59A7;
  height: 100%;
}
header nav ul li {
  display: inline-block;
  height: 100%;
}
header nav ul li a {
  display: block;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  padding: 0px 10px;
  line-height: 70px;
}
header nav ul li a.auth {
  background-color: #EF3D48;
  padding: 0 20px;
}
header nav ul li a.first,
header nav ul li a.last {
  padding: 0 20px;
}
header nav.open {
  display: block;
}
p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 17px;
  padding-left: 10px;
  padding-right: 10px;
}
.section-title {
  font-size: 36px;
  font-family: 'Roboto Slab', serif;
  color: white;
  line-height: 43px;
  font-weight: bold;
  text-transform: uppercase;
}
.section-title.blue {
  color: #4F59A7;
}
.section-title.white {
  color: white;
}
.dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #C0E3EA;
  position: absolute;
  z-index: 1;
}
.dot.red {
  background-color: #EF3D48;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #454958;
  opacity: 1;
}
::placeholder {
  /* Most modern browsers support this now. */
  color: #454958;
}
.filter-select {
  display: none;
}
.centered {
  text-align: center;
}
.pull-right {
  text-align: right;
}
.see-more-button,
.how-to-use-button {
  display: inline-block;
  height: 44px;
  line-height: 36px;
  text-transform: uppercase;
  color: white;
  border-radius: 20px;
  border: 4px solid white;
  align-self: center;
  padding: 0 46px 0 18px;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  flex-wrap: nowrap;
  text-align: left;
  transition: all ease-in-out 0.2s;
  outline: none;
}
.see-more-button:after,
.how-to-use-button:after {
  content: "";
  display: block;
  width: 21px;
  height: 13px;
  background: transparent url(/images/right.png?514b4277772807d2a0e4c0e2e7464341) no-repeat top left;
  position: absolute;
  top: 12px;
  right: 12px;
}
.see-more-button:hover,
.how-to-use-button:hover {
  color: #EF3D48;
  border: 4px solid #EF3D48;
}
.filter-button {
  display: inline-flex;
  border: 3px solid #EF3D48;
  background-color: #EF3D48;
  color: white;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  position: relative;
  height: 60px;
  width: 300px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 30px;
  box-shadow: 0px 6px 0px rgba(69, 73, 88, 0.65);
}
.filter-button.blue-shadow {
  box-shadow: 0px 6px 0px rgba(62, 72, 132, 0.65);
}
.filter-button.full {
  width: 100%;
}
.filter-button span {
  position: relative;
  z-index: 2;
  font-size: 36px;
  font-weight: bold;
  font-family: 'Roboto Slab', serif;
}
.filter-button:before {
  content: "";
  position: absolute;
  background-color: #F15E6C;
  height: 70%;
  width: 120%;
  z-index: 1;
  left: -10px;
  top: -20px;
  transform: rotate(-4deg);
}
.filter-button.xls {
  margin-top: 30px;
  margin-bottom: 10px;
}
.filter-button.xls span {
  font-size: 20px;
}
.filter-button:hover {
  background-color: #cc3640;
  border: 3px solid #cc3640;
}
.filter-button:hover:before {
  background-color: #da5663;
}
.ui-selectmenu-button.ui-button {
  padding: 0;
  border-radius: 0;
  border: none;
  outline: none;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 2px solid #454958;
}
.ui-selectmenu-button.ui-button .ui-icon {
  width: 40px;
  height: 40px;
  background-color: #C0E3EA;
}
.ui-selectmenu-button.ui-button .ui-selectmenu-text {
  line-height: 40px;
  padding: 0 22px;
}
.ui-selectmenu-button.ui-button.ui-button .ui-icon,
.ui-selectmenu-button.ui-button.ui-state-active .ui-icon,
.ui-selectmenu-button.ui-button.ui-button:active .ui-icon,
.ui-selectmenu-button.ui-button.ui-state-hover .ui-icon,
.ui-selectmenu-button.ui-button.ui-state-focus .ui-icon,
.ui-selectmenu-button.ui-button.ui-button:hover .ui-icon,
.ui-selectmenu-button.ui-button.ui-button:focus .ui-icon {
  background-image: url(/images/down.png?89a5f728adf4ab90ba8971bf143b9c62);
  background-position: 10px 9px;
  border: none;
  outline: none;
}
.select2-container,
.select2-search__field {
  width: 100% !important;
}
.select2-container {
  margin-bottom: 20px;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: white;
  background-color: #4f59a7;
  border: 1px solid #3e4884;
  font-size: 17px;
  white-space: normal;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: white;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #ef3d48;
  margin-right: 5px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #f15e6c 1px;
}
.select2-container--default .select2-selection--multiple {
  border: solid #3e4884 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  font-size: 22px;
  color: red;
  right: 0;
  position: absolute;
  float: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-right: 27px;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  display: none;
}
.narrative {
  position: relative;
  z-index: 3;
  background-color: white;
}
.narrative .narrative-entry {
  padding-top: 65px;
  display: none;
}
.narrative .inner {
  padding-left: 0;
  padding-right: 0;
  max-width: 1040px;
}
.narrative .left {
  background-color: #C0E3EA;
  padding-left: 20px;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-right: 20px;
  flex: 0 1 40%;
}
.narrative .left span {
  color: #4F59A7;
}
.narrative .right {
  padding-right: 20px;
  flex: 1 0 60%;
  padding-left: 25px;
  color: #454958;
}
.intro {
  position: relative;
  background: transparent url(/images/background.jpg?e6c24fdabb808a76b3daedba3f8ec250) no-repeat top center;
  background-size: cover;
  min-height: 500px;
  border-bottom: 1px solid white;
  box-shadow: 0 4px 0 #C0E3EA;
  padding-top: 130px;
}
.intro.full,
.intro.e-404 {
  min-height: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro.full h1,
.intro.e-404 h1 {
  color: white;
  text-transform: uppercase;
  font-size: 42px;
  font-family: "Roboto Slab", serif;
  text-shadow: 2px 2px 2px #4a4646;
}
.intro .intro-content {
  background-color: rgba(69, 73, 88, 0.65);
  position: relative;
  overflow: hidden;
  padding: 65px 40px 65px 40px;
  border-top: 2px solid #EF3D48;
  border-bottom: 2px solid rgba(69, 73, 88, 0.65);
  max-width: 640px;
  margin-bottom: -20px;
  z-index: 3;
}
.intro .intro-content .intro-content-holder {
  position: relative;
}
.intro .intro-content h1 {
  color: white;
  font-family: "Roboto Slab", serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 57px;
  margin-bottom: 30px;
  max-width: 400px;
  text-transform: uppercase;
}
.intro .intro-content p {
  font-size: 18px;
  color: white;
  line-height: 24px;
  margin-bottom: 60px;
  padding: 0;
}
.intro .intro-content .how-to-use-button {
  min-width: 300px;
}
.intro .intro-content .scroll-to-content {
  position: absolute;
  width: 35px;
  height: 35px;
  background: transparent url(/images/down-white.png?e5e486398b3bc5af957c26f962b72333) no-repeat center center;
  bottom: 0;
  left: 0;
}
.intro .intro-content:before {
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  height: 50px;
  background-color: rgba(69, 73, 88, 0.65);
  transform: rotate(-1deg);
  top: -41px;
  left: -10px;
}
.filter-and-map {
  padding-top: 60px;
  position: relative;
  z-index: 2;
  background-color: white;
}
.filter-and-map .inner {
  max-width: 1600px;
}
.filter-and-map .map {
  width: 400px;
  flex: 1 1 100%;
  margin-right: 20px;
  background-color: #C0E3EA;
  position: relative;
  display: flex;
  justify-content: center;
}
.filter-and-map .map .map-container {
  z-index: 4;
  position: relative;
  width: 100%;
  height: 100%;
  align-self: center;
  max-width: 640px;
}
.filter-and-map .map .map-container .country-label {
  width: 136px;
  height: 30px;
  background: transparent url(/images/label.png?35d80e7be09bb8be9a4e6a7505d1e2a1) no-repeat top left;
  display: block;
  position: absolute;
  bottom: 20%;
  right: 10%;
  font-size: 18px;
  line-height: 28px;
  color: white;
  text-decoration: none;
  padding: 0 10px;
  padding-bottom: 2px;
}
.filter-and-map .map .map-container .country-label.latvia {
  bottom: 17%;
  right: 25%;
}
.filter-and-map .map .map-container .country-label.lithuania {
  bottom: 7%;
  right: 25%;
}
.filter-and-map .map .map-container .country-label.estonia {
  bottom: 27%;
  right: 19%;
}
.filter-and-map .map .map-container .country-label.sweden {
  bottom: 60%;
  right: 41%;
}
.filter-and-map .map .map-container .country-label.finland {
  bottom: 46%;
  right: 20%;
}
.filter-and-map .map .map-container .country-label.denmark {
  bottom: 13%;
  right: 70%;
}
.filter-and-map .map .map-container .country-label.norway {
  bottom: 40%;
  right: 65%;
}
.filter-and-map .map .map-container .country-label.iceland {
  bottom: 77%;
  right: 68%;
}
.filter-and-map .map .map-container .country-label.selected,
.filter-and-map .map .map-container .country-label.applies {
  background: transparent url(/images/label-selected.png?c58ad77399f0f27283e8575196e163e1) no-repeat top left;
}
.filter-and-map .map:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.filter-and-map .map:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1000%;
  background-color: #C0E3EA;
  z-index: 2;
}
.filter-and-map .map.overlay:after {
  background-color: #e6e6e6;
}
.filter-and-map .map.overlay:before {
  display: block;
}
.filter-and-map .narrative-filter {
  flex: 1 0 420px;
  position: relative;
  overflow: hidden;
  background-color: #4F59A7;
  display: flex;
  border-bottom: 2px solid #3E4884;
  border-top: 2px solid #EF3D48;
}
.filter-and-map .narrative-filter .filter-holder {
  align-self: center;
  padding: 20px;
}
.filter-and-map .narrative-filter .filter-holder .section-title {
  margin-bottom: 20px;
}
.filter-and-map .narrative-filter .filter-button {
  margin-bottom: 0;
}
.filter-and-map .narrative-filter .clear-all-filters {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-size: 24px;
  margin-top: 20px;
}
.filter-and-map .narrative-filter:before {
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  height: 20px;
  background-color: #3E4884;
  transform: rotate(-3deg);
  top: -14px;
  left: -10px;
}
.filter-and-map p {
  color: white;
  padding: 0;
  line-height: 21px;
  font-size: 16px;
  margin-bottom: 20px;
}
.filter-and-map p.no-narratives-found {
  align-self: center;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.filter-and-map .inline-narrative-list {
  position: absolute;
  flex-direction: column;
  background-color: rgba(69, 73, 88, 0.98);
  z-index: 4;
  justify-content: space-between;
  width: 50%;
  top: -20px;
  bottom: -23px;
  left: 50%;
  right: -50px;
  display: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.filter-and-map .inline-narrative-list .narrative-list {
  width: 100%;
}
.filter-and-map .inline-narrative-list-header {
  display: flex;
  justify-content: space-between;
}
.filter-and-map .inline-narrative-list-header .inner-header {
  margin-top: 20px;
  display: flex;
  color: white;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 30px 20px 30px;
  line-height: 22px;
  text-align: center;
}
.filter-and-map .inline-narrative-list-header .inner-header .title {
  font-weight: bold;
}
.filter-and-map .inline-narrative-list-header .inner-header .flags {
  padding: 0;
}
.filter-and-map .inline-narrative-list-footer {
  display: flex;
  justify-content: flex-end;
  padding: 10px 50px 10px 25px;
}
.filter-and-map .inline-narrative-list .back-to-filter {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  width: 40px;
  height: 40px;
  align-self: flex-end;
  z-index: 4;
  margin-bottom: 20px;
  font-size: 23px;
  line-height: 30px;
  background-color: #c0e3ea;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
}
.filter-and-map .inline-narrative-list .back-to-filter div {
  width: 30px;
  height: 30px;
  fill: white;
  color: #4f59a7;
}
.filter-and-map .inline-narrative-list .back-to-filter div svg {
  width: 100%;
  height: 100%;
}
.filter-and-map .inline-narrative-list .back-to-filter:hover {
  background-color: #C0E3EA;
}
.filter-and-map .inline-narrative-list .back-to-filter:hover div {
  color: #454958;
}
.filter-and-map .inline-narrative-list .header {
  padding: 0 30px 15px 30px;
}
.filter-and-map .inline-narrative-list .header .flag {
  display: inline-block;
  width: 34px;
  height: 20px;
  background: transparent url(/images/sprites.png?4c8fccf9e2a7160911ca94acd0121d30) no-repeat top left;
  vertical-align: middle;
  margin-right: 20px;
}
.filter-and-map .inline-narrative-list .header .flag.flag-LV {
  background-position: -85px 0px;
}
.filter-and-map .inline-narrative-list .header .flag.flag-LT {
  background-position: -4px 0px;
}
.filter-and-map .inline-narrative-list .header .flag.flag-EE {
  background-position: -208px 0px;
}
.filter-and-map .inline-narrative-list .header .flag.flag-NO {
  background-position: -251px 0px;
}
.filter-and-map .inline-narrative-list .header .flag.flag-FI {
  background-position: -127px 0px;
}
.filter-and-map .inline-narrative-list .header .flag.flag-SE {
  background-position: -294px 0px;
}
.filter-and-map .inline-narrative-list .header .flag.flag-DK {
  background-position: -167px 0px;
}
.filter-and-map .inline-narrative-list .header .flag.flag-IS {
  background-position: -44px 0px;
}
.filter-and-map .inline-narrative-list .header .title {
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.filter-and-map .inline-narrative-list .header .count {
  color: white;
  font-size: 16px;
  display: inline-block;
  line-height: 36px;
  vertical-align: middle;
}
.filter-and-map .inline-narrative-list .narrative-list-holder {
  overflow-y: scroll ;
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
}
.filter-and-map .inline-narrative-list .narrative-list-holder ul li {
  display: flex;
  width: 100%;
}
.filter-and-map .inline-narrative-list .narrative-list-holder ul li a {
  color: white;
  text-decoration: none;
  line-height: 21px;
  padding: 8px 20px 8px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-and-map .inline-narrative-list .narrative-list-holder ul li a:hover,
.filter-and-map .inline-narrative-list .narrative-list-holder ul li a.selected {
  background-color: #C0E3EA;
  color: #EF3D48;
}
.filter-and-map .inline-narrative-list .narrative-list-holder ul li a.narrative-entry {
  flex: 1;
}
.filter-and-map .inline-narrative-list .narrative-list-holder ul li a.link-to-examples {
  flex: 0 0 25px;
  fill: white;
  padding: 0px;
  margin-left: 10px;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
}
.filter-and-map .inline-narrative-list .narrative-list-holder ul li a.link-to-examples svg {
  width: 24px;
  height: 24px;
}
.filter-and-map .inline-narrative-list .narrative-list-holder ul li a.link-to-examples:hover {
  background-color: transparent;
  fill: #4f59a7;
}
.filter-and-map .inline-narrative-list .narrative-list-holder ul li.dark {
  background-color: #373a46;
}
.flags {
  display: flex;
  align-items: center;
  padding-left: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  flex: 0 0 115px;
}
.flags .flag-small {
  display: block;
  width: 18px;
  height: 10px;
  background: transparent url(/images/sprites.png?4c8fccf9e2a7160911ca94acd0121d30) no-repeat top left;
  margin: 2px;
}
.flags .flag-small.LV {
  background-position: -45px -34px;
}
.flags .flag-small.LT {
  background-position: -3px -34px;
}
.flags .flag-small.EE {
  background-position: -108px -34px;
}
.flags .flag-small.DK {
  background-position: -87px -34px;
}
.flags .flag-small.NO {
  background-position: -130px -34px;
}
.flags .flag-small.SE {
  background-position: -152px -34px;
}
.flags .flag-small.IS {
  background-position: -24px -34px;
}
.flags .flag-small.FI {
  background-position: -66px -34px;
}
.summary.flag-small {
  display: none;
}
.summary.flag-small.selected {
  display: block;
}
.downloads {
  margin-top: 40px;
  padding-top: 36px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  /* new stuff */
}
.downloads:before {
  content: "";
  display: block;
  position: absolute;
  background: transparent url(/images/pattern.png?ffd81d72658a0f2dd711988c0495cb68) repeat top center;
  height: 495px;
  width: 100%;
  z-index: 1;
  top: 50px;
}
.downloads .inner {
  position: relative;
  z-index: 3;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 45px;
  max-width: 1080px;
}
.downloads .inner h1,
.downloads .inner p {
  color: #7e7f8d;
  max-width: 320px;
  margin-bottom: 32px;
}
.downloads .inner p {
  padding-left: 0;
  padding-right: 0;
}
.downloads .inner .left {
  padding-right: 10px;
}
.downloads .inner .left,
.downloads .inner .right {
  flex: 0 1 50%;
}
.downloads .inner .downloads-list .title {
  display: flex;
  position: relative;
  background-color: rgba(69, 73, 88, 0.15);
  text-decoration: none;
  min-height: 40px;
  line-height: 40px;
  padding-left: 20px;
  justify-content: space-between;
  margin-bottom: 30px;
}
.downloads .inner .downloads-list .title .label {
  color: rgba(69, 73, 88, 0.65);
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
  font-weight: bold;
  display: block;
}
.downloads .inner .downloads-list .title .ico-holder {
  width: 40px;
  height: 40px;
  background-color: white;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
}
.downloads .inner .downloads-list .title .ico-holder .ico {
  display: block;
  width: 20px;
  height: 12px;
  background: transparent url(/images/sprites.png?4c8fccf9e2a7160911ca94acd0121d30) no-repeat -179px -34px;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.downloads .inner .downloads-list .title.list-visible .ico-holder .ico {
  transform: rotate(0deg);
}
.downloads .inner .downloads-list .year .file-list {
  list-style-type: none;
  display: none;
  padding-bottom: 32px;
}
.downloads .inner .downloads-list .year .file-list .entry {
  margin-bottom: 8px;
  position: relative;
  display: block;
  min-height: 40px;
  background-color: #454958;
}
.downloads .inner .downloads-list .year .file-list .entry .label-size {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}
.downloads .inner .downloads-list .year .file-list .entry .label-size .label,
.downloads .inner .downloads-list .year .file-list .entry .label-size .size {
  display: block;
  color: white;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.downloads .inner .downloads-list .year .file-list .entry .label-size .label {
  word-break: break-all;
}
.downloads .inner .downloads-list .year .file-list .entry .label-size .size {
  white-space: nowrap;
  padding-left: 10px;
}
.downloads .inner .downloads-list .year .file-list .entry .ico-holder {
  width: 40px;
  background-color: #EF3D48;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}
.downloads .inner .downloads-list .year .file-list .entry .ico-holder .ico {
  display: block;
  width: 20px;
  height: 22px;
  background: transparent url(/images/sprites.png?4c8fccf9e2a7160911ca94acd0121d30) no-repeat -207px -29px;
}
.downloads .inner .downloads-list .year .file-list .entry a {
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.downloads .inner .downloads-list .year:last-child .file-list {
  padding-bottom: 0;
}
.downloads .inner:after {
  display: block;
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  height: 120%;
  width: 1000%;
  background-color: rgba(79, 89, 167, 0.15);
  z-index: -1;
}
.downloads .template {
  height: 300px;
  width: 100%;
  background-color: #fff;
  position: relative;
}
.downloads .pills {
  display: flex;
  justify-content: center;
  padding: 18px 0;
}
.downloads .pills .pill {
  width: 24px;
  height: 24px;
  margin: 4px;
  background-color: #454958;
  cursor: pointer;
}
.downloads .pills .pill.active {
  background-color: #c0e3ea;
}
.downloads .notice {
  text-align: center;
  max-width: none !important;
}
.downloads .download-button {
  cursor: pointer;
}
.flex {
  display: flex;
}
.flex.center {
  justify-content: center;
}
.info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 20px;
}
.info .title {
  color: #454958;
  line-height: 24px;
  margin-bottom: 5px;
}
.info .value {
  font-weight: bold;
  line-height: 20px;
}
.info .flags {
  justify-content: flex-start;
  padding: 0;
}
.filter-and-examples {
  padding-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
.filter-and-examples:before {
  content: "";
  display: block;
  position: absolute;
  background: transparent url(/images/pattern.png?ffd81d72658a0f2dd711988c0495cb68) repeat top center;
  height: 495px;
  width: 100%;
  z-index: 1;
  top: 90px;
}
.filter-and-examples .inner {
  max-width: 1040px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.filter-and-examples .inner:after {
  display: block;
  content: "";
  position: absolute;
  top: -25px;
  left: -30px;
  height: 120%;
  width: 1000%;
  max-width: 1100px;
  background-color: rgba(69, 73, 88, 0.15);
  z-index: 2;
}
.filter-and-examples .filter {
  z-index: 3;
  position: relative;
  background-color: rgba(69, 73, 88, 0.65);
  border-top: 2px solid #EF3D48;
  overflow: hidden;
  padding-top: 40px;
  margin-bottom: 40px;
  margin-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 2px solid rgba(69, 73, 88, 0.65);
}
.filter-and-examples .filter .section-title {
  margin-bottom: 20px;
}
.filter-and-examples .filter .left {
  width: 400px;
  flex: 0 1 500px;
  padding-right: 20px;
}
.filter-and-examples .filter .right {
  width: 600px;
  flex: 1 1 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.filter-and-examples .filter .right .half {
  width: 50%;
}
.filter-and-examples .filter .right .half:nth-child(1) {
  padding-right: 10px;
}
.filter-and-examples .filter .right .half:nth-child(2) {
  padding-left: 10px;
}
.filter-and-examples .filter .right.see-more-section {
  align-content: center;
  justify-content: flex-end;
}
.filter-and-examples .filter:before {
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  height: 50px;
  background-color: rgba(69, 73, 88, 0.65);
  transform: rotate(-1deg);
  top: -41px;
  left: -10px;
}
.filter-and-examples .filter input.search {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  border: none;
  outline: none;
  border-bottom: 2px solid #454958;
  font-size: 16px;
  color: #454958;
  padding: 0 22px;
  font-family: Roboto, sans-serif;
}
.filter-and-examples .filter p {
  color: white;
  padding: 0;
  font-size: 16px;
  line-height: 21px;
}
.filter-and-examples .examples {
  z-index: 3;
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}
.filter-and-examples .examples .example {
  width: 220px;
  display: inline-block;
  background-color: white;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  padding-bottom: 10px;
  vertical-align: top;
}
.filter-and-examples .examples .example .img-holder {
  width: 100%;
  height: 222px;
  margin-bottom: 8px;
  justify-content: center;
}
.filter-and-examples .examples .example .img-holder img {
  align-self: center;
}
.filter-and-examples .examples .example h2 {
  text-decoration: none;
  color: #454958;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 21px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
  font-weight: 500;
  text-align: left;
}
.filter-and-examples .examples .example p {
  text-decoration: none;
  color: #777481;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 8px;
  font-weight: 500;
  text-align: left;
}
.filter-and-examples .no-narrative-examples-found {
  z-index: 3;
  display: none;
}
.filter-and-examples .no-narrative-examples-found p {
  align-self: center;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  color: #454958;
}
footer {
  padding-top: 40px;
  padding-bottom: 35px;
  background-color: #4F59A7;
  color: white;
}
footer .left {
  flex: 0 1 330px;
}
footer .left .section-title {
  max-width: 150px;
}
footer .right {
  flex: 1 1 100%;
}
footer a {
  color: white;
}
.flex {
  display: flex;
}
.modal-popup-how-to-use#modal-popup-how-to-use {
  border-top: 2px solid #C0E3EA;
  background-color: rgba(69, 73, 88, 0.95);
  max-width: 600px;
  padding: 40px;
  overflow: hidden;
  display: none;
}
.modal-popup-how-to-use#modal-popup-how-to-use h1 {
  font-family: 'Roboto Slab', serif;
  color: white;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.modal-popup-how-to-use#modal-popup-how-to-use p {
  color: white;
  padding: 0;
  font-weight: 300;
}
.fancybox-close-small {
  background: #C0E3EA url(/images/close.png?54949068decff27ebe3944fcbba98628) no-repeat center center;
}
.fancybox-close-small:after {
  content: none;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.2;
}
.fancybox-slide > * {
  margin: 0;
  padding: 0;
}
.fancybox-button--share {
  display: none;
}
.svg-country-group {
  cursor: pointer;
}
.svg-country-group path {
  fill: #FFFFFF;
  stroke: #C0E3E9;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.svg-country-group.selected path,
.svg-country-group.applies path {
  fill: #a73939 !important;
}
.overlay .svg-country-group path {
  fill: #afaaaa;
}
.modal-popup-list#modal-popup-list {
  border-top: 2px solid #C0E3EA;
  background-color: rgba(69, 73, 88, 0.8);
  max-width: 600px;
  padding-top: 40px;
  overflow: hidden;
  display: none;
}
.modal-narrative-example {
  display: none;
  max-width: 940px;
  width: 100%;
  padding: 50px 40px 40px 40px;
  border-top: 2px solid #C0E3EA;
}
.modal-narrative-example .story {
  background-color: white;
  position: relative;
  z-index: 3;
}
.modal-narrative-example .story .section-title {
  color: #4F59A7;
}
.modal-narrative-example .story .img-holder {
  margin-bottom: 10px;
}
.modal-narrative-example .story .left {
  flex: 0 0 200px;
  width: 200px;
}
.modal-narrative-example .story .left h2 {
  font-weight: bold;
  margin-bottom: 1px;
}
.modal-narrative-example .story .left p {
  line-height: 18px;
}
.modal-narrative-example .story .left ul {
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 10px;
}
.modal-narrative-example .story .left ul li {
  margin-bottom: 3px;
}
.modal-narrative-example .story .left a {
  color: #4d59a7;
}
.modal-narrative-example .story .other-images {
  display: inline-block;
  margin-bottom: 10px;
}
.modal-narrative-example .story .right {
  padding-left: 40px;
  color: #454958;
  flex: 1 1 100%;
}
.modal-narrative-example .story .right p {
  font-size: 16px;
  line-height: 21px;
  padding: 0;
}
.modal-narrative-example .story .right strong {
  font-weight: bold;
}
.modal-narrative-example .story .right em {
  font-style: italic;
}
.modal-narrative-example .story .right h2 {
  color: #4F59A7;
  margin-bottom: 17px;
  font-family: 'Roboto Slab', serif;
  font-size: 21px;
  font-weight: bold;
}
.modal-narrative-example .story .right h3 {
  color: #4F59A7;
  margin-bottom: 15px;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: normal;
}
.modal-narrative-example .story .right a {
  color: #4F59A7;
}
.modal-narrative-example .story .right .quote {
  margin-left: 20px;
}
.download {
  display: flex;
  border: none;
  font-size: 18px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
}
.download span {
  padding: 10px 0 10px 25px;
  margin-right: 20px;
}
.download i {
  width: 48px;
  height: 42px;
  display: block;
  background-color: #454958;
  display: flex;
  align-items: center;
  justify-content: center;
}
.download i svg {
  width: 30px;
  height: 30px;
  fill: white;
  stroke: white;
}
.download:hover {
  background-color: #C0E3EA;
  color: #454958;
}
/* DATE PICKER REGION */
.flex-2-columns {
  display: flex;
}
.flex-2-columns > * {
  flex: 1 1 50%;
}
.flex-2-columns > *:first-child {
  padding-right: 10px;
}
.flex-2-columns > *:last-child {
  padding-left: 10px;
}
.flex-2-columns input {
  box-sizing: border-box;
  height: 32px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  padding: 0 5px;
}
.month-picker #startDate,
.month-picker #endDate {
  cursor: pointer;
  margin-bottom: 20px;
  height: 32px;
  box-sizing: border-box;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
.ui-datepicker {
  background-color: #fff;
}
.ui-datepicker-calendar {
  display: none;
}
.ui-datepicker-prev {
  background: url('data:image/svg+xml;utf8,<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 19l-7-7 7-7"></path></svg>') center center no-repeat;
}
.ui-datepicker-next {
  background: url('data:image/svg+xml;utf8,<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg>') center center no-repeat;
}
.controls__back,
.controls__forward {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #c0e3ea;
  border: none;
  padding: 0;
  z-index: 2;
}
.controls__back svg,
.controls__forward svg {
  width: 100%;
  height: 100%;
  stroke: #4f59a7;
}
.controls__back:hover,
.controls__forward:hover {
  background-color: #454958;
}
.controls__back:hover svg,
.controls__forward:hover svg {
  stroke: #aba9b1;
}
.controls__back {
  left: -40px;
}
.controls__forward {
  right: -40px;
}
.slide-criterias,
.data-type {
  margin-top: 50px;
}
.slide-criterias .title,
.data-type .title {
  font-size: 24px;
  font-weight: 700;
  color: #7e7f8d;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 20px;
}
.slide-criterias label,
.data-type label {
  cursor: pointer;
  display: block;
  color: #454958;
  margin-bottom: 10px;
  font-size: 16px;
}
.download-spliter {
  position: relative;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #e5e6f2;
}
.download-spliter span {
  display: block;
  background-color: #e5e6f2;
  padding-left: 10px;
  padding-right: 10px;
  color: #7e7f8d;
  position: relative;
  z-index: 2;
}
.download-spliter:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #b2cfe1;
  z-index: 1;
}
#download-slides {
  display: flex;
  flex-direction: column;
}
.download-slide {
  display: block;
  max-width: 200px;
  width: 100%;
  margin-bottom: 10px;
  height: 30px;
  align-self: center;
  cursor: pointer;
  border: 3px solid #EF3D48;
  background-color: #EF3D48;
  align-items: center;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 3px 0px rgba(69, 73, 88, 0.65);
  font-weight: bold;
  font-family: 'Roboto Slab', serif;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}
.download-slide:before {
  content: "";
  position: absolute;
  background-color: #F15E6C;
  height: 70%;
  width: 120%;
  z-index: 1;
  left: -10px;
  top: -20px;
  transform: rotate(-4deg);
}
.download-slide:hover {
  background-color: #cc3640;
  border: 3px solid #cc3640;
}
.download-slide:hover:before {
  background-color: #da5663;
}
#template_holder {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#template_holder > * {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: white;
}
#template_holder > *.active {
  z-index: 10;
}
@media (max-width: 1140px) {
  .controls__back {
    left: 0;
  }
  .controls__forward {
    right: 0;
  }
}
@media (max-width: 880px) {
  .filter-and-examples .filter.flex {
    flex-direction: column;
  }
  .filter-and-examples .filter.flex .left {
    flex: 0 1 auto;
    width: 100%;
  }
  .filter-and-examples .filter.flex .left h1 {
    max-width: 300px;
  }
  .filter-and-examples .filter.flex .right {
    flex: 0 1 auto;
    width: 100%;
  }
  .filter-and-examples .filter.flex .right .flex {
    flex-direction: row;
  }
  .see-more-button {
    margin-bottom: 30px;
  }
}
@media (max-width: 770px) {
  .filter-and-map .flex {
    flex-direction: column;
  }
  .filter-and-map .flex .map {
    width: 100%;
    margin-right: 0;
    order: 2;
    flex: 0 1 auto;
  }
  .filter-and-map .flex .map:after {
    right: -20px;
  }
  .filter-and-map .flex .narrative-filter {
    order: 1;
    flex: 0 1 auto;
    margin-bottom: 20px;
  }
  .filter-and-map .flex .narrative-filter:before {
    transform: rotate(-1deg);
  }
  .filter-and-map .inline-narrative-list {
    width: 100%;
    left: auto;
    right: 0;
    height: 50%;
  }
}
@media (max-width: 650px) {
  .narrative .flex {
    flex-direction: column;
  }
  .narrative .flex .left {
    flex: 0 1 auto;
  }
  .narrative .flex .right {
    flex: 0 1 auto;
    padding: 20px;
  }
  .narrative .flex .right p {
    padding: 0;
  }
  .modal-narrative-example .story.flex {
    flex-direction: column;
  }
  .modal-narrative-example .story.flex .left {
    width: 100%;
    flex: 0 1 auto;
  }
  .modal-narrative-example .story.flex .left h1 {
    margin-bottom: 20px;
  }
  .modal-narrative-example .story.flex .right {
    width: 100%;
    flex: 0 1 auto;
    padding: 0;
  }
  .downloads .inner > .flex {
    display: block;
  }
  .downloads .inner > .flex .left {
    margin-bottom: 30px;
    padding-right: 0;
  }
}
@media (max-width: 630px) {
  .filter-and-map .inline-narrative-list-header .inner-header {
    display: block;
  }
  .filter-and-map .inline-narrative-list-header .inner-header > * {
    display: flex;
    align-items: center;
  }
  .filter-and-map .inline-narrative-list-header .inner-header .value {
    margin-left: 5px;
  }
}
@media (max-width: 550px) {
  .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .intro {
    padding-top: 20px;
  }
  .intro .intro-content {
    margin-top: 95px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .intro .intro-content h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .intro .intro-content .how-to-use-button {
    width: 100%;
    min-width: 0;
  }
  .intro .intro-content .intro-content-holder {
    padding-bottom: 60px;
    background-position: bottom center;
  }
  .intro .intro-content .scroll-to-content {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .intro.e-404 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .intro.e-404 h1 {
    font-size: 32px;
  }
  .filter-and-examples .flex.filter .right .flex {
    flex-direction: column;
  }
  .filter-and-examples .flex.filter .right .flex .half {
    width: 100%;
    padding: 0;
  }
  footer .flex {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .flex .left {
    width: 100%;
    flex: 0 1 auto;
  }
  footer .flex .left h1 {
    margin-bottom: 20px;
  }
  footer .flex .right {
    width: 100%;
    flex: 0 1 auto;
    padding: 0;
  }
  footer .flex .right p {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .filter-and-map .flex .map {
    display: none;
  }
  .filter-and-map .inline-narrative-list {
    height: 100%;
  }
}
@media (max-width: 410px) {
  .intro .intro-content h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 400px) {
  .filter-and-examples .flex .right {
    padding: 0;
  }
  .filter-button {
    width: 100%;
  }
  .see-more-button {
    font-size: 12px;
  }
}
.panel-utility {
  z-index: 3;
  position: relative;
  max-width: 300px;
}
.panel-utility input {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  border: none;
  outline: none;
  border-bottom: 2px solid #454958;
  font-size: 16px;
  color: #454958;
  padding: 0 22px;
  font-family: Roboto, sans-serif;
}
.panel-utility input[type=checkbox] {
  display: inline-block;
  width: auto;
  height: auto;
}
.panel-utility .remember {
  color: white;
}
.panel-utility .remember label {
  cursor: pointer;
}
.panel-utility button {
  display: inline-flex;
  border: 3px solid #EF3D48;
  background-color: #EF3D48;
  color: white;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  position: relative;
  height: 60px;
  width: 300px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0px 6px 0px rgba(69, 73, 88, 0.65);
  cursor: pointer;
}
.panel-utility button.blue-shadow {
  box-shadow: 0px 6px 0px rgba(62, 72, 132, 0.65);
}
.panel-utility button span {
  position: relative;
  z-index: 2;
  font-size: 36px;
  font-weight: bold;
  font-family: 'Roboto Slab', serif;
}
.panel-utility button:before {
  content: "";
  position: absolute;
  background-color: #F15E6C;
  height: 70%;
  width: 120%;
  z-index: 1;
  left: -10px;
  top: -20px;
  transform: rotate(-4deg);
}
.panel-utility .help-block {
  color: white;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  line-height: 20px;
  text-shadow: 1px 1px 5px black;
}
.panel-utility .alert.alert-info,
.panel-utility .alert.alert-success {
  color: white;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 20px;
  text-shadow: 1px 1px 5px black;
}
.panel-utility a {
  color: white;
}
.font-size-2,
.font-size-2 span {
  font-size: 22px !important;
}
.hidden {
  display: none;
}

