.hystmodal__opened,.hystmodal__shadow{position:fixed;right:0;left:0;overflow:hidden}.hystmodal__shadow{border:none;display:block;width:100%;top:0;bottom:0;pointer-events:none;z-index:98;opacity:0;transition:opacity .15s ease;background-color:#000}.hystmodal__shadow--show{pointer-events:auto;opacity:.6}.hystmodal{position:fixed;top:0;bottom:0;right:0;left:0;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;opacity:1;pointer-events:none;display:flex;flex-flow:column nowrap;justify-content:flex-start;z-index:99;visibility:hidden}.hystmodal--active{opacity:1}.hystmodal--active,.hystmodal--moved{pointer-events:auto;visibility:visible}.hystmodal__wrap{flex-shrink:0;flex-grow:0;width:100%;min-height:100%;margin:auto;display:flex;flex-flow:column nowrap;align-items:center;justify-content:center}.hystmodal__window{margin:50px 0;flex-shrink:0;flex-grow:0;background:#fff;width:600px;max-width:100%;overflow:visible;transition:transform .2s ease 0s,opacity .2s ease 0s;transform:scale(.9);opacity:0}.hystmodal--active .hystmodal__window{transform:scale(1);opacity:1}.hystmodal__close{position:absolute;z-index:10;top:0;right:-40px;display:block;width:30px;height:30px;background-color:transparent;background-position:50%;background-repeat:no-repeat;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E");background-size:100% 100%;border:none;font-size:0;cursor:pointer;outline:none}.hystmodal__close:focus{outline:2px dotted #afb3b9;outline-offset:2px}@media (max-width:767px){.hystmodal__close{top:10px;right:10px;width:24px;height:24px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E")}.hystmodal__window{margin:0}}
@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  position: relative;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

img {
  max-width: 100%;
}

.nopadding {
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.abs100 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.flex-center {
  align-items: center;
}

.flex-align-start {
  align-items: flex-start;
}

.flex-align-end {
  align-items: flex-end;
}

.flex-align-center {
  align-items: center;
}

.flex-align-baseline {
  align-items: baseline;
}

.flex-align-stretch {
  align-items: stretch;
}

.flex-justify-start {
  justify-content: flex-start;
}

.flex-justify-end {
  justify-content: flex-end;
}

.flex-justify-center {
  justify-content: center;
}

.flex-justify-baseline {
  justify-content: baseline;
}

.flex-justify-stretch {
  justify-content: stretch;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 15px;
}
.row.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.row.row-reverse {
  flex-direction: row-reverse;
}
.row .col {
  flex-grow: 1;
  flex-basis: 100%;
  max-width: 100%;
  padding: 5px 5px;
}
.row .col.col-reverse {
  flex-direction: column-reverse;
}
.row .col-xs-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
.row .col-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
.row .col-xs-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
.row .col-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
.row .col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.row .col-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.row .col-xs-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
.row .col-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
.row .col-xs-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
.row .col-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
.row .col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.row .col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.row .col-xs-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
.row .col-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
.row .col-xs-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
.row .col-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
.row .col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.row .col-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.row .col-xs-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
.row .col-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
.row .col-xs-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
.row .col-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
.row .col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.row .col-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.row .col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.row .col-offset-1 {
  margin-left: 8.3333333333%;
}
.row .col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.row .col-offset-2 {
  margin-left: 16.6666666667%;
}
.row .col-xs-offset-3 {
  margin-left: 25%;
}
.row .col-offset-3 {
  margin-left: 25%;
}
.row .col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.row .col-offset-4 {
  margin-left: 33.3333333333%;
}
.row .col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.row .col-offset-5 {
  margin-left: 41.6666666667%;
}
.row .col-xs-offset-6 {
  margin-left: 50%;
}
.row .col-offset-6 {
  margin-left: 50%;
}
.row .col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.row .col-offset-7 {
  margin-left: 58.3333333333%;
}
.row .col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.row .col-offset-8 {
  margin-left: 66.6666666667%;
}
.row .col-xs-offset-9 {
  margin-left: 75%;
}
.row .col-offset-9 {
  margin-left: 75%;
}
.row .col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.row .col-offset-10 {
  margin-left: 83.3333333333%;
}
.row .col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.row .col-offset-11 {
  margin-left: 91.6666666667%;
}
.row .col-xs-offset-12 {
  margin-left: 100%;
}
.row .col-offset-12 {
  margin-left: 100%;
}
@media (min-width: 425px) {
  .row .col-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row .col-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .row .col-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row .col-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .row .col-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row .col-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .row .col-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row .col-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row .col-sm-offset-3 {
    margin-left: 25%;
  }
  .row .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row .col-sm-offset-6 {
    margin-left: 50%;
  }
  .row .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row .col-sm-offset-9 {
    margin-left: 75%;
  }
  .row .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .row .col-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row .col-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .row .col-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row .col-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .row .col-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row .col-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .row .col-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row .col-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row .col-md-offset-3 {
    margin-left: 25%;
  }
  .row .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row .col-md-offset-6 {
    margin-left: 50%;
  }
  .row .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row .col-md-offset-9 {
    margin-left: 75%;
  }
  .row .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .row .col-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row .col-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .row .col-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row .col-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .row .col-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row .col-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .row .col-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row .col-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row .col-lg-offset-3 {
    margin-left: 25%;
  }
  .row .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row .col-lg-offset-6 {
    margin-left: 50%;
  }
  .row .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row .col-lg-offset-9 {
    margin-left: 75%;
  }
  .row .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1440px) {
  .row .col-xlg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .row .col-xlg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row .col-xlg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .row .col-xlg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row .col-xlg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .row .col-xlg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .row .col-xlg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .row .col-xlg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .row .col-xlg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .row .col-xlg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .row .col-xlg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .row .col-xlg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .row .col-xlg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .row .col-xlg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .row .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .row .col-xlg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .row .col-xlg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .row .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .row .col-xlg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .row .col-xlg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .row .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .row .col-xlg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .row .col-xlg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .row .col-xlg-offset-12 {
    margin-left: 100%;
  }
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

h1, .h1 {
  font-size: 24px;
  line-height: 29px;
}

/**
 * selectize.css (v0.13.0)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 * Copyright (c) 2020 Selectize Team & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 * @author Ris Adams <selectize@risadams.com>  
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-control .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.selectize-control .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-control .dropdown-header-close:hover {
  color: #000;
}

.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
  display: flex;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
  padding-right: 0 !important;
}

.selectize-control.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 6px;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  margin-left: 6px;
}

.selectize-control.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button .item.active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled .item .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled .item .remove {
  border-left-color: #fff;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  font-smoothing: inherit;
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: calc( 8px - 2px - 0 ) 8px calc( 8px - 2px - 3px - 0 );
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled, .selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: inline-block;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #fff;
  border: 0 solid #fff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input > input[placeholder] {
  box-sizing: initial;
}

.selectize-input.has-items > input {
  margin: 0 4px !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.selectize-dropdown .option, .selectize-dropdown .optgroup-header, .selectize-dropdown .no-results, .selectize-dropdown .create {
  padding: 5px 8px;
}

.selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  overflow-scrolling: touch;
}

.selectize-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}

.selectize-dropdown .spinner:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: gray transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent gray transparent;
}

.selectize-control.rtl {
  text-align: right;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/*!
 * Cropper.js v1.5.9
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-09-10T13:16:21.689Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-modal, .cropper-wrap-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-canvas, .cropper-wrap-box {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center:after, .cropper-center:before {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}

.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face, .cropper-line, .cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
  cursor: not-allowed;
}

.uploader_container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: start;
  background-color: rgba(0, 0, 0, 0.1);
  min-height: 4.75em;
  border-radius: 9px;
  color: #4c4e53;
}

.uploader_header {
  min-height: 4.75em;
  width: 100%;
  display: flex;
  border-radius: 9px;
  flex-direction: column;
  justify-content: center;
}

.uploader_input_pool {
  position: relative;
  width: 100%;
}

.uploader_input_text {
  border: 1px dashed #4c4c4c;
  border-radius: 9px;
  padding: 1em;
  margin: 1em;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}

.uploader_text_underlined {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  cursor: pointer;
}

.uploader_input {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.uploader_files_list {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

div.uploader_file_card {
  width: 20em;
  margin: 6px 0;
  list-style-type: none;
  height: 15em;
  border: 1px solid black;
  border-radius: 9px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.uploader_filename {
  position: absolute;
  top: 2px;
  left: 2px;
  color: white;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 1));
  white-space: nowrap;
  overflow: hidden;
  width: 80%;
}

.uploader_remove_btn {
  position: absolute;
  top: 3px;
  right: 3px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 1.5em;
  font-size: 1.5em;
  padding: 4px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}

.uploader_remove_btn:hover {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 1));
  color: rgba(255, 255, 255, 1);
  border: 2px solid rgba(255, 255, 255, 0.7);
}

.uploader_ext_container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.uploader_ext_row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.uploader_ext {
  font-size: 3em;
  padding: 1em;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.8em;
  background-color: rgba(255, 255, 255, 0.3);
}

body {
  margin: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #252525;
  background-color: #E1EDF3;
}

* {
  box-sizing: border-box;
}

#adminbar-delimeter {
  position: relative;
  height: 32px;
  width: 100%;
}

html body #adminbar {
  background: #23282d;
  color: #ccc;
  font: 400 13px/32px sans-serif;
  height: 32px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  font-size: 14px;
}

html body #adminbar a {
  color: #3c8dbc;
}

html body #adminbar a:hover {
  color: #fff;
}

ul.navi {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  clear: none;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
  text-indent: 0;
  z-index: 99999;
  position: absolute;
  left: 10px;
  top: 2px;
  margin: 0;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  font-size: 14px;
}

ul.navi li {
  clear: none;
  list-style: outside none none;
  margin: 0 4px;
  padding: 0;
  position: relative;
  text-indent: 0;
  z-index: 99999;
  display: inline-block;
}

ul.navi li a {
  line-height: inherit;
  padding: 0 4px;
}

p.navbar-right {
  position: absolute;
  right: 10px;
  top: 2px;
  margin: 0;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
}

.option-td i {
  visibility: hidden;
}

.table-row:hover .option-td i {
  visibility: visible;
}

body .wrapper {
  min-height: 100vh !important;
  overflow-y: hidden;
  display: flex;
  padding: 0px;
  width: 100%;
}

body .wrapper aside {
  width: 200px;
  position: relative;
  left: 0;
  height: 100%;
  color: #fff;
  min-width: 200px;
}

body .wrapper aside #sidebg {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

body .wrapper aside h4 {
  font-family: "SansBold";
  font-size: 18px;
  text-align: center;
  font-weight: bolder;
}

body .wrapper hr.delimeter {
  margin: 9px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

body .wrapper hr.field-del {
  margin: 30px 0;
  border-top: 1px solid #E1E1E1;
}

.material-icons {
  font-family: "Material";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

@font-face {
  font-family: "SansBold";
  src: url(/vendor/wtolk/crud/fonts/clearsansbold.woff2) format("woff2"), url(/vendor/wtolk/crud/fonts/clearsansbold.woff) format("woff"), url(/vendor/wtolk/crud/fonts/clearsansbold.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Sans";
  src: url(/vendor/wtolk/crud/fonts/clearsans.woff2) format("woff2"), url(/vendor/wtolk/crud/fonts/clearsans.woff) format("woff"), url(/vendor/wtolk/crud/fonts/clearsans.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SansBold";
  src: url(/vendor/wtolk/crud/fonts/clearsansbold.woff2) format("woff2"), url(/vendor/wtolk/crud/fonts/clearsansbold.woff) format("woff"), url(/vendor/wtolk/crud/fonts/clearsansbold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
.button {
  cursor: pointer;
}

body .save.field {
  border: 4px dotted #1c1c1c;
  min-height: 300px;
  margin-top: 50px;
  border-radius: 20px;
  display: table;
  font-size: 18px;
  color: #1c1e22;
}

body {
  font-family: "Sans" !important;
}

body .save.field .text {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}

.clear {
  clear: both;
}

.sublinks a {
  color: #888;
  font-size: 14px;
  text-decoration: underline;
}

.sublinks .inline:not(:first-child):before {
  content: "•";
  margin: 0 10px;
}

.padding-10 {
  padding: 0 10px;
}

a {
  cursor: pointer;
}

* {
  position: relative;
}

.inline {
  display: inline-block;
}

.white_document_blank {
  background: #fff;
  border: 1px solid #d1d1d1;
  padding: 20px;
  border-radius: 5px;
}

/*body {padding-left: 200px; background: #f7f6f2; font-family: 'Sans'; font-size: 13px; }*/
body hr {
  border-top: 1px solid #434857;
}

body .main-page {
  padding: 0 10px;
  width: 100%;
}

.field-description .maxlength-feedback {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
}

.form .field {
  margin: 0 10px 16px 10px;
  background: #F1F1F1;
  padding: 0 10px;
  border: 1px solid #CCCCCC;
}
.form .field.no-bg {
  margin: 0 0px 16px 0px;
  border: 0;
  background: none;
  padding: 0 10px;
}
.form .field label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 21px;
}
.form .field input {
  margin: 0;
  line-height: 2;
  font-size: 16px;
  font-family: Sans;
  color: #252525;
  background-color: #fff;
  background-image: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form .field input:focus {
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form .field textarea {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 8px 0 8px 10px;
  margin: 0 0 16px 0;
}
.form .field input[type=text], .form .field input[type=email], .form .field input[type=password], .form .field .chosen-container-multi .chosen-choices {
  width: 100%;
  height: 36px;
  display: block;
  border: 1px solid #CACACA;
  font-size: 18px;
  padding: 8px 0 8px 10px;
}
.form .chosen-container {
  margin: 0 0 16px 0;
}

.checkbox {
  /* для элемента label, связанного с .custom-checkbox */
  /* создание в label псевдоэлемента before со следующими стилями */
  /* стили при наведении курсора на checkbox */
  /* стили для активного чекбокса (при нажатии на него) */
  /* стили для чекбокса, находящегося в фокусе */
  /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
  /* стили для чекбокса, находящегося в состоянии checked */
  /* стили для чекбокса, находящегося в состоянии disabled */
}
.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox input + label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox input + label::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.checkbox input:not(:disabled):not(:checked) + label:hover::before {
  border-color: #b3d7ff;
}
.checkbox input:not(:disabled):active + label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.checkbox input:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.checkbox input:focus:not(:checked) + label::before {
  border-color: #80bdff;
}
.checkbox input:checked + label::before {
  border-color: #24A841;
  background-color: #24A841;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='rgb(255, 255, 255)' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.checkbox input:disabled + label::before {
  background-color: #e9ecef;
}

.select-time input {
  display: inline-block;
  width: 100px;
  padding: 2px;
  float: left;
}

@media only screen and (min-width: 0px) and (max-width: 762px) {
  body #login-form {
    margin-top: 10px;
  }

  .m10 {
    margin: 10px 0;
  }
}
/***********************************************/
.content {
  padding: 32px 32px 32px 32px;
}

.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  margin-bottom: 20px;
  width: 100%;
  border: 2px solid #6EA5E4;
  box-sizing: border-box;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.36);
  padding: 0 10px;
}
.box .page-title {
  margin: 16px 10px;
}

table {
  width: 100%;
  margin: 0 auto;
  vertical-align: middle;
  border-collapse: collapse;
}
table td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
table td a {
  color: black;
  text-decoration: none;
}
table thead tr th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  padding: 8px;
  line-height: 1.42857143;
  text-align: left;
}
table tr.deleted {
  background: #d4d4d4;
  color: #7a7a7a;
}
table tr.deleted a, table tr.deleted button {
  color: #7a7a7a;
}

footer.main-footer {
  width: 99%;
  display: flex;
  justify-content: center;
  margin-top: 4%;
}

.side-menu .panel-name {
  text-align: center;
  font-family: SansBold;
  font-size: 16px;
  line-height: 24px;
  color: #279EF3;
  padding-top: 16px;
  padding-bottom: 32px;
}
.side-menu a {
  display: flex;
  width: auto;
  text-decoration: none;
  font-size: 14px;
  font-family: "Sans";
  color: #fff;
  line-height: 32px;
  margin-bottom: 16px;
  position: relative;
}
.side-menu a i {
  margin: 0 6px 0 10px;
  top: 3px;
}
.side-menu a:hover::before {
  background: #0F2B6B;
  box-shadow: inset 0px 0px 10px rgba(0, 218, 255, 0.32);
  border: 1px solid #01C1F1;
  border-radius: 16px;
  width: 100%;
  height: 32px;
  content: " ";
  display: block;
  position: absolute;
  left: -20px;
}
.side-menu .block-links {
  margin-top: 32px;
  padding-bottom: 16px;
}
.side-menu .block-links .title {
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #279EF3;
  margin: 0 0 16px 10px;
}

span.sandwitch {
  display: none;
  margin-top: 5%;
}

@media only screen and (max-width: 767px) {
  aside.sideBar {
    position: fixed;
    width: 200px;
    height: 100vh;
    margin-left: -200px;
  }

  span.sandwitch {
    display: block;
  }

  section.content {
    padding-left: 0;
  }

  .sandwitch {
    font-size: 1.8rem;
    position: absolute;
    top: 4%;
    left: 5%;
  }
}
.button {
  cursor: pointer;
  height: 32px;
  background: #4C68EF;
  box-shadow: 0px 5px 10px #4C68EF;
  font-size: 14px;
  line-height: 14px;
  font-family: "Sans";
  vertical-align: middle;
  display: inline-block;
  align-items: center;
  padding: 9px 35px;
  margin-right: 16px;
  color: #FFFFFF;
  border: none;
  transition: all 0.15s ease-out 0s;
}
.button:hover {
  box-shadow: 0px 10px 20px #4C68EF;
}
.button .blue {
  background: #1992d5;
}
.button .red {
  background: #d5197d;
}
.button .cancel {
  background: #d54819;
}
.button .confirm {
  background: #2fa030;
}

button.link {
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: underline;
}

.auth {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #E1EDF3;
}

.login-card {
  padding: 60px 0;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 2px solid #6EA5E4;
  box-sizing: border-box;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.36);
}

h1 {
  font-size: 24px;
  line-height: 29px;
}

nav ul.pagination li {
  display: inline-block;
}
